/*--------------------------------------------------------------
>>> ITEXA GROUP STYLE Contenuto: style-product.css
----------------------------------------------------------------
 */
.contact-section {
    padding: 0px 0 100px;
}
.map-canvas, .map-iframe {
    height: 560px;
}
.contact-section .info-block .inner-box {
    position: relative;
    display: block;
    height: 100%;
    min-height: 100%;
    padding: 35px 35px 30px;
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-section .info-block .inner-box .text {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.7em;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: var(--thm-text);
    padding: 0px 0px 0px;
    z-index: 1;
}


.call-to-section .inner{
    background: #dcdcdc;
}