/*
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.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html:lang(vi) h1,html:lang(vi) h2,html:lang(vi) h3,html:lang(vi) h4,html:lang(vi) h5,html:lang(vi) h6, html:lang(vi).heading-font,html:lang(vi) .banner h1,html:lang(vi) .banner h2{
		 font-family: "Montserrat", sans-serif !important;
}
.header-main .nav > li > a {
    color: var(--primary-color);
}
.flickity-page-dots .dot{border-color: white;margin: 0 3px;}
    .flickity-page-dots .dot:not(.is-selected){
        margin-bottom: 6px;
        background-color: white;
    }
.flickity-page-dots .dot.is-selected{
    background-color: transparent;
    padding: 5px;
    border-width: 1px;
    box-sizing: content-box;
}
.flickity-page-dots .dot.is-selected {
    background-color: transparent !important;
    padding: 5px;
    border-width: 1px;
    box-sizing: content-box;
}
#footer .social-icons.follow-icons a {
   
    background-color: var(--primary-color) !important;
    border-radius: 50% !important;
    color: white !important;
}
.image-icon{
    margin-left: 5px;
}
.button i, button i{
	top:0
}
.menu-footer-menu{
	display: flex;
    gap: 10px;
    font-size: 95%;
	    flex-direction: row;
}
.menu-footer-menu .ux-menu-link a{
	min-height:unset
}
.wpcf7-spinner{
	display:none
}
.absolute-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 7px 0;
}
.menuft1 i.icon-angle-right {
    border: 1px solid #011f40;
    width: 14px;
    height: 14px;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.footer-primary.pull-left{
	 padding: 5px 0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.button{
	background-color: #b38e5e;
}
.menu-footer-menu .ux-menu-link a:after{
	content: '·';
    display: inline-block;
    padding-left: 10px;
    color: #333;
    font-weight: bold;
}
.menu-footer-menu .ux-menu-link:last-child a:after{
	display:none
}
.social-icons span {

    color: #011f40;
    font-size: 15px;
}
.flickity-page-dots .dot:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: white;
}
.col.post-item a.button{
	text-transform:none
}
.col.post-item a.button:after{
	content:"→";
	display:inline-block
	
}
.box-blog-post .is-divider{
	height:0
}
.flickity-prev-next-button svg, .flickity-prev-next-button .arrow{
    filter: drop-shadow(0px 0px 3px white);
    background-color: rgb(250 250 250 / 20%);
    border-radius: 50%;
}
.text-justify p {
    text-align: justify;
}
.slider-gallery .img-inner img, .dining-gallery .img-inner img {
    width: 97.5%;
}
.box-shadow-1, .box-shadow-1-hover:hover, .row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover{
	    border: 1px #e5e5e5 solid; 
	box-shadow:none
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Belleza", sans-serif;
}
[class^="icons-facs_"] {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}
.facilities .faci-item {
    display: flex;
    font-size: 14px;
    align-items: center;
}
.d-flex {
    display: flex;
}
.facilities {
    justify-content: center;
    gap: 15px;
    margin: 15px 0;
}
.facilities i{
    color: #d1a96b;
    margin-right: 5px;
    font-size: 22px;
}
.add-to-cart-button a.button{
    background-color: #b38e5e;
    text-transform: none;
}
.product-thumb{
    width: 100%;
}
h1.product-title.product_title.entry-title{
        color: #b38e5e !important;
}
p.name.product-title.woocommerce-loop-product__title{
    margin-bottom: 10px;
}
.product-section{
    border:none;
}
h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: var(--fs-color-secondary);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}
.related  .product-small.col>.col-inner{
        border: 1px #e5e5e5 solid;
    box-shadow: none;
}  
.product-small.col>.col-inner{
    height: 100%;
} 
.contact-form label {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    color: var(--primary-color);
}
.section-footer-menu {
    background-color: rgba(175, 222, 229, 0.25);
}
@media (min-width: 850px) {
	.row5>.col{
		flex-basis: 20%;
        max-width: 20%;
	}
	li.html.header-button-1{
		margin-left:39px !important
	}
}
@media (min-width: 1281px) {
    #masthead {
        margin-left: calc((100vw - 1440px) / 2);
        margin-right: calc((100vw - 1440px) / 2);
    }
}
@media (max-width: 549px){
    .slider-gallery .img-inner, .dining-gallery .img-inner{
        padding-top: 75% !important
    }
    .transparent .header-main {
        height: 70px;
    }
}