﻿body {
}
.service-block_five-more.variant {
    margin-top: 0 !important;
    margin-bottom: var(--margin-top-20);
}

.services-one_pattern-layer {
    background-size:cover;
}

.img-full-screen {
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
}


input.error, textarea.error {
    border: 1px solid red;
    background-color: #ffe6e6;
}

label.error {
    color: red;
    font-size: 0.9em;
    display: block;
    margin-top: 5px;
}

input[type=checkbox], input[type=radio] {
    display:inline-block;
    vertical-align:top;
    margin-right:10px;
    width:20px;
    height:20px;
    cursor:pointer;
}

.page-title.detail-news {
    padding: 80px 0px 60px;
}
.blog-single.detail-news h1 {
    line-height: 80px;
    font-weight: 700;
    font-size: 55px;
    padding-bottom: 10px;
}

.blog-single.detail-news h2 {
    line-height: 40px;
    font-size: 35px;
    padding-bottom: 10px;
}

.blog-single.detail-news h3 {
    line-height: 30px;
    font-size: 25px;
    padding-bottom: 10px;
}

.team_one-image {
    height:380px
}

.recensioni-list .testimonial-block {
    padding: 10px;
    border: 1px solid #dedede;
    margin-bottom: 50px;
}