/*
 Theme Name:     5 Rosso Art
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    5 rosso Theme
 Author:         Cinque Rosso
 Author URI:     
 Template:       wp-bootstrap-starter
 Version:        1.4
*/

/****************************************
*** Theme customization starts below ***
*****************************************/

.post-thumbnail {
    float: right;
    margin-right: 40px;
    width: 260px;
}

@media (max-width: 991px){
    .single-artista {
        padding-top: 20px;
    }
}

@media (max-width: 769px){
    .post-thumbnail {
        float: none;
        width: 260px;
        display: block;
        margin: 10px auto;
        padding-top: 5px;
    }
}

.post-thumbnail img {
    width: 100%;
    height: auto;
}

.entry-title {
    font-family: Josefin Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    color: #000;
}

.entry-content p {
    text-align: left;
    font-family: Josefin Sans, sans-serif;
    font-style: normal;
    font-weight: lighter;
    font-size: 18px;
    color: rgba(65, 65, 65, 1);
}

span.woofrom { display: none;}


.artist_name a{
    color: black;
    font-weight: 600!important;/*bold!important;*/
    font-size: 15px;
}

.cat_name{
    display: block;
    color: red!important;
    text-decoration: none;
    font-size: 18px;
    font-weight: lighter;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

/** PAgina risultati di ricerca nascondo filtri e ordinamento e anceh pagina carrello*/
.search-results .woocommerce-ordering{
    display: none!important;
}

/** modifiche composited da portare in scss **/
.light-text{
    font-size: 18px!important;
}

@media screen and (max-width:960px){
    .composite_navigation.top.paged .composite_navigation_inner{
        display: none!important;
    }
}
.otgs-development-site-front-end{
    height: 0;
    overflow: hidden;
    display: none!important;
}


/** Da portare in woocoomerce */
#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button{
    color: red;
}

@media (max-width: 991px){
    #coupon_code {
        font-size: 14px;
        min-width: 160px;
    }
    .woocommerce-page table.cart td.actions .coupon .input-text+.button{
        font-size: 14px;
    }
    .coupon{
        display: flex;
    }
}

.special_format{
    display: none;
}
.composite_component.first .special_format{
    display: block;
    margin-top: 20px;
}

.tag_link{
    color: black!important;
    display: inline-block;
    font-weight: lighter;
    margin: 0 10px 0 0;
}

.stdText{
    text-align: left;
    font-family: Josefin Sans, sans-serif;
    font-style: normal;
    font-weight: lighter;
    font-size: 18px;
    color: #000;
}

.wp-block-table td{
    border: 1px solid black;
    padding: 4px;
}

.price .from{  
    font-size: .67em;
    margin: -2px 0 0 0;
    text-transform: none;
    color: rgba(132,132,132,0.8);
}

/** Nascondo colonna prezzo della wish */
.wishlist_table .product-price{
    display: none;
} 

.entry-content a{
    color: red;
}

/* retyling checkout */
.woocommerce-shipping-fields .woocommerce-input-wrapper{
    width: 100%;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle{
    display: none;
}

#pwgc-redeem-gift-card-number{
    width: 50%;
    float: left;
}

#pwgc-redeem-button{
    width: 50%;
}
@media screen and (max-width:960px){
    #pwgc-redeem-gift-card-number{
        width: 100%;
        float: none;
    }
    #pwgc-redeem-button{
        width: 100%;
    }
}

.woocommerce .col-1, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col-2, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    max-width: none;
    padding: 0;
}
.product__wrapper__content{
    padding-top: 0;
}
.back-link{
    margin-bottom: 18px;
    font-weight: 600; /*bold;*/
    font-size: 14px;
    cursor: pointer;
    color: rgba(141,141,141,1);
}

.form-control.wpcf7-form-control.wpcf7-checkbox{
    border: 0!important;
}

.contactForm .form-control.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item{
    display: block;
}

.pinterest-for-woocommerce-image-wrapper{
    display: none!important;
}

/* Recaptch v2 Contact Form */
.wpcf7-recaptcha{
    padding: 0;
    border: 0!important;
    height: 100px;
}

/* Workaround per nascondere una linea di un pixel nero sui video */
.videoBanner{
    opacity: .99;
}

/* DSF ADDON */
.homeIntro,
.pageIntro {
    font-weight: 600;
    font-size: 40px!important;
    font-family: "Josefin Sans", sans-serif;
    text-decoration: none;
    color: black;
}

@media (max-width: 991px){
    .homeIntro,
    .pageIntro { 
        font-size: 25px!important;
    }
}

.pageIntro {
    margin-top: 110px!important;
}

.artistsPreview__title a,
.aboutPreview__caption h2 a,
.consulenzaPreview__caption h2 a {
    font-size: 45px;
    font-weight: 600; /*bold;*/
}

