
.bg-grey {
    background-color: #F7F7F7;
}
.owl-stage{padding-left:0px !important;}
/*************************************************************************************************************
 * COMPONENTS - HERO
 ***************************************/
 .section-hero {
    overflow: hidden;
 }
 .section-hero .section-hero-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.section-hero-bg .container-row  {
    min-height: 800px;
}
.section-hero .hero-img {
    position: absolute;
    right: -100px;
    bottom: 0px;
    max-width: 750px;
}
.section-hero .col-md-6 {
    z-index: 1;
}
.section-hero .section-title {
    color: #111;
    font-size: 50px;
    line-height: 60px;
}

@media ( max-width: 1140px ) {
    .section-hero .container {
        overflow: hidden;
    }
    .section-hero .container-row {
        min-height: 600px;
    }
    .section-hero .hero-img {
        max-width: 600px;
    }
}
 @media ( max-width: 768px ) {
    .section-hero .container {
        width: 100%;
        max-width: 100%;
    }
    .content-with-image .content {
        padding-top: 30px;
    }
    .section-hero .container-row {
        min-height: 550px;
    }
    .section-hero .image {
        background-position: center left;
    }
    .section-hero .col-md-6 {
        max-width: 500px;
    }
}

/*************************************************************************************************************
 * COMPONENTS - content with image
 ***************************************/
 .content-with-image .image {
    padding: 0px;
    position: relative;
 }
 .content-with-image .img-absolute {
    position: absolute;
    left: 0px;
    bottom: 0px;
 }
@media ( max-width: 768px ) {

    .content-with-image .content {
        order: -1;
    }
}

/*************************************************************************************************************
 * COMPONENTS BANNER
 ***************************************/
 .section-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    position: relative;
}
.section-banner-fixed {
    background-attachment: fixed;
}
.section-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-device-width : 1024px) {
    .section-banner {
        background-attachment: scroll;
        height: 500px !important;
    }
}
@media (max-device-width : 767px) {
    .section-banner {
        min-height: 400px !important;
    }
    .section-banner-content {
        width: 85%;
    }
}


/*************************************************************************************************************
 * COMPONENTS - GRID 
 ***************************************/

 .section-grid .grid-item {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 25px;
 }
 .section-grid .grid-item .grid-title {
    line-height: 40px;
 }
 @media ( max-width: 991px ) {
    .section-grid.section-grid-3 .grid-item {
        flex: 0 0 100%;
    }
 }
@media ( max-width: 576px ) {

    .section-grid.section-grid-2 .grid-item {
        flex: 0 0 100%;
    }
}

/*************************************************************************************************************
 * INVENTORY - GRID 
 ***************************************/
#inventory-categories-grid .inventory-category-grid-item {
    margin-bottom: 25px;
    position: relative; 
}

#inventory-categories-grid .category-title {
    margin-top: 15px;
}


/**************
 INVENTORY
 */

 #product-info-wrapper .modal-body {
    padding: 0px;
 }
 #product-info-wrapper .modal-header {
    padding: 15px;
 }
 #product-info-wrapper .modal-header  .h1 {
    font-size: 25px;
    line-height: 30px;
    margin: 0px;
    cursor: pointer;
 }
 #product-info-wrapper .products-body {
    padding: 15px;
 }
 #product-info-wrapper .products-img img {
    width: 100%;
 }

/* categories sidemenu */
.inventory-sidmenu-categories-inner {
    padding: 15px;
    background: #F0F0F0;
}
.inventory-sidmenu-categories-inner .inventory-category-item {
    border-top: 1px solid #FFF;

}
.inventory-sidmenu-categories h3 {
    font-size: 16px;
    margin: 0px;
    line-height: 40px;
}
.inventory-filter .inventory-category-item {
    cursor: pointer;
} 

/*
@media ( min-width: 992px ) { 
    .inventory-with-sidemenu #products-filter .col-8.text-right {
        width: 100%;
        flex: 0 0 100%;
    }
} */


/* categories nav scroll
**/

