:root{
    --ct-theme-color: linear-gradient(to bottom right,rgba(80,167,194,.9), rgba(144,243,199,.9));
    --ct-theme-darkblue: rgb(0, 47, 78);
}


@font-face{
    font-family: Mont;
    src: url(../fonts/Mont-ExtraLightDEMO.otf);
    font-weight: unset;
}

@font-face{
    font-family: Mont-Heavy;
    src: url(../fonts/Mont-HeavyDEMO.otf);
    font-weight: bold;
}

@font-face{
    font-family: Bodoni-Bold;
    src: url(../fonts/bodoni/BodoniFLF-Bold.ttf);
    font-weight: bold;
}

@font-face{
    font-family: Bodoni-BoldItalic;
    src: url(../fonts/bodoni/BodoniFLF-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}

@font-face{
    font-family: Bodoni-Italic;
    src: url(../fonts/bodoni/BodoniFLF-Italic.ttf);
    font-style: italic;
}

@font-face{
    font-family: Bodoni-Roman;
    src: url(../fonts/bodoni/BodoniFLF-Roman.ttf);
    /* font-style: italic; */
}

html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body{
    /* font-family: AbrilFatface-Regular; */
    /* line-height: 0; */
    font-family: Arial;
    overflow: hidden;
}

.content{
    margin-top: 0;
    /* transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in; */
}

body.show-menu-sticky .content{
    margin-top: 53px;
}


.menu-navbar{
    display: flex;
    padding: 20px 0px;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    z-index: 99;
}

.menu-navbar li{
    list-style: none;
    display: block;
}

.menu-navbar li .menu-link{
    color: white;
    text-decoration: none;
    /*filter: invert(100%);*/
    /* filter: drop-shadow(2px 4px 6px black); */
    position: relative;
    /* -webkit-filter: drop-shadow(2px 4px 6px black); */
}

.menu-logo{
    width: 200px;
}

.menu-dropdown{
    display: none;
    background: white;
    padding: 20px 10px;
    position: absolute;
    /* bottom: -8px; */
    z-index: 9999;
}

.menu-dropdown:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 18px solid white;
    position: absolute;
    top: -8px;
    left: 16px;
}

.nested-menu-item{
    /* padding: 5px 8px; */
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 20px;
    color:black;
    text-decoration: none;
}

.menu-navbar-mobile{
    display: flex;
    padding: 20px 40px;
    position: absolute;
    top:0;
    width: 100%;
    z-index: 99;
    justify-content: space-between;
    align-items: center;
    left:0;
}

.menu-navbar-mobile .menu-mobile-button{
    width: 45px;
    height: 40px;
    display: block;
}

.bg-theme{
    background-color: var(--ct-theme-color);
}

.panel-info{
    padding: 60px;
}

.panel-info_inner{
    background-color: white;
    padding: 60px;
}

.panel-info_paragraph{
    line-height: 2;
}

.menu-mobile-bar{
    width: 100%;
    height: 3px;
    background-color: black;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: block;
    margin: 10px 0px;
}

.page-header{
    height: 350px;
    position: relative;
    background-color: rgb(162 223 216);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-header:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;   
    background-color:rgba(0, 0, 0, 0.27);
}

.page-header-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: white;
    width: 60%;
    margin-top: 44px;
}

/* for large screen - > 992px */
@media only screen and (min-width: 992px) {
    .menu-navbar-mobile{
        display:none!important;
    }

    .back-menu-mobile{
        display: none!important;
    }
}

.home-slider-title-bigger{
    font-size: 70px;
}

/* for max screen - > 991px */
@media only screen and (max-width: 991px) {
    .menu-navbar{
        display:none!important;
    }

    .parallax-container{
        padding: 3.5em 0px!important;
    }

    .product-thumbs{
        height: unset!important;
    }

    .product-preview .item img{
        max-width: 400px!important;
    }

    #product-description{
        height: unset!important;
    }

    #big{
        padding-bottom: 83px;
    }

    footer svg{
        height: 122%;
    }

    .page-header{
        min-height: 200px;
    }

    .page-header svg {
        height: 100%;
        position: absolute;
    }

    .single-taxanomy-widget{
        padding: 0!important;
        box-shadow: none!important;
    }

}

