/*
Theme Name: Red River
Author: Bonfire Tides
Author URI: https://bonfiretides.com/
*/

* {
	padding: 0;
	margin: 0;
	outline: none;
	box-sizing: border-box;
}

.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.cf:after {
	clear: both;
}

body {
	font-family: 'TradeGothicLTStd-Bd2', Helvetica, sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
}

#ytlightbox {
	width: 100%;
	height: 100%;
}

iframe {
	display: none;
}

.featherlight iframe {
	display: block;
}

.featherlight .featherlight-content {
	min-width: 70% !important;
	background: #000000 !important;
}

b, strong, .strong {
	font-family: 'TradeGothicLTStd-Bd2', Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #ffffff;
}

h2 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	font-size: 28px;
	font-weight: normal;
}

h4 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
}

header {
	background: url(img/navbarbg.jpg) no-repeat;
	background-size: cover;
	color: #ffffff;
	height: 65px;
}

.header-logo {
	height: 50px;
	margin: 5px 0px 5px 60px;
}

.shiftnav-toggle {
	float: right;
	background: #d92e40 !important;
	height: 65px;
	text-align: center;
	padding: 18px !important;
	display: none;
}

.shiftnav-toggle img {
	width: 40px;
	height: 30px;
}

ul {
	list-style-type: none;
}

.redriverlogo {
	width: 20%;
	float: left;
	height: 65px;
}

nav {
	width: 80%;
	float: left;
	max-height: 65px;
}

.search-bar {
	width: 0;
	float: left;
	padding-top: 22px;
	position: relative;
}

.search-bar input[type=text] {
	width: 100%;
}

.header-search {
	float: left;
	margin-right: 20px;
	z-index: 5;
	position: absolute;
	width: 20px;
}

.screen-reader-text, #searchsubmit {
	display: none;
}

.main-navigation {
	width: 95%;
	float: left;
	height: 65px;
}

header ul.menu {
	float: right;
}

ul.menu li {
	float: left;
}

header ul.menu li {
	line-height: 65px;
	padding-right: 20px;
}

ul.menu li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 3px;
}

/* secondary nav */

.interior-nav {
	background: #f3f1f2;
	width: 100%;
}

.interior ul.about-menu {
	list-style-type: none;
	margin: 0 auto;
	padding: 5px;
	line-height: 16px;
}

.interior ul.about-menu li {
	float: left;
	font-size: 12px;
}

.interior ul.about-menu li a {
	text-decoration: none;
	color: #000000;
	display: inline-block;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'TradeGothicLTStd-Bd2', Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
}

#home-main {
	width: 100%;
	background: #000E27;
}

#hero-left {
	width: 60%;
	float: left;
	height: 100%;
	display: table;
}

#hero-left h2 {
	color: #ffffff;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	font-size: 46px;
	text-align: center;
	text-shadow: 0px 0px 15px rgba(0,0,0, 1);
}

#hero-right {
	width: 40%;
	float: right;
}

.movie {
	float: left;
	padding: 26% 16.66%;
	z-index: 1;
	position: relative;
}

.movie img {
	width: 100%;
	display: block;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.movie-description {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,.5);
	color: #ffffff;
	font-size: 14px;
	padding: 10px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.movie-description p {
	font-family: 'TradeGothicLTStd-Light', Helvetica, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}

.movie-description h4 {
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 15px;
}

.rollover-time {
	display: inline-block;
	margin-top: 2px;
}

a.purchaseTix {
	margin-top: 10px;
	display: table;
	width: 90%;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	height: 30px;
	position: absolute;
	bottom: 20px;
}

.plus {
	display: table-cell;
	vertical-align: middle;
	width: 28px;
	height: 25px;
	background: #e5253b;
}

.plus img {
	width: 100%;
}

a.purchaseTix p {
	font-family: 'TradeGothicLTStd-Bd2', Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	display: table-cell;
	vertical-align: middle;
	padding-top: 6px;
	font-size: 13px;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

a.purchaseTix p:hover {
	background: #ffffff;
	color: #333333;
}

.movie:hover .photo-thumb {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.movie:hover .movie-description {
	opacity: 1;
}

#search-movies {
	width: 100%;
	background: url(img/moviesearchbg.jpg) no-repeat center center;
	background-position: 70%;
	z-index: 2;
	clear: both;
	display: table;
	padding-top: 3px;
}

#search-movies p {
	display: table-cell;
	vertical-align: middle;
	float: left;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 50px;
	padding: 0 0 0 20px;
}

input[type=text] {
	border: none;
	outline: none;
	border-radius: 15px;
	height: 25px;
	padding-left: 20px;
}

header .search-form {
	position: absolute;
	width: 80%;
	right: 0;
	opacity: 0;
}

#search-movies input {
	margin: 11px 0;
}

