/*

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;
   } 

/* 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 */

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

/* This code is for pages that use header images */
/* Add background image and add background colour to text area */

/* breakpoint 1020 */

/* Remove background image from the text area, add border to top, right, bottom and left 

@media screen and (min-width: 1020px) {
.hentry-wrapper {
    border-radius: 15px;
    background-color: #ffffff !important;
   margin-top: -40px;
    margin-bottom: -80px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    }
} */

/* Ensure suitable margin above h1 entry title on wide screens 

@media screen and (min-width: 1020px) {
h1.entry-title {
    margin-top: 0px !important;
    }
} */

/* Ensure suitable margin above h1 entry title on narrow screens 

@media screen and (min-width: 768px) {
h1.entry-title {
    margin-top: 30px;
    }
} */

/* Hide all linear gradient and side page margins from all posts 

.post {
    background-color: #ffffff; 
} */

/* breakpoint 1020 */

/* Add background image (or background colour) to top, right, bottom and left of main text area  

@media screen and (min-width: 1020px) {
.hentry:last-of-type {
    background: linear-gradient(#e6f2d9, #6699cc);   
    background-position: center center; 
    background-size: cover;
    background-repeat: no-repeat; 
    background-attachment: scroll; 
    }
} */

/* Hide all linear gradient and side page margins from all posts 

.post {
    background: linear-gradient(#ffffff, #ffffff) !important; 
} */

/* End of code for pages that use header images */

/* 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;
	}
}

/* Extend width of top and bottom footers */

.widget-area-wrapper {
	max-width: 82em;
    margin-right: 10px;
	}

/* Close gap between header image and h2 in body 

@media screen and (min-width: 768px) {
.header-image {
    margin-bottom: -75px;
    }
} */

/* 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;*/
    }

/* 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 {
    text-align: left !important;
    } 

/* 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: 0px !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;
    }
} 

/* Add border above and below Recent Posts Widget With Thumbnails 

.rpwwt-widget ul li {
  border-top: 1px dotted #ffffff;
  border-bottom: 1px dotted #ffffff;
} */

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

/*#page h2.widget-title {
    color: #246b8f !important;
    }*/

/* 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 */

.featured-content .flex-control-paging {
    background-color: #6e832f;
    }

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

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

.featured-content .flex-control-paging::before {
    content: "Upcoming Events";
    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 ";
    }

/* 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 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;
    }

/* Hide traces of background colour on search results page 

.archive .content-area .hentry, .blog .content-area .hentry, .search .content-area .hentry {
    background: #ffffff !important;
}*/

/* Hide white space between "Search Results " and header on search results page. Make responsive. 

@media screen and (min-width: 1020px) {
.archive .content-area, .blog .content-area, .search .content-area {
    margin-top: -80px !important;
    }
}*/

/*.site-info {
    display: none;
    }*/

.site-info, .site-info a {
	visibility: hidden;
}
.site-info:before {
	visibility: visible;
	content: "© 2018 Wimbledon Visitor"
}