/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Main content margin top remove */
body.home .site-main {
    margin-top: 0px;
}

/* Hide author */
span.author.vcard {
	display: none;
}

/* Widgets padding reduce */
.footer-widgets, .widget-area .widget {
    padding: 15px;
}

.page-header-image-single {
	text-align: center;
}

/* Post slider widget fix */
[id^="focuswp_"] .focuswp-head {
    padding: 0px !important;
}
[id^="focuswp_"] button.focuswp-arrow {
    height: auto !important;
}
[id^="focuswp_"] .focuswp-content header .focuswp-title {
    margin: 0 0 20px -15px !important;
    padding: 5px 15px !important;
}
[id^="focuswp_"] .focuswp-meta .focuswp-author {
    display: none;
}
[id^="focuswp_"] div.focuswp-slider .focuswp-slides .focuswp-inner {
	border: 0px;
}
[id^="focuswp_"] div.focuswp-slider .focuswp-slides .focuswp-head {
	border: 0px;
}
[id^="focuswp_"] div.focuswp-slider .focuswp-slides .focuswp-headright button {
    height: auto !important;
    border: 1px solid #0185b3 !important;
    border-radius: 99px !important;
    background: #0185b3;
    color: #fff;
}
[id^="focuswp_"] div.focuswp-slider .focuswp-slides .focuswp-headright button:hover {
    color: #0185b3;
    background: #fff;
}
[id^="focuswp_"] div.focuswp-slider .focusSlides_pager li {
	padding: 0px !important;
}
[id^="focuswp_"] div.focuswp-slider .focuswp-slides .focuswp-content header,
[id^="focuswp_"] div.focuswp-slider .focuswp-slides .focuswp-content .focuswp-entry {
	padding: 0px
}
/* Customizer */
.sidebar .widget .widget-title,
.widget-title {
    background: #0185b3;
    padding: 5px 15px;
    color: #fff;
    margin-left: -15px;
    border-radius: 90px 100px 100px 0px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited {
	    border-radius: 100px 100px 100px 0px;
}
h1, h2, h3 {
	  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px -15px;
    border-bottom: 2px solid #0185b382;
    border-left: 2px solid #0185b382;
    border-radius: 30px 30px 0px 0px;
    padding: 5px 15px;
}

/* Post */
[id^="focuswp_"] div.focuswp-slider .focuswp-slides .focuswp-more a,
a.read-more {
    background: #0185b3;
    border: 1px solid #0185b3;
    border-radius: 90px 100px 100px 0px;
    padding: 5px 15px;
    color: #fff;
    margin-left: -15px;
    float: right;
    margin-top: 10px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: normal;
}
[id^="focuswp_"] div.focuswp-slider .focuswp-slides .focuswp-more a:hover {
/* a.read-more:hover { */
    background: #fff;
    color: #0185b3;
}
a.read-more:hover {
	background: #014F69;
}
a.read-more:visited {
	color: #fff;
}
a.next, a.prev {
    padding: 5px 15px;
    border-radius: 90px 100px 100px 0px;
    border: 1px solid #007baf;
}
a.next {
    margin: 0 0 0 10px;
}
a.prev {
    margin: 0 10px 0 0;
}
a.page-numbers:visited {
	color: #3a3a3a;	
}
span.page-numbers.current {
    border-radius: 50px;
    border: 1px solid #007baf;
    font-weight: bold;
    padding: 5px 9px;
    margin: 0px 5px;
}
.nav-links {
	text-align: center;
}
/* Widgets */
.widget-title a {
	color: #fff;
}

.flr {
    float: right;
}

/* HEADER */
.header_link {
    padding-top: 10px;
    font-size: 16px;
}
.site-header .header_link a {
    display: inline-block;
    vertical-align: top;
    background: #0185b3 url(img/header-btn.svg) 15px 50% no-repeat;
    border: 1px solid #0185b3;
    padding: 15px 20px 15px 50px;
    color: #fff;
    margin-left: -15px;
    float: right;
    margin-top: 10px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: normal;
}
.site-header .header_link a:hover {
    background: #fff url('img/header-btn-blue.svg') 15px 50% no-repeat;
    color: #0185b3;
}
.search-form input[type="search"] {
	width: 187px;
}
.menu-item-250 {
    display: none !important;
}
.mobile-header .main-navigation.mobile-header-navigation {
    background-color: #ebebeb;
    border-bottom: solid 4px #0185b3;
    margin-bottom: 25px;
}
.mobile-header-logo #mobile-header .menu-toggle {
    color: #0185b3;
}
.main-navigation.toggled .main-nav>ul {
    background: #1CB3E6;
}

/* MAIN CONTENT */
p.read-more-button-wrapper {
	display: inline-block;
	margin-bottom: 60px;
}

/* META SLIDER */

#generate-section-1 .metaslider {
padding: 10px 10px 0px 10px;
    background: #0185b3;
	border: solid 3px #0185b3;
margin: 20px auto 0 auto;
}

#generate-section-1 .metaslider:hover {
	background: #ebebeb;
	border-color: #0185b3;
}
#generate-section-1 .metaslider .caption-wrap {
    bottom: auto;
    top: 0;
	opacity: 0.85;
}
#generate-section-1 .metaslider .caption-wrap h2 {
    font-size: 36px;
    font-weight: 600;
	margin-bottom: 0;
}
#generate-section-1 .metaslider .caption a {
	    text-align: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 48px;
    text-decoration: underline;
    font-style: italic;
}

@media screen and (max-width: 1200px) {
#generate-section-1 .metaslider .caption-wrap h2 {
    font-size: 36px;
}
}
@media screen and (max-width: 980px) {
#generate-section-1 .metaslider .caption-wrap {
    bottom: 0;
    top: auto;
}
#generate-section-1 .metaslider .caption-wrap h2 {
    font-size: 28px;
}
	#generate-section-1 .metaslider .caption a {
	display: none;
	}
}
@media screen and (max-width: 768px) {
    .menu-item-250 {
        display: block !important;
    }
	#generate-section-1 .metaslider .caption-wrap h2 {
    font-size: 24px;
}
	p.read-more-button-wrapper:last-child {
	margin-bottom: 60px;
}
}
@media screen and (max-width: 600px) {
	
	#generate-section-1 .metaslider {
   padding: 0px 0px 5px 0px;
margin-top: 0;
}
	
#generate-section-1 .metaslider .caption-wrap {
position: relative;
}
#generate-section-1 .metaslider .caption-wrap h2 {
    font-size: 18px;
	font-weight: 400;
}
}

.entry-header {
	display: none;
}
.focuswp-entry {
    display: none; 
}
.focuswp-meta {
    display: none !important;
}
a, a:visited {
    color: #007baf;
}