.movie-search-box {
	width: 300px;
	display: table-cell;
	vertical-align: middle;
}

.movie-search-box label {
	color: #ffffff;
	text-transform: uppercase;
	float: left;
	line-height: 50px;
}

.addon {
	position: relative;
}

.mag-glass {
	position: absolute;
	top: 16px;
	right: 140px;
}

.mag-glass img {
	height: 15px;
}

.movie-search-box #searchform {
	float: right;
	margin-right: 20px;
}

#cal-bg {
	padding: 30px;
	background: #eeeeee;
	min-height: 575px;
}

#calendar {
	margin: 0 auto;
	position: relative;
}

.view-all {
	position: absolute;
	right: 12px;
	top: 40px;
	width: 40px;
	height: 40px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.view-all img {
	width: 100%;
}

.view-all:hover {
	-webkit-filter: brightness(0.95);
	filter: brightness(0.95);
}

.filters {
	margin-top: 10px;
	text-transform: uppercase;
	color: #7c7c7c;
	font-size: 14px;
}

.filters span {
	cursor: pointer;
	padding: 5px 10px;
}

.active {
	border-bottom: 5px solid #e5253b;
}

#home-events {
	margin-top: 20px;
}

.event-block {
	float: left;
	width: 12.25%;
	height: 350px;
	margin: 1%;
	padding: 10px;
}

.event-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.star {
	display: inline-block;
	margin: 0 7px;
}

.event-thumb {
	height: 50%;
	overflow: hidden;
	z-index: 0;
}

.event-info {
	height: 50%;
	width: 100%;
	padding: 20px;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
}

.featured {
	background: url(img/featured-film-bg.jpg) no-repeat center center;
	background-size: cover;
}

.featured .event-wrap {
	border: 5px solid #ffffff;
	-webkit-box-shadow: 6px 6px 1px 0px rgba(192,31,49,1);
	-moz-box-shadow: 6px 6px 1px 0px rgba(192,31,49,1);
	box-shadow: 6px 6px 1px 0px rgba(192,31,49,1);
}

.event-block.featured {
    height: 368px;
    padding-bottom: 30px;
    margin-top: -2px;
}

.event-block.featured .event-wrap {
    height: 330px;
}

.featured-text {
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.event-info.film  {
	background-color: #5498b7;
}

.event-info.event {
	background-color: #b53343;
}

.event-info.series {
	background-color: #e5c647;
}

.event-info.community {
	background-color: #000000;
}

.event-info.coming.soon {
	background-color: #999;
}

.event-info {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.event-info p.title {
	margin-bottom: 10px;
}

.tickets {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -41px;
	height: 40px;
	background: #505050;
	line-height: 40px;
	padding: 0 0 0 10px;
	cursor: pointer;
	-webkit-transition: all .3s .05s ease;
	transition: all .3s .05s ease;
}

.tickets span {
	float: right;
	border-left: 1px solid rgba(250,250,250,.5);
	text-align: center;
	height: 28px;
	margin: 6px 0;
	width: 40px;
}

.tickets span img {
	height: 100%;
	margin: 0 5px;
	padding: 6px;
}

.event-block:hover .event-info {
	height: 55%;
}

.event-block:hover .tickets {
	bottom: 0;
	z-index: 1;
}

#callouts {
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
}

#callouts h3 {
}

#callouts p {
	font-style: italic;
	margin-top: 10px;
}

#callouts .overlay {
	float: left;
	width: 50%;
	position: relative;
}

