
/*=================================================
					GLOBAL
=================================================*/

html,
body {
	width:100%;
	height:100%;
	font-family: Baskerville, “Baskerville Old Face”, “Hoefler Text”, Garamond, “Times New Roman”, serif;
	color:#3d362b;
	background:#f5ebd2;
	background:url(../images/background.jpg) center -20px;
}

/*=================================================
					HEADER
=================================================*/

.header-wrapper {
	width:100%;
	height:240px;
	background:url(../images/header-wrapper-background.jpg);
	box-shadow:0 0 50px #a47436;
	box-shadow:0 0 50px #666040;
}
.header {
	width:100%;
	height:240px;
	background:url(../images/header-background.jpg) center no-repeat;
}
@media screen and (max-width:1140px) {
	.header {
		background:url(../images/header-background-1140.jpg) left;
	}
}
@media screen and (max-width:920px) {
	.header {
		background:url(../images/header-background-920.jpg) center;
	}
	.social-icons {
		display:none;
	}
}
.header .social-icons {
	max-width:1200px;
	height:132px;
	margin:0 auto;
}
.header .navigation-wrapper {
	width:100%;
	max-width:1200px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	margin:0 auto;
}
.header .navigation-wrapper ul {
	float:right;
}
@media screen and (max-width:920px) {
	.header .navigation-wrapper {
		display:none;
	}
}
.header .navigation-wrapper li,
.header .navigation-wrapper li a {
	display:inline-block;
	vertical-align:top;
	color:#4a130f;
	line-height:106px;
	text-decoration:none;
}
.header .navigation-wrapper li {
	height:106px;
}
.header .navigation-wrapper li a {
	padding:0 20px;
	text-transform:uppercase;
	font-size:20px;
	font-family:'Crushed';
	cursor:pointer;
}
@media screen and (max-width:1090px) {
	.header .navigation-wrapper li a {
		font-size:20px;
	}
}
.header .navigation-wrapper a:hover {
	background:url(../images/navigation-active.png) center bottom no-repeat;
	text-shadow:0 0 15px #f5c382;
}
.header .logo {
	display:block;
	width:180px;
	height:235px;
	background:none;
	position:absolute;
	left:60px;
}

/*=================================================
				SHIFT NAV
=================================================*/

#shiftnav-toggle-main {
	font-size:22px;
}
.shiftnav-toggle-main-block {
	font-size:19px;
	padding-top:18px;
}

/*=================================================
				CONTENT (HOME)
=================================================*/

.home-content .column-1 {
	display:inline-block;
	width:65%;
	vertical-align:top;
}
.home-content .column-2 {
	display:inline-block;
	width:27%;
	padding-left:6%;
	vertical-align:top;
}
.content-wrapper .metaslider .flexslider {
	margin:0;
}
.content-wrapper .flexslider .flex-control-nav {
	display:none;
}
@media screen and (max-width:900px) {
	.home-content .column-1 {
		display:block;
		width:auto;
	}
	.home-content .column-2 {
		display:block;
		width:90%;
		padding:20px 5% 0;
		text-align:center;
	}
}
.home-content .column-2 img {
	margin:20px 0;
	max-width:100%;
}

/*=================================================
					CONTENT
=================================================*/

.content-wrapper {
	min-height:1200px;
	width:98%;
	max-width:1140px;
	background:#e3ddbe;
	margin:0 auto;
	border-left:2px solid #faf1d8;
	border-right:2px solid #faf1d8;
	box-shadow:0 0 50px #666040;
}
.content {
	font-size:18px;
	line-height:26px;
	padding:25px 40px 25px 40px;
}
h1 {
	font-family:'Crushed';
	font-size:48px;
	line-height:60px;
	padding-bottom:5px;
	padding-top:10px;
	color:#4a1310;
}
h2 {
	font-family:'Crushed';
	font-size:48px;
	line-height:60px;
	padding-bottom:5px;
	padding-top:10px;
	color:#4a1310;
}
h3 {
	font-family:'Crushed';
	font-size:28px;
	line-height:40px;
	color:#79776c;
}
.content p,
.content ul,
.content h3 {
	margin-top:25px;
}
.content ul ul {
	margin-top:0;
	margin-bottom:15px;
}
.content ul ul li {
	list-style:circle;
}
.content form p {
	margin-bottom:0;
}
.content form label {
	font-family:'Crushed';
	font-size:28px;
	line-height:40px;
	color:#79776c;
}
.content form {
	margin-top:25px;
}
.content form input[type="text"],
.content form input[type="email"],
.content form textarea {
	padding:5px 8px;
	font-size:14px;
	line-height:20px;
	border-radius:5px;
	border:1px solid #868A73;
	background:#f6f3e6;
	width:85%;
}
.content form input[type="submit"] {
	background: #4a1310;
	padding: 10px 15px;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	cursor:pointer;
}
.content form input.wpcf7-captchar {
	width:100px;
}
.content form img.wpcf7-captchac {
	border-radius:5px;
	border:1px solid #868A73;
	padding:8px;
	background:#fff;
}
.content form .left-column,
.content form .right-column {
	display:inline-block;
	vertical-align:top;
	width:48%;
}
.banner-decor {
	height:95px;
	background:url(../images/red-tile-2.jpg) center;
	margin:2px 0;
}
@media screen and (max-width:920px) {
	.banner-decor {
		height:55px;
	}
	h2 {
		font-size:34px;
		line-height:40px;
	}
	.content form .left-column,
	.content form .right-column {
		display:block;
		width:100%;
	}
}
.clear {
	clear:both;
}

