/**
 * Theme Name: Caseking ES
 * Author: cyberkishor
 * Version: 1.0
 * Template: overclockers
 */

.btn {
    background: #002d59;
    color: #fff;
    border: none;
    cursor: pointer;
}

.mode .btn-toggle.active {
    background: #f7a929 !important
}

.mode .btn-toggle:hover,
.mode .btn-toggle {
    color: #fff;
    background: #fff; }

@media (min-width: 1400px) {
    #rh-wrapper-id {
        min-height: 100.6px;
    }
}

.right-artical .post-time {
    min-width: 110px;
    width: auto;
}

header,
#rh-wrapper-id {
    background: #005493 !important;
}

header {
    min-height: 52px !important;
}

.nav-wrapper {
    align-items: center;
    border-top: 0;
    gap: 1em;
    padding: 0;
}

@media(max-width: 1020px) {
    .nav-wrapper {
        gap: 0;
    }

    .sarch-mode-wrapper button {
        border: none;
        background-color: #e5e5e5;
        color: #000;
    }
}

.contact-bar {
    background: #002d59;
}

.main-navigation ul .sub-menu {
    background-color: #002d59;
}

#search-form label .search-field {
    background: #e5e5e5;
    color: #000;
}

img.header-logo {
    height: 45px;
}

.mode .btn-toggle.active {
    background-color: #002d59;
}

#footer {
    background: #005493;
    padding-top: 40px;
    color: #cacbcb;
}

#footer a {
    color: #fff;
}

.footer-inner {
    padding: 0 20px;
    padding-bottom: 40px;
}

#footer .footer-headline {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.footer-list-item {
    display: block;
    line-height: 25px;
}

.footer-bottom {
    width: 100%;
    height: 54px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mode .btn-toggle>.handle{
    background-color: #005493 !important;
}

.col-md-6 {
    width: 50%;
}

.social-icons svg {
    height: 25px;
    fill: #fff;
    width: auto;
    margin-right: 10px;
}