/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face{font-family:'VLBazaART';src:url('fonts/VLBazaART.ttf') format('truetype');}
@font-face{font-family:'CRIMSONTEXT-REGULAR';src:url('fonts/CRIMSONTEXT-REGULAR.TTF') format('truetype');}
@font-face{font-family:'Montserrat-Medium';src:url('fonts/Montserrat-Medium.ttf') format('truetype');font-weight: 500;font-display: swap; }
@font-face{font-family:'Montserrat-Light';src:url('fonts/Montserrat-Light.ttf') format('truetype');}
@font-face{font-family:'Quicksand-Bold';src:url('fonts/Quicksand-Bold.ttf') format('truetype');}
@font-face{font-family:'Quicksand-Regular';src:url('fonts/Quicksand-Regular.ttf') format('truetype');}
@font-face{font-family:'Quicksand-SemiBold';src:url('fonts/Quicksand-SemiBold.ttf') format('truetype');}
@font-face{
    font-family:"Line Awesome Free";
    font-style:normal;
    font-weight:900;
    font-display:auto;
    src:url(fonts/la-solid-900.eot);
    src:url(fonts/la-solid-900.eot?#iefix) format("embedded-opentype"),
    url(fonts/la-solid-900.woff) format("woff"),
    url(fonts/la-solid-900.ttf) format("truetype"),
    url(fonts/la-solid-900.svg#lineawesome) format("svg")
}
.la, .las {
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-style: normal;
}
.la-heart:before {
    content: "\f004";
}
*{
    transition: all .2s linear;
}
body{
	max-width: 1600px;
    font-size: 18px;
	margin:auto;
	font-family: 'Montserrat-Light';
}
.h1, .h2, .h3, h1, h2, h3,.h4, .h5, .h6, h4, h5, h6{
	font-family: 'Montserrat-Medium';
	font-weight: normal;
}
.text-center{
	text-align: center;
}
.header-main .nav > li > a{
    font-size: 16px;
}
.title_home h2{
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 50px;
	font-family:'VLBazaART';
	margin-bottom: 50px;
    position: relative;
}
.title_home h2:after{
    position: absolute;
    content:'';
    width: 100px;
    height: 2px;
    background-color: #686766;
    left:calc(50% - 50px);
    top:80px;
}
.title_home p{
    margin-bottom: 30px;
    line-height: 1.5;
}
.page-wrapper .entry-title{
    text-transform: uppercase;
    font-size: 30px;
}
.is-divider{
    display: none;
}
.page-wrapper .entry-content{
    border: 1px solid #d1d1d1;
    padding: 15px;
    margin-top:50px;
    margin-bottom: 50px;
    overflow: hidden;
}
.blog-wrapper .page-title{
    text-transform: uppercase;
    font-size: 30px;
    color: #686766;
    line-height: 40px;
}
.post-item .col-inner{
    padding: 5px;
    text-align: center;
    box-shadow: 0px 0px 8px 2px #999;
}
.post-item .col-inner .box-text{
    padding:0px;
}
.post-item .col-inner .box-text .post-title{
    text-transform: uppercase;
    color: #333;
    font-size: 20px;
    line-height: 40px;
    font-family: 'Quicksand';
    width: 100%;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
.post-item .col-inner .box-text .from_the_blog_excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
}
.blog-single.page-wrapper .entry-content{
    margin-top:0px;
} 
.post-item .col-inner .box-image img{
    transition: 0.3s all ease;
}
.post-item .col-inner .box-image img:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.masonry-gallery {
    column-count: 2;
    column-gap: 20px;
    margin-top: 20px;
}

.gallery-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    opacity: 0;
    padding:0px;
    animation: fadeIn .5s forwards;
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: .4s ease;
}
.fancybox__content img {
    transform: none !important;
    transition: none !important;
}
.item_service {
    background-color: #fff;
    margin-left: 0px;
    margin-right: 0px;
    padding: 5px;
    text-align: center;
    box-shadow: 0px 0px 8px 2px #999;
    margin-top: 30px;
    margin-bottom: 0px;
}
.image_service {
    position: relative;
    width: 100%;
    height: 276px;
    overflow: hidden;
}
.image_service img {
    height: 276px;
    width: 100%;
    object-fit: cover;
}
.album-i {
    background: #686766;
    border: 2px #fff solid;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    margin: -22px auto 0;
    position: relative;
}
.mask {
    opacity: 0.3;
    overflow: visible;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.album-i i {
    width: 45px;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
}
.item_service h3 a {
    font-size: 20px;
    color: #686766;
    line-height: 70px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    font-family: "Quicksand-Regular";
    text-transform: uppercase;
}
.image_service:hover .mask {
    opacity: 1;
    background: rgba(255, 255, 255, 0.8) url(images/logohover.png) no-repeat center center;
    background-size: 150px 150px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px 150px;
    -o-background-size: 150px 150px;
}
.section-title b{
    display: none !important;
}
.section-title span{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 30px;
    color: #686766;
    line-height: 40px;
}
.page-template .section-title{
    display: block;
}
.list_page .page-col .col-inner{
    background-color: #fff;
    padding: 5px;
    text-align: center;
    box-shadow: 0px 0px 8px 2px #999;
}
.list_page .page-col .col-inner .box-image{
    position: relative;
    width: 100%;
    height: 276px;
    overflow: hidden;
}
.list_page .page-col .col-inner .box-image img {
    transition: 0.3s all ease;
    height: 276px;
    width: 100%;
    object-fit: cover;
}
.list_page .page-col .col-inner .box-image img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.list_page .page-col .col-inner .box-text .box-text-inner p{
    text-transform: uppercase;
    color: #333;
    font-size: 20px;
    line-height: 40px;
    font-family: 'Quicksand-SemiBold';
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
}
#footer #accordion .accordion-item .accordion-title{
    font-family: 'Montserrat-Medium';
    color: #686766;
    font-size: 18px;
    text-align: left;
    padding-left: 0px;
    border: none;
    background-color: transparent !important;
    padding-bottom: 25px;
    font-weight: normal !important;
}
#footer #accordion .accordion-inner{
    text-align: left;
    padding: 0px;
    padding-left: 20px;
    padding-bottom: 10px;
}
#footer #accordion .accordion-inner p{
    color: #686766;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'Montserrat-Light';
    line-height: 1.5;
}
#footer .title_home p{
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 50px;
    font-family: 'VLBazaART';
    line-height: 1;
    margin-bottom: 60px;
}
.block_footer{
    display: none;
}
.copyright{
    font-family: 'Montserrat-Light';
    color: #686766;
    float: left;
    line-height: 1.5;
}
.logo_footer img{
    height: 85px;
    width: 57px;
}
body .btn_viewnow {
    color: #686766 !important;
    position: absolute;
    width: 182px;
    height: 47px;
    line-height: 47px;
    text-transform: capitalize;
    z-index: 99;
    display: block;
    bottom: 100px;
    left: calc(50% - 90px);
    text-align: center;
    background-size: 100% 100%;
    line-height: 45px;
    font-family: 'Montserrat-Light';
    background-color: #e7e1df !important;
    font-weight: normal;
    font-size: 18px;
    border:none;
    box-shadow:inherit !important;
}
body .btn_viewnow:hover{
    color: #fff !important;
    background-color: #c3a196 !important;
    text-decoration: none !important;
    background-image: none;
}
.flickity-prev-next-button{
    width: 90px;
}
.nav-dots-small .flickity-page-dots .dot, .row-slider .flickity-page-dots .dot {
    background-color: #f5f3f3;
    border: 0;
    height: 10px;
    opacity: 1;
    width: 60px;
    height: 14px;
    border-radius: initial;
}
.flickity-page-dots .dot.is-selected {
    background-color: #e7e1df;
    opacity: 1 !important;
}
.list_price .page-col .col-inner{
    border: 1px solid #696969;
    text-align: center;
    padding: 130px 100px;
    height: 425px;
}
.list_price .page-col .col-inner .box-text-inner p{
    text-transform: uppercase;
    font-family: 'Montserrat-Medium';
    line-height: 1.3;
    margin-bottom: 40px;
    font-size: 30px;
    color:#333;
}
.list_price .page-col .col-inner .box-image{
    display: none;
}
.list_price .flickity-button{
    display: none !important;
}
.list_price .flickity-page-dots{
    bottom:-10px;
}
.sec_price .section-bg.bg-loaded{
    background-size: 100% auto !important;
    background-position: top !important;
}
.btn_viewmore{
    color: #686766 !important;
    width: 182px;
    height: 47px;
    text-transform: capitalize;
    z-index: 99;
    display: block;
    bottom: 100px;
    left: calc(50% - 90px);
    text-align: center;
    background-size: 100% 100%;
    line-height: 45px;
    font-family: 'Montserrat-Light';
    background-color: #e7e1df !important;
    font-weight: normal;
    font-size: 18px;
    border: none;
    box-shadow: inherit !important;
}
.btn_viewmore:hover{
    color: #fff !important;
    background-color: #c3a196 !important;
    text-decoration: none !important;
    background-image: none;
}
.bg_review img{
    width: 85%;
    height: inherit;
    float: right;
}
.sec_review{
    margin-top:-78%;
    height: 800px;
}
.sec_review .title_home h2:after{
    display: none;
}
/* Responsive */ 
.slider_review .flickity-page-dots .dot, .slider_review .flickity-page-dots .dot {
    background-color: #f5f3f3 !important;
    border: 0;
    height: 10px;
    opacity: 1;
    width: 60px;
    height: 14px;
    border-radius: initial;
}
.slider_review .dot.is-selected {
    background-color: #e7e1df !important;
    opacity: 1 !important;
}
.slider_review .flickity-page-dots{
    width: 100%;
    left: 0px;
    bottom:-50px;
}
.list_wedding {
    width: 100% !important;
}
.list_wedding ul {
    top: 0px !important;
}
.list_wedding ul li {
    /* box-shadow: 0px 0px 15px #888 !important; */
    overflow: inherit !important;
}
.list_wedding ul li img {
    object-fit: cover !important;
}
.sec_wedding .btn_viewnow {
    bottom: -100px;
    opacity: 0;
}
.sec_wedding .active .btn_viewnow{
    opacity: 1;
}
.mfp-container{
    height: initial;
}
.row_menu {
    border: 1px solid #d1d1d1;
    margin: 5px;
}
.row_menu a.button{
    line-height: 37px;
    border:none;
    border-right: 1px solid #d1d1d1;
    display: block;
    height: 35px;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}
