/* iPad Pro (Large Tablets) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    nav ul {
        gap: 15px;
    }
    nav .row {
        gap: 25px;
    }
    .top-nav ul {
        gap: 25px;
    }
    header h2 {
        font-size: 86px;
        line-height: 86px;
    }
    section h2 {
        font-size: 72px;
    }
    .s-02 .row {
        gap: 0px;
    }
    .s-02 .row {
        gap: 0;
    }
    .s-20-1 .map {
        right: -15%;
    }
    .s-20-1 h2.bigger-text {
        font-size: 45px;
    }
    .map-container iframe {
        position: relative;
    }
    .c-slide-card-image img {
        height: 300px !important;
    }
    .single-gallery {
        margin-top: 250px;
    }
    .event-card-single {
        width: 50%;
    }
    .event-card-single .event-card-buttons .musiconly {
        width: 80%;
    }
}

/* iPad (Tablets) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-nav-list,
    .nav-buttons {
        display: none;
    }
    .mobile-nav {
        display: block;
    }
    header h2 {
        font-size: 76px;
        line-height: 76px;
    }
    section h2 {
        font-size: 62px;
    }
    .s-02 .row {
        gap: 0px;
    }
    section h2 {
        padding-bottom: 50px;
    }
    footer .row {
        gap: 50px;
    }
    footer p,
    footer a {
        font-size: 14px;
        line-height: 1.5;
    }
    .dropdown i {
        margin-left: 10px;
    }
    .current-events .events-cards {
        grid-template-columns: 1fr 1fr;
    }
    .event-card-buttons .btn-img {
        padding: 8px;
    }
    .section-header-bg {
        max-width: 95%;
    }
    .s-20-1 h2.bigger-text {
        font-size: 32px;
    }
    .s-20-1 .map {
        right: -25%;
    }
    .tree-divider {
        margin-top: 100px;
    }
    .map-container iframe {
        border: 0;
        border-radius: 50px;
        position: relative;
        width: 350px;
        right: -25px;
    }
    .c-slide-card-image img {
        height: 300px !important;
    }
    .single-gallery {
        margin-top: 250px;
    }
    .event-card-single {
        width: 50%;
    }
    .event-card-single .event-card-buttons .musiconly {
        width: 60%;
    }
}

/* Mobile Landscape */
@media (min-width: 560px) and (max-width: 767.98px) {
    .main-nav-list,
    .nav-buttons {
        display: none;
    }
    .mobile-nav {
        display: block;
    }
    nav .nav-logo {
        flex: 1;
    }
    p {
        font-size: 15px;
    }
    .top-nav {
        padding: 10px 0px;
    }
    .top-nav ul {
        gap: 25px;
    }
    header h2 {
        font-size: 42px;
        line-height: 1.5;
    }
    section h2 {
        font-size: 48px;
        padding-bottom: 25px;
    }
    section.s-01 {
        padding: 50px 0;
        padding-bottom: 125px;
    }
    .events-cards {
        gap: 10px;
    }
    .event-card-image img {
        min-width: 290px;
    }
    .event-card-02 {
        min-width: 290px;
        height: 350px;
    }
    .event-card-buttons .btn-img {
        display: flex;
        padding: 10px 20px;
        justify-content: center;
    }
    .s-02 .sun {
        left: 25px;
        right: unset;
    }
    .s-02 .row {
        gap: 0px;
        flex-direction: column;
    }
    .s-03 h2 {
        padding-bottom: 25px;
    }
    .input-container {
        margin-top: 15px;
    }
    .s-03 {
        padding: 50px 0;
    }
    footer {
        padding: 50px 0;
    }
    .footer-left {
        text-align: center;
    }
    .footer-left img {
        margin-bottom: 25px;
        width: 150px;
    }
    footer .row {
        row-gap: 30px;
    }
    footer .blocks-row {
        display: flex;
        justify-content: space-between;
        gap: 25px;
        padding: 25px 0 0;
    }
    .footer-right {
        display: flex;
    }
    .footer-right > div {
        flex: 1;
    }
    .footer-right ul {
        margin: auto;
        text-align: left;
        margin-bottom: 30px;
        margin-left: 0;
    }
    footer a {
        font-size: 15px;
    }
    .footer-left p {
        font-size: 12px;
    }
    .input-container button {
        padding-right: 25px;
        padding-left: 25px;
    }
    header .page-header-content h1 {
        font-size: 54px;
        line-height: 1.25;
    }
    header .page-header-content {
        bottom: 50px;
    }
    .filter {
        flex-direction: column;
    }
    .dropdown p {
        position: relative;
        top: -5px;
    }
    .dropdown-btn {
        padding: 8px 15px;
        font-size: 16px;
        width: 100%;
        text-align: left;
    }
    .search-container {
        width: 100%;
    }
    .dropdown i {
        margin-left: 0;
        position: absolute;
        right: 10px;
    }
    .current-events .events-cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .event-card-buttons .btn {
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-content-header {
        padding: 0 25px;
    }
    .page-content-header h2 {
        font-size: 36px;
    }
    .page-content-header a {
        font-size: 18px;
    }
    .event-gallery-items .item img {
        height: 300px;
    }
    .event-gallery-items {
        gap: 15px;
        width: 110%;
        left: -5%;
        position: relative;
    }
    .event-gallery {
        padding-bottom: 60px;
    }
    .s-07 {
        padding: 50px 0 0px 0;
    }
    .s-20 {
        padding: 50px 0;
    }
    .s-20 .row {
        flex-direction: column;
        gap: 0;
    }
    .accordion {
        margin-bottom: 25px;
    }
    .section-header-bg {
        max-width: 90%;
        height: 400px;
    }
    .section-header-bg h2 {
        padding: 25px;
        bottom: 50px;
    }
    .s-20 .section-content {
        padding: 35px 0 0;
    }
    .s-20-1 h2.bigger-text {
        font-size: 28px;
        padding-bottom: 50px;
    }
    .s-20-1 .map {
        position: relative;
        height: auto;
        width: 1550%;
        object-fit: contain;
        object-position: left;
        right: -25px;
    }
    .s-20-2 {
        padding: 50px 0 0;
    }
    .gallery-number {
        position: absolute;
        right: 25px;
        padding: 0;
        bottom: 75px;
    }
    .gallery-full-view {
        padding: 15px;
    }
    .gallery-links a {
        font-size: 18px;
    }
    .gallery-links img {
        height: 15px;
    }
    .gallery-links {
        gap: 25px;
    }
    .slick-slide {
        width: 100% !important;
    }
    footer .row > div {
        flex: 100%;
    }
    .map-container iframe {
        border: 0;
        border-radius: 50px;
        position: relative;
        width: 100%;
        right: 0;
    }
    .single-gallery {
        margin-top: 200px;
    }
    .event-card-single {
        width: 70%;
    }
    .event-card-single .event-card-buttons .musiconly {
        width: 100%;
    }
}

/* Desktops & Larger Screens */
@media (min-width: 1200px) {
}

/* Mobile Portrait & Smaller Screens */
@media (max-width: 559.98px) {
    .single-gallery {
        margin-top: 200px;
    }
    .main-nav-list,
    .nav-buttons {
        display: none;
    }
    .mobile-nav {
        display: block;
    }
    nav .nav-logo {
        flex: 1;
    }
    p {
        font-size: 15px;
    }
    .top-nav {
        padding: 10px 0px;
    }
    .top-nav ul {
        gap: 25px;
    }
    header h2 {
        font-size: 42px;
        line-height: 1.5;
    }
    section h2 {
        font-size: 48px;
        padding-bottom: 25px;
    }
    section.s-01 {
        padding: 50px 0;
        padding-bottom: 125px;
    }
    .events-cards {
        gap: 10px;
    }
    .event-card-image img {
        min-width: 290px;
    }
    .event-card-02 {
        min-width: 290px;
        height: 350px;
    }
    .event-card-buttons .btn-img {
        display: flex;
        padding: 10px 20px;
        justify-content: center;
    }
    .s-02 .sun {
        left: 25px;
        right: unset;
    }
    .s-02 .row {
        gap: 0px;
        flex-direction: column;
    }
    .s-03 h2 {
        padding-bottom: 25px;
    }
    .input-container {
        margin-top: 15px;
    }
    .s-03 {
        padding: 50px 0;
    }
    footer {
        padding: 50px 0;
    }
    .footer-left {
        text-align: center;
    }
    .footer-left img {
        margin-bottom: 25px;
        width: 150px;
    }
    footer .row {
        row-gap: 30px;
    }
    footer .blocks-row {
        display: flex;
        justify-content: space-between;
        gap: 25px;
        padding: 25px 0 0;
    }
    .footer-right {
        display: flex;
    }
    .footer-right > div {
        flex: 1;
    }
    .footer-right ul {
        margin: auto;
        text-align: left;
        margin-bottom: 30px;
        margin-left: 0;
    }
    footer a {
        font-size: 15px;
    }
    .footer-left p {
        font-size: 12px;
    }
    .input-container button {
        padding-right: 25px;
        padding-left: 25px;
    }
    header .page-header-content h1 {
        font-size: 54px;
        line-height: 1.25;
    }
    header .page-header-content {
        bottom: 50px;
    }
    .filter {
        flex-direction: column;
    }
    .dropdown p {
        position: relative;
        top: -5px;
    }
    .dropdown-btn {
        padding: 8px 15px;
        font-size: 16px;
        width: 100%;
        text-align: left;
    }
    .search-container {
        width: 100%;
    }
    .dropdown i {
        margin-left: 0;
        position: absolute;
        right: 10px;
    }
    .current-events .events-cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .event-card-buttons .btn {
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-content-header {
        padding: 0 25px;
    }
    .page-content-header h2 {
        font-size: 36px;
    }
    .page-content-header a {
        font-size: 18px;
    }
    .event-gallery-items .item img {
        height: 300px;
    }
    .event-gallery-items {
        gap: 15px;
        width: 110%;
        left: -5%;
        position: relative;
    }
    .event-gallery {
        padding-bottom: 60px;
    }
    .s-07 {
        padding: 50px 0 0px 0;
    }
    .s-20 {
        padding: 50px 0;
    }
    .s-20 .row {
        flex-direction: column;
        gap: 0;
    }
    .accordion {
        margin-bottom: 25px;
    }
    .section-header-bg {
        max-width: 95%;
        height: 400px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .section-header-bg h2 {
        padding: 25px;
        bottom: 50px;
    }
    .s-20 .section-content {
        padding: 35px 0 0;
    }
    .s-20-1 h2.bigger-text {
        font-size: 28px;
        padding-bottom: 50px;
    }
    .s-20-1 .map {
        position: relative;
        height: auto;
        width: 1550%;
        object-fit: contain;
        object-position: left;
        right: -25px;
    }
    .s-20-2 {
        padding: 50px 0 0;
    }
    .gallery-number {
        position: absolute;
        right: 25px;
        padding: 0;
        bottom: 75px;
    }
    .gallery-full-view {
        padding: 15px;
    }
    .gallery-links a {
        font-size: 18px;
    }
    .gallery-links img {
        height: 15px;
    }
    .gallery-links {
        gap: 25px;
    }
    .slick-slide {
        width: 100% !important;
    }
    footer .row > div {
        flex: 100%;
    }
    .gallery-pagination .row {
        justify-content: center;
        flex-direction: column;
        gap: 25px;
        display: inline-flex;
    }
    .map-container iframe {
        border: 0;
        border-radius: 50px;
        position: relative;
        width: 100%;
        right: 0;
    }
    footer .block-01 p {
        margin-left: 0;
    }
    .c-slide-card-container {
        min-height: auto;
    }
    .desktop-tag-filter {
        display: none !important;
    }
    .mobile-tag-filter {
        display: block !important;
    }
    .tag-filter {
        padding-bottom: 50px;
    }
    .category-events header {
        background-position: 80% !important;
    }
    header h2 {
        line-height: 1.15;
    }
    .sticky-ad {
        bottom: 0;
    }
    .sticky-ad img {
        width: 100%;
    }
    .tree-divider {
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .event-card-single {
        width: 90%;
    }
    .event-card-single .event-card-buttons .musiconly {
        width: 100%;
    }
}
