/**
 * Some fixed for Montilo
 */

/**
 * 1. Hide add to cart button frontpage services
 */
body.home .home-services .service-item__cart-button {
    display: none;
}
body.home .home-services .col-xs-8 {
    width: 100% !important;
}
.carousel-wrapper--quotes {
    background-color: #413B34;
}
.carousel-wrapper--quotes h2 {
    color: #fff;
    margin-bottom: 1rem;
}
.carousel-wrapper--quotes .logo-item__image-title {
    color: #fff;
}
.carousel-wrapper--quotes .logo-item__image-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.carousel-wrapper--quotes .slick-dots {
    display: none !important;
}
@media (min-width: 1200px) {
    body.home .home-services {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    body.home .home-services > .container {
        grid-column: span 2;
    }
    body.home .home-services > .row:nth-child(2) {
        margin-right: 0;
        height: 100%;
    }
    body.home .home-services > .row:last-child {
        margin-left: 0;
        height: 100%;
    }
    body.home .home-services .service-categories-background--index-1 {
        padding-left: 0;
        height: 100%;
    }
    body.home .home-services .service-categories-background--index-0 {
        height: 100%;
    }
    body.home .home-services .service-categories-container {
        height: 100%;
    }
    body.home .home-services .service-categories-container .service-category-column {
        height: 100%;
    }
    body.home .home-services .service-categories-container > .row {
        height: 100%;
    }
}


.loggo-marquee {
  overflow: hidden;
  display: flex;
    margin-top: 1.5rem;
}

h3.marquee_header {
    margin-top: 1rem;
    color: #fff;
}
.loggo-marquee p {
    white-space: nowrap;
    color: #fff;
    font-size: 1.3rem;
    margin-right: 1rem;
}
