/*
Theme Name: Bridges Associates Child Theme
Theme URI: https://www.colewebdev.com
Description: Bridges Associates Child Theme
Author: COLEwebdev
Author URI: https://www.colewebdev.com
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */

/* Hide Divi Main Navigation Menu */
#main-header { display:none; }
#page-container { 
	padding-top:0px !important; 
	margin-top:-1px !important 
}

/*------------------------------------------------*/
/*-----------------[CTA Menu Item]----------------*/
/*-----------------[by GenoQuiroz]----------------*/
/*------------------------------------------------*/
 
/* style the get started cta button */
            .get-started {border-radius: 0px; margin-top: -10px!important;}
            .get-started a {color: #fff!important;}
            li.get-started {
                background-color:#ed7818; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 24px 21px 22px 18px!important;
            border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.get-started:hover {background-color:#c96310;}

.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu ul li a {
    padding-bottom: 25px!important;
}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .get-started a {
                        color: #fff!important;}
        .get-started li.current-menu-ancestor > a, .get-started li.current-menu-item > a {
                    color: #fff !important;}
 
    @media only screen and (min-width : 981px) {
            li.get-started {height: 33px;}

}

@media only screen and (max-width : 981px) {

		li.get-started {
    padding: 16px 22px 0px 18px!important;
}
}