/*
--------------------------------------------------------------------------------------------------------
MBS SUITES STYLES	
--------------------------------------------------------------------------------------------------------
*/


/*
========================================================================================================
DESKTOP	
========================================================================================================
*/

/*
----------------------------------------------------
VARIABLE DECLARATIONS
----------------------------------------------------
*/
:root {
	--color_background: #E5E5E5; /* Gray 2 */
	--color_1: #001622; /* Primary color: Black */
	--color_2: #A71930; /* Accent color: Red */
	--color_3: #A5ACAF; /* Sparsely used color: Gray */
	--color_4: #222222; /* Dark color: Dark gray */
	--color_5: #660414; /* Dark red hover color */
	--color_very_light: #d7dee2; /* very light blue */

	--falcons_color_1: #A71930; /* Red */
	--united_color_1: #A89968; /* Gold */
	--mbs_color_1: #153140; /* Dark blue */

	--font_family_light: 'Oswald-ExtraLight'; 
	--font_family_regular: 'Oswald-ExtraLight';
	--font_family_semibold: 'Oswald-Light';
	--font_family_bold: 'Oswald-Regular';
	--font_family_extra_bold: 'Oswald-Bold';
	--font_family_black: 'Oswald-Medium';
	--font_size_large: 36px;
	--font_size_large_mobile: 26px;
	--font_size_med: 22px;
	--font_size_med_mobile: 18px;
	--letter_spacing: 1px;
	--letter_spacing_header: 1px;
	--default_border_radius: 3px;
	--default_box_shadow: 0 1px 2px rgba(100,100,100,0.5);
	--hover_box_shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
	--default_border: 1px solid #c2c2c2;
}


/*
----------------------------------------------------
FONTS
----------------------------------------------------
*/
@font-face {
	font-family: 'Poppins-Light';
	src:  url('../../../fonts/Poppins-Light.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins-Regular';
	src:  url('../../../fonts/Poppins-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins-Medium';
	src:  url('../../../fonts/Poppins-Medium.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald-ExtraLight';
	src:  url('../../../fonts/Oswald-ExtraLight.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald-Light';
	src:  url('../../../fonts/Oswald-Light.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald-Regular';
	src:  url('../../../fonts/Oswald-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald-Medium';
	src:  url('../../../fonts/Oswald-Medium.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}


@font-face {
	font-family: 'Oswald-DemiBold';
	src:  url('../../../fonts/Oswald-DemiBold.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald-Bold';
	src:  url('../../../fonts/Oswald-Bold.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

/*
----------------------------------------------------
BASIC ELEMENTS
----------------------------------------------------
*/
html, body, p, div {
	font-family: var(--font_family_regular), sans-serif;
	color: #222;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 16px;
}
body {
	background: var(--color_background);
	letter-spacing: var(--letter_spacing);
}
.team_primary_color_line {
	border-width: 4px;
	display: none;
}
.team_secondary_color_line {
	display: none;
	margin-top: 4px;
	height: 4px;
}
.fsBody, .fsOptionLabel, .FSkuJ, .fsBody *{
	font-size: 16p;
}

a {
	color: var(--color_2);
}
a:hover {
	color: var(--color_5);
}
a.blue, button.blue, input.blue.button,
a.blue.hollow, button.blue.hollow, input.blue.button.hollow {
	font-family: var(--font_family_regular), sans-serif;
	letter-spacing: var(--letter_spacing);
	transition: all 0.125s ease-in-out 0s;
}
a.blue.button:active,
button.blue.button:active {
	background: var(--color_1);
}
a.blue.inverse {
	color: var(--color_1);
	border-color: var(--color_1);
}
a.blue.inverse:hover, 
button.blue.inverse:hover, 
input.blue.button.inverse:hover {
	border-color: var(--color_1);
	color: #fff;
	background: var(--color_1);
}
a.blue.inverse:active, 
button.blue.inverse:active, 
input.blue.button.inverse:active {
	background: var(--color_5);
}
a.blue.hollow.white_border,
button.blue.hollow.white_border,
input.blue.button.hollow.white_border {
	box-shadow: none;
}
a.blue.hollow:hover,
button.blue.hollow:hover, 
input.blue.button.hollow:hover {
	color: var(--color_2);
	background: transparent;
	border-color: var(--color_2);
}
a.blue.solid,
button.blue.solid,
input.blue.button.solid {
	border: 4px solid #fff;
}
a.blue.solid:hover, 
button.blue.solid:hover, 
input.blue.button.solid:hover {
	border: 4px solid #fff;
	color: var(--color_1);
}
.blue-2 {
	background: none;
	border-color: var(--color_1);
	border-bottom-color: var(--color_1);
	color: var(--color_1);
}
.blue-2:hover {
	background: var(--color_1);
	border-color: var(--color_1);
	border-bottom-color: var(--color_1);
	color: #fff;	
}

select, input[type="text"], input[type="password"], input[type="email"],
textarea {
	background: #fff;
	border-style: solid;
	border-width: 2px;
	margin-top: 2px;
}
.white_container_gray_border {
	border: var(--default_border);
}
h2, h3 {
	font-family: var(--font_family_semibold), sans-serif;
}
/*
----------------------------------------------------
PAGE TITLES
----------------------------------------------------
*/

.page-template-seg_tiled_event_page .page_title_container {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)),
		url('../../../images/mbs_suites_5.jpg') no-repeat center center;
	background-position-y: 60%;
}
.suites .page_title_container {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)),
		url('../../../images/mbs_suites_2.jpg') no-repeat center center;
	background-position-y: 39%;
}
.ownership .page_title_container {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)),
		url('../../../images/mbs_suites_4.jpg') no-repeat center center;
	background-position-y: 63%;
}
.faq .page_title_container {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)),
		url('../../../images/mbs_suites_3.jpg') no-repeat center center;
	background-position-y: 14%;
}
.contact .page_title_container {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)),
		url('../../../images/mbs_suites_6.jpg') no-repeat center center;
	background-position-y: 27%;
}


.page_title_container .cui_small_container {
	height: 100%;
}
.page_title_container .cui_small_container .col-940 {
	position: relative;
	height: 100%;
}
.page_title_container h1 {
	font-size: 62px;
	top: 50%;
	transform: translateY(-50%);
	font-family: var(--font_family_black), sans-serif;
	text-align: center;
	width: 100%;
	margin: 15px 0;
	box-sizing: border-box;
}
.page-template-seg_tiled_event_page .page_title_container h1 {
	top: 37%;
}

/*
----------------------------------------------------
HEADER 
----------------------------------------------------
*/

.cui_header_container,
#cui_sticky_header {
	background: var(--color_1);
	background-size: cover;
}
a.logo_container,
.cui_header_container nav {
	float: left;
}
.cui_header_container span.page_title {
	color: #fff;
	font-family: var(--font_family_regular);
	border-left: 1px solid var(--color_3);
}