#callouts .callout-content {
	padding: 100px 0;
	-webkit-transition: background .25s ease;
	transition: background .25s ease;
}

#callouts .callout-content:hover {
	background: rgba(229,37,59,.4);
}

#callouts .callout-content:hover {
	-webkit-filter: contrast(3);
	filter: contrast(3);
}

#callouts a {
	color: #ffffff;
}

#callouts .overlay.one {
	background: url(img/callout1.jpg) no-repeat center center;
	background-size: cover;
}

#callouts .overlay.two {
	background: url(img/popcorn3.jpg) no-repeat center center;
	background-size: cover;
}

#logos {
	margin: 20px;
}

.slideshow-container {
	float: left;
	position: relative;
	width: 25%;
	height: 200px;
	text-align: center;
	white-space: nowrap;
	margin: 20px 0;
}

.logo-slideshow {
	height: 200px;
}

.logo-slideshow li {
	height: 200px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.slideshow-container img {
	width: 80%;
	max-width: 300px;
	vertical-align: middle;
}

.slideshow-container:not(:nth-of-type(4n)) {
	border-right: 1px solid rgba(184, 184, 184, .5);
}

hr {
	border: none;
	height: 1px;
	background: rgba(184, 184, 184, .5);
	outline: none;
}

#content {
	position: relative;
}

#become-member {
	position: absolute;
	top: 10px;
	right: 50px;
	background: #D92E40;
	padding: 10px 10px 6px 10px;
}
#become-member1 {
	position: absolute;
	top: 10px;
	right: 150px;
	background: #D92E40;
	padding: 10px 10px 6px 10px;
}


.interior-row {
	height: 100%;
}

.interior {
	width: 50%;
	height: 100%;
	min-height: 400px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.interior h2 {
	color: #d92e40;
	font-size: 18px;
	padding: 50px 50px 10px 50px;
}

.interior img {
	max-width: 100%;
}

.interior p, .interior ul, .interior form {
	padding: 0px 50px 20px 50px;
	font-size: 15px;
	line-height: 24px;
	font-family: 'TradeGothicLTStd-Light', Helvetica, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}

.interior ul {
	list-style-type: disc;
	margin-left: 30px;
}

.interior p:last-of-type {
	padding-bottom: 30px;
}

.interior a {
	color: #000000;
	text-decoration: underline;
}

.interior.no-pic {
	width: 100%;
}

.no-pic-content {
	width: 90%;
	margin: 0 auto;
	max-width: 960px;
}

.theater {
	width: 33.33%;
	float: left;
	position: relative;
	height: 300px;
}

.theater h3 {
	position: absolute;
	width: 100%;
	line-height: 300px;
	z-index: 1;
	color: #ffffff;
	text-align: center;
	font-size: 22px;
}

.theater-text {
	position: absolute;
	color: #ffffff;
	width: 100%;
	height: 100%;
	background: rgba(229,37,59,.5);
	z-index: 0;
	display: table;
}

.theater-text p {
	opacity: 0;
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
}

#testimonials {
	background: url(img/testimonialbg.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px;
}

.test-wrap {
	width: 60%;
	padding-left: 10%;
	margin: 0 auto;
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	position: relative;
}

.test-img {
	width: 100px;
	position: absolute;
	left: -10px;
	top: -10px;
}

.test-img img {
	width: 100%;
	padding: 20px;
}

.test-text {
	font-size: 22px;
	line-height: 32px;
	width: 100%;
}

.bx-controls {
	display: none;
}

p.credit {
	font-size: 16px;
	text-align: right;
	margin-top: 0px;
}

#map-contact {
	height: 370px;
}

#map {
	background: url(img/map2.jpg) no-repeat center center;
	height: 370px;
	width: 60%;
	float: left;
}

#contact {
	width: 35%;
	height: 370px;
	background: #ffffff;
	float: right;
	padding: 60px 0 0 100px;
}

.contact-box {
	font-family: 'TradeGothicLTStd-Light', Helvetica, sans-serif;
	margin: 15px 0;
	color: #3e3e3e;
	font-size: 18px;
	line-height: 26px;
	position: relative;
}

