@media (max-width: 1200px)
{

}

@media (max-width:991px)
{
    .social, .copyright p
    {
        text-align: center;
    }
}

@media (max-width:767px)
{
    .header-right-menu {
        text-align: center;
    }

    .logo-inner {
        display: block;
        margin: 0 auto;
        background-image: url(../images/logo-black.png);
        background-repeat: no-repeat;
        position: relative;
        height: 100px;
        background-size: contain;
        background-position: center;
    }
    .blog-section
    {
        margin-bottom: 20px;
    }
    .line-text, .text-seperator
    {
        display: none;
    }
    .header
    {
        min-height: 120px;
    }

}

@media (max-width:480px)
{
    .selection-left-img img, .selection-right-img img
    {
        margin-left: auto;
        margin-right: auto;
    }
    .selection-btn {
        padding-top: 4%;
        padding-bottom: 4%;
    }
    .sort {
        float: none;
        margin-top: 20px;
    }
    .padding-top-sm 
    {
        padding-top: 0px;
    }
    .padding-bottom-sm
    {
        padding-bottom: 0px;
    }
    .header
    {
        min-height: auto;
    }

    .sticky-wrapper.is-sticky .logo-inner
    {
        height: 60px;
    }
}