.cui_header_container .site_logo,
#cui_sticky_header .site_logo {
	background-image: url('../../../images/teams/mercedes-benz-stadium-logo-300px.png');
	height: 50px;
	width: 100px;
	background-size: 100px 100px;
}

.home nav a.home, 
.page-template-seg_stadiumpage_shell nav a.games,
.page-template-seg_tiled_event_page nav a.events,
.suites nav a.suites, 
.ownership nav a.ownership, 
.faq nav a.faq, 
.contact nav a.contact {
	font-family: var(--font_family_regular) !important;
	border-bottom: 3px solid var(--color_2);
}
.cui_header_container li a {
	font-family: var(--font_family_regular);
	color: #fff;
	font-size: 18px;
}
.cui_header_container li a:hover {
	border-bottom: 3px solid var(--color_2);
}


/*
----------------------------------------------------
FOOTER
----------------------------------------------------
*/

#cui_footer {
	background: var(--color_3);
}
#cui_footer #inner_footer {
	color: var(--color_4);
}


/*
----------------------------------------------------
HOMEPAGE
----------------------------------------------------
*/

.cui_text_cta_container {
	background: var(--color_1);
	background-size: cover;
}
.cui_text_cta_container .cta_container a:hover {
	background: var(--color_2);
	color: #fff;
}
.cui_text_cta_container .text_container h2,
body.home .cui_1_across_section h2 {
	font-family: var(--font_family_extra_bold), sans-serif;
}

.cui_text_cta_container .text_container p {
	color: var(--color_3);
	font-size: 18px;
}

.cui_text_cta_container .cta_container a {
	padding: 20px 20px 22px;
}

.cui_hero_text_section img {
	margin-top: -35px;
}

