/* OVERRIDES */
.wrapper.style2 {
    height: 350px;
}

/* Mobile */
@media (max-width: 767px) {
    .wrapper.style2 {
        height: 250px;
    }
}

#get-notified-btn{
    font-size: 18px;
    padding: 7px 15px;
    width: 100px;
    display: inline;
}

#getNotifiedModal .modal-body h3{
    text-align: center;
}

/* Bootstrap Carousel Override  */
.carousel {
    background: rgba(59, 59, 59, .5);
}

.carousel-header, .carousel-body, .carousel-footer{
    position: absolute;
    left: 10%;
    right: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-header{
    top: 80px;
    font-size: 56px;
    line-height: 90px;
    text-align: center;
    text-transform: uppercase;
}

.carousel-header img{
    position: relative;
    top: -7px;
    opacity: .9;
}

.carousel-header, .carousel-body{
    font-family:  'Catamaran', sans-serif;
}

.carousel-header{
    font-weight:  900;
}

.carousel-body{
    font-weight: 500;
}

.carousel-btns{
    font-family: CenturyGothic,"Source Sans Pro",sans-serif !important;
    width: 545px;
    margin: auto;
}

.carousel-body{
    top: 355px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
}

.carousel-body-text{
    margin-top: 10px;
}


.carousel-footer{
    bottom: 100px;
    left: 25%;
}

.carousel-inner>.item {
    max-height: 625px;
}

.carousel-inner>.item>img{
    width: 100%;
}

.carousel-control {
    border: none;
}


.carousel-btn{
    float: left;
    margin-right: 20px;
    border-radius: 8px;
    padding: 10px 20px;
    width: 250px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #FFF;
    text-decoration: none !important;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    text-shadow: none;
}

.carousel-btn:hover, .carousel-btn:active, .carousel-btn:focus{
    color: #FFF !important;
    text-decoration: none !important;
}

.carousel-btn-style-1{
    background: #40ae49;
}

.carousel-btn-style-1:hover{
    background: #358f3c;
}

.carousel-btn-style-2{
    background: #30aadf;
}

.carousel-btn-style-2:hover{
    background: #2992bf;
}

.carousel-highlight{
    color: #f1ac2e;
    font-weight: bold;
}

.horizontal-separator{
    height: 2px;
    width: 200px;
    background-color: #FFF;
    margin: auto;
}

.search-products-link{
    width: 80%;
    padding: 10px 0;
}

.search-products-link:hover, .search-products-link:focus, .search-products-link:active{
    text-decoration: none;
    border-bottom: none !important;
}


.banner-bottom-text{
    width: 100%;
    background: #EEE;
    color: #fff;
    height: 110px;
    margin: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

.banner-bottom-text h2 {
    font-size: 1.10em !important;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.banner-bottom-text .button {
    line-height: 2.15em;
    vertical-align: middle;
    margin-left: 1em;
    width: 90%;
}

.banner-bottom-text .button{
    -webkit-transition: all 0.5s ease; /* Safari */
    transition: all 0.5s ease;
    margin-top: 10px;
}

.banner-bottom-text .button i:last-child{
    margin-right: 5px;
}

/* Promotions */
.promotion-banner {
    text-align: center;
    padding: 8px;
    font-weight: bold;
    color: yellow;
    font-size: 20px;
    line-height: 20px;
    background: #16172c url(https://res.cloudinary.com/xintory/v1558576759/banners/american-flag-facebook-cover.jpg) 0 0 no-repeat;
    background-size: cover;
    text-shadow: 0 0 10px #000;
}

.promotion-banner-small {
    font-size: 13px;
}



/* Sections */
section {
    margin: 25px auto;
    width: 90%;
    color: #6c6c6c;
    clear: both;
}

.section-header {
    text-align: center;
}

.section-header-text {
    font-size: 36px;
    color: #4e4e4e;
}

.section-header-text .sub-text{
    font-size: 20px;
}


.section-header-separator {
    background: #40ae49;
    width: 100px;
    height: 2px;
    margin: 10px auto 20px;
}

section p, .what-we-do-bold{
    line-height: 30px;
}

section p, .what-we-do-info{
    font-size: 20px;
    line-height: 30px;
}

.what-we-do-bold{
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
    color: #343434;
}

.what-we-do-block{
    margin-bottom: 30px;
}

.alt-section {
    background-color: #f8f8f8;
    margin: 0;
    width: 100%;
    padding: 25px 50px;
}

#section-our-services, #featuredProductsContainer{
    background-image: url(/images/3.0/faded-wood-floor.jpg);
    background-size: contains;
    background-position: bottom;
    background-repeat: no-repeat;
}

#section-our-services .row{
    margin-bottom: 25px;
}

#section-our-services button.btn.btn-category-type {
    font-size: 18px;
}