.journalPreview__grid a {
    color: #000;
}

.journalPreview__grid a:hover {
    color: #000;
    text-decoration: none;
}

.journalPreview__grid a img{
    margin-bottom: 20px;
}

.img_flipper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.latestProducts__grid__item a:hover .img_flipper{
    opacity: 1;
}

.header.sticked .search-field{
    background-color: white!important;
}

.latestProducts h2.t2{
    letter-spacing: 0px!important;
}

/** NASCONDO IL BOTTONE PER RIMUOVERE IL COUPON DATO CHE USO IL COUPON PER EVIDENZIARE LO SCONTO NELLA TABELLA DEL CARRELLO **/
.cart-discount .woocommerce-remove-coupon{
    display: none!important;
}

@media (max-width: 991px){
    .latestProducts__grid{
        margin-bottom: 16px!important;
    }
    .latestProducts + .latestProducts{
        margin-top: 68px!important;
    } 
}

.price ins{
    color: red;
    text-decoration: none;
}

.price del{
    text-decoration: none;
}

.price del bdi{
    text-decoration: line-through;
}

.header__ecommerceMenu__search{
    background: white!important;
}

.coverSlider .slick-slide {
    line-height: 0!important;
}


/* Tabs prodotto */
.product__tabs{
    display: flex;
    /*justify-content: space-between;*/
    margin-bottom: 38px;
}
.product__tabs__item{
    display: block;
    font-weight: bold;
    margin-right: 22px;
    font-size: 16px;
    color: black!important;
    text-decoration: none;
    cursor: pointer;
}
.product__tabs__item:hover,
.product__tabs__item.active:not(.unactive){
    text-decoration: none;
    border-bottom: 3px solid red;
}

.btn_wrapper_black .cta--black{
    margin-top: 24px;
    background: black;
    color: white;
}

.btn_wrapper_black .cta--black:hover{
    background: white;
    color: black;
}



/*** FILTRI 2024 ***/
.wpc-edit-filter-set{
    display: none!important;
}
.wpc-filter-header{
    color: black;
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
}
.wpc-filter-header .wpc-filter-title button{
    justify-content: flex-start;
}
.wpc-wrap-icons{
    width: auto;
    margin-right: 5px;
}
.wpc-term-item-content-wrapper{
    font-size: 18px;
    font-weight: 300!important;
    color: black!important;
    font-family: "Josefin Sans", sans-serif;
}
.wpc-term-item-content-wrapper a{
    font-size: 18px!important;
    font-weight: 300!important;
    color: black!important;
    opacity: 1!important;
}

body .wpc-filters-main-wrap .wpc-term-item-content-wrapper{
    align-items: flex-start!important;
}
.wpc-filter-header .wpc-filter-title button{
    align-items: flex-start!important;
}
.wpc-open-icon{
    margin-top: 5px;
    margin-right: 5px;
}
.wpc-term-count{
    font-size: 15px;
    font-weight: 300!important;
    color: black!important;
    font-family: "Josefin Sans", sans-serif;
}

.wpc-filters-range-column input{
    border: 0;
    font-size: 13px;
    font-weight: 300!important;
    color: black!important;
    font-family: "Josefin Sans", sans-serif;
}