.caption_content .hp_away_team_name {
	font-family: var(--font_family_semibold), sans-serif;
}
#hp_tenants {
	background: var(--color_1);
}
#hp_tenants .cui_1_across_section h2 {
	color: #fff;
}
#hp_tenants .tenant_container.tenant_1 .tenant_content {
	background: rgb(167 25 48);
	background: linear-gradient(rgba(167 25 48 / 0.8), rgba(167 25 48 / 0.8)), url(../../../images/falcons_action_1.jpg);
	background-size: cover;
	background-position: center center;
}
#hp_tenants .tenant_container.tenant_2 .tenant_content {
	background: rgb(191 163 93);
	background: linear-gradient(rgba(191 163 93 / 0.8), rgb(169 145 83 / 0.8)), url(../../../images/atlanta_united_8.jpg);
	background-size: cover;
	background-position: center center;
}
.hp_elevated_text {
	font-size: 18px;
}

.home .carousel_container .carousel_event .img_content {
	background-size: contain !important;
}



/*
----------------------------------------------------
EXPLORE SUITES
----------------------------------------------------
*/
.suite_amenities_heading p,
.suite_amenities_element.selected .sa_text,
.suite_amenities_widget .suite_amenities_detail .sa_detail_header {
	font-family: var(--font_family_semibold), sans-serif;
}
.sa_text {
	font-size: 18px;
}
.suite_amenities_heading p {
	font-size: 20px;
}
.suites .suite_amenities_element:hover i,
.suites .suite_amenities_element.selected i {
	background: var(--color_2);
	border-color: var(--color_2);
	color: #fff;
}
.suite_amenities_element.selected .sa_text {
	color: var(--color_1);
}
.suites .cui_2_across_section .suite_container .suite_container_cta a {
	border-width: 1px;
}
.suites .cui_2_across_section .suite_container:hover h3 {
	color: inherit;
}
.suites .cui_2_across_section .suite_container:hover a.blue.button.inverse {
	color: #fff;
	background: var(--color_2);
}
.suite_info_content {
	font-family: var(--font_family_semibold), sans-serif;
	font-size: 16px;
}

/*
----------------------------------------------------
RENT A SUITE
----------------------------------------------------
*/
li.event:hover {
	box-shadow: var(--hover_box_shadow);
}
.event_inner_top {
	padding: 25px 30px 25px 23px;
}
li.event:hover h3, li.event:hover .event_date .event-month, 
li.event:hover .event_inventory_indicator .inv_status_container, 
li.event.date_tbd:hover .event_date {
	color: var(--color_1);
}
ul.events_list li.event {
	border-left: 7px solid transparent;
}
ul.events_list li.event:hover {
	transform: scaleX(1.01) scaleY(1.1);
	border-left-color: var(--color_2);
}
ul.events_list li.event:hover .event_inner_top {
	transform: scaleX(.99) scaleY(0.9);
}
.suite_prices_and_details_container,
.suite_ownership_container {
	background: var(--color_1);
}
.suite_prices_and_details_container h2.post-subheading,
.suite_ownership_container h2.post-subheading,
.suite_prices_and_details_container h3 {
	color: #fff;
}
.suite_prices_and_details_container div,
.suite_prices_and_details_content div.price_faq_answer {
	color: #ddd;
	font-size: 15px;
}
.tiled_event_page a.blue.hollow {
	border-color: #ccc !important;
	color: #fff;
}
.tiled_event_page a.blue.hollow:hover {
	border-color: var(--color_2) !important;
	background: var(--color_2);
}
.suite_prices_and_details_container {
	padding-top: 60px;
	padding-bottom: 40px;
}
.suite_ownership_container {
	padding: 0 0 70px;
}
.suite_price_learn_more {
	padding-top: 10px;
}

/*
----------------------------------------------------
TILED EVENT PAGE 
----------------------------------------------------
*/

