/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
#infopoint-menu { margin-top: 23px; margin-bottom: 23px; }
#infopoint-menu .w-tabs-section-header {
    padding: .4em 1.6em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
#infopoint-menu .w-tabs-section-header:hover { background: #fff; color: #222d5d; }
#infopoint-menu .w-tabs-section-header.active {
    background: #fff;
}
#infopoint-menu .w-tabs-section-title { text-align: center; width: 100%; }
#infopoint-menu .w-tabs-section-control { display: none; }

.tbl-collection .hp-img-collection { height: 310px !important; }
.tbl-collection .col-uno:hover .hp-img-collection img {
    transform: scale(1.5,1.5) !important;
}
.form-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 0 auto;
}
.form-group {
    display: flex;
    flex-direction: column;
}
.full-width {
    grid-column: 1 / -1;
}
.form-group p { margin-bottom: 0; }
#hidden-fields p { margin-bottom: 20px; }
.form-group label {
    margin-bottom: 0.25rem;
    font-weight: 600;
    padding-left: 5px;
}
.form-group input, .form-group select { max-height: 48px;}
.form-group input {
    padding: 0.5rem 1em;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: normal;
}
.form-group input:focus {
    background-color: #fff;
    border: 1px solid #222d5d;
}
.form-group select:focus {
    background-color: #fff;
    border: 1px solid #222d5d;
}
.form-group textarea:focus {
    background-color: #fff;
    border: 1px solid #222d5d;
}
.form-group input[type=checkbox] { padding: 0;}
.form-group input[type=checkbox]:before { vertical-align: middle; }
.form-group input[type=checkbox]:focus {
    background-color: #fff;
    border: 1px solid #222d5d;
}
.subselect div { padding: 1em 1.2em;}
.form-actions {
    grid-column: 1 / -1;
    text-align: right;
}
.form-actions button {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.wpcf7-not-valid {border: 1px solid #dc3232 !important;}
.wpcf7-not-valid-tip { padding-top: 5px; padding-left: 5px;}
.wpcf7-response-output { margin-top: 30px; background-color: #fff; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232;
    border-radius: 4px;
}

.bespoke img { border-right: 1px solid #E9EAEF !important; }

#infopoint-title h2 { text-align: center;  }
#infopoints { padding-top: 3rem;}

.loghi-progetti { left: 50%; top: 50%; width: 90%; transform: translate(-50%, -50%); }
.form-priority-list { font-size: 2em; font-weight: 700; margin-bottom: 20px; }
.form-priority-list-intro { margin-bottom: 50px; }
.block-logo-progetti img { width: 500px; }
.slider-progetti-ext h5 { display: none;}


.asl-cluster { background: rgb(34,45,93) !important; }
.asl-cluster::before, .asl-cluster::after { background: rgba(34,45,93,.5) !important;}
#asl-storelocator.asl-cont .infoBox {width: 250px !important; margin: 0 0 43px -125px !important;}
#asl-storelocator.asl-cont .infoBox .infoWindow {width: 100% !important;}
#asl-storelocator.asl-cont .infoBox .infoWindow .infowindowContent {width: unset !important;}
#asl-storelocator.asl-cont .infoBox #style_1 .image_map_popup { background-color: rgb(34,45,93) !important; }
#asl-storelocator.asl-cont .infoBox #style_1 .image_map_popup img { max-height: unset !important; }
.img-hover, #asl-storelocator.asl-cont.asl-template-3 a, #asl-storelocator.asl-cont.asl-template-3 a img { cursor: pointer !important; }
#asl-storelocator.asl-cont .infoBox #style_1 .image_map_popup { border: 10px solid #DEA71D !important; }
#asl-storelocator.asl-cont .infoBox .infoWindow .infowindowContent { padding: 0 !important;}
#asl-storelocator.asl-cont .infoBox .infoWindow .infowindowContent .arrow-down { background-color: #DEA71D !important; }
#asl-storelocator.asl-cont.asl-template-3 .infoBox img[align=right] {
    width: 30px !important; margin: 0 0 -27px 0 !important; background-color: #DEA71D !important; padding: 5px !important; cursor: pointer !important;
}

@media (max-width: 767px) {
    .form-container {
        grid-template-columns: 1fr;
    }
    .form-actions {
        text-align: center;
    }
    #infopoint-title h2 { text-align: left;  }
    #infopoints .g-cols.via_grid { gap: 2rem; }
    #infopoints .w-iconbox { justify-content: flex-start; }
}

@media (min-width: 768px) and (max-width: 1099px) {
    #infopoints .g-cols.cols_3 { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .ush_image_1 {
        height: 54px !important;
    }
}

@media (min-width: 1101px) and (max-width: 1299px) {
    .tbl-collection .hp-img-collection {
        height: 260px !important;
    }
}

@media (min-width: 280px) and (max-width: 1100px) {
    .tbl-collection .hp-img-collection {
        height: auto !important;
    }
    .sottotitoli {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px !important;
    }
}


@media (min-width: 1101px) {
    .ush_image_1 {
        height: 54px !important;
    }
}