.woocommerce .woocommerce-ordering select{
    margin-top: 10px;
    margin-bottom: 15px;
}
.wpc-filter-content{
    background: white;
    z-index: 14;
    width: 100%;
    padding: 0px 10px 20px;
}
@media screen and (min-width: 768px) {
    .wpc-filters-widget-wrapper{
        display: flex;
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .wpc-filters-section{
        width: 23%;
        margin-right: 24px;
    }
    .wpc-filter-content select{
        width: 200px;
    }
    form.wpc-filter-range-form{
        max-width: 336px;
        margin-right: 0;
    }
    .wpc-filter-layout-submit-button,
    .wpc-inner-widget-chips-wrapper,
    .wpc-posts-found{
        width: 100%;
    }
    .wpc-filters-widget-main-wrapper a.wpc-filters-reset-button,
    .wpc-filters-widget-main-wrapper a.wpc-filters-submit-button {
        width: 45%;
        white-space: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 240px;
        margin-left: 24px;
    }
    .wpc-filter-layout-submit-button{
        justify-content: flex-end;
    }
    .wpc-filter-content{
        position: absolute;
    }
}

.term-description{
    max-width: 1360px;
    padding: 0 40px;
    margin: auto;
    text-align: left;
    font-family: Josefin Sans, sans-serif;
    font-style: normal;
    font-weight: lighter;
    font-size: 20px;
    color: rgba(65,65,65,1);
}
.term-description p{
    font-size: inherit;
}

/** FILTRI RIC **/
.wpc-filters-section {
    display: block;
    z-index: 55;
}
.wpc-filter-header{
    border: 1px solid;
    margin-right: 0;
}
.widget-title.wpc-filter-title {
    margin: 0px;
    padding: 10px;
}
.wpc-opened .wpc-filter-header {
    border-bottom: none;
}
.wpc-opened .wpc-filter-content {
    border-top: none!important;
}

.wpc-filter-content.wpc-filter-product_cat, .wpc-filter-content.wpc-filter-colore, .wpc-filter-content.wpc-filter-stile,
.wpc-filter-content.wpc-filter-_price{
    min-width: 200px;
    border: 1px solid #000;
    padding-top: 20px;
}

.wpc-filters-ul-list{
    padding: 0;
    margin: 0;
}

.page-description.relative{
    position: relative;
    z-index: 11;
}

.fascetta {
    z-index: 20!important;
}

.wpc-filter-chips-list{
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 40px;
    top: -100px;
    z-index: 57;
    float: right;
}

.wpc-filter-chip:not(.wpc-chip-reset-all){
    display: none!important;
}

.wpc-filters-ul-list{
    max-height: 239px!important;
    min-height: 239px!important;
}

@media (max-width: 769px){
    .wpc-filters-ul-list{
        max-height: 10000px !important;
        min-height: 0 !important;
        padding-bottom: 9px !important;
    }
    
    .wpc-filters-section{
        margin-bottom: 16px!important;
    }
    .wpc-filter-header{
        font-size: 18px!important;
    }
    body .wpc-filters-main-wrap li.wpc-term-item{
        margin-bottom: 6px!important;
    }
}

@media (max-width: 992px){
    .wpc-filter-content{
        padding-top: 0;
        padding-bottom: 0;
    }
    .widget-title.wpc-filter-title{
        padding:7px!important;
    }
    .menu-primario-container, .menu-primario-inglese-container, .menu-main-container{
        margin: 20px auto 0;
    }

    .menu-item-has-children{
        position: relative;
    }
    #menu-primary-business-eng>.menu-item-has-children:after,
    #menu-primary-business>.menu-item-has-children:after,
    #menu-primario-inglese>.menu-item-has-children:after,
    #menu-primario>.menu-item-has-children:after{
        position: absolute;
        top: 14px;
        left: 265px;
        content: "▼";
    }

       
    .subMenuWrapper2,
    .subMenuWrapper{
        display: none;
    }

    .menu_mobile_is_out .subMenuWrapper2,
    .menu_mobile_is_out .subMenuWrapper{
        display: block;
    }

    .menu_mobile_is_out>.menu-item-has-children:after{
        content: "▲";
    }
    .header .header__menu ul li a {
        line-height: 48px;
    }
    .header .header__menu ul li ul li a {
        font-size: 17px;
        line-height: 1.8;
    }
}

.subMenuWrapper2 ul li ul li a:hover,
.subMenuWrapper ul li ul li a:hover {
    text-decoration: underline!important;
}


/* IN PROFESSIONAL E' VISIBILE SOLO LA PRIMA E ULTIMA THUMBNAIL */
.professional .flex-control-thumbs li{
    display: none;
}
.professional .flex-control-thumbs li:first-child{
    display: block;
}
.professional .flex-control-thumbs li:last-child{
    display: block;
}

/** PAGINA ARTISTA PROFESSIONAL **/
.professional.single-artista .stdWrapper{
    max-width: 1800px;
}

@media (min-width: 992px) {
    .professional.single-artista .post-thumbnail{
        width: 320px!important;
        height: auto;
    }
}

.professional.post-type-archive-artista .stdWrapper{
    max-width: 1840px;
}

.professional.post-type-archive-artista .term-description{
    max-width: 920px;
    margin-left: 0;
}

.professional.post-type-archive-artista .artistsPage__wrapper__item{
    width: 33.33%;
}
@media (max-width: 992px) {
    .professional.post-type-archive-artista .artistsPage__wrapper__item {
        width: 50%;
    }
}
@media (max-width: 720px) {
    .professional.post-type-archive-artista .artistsPage__wrapper__item {
        width: 100%;
    }
}

.professional.post-type-archive-artista .flip-card-inner {
    max-width: 440px;
    max-height: 440px;
    padding-bottom: 440px;
}

@media (max-width: 1200px) {
    .professional.post-type-archive-artista .flip-card-inner {
        padding-bottom: min(440px, 100%);
    }
}

.artistsPage__wrapper__item img {
    width: 440px!important;
    max-width: 100%;
    aspect-ratio: 1/1;
}

@media (min-width: 992px) {
    /*.professional.page-white.home main {*/
    .professional.page-white.page-template-tpl-business main {
        margin-top: 60px!important;
    }

    .professional .artistsPage__wrapper {
        margin: 40px -36px;
    }
}

.professional .composite_my_price,
.professional .product__wrapper__content__btn,
.professional .price, .professional .poster_available{
    display: none!important;
}

