/* 
 Theme Name:   MST Divi
 Theme URI:    
 Description:  
 Author:       Shannon Sharesky
 Author URI:   www.shannonsharesky.com
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/*------------------------------------------------*/
/*-----------------[CTA Menu Item]----------------*/
/*-----------------[by GenoQuiroz]----------------*/
/*------------------------------------------------*/
/* style the login cta button */
            .login {border-radius: 0px;}
            .login a {color: #fff!important;}
            li.login {
                background-color:#5ebb46; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 10px 10px 10px!important;
            border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.login:hover {background-color:#c96310;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .login a {
                        color: #fff!important;}
        .login li.current-menu-ancestor > a, .login li.current-menu-item > a {
                    color: #fff !important;}
 
 
 
    @media only screen and (min-width : 981px) {
            li.login {height: 33px;}}