/****************************************/
/*				Global CSS 				*/
/****************************************/

@media (min-width: 1350px){
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl{
		max-width: 1320px;
	}
}
.w-30{
	width: 30% !important
}
.color-black{
	color: #000 !important
}
.color-white{
	color: #fff !important
}
.red-text{
	color: #ff0000 !important;
}
.text-black{
	color: #000;
}
.bg-black {
	background-color: #000;
}
.grey-bg {
	background-color: #f9f9f9;
}
.bg-grey-menu{
	background-color: #1c1c1c;
}
a:hover{
	color:#ff0000;
	transition: all 0.5s ease
}
.btn-primary{
	color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}
.btn-primary:hover{
	color: #ff0000;
    background-color: #ffffff00;
    border-color: #ff0000;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus{
	color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}
.sticky-side-scroll {
	position: sticky;
	height: 100%;
	top: 125px;
}
.home-load-more {
	text-align: center;
}
.home-load-more span {
	background: #000;
	color: #fff;
	padding: .5rem 3rem;
	border-radius: 50px;
	font-family: 'GilroyReg', Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	transition: 0.2s;
	border: 2px solid #000;
}
.home-load-more span:hover {
	background: transparent;
	border: 2px  solid #000;
	color: #000;
	cursor: pointer;
}

/* Slider */
	.featured-slider-content a:hover,
	.highlights-slider-title a:hover {
		text-decoration: none;
	}

	.featured-slider .slick-dots li button:before,
	.highlights-slider .slick-dots li button:before,
	.featured-articles-slider .slick-dots li button:before,
	.slick-slider.slick-dotted .slick-dots li.slick-active button:before,
	.slick-slider.slick-dotted .slick-dots li button:before {
		font-size: 15px;
	}
	.slick-dots li.slick-active button:before {
		color: #000000;
	}

/* Modal */
	.modal-backdrop {
		background-color: rgba(0, 0, 0, 0.11);
	}

	.modal-backdrop.show {
		opacity: 1;
		background-color: rgba(0, 0, 0, 0.11);
		backdrop-filter: blur(4px);
	}

/* Modal Bookmark, Bookmark */
	#exampleModal #modal-content.modal-content{
		border: 2px solid #686868;
		border-radius: 20px;
	}
	#exampleModal{
		overflow: visible;
	}
	.bookmark_popup_mask_guest {
		-webkit-mask-image: url(/assets/V3/thebeat/images/bookmark-ribbon-7789.svg);
		mask-image: url(/assets/V3/thebeat/images/bookmark-ribbon-7789.svg);
		-webkit-mask-size: 178px 178px;
		mask-size: 208px 189px;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center center;
		mask-position: center center;
		position: relative;
		top: -40px;
		left: 16px;
	}
	.bookmark_popup_mask {
		-webkit-mask-image: url('/assets/V3/thebeat/images/bookmark-ribbon-7789.svg');
		mask-image: url('/assets/V3/thebeat/images/bookmark-ribbon-7789.svg');
		-webkit-mask-size: 158px 158px;
		mask-size: 158px 158px;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;  
		-webkit-mask-position: center center;  
		mask-position: center center;  
		position: relative;
		top: -44px;
	}
	.bookmark_shape_img_guest{
		position: absolute;
		top: -45px;
		height: 188px;
		left: 4px;
	}
	.bookmark_shape_img{
		position: absolute;
		top: -45px;
		height: 168px;
		left: -1px;
	}
	.bookmark_heart_blk{
		font-size: 35px;
		right: -13px;
		top: 0px;
		position: absolute
	}
	.bookmark_heart_red{
		font-size: 31px;
		right: -11px;
		top: 2px;
		position: absolute;
		color: red;
	}
	.saving_message {
		top: 133px;
		position: absolute;
		text-align: center;
		font-family: 'GilroyBold', Arial, Helvetica, sans-serif;
		font-size: 18px;
		line-height: 1;
		left: 0px;
	}
	.channel-stories-bookmark .fa-bookmark.front {
		color: #fff;
	}
	.channel-stories-bookmark {
		cursor: pointer;
	}
	.tr-post .entry-header .fa-stack {
		position: absolute;
		top: 0;
		right: 5px;
		z-index: 2;
		font-size: 26px;
	}
	.header-with-line h3 {
		position: relative;
		font-size: 30px;
	}
	.header-with-line h3 span {
		padding-right: 1rem;
		background-color: #f9f9f9;
		z-index: 1;
		position: relative;
	}
	.header-with-line h3:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: .5em;
		border-top: 2px solid #fa141d;
	}
	.share-popup .modal-content {
        border: none;
        padding: 2rem;
        color: #000;
    }
    .share-popup .modal-header {
        border: none;
        padding: 0;
        border-bottom: 1px solid #d1d1d1;
        padding-bottom: .5rem;
    }
    .share-popup .modal-header .modal-title {
        font-size: 22px;
    }
    .share-popup .modal-body {
        padding: 1rem;
    }
    .share-popup .modal-body .ur {
        border: 2px solid #000;
        border-radius: 6px;
        padding: 0.5rem 1rem;
    }
    .share-popup .modal-body .cpy {
        font-size: 18px;
        padding: 0 1rem;
    }
    .share-popup .modal-body .article_popup_socials {
        padding: 1rem 0;
        display: flex;
        align-items: center;
		justify-content: flex-start;
        font-size: 20px;
    }
    .share-popup .modal-body .article_popup_socials button {
        border: none;
        background: transparent;
    }

