/*
	Theme Name: Columbia City Ballet
	Theme URI: http://columbiacityballet.com
	Description: Custom Theme for Columbia City Ballet
	Author: That Computer Store & Kask Creativity
	Author URI: http://www.thatcomputerstore.net
	Version: 1.0.5
	Tags: custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	This CSS file is a concatenation of style.css from HTML5 Boilerplate and style.css from Starkers.
	Comment blocks indicate where each begins and ends, like this, for example...
*/

/** START HTML5 Boilerplate CSS **/

/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* 1) Always force a scrollbar in non-IE
   2) Remove iOS text size adjust without disabling user zoom: www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #037BCC; }
a:hover { color: #03BD91; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
b, strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* 1) Make inputs and buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/
   2) WebKit browsers add a 2px margin outside the chrome of form elements.
      Firefox adds a 1px margin above and below textareas
   3) Set font-size to match <body>'s, and font-family to sans-serif
   4) Align to baseline */
button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-size: 100%; font-family: sans-serif; vertical-align: baseline; }

/* 1) Remove default scrollbar in IE: www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/
   2) Align to text-top */
textarea { overflow: auto; vertical-align:text-top; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Remove extra padding and inner border in Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; padding: 0; }

/* Colors for form validity */
/* input:valid, textarea:valid {  } */
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}
/* Images make images responsive by default */
img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
    max-width: 100%; /* only that big */
}
img.size-full {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}


/**
 * You might tweak these..
 */

/* Fonts */