.contact-box img {
	width: 32px;
	position: absolute;
	left: -55px;
	top: -2px;
}

.contact-box a {
	color: #000000 !important;
}

footer {
	clear: both;
	background: #d92e40;
	height: 80px;
	padding: 15px;
}

footer ul.menu li {
	line-height: 50px;
	padding-left: 20px;
}

footer ul.menu li a {
	font-size: 13px;
}

.email-list {
	text-transform: uppercase;
	border: 2px solid #ffffff;
	padding: 10px 10px 5px 10px;
	line-height: 22px;
	background: rgba(255,255,255,.1);
	margin-left: 4%;
	float: left;
    height: 40px;
    margin-top: 5px;
}

.connect {
	float: right;
}

.connect p {
	line-height: 50px; /* footer height - footer padding */
	width: 130px;
	float: left;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
}

.connect img {
	width: 40px;
	margin: 0 8px;
	vertical-align: middle;
	padding-top: 3px;
}

.pivot {
	height: 100%;
}

/* INTERIOR */

#movie-single {
	display: table;
	height: 40%;
}

#movie-single h4 {
	margin-bottom: 10px;
}

.single-movie-photo {
	display: table-cell;
	vertical-align: middle;
	padding: 40px;
}

.photo-holder {
	padding: 10px 10px 5px 10px;
	background: rgba(245,244,244,1);
	background: -moz-linear-gradient(top, rgba(245,244,244,1) 0%, rgba(215,214,214,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,244,244,1)), color-stop(100%, rgba(215,214,214,1)));
	background: -webkit-linear-gradient(top, rgba(245,244,244,1) 0%, rgba(215,214,214,1) 100%);
	background: -o-linear-gradient(top, rgba(245,244,244,1) 0%, rgba(215,214,214,1) 100%);
	background: -ms-linear-gradient(top, rgba(245,244,244,1) 0%, rgba(215,214,214,1) 100%);
	background: linear-gradient(to bottom, rgba(245,244,244,1) 0%, rgba(215,214,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4f4', endColorstr='#d7d6d6', GradientType=0 );
}

.photo-holder img {
	max-height: 350px;
}

.single-movie-description {
	display: table-cell;
	vertical-align: top;
	width: 35%;
	background: #f0f0f0;
	padding: 20px;
	position: relative;
}

.single-movie-description a {
	color: inherit;
	text-decoration: underline;
}

.single-movie-description .buttons a {
	color: #ffffff;
	text-decoration: none;
}

.single-movie-description hr {
	margin: 20px 0;
}

p.movie-info, i {
	font-family: 'TradeGothicLTStd-LightObl', Helvetica, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}

p.movie-text {
	font-family: 'TradeGothicLTStd-Light', Helvetica, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	min-height: 250px;
}

.buttons {
	margin: 20px auto;
}

a.purchase {
	display: inline-block;
	float: left;
	padding: 16px 0 12px 0;
	width: 48%;
	text-transform: uppercase;
	text-align: center;
	background: #e84053; /* Old browsers */
	background: -moz-linear-gradient(top,  #e84053 0%, #e84053 6%, #cc2337 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e84053), color-stop(6%,#e84053), color-stop(100%,#cc2337)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e84053 0%,#e84053 6%,#cc2337 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e84053 0%,#e84053 6%,#cc2337 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e84053 0%,#e84053 6%,#cc2337 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e84053 0%,#e84053 6%,#cc2337 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84053', endColorstr='#cc2337',GradientType=0 ); /* IE6-9 */

}

a.youtube {
	display: inline-block;
	float: left;
	padding: 16px 0 12px 0;
	margin-right: 10px;
	width: 48%;
	text-transform: uppercase;
	text-align: center;
	background: rgba(182,182,182,1);
	background: -moz-linear-gradient(top, rgba(182,182,182,1) 0%, rgba(154,154,154,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(182,182,182,1)), color-stop(100%, rgba(154,154,154,1)));
	background: -webkit-linear-gradient(top, rgba(182,182,182,1) 0%, rgba(154,154,154,1) 100%);
	background: -o-linear-gradient(top, rgba(182,182,182,1) 0%, rgba(154,154,154,1) 100%);
	background: -ms-linear-gradient(top, rgba(182,182,182,1) 0%, rgba(154,154,154,1) 100%);
	background: linear-gradient(to bottom, rgba(182,182,182,1) 0%, rgba(154,154,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b6b6', endColorstr='#9a9a9a', GradientType=0 );
}

.featherlight .featherlight-inner {
	width: 100%;
	height: 70vh;
}

.single-movie-showtimes {
	display: table-cell;
	width: 60%;
}

.single-movie-showtimes a {
	color: inherit;
	text-decoration: underline;
}

.single-movie-showtimes hr {
	margin: 0 20px;
}

.showtimes {
	padding: 20px 20px 0 20px;
	font-size: 13px;
	min-height: 200px;
}

.showtimes a {
	color: #000000;
	text-decoration: underline;
	font-family: 'TradeGothicLTStd-Light', Helvetica, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	display: inline-block;
	padding: 3px 0;
}

.showtimes div {
	float: left;
	width: 33%;
	min-height: 80px;
}

.showtimes div:first-of-type {
	display: none;
}

.ticket-add-wrap {
	width: 94%;
	padding: 20px 20px 20px 0;
	overflow: auto;
}

.additional-info {
	padding: 0 20px 20px 20px;
	float: left;
	width: 60%;
}

.additional-info h4 {
	margin-top: 20px;
}

.additional-info p, .additional-info a {
	font-family: 'TradeGothicLTStd-Light', Helvetica, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}

.additional-info a {
	color: inherit;
	text-decoration: underline;
}

.ticket-prices {
	padding: 0 20px 20px 20px;
	float: left;
	border-right: 1px solid #dbdbdb;
	width: 40%;
}

.ticket-prices h4 {
	margin-top: 20px;
}

.ticket-prices p {
	font-family: 'TradeGothicLTStd-Light', Helvetica, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}

#movie-slider {
	padding: 30px 0;
	height: 420px;
	background: #c52033;
}

#event-single {
	display: table;
	height: 40%;
}

.single-event-photo {
	display: table-cell;
	vertical-align: middle;
	padding: 40px;
	width: 30%;
}

.single-event-description {
	display: table-cell;
	width: 70%;
	background: #f0f0f0;
	padding: 50px 20px 20px 20px;
	position: relative;
}

.single-event-description a.purchase {
	margin-top: 30px;
	width: 150px;
	float: none;
}

.single-event.movie-info {
	margin-top: 20px;
}

.event-tag {
	color: #ffffff;
	padding: 5px;
	text-transform: uppercase;
	font-size: 12px;
}


.layout-control-group .btn_submit {
	text-transform: uppercase;
	font-size: 12px !important;
	background: #000000 !important;
	-webkit-transition: .3s;
	transition: .3s;
}

.layout-control-group .btn_submit:hover {
	background-color: #666666 !important;
}

textarea {
	resize: none;
	height: 90px;
}

@font-face {
  font-family: 'TradeGothicLTStd-Bd2';
  src: url('fonts/bold2/TradeGothicLTStd-Bd2.eot');
  src: url('fonts/bold2/TradeGothicLTStd-Bd2.eot?#iefix') format('embedded-opentype'),
       url('fonts/bold2/TradeGothicLTStd-Bd2.woff2') format('woff2'),
       url('fonts/bold2/TradeGothicLTStd-Bd2.woff') format('woff'),
       url('fonts/bold2/TradeGothicLTStd-Bd2.ttf') format('truetype'),
       url('fonts/bold2/TradeGothicLTStd-Bd2.svg#TradeGothicLTStd-Bd2') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TradeGothicLTStd-LightObl';
  src: url('fonts/lightobl/TradeGothicLTStd-LightObl.eot');
  src: url('fonts/lightobl/TradeGothicLTStd-LightObl.eot?#iefix') format('embedded-opentype'),
       url('fonts/lightobl/TradeGothicLTStd-LightObl.woff2') format('woff2'),
       url('fonts/lightobl/TradeGothicLTStd-LightObl.woff') format('woff'),
       url('fonts/lightobl/TradeGothicLTStd-LightObl.ttf') format('truetype'),
       url('fonts/lightobl/TradeGothicLTStd-LightObl.svg#TradeGothicLTStd-LightObl') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TradeGothicLTStd-Light';
  src: url('fonts/light/TradeGothicLTStd-Light.eot');
  src: url('fonts/light/TradeGothicLTStd-Light.eot?#iefix') format('embedded-opentype'),
       url('fonts/light/TradeGothicLTStd-Light.woff2') format('woff2'),
       url('fonts/light/TradeGothicLTStd-Light.woff') format('woff'),
       url('fonts/light/TradeGothicLTStd-Light.ttf') format('truetype'),
       url('fonts/light/TradeGothicLTStd-Light.svg#TradeGothicLTStd-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

#search-results {
	padding: 50px;
	max-width: 1000px;
	margin: 0 auto;
}

#search-results h3, #search-results h4 {
	color: #000000;
}

#search-results p {
	font-family: 'TradeGothicLTStd-Light', Helvetica, sans-serif;
}

#search-results li {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DBDBDB;
}

