/*
 * Copyright ETS Software Technology Co., Ltd
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 website only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses.
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future.
 *
 * @author ETS Software Technology Co., Ltd
 * @copyright  ETS Software Technology Co., Ltd
 * @license    Valid for 1 website (or project) for each purchase of license
 */
.ybc_blog_ltr_mode a:focus{ color:#000; }
.page_home, .page_home_gallery {
    background-color: #fff;
    display: block;
    clear: both;
    margin-top: 60px;
    margin-bottom: 80px;
    padding: 0px 13.5%;
    width: 100%;
    position: relative;
}
@media(max-width:1600px){
    .page_home, .page_home_gallery {
        margin-top: 55px;
        margin-bottom: 75px;
        padding: 0px 11%;
    }
}
@media(max-width:1440px){
    .page_home, .page_home_gallery {
        margin-top: 50px;
        margin-bottom: 70px;
        padding: 0px 10%;
    }
}
@media(max-width:1366px){
    .page_home, .page_home_gallery {
        margin-top: 50px;
        margin-bottom: 65px;
        padding: 0px 9%;
    }
}
@media(max-width:1280px){
    .page_home, .page_home_gallery {
        margin-top: 50px;
        margin-bottom: 60px;
        padding: 0px 8%;
    }
}
@media(max-width:1024px){
    .page_home, .page_home_gallery {
        margin-top: 50px;
        margin-bottom: 55px;
        padding: 0px 10%;
    }
}
@media(max-width:768px){
    .page_home, .page_home_gallery {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 0px 5%;
    }
}
@media(max-width:767px){
    .page_home, .page_home_gallery {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 0px 35px;
    }
    body#index .ybc_blog_ltr_mode .slick-arrow.slick-disabled {
        display: block !important;
    }    
}

.ybc_block_slider button.slick-arrow {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #666;
    border-radius: 0 !important;
    color: var(--dark) !important;
    cursor: pointer;
    float:none;
    font-size: 0;
    line-height: 21px;
    margin:0px; padding:0px !important;
    width: 25px; height: 25px;
    position: absolute;
    right: 50%;
    top:auto !important; bottom: -30px !important;
    transform: none;
    z-index:3;
}
.ybc_block_slider .slick-arrow.slick-disabled{
    opacity: 0.5;
    cursor: not-allowed;
}
.ybc_block_slider .slick-slider {
    position: static;
}
.ybc-blog-latest-toolbar span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.ybc_blog_carousel .slick-list {
    width: 100%;
}
.ybc_block_slider .slick-slide {
    height: auto;
}
.ybc_block_slider a {
    outline: none!important;
}
.ybc_block_slider button.slick-next:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 7px;
    right: 9px;
    left: auto;
    bottom: auto;
}
.ybc_block_slider button.slick-prev:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 7px;
    right: 7px;
    left: auto;
    bottom: auto;
}