@font-face {
    font-family: 'QuicksandLight';
    src: url('Quicksand_Light-webfont.eot');
    src: url('Quicksand_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Quicksand_Light-webfont.woff') format('woff'),
         url('Quicksand_Light-webfont.ttf') format('truetype'),
         url('Quicksand_Light-webfont.svg#QuicksandLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandLightOblique';
    src: url('Quicksand_Light_Oblique-webfont.eot');
    src: url('Quicksand_Light_Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('Quicksand_Light_Oblique-webfont.woff') format('woff'),
         url('Quicksand_Light_Oblique-webfont.ttf') format('truetype'),
         url('Quicksand_Light_Oblique-webfont.svg#QuicksandLightOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBook';
    src: url('Quicksand_Book-webfont.eot');
    src: url('Quicksand_Book-webfont.svg#QuicksandBook') format('svg'),
    	 url('Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('Quicksand_Book-webfont.woff') format('woff'),
         url('Quicksand_Book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBookOblique';
    src: url('Quicksand_Book_Oblique-webfont.eot');
    src: url('Quicksand_Book_Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('Quicksand_Book_Oblique-webfont.woff') format('woff'),
         url('Quicksand_Book_Oblique-webfont.ttf') format('truetype'),
         url('Quicksand_Book_Oblique-webfont.svg#QuicksandBookOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBold';
    src: url('Quicksand_Bold-webfont.eot');
    src: url('Quicksand_Bold-webfont.svg#QuicksandBold') format('svg'), url('Quicksand_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Quicksand_Bold-webfont.woff') format('woff'),
         url('Quicksand_Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBoldOblique';
    src: url('Quicksand_Bold_Oblique-webfont.eot');
    src: url('Quicksand_Bold_Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('Quicksand_Bold_Oblique-webfont.woff') format('woff'),
         url('Quicksand_Bold_Oblique-webfont.ttf') format('truetype'),
         url('Quicksand_Bold_Oblique-webfont.svg#QuicksandBoldOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandDash';
    src: url('Quicksand_Dash-webfont.eot');
    src: url('Quicksand_Dash-webfont.eot?#iefix') format('embedded-opentype'),
         url('Quicksand_Dash-webfont.woff') format('woff'),
         url('Quicksand_Dash-webfont.ttf') format('truetype'),
         url('Quicksand_Dash-webfont.svg#QuicksandDash') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'texgyreadventor';
    src: url('fonts/texgyreadventor-bold-webfont.eot');
    src: url('fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg'),
    	 url('fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreadventorbold_italic';
    src: url('fonts/texgyreadventor-bolditalic-webfont.eot');
    src: url('fonts/texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-bolditalic-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-bolditalic-webfont.svg#texgyreadventorbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

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

}
@font-face {
  font-family: 'Karine-aime-les-Chocolats';
    src:  url('fonts/Karine-aime-les-Chocolats.woff') format('woff'),
    url('fonts/Karine-aime-les-Chocolats.svg#Karine-aime-les-Chocolats') format('svg'),
    url('fonts/Karine-aime-les-Chocolats.eot'),
    url('fonts/Karine-aime-les-Chocolats.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  font-family: 'texgyreadventor', sans-serif;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; font-family: 'texgyreadventor', sans-serif;}

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection { background: #E1E903; text-shadow: none; }
::selection { background:#E1E903; text-shadow: none; }

/**
 * Primary styles
 *
 * Author:
 */


 /*  Structure  */

* {
   box-sizing:border-box;
}

html {
	/* font-smooth: always; */
	-webkit-font-smoothing: antialiased;
	background: #333;

}

body {
	color: #404041;
	background:#fff;
 }
	.wrapper {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		overflow: auto;
    position: relative;
	}

header {
	padding-top: 18px;
}

	header h1 {padding: 0 }

	header h1 a {
		background: url("images/ccb-logo-h-black.png") no-repeat scroll 0 0 / contain transparent;
	    display: block;
	    height: 95px;
	    margin: -17px 98px;
	    text-indent: -99999px;
	    width: 246px;
	}

	header p {display: none; }  /*hidden for now */


.navigation-bar {
    /*float: left; */
    padding: 0px;
    /*width: 20%;*/
}

/* =Menu
-------------------------------------------------------------- */
.main-navigation {
  list-style: none;
  position: relative;
  z-index: 1000;
}
.main-navigation-menu {
	display: flex;
	justify-content: space-around;
	width: 100%;
	height: 100%;
}
/* .main-navigation ul {

} */
.main-navigation li {
  position: relative;
}
.main-navigation a {
	display: block;
    /*line-height: 1; */
    margin: 0 0 12px;
    /*padding: 0 20px 4px 0; */
	color: #037BCC;
	text-decoration: none;
	font-size: 1.1em;
}
/* .main-navigation ul ul {

} */
/* .main-navigation ul ul ul {

} */
/* .main-navigation ul ul a {

} */
.main-navigation li:hover > a,
.main-navigation ul ul :hover > a,
.main-navigation a:focus {
	color: #03BD91;
}
/* .main-navigation li:hover > a,
.main-navigation a:focus {

} */
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #03BD91;
}
	/* .main-navigation .current_page_item > a:after,
	.main-navigation .current_page_ancestor > a:after {

	} */
/* newer nav at top -6.11.18-
.menu {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: .2em;
  position: relative;
}
*/

.sub-menu {
  display: none;
  position: absolute;
}
.menu-item-has-children:hover > .sub-menu {
  background: #fffc;
  z-index: 10;
  left: 0;
  top: 1.5rem;
  font-size: 0.8em;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.49);
  padding: 5%;
  min-width: 10em;
}


/* Aux Nav Buttons Etc. */
.navigation-bar .xoxo {
	padding: 0;
	margin: 0;
}

.navigation-bar .buy-tickets-button a {
	background: none repeat scroll 0 0 #037bcc;
	color: #000;
	display: block;
	padding: 0.7em;
	text-decoration: none;
	text-align: center;
	font-size: 1.3em;
	font-family: 'Patua One', serif;
}
	.charleston span {
		font-family: 'Karine-aime-les-Chocolats', cursive;
		color: #fff;
		font-size: 	2em;
	}

  li.donate-button a {
	background: #0076bc;
	color: #fff;
	border-radius: 0.3em;
	padding: 0 0.3em;
	box-shadow: 0 0 2px black;
}
  li.donate-button a:hover {
    color: #fff;
    text-decoration: none;
  }

/* Advanced Checkbox Hack */
body { animation: bugfix infinite 1s; }
@keyframes bugfix { from {padding:0;} to {padding:0;} }

.main-navigation input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.main-navigation label {
  display:none;
  cursor: pointer;
  user-select:none;
}

/*  Headdings  */

h1, h2, h3, h4 {
	color: #037BCC;
	padding: 0.25em 0;
	font-weight: normal;
}

h1 {font-size: 2.3em;}

h2 {font-size: 1.9em;}

h3 {font-size: 1.3em;}

/* h4 {} */

/*  Content  */

section.main-content {

    padding: 0;

    min-width: 667px;
}

	.main-content p {
		margin-bottom: 1em;
	}

article {
	position: relative;
	padding: 15px;
	padding-top: 0;
}
/* .page article {
	border-left: 1px solid #CBC4B6;
} */


.page h1.entry-title:first-of-type {
	padding-top: 0;
}

.slide-content {
	padding: 0;
	bottom: 2%;
	position: absolute;
	background :rgba(0,0,0,0.40);
	font-size: 16px;
	width: 100%;
	height:54px;
	display: block;
	text-shadow: 0 0 5px #000, 0 0 10px #000;


}
	.slide-content p {
		display: block;
		padding: 7px;
		color: #fff;
	}
	.panel a {
		text-decoration: none;
	}

/* widgets */
.xoxo {
	list-style: none;
}


/* Lower sections */
aside.productions {
	display: block;
	width: 100%;
	background: #2223;
}

section.big-footer {
	width: 960px;
	margin: 0 auto;
	position: relative;
}



	.membership-button {
		 background: url("images/callout-bg.png") no-repeat scroll center top transparent;
		 display: block;
		 height: 152px;
		 position: absolute;
		 top: -94px;
		 width: 229px;
	}
		.membership-button a {
			color: #420A1A;
			font-size: 16px;
			margin: 90px auto 0;
			text-align: center;
			width: 120px;
			display: block;
			text-decoration: none;
		}
			.membership-button a:hover {color: #C69312;}

		.membership-button b {
			font-weight: bold;
			font-size: 19px;
		}
	ul.social-links {
		display: none;
		position: absolute;
		right: 40px;
		width: 250px;
		height: 35px;
		list-style: none;
	}
		ul.social-links li {
			display: block;
			float: left;
			height: 35px;
			margin: 5px;
		}
		.social-links li a {
			background: url("images/socialmediabuttons.png") no-repeat transparent;
			display: block;
			margin: 7px 0;
			height: 35px;
			text-indent: -99999em;
		}
			.social-links li.facebook a {
				width: 70px;
			}
			.social-links li.facebook a:hover {background-position: 0 -35px}
			.social-links li.youtube a {
				width: 70px;
				background-position: -86px 0;
			}
				.social-links li.youtube a:hover {background-position: -86px -35px}
			.social-links li.flicker a {
				width: 56px;
				background-position: -170px 0;
			}
				.social-links li.flicker a:hover {background-position: -170px -35px}
			.social-links li.twitter a {
				width: 80px;
				background-position: -218px 0;
			}
				.social-links li.twitter a:hover {background-position: -218px -35px}
	ul.show-list {
		list-style: none;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		/* overflow: auto;
		display: table;
		border-collapse: separate;
		border-spacing: 12px; */
    display: flex;
    justify-content: space-between;
    align-items: stretch;

	}
		ul.show-list li {
			/* display: table-cell;
			width: 20%; */
      display: flex;
      box-shadow: 0 0 3px rgba(0,0,0,.8);
      flex-direction: column;
      flex: 1 1 auto;
      margin: 1%;
      box-shadow: 0 0 3px rgba(0,0,0,.8);
		}

		ul.show-list li a {
			color: #fff;
			text-decoration: none;
		}

		ul.show-list li img {
			box-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
			display: block;
			margin: 0 auto 10px;
			width: 100%;
			height: auto;
		}
		h3.show-title {
			font-size: 1.5em;
			color: #fff;
			margin-left: 10px;
			padding: 0;
		}
		ul.show-list li p {
			margin: 5px;
			padding: 5px;
		}
		ul.show-list .meta-nav {
			display: none;
			margin: 5px 0;
			text-decoration: none;

		}

		a.production-description {
			display: block;
			height: 100%;
		}

		/* backgrounds for show marque */

		.blue {background-color: #037BCC;}
		.magenta {background-color: #E9038E;}
		.gold {background-color: #E1E903; color: #333;}
			.gold h3.show-title {color: #333;}
			.gold a.production-description {color:#333;}
		.mint {background-color: #03BD91;}
		.red {background-color: #ED1C24;}

/*  Dancers Grid  */

/* section.dancers-grid {

} */
	.dancers-grid li a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
	.dancers-grid ul {
		list-style: none outside none;
		margin: 0 auto;
		width: 100%;
    display: flex;
    flex-wrap: wrap;
	}
		.dancers-grid ul li {
			float: left;
			position: relative;
			overflow: hidden;
      display: flex;
      align-items: center;
		}
		.dancers-grid ul li img {
			box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.33);
			display: block;
			margin: 0 auto;
			padding: 0;
			/*height: 	100%;
			min-height: 100%;
			width: auto;*/
      max-width: 100%;
      min-width: 100%;
      height: 100%;
      object-fit: cover;
		}
		span.dancer-name {
			background: none repeat scroll 0 0 rgba(255, 255, 255, 0.65);
			bottom: 5px;
			color: #222;
			display: block;
			position: absolute;
		}
    span.dancer-name smaller {
      font-size: 0.5em;
      margin: 0 auto;
      display: block;
    }
		ul.ballerina li {
			margin: 2%;
			width: 300px;
			height: 400px;
		}

		/* ul.ballerina li img {

		} */
			ul.ballerina span.dancer-name {
				font-size: 2em;
				padding: 4%;
			}

		/* ul.principal-dancers {

		} */

		ul.principal-dancers li, ul.principal li {
			margin: 2%;
			width: 245px;
			height: 375px;
		}
			/* .principal-dancers img, .principal img {

			} */

		ul.principal-dancers span.dancer-name, ul.principal span.dancer-name {
			font-size: 1.8em;
			padding: 10px 12px;
		}
		/* ul.soloist-dancers {

		} */

		ul.soloist-dancers li, ul.soloist li, ul.demi-soloists li, ul.firstsoloist li {
			margin: 10px;
			width: 190px;
			height: 265px;
		}

			/* .solist-dancers img, .solist img {

			} */
		ul.soloist-dancers span.dancer-name, ul.soloist span.dancer-name, ul.demi-soloists span.dancer-name {
			font-size: 1.4em;
			padding: 6px 8px;
		}

		/* ul.company-members {

		} */

		ul.company-members li, ul.company-member li, ul.trainee li, ul.coryphee-company-member li {
			margin: 10px;
			width: 150px;
			height: 195px;
		}

			/* .company-members img, .company-member img, .trainee img  {

			} */
		ul.company-members span.dancer-name, ul.company-member span.dancer-name, ul.trainee span.dancer-name {
			font-size: 12px;
			padding: 4px 5px;
		}


footer.subfooter {
	background: #333;
	color: #FFFFFF;
	height: 178px;
}

footer.subfooter .info {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 2%;
}
	footer.subfooter .info .xoxo {
		float: left;
		width: 33%;
		margin: 0;
	}
	.info li {
		padding: 1%;
	}

	#menu-footer-navigation {
		list-style: none;
		margin: 0;
	}
		/* #menu-footer-navigation li {} */
		#menu-footer-navigation li a {
			color: #fff;
			text-decoration: none;
			font-size: 1em;
		}
			#menu-footer-navigation li a:hover {color: #037BCC}

/* Dancer pages */

.single-dancer figure.feature-image {
	float: left;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Production Pages */
.single-production figure.feature-image {
	margin-bottom: 	1em;
}

.single-production figure.feature-image img {
	width: 100%;
	height: auto;
}
.single-production .production-title {
	display: none;
}

/*  Shopping Cart */

p.empty {display: none;}

/* div.contributor-packages {} */


/*
	AnythingSlider v1.7+ Default (base) theme
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID to match your slider */
#slideshow {
	width: 661px;
	height: 407px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}

/*****************
  SET COLORS HERE
 *****************/
/**** Default state (no keyboard focus) ****/
/* slider window - top & bottom borders, default state */
/* div.anythingSlider .anythingWindow {

} */
/* Navigation buttons, default state */
div.anythingSlider .anythingControls ul a.cur, div.anythingSlider .anythingControls ul a {
	background: #777;
	color: #000;
}
/* start-stop button, stopped, default state */
div.anythingSlider .start-stop {
	display: none;
}

/**** Active State (slider has keyboard focus) ****/
/* slider window - top & bottom borders, active state */
/* div.anythingSlider.activeSlider .anythingWindow {

} */
/* Navigation buttons, active state */
div.anythingSlider.activeSlider .anythingControls ul a.cur, div.anythingSlider.activeSlider .anythingControls ul a {
	background-color: #7C9127;
}
/* start-stop button, stopped, active state */
div.anythingSlider .start-stop {
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
div.anythingSlider .start-stop.playing {
	background-color: #d00;
}
/* start-stop button, active slider hovered text color (when visible) */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #fff;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
	display: block;
	margin: 0 auto;
	overflow: visible !important; /* needed for Opera and Safari */
	position: relative;
	padding: 3px 3px 10px;
}
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
/* all panels inside the slider */
.anythingBase .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
.anythingBase .panel.vertical {
	float: none;
}

/* Navigation Arrows */
div.anythingSlider .arrow {
	top: 410px;
	position: absolute;
	display: block;
}
div.anythingSlider .arrow a {
	display: block;
	height: 52px;
	margin: -70px 0 0 0; /* half height of image */
	width: 25px;
	text-align: center;
	outline: 0;
	background: url(images/slideshow-arrows.png) no-repeat;
}
/* hide text, target the span so IE7 doesn't text-indent the link */
div.anythingSlider .arrow a span { display: block; visibility: hidden; }
/* back arrow */
div.anythingSlider .back { left: -25px; }
div.anythingSlider .back a { background-position: left top; }

div.anythingSlider .back.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
/* forward arrow */
div.anythingSlider .forward { right: -25px; }
div.anythingSlider .forward a { background-position: left bottom; }

div.anythingSlider .forward.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */

/* Navigation Links */
div.anythingSlider .anythingControls { outline: 0; display: none; }
div.anythingSlider .anythingControls ul { margin: 0; padding: 0; float: left; }
div.anythingSlider .anythingControls ul li { display: inline; }
div.anythingSlider .anythingControls ul a {
	font: 11px/18px;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background-image: url(../images/default.png);
	background-position: center -288px ;
	background-repeat: repeat-x;
	text-align: center;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
div.anythingSlider .anythingControls ul a:hover {
	background-image: none;
}
/* Navigation size window */
div.anythingSlider .anythingControls .anythingNavWindow { overflow: hidden; float: left; }

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
div.anythingSlider.rtl .anythingControls ul { float: left; }    /* move nav link group to left */
div.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
/* div.anythingSlider.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
	background-image: url(../images/default.png);
	background-position: center -288px;
	background-repeat: repeat-x;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
/* hide cell shading on hover - makes the button appear to come forward */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover { background-image: none; }

/* probably not necessary, but added just in case */
div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .anythingControls ul a, div.anythingSlider .arrow a, div.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}

/*  New Responsive Slider (replaced AnythingSlider)  */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/* .rslides a {

} */


/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements in most situations.
   nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/**
 * Placeholder media queries for responsive design. Modify as design requires.
 * These follow after, and will override, the primary ('mobile first') styles
 * The closing /mediaquery comment is required by respond.js min/max-width Media Query polyfill
 */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
	body {font-size: 15px; line-height: 150%;}
/* figure.logo {

} */
}/*/mediaquery*/

@media only screen and (max-width: 480px) {
	figure.logo {
		margin: 0;
	}
		figure.logo img {
			display: block;
			margin: 0 auto;
			width: 95%;
			height: auto;
		}
	figure.logo {
		background: none;
	}
}
/*/mediaquery*/

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
	body {font-size: 15px; line-height: 150%;}
	figure.logo {
		margin: auto 2%;
		/* background: url('images/william-header-img.png') no-repeat right; */
	}
}/*/mediaquery*/

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

	/* figure.logo {
		margin: 0; padding:20px; 
	} */
/* figure.logo img {
			display: block;
			margin: 0 auto;
			width: 95%;
			height: auto; 
		} */

	ul.show-list {
		display: block;
	}

	ul.show-list li {
		display: inline-block;
		width: 100%;
		margin: 0.5em 0;
	}

	ul.show-list li img {
		float: left;
		width: 35%;
		margin: 0 0.5em 0 0;
	}
	.show-title, .show-list p {
		padding: 0;
		margin: 0.1em;
	}

	.slide-content {
		font-size: 13px;
	}
	footer.subfooter .info .xoxo {
		box-shadow: 0 0 3px rgba(255,255,255,0.15),0 0 4px rgba(0, 0, 0, 1);
		width: 100%;
		background: rgba(255,255,255,0.15);
		margin: 0.5em 0;
		font-size: 1.2em;
		padding: 2%;
	}


}/*/mediaquery*/

@media only screen and (max-width: 960px) {
/*  Nav breakpoint for small screens */
	html,
  	body {
    	margin:0;
 	}
  header {
	   padding-top: 2em;
  }

	.wrapper {
		padding-top: 2.25em;
	}

	aside.navigation-bar {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		padding: 0;
		border: none;
		z-index: 10;

	}
  .main-navigation-menu {
    flex-direction: column;
  }
  .menu-item-has-children:hover > .sub-menu {
    z-index: 10;
    left: 1em;
    font-size: 0.8em;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.49);
    padding: 0;
    top: 99%;
}
	/* .navigation-bar nav {

	} */
	.menu-header {
		display: none;
		height: 10%;
	}
	.navigation-bar ul li {
		width :100%;
		text-align: left;
		position: relative;
	}
	.navigation-bar ul li:after {
		    position:absolute;
	        right:.25em;
	        font: bold 1.4em sans-serif;
	        top: 3px;
	        color: #fff;
	}
	.navigation-bar ul li a {
		margin: 0;
		color: #fff;
		padding: 0.5em;
		font-size: 1.5em;
		background: rgba(92, 90, 90, 0.9);
	}
		.navigation-bar ul li a:hover { background: #ffffff;

		}
	.main-navigation label {
		position:relative;
	    display:block;
	    width:100%;
	    min-height:2.5em;
	    padding:.45em;
	    /*font-size:1.1em; */
	    margin:0;
	    background: rgba(0, 0, 0, 0.45);
	}
	.main-navigation label:after {
		/*position: absolute;
	    right: .25em;
	    top: 0; */
	    content:"\2261";
	    font-size:3.8em;
	    color: #fff;
	}

	/* .main-navigation input[type=checkbox]:checked ~ label:after {
      color:#222; 
    } */

    .main-navigation input[type=checkbox]:checked ~ .menu-header {
    	 display: block;
    }

    section.main-content {
    	width:100%;
    	min-width: 0;
    }

	.page article {
		padding: 20px;
	}


}/*/mediaquery*/

@media only screen and (min-width: 1000px) {
  /* Style adjustments for viewports 768px and over go here */
	body {font-size: 15px;}
}/*/mediaquery*/



/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/** END HTML5 Boilerplate CSS **/


/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left; margin-right: 10px; margin-bottom: 10px; margin-top: 10px; box-shadow: 0 0 3px rgba( 0, 0, 0, 0.33);}
.alignright { float:right; margin-left: 10px; margin-bottom: 10px; margin-top: 10px; box-shadow: 0 0 3px rgba( 0, 0, 0, 0.33); }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
.post-edit-link {display:none;}
/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
*/
/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.



/* Font stack options

	The following represents a list of font stacks, as recommended by Nathan Ford in
	http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

	I've added inverted commas around the relevant family names to ensure compatibility.
	p = balanced for paragraphs or body copy
	t = balanced for headlines or titles

	- - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Quicksand", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Quicksand", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/

/** END Starkers CSS **/

/** START WordPress-Defined CSS Classes **/
/* .wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{} */
/** END WordPress-Defined CSS Classes **/

a.button {
text-decoration: none !important; text-transform:uppercase; background-color: #037BCC; color:#ffffff;display: inline-block;
padding: 10px 12px;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

a.button:hover {
text-decoration: none !important; background-color: #03BD91; color:#ffffff;}
.highlight { background-color: #E1E903;}
