/*
	Theme Name: A-List Entertainment
	Theme URI: http://alist.com.au
	Description: A-List Entertainment website theme
	Version: 2.3.2
	Author: Hew Sandison
*/

/*------------------------------------*\
    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:300 11px/1.4 'Gilroy', Helvetica, Arial, sans-serif;
	color:#222222;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: inherit;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width: 100%;
	margin:0 auto;
	position:relative;
}

#location-setter {
	background: #FAFAFA;
	width: calc(100% - 20px);
	padding: 5px 10px;
	font-weight: 600;
	font-size: 14px;
	color: #555555;
	text-align: center;
	margin: 20px auto;
}

#location-setter select#cat {
	-webkit-appearance: none;
	font-size: 15px;
	font-weight: 700;
	padding: 0;
	border: 0;
	background: none;
	color: #111111;
	text-decoration: underline;
	width: auto;
}



/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*.iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

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

/* section {
	margin-top: 20px;
	margin-bottom: 20px;
} */

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*------------------------------------*\
    NEWS
\*------------------------------------*/

section.news {
	max-width: 768px;
	margin: 0 auto;
}

section.news article {
	border-bottom: 1px dotted #C50000;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

section.news.single article {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

section.news article h2 {
	color: #C50000;
}

section.news article h5.published-date {
	font-size: 14px;
	color: #888888;
}

section.news article .excerpt {
	margin: 20px;
	line-height: 1.3;
}

section.news article .read-more {
	font-weight: 800;
	text-transform: uppercase;
	color: #C50000;
}

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

	section.news.archive article {
		max-width: 100%;
	}

	.artist-products section.pad {
	    width: 100% !important;
	    display: block !important;
	    vertical-align: top !important;
	    margin-right: 0 !important;
	}

}

/*------------------------------------*\
    PRODUCTION
\*------------------------------------*/

section.production {
	max-width: 768px;
	margin: 0 auto;
}

section.production article {
	border-bottom: 1px dotted #C50000;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

section.production.single article {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

section.production article h2 {
	color: #C50000;
}

section.production article h5.published-date {
	font-size: 14px;
	color: #888888;
}

section.production article .excerpt {
	margin: 20px;
	line-height: 1.3;
}

section.production article .read-more {
	font-weight: 800;
	text-transform: uppercase;
	color: #C50000;
}

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

	section.production.archive article {
		max-width: 100%;
	}

}


/*------------------------------------*\
    New Show Formatting
\*------------------------------------*/

.show {
	width: 100%;
	padding: 11px 0;
}
.show.thisshow {
	background-color: #FCF7F7;
}
.show:hover {
	cursor: pointer;
	background: #FAFAFA;
}
.show:last-child {
	border-bottom: none;
}
.show.open {
	background: #FAFAFA;
}

.show > * {
	padding-right: 10px;
}
.show h5, .show p {
	margin: 0;
}

.show .date, .show .city, .show .venue {
	flex-grow: 1;
	flex-shrink: 1;
	width: 20%;
}

/* More information */

.show .showinfo {
	font-style: italic;
	font-size: 14px;
	color: #BBBBBB;
	width: 85px;
}
.show .showinfo span {
	text-decoration: underline;
}

.show .moreinfo {
	margin: 6px 3px;
	padding-left: 6px;
	border-left: 2px solid #AAAAAA;
	color: #6A6A6A;
}
.show .moreinfo p {
	color: inherit;
}

.show .meta-fb {
	width: 20px;
	height: 20px;
	display: inline-block;
}

/* Ticket links */

.show .tickets {
	font-size: 18px;
	text-align: center !important;
	width: auto;
	width: 150px;
	text-transform: uppercase;
	font-weight: 900;
	color: #FFFFFF;
	padding: 8px 8px 5px;
}
.show .tickets.sale {
	background: #C50000;
}
.show .tickets.free {
	background: #C50000;
}
.show .tickets.limited {
	background: #8B0000;
}
.show .tickets.soon {
	background: #DDDDDD;
	cursor: default;
}
.show .tickets.soldout {
	color: #999999;
	background: #FAFAFA;
}

.moreinfo {
	display: none;
	width: 100%;
}
.adult {
	font-size: 20px;
	font-weight: 600;
	margin-left: 4px;
	position: relative;
	bottom: 2px;
}


.past.shows {
	margin-top: 30px;
}

.past.shows .show h5 {
	color: #777777;
}

.past.shows .show .tickets, .past.shows .show .showinfo, .tour_group .tourInfo {
	display: none;
}


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

	.show {
		padding-top: 15px;
	}

	.show .date, .show .venue {
		flex-grow: 2;
		min-width: 50%;
	}

	.show .city, .show .showinfo {
		flex-grow: 0;
		width: auto;
		text-align: right;
	}

	.show .venue {
		font-size: 14px;
	}

	.show .showinfo {
		width: auto;
	}

	.show .tickets {
		width: 100%;
		margin-top: 15px;
		font-size: 16px;
		padding: 6px 6px 3px;
	}

	[data-mobile-order="2"] {
		order: 2;
	}
	[data-mobile-order="1"] {
		order: 1;
	}

}

/*------------------------------------*\
    SHOW FORMATTING
\*------------------------------------*/


.pad {
	padding-left: 10px;
	padding-right: 10px;
}

@media only screen and (min-width:1290px) {
	.pad {
		padding-left: 0;
		padding-right: 0;
	}

}



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	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 (min-width:320px) {

}
@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 (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	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:#FFF;
	max-width: 100%;
	text-align:center;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:100%;
	padding:0;
	width:auto;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    GENERAL LAYOUT
\*------------------------------------*/

.slim-content {
	max-width: 960px;
	margin: 0 auto;
}

.banner {
	height: 350px;
	position: relative;
	background-size: cover;
	background-position: center;
}
.banner.tour {
	height: 420px;
}

.banner > img {
	width: 100%;
	height: auto;
	max-height: 100%;
}

.banner.tour.home > a {
	width: 100%;
	height: 100%;
}

.banner.tour.home > a > img {
	width: 100%;
	height: auto;
	max-height: 100%;
}

.banner.thin.spaced {
	margin: 10px auto 20px;
	height: auto;
}

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

	.banner.tour {
		height: 252px;
	}
	.banner {
		height: 210px;
	}


}

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

	.banner.tour {
		height: 138px;
	}
	.banner {
		height: 115px;
	}
	.carousel.control {
		display: none;
	}
	.wp-block-columns {
		display: block;
	}

}

