/*
Theme Name: Divi-Child
Description: Child theme for Divi
Author: Jumpstart EXAMPLE 8 - Ocean
Template: Divi
*/

@import url("../Divi/style.css");

body { color:#111; !important;}

#main-header {border-bottom:3px solid #103e5f; /* LINE UNDER header - BACKGROUND handled by DIVI */ }

#et-info {float: none !important; text-align: center;} /* centers contact info in TOP BAR */

.updated promotion fs-notice fs-sticky fs-has-title fs-slug-wp-fail2ban {display:none;} /* Incessant Fail2Ban notice */
div.fs-notice-body {display:none;} /* Incessant Fail2Ban notice */

.home-pic { float: left; padding-right:11px;}

#page-container  { background:#e0e4e8;}

.headertitledb {font-size:38pt; font-weight:bold; color:#103E5F;} /* there is a mobile version below as well; this effects the header titles on pages other than home */
.aboutyouname { font-size:22pt; font-weight:bold;}/*  there is a mobile version below as well; this effects the clients name next to the pic in the about you section ont he home page */
.entry-content tr td { border:1px solid #fff;} /* DBNote - this effects table style for Divi */

.et_pb_section_1.et_pb_section { background-color:#e0e4e8 !important; margin-bottom:100px;} /* this effects the PAGE BACKGROUND Zoom and 3 Boxes Section */
.et_pb_promo_button.et_pb_button {color: #fff!important; background-color: #4a566a;} /* Free Consultation BUTTON on all pages */
footer#main-footer {background-color:#225566;}

#top-menu-nav ul a {color:#103e5f;} /* Main navigtation color */
#top-menu-nav ul a:hover {color:#103e5f;}
/* #top-menu-nav ul a:active NEEDS SET IN DIVI OPTIONS */



/* .home-box { min-height:390px;}  DBNote - this code is in Divi's CSS */


.white-text { color:#fff;}


.et_pb_toggle.et_pb_toggle_close { border: 1px solid #597856;}

/* DBNote - this effects color of hamburger menu / mobile menu */
span.mobile_menu_bar:before {
    color: #693736 !important;
}


/** Responsive Styles for Smartphone Portrait mode - Home page and About Us Section - DON'T FORGET TO ADD CLASS TO IMAGE **/
@media all and (max-width: 479px) {
	
.home-pic { float: none; padding-right:11px;} /* DON'T FORGET TO ADD CLASS TO IMAGE */
.wp-image-533 { } 
.aboutyouname { font-size:17pt; font-weight:bold;}/* this effects the clients name next to the pic in the about you section ont he home page */
.aboutyou-picmargin {margin-bottom:233px;} /* This pushes the clients name down below the image on mobile so it displays properly */
.headertitledb {font-size:32px; font-weight:bold;} /* this effects the header titles on pages other than home */
}

/* DBNote this code effects the header image on mobile; bring the side focused image to the center */
@media only screen and (max-width: 767px){
.et_pb_parallax_css {
    background-position: 85%!important;
}
}
/* End header image code */