.full-header-top,
.full-menu {
    background-color: #272727;
}
.full-header-top a {
    color: #808080;
    font-weight: 500;
}
.right-header-top .menu {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: right;
}
.right-header-top .menu li {
    padding: 10px;
    display: inline-block;
}
.full-header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-logo {
    float: left;
    max-width: 100%;
    overflow: hidden;
    max-height: 120px;
    transition: all 0.3s;
}
.header-logo a {
    float: left;
    width: 100%;
}
img.site-logo {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}
.top-right {
    margin-top: -12px;
    float: right;
}
ul.social-widget {
    list-style: none;
}
ul.social-widget li {
    display: inline-block;
}
ul.social-widget li a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
ul.social-widget li a {
    width: 35px;
    line-height: 32px;
    margin-bottom: 5px;
    border: 0;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
    background-color: #272727;
}
ul.social-widget li a:hover {
    color: #FFFFFF;
    background-color: #ff7e20;
    background-position: 5px 8px;
    padding-bottom: 10px;
}
@media only screen and (max-width: 950px) {
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 15px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 800px) {
    .right-header-top .menu li {
        padding: 4px 10px;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
        line-height: 40px;
        height: 40px;
        padding: 0px 15px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .full-header .col-lg-3{
        width: 40%;
    }
    .full-header .col-lg-9{
        width: 60%;
    }
    .full-header .top-right {
         margin-top: 0; 
         float: none; 
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
    }
    .full-header ul.social-widget {
        margin: 0;
        padding: 0;
    }
}
@media only screen and (max-width: 600px) {
    .full-header .top-right {
        justify-content: flex-end;
    }
}
@media only screen and (max-width: 550px) {
    .right-header-top .menu {
        display: none;
    }
    .col-lg-5.left-header-top {
        width: 100%;
        text-align: center;
        padding: 3px 0;
    }
    .full-header .col-lg-3,
    .full-header .col-lg-9{
        width: 50%;
    }
}
@media only screen and (max-width: 500px) {
    .full-header ul.social-widget li a{
        width: 30px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .full-header .col-lg-3, .full-header .col-lg-9 {
        width: 100%;
    }
    .header-logo {
        float: none;
        text-align: center;
    }
    img.site-logo {
        max-width: 200px;
    }
    .full-header .top-right {
        justify-content: center;
        margin-top: 10px;
    }
}