/**

important colors: 
#E6E7E8 (off white)
#1362e5 (blue)
#555 (grey)
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css";


/* Component (SMACSS module) rules */
@import "components/misc.css";
/* Optionally, add your own components here. */
@import "print.css";

* {
	box-sizing:border-box;
}


::-moz-selection 
{
    background-color: #000;
    color: #E6E7E8;
}
 
::selection 
{
    background-color: #000;
    color: #E6E7E8;
}


body {
	background:#E6E7E8;
	font-size:18px;
	font-family:"futura-pt";
}

a, 
a:visited {
	color:#555;
	text-decoration:none;
}

a:hover {
	color:#000;
}

strong {
	font-weight:800;
}

svg {
	max-width:100%;
}

h1,
h2.block-title {
	text-transform:uppercase;
	font-size: 22px;
	padding:0 0 10px 0;
	margin: 0;
	font-weight: 800;
	letter-spacing: 0.03em;
}


.block, p {
	margin:0;
	line-height:1.2em;
	/*font-size:0.8rem;*/
}

.black {
	background:#000;
	color:#E6E7E8;
}

.black a {
	color:#E6E7E8;
	
}

.black a:hover {
	color:#555;
	
}

.top-spacer {
	width:100%;
	height:45px;
}
#navigation {
	width:100%;
	padding:10px 0;
	position: fixed;
	top:0;
	background: #000;
	z-index: 90;
	text-align: center;
	font-family:"futura-pt";
	font-weight:800;
	font-size:28px;
	text-transform:uppercase;
	letter-spacing:0.04em;
	}
	
#navigation a {
	color:#E6E7E8;
	text-decoration:none;
}

#navigation a:hover {
	color:#555;
	text-decoration:none;
}

#navigation .links li {
	float:none;
	display: inline-block;
	
	padding: 6px;
}


.menu-9438 {
	cursor:pointer;
}
.region-feature {
	background:#000;
}

/*** shopping cart at top ***/
#block-commerce-cart-cart {
    color: #FFF;
    background: #000;
    max-width: 960px;
    margin: 0 auto 20px auto;
    padding: 20px 0;

}

body.front #block-commerce-cart-cart{
	display:none;
}

#block-commerce-cart-cart h2{
text-transform: uppercase;
font-weight: 800;
font-size: 1.3em;
letter-spacing: 0.05em;
}


#block-commerce-cart-cart .views-table {
width: 100%;
background: #000;
}

#block-commerce-cart-cart .views-table tr.even, 
#block-commerce-cart-cart .views-table tr.odd {
	background:#000;
}

#block-commerce-cart-cart .views-table tr.even a, 
#block-commerce-cart-cart .views-table tr.odd a {
	color:#E6E7E8;
	font-weight:800;
}

.line-item-summary .links li a {
	display: block;
	float: right;
	color: #000;
	background: #E6E7E8;
	padding: 3px 10px;
	border-radius: 3px;
	margin: 10px 0 0 20px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.9em;
}




.line-item-summary .links li a:hover {
	background: #000;
	color: #E6E7E8;

}
/* featured slider */
#feature {
	margin-top:-3em;
}
.view-featured-carousel {
	display:none;
}


.front .view-featured-carousel {
	display:block!important;
}
.slider li {
	background:#000;
	color:#E6E7E8;
	font-family:"futura-pt";
	font-size:12px;
	line-height:1.4em;
}


.slider li:hover {
	background:#E6E7E8;
	color:#000;

}



.slider li:hover .black {
	background:#E6E7E8;
	color:#000;

}
.slider li:hover a {
	color:#000;

}
.featuredShow {
	padding:20px;
}

.featuredShow:hover {
	background:#E6E7E8!important;
	color:#000;

}

.featuredShow .actOne,
.featuredShow .actTwo {
	font-weight:800;
	font-size:18px;
	line-height:1.2em;
}

#container, .container {
	max-width:960px;
	margin:auto;
}
#container {
	padding-bottom:20px;
}


/* the logo */

.homeLogo {
	margin:30px 0 20px 0;
}

.homeLogo:hover {
	fill:#555;
}
/* the row view for shows */


.view-id-shows2 .view-content .views-row,
.view-id-shows .view-content .views-row,
#block-views-shows-block .views-row {
	
	
	padding:0px;
	margin:10px 0px 20px 0px;
	border-top:2px solid #444;
	min-height:220px;
	overflow:hidden;

		max-width:1100px;
	background:#FFF;
	display:grid;
	grid-template-columns:1fr 300px 220px;
}


.views-field-nothing,
.views-field-nothing-1 {
	padding:0.5em 1px 0.5em 0.5em; 
}