.error404 {
	min-height: 400px;
	padding: 50px;
	color: #000000;
}

#alert {
	background: url(img/alertbg2.jpg) no-repeat left center;
	background-size: cover;
	color: #ffffff;
	height: 60px;
	display: table;
	width: 100%;
}

#alert p {
	display: table-cell;
	vertical-align: middle;
	padding-top: 3px;
	width: 80%;
	font-size: 18px;
}

.bell {
	display: table-cell;
	vertical-align: middle;
	padding: 3px 20px 0 20px;
	width: 20%;
}

.bell img {
	vertical-align: middle;
}

.bell span {
	display: inline-block;
	padding-left: 20px;
	font-family: 'TradeGothicLTStd-Bd2', Helvetica, sans-serif;
	padding-top: 7px;
}



/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}


@media screen and (max-width: 1630px) {
	.event-block {
		width: 14.5%;
	}

	#movie-slider {
		height: 350px;
	}
}

@media screen and (max-width: 1590px) {
	.email-list {
		margin-left: 1%;
	}

	footer ul.menu li:first-of-type {
		padding-left: 0;
	}
}

@media screen and (max-width: 1460px) {
	footer ul.menu li a {
		font-size: 12px;
	}

	.email-list {
		margin: 0 auto;
		display: block;
		line-height: 20px;
		width: 160px;
		font-size: 12px;
		float: none;
	}

	.featherlight .featherlight-inner {
		width: 100%;
		height: 60vh;
	}

	footer {
		height: auto;
		text-align: center;
	}

	footer ul.menu {
		width: auto;
		display: inline-block;
		margin: 0 auto;
	}

	.connect p {
		width: 100%;
		display: block;
		text-align: center;
	}

	.connect {
		width: 100%;
		float: none;
		clear: both;
		margin: 0 auto;
		text-align: center;
	}
}

