/*
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.   ***************/






.header-top li a {
    color: #fff !important;
    font-size: 14px;
}
.header-top li a:hover {
    color: #d81f27 !important;
}
.header-main .header-inner {
    max-width: 1180px !important;
}
.header-main .header-inner .nav-left {
    justify-content: flex-end;
}
.header-main .header-inner .nav-left li {
    padding-right: 8px;
}





.foot-menu a {
    color: #99a1af;
    line-height: 14px;
    font-size: 14px;
    margin-left: 14px;
}
.foot-menu a:hover {
    color: #d81f27 !important;
}
.foot-menu a:before {
    content: "●";
    position: absolute;
    left: 0px;
    color: #d81f27;
    font-size: 12px;
}
.foot-title h3 {
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    border-bottom: 1px solid #3e4243;
}
.copyright-footer {
    color: #99a1af;
}
.absolute-footer {
    border-top: 1px solid #3e4243;
}
.foot-icon .icon-box-text h6 {
    font-size: 14px;
    line-height: 24px;
    color: #99a1af;
    text-transform: none;
	font-weight: 100;
}
.footer-wrapper a.plain:hover h6 {
    color: #d81f27 !important;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}