/*  
Theme Name: Wishbone Films
Theme URI: 
Description: Coming Soon Page
Version: 1.0
Author: Tom Nara Srisook
Author URI: Tags: 
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end css reset */

@font-face {
  font-family: PrestigeEliteStd;
  src: url('PrestigeEliteStd.ttf');
}
@font-face {
  font-family: PrestigeEliteStd-Bold;
  src: url('PrestigeEliteStd-Bd.otf');
}
body {
	font-family: PrestigeEliteStd-Bold;
	background: white;
	color: #1d1d1d;
}

#splash {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	background: #ffffff;
	cursor: pointer;
	overflow: hidden;
}
#splash-logo {
	background: url('images/wishbone_logo.png') no-repeat;
	background-size: 421.5px 405.5px;
	position: absolute;
	width: 421.5px;
	height: 425.5px;
	top: 50%;
	left: 50%;
	margin-left: -210.75px;
	margin-top: -212.75px;
	font-size: 0.8em;
	text-align: center;
}
#splash-logo #msg {
	width: 200px;
	margin: 450px auto 0 auto;
}
#frame {
	background: url('images/bg.jpg');
	position: fixed;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: -1;
	overflow: hidden;
}
#header, #content {
	width: 860px;
	margin: 0 auto;
	text-align: center;
}

#tl {
	background: url('images/frame_top_left.png') no-repeat;
	background-size: 69.5px 69.5px;
	width: 69.5px;
	height: 69.5px;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
}
#tr {
	background: url('images/frame_top_right.png') no-repeat;
	background-size: 69.5px 69.5px;
	width: 69.5px;
	height: 69.5px;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
}
#bl {
	background: url('images/frame_bot_left.png') no-repeat;
	background-size: 69.5px 69.5px;
	width: 69.5px;
	height: 69.5px;
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;	
}
#br {
	background: url('images/frame_bot_right.png') no-repeat;
	background-size: 69.5px 69.5px;
	width: 69.5px;
	height: 69.5px;
	position: fixed;
	z-index: 100;
	bottom: 0;
	right: 0;	
}
#container {
	display: none;
	position: relative;
	width: 830px;
	margin: 0 auto;
}
#header {
	margin-top: 70px;
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}
ul.nav {
	font-family: PrestigeEliteStd-Bold;
	text-transform: uppercase;
	font-size: 0.75em;
	letter-spacing: 0.2em;
	font-weight: bold;

	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
ul.nav li {
	float: left;
	
	display:block;
	list-style:none;
	margin:0;
	padding: 118px 15px 0 15px;
	position:relative;
	right:50%;
	text-align: center;
}
li.logo {
	padding: 0 !important;
}
ul.nav li a {
	text-decoration: none;
	color: #1d1d1d;

	display:block;
	margin:0 0 0 1px;
	padding:0;
	line-height:1.3em;
}
.link a:hover {
	color: #668290;
	/* border-bottom: 1px dotted #668290; */
}
.logo a img {
	display: none;
}
.logo {
	vertical-align: middle;
	margin-top: -31px;
}
.logo a {
	display: block;
	background: url('images/wishbone_logo.png') no-repeat;
	background-size: 225px 216px;
	width: 225px;
	height: 216px;
}
.section {
	position: relative;
	margin-top: 100px; 
	float: left;
	width: 830px;
}
.section h2 {
	display: block;
	margin: 0 auto 30px auto;
}
.section h2 span {
	display: none;
}
#philosophy h2 {
	background: url('images/philosophy.png') no-repeat;
	background-size: 169px 34px;
	width: 169px;
	height: 34px;
}
#whoweare h2 {
	background: url('images/whoweare.png') no-repeat;
	background-size: 169px 34px;
	width: 169px;
	height: 34px;
}
#projects h2 {
	background: url('images/projects.png') no-repeat;
	background-size: 169px 34px;
	width: 169px;
	height: 34px;
}
#contactus h2 {
	background: url('images/contactus.png') no-repeat;
	background-size: 169px 34px;
	width: 169px;
	height: 34px;
}
.tagline {
	position: relative;
}
.copy {
	position: absolute;
	top: 0;
	color: white;	
	width: 600px;
	left: 50%;
	top: 33%;
	margin-left: -300px;
	font-size: 1.5em;
	font-family: PrestigeEliteStd-Bold;
}
#philosophy .text {
	font-weight: 200;
	font-size: 0.85em;
	letter-spacing: 0.08em;
	line-height: 1.5em;
	width: 700px;
	margin: 20px auto 0 auto;
}
#whoweare {
}
#whoweare .wrap img {
	width: 250px;
	height: 245px;
	text-align: center;
}
.wrap {
	width: 830px;
	margin: 0 auto;
	text-align: center;
}
.col {
	width: 250px;
	text-align: left;
	margin-right: 40px;
	float: left;
}
.last {
	margin-right: 0 !important;
}
.name {
	font-weight: bold;
	text-transform: uppercase;
	color: #668290;
	margin-top: 20px;
}
.bio {
	font-size: 0.8em;
	letter-spacing: 0.01em;
	line-height: 1.5em;
	margin-top: 20px;
}
.cont {
}
.meta a {
	text-decoration: none;
	font-family: PrestigeEliteStd-Bold;
	font-weight: bold;
	color: #668290;
	text-transform: uppercase;	
}
.meta {
	margin-top: 20px;
}
.meta a:hover {
	color: #1d1d1d;
}

