/*
Theme Name: Wild Pursuit
Theme URI: https://www.wildpursuittheatre.com
Description: Custom template for Wiild Pursuit
Author: Sean Bowen for Digital Island
Version: 1.0
*/


/*
Reset
---------------------------------------
*/

*, html, body { 
	margin:0; 
	padding:0; 
	}

fieldset, img { 
	border:0; 
}

h1, h2, h3, h5, h5, h6 { 
	font-size:100%; 
	}

ul { 
	list-style:none; 
}



/*
General Styling
---------------------------------------
*/

body {
	font-family: "azo-sans-web", sans-serif; 
	font-weight: 400; 
	font-style: normal;  
	font-size: 25px;
	line-height: 28px;
	color: #1E2A5D;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

h1, h2, h3 {
	font-family: "azo-sans-web", sans-serif; 
	font-weight: 700; 
	font-style: normal;
}

h1 {
	
}

h2 {
	
}


p {
	
}


a {
	text-decoration: none;
}

a:hover {
	
}


.clear { 
	clear: both; 
}



/*
Site Strucutre
---------------------------------------
*/


.masthead {
	width: 100%;
	height: auto;
	min-height: 180px;
	background: #fff;
}

.mobile-masthead {
	display: none;
}

.masthead-inner {
	padding: 0 40px 40px 40px;
}

.masthead-inner, .logo-container, .hero-inner, .about-panel, .team-panel, .production-panel, .contact-panel, .content-gallery-inner, .footer {
	margin: 0px auto; 
	width: auto;
	max-width: 1920px;
	height: auto;
}

.masthead-social {
	float: right;
	width: 150px;
	height: 40px;
	margin-top: 70px;
	margin-left: 2.5%;
}

.masthead-social a.facebook, .masthead-social a.twitter, .masthead-social a.instagram,
.footer-social a.facebook, .footer-social a.twitter, .footer-social a.instagram {	
	float: left;
	width: 40px;
	height: 36px;
	margin-right: 10px;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.masthead-social a.facebook, .masthead-social a.twitter, .masthead-social a.instagram,
.footer-social a.facebook, .footer-social a.twitter, .footer-social a.instagram {
	width: 40px;
	height: 36px;
}

.masthead-social a.facebook {
	background: transparent url("images/fb-blue.png") no-repeat 0 0;
	background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead-social a.twitter {
	background: transparent url("images/x-blue.png") no-repeat 0 0;
	background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead-social a.instagram  {
	background: transparent url("images/insta-Blue.png") no-repeat 0 0;
	background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a.facebook:hover, a.twitter:hover, a.instagram:hover {
	-webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.mobile-logo {
	display: none;
}

.logo-container {
	position: relative;
}


.logo {
	position: absolute;
	top: 0;
	left: -1%;
	width: 20%;
	max-width: 350px;
	height: auto;
	z-index: 1001;
}

.logo img {
	margin-top: -20px;
}

.logo img, .mobile-logo img, .mobile-nav-icon img, .hero-image img, .team-panel-image img, .production-panel-image img, .gallery-slide img, .footer-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero {
	position: relative;
	width: 100%;
	height: auto;
}

.hero-inner {
	padding: 0 40px 40px 40px;
}

h2.mobile-panel-title {
	display: none;
}

.about-panel {
	width: 100%;
	height: auto;
	min-height: 200px;
	background: #F3E3C6;
}

.team-panel {
	width: 100%;
	height: auto;
	min-height: 200px;
	background: #FFCB6C;
	padding-top: 20px;
	padding-bottom: 20px;
}

.team-panel-image {
	float: left;
	width: 35%;
	height: auto;
}

.team-panel-bio {
	float: right;
	width: 55%;
	height: auto;
}

.team-panel-bio h3 {
	font-family: "azo-sans-web", sans-serif; 
	font-weight: 700; 
	font-style: normal; 
	font-size: 40px;
	line-height: 76px;
	color: #1E2A5D;
	text-transform: uppercase;
}

.team-panel-bio p, .team-panel-bio p a {
	font-size: 22px;
	line-height: 32px;
	color: #1E2A5D;
	padding-bottom: 20px;
}

.team-divider {
	width: 95%;
	height: 2px;
	background: #1E2A5D;
	margin-top: 40px;
	margin-bottom: 40px;
}

.production-panel {
	width: 100%;
	height: auto;
	min-height: 200px;
	background: #1E2A5D;
	padding-top: 20px;
	padding-bottom: 20px;
}

.production-panel-details {
	margin-top: 30px;
}

.production-panel-details a.production-buy-link {
	display: inline-block;
	padding: 5px 20px 5px 20px;
	width: auto;
	min-width: 100px;
	min-height: 30px;
	background: #ED217C;
	color: #fff;
	border-radius: 20px;
	font-family: "azo-sans-web", sans-serif; 
	font-weight: 700; 
	font-style: normal; 
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
}

.production-panel-image {
	position: relative;
	margin-top: 60px;
	margin-bottom: 120px;
}

.production-panel-quote {
	position: absolute;
	bottom: -10%;
	right: 15%;
}

.production-panel-quote h3 {
	font-family: "azo-sans-web", sans-serif; 
	font-weight: 700; 
	font-style: normal; 
	font-size: 55px;
	line-height: 76px;
	color: #fff;
	text-transform: uppercase;
}

.contact-panel {
	width: 100%;
	height: auto;
	min-height: 200px;
	background: #ED217C;
}

.contact-panel-inner, .about-panel-inner, .production-panel-inner, .team-panel-inner {
	padding: 40px;
}

.contact-panel-title, .about-panel-title, .production-panel-title {
	float: left;
	width: 35%;
	height: auto;
}

.contact-panel-content, .about-panel-content, .production-panel-content {
	float: right;
	width: 40%;
	height: auto;
	margin-top: 3%;
	margin-left: 5%;
	margin-right: 10%;
	padding-top: 40px;
	padding-right: 40px;
	border-top: 2px solid #fff;
}

.about-panel-content {
	margin-top: 8%;
	border-top: 2px solid #1E2A5D;
}

.production-panel-content {
	margin-top: 8%;
}

.contact-panel-title h2, .about-panel-title h2, .team-panel-inner h2, .production-panel-title h2, h2.mobile-panel-title {
	font-family: "azo-sans-web", sans-serif; 
	font-weight: 700; 
	font-style: normal; 
	font-size: 74px;
	line-height: 76px;
	color: #fff;
	text-transform: uppercase;
}

.team-panel-inner h2 {
	padding-bottom: 60px;
}

.contact-panel-content p, .contact-panel-content a, .about-panel-content p, .about-panel-content a, .production-panel-content p, .production-panel-content a,
.production-panel-details p {
	font-size: 25px;
	line-height: 34px;
	color: #fff;
	padding-bottom: 20px;
}

.about-panel-title h2, .about-panel-content p, .about-panel-content a, .team-panel-inner h2, .team-panel-bio p, .team-panel-bio a, 
.about-panel-title h2.mobile-panel-title, .team-panel-inner h2.mobile-panel-title {
	color: #1E2A5D;
}

.contact-panel-content a, .about-panel-content a, .team-panel-bio a {
	text-decoration: none;
}

.contact-panel-content a:hover, .about-panel-content a:hover, .team-panel-bio a:hover {
	text-decoration: underline;
}

.gallery-slide {
	width: 100%;
	height: auto;
}

.footer {
	width: 100%;
	height: auto;
	min-height: 300px;
	background: #1E2A5D;
}

.footer-inner {
	padding: 40px;
}

.footer-content {
	float: left;
	width: 60%;
	height: auto;
}

.footer-legal {
	margin-top: 50px;
	margin-bottom: 30px;
}

.footer-legal p, .footer-legal a {
	font-family: "azo-sans-web", sans-serif; 
	font-weight: 400; 
	font-style: normal; 
	font-size: 20px;
	line-height: 27px;
	color: #fff;
}

.footer-content a {
	text-decoration: none;
}

.footer-content a:hover {
	text-decoration: underline;
}

.footer-social {
	width: 150px;
	height: 40px;
	margin-bottom: 20px;
}

.footer-social a.facebook, .main-menu-social a.facebook {
	background: transparent url("images/fb-white.png") no-repeat 0 0;
	background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer-social a.twitter, .main-menu-social a.twitter {
	background: transparent url("images/x-white.png") no-repeat 0 0;
	background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer-social a.instagram, .main-menu-social a.instagram  {
	background: transparent url("images/insta-white.png") no-repeat 0 0;
	background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer-logo {
	float: right;
	width: 20%;
	max-width: 240px;
	height: auto;
	margin-right: 30px;
}



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

.mobile-menu {
	display: none;
}

.main-nav {
	float: right;
	width: 40%;
	text-align: right;
	margin-top: 75px;
	z-index: 999;
}

.main-nav li {
    float: left;
	 margin-left: 5%;
	 overflow: hidden;
}
.main-nav ul li a {
	position: relative;
	display: inline-block;
	width: auto;
	height: 25px;
	font-size: 30px;
	font-weight: 600;
	color: #1E2A5D;
	text-decoration: none;
	margin-right: 3%;
	padding-bottom: 30px;
	text-transform: uppercase;
}


/*
Responsive
---------------------------------------
*/	


@media only screen and (max-device-width: 2000px), screen and (max-width: 2000px) {

.logo {
    position: absolute;
    top: 0;
    left: 1%;
    width: 20%;
    max-width: 350px;
    height: auto;
    z-index: 1001;
}

.main-nav {
	float: right;
	width: 45%;
	text-align: right;
	margin-top: 75px;
	z-index: 999;
}

.main-nav ul li a {
	font-size: 30px;
	margin-right: 3%;
}


}


@media only screen and (max-device-width: 1900px), screen and (max-width: 1900px) {


.main-nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-top: 75px;
	z-index: 999;
}

.main-nav ul li a {
	font-size: 30px;
	margin-right: 3%;
}


}


@media only screen and (max-device-width: 1700px), screen and (max-width: 1700px) {

.main-nav {
	float: right;
	width: 60%;
	text-align: right;
	margin-top: 75px;
	z-index: 999;
}

.main-nav ul li a {
	font-size: 30px;
	margin-right: 3%;
}


}


@media only screen and (max-device-width: 1600px), screen and (max-width: 1600px) {

.masthead {
    width: 100%;
    height: auto;
    min-height: 150px;
    background: #fff;
}

.logo {
    position: absolute;
    top: 0;
    left: 1%;
    width: 20%;
    max-width: 350px;
    height: auto;
    z-index: 1001;
}

.contact-panel-title h2, .about-panel-title h2, .team-panel-inner h2, .production-panel-title h2, h2.mobile-panel-title {
    font-size: 54px;
    line-height: 56px;
}

}


@media only screen and (max-device-width: 1500px), screen and (max-width: 1500px) {

.masthead {
    width: 100%;
    height: auto;
    min-height: 140px;
    background: #fff;
}

.logo {
    position: absolute;
    top: 0;
    left: 1%;
    width: 20%;
    max-width: 350px;
    height: auto;
    z-index: 1001;
}

}


@media only screen and (max-device-width: 1400px), screen and (max-width: 1400px) {

.masthead {
    width: 100%;
    height: auto;
    min-height: 120px;
    background: #fff;
}

.logo {
    position: absolute;
    top: 0;
    left: 0.5%;
    width: 20%;
    max-width: 350px;
    height: auto;
    z-index: 1001;
}

}


@media only screen and (max-device-width: 1300px), screen and (max-width: 1300px) {

.main-nav {
	float: right;
	width: 70%;
	text-align: right;
	margin-top: 75px;
	z-index: 999;
}

.main-nav ul li a {
	font-size: 24px;
	margin-right: 3%;
}


}


@media only screen and (max-device-width: 1250px), screen and (max-width: 1250px) {

.contact-panel-title h2, .about-panel-title h2, .team-panel-inner h2, .production-panel-title h2, h2.mobile-panel-title {
    font-size: 54px;
    line-height: 64px;
}

.contact-panel-content, .about-panel-content, .production-panel-content {
    width: 45%;
    margin-top: 12%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 40px;
    padding-right: 40px;
}


/* Navigation */

.main-nav {
    width: 60%;
    margin-top: 75px;
}

.main-nav ul li a {
    font-size: 20px;
    margin-right: 3%;
    padding-bottom: 30px;
}

}

@media only screen and (max-device-width: 900px), screen and (max-width:900px){ 

.logo-container, .logo, .masthead {
	display: none;
}

.mobile-masthead {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 150px;
	background: #fff;
}

.mobile-logo {
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
	width: 300px;
	height: auto;
	margin-left: calc(50% - 150px);
	z-index: 1001;
}

.contact-panel-title, .about-panel-title, .production-panel-title {
    float: none;
    width: 100%;
    height: auto;
}

.contact-panel-content, .about-panel-content, .production-panel-content {
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 40px;
        padding-right: 0;
}

.contact-panel-title h2, .about-panel-title h2, .team-panel-inner h2, .production-panel-title h2 {
    display: none;
}

h2.mobile-panel-title {
	display: inline-block;
}

.team-panel-image {
    float: none;
    width: 60%;
    height: auto;
	 margin-left: 20%;
}

.team-panel-bio {
    float: none;
    width: 100%;
    height: auto;
	 margin-top: 30px;
}

.production-panel-image {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}

.production-panel-quote h3 {
    font-size: 36px;
    line-height: 54px;
}


/* Navigation */

.mobile-nav-icon {
	position: absolute;
	top: 60px;
	right: 35px;
	width: 10%;
	height: auto;
}

.mobile-nav-close {
	display: none;
	position: absolute;
	top: 40px;
	right: 40px;
	width: 100px;
	height: auto;
	z-index: 1012;
}

.mobile-nav-close a {
	font-size: 28px;
	color: #fff;
}

.mobile-nav {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	padding-top: 80px;
	background: #1E2A5D;
	text-align: center;
	z-index: 1010;
}

.mobile-nav li {
	width: 90%;
	padding: 20px 5% 20px 5%;
}

.mobile-nav li a {
	font-size: 30pt;
	line-height: 40pt;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}




}


@media only screen and (max-device-width: 500px), screen and (max-width:500px){ 

.mobile-masthead {
  width: 100%;
  height: auto;
  min-height: 120px;
}

.mobile-logo {
  top: -20px;
  left: 0;
  width: 200px;
  height: auto;
  margin-left: calc(50% - 100px);
}


.mobile-nav-icon {
  top: 30px;
  right: 10px;
  width: 60px;
  height: auto;
}

.hero-inner {
    padding: 0 0 40px 0;
}

.contact-panel-inner, .about-panel-inner, .production-panel-inner, .team-panel-inner {
    padding: 40px 5% 40px 5%;
}

.contact-panel-title h2, .about-panel-title h2, .team-panel-inner h2, .production-panel-title h2, h2.mobile-panel-title {
   font-size: 34px;
   line-height: 48px;
}

.contact-panel-content p, .contact-panel-content a, .about-panel-content p, .about-panel-content a, .production-panel-content p, .production-panel-content a, .production-panel-details p {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px;
}

.team-panel-image {
   width: 100%;
   height: auto;
   margin-left: 0;
}

.team-panel-bio h3 {
    font-size: 28px;
    line-height: 56px;
}

.team-panel-bio p, .team-panel-bio p a {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 20px;
}

.production-panel-quote {
    position: relative;
    bottom: 0;
    right: 0;
	 margin-top: 20px;
}

.footer-content {
    float: none;
    width: 100%;
    height: auto;
	 text-align: center;
}

.footer-social {
    width: 150px;
    height: 40px;
	 margin-left: calc(50% - 75px);
    margin-bottom: 20px;
}

.footer-logo {
    float: none;
    width: 80%;
    max-width: 100%;
    height: auto;
    margin-right: 0;
	 margin-left: 10%;
	 margin-top: 20px;
}

/* Navigation */


.mobile-nav-close {
  top: 40px;
  right: 10px;
  width: 100px;
}

}