/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1750561036
Updated: 2025-06-22 02:57:16

*/


/* Divi Engine CTA Button in the Divi Menu */

/* CTA button styles */
.de-menu-cta a {
    color: #fff!important; /* Change button text color here */
    background-color: #fc4c02ff; /* Change button background color here */
    font-size: 21px!important; /* Change text size here */
    border-radius: 10px; /* Set this to 0px if you want a square CTA button */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    line-height: 9px;
    font-weight: 600;
    padding: 18px 16px!important;
    text-transform: uppercase;
    display: block;
    padding-left: 32px!important;
    padding-right: 32px!important;
    border: 0px;
}

/* Media query to ensure hover styles are only applied to desktop */

@media (min-width: 981px) {
    
    /* Hover styles for our CTA Button */
    .de-menu-cta a:hover {
        opacity: 1!important;
        color: #fff!important; /* Change hover button text color here */
        background-color: #fc4c02ff; /* Change hover button background color here */
        transform: scale(1.1); /* If you don't want the button to get bigger when you hover on it, delete this line */
    }
}
    
/* Fix the padding in the primary menu to accomodate the button */
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}
 
/* Make sure that the alignment in the menu is correct */
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    align-items: center;
}



/* Buttons Same width*/
.willys-header .et_pb_button { 
	min-width: 250px; 
	text-align:center; 
}

/* Mobile Harburger Icon Color Change */
.mobile_menu_bar:before {
color: #FFFFFF !important;
}
