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

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

form input[type="text"], form input[type="password"], form input[type="email"], form input[type="url"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="datetime"], form input[type="datetime-local"], form input[type="week"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="color"], form select, form textarea{background-color:#ffffff!important;padding: 8px 16px;border:none!important}
form textarea{margin-top:15px!important}
.altcha{background-color:#ffffff!important;border:none!important}
#menu-item-143 a{background-color:#c4b57a!important;border-radius:6px!important}
#menu-item-143 a:hover{color:#ffffff!important}
.minimal-header.left-menu #site-navigation-wrap, .transparent-header.left-menu #site-navigation-wrap{margin-top:10px!important}
.oceanwp-social-menu{margin-top:10px!important}
.home .wpcf7 form.sent .wpcf7-response-output{color:#ffffff!important}
.widget-title{border:none!important;padding:0!important}
.contact-info-widget.default i{color:#ffffff!important;border:none!important}
.cmplz-links{display:none!important}
.oceanwp-row .span_1_of_2 {width:50%!important}
@media only screen and (max-width: 768px){
	.oceanwp-row .span_1_of_2 {width:100%!important}
}