/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* UTILITY */
.bold {
    font-weight: 600 !important;
}

.justify {
    text-align: justify;
}

.green {
    color: #93C137 !important;
}

/*  */
.semititle {
    padding-bottom: 10px !important;
    font-family: Poppins;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
}

.semititle::after {
    content: "";
    height: 2px;
    background-color: #93C137;
    position: absolute;
    width: 150px;
    bottom: 0;
    left: 0;
}

/* PAGINA DESCRITTIVA INTERNA */
.row-categories-inner {
    margin-top: 25px;
}

.page-title .heading-text > h1.h1 {
    margin-bottom: 10px !important;
}

.page-title .heading-text > h1::after {
    content: "";
    height: 2px;
    background-color: #93C137;
    position: absolute;
    width: 150px;
    bottom: 0;
    left: 0;
}

h2.subtitle-description {
    font-family: Poppins;
    color: #fff;
    font-weight: 300;
    /* font-size: 25px; */
    font-size: 23px;
    line-height: 30px;
}

p.simple-text {
    font-family: Poppins;
    color: #fff;
    font-weight: 300;
    /* font-size: 20px; */
    font-size: 15px;
    line-height: 25px;
}

div.t-overlay-text > div.t-entry > h3.t-entry-title {
    text-transform: uppercase;
    word-break: normal;
    margin: 0;
    text-align: center;
    font-size: 21px;
}

/* CHI SIAMO */
.icon-box {
    text-align: center;
}

.icon-box-heading h3.h3 {
    margin-top: 0;
    color: #93C137;
}

/* PAGINA CONTATTI */
input,
textarea {
    width: 100%;
    font-family: Poppins;
    color: #fff;
    font-weight: 300;
}

.inv-recaptcha-holder {
    display: none;
}

/* BG PAGINA INTERNI */
.style-color-jevc-bg {
    background-color: transparent !important;
}

/* BREADCRUMB ARTICOLI */
.breadcrumb-module > li > a {
    pointer-events: none;
}

.breadcrumb-module > li > a,
.breadcrumb-module > li.current {
    font-family: Poppins;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.breadcrumb > li + li:not(.paged):before {
    color: #93C137;
}

/* ----- RESPONSIVE ----- */
/* 480px */

@media screen and (max-width:480px) {
    #chiSiamo-picture > div.single-wrapper {
        max-width: 100% !important;
    }
}