@media screen and (max-width: 1425px) {
	.about-menu li, .about-menu li a {
		font-size: 13px;
	}

	#movie-slider {
		height: 320px;
	}
}

@media screen and (max-width: 1400px) {
	.movie-description h4 {
		font-size: 17px;
	}

	.movie-description {
		font-size: 13px;
	}
	.event-block {
		width: 18%;
	}
}

@media screen and (max-width: 1330px) {
	.about-menu li, .about-menu li a {
		font-size: 10px;
	}
	footer ul.menu li {
		padding-left: 12px;
	}
}

@media screen and (max-width: 1275px) {
	.movie-description h4 {
		margin-top: 5px;
	}

	.bell {
		width: 250px;
	}

	#alert p {
		width: auto;
	}

}

@media screen and (max-width: 1250px) {
	.featured-text {
		font-size: 13px;
	}

	.star {
		margin: 0 3px;
	}

	#search-movies p {
		font-size: 18px;
		padding-left: 15px;
	}

	.movie-search-box {
		width: 290px;
	}

	ul.menu li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 1230px) {
	a.youtube, a.purchase {
		font-size: 12px;
	}
}

@media screen and (max-width: 1200px) {
	#contact {
		padding: 60px 0 0 100px;
		width: 40%;
	}

	.movie-description {
		font-size: 12px;
	}

	.movie-description h4 {
		font-size: 15px;
	}

	.additional-info, .ticket-prices {
		width: 50%;
	}

}

