/*
Theme Name: Larapress Comparison
Template: larapress
Version: 1.0
Description: A child theme of Larapres for comparison deals.
Author: Your Name or Organization
*/

.fs-8{
    font-size: 14px !important;
}
.btn{
    border-radius: 10px !important;
    padding: 15px 30px 15px 30px !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
}
.btn-secondary{
    background: var(--secondary-color) !important;
    color: #FFFFFF;
}
.main-header__nav{
    background: #FFFFFF !important;
}

.main-header .navbar-nav .nav-link{
    font-size: 14px !important;
    color: #132D34 !important;
}

.navbar-collapse{
    flex-grow: initial !important;
}
.main-header__search .search__input{
    border-radius: 24px;
    overflow: hidden;
    border: solid 1px #ebebeb !important;
}
.main-header__search .search__input .form-control{
    
}

.main-footer{
    color: #FFFFFF !important;
}
.main-footer ul a{
    color: #FFFFFF !important; 
}

.tt-uppercase{
    text-transform: uppercase;
}

/*  */
.section--hero{
    position: relative;
    padding: 280px 0 130px !important;
}
.section--hero.page-header{
    padding-top: 130px !important;
}
.page-template-default .section--hero.page-header h1{
    color: #FFFFFF !important; 
}
.section--hero .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: .6;
}
@media(max-width: 991px){
    .product-item .btn, .product-item .page-template-default .fl-button .fl-button-text, .page-template-default .fl-button .product-item .fl-button-text, .product-item .nav-btn>a{
        opacity: 1 !important;
    }
}
@media(max-width: 575px){
    .section--hero img.bg{
        max-width: 100% !important;
    }
}
.section--hero video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    opacity: .9;
    z-index: 1;
}
.section--hero .container{
    position: relative;
    z-index: 2;
}

.section--hero .hero__decoration{
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    bottom: -1px;
    transform: rotate(180deg);
    z-index: 3;
}
.section--hero .hero__decoration svg{
    display: block;
    max-width: none;
    width: calc(300% + 1.3px);
    height: 90px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.section--hero .hero__decoration svg path{
    fill: #FFFEFA;
}
.row--gap-y{
    gap: 24px 0;
}
.section--white+.section--white{
    padding-top: 0;
}
/*  */
.item--blog{
    border-radius: 8px;
    overflow: hidden;
    border: solid 1px #F9EDE2;
}
.item--category{
    border-radius: 8px;
    overflow: hidden;
    border: solid 1px #F9EDE2;
}
.item--category figure{
    margin: 0;
    position: relative;
    padding-bottom: 65%;
}
.item--category__content{
    padding: 20px 30px;
}
.item--category a{
    text-decoration: none;
    color: #132D34;
    text-transform: uppercase;
}
.categories-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.categories-list a+a{
    border-top: solid 1px #E9DCCA;
}
.categories-list a{
    display: block;
    text-decoration: none;
    color: #132D34;
    text-transform: uppercase;
    padding: 15px 0;
}
@media(min-width: 992px){
    .item--blog{
        height: 100%;
    }
}
.item--blog figure{
    position: relative;
    padding: 0 0 65%;
    margin: 0;
}
.item--blog .item--blog__content{
    padding: 20px 20px;
}
.item--blog .item--blog__content a{
    text-decoration: none;
    text-transform: uppercase;
    color: #132D34
}

.section--text-image figure{
    position: relative;
    padding-bottom: 125%;
}
.section--text-image h2 span,
.section--categories h2 span{
    text-transform: none;
    font-family: "Oooh Baby", Sans-serif;
    font-size: 120%;
}

/*  */
.content-editor p{
    font-size: 24px;
}
.section--banner{
    position: relative;
    color: #132D34;
}
.section--banner .fs-1{
    font-size: 50px !important;
}
.section--banner h2 span{
    text-transform: none;
    font-family: "Oooh Baby", Sans-serif;
    font-size: 120%;
}
.section--banner:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    --background-overlay: '';
    z-index: 1;
    opacity: .88;
}
.section--banner.section--primary:after{
    background-color: #F7E9DE;
}
.section--banner.section--secondary:after{
    background-color: #CEEDF5;
}
.section--banner .container{
    position: relative;
    z-index: 2;
}