h4.get-tix {
	color: #FFFFFF;
	position: absolute;
	right: 24px;
	bottom: 0;
	padding: 8px 5px 5px;
	background: #C50000;
	margin: 0;
	text-transform: uppercase;
}

.see-all {
	position: absolute;
	height: 100%;
	width: 200px;
	background-image: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	z-index: 2;
	right: 0;
	top: 0;
}

.see-all > h4 {
	color: #FFFFFF;
	position: absolute;
	padding: 12px 8px 8px;
	background: #555555;
	background-image: linear-gradient(-180deg, #A6A6A6 0%, #373737 100%);
	box-shadow: 2px 0 5px rgba(0,0,0,.1);
	text-transform: capitalize;
	margin: 0;
	right: 0;
	bottom: 20px;
	width: 100%;
}

h4.get-tix::after, h4.see-all::after {
	content: '\25B8';
	margin-left: 2px;
}

.artist-posters.home {
	overflow: hidden;
	position: relative;
	margin: 15px 0 30px;
}

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

	h4.get-tix {
		display: none;
	}

}




/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !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;
	}
}


/*------------------------------------*\
    ARTIST ARCHIVE PAGE
\*------------------------------------*/

.artist-posters {
	margin: 50px auto;
}

.artist-poster {
	display: inline-block;
	margin: 5px;
	width: 150px;
	height: 220px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	flex-shrink: 0;
}

.artist-poster > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.artist-poster > .shadow {
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: inset 0 -130px 150px -130px rgba(0,0,0,1);
}

.artist-poster > .artist-title {
	margin: 5px;
	max-width: calc(100% - 10px);
	max-height: calc(100% - 10px);
	position: absolute;
	bottom: 0;
	z-index: 1;
	line-height: 1;
	color: #FFFFFF;
	font-weight: 800;
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
	hyphens: auto;
	opacity: 0;
}

.artist-poster:hover > .artist-title {
	opacity: 1;
}

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

	.artist-posters.home {
		overflow: auto;
		flex-wrap: wrap !important;
		justify-content: space-between;
		align-content: space-between;
		position: relative;
	}

	.artist-poster {
		margin: 4px;
		width: 30%;
		height: 0;
		padding-top: 45%;
		flex-grow: 0;
		position: relative;
	}

	.artist-poster > img {
		position: absolute;
		top: 0;
	}

	.artist-poster > .artist-title {
		opacity: 1;
	}

	.see-all {
		background-image: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
		height: 100px;
		width: calc(90% + 24px);
		position: relative;
		order: 5;
		margin: 2px;
		flex-grow: 1;
		margin-top: -100px;
	}

}

/*------------------------------------*\
    SINGLE ARTIST PAGE
\*------------------------------------*/

.artist-menu {
	position: relative;
	width: 100%;
}

.artist-menu a {
	color: #CCCCCC;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 5px 10px 0;
	margin: 0 8px 0 0;
	background: rgba(0,0,0,.5);
}

