/*
Theme Name: bootScore
Theme URI: https://bootscore.me/
Author: bootScore
Author URI: https://bootscore.me
Description: A powerful Bootstrap 5 WordPress Starter Theme with WooCommerce Support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>. This theme gives you full control whatever you do and the full freedom to design whatever you want. It comes with a wide selection of category, page, post, author and archive templates as well as sidebar, header, footer and 404 widgets. There are no customizer settings in the backend. All settings can only be made by touching the code. Some CSS, HTML, PHP and JS Skills are required to customize it.
Version: 5.1.3.1
Tested up to: 5.9
Requires PHP: 5.6
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.womo-logo {
    width: 90px;
    padding-left: 10px;
    position: relative;
    opacity: 0.6;
}

.womo-logo:after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
}

.womo-logo img {
    display: block;
    width: auto;
    background: #fff;
    padding: 5px;
}

.logo-box {
    margin-right: 10px;
    position: relative;
}

.womo-footer-logo img {
    width: 100px;
}

.banner .banner-content h1 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 5em;
    letter-spacing: 5px;
}

.banner .banner-content .after-title {
    font-size: 25px;
    line-height: 30px;
    text-transform: lowercase;
}

.banner .banner-content .before-list {
    position: relative;
    margin-bottom: 30px;
}

.dark-bg .banner-content ul li {
    font-size: initial;
    line-height: 30px;
}

.banner .banner-content ul {
    margin-bottom: 0;
}

.auhtor-img-order {
    padding-left: 0 !important;
    padding-right: 30px;
}

.auhtor-img.auhtor-img-order:before {
    right: 10px;
}

.btn-dark-bg {
    border-radius: 46px;
    border-color: #dd0000;
    background: #dd0000;
}

@media(max-width: 767px) {
    .auhtor-img.auhtor-img-order:before {
        right: -20px;
    }
    .auhtor-img-order {
        padding-left: 30px !important;
        padding-right: 0;
    }
}

.dark-bg {
    background: #687740;
}

.dark-bg-two {
    background: #566235;
}

.dark-bg-light, .dark-bg-light.book-preview {
    background: #566235;
}

.cta.dark-bg {
    background: #566235;
}

.banner {
    background: url('/wp-content/uploads/2022/07/cover-phone-scaled.jpg');
    background-size: cover;
    background-position: top;
}

.dark-theme .main-header, .dark-theme .menu_fixed {
    background: #566235 !important;
}

.fixed-btm-top .scroll-to-top {
    background: #caab77;
}

.big-blockout {

}

.big-blockout .panel-grid-cell {
    position: relative;
}

.big-blockout .panel-grid-cell:before {
    content: '';
    background: url('/wp-content/uploads/2022/07/blockout-icons-green.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -40px;
    width: 240px;
    height: 240px;
    z-index: 1;
    opacity: 0.3;
}

.big-blockout .blockquote-footer {
    color: #999;
}

.big-blockout .blockquote p {
    color: #444;
    font-size: 21px;
    line-height: 33px;
}

@media (max-width: 767px) {
    .big-blockout .panel-grid-cell::before {
        width: 100px;
        height: 100px;
        opacity: 0.1;
    }
    .big-blockout .blockquote p {
        font-size: 18px;
    }
}

.big-blockout .panel-grid-cell > div {
    position: relative;
    z-index: 3;
    padding-left: 250px;
}

@media(max-width: 991px) {
    .big-blockout .panel-grid-cell > div {
        padding-left: 50px;
    }
}

@media(max-width: 767px) {
    .big-blockout .panel-grid-cell > div {
        padding-left: 0;
    }
}

.dark-bg-light .topic-item .icon-box {
    background: none;
    padding: 0 !important;
}

@media(max-width: 434px) {
    .dark-bg-light .topic-item .icon-box {
        margin-bottom: 15px;
    }
}

.dark-bg-light .topic-item {
    background: rgb(255 255 255 / 87%);
}

.dark-bg-light .topic-item:hover {
    background: rgb(255 255 255);
}

.topic-item .topic-content {
    padding-left: 180px;
}

.topic-item .icon-box {
    width: 150px;
    height: 150px;
}

.book-preview .blockquote-footer {
    color: #fff;
    font-style: italic;
    padding-right: 400px;
    font-size: 0.75em;
    line-height: 1.5em;
}

@media(max-width: 991px) {
    .book-preview .blockquote-footer {
        padding-right: 100px;
    }
}

@media(max-width: 767px) {
    .book-preview .blockquote-footer {
        padding-left: 0;
    }
}

@media (max-width: 576px) {
    .topic-item .icon-box {
        width: 120px;
        height: 120px;
    }
    .topic-item .topic-content {
        padding-left: 0;
    }
    .dark-bg-light .topic-item .icon-box {
        margin-bottom: 15px;
    }
}

.book-preview .topic-item  .blockquote p {
    position: relative;
}

.book-preview .topic-item  .blockquote p:after {
    content: '';
}

.blockquote-footer {
    color: #fff;
    font-style: italic;
}

.btn-main:hover {
    color: #fff;
    border-color: #caab77;
    background: #caab77;
}

.section-padding {
    padding: 60px 0px;
}

.btn-main {
    background: #dd0000;
    color: #fff;
    border-color: #dd0000;
}

.dark-theme .navbar-nav .nav-link {
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}

@media (max-width: 991px) {
    .dark-theme .navbar-nav .nav-link, .dark-theme .menu_fixed .navbar-nav .nav-link {
        color: #444;
    }
}

/** testimonials **/

