﻿.salehl {
    color: #ba3a22 /* #f68773*/ !important;
}

.menumob > li > a {
    position: relative;
    z-index: 10;
    display: block;
    padding: 15px 20px 15px 0;
    line-height: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #999;
    text-transform: capitalize;
}

    .menumob > li > a:hover {
        padding-left: 5px;
        color: #ba3a22 /* #f68773*/;
    }

.logoimg {
    width: 192px;
}


.searchbtn {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    width: 40px;
    height: 40px;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.visually-hidden {
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

figure p {
    color: #707070 !important
}

.text-white {
    background-color: #808080;
    opacity: 0.4;
}

.social_contrast {
    color: #404040 !important
}

.title_contrast {
    color: #737373 !important
}

.social_contrastwhite {
    color: #fff !important
}



.search-overlay .search-overlay-content .input-box input {
    font-size: 67px;
    border: none;
    border-bottom: 2px solid #222222;
    background: none;
}




@media only screen and (max-width: 799px) {
    a.scroll-top {
        right: 19px !important;
        bottom: 70px !important;
        width: 41px !important;
        height: 41px !important;
        line-height: 41px !important;
    }

}
@media only screen and (min-width: 800px) {
    a.scroll-top {
        right: 39px !important;
        bottom: 85px !important;
        width: 41px !important;
        height: 41px !important;
        line-height: 41px !important;
    }
}


.header-separator {
    color: rgb(97,97,97) !important;
    background-color: rgb(255, 255, 255) !important;
}