.artist-menu a.active {
	color: #FFFFFF;
}

main.artist .artist-content {
	margin: 40px 0 20px;
}

main.artist #shows {
	padding-top: 0;
	border-top: none;
}

.artist-columns {
}

.artist-column {
	flex-basis: calc(50% - 10px);
}

.artist-column.gallery {
	max-width: 310px;
	margin-right: 30px;
}

.gallery-container {
	width: 100%;
}

.gallery.item {
	flex-basis: 45%;
	flex-grow: 1;
	flex-shrink: 1;
	max-width: 100%;
	min-width: 30%;
	padding: 2px;
}

.gallery.item:first-of-type {
	width: 100%;
	flex-basis: 100%;
}

.gallery.item > img {
	width: 100%;
}

.gallery.thumbnail {
	margin-left: auto;
}

.gallery.thumbnail > img {
	width: 100%;
	height: auto;
	object-fit: cover;
	max-width: 300px;
}

.artist.social h4 {
}

.artist.social a {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 8px;
}

.artist-content a > li {
	list-style-type: none;
	font-size: 15px;
	font-weight: 600;
}

.artist-content a > li::before {
	content: '\25B8';
	margin-right: 7px;
	color: #C50000;
}

.artist-content#watch .iframe-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.artist-content#watch .iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

	.artist-column {
		flex-basis: 100%;
	}

}

/*------------------------------------*\
    TOUR ARCHIVE PAGE
\*------------------------------------*/


.tour-banners .tour {
	flex-basis: 50%;
	flex-grow: 0;
	padding: 3px;
}

.tour-banners .tour > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

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

	.tour-banners .tour {
		flex-basis: 100%;
		flex-grow: 1;
	}

}



/*------------------------------------*\
    SINGLE FESTIVAL PAGE
\*------------------------------------*/

.tour_group {
	margin: 10px auto;
}

.tour_banner:hover {
	cursor: pointer;
}

.tourInfo {
	border-bottom: 1px dotted #C50000;
	padding-bottom: 20px;
	margin-bottom: 30px;
}


/*------------------------------------*\
    EU Cookie
\*------------------------------------*/

.eu-cookie {
	width: calc(100vw - 20px);
	margin: 10px auto;
	padding: 15px 10px;
	position: fixed;
	bottom: 0;
	left: 10px;
	z-index: 1;
	box-shadow: 0 1px 10px 3px rgba(0,0,0,.25);
	background: #C50000;
}

.eu-cookie h5 {
	margin: 0;
	color: #FFFFFF;
	text-align: center;
}

.eu-cookie #accept {
	text-transform: uppercase;
	font-weight: 700;
	padding: 3px 4px 0;
	background: rgba(0,0,0,.15);
	text-decoration: none;
	cursor: pointer;
}

.eu-cookie #accept:hover {
	cursor: pointer;
}

/*------------------------------------*\
    Carousels
\*------------------------------------*/

.carousel.container {
	overflow: hidden;
}
.carousel.item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.carousel.item-img {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.carousel.control {
	z-index: 5;
	height: 100%;
	position: absolute;
	top: 0;
	font-size: 26px;
	border: none;
	outline: none;
	color: #FFFFFF;
	padding: 0 3px !important;
	background: rgba(0,0,0,.05);
}
.carousel.control:hover {
	background: rgba(0,0,0,.2);
}
.carousel.control.prev {
	left: 0;
}
.carousel.control.next {
	right: 0;
}
/* .carousel.item.ready {
	left: 100% !important;
}
.carousel.item.active {
	left: 0% !important;
	transition: .65s;
}
.carousel.item.complete {
	left: -100% !important;
	transition: .65s;
} */

/*------------------------------------*\
    CONTACT FORMS
\*------------------------------------*/

form.wpcf7-form {
	margin: 20px 0;
}

form.contact.form, #respond {
	display: none;
}

.wpcf7-form input, .wpcf7-form textarea {
	width: 100%;
	font-weight: 500;
	border: 1px solid #DDDDDD;
	margin: 8px 0;
}

.wpcf7-form input {
	max-width: 400px;
	font-size: 18px;
	padding: 10px 6px 6px;
	font-weight: 600;
}

.wpcf7-form textarea {
	max-width: 550px;
	font-size: 16px;
	padding: 8px 6px;
	min-height: 150px;
}

.wpcf7-form input[type="submit"] {
	width: auto;
	padding: 10px 20px 7px;
	text-transform: uppercase;
	background: #C50000;
	color: #FFFFFF;
	font-weight: 900;
	font-size: 28px;
	border: 0;
}

.wpcf7-form input[type="submit"]:hover {
	background: #980A0A;
}

