/*======================================
Theme Name: Divi-child
Theme URI: https://machiavelliengenharia.com.br/
Description: This is a child theme from Divi!
Author: Machiavello Engenharia e Topografia
Author URI: https://machiavelliengenharia.com.br/
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 custom CSS below this line*/

/* CTA Button in the Divi Menu */
/* CTA button styles Primary Menu */
.menu-cta a {
    color: #e9630f!important;
	background-color: transparent;
/*     font-size: 21px!important; */
	border: 1px solid #e9630f!important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-align: center;
    line-height: 9px;
/*     font-weight: 600; */
    padding: 16px 16px!important;
/*     text-transform: uppercase; */
    display: block;
/*     padding-left: 16px!important;
    padding-right: 16px!important; */
    border: 0px;
}

/* Media query to ensure hover styles are only applied to desktop */
@media (min-width: 981px) {
    /* Hover styles for our CTA Button */
    .menu-cta a:hover {
        opacity: 1!important;
        color: #fff!important;
        background-color: #e9630f!important;
	/* transform: scale(1.1); */
    }
}