h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2 !important;
}

p, ul li
{
  line-height: 1.5 !important;
}

*
{
  line-height: 1.8 !important;
}

/*nascondere la sezione commenti dalla pagina dettaglio articolo*/
.comment-area,
#comments{
    display: none !important;
}


/*MODIFICHE PER BLOG DIRECT RESPONSE*/

/*SEZIONE TITOLO E BREADCRUMB HEADER */
section#subheader {
    padding: 160px 0 80px 0;
    background-size: cover;
}
@media screen and (max-width: 1024px) {
    section#subheader {
    padding: 0px 0 80px 0;
}
}
/*MENU*/
#mainmenu ul {
    margin: -20px 0px 0px 0px;
}


#newthumbnail .background {
    text-align:center;
}
#newthumbnail .background img {
    width:8000px;
    max-width:100%;
}
h1 span.subtitle {
    display:block;
    font-size:80%;
}

/*BLOG ARCHIVIO*/
.de_light .blog-list {
    display:flex;
    flex-wrap:wrap;
}
.de_light .blog-list li {
    width:50%;
    padding-left:10px;
    padding-right:10px;
    border-bottom: none;
    margin-bottom: 40px;
}
.de_light .blog-list .post-image a {
    min-height: 170px;
    max-height: 170px;
    overflow: hidden;
    display: block;
}

.de_light .blog-list .post-text {
    padding-left: 0px;
}
/*ECCEZIONE HOME*/
.home.de_light .blog-list .post-text {
  padding-left: 80px;
}
.blog.de_light .blog-list .post-text p,
.archive.de_light .blog-list .post-text p,
.search.de_light .blog-list .post-text p {
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.de_light .blog-list .date-leggi {
    display:flex;
    flex-wrap:wrap;
}
.de_light .blog-list .date-leggi .date-box {
    width:70%;
    margin-right:1%;
    position: static;
    text-align: left;
    padding: 3px 0;
}
.de_light .blog-list .date-leggi .meta-leggi
{
    width:29%;
}
.de_light .blog-list .date-leggi .date-box .day {
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    font-weight:300;
    display: inline-block;
    text-align: left;
    width: auto;
}
.de_light .blog-list .date-leggi .date-box .month {
    border-bottom: none;
    padding: 0;
    font-size: 12px;
    font-weight:300;
    display: inline-block;
    text-align: left;
    width: auto;
    letter-spacing: 0;
}

/*SIDEBAR*/
.de_light .sidebar .widget {
    border-bottom:none;
    padding-bottom: 0px;
}
.de_light .sidebar .widget .wp-block-categories-list li {
    margin-bottom: 10px;
}
.de_light .sidebar .wp-block-social-links li:hover {
    background-color:#ffd200 !important;
}
.de_light .sidebar #secondary div:nth-child(4), .de_light .sidebar #secondary div:nth-child(6) {
        margin-bottom:20px;
    }

@media (min-width: 1200px) {
    .de_light .container {
        width: 100%;
        max-width: 1170px;
    }
}
@media (min-width: 992px) {
    .de_light .container {
        width: 100%;
        max-width: 1170px;
    }
}
@media screen and (max-width: 996px) {
    .de_light .blog-list .post-image a {
    min-height: 150px;
    max-height: 150px;
    overflow: hidden;
    display: block;
}
}

@media screen and (max-width: 991px) {
    .de_light .container {
        width: 100%;
    }
    .de_light .sidebar #secondary {
        display:flex;
        flex-wrap:wrap;
    }
    .de_light .sidebar #secondary div {
        width: 100%;
    }
    .de_light .sidebar #secondary div:nth-child(2) {
        width: 49%;
        margin-right:1%;
    }
    .de_light .sidebar #secondary div:nth-child(3) {
        width: 49%;
        margin-left:1%;
    }
}
@media screen and (max-width: 767px) {
    .de_light .blog-list li {
        width:100%;
        padding-left:0px;
        padding-right:0px;
    }
    .de_light .sidebar #secondary div:nth-child(2) {
        width: 100%;
        margin-right:0%;
    }
    .de_light .sidebar #secondary div:nth-child(3) {
        width: 100%;
        margin-left:0%;
    }
}

@media screen and (min-width: 768px) {
    .de_light .blog-list .post-text h3 {
        min-height: 65px;
    max-height: 65px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    }
}

@media screen and (max-width: 400px) {
    .de_light .blog-list .post-image a {
        min-height: 130px;
        max-height: 130px;
        overflow: hidden;
        display: block;
    }
}


