/*
Theme Name: Margaret Cho - Wanted
Theme URI: http://underscores.me/
Author: team A design
Author URI: http://goteama.com
Description: A custom theme for Margaret Cho
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: cho14
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Margaret Cho - Wanted is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

@import url('http://fonts.googleapis.com/css?family=Smokum|Averia+Serif+Libre:400,700,400italic,700italic|Averia+Sans+Libre|Sancreek|Cinzel');
@import url('layouts/1380skeleton.css');

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

/*
font-family: 'Smokum', serif;
font-family: 'Averia Serif Libre', serif;
font-family: 'Averia Sans Libre', sans-serif;
font-family: 'Sancreek', cursive;
font-family: 'Cinzel', serif;
*/

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

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #eeede6 url(img/bg/main-bg.jpg) repeat;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Averia Serif Libre', Georgia, Times, serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Sancreek', serif;
	font-weight: normal;
	clear: both;
}

h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	color: #666;
	border: 1px solid #e9e7e4;
	border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"] {
	padding: 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

[data-icon]:before {
	font-family: 'choicon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Links */
a {
	color: #5a6f8c;
	text-decoration: none;
}
a:visited {
	color: #5a6f8c;
}
a:hover,
a:focus,
a:active {
	color: #bf4141;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.site-content {
	margin-bottom: 5em;
}
.addthis_toolbox {
	margin-bottom: 1.5em;
}


/* =Header
----------------------------------------------- */

.site-header {
	margin-bottom: 10px;
}
.site-branding {
	margin-top: 50px;
	margin-bottom: 20px;
}
.site-title {
	font-family: 'Smokum', cursive;
	font-size: 100px;
	line-height: 1em;
	color: #666;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 15px;
	display: block;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width:1322px;
	height: 146px;
	background: url(img/header/margaret-cho-1380.png) no-repeat;
}
.site-title a {
	color: #333;
	display: block;
	width:1322px;
	height: 146px;
	text-indent: -9999em;
}
.site-description {
	display: none;
}

.social-header {
	float: right;
	text-align: right;
	background: #fff;
	height: 40px;
}
.social-header .widget {
	float: left;
	margin-bottom: 0;
}
.social-header .textwidget {
	font-family: "choicon", sans-serif;
	font-size: 20px;
	line-height: 40px;
}
.social-header a {
	padding: 1px 6px;
}
.social-header .widget_header_search {
	margin: 0 16px 0 0;
}
.social-header .widget_header_search label {
	padding: 1px 6px;
	font-size: 18px;
	color: #5a6f8c;
	line-height: 40px;
	cursor: pointer;
}
.social-header .widget_header_search .search-field {
	width:0;
	padding: 0;
	border: none;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-header .search-form.activate .search-field {
	width:180px;
	padding: 3px;
	border: 1px solid #ccc;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	border-top: 4px double #fff;
	border-bottom: 1px solid #fff;
	background: url(img/bg/diamond-bg.png) center 13px repeat-x;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	width:14.285%;
	font-family: 'Sancreek', serif;
	font-size:48px;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
}
.main-navigation li:first-child {
	text-align: left;
}
.main-navigation li:last-child {
	text-align: right;
}
.main-navigation a {
	display: inline;
	text-decoration: none;
	padding: 0 20px;
}
.main-navigation li.menu-item-has-children a {
	background: url(img/bg/nav-arrow-off.png) right center no-repeat;
}
.main-navigation li.menu-item-has-children ul a {
	background: none;
}

.main-navigation ul ul {
	background-color:  #fff;
	background: rgba(255,255,255,.9);
	border: 5px solid #fff;
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.2em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
	font-family: 'Cinzel', serif;
	font-size: 24px;
	width:200px;
	text-align: center;
	margin-top:10px;
	margin-bottom: 10px;
}
.main-navigation ul ul li:first-child,
.main-navigation ul ul li:last-child {
	text-align: center;
}
.main-navigation li:hover > a {
	color: #333;
}
.main-navigation li.menu-item-has-children:hover > a {
	background: url(img/bg/nav-arrow-on.png) right center no-repeat;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a,
.main-navigation .current-menu-parent a,
.main-navigation .current-menu-ancestor a {
	color: #333;
}

.sub-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: url(img/bg/sub-nav-bg.png) center center repeat-x;
	text-align: center;
	margin-top: .5em;
}
.sub-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.sub-navigation li {
	display: inline;
	margin: 0 40px;
	font-family: 'Sancreek', serif;
	font-size:30px;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
}
.sub-navigation li a {
	color: #9e8057;
}
.sub-navigation li:hover > a {
	color: #333;
}
.sub-navigation .current_page_item a,
.sub-navigation .current-menu-item a,
.sub-navigation .current-page-ancestor a {
	color: #333;
}


/* Small menu */
.menu-toggle {
	cursor: pointer;
	font-family: 'Cinzel', serif;
	font-size: 24px;
	line-height: 30px;
	margin-top: .5em;
	color: #5a6f8C;
	text-align: center;
	display: none;
}
.menu-toggle span {
	display: inline-block;
	background: url(img/menu-toggle-small.png) left center no-repeat;
	width: 40px;
	height: 30px;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin-bottom: 1.5em;
}
.post {
	padding-bottom: 4em;
	border-bottom: 3px solid #fff;
	margin-bottom: .5em;
}
.single .post {
	border-bottom: none;
}
.post .entry-header {
	background: #faf9f5;
	border: 5px solid #fff;
	font-family: 'Cinzel', serif;
	text-align: center;
	padding: 10px;
	color: #37393c;
}
.post .entry-title {
	font-family: 'Cinzel', serif;
	font-size: 24px;
	font-variant: small-caps;
}
.blog .post.first .entry-header {
	position: relative;
	background: transparent url(img/bg/brown-ink.png) left bottom repeat;
	border: none;
	padding: 1.5% 1.5% 3%;
}
.blog .post.first .entry-title {
	position: absolute;
	left: 5%;
	bottom: 40px;
	width:90%;
	font-family: 'Sancreek', serif;
	font-size: 48px;
	font-variant: normal;
	background: url(img/bg/blue-ink.png) left bottom repeat;
}
.blog .post.first .entry-title a {
	color: #fff;
}
.blog .post.first .entry-header .entry-meta {
	position: absolute;
	left: 5%;
	bottom: -10px;
	width:90%;
	padding: 10px 0;
	background: url(img/bg/blue-ink.png) left bottom repeat;
	font-size: 24px;
	color: #fff;
}
.blog .thumbnail-wrap,
.category-tv-film-post.post .thumbnail-wrap {
	padding: 10px;
	background: url(img/bg/blue-ink.png) left bottom repeat;
	text-align: center;
}
.blog .post.first .entry-header .thumbnail-wrap {
	padding: 0;
	background: transparent;
}
.page .entry-title {
	font-size: 36px;
	letter-spacing: 1px;
}
.page-id-1074.page .entry-title {
	color: #9e8057;
	font-family: 'Smokum', serif;
} 
.entry-attribute {
	background: rgba(90,111,140,.15);
	padding: 8px;
	margin-bottom: 1.5em;
}
.entry-attribute p {
	margin-bottom: 0;
	font-family: 'Cinzel', serif;
	font-size: 14px;
	color: #5a6f8c;
	text-transform: uppercase;
	text-align: center;
}
.entry-meta {
	font-size: 14px;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin-top: 1.5em;
}
.post .entry-content p:first-child:first-letter,
.post .entry-summary p:first-child:first-letter {
	color: #b54649;
	font-size: 60px; 
	float: left; 
	margin: 2px 4px 0 0; 
	line-height: 0.375em;
}
.post .read-more {
	font-family: 'Sancreek', serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 6px;
}
.post .read-more a {
	padding: 1px 4px 1px 30px;
	color: #b54649;
	background: url(img/dingbat_sprite.png) 0 -187px no-repeat;
	white-space: nowrap;
}
.post .read-more a:hover {
	background: #fff url(img/dingbat_sprite.png) 0 -187px no-repeat;
}
.page-links {
	clear: both;
	margin-bottom: 1.5em;
}
.post .comments-link {
	float: right;
	font-family: 'Smokum', serif;
	font-size: 30px;
}
.post footer.entry-meta .sharing {
	margin-bottom: 1.5em;
}
.post footer.entry-meta .terms {
	font-family: 'Cinzel', serif;
}
.post footer.entry-meta .terms a {
	font-family: 'Averia Serif Libre', Georgia, Times, serif;
	padding: 1px 2px;
	color: #b54649;
}
.post footer.entry-meta .terms a:hover {
	background: #fff;
}

/* Archive & Search & Error 404 */

.archive .post,
.search .post {
	padding-bottom: 0;
	margin-bottom: 3em;
	background: #fff;
	overflow: hidden;
}
.archive .post .entry-header,
.archive .post .entry-attribute,
.archive .post .thumbnail-wrap,
.archive .post .entry-summary,
.search .post .entry-header,
.search .post .entry-attribute,
.search .post .thumbnail-wrap,
.search .post .entry-summary {
	margin-left: 10px;
	margin-right: 10px;
}
.archive .category-tv-film-post.post .thumbnail-wrap,
.search .category-tv-film-post.post .thumbnail-wrap {
	padding: 0;
	background:transparent;
}
.archive .site-main,
.search .site-main {
	padding-bottom: 4em;
}
.masonry-wrap {
	clear: both;
}
.archive .post .entry-header,
.search .post .entry-header {
	margin-top: 10px;
	border: none;
}
.archive .page-header,
.search .page-header,
.error404 .page-header {
	margin-bottom: 1.5em;
}
.archive .page-title,
.search .page-title,
.error404 .page-title {
	font-family: 'Cinzel', serif;
	font-size: 30px;
	color: #9e8057;
	background: url(img/border/double-brown-h.png) left bottom repeat-x;
	padding-bottom: .25em;
	text-align: center;
}
.archive .page-title span,
.search .page-title span {
	font-family: 'Averia Serif Libre', Georgia, Times, serif;
	color: #bf4141;
}
.archive .thumbnail-wrap,
.search .thumbnail-wrap {
	margin-top: 1em; 
	/*padding: 10px;
	background: url(img/bg/brown-ink.png) left bottom repeat;*/
	text-align: center;
}
.archive .post .entry-summary,
.search .post .entry-summary {
	margin-top: 1em;
}
.archive .post .entry-attribute,
.search .post .entry-attribute {
	margin-bottom: 0;
}


/* Pages */

.contact-left {
	text-align: center;
	background: url(img/border/double-brown-v-long.png) right center repeat-y;
	min-height: 500px
}
.contact-left h2 {
	font-size: 48px;
	color: #5a6f8c;
	margin: 36px 0 28px;
}
.contact-left p {
	font-family: 'Cinzel', serif;
	color: #333;
	font-size: 30px;
}
.contact-right h3 {
	text-transform: uppercase;
}
.contact-right a {
	text-decoration: underline;
}
.contact-left,
.contact-right {
	overflow: hidden;
	word-wrap: break-word;
}

/* Videos + Photos */

video {
  width: 100%    !important;
  height: auto   !important;
}
.post .youtuber-container {
	margin-bottom: 1.5em;
}
.video-player-wrap {
	text-align: center;
}
.video-player-wrap .video-player {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 2em;
}
.video-player-wrap .video-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-player-wrap .video-title {
	font-family: 'Cinzel', serif;
	font-size: 24px;
	margin-bottom: 1em;
}
.video-player-wrap .subscribe a {
	color: #bf4141;
	padding: 1px 4px;
}
.video-player-wrap .subscribe a:hover {
	background: #fff;
}
.video-thumb,
.gallery-thumb {
	position: relative;
	margin-bottom: 32px;
	overflow: hidden;
}
.video-thumb img,
.gallery-thumb img {
	display: block;
}
.video-thumb a,
.gallery-thumb a {
	display:block;
}
.video-thumb h2,
.gallery-thumb h2 {
	position: absolute;
	z-index: 10;
	top:0;
	bottom: 0;
	left: 0;
	width:90%;
	padding: 5%;
	font-family: 'Cinzel', serif;
	font-size: 24px;
	color: #fff;
	background: rgba(90,111,140,.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.video-thumb a:hover h2,
.gallery-thumb a:hover h2 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.tab-container {
	clear: both;
}
.tab-container h3 {
	background: url("img/border/double-brown-h.png") left bottom repeat-x;
    color: #9E8057;
    font-family: 'Cinzel',serif;
    font-size: 30px;
    padding-bottom: 0.25em;
    text-align: center;
}
.etabs {
	float: left;
	list-style: none;
	margin-bottom: 2em;
	background: url(img/bg/brown-ink.png) center bottom repeat;
	padding: 10px 0 0;
	text-align: center;
}
.etabs .tab {
	display: inline-block;
	margin:0 1em 1em;
	font-family: 'Sancreek', cursive;
	text-transform: uppercase;
}
.etabs a {
	color: #000;
	padding-left: 30px;
	background-image: url(img/dingbat_sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -314px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.etabs a:hover {
	color: #9e8057;
	background-position: 0 -477px;
}
.etabs a.active {
	color: #bf4141;
	background-position: 0 -368px;
}

.page-id-2996 .entry-header,
.page-id-4139 .entry-header {
	display: none;
}
.page-id-2996 .entry-content,
.page-id-4139 .entry-content {
	margin-top: 0;
}
.main-photo-slider h2 {
	font-size: 24px;
	letter-spacing: 3px;
	margin-bottom: .75em;
}
.main-photo-slider p {
	margin-top: 1em;
	text-align: center;
}
.main-photo-slider p a {
	color: #bf4141;
	padding: 1px 4px;
}
.main-photo-slider p a:hover {
	background: #fff;
}
.main-photo-slider p a .meta-nav,
.subscribe a .meta-nav {
	display: inline-block;
	width:16px;
	height: 16px;
	overflow: hidden;
	margin: 0 4px;
}
.main-photo-slider p a .meta-nav.left,
.subscribe a .meta-nav.left {
	text-indent: -9999em;
	background: url(img/dingbat_sprite.png) 0 2px no-repeat;
}
.main-photo-slider p a .meta-nav.right,
.subscribe a .meta-nav.right {
	text-indent: -9999em;
	background: url(img/dingbat_sprite.png) 0 -16px no-repeat;
}
.featured-photo-slider h2 {
	color: #5a6f8c;
	font-family: 'Smokum', serif;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	background: url(img/border/single-blue-h.png) left bottom repeat-x;
	margin-bottom: .75em;
}
.featured-photo-slider h3 {
	font-size: 36px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #666;
	padding: 10px;
	background: url(img/bg/blue-ink.png) center bottom repeat;
}
.galleries .section-title {
	letter-spacing: 4px;
	font-size: 24px;
	background: url(img/border/double-brown-h.png) left bottom repeat-x;
	padding-bottom: .25em;
	margin-bottom: .75em;
}
.gallery-thumb {
	background: #fff;
}
.gallery-thumb img {
	padding: 5%;
	max-width: 90%;
}
.page-template-page-photos-php .entry-title {
	text-align: center;
	font-family: 'Cinzel', serif;
	font-size: 24px;
	color: #333;
}

/* Bio page */

.page-id-1070 .widget-title {
	display: none;
}

/* =Tour
----------------------------------------------- */

.page-template-page-tour-php .page-header {
	 background: url(img/bg/red-ink.png) center bottom repeat;
	 margin-bottom: 1em;
}
.page-child.page-template-page-tour-php .page-header {
	 background: url(img/bg/blue-ink.png) center bottom repeat;
}
.page-template-page-tour-php .page-title {
	color: #fff;
	 text-align: center;
	 text-transform: uppercase;
}
.page-template-page-tour-php .hentry .entry-header {
	display: none;
}
.page-template-page-tour-php .hentry .entry-content {
	margin-top: 0;
}
.page-template-page-tour-php .sharing {
	clear: both;
	padding-top: 1.5em;
	margin-bottom: 1.5em;
}
.page-template-page-tour-php .section-header {
	position: relative;
	margin-bottom: 10px;
}
.page-template-page-tour-php .section-title {
	font-size: 24px;
}
.page-template-page-tour-php .section-header .more-link {
	position: absolute;
	top:4px;
	right: 0;
	font-family: 'Sancreek', cursive;
	font-size: 14px;
}
.tour-dates-header {
	margin: 0;
	padding-bottom: 10px;
	background: url(img/border/single-blue-h.png) left bottom repeat-x;
}
.tour-dates-header li {
	font-size: 16px;
	color: #5a6f8c;
}
.tour-listing {
	font-family: 'Cinzel', serif;
	padding: 20px 0 14px;
	background: url(img/border/single-brown-h.png) left bottom repeat-x;
}
.tour-listing .location .country {
	display: block;
	font-size: 14px;
}
.tour-listing .details {
	cursor: pointer;
	display: block;
	width:75px;
	height: 56px;
}
.tour-listing .details .more {
	display: block;
	width:75px;
	height: 56px;
	background: url(img/cho-sprite.png) -405px 0 no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}
.tour-listing .details .more:hover {
	background: url(img/cho-sprite.png) -405px -56px no-repeat;
}

.tour-listing .purchase .tickets a {
	display: block;
	width:75px;
	height: 56px;
	background: url(img/cho-sprite.png) -500px 0 no-repeat;
	text-indent: -9999em;
	overflow: hidden;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.tour-listing .purchase .tickets a:hover {
	background: url(img/cho-sprite.png) -500px -56px no-repeat;
}

.tour-details {
	clear: both;
	background: #fff;
	padding: .5em 0;
	margin-top: .5em;
}
.tour-details .full-tour-details span {
	display: block;
}
.tour-details .full-tour-details .name {
	margin-bottom: 1em;
	font-family: 'Averia Serif Libre', Georgia, Times, serif;
}
.tour-details .full-tour-details .venue,
.tour-details .full-tour-details .address,
.tour-details .full-tour-details .city,
.tour-details .full-tour-details .country {
	
}
.tour-details .full-tour-details .country {
	font-size: 14px;
}
.tour-details .full-tour-details .otherartist,
.tour-details .full-tour-details .description {
	margin-top: 1em;
	font-family: 'Averia Serif Libre', Georgia, Times, serif;
	font-size: 16px;
}

.page-template-page-tour-php #secondary {
	margin-top: 40px;
}
.page-template-page-tour-php .widget-title {
	text-align: left;
	color: #9e8057;
	font-size: 18px;
	margin-bottom: 1em;
}

/* Stand Up + Music */

.sound-wrap {
	margin-bottom: 3.5em;
	text-align: center;
}
.sound-wrap:nth-child(4n+1) {
	clear: left;
}
.sound-wrap .album-embed {
	margin-bottom: .5em;
}
.sound-wrap .album-embed iframe {
	width:313px;
	height: 313px;
}
.sound-wrap .album-title {
	font-family: 'Cinzel', serif;
	font-size: 24px;
	margin-bottom: .5em;
}
.sound-wrap .purchase-link {
	color: #bf4141;
	padding: 1px 4px;
}
.sound-wrap .purchase-link:hover {
	background: #fff;
}

.page-template-page-music-php .entry-header {
	display: none;
}
.page-template-page-music-php .entry-content {
	margin-top: 0;
}
.page-template-page-music-php .featured-image {
	background: url(img/bg/blue-ink.png) center bottom repeat;
}
.page-template-page-music-php .featured-image img {
	padding: 3%;
	max-width: 94%;
}
.music-secondary {
	background: url(img/border/footer-nav-brown.png) center top repeat-x;
	padding-top: 2em;
}
.music-secondary h3 {
	margin-bottom: .75em;
}
.music-secondary .music-gallery h3 {
	letter-spacing: 4px;
}
.music-secondary .video-player-wrap h3 {
	color: #5a6f8c;
	font-family: 'Smokum', serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*#live-music {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 
	padding-top: 25px;
	height: 0;
	margin-bottom: 2em;
}
#live-music iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: none;
	background: url(img/bg/brown-ink.png) center bottom repeat;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
	padding-top: 1.2%;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
	font-size: 14px;
	font-family: 'Cinzel', serif;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	padding-bottom:  0.8075em;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
	font-size: 16px;
	font-family: 'Averia Serif Libre',​Georgia,​Times,​serif
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

.page-id-3144 .gallery-columns-4 .gallery-item .gallery-icon,
.page-id-4137 .gallery-columns-4 .gallery-item .gallery-icon {
	background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    height: 313px;
    line-height: 310px;
    margin: 0 0 8px;
    position: relative;
    text-align: center;
    width: 100%;
}
.page-id-3144 .gallery-columns-4 .gallery-item .gallery-icon img,
.page-id-4137 .gallery-columns-4 .gallery-item .gallery-icon img {
    height: auto;
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
}
.site-main #gallery-6.gallery-columns-4 .gallery-item,
.site-main #gallery-1.gallery-columns-4 .gallery-item {
    text-align: center;
    width: 23%;
    margin: 1% 1% 3%;
}
.site-main #gallery-6 img,
.site-main #gallery-1 img {
	border: none;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


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

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous,
[class*="navigation"] a[rel="prev"] {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next,
[class*="navigation"] a[rel="next"] {
	float: right;
	text-align: right;
	width: 50%;
}
.post-navigation,
.paging-navigation {
	background: url(img/bg/post-nav-bg.png) left top repeat;
	font-family: 'Sancreek', cursive;
	padding: 4px 0;
}
.post-navigation a[rel="prev"],
.paging-navigation .nav-previous a {
	color: #5a6f8c;
}
.post-navigation a[rel="next"],
.paging-navigation .nav-next a {
	color: #bf4141;
}
.post-navigation .meta-nav,
.paging-navigation .meta-nav {
	display: block;
	width:16px;
	height: 16px;
	overflow: hidden;
	margin: 4px;
}
.post-navigation a[rel="prev"] .meta-nav,
.paging-navigation .nav-previous .meta-nav {
	float: left;
	background: url(img/dingbat_sprite.png) 0 -72px no-repeat;
	text-indent: -9999em;
}
.post-navigation a[rel="next"] .meta-nav,
.paging-navigation .nav-next .meta-nav {
	float: right;
	background: url(img/dingbat_sprite.png) 0 -54px no-repeat;
	text-indent: 9999em;
}

/* =Comments
----------------------------------------------- */

.comments-area {
	margin-bottom: 4em;
}
.comments-title {
	font-family: 'Smokum', serif;
	font-size: 30px;
	color: #9e8057;
	margin-bottom: 20px;
}
.comments-title .comments-link {
	font-family: 'Sancreek', cursive;
	font-size: 26px;
}
.comments-title .comments-link a {
	color: #5a6f8c;
}
.comments-title .comments-link a:hover {
	color: #bf4141;
}
.comment-list {
	list-style: none;
	margin-left: 0;
}
.comment-list li {
	margin-bottom: 2em;
}
.comment-list ul,
.comment-list ol {
	margin-top: 2em;
	margin-left: 2em;
	list-style: none;
}
.comment-author {
	color: #9e8057;
	margin-bottom: 10px;
}
.comment-author .fn {
	font-family: 'Sancreek', cursive;
	font-size: 16px;
	font-style: normal;
}
.comment-metadata {
	font-family: 'Cinzel', serif;
	font-size: 14px;
	margin-bottom: 20px;
}
.comment-metadata a {
	color: #333;
}
.comment-content {
	font-size: 14px;
	line-height: 22px;
}
.comment-content .avatar {
	float: left;
	border: 6px solid #fff;
	margin: 0 20px 20px 0;
}
.comment-content a {
	word-wrap: break-word;
}
.reply a {
	color: #bf4141;
	font-family: 'Sancreek', cursive;
	font-size: 14px;
	text-transform: uppercase;
}
.bypostauthor {
	background: url(img/bg/brown-ink.png) left bottom repeat;
	padding: 10px;
}
.comment-respond .comment-reply-title {
	font-family: 'Smokum', serif;
	font-size: 30px;
	letter-spacing: 2px;
	color: #5a6f8c;
	background: url(img/bg/diamond-bg.png) center center repeat-x;
	margin-bottom: 1em;
}
.comment-respond .comment-reply-title a {
	font-family: 'Sancreek', cursive;
	color: #bf4141;
	text-transform: uppercase;
	letter-spacing: 0;
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin-bottom: 1.5em;
}
.widget-title {
	font-size: 16px;
	text-align: center;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

#home-sidebar,
#home-sidebar-2 {
	clear: both;
}

/* 404 widgets */

.error404 .widgettitle {
	color: #9e8057;
	text-align: center;
	font-family: 'Cinzel', serif;
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 16px;
	background: url(img/border/double-brown-h.png) center bottom repeat-x;
}
.error404 .wp-smiley {
	display: none;
}

/* ad space widget */

#header-banner .widget {
	margin-bottom: 0;
}

/* Twitter widget */

.widget_twitter_timeline {
	background: url(img/border/double-brown-v-long.png), url(img/border/double-brown-v-short.png);
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;	
}
.widget_twitter_timeline .widget-title {
	font-size:18px;
	margin-bottom: 24px;
	color: #bf4141;
	font-size: 24px;
	text-transform: uppercase;
}
.widget_twitter_timeline .twitter-timeline {
	position: relative;
	margin: 0 auto;
	display: block;
	padding-left: 1em !important;
}

/* RSS feed widget */

#text-2 {
	text-align: center;
	background: url(img/bg/blue-ink.png) center bottom repeat;
	padding: 15px;
}
#text-2 a {
	display: block;
	margin: .4em 0;
	text-transform: uppercase;
}

/* Simple Image widget */

.widget_simpleimage .widget-title {
	color: #9e8057;
	text-align: center;
	font-family: 'Cinzel', serif;
	padding-bottom: 10px;
	margin-bottom: 16px;
	background: url(img/border/double-brown-h.png) center bottom repeat-x;
}
.widget_simpleimage p {
	font-size: 12px;
	text-align: center;
}

/* News widget */

.rpwe_widget .widget-title {
	font-size: 24px;
	font-family: 'Smokum', serif;
	text-transform: uppercase;
}
.rpwe-block {
	position: relative;
	background: url(img/bg/blue-diaganol-stripes.png) center center repeat;
	padding: 16px 0 0;
}
.rpwe-block ul{
	list-style: none;
	margin: 0;
}
.rpwe-block li{
	
}
.rpwe-block a{
}
.rpwe-block h3 {
	font-size: 24px !important;
	text-align: center;
	padding: 0 30px;
}
.rpwe-block h3 a {
	color: #bf4141;
}
.rpwe-time{
	display: block;
	text-align: center;
	font-family: 'Cinzel', serif;
	font-size: 14px;
	font-weight: bold;
}
.rpwe-summary{
	color: #5a6f8c;
	font-family: 'Averia Sans Libre', sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding:0 20px 60px;
	background: url(img/border/shapes.png) center bottom repeat-x;
}
.rpwe-thumb{
}
.rpwe-summary .more-link {
	position: absolute;
	right:0px;
	bottom:2px;
	background: #fff;
	color: #9e8057;
	text-transform: uppercase;
	font-family: 'Sancreek', cursive;
	font-size: 16px;
	padding: 4px 2px;
}
.rpwe-summary .more-link:hover {
	background: #9e8057;
	color: #fff;
}

/* Blog widget */

#rpwe_widget-4 {
	background: url(img/bg/red-ink.png) right bottom repeat;
}
#rpwe_widget-4 .widget-title {
	font-size: 14px;
	font-family: 'Cinzel', serif;
	color: #fff;
	padding: 4px 0;
}
#rpwe_widget-4 .rpwe-block {
	background: none;
	text-align: center;
	padding-top: 5px;
}
#home-blog-widget ul{
	list-style: none;
	margin: 0 10px;
}
#home-blog-widget li{
	
}
#home-blog-widget a{
}
#home-blog-widget h3 {
	font-family: 'Cinzel', serif;
	text-align: center;
	padding: 0;
}
#home-blog-widget h3 a {
	color: #333;
}
#home-blog-widget .rpwe-summary{
	clear: both;
	padding-top:10px;
	padding-bottom: 20px;
	background: none;
	color: #333;
}
#home-blog-widget .rpwe-thumb{
	border: 3px solid #fff;
}
#home-blog-widget .rpwe-summary .more-link {
	position: relative;
	right:auto;
	bottom:auto;
	background: transparent;
	color: #fff;
	padding: 0;
}
#home-blog-widget .rpwe-summary .more-link:hover {
	background: transparent;
	color: #333;
}