@media only screen and (max-width: 767px){
    .post-list-row > .post-list-featured-image{
        flex: 2!important;
    }
}

@media only screen and (max-width: 1199px){
    .map-panel{
        height: unset!important;
    }

    .map-panel .map-description{
        position: unset!important;
        padding: 0px!important;
        margin: 0px!important;
    }

    .map-panel iframe{
        height: 400px;
    }

    .collection-card{
        height: 157px!important;
    }
}


/* for less than Small  screen - > 576px */
@media only screen and (max-width: 575px) {

    .panel-info, .panel-info_inner{
        padding: 20px;
    }

    .menu-logo{
        width: 150px;
    }

    .post-list-row > .post-list-featured-image{
        flex: 3!important;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1650px){
    footer svg{
        bottom: 0!important;
    }
}

.section-padding{
    padding: 120px 0px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section-padding.home-contact:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

footer{
    padding: 50px 0px;
    position: relative;
    background-color: rgba(80,167,194,.9);
}

footer svg{
    position: absolute;
    bottom: -50px;
    display: none;
}

.social-media-block{
    display: flex;
    justify-content: center;
}

.social-media-block a{
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    color: white;
}

.footer-link{
    color: white;
}

.menu-mobile{
    display:block;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background: white;
    overflow-y: auto;
    top:0;
    left:0;
    z-index:999999;
    will-change: transform;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 200ms linear;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transition: transform 200ms linear;
    -moz-transition: transform 200ms linear;
    -ms-transition: transform 200ms linear;
    -o-transition: transform 200ms linear;
    padding: 30px;
}

body.mobile-view{
    overflow: hidden;
    height:100vh;
}

body.mobile-view .menu-mobile{
    -webkit-transform: none;
    transform: none;
    transition: transform 200ms linear;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transition: transform 200ms linear;
    -moz-transition: transform 200ms linear;
    -ms-transition: transform 200ms linear;
    -o-transition: transform 200ms linear;
}

body.mobile-view .mobile-menu-opacity{
    content:'';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.2);
    z-index: 999;
    
}

.menu-mobile-close-button{
    color: black;
    font-size: 30px;
}

ul.menu-mobile-list{
    list-style: none;
    padding: 0;
}

ul.menu-mobile-list li{
    padding: 13px 0px;
    display: block;
    height: auto;
    display: flex;
    align-items: center;
}
ul.menu-mobile-list li a{
    color: black;
    text-decoration: none;
}

ul.menu-mobile_inner{
    list-style: none;
    padding: 10px 0px;
    display: none;
    border-top: 0.5px solid black;
    border-bottom: 0.5px solid black;
}

ul.menu-mobile_inner li{
    padding: 5px 0px;
}

ul.menu-mobile-list .menu-mobile-dropdown-link:after{
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    display: inline-block;
    padding-left: 8px;
    vertical-align: middle;
    font-weight: 900;

}

ul.menu-mobile_inner .nested-menu-item{
    padding: 0;
}

.carousel-panel{
    height: 450px;
    position: relative;
    overflow: hidden;
}

.carousel-relative img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 65% 50%;
    transition: all 0.3s;
    transform: scale(1);
}

.carousel-relative:hover img{
    transform: scale(1.1);
}

.carousel-panel-content{
    text-align: left;
    padding: 20px 10px;
}
.carousel-arrow{
    top: 45%;
    left: 50%;
    position: absolute;
    z-index: 9999;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, 10px);
}

.carousel-arrow button{
    padding: 20px;
    background: white;
    border: 1px solid #eaeaea;
}
.carousel-arrow button:hover{
    background: #eaeaea;
}

button:focus{
    outline: none;
}

article.row{
    padding: 20px 0px;
}

body.single-product-page .menu-navbar li .menu-link{
    filter: none;
    -webkit-filter: none;
}

