body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
    color: #114947;
}

a:hover {
    color: #114947;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Source Serif Pro', serif;
    font-weight: bold;
    color: #114947;
}

.nopadding {
    padding: 0 !important;
}

.pointer {
    cursor: pointer;
}

.first-color {
    color: #114947;
}

.second-color {
    color: #6BA43A;
}

.btn-custom {
    background-color: #114947;
    color: #fff;
    border-radius: 5px;
    border: 2px solid transparent;
}

.btn-custom:hover {
    background-color: transparent;
    color: #114947;
    border: 2px solid #114947;
}

.btn-custom-2 {
    background-color: #6BA43A;
    color: #fff;
    border-radius: 5px;
    border: 2px solid transparent;
}

.btn-custom-2:hover {
    background-color: transparent;
    color: #fff;
    border: 2px solid #6BA43A;
}

.section-color {
    padding: 40px 0;
}

.section-color h3 {
    font-size: 40px;
}

.section-color img {
    border-radius: 15px;
}

.section-color h3 {
    color: #6BA43A;
}

.section-color-1 {
    background-color: #DEF2CD;
}

.section-color-1 h3 {
    color: #114947;
}

.section-gray {
    padding: 40px 0;
}

.section-gray h3 {
    font-size: 40px;
}

.section-gray img {
    border-radius: 15px;
}

.box-gray {
    background-color: #114947;
    color: #fff;
    border-radius: 0 15px 15px 0;
    padding: 100px !important;
    font-size: 16px;
}

.section-gray-1 .box-gray {
    border-radius: 15px 0 0 15px;
}

.box-gray h3 {
    color: #6BA43A;
    margin-bottom: 20px;
}

.lavorazioni-home {
    background-color: #DEF2CD;
}

.wpcf7-form p {
    display: none;
}

.wpcf7-form {
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.contact-form p {
    display: block
}

.contact-form label {
    font-size: 18px;
}


/* .font-color,.font-color a{
	color:#393939!important;
} */

.wpcf7-form textarea {
    width: 100%!important;
    border: 1px solid #114947!important;
    border-radius: 5px;
    padding: 8px;
    outline: 0 none;
    color: #114947;
    background: #F2F1F0!important;
    height: 120px!important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="file"] {
    width: 100%!important;
    border: 1px solid #114947!important;
    border-radius: 5px;
    padding: 8px;
    outline: 0 none;
    color: #114947;
    background: #F2F1F0!important;
}

.wpcf7-form input[type="submit"] {
    display: block;
    margin: 0 auto;
    color: #fff;
    background-color: #114947;
    padding: 8px 30px;
    border-radius: 5px;
    margin-top: 10px;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: transparent;
    border: 2px solid #114947;
    color: #114947;
}

.collaborazioni {
    background-color: #DEF2CD;
}

.collaborazioni img{
    height: 100px;
    margin: auto;
}

.single-loop-news img {
    border-radius: 15px;
}

.single-loop-news h3 {
    color: #6BA43A;
}

.single-news h1,
.single-news h2,
.single-news h3 {
    color: #6BA43A;
}

.single-news img {
    border-radius: 15px;
}

.date {
    background-color: #114947;
    color: #fff;
    padding: 7px 20px;
    position: absolute;
    margin-left: 30px;
}

.news-category>li {
    margin: 5px;
    font-size: 18px;
}

.box-news img {
    border-radius: 15px;
}

.owl-theme .owl-nav{
    margin-top: 10px;
    margin-bottom: -20px;
}

.owl-carousel .owl-item img{
    width: auto;
}

.owl-theme .owl-nav [class*=owl-]{
    font-size: 24px !important;
    line-height: 0 !important;
    margin: 0 20px !important;
    color: #114947 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
    color: #6AA338 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-]:focus{
    outline: none;
}
#menu-container {
    -webkit-box-shadow: 0px 4px 10px -7px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 4px 10px -7px rgba(0,0,0,0.32);
    box-shadow: 0px 4px 10px -7px rgba(0,0,0,0.32);
}

.grecaptcha-badge{
    display: none;
}
@media (max-width: 992px) {
    .box-gray {
       padding: 65px 20px 40px 20px!important;
       margin: -25px 15px 40px 15px;
       text-align: center;
       border-radius: 15px!important;
    }
    .lavorazioni-home {
        text-align: center;
    }
    .lavorazioni-home img{
        text-align: center;
        margin-bottom: 40px;
        max-width: 500px;
    }

    #menu-container {
        padding: 0px 15px;
    }
    #menu-container .logo {
        padding: 10px 0;
        max-width: 220px;
    }
    .footer .logo {
        max-width: 300px;
        margin-bottom: 35px;
    }
    .page-title {
        padding: 15px;
    }
    .page-title h1{
        font-size: 30px;
    }
    h3 {
        font-size: 36px!important;
        line-height: 38px;
    }
    .servizi h2{
        font-size: 36px!important;
    }
    .servizi h3{
        font-size: 24px!important;
    }
    .testata-page {
        padding: 40px 15px;
        text-align: center;
    }
    .testata-page h2 {
        margin-top: 20px;
        font-size: 36px!important;
        line-height: 38px;
    }
    .testata-page h3 {
        font-size: 24px!important;
        line-height: 28px;
    }
    .section-gray{
        padding: 40px 15px 0 15px;
        text-align: center!important;
    }
    .section-color {
        padding: 40px 15px;
        text-align: center!important;
    }
    .section-color img{
        margin-bottom: 40px;
    }
    .section-color h3{
        margin-bottom: 20px;
    }
    .section-color p{
        margin-bottom: 20px;
    }
    .subtitle-home {
        font-size: 24px!important;
        line-height: 28px;
    }
    .section-gray-1-img {
        position: relative;
        z-index: 2;
    }
    .padding-text {
        padding: 40px 20px!important;
        margin: 20px 15px 20px 15px;
    }
    .single-news .col-lg-3 {
        margin-top: 40px;
    }
    #menu-menu-top {
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    #menu-social {
        justify-content: center;
        display: flex;
        margin-bottom: 60px;
    }
    #menu-menu-top li a,
    #menu-social li a{
        font-family: 'Source Serif Pro', serif;
        font-weight: 700;
        color: white;
        text-transform: initial;
    }
    #menu-menu-top li:first-child{
        margin-top: 40px;
    }
    #menu-menu-top li:last-child{
        margin-bottom: 40px;
    }
    .navbar-expand-lg {
        background-color: #114947;
        padding-right: 0!important;
        padding: 0 !important;
        margin: 0 -15px!important;
    }
    .menu-menu-footer-1-container {
        margin-bottom: 35px;
    }
    .fa-facebook-square {
        margin-bottom: 35px;
    }
    .header-clearfix {
        height: 100px;
    }
}
@media(max-width: 767px) {
    .lavorazioni-home img{
        max-width: 100%;
    }
    #menu-container .logo {
        padding: 10px 0;
        max-width: 150px;
    }
    .header-clearfix {
        height: 77px;
    }
}