/* Instagram widgets */

#home-sidebar .widget_instagram_recent_media {
	text-align: center;
}
#home-sidebar #text-11 .widget-title,
#home-sidebar #text-14 .widget-title  {
	color: #9e8057;
	font-size: 24px; 
	font-family: 'Sancreek', serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* Tour widget */

.widget_ta_ad_widget {
}
.ta_ad_show {
	position: relative;
	border: 3px solid #fff;
	min-height: 140px;
	margin-bottom: 1.5em;
}
.ta_ad_show .datewrap {
	position: absolute;
	top: 132px;
	left: 3px;
	font-family: 'Sancreek', serif;
	font-size: 24px;
	line-height: 32px;
    display: block;
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: left top;   
    -moz-transform: rotate(270deg);
    -moz-transform-origin: left top; 
    -o-transform: rotate(270deg);
    -o-transform-origin: left top; 
    -ms-transform: rotate(270deg);
    -ms-transform-origin: left top; 
    transform: rotate(270deg);
    transform-origin: left top;  
}
.ta_ad_show .infowrap {
	position: relative;
	min-height: 140px;
	margin-left: 32px;
	padding:12px 4px 4px;
	border-style: solid;
	border-width: 0px 0px 0px 7px;
	-moz-border-image: url(img/border/white-dots.png) 7 repeat;
	-webkit-border-image: url(img/border/white-dots.png) 7 repeat;
	-o-border-image: url(img/border/white-dots.png) 7 repeat;
	border-image: url(img/border/white-dots.png) 7 fill repeat;
}
.ta_ad_show .infowrap h2 {
	font-family: 'Smokum', cursive;

}
.ta_ad_show .venue {
	color: #5a6f8c;
	font-family: 'Cinzel', serif;
	font-size: 14px;
}
.ta_ad_show .purchase {
	width:100%;
	position: absolute; 
	right:0;
	bottom: 0;
	border-style: solid;
	border-width: 7px 0px 0px;
	-moz-border-image: url(img/border/white-dots.png) 7 repeat;
	-webkit-border-image: url(img/border/white-dots.png) 7 repeat;
	-o-border-image: url(img/border/white-dots.png) 7 repeat;
	border-image: url(img/border/white-dots.png) 7 fill repeat;
}
.ta_ad_show .purchase .button {
	display: block;
	position: relative;
	margin: 10px auto;
	width:175px;
	height: 28px;
	background: url(img/cho-sprite.png) -211px 0 no-repeat;
	overflow: hidden;
	text-indent: -9999em;
}
.ta_ad_show .purchase a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.ta_ad_show .purchase .button:hover,
.ta_ad_show .purchase .button:active {
	background: url(img/cho-sprite.png) -211px -28px no-repeat;
}
.odd.ta_ad_show .datewrap,
.even.ta_ad_show h2,
.ta_ad_show .infowrap .purchase a {
	color:#9e8057;
}
.even.ta_ad_show .datewrap,
.odd.ta_ad_show h2 {
	color: #333;
}
.widget_ta_ad_widget .view-all {
	display: block;
	text-align: center;
	font-family: 'Smokum', cursive;
	font-size: 32px;
	letter-spacing: 2px;
}