.btn-category-type.active{
    background: #30aadf;
    color: #FFF;
}

.our-services-block{
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.our-services-category-img {
    width: 100%;
    overflow: hidden;
}

.our-services-category-title {
    position: absolute;
    bottom: 15px;
    left: 30px;
    right: 30px;
    background: rgba(255, 255, 255, .94);
    height: 50px;
    padding: 14px;
    overflow: hidden;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.our-services-block .category-icon{
    color: #000;
    position: absolute;
    top: 13px;
}

.our-services-block .category-icon.large-icon{
    top: 7px;
}

.our-services-block .category-icon.larger-icon{
    top: 10px;
}

.our-services-block .category-title{
    color: #6c6c6c;
    position: absolute;
    top: 15px;
    left: 65px;
}

.our-services-block .category-title.wide{
    left: 75px;
}

.our-services-block:hover .our-services-category-title{
    /* background: rgba(49, 170, 223,.94); */
    background: rgba(64, 174, 73,.94);
}

.our-services-block:hover .category-title{
    color: #FFF;
}

.our-benefits-row{
    position: relative;
}

.our-benefits-row:after{
    clear: both;
}

.our-benefits-left, .our-benefits-right{
    float: left;
    width: 30%;
}

.our-benefits-middle{
    float: left;
    width: 40%;
}

.our-benefits-header {
    font-size: 22px;
    font-weight: bold;
    color: #3d3b3b;
}

.our-benefits-body{
    font-size: 20px;
    color: #7b7878;
}

.our-benefits-block {
    margin-bottom: 120px;
}

.our-benefits-middle img {
    position: relative;
    left: 10%;
    width: 80%;
}

.our-benefits-left .our-benefits-block {
    text-align: right;
}

#section-testimonials{
    background-color: #f3f2f0;
    background-image: url(/images/3.0/coffee-table.jpg);
    background-position: 100% 100%;
    background-size: cover;
}

#carousel-testimonials {
    height: 300px;
    background: transparent;
}

#carousel-testimonials .carousel-control.left, #carousel-testimonials .carousel-control.right,
#carousel-brands .carousel-control.left, #carousel-brands .carousel-control.right{
    background: none;
}

#carousel-brands{
    margin-bottom: 50px;
    background: none;
}

#carousel-brands .carousel-inner>.item>img{
    width: auto;
    margin: auto;
}

.testimonial-block {
    float: left;
    height: 200px;
    background: rgba(255, 255, 255, .9);
    width: 40%;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 50px;
    padding: 10px;
    position: relative;
}

.testimonial{
    font-size: 15px;
    color: #666666;
    float: left;
    width: 80%;
}

.testimonial-name{
    font-size: 18px;
    font-weight: bold;
    color: #30aadf;
    text-align: center;
}

.testimonial-img{
    text-align: center;
}

.testimonial-img > img{
    border: 2px solid #CCC;
    border-radius: 50%;
    height: 80px;
}

#featuredProductsContainer .section-header-text{
    font-weight: 900;
    font-family: 'Catamaran', sans-serif;
    /* color: #40ae49; */
    color: #d0202f;
}

.featuredProduct{
    overflow: hidden;
    color: #3b3b3b;
    padding: 25px 10px;
    font-size: 14px;
    line-height: 16px;
    transition: all ease .3s;
    -webkit-transition: 0.3s ease all;
    cursor: pointer;
    border-radius: 10px;
    height: 400px;
    position: relative;
}

.featuredProduct .fp-img {
    max-height: 220px;
    height: 220px;
    object-fit: fill;
    width: 100%;
}

.featuredProduct .fp-details{
    padding: 10px;
}

.featuredProduct .fp-title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-family: 'Catamaran', sans-serif;
    line-height: 25px;
    position: absolute;
    top: 80px;
    text-align: center;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    color: #FFF;
    background: #841d84;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(132, 29, 132, .75) 20%, rgba(132, 29, 132, .75) 80%, rgba(0,0,0,0) 100%);
}

.featuredProduct:nth-child(2) .fp-title {
    background: #37b1e4;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(55, 177, 228, .75) 20%, rgba(55, 177, 228, .75) 80%, rgba(0,0,0,0) 100%);
}

.featuredProduct:nth-child(3) .fp-title {
    background: #c92931;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(201, 41, 49, .75) 20%, rgba(201, 41, 49, .75) 80%, rgba(0,0,0,0) 100%);
}

.featuredProduct .fp-qty {
    color: #666;
    font-size: 18px;
}

