/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

p.cls_slider_h {
    font-family: 'Abel';
    FONT-SIZE: 44px;
    text-transform: uppercase;
    font-weight: bold;
    color: #d4af37;
    padding-bottom: 12px;
    line-height: 1.1;
}

div#et-top-navigation {
    padding: 14px 0 14px 0 !important;
}

/* Override the problematic padding */
.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 10px !important; /* Reduce padding to align properly */
    line-height: 1.5 !important; /* Ensure text is vertically centered */
}

.et-fixed-header div#et-top-navigation {
    padding: 6px 0 6px 0 !important;
}

/* Specific styling for the button in the menu */
div#page-container li.button a {
    display: inline-block;
    padding: 10px 20px !important;
    background-color: #d4af37;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 0px;
    transition: all 0.3s ease;
    vertical-align: middle;
}

/* Hover effect for the button */
li.button a:hover {
    opacity: 1 !important;
}


@media only screen and (max-width: 768px) {
    .box {
        display: flex;
        flex-direction: column-reverse;
}
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0px !important;
}
}


@media only screen and (max-width: 980px) {

	.et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0px !important;
}

ul#mobile_menu {
    top: 60px;
}
}

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #fff;
}

.et_mobile_menu {
    border-top: 3px solid #fff;
}
.middle .et_pb_column {
    margin: auto;
}