#home-sidebar-2 .widget_ta_ad_widget:first-child {
	margin-left: 0;
}
#home-sidebar-2 .widget_ta_ad_widget:last-child {
	margin-right: 0;
}

/* email sign up */

.email-sign-up {
	background: url(img/bg/sign-up-bg.png) repeat;
}
.widget .email-sign-up {
	padding: 20px;
	text-align: center;
}
#home-sidebar-2 .email-sign-up {
	padding: 30px;
}
.email-sign-up .label {
	font-family: 'Sancreek', serif;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.widget .email-sign-up .label {
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
}
#home-sidebar-2 .email-sign-up .label {
	font-size: 36px;
	margin-right: 60px;
}
.email-sign-up .text {
	background: #5a6f8c;
	border: none;
	text-align: center;
	color: #fff;
	padding: 10px;
}
.email-sign-up .text:focus {
	color: #5a6f8c;
	background: #eee;
}

.widget .email-sign-up .text {
	width:200px;
	margin-bottom: 20px;
}
#home-sidebar-2 .email-sign-up .text {
	width:300px;
	margin-right: 30px;
}
.email-sign-up .submit {
	width:162px;
	height: 41px;
	background: transparent url(img/cho-sprite.png) -30px 0 no-repeat;
	border: none;
	box-shadow: none;
	padding: 0;
	text-indent: -9999em;
}
.email-sign-up .submit:hover,
.email-sign-up .submit:active {
	background: transparent url(img/cho-sprite.png) -30px -41px no-repeat;
	border: none;
	box-shadow: none;
}

