/*

Theme Name: Shoreditch Child 02
Theme URI: https://wordpress.com/themes/shoreditch/
Template: shoreditch
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: Shoreditch is a functional and responsive theme perfect for your business’s online presence. Although its main purpose is business, Shoreditch looks great as a personal blog theme too.
Tags: two-columns,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,flexible-header,full-width-template,rtl-language-support,sticky-post,theme-options,translation-ready,blog,education
Child Theme Author: Andrzej Rodziewicz / Version: 1.0
Version: 1.1.1.1497269302
Updated: 2017-06-12 13:08:22

*/

/* WIMBLEDON VISITOR */

/* Header Styles */

/* Add border and radius to custom logo */

img.custom-logo {
   border: 2px solid #e5edcd;
   border-radius: 14px;
   } 

/* Style site title */

.site-title {
    margin-bottom: -10px;
    }

.site-title a {
    font-family: lato;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    }

/* Change on hover colour of site title */

.site-title a:hover {
    color: #f2f2f2;
}
 
/* Style site description if enabled in Customiser */

.site-description {
    display: block;
    line-height: 26px;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    margin-top: 10px;
    margin-bottom: -6px;
    } 


/* Adjust background colour around primary menu and custom logo. Adjust colour of border at bottom */

@media screen and (min-width: 300px) {
.sticky-header .site-header {
    background: #3399cc; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#246b8f, #5cadd6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#246b8f, #5cadd6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#246b8f, #5cadd6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#246b8f, #5cadd6); /* Standard syntax (must be last) */
    /*border-bottom: 1px solid #878b92 !important; */
    }
}

/* End of Header Styles */

/* Primary Navigation Styles */

/* Add margin and border above and below primary navigation. Remove border if menu split over two lines */

@media screen and (min-width: 1240px) {
.main-navigation {
   border-top: 1px dotted #5cadd6;
   border-bottom: 1px dotted #70b8db;
   }
} 

/* Change colour and case of main navigation text */

@media screen and (min-width: 300px) {
.main-navigation a {
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 14px;  
    }
}

/* Adjust colour of current link in main navigation */

.main-navigation .primary-menu .current_page_item > a, .main-navigation .primary-menu .current-menu-item > a, .main-navigation .primary-menu .current_page_ancestor > a {
    border-color: #b3b3b3 !important;
    }

/* change main navigation hover */

@media screen and (min-width: 1020px) {
.main-navigation a:hover {
    color: #e6e6e6 !important;
    }
}

/* Change main navigation drop-down indicator */

.main-navigation .menu-item-has-children > a::after {
    color: #ffffff;
}

/* Change colour and background of main navigation child page links and add padding to left of the links */

.main-navigation ul ul a {
	background: #3399cc;
    font-size: 10.5px;
    color: #ffffff;
    padding-left: 4px !important;
}

/* Centre drop-down toggle on responsive menu */

.dropdown-toggle {
    top: 0.100em;
    border: 0.15em solid;
}

/* End of Primary Navigation Styles */

/* Close-up space between featured image and entry text - Works best if featured image present. Otherwise overwrite directly with css on pages with no featured image */

@media screen and (min-width: 1020px) {
	.hentry {
		padding-top: 2.5em;
	}
}
@media screen and (min-width: 896px) {
	.hentry {
		padding-top: 2.5em;
	}
}
@media screen and (min-width: 600px) {
	.hentry {
		padding-top: 2.5em;
	}
}
@media screen and (min-width: 300px) {
	.hentry {
		padding-top: 2.5em;
	}
}

/* Main Text Area Styles */

/* Adjust width of body text for wider area */

@media screen and (min-width: 1020px) {
	.entry-hero-wrapper,
	.hentry-wrapper,
	.site-content-wrapper,
	.site-footer-wrapper,
	/*.site-header-wrapper,*/
	.site-content-wrapper
	.has-post-thumbnail .entry-header-wrapper,
	.widget-area-wrapper {
		max-width: 60em;
	}
}
@media screen and (min-width: 896px) {
	.site-content-wrapper .widget-area {
		padding-left: 1em;
	}
}

/* Style h1 entry title on pages */


h1.entry-title {
    font-family: lato;
    font-size: 24px;
    /*color: #242629;*/
    text-align: center;
    }

#page h2 {
    font-family: lato;
    font-size: 23px;
    /*color: #242629 !important;*/
    }

#page h3 {
    font-family: lato;
    font-size: 22px;
    /*color: #242629 !important;*/
    }

/* Style entry content (body text) colour 

.entry-content {
    color: #57595b;
    } */

/* Hide horizontal grid lines in table - Careful = sitewide */

.entry-content table {
  border: none;
}
.entry-content table td {
  border: none;
}


/* Style button minimal before hover */