/* Events & Deals Channel Cards */
	.channel_featured_card .card_info .card_info_bottom .card_info_tags {
		justify-content: space-between;
	}
	.channel_featured_card .card_info .card_info_bottom .card_info_tags span,
	.channel_featured_card .card_info p {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.channel_featured_card .card_info .card_info_bottom {
		left: 0;
		padding: 0 18px;
		width: 100%;
		padding-right: 16px;
		font-weight: 700;
		font-family: GilroyMedium, Arial, sans-serif;
	}
	.channel_featured_card .card_info > a {
		padding: 0;
		margin-bottom: 76px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		min-height: 54px;
	}
	.channel_featured_card .card_info .card_info_bottom .card_info_tags {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.channel_featured_card .card_info .card_info_bottom .card_info_tags a {
		font-size: 12px;
		padding: 6px 10px;
		color: #797979;
		background-color: #f5f5f5;
		border-radius: 6px;
	}

/* Ads Mobile */
	.v3-ads-desktop, .v3-ads-mobile, .v3-ads-desktop-mobile {
		margin-bottom: 2rem;
		margin-top: 2rem;
	}
	.v3-ads-mobile .bookmark_popup_mask_guest{
		-webkit-mask-image: url(/assets/V3/thebeat/images/bookmark-ribbon-7789.svg);
		mask-image: url(/assets/V3/thebeat/images/bookmark-ribbon-7789.svg);
		-webkit-mask-size: 187px 187px;
		mask-size: 187px 187px;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center center;
		mask-position: center center;
		position: relative;
		top: -58px;
		left: 0px;
	}
	.v3-ads-mobile .bookmark_popup_mask{
		-webkit-mask-image: url(/assets/V3/thebeat/images/bookmark-ribbon-7789.svg);
		mask-image: url(/assets/V3/thebeat/images/bookmark-ribbon-7789.svg);
		-webkit-mask-size: 197px 189px;
		mask-size: 158px 158px;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center center;
		mask-position: center center;
		position: relative;
		top: -57px;
	}
	.v3-ads-mobile .bookmark_shape_img{
		position: absolute;
		top: -57px;
		height: 201px;
		margin: 0 auto;
		text-align: center;
		left: 0px;
		right: 0px;
	}
	.v3-ads-mobile .bookmark_shape_img_guest{
		position: absolute;
		top: -57px;
		height: 201px;
		margin: 0 auto;
		text-align: center;
		left: 0px;
		right: 0px;
	}
	.v3-ads-mobile .bookmark_title, .v3-ads-mobile .bookmark_message{
		text-align: center !important;
	}

	.v3-ads-mobile .bookmark_heart_red {
		right: 0px;
		left: 126px;
		top: 2px;
	}
	.v3-ads-mobile .bookmark_heart_blk { 
		right: 0px;
		left: 126px;
		top: 0px;
	}

/* CC Buttons */
	.cc-btn.cc-deny{
		display: none;
	}
	.cc-revoke.cc-bottom {
		display: none;
	}
	.cc-btn.cc-allow{
		color: red;
		font-family: GilroyBold;
		letter-spacing: 0px;
		background: rgb(0 0 0);
		border-width: 2px;
		border-style: solid;
		border-color: initial;
		border-image: initial;
		padding: 0.5rem 4rem;
		border-radius: 50px;
	}

/* Footer OUTDATES */
	#footer {
		margin: 0;
		font-size: 14px;
	}
	.footer-links{
		text-align: left;
	}
	.footer-logo img {
		height: 40px;
	}
	.footer-logo p {
		color: #fff;
		font-family: 'GilroyLight', Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
	.footer-links a {
		color: #fff;
		font-family: 'GilroyMedium', Arial, Helvetica, sans-serif;
		transition: 0.2s;
		text-align: right;
	}
	.footer-links a:hover {
		text-decoration: none;
		color: #ff0000;
		transition: 0.2s;
	}
	.footer-social {
		width: 100%;
		justify-content: end;
	}
	.footer-social a {
		color: #fff;
		font-size: 25px;
		margin: 0 .5rem;
	}
	.footer-social a:last-child {
		margin-right: 0px;
	}
	.footer-copyright {
		padding: 2rem 0;
		border-top: 1px solid #292929;
		text-align: center;
	}
	.footer-copyright {
		margin: 0;
		color: #fff;
		font-family: 'GilroyLight', Arial, Helvetica, sans-serif;
	}
	.last_section {
		margin-bottom: 80px;
	}
	.black-bg-link {
		background: #000;
		color: #fff;
	}
	.tr-ad {
		padding: 0px 0px 4% 0px;
	}
	.footer_mobile{
		display: none;
	}
	.footer_desktop{
		display: block;
	}

@media(min-width: 971px) {

	.city_menu_mobile{
		display: none;
	}
	.city_menu_desktop{
		display: flex;
	}

	/* Ads */
		.v3-ads-desktop{
			display: block;
			width: 100%;
		}
		.v3-ads-mobile{
			display: none;
		}
}

@media(max-width: 970px) {

	.footer-logo {
		text-align: center;
	}
	.footer-social {
		justify-content: center;
	}
	.city_menu_mobile{
		display: flex;
	}
	.city_menu_desktop{
		display: none;
	}
	.sticky-side-scroll {
		position: relative;
		top: 0px;
	}

	/* Ads */
	.v3-ads-desktop{
		display: none;
	}
	.v3-ads-mobile{
		display: block;
		width: 100%;
	}

}

@media(max-width: 479px) {
	
	.footer-links-container {
		margin: 1.5rem 0;
	}
	.footer-links {
		text-align: center;
	}
	.footer-links a {
		font-size: 0.9rem;
	}
	.footer-logo p{
		width: 60%;
	    margin-left: auto !important;
	    margin-right: auto !important;
	}
	.footer-social{
	    width: 60%;
	    margin-left: auto !important;
	    margin-right: auto !important;
	}
	.footer_mobile{
		display: block;
	}
	.footer_desktop{
		display: none;
	}

}

/* Collapsible Ads */
	.collapsible-banner {
		position: fixed;
		bottom: 0;
		width: 100%;
		background-color: #e4e4e4;
		box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
		z-index: 1000;
	}
	.collapsible-banner-toggle {
		position: absolute;
		right: 0;
		transform: translateY(-50%);
		border: none;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 999;
		top: -15px;
		width: 100px;
		background-color: #e4e4e4;
		color: #494949 !important;
		padding: 8px;
		padding-bottom: 3px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.collapsible-banner-content {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s ease-out;
		padding: 10px;
		text-align: center;
		padding: 10px;
	}
	.collapsible-banner-content img {
		max-width: 100%;
		height: auto;
	}
	.arrow {
		font-size: 13px;
		transition: transform 0.3s ease;
		transform: rotate(-90deg);
	}
	a.arrow:hover,
	a.arrow.collapsed:focus {
		color: #494949 !important;
	}
	.arrow.collapsed {
		transform: rotate(90deg); /* Down arrow */
	}
	.collapsible-banner {
		/*opacity: 0;*/ /* Initially hide the ad container */
	}
	/* @media screen and (max-width: 481px){
		.collapsible-ad-tablet{
			display: none;
		}
	}
	@media screen and (max-width: 768px) and (min-width: 482px){
		.collapsible-ad-mobile{
			display: none;
		}
	}
	@media screen and (min-width: 769px){
		.collapsible-banner{
			display: none;
		}
	} */


/* Footer UPDATED */
	#pressMarketing {
		top: 0;
	}
	#pressMarketing img {
		width: 35%;
	}
	.footer-links button {
		color: #fff;
		font-family: 'GilroyMedium';
		transition: 0.2s;
		text-align: left;
		background: transparent;
		padding: 0;
		font-size: 14px;
		text-transform: uppercase;
		border: none;
		outline: none;
	}
	.footer-copyright a {
		color: #fff;
		transition: 0.2s;
		font-family: 'GilroyReg';
	}
	.footer-links button:hover,
	.footer-copyright a:hover {
		color: #ff0000;
		transition: 0.2s;
	}
	.press_marketing ._form-title,
	.press_marketing ._form_element ._form-label {
		font-family: GilroyMedium;
	}
	.press_marketing ._html-code p {
		font-family: GilroyReg;
	}
	.press_marketing ._form_element ._field-wrapper input,
	.press_marketing ._form_element ._field-wrapper textarea {
		padding: .375rem .75rem !important;
		border: 3px solid #ececec !important;
		border-radius: .25rem !important;
	}
	.press_marketing ._form_element ._field-wrapper input:focus,
	.press_marketing ._form_element ._field-wrapper textarea:focus {
		box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;
		border-color: #80bdff !important;
	}
	.press_marketing ._button-wrapper {
		margin-top: 1.5rem;
	}
	.press_marketing ._button-wrapper button {
		width: 100%;
		background-color: #ff0000 !important;
		border: 1px solid #ff0000 !important;
		font-family: 'GilroyReg' !important;
	}
	.footer-copyright span {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer-copyright span i,
	.footer-copyright span svg {
		font-size: 6px;
		margin: 0 8px;
		margin-top: 2px;
	}
	#contact-us-modal .modal-dialog {
		max-width: 768px;
	}
	#contact-us-modal .modal-content {
		background: transparent;
	}
	#contact-us-modal .modal-body {
		background: #121212;
		padding: 2rem 1rem;
		border-radius: 16px;
		box-shadow: 0px 0px 3px 2px rgb(255 255 255 / 40%);
	}
	#contact-us-modal #contact-form p {
		text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.45);
		font-size: 32px;
		color: #fff;
		font-family: GilroyExtraBold;
		font-style: italic;
		text-align: center;
		margin-bottom: 4rem;
	}
	#close-contact {
		display: none;
	}
	#contact-us-modal .fui-field-container label {
		font-family: GilroyBold;
		color: #fff;
		font-size: 22px;
		padding-left: 12px;
	}
	#contact-us-modal .fui-field-container input,
	#contact-us-modal .fui-field-container textarea,
	#contact-us-modal .fui-field-container button {
		border: 2px solid #fff;
		background: transparent;
		border-radius: 10px;
		font-size: 20px;
		color: #fff;
		padding: .5rem;
	}
	#contact-us-modal .fui-btn.fui-submit {
		background: #ff0000;
		border: none;
		font-family: GilroyLight;
		padding: 10px 0;
		font-size: 22px;
		margin-top: 1rem;
		width: 100%;
		border: 1px solid #ff0000;
		transition: all 0.2s ease;
	}
	#contact-us-modal .fui-btn.fui-submit:hover {
		background: transparent;
		transition: all 0.2s ease;
		border-color: #ff0000;
	}
	@media(max-width:992px) {
		#contact-us-modal .modal-dialog {
			max-width: 576px;
		}
	}
	@media(max-width:768px) {
		#close-contact {
			display: block;
			position: absolute;
			top: .5rem;
			right: 1rem;
			color: #ff0000;
			font-size: 16px;
			background: transparent;
			border: none;
			outline: none;
			font-family: GilroyExtraBold;
		}
	}
	@media(max-width:576px) {
		#contact-us-modal .modal-body {
			padding: 2rem .25rem;
		}
	}
	@media(max-width: 499px) {
		.footer-copyright {
			padding: 1rem 0;
		}
		.footer-logo img {
			height: 30px;
		}
		.footer-social a {
			font-size: 20px;
			margin: 0;
		}
	}