/* translator */

.widget_global_translator .widget-title {
	background: url(img/border/single-brown-h.png) left bottom repeat-x;
	color: #333;
	font-family: 'Cinzel', serif;
	font-size: 24px;
	text-transform: uppercase;
	padding-bottom: .5em;
	margin-bottom: .5em;
}

/* RoyalSlider wigdets */

.new_royalslider_widget .widget-title {
	color: #9e8057;
	text-align: center;
	font-family: 'Cinzel', serif;
	padding-bottom: 10px;
	margin-bottom: 16px;
	background: url(img/border/double-brown-h.png) center bottom repeat-x;
}
.new_royalslider_widget {
	text-align: center;
}

/* =Footer
----------------------------------------------- */

.site-footer {
	background: #ecece4 url(img/bg/footer-bg.jpg) repeat;
	padding: 20px 0 40px;
	text-align: center;
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
}
.site-footer .site-credits {
	font-size: 12px;
}

.footer-navigation {
	clear: both;
	display: block;
	text-align: center;
}
.footer-navigation ul {
	list-style: none;
	margin: 20px 0;
	padding: 0 0 20px;
}
.footer-navigation li {
	display: inline;
	font-family: 'Sancreek', serif;
	font-size:24px;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
}
.footer-navigation a {
	display: inline;
	text-decoration: none;
	padding: 0 40px;
}
.footer-navigation li:hover > a {
}