.contact-message {
	font-size: 16px;
	font-style: italic;
	color: #222222;
	border-left: 3px solid;
	padding: 10px 10px 7px;
	background: #FAFAFA;
	display: inline-block;
	font-weight: 400;
}

.contact-message.error {
	border-left-color: #C50000;
}

.contact-message.success {
	border-left-color: #519E6B;
}

/* MISCELLANEOUS ELEMENTS */

.cta-buttons {
  margin: 30px auto;
}

.cta-button {
	background: #C50000;
	background-image: linear-gradient(0deg, #C50000 0%, #db2525 100%);
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
	border-radius: 4px;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
	flex-shrink: 1;
	width: 32%;
}

.cta-button h2 {
	color: #FFFFFF;
}

.cta-button p {
	color: #FFFFFF;
	margin-bottom: 0;
}

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

	.cta-button {
		width: 95%;
		min-width: 45%;
	}

}


/* SELECT BOX */

/* select#cat {
	-webkit-appearance: none;
	border: none;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 10px 7px;
	background: #C50000;
	color: #FFFFFF;
} */


/* - - -
TABLE - - - */

.wp-block-column {
	margin-right: 40px;
}

.wp-block-columns.has-2-columns {
	margin: 25px 0;
}

.wp-block-table td {
	padding: 4px 5px;
	font-size: 16px;
}

.wp-block-table tr {
	border-bottom: 1px solid #DDDDDD;
}

.wp-block-table a {
	font-weight: 700;
}

.wp-block-table a::before {
	content: '\25B8';
	margin-right: 4px;
	color: #C50000;
}

@media only screen and (max-width:480px) {
	.wp-block-table td {
		font-size: 14px;
	}
}

div#sendgrid_nlvx_widget-2 {
    width: 63% !important;
    background: linear-gradient(to left, #ffffff00 8%, #f3f1f2 60%);
    height: 100%;
    padding-top: 50px;
	padding-bottom: 50px;
    padding-left: 10%;
}
article#post-2507 {
    margin-left: -35px;
    margin-right: -34px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

article#post-2507 input, article#post-2507 textarea {
    padding: 5px;
    background: #fff;
    border-color: #efefef;
    border-width: 2px;
    border-style: solid;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 1em;
    color: #666;
    font-family: inherit;
}
article#post-2507 label.sendgrid_mc_label {
    color: #000;
    font-size: 13px;
}
article#post-2507 br.clear {
    display: none;
}
article#post-2507 h2.widgettitle {
    font-size: 18px;
    color: #222222;
    text-transform: capitalize;
    font-weight: 600;
}
article#post-2507 p.sendgrid_widget_text {
    font-size: 14px;
    width: 300px;
}
#post-2507 input#sendgrid_mc_email_submit {
    background: #245682 !important;
    color: #FFF !important;
    display: inline-block;
    padding: .327em 1em;
    color: white !important;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    text-decoration: none;
    font-size: 1em;
    font-family: inherit;
    cursor: pointer;
    overflow: visible;
    width: auto;
    line-height: 1.618em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    background: #428bca;
    font-weight: 200;
    text-transform: uppercase;
    box-shadow: 0 0 0 0 #888;
    -webkit-box-shadow: 0 0 0 0 #888;
    border-radius: 3px;
    text-shadow: none;
    -webkit-appearance: none;
    margin-bottom: 20px !important;
}
.page-id-2507 aside.sidebar {
    display: none;
}
.page-id-2507 section.newsletter {
    margin-top: 0;
}

@media only screen and (max-width:781px) {
	article#post-2507 {
		background-color: #FFF !important;
		background-image: none !important;
		text-align: center;
		margin: 0 auto;
	}
	div#sendgrid_nlvx_widget-2 {
		width: 100% !important;
		background: none;
		height: 100%;
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 0;
	}
	article#post-2507 p.sendgrid_widget_text {
		font-size: 14px;
		width: 100%;
	}
	div#MobBack {
		width: 100%;
		height: 290px;
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 781px) and (min-width: 600px) {
div#MobBack {
    height: 500px !important;
}
}
.sidebar {
    display: none;
}

select#sendgrid_mc_city {
    width: 143px;
    height: 27px;
    border: none;
}

/*Aastha Custom CSS */
.products_show_books h1, .products_show_march h1, .products_show_podcast h1 {
    margin-bottom: 35px;
    margin-top: 30px;
}
.products_show_podcast a.product-poster {
    margin-right: 10px;
}

.artist-products > section:nth-child(1) {
    margin-right: 25px;
}
.artist-products section.pad {
    width: 48%;
    display: inline-block;
        vertical-align: top;
}
.artist-products {
    margin-bottom: 30px;
}
.artist-products h1 {
    font-size: 42px;
}
/*Aastha Custom CSS */