.ybc_block_slider button.slick-arrow.slick-next {
    right:50%; left:auto;
    margin:0px -36px 0px 0px;
    bottom: 0px !important;    
}
.ybc_block_slider button.slick-arrow.slick-prev {
    right:50%; left:auto;
    margin:0px 10px 0px 0px;
    bottom: 0px !important;
}
.ybc_block_slider button.slick-arrow:hover {
    background: transparent !important;
    border-color: #000 !important;
}
.ybc_block_slider button.slick-arrow:hover:before{
    color: #000000;
    opacity: 1!important;
}
.page_home .title_blog, .page_home_gallery .title_blog {
    margin-top: 0px;
}
.title_blog, .title_blog a {
    color: #000;
    font-size: 16px;
    margin-bottom: 35px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
}
div#block_myaccount_infos li {
    width: 100%;
    padding: 0;
}
div#block_myaccount_infos li span.ss_icon_group {
    display: none;
}
.page_home .blog_type_slider, .page_home_gallery .ybc_blog_content_block {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}
.page_home.ybc_block_default .ybc_blog_content_block {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.block_content li {
    padding: 0 15px;
}
.ybc_block_default .block_content li {
    margin-bottom: 30px;
}
.ybc_item_img {
    float: none;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 100%;
}
.page_home img, .ybc-blog img {
    max-width: 100%;
}
.ybc_item_img img {
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    max-width: 100%;
    width: 100%; height:auto;
    margin:0px; padding:0px;
}
.ybc_blog_content_block  .slick-list {
    width: 100%;
}
.ybc_blog_content_block {
    display: block;
    width: 100%;
}
.ybc-blog-latest-toolbar {
    color: #bfbfbf;
    float: left;
    font-size: 14px;
    margin-bottom: 7px;
    width: 100%;
}
span.ybc-blog-latest-toolbar-comments {
    display: inline-block;
}
span.ybc-blog-latest-toolbar-views {
    margin-right: 7px;
}
.blog_description {
    clear: left;
    font-size: 15px;
    line-height: 1.43;    
    color: #000;
    word-break: break-word;
    padding-top:20px;
}
.blog_description p{
    font-size: 15px;
    line-height: 1.43;    
    color: #000;
}
@media(max-width:1366px){
    .blog_description { font-size: 14px; }
    .blog_description p{ font-size: 14px; }
}
.blog_description p:last-child {
    margin-bottom: 0;
}
.read_more {
    font-size: 14px;
    text-decoration: none!important;
    margin-top:20px;
    display: inline-block;
    padding-bottom: 1px;
    font-style:normal;
    color: #000;
    border-bottom: 1px solid;
}
.read_more:hover{ font-weight: 600; }
.page_home_gallery.ybc_block_default .ybc_blog_content_block {
    margin-left: -5px;
    width: calc(100% + 10px);
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: -o-calc(100% + 10px);
    width: -ms-calc(100% + 10px);
}
.ybc_block_gallery .ybc_blog_content_block > div {
    padding: 0 15px 30px;
    width: 16.6667%;
}

.gallery_item {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.gallery_item > img {
    float: left;
    max-width: 100%;
    min-height: 50px;
    height: auto;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
}
.page_home_gallery .ybc_title_block {
    display: none;
}
.clear {
    clear: both;
}
.blog_view_all_button {
    text-align: left;
    padding: 15px;
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 0;
    color: #fff;
}
.page_home_gallery .blog_view_all_button {
    padding-left: 0;
}
.blog_view_all, .view_all_link {
    display: inline-block;
    background:transparent;
    text-align: center;
    color: #000;
    border-radius: 0px;
    border: 1px solid #000;    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.0;
    text-transform: uppercase;  
    padding: 10px 30px;
    margin:40px 0px 0px 0px;
}
.blog_view_all:hover, .view_all_link:hover,
.ybc-blog-form-comment .blog-submit .button:hover {
    background-color: #000;
    color:#fff;
}
.blog_view_all_button{
    text-align:center;
}
.ybc_blog_content_block_item {
    padding: 0 15px 30px;
}
.ybc-blog-latest-toolbar svg {
    float: left;
    margin-right: 6px;
    fill: currentColor;
    margin-top: 2px;
}
.ybc_block_gallery li, .page_home_gallery.ybc_block_default li {
    padding-left: 15px;
    padding-right: 15px;
}
.ybc-blog-sidear-post-meta {
    color: #555;
    display: block;
    float:none;
    font-size: 12px;
    width: 100%;
    padding-bottom:10px;
    padding-top:0px;
    border-bottom:1px solid #e7e7e7;
}
.ybc-blog-categories {
    float:none;
    margin-right:0px;
}
.be-categories > a, .ybc-blog-tags a, .be-categories {
    color: #000;
}
.be-categories > a{ font-weight:600; }
.be-categories {
    color: #555;
    font-size: 12px;
}
.ybc-blog-rtl .post-date {
    float: right;
    margin-left: 15px;
    margin-right: 5px;
}
.post-date .be-label {
    display: block;
    float: left;
    overflow: hidden;
    text-indent: 999px;
    white-space: nowrap;
    width: 20px;
}
.post-date {
    display:block;
    float:none;
    margin-bottom:4px;
    margin-right:0px;
    width: 100%;
    font-size:13px;
    color:#555;
}
.ybc_title_block {
    display:block;
    color: #000;
    float: none;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.43;
    margin:0px 0px 15px 0px;
    padding:0px 0px 0px 0px;
    text-transform: uppercase;
    width: 100%;
    outline: none !important;
    text-decoration: none !important;
    min-height: 47px;
    max-height: 47px;
    border-bottom:none;
}
@media(max-width:1366px){
    .ybc_title_block {
        font-size: 17px;
    }
}
body#index .ybc_title_block {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px){
    .ybc_block_gallery li {
        width: 50%;
    }
}

/* ULTIME NEWS HOME */
#ultimi-post-wrapper { margin-top: 72px; margin-bottom: 0px; }
@media(max-width:768px){
    #ultimi-post-wrapper { margin-top: 72px; margin-bottom: 0px; }
}    
@media(max-width:767px){
    #ultimi-post-wrapper { margin-top: 80px; margin-bottom: 0px; }
}    
#left-column .ybc_item_img {
    float: none;
    background-color:transparent;
    width: 100%;
    display:block;
}
#left-column .ybc-blog-categories,
#ultimi-post-wrapper .ybc-blog-categories {
    display: block;
    float: none;
    margin: 0px 0px 24px 0px;
}
#left-column .be-categories,
#ultimi-post-wrapper .be-categories {
    font-size: 16px; font-style: normal;
    font-weight: 400; line-height: 1.43;
    color:#868686;
}
#left-column .be-categories > a,
#ultimi-post-wrapper .be-categories > a{
    color:#868686;
    text-transform: uppercase;
}
@media(max-width:767px){
    #ultimi-post-wrapper { margin-bottom: 30px; }
}
#left-column #ultimi-post-wrapper { margin-bottom: 0px; }
#ultimi-post-wrapper .page_home, 
#ultimi-post-wrapper .page_home_gallery {
    background-color:transparent;
    display: block;
    clear: both;
    padding:0px;
    width:1296px;
    position: relative;
}
@media (max-width:1280px) {
    #ultimi-post-wrapper .page_home, 
    #ultimi-post-wrapper .page_home_gallery {
        width:92%;
    }
}
@media (max-width:768px) {
    #ultimi-post-wrapper .page_home, 
    #ultimi-post-wrapper .page_home_gallery {
        width:50%;
        margin-bottom:40px;
    }
}
@media(max-width:767px){
    #ultimi-post-wrapper .page_home, 
    #ultimi-post-wrapper .page_home_gallery {
        width:calc(100% - 34px);
        margin-bottom:40px;
    }
}
#ultimi-post-wrapper .page_home .block_content.row{
    margin-right: -20px;
    margin-left: -20px;
}
@media(max-width:767px){
    #ultimi-post-wrapper .page_home .block_content.row{
        margin-right: -15px;
        margin-left: -15px;
    }
}    
#home-news-header{
    margin:0px 0px 40px 0px; padding:0px;
    display: flex;
    align-items: center;
    justify-content: space-between;    
}
@media (max-width:768px) {
    #home-news-header{
        margin:0px 0px 40px 0px; padding:0px;
        display: block;
        text-align:center;
    }
}
#ultimi-post-title{
    margin:0px; padding:0px;
    text-align: left; color:#000;
    text-transform: none;
}
@media (max-width:768px) {
    #ultimi-post-title{
        margin:0px 0px 40px 0px;
        text-align: center;
    }
}    
#left-column #ultimi-post-title{
    margin:0px 0px 20px 0px; padding:0px;
    font-size: 19px; font-weight: 700;
    margin-top: 0px; text-align: left; color:#000; 
}
#left-column #home-news-header {
    margin: 0px;
    display: block;
}
#left-column #ultimi-post-see-all{ display:none;}
#left-column #ultimi-post-title.display-2 .display-1{
    font-family: 'ambroise-std', serif;    
    font-size:19px;
    color:#414141; font-weight:500;
}
#left-column .ybc-blog-latest-post-content {
    padding: 20px 20px 0px 20px;
}
@media (max-width:1280px) {
    #left-column .ybc-blog-latest-post-content {
        padding: 20px 10px 0px 10px;
    }
}    
@media (max-width:1100px) {
    #left-column .ybc-blog-latest-post-content {
        padding: 20px 0px 0px 0px;
    }
}    
#left-column .ybc_block_slider .owl-item > li {
    padding-bottom: 0px;
}
#ultimi-post-wrapper .ybc_item_img {
    float:none;
    overflow:auto;
    background-color:transparent;
    width: 100%;
}
.ybc-blog-latest-post-content,
.ybc-blog-popular-content{ 
    clear: both;
    margin:0px; padding:20px 0px 40px 0px; 
}
.ybc-blog-latest-post-content .ybc-title-block{ margin:0px; padding:0px; }
.ybc-blog-latest-toolbar,
.ybc-blog-latest-post-content .post-dates{
    display:block;
    font-size: 14px; line-height: 1.0;
    margin:0px 0px 0px 0px; padding:0px 0px;
    border-bottom:1px solid #e7e7e7;
}
 