#menu-social-footer {
	background:	url(img/border/footer-nav-brown.png) center bottom repeat-x;
}
#menu-footer-menu {
	background:	url(img/border/footer-nav-white.png) center bottom repeat-x;
}

#menu-social-footer a {
	color: #9e8057;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* WOO COMMERCE 
----------------------------------------------- */

.woocommerce-page h1, .woocommerce-page h2, .woocommerce-page h3, .woocommerce-page h4, .woocommerce-page h5, .woocommerce-page h6 {
	font-family: 'Cinzel', serif;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	font-family: "Smokum",cursive;
	font-size: 24px;
	font-weight: normal;
	padding: 0.318em 0.5em;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	background-color: #bf4141;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background-color: #d43939;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover {
	background-color: #bf4141;
}


.product .entry-summary {
	margin-top: 0;
}
.product .entry-summary .product_title {
	font-size: 36px;
	margin-bottom: 10px;
}
 .price {
	display: none;
}
.product .entry-summary .release-date {
	color: #9e8057;
	font-family: 'Cinzel', serif;
	font-weight: 700;
}
.product .variations_form {
	background: url("img/bg/red-ink.png") repeat center top;
	padding: 10px;
}
.product .variations_form .minimum-price {
	 margin-bottom: 0;
}
.woocommerce div.product .stock {
	color: #5a6f8c;
	font-style: italic;
}