@media screen and (max-width: 1110px) {
	.star {
		margin: 0 2px;
	}

	.featured-text {
		font-size: 12px;
	    width: 120%;
   		margin-left: -10%;
	}
}

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

	.buttons a {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
	#search-movies {
		background-position: 65%;
	}

	.movie-search-box {
		width: 270px;
	}

	.movie-search-box label {
		font-size: 13px;
	}

	.movie-search-box #searchform {
		width: 50%;
	}

	.mag-glass {
		right: 130px;
	}

	.showtimes div {
		width: 50%;
		padding-right: 15px;
	}

	.buttons {
		font-size: 13px;
	}

	.movie-description-text {
		display: none;
	}
}

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

	#search-movies {
		background-position: 64%;
	}

	.movie-search-box {
		width: 250px;
	}

	.movie-search-box #searchform {
		width: 45%;
	}

	.movie-search-box input[type=text] {
		width: 100%;
	}

	.mag-glass {
		right: 110px;
	}

	#calendar {
		padding: 40px;
	}

	.event-block {
		width: 31%;
	}

	.single-movie-photo {
		width: 30%;
	}

	.single-movie-description {
		width: 30%;
	}

	.photo-holder img {
		max-height: 310px;
	}

	.showtimes div {
		min-height: 75px;
	}

	.buttons {
		width: 90%;
		left: 5%;
	}

	a.purchase, a.youtube {
		padding: 10px 0;
	}
}

@media screen and (max-width: 1000px) {
	.buttons {
		width: 98%;
		left: 1%;
	}

	#hero-right {
		width: 50%;
	}

	#hero-left {
		width: 50%;
	}
}

@media screen and (max-width: 950px) {
	.header-logo {
		margin: 5px 0px 5px 20px;
	}

	#callouts h3 {
		font-size: 24px;
	}

	#callouts p {
		font-size: 12px;
	}

	.test-wrap {
		width: 80%;
	}

	.test-img {
		left: -30px;
	}

	#map {
		background-position: 50%;
	}

	#map, #contact {
		width: 50%;
	}

	.button {
		width: 100%;
		left: 0;
	}

	a.youtube, a.purchase {
		float: none;
		width: 80%;
		margin: 0 auto 10px auto;
		display: block;
	}
}

@media screen and (max-width: 900px) {
	#movie-single {
		display: block;
	}

	.single-movie-photo {
		width: 50%;
		padding: 20px 5%;
	}

	.photo-holder img {
		max-height: 410px;
	}

	.single-event-photo {
		width: 50%;
	}

	.single-event-description {
		width: 50%;
	}

	.photo-holder.event-photo img {
		height: 100%;
		width: 100%;
	}

	.single-movie-description {
		width: 50%;
	}

	.single-movie-showtimes {
		width: 100%;
		display: block;
		clear: both;
	}

}

@media screen and (max-width: 800px) {
	#search-movies p {
		padding-left: 5px;
		font-size: 16px;
	}

	.movie-search-box {
		width: 230px;
	}

	.movie-search-box label {
		font-size: 12px;
	}

	.mag-glass {
		right: 100px;
	}

	#cal-bg {
		padding: 0;
	}

	.interior {
		width: 100%;
	}

	.right, .left {
		float: none;
	}

	.theater {
		float: none;
		width: 100%;
	}

	.featherlight .featherlight-inner {
		width: 100%;
		min-height: 300px;
		height: 33vh;
	}
}

@media screen and (max-width: 768px) {
	#home-events {
		margin-top: 20px;
	}

	#callouts div {
		width: 100%;
	}

	.shiftnav-toggle {
		display: block;
	}
	.shiftnav-nav a {
		color: black;
	}
	.search-bar {
		display: none;
	}

	.main-navigation {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	#callouts .overlay {
		width: 100%;
	}

	.test-wrap {
		width: 90%;
	}

	.test-wrap p {
		font-size: 18px;
		line-height: 26px;
	}

	p.credit {
		font-size: 14px;
	}

	.test-img {
		top: 0;
		left: -50px;
	}
}