.ybc-blog-related-posts-list-li .ybc-blog-latest-toolbar,
.ybc-blog-related-posts-list-li .ybc-blog-latest-post-content .post-dates{
    display:none;
}
@media(max-width:767px){
    .ybc-blog-latest-post-content .post-dates{
        margin:0px 0px 14px 0px; padding:12px 0px;
    }
}    
.all-comments-detail-page .ybc-blog-latest-toolbar{
    padding:4px 0px; margin:0px 0px 12px 0px;
    border-bottom:none;
}

#left-column .ybc-blog-latest-toolbar,
#left-column .ybc-blog-latest-post-content .post-dates{
    font-size: 13px;
    margin:0px 0px 14px 0px; padding:12px 0px;
}
.ybc-page-category .post-title,
.ybc-blog-related-posts-wrapper .post-title,
.ybc-blog-popular-content .post-title,
.ybc-blog-latest-post-content .post-title{
    display: block;
    font-size: 16px; font-style: normal;
    font-weight: 600; line-height: 1.4;
    margin:0px 0px 24px 0px; padding:0px;
}
#left-column .ybc-blog-popular-content .post-title,
#left-column .ybc-blog-latest-post-content .post-title,
.ybc-blog-related-posts-wrapper .post-title{
    font-family: 'cera_round_pro_demoregular', serif;    
    font-size: 16px; font-style:normal;
    margin:15px 0px 15px 0px;
    clear:both;
}
.ybc-page-category .post-description,
.ybc-blog-related-posts-wrapper .post-decription,
.ybc-blog-popular-content .post-decription,
.ybc-blog-latest-post-content .post-decription{
    font-size: 16px; font-style: normal;
    font-weight: 400; line-height: 1.43;
    margin:0px 0px 40px 0px; padding:0px;
}
@media(max-width:1100px){
    .ybc-page-category .post-description,
    .ybc-blog-related-posts-wrapper .post-decription,
    .ybc-blog-popular-content .post-decription,
    .ybc-blog-latest-post-content .post-decription{
        margin:0px 0px 30px 0px;
    }
}
.ybc-blog-latest-post-content .post-decription{
    min-height: 88px;
}
@media(max-width:1100px){
    .ybc-blog-latest-post-content .post-decription{
        min-height: 140px;
    }
}
@media(max-width:768px){
    .ybc-blog-latest-post-content .post-decription{
        min-height: 100px;
    }
}
.post-link-approfondisci{
    font-size: 14px; font-style: normal;
    font-weight: 400; line-height: 1.0;
    text-decoration-line: underline;    
}
@media(max-width:767px){
    .ybc-page-category .post-description,
    .ybc-blog-related-posts-wrapper .post-decription,
    .ybc-blog-popular-content .post-decription,
    .ybc-blog-latest-post-content .post-decription{
        font-size: 16px; line-height: 1.5;
    }

    #ultimi-post-wrapper .owl-dots{
        display:block;
        width:100%;
        text-align: center;
        margin:32px 0px;
    }
    #ultimi-post-wrapper .owl-dots .owl-dot{
        width:10px; height:10px;
        display:inline-block;
        margin:0px 10px; padding:0px;
        border-radius:100%;
    }    
    #ultimi-post-wrapper .owl-dots .owl-dot span{
        background: #575756;
        display:inline-block;
        width:100%; height:100%;
        border-radius:100%;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;        
    }
    #ultimi-post-wrapper .owl-dots .owl-dot.active span,
    #ultimi-post-wrapper .owl-dots .owl-dot:hover span{
        background: #575756;
    }

}
#left-column .ybc-blog-popular-content .post-decription,
#left-column .ybc-blog-latest-post-content .post-decription,
.ybc-blog-related-posts-wrapper .post-decription{
    font-size: 15px; line-height: 1.4;
}
.ybc-blog-latest-post-content .post-decription a:hover{ color:#000; }
.page_home .blog_view_all_button {
    text-align:center;
    margin:0px; padding:0px;
    position: relative;
}
@media(max-width:767px){
    .page_home .blog_view_all_button {
        text-align: center;
    }
}    
@media(max-width:360px){
    .page_home .blog_view_all_button {
        margin-left:15px;
        margin-right:15px;
    }
}    
.ybc_block_default .block_content li { margin-bottom: 0px; }
#ultimi-post-wrapper .page_home .block_content.row li{
    padding:0px 20px;
    margin-bottom: 0px;    
}
@media(max-width:768px){
    #ultimi-post-wrapper .page_home .block_content.row li{
        margin-bottom: 40px;    
    }
}
@media(max-width:767px){
    .ybc_block_default .block_content li { 
        margin-bottom: 0px;
        padding: 15px 14px 0px 0px;
    }
}
.ybc_block_default.ybc_block_gallery .block_content li { margin-bottom: 0px; }
.page_home .blog_view_all_button .btn-primary{ border: 3px solid #f5f5f5; }
@media(max-width:767px){ 
    .page_home .blog_view_all_button:before{ display:none; }
}
#left-column .ybc_block_slider .owl-controls{ display:none !important; }
.page_home_gallery img{
    width:100%; height:auto;
}


