::selection {
	background: #d9ab5e;
	color: #0a0406;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.dropdown-icon {
    height: 45px !important;
    width: auto !important;
    border: #333741 1px solid !important;
    border-radius: 10px !important;
    padding: 10px !important;	
}

.featured-btn-nav {
	text-transform: uppercase;
}

.page-container {
	width: 100%;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
}

/* Tablet */
@media (max-width: 1024px) {
	.page-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.page-container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.line-up-background {
    background-image: url(http://localhost:10109/wp-content/uploads/2024/08/CITY_NIGHT-2-_1_.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 30px;	
    position: relative;
}

.line-up-background:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 80%,#000000 100%);
    pointer-events: none;
}

.hero-title {
    text-transform: uppercase;
}

.newsletter-section .gfield--type-submit .gform-button {
	font-family: "Gotham", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	min-height: 59px;
	padding: 20px 40px;
	background-color: #000;
	color: #fff;
}
.newsletter-section .gfield--input-type-email input{
    font-family: "Gotham", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    min-height: 59px;
    padding: 7px 20px;border: none;
  border-radius: 0;
}
.newsletter-section .gform_wrapper #gform_1 {
	color: #fff;
}
.newsletter-section .gfield_label.gform-field-label {
	display: none;
}
.newsletter-section .gfield--input-type-html {
  order: 1;
}
.newsletter-section .gform_fields{
  display: flex;
  flex-direction: column;
}
.newsletter-section .gfield {
	margin-bottom: 10px;
}
.newsletter-section #gform_confirmation_wrapper_1 {
	color: #fff;
}
.newsletter-block{width:100%;}
.newsletter-section .gform_validation_errors{
    display:none;
}
.newsletter-section .gfield.gfield--input-type-email{display: flex;  flex-direction: column;}

.newsletter-section .gfield_description.validation_message {
	order: 1;
}
@media screena and (max-width:767px){
    .newsletter-section .gfield--type-submit .gform-button {
        width: 100%;
    }
}


.venues-hero-section{
    position: relative;
    height: 300px;
}
.venues-hero-section img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.venues-section {
    padding: 96px 0;
    position: relative;
    color: #fff;
}

.venues-container {
    width: 100%;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.venues-header {
    margin-bottom: 10px;
}

.venues-title {
    font-family: "Knockout HTF50", Sans-serif;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}

.venues-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 20px;
}

.venue-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    background-color: #161616;
}

.venue-card__content {
    flex-grow: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.venue-card__content *{
    text-decoration: none !important;  
}
.venue-card__image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #333333;
}

.venue-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.venue-card__title_main{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.venue-card__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
    display: inline-block;
    color: #FFFFFF;
    font-family: "Knockout HTF50", Sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    flex: 1 0 auto;
    flex-shrink: 1;
}

.venue-card__about {
    margin-bottom: 20px;
}

.venue-card__about h3 {
    font-family: "Knockout HTF50", Sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 7px;
}

.venue-card__description {
    color: #FFFFFF;
    font-family: "Gotham", Sans-serif;
    font-size: 18px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.5em * 3);
    line-height: 1.5em;
}

.venue-card__description p {
    margin: 0;
}

.venue-card__details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
}

.venue-detail {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: inherit;
    text-decoration: none;
    color: #FFFFFF;
    font-family: "Gotham", Sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
}

.venue-detail:hover{
    text-decoration: none;
    color: #d9ab5e;
}

.venue-detail__icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: relative;
    top: 4px;
}

.venue-card__website {
    margin-top: auto;
    display: flex;
    padding: 10px 0px;
}

.venue-button {
background-color: #02010100;
    align-self: flex-start;
    font-family: "Knockout HTF50", Sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    padding: 8px 16px 8px 16px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    flex-direction: row;
    box-shadow: none;
    text-decoration: none;
}
.venue-button:hover{
    background-color: #d9ab5e;
    color: #000000;
    border-color: #d9ab5e;
}

.venue-card__social {
    display: flex;
    gap: 7px;
}

.venue-card__social a {
        display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    background: rgb(255 255 255 / 5%);
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #353535;
}

