/*
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 wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
.avia-button {
    border-radius: 50px !important;
    background-color: rgb(50, 77, 94) !important;
}

.avia-menu .avia-menu-text {
    text-transform: uppercase !important;
}

.av-subheading p {
    text-transform: uppercase;
    letter-spacing: 3px;
}

.avia-iconfont {
    font-size: 0 !important;
    color: transparent !important;
}

.iconbox .iconbox_icon {
    background-size: contain;
    width: 32px;
    height: 32px;
    border-radius: 0 !important;
    background-color: transparent !important;
}

.flex_cell:nth-child(1) .iconbox .iconbox_icon {
    background: url('/wp-content/uploads/2025/08/icon-header-logistica.png') no-repeat center center;
    background-size: contain;
}

.flex_cell:nth-child(2) .iconbox .iconbox_icon {
    background: url('/wp-content/uploads/2025/08/icon-header-regionali.png') no-repeat center center;
    background-size: contain;
}

.flex_cell:nth-child(3) .iconbox .iconbox_icon {
    background: url('/wp-content/uploads/2025/08/icon-header-spedizioni.png') no-repeat center center;
    background-size: contain;
}

.flex_cell:nth-child(4) .iconbox .iconbox_icon {
    background: url('/wp-content/uploads/2025/08/icon-header-speciali.png') no-repeat center center;
    background-size: contain;
}

.iconbox .iconbox_content .iconbox_content_title {
    font-size: 1rem !important;
}


/* CHI SIAMO */
.av-inner-tab-title {
	cursor: pointer !important;
}
/* CHI SIAMO */



/* PARTNER */

.main_color .avia-content-slider .slide-image {
    background-color: transparent;
}

.wpcf7-date, .wpcf7-text, .wpcf7-email, .wpcf7-select {
    width: 100% !important;
    margin-bottom: 0 !important;
    display: inline !important;
    min-width: 50px !important;
    padding: 13px !important;
    border-radius: 2px !important;
    border-color: var(--enfold-main-color-border) !important;
    background-color: var(--enfold-main-color-bg2) !important;
    color: var(--enfold-main-color-meta) !important;
    font-family: inherit;
    border: 1px solid #e1e1e1 !important;
}

.wpcf7-submit {
    margin: 0;
    padding: 16px 20px !important;
    border-radius: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: 400;
    font-size: .92em;
    min-width: 142px !important;
    outline: 0;
}