/**
 * Theme Name: Services4People
 * Theme URI: http://www.farwebsrl.it/
 * Author: Antonio Cariello
 * Author URI: http://www.farwebsrl.it/
 * Description: Wordpress theme with twitter bootstrap 4, HTML5 and Schema.org
 * Version: 1.0.0
 * License: GPLv2 or later
 * Text Domain: services4people
 */

#client-carousel .owl-stage {
    display: flex!important;
    align-items: stretch!important;
}
#client-carousel .owl-item {
    display: flex!important;
    align-items: center!important;
}
.owl-theme .owl-nav{
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.owl-theme .owl-prev,
.owl-theme .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1!important;
}
.owl-theme .owl-prev:hover,
.owl-theme .owl-next:hover{
    background: transparent!important;
}
.owl-theme .owl-prev{
    left: -15px;
}
.owl-theme .owl-next{
    right: -15px;
}
.owl-theme .owl-prev span,
.owl-theme .owl-next span{
    font-size: 40px;
    color: #000;
}

.subline{
    position: relative;
}
.subline::after{
    content: "";
    border-top: 2px solid #E5722A;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    display: block;
}
.category-carousel .caption h4{
    margin-bottom: .3rem;
    font-size: 1.8rem;
    line-height: 1.4;
}
.category-carousel .caption .read-more{
    margin-bottom: 3rem;
    display: block;
}
.category-carousel .caption h4 span{
    color: #E5722A;
}
.sidebar-shop .card .facetwp-checkbox{
    font-size: 1rem;
}
.sidebar-shop .card h3.card-header{
    font-size: 1.25rem;
    color: #333C4E;
    font-family: 'FuturaPT-Book';
}
.sidebar-shop{
    font-family: 'FuturaPT-Book';
}
.sidebar-shop .card ul{
    padding: 0;
    margin: 0;
}
.sidebar-shop .card li{
    list-style-type: none;
    padding-left: 0;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.8;
    font-family: 'FuturaPT-Book';
}
.sidebar-shop .card li a{
    font-weight: 400;
    line-height: 1.5;
    color: #6B7384;
    font-family: 'FuturaPT-Book';
}
.sidebar-shop .card li a:hover{
    text-decoration: none;
    color: #333C4E;
}
.sidebar-shop .card li.current-cat a{
    color: #E5722A;
}
.featured-abbonamenti{
    /* background: #E5722A; */
    position: relative;
}
.featured-abbonamenti a{
    color: #fff;
}
.featured-abbonamenti a:hover{
    text-decoration: none;
}
.featured-abbonamenti .image{
    position: relative;
}
.featured-abbonamenti .image::after{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333C4E;
    opacity: .8;
    transition: all 300ms ease-in-out;
}
.featured-abbonamenti a:hover .image::after{
    opacity: 1;
}
.featured-abbonamenti .texts{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.featured-abbonamenti h3{
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 1rem;
}
.featured-abbonamenti h3 span{
    color: #E5722A;
    font-size: 1.75rem;
    transition: all 300ms ease-in-out;
}
.featured-abbonamenti a:hover h3 span{
    font-size: 2.2rem;
}

#avvisami_quando_torna{
    background: #333C4E;
    color: #fff;
}
#avvisami_quando_torna label{
    color: #fff;
}
#avvisami_quando_torna a{
    color: #fff;
    text-decoration: underline;
}
#avvisami_quando_torna h3{
    color: #E5722A;
}
.woocommerce ul.products.owl-carousel li.product{
    max-width:  none;
    width: 100%;
}
@media screen and ( max-width: 991px ){
    .what .numbers .square{
        width: 100%;
        height: auto;
        border: 0;
        border-top: 1px solid #D6D8DD;
        padding: 20px 10px;
    }
    .what .numbers .square:first-child{
        border: 0;
    }
    .what .numbers .logo{
        display: none;
    }
}

.woocommerce div.product .woocommerce-product-buy.card p.stock.out-of-stock{
    background-color: #E5722A;
}
.what .numbers .square{
    padding: 1rem;
}