/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/


/* Page contact Mex Fermetures - Enfold natif */

#top .mex-contact-hero-section {
    border-bottom: 1px solid #e8e2d7;
}

#top .mex-contact-intro h1 {
    max-width: 560px;
    font-weight: 800 !important;
    line-height: 1.08 !important;
}

#top .mex-contact-intro .avia_textblock {
    max-width: 570px;
    line-height: 1.6;
}

#top .mex-mini-benefit {
    margin-top: 12px !important;
    padding: 14px 16px !important;
    background: rgba(255,255,255,0.78);
    border: 1px solid #e8e2d7;
    border-radius: 14px;
}

#top .mex-contact-form-card {
    padding: 30px 32px 32px 32px;
    background: #ffffff;
    border: 1px solid #e8e2d7;
    border-radius: 22px;
    box-shadow: 0 22px 55px rgba(0,0,0,0.10);
}

#top .mex-contact-form-card h2 {
    margin: 0 0 6px 0;
    color: #1e1e1e;
    font-size: 24px;
    line-height: 1.2;
}

#top .mex-contact-form-card > p {
    margin: 0 0 20px 0;
    color: #777777;
    font-size: 14px;
}

/* Documents */
#top .mex-contact-documents-section {
    border-top: 1px solid #eeeae2;
    border-bottom: 1px solid #eeeae2;
}

#top .mex-section-title {
    text-align: center;
}

#top .mex-doc-card {
    display: block;
    min-height: 270px;
    padding: 28px 24px;
    background: #fdfbf7;
    border: 1px solid #e8e2d7;
    border-radius: 20px;
    transition: all 0.25s ease;
}

#top .mex-doc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(0,0,0,0.09);
}

#top .mex-doc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 34px;
    margin-bottom: 18px;
    background: #1e1e1e;
    color: #ffffff;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

#top .mex-doc-card h3 {
    margin: 0 0 10px 0;
    color: #1e1e1e;
    font-size: 20px;
    line-height: 1.25;
}

#top .mex-doc-card p {
    margin: 0 0 18px 0;
    color: #555555;
    font-size: 14px;
    line-height: 1.55;
}

#top .mex-doc-card a {
    color: #b58a35 !important;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none !important;
}

/* Contact + map */
#top .mex-contact-map-section {
    border-top: 1px solid #e8e2d7;
}

#top .mex-contact-details .iconbox {
    margin-top: 12px !important;
    padding: 14px 16px !important;
    background: #ffffff;
    border: 1px solid #e8e2d7;
    border-radius: 14px;
}

#top .mex-map-column .avia-google-map-container {
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid #e8e2d7;
    box-shadow: 0 18px 42px rgba(0,0,0,0.08);
}

/* Responsive */
@media only screen and (max-width: 767px) {
    #top .mex-contact-intro h1 {
        font-size: 31px !important;
    }

    #top .mex-contact-form-card {
        padding: 22px 18px;
        border-radius: 18px;
    }

    #top .mex-doc-card {
        min-height: auto;
    }
}