.tiled_event_page {
	background: #e5e5e5;
}
.tiled_event_page a.blue.hollow {
	font-family: var(--font_family_semibold);
	border: 1px solid #444;
	padding: 10px;
}
.tiled_event_page .filter_heading {
	display: none;
}
.tiled_event_page .filter_container {
	background: none;
	width: 100%;
	margin-top: -80px;
	padding-top: 20px;
	height: 80px;
	top: 0;
	max-width: 1000px;
}
.tiled_event_page .filter_heading {
	color: #fff;
	font-family: var(--font_family_bold), sans-serif;
	font-size: 24px;
}
.filter_controls_container {
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
}
.tiled_event_page .filter_performer_option_container, 
.tiled_event_page .filter_month_option_container {
	width: 33.2%;
}
.tiled_event_page .filter_performer_option {
	font-size: 16px;
	color: #000;
	transition: all 0.2s ease;
	border-color: var(--color_1);
	background: rgb(249 249 249 / 85%);
	font-family: var(--font_family_bold);
}
.tiled_event_page .filter_performer_name {
	font-family: var(--font_family_bold);
}
.tiled_event_page .filter_performer_option:hover,
.tiled_event_page .filter_performer_option.selected {
	font-family: var(--font_family_bold), sans-serif;
	border-color: var(--color_1);
	background: var(--color_1);
	border-width: 2px;
	color: #fff;
}
.tiled_event_page .filter_performer_option[data-id="258"] {
	border-color: var(--falcons_color_1);
}
.tiled_event_page .filter_performer_option[data-id="258"]:hover,
.tiled_event_page .filter_performer_option[data-id="258"].selected {
	background: var(--falcons_color_1);
}
.tiled_event_page .filter_performer_option[data-id="276"] {
	border-color: var(--united_color_1);
}
.tiled_event_page .filter_performer_option[data-id="276"]:hover,
.tiled_event_page .filter_performer_option[data-id="276"].selected {
	background: var(--united_color_1);
}
.tiled_event_page .filter_performer_option[data-id="0"] {
	border-color: var(--color_1);
}
.tiled_event_page .filter_performer_option[data-id="0"]:hover,
.tiled_event_page .filter_performer_option[data-id="0"].selected {
	background: var(--mbs_color_1);
}
.tiled_event_page .filter_performer_option:hover .filter_cancel_button,
.tiled_event_page .filter_performer_option.selected .filter_cancel_button {
	font-family: var(--font_family_semibold);
	color: #fff;
}

.tiled_event_page .num_events_container {
    display: none;
}
/*
.tiled_event_page .toc_container {
	left: 0;
}
*/
.tiled_event_page .toc_element {
	box-shadow: none;
}
.tiled_event_page .toc_element:hover {
	font-family: var(--font_family_semibold);
	box-shadow: none;
}
.tiled_event_page .toc_element.highlight {
	background: var(--color_2);
	color: #fff;
}
.tiled_event_page .event_tile_container,
.tiled_event_page .no_event_tile_container {
	margin-bottom: 50px;
}
.tiled_event_page .event_date_separator {
	font-family: var(--font_family_semibold);
	color: var(--color_2);
	font-size: 22px;
}
.tiled_event_page .event_tile_element_container {
	min-height: 300px;
	width: 33.2%;
}
.tiled_event_page .event_tile_element {
	border: none;
	background: #fff;
	box-shadow: var(--default_box_shadow);
	border-radius: var(--default_border_radius);
	transition: all 0.1s ease;
	border-bottom: 5px solid var(--mbs_color_1);
}
.tiled_event_page .event_tile_element:hover {
	box-shadow: var(--hover_box_shadow);
	background: #fff;
}
.tiled_event_page .event_tile_element img {
	transition: all 0.2s ease;
}
.tiled_event_page .event_tile_element img.home_team_logo,
.tiled_event_page .event_tile_element img.away_team_logo {
	display: inline-block !important;
	height: 140px;
	width: 140px;
	padding: 35px 10px 10px;
}
.tiled_event_page .event_tile_element:hover img {
	max-width: 108%;
	margin-left: -4%;
	margin-top: -2%;
}
.tiled_event_page .event_tile_element:hover img.home_team_logo,
.tiled_event_page .event_tile_element:hover img.away_team_logo {
	height: 150px;
	width: 150px;
	margin-left: 0;
	margin-top: -5px;
}

.tiled_event_page .event_tile_element[data-home-team-id="276"] {
	border-bottom: 5px solid var(--united_color_1);
}
.tiled_event_page .event_tile_element[data-home-team-id="258"] {
	border-bottom: 5px solid var(--falcons_color_1);
}
.tiled_event_page .event_tile_name {
	font-family: var(--font_family_bold), sans-serif;
	font-size: 18px;
	color: #000;
}
.tiled_event_page .event_tile_date {
	font-size: 16px;
}
.inv_status_container {
	font-size: 16px;
}
.tiled_event_page .event_tile_container.large_event_tiles .event_tile_element_container .event_tile_image_container {
	background-size: contain;
	background-repeat: no-repeat;
}