.professional .latestProducts__grid{
    grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
    .professional .latestProducts__grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 720px) {
    .professional .latestProducts__grid {
        grid-template-columns: 1fr;
    }
}

.professional .heroText{
    font-weight: 600;
}

.stdSubtitle{
    font-weight: lighter;
    font-size: 20px;
}
/***** menu terst 
.professional header.menu_is_out{
    min-height: 0px!important;
}

.professional header .sub-menu{
    width: 0;
}
.professional header .sub-menu a{
    font-weight: lighter;
}
****/

/** rendo visibile il testo del readmore  in b2b **/
.professional .readmore__btnLess,
.professional .readmore__btnMore{
    display: none!important;
}
.professional .readmore__text{
    display: inline!important;
}

.professional .process {
    max-width: 1810px!important;
}

@media (max-width: 992px) {
    .professional.page-white main {
        margin-top: 68px!important;
    }
}

.professional .subMenuWrapper__imgs{
    display: none!important;
}
@media (min-width: 992px) {
    .professional .subMenuWrapper {
        position: absolute;
        left: auto!important;
        top: 43px;
        padding-left: 0!important;
    }
}

@media (min-width: 992px) {
    .professional .subMenuWrapper2 {
        position: absolute;
        left: 0!important;
        top: 43px;
        padding-left: 0!important;
    }
}

@media (min-width: 1590px) {
    .professional .subMenuWrapper2 {
        left: auto!important;
    }
}

@media screen and (max-width: 920px){
    .professional .products ul, .professional ul.products {
        padding: 0 40px!important;    
    }   
    .professional ul.products[class*=columns-] li.product, .professional ul.products[class*=columns-] li.product {
        width: 48%!important;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }
}

@media screen and (max-width: 660px){
    .professional ul.products[class*=columns-] li.product, .professional ul.products[class*=columns-] li.product {
        width: 100%!important;
    }
}

.professional .subMenuWrapper2{
    z-index: 10;
}
.professional .subMenuWrapper>.sub-menu>li>a {
    display: none!important;
}

@media screen and (max-width: 920px){
    .professional.woocommerce .products ul, .professional.woocommerce ul.products {
        margin: 50px -60px!important;
    }
}

.subMenuWrapper2>.sub-menu {
    margin-left: 0;
    margin-right: 0;
}

.professional .subMenuWrapper .sub-menu>li>a:hover{
    text-decoration: underline!important;
}
.subMenuWrapper2 .sub-menu>li>a:hover{
    text-decoration: underline!important;
}

@media screen and (max-width: 992px){
    .journal__grid__item__cta{
        padding-bottom: 33px;
    }
}


/* logo distributore */
.flex-with-logo{
    justify-content: space-between;
}

@media screen and (max-width: 992px){
    .flex-with-logo{
        flex-direction: column;
    }
}

.journal__categories{
    display: flex;
    width: 100%;
    justify-content: space-around;
    max-width: 800px;
    margin: 44px auto;
}
@media screen and (max-width: 992px){
    .journal__categories{
        flex-direction: column;
        align-items: center;
    }
    .journal__categories__item{
        margin-bottom: 15px;
    }
}

.journal__categories__item{
    text-transform: uppercase;
    font-weight: 600; 
    font-size: 18px;
    color: black
}

.journal__categories__item:hover,
.journal__categories__item.active{
    text-decoration: underline;
    color: black;
}

.journal__category-title{
    font-weight: 600; 
    font-size: 24px;
    color: red;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: 82px;
}
.text-black-a a{
    color: black!important;
    text-decoration: none;
}

.journal__category-title a{
    color: red!important;
    text-decoration: none;
}

.portfolio__text{
    /*max-width: 1000px!important;*/
    max-width: 1097px!important;
    line-height: 1.4;
}

@media (max-width: 992px) {
  .page-white.page-journal main {
    margin-top: 82px!important;
  }
}

@media screen and (max-width: 991px){   
    .singlePost h1{
        font-size: 28px;
    }
}


.copyURL {
    position: fixed;
    bottom: 10px;
    right: 1px;
    width: 90px;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    transition: opacity .65s;
}
.copyURL.appear{
    opacity: 1;
}
.copyURL__txt {
    color: white;
    position: absolute;
    top: 52%;
    left: 60%;
    font-size: 12px;
    transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
    .copyURL {
        position: relative;
        bottom: auto;
        right: auto;
        display: block;
        margin: 20px auto;
    }
}

/** Nascondo opzione radio button del composited products nessuna cornice**/
#component_option_radio_button_container_2847,
#component_option_radio_button_container_1702{
    display: none!important;
}

.entry-subtitle{
    margin-bottom: 40px;
}
@media screen and (max-width: 991px){
    .entry-subtitle{
        font-size: 18px!important;
    }
}