body {	
	background-color: #000;
	color:#fff;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	cursor: auto;
	font-family: 'Roboto Condensed', sans-serif;

}
header,
main,
section,
footer
{
	background-color: #000;
	color: #fff;
}
header .inner {
	padding: 1em;	
}
footer {
	clear: both;
	text-align: center;
	font-size: 1.8em;
	color: #ccc;	
}
footer .logo {
	display: none;	
}
footer a {
	color: #ccc;
}
footer .inner {
	padding: 1em 1em 3em 1em;	
}
.logo {
    height: 0;
	/* 3:1 = height is 33% of width (need to change this to correct ratio?) */
	padding-bottom: 40%; /* 50% */
	width: 70%;
	margin: 0 15%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	/* margin-top: .5em; */
}

a {
	color: #fc3;
}

#logo a {
	display: none;	
}

.full-width {
   width: 100%;	
   max-width: initial;	
}

h1,h2,h3,h4,h5,h6 {
	font-family: Oswald,sans-serif;			
}

header h2,
main h2,
#content h4
{		
	color: #cda053; /*#fc3*/
}

.rent-palace { 
	display:none; 
}

#contact div,
#prices div {
	line-height: 1.25em;	
}

#contact,
#prices,
#email,
footer .action-buttons {
	margin-bottom: .5em;
}
#prices, #address, #infoPhone {
	color: #cda053; /*theme change*/
}
#legal {
	font-size: .7em;
	color: #666;
	line-height: 1.2em;	
}

.movie-row { 
	clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
	padding-bottom: 2rem;
    max-width: 62.5rem;
	/*margin: 0 0 2rem 0;*/
}
.center { text-align: center; }
p.description 
{
    font-size: 1rem;
    /*text-align: justify;*/
}

.movie-poster-wrapper img {
	border: 2px solid #333;	
}

div.calendar {
	/* border: 4px solid #333; */
	margin-bottom: 1em;
}

table.calendar 
{
    width: 100%;
	font-size: .85rem;
	background-color: #111;	
}

table.calendar th,
table.calendar td
{
	text-align: center;
	vertical-align: top;
    background-color: #222;
	border-right: 2px solid #000;
}

table.calendar th 
{
    background-color: #333;
	padding: 2px 0 2px 0;  /* .125rem rather than 2px */
	font-family: Oswald,sans-serif;			
    font-size: 1.25rem;
    color: #999;
	border-bottom: 2px solid #000;
}

table.calendar td {
	text-align: center;
	padding: 2px 0 0 0;	 /* .125rem rather than 2px */
    color: #808080;
}

table.calendar tr.general-row td {
	border-bottom: 2px solid #000;	
}

td .calendar-date {
	font-family: Oswald,sans-serif;			
    font-size: 1.2rem;
}

th.calendar-weekday 
{
    width: 14.285%
}

.past-date 
{
	opacity: 0.2;	
}

.show-time 
{
    font-weight: bold;
    color: #000;
	font-size: 1rem;
    /*padding-left: .2rem;*/
    background-color: #999;
    margin: 4px;
}

.show-button
{
    border-radius: 4px;
    border: 2px solid #ddd;
}
.show-button a,
.show-button a:hover,
.show-button a:link,
.show-button a:visited,
.show-button a:active
{
    color: #000 !important;
}

.show-button.screen-roxy
{
    border: 2px solid #FFDF82; /*#FFE9AD*/
}

.action-text {
    color: #fc3;
    font-weight: bold;
    font-size: 1.1em;
}
/************************************/

p.promo 
{
    font-size: .9rem;
	line-height: 1rem;
    margin: 0;
}

div  > .footnote-symbol {
	display:none;
}
p > .footnote-symbol {
	display: inline-block;
	width: 1rem;
	margin: .125rem .25rem 0 0;
	height: .85rem;
	overflow: hidden;
}

div.promo-general,
p.promo-general  span.footnote-symbol
{
	background-color: #111;
}
p.promo-general,
p.promo-general  span.footnote-symbol
{
	display: inline-block;
	text-align: center;
	border: 1px solid #999;
	color: #999;
}

table.calendar th.promo-captioned,
table.calendar td.promo-captioned 
{
	color: #da3c3c;
	background-color: #331919;
}

p.promo-captioned
{
    color: #da3c3c;
}