/*=================================================
				CONTENT INTERNAL
=================================================*/

.entry-title {
	padding-top:25px;
}
.post .content h2 {
	font-size: 32px;
	color: #444;
	margin: 45px 0 0;
	padding: 0 0 10px;
	line-height: 40px;
	border-bottom: 1px solid #93907e;
}
.post .content h2 + p,
.post .content h2 + ul{
	margin-top:15px;
}
.post .content h3 + p,
.post .content h3 + ul {
	margin-top:5px;
}
.post .content .alignleft {
	margin:25px 40px 20px 0;
}
.post .content img.alignleft {
	border:3px solid #f3f0e3;
	border-radius:5px;
	box-shadow:0 0 15px #79776c;
	max-width:100%;
}
.supporters-logos {
	text-align:center;
	padding:25px 0 10px;
}
.supporters-logos img {
	clear:none;
	display:inline-block;
	margin-right:2px;
	border:1px solid #444;
	box-shadow:0 0 5px #000;
	border:3px solid #fff;
}
.supporters-logos br {
	display:none;
}
.teaching-artists p {
	margin:0;
}
.teaching-artists .clear {
	clear:both;
	padding-bottom:15px;
}
.post .content .teaching-artists h2 + p {
	margin-top:5px;
}
.post .content .teaching-artists img.alignleft {
	margin-top:30px;
}
.wp-caption p.wp-caption-text {
	font-style:normal;
	font-size:14px;
}
/*=================================================
				VIDEO GALLERY
=================================================*/

.video-wrapper {
	width:46%;
	display:inline-block;
	vertical-align:top;
	margin-left:2%;
	margin-top:15px;
	padding:5px;
	border:1px solid #aba89a;
	background:#f1efdf;
}

@media screen and (max-width:920px) {
	.video-wrapper {
		width:auto;
		margin:15px 0 0;
		display:block;
	}
}

/*=================================================
					SOCIAL ICONS
=================================================*/
	
.social-icons {
	font-size:0;
	position:relative;
}
.social-icons div {
	float:right;
	padding-top:24px;
	padding-right:25px;
}
.social-icons a {
	display:inline-block;
	width:50px;
	height:41px;
	background:url(../images/social-icons.png);
	text-indent:-9000px;
	text-size:0;
	cursor:pointer;
}
.social-icons .enews {
	width:204px;
	height:auto;
	background:none;
	position: absolute;
	top: 74px;
	right: 4px;
	text-indent:0;
}
.social-icons .facebook {
	width:35px;
}
.social-icons .facebook:hover {
	background-position:0 bottom;
}
.social-icons .twitter {
	width:60px;
	background-position:-35px top;
}
.social-icons .twitter:hover {
	background-position:-35px bottom;
}
.social-icons .instagram {
	width:55px;
	background-position:-95px top;
}
.social-icons .instagram:hover {
	background-position:-95px bottom;
}
.social-icons .youtube {
	width:57px;
	background-position:-150px top;
}
.social-icons .youtube:hover {
	background-position:-150px bottom;
}

/*=================================================
					FOOTER
=================================================*/

.footer-wrapper {
	min-height:400px;
	background:#2e2e2e;
	border-top:5px solid #009999;
	width:100%;
	padding-bottom:50px;
	box-shadow:0 0 50px #666040;
}
.footer-wrapper .logo {
	display:block;
	width:134px;
	height:195px;
	background:url(../images/logo-footer.png) top;
	margin:80px auto;
}
.footer-wrapper .logo:hover {
	background-position:bottom;
}
.footer-wrapper .footer-links {
	max-width:700px;
	margin:0 auto;
	border-top:1px solid #e3ddbe;
	font-size:0;
}
.footer-wrapper .footer-links div {
	width:175px;
	display:inline-block;
	vertical-align:top;
	color:#e3ddbe;
	font-family:'Crushed';
	padding:25px 0;
	text-align:left;
}
.footer-wrapper .footer-links div:hover {
	background:url(../images/footer-links-hover.png) right center;
}
.footer-wrapper .footer-links h3 {
	font-size:26px;
	line-height:30px;
	padding:0 0 10px 15px;
}
.footer-wrapper .footer-links div:hover h3 {
	color:#e2a85d;
}
.footer-wrapper .footer-links p {
	font-size:14px;
	margin:0;
	padding:10px 0 0 15px;
	font-family:Helvetica;
	-webkit-font-smoothing: antialiased;
}
.footer-wrapper .social-icons {
	margin:40px auto 0;
	position:relative;
	width:207px;
}