/*
Theme Name: divi child
Theme URI: https://www.visualwebz.com
Version: 2.3.2
Description: Divi Child Custom
Author: VW
Template: Divi
*/

@import url("../Divi/style.css");



/*-----------------[CTA Menu Item]----------------*/
/* style the get started cta button */
            .get-started {border-radius: 0px;}
            .get-started a {color: whitesmoke;}
            li.get-started {
			    background-color:black; 
                font-weight: 500; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 7px 10px 0 10px!important;
				margin-bottom: 7px;
           		 border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.get-started:hover {background-color:black;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .get-started a {
                        color: whitesmoke;}
        .get-started li.current-menu-ancestor > a, .get-started li.current-menu-item > a {
                    color: whitesmoke!important;}
 
 
 
    @media only screen and (min-width : 981px) {
            li.get-started {height: 33px;}}

/*--------------------------------------------------------*/