.tiled_event_page
  .event_tile_container.large_event_tiles
  .event_tile_element_container
  .event_tile_image_container:not(:has(*)) {
  margin-right: auto;
  margin-left: auto;
  height: 140px;
  width: 140px;
  padding: 35px 10px 10px;
}

/*
----------------------------------------------------
EDP / LDP
----------------------------------------------------
*/

#edp_header .event_date {
	font-family: var(--font_family_bold), sans-serif;
}
#edp_header .event_name {
	font-family: var(--font_family_bold), sans-serif;	
}
.event_logo {
	border-left-color: var(--color_1);
}
.ll_suite_type, .ll_price,
.listing_list_row_details .listing_faq_question,
#edp_container.listing_details .ll_suite_type, 
#edp_container.listing_details .ll_price {
	font-family: var(--font_family_extra_bold), sans-serif;
}

.ldp_hero_container .show_all_photos:hover {
	border-color: var(--color_1);
	background: var(--color_1);
	color: #fff;
}
.listing_list_row_details .subheading {
	font-family: var(--font_family_extra_bold), sans-serif;
	font-size: 24px;
}
.no-listings .listing_ca_text {
	font-family: var(--font_family_semibold), sans-serif;
}
#edp_header .back_btn {
	color: var(--color_1);
}
.ll_suite_type, .ll_price {
	font-size: 18px;
}
.listing_list_row .ll_price .ll_instant {
	width: 24px;
}
.listing_list_row .ll_price .ll_instant .instant_book_icon {
	padding-left: 5px;
	padding-right: 5px;
}

/*
----------------------------------------------------
SUITE MAP
----------------------------------------------------
*/
#edp_container .suite_pin,
.purchase-agreement .suite_pin,
.new_checkout .suite_pin {
	background: var(--color_2);
	border-color: #e98e9d;
}
#edp_container .suite_pin_halo,
.purchase-agreement .suite_pin_halo,
.new_checkout .suite_pin_halo {
	background: rgba(166, 25, 48, 0.5);
}
#edp_container .suite_pin_container,
.purchase-agreement .suite_pin_container,
.new_checkout .suite_pin_container {
	background: rgba(233, 142, 157, 0.5);
}
#edp_container.listing_details .included_available_item, 
#edp_container .listing_list_row_details .cta_phone_container .cta_phone_heading {
	font-size: 16px;
}
.listing_tips_text, 
.listing_list_row_details .cta_phone_container,
#edp_container .listing_list_row_details .cta_container .blue-2 {
    font-size: 16px;
}

/*
----------------------------------------------------
OWNERSHIP
----------------------------------------------------
*/
/* Ownership and Explore Suites */
.suite_amenities_element i {
	border: 0;
	color: #fff;
	background: #000;
	box-shadow: var(--default_box_shadow);
}


/*
----------------------------------------------------
FAQ
----------------------------------------------------
*/
.faq_question {
	color: var(--color_1);
	font-size: 18px;
}
.faq_item:hover i {
	color: var(--color_2);
}

.faq_answer {
	font-size: 16px;
}
/*
----------------------------------------------------
CHECKOUT PAGES / PURCHASE AGREEMENT
----------------------------------------------------
*/
.nco_header {
	background-color: var(--color_3);
}
.nco_header h1 {
	color: var(--color_4);
}
.new_checkout .blue.button:hover,
.new_checkout .blue.button.submit_payment:hover,
#accept_terms_bw_btn:hover,
#accept_terms_check_btn:hover,
.blue.button.email_co_btn:hover,
.blue.button.print_co_btn:hover,
.lightbox2_instructions #submit_btn:hover {
	border-color: var(--color_1);
	background: var(--color_1);
	color: #fff;
}
.purchase-agreement #print_co_btn,
.invoice #print_co_btn,
.invoice #pdf_co_btn {
	color: var(--color_1);
	border-color: var(--color_1);
}

/*
========================================================================================================
MOBILE / RESPONSIVE
========================================================================================================
*/