.woocommerce .product_meta {
	display: none;
}

.woocommerce-tabs .wc-tabs {
	display: none;
}
.woocommerce-tabs #tab-description h2 {
	display: none;
}

#customer_details.col2-set {
	float:left;
	width:48%;
}
#order_review_heading,
#order_review {
	clear: right;
	float:right;
	width:48%;
}
.woocommerce .col2-set .col-1, 
.woocommerce .col2-set .col-2 {
	clear: both;
	float: none;
	width:100%;
}
.woocommerce .col2-set .col-2 {
	margin-top: 2em;
}

.woocommerce table.shop_table {
	border-radius: 0;
}

.woocommerce-checkout .entry-header {
	display: none;
}
.woocommerce-checkout .entry-content {
	margin-top: 0;
}
.woocommerce-checkout h3 {
	margin-bottom: 1em;
}
.woocommerce form .form-row label {
	font-size: 12px;
	text-transform: uppercase;
}
.woocommerce table.shop_table th {
	font-family: "Cinzel", serif;
}
.woocommerce td.product-name .product-quantity {
	display: none;
}
.woocommerce td.product-name dl.variation {
	color: #666;
}
.woocommerce td.product-name dl.variation dt.variation-ChooseOne {
	display: none;
}
.woocommerce td.product-name dl.variation dd {
	font-style: italic;
	padding: 0;
	margin-left: 0;
}
.woocommerce table.shop_table td {
	vertical-align: top;
}
#add_payment_method #payment, 
.woocommerce-checkout #payment {
	border-radius: 0;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
	box-shadow: none;
}

