/*
Theme Name: Divi Child – Rhona Blaker
Description: Child theme for Divi
Author: Dave Blaker
Template: Divi
Version: 1.0
*/

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

/* Replace Divi logo with text */
#logo {
    display: none;
}

/* this effects how the featured image appears in posts */

.single-post .et_post_meta_wrapper > img {
    width: 600px !important;
    max-width: 600px !important;
    height: auto !important;
    display: block !important;
    margin: 25px auto 35px !important;
}
/*This makes the logo be text - not an image*/
.logo_container a::after {
    content: "Rhona Blaker";
    font-family: "Cinzel", serif;
    font-size: 28px;
    font-weight: 600;
    color: #C7EAFF;
    letter-spacing: 2px;
	
	body.single-post {
    background: red !important;
}



/* Transparent header on homepage only */
body.home #main-header {
    background-color: rgba(0, 0, 0, 0.42) !important;
}

/* Hide text logo on homepage */
body.home .logo_container a::after {
    display: none;
}

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

.et_pb_section_1.et_pb_section {background:#F5F6F7;} /* PAGE Background */

.et_pb_promo_button.et_pb_button {color: #fff!important; background-color: #0b3858;} /* Free Consultation BUTTON on all pages */

/* BLURBS: there is code in the Divi SECTION which affects the BLURB module (text spacing) */

#top-menu-nav ul a:hover {color:#dd8100;} 

a:hover {color:#dd8100; text-decoration:underline;} 

span.mobile_menu_bar:before {color: #0b3858 !important;} /* DBNote - HAMBURGER menu color */

/* 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 */


/* Makes Logo bigger on Mobile */
@media only screen and (max-width: 767px) {
    body header img#logo {
        max-width: 80%!important;
        max-height: 80%!important;
        height: auto!important;
        width: auto!important;
    }
}

/*adjust Divi Menu module BREAKPOINT for DEFAULT MENU - higher the number, sooner the page breaks */
@media only screen and (max-width: 1300px) {
#top-menu-nav {display: none;}
#et_mobile_nav_menu {display: block}
}