.button.minimal::before, .button.alt::before {
    border: 1px solid #c0c0c0;
    border-radius: 5em;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
} 

/* Style button minimal border and text color */

.button.minimal, .button.alt {
    background: transparent;
    font-size: 14px;
    color: #1a1a1a;
    position: relative;
}

/* Style button minimal on hover */

a.button.minimal:hover {
     background: #2e8ab8 !important;
}

/* End of button customisation */

/* Style blockquote */

@media screen and (min-width: 300px) {
blockquote {
    font-size: 19px !important;
    color: #666666 !important;
    /*background-color: #f5f8ec !important;*/
    line-height: 22px !important;
    border-left: 2px solid #dc6f6f !important;
    padding-left: 50px !important;
    padding-right: 80px !important;
    padding-top: 20px !important;
    padding-bottom: 1px !important;
    }
}

/* End of Main Text Area Styles */

/* Widgets and Footers Area Styles */

/* Change footer FOOTER TOP AREA colour from default blue */

.widget-footer-top-area {
    background-color: #6e832f;
}

/* Make widget titles uppercase and change font size */

.widget-title {
    text-transform: uppercase;
    font-size: 17px !important;
    letter-spacing: 1.5px;
    }

#text-6 {
    color: #808080;
    }

#text-4 h2 {
    font-family: lato;
    color: #808080;
    font-size: 18px;
    }

/* Centre copyright header title text widget in bottom footer */

#text-4 h2 {
    text-align: center !important;
    }

#text-4 p {
    text-align: center;
} 

/* Style Widget titles in Sidebar */

#secondary.widget-area h2 {
    font-size: 18px;
    color: #808080;   
    }

/* Change line height of text in all Top Footer Widgets */

.widget-footer-top-area {
    line-height: 24px;
    }

/* Third Party Plugins - Recent Posts With Thumbnails Styles */

/* Style h2 title in Website News top footer */

#rpwwt-recent-posts-widget-with-thumbnails-2 h2 {
    font-size: 18px;
    font-family: lato;
    color: #ffffff !important;
    }

#rpwwt-recent-posts-widget-with-thumbnails-3 h2 {
    font-size: 18px;
    font-family: lato;
    color: #ffffff !important;
    }

/* Adjust margins above & below Recent Posts widget images & add border radius to images */

.rpwwt-widget ul li img {
    margin-top: 8px !important;
    margin-bottom: 10px !important;
    border-radius: 3px;
}

/* Style Recent Posts Widget With Thumbnails post title */

@media screen and (min-width: 300px) {
.rpwwt-post-title {
    color: #ffffff !important;
    font-size: 17px !important;
    }
}

/* Add Published on before the rpwwt post date */

.rpwwt-post-date::before {
    content: "Published on ";
}

/* Style Recent Posts Widget With Thumbnails post date */

@media screen and (min-width: 300px) {
.rpwwt-post-date {
    color: #ffffff;
    font-size: 14px;
    }
}

/* Style hyperlink color on continue reading */

.rpwwt-post-excerpt a {
    font-style: italic;
    color: #66b3ff;
    }

/* Style Recent Posts Widget With Thumbnails excerpt */

@media screen and (min-width: 300px) {
.rpwwt-post-excerpt {
    color: #ffffff; 
    font-size: 16px;
    line-height: 19px;
    /*margin-bottom: -25px;*/
    }
}

/* Style Recent Posts Widget With Thumbnails continue reading */

@media screen and (min-width: 300px) {
.rpwwt-post-excerpt > p:nth-child(2) > em:nth-child(1) > strong:nth-child(1) > a:nth-child(1) {
    font-size: 15px;
    color: #666666;
    }
} 

#twitter_timeline-2.widget.widget h2 {
    font-family: lato;
    color: #ffffff !important;
    font-size: 18px;
    }

/* Blog Roll Page Styles */

/* On blog roll page remove dark overlay from featured images */

@media screen and (min-width: 300px) {
.entry-hero::before,
.site-content-wrapper .has-post-thumbnail .entry-header::before {
    display: none;
    }
}

/* On blog roll page change background colour of featured post indicator and add bottom border to stop first news post merging with green background */

.featured-content .flex-control-paging {
    background-color: #6e832f;
    border-bottom: 1px solid #f3f3f3;
    }

.flex-active {
    background-color: #85c2e0 !important;
    }

/* On blog roll page add content "Featured News" */

.featured-content .flex-control-paging::before {
    content: "Latest News";
    color: #fff;
    margin-right: 10px;
    line-height: 10px;
    }

/* On blog roll page remove dark overlay from featured posts */

.featured-content .hentry.has-post-thumbnail::before {
  background: rgba(0, 0, 0, 0);
}

/* On blog roll page add text before post published date in WordPress core */

