/*
 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.clsfk {
    font-family: 'Playfair Display' !important;
    font-size: 52px;
    font-weight: 800;
    line-height: 0;
    padding-bottom: 45px;
}

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

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

.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;
    line-height: 1.5!important;
}

li.button a {
    display: inline-block;
    padding: 10px 20px !important;
    background-color: #c0392b;
    color: #ffffff;
    text-decoration: none;
    border-radius: 7px;
    font-weight: bold;
    transition: all 0.3s ease;
    vertical-align: middle;
}

li.button a:hover {
    background-color: #c0392b!important;
    color: #ffffff!important;
    opacity: 1!important
}

@media only screen and (max-width: 980px) {
    .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;
    }
}

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

.et_mobile_menu {
    border-top: 3px solid #fff;
}

ul#mobile_menu {
    top: 60px;
}

.middle .et_pb_column {
    margin: auto;
}



.wpcf7 input{
    width: 100%;
    padding: 7px 7px;
    background: #00000038;
    border: 2px solid #4e342e;
    border-radius: 7px;
}

.wpcf7 input{
    width: 100%;
    padding: 7px 7px;
    background: #00000038;
    border: 2px solid #4e342e;
    border-radius: 7px;
}

.wpcf7 textarea{
    width: 100%;
    background: #00000038;
    border: 2px solid #4e342e;
    border-radius: 7px;
    height: 78px;
}

.wpcf7 label {
    font-family: 'Lora';
    color: #333;
    font-size: 16px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #FFFFFF !important;
    border-color: #c0392b;
    font-family: 'Lora', Georgia, "Times New Roman", serif !important;
    background-color: #c0392b;
    font-size: 20px;
    font-weight: 500;
    padding: 0.2em 3em;
    line-height: 1.7em !important;
    border-radius: 7px;
    border: 2px solid #734d4d00;
}