@media screen and (max-width: 730px) {
	#hero-left, #hero-right {
		float: none;
		width: 100%;
	}

	#hero-left {
		padding: 30% 0;
	}

	#search-movies p {
		font-size: 18px;
		padding-left: 20px;
	}

	.movie-search-box {
		width: 250px;
	}

	.movie-search-box label {
		font-size: 13px;
	}

	.mag-glass {
		right: 110px;
	}

	.event-block {
		width: 47%;
	}

	#map-contact {
		height: auto;
	}

	#map, #contact {
		float: none;
		width: 100%;
	}

	#map {
		padding: 30%;
	}

	.featherlight iframe {
		width: auto;
		height: auto;
	}
}

@media screen and (max-width: 630px) {
	ul.menu li {
		float: none;
	}

	.single-movie-photo {
		width: 100%;
		display: block;
		padding: 20px 5%;
	}

	.photo-holder {
		width: 55%;
		margin: 0 auto;
		height: auto;
	}

	.photo-holder img {
		width: 100%;
		height: auto;
	}

	.single-movie-description {
		padding-bottom: 100px;
		display: block;
		width: 100%;
	}

	a.youtube, a.purchase {
		width: 47.5%;
		float: left;
	}

	a.youtube {
		margin-right: 5%;
	}

	.showtimes {
		display: block;
		float: none;
		width: 100%;
	}

	.single-event-photo {
		display: block;
		width: 100%;
	}

	.photo-holder.event-photo {
		width: 100%;
	}

	.single-event-description {
		display: block;
		width: 100%;
	}

	.bell, #alert p {
		display: block;
		padding: 10px;
	}

	.bell {
		background: #912935;
		width: 100%;
		text-align: center;
	}

	#alert {
		background: #b53343;
		width: 100%;
	}
}

@media screen and (max-width: 560px) {
	h2 {
		font-size: 36px;
	}

	.event-block {
		width: 80%;
  		margin-left: 10%;
  		margin-top: 30px;
	}

	.event-block.featured {
		margin-top: 30px;
	}

	.filters span {
		display: inline-block;
		margin-top: 10px;
	}

	.view-all {
		top: 34px;
		right: 30px;
	}

	.test-wrap {
		width: 95%;
	}

	.test-img {
		top: 0;
		left: -60px;
	}

	a.purchaseTix p {
		font-size: 11px;
	}

	.plus {
		width: 20px;
		height: 20px;
	}

	.plus img {
		width: 15px;
		height: 15px;
	}
}

@media screen and (max-width: 414px) {
	#search-movies {
		background-position: 63%;
	}

	#search-movies p {
		font-size: 12px;
		padding-left: 5px;
	}

	.movie-description h4 {
		font-size: 13px;
	}

	.movie-search-box {
		width: 200px;
	}

	.movie-search-box label {
		font-size: 11px;
	}

	.interior p, .interior h2, .interior ul {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mag-glass {
		display: none;
	}

	.slideshow-container, .logo-slideshow, .logo-slideshow li {
		height: 100px;
	}

	.slideshow-container:not(:nth-of-type(4n)) {
		border: none;
	}

	.slideshow-container img {
		width: 100%;
	}

	#testimonials {
		padding: 40px 20px 20px 20px;
	}

	.test-img {
		display: none;
	}

	.test-wrap {
		padding: 0;
	}

	.theater h3 {
		font-size: 18px;
	}

	.filters span {
		padding: 5px;
	}

	.ticket-add-wrap {
		width: 100%;
		padding: 20px 0;
	}

	.single-movie-showtimes h4 {
		font-size: 14px;
	}

}

@media screen and (max-width: 320px) {
	#contact {
		padding-left: 80px;
	}

	.interior form {
		padding-left: 30px;
	}

	.filters {
		width: 120%;
		margin-left: -10%;
	}

	.filters span {
		padding: 3px;
	}
}
