/*
Theme Name: Frontier Theater
Theme URI: https://riotactstudios.com
Author: RiotAct Studios
Author URI: https://riotactstudios.com
Description: Custom website for Frontier Theater.
Version: 1.0
*/

/*-------------------------------*/
/*- Header Fix-------------------*/
/*-------------------------------*/

.header-site, .header-site.header-sticky{
    background-color: rgba(0, 0, 0, 0.0) !important;
}

.header-site {
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-ms-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}

.header-sticky.is_stuck.is_stuck_show{
   background-color: rgba(0, 0, 0, 1) !important;
}

.header-site.content {
	padding: 0 20px;
}

.logo img {
	transition: all 0.5s ease;
}

.is_stuck_show .logo img { 
	max-height: 70px; 
}


#wrapper-content {
	padding-top: 0 !important;
}

.widget_revslider {
	position: relative;
	top: 0;
	z-index: 1;
	width: 100%;
}

.site-description {
	display: none;
}


/*-------------------------------*/
/*- Navigation ------------------*/
/*-------------------------------*/

.nav-horizontal ul {
	float: none;
	display: block;
	text-align: center;
}

.nav-horizontal li {
	float: none;
	display: inline-block;
	margin: 0;
	padding: 10px;
}

.nav-horizontal li a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.nav-horizontal li a:hover {
	color: #fff;
}

.responsive-nav .l-menu {
	color: #fff;
}

/*-------------------------------*/
/*- Headings --------------------*/
/*-------------------------------*/

.section-title .heading {
	font-size: 7.5em;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
}
/*-------------------------------*/
/*- Field Trips -----------------*/
/*-------------------------------*/

#field-trips {
	padding: 50px 0;
	background: #eee;
}


/*-------------------------------*/
/*- Pricing ---------------------*/
/*-------------------------------*/

#pricing {
	padding: 50px 0;
	background: url(images/pricing-bg.jpg);
	background-position: center center;
	background-size: cover;
	min-height: 500px;
}

#pricing h2.heading {
	color: #fff;
}

.block-pricing {
    border: 1px solid #e5e5e5;
    background: rgba(255, 255, 255, 0.81);
	padding-top: 20px;
}

.block-pricing ul li {
    border-top: 1px solid rgba(2, 2, 2, 0.06);
    color: #777;
    font-size: 0.85em;
    letter-spacing: 0.02em;
    list-style: none;
    margin-bottom: 0;
    padding: 14px 20px 15px 20px;
}

.price {
    display: block;
    font-family: arial;
    font-size: 3.3em;
    font-weight: 700;
    margin-top: 7px;
}

.each {
    color: #777;
    display: block;
    font-size: 0.9em;
    font-weight: 700;
    margin-bottom: 13px;
    margin-top: -16px;
}

.green {
	color: #86a200;
}

.red {
	color: #cd3333;
}

.blue {
	color: #00aad4;
}

/*-------------------------------*/
/*- Forms -----------------------*/
/*-------------------------------*/

input[type="email"], input[type="text"], input[type="url"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], input[type="date"] {
	max-width: 100%;
	border: none;
}

select {
	max-width: 100%;
	border: 0;
}

textarea {
	max-width: 100%;
}

.wpcf7-text, .wpcf7-email, .wpcf7-textarea {
	width: 100%;
}

input[type=button], input[type=submit], button {
	background-color: #333;
	font-family: Montserrat, sans-serif;
    letter-spacing: 0.21416666666667em;
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
	font-size: 16px;
}

input[type=button]:hover, input[type=submit]:hover, button:hover {
	background-color: #444;
	color: #fff;
}

/* Ipad Pro Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) {
.header-site .logo { max-width: 40%; }
}


/* Ipad Landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
.header-site .logo { max-width: 40%; }
}



/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
#menu-main-menu-1 { display: none; }
.header-sticky.is_stuck.is_stuck_show { display: none; }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
#menu-main-menu-1 { display: none; }
.header-site .logo { max-width: 40%; }
.header-sticky.is_stuck.is_stuck_show { display: none; }
} 

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
#menu-main-menu-1 { display: none; }
.header-site .logo { max-width: 40%; }
.header-sticky.is_stuck.is_stuck_show { display: none; }
}