/*
Theme Name: HTML5 Blank
Theme URI: http://html5blank.com
Description: HTML5 Blank WordPress Theme
Version: 1.4.3
Author: Todd Motto (@toddmotto)
Author URI: http://toddmotto.com
Tags: Blank, HTML5, CSS3

License: MIT
License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html
{
	font-size: 62.5%;
}
body
{
	font-family: 'Noto Sans Display', Arial, sans-serif;
	color: #000;
	background: #fff;
}
/* clear */
.clear:before,
.clear:after
{
	content: ' ';
	display: table;
}
.clear:after
{
	clear: both;
}
.clear
{
	*zoom: 1;
}
img
{
	max-width: 100%;
	vertical-align: bottom;
}
a
{
	color: #488a8c;
	text-decoration: none;
	transition: .25s all;
}
a:hover
{
	opacity: 0.8;
}
a:focus
{
	outline: 0;
}
a:hover,
a:active
{
	outline: 0;
}
input:focus
{
	outline: 0;
	border: 1px solid #488a8c;
}
/*------------------------------------*\
STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper
{
	max-width: 2048px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
/* header */
.header,
.mob-menu-header-holder
{
	margin: 0 auto;
	padding: 0;
	background: #f4f5e5;
}
.header-inner
{
	max-width: 1240px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.header-widget
{
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-widget .wp-block-buttons.is-content-justification-right
{
	margin-bottom: 10px;
}
.mobile-only.header-widget
{
	flex-direction: column;
	width: 100% !important;
}
.mobile-only.header-widget li a,
.mobile-only.header-widget .wp-block-social-links .wp-social-link a
{
	font-size: 24px !important;
}
.mobile-only.header-widget .wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link
{
	font-size: 18px;
}
/* logo */
.logo
{
	max-width: 200px;
	padding: 10px 0;
}
.logo-img
{}
/* nav */
.nav
{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	color: #1e2838;
	align-items: flex-end;
	position: relative;
	margin-bottom: 15px;
}
.nav ul
{
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.nav ul li
{
	display: inline-block;
	width: auto;
	position: relative;
	padding: 10px 15px;
	white-space: nowrap;
}
.nav ul li a
{
	color: #1e2838;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.nav ul li a:hover
{
	color: #488a8c;
}
.nav ul li ul
{
	display: none;
}
.nav ul li:hover ul
{
	display: flex;
	flex-direction: column;
	position: absolute;
	padding: 5px 10px 5px 0;
	background: #2a2a2a;
	color: #ccc;
	font-size: .85em;
	z-index: 1000;
}
.nav ul li:hover ul a
{
	color: #ccc;
}
.nav ul li:hover ul li:hover a
{
	color: #f4f5e5;
}
/*main*/
body:not(.home) main
{
	max-width: 1240px;
	margin: 0 auto;
	font-size: 16px;
}
main
{
	min-height: 500px;
}
/* sidebar */
.sidebar
{}
/* footer */
p.copyright
{
	text-align: center;
	margin: 2em auto 0;
	padding-bottom: 2em;
}
.footer
{
	font-family: 'Noto Sans Display', Arial, sans-serif;
	background: #1e2838;
	color: #f4f5e5;
	padding: 60px 40px;
}
.footer-widget
{
	max-width: 1240px;
	margin: 0 auto;
}
.footer .wp-block-column .wp-block-image
{
	background: #1e2838;
	text-align: left;
	margin-bottom: 30px;
}
.footer h2
{
	text-transform: uppercase;
	font-family: 'Noto Sans Display', Arial, sans-serif;
}
.footer .wp-block-column:nth-of-type(1) a
{
	font-size: 16px;
	color: #f4f5e5
}
.footer .wp-block-column:nth-of-type(1) a:hover
{
	color: #488a8c !important;
}
.footer .wp-block-column[style*=flex-basis]:nth-of-type(3)
{
	flex-basis: 20% !important;
}
.wp-block-button__link
{
	padding: calc(.667em + 5px) calc(1.333em + 5px) !important;
	background-color: #1e2838 !important;
}
#menu-footer-menu
{
	list-style: none;
	padding: 0;
	text-align: right;
	background-color: ;
}
#menu-footer-menu li
{
	padding: 8px;
}
#menu-footer-menu li a
{
	color: #f4f5e5;
	font-size: 14px;
}
#menu-footer-menu li a:hover
{
	color: #f4f5e5;
}
.mobmenu-content #mobmenuright .sub-menu
{
	background-color: transparent !important;
}
.mobmenu-right-panel
{
	background: #f4f5e5 !important;
}
/*------------------------------------*\
PAGES
\*------------------------------------*/
.home .page-title
{
	display: none;
}
body:not(.home) main p
{
	line-height: 1.5;
}
.constellation-slider
{
	margin: 0;
	width: 100%;
	padding: 0;
	background: #fff;
}
.psac-post-slider.psac-design-2
{
	max-width: 1240px;
	margin: 0 auto;
}
.psac-post-slider.psac-design-2 .psac-post-slides
{
	display: flex;
	align-items: center;
}
.psac-post-slider.psac-design-2 .psac-post-left
{
	background-color: transparent !important;
	background-image: none !important;
	width: 50%;
	height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-self: flex-end;
	color: #f4f5e5;
	padding: 20px;
}
.psac-post-slider.psac-design-2 .psac-post-right
{
	width: 70%;
}
.psac-post-slider.psac-design-2 .psac-post-left .psac-post-overlay
{
	background-color: transparent;
}
.slider-artist-info
{
	flex: 2;
}
.psac-post-slider.psac-design-2 .psac-post-title
{
	font-size: 40px;
	line-height: 1.15;
	font-weight: 400;
	text-transform: none;
	flex: 1;
}
.slider-subtitle
{
	font-size: 24px;
}
.psac-post-left .date-and-room
{
	font-size: 24px;
	display: flex;
	color: #f4f5e5;
	margin-bottom: 25px;
	flex: 0;
}
.psac-post-left .ticket-price
{
	flex: 0;
}
.psac-post-left .slider-date + .slider-room:before
{
	content: "-";
	margin-left: 5px;
}
.psac-post-slider a.button.events-ticket-button
{
	font-size: 15px;
	padding: 10px 30px;
	color: #1e2838;
	padding: calc(.667em + 5px) calc(1.333em + 5px) !important;
	background: #f4f5e5;
	border-radius: 9999px;
}
.psac-post-slider.psac-design-2 .psac-post-image-bg
{
	height: 400px;
	width: 600px;
	float: right;
	border-radius: 4px;
}
.psac-post-slider.psac-design-1 .psac-post-image-bg
{
	height: 500px;
}
.psac-slider-and-carousel .owl-dots
{
	width: 100%;
	text-align: center;
	padding: 0;
}
.psac-slider-and-carousel .owl-dots .owl-dot.active
{
	background: #488a8c;
}
.psac-slider-and-carousel .owl-dots .owl-dot
{
	margin: 0 5px !important;
}
.psac-post-slider
{
	margin-bottom: 30px;
}
.psac-post-slider.psac-design-1 .psac-post-overlay
{
	background: rgba(0, 0, 0, 0.3);
	border: 0;
	/* position: absolute; */
	padding: 230px 0px 20px 0;
	/* left: 0; */
	/* right: 0; */
	max-width: 100%;
	margin: 0 auto;
	/* top: 200px; */
	/* -webkit-transform: translateY(-50%); */
	/* transform: translateY(-50%); */
	z-index: 2;
	height: 100%;
}
.psac-post-slider.psac-design-1
{
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
}
.psac-post-slider.psac-design-1 .psac-post-title
{
	font-weight: 400;
}
.psac-post-slider p
{
	font-size: 18px;
	line-height: 28px;
	text-transform: none;
}
.psac-post-slider a.button.events-ticket-button
{
	width: 200px;
	padding: 12px;
	line-height: 18px;
	display: block;
	text-decoration: none;
	text-transform: none;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
}
.psac-slider-and-carousel .owl-dots
{
	text-align: center;
}
.psac-slider-and-carousel .owl-dots .owl-dot.active
{
	background: #488a8c !important;
}
.psac-slider-and-carousel .owl-dots .owl-dot
{
	background: #1e2838;
}
/*------------------------------------*\
EVENTS
\*------------------------------------*/
.event-listings
{
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
.event-listings h2
{
	font-weight: 400;
	font-family: 'Noto Sans Display', Arial, sans-serif;
	color: #1e2838;
	font-size: 24px;
}
:root .has-black-color
{
	color: transparent !important;
	background-color: transparent !important;
}
#seetickets .list-view-item .dates
{
	display: none !important;
}
#seetickets .list-view-item .list-img
{
	width: 30%;
	min-width: 300px;
	height: 300px;
}
#seetickets .list-view-item img
{
	margin: 0 20px 0 0;
	object-fit: cover;
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
#seetickets .list-view-item .list-view-details .detail
{
	grid-template-columns: auto;
	width: auto;
	font-weight: 400;
	color: #1e2838;
	font-size: 18px;
}
#seetickets.list-view h1.headliners a
{
	display: block;
	font-size: 28px;
	line-height: 30px;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
}
.doors-and-show-time
{
	display: flex;
	width: 100%;
}
#seetickets.list-view .detail_door_time .name:before
{
	content: "Doors:";
	text-transform: none;
	margin-right: 5px;
}
#seetickets.list-view .detail_door_time .name:after
{
	content: " / ";
	text-transform: none;
	margin-left: 5px;
	margin-right: 5px;
}
#seetickets.list-view .detail_event_time .name:before
{
	content: "Show:";
	text-transform: none;
	margin-right: 5px;
}
#seetickets .list-view-item .list-view-details .detail.detail_event_time,
#seetickets .list-view-item .list-view-details .detail.detail_door_time,
#seetickets .list-view-item .list-view-details .detail.detail_event_date
{
	font-weight: 400;
	font-size: 18px;
	font-family: 'Noto Sans Display', Arial, sans-serif;
}
#seetickets .list-view-item .list-view-details .detail .label,
#seetickets .list-view-item .list-view-details .detail.detail_sort_date
{
	display: none;
}
#seetickets.list-view h1.headliners a
{
	color: #1e2838;
	font-weight: 400;
	font-size: 24px;
}
#seetickets.list-view h1.headliners a:hover
{
	color: #505358;
}
#seetickets .detail.detail_event_subtitle
{
	font-size: 18px !important;
}
#seetickets .list-view-item .ticket-price
{}
#seetickets .list-view-item .ticket-price a
{
	background: #1e2838;
	color: #f4f5e5;
	font-weight: 400 !important;
	border: solid 2px #1e2838;
	border-radius: 9999px;
	text-transform: none;
	font-size: 16px;
	padding: calc(.667em + 5px) calc(1.333em + 5px) !important;
}
#seetickets .list-view-item .ticket-price a:hover
{
	background: #f4f5e5;
	border: solid 2px #488a8c;
	color: #488a8c;
}
/*calendar*/
#seetickets .calendar-link
{
	display: flex;
	text-align: center;
	align-content: center;
	align-items: center;
}
#seetickets .calendar-link a
{
	color: inherit;
	padding: 4px 0;
	text-transform: none;
	letter-spacing: 0.06em;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	margin: 15px auto;
	font-weight: normal;
	text-decoration: none;
}
#seetickets table.calendar
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	margin: 0 auto;
}
#seetickets td.calendar-day-np
{
	background: #eee;
}
#seetickets td.calendar-day,
#seetickets td.calendar-day-np,
#seetickets td.calendar-day-no-events
{
	width: 11%;
	max-width: 150px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
}
#seetickets .calendar-event .detail
{
	grid-template-columns: 100% 100%;
}
#seetickets .calendar-event .detail_seetickets_eventtitle h1
{
	font-size: 1.5rem;
	line-height: 1.25;
	font-weight: 400;
}
#seetickets .calendar-event .detail.detail_event_date,
#seetickets .calendar-event .detail.detail_event_header,
#seetickets .calendar-event .detail.detail_room,
#seetickets .calendar-event .detail.detail_sort_date,
#seetickets .calendar-event .detail.detail_door_time,
#seetickets .calendar-event .detail.detail_event_time,
#seetickets .calendar-event .detail.detail_headliners,
#seetickets .calendar-event .detail.detail_price_range,
#seetickets .calendar-event .detail.detail_supporting_talent,
#seetickets .calendar-event .detail.detail_event_subtitle
{
	display: none;
}
#seetickets .calendar-event > .date
{
	display: none !important;
}
#seetickets a.event_tickets
{
	margin-top: 10px;
	background: #1e2838;
	border: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	color: #f4f5e5 !important;
	font-weight: 400 !important;
	border-radius: 9999px;
	text-transform: none;
}
#seetickets .calendar-event .event_button:hover
{
	background-color: #1e2838;
	color: #f4f5e5;
}
#seetickets h2.month-name
{
	text-align: center;
	font-size: 2em;
}
#seetickets .calendar-event a
{
	color: inherit;
}
#seetickets .calendar-event a:hover
{
	color: #f4f5e5;
	opacity: 0.5;
}
#seetickets.search-results h3.search-for
{
	margin-bottom: 30px;
	font-size: 2em;
}
#seetickets table.calendar .calendar-event
{
	background: none;
}
#seetickets h2.calendar-link a:hover,
#seetickets h2.calendar-link a:focus
{
	text-decoration: none;
	background: none;
	color: #F7567C;
	opacity: 0.7
}
#seetickets .calendar-event .detail_seetickets_eventtitle h1
{
	text-transform: none;
}
/*------------------------------------*\
TYPOGRAPHY
\*------------------------------------*/
@font-face
{
	font-family: 'Font-Name';
	src: url('fonts/font-name.eot');
	src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1280px)
{
	.header-widget
	{
		width: 25%;
	}
	.nav ul li a
	{
		font-size: 14px;
	}
	.header .wp-block-social-links,
	.header .wp-block-social-links.has-normal-icon-size
	{
		font-size: 18px;
	}
	.header .wp-block-social-links .wp-social-link.wp-social-link.wp-social-link,
	.header .wp-block-social-links.is-style-logos-only .wp-social-link
	{
		margin: 0;
		padding: 0;
	}
}
@media all and (max-width: 1024px)
{
	body:not(.home) main
	{
		max-width: 95%;
	}
	.constellation-slider
	{
		padding-bottom: 10px;
	}
	.psac-post-slider.psac-design-2 .psac-post-slides
	{
		flex-direction: column-reverse;
	}
	.psac-post-slider.psac-design-2 .psac-post-image-bg
	{
		height: 400px;
		width: 600px;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.psac-post-slider.psac-design-2 .psac-post-left
	{
		height: auto;
		width: 100%;
	}
	.psac-post-slider.psac-design-2 .psac-post-title
	{
		font-size: 32px;
	}
	.psac-post-left .date-and-room
	{
		font-size: 24px;
	}
	.psac-post-slider.psac-design-2 .psac-post-right
	{
		width: 100%;
	}
	.psac-post-slider.psac-design-2 .psac-post-image-bg
	{
		width: 95%;
	}
	.footer .wp-block-column[style*=flex-basis]:nth-of-type(n)
	{
		flex-basis: 100% !important;
		text-align: center;
	}
	.event-listings
	{
		width: 95%;
	}
	.footer .wp-block-column .wp-block-image
	{
		margin: 0 auto 1em;
	}
	.footer .wp-block-column:nth-child(2n)
	{
		margin-left: auto;
	}
}
@media all and (max-width:600px)
{
	.psac-post-slider.psac-design-2 .psac-post-image-bg
	{
		height: 400px;
		width: 95%;
	}
	#seetickets .list-view-item .list-img
	{
		width: 100%;
		height: auto;
	}
	.footer #menu-footer-menu
	{
		text-align: center;
	}
	.footer .wp-block-social-links
	{
		justify-content: center;
	}
	.footer .wp-block-buttons
	{
		justify-content: center;
	}
	.footer .wp-block-column .wp-block-image,
	.footer .wp-block-column
	{
		text-align: center;
	}
}
@media all and (max-width:480px)
{
	.psac-post-slider.psac-design-2 .psac-post-image-bg
	{
		height: 300px;
		width: 95%;
	}
}
@media all and (max-width:320px)
{
	.psac-post-slider.psac-design-2 .psac-post-image-bg
	{
		height: 200px;
		width: 95%;
	}
}
@media only screen and (min-width:480px)
{}
@media only screen and (min-width:768px)
{}
@media only screen and (min-width:1024px)
{}
@media only screen and (min-width:1140px)
{}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi)
{}
/*------------------------------------*\
MISC
\*------------------------------------*/
::selection
{
	background: #488a8c;
	color: #f4f5e5;
	text-shadow: none;
}
::-webkit-selection
{
	background: #488a8c;
	color: #f4f5e5;
	text-shadow: none;
}
::-moz-selection
{
	background: #488a8c;
	color: #f4f5e5;
	text-shadow: none;
}
/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/
.alignnone
{
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter
{
	display: block;
	margin: 5px auto 5px auto;
}
.alignright
{
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft
{
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright
{
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone
{
	margin: 5px 20px 20px 0;
}
a img.alignleft
{
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption
{
	background: #f4f5e5;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone
{
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft
{
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright
{
	margin: 5px 0 20px 20px;
}
.wp-caption img
{
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption
{
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky
{}
.bypostauthor
{}
/*------------------------------------*\
PRINT
\*------------------------------------*/
@media print
{
	*
	{
		background: transparent !important;
		color: #1e2838 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited
	{
		text-decoration: underline;
	}
	a[href]:after
	{
		content: " (" attr(href) ")";
	}
	abbr[title]:after
	{
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after
	{
		content: "";
	}
	pre,
	blockquote
	{
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead
	{
		display: table-header-group;
	}
	tr,
	img
	{
		page-break-inside: avoid;
	}
	img
	{
		max-width: 100% !important;
	}
	@page
	{
		margin: 0.5cm;
	}
	p,
	h2,
	h3
	{
		orphans: 3;
		widows: 3;
	}
	h2,
	h3
	{
		page-break-after: avoid;
	}
}
/***** CP4WP *****/
#list-view-events,
.see-slider,
.seetickets-calendar-container,
.seetickets-list-events
{
	max-width: 100% !important;
}
.seetickets-list-view-event-image
{
	aspect-ratio: 1/1;
	transition: 1s ease all;
}
.buy-and-share-block
{
	bottom: 0;
	top: 15px;
	right: 0;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	transition: 1s ease all;
}
.seetickets-list-event-container *
{
	color: #1e2838;
	font-weight: 400;
	font-family: 'Noto Sans Display';
}
.event-info-block
{
	max-width: 65% !important;
}
.event-info-block .title a
{
	color: #1e2838;
	font-weight: 700;
	font-size: 24px;
	font-family: 'Noto Sans Display';
}
.event-info-block p
{
	margin-bottom: 10px;
	font-size: 18px;
}
a.seetickets-buy-btn
{
	color: #f4f5e5;
	font-weight: 400 !important;
	border: solid 2px #1e2838;
	border-radius: 100px;
	text-transform: none;
	font-size: 16px;
	padding: calc(0.667em + 5px) calc(1.333em + 5px);
	width: 250px;
	text-align: center;
	transition: 1s ease all;
}
a.seetickets-buy-btn:hover
{
	background: none;
	border: solid 2px #488a8c;
	color: #488a8c;
	transition: 1s ease all;
}
.seetickets-social-media-container.mb-12
{
	text-align: center;
	margin: 20px auto 0;
	text-transform: uppercase;
	letter-spacing: .5px;
	transition: 1s ease all;
}
.seetickets-list-event-container.mdc-card.mdc-card--outlined
{
	border: 0;
	border-bottom: 1px dashed #1e2838;
	padding-bottom: 10px;
	transition: 1s ease all;
}
.event-info-block p.headliners,
.event-info-block p.venue
{
	display: none;
}
.seetickets-list-view-pagination a
{
	text-decoration: none;
	padding: 15px 20px;
	color: #fff;
}
.seetickets-list-view-pagination li
{
	padding: 0;
}
.seetickets-list-view-pagination li.seetickets-list-view-pagination-active
{
	background-color: #212429;
	color: #fff;
	padding: 15px 20px;
}
#list-view-events .seetickets-list-events + .display-flex.justify-end
{
	justify-content: center !important;
}
table .seetickets-calendar-event-picture,
table .calendar-body
{
	width: 100% !important;
	max-width: 100%;
	height: auto !important;
}
div.seetickets-buy-btn
{
	border-radius: 100px !important;
}
.seetickets-calendar-event-title a,
.seetickets-list-event-content-container .event-info-block a
{
	text-decoration: none;
	color: #212429;
}
.see-slider
{
	height: 80vh !important;
}
.swiper-slide .slider-background
{
	height: 100%;
	background-size: cover !important;
	background-position: 25% auto !important;
	background-repeat: no-repeat !important;
}
.slider-event-title a
{
	text-decoration: none;
	color: #FFF;
	pointer-events: none;
	cursor: default;
}
@media (max-width:840px)
{
	.buy-and-share-block
	{
		position: relative !important;
		flex-direction: column !important transition: 1s ease all;
	}
	.seetickets-social-media-container.mb-12
	{
		text-align: left;
		margin: 20px 0 0;
		transition: 1s ease all;
	}
}
@media (max-width:663px)
{
	.seetickets-list-event-container.mdc-card.mdc-card--outlined,
	.seetickets-list-event-container.grid-item
	{
		width: 100% !important;
		margin: 0 auto !important;
		transition: 1s ease all;
	}
	.seetickets-list-view-event-image
	{
		object-fit: cover;
		min-width: initial;
		width: 100% !important;
		min-height: initial;
		height: auto !important;
		aspect-ratio: 1/1;
		transition: 1s ease all;
	}
}
.seetickets-social-media-container a svg
{
	display: none;
}
.seetickets-social-media-container a
{
	color: inherit;
	display: block !important;
	font-size: 24px;
	text-decoration: none;
}
/*facebook circle*/
.list-view-events .seetickets-social-media-container a:first-of-type:after
{
	content: "\f09a";
	font-family: 'Font Awesome 6 Brands';
}
/*x-twitter*/
.list-view-events .seetickets-social-media-container a:last-of-type:after
{
	content: "\e61b";
	font-family: 'Font Awesome 6 Brands';
}