/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/





.tfs-slider .slide-content-container .slide-content {
    max-width: 1330px !important;
}

.mc4wp-form-1086 {

    border: 1px solid #ae895d;
    padding-top:25px;
    width:35%;
    margin:0 auto;
    text-transform: uppercase;
    font-family: 'Unica One', Arial, Helvetica, sans-serif;
}

.mc4wp-form-1086 input {
    font-size:1.2em;
    text-transform: uppercase;
    width: 250px;
    font-family: 'Unica One', Arial, Helvetica, sans-serif;
}

.mc4wp-form-1086 label {
    font-size:24px;
    padding-top:5px;
}

.mc4wp-form-1086 .email-submit, .contact-form input[type=submit] {
    background-color: #ae895d;
    border:none;
    width:100px;
    font-weight:400;
}

.mc4wp-form-1086 .email-submit:hover, .contact-form input[type=submit]:hover {
    background-color: #313539;
    border: 1px solid #fff;
    color: #ffffff;
    cursor:pointer;
    border-radius:2px;
}


/* fix display of email field in jetpack contact form */
.contact-form input[type=email] {
    height:50px;
    padding-top: 0;
    padding-bottom:0;
    border-color:transparent;
    color:#aaa9a9;
    background-color:#292c30;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 1%;
    box-sizing: border-box;
}


/* Change behaviour of footer phone link on MOBILE */
@media screen and (max-width: 750px) {

    .phone-mobile {
        display: inline;
    }

    .phone-nonmobile {
        display: none;
    }

    .mc4wp-form-1086 {
        width: 100%;
    }
}


/* Change behaviour of footer phone link on NON-MOBILE */
@media screen and (min-width: 750px) {
    .phone-mobile {
        display: none;
    }
    .phone-nonmobile {
        display: inline;
    }
}

.tribe-events-month #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
    display: block;
}

#tribe-events-content #tribe-events-header {
    display: block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    #side-header .fusion-standard-logo.fusion-logo-2x {
        /*display: inline-block;*/
        /*width: 60% !important;*/
    }

}

    @media only screen and (max-width: 1023px) {

        #side-header.fusion-mobile-menu-design-modern .fusion-logo-center {
            width: 70%;
        }

}

/*#side-header .fusion-mobile-logo-*/