.show-image {
	margin-bottom:-6px;
}


.time-default {
	display:inline;
}

.views-field-nothing .actOne,
.views-field-nothing .actTwo,
.views-field-nothing .actThree,
.views-field-nothing .actFour {
	margin-bottom:5px;
}


.act_info {
	font-size:0.7em;
}
.showBody {
margin-top:0.5rem;
}


.views-field-nothing p {
	margin:0;
}
.views-field-nothing-1 {
	/*float:left;
	width:280px;*/
/*	margin:10px;*/
}


.show-icon {
	cursor:pointer;
	padding-right:5px;
}

.show-icon:hover {
	color:#555;
}
.views-field-nothing-1 strong {
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.views-field-nothing .actOne, 
.views-field-nothing .actTwo,
.views-field-nothing .actThree {
	font-weight: 800;
	/*letter-spacing: 0.05em;*/
	line-height: 0.8em;
}
.showDate {
	margin-bottom:0.5em;
/*	font-size:14px;*/
	/*padding-bottom:5px;*/
}
.views-field-nothing .actOne {
	font-size:1.8em;
}

.views-field-nothing .actTwo,
.views-field-nothing .actThree {
	font-size:1.25em;
}

.views-field-nothing-1 .productRef,
.views-field-nothing-1 .sharethis-wrapper {
	
	margin-top:10px;
}
/*.views-field-nothing-2 {
float:right;	

}


*/








.views-field-nothing-1 .form-submit,
input[type=submit] {
	background: #000;
	border: 0;
	color: #E6E7E8;
	text-transform: uppercase;
	font-size: 16px;
	padding: 6px 27px;
	border-radius: 3px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.views-field-nothing-1 .form-submit:hover,
input[type=submit]:hover,
input[type=submit].out-of-stock {
color: #000;
background: #E6E7E8;
}

.black input[type=submit] {
	color: #000;
	background: #E6E7E8;
}


.black input[type=submit]:hover {
	background: #000;
	color: #E6E7E8;
}

label {
	text-transform:uppercase;
}


#footer {
padding:0;
}

.footer-text {
	font-weight: 600;
	font-size: 0.7em;
}

.footer-icons {
	height:27px;
	padding:20px 0 10px 0;
}

.footer-icons i.fa {
	float:left;
	padding:0 15px 0 0;
}

.view-id-instagram  {
	padding:20px 0;
}
.view-id-instagram .views-field-images {
	padding-bottom:30px;
}

.view-id-instagram .view-content .odd,
.view-id-instagram .view-content .even {
	float: left;
	width: 120px;
	padding-right: 19px;	
}


.view-id-instagram .view-content .last {
	padding-right:0!important;	
}


#first-time {
	display:none;
}

#footer-left {
	width: 480px;
	float: left;
	margin-top: 20px;
}

.view-our-tweets .views-row {
	padding-bottom:10px;
	border-bottom:1px dotted #E6E7E8;
	margin-bottom:10px;
	}
	
	
.view-our-tweets .views-row-last{
	padding-bottom:0;
	border-bottom:none;
	margin-bottom:0;
	}
	
	
.tweet-message {
	font-size:12px;
	line-height:1.15em;
}

.tweet-message a {
	font-weight:700;
}
.tweet-date {
	font-weight: 700;
	font-size: 9px;
	text-transform: uppercase;
	color:#AAA;
	}

#footer-right {
	width: 400px;
	float: right;
	margin-top: 20px;
	margin-left: 10px
}


/* cart table */
.view-commerce-cart-summary table,
.commerce-line-item-views-form table {
	width:100%;
}
.view-commerce-cart-summary .views-field-line-item-title,
.commerce-line-item-views-form .views-field-line-item-title {
	font-weight:800;
}

th {
	text-transform:uppercase;
	color:#555;
	letter-spacing:0.05em;
	font-size:0.5em;
}

.view-commerce-cart-summary tr.even,
.view-commerce-cart-summary tr.odd,
.commerce-line-item-views-form tr.even,
.commerce-line-item-views-form tr.odd {
	background:none;
}

.view-commerce-cart-summary td,
.commerce-line-item-views-form td{
	padding:5px 0;
}
fieldset {
	border:none;
	margin: 20px 0;
}

fieldset legend {
	text-transform:uppercase;
	letter-spacing:0.05em;
	font-weight:800;
}

input[type=text] {
	border:0;
	color:#555;
	font-weight:700;
	padding:5px;
}

fieldset.captcha {
	padding:0;
}
/*
fieldset.captcha img {
	float: left;
	height: 49px;
	margin-right: 10px;
}
*/