.panel-header, .panel-content{
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

/*custom owl carousel */

.outer { margin:0 auto; max-width:800px;}
#big .item { 
    margin:2px; 
    color: #FFF; 
    border-radius: 3px; 
    text-align: center; 
    width: 100%;
    position: relative;
}

#big .item .carousel-bg-blur{
    width: 100%;
    height: 100%;
    filter: blur(35px);
    -webkit-filter: blur(35px);
    overflow-y: hidden;
}

#big .item .carousel-bg-blur img{
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(2.5);
    -webkit-transform: translate(-50%, -50%) scale(2.5);
    -moz-transform: translate(-50%, -50%) scale(2.5);
    -ms-transform: translate(-50%, -50%) scale(2.5);
    -o-transform: translate(-50%, -50%) scale(2.5);
}

#thumbs .item { 
    background: #C9C9C9; 
    height:70px; 
    width: 70px;
    padding: 0px; 
    margin:2px; 
    color: #FFF; 
    border-radius: 3px; 
    text-align: center; 
    cursor: pointer; 
}
#thumbs .item h1 { 
    font-size: 18px; 
}

.owl-theme .owl-nav [class*='owl-'] { 
    -webkit-transition: all .3s ease; 
    transition: all .3s ease; 
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover { 
    background-color: #D6D6D6; 
}
#big.owl-theme, #same-seller-carousel.owl-theme{ 
    position: relative; 
    height: 100%;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: contain;
    height: 100%;
}

#big.owl-theme .owl-next, #big.owl-theme .owl-prev, 
#same-seller-carousel.owl-theme .owl-next, #same-seller-carousel.owl-theme .owl-prev 
{ 
    background: #333;
    width: 28px;
    line-height: 36px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
}
#big.owl-theme .owl-prev, #same-seller-carousel.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next, #same-seller-carousel.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }

/* END custom owl-carousel */

.enquire-form .form-control{
    padding: 2rem .75rem
}

.map-panel{
    height: 700px;
    position: relative;
}

.map-panel .map-description{
    display: block;
    position: absolute;
    background: white;
    margin:10px;
    top:0;
    left:0;
}

.map-title{
    background-color: var(--ct-theme-color);
    padding:20px;

}

.map-title .map-title-content{
    color: black;
    text-align: center;
}

.map-panel .place-card {
    display:none;
}

.map-content{
    padding:20px;
    text-align: center;
}

.section-bg-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.filter-drop-shadow{
    filter: drop-shadow(2px 4px 6px black);
}

.bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.parallax-container{
    padding: 6em 0px;
}

.section-before-bg:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}

.animate_scroll_down{
    display: block;
    position: relative;
    animation-name: animate_scroll_down;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes animate_scroll_down{
    0%      {top:0px}
    33%     {top: 10px}
    50%     {top: 20px}
    66%     {top: 10px}
    100%    {top:0px}
}

.collection-card{
    padding: 20px;
    height: 300px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.collection-card-link{
    display: block;
    padding: 10px;
    color: black;
}

.collection-card-link:hover{
    text-decoration: none!important;
}

.collection-card-content{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    z-index: 2;
}

.collection-card-content span{
    font-size: 23px;
    color: white;
    filter: drop-shadow(2px 2px 2px black);
    line-height: 1.5;
}

.collection-card-avatar{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.recommend-product-item img{
    width: 233px;
    height: 233px;
}

.product_widget{
    text-align: center;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.05);
    padding:20px;
}

.product_carousel .item{
    padding-top: 10px;
    padding-bottom: 10px;
}

#product-detail-modal{
    padding:0!important;
    height: 100vh;
}

#product-detail-modal > .modal-dialog{
    max-width: 100%;
    margin:0!important;
}

#product-detail-modal > .modal-dialog > .modal-content{
    min-height: 100vh;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}


#product-detail-modal > .modal-dialog > .modal-content >.modal-header{
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 2;
}

.product-container{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    position: relative;
}

.product-thumbs{
    display: flex;
    align-items: center;
    width: 100%;
}