.woocommerce-order-received .entry-content .woocommerce {
	position: relative;
	margin: 0 auto;
	max-width: 748px;
}

/* #Media Queries 
================================================== */

/* Smaller than standard 1380 (devices and browsers) */
@media only screen and (max-width: 1379px) {
	
	/* email sign up */
	#home-sidebar-2 .email-sign-up .label {
		margin-right: 10px;
	}
	#home-sidebar-2 .email-sign-up .text {
		width:220px;
		margin-right: 10px;
	}
	
	.footer-navigation a {
		padding: 0 20px;
	}
	
}

/* Smaller than standard 1140 to 1380 (devices and browsers) */
@media only screen and (min-width: 1140px) and (max-width: 1379px) {

	.site-title,
	.site-title a {
		width: 1124px;
		height: 135px;
	}
	.site-title {
		background: url(img/header/margaret-cho-1140.png) no-repeat;
	}
	
	.tour-listing .details .more {
		width:62px;
		height: 47px;
		background: url(img/cho-sprite.png) -679px 0 no-repeat;
	}
	.tour-listing .details .more:hover {
		background: url(img/cho-sprite.png) -679px -56px no-repeat;
	}
	
	.tour-listing .purchase .tickets a {
		width:63px;
		height: 47px;
		background: url(img/cho-sprite.png) -759px 0 no-repeat;
	}
	.tour-listing .purchase .tickets a:hover {
		background: url(img/cho-sprite.png) -759px -56px no-repeat;
	}
	.sound-wrap .album-embed iframe {
		width:253px;
		height: 253px;
	}
	
	#left-sidebar .widget_instagram_recent_media img {
		width: 138px;
		height: auto;
	}
	#right-sidebar .widget_twitter_timeline {
		background: none;
	}

}

/* Smaller than standard 1140 (devices and browsers) */
@media only screen and (max-width: 1139px) {
	
	.main-navigation li {
		font-size:36px;
	}
	
	/* email sign up */
	#home-sidebar-2 .email-sign-up .label {
		font-size: 32px;
		letter-spacing: 0;
	}
	#home-sidebar-2 .email-sign-up .text {
		width:180px;
		margin-right: 0;
	}	

}

