/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}
/*---------------Menu CTA Button---------------*/
#top-menu li a:hover {opacity: 1!important;}
             
.menu-cta a {
    padding: 12px!important;
    background-color: #043750;
    color: white!important;
    border-radius: 25px;
    text-align: center;
}
 
.menu-cta a:hover {
    background-color: #043750;
    color: white!important;
}

.et_header_style_left #et-top-navigation {
    padding-top: 33px!important;
}
 
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 10px!important;
}
 
/*---------------Menu CTA Button Mobile Settings---------------*/
@media only screen and (max-width: 980px) {
.menu-cta a {
    background-color: #043750;
    color: white!important;
    }
.menu-cta a:focus {
    background-color: #043750!important;
    color: white!important;
    }
.menu-cta a:hover {
    background-color: #043750!important;
    color: white!important;
    }
}

/*---------------Menu Search Icon Desktop Settings---------------*/
@media only screen and (min-width: 981px) {
#et_top_search {
	margin-top: 15px;
    }
}

/* Add underline to paragraph text links */
p > a:hover {
	text-decoration: underline;
}