.photo {
	width: 310px;
}
.row .info {
	width: 490px;
	position: relative;
}
.odd .info {
	float: right;
}
.even .info {
	float: left;
}
.odd .photo {
	float: left;
	margin-right: 30px;
}
.even .photo {
	float: right;
	margin-left: 30px;
}
.synopsis, .title {
	text-align: left;
}
.synopsis {
	font-size: 0.8em;
	letter-spacing: 0.01em;
	line-height: 1.5em;
}

.title {
	font-weight: bold;
	text-transform: uppercase;
	color: #668290;
	margin: 20px 0;
}
.row {
	width: 830px;
	clear: both;
	padding: 30px 0;
	border-bottom: 1px dotted #9dbed0;
	float: left;
	
}
.post {
	margin: 50px 0;
	float: left;
}
.post p {
	margin-bottom: 20px;
}
.image {
	width: 250px;
	float: left;
	margin-right: 30px;
}
.image img {
	width: 250px;
}
.page_content {
	text-align: left;
	font-size: 0.8em;
	letter-spacing: 0.01em;
	line-height: 1.5em;
	float: left;
	width: 550px;
}
.post h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #668290;
	text-align: left;	
	margin-bottom: 20px;
	font-size: 1.2em;
}
#footer {
	width: 860px;
	float: left;
	font-size: 0.7em;
	height: 100px;
	margin: 0;
	color: #668290;
	border-top: 1px dotted #9dbed0;
	padding-top: 30px;
}
#footer b {
	font-family: PrestigeEliteStd-Bold;
	font-weight: bold;
	margin-bottom: 8px;
	color: #1d1d1d;
	display: block;
}
#footer a {
	color: #668290;
	text-decoration: none;
	font-weight: bold;
	font-family: PrestigeEliteStd-Bold;
}
#footer a:hover {
	border-bottom: 1px dotted #668290;
}
#overlay {
	display: none;
	z-index: 9997;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#overlay-bg {
	background: #668290;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9998;
	opacity: 0.8;
}
#overlay-container {
	position: fixed;
	background: white url('images/bg.jpg');
	width: 860px;
	height: 500px;
	z-index: 9999;
	-webkit-box-shadow:  0px 0px 50px 0px rgba(0, 0, 0, .5); 
	box-shadow:  0px 0px 50px 0px rgba(0, 0, 0, .5);	
	padding: 30px;
	text-align: left;
	font-size: 0.9em;
	letter-spacing: 0.01em;
	line-height: 1.5em;
	overflow-y: auto;
	overflow-x: hidden;	
}
#overlay-container.video {
	padding: 0 !important;
	overflow: hidden !important;
	height: 560px !important;
}
#overlay-container.video iframe {
	width: 100%;
	height: 100%;
}
#overlay-container p {
	margin-bottom: 10px;
}
#overlay-container a {
	font-weight: bold;
	font-family: PrestigeEliteStd-Bold;
	color: #668290;
	text-decoration: none;	
}
#overlay-container a:hover {
	text-decoration: underline;
}
#overlay-container .close {
	position: fixed;
	display: block;
	width: 200px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-top: 300px;
	margin-left: -100px;
	text-align: center;
	
}
#overlay-container .close a {
	font-weight: bold;
	font-family: PrestigeEliteStd-Bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;	
}