p.promo-captioned span.footnote-symbol
{
	background-color: #331919;
	border: 1px solid #da3c3c;
	color: #331919;
}

table.calendar th.promo-popcorn,
table.calendar td.promo-popcorn
{
	color: #089073;
	background-color: #19332D;
}
p.promo-popcorn 
{
	color: #089073;
}
p.promo-popcorn span.footnote-symbol
{
	border: 1px solid #089073;
	background-color: #19332D;
	color: #19332D;
}

div.screen-palace,
p.screen-palace  span.footnote-symbol
{
	background-color: #999;
}
p.screen-palace,
p.screen-palace  span.footnote-symbol
{
	color: #999;
}

div.screen-roxy,
p.screen-roxy span.footnote-symbol
{
	background-color: #CBB266; /*#999966*/ /* #fc3; */
}
p.screen-roxy,
p.screen-roxy span.footnote-symbol
{
	color: #CBB266; 
}

div.package-friday,
p.package-friday span.footnote-symbol
{
	background-color: #6687C9; 
	border: 1px solid #ccc;
}
p.package-friday {
	color: #999;
}
p.package-friday  span.footnote-symbol
{
	text-align: center;
	border: 1px solid #ccc;
	color: #6687C9;
}

div.package-saturday,
p.package-saturday span.footnote-symbol
{
	background-color: #A665C6; 
	border: 1px solid #ccc;
}
p.package-saturday {
	color: #999;
}
p.package-saturday span.footnote-symbol
{
	text-align: center;
	border: 1px solid #ccc;
	color: #A665C6;
}

div.package-sunday,
p.package-sunday span.footnote-symbol
{
	background-color: #BF8365; 
	border: 1px solid #ccc;
}
p.package-sunday {
	color: #999;
}
p.package-sunday  span.footnote-symbol
{
	text-align: center;
	border: 1px solid #ccc;
	color: #BF8365;
}

div.package-monday,
p.package-monday span.footnote-symbol
{
	background-color: #B3BC64; 
	border: 1px solid #ccc;
}
p.package-monday {
	color: #999;
}
p.package-monday  span.footnote-symbol
{
	text-align: center;
	border: 1px solid #ccc;
	color: #B3BC64;
}

div.package-tuesday,
p.package-tuesday span.footnote-symbol
{
	background-color: #89B763; 
	border: 1px solid #ccc;
}
p.package-tuesday {
	color: #999;
}
p.package-tuesday  span.footnote-symbol
{
	text-align: center;
	border: 1px solid #ccc;
	color: #89B763;
}

div.product-date,
p.product-date span.footnote-symbol
{
	background-color: #E25A78; 
	border: 1px solid #ccc;
}
p.product-date {
	color: #999;
}
p.product-date span.footnote-symbol
{
	text-align: center;
	border: 1px solid #ccc;
	color: #E25A78;
}

p.product-gen { display: none; }

.matinee-row .show-time {
	border: 1px solid #E25A78;
}

/*
p.promo-general span.footnote-symbol
{
	background-color: #111;
}
p.promo-general  span.footnote-symbol
{
	display: inline-block;
	text-align: center;
	border: 1px solid #999;
	color: #999;
}
*/

table.calendar th.promo-price,
table.calendar td.promo-price 
{
	color: #1e80c6;
}
/*

div.promo-price,
p.promo-price  span.footnote-symbol 
{
    background-color: #1e80c6;
}
p.promo-price,
p.promo-price  span.footnote-symbol
{
    color: #1e80c6;
}
*/
p.promo-price  span.footnote-symbol
{
	background-color: #111;
}
p.promo-price  span.footnote-symbol
{
	text-align: center;
	border: 1px solid #1e80c6;
	color: #1e80c6;
}

.calendar-legend {
	padding-bottom: .5em;	
}
main .action-buttons {
	text-align: right;
}
main .action-buttons span {
	display: inline-block;
	white-space: nowrap;
	margin-top: .5em;	
	margin-bottom: .5em;	
}
.action-button {
	padding: .25em .5em;
	text-align: center;
	min-width: 90px;
	font-weight: bold;
	margin: 0 .25em .5em 0;
	border-width: 2px;	
	border-radius: 5px;
}
.action-button a {
	text-decoration: none;
}
.button-green {
	background-color: hsl(160, 80%, 30%);
	border: 2px solid hsl(160, 80%, 60%);
}
.button-green a {
	color: hsl(160, 80%, 10%);
}
.button-yellow {
	background-color: hsl(50, 80%, 40%);
	border: 2px solid hsl(50, 80%, 80%);
}
.button-yellow a {
	color: hsl(50, 70%, 10%);
}
.button-red {
	background-color: hsl(0, 65%, 55%);
	border: 2px solid hsl(0, 80%, 80%);
}
.action-button-red a {
	color: hsl(0, 70%, 10%);
}

