/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    /* CSS */
    .topbar {
        padding: 4px 0 5px !important;
        height: 34px !important;
    }
    .read_more_event {
        position: absolute;
        bottom: 1rem;
        right: 1rem;
    }
    .mobile_banner {
        display: none;
    }
    .address_business {
        width: 78%;
    }
    .title_locat {
        width: 22%;
    }
}


/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    /* CSS */
    .topbar {
        padding: 4px 0 5px !important;
        height: 34px !important;
    }
    .read_more_event {
        position: inherit;
        bottom: 1rem;
        right: 1rem;
    }
    .mobile_banner {
        display: none;
    }
    .address_business {
        width: 67%;
    }
    .title_locat {
        width: 30%;
    }
}


/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    /* CSS */
    .mobile_grid {
        display: none;
    }
    .read_more_event {
        position: inherit;
        bottom: 1rem;
        right: 1rem;
    }
    .mobile_banner {
        display: none;
    }
    .ipad_header {
        display: flex;
        align-items: center;
    }
    .header_logo {
        width: 22%;
    }
    .address_business {
        width: 60%;
    }
    .title_locat {
        width: 40%;
    }
}


/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* CSS */
    .mobile_grid {
        display: none;
    }
    .read_more_event {
        position: inherit;
        bottom: 1rem;
        right: 1rem;
    }
    .mobile_banner {
        display: none;
    }
    .address_business {
        width: 60%;
    }
    .title_locat {
        width: 40%;
    }
}


/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    /* CSS */
    .mobile_grid {
        display: none;
    }
    .read_more_event {
        position: inherit;
        bottom: 1rem;
        right: 1rem;
    }
    .desktop_banner {
        display: none;
    }
    .header-mobile-1 .top-header {
        padding: 5px;
    }
    .header-mobile-1 .top-header .logo img {
        width: 100px !important;
    }
    .search-widget.search-widget-1 {
        display: none;
    }
    button#toggle-icon {
        margin-top: 5px;
    }
    .address_business {
        width: 60%;
    }
    .title_locat {
        width: 40%;
    }
}


/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    /* CSS */
    .mobile_grid {
        display: none;
    }
    .read_more_event {
        position: inherit;
        bottom: 1rem;
        right: 1rem;
    }
    .desktop_banner {
        display: none;
    }
    .header-mobile-1 .top-header {
        padding: 5px;
    }
    .header-mobile-1 .top-header .logo img {
        width: 100px !important;
    }
    .search-widget.search-widget-1 {
        display: none;
    }
    button#toggle-icon {
        margin-top: 5px;
    }
    .address_business {
        width: 60%;
    }
    .title_locat {
        width: 40%;
    }
}