.featuredProduct a:hover,
.featuredProduct:hover .fp-qty,
.featuredProduct:hover .fp-btn,
.featuredProduct a:hover .fp-qty,
.featuredProduct a:hover .fp-btn,
.featuredProduct .fp-qty:hover,
.featuredProduct .fp-btn:hover,
.featuredProduct a:active,
.featuredProduct a:visited{
    text-decoration: none;
}

.featured-product-wrapper{
    background: #FFF;
    width: 75%;
    overflow: hidden;
    margin: auto;
    position: relative;
    box-shadow: 0 0 6px 0px #dddddd;
}

.featuredProduct .fp-price {
    color: #40ae49;
    font-weight: 700;
}

.featuredProduct .fp-category{
    margin-bottom: 10px;
}

.featuredProduct .fp-category img{
    margin-right: 10px;
    height: 15px;
    margin-top: -5px;
}

.featuredProduct .fp-category .category-title{
    color: #666;
    font-size: 18px;
}

.fp-tagline {
    margin-top: 10px;
    color: #d0202f;
    text-transform: uppercase;
}

.featuredProduct .fp-btn{
    text-align: center;
    color: #FFF;
    padding: 12px;
    font-size: 16px;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    background: #841d84;
}

.featuredProduct:nth-child(2) .fp-btn {
    background: #37b1e4;
}

.featuredProduct:nth-child(3) .fp-btn {
    background: #c92931;
}

.featuredProduct .fp-btn .fas{
    top: 1px;
    position: relative;
}

.featuredProduct:hover .fp-btn, .featuredProduct:active .fp-btn{
    background: #541754;
}

.featuredProduct:nth-child(2):hover .fp-btn, .featuredProduct:nth-child(2):active .fp-btn {
    background: #366698;
}

.featuredProduct:nth-child(3):hover .fp-btn, .featuredProduct:nth-child(3):active .fp-btn {
    background: #98282f;
}

/* MEDIA */
@media screen and (max-width: 1150px){
    .testimonial-block {
        width: 45%;
        margin-right: 2.5%;
        margin-left: 2.5%;
    }

    #section-testimonials{
        padding: 25px;
    }
}

@media screen and (max-width: 1150px){
    .carousel-header {
        font-size: 40px;
        line-height: 60px;
    }

    .carousel-header img {
        height: 50px;
    }

    .carousel-body {
        top: 270px;
        font-size: 24px;
    }

    .carousel-btns {
        width: 445px;
    }

    .carousel-btn {
        padding: 5px 10px;
        width: 200px;
        font-size: 20px;
    }

    .our-benefits-middle img {
        top: 60px;
    }
}

@media screen and (max-width: 1050px){
    .our-benefits-middle img {
        top: 130px;
    }

    .testimonial-block {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }

    #carousel-testimonials .item .testimonial-block:last-child{
        display: none;
    }

    #carousel-testimonials .item .testimonial-block:first-child{
        display: block;
    }
}


@media (max-width: 950px) {
    .carousel-header {
        top: 50px;
    }

    .carousel-body {
        top: 180px;
    }

    .our-benefits-left, .our-benefits-right{
        width: 45%;
    }

    .our-benefits-middle{
        width: 10%;
    }

    .our-benefits-middle img{
        visibility: hidden;
    }

    .our-benefits-left .our-benefits-block {
        text-align: left;
    }
}


@media screen and (max-width: 840px){
    .carousel-header {
        top: 30px;
    }

    .carousel-body {
        top: 160px;
    }
}

@media screen and (max-width: 800px) {
    .youllbeproudof {
        display: none;
    }
}

@media screen and (max-width: 770px) {
    .carousel-body-text {
        display: none;
    }

    .carousel-btns{
        margin-top: 25px;
    }
}

@media screen and (max-width: 700px) {
    .carousel-btn {
        padding: 0 10px;
        width: 140px;
        font-size: 14px;
    }

    .carousel-btns {
        width: 325px;
    }

    .our-benefits-middle{
        display: none;
    }

    .our-benefits-block {
        margin-bottom: 30px;
    }

    .our-benefits-left, .our-benefits-right{
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .carousel-indicators, .carousel-body{
        display: none;
    }

    .youllbeproudof {
        display: inline;
    }

    .carousel-header {
        top: 15px;
    }

     .testimonial {
        float: none;
        width: 100%;
    }

    .testimonial-img {
        display: none;
    }

    .testimonial-name{
        text-align: left;
        position: absolute;
        bottom: 5px;
    }
}

@media screen and (max-width: 530px) {
    .youllbeproudof {
        display: none;
    }

    .testimonial-name{
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .carousel-header {
        top: 0;
        line-height: 50px;
    }

    .testimonial{
        line-height: 18px;
    }
}

.carousel-indicators {
    bottom: 0 !important;
}