.posted-on a ::before {
    content: "Published on ";
    }

/* On blog roll page add padding & border to entry title link */

@media screen and (min-width: 1300px) {
.blog h2.entry-title a {
    padding: 7px;
    border: 1px dotted #b3b3b3;  
    }
}

/* On blog roll page increase height of featured image in slider */

@media screen and (min-width: 1020px) {
.blog .featured-content .hentry.has-post-thumbnail {
    min-height: 50vh;
    }
}


/* End of Blog Roll Page Styles */

/* Post Navigation */

/* Style AUTHOR LINK */

.author-link {
    color: #333333 !important;
}

/* Style AUTHOR NAME font on posts */

.author-name {
    font-size: 22px;
    font-family: lato !important;
    color: #808080;
} 

/* Style POST NAVIGATION POST TITLE */

.post-navigation .post-title {
    font-family: lato, sans-serif;
    font-size: 22px;
    color: #666666;
}

/* Style previous and next navigation on all posts */

.post-navigation {
    border-radius: 10px;
    background-color: #f5f8ec;
} 

/* Adjust gap above Leave a Reply on posts */

.comment-reply-title, .comments-title {
    margin-top: -40px !important;
}

/* End of Post Navigation */

/* Search Form Styles */

/* Change search form background colour and adjust opacity to allow header image to show */

.search-form .search-field {
    background: #c4d68f !important;
    opacity: 0.7;
}

/* Change colour of search magnifying glass */

.astm-search-menu svg.search-icon path {
    fill: #c4d68f;
}

.search-form .search-field {
    color: #333333;
}

/* Adjust height of ASTM search icon in menu */

.astm-search-menu {
    margin-top: 6px !important;
}

/* Adjust position of close button */

.search-close {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: -40%;
    top: 16px;
    width: 0px; /* Adjust closeness of close button to search icon */
    z-index: 99999;
}

.astm-search-menu .search-close:before,
.astm-search-menu .search-close:after {
    border-color: #98b142;
}

.search-form .search-field {
    background: #c4d68f !important;
    float: right;
    border:  0px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-radius: 10px;
    border-color: silver;
    }

input:focus {
    outline: none !important;
    border: 1px solid !important;
    border-radius: 0 0 4px #719ECE;
}

/* End of Search Form Styles */

/* On pages change comment submit form background colour */

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #7e9636;
}

/* Style Jetpack Sharing */

div.sharedaddy h3.sd-title {
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #ffb3bf;
	letter-spacing:	1px;
	text-transform: uppercase;
    padding-bottom: 15px !important;
}

/* Customise shape of Jetpack sharing buttons - make them a leaf 

.sd-social-icon .sd-content ul li[class*="share-"] a.sd-button {
    width: 35px;
    height: 35px;
	padding: 8px;
	border-top-right-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 10px;
}*/

/* Customise Jeptack share buttons on hover - replicate leaf 

.sd-content ul li a.sd-button:hover { 
    background: /*#9cd3ce*/ /*#292c2f*/ #ccad00 !important; /* Hover background color for buttons. */ opacity: 0.9 !important;
    width: 35px !important;
    height: 35px !important;
    padding: 8px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 10px !important;
   } */

/* Change size of all Jeptack social sharing network identifiers */

.sd-content ul li a.sd-button::before {
    font: normal 19px/1 social-logos !important;
    }

/* Add margin below Jetpack share buttons */

.sd-content {
    margin-bottom: -20px;
    border: none !important;
}

/* increase space to right of Jetpack share buttons */

.sd-content ul li a.sd-button { 
	margin-right: 5px !important;
    } 

.sd-sharing-enabled:not(#jp-post-flair) { /* Shoreditch specific */
    padding-bottom: 0px;
    border-bottom: none;
}

/* Style Add To Any Share button to right of site */

.a2a_vertical_style a {
    color: /*#ff8095;*/ /*#ff4d6a;*/ #ff1a40;
    }

/* Adjust margin above "Search Results" on search results page */

.search-results .site-content-wrapper .has-post-thumbnail .entry-header {
    margin-top: 50px;
    }

/* Target specific pages */

.page-id-84 .button.minimal, .button.alt { /* B&B page */
    margin-top: 6px;
}

/* Close-up space between header and entry text - only if no featured image used 

.page-id-84 @media screen and (min-width: 1020px) {
	.hentry {
	padding-top: 1.5em;
	}
}
.page-id-84 @media screen and (min-width: 896px) {
	.hentry {
	padding-top: 1.5em;
	}
}
.page-id-84 @media screen and (min-width: 600px) {
	.hentry {
	padding-top: 1.5em;
	}
}
.page-id-84 @media screen and (min-width: 300px) {
	.hentry {
	padding-top: 1.5em;
	}
}*/