/* 
 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 --------------------------- */ 




/*------------------------------------------------*/
/*-------------[Hide bottom bar]----------------*/
/*------------------------------------------------*/

#footer-bottom {
    display: none;}


/*------------------------------------------------*/
/*-----------------[Weiter Button im Header]-----*/
/*-----------------[by GenoQuiroz]----------------*/
/*------------------------------------------------*/
 
/* style the get started cta button */
            .get-started {border-radius: 0px;}
            .get-started a {color: #FFFFFF!important;}
            li.get-started {
                background-color:#008000; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 12px 13px 10px 10px!important;
            border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.get-started:hover {background-color:#11675c;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .get-started a {
                        color: #FFFFFF!important;}
        .get-started li.current-menu-ancestor > a, .get-started li.current-menu-item > a {
                    color: #FFFFFF!important;}
 
 
 
    @media only screen and (min-width : 981px) {
            li.get-started {height: 33px;}}