.product-thumbs .owl-carousel .owl-stage{
    display: flex;
    justify-content: center;
}

.product-preview .item img{
    max-width: 700px;
}

body.modal-open{
    height: 100vh;
}

.product-thumbs .owl-item{
    width:unset!important;
}

.product-thumbs .owl-stage{
    width: 100%!important;
}

.product-preview .owl-item{
    overflow-x: hidden;
}

.nav-children, .third-nav-children{
    display: none;
}

.menu-navbar > li > a{
    color: black;
    position: relative;
    font-weight: 900;

}

.menu-navbar > li.has-child:hover > .nav-children{
    display: block;
    position: absolute;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 13px rgba(0,0,0,0.2);
    padding: 10px 0px;
    z-index: 2;
}

.menu-navbar > li.has-child:hover > .nav-children > li.has-child:hover > .third-nav-children{
    display: block;
    position: absolute;
    padding: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 13px rgba(0,0,0,0.2);
    top: 0;
    left: 100%;
    z-index: 2;
}

.nav-children a{
    color: black;
    font-weight: 900;
}

.nav-children li{
    padding: 10px 30px;
    width: 100%;
}

.menu-navbar > li.has-child:after{
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    display: inline-block;
    padding-left: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: black;
    font-size: 10px;
}

.menu-navbar > li.has-child > .nav-children > li.has-child:after{
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    padding-left: 8px;
    vertical-align: middle;
    font-weight: 900;
    color: black;
}

.menu-mobile-list .nav-children, .menu-mobile-list .third-nav-children{
    padding: 0;
    list-style: none;
}

.menu-mobile-list > li.has-child > .nav-children, .menu-mobile-list > li.has-child > .nav-children > li.has-child > .third-nav-children{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: calc(100vh - 30px - 45px);
    background: white;
}

.border-white{
    border:1px solid white;
}

.menu-mobile-list .nav-children li, .menu-mobile-list .third-nav-children li{
    padding: 13px 15px;
}

.menu-mobile-list .nav-children li a, .menu-mobile-list .third-nav-children li a{
    font-weight: unset;
}

.menu-mobile-list > li.has-child:after{
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    display: inline-block;
    padding-left: 8px;
    vertical-align: middle;
    font-weight: 900;
    color: black;
    font-size: 12px;
}

.menu-mobile-list > li.has-child > .nav-children > li.has-child:after{
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    display: inline-block;
    padding-left: 8px;
    vertical-align: middle;
    font-weight: 900;
    color: black;
    font-size: 12px;
}

#menu-container{
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    top: -100px;
}

.post-section{
    width: 100%;
    margin-top: -50px;
    margin-bottom: 20px;
}

.post-section table{
    width: 100%;
}

.post-section table th, .post-section table td{
    padding: 5px 8px;
}

.post-section img{
    max-width: 100%;
    height: auto;
}

#menu-container.menu-sticky{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
}

#menu-container.menu-sticky .menu-navbar, #menu-container.menu-sticky .menu-navbar-mobile{
    background-color: white;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.58);
}

#menu-container.menu-sticky .menu-mobile-bar{
    background-color: black;
}

#menu-container.menu-sticky .menu-navbar .menu-logo, #menu-container.menu-sticky .menu-navbar-mobile .menu-logo{
    width: 100px;
}

.related-product-widget{
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
}

.related-product-widget::-webkit-scrollbar {
    width: 3px;
    height: 7px;
}

/* Track */
.related-product-widget::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.related-product-widget::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.related-product-widget::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.related-product-widget > a{
    color: black;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
    min-width: 150px;
    max-width: 150px;
    height: 200px;
    margin-right: 20px;
    margin-left: 20px;
}

.related-product-widget > a > .related-product-widget_item{
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    box-shadow: 0px 0px 12px #bfbfbf;
    margin-top: 10px;
}

