/*
Theme Name: MV - Flatsome Child Theme
Description: This is a child theme for Flatsome Theme
Author: Mattia Ventura
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* general customization */

.html .social-icons {
    font-size: 1.4em;
}

#footer .ux-menu-link__link {
    font-size: .9em;
    color: #e0ceaa;
}

.container {
    padding-left: 24px;
    padding-right: 24px;
}

.button {
    margin-bottom: 0;
}

.lightbox-content {
    border-radius: .4em;
}

.to-front {
    position: relative;
    z-index: 10;
}

.header-main li.html.custom {
    display: block;
}

.off-canvas-center .mfp-content {
    padding-top: 0;
}

.margin-0, .margin-0 > * {
    margin: 0;
    padding-bottom: 0 !important;
}

.light, .light > * {
    font-weight: 300 !important;
}

.uppercase, .uppercase * {
    line-height: .9;
    letter-spacing: .125em;
}

.has-dropdown .icon-angle-down {
    font-size: .8em;
}

.wp-video {
    margin-bottom: 2em;
}

.blueprint-bg .section-content {
    background-image: linear-gradient(rgba(255,255,255,0.05) 2px, transparent 2px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 2px, transparent 1px),
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size:100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

/* END - - - general customization */


/* CF7 customization */

form {
    margin: 0;
}

.wpcf7 .wpcf7-not-valid-tip {
    margin-top: 0;
}

.wpcf7 .custom-newsletter input.wpcf7-email {
    color: #fff;
    font-size: .8rem;
    padding: .8rem;
    height: 2.4rem;
    margin-bottom: 0;
}

.wpcf7 .custom-newsletter {
    display: flex;
    width: 100%;
    margin-bottom: .2em !important;
}

.wpcf7 label {
    font-size: .8em;
}

.wpcf7 .custom-newsletter .wpcf7-form-control-wrap {
    width: 100%;
}

.custom-newsletter .wpcf7-submit {
    margin-right: 0;
    margin-bottom: 0;
}

.wpcf7 .wpcf7-spinner {
    display: none;
}

.custom-newsletter input.wpcf7-submit {
    height: 2.4rem;
    background-color: #ff0a00;
}

/* END - - - CF7 customization */


@media only screen and (min-width: 48em) {
    /*************** ADD DESKTOP ONLY CSS HERE  ***************/


}