/*PAGE A CHI è RIVOLTO*/
.blog-list .page-rivolto {
    padding-top:0;
    padding-bottom:30px;
}
.blog-list .page-rivolto .container {
    padding-right: 0px;
    padding-left: 0px;
}

/*SINGOLO ARTICOLO*/
.single .blog-list .article-thumbnail {
    min-height: 380px;
    max-height: 380px;
    overflow: hidden;
    display: block;
    margin-bottom:20px;
}
@media screen and (max-width: 1180px) {
    .single .blog-list .article-thumbnail {
    min-height: 360px;
    max-height: 360px;
    }
}
@media screen and (max-width: 1100px) {
    .single .blog-list .article-thumbnail {
        min-height: 340px;
        max-height: 340px;
    }
}
@media screen and (max-width: 1024px) {
    .single .blog-list .article-thumbnail {
        min-height: 320px;
        max-height: 320px;
    }
}
@media screen and (max-width: 767px) {
    .single .blog-list .article-thumbnail {
        min-height: auto;
        max-height: auto;
    }
}

.single .blog-list .article-title {
    margin-bottom:30px;
}
.single .blog-list .author-date {
    margin-bottom: -10px;
}
.single .blog-list .author-box {
    display:inline-block;
    margin-right:20px;
    font-size: 12px;
    font-weight:300;
    text-align: left;
    color:#222222;
}
.single .blog-list .date-box {
    display:inline-block;
    width: auto;
    position: static;
    text-align: left;
    text-shadow: none;
}
.single .blog-list .date-box .day {
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    font-weight:300;
    display: inline-block;
    text-align: left;
    width: auto;
}
.single .blog-list .date-box .month {
    border-bottom: none;
    padding: 0;
    font-size: 12px;
    font-weight:300;
    display: inline-block;
    text-align: left;
    width: auto;
    letter-spacing: 0;
}

.single-post .wp-element-button {
    border-radius:5px;
    font-size: 14px;
    font-weight:400;
    color:#ffffff;
    background-color:#222222;
    text-decoration:none;
}
.single-post .wp-element-button:hover {
    color:#ffffff;
    background-color:#ffd200;
    text-decoration:none;
}

.single-post .saboxplugin-wrap {
    margin-top:30px;
}

/*PAGINA 404*/
.error404 header.de_header_2 {
    background: rgba(0, 0, 0, 0.0);
    z-index: 1200 !important;
}
.error404 header.de_header_2.smaller {
    background: rgba(50, 50, 50, .95);
}


.error404 .warp-404 {
    padding: 90px 0 90px 0;
    text-align:center;
}
.error404 section.bg-error {
    height: auto;
}
.error404 .warp-404 form {
    margin: 15px auto;
}

/*SOCIAL SHARE*/
.single-post .heateor_sss_sharing_container {
    margin-top:40px;
    display: flex;
    flex-direction: row;
    justify-content: end;
}
.single-post .heateor_sss_sharing_title {
    display:inline-block;
    margin-right:30px;
    align-content: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight:500 !important;
    color: #222222;
}
.single-post .heateor_sss_sharing_ul {
    display:inline-block;
    align-content: center;
}

.single-post .heateor_sss_sharing_container svg {
    padding: 4px;
}

.single-post .heateor_sss_sharing_ul .heateor_sss_facebook .heateor_sss_svg,
.single-post .heateor_sss_sharing_ul .heateor_sss_button_x .heateor_sss_svg,
.single-post .heateor_sss_sharing_ul .heateor_sss_button_linkedin .heateor_sss_svg, 
.single-post .heateor_sss_sharing_ul .heateor_sss_whatsapp .heateor_sss_svg,
.single-post .heateor_sss_sharing_ul .heateor_sss_email .heateor_sss_svg {
    background-color:#222222 !important;
    transition: all .3s;
}

.single-post .heateor_sss_sharing_ul .heateor_sss_facebook .heateor_sss_svg:hover,
.single-post .heateor_sss_sharing_ul .heateor_sss_button_x .heateor_sss_svg:hover,
.single-post .heateor_sss_sharing_ul .heateor_sss_button_linkedin .heateor_sss_svg:hover, 
.single-post .heateor_sss_sharing_ul .heateor_sss_whatsapp .heateor_sss_svg:hover,
.single-post .heateor_sss_sharing_ul .heateor_sss_email .heateor_sss_svg:hover {
    background-color:#ffd200 !important;
}

@media screen and (max-width: 767px) {
    .single-post .heateor_sss_sharing_container {
        flex-wrap:wrap;
    }
    .single-post .heateor_sss_sharing_title {
        width:100%;
        text-align:right;
        margin-right:0px;
    }
    
}