.venue-card__social a:hover {
    background: #d9ab5e;
    color: #000;
}

.venues-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 60px;
}

.venues-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    color: inherit;
    text-decoration: none;
    border: 1px solid currentColor;
}

.venues-pagination .page-numbers.current {
    color: #fff;
    background: #000;
}

.venues-empty {
    padding: 60px 0;
}
.custom-menu .e-n-menu-title-container.e-focus.e-link.active span {
	color: #D9AB5E !important;
}
#elementor-popup-modal-4117 {display:none;}
body.no-scroll{
    overflow:hidden;
}
@media (max-width: 1024px) {
    .venues-hero-section{
        height: 200px;
    }
    .venues-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .venues-section{
        padding: 64px 0;
    }
}

@media (max-width: 767px) {

    .venues-hero-section{
        height: 150px;
    }

    .venues-section {
        padding: 50px 0;
    }

    .venues-grid {
        grid-template-columns: 1fr;
    }

    .venues-pagination {
        margin-top: 40px;
    }
    .custom-menu {
        display: block !important;
        position: fixed;
        background: #0a0406;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: -1 !important;
        padding-top: 124px;opacity: 0;pointer-events: none;transition: all .3s;
    }
    .custom-menu.active{opacity: 1;pointer-events: auto;}
    .custom-menu .e-n-menu-toggle .e-n-menu-toggle-icon.e-open {
	    display: none;
    }
    .custom-menu .e-n-menu-toggle .e-n-menu-toggle-icon.e-close {
	    display: block;    opacity: 1;
    }
    .custom-menu .e-n-menu-wrapper{
          display: block;
    }
    .custom-menu .e-n-menu-heading {
        display: flex;
        flex-direction: column;
    }
    .custom-menu .e-n-menu-toggle {
        width: 40px;
        height: 40px;
        position: fixed;
        z-index: 9;
        background: transparent;
        top: 30px;
        right: 15px;
        font-size: 40px;
        line-height: 1;
    }
    .custom-menu .e-n-menu-toggle svg {
        height: 40px !important;
        fill: #CECFD2 !important;  
        width: 40px;
    }
    .menu-toggle-custom-btn{transition:all .3s;}
    .custom-menu.active + .menu-toggle-custom-btn{opacity: 0;    pointer-events: none;}
    .custom-menu.elementor-widget-n-menu .e-n-menu-item {flex-direction: column;}
    .custom-menu .e-n-menu-content{left: 0 !important;position: relative !important;  display: none;    width: 100% !important;}
    .custom-menu .e-n-menu-content > .elementor-element{background-color: #0a0406;gap: 28px;display: flex !important;    padding: 28px 16px;}
     .custom-menu .cardhov > div { display: flex; flex-direction: row !important; } 
     .custom-menu .cardhov > div { flex-wrap: nowrap;  gap: 10px; } 
     .custom-menu .cardhov > div > div:first-child { flex-shrink: 0; flex-grow: 0; width: auto; }
     .custom-menu .cardhov > div > div:nth-child(2) {color: #fff;gap: 5px; }
     .custom-menu .cardhov p.elementor-heading-title {font-family: "Gotham", Sans-serif;}
     .custom-menu .cardhov h2.elementor-heading-title { font-family: "Knockout HTF50", Sans-serif; font-size: 20px; line-height: 30px; color: #FFFFFF; }
     .custom-menu.elementor-widget-n-menu .e-n-menu-item .e-n-menu-title {padding-right: 20px;}
    .custom-menu.elementor-widget-n-menu .e-n-menu-dropdown-icon{margin-left: auto;}
}

@media (max-width: 479px) {
    .venue-card__title{
        font-size: 24px;
    }
    .venue-card__social a{
        height: 25px;
        width: 25px;
        font-size: 14px;
    }
    .venue-card__description{
        font-size: 16px;
    }
    .venue-card__image{
        height: auto;
        aspect-ratio: 16 / 11;
    }
    .venue-detail{
        font-size: 15px;
    }
    .venue-detail__icon{
        top: 3px;
    }
}