/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

#site-navigation-wrap .cta-btn a {
    background: #0fba8c;
	color:white !important;
	font-weight:bold;
	margin-left:30px;
}

#content .cta-btn, .callout-button{
    background-color: #0fba8c !important;
	color:white !important;
	font-weight:bold;
	padding:10px 20px;
	border-radius:10px;
 }

a:focus{
	border:0px;
}


h2{
	font-weight:bolder !important;
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md{
	font-weight:bolder;
	font-size:16px;
}

#content p strong{
	font-size:20px;
	font-weight:bolder;
}

#footer-bottom #footer-bottom-menu, #footer-bottom #copyright {
    width: 100%;
}


@media all and (max-width: 1470px) and (min-width:1000px) {

}

@media all and (max-width: 999px) and (min-width:600px) {

}

@media all and (max-width: 600px) and (min-width:200px) {

	#site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
    	max-width: 240px !important;
	}
	.home #main #content-wrap{
		padding-top:0px !important;
	}
}