.related-product-widget > a > .related-product-widget_item:hover{
    margin-top: 0px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.related-product-widget > a > .related-product-widget_item > .related-product-widget_header{
    height: 130px;
    background-color: white;
}

.related-product-widget > a > .related-product-widget_item > .related-product-widget_content{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.related-product-widget > a > .related-product-widget_item > .related-product-widget_content > span{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.related-product-widget > a > .related-product-widget_item > .related-product-widget_header > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.btn-fb, .btn-twitter{ width: 40px; height: 40px; border-radius: 100px; -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; }

.btn-fb, .btn-fb:hover{background-color: #1873eb; border-color: #1873eb; color: white;}
.btn-fb, .btn-fb:hover{background-color: #1873eb; border-color: #1873eb; color: white;}
.btn-twitter, .btn-twitter:hover{background-color: #1d9ceb; border-color: #1d9ceb; color: white;}
.btn-twitter, .btn-twitter:hover{background-color: #1d9ceb; border-color: #1d9ceb; color: white;}

.height-100vh{height: 100vh;}

.container-full-width{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.row-bg{
    height: 83vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-contact-item{
    color: white;
    background-color: rgba(0, 0, 0, 0.21);
    margin-bottom: 5px;
}

.home-contact-item i{
    font-size: 36px;
}

.related-post-widget{
    margin-top: 30px;
}

.related-post-item_img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/assets/public/images/no-image.jpg')!important;
    height: 210px;
}

.related-post-item_img > img{
    width: 100%;
    height: 100%;
    object-position: center;
    -o-object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.badge-taxanomy{
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
    color: rgb(21, 133, 167);
}

.related-post-title{
    font-size: 20px;
    text-align: center;
    font-weight: 900;
    letter-spacing: 2px;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    margin: 0;
}

.related-post-item_link:hover{
    text-decoration: none;
}

.latest-news-carousel img{
    object-fit: cover!important;
    object-position: center;
}

.post-list-row{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 10px 20px;
    box-shadow: 0px 0px 5px #e2e2e2;
    margin-bottom: 10px;
    color: black;
}
.post-list-row:hover{
    text-decoration: none;
}


.post-list-row > .post-list-featured-image{
    flex: 1;
    height: 160px;
}

.post-list-row > .post-list-featured-image > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
}

.post-list-row > .post-list-content{
    flex: 3;
    padding-left: 20px;
    margin-top: 15px;
}

.gallery-preloader{
    text-align: center;
}

.post-list-title{
    font-weight: 900;
}

/*Custom button*/
.btn-ct {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
  }
.btn-ct.btn-ct-3d {
    font-weight: 600;
    color: #382b22;
    text-transform: uppercase;
    /* padding: 1.25em 2em; */
    padding: 10px 25px;
    background: #fff0f0;
    border: 2px solid #b18597;
    border-radius: 0.75em;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
    transition: background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
}
.btn-ct.btn-ct-3d::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f9c4d2;
    border-radius: inherit;
    box-shadow: 0 0 0 2px #b18597, 0 0.625em 0 0 #ffe3e2;
    -webkit-transform: translate3d(0, 0.75em, -1em);
    transform: translate3d(0, 0.75em, -1em);
    -webkit-transition: box-shadow 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
    transition: box-shadow 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
}
.btn-ct.btn-ct-3d:hover {
    background: #ffe9e9;
    -webkit-transform: translate(0, 0.25em);
    transform: translate(0, 0.25em);
}
.btn-ct.btn-ct-3d:hover::before {
    box-shadow: 0 0 0 2px #b18597, 0 0.5em 0 0 #ffe3e2;
    -webkit-transform: translate3d(0, 0.5em, -1em);
    transform: translate3d(0, 0.5em, -1em);
}
.btn-ct.btn-ct-3d:active {
    background: #ffe9e9;
    -webkit-transform: translate(0em, 0.75em);
    transform: translate(0em, 0.75em);
}
.btn-ct.btn-ct-3d:active::before {
    box-shadow: 0 0 0 2px #b18597, 0 0 #ffe3e2;
    -webkit-transform: translate3d(0, 0, -1em);
    transform: translate3d(0, 0, -1em);
}
  
/*End Custom Button*/
