/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* style the get started cta button */
            .enquire-now {border-radius: 0px;}
            .enquire-now a {color: #fff!important;}
            li.enquire-now {
                background-color:#f8be4a; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 10px 13px 10px 10px!important;
            border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.enquire-now:hover {background-color:#242020;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .enquire-now a {
                        color: #fff!important;}
        .enquire-now li.current-menu-ancestor > a, .enquire-now li.current-menu-item > a {
                    color: #fff !important;}
 

    @media only screen and (min-width : 981px) {
            li.enquire-now {height: 33px;}}

/* move top header text to right */
#top-header #et-info { float:right;}
#top-header {z-index: 99999;}

/* logo swap on scroll */
#logo2 {display: none;}
.et-fixed-header #logo {display:none;}
.et-fixed-header #logo2 {display:inline;}
#logo2 {
    max-height: 150%;
    margin-top: -15px;
    z-index: 100000;
}
 
#logo {
    max-height: 220%;
    margin-top: -28px;
    z-index: 100000;
}
 
@media only screen and (max-width : 980px) {
    #logo { margin-top: 0px}}