#category-wrapper .container {
    padding: 0px 15px;
}
.nav-filter.category-fixed,
.nav-scroll.category-fixed {
    position: fixed;
    top: 120px;
    left: 0px;
    right: 0px;
    z-index: 4;
}
.admin-bar .nav-filter.category-fixed,
.admin-bar .nav-scroll.category-fixed {
    top: 150px;
}

.nav-scroll {
    background: #FFF;
}

.nav-scroll #category {
    text-align: center;
    margin: 0 auto;
    display: table;
}

.nav-scroll #category-nav {
    height: 60px;
    overflow-y: hidden;
    flex-wrap: nowrap;
    display: flex;
    overflow-x: scroll;
}

.nav-scroll #category-nav::-webkit-scrollbar {
    display: none;
}

.nav-scroll li {
    padding: 0px;
}

.nav-scroll li a {
    font-size: 17px;
    font-weight: normal;
    padding: 6px;
    line-height: 58px;
    padding: 0px 20px;
    color: #000;
    white-space: nowrap;
    border-bottom: 2px solid #F7F7F7;
}

.nav-scroll li a.active {
    color: #000;
    font-weight: bold;
    border-color: #000;
}

@media (max-width: 767px) {
    .nav-scroll {
        background: #F7F7F7;
    }
    .nav-scroll li a {
        font-size: 14px;
        padding: 0px 5px;
        line-height: 15px;
        height: 60px;
        min-width: 85px;
        white-space: normal;
        justify-content: center;
    }
    .nav-scroll li:last-child {
        padding-right: 100px;
    }
}

@media ( max-width: 575px) {
    .nav-filter.category-fixed,
    .nav-scroll.category-fixed {
        top: 60px;
    }
}


/* categories nav filter

**/

.nav-filter {
    background: #F0F0F0;
    white-space: nowrap;
    color: #222;
    margin-bottom: 30px;
    padding: 10px 15px;
}
.nav-filter .btn-group {
    margin-left: 15px;
}
.nav-filter .btn-group .btn {
    padding-left: 15px;
    padding-right: 15px;
}
.nav-filter.category-fixed {
    background: #F0F0F0;
}

.nav-scroll #category {
    max-width: 1024
}

@media (max-width: 767px) {
    .nav-filter {
        background: #F0F0F0;
    }
    .nav-filter {
        line-height: 40px;
    }
}


/* categories nav list

**/

.nav-list #category-nav {
    margin: 50px auto 10px;
    display: table;
    text-align: center;
}

.nav-list li {
    display: inline-block;
    border: 2px solid #000;
    margin: 0px 10px 10px 0px;
    border-radius: 15px;
    background: #FFF;
    text-transform: uppercase;
}

.nav-list li a {
    font-weight: bold;
}

.nav-list li a.active {
    color: #FFF;
    background: #000;
}

@media (max-width: 767px) {
    .nav-list #category-nav {
        margin: 20px auto 0px;
    }
    .nav-list li a {
        font-size: 14px;
        padding: 4px 10px;
    }
}


.products-list .products-item {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 25px;
}
.products-grid .products-item .products-item-inner {
    padding: 15px;
}

.products-grid .products-img {
    max-height: 450px;
    overflow: hidden;
}

.products-grid .products-img,
.products-grid .products-body {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0px;
    padding: 0px;
}