/* Article Trending/Most Popular used across city pages, articles and events and deals */
	.featured-articles-container-title {
		height: 60px; 
		padding: 0.3rem; 
		background: #000;
	}
	.trending-articles-container-title,
	.featured-articles-container-title{
		border-top-left-radius: 15px!important;
		border-top-right-radius: 15px!important;
	}
	.featured-articles-container-title .no-repeat {
		background-repeat: no-repeat;
		background-size: contain;
	}
	.featured-articles-container-title .style-sides {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.featured-articles-container-title .style-sides img {
		height: 20px;
	}
	.featured-articles-container-title .style-sides.bordered {
		border-radius: 20px;
		margin: 0.5rem;
	}
	.featured-articles-container-title .bg-left {
		background-position: right;
		background-size: contain;
		width: 12%;
		margin-right: -1px;
		border-top-left-radius: 15px !important;
	}
	.featured-articles-container-title .bg-center {
		background-position: center;
		background-repeat: repeat-x;
		background-size: contain;
		width: 80%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.featured-articles-container-title .bg-right { 
		background-position: left;
		background-size: contain;
		width: 10%;
		margin-left: -1px;
		border-top-right-radius: 15px !important;
	}
	.featured-articles-container-title .bg-center h3 {
		color: #000;
	}
    .featured-articles-container-title h3 {
        margin: 0;
        line-height: 3.75rem;
        font-family: gilroybold;
        font-size: 18px;
    }