/* 
 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 */
            .call-now {border-radius: 3px;}
            .call-now a {color: #fff!important;}
            li.call-now {
                background-color:#f26622; 
                font-weight: 800; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 30px 40px 40px 40px!important;
            border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.call-now:hover {background-color:#c96310;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .call-now a {
                        color: #fff!important;}
        .call-now li.current-menu-ancestor > a, .call-now li.current-menu-item > a {
                    color: #fff !important;}
 
 
 
    @media only screen and (min-width : 981px) {
            li.call-now {height: 33px;}}