.products-grid .products-body {
    padding: 15px 0px 0px;
}
.products-item:hover .products-title{
    color: #333;
}
@media ( max-width: 575px ) {
    #products .products-item {
        margin-bottom: 15px;
    }
    .products-list .products-item { 
        width: 100%;
        flex: 0 0 100%;
    }
    .products-grid .inventory-container .row {
        padding: 0px 5px;
    }
    .products-grid .products-item {
        padding: 0px;
    }
    .products-grid .products-body {
        text-align: center;
    }

}
@media ( min-width: 992px) {

    .inventory-with-sidemenu .products-grid .products-item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .inventory-no-sidemenu .products-grid .products-item {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/*************************************************************************************************************
 * CF7
 ***************************************/

/*************************************************************************************************************
 * DATA FEED - GRID
 ***************************************/

.post-list-grid-item {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.post-list-grid-item .post-img {
    background: #000;
}

.post-list-grid-item .post-img img {
    height: 450px;
    object-fit: cover;
    width: 100%;
    opacity: 0.5;
}
.post-list-grid-item .post-body {
    position: absolute;
    bottom: 40px;
    left: 30px;
    right: 30px; 
}
.post-list-grid-item .post-title a {
    color: #FFF;
    line-height: 30px;
}
.post-list-grid-item .post-date {
    position: absolute;
    top: 20px;
    color: #000;
    background: #FFF;
    font-size: 12px;
    padding: 0px 15px;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.post-meta {
    color: #FFDEA0;
    font-size: 13px;
}
.post-meta li {
    margin-right: 3px;
}
.post-meta li::before {
    content: " , ";
}
.post-meta li:first-child::before {
    content: "";
} 
@media ( min-width: 992px ) {
    .post-list-grid-item:hover .post-img img {
        opacity: 0.25;
    }
}
@media ( max-width: 575px ) {
    .post-list-grid-item .post-img img {
        height: 360px;
    }
    .container-owl {
        padding-right: 0px;

    }
}

/*************************************************************************************************************
 * COMPONENTS - LOGO SLIDER
 ***************************************/

 .feed-logo-slider .swiper-wrapper {
    -webkit-transition-timing-function:linear!important; 
    -o-transition-timing-function:linear!important; 
    transition-timing-function:linear!important; 
} 

 .feed-logo-slider img {
    max-width: 200px;
    width: 100%; 
 }
 .feed-logo-slider .item {
    align-self: center;
 }

/*************************************************************************************************************
 * COMPONENTS - GALLERY
 ***************************************/
 #section-gallery {
    position: relative;
 }


 /*************************************************************************************************************
 * COMPONENTS - MODULES SLIDES
 ***************************************/

 .section-content-slides-sm .container {
     max-width: 880px;
 }

 .section-content-slides .swiper-button-next {
     right: -25px;
 }

 .section-content-slides .swiper-button-prev {
     left: -25px;
 }

 .section-content-slides .item h4 {
     color: #999;
     font-size: 14px;
 }

 .section-content-slides.section-content-slides-partial .item.swiper-slide-prev {
     opacity: 0;
 }

 .section-content-slides .item-content {
     padding: 0px 30px;
 }

 .section-content-slides-left .section-slides-list {
     padding-right: 50px;
 }

 .section-content-slides-right .section-slides-list {
     padding-left: 50px;
 }

 @media (min-width: 768px) {
     .section-content-slides .item {
         opacity: 0.4;
     }

     .section-content-slides .item.swiper-slide-active {
         opacity: 1;
     }
 }

 @media (max-width: 767px) {
     .section-content-slides .container {
         padding-left: 75px;
         padding-right: 75px;
     }

     .section-content-slides .item-content {
         text-align: center;
     }

     .section-content-slides .item-inner {
         box-shadow: none;
         background: none;
         border: 0px;
     }

     .section-content-slides-left .section-slides-list {
         padding-right: 15px;
     }

     .section-content-slides-right .section-slides-list {
         padding-left: 15px;
     }

     .featured-slider-cards .swiper-slide {
         opacity: 0;
     }

     .featured-slider-cards .swiper-slide-active {
         opacity: 1;
     }
 }

 @media (max-width: 575px) {
     .section-content-slides .container {
         padding-left: 30px;
         padding-right: 30px;

     }

     .section-content-slides .description .d-flex {
         display: block !important;
     }

     .section-content-slides .description .btn {
         margin: 0px 7px 15px !important;
     }

     .section-content-slides .swiper-button-next {
         right: -20px;
     }

     .section-content-slides .swiper-button-prev {
         left: -20px;
     }

     .section-content-slides .item-content {
         padding: 0px;
     }
 }