/* Smaller than standard 960 to 1140 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1139px) {

	.site-title,
	.site-title a {
		width: 960px;
		height: 110px;
	}
	.site-title {
		background: url(img/header/margaret-cho-960.png) no-repeat;
	}
	
	.tour-listing .details .more {
		width:50px;
		height: 38px;
		background: url(img/cho-sprite.png) -920px 0 no-repeat;
	}
	.tour-listing .details .more:hover {
		background: url(img/cho-sprite.png) -920px -56px no-repeat;
	}
	
	.tour-listing .purchase .tickets a {
		width:50px;
		height: 38px;
		background: url(img/cho-sprite.png) -988px 0 no-repeat;
	}
	.tour-listing .purchase .tickets a:hover {
		background: url(img/cho-sprite.png) -988px -56px no-repeat;
	}
	
	.sound-wrap .album-embed iframe {
		width:208px;
		height: 208px;
	}
	
	.video-thumb h2,
	.gallery-thumb h2 {
		font-size: 18px;
	}
	
	#home-sidebar .widget_instagram_recent_media img {
		width: 188px;
		height: auto;
	}
	.widget_twitter_timeline {
		background: none;
	}
	
	#left-sidebar .widget_instagram_recent_media img {
		width: 108px;
		height: auto;
	}
	
	.contact-left h2 {
		font-size: 36px;
	}
	.contact-left p {
		font-size: 24px;
	}
	
	.footer-navigation a {
		font-size: 18px;
	}

}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	
	.video-thumb {
		background: #333;
	}
	.video-thumb img {
		position: relative;
		margin: 0 auto;
		z-index: 1;
	}
	
	.contact-left.columns.four,
	.contact-right.columns.three {
		width:488px;
	}
	.contact-left {
		background: url(img/border/double-brown-h.png) left bottom repeat-x;
		min-height: 200px;
		margin-bottom: 1.5em;
	}
	.contact-right {
		text-align: center;
	}
	
	.page-template-page-tour-php #tertiary.columns.four {
		width: 744px;
	}
	.page-template-page-tour-php #secondary.columns.eight {
		width:744px;
		margin-bottom: 1.5em;
	}
	.page-template-page-tour-php #secondary .columns.two {
		width:158px;
	}
	.page-template-page-tour-php #secondary .column.one {
		width:86px;
	}
	
	.footer-navigation ul {
		clear:both;
	}
	.footer-navigation li {
		display: block;
		float: left;
		width:33%;
	}
	.footer-navigation a {
		display: inline;
		text-decoration: none;
		padding: 0 40px;
	}
	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	.site-title,
	.site-title a {
		width: 766px;
		height: 90px;
	}
	.site-title {
		background: url(img/header/margaret-cho-768.png) no-repeat;
	}
	
	.sound-wrap .album-embed iframe {
		width:168px;
		height: 168px;
	}
	
	.video-thumb.columns.three {
		width:360px;
	}
	.gallery-thumb.columns.two {
		width:168px;
	}
	
	#home-sidebar .columns.three,
	#home-featured-widget.columns.three {
		width:360px;
	}
	#home-sidebar-2.columns.nine {
		 width: 744px;
	}
	#home-sidebar-2 .columns.three {
		width:232px;
	}

	#right-sidebar .widget_twitter_timeline {
		background: none;
	}
	#left-sidebar .widget_instagram_recent_media {
		text-align: center;
	}
	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	.site-title,
	.site-title a {
		width: 320px;
		height: 178px;
	}
	.site-title {
		background: url(img/header/margaret-cho-320.png) no-repeat;
	}
	.main-navigation li {
		font-size:32px;
	}
	
	.sound-wrap .album-embed iframe {
		width:320px;
		height: 320px;
	}
	
	.site-branding {
		margin-top: 10px;
		margin-bottom: 0;
	}
	.site-branding .columns,
	.main-navigation .columns {
		margin-bottom: .5em;
	}
	.main-navigation {
		border-top: 4px double #fff;
		border-bottom: 1px solid #fff;
		background: #f2f1eb;
	}
	.main-navigation li {
		float: none;
		width:100%;
		margin: 4px 0;
	}
	.main-navigation li:first-child,
	.main-navigation li:last-child {
		text-align: center;
	}
	.main-navigation li.menu-item-has-children a {
		background: none;
	}
	
	.main-navigation ul ul {
		display: block;
		position: relative;
		left: auto;
		top:auto;
		float: none;
		clear: both;
		background: transparent;
		border: none;
	}
	.main-navigation ul ul ul {
		left: auto;
		top: auto;
	}
	.main-navigation ul ul a {
		width: 100%;
	}
	.main-navigation ul ul li {
		font-family: 'Cinzel', serif;
		font-size: 24px;
		width:100%;
		text-align: center;
		margin-top:10px;
		margin-bottom: 10px;
	}
	.main-navigation li.menu-item-has-children:hover > a {
		background: none;
	}
	
	.sub-navigation {
		display: none;
	}
	
	.social-header {
		float: none;
		text-align: center;
		background: #fff;
		width:100%;
		min-height: 40px;
		height: auto;
	}
	.social-header .widget {
		display: inline-block;
		float: none;
	}
	
	.gallery-thumb.columns.two {
		width:206px;
		margin-left: 12px;
		margin-right: 12px;
	}
	
	.widget_bg_image {
		display: none;
	}
	#left-sidebar .widget_instagram_recent_media {
		display: none;
	}
	
	.contact-left.columns.four,
	.contact-right.columns.three {
		width:460px;
	}
	
	.page-template-page-tour-php #tertiary.columns.four {
		width: 460px;
	}
	.page-template-page-tour-php #secondary.columns.eight {
		width:460px;
	}
	.page-template-page-tour-php #secondary .columns.two {
		width:143px;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.page-template-page-tour-php #secondary .column.one {
		width:86px;
		margin:5px 10px 5px 0;
		clear: left;
	}
	.page-template-page-tour-php #secondary .column.one.omega {
		clear: none;
	}
	.page-template-page-tour-php .tour-dates-header .column.one {
		display: none;
	}
	.page-template-page-tour-php .tour-details {
		padding-left: 10px;
		padding-right: 10px;
		
	}
	.page-template-page-tour-php .full-tour-details.columns.four {
		width:440px;
	}
	
	
	.footer-navigation li {
		width:50%;
	}
	
	.product .entry-summary .product_title {
		font-size: 28px;
	}
	#customer_details.col2-set,
	#order_review_heading,
	#order_review {
		float:none;
		width:100%;
	}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	.contact-left.columns.four,
	.contact-right.columns.three {
		width:300px;
	}
	
	.page-template-page-tour-php #tertiary.columns.four {
		width: 300px;
	}
	.page-template-page-tour-php #secondary.columns.eight {
		width:300px;
	}
	.page-template-page-tour-php .tour-dates-header  {
		display: none;
	}
	.page-template-page-tour-php #secondary .columns.two {
		width:300px;
		margin-right: 0;
	}
	.page-template-page-tour-php .full-tour-details.columns.four {
		width:280px;
	}
	.page-template-page-tour-php #secondary .tour-thumbnail.columns.two {
		width:280px;
	}

	.footer-navigation li {
		width:100%;
	}
	
}


