/*
Theme Name: 	New Orleans Jazz History Tour
Description: 	Custom Theme
Version: 		1.0
Author: 		NoSleepForSheep
Author URI: 	http://www.nosleepforsheep.com
*/

/*
-- IMPORTS
-- GENERAL
-- TYPOGRAPHY
-- STRUCTURE
-- HEADER
-- SLIDESHOW
-- FOOTER
-- PRIMARY SIDEBAR
-- SECONDARY SIDEBAR
-- CONTENT
-- BLOG
-- RESPONSIVE
*/

@import url('normalize.css');
@import url('wysiwyg.css');
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
@import url('css/smoothDivScroll.css');

img { max-width: 100%; height: auto; }

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body {
	font-family: georgia, serif;
	font-size: 110%;
	color: #fff;
	line-height: 150%;
	font-weight: normal;
    background: #000 url('images/bg-home.jpg') no-repeat top center;
}

body.page-about-us {
    background: #000 url('images/bg-about.jpg') no-repeat top center;
}
body.page-birthplace-jazz {
    background: #000 url('images/bg-birthplace.jpg') no-repeat top center;
}
body.page-reviews {
    background: #000 url('images/bg-reviews.jpg') no-repeat top center;
}

@media only screen and (max-width: 480px) {
	body { font-size:90%;}
}

.cf {
  zoom: 1;
}

.cf:before { content: ''; display: block; }
.cf:after { content: ''; display: table; clear: both; }

input[type="text"],textarea { width: 100%; }

img { max-width: 100%; height: auto; }

/* TYPOGRAPHY */

a { color: #ba1300; text-decoration: none; }
a:hover { color: #fff; }
a: visted { color: #ba1300; }

h1, h2, h3, h4, h5 {
	font-family: Georgia, serif;
	font-weight: normal;
	color: #e6dcb9;
	line-height: 1.2em;
}

h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }

.page-title { font-size: 2em; }
.post-title { font-size: 1.5em; }

.button, input[type="submit"] {
	background-color: #BA1300;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	font-family: Georgia, serif;
	font-size: .70em;
	font-weight: normal;
	border: 0;
	text-decoration: none;
	padding: 1px 10px;
	margin: 0;
	color: #fff;
}

input[type="submit"] {
	font-size: .75em;
	padding: 5px 10px;
}

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

/* STRUCTURE */

#wrapper {
	max-width: 980px;
}

aside.primary {
	background-color: #000;
	width: 25%;
	float: left;
}

aside.secondary {
	width: 20%;
	background-color: #fff;
	float: left;
}

.content {
	width: 55%;
	float: left;
	padding: 10px 20px;
}

/* HEADER */

header {
	border-bottom: 1px solid #fff;
}

header nav {
	max-width: 980px;
}

header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

header nav ul li {
	list-style: none;
	padding: 5px 15px;
	margin: 0;
	display: inline;
	text-transform: uppercase;
	border-right: 1px solid #fff;
}

header nav ul li:first-child {
	border-left: 1px solid #fff;
}

header nav ul li a {
	text-decoration: none;
	font-size: .95em;
}

.mobile-booking {
	padding: 20px;
	background-color: #e6dcb9;
}

.mobile-booking .logo {
	float: left;
	width: 25%;
}

.mobile-booking .book-now {
	float: left;
	width: 75%;
}

/* SLIDESHOW */

#makeMeScrollable {
	width:100%;
	height: 250px;
	position: relative;
}

#makeMeScrollable div.scrollableArea img {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	border-right: 1px solid #000;
}

/* FOOTER */

footer {
	padding: 10px 20px 40px 20px;
	font-size: .80em;
	color: #5a5a5a;
}

/* PRIMARY SIDEBAR */

aside.primary .logo {
	background-color: #e6dcb9;
	padding: 10px 0;
	text-align: center;
}

aside.primary nav ul {
	list-style: none;
	margin: 0;
	padding: 30px;
}

aside.primary nav ul li {
	border-bottom: 1px solid #312C1D;
	padding: 10px 0;
	list-style: none;
}

aside.primary nav ul li:last-child {
	border-bottom: 0;
}

aside.primary nav ul li a {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #e6dcb9;
	font-size: 1.8em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
}

aside.primary nav ul li a:hover {
	color: #fff;
}

/* SECONDARY SIDEBAR */

aside.secondary section {
	padding: 20px;
}

aside.secondary section p {
	font-size: .8em;
	font-family: Helvetica, arial, sans-serif;
	line-height: 1.2em;
}

aside.secondary .title {
	font-size: 1.4em;
	padding-bottom: 5px;
	border-bottom: 4px solid #ccc;
	margin-bottom: 20px;
}

/* dark */

aside.secondary section.dark {
	background-color: #4B4B4B;
	color: #fff;
}

/* light */

aside.secondary section.light {
	color: #222;
}

aside.secondary section.light .title {
	color: #531E9E;
	border-bottom: 4px solid #531E9E;
}

aside.secondary section.light a {
	color: #000;
	text-decoration: none;
}

aside.secondary section.light a:hover {
	color: #531E9E;
}

/* blog */

aside.secondary section.blog .post-title {
	font-size: 1.2em;
}

aside.secondary section.blog .read-more {
	font-size: .85em;
	color: #531E9E;
}

aside.secondary section.blog .meta {
	font-size: .70em;
	font-family: Helvetica, arial, sans-serif;
	color: #531E9E;
}

/* CONTENT */

