/*-------------------------------------------------------
Theme Name: Peto's Divi Child Theme
Theme URI: http://elegantthemes.com/
Description: A child theme template for Divi
Author: Shawn Washburn
Author URI: http://www.petoscarmagic.com/
Template: Divi
Version: 3.19
----------------- ADDITIONAL CSS HERE ------------------*/

@import url("../Divi/style.css");

/*--Remove gray line below menu---*/
/* #main-header{
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
}


/*---------------------------------*\/
/* overhanging logo by Geno Quiroz */
/*---------------------------------*/
 
#top-header {z-index: 99999;}

@media only screen and (min-width: 980px) {
#logo {
min-height: 120px;
	}}

 
@media only screen and (max-width : 980px) {
    #logo { margin-top: 0px}}

/*----------------------------------*/

/*------------------------------------------------*/
/*-----------------[CTA Menu Item]----------------*/
/*-----------------[by GenoQuiroz]----------------*/
/*------------------------------------------------*/
 
/* style the get started cta button */
            .get-started {border-radius: 0px;}
            .get-started a {color: #fff!important;}
            li.get-started {
                background-color:#4285D6; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 10px 5px 10px 5px!important;
            border-radius: 6px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.get-started:hover {background-color:#006600;}
 
/* 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;}