/*NEWSLETTER POPUP*/
.newsletter-form .description {
    text-align:center;
}
.newsletter-form .title {
    text-align:center;
    font-size: 26px;
    line-height: 1.2 !important;
    text-transform: uppercase;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .newsletter-form .title {
        font-size: 24px;
    }
}
.newsletter-form .form {
    margin-top:30px;
}
.newsletter-form .form .email input {
    width:100%;
    border-radius:2px;
    margin-bottom:15px;
}
.newsletter-form .form .privacy {
    font-size: 12px;
    margin-bottom:15px;
}
.newsletter-form .form .spam {
    margin-bottom:15px;
}
.newsletter-form .form .spam input {
    width:50%;
    border-radius:2px;
}
.newsletter-form .form .spam #arithmathic_refresh {
    background-color: #fff;
    padding: 5px 3px 0 3px;
}
.newsletter-form .form .button input {
    width:100%;
    border-radius:0;
    padding: 3px 25px 3px 25px;
    color: #111;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    background-color:#ffd200;
    border:solid 1px #ffd200;
}
.newsletter-form .form .button input:hover {
    color: #ffffff;
    background-color:#222222;
    border:solid 1px #ffffff;
}
.newsletter-form .form .privacy .wpcf7-form-control-wrap {
    display:inline-block;
    width:20px;
}

.newsletter-form .form .privacy .wpcf7-form-control-wrap .wpcf7-list-item {
    margin: 0 5px 0 0;
}

.page-id-3098 .blog-list p,
.blog .blog-list p,
.single-post .post-text p,
.category .blog-list p,
.search-results .blog-list p,
.page-id-3098 .blog-list li,
.blog .blog-list li,
.single-post .post-text li,
.category .blog-list li,
.search-results .blog-list li,
.page-id-3098 .cat-item a,
.blog .cat-item a,
.single-post .cat-item a,
.category .cat-item a,
.search-results .cat-item a {
    font-size:16px !important;
    color:#222222 !important;
}

.blog-list .date-box div {
  color:#222222 !important; 
  text-transform: capitalize !important;
  font-weight:400 !important;
}

.page-id-3098 h1,
.blog h1,
.single-post h1,
.category h1,
.search-results h1 {
    text-transform: none !important;
    text-align:left;
    font-weight: 700;
}

.page-id-3098 .small-border-deco, .page-id-3098 .crumb,
.blog .small-border-deco, .blog .crumb,
.single-post .small-border-deco, .single-post .crumb,
.category .small-border-deco, .category .crumb,
.search-results .small-border-deco, .search-results .crumb {
    display:none !important;
}

.page-id-3098 .sidebar h3,
.blog .sidebar h3,
.single-post .sidebar h3,
.category .sidebar h3,
.search-results .sidebar h3 {
    font-size:24px !important;
    color:#222222 !important;
}

.blog-list h3 a {
    line-height: 1.4em !important;
}

.single-post .post-text .wp-element-button {
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    color: #222;
    background-color: #ffd200;
    font-size: 14px;
    font-weight: 700;
}

.single-post .post-text .wp-element-button:hover {
    color: #4e4e4e;
    background-color: #ffdb33;
}

.meta-leggi .btn-more {
    padding:0px;
    color: #222;
    background:transparent !important;
    margin-top:5px;
}

.meta-leggi .btn-more:hover {
    color: #ffdb33 !important;
}

.pagination li a,
.pagination .page-numbers.dots {
    background: none;
    border: solid 2px #111 !important;
    color: #111 !important;
    font-weight: 700;
}

.pagination li a:hover,
.pagination li span:hover,
.pagination li .current {
    border: solid 2px #ffd200 !important;
    color: #222 !important;
    background-color: #ffd200 !important;
    font-weight: 700 !important;
}

.saboxplugin-wrap {
    border-width:2px !important;
}

.category-box, .category-box ul li {
    display:inline-block;
}

.author-date div, .author-date a {
    font-size:14px !important;
    color:#222222 !important;
    font-weight:400 !important;
}

.single-post .blog-list li {
    width:100% !important;
}

.single-post header {
    position:static !important;
    height: auto !important;
    background: #222 !important;
}

.single-post #subheader {
    display:none !important;
}

.single ul, .single ol {
    margin-top:35px !important;
    margin-bottom:20px !important;
}

.single ul li, .single ol li {
    margin-bottom:0px !important;
}

.single h3 {
    min-height:auto !important;
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}