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

/*************** ADD CUSTOM CSS HERE.   ***************/
/*** HEADER BOTTOM ***/
#wide-nav .nav.header-nav > li.header-social-icons {
    background: #000;
    padding: 0 25px;
    line-height: 55px;
}
#wide-nav .nav.header-nav .social-icons > a {
    margin: 0 15px;
}
/*** HOME ***/
.ss-about h2 {
    padding-left: 25px;
    border-left: 5px solid #bda87f;
    font-size: 45px;
}
.mh-col-background-services .col-inner {
    background-image: url(/wp-content/uploads/2020/04/web171-banner-cam-ket.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
/*** SIDEBAR ***/
aside.widget .product-categories>li>a {
    font-size: 15px;
}
aside.widget .product-categories > li > a::before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-right: 5px;
    color: #bba67f;
    font-size: 13px;
}
aside.widget .is-divider {
    height: 2px;
    min-width: 80px;
    margin: 10px 0;
}
.is-divider {
    background-color: #bca77f;
}
aside.widget .recent-blog-posts-li a {
    font-size: 14px;
}
aside.widget li {
    border-top: 0 !important;
}
/*** PAGE CONTACT ***/
.ss-contact ul li {
    list-style: none;
    margin-left: 0;
}
.ss-contact ul li i {
	color: #bda87f;
}
/*** FOOTER ***/
.mh-footer-col {
    padding-bottom: 0 !important;
}
#footer .widget-title {
    font-size: 14px;
    font-weight: normal;
}
#footer ul li {
    border: none;
    font-size: 13px;
    color: #9c9c9c;
}
/*** CUSTOM TITLE ***/
.ss-title h1 {
	margin-bottom: 0;
}
.section-title-center b {
    background: transparent;
}
.section-title-container {
	margin-bottom: 0;
}
.wt-separator-outer {
    display: flex;
    justify-content: center;
}
.wt-separator-outer .wt-separator {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(0,0,0,0.8);
    position: relative;
}
.wt-separator-outer .separator-left {
    height: 3px;
    position: absolute;
    top: 50%;
    width: 70px;
    margin-top: -1px;
    background-color: #bca77f;
    left: -80px;
}
.wt-separator-outer .separator-right {
    height: 3px;
    position: absolute;
    top: 50%;
    width: 70px;
    margin-top: -1px;
    background-color: #bca77f;
    right: -80px;
}
/*** CUSTOM PRICE ***/
.price .woocommerce-Price-amount.amount {
    color: #bda87f;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}