#overlay-container .close a:hover {
	text-decoration: underline;
}
#loading {
	display: none;
	background: #668290;
	z-index: 9999;
	position: fixed;
	width: 43px;
	height: 11px;
	padding: 10px;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-left: -18px;
	margin-top: -18px;	
}
.hide {
	margin-top: 20px;
}
.hide a {
	font-weight: bold;
	font-family: PrestigeEliteStd-Bold;
	text-transform: uppercase;
	color: #668290;
	text-decoration: none;		
	margin-top: 20px;
}
.hide a:hover {
	text-decoration: underline;
}
.full {
	display: none;
}
.loader h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #668290;
	text-align: left;	
	margin-bottom: 20px;
	font-size: 1.2em;	
}
.email_list {
	float: left;
	width: 310px;
}
.formfields {
	float: left;
}
.wpcf7 {
	float: left;
	margin: 20px 0 50px 0 !important;
	width: 830px;
}
.wpcf7-form {
	text-align: left;
	font-size: 0.8em;	
}
.wpcf7-list-item {
	display: block;
	margin: 0 !important;
	margin-bottom: 50px !important;
	clear: both;
}
.label {
	margin-bottom: 10px;
}
input[type=checkbox] {
	
}
.wpcf7-list-item-label {
	font-family: PrestigeEliteStd-Bold;
	font-weight: bold;

	text-align: left;
	color: #668290;
	line-height: 1.2em;
	font-size: 1.2em;
	
	float: left;
	width: 200px;
	margin: 0 0 0 8px;
	cursor: pointer;

}
.wpcf7-form input[type=radio], .wpcf7-form input[type=checkbox]{
	width: 23.5px;
	height: 26.5px;
	float: left;
	background: url('images/check-out.png') no-repeat;
	background-size: 23.5px 26.5px;
	cursor: pointer;
	-webkit-appearance: none;	
	border: none;
	outline: none;
}
.wpcf7-form input[type=radio]:checked, .wpcf7-form input[type=checkbox]:checked {
	background: url('images/checked-in.png') no-repeat;	
	background-size: 23.5px 26.5px;
}
.formfields {
	background: url('images/line.png') repeat-y;
	background-size: 50px 120px;
	padding: 0 0 0 40px;
	margin: 0 0 50px 50px;
	width: 420px;
}
.form_header {
	font-family: PrestigeEliteStd-Bold;
	font-weight: bold;
	display: block;
	background: url('images/01.png') no-repeat;
	background-size: 26px 26px;
	height: 26px;
	padding: 8px 0 0 37px;
	margin: 0 0 20px 0;
	
}
.email label {
	font-family: PrestigeEliteStd-Bold;
	font-weight: bold;
	display: block;
	background: url('images/02.png') no-repeat;
	background-size: 26px 26px;
	height: 26px;
	padding: 8px 0 0 40px;	
}
.email label{
	display: block; 
	float: left;
}
.email span {
	float: left;
	margin: -10px 0 0 10px;
}
.message {
	clear: left;
}
.email input[type=text] {
	font-family: PrestigeEliteStd-Bold;
	font-weight: bold;
	font-size: 1.2em;
	-webkit-appearance: none;
	background: url('images/line2.png') repeat-x;
	background-position-y: -25px;
	background-size: 109px 50px;
	border: none;
	outline: none;
	padding: 0 0 20px 10px;
	width: 261px;
}
.message label {
	font-family: PrestigeEliteStd-Bold;
	font-weight: bold;
	display: block;
	background: url('images/03.png') no-repeat;
	background-size: 26px 26px;
	height: 26px;
	padding: 8px 0 0 40px;	
	text-transform: uppercase;	
}
.message span {
	margin: -20px 0 0 40px;
}
.message textarea {
	background: url('images/msgbox.png') no-repeat;;
	background-size: 100% 100%;
	-webkit-appearance: none;
	width: 351px;
	height: 128.5px;
	border: none;
	padding: 20px;
	margin: -10px 0 0 0;
	font-family: PrestigeEliteStd;
	font-size: 1.2em;	
	outline: none;
}
.sendBtn {
	background: url('images/04.png') no-repeat;
	background-size: 26px 26px;
	padding: 0 0 0 40px;
	margin: 20px 0 0 0;
	height: 27px;
	display: block;
	float: left;
}
.note {
	float: left;
	margin: 30px 0 0 20px;
}
.sendBtn input[type=submit] {
	-webkit-appearance: none;
	border: none;
	background: url('images/send.png') no-repeat;
	background-size: 66.5px 27px;
	width: 66.5px;
	height: 27px;
	color: transparent;
	
	font-family: PrestigeEliteStd-Bold;
	font-size: 0.9em;
	cursor: pointer;
}
.sendBtn input[type=submit]:active {
	opacity: 0.5;
}
div.wpcf7-mail-sent-ok {
	border: none !important;
	text-align: center !important;
}
div.wpcf7-validation-errors {
	border: none !important;
	text-align: center;
	font-family: PrestigeEliteStd-Bold;
	font-weight: bold;
	text-transform: uppercase;
}
span.wpcf7-not-valid-tip-no-ajax {
	position: absolute;
	width: 350px !important;
	margin: 0 !important;
	padding: !important;
	font-family: PrestigeEliteStd-Bold;
	font-weight: bold;
	text-transform: uppercase;
}

span.wpcf7-not-valid-tip {
	top: 10px !important;
	left: 0 !important;
	margin: 25px 0 0 0 !important;
	padding: !important;
	border: none !important;
	background: transparent !important;
	color: red;
	text-align: left;
	font-family: PrestigeEliteStd-Bold;
	font-weight: bold;
	text-transform: uppercase;	
}
.message span.wpcf7-not-valid-tip {
	top: -10px !important;
}