/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1500px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {


}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {

}

/* New Responsive CSS */

/* Extra large devices (large desktops, 1800px and up) */
@media only screen and (min-width: 768px) and (max-width: 1800px) {

}

/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1500px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {

}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {

}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {

}
/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {

}

@media only screen and (min-width: 400px) and (max-width: 575px){

    .header-wrapper{
        left: 50%;
        top: 40%;
        width: 90%;
    }
    .header-wrapper.menu-opened{
        height: 92svh!important;
        transform: translateX(-50%);
    }
    .git-button h4{
        font-size: 15px;
        margin-top: 5px
    }
    .git-button p > a{
        font-size: 13px;
    }
    .git-button p{
        font-size: 13px;
    }
    .site-navigation.fullscreen .menu.main-menu{
        top: 12%;
    }
    .social-list li{
        line-height: 25px;
    }
    .footer-menu ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .footer-menu ul li{
        padding: 5px;
        font-size: 12px;
        float: left;
    }

    .footer-menu ul li a {
        float:left;
    }

    .footer-logo > img{
        width: 60%;
    }
    .footer-widget .big-button a{
        font-size: 23px!important;
    }
    .footer_brand{
        padding-left: 10px;
    }
    .footer_menu{
        padding: 0;
        float: left;
    }
}

@media only screen and (min-width: 320px) and (max-width: 399px) and (orientation: portrait) {
    .header-wrapper{
        left: 50%;
        top: 40%;
        width: 90%;
    }
    .header-wrapper.menu-opened{
        height: 92svh!important;
        transform: translateX(-50%);
    }
    .git-button h4{
        font-size: 14px;
        margin-top: 5px;
        line-height: 22px;
    }
    .git-button p > a{
        font-size: 13px;
    }
    .git-button p{
        font-size: 13px;
    }
    .site-navigation.fullscreen .menu.main-menu{
        top: 10%;
    }
    .social-list li{
        line-height: 25px;
    }
    .footer-menu ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .footer-menu ul li{
        padding: 5px;
        font-size: 12px;
        float: left;
    }

    .footer-menu ul li a {
        float:left;
    }
    .footer-logo > img{
        width: 60%;
    }
    .footer-widget .big-button a{
        font-size: 23px!important;
    }
    .footer_brand{
        padding-left: 10px;
    }
    .footer_menu{
        padding: 0;
    }
}

@media only screen and (min-width: 300px) and (max-width: 320px) and (orientation: portrait) {
    .menu-widget-right, .menu-widget-left{
        display: none;
        visibility: hidden;
    }

}
@media screen and (min-width: 1500px) and (orientation: landscape){

}
