/* Custom CSS! */
/* Default link */
#page .site-content a:not(.primary-button),
#page .site-content a, 
#page .site-footer a {
	text-decoration: underline;
}

.hentry .entry-content a:not(.primary-button) {
	border-bottom: none;
}

.hentry .entry-title a {
	text-decoration: none !important;
}

.hentry .entry-title a:hover {
	color: #23527c; /* Dark blue from default a hover */
	color: #0b95c0;
}

/* Main Nav */
#site-navigation a:hover {
	background-color:#0b95c0 !important;
	border:1px solid #0b95c0 !important;
	border-radius:2px !important;
	color:#fff !important;
}

.mobile-menu:hover select  {
	cursor:pointer;
}

/* Buttons */
.wp-block-button__link {
	padding: 11px 14px;
	font-size: inherit;
	text-decoration: none !important;
	border-radius: 12px;
	background: #0da4d3;
}
.wp-block-button__link:hover, 
.header-searchform button.submit:hover {
	background-color:#0b95c0 !important;
}
.clean-button:hover {
	color:#0b95c0;
}
.is-style-squared .wp-block-button__link {
	border-radius: 2px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -.01em;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 10px;
}

h2, .h2 {
	font-size: 27px;
}

h3,.h3 {
	font-size: 22px;
}

h4,.h4 {
	font-size: 18px;
}

h5,.h5 {
	font-size: 14px;
}

h6,.h6 {
	font-size: 12px;
}

p, ul, ol, dd, dl {
	margin-bottom: .7em;
}

.wp-block-column ul {
	padding-left: 8%;
}

#hero .hentry .entry-title {
	line-height: 1.1;
}

#hero .hentry .entry-title, 
.homepage-widgets .widget .widget-title,
.entry-header.primary-hentry .entry-title, 
.page-header .page-title {
	font-size: 37px;
}

@media screen and (max-width:768px) {
#hero .hentry .entry-title, 
.homepage-widgets .widget .widget-title,
.entry-header.primary-hentry .entry-title, 
.page-header .page-title {
	font-size: 35px;
}
}

@media screen and (max-width:500px) {
#hero .hentry .entry-title, 
.homepage-widgets .widget .widget-title,
.entry-header.primary-hentry .entry-title, 
.page-header .page-title {
	font-size: 32px;
}
}

.hentry .entry-title {
	font-size: 27px;
	line-height: 1;
}
.taxonomy-description {
	font-size:110%;
}

@media screen and (max-width:768px) {
.has-medium-font-size {
	font-size:18px;
}
}
@media screen and (max-width:500px) {
.has-medium-font-size {
	font-size:16px;
}
}

/* Masthead */
#masthead .site-description {
	display: block;
	margin-top: 0;
}

.homepage-widgets .widget .widget-title, #masthead .site-title,  #masthead .site-title a {
	color: #bf7f4a;
}

#masthead .site-title a:hover {
	color: #a56835;
}

#masthead .site-title {
	line-height: 1;
}

/* Home Page */

#hero .overlay {
	opacity: 0;
}
#hero .hentry .entry-content {
	max-width: none;
}

#hero {
	padding: 80px 0;
}

@media screen and (max-width:768px) {
#hero {
	padding: 60px 0;
}
}

@media screen and (max-width:500px) {
	#hero {
	padding: 40px 0;
}
}

.homepage-widgets .widget {
	padding: 40px 0;
}

.homepage-widgets .widget .widget-title {
	margin-bottom: 25px;
}
.homepage-widgets .widget .widget-title > a {
	text-decoration:none !important;
}
.homepage-widgets .front-page-block .entry-content.featured-content {
	margin-bottom: 0;
}

/* Entry/Page Header */
.single .entry-header.primary-hentry, .page .entry-header.primary-hentry, .archive .page-header, .search .page-header, .error404 .page-header {
	background: #333;
	background: rgba(0,0,0,0.8);
	border-bottom: none;
	margin-top: 0;
	background-image: url('/wp-content/uploads/banner-bgd.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
}
#primary-header .overlay,
.page-header.has-featured-image .overlay {
	opacity: 0.5;
}
.entry-header.primary-hentry .entry-title, .page-header .page-title {
	color: #fff;
}

/* Category/Archive Header */
.category .page-title span {
	display: none;
}

.taxonomy-description {
	color: #fff;
}

/* Testimonials */
body:not(.search) #page .jetpack-testimonial.hentry .entry-content, .jetpack-testimonial-shortcode .testimonial-entry-content {
	background: #5a5b5c;
}

.testimonial-entry-column-2 .testimonial-entry-title {
	max-width: inherit;
}

.jetpack-testimonial-shortcode .testimonial-entry-title {
	max-width: inherit;
	margin-right: 0;
}

body:not(.search) #page .jetpack-testimonial.hentry .entry-content, .jetpack-testimonial-shortcode .testimonial-entry-content {
	font-size: 15px;
}

@media screen and (max-width:500px) {
	.jetpack-testimonial-shortcode .testimonial-entry-title {
		max-width: inherit;
	}
}

@media screen and (max-width:700px) {
	.testimonial-entry-mobile-first-item-row, 
						.testimonial-entry-mobile-last-item-row {
		margin-right: 0 !important;
		width: 100% !important;
		clear: both;
	}
}

/* Three columns */
@media screen and (max-width:768px) {
	.wp-block-columns.has-3-columns .wp-block-column:not(:last-child) {
		margin-right: 0;
	}
	
	.wp-block-columns.has-3-columns .wp-block-column:nth-child(2n+1) {
		margin-right: 0;
	}
	
	.wp-block-columns.has-3-columns .wp-block-column {
		flex-basis: 100%;
	}
	
	.wp-block-columns.has-3-columns .wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	
	.wp-block-columns.has-3-columns .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
}

/* Blog */
.blog .site-main .hentry, .archive .site-main .hentry {
	padding-bottom: 0;
}

.single .entry-footer .footer-meta, .single .entry-footer .post-navigation {
	float: none;
	width: auto;
}

.sharedaddy .sd-block {
	padding-top: 30px;
	border-top: 1px solid #e0e1e3;
}
.taxonomy-description {
	max-width: none;
}

/* Sidebar */
@media screen and (max-width:992px) {
	.sidebar-section {
		padding-top: 35px !important;
		border-top: 5px solid #0da4d3 !important;
	}
}

.left-sidebar.has-sidebar #page .site-main, .has-sidebar #page .site-main {
	padding-bottom: 15px;
}

.widget .widget-title {
	margin-bottom: 15px;
	font-size: 13px;
}

/* Footer */
.footer-widget .widget.widget_text p {
	margin-bottom:.5em;
	line-height:1.1em;
}
.footer-bottom {
	display:none;
}
@media (min-width: 992px){
	.heateor_sss_sharing_container {
		width: 33.33333%;
	}
	.heateor_sss_sharing_container .footer-widget {
		width: auto;
	}
}

/* Jet Pack Carousel */
.jp-carousel-image-meta {
	display:none;
}
.jp-carousel-info h2 {
	font-size:16px !important;
}

/* Misc */
/* Remove float */
.removeFloat {
	float:none;
}
.external::after {
	font-family: FontAwesome;
	content:"\f08e";
	padding-left:5px;
	text-decoration:none;
}
.largeFont {
	font-size:125%;
}
.xLargeFont {
	font-size:150%;
}

.heateorSssSharing:hover {
	background-color:#666 !important;
}