/************************************/

div.rating
{
    font-size: 1em;
    color: #cda053; /*#fc3*/
    margin-top: 1.25em;
}

.buy {
	margin-top: 10px;	
}

.ticket-button {
	background: #990000;
	background-image: -webkit-linear-gradient(top, #990000, #ff0505);
	background-image: -moz-linear-gradient(top, #990000, #ff0505);
	background-image: -ms-linear-gradient(top, #990000, #ff0505);
	background-image: -o-linear-gradient(top, #990000, #ff0505);
	background-image: linear-gradient(to bottom, #990000, #ff0505);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: Oswald,sans-serif;
	color: #ffffff;
	font-size: 24px;
	padding: 5px 20px 8px 20px;
	text-decoration: none;
}

.ticket-button:hover {
	background: #990000;
	color: #ff0000;
	text-decoration: none;
}

#card-button {
	background: #009900;
	background-image: -webkit-linear-gradient(top, #006600, #33cc33);
	background-image: -moz-linear-gradient(top, #006600, #33cc33);
	background-image: -ms-linear-gradient(top, #006600, #33cc33);
	background-image: -o-linear-gradient(top, #006600, #33cc33);
	background-image: linear-gradient(to bottom, #006600, #33cc33);
	-webkit-border-radius: 16;
	-moz-border-radius: 16;
	border-radius: 16px;
	font-family: Oswald,sans-serif;
	color: #ffffff;
	font-size: 24px;
	padding: 5px 20px 8px 20px;
	text-decoration: none;
}

#card-button:hover  {
	background: #009900;
	color: #00ff00;
	text-decoration: none;
}
#logo {
	display: block;
	background: url(/images/palace-logo-500px.png) top center no-repeat;
	background-size: contain;
	margin: auto;
}
#logo a {
	display: none;
}
.logo-theater {
	background: url('/images/palace-logo-500px.png') top center no-repeat;
	background-size: contain;
	margin-bottom: 0.5em;
} 

/******************************** Medium **********************************/

@media only screen and (min-width: 40.063em) 
{
	header {
		display: none;	
	}
	.movie-row-first .movie-poster-wrapper img {
		border-top: none;	
	}
	.movie-row-first .movie-detail-wrapper h2 {
		margin-top: 0.5em !important;	
	}
	footer {
		font-size: 3em;	
	}
	footer .logo {
		display: block;	
	}
}

/******************************** Large **********************************/

@media only screen and (min-width: 64.063em) {

    #headerMain #logo {
         margin: .5rem 0 0 -.5em; /*left*/
    }

    #prices {
        padding: 0 0 .5em 0;
    }
	main {
		/* margin-left: auto;
		margin-right: auto; */
		margin-top: 0;
		margin-bottom: 0;
		max-width: 70vw; /* 62.5rem */
		background-color: #000;
		min-height: 99%;
	}
	footer {
		position: fixed;
		left: 70vw;
		height: 100vh;
		width: 30vw;
		font-size: 1.8em;	
	}

	header,
	main,
	section,
	footer
	{
		padding: 0 2rem;
	}
	#contact,
	#prices,
	#email,
	#cards,
	footer .action-buttons {
		margin-bottom: 1em;
	}

	table.calendar th 
	{
		padding: 4px 0 4px 0;  /* .2rem rather than 4px */
	}

	table.calendar td {
		padding: 4px 0 0 0;	 /* .2rem rather than 4px */
	}
	
	table.calendar th,
	table.calendar td
	{
		border-right: 4px solid #000;
	}

	table.calendar th 
	{
		padding: 4px 0 4px 0;				
		font-size: 1.5rem;
		border-bottom: 4px solid #000;
	}

	table.calendar td {
		padding: 4px 0 0 0;	
	}

	table.calendar tr.week-general-row td,
	table.calendar tr.general-row td {
		border-bottom: 4px solid #000;	
	}
	
	p.promo { 
		font-size: 1rem; 
		line-height: 1rem;
	}
	
}
