::selection {
    color: #fff;
    background-color: #a61c1c
}

.sidemenu .widget-frate-home {
    min-height: 160px !important;
    /*height: 190px !important;*/
}

.feed-item.juicer {display: none !important;}


@media all and (min-width:1500px) {
    .bollo {
        width: 200px;
        height: 200px;
        margin-top: -350px;
    }

    .prosegui-acquisti {
        float: left;
        font-size: 20px;
    }
}

@media all and (min-width:1025px) and (max-width:1499px) {
    .bollo {
        width: 200px;
        height: 200px;
        margin-top: -250px;
        margin-left: -45px;
    }

    .prosegui-acquisti {
        float: left;
        font-size: 20px;
        margin-top: 5px;
    }
}

@media all and (min-width:992px) and (max-width:1024px) {
    .bollo {
        width: 180px;
        height: 180px;
        margin-top: -250px;
        margin-left: -80px;
    }

    .prosegui-acquisti {
        float: left;
        font-size: 20px;
        margin-top: 5px;
    }

    .prosegui-acquisti {
        float: left;
        font-size: 20px;
        margin-top: 5px;
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .bollo {
        width: 180px;
        height: 180px;
        margin-top: -250px;
        margin-left: -80px;
    }

    .prosegui-acquisti {
        float: left;
        font-size: 20px;
        margin-top: 10px;
    }
}

@media all and (min-width:1px) and (max-width:767px) {

    .bollo {
        width: 150px;
        height: 150px;
        margin-top: -450px;
    }

    .prosegui-acquisti {
        font-size: 20px;
        display: block;
        text-align: center;
        position: absolute;
        margin-top: 80px;
        width: calc(100% - 30px);
    }
}

/* HOLIDAY STYLE */

body.holiday {
    background-color: #ffd800 !important
}


/* ARGUMENTS */

.argument-tree ul {
    padding-left: 10px;
}

.argument-tree li {
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Josefin Sans', sans-serif !important;
}

/* ARTICLE */
.catArticolo {
    margin-bottom: 10px;
    padding-top: 10px;
    display: block;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0;
    padding-left: 80px;
}

.titArticolo {
    margin-bottom: 6px;
    letter-spacing: 0px;
    font-size: 50px;
    line-height: 47px;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 15px;
    padding-left: 80px;
}

.cntArticolo .social-icon {
    background-color: #000;
    color: #ffffff;
    font-size: 23px !important;
}

.cntArticoloTesto {
    margin-bottom: 80px;
}

    .cntArticoloTesto p, .cntArticoloTesto i {
        font-family: 'Josefin Sans', sans-serif !important;
        color: #000000;
        font-size: 16px;
        margin-bottom: 40px;
    }


/* ARTICLE BOX */

.posts-2col .article-box-content {
    min-height: 160px;
}

.posts-3col .article-box-content {
    min-height: 220px;
}


/* PRODUCT */
.download-btn {
    background-color: #a61c1c;
    padding: 5px 10px;
}

    .download-btn:hover {
        background-color: #f20019;
    }

.product-image-with-bg {
    height: 330px;
    overflow: hidden;
    background-position:50% 15px;
    background-repeat:no-repeat;
    background-size: contain;
    margin-left: 15px;
    margin-right: 15px;   
}

/* ALMANACCO */
.arg-collapse-icon {
    position: absolute;
    right: 15px;
    /*margin-top: -30px*/
}

@media all and (min-width:1px) and (max-width:767px) {

    .arg-collapse-icon {
        position: absolute;
        right: 15px;
        /*margin-top: -15px*/
    }
}

/* HOME */
.box-hp-servizi {
    height: 380px;
}

/* INPUTS */
.width49p {
    width: 49%;
}

/* GALLERY */
.gallery-item {
    /*width: 150px !important;*/
}

.gallery-row {
    margin:0px -5px;
}

/*
.gallery-item img {
    vertical-align: middle;
    margin: 5px;
    width: 170px;
}

.article .gallery-item img {
    width: 165px;
}
    */

/* SEPARATOR */
.separator {
    border-bottom: 1px solid #d3d3d3;
}


.hp-month {
    min-height: 890px;
}

@media all and (min-width:768px) and (max-width:991px) {
    .hp-month {
        min-height: 0px;
    }

}

@media all and (min-width:1px) and (max-width:767px) {
    .hp-month {
        min-height: 0px;
    }
}

.xl-btn, .lg-btn {
    letter-spacing: 1px;
}

.link-menu a {
    font-weight: 600 !important;
    letter-spacing: 0.5px;
}

/* TIME MACHINE */
.tm-image-with-bg {
    height: 325px;
    overflow: hidden;
    background-position: 50% 15px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 20px;
    margin-right: 20px;
}

.search-field {
    width: 190px;
    padding: 6px;
}

#navigation.modern .columns ul li:last-child {
    margin-right: 0px;
}
.doofinderLogo {
    display:none !important;
}

.add-to-cart-force {
    background: #a61c1c !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;
    font-size: 10px;
    display: block;
    width: 100%;
    position: relative;
    margin-top: 5px;
    padding: 7px 0;
    color:#fff;
    font-size: 14px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.add-to-cart-force:hover {
    color: #fff;

}