body.home .content p {
	font-size: 1.5em;
	line-height: 1.2em;
}

/* BLOG */

.entry {
	border-bottom: 1px solid #303030;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.entry:first-of-type {
	padding-top: 30px;
}

.entry div:first-child {
	width: 20%;
	float: left;
}

.entry div:last-child {
	width: 75%;
	float: right;
}

.entry p {
	font-size: .85em;
	line-height: 20px;
}

.post-title {
	margin: 0;
	padding: 0;
}

.post-title a {
	text-decoration: none;
	color: #E6DCB9;
}

.post-title a:hover { color: #fff; }

.meta {
	font-family: verdana, sans-serif;
	font-size: .75em;
	color: #ccc;
	line-height: 18px;
}

/* WIDGETS */

.widget-container {
	padding-bottom: 20px;
}

.widget-title {
	color: #531E9E;
	font-size: 1.1em;
	border-bottom: 3px solid #531E9E;
	margin-bottom: 5px;
}

.widget-container ul, ol {
	list-style:none;
	margin: 0;
	padding: 0;
}

.widget-container li {
	padding: 4px 0;
	border-bottom: 1px solid #ccc;
	margin: 0;
}

.widget-container li:last-child { border-bottom: 0; }

.searchform label, .widget_text, .widget-container li {
	font-family: Helvetica, arial, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
}

.searchform label { display: none; }

/* RESPONSIVE */

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

	aside.primary {
		width: 20%;
	}

	aside.primary nav ul {
		padding: 10px;
	}

	aside.primary nav li {
		font-size: .8em;
	}

	aside.secondary {
		width: 30%;
	}

	.content {
		width: 50%;
	}
}

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

	aside.primary { display: none; }
	aside.secondary { display: none; }
	.content { width: 100%; }
	.mobile-booking { display: block; }
	.mobile-nav {
		display: block;
		text-align: center;
		padding: 10px;
		background-color: #531E9E;
	}

	.mobile-nav .responsiveMenuSelect {
		font-size: 1.2em;
		background: #efefef;
		color: #333;
		padding: 5px;
		line-height: 1;
		border: 0;
		border-radius: 0;
		height: 34px;
		-webkit-appearance: none;
		font-family: Helvetica, arial, sans-serif;
		text-transform: uppercase;
		background-image: url(images/arrow.png);
		background-repeat: no-repeat;
		background-position: right;
	}
}

@media only screen and (min-width: 680px) {
	.mobile-booking { display: none; }
	.mobile-nav { display: none; }
	aside.primary { min-height: 700px; }
	aside.secondary { min-height: 700px; }
}

@media only screen and (max-width: 480px) {
	.mobile-booking .logo {
		float: none;
		width: 100%;
		text-align: center;
	}

	.mobile-booking .book-now {
		float: none;
		width: 100%;
		text-align: center;
	}

	footer p {
		text-align: center;
	}

}

@media only screen and (max-width: 1000 ) {
	aside.primary nav ul li a {
		font-size: 1.5em;
	}
}

.booknow {
	font-size: 18px;
}
/* CONTACT FORM EDITS */

#gform_2 .validation_error {
	color: white;
	border-color: white;
}

#gform_2 .gfield_description.validation_message {
	color: #BA1300;

}

#gform_2 .gfield_required {
	color: #BA1300;
}
#field_2_1 .gfield_label.gfield_label_before_complex {
	color: white;
}


#field_2_2 .gfield_label {
	color: white;
}
#field_2_1 label{
	color: white;

}
#field_2_1 {
	border-color: #BA1300;
	background: none;

}
#field_2_2 {
	border-color: #BA1300;
	background: none;

}

#gform_1 .validation_error {
	color: white;
	border-color: white;
}

#gform_1 .gfield_description.validation_message {
	color: #BA1300;

}

#gform_1 .gfield_required {
	color: #BA1300;
}
#field_1_1 .gfield_label.gfield_label_before_complex {
	color: white;
}

#field_1_10 .gfield_description.validation_message {
	color: white;
}

#field_1_10 .gfield_label{
	color: white;
}
#field_1_10 {
	border-color: white;
	background: none;
}
#input_1_9 {
	color: white;

}
#field_1_3 .gfield_description.validation_message {
	color: white;
}

#field_1_3 .gfield_label{
	color: white;
}


#field_1_3 label {
	color: white;
}

#field_1_3 {
	border: none;
	background: none;
}

#field_1_4 .gfield_description.validation_message {
	color: white;
}

#field_1_4 .gfield_label{
	color: white;
}
#field_1_4 {
	border: none;
	background: none;
}
#field_1_5 .gfield_description.validation_message {
	color: white;
}

#field_1_5 .gfield_label{
	color: white;
}
#field_1_5  .instruction.validation_message{
	color: white;
}
#field_1_5 {
	border: none;
	background: none;

}
#field_2_1 .gfield_description.validation_message {
	color: white ;
}
#field_2_2 .gfield_description.validation_message {
	color: white ;
}
#field_2_2 {
	border: none;
}
#field_2_1 {
	border: none;

}

#ui-datepicker-div {
    z-index: 1 !important;

}
#field_1_9 {
border: none;
	background: none;

}

#field_2_4 {
border: none;
	background: none;

}

#field_2_4 .gfield_label {
	color: white;
}

#field_2_4 .gfield_description.validation_message {
	color: white ;
}

#field_1_9 .gfield_label {
	color: white;
}

#field_1_9 .gfield_description.validation_message {
	color: white ;
}