/* Responsive */
@media screen and (min-width : 1300px) {
	.cui_hero_text_section img {
		margin-top: -140px;
	}
}
@media screen and (min-width : 1500px) {
	.cui_hero_text_section img {
		margin-top: -16%;
	}
}
@media screen and (min-width : 1700px) {
	.cui_hero_text_section img {
		margin-top: -17%;
	}
}
@media screen and (min-width: 1800px) {
	.event_tile_container .event_tile_element_container {
		width: 24.9% !important;
	}
}
@media screen and (min-width : 1900px) {
	.cui_hero_text_section img {
		margin-top: -18%;
	}
}
@media screen and (min-width : 2100px) {
	.cui_hero_text_section img {
		margin-top: -19%;
	}

	.tiled_event_page .event_tile_container.large_event_tiles .event_tile_element_container {
		width: 19.5%;
	}
}
@media screen and (min-width : 2300px) {
	.cui_hero_text_section img {
		margin-top: -20%;
	}
}
@media screen and (min-width : 2500px) {
	.cui_hero_text_section img {
		margin-top: -22%;
	}
}

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

	.tiled_event_page .filter_performer_option .filter_performer_abbreviation {
		display: none;
	}

	.cui_header_container .mobile_menu_btn {
		top: 24px;
	}
	#cui_sticky_header .mobile_menu_btn {
		top: 14px;
	}
	#cui_sticky_header.cui_header_container nav {
		float: left;
	}
	.cui_text_cta_container .cta_container a {
		font-size: 20px;
	}
	h2.post-subheading {
		font-family: var(--font_family_semibold) !important;
	}

	.page_title_container h1 {
		font-size: 40px;
		bottom: 1px;
		text-shadow: 0 0 30px var(--color_4);
	}

	.tiled_event_page .filter_performer_option,
	.tiled_event_page .month_option {
		font-size: 12px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.tiled_event_page .filter_performer_option.selected .filter_cancel_button,
	.tiled_event_page .filter_month_option.selected .filter_cancel_button {
		top: 10px;
	}
	.tiled_event_page .event_tile_container.large_event_tiles .event_tile_element_container {
		width: 49.9%;
	}
	.cui_hero_text_section img {
		margin-left: -26%;
	}

	.ll_suite_type, .ll_price {
		font-size: 16px;
	}
	#edp_container.listing_details .ll_suite_type, 
	#edp_container.listing_details .ll_price {
		font-size: 22px;
	}

	.cui_big_container .grid > p {
		margin-left: 20px;
		margin-right: 20px;
	}
}

/* Smaller mobile devices only */
@media screen and (max-width : 500px) {

	/* Header */
	.cui_header_container .mobile_menu_btn {
		top: 6px;
	}
	#cui_sticky_header .mobile_menu_btn {
		top: 6px;
	}
	.cui_header_container .inner_header {
		padding: 0 20px;
	}
	.cui_header_container .site_logo,
	#cui_sticky_header .site_logo {
		background-image: url('../../../images/teams/mercedes-benz-stadium-logo-100px-sq.png');
		width: 50px;
		background-size: 50px 50px;
	}

	.cui_header_container span.page_title, 
	#cui_sticky_header span.page_title {
		margin-top: 10px;
		margin-left: 12px;
		font-size: 20px;
		padding-left: 10px;
		height: 30px;
		line-height: 30px;
		border-left: 1px solid var(--color_3);
	}

	/* Upcoming events page */
	.page-template-seg_tiled_event_page .page_title_container h1 {
		top: 27%;
	}
	.tiled_event_page .filter_container {
		margin-top: -120px;
		padding-top: 10px;
		height: 120px;
	}
	.tiled_event_page .filter_performer_option_container,
	.tiled_event_page .filter_month_option_container {
		width: 49.8%;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.tiled_event_page .filter_performer_option,
	.tiled_event_page .filter_month_option {
		padding: 8px;
	}
	.tiled_event_page .filter_performer_option.selected .filter_cancel_button,
	.tiled_event_page .filter_month_option.selected .filter_cancel_button {
		top: 9px;
	}

	.tiled_event_page .event_tile_container.large_event_tiles .event_tile_element_container {
		height: 315px;
	}
	.tiled_event_page .event_tile_container.large_event_tiles .event_tile_element_container .event_tile_image_container {
		height: 130px;
	}


	#edp_header {
		top: 47px;
	}
}

