/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {

    #sub_menu1 { display: none; }
    #sub_menu2 { display: block; }

    .homepage-home-slider__subtitle { display: none; }
    .homepage-header-categories { display: none; }


    .entry-content {
        overflow: scroll;
    }
    .logo-footer {
        width: 100%;
    }
    .hide-sm { display: none; }
    .show-sm { display: block; }

    .page-left-sidebar {
        clear: both;
        padding-bottom: 20px;
    }

    .header_second_logo {
        width: 50%;
        top: -74px;
        position: relative;
    }
    .header_second_logo {
        margin-right: -10px;
    }

    .footer-signup .button {
        width: 100%;
    }
    .footer-signup__title {
        font-size: 21px;
        margin-bottom: 40px;
    }
    .homepage-home-slider {
        margin-top: 20px;
    }
    
}

@media only screen and (max-width: 467px) {
    .button{
        margin: 4px 0;
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 997px) {
  .custom-page-left-sidebar {
    order: 1;
    margin-bottom: 20px;
    flex-basis: 100%;
  }
}