.row_menu a.button.is-outline{
    color: #575454;
}
.sidebar-menu .header-block{
    display: block;
}
.sub_menu a.button{
    margin-bottom: 0px;
    width: 100%;
    font-size: 11px;
    margin-top: 10px;
    font-weight: bold;
    height: 35px;
    line-height: 32px;
    border-radius: 4px;
        
}
.sub_menu a.button.is-outline{
    background: #f2f2f2;
    color: #575454;
    border: 1px solid #ccc;
}
.off-canvas .sidebar-menu{
    padding:0px;
}
.logo_mobile img{
    height: 90px;
    width: initial;
}
@media(max-width: 991px){
    .masonry-gallery {
        column-count: 3;
    }
}

@media(max-width: 767px){
    .masonry-gallery {
        column-count: 2;
    }
}

@media(max-width: 480px){
    .masonry-gallery {
        column-count: 1;
    }
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .title_home h2{
        margin-bottom: 30px;
        line-height: 1.2;
        font-size: 30px;
    }
    .title_home h2:after{
        top: 50px;
    }
    .list_price .page-col .col-inner .box-text-inner p{
        font-size:24px;
    }
    .list_price .page-col .col-inner{
        height: 250px;
        padding: 20px;
        margin-top:30px;
    }
    .sec_review{
        height: inherit;
        margin-top: 0px;
        padding-bottom: 0px !important;
    }
    .sec_review .col{
        padding-bottom: 0px !important;
    }
    #footer .title_home p{
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .list_price .flickity-page-dots{
        bottom: -45px;
        -index: 9;
    }
}