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


/*************** ADD CUSTOM CSS HERE.   ***************/
/*#masthead {
    border-top: 6px solid #bd6344;
}*/
h1, h2, h3, h4, h5, h6{
    margin-bottom: 0.1em;
}
p{margin-bottom: 0.5em;}

#header-contact a {
    font-size: 0.95em;
    color: #65594b ;
}
#header-contact a i {
     color: #65594b!important;
}
.banner h2 {
     line-height: 1.05em !important;
}

.nav-dropdown-default {
    padding: 5px;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 1px solid #ececec;
    margin: 0 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: bold;
    color: #222;
}
.nav-dropdown-has-border .nav-dropdown {
    border: 0px solid #ddd;
}

.section-title span {
    text-transform: none;
}

@media only screen and (max-width: 67em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    #header-contact li a i {
        font-size: 12px !important;
        color: #222 !important
     }
     #header-contact a {
        font-size: 12px !important;
        color: #222 !important;
        font-weight: normal;
    }
    .social-icons {
        color: #ED5C0D;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
#header-contact a {
    font-size: 0.8em;
    color: #444 !important;
    font-weight: normal;
}
#header-contact a i {
   font-size: 18px !important;
   color: #222 !important;
}
.social-icons {
    color: #bd6344 !important;
}
.off-canvas .nav-vertical>li>a {
    padding-bottom: 15px;
    padding-top: 15px;
    color: #222;
}
.html .social-icons {
    font-size: 1em;
    color: #222;
}
.nav-vertical>li>ul li a {
    color: #111;
    transition: color .2s;
    font-size: 13px;
    border-bottom: 1px dotted #999;
}


}

/*************** FOOTER CSS HERE  ***************/
.footer-2 ul.menu>li:before, .widget>ul>li:before  {
	
	content: "" !important;
}

/* icon */
.footer-widgets .textwidget i{margin-right: 5px; font-size: 20px; }
ul.menu>li:before, .widget>ul>li:before {
    font-family: "fl-icons";
    display: inline-block;
    opacity: .6;
    margin-right: 6px;
}

/* icon */
.footer-widgets .textwidget i{margin-right: 5px; font-size: 20px;  color: #BFA183;}

.icon-map-pin-fil:before {
    content: "\e009";
}

.icon-phone:before {
    content: "\e600";
}
.icon-envelop:before {
    content: "\e003";
}


.footer-2 .widget-title{
    font-family: Lato, sans-serif !important;
	text-transform: capitalize; 
	letter-spacing: 1px;
	padding-bottom: 10px;
    font-size: 1.2em;
}
.textwidget p span {
    color: #BFA183;
}
.footer-2 h3:after {
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    background: #fff;
    left: 0;
    position: absolute;
}
.footer ul li a {
    font-size: 14px;
}
.footer-2 .widget {
    margin-bottom: 1em;
}

.footer-2 .dark .is-divider {
    background-color: #BFA183 !important;

}
.footer-2 p{
	font-size:13px;
}
.absolute-footer {
    color: #fff !important;
	font-size:14px;
	padding:10px 0 10px 0;
}
.absolute-footer a{
    color: #fff;
}

.footer-secondary {
    padding: 0;
}
#footer .back-to-top i{
    color: #fff !important;
}
#footer a#top-link {
    background: #bd6344 !important;
    border: 2px solid #fff !important;
}


.wpforms-form button[type=submit]{
    background-color: #bd6344 !important;
    padding: 0 20px !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 5px !important;
   }


   .locations li {
    display: inline-block;
    color: #fff;
    padding: 0 9px 5px;
    position: relative;
}


.primary, input[type=submit], input[type=submit].button {
    background-color: var(--fs-color-secondary);
}

ul.ux-products-list.product_list_widget {
    font-size: 13px;
}

.best-selling .col-inner ul li{
margin-left: 0.3em;
}