<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------------------------- Theme Name:   Divi Child Theme Theme URI:    https://www.sensorstudios.com Description:  A child theme for divi Author:       Neil Allardice Author URI:   https://www.sensorstudios.com Template:     Divi Version:      1.0.0 License:      GNU General Public License v2 or later License URI:  http://www.gnu.org/licenses/gpl-2.0.html------------------------------ ADDITIONAL CSS HERE ------------------------------*/.et_pb_slide_description {
text-shadow:none !important;
	}

.mobile_nav.opened .mobile_menu_bar:before {
 content: '\4d';
}


.et_mobile_menu { border:1px solid #eaeaea;   }

.et_mobile_menu li a:hover{ background-color: #fff; }


/*edit the Divi submenu list items*/


.et_pb_menu li li a:hover {
background-color: rgba(0,0,0,0);
}

.nav li ul { border:1px solid #eaeaea; padding:0; margin-left:-65px; margin-top:10px; }

.post-content-inner {padding-bottom:20px;}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #536471;
    width: 100%;
	 border-bottom:1px solid #b6a068;
	border-top:0px;
	border-right:0px; border-left:0px;
	resize:none;
	font-size:16px;
}

.wpcf7-submit {border:0px; padding:10px 20px 10px 20px; background-color:#536471; color:#fff; font-size:16px; cursor:pointer;}

.wpcf7-form p { margin-top:20px;}

div.wpcf7-mail-sent-ok {
    border: 0;
    background: #5471de;
    color: #fff;
    padding: 18px;
}

div.wpcf7-acceptance-missing,
div.wpcf7-response-output,
div.wpcf7-validation-errors {
    border: none;
    background: #f9443b;
    color: #fff;
    padding: 18px;
	width:100%;
}

span.wpcf7-not-valid-tip {
    color: #f9443b;
}

.map-responsive{
    overflow:hidden;
	padding-bottom: 20%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}</pre></body></html>