.dark-bg .review-item .client-info p {
    font-size: 16px;
    line-height: 25px;
}

.dark-bg .review-item .client-position {
    font-style: italic;
}

.dark-bg .banner-content ul li i {
    color: #dd0000;
}

/** banner **/

.banner-img {
    float: left;
}
.banner-img img {
    max-width: 550px;
}

.panel-grid {
    margin-bottom: 0 !important;
}

.footer {
    background: #424b28;
    padding: 80px 0px 0px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}

.footer_widget a {
    color: #caab77;
}

.footer_widget a:hover {
    color: #dd0000;
}

.mfp-content {
    width: 100%;
    max-width: 800px;
    padding: 30px;
    background: #fff;
}

.header-actions .btn {
    padding: 0 !important;
}

.header-actions .btn  i {
    color: #fff;
    font-size: 30px;
}

.cta-inner {
    background: #e7e7e7;
}

.cta-inner .subheading2, .cta-inner h2 {
    color: #444;
}

.logo-box a {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
}

.contact-last .widget_text {
    text-align: center;
    padding: 70px 20px;
    position: relative;
    border-radius: 10px;
    background: #e7e7e7;
}

.footer .footer-contact {
    padding-left: 0;
}

@media(max-width: 575px) {
    .main-header .btn-dark-bg {
        display: none;
    }
    .banner .banner-content h1 {
        font-size: 4em;
    }
    .footer_widget {
        text-align: left;
    }
    .topic-item .icon-box {
        position: relative;
    }
    .topic-item .topic-content {
        padding-right: 0;
    }
}

@media(max-width: 434px) {
    .banner .banner-content h1 {
        font-size: 3em;
        letter-spacing: 2px;
    }

}

.book-preview .section-padding {
    padding-bottom: 60px !important;
}

.book-preview.dark-bg-light {
    background: url('/wp-content/uploads/2022/07/pattern.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.book-preview.dark-bg-light:before {
    content: '';
    background: #caab77;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 2;
}

.book-preview.dark-bg-light > div {
    position: relative;
    z-index: 4;
}

.book-preview h1, .book-preview h2, .book-preview  h3, .book-preview  h4, .book-preview  h5, .book-preview  h6, .book-preview  h1, .book-preview  h2, .book-preview  h3, .book-preview  h4, .book-preview  h5, .book-preview  p {
    color: #fff !important;
}

.book-preview .blockquote p {
    color: #000 !important;
}

.book-preview .blockquote .blockquote-footer {
    color: #444 !important;
}

.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;  // added this
}

.owl-item {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

.lang-item-first a img {
    width: 20px !important;
    height: 15px !important;
    margin-left: 3px;
    margin-top: -2px;
}

.lang-item-first.menu-item {
    display: none;
}

@media (min-width: 992px) {
    .lang-item-first.menu-item {
        position: absolute;
        right: 0;
    }
}

.navbar-expand-lg .offcanvas-body {
    position: relative;
}

.offcanvas.show {
    height: 100vh;
    top: 0px !important;
}

.footer_widget p {
    color: #fff !important;
}

.offcanvas-cart-box {

}