/*
Theme Name: Heritage Child
Description: This is a child theme for Heritage Theme
Author: John Shrestha
Template: flatsome
Version: 3.0
*/


@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Karla:ital,wght@0,200..800;1,200..800&family=Rajdhani:wght@300;400;500;600;700&display=swap');

/*************** ADD CUSTOM CSS HERE.   ***************/
h1, h2, h3, h4, h5, h6{
    margin-bottom: 0.1em;
	font-family: Rajdhani, sans-serif !important;
}
p{margin-bottom: 0.5em;}

#top-bar p {
    font-size: 16px;
	color:#fff !important;

}
#top-bar i {
    font-size: 16px;
	margin-top:5px;
	margin-right:5px;

}

#header-contact a {
    font-size: 1.2em;
    color: #222 ;
}
#header-contact a i {
     color: #70292B !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: 18px !important;
        color: #222 !important
     }
     #header-contact a {
        font-size: 1em !important;
        color: #222 !important;
        font-weight: normal;
    }
    .social-icons {
        color: #70292B;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
#header-contact a {
    font-size: 0.8em;
    color: #444;
    font-weight: normal;
}
#header-contact a i {
   font-size: 18px !important;
   color: #222 !important;
}
.social-icons {
    color: #70292B !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  ***************/
.opening-hours span {
    width: auto;
    margin-right: 20px;
}
.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: #D9C403;}

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

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


.footer-2 .widget-title{
   
	/*text-transform: uppercase; */
	letter-spacing: 1px;
	padding-bottom: 10px;
    font-size: 1.2em;
    font-weight: 400;
}
.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: #D9C403 !important;

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


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


.wpforms-form button[type=submit]{
    background-color: #70292B !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;
}
.sector ul {
    margin-bottom: 0.3em;
}