.captcha .fieldset-legend {
	display:none;
}

#edit-submit--10 {
	margin-bottom:20px;
}
fieldset.captcha .form-type-textfield {
width: 240px;
float: left;
margin-top: 0px;
}

fieldset.captcha .form-type-textfield label,
fieldset.captcha .fieldset-description {
display:none;	
}

/* about text bigger */

.page-node-47 .field-name-body {
	font-size: 1.5em;
	line-height: 1.3;
}

.question {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-top: 20px;
	font-size: 0.8em;
}
.page-news .menu-2000,
.page-node-47 .menu-1879,
.page-shows .menu-1789,
.page-node-53 .menu-2001,
.page-news .menu-2000 a,
.page-node-47 .menu-1879 a,
.page-shows .menu-1789 a,
.page-node-53 .menu-2001 a {
	background:#E6E7E8;
	color:#000!important;
}


#language {
	position:fixed;
	display:grid;
	grid-template-columns:1fr 1fr;
	
	top:0.5em;
	right:0.5em;
	font-size:1rem;
	transform:scale(0.75);
}

.lang {
	padding:0.25em 0.5em;
	background:#000;
	color:#FFF;
	border:2px solid #FFF;
	cursor:pointer;
}

.lang.active,
.lang:hover {
	background:#FFF;
	color:#000;
}

#lang-en {
	padding-left:1em;
	border-top-left-radius:1.5rem;
	border-bottom-left-radius:1.5rem;
}
#lang-fr {
	padding-right:1em;
	border-top-right-radius:1.5rem;
	border-bottom-right-radius:1.5rem;
}


/* for the show page */
.field-name-field-show-date {
	float: left;
	margin-right: 5px;
}

.field-name-field-act1 {
	font-size: 3em;
	font-weight: 800;
	line-height:1.2em;
	margin: 5px 0;
}

.field-name-field-act2 {
		font-size: 2em;
		font-weight: 800;
		margin: 15px 0;
	}
	
.field-name-field-act3, .field-name-field-act3 {
		font-size: 1.8em;
		font-weight: 800;
		margin: 5px 0;
	}
	
.field-name-field-show-image {
	padding-top:20px;
}

.big-text {
	font-size: 1.7em;
	line-height: 1.3em;
}

.form-item-commerce-fieldgroup-pane--group-contact-info-field-email-signup-und label {
	display:none;
}
.form-item-commerce-fieldgroup-pane--group-contact-info-field-email-signup-und .description	 {
margin-top: -24px;
font-weight: 700;
text-transform: uppercase;
}
/* ticketfly stuff */

/*hide Cart */
.menu-9438 {
	display:none;
}


.field-name-field-facebook-rsvp .field-item a,
.field-name-field-ticketfly-reference .field-item a,
.button {
    display: inline-block;
    background: black;
    color: white;
    padding: 5px 13px;
    border-radius: 4px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width:100%;
	/*margin-top: 8px;*/
	margin-bottom: 1px;
    border: 2px solid black;
    text-align: center
}
.field-name-field-facebook-rsvp .field-item a:hover,
.field-name-field-ticketfly-reference .field-item a:hover,
.button:hover {
	background:white;
	color:black;
}


.ticketflyButton{
   content: "purchase tickets"; 
}



.field-name-field-facebook-rsvp .field-item a:hover, 
a.facebookButton:hover {
    background: white;
    color: black;
}

.field-name-field-facebook-rsvp .field-item a {
    content: "Facebook RSVP";
}

/* iphone 12 Pro Max */
        @media only screen 
        and (max-device-width : 800px){ 
body {
	font-size:50px;
}


#navigation {
	font-size:1.2em;
}
#navigation .links li {
	padding:0.5em;
}

	#container {
		margin-top:3em;
	}

	svg {
		padding:0 1em;
	}
	#main-menu {
		display:grid;
		grid-template-columns:1fr 1fr;
	}

	#main-menu li {
		text-align:center;
	}

	#language {
		top:auto;
		bottom:1em;
		right:auto;
		left:50%;
		transform:translateX(-50%);
	}

	.lang {
	border-color:#000;
	
}

	#feature {
		display:none;
	}


	.view-id-shows2 .view-content .views-row, .view-id-shows .view-content .views-row, #block-views-shows-block .views-row {
		grid-template-columns: 1fr;
	}

	.button {
		text-align:center;
	}

	.views-field-nothing,
	.views-field-nothing-1,
	.views-field-nothing-2 {
		padding:0.5em;
	}

}


.advancePrice,
.doorPrice {
	display:none
}