/*  
Theme Name: Hayden
Theme URI: http://themetrust.com
Description: Custom-tailored for The Creative Circus
Version: 1.0.3
Author: ThemeTrust
Author URI: http://themetrust.com
Tags: portfolio, responsive, blog, clean, minimal, white, two-columns, threaded-comments, translation-ready, custom-menus

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Sidebar
08 - Widgets
09 - Comments
10 - Pagination
11 - Footer
12 - Media Queries
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

/**

 HTML5 & 4 reset stylesheet
 Adapted from YUI & HTML5 Doctor
 v1.0
 
 **/


/* taken from the ttrust stuff generated in the footer */
#mainNav ul a{ font-family: 'Cabin'; }
h1, h2, h3, h4, h5, h6, .homeSection h3, #pageHead h1 { font-family: 'Cabin' !important; }
.sectionHead p{ font-family: 'Cabin'; }
body { font-family: 'Cabin'; }	
.home .slideshow h2 { font-family: 'Cabin' !important; }
.home .slideshow p { font-family: 'Cabin'; }



#header {
	background-color: #d81515;
}
#mainNav ul ul {
	background-color: #d81515;
}


#googleMap {height: 320px;}

a { color: #d81515;}
a:hover {color: #000000;}
.button, #searchsubmit, input[type="submit"] {background-color: #d81515 !important;}

/* END taken from the ttrust stuff generated in the footer */



 /* Fontastic Font ----------- */

 @font-face {
 	font-family: "creative-circus";
 	src: url("fonts/creative-circus.eot");
 	src: url("fonts/creative-circus.eot?#iefix") format("embedded-opentype"),  url("fonts/creative-circus.woff") format("woff"),  url("fonts/creative-circus.ttf") format("truetype"),  url("fonts/creative-circus.svg#creative-circus") format("svg");
 	font-weight: normal;
 	font-style: normal;
 }
 [data-icon]:before {
 	font-family: "creative-circus" !important;
 	content: attr(data-icon);
 	font-style: normal !important;
 	font-weight: normal !important;
 	font-variant: normal !important;
 	text-transform: none !important;
 	speak: none;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 }
 [class^="icons-"]:before, [class*=" icons-"]:before {
 	font-family: "creative-circus" !important;
 	font-style: normal !important;
 	font-weight: normal !important;
 	font-variant: normal !important;
 	text-transform: none !important;
 	speak: none;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 }
 .icons-idea-scroll:before {
 	content: "a";
 }
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, 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, article, aside, canvas, details, figcaption, figure, hgroup, menu, nav, summary, time, mark, audio, video, header, footer {
 	margin: 0;
 	padding: 0;
 	border: 0;
 	font-weight: inherit;
 	font-style: inherit;
 	font-size: 100%;
 	font-family: inherit;
 	vertical-align: baseline;
 	background: transparent;
 }
 html {
 	-webkit-font-smoothing: antialiased;
 	text-rendering: optimizeLegibility;
 	-webkit-text-size-adjust: none;
 	-ms-text-size-adjust: none;
 	overflow-y: scroll;
 }
 ol, ul {
 	list-style: none;
 }
 article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, img {
 	display: block;
 }
 blockquote, q {
 	quotes: none;
 }
 blockquote:before, blockquote:after, q:before, q:after {
 	content: '';
 	content: none;
 }
 a {
 	margin: 0;
 	padding: 0;
 	border: 0;
 	font-size: 100%;
 	vertical-align: baseline;
 	background: transparent;
 }
 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;
 }
 table {
 	border-collapse: collapse;
 	border-spacing: 0;
 }
 strong {
 	font-weight: bold;
 }
 em {
 	font-style: italic;
 }
 input, select {
 	vertical-align: middle;
 }
 table {
 	border-collapse: separate;
 	border-spacing: 0;
 }
 caption, th, td {
 	text-align: left;
 	font-weight: normal;
 }
 input {
 	vertical-align: middle;
 }
 img, object, embed {
 	max-width: 100%;
 }
 .homeSection img, .post p img, .page p img, .project p img, .postThumb, div.wp-caption img {
 	max-width: 100% !important;
 	height: auto;
 }
/*.events-page img,
.events-page p img {
	width: 100% !important;
	}*/
	.tweet_profile_img {
		display: none;
	}
	.tweet_primary_meta {
		margin-top: 30px;
	}
	.tweet_content {
		font-size: 105%;
		line-height: 1.38;
	}
	.page-template-page-about-php .page p img {
		width: 100%;
	}
	.single-post .post img, .single-post .post p img, .single-post .page img, .single-post .page p img {
		float: left;
		height: auto !important;
	}
	.error404 p {
		text-align: center;
	}
	.wp-caption {
		max-width: auto !important;
	}
	.wp-caption-text {
		padding: 5px 0 0 0;
		font-style: italic;
	}
	/* Isotope ----------- */

	.isotope, .isotope .isotope-item {
		/* change duration value to whatever you like */
		-webkit-transition-duration: 	0.3s, 0;
		-moz-transition-duration: 		0.3s, 0;
		-ms-transition-duration: 		0.3s, 0;
		-o-transition-duration: 		0.3s, 0;
		transition-duration:			0.3s, 0;
	}
	.isotope {
		-webkit-transition-property: height, width;
		-moz-transition-property: height, width;
		-ms-transition-property: height, width;
		-o-transition-property: height, width;
		transition-property: height, width;
	}
	.isotope .isotope-item {
		-webkit-transition-property: -webkit-transform, opacity;
		-moz-transition-property: -moz-transform, opacity;
		-ms-transition-property: -ms-transform, opacity;
		-o-transition-property: top, left, opacity;
		transition-property: transform, opacity;
	}
	/**** disabling Isotope CSS3 transitions ****/

	.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-ms-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
	}
	.isotope-item {
		z-index: 2;
	}
	.isotope-hidden.isotope-item {
		pointer-events: none;
		z-index: 1;
	}
	.fade {
		opacity: 1;
		transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		-webkit-transition: opacity .25s ease-in-out;
	}
	.fade:hover {
		opacity: 0.5;
	}
	/**** disabling captcha styles ****/

	.recaptcha_r1_c1, .recaptcha_r2_c1, .recaptcha_r3_c1, .recaptcha_r3_c3, .recaptcha_r2_c2, .recaptcha_r3_c2, .recaptcha_r4_c4, .recaptcha_r7_c1, .recaptcha_r8_c1, .recaptcha_r4_c2 {
		display: none;
	}
	.recaptcha_r4_c1 {
		background: rgba(255,255,255,0.00)!important;
	}
	#recaptcha_image {
		padding-bottom: 30px;
	}
	.recaptchatable a, .recaptchatable a:hover {
		color: #d81515 !important;
	}
	.recaptchatable img {
		width: none !important;
		top: 0 !important;
	}
	#recaptcha_reload_btn img {
		width: 25px !important;
	}
	#recaptcha_switch_audio_btn img {
		width: 25px !important;
	}
	#recaptcha_whatsthis_btn img {
		width: 25px !important;
	}
/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: auto;
	height: auto;
	padding: 0 0 0 0;
	margin: 0;
	color: #6a6a6a;
	background-color: #1f1f1f;
	font-weight: normal;
}
p {
	line-height: 1.6em;
	font-size: 1.1em;
	margin: 0 0 20px 0;
	font-weight: normal;
	font-style: normal;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	margin: 0 0 0 0;
	padding: 0;
}
img {
	margin: 0;
}
img.left {
	margin: 0 15px 15px 0;
	float: left;
}
a {
	text-decoration: none;
	outline: none;
}
a {
	color: #4da7ca;
}
a:hover {
	color: #4290ae;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	color: #1f1f1f;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2.5em;
	text-transform: capitalize;
}
h3 {
	font-size: 1.9em;
	text-transform: capitalize;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.3em;
}
small {
	font-size: 0.7em;
	color: #999;
	text-transform: none;
}
blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;
	font-style: italic;
	font-size: 1.2em;
	/*font-family: Georgia, Times, "Times New Roman", serif;*/
	border-left: 5px solid #54aaff;
}
code {
	font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}
pre code {
	background: none;
}
pre {
	margin: 0 0 20px;
	padding: 10px;
	background: #f7f7f7;
	overflow: auto;
	border: 1px solid #e4e4e4;
	font-family: "Courier New", Courier, serif;
}
.left {
	float: left;
}
.right {
	float: right;
}
.meta {
	color: #b0b0ad;
}
.meta a {
	color: #7d7d7b !important;
}
.meta a:hover {
	color: #b0b0ad !important;
}
::-webkit-input-placeholder {
	color: #6a6a6a;
}
:-moz-placeholder {
	color: #6a6a6a;
}
:-ms-input-placeholder {
	color: #6a6a6a;
}
input[type="email"], input[type="text"], input[type="password"], textarea, select {
	background-color: #fafafa;
	padding: 12px;
	margin: 0 0 20px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #6a6a6a;
	border: 2px solid #959595;
	background: #f7f7f7;
	font-size: .9em;
	-webkit-appearance: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
select {
	width: 100%;
	-webkit-appearance: none;
	background: url(images/btn-select.png) no-repeat right #f7f7f7;
	border-radius: 0 !important;
	cursor: pointer;
	color: #6a6a6a;
}
select:focus {
	outline: none;
	background-color: #f7f7f7;
}
input[type="text"]:focus {
	outline: none;
	background-color: #f7f7f7;
}
textarea:focus {
	outline: none;
	background-color: #f7f7f7;
}
textarea {
	width: 80%;
	line-height: 1.6em;
}
/* Clearfix ----------- */

/* Some clearfix code from HTML5 Boilerplate */
.clearfix:before, .clearfix:after, .single-theme .features:before, .single-theme .features:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after, .single-theme .features:after {
	clear: both;
}
.clearfix, .single-theme .features {
	zoom: 1;
}
a.action {
	font-style: italic;
}
/* Down Arrow — Home page ----------- */
.icon-down-wrap {
	position: absolute;
	width: 100%;
	bottom: -20px;
	z-index: 999;
}
.icons-idea-scroll {
	/*font-size:110px;*/
	color: rgba(255,255,255,0.3);
	text-align: center;
	/*overriding icon font stuff*/
	font-size: 0;
	float: left;
	position: relative;
	left: 50%;
	top: -41px;
	margin-left: -20px;
	opacity: .5;
	background: url(images/arrow-down.png) no-repeat;
	width: 39px;
	height: 44px;
}
.icons-idea-scroll:hover {
	color: rgba(255,255,255,0.8);
}
/* flexslider — Control buttons ----------- */
.flex-control-nav {
	z-index: 9999;
}
/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {
	width: 100%;
	margin: 0 auto;
}
#wrap {
	background: #fff;
	padding: 0;
}
.home #wrap {
	padding: 1px 0 0;
}
#middle {
	max-width: 62em;
	margin: 0 auto;
}
.page-template-page-home-php.home #middle {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 auto;
}
.home #wrap {
	padding-top: 0 !important;
}
#main {
	margin: 0 auto 0;
	padding: 0 0 0;
	background: #fff;
}
#main.full {
	background: none;
}
#content {
	padding: 0;
	float: left;
	margin: 0;
	position: relative;
	width: 62.5%;
	min-height: 500px;
	background: #fff;
}
#sidebar {
	width: 29%;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#footer {
	width: 100%;
	margin: 0 auto;
}
.twoThirds {
	width: 70%;
}
.oneThird {
	width: 30%;
}
.su-spoiler-style-default > .su-spoiler-title {
	font-size: 1.8em;
	font-weight: 400;
	color: #000;
}
.tweet_intents {
	display: none;
}

.tweet_secondary_meta {
	display: none;}
/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0!important;
	text-align: center;
	background: #d81515;
	height: 148px;
	z-index: 999;
}
.home #header {
	text-align: center;
	min-height: 700px;
	height: auto;
}
#header .surround {
	padding: 0 30px;
}
#header .inside {
	max-width: 62.5em;
	margin: 0 auto;
	position: relative;
	padding: 20px 0 40px 0 !important;
}
.home.has-slideshow #header .top, #header .top {
	width: 100%;
	z-index: 1000;
	text-align: center;
}
.my-sticky-element {
	position: absolute;
}
.my-sticky-element.stuck {
	position: fixed;
	top: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	background: rgba(216,21,21,1);
	opacity: 1;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
.admin-bar .my-sticky-element.stuck {
	top: 32px;
}

#header .my-sticky-element.stuck .inside {
	padding: 10px 0 10px 0 !important;
}
#header .inside {
	padding: 25px 0 25px 0;
	margin: 0 auto !important;
}
#logo {
	display: inline-block;
	margin: 0px 0 0 0;
	float: left;
	padding: 0;
}
#logo h1 {
	margin: 0 !important;
	line-height: 1em !important;
	padding: 0 !important;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#logo h1:hover {
	opacity: .8;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
#logo h1 img {
	position: relative;
	top: 15px;
}
.stuck #logo h1 img {
	/* when it's stuck/fixed to the top of the page */
	top: 0;
}
#header h1 {
	font-size: 1.5em;
	color: #fff;
	margin: 0;
}
#header h1 a, #header h1 a:hover {
	color: #fff !important;
}
.page-template-default #header {
	height: 154px;/*    background: blue;*/
}
/* Top level navigation */

#mainNav .tinynav {
	display: none;
}
#mainNav {
	right: 0;
	position: absolute;
	top: 50%;
	height: 20px;
	margin-top: -10px;
	display: inline-block;
}
#mainNav li {
	margin: 0 0 0 30px;
	display: inline-block;
	padding: 0;
}
#mainNav ul a {
	line-height: 25px;
	color: #fff;
	font-size: 1.125em;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 4px 0;
	text-shadow: 0px 1px 6px rgba(0,0,0, 0.4);
	border-bottom: 1px solid transparent;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#mainNav ul ul a {
	line-height: 15px;
	font-weight: normal;
	border-top: none;
	color: rgba(255,255,255, .5);
}
#mainNav ul li.current a, #mainNav ul li.current-cat a, #mainNav ul li.current_page_item a, #mainNav ul li.current-menu-item a, #mainNav ul li.current-post-ancestor a, .single-post #mainNav ul li.current_page_parent a, #mainNav ul li.current-category-parent a, #mainNav ul li.current-category-ancestor a, #mainNav ul li.current-portfolio-ancestor a, #mainNav ul li.current-projects-ancestor a {
	text-decoration: none;
	color: rgba(255,255,255, 1);
}
#mainNav ul li.current_page_item a {
	border-bottom: 2px solid;
}
#mainNav ul li.sfHover a, #mainNav ul li a:hover, #mainNav ul li:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
#mainNav ul ul li:hover {
	border: none;
}
/* Second level+ dropdowns */

#mainNav ul ul {
	padding: 20px 0px 5px 0px !important;
	margin-top: -10px;
	background: #d81515;
	border: none;
	text-align: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.home #mainNav ul ul {
	background: #d81515;
	margin-top: 4px;
}
.home #mainNav ul ul:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(216, 21, 21, 0);
	border-bottom-color: #d81515;
	border-width: 10px;
	left: 12%;
	margin-left: -10px;
}
#mainNav ul ul ul {
	padding-top: 20px !important;
	margin-left: -1.25em;
	margin-top: -5px;
}
#mainNav ul ul li {
	float: none;
	background: none;
	margin: 0 !important;
	padding: 0 15px 5px 15px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#mainNav ul ul li a {
	padding: 0px 0 10px 0;
	font-weight: normal;
	border: none !important;
	color: rgba(255,255,255, .8) !important;
}
.home #mainNav ul ul li a {
	color: rgba(255,255,255, 1) !important;
}
.home #mainNav ul ul li a:hover, #mainNav ul li.sfHover ul a:hover {
	color: #fff!important;
	border: none !important;
	text-indent: 5px;
}
/** arrow **/

#mainNav .sf-menu a.sf-with-ul {
	position: relative;
	min-width: 1px;
}
.sf-sub-indicator {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	text-indent: -999em;
	overflow: hidden;
	z-index: 200;
	height: 40px;
}
.sfHover .sf-sub-indicator {
	bottom: -10px;
}
#mainNav .sf-menu li ul .sf-sub-indicator {
	display: none;
}
#mainNav .sf-menu li ul .sfHover .sf-sub-indicator {
	position: absolute;
	top: 0;
	right: -1px;
	left: auto;
	display: block;
}
.sfHover a.sf-with-ul .sf-sub-indicator {
	height: 30px;
}
.children .sf-sub-indicator {
	display: none;
}
#header .cartBtn {
	padding: 0 0 0 25px;
	background: transparent url(images/cart.png) 0 3px no-repeat;
	position: absolute;
	top: 50%;
	height: 16px;
	margin-top: -6px;
	right: 0;
	color: #fff;
	font-size: .9em;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/



#content {
	margin: 0 auto;
	padding: 0 0 0 0 !important;
	width: 68%;
	float: left;
}
#content .videoContainer {
	margin-bottom: 30px;
}
#content.full {
	margin: 0 0 20px;
	padding: 40px 0 !important;
	width: 100%;
}
.home #content.full {
	padding: 0 !important;
}
.event-sidebar {
	padding: 40px 0 !important;
}
#content.full.programs {
	padding-top: 0px !important;
}
#content.full.grid {
	margin: 0 0 20px 0%;
}
.home #content.full, .page-template-page-home-php #content.full {
	width: 100%;
}
.page-template-page-home-php #main {
	padding-top: 35px;
}
#content.fullProjects {
	width: 100%;
}
#content.twoThirds .page {
	width: 100%;
}
#content h1 a, #content h2 a, #content h3 a, .widgetBox h3 a, #slideshow .slideText h3 a, #content h4 a, #content h5 a {
	color: #2e3133;
}
#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, .widgetBox h3 a:hover, #slideshow .slideText h3 a:hover, #content h4 a:hover, #content h5 a:hover {
	color: #a7a7a3;
}
#content .postThumb {
	margin: 0 0 20px 0 !important;
}
#pageHead {
	width: 100%;
	margin: 0;
	padding: 40px 0 40px 0;/*margin: 0 0 40px 0;	*/
	/*border-bottom: 1px solid #dfdfde;	*/
}
#pageHead h1 {
	font-size: 2.5em;
	line-height: .7em;
	padding: 0;
	margin-bottom: 0;
	display: block;
	text-align: center;
}
#pageHead p {
	margin: 0!important;
	padding: 15px 0 0 0!important;
	color: #b2b2b2;
	line-height: 1em;
}
h2.extraSpacing {
	padding-top: 10px;
}
.boxItem {
	padding: 30px 0 15px;
}
/*Posts ------------------*/

.page #content #homePosts .post {
	float: left;
	min-height: 120px;
}
.page #content .post {
	margin: 0 0 0px 0px;
	border: none;
}
.post .meta, .attachment .meta {
	margin: -5px 0 25px 0;
	padding: 0 0 0px 0;
	font-size: .85em;
	line-height: 1.5em;
}
.attachment #content {
	width: 100%;
	margin: 0 0 40px;
}
.attachment #pageHead h1 {
	float: left;
	width: 100%;
	border-bottom: 1px solid #b9b9b9;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: left !important;
}
.attachment h2 {
	display: none;
}
.attachment .meta {
	display: none;
}
.attachment p, .attachment p {
	float: right;
	width: 62%;
	margin-left: 3%;
	padding: 0;
}
.attachment p.attachment {
	float: left;
	width: 35%;
	height: auto;
	margin: 0;
}
.attachment p.attachment img {
	float: right;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 5px solid #dedede;
}
#content .moreLink {
	display: block;
	font-weight: bold;
}
#content .post.lastPost {
	background: none;
}
#content .post {
	margin: 0 0 30px 0px;
	position: relative;
	padding-bottom: 10px;
	width: 98%;
	padding-top: 30px;
}
.posts .post .date {
	height: 100px;
	width: 100px;
	border-radius: 50px;
	background: #fff;
	position: absolute;
	text-align: center;
	color: #000;
}
.posts .post .date .day {
	font-size: 2em;
	padding-top: 25px;
	display: block;
	line-height: 1em;
	font-family: "Cabin", Helvetica, Arial, sans-serif;
}
.posts .post .date .month {
	font-size: .9em;
	display: block;
	padding: 0 !important;
	line-height: 1em;
	color: #000;
	font-family: "Cabin", Helvetica, Arial, sans-serif;
}
.posts .post .inside {
	padding-left: 150px;
}
.posts .post.noDate .inside {
	padding-left: 0;
}
#content .post h2 {
	float: left;
	width: 100%;
	font-size: 2.5em;
	background: url(images/bg-dotted.png) repeat-x bottom;
	padding-bottom: 20px;
}
.home #content .post h2 {
	background: none;
}
.search #content .post {
	min-height: 50px;
}
.single-post #pageHead h1 {
	display: none !important;
}
.single-post #content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;/*border-right: 1px solid #b9b9b9;*/

}
/*Home ------------------*/

.homeSection {
	margin-bottom: 0;
	padding-bottom: 30px;
}
.homeSection .sectionHead h3 {
	font-size: 2.5em;
	margin: 0 auto 0px;
	clear: both;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	width: 95%;/*	text-transform: uppercase;*/
	
}
.homeSection .sectionHead {
	text-align: center;
	padding-bottom: 30px !important;
	margin: 0 30px;
}
.homeSection .sectionHead p {
	font-size: 1.2em;
}
#homeContent {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
#homeContent p, #homeContent img {
	margin-bottom: 0 !important;
}
.home #content, .home #middle {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
/*Testimonials ------------------*/

#testimonials {
	position: relative;
	padding: 60px 0 50px 0;
	background: #f9f9f9;
}
#testimonials .waypoint-holder {
	padding-top: 220px;
	display: block;
	position: absolute;
	width: 10px;
}
#testimonials .waypoint-holder .waypoint {
	display: block;
	top: 0;
}
#testimonials .sectionHead p {
	background: none;
}
#testimonials p span {
	background: none;
}
#testimonials .flexslider {
	background: transparent;
}
#testimonials .flexslider .slides {
	background: transparent;
	max-width: 800px;
	margin: 0 auto !important;
}
.slides .testimonial {
	width: auto;
}
#testimonials .flex-direction-nav a {
	opacity: .4;
	margin-top: 5px !important;
}
#testimonials .flex-control-nav {
	display: none;
}
#testimonials .flex-next:hover, #testimonials .flex-prev:hover {
	opacity: 0.8;
}
#testimonials .flex-direction-nav li a.flex-next {
	background: url(images/flexslider/direction_nav_testimonials_right.png) no-repeat;
	background-size: 100%;
}
#testimonials .flex-direction-nav li a.flex-prev {
	background: url(images/flexslider/direction_nav_testimonials_left.png) no-repeat;
	background-size: 100%;
}
.testimonial .left {
	float: left;
}
.testimonial .left img {
	/*	border-radius: 95px;*/
}
.testimonial .right {
	float: right;
	width: 58%;
	padding-top: 5px;
	margin-right: 0px;
}
.testimonial .right p {
	font-size: 1.3em !important;
	line-height: 1.45em;
	padding-top: 10%;
}
.testimonial .right .title {
	padding-top: 25px;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
}
.testimonial p.quote-name {
	margin: 0;
	padding-top: 25px;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	line-height: 1em;
	text-transform: uppercase;
}
.testimonial p.quote-role {
	margin: 0;
	padding-top: 0;
	display: block;
	font-size: 1.0625em !important;
	font-weight: normal;
	font-style: italic;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
}
/*Agency Partner Sections----------------*/
#partners {
	position: relative;
	padding-top: 50px;
}
#partners .waypoint-holder {
	padding-top: 220px;
	display: block;
	position: absolute;
	width: 10px;
}
#partners .waypoint-holder .waypoint {
	display: block;
	top: 0;
}
#partners h3 {
	font-size: 2.5em;
	margin: 0 auto 0px;
	clear: both;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	width: 95%;
}
#partners p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 20px 0;
	font-weight: normal;
	font-style: normal;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	text-align: center;
}
#partners .flexslider .slides img {
	max-width: 80%;
}
#partners .flex-direction-nav {
	top: 50%;
}
#partners .flex-direction-nav li a.flex-next {
	background: url(images/flexslider/direction_nav_testimonials_right.png) no-repeat;
	background-size: 100%;
}
#partners .flex-direction-nav li a.flex-prev {
	background: url(images/flexslider/direction_nav_testimonials_left.png) no-repeat;
	background-size: 100%;
}
/*Gravity Forms-------------------------*/

.gform_wrapper .gf_page_steps {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100% !important;
}
.gform_wrapper .gform_page_footer {
	float: left;
}
.gform_wrapper textarea {
	resize: auto !important;
}
#content .gform_wrapper ul li {
	float: left;
	width: 100%;
}
#content .gform_wrapper .gfield_list_icons {
	position: relative;
	top: 10px;
}
#content .gform_wrapper .gfield_list_icons .add_list_item,
#content .gform_wrapper .gfield_list_icons .delete_list_item {
	width: 16px;
	float: left;
}
#content .gform_wrapper h2.gsection_title {
	float: left;
	width: 100%;
	margin-top: 40px !important;
}
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
	margin: 3px 0 25px 0 !important;
}
.gform_wrapper .ginput_complex input[type=text], .gform_wrapper .ginput_complex input[type=url], .gform_wrapper .ginput_complex input[type=email], .gform_wrapper .ginput_complex input[type=tel], .gform_wrapper .ginput_complex input[type=number], .gform_wrapper .ginput_complex input[type=password], .gform_wrapper .ginput_complex select, #content .gform_wrapper .ginput_complex .ginput_full input[type=text], #content .gform_wrapper .ginput_complex .ginput_right input[type=text], #content .gform_wrapper .ginput_complex .ginput_right input[type=url], #content .gform_wrapper .ginput_complex .ginput_right input[type=email], #content .gform_wrapper .ginput_complex .ginput_right input[type=tel], #content .gform_wrapper .ginput_complex .ginput_right input[type=number], #content .gform_wrapper .ginput_complex .ginput_right input[type=password], #content .gform_wrapper .ginput_complex .ginput_right select, #content .gform_wrapper .top_label textarea.textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100% !important;
}
#content .gform_wrapper .top_label li.gfield.gf_left_half {
	width: 47.5% !important;
}
#content .gform_wrapper .top_label li.gfield.gf_right_half {
	width: 49% !important;
	margin-left: 3.5% !important;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper select {
	width: 100% !important;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 12px !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em !important;
	font-weight: normal !important;
}
/*Contact Forms-------------------------*/

.gform_wrapper {
	max-width: 100% !important;
	margin: 0 !important;
}
.circus-contact input, .circus-contact select {
	width: 100% !important;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 12px !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em !important;
	font-weight: normal !important;
}
.gform_wrapper .circus-contact .ginput_complex {
	position: relative;
	overflow: visible !important;
}
.circus-contact .ginput_complex label {
	position: absolute;
	right: 53%;
	padding-right: 10px;
}
.circus-contact .ginput_complex .ginput_right label {
	right: 0;
}
.circus-contact label .gfield_required {
	display: none;
}
.gform_wrapper .circus-contact .ginput_complex input[type=text] {
	margin-bottom: 10px;
}
.gform_wrapper .circus-contact .ginput_complex .ginput_right input[type=text] {
	width: 100% !important;
}
.gform_wrapper .circus-contact li.gfield.gfield_error.gfield_contains_required {
	margin-bottom: 0 !important;
}
.gform_wrapper .circus-contact li.gfield.gfield_error {
	border-bottom: none !important;
}
#contact {
	margin: 0 auto;
	max-width: 62.5em;/*padding-top: 50px;     */
}
#contact h3 {
	font-size: 2.5em;
	margin: 50px auto;
	clear: both;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	width: 95%;
}
.contact-info {
	float: left;
	width: 35%;
}
.contact-form-wrap {
	float: right;
	width: 65%;
	margin-top: -20px;
}
.contact-info p, .contact-info a {
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 1.1em !important;
	line-height: 1.1em;
	margin: 0;
}
.contact-info a {
	color: #000;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.contact-info a:hover {
	color: #d81515;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.contact-info a span {
	font-family: Arial, sans-serif;
}
.contact-info a.directions {
	color: #d81515;
	text-transform: uppercase;
	font-size: 1em !important;
	opacity: 1;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.contact-info a.directions:hover {
	opacity: .8;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.contact-info .contact-row {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.contact-info .contact-icon {
	float: left;
	width: 25px;
	height: 30px;
}
.contact-info .contact-text {
	float: left;
	width: auto;
	height: auto;
	padding-top: 2px;
	padding-left: 10px;
}
.contact-form-wrap form {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.contact-form-wrap form input {
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contact-form-wrap form input.phone_input {
	float: left;
	width: 32%;
}
.contact-form-wrap form input.phone_input.middleBox {
	margin-right: 2%;
	margin-left: 2%;
}
.iphorm-element-select {
	padding:15px !important;
}
.iphorm-element-wrap label span.iphorm-required {
	font-size: 14px !important;
}
.iphorm-group-title-description-wrap{
	margin-bottom:0 !important;
}


/*Podcast Page------------------*/

.podcast-intro {
	background: url(http://www.creativecircus.edu/wp-content/uploads/2014/02/dan.jpg) no-repeat;
	background-size: cover;
	min-height: 350px;
	margin-bottom: -30px;
}
.podcast-intro h1 {
	text-align: center;
	color: #fff;
	font-size: 5em;
	padding-top: 1.5em;
}
.podcast-header {
	background: url(http://www.creativecircus.edu/wp-content/uploads/2014/01/podcast-headerbg.png) no-repeat;
	background-size: 100%;
	min-height: 322px;
	margin-top: -60px;
}
.podcast-header h1 {
	text-align: center;
	color: #fff;
	font-size: 5em;
	padding-top: 1.5em;
}
.post-to-page-title {
	font-size: 26px !important;
}
.post-to-page-separator {
	margin-bottom: 2em;
}
.podlink{
	display:block;
}




/*Featured Pages------------------*/

#featuredPages {
	position: relative;
	background: #334; /*#3d1439;*/
	padding: 60px 0 30px 0;
	width: 100%;
	max-width: none;
}
#featuredPages .waypoint-holder {
	padding-top: 300px;
	display: block;
	position: absolute;
	width: 10px;
}
#featuredPages .waypoint-holder .waypoint {
	display: block;
	top: 0;
}
#featuredPages .pages {
	max-width: 1000px;
	margin: 0 auto;
}
#featuredPages .small {
	float: left;
	width: 33%;
	display: none;
}
#featuredPages img {
	max-width: 100% !important;
	height: auto;
	margin: 0 auto;
}
#featuredPages .page p {
	text-align: center;
	font-size: .9em !important;
}
#featuredPages .inside {
	margin: 0 15px;
}
#featuredPages a {
	position: relative;
	display: block;
	text-align: center;
}
#featuredPages a.thumb {
	background: transparent;
	box-sizing: border-box;
	padding: 10px 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#featuredPages a.thumb:hover {
	background: rgba(255,255,255,.1);
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
#featuredPages h3 {
	color: #fff;
}
#featuredPages .title {
	font-size: 1.25em;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	display: block;
}
#featuredPages .sectionHead p {
	font-size: 1.2em;
}
#featuredPages p {
	color: #a9a9a9;
	font-size: 0.9375em; /*15px*/
}
#content .page.small img {
	margin-bottom: 10px;
}
#content .page.small p {
	margin: 0 20px 10px 20px;
	font-size: .8em;
}
/*Home Posts ------------------*/
#homePosts {
	position: relative;
	background: rgba(0, 0, 0, 0.85);
	padding-top: 60px;
}
#homePosts .waypoint-holder {
	padding-top: 300px;
	display: block;
	position: absolute;
	width: 10px;
}
#homePosts .waypoint-holder .waypoint {
	display: block;
	top: 0;
}
#homePosts .post {
	margin-bottom: 20px !important;
}
#homePosts .sectionHead h3 {
	color: #fff;
}
#homePosts .meta {
	display: none;
}
#homePosts h2 {
	margin: 0;
}
#homePosts h2 a {
	color: #fff;
	font-weight: bold;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#homePosts h2 a:hover {
	color: #d81515;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
#homePosts p {
	color: #fff;
}
#homePosts .moreLink {
	display: none;
}
.homeSection .posts {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 30px;
}
#homePosts .main-button {
	position: relative;
	display: block;
	text-align: center;
	width: 248px;
	border: 2px solid #fff;
	color: #fff;
	position: relative;
	margin: 20px 0 20px -140px !important;
	opacity: 1;
}
/*Home Content ------------------*/
#homeContent.homeSection {
	padding: 60px 0 !important;
}
#homeContent.homeSection .inside {
	padding: 0 30px !important;
	max-width: 1000px;
	margin: 0 auto;
}
#homeContent.homeSection p {
	margin-bottom: 20px!important;
}
/*podcast home------------------*/

#podcast {
	position: relative;
	margin: 0 0 0 0;
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 100%;
	min-height: 500px;
	color: #000;
	/*background: #eee;*/
}
#podcast .waypoint-holder {
	padding-top: 300px;
	display: block;
	position: absolute;
	width: 10px;
}
#podcast .waypoint-holder .waypoint {
	display: block;
	top: 0;
}
#podcast h3 {
	color: #000;
}
#podcast .main-button {
	position: relative;
	display: block;
	text-align: center;
	width: 200px;
	border: 2px solid #000;
	color: #000;
	position: relative;
	margin: 20px 0 0 -120px !important;
	opacity: 1;
}
#podcast .main-button:hover {
	opacity: .4;
}
#podcast.homeSection {
	padding: 50px 0;
}
.podcast-content {
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
}
.podcast-content a {
	color: #000 !important;
}
.podcast-content hr {
	border: 0;
}
.podcast-content .post-to-page-readmore {
	display: none;
}
.podcast-content .post-to-page-comment-count {
	display: none;
}
.podcast-content .podlink {
	display: none;
}

#content ul.podcast-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#content ul.podcast-list hr {
	clear: both;
}
#content ul.podcast-list li {
	box-sizing: border-box;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 3%;
	text-indent: 0;
	float: left;
	width: 30.333%;
}
#content ul.podcast-list h4 {
	line-height: 120%;
}

#content ul.podcast-list li iframe {
	width: 90%;
	margin-right: 10%; 
}

#content ul.podcast-recent li img {
	display: none;
}

/*Projects------------------*/

#projects {
	position: relative;
	margin: 0 0 0 0;
	margin: 0 auto;
	padding: 0;
	display: block;
	
	min-height: 700px;
	background-color: #eee;

}
#projects .waypoint-holder {
	padding-top: 300px;
	display: block;
	position: absolute;
	width: 10px;
}
#projects .waypoint-holder .waypoint {
	display: block;
	top: 0;
}
#projects .main-button {
	position: relative;
	display: block;
	text-align: center;
	width: 138px;
	border: 2px solid #000;
	color: #000;
	position: relative;
	margin: 20px 0 0 -90px !important;
	opacity: 1;
}
#projects .main-button:hover {
	opacity: .4;
}
#projects.homeSection {
	padding: 50px 0;
}
#projects .thumbs {
	margin: 0 auto;
	max-width: 62.5em;
}
#content #projects li {
	padding: 0;
	background: none;
}
.project.small, .isotope-item {
	display: block;
	position: relative;
	float: left;
	margin: 0 0 30px 0;
	max-width: 350px;
	height: auto !important;
	padding-bottom: 0;
	text-align: center !important;
	zoom: 1;
	visibility: hidden;
	float: left;
	display: none;
}
#content .project.small img, .isotope-item img {
	max-width: 100% !important;
	height: auto;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
#content .project.small p {
	text-align: center;
	font-size: .9em;
}
#content .small .inside {
	margin: 0 15px !important;
}
.project.small .inside {
	text-align: center !important;
	position: relative;
	margin: 0 auto !important;
}
#content .project.small a {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
}
#content .project.small a:hover img {
	opacity: .2;
	position: relative;
	-webkit-backface-visibility: hidden;
}
#content .project.small a:hover .title {
	opacity: 1;
	top: 50%;
	-webkit-backface-visibility: hidden;
}
#content .project.small .title {
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	display: block;
	position: absolute;
	top: 60%;
	margin: -20px auto 0 !important;
	width: 100%;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	opacity: 0;
}
#content .project.small .title span {
	display: inline-block;
	padding: 10px;
	background: #000;
	margin: 0 auto !important;
}
#content.project {
	width: 100%;
}
.home .project.small {
	float: left;
	width: 33%;
	visibility: visible;
}
.projectNav {
	margin: -16px 0 0 0;
	padding-top: 0;
	float: right;
}
.projectNav a {
	display: inline-block !important;
	font-size: .85em;
	color: #7d7d7b;
}
.projectNav a:hover {
	color: #484848;
}
.projectNav div {
	float: left;
	margin-left: 20px;
}
#content .skillList {
	padding: 0!important;
	margin: 0 0 20px 0 !important;
}
.skillList li {
	background: none;
	margin: 0 5px 5px 0 !important;
	display: inline-block;
}
.skillList li span a {
	font-size: 1em;
	background: #f0f0f0;
	display: inline-block;
	color: #7d7d7b!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 7px 11px 7px !important;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
}
.skillList li span a:hover {
	background: #6a6a6a;
	color: #fff !important;
}
/*Theme Filter Navigation------------------*/
#content .filterWrap {
	text-align: center;
}
#content #filterNav {
	padding: 0!important;
	margin: 0 auto 40px auto!important;
	width: auto;
	text-align: center;
	width: 100%;
	position: relative;
}
#content #filterNav li {
	padding: 0px 0 0 0;
	background: none;
	margin: 0 8px 8px 0;
	display: inline-block;
}
#filterNav li a {
	font-size: 1em;
	background: #f0f0f0;
	display: inline-block;
	color: #7d7d7b!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 7px 11px 7px !important;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
}
#filterNav li a:hover {
	background: #929292;
	color: #fff !important;
}
#filterNav .selected, #filterNav a.selected:hover {
	background: #929292;
	color: #fff !important;
}
/*Column Shortcodes------------------*/

.one_half {
	width: 48%;
}
.one_third {
	width: 30%;
}
.two_third {
	width: 65.33%;
}
.one_half, .one_third, .two_third {
	position: relative;
	margin-right: 3%;
	float: left;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
.clearboth {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}
/*Buttons------------------*/

.button, 
a.button, 
#footer a.button, 
#searchsubmit, 
input[type="submit"] {
	background: #79d1bb;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 15px 20px;
	border: none;
	margin: 0 3px 7px 0;
	line-height: normal !important;
	-webkit-appearance: none;
	text-transform: capitalize;
	font-size: 1em;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	font-weight: bold;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.button-small,
a.button-small {
	padding: 10px 10px;
	font-size: 0.9em;
}
#searchsubmit {
	padding: 5px 15px 6px;
}
.home .slideshow a.button:hover, #content.theme .actions a.button:hover, .button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	color: #fff;
	background: #000 !important;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.home .slideshow a.button {
	font-size: .6em;
	color: #fff;
	background: #aa6d68 !important;
	padding: 13px 17px 13px;
	margin-top: 20px;
	border: none;
}
/*Images------------------*/

#content .alignleft, #content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px !important;
	margin-top: 4px;
}
#content .alignright, #content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter, #content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, #content img.alignright, #content img.aligncenter {
	margin-bottom: 12px;
}
/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;
}
.gallery-item {
	margin-top: 0px!important;
	margin-bottom: 25px!important;
}
.gallery img {
	border: none!important;
}
.gallery-item img {
	width: 96%;
}
/*Lists------------------*/

#content ul {
	margin: 0 0 25px 20px;
	list-style-type: disc;
}
#content ul li {
	margin: 0 0 10px 0;
	line-height: 1.4em;
	font-size: 1em;
}
#content ol li {
	margin: 0 0 10px 0;
	line-height: 1.4em;
}
#content ol {
	margin: 0 0 20px 20px;
	list-style-type: decimal !important;
}
#content ul ul, #content ol ul, #content ul ol, #content ol ol {
	padding-top: 10px;
}
#content ul ul li, #content ol ul li, #content ul ol li, #content ol ol li {
	font-size: 1em !important;
}
.summer {
	margin-left: 25%;
}
/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

#content .flexslider {
	margin: 0 0 30px 0 !important;
}
.flexslider p {
	margin: 0 !important;
}
.slideshow li, #content .flexslider li, #content .flexslider ol {
	list-style: none !important;
	list-style-type: none !important;
}
#content .flexslider ol {
	padding-bottom: 5px !important;
	margin-bottom: 0 !important;
}
#content .flexslider .slides {
	margin: 0;
}
/* FlexSlider Theme------------------*/

.flexslider {
	min-height: 100px;
	border: 0 !important;
	margin: 0 0 0 0!important;
	padding: 0 0 1px 0 !important;
	background: transparent;
	border: none;
	position: relative;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0!important;
	border-radius: 0!important;
	box-shadow: none !important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	-o-box-shadow: none!important;
	zoom: 1;
}
.flexslider .slides li {
	margin-bottom: 0 !important;
}
.flexslider .slides li p {
	margin: 0 !important;
	text-shadow: 2px 2px 5px rgba(0,0,0, .3);
}
.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
}
.flexslider .slides img {
	height: auto;
	max-width: 100%;
	width: auto !important;
	margin: 0 auto;
}
.flex-direction-nav, .flex-control-nav, .flex-caption {
	margin-bottom: 0 !important;
}
#testimonials .flexslider .slides li p {
	margin: 0 !important;
	text-shadow: 0px 0px rgba(0,0,0, 0);
}
/* Caption style */
/* IE rgba() hack */

.flex-caption {
	width: auto;
	position: absolute;
	color: #fff;
}
.flex-caption p {
	font-size: .9em !important;
	margin-bottom: 0;
}
/* Direction Nav */

.flex-direction-nav {
	position: absolute;
	width: 100%;
	margin: 0 0 15px !important;
	right: 0;
	bottom: 50%;
	display: block;
}
.flex-direction-nav li a {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
.flex-direction-nav li a {
	z-index: 100;
	width: 52px!important;
	height: 93px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	margin-top: 0;
}
.flex-direction-nav li a.flex-next {
	background: url(images/flexslider/direction_nav_right.png) no-repeat;
	right: 30px !important;
	opacity: .3;
	filter: alpha(opacity=30);
}
.flex-direction-nav li a.flex-next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.about-page .flex-direction-nav li a.flex-next {
	right: 0px !important;
}
.flex-direction-nav li a.flex-prev {
	background: url(images/flexslider/direction_nav_left.png) no-repeat;
	left: 30px !important;
	opacity: .3;
	filter: alpha(opacity=30);
}
.flex-direction-nav li a.flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.flex-direction-nav li a.disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	position: absolute !important;
	bottom: 20px !important;
	right: 3% !important;
	width: auto !important;
}
.flex-control-nav li {
	margin: 0 0 0 5px !important;
	display: inline-block !important;
	zoom: 1;
	*display: inline !important;
}
.flex-control-nav li:first-child {
	margin: 0 !important;
}
.flex-control-nav li a {
	width: 13px !important;
	height: 13px !important;
	display: block !important;
	background: rgba(255,255,255,0.3) !important;
	cursor: pointer;
	text-indent: -9999px;
	box-shadow: none !important;
}
.flex-control-nav li a:hover {
	background: rgba(255,255,255,0.7) !important;
}
.flex-control-nav li a.flex-active {
	background: rgba(255,255,255,0.7) !important;
	cursor: default !important;
}
#content .flex-direction-nav {
	margin-top: -15px !important;
}
#content .flex-control-nav {
	margin: 0;
	padding-top: 15px;
	position: relative !important;
	bottom: 0 !important;
	right: 0 !important;
	width: auto !important;
}
#content .flex-control-nav li a {
	background: rgba(0,0,0,0.3) !important;
	box-shadow: none !important;
}
#content .flex-control-nav li a:hover {
	background: rgba(0,0,0,0.7) !important;
}
#content .flex-control-nav li a.flex-active {
	background: rgba(0,0,0,0.7) !important;
}
/* Home Slideshow------------------*/

.slideshow, .flexslider {
	margin: 0 !important;
	position: relative;
}
.slideshow {
	padding: 0 !important;
}
.home .slideshow {
	margin: 0 !important;
	max-height: 700px;
	overflow: hidden;
	background: transparent;
}
.home .slideshow .slide {
	height: 700px;
}
.home .slideshow img {
	width: 100% !important;
}
.home.blog .slideshow {
	margin-bottom: 30px;
}
/* Caption style for home page slideshow*/

.home .slideshow .details {
	background: transparent;
	display: block;
	width: 100%;
	text-align: center;
	top: 50%;
	position: absolute;
	display: none;
}
.home .slideshow .details .box {
	padding: 60px 30px 0 30px;
}
.home .slideshow .details.left {
	text-align: left;
}
.home .slideshow .details.right {
	text-align: right;
}
.home .slideshow .details.right .text {
	width: 70%;
}
.home .slideshow .details.right .text p {
	float: right;
	width: 80%;
}
.home .slideshow .details.left .text {
	width: 80%;
}
.home .slideshow .details .inside {
	max-width: 62.5em;
}
.home .slideshow .details.center .text {
	width: 80%;
}
.home .slideshow .details .text {
	display: inline-block;
}
.home .details h2 {
	/*    width:70%;*/
	color: #fff;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 3.5em;
	text-shadow: 3px 3px 8px rgba(0,0,0, 0.4);
}
.home .details p {
	font-size: 1.9em !important;
	margin-bottom: 0;
	line-height: 1.3em;
	color: rgba(255,255,255, 1);
}
.home .details p .button, .main-button {
	margin: 25px 0 0 0 !important;
	background: transparent !important;
	border: 2px solid rgba(255,255,255, .6);
	color: rgba(255,255,255, .6);
	border-radius: 0;
	font-weight: normal !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background-color: rgba(255,255,255,0);
}
.button-wrap {
	float: left;
	width: 100%;
	height: auto;
}
.main-button {
	float: left;
	width: 270px;
	left: 50%;
	margin: 0 0 20px -154px !important;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 13px 17px 13px;
	display: block;
}
.home .details p .button:hover, .main-button:hover {
	background-image: none !important;
	background-color: rgba(255,255,255,.1) !important;
	color: #fff;
	border-color: #fff;
}

.slide-link {
	width:100%;
	min-height:400px;}
	.slide-link a {
		display:block;
		min-height: 400px;
		width: 100%;
	}	
/*//////////////////////////////////////////////////////////////////// 
//  07 - Sidebar
////////////////////////////////////////////////////////////////////*/

#sidebar {
	margin-bottom: 30px;
	margin-left: 3%;
}
.sidebarBox {
	position: relative;
	margin: 0 0 30px 0;
}
#sidebar p {
	margin-bottom: 170px;
}
#sidebar li {
	font-size: .75em;
}
#sidebar .author .avatar {
	float: left;
	margin: 0 20px 15px 0 !important;
	padding-top: 3px;
	border-radius: 40px;
}
#text-3 {
	text-align: center;
}
/*///////////////////////////////////////////////////////////////////// 
//  08 - Widgets
////////////////////////////////////////////////////////////////////*/

#footer .widgetBox a, #sidebar .widgetBox a {
	line-height: 1.5em;
}
#footer .widgetBox {
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;
}
#sidebar .widgetBox {
	margin-bottom: 30px !important;
}
#sidebar .widgetBox h3, #footer .widgetBox h3 {
	font-size: .95em;
	text-transform: uppercase;
	font-weight: bold;
	color: #565656;
}
#sidebar .widgetBox h3 a, #footer .widgetBox h3 a {
	color: #565656;
}
#sidebar .widgetBox .meta, #footer .widgetBox .meta {
	font-style: italic;
}
#footer .widgetBox p {
	font-size: .95em;
}
#sidebar ul, #footer ul {
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	line-height: 1em;
	background: none;
	position: relative;
}
#sidebar ul li, #footer ul li {
	padding: 0px 0 0px 0;
	margin: 0 0 20px 0;
	line-height: 1.2em;
	background: none;
	font-size: .85em;
}
#sidebar ul li p, #footer ul li p {
	line-height: 1.3em;
	margin: 0;
}
#sidebar ul li h2, #footer ul li h2 {
	font-size: 13px;
	margin: 0 0 0px 0;
	padding: 0 !important;
	line-height: 1em;
	font-weight: normal;
}
#sidebar .widget_nav_menu ul, #footer .widget_nav_menu ul, #sidebar .widget_pages ul, #footer .widget_pages ul, #sidebar .widget_categories ul, #footer .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}
#sidebar .widget_nav_menu li, #footer .widget_nav_menu li, #sidebar .widget_pages li, #footer .widget_pages li, #sidebar .widget_categories li, #footer .widget_categories li {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	border: none;
}
/*Search------------------*/

.widget_search {
	display: block;
	padding: 30px 0 0 !important;
}
.widget_search h3 {
	display: none;
}
.widget_search:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .widget_search {
	display: block;
}
* html .widget_search {
	height: 1%;
}
#s {
	margin: 0 0px 0 0;
	padding: 10px .7em 10px .7em !important;
	line-height: normal!important;
	width: 92%;
	color: #9a9a9a;
	font-size: .8em;
}
#searchsubmit {
	font-size: 11px !important;
	margin: 0 !important;
	border-left: none;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	float: right;
	border: none;
	height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-position: 0 -1px;
}
/*Testimonails------------------*/

.ttrust_testimonials img {
	width: 76px;
	border-radius: 38px;
	height: auto;
	float: left;
	margin: 0 20px 0 0;
}
.ttrust_testimonials p {
	font-size: .9em;
	line-height: 1.6em !important;
}
.ttrust_testimonials span.title {
	font-size: .9em;
	font-weight: bold;
	float: right;
}
/*Recent Posts Widget------------------*/

#sidebar .ttrust_recent_posts .meta, #footer .ttrust_recent_posts .meta {
	margin: 0 0 0 0 !important;
	display: block;
	padding: 3px 0 0 0;
	color: #444443;
}
#sidebar .ttrust_recent_posts .title, #footer .ttrust_recent_posts .title {
	font-size: 13px !important;
	margin-bottom: 2px;
}
#sidebar .ttrust_recent_posts .title, #footer .ttrust_recent_posts .title {
	line-height: 1.1em;
}
.ttrust_recent_posts .firstPost p {
	margin-bottom: 10px;
}
.secondaryPost {
	padding: 10px 0 0px 0;
}
.ttrust_recent_posts .thumb {
	float: left;
	margin: 0 12px 0 0;
	padding: 3px;
	background: #f0f0f0;
	border: 1px solid #e1e1e1;
}
.ttrust_recent_posts li {
	margin-bottom: 20px !important;
	border: none;
	display: block;
}
/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 216px;
}
table#wp-calendar td, table#wp-calendar th {
	text-align: left;
}
table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}
table#wp-calendar td a {
	font-weight: bold;
}
#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;
	font-weight: bold;
}
/*Tag Widget--------------------*/

.widget_tag_cloud a {
	font-size: 11px !important;
	padding: 5px 7px 5px 7px;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}
#footer .widget_tag_cloud a, #sidebar .widget_tag_cloud a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #f3f3f3;
}
.widget_tag_cloud:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.widget_tag_cloud {
	display: inline-block;
}
html[xmlns] .widget_tag_cloud {
	display: block;
}
* html .widget_tag_cloud {
	height: 1%;
}
/*Twitter Widget--------------------*/
.simple_tweet_widget li {
	line-height: 1.5em !important;
	font-size: .95em !important;
}
.simple_tweet_widget li span {
	color: #4f4f4f !important;
	font-size: .85em !important;
}
/*Flickr Widget--------------------*/
#flickrBox .flickrImage {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;
}
#sidebar #flickrBox .flickrImage {
}
#flickrBox .flickrImage img {
	width: 70px;
	height: 70px;
	float: left;
	border-radius: 5px;
	max-width: 70px;
}
/*///////////////////////////////////////////////////////////////////// 
//  09 - Comments
////////////////////////////////////////////////////////////////////*/

#comments {
	position: relative;
	margin: 0 0 30px 0px;
	width: 95%;
	padding: 20px 0 0 0;
}
.twoThirds #comments {
	width: 95%;
}
#content.project #comments {
	padding-top: 30px;
}
#comments ul {
	list-style: none;
	margin: 0 0 30px 0;
}
#comments h3 {
	margin: 0 0 30px 0;
}
#content #comments ul li {
	font-size: 1em !important;
}
#trackbacks {
	margin: 30px 0 0 40px;
}
ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: 0;
}
#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;
}
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}
.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-o-border-radius: 35px;
	-ms-border-radius: 35px;
	-khtml-border-radius: 35px;
	width: 70px;
	height: 70px;
}
#commentForm label {
	padding-left: 20px;
}
.comment h5 {
	margin: 0 0 6px 100px;
	padding: 0;
}
.comment .date {
	margin: -5px 0 10px 100px;
	display: block;
	color: #a5a5a2;
	font-size: .9em;
}
.comment p {
	margin: 0 0 10px 100px;
}
.comment-reply-link, .comment-reply-login {
	margin: 0 0 0 100px;
	font-size: .95em;
}
.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}
#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}
.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;
}
#trackbacks ul {
	margin: -5px 0 15px;
}
#trackbacks ul li {
	padding: 5px 0 5px 20px;
}
/* Comment Form */

#commentForm {
	position: relative;
	margin: 30px 0 30px 0px;
}
#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}
#respond .form-allowed-tags {
	display: none;
}
#respond form {
	margin: 0;
	padding: 0;
	position: relative;
}
#respond h3 {
	font-size: 1.4em !important;
}
#commentForm h1 {
	font-size: 1.3em !important;
	border: 1px solid #000;
}
.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}
#cancel-comment-reply-link {
	margin-left: 20px !important;
}
#comments textarea {
	width: 90% !important;
}
#comments input[type="text"] {
	width: 50%;
	margin-right: 20px;
}
#comments ol {
	list-style: none !important;
}
/*//////////////////////////////////////////////////////////////////// 
//  10 - Pagination
////////////////////////////////////////////////////////////////////*/

.pagination {
	padding: 0 0 30px !important;
	clear: both;
	margin: 0 0 15px 0;
}
.page-template-page-portfolio-php .pagination {
	text-align: center;
	margin: 0;
	padding: 20px 0 !important;
}
.page-template-page-portfolio-php .pagination .inside {
	display: inline-block;
}
.pagination span, .pagination a, .pagination-prev a, .pagination-next a, .older-comments, .newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.pagination-prev a:hover, .pagination-next a:hover, .wp-pagenavi a:hover, .wp-pagenavi .current {
}
.pagination-prev a, .pagination-next a {
	float: none;
	margin: 0px;
}
.pagination-prev, .pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}
.pagination-prev {
	float: right;
}
/*//////////////////////////////////////////////////////////////////// 
//  11 - Footer
////////////////////////////////////////////////////////////////////*/

#footer {
	color: #7b7b7b;
	background: #000;
}
#footer p {
	font-family: "Cabin", Helvetica, Arial, sans-serif;
}
#footer #searchform {
	float: left;
	width: 100%;
	margin-top: 40px;
}
#footer #searchform input[type="text"] {
	background: transparent;
	border: 2px solid #959595;
	width: 316px;
}
#googleMap iframe {
	width: 100%;
}
#googleMap {
	height: 350px;
}
#googleMap img {
	max-width: none;
}
#googleMap .iwContent {
	/*	padding-top: 20px;*/
	font-size: .85em;
	float: left;
	width: 100%;
	line-height: 11px;
}
#googleMap .iwContent:before {
	float: left;
	width: 100%;
	content: "The Creative Circus";
	font-weight: bold;
}
#footer .widgetBox h3 {
	color: #fff;
}
#footer .meta {
	color: #919191;
}
#footer .main {
	padding: 60px 0 25px 0;
	margin: 0 30px 0;
}
#footer .inside {
	margin: 0 auto;
	max-width: 62.5em;
}
.footerBox {
	margin: 0 30px 40px 0 !important;
	float: left;
	position: relative;
	width: 30%;
}
.widget_recent_entries {
	margin-right: 0 !important;
}
#footer h3, #footer h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}
#footer h4 {
	font-size: 1.25em;
	font-weight: normal;
	text-transform: capitalize;
}
.footerBox p {
	padding: 0;
}
#footer a {
	color: #7b7b7b;
	font-family: "Cabin", Helvetica, Arial, sans-serif;
}
#footer a:hover {
	color: #fff;
}
.footerBox h3 {
	color: #fff !important;
}
#footer ul, #footer ul li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#footer ul li a {
	float: left;
	width: 100%;
	padding: 6px 0;
	text-transform: capitalize;
}
#footer .col-1 {
	float: left;
	width: 33%;
}
#footer .col-2 {
	float: left;
	width: 18%;
	margin-left: 5%;
}
#footer .col-3 {
	float: left;
	width: 18%;
}
#footer .col-4 {
	float: left;
	width: 20%;
	margin-left: 3%;
}
#footer .connect a {
	float: left;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background-color: #6d6e71;
	border-radius: 20px;
	border-radius: 50%;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#footer .connect a:hover {
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
/* Icons footer ------------------*/
#footer .connect a.icon-fb {
	background: url(images/icon-fb.svg) no-repeat center #6d6e71;
	background-size: 24%;
	margin-right: 16px
}
#footer .connect a.icon-tw {
	background: url(images/icon-tw.svg) no-repeat center #6d6e71;
	background-size: 62%;
	margin-right: 16px;
	margin-bottom: 20px;
}
#footer .connect a.icon-ig {
	background: url(images/icon-ig.svg) no-repeat center #6d6e71;
	background-size: 48%;
	margin-right: 16px;
	margin-bottom: 20px;
}
#footer .connect a.icon-yt {
	background: url(images/icon-yt.svg) no-repeat center #6d6e71;
	background-size: 60%;
	margin-right: 16px;
	margin-bottom: 20px;
}
#footer .connect a.icon-pn {
	background: url(images/icon-pn.svg) no-repeat center #6d6e71;
	background-size: 48%;
	margin-right: 16px;
	margin-bottom: 20px;
}
#footer .connect a.icon-gp {
	background: url(images/icon-gp.svg) no-repeat center #6d6e71;
	background-size: 48%;
	margin-right: 16px;
	margin-bottom: 20px;
}
#footer .connect a.icon-fb:hover {
	background-color: #446fc2;
}
#footer .connect a.icon-tw:hover {
	background-color: #49cbf9;
}
#footer .connect a.icon-ig:hover {
	background-color: #e7ddd1;
}
#footer .connect a.icon-yt:hover {
	background-color: #d02d30;
}
#footer .connect a.icon-pn:hover {
	background-color: #E94700;
}
#footer .connect a.icon-gp:hover {
	background-color: #dc4a38;
}

/* Icons header ------------------*/


.contact-row .connect a {
	float: right;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-color: #6d6e71;
	border-radius: 15px;
	border-radius: 50%;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.contact-row .connect a:hover {
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.contact-row .connect {
	float: left;
	margin: 10px 0 0 26px;
	width: auto;
}
.contact-row .connect a.icon-fb {
	background: url(images/icon-fb.svg) no-repeat center rgba(0,0,0,0.1);
	background-size: 24%;
	margin-left: 10px
}
.contact-row .connect a.icon-tw {
	background: url(images/icon-tw.svg) no-repeat center rgba(0,0,0,0.1);
	background-size: 62%;
	margin-left: 10px;
	margin-bottom: 20px;
}
.contact-row .connect a.icon-ig {
	background: url(images/icon-ig.svg) no-repeat center rgba(0,0,0,0.1);
	background-size: 48%;
	margin-left: 10px;
	margin-bottom: 20px;
}
.contact-row .connect a.icon-yt {
	background: url(images/icon-yt.svg) no-repeat center rgba(0,0,0,0.1);
	background-size: 60%;
	margin-left: 10px;
	margin-bottom: 20px;
}
.contact-row .connect a.icon-pn {
	background: url(images/icon-pn.svg) no-repeat center rgba(0,0,0,0.1);
	background-size: 48%;
	margin-left: 10px;
	margin-bottom: 20px;
}
.contact-row .connect a.icon-fb:hover {
	background-color: #446fc2;
	opacity: 0.9;
}
.contact-row .connect a.icon-tw:hover {
	background-color: #49cbf9;
	opacity: 0.9;
}
.contact-row .connect a.icon-ig:hover {
	background-color: #e7ddd1;
	opacity: 0.9;
}
.contact-row .connect a.icon-yt:hover {
	background-color: #ff2200;
	opacity: 0.9;
}
.contact-row .connect a.icon-pn:hover {
	background-color: #E94700;
	opacity: 0.9;
}
#footer .secondary {
	margin: 0 0 0;
	padding: 0 30px 10px;
}
#footer .secondary a {
	font-weight: bold;
}
#footer .secondary .inside {
	border-top: 1px solid #2f2f2f;
	padding: 25px 0 0;
}
#footer.light .secondary {
	border-top: 1px solid #dfdfdf;
}
#footer .secondary p {
	font-size: .8em;
}
#footer .secondary .left {
	float: left;
}
#footer .secondary .right {
	float: right;
}
#footer .secondary .right span {
	padding: 0 5px;
	color: #4d4d4d;
}
/*    ABOUT PAGE */
.page-template-page-about-php #middle, .page-template-page-events-php #middle {
	/*padding-top: 30px;*/
}
.about-page h3 {
	text-transform: capitalize;
	font-size: 2.5em;
	/*border-top: 1px solid #d1d1d1;*/
	padding: 10px 0;
	margin-bottom: 0;
	overflow: hidden;
}
.page .about-page p {
	line-height: 1.4em;
}
.about-row {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 14px;
}
.about-page #faculty {
	float: left;
	width: auto;
	padding-top: 80px;
}


.about-page #faculty .uber-grid-cell-title,
.page-template-page-programs .uber-grid-cell-title {
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 1) !important;
}
.about-page #faculty .uber-grid-cell-title strong,
.page-template-page-programs .uber-grid-cell-title strong {
	font-size: 30px !important;
}

.about-page #faculty .uber-grid-cell-title small,
.page-template-page-programs .uber-grid-cell-title small {
	min-height: 40px !important;
	font-size: 17px !important;
}


.about-row #partners {
	padding: 0;
	margin-top: -35px;
}
.about-row #partners .flexslider .slides img {
	max-width: 100%;
}
.about-row #partners .flex-direction-nav {
	bottom: -120px;
}
/*#partners .flex-direction-nav li a.flex-prev,
#partners .flex-direction-nav li a.flex-next {
	width: 26px !important;
    height: 50px !important;
    background-size: cover;
    background-position: top !important;
}

#partners .flex-direction-nav li a.flex-prev {
	left: 0 !important;
}
#partners .flex-direction-nav li a.flex-next {
	right: 0 !important;
	}*/

	.about-sidebar {
		float: left;
		width: 30%;
	}
	.about-img-wrap {
		float: left;
		width: 67%;
		margin-left: 3%;
	}
	.about-img-wrap img {
		float: left;
		width: 100%;
		height: auto;
	}
	.gallery {
		float: left;
		width: 67%;
		margin-left: 3% !important;
	}
	.gallery-icon a {
		border-radius: 50%;
		-webkit-border-radius: 50%;/*border: 5px solid #dedede !important;*/

	}
	.gallery-icon img {
		height: auto;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out;
	}
	.gallery-icon img:hover {
		-moz-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
		-webkit-transition: all .2s ease-in;
		-moz-transition: all .2s ease-in;
		-ms-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		transition: all .2s ease-in;
	}
	.gallery-caption {
		font-family: "Cabin", Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: bold;
		color: #000;
		font-size: 1.0625em;
	}
	.page.page-template-page-programs-php #content.full {
		margin: 0;
	}
	.page.page-template-page-programs-php #middle {
		margin-top: 0;
		margin-bottom: -240px;
	}
	.page-template-page-programs-php #middle {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0;
	}
	.page-template-page-programs-php #middle img {
		width: 100%;
		height: auto;
	}
	.program-overview {
		position: relative;
		top: -240px;
		left: 50%;
		width: 62em;
		margin: 0 -31em;
		background: #fff;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 40px 40px 0 40px;
	}
	.program-overview h3 {
		text-transform: capitalize;
		font-size: 2.5em;
	}
	.program-overview p {
		font-size: 1.25em;
		line-height: 1.5em;
		font-family: "Cabin", Helvetica, Arial, sans-serif;
		background: url(images/bg-dotted.png) repeat-x bottom;
		padding-bottom: 30px;
		margin-bottom: 0;
	}
	.program-rows-wrap {
		float: left;
		position: relative;
		top: -240px;
		left: 50%;
		width: 62em;
		height: auto;
		margin: 0 -31em;
	}
	.program-row {
		float: left;
		width: 100%;
		height: auto;
		margin: 0 auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 30px 40px 10px;
		border-bottom: 1px solid #b9b9b9;
	}
	.program-row-last {
		border: none;
	}
	.program-row h4 {
		float: left;
		width: 20%;
		font-size: 1.875em;
		text-transform: capitalize;
	}
	.program-row p {
		font-family: "Cabin", Helvetica, Arial, sans-serif;
		float: right;
		width: 75%;
		font-size: 1em;
	}
	.program-row a.button, .admissions a.button, .career-services a.button {
		background: #000 !important;
	}
	.program-row a.button:hover, .admissions a.button:hover, .career-services a.button:hover {
		background: #d81515 !important;
	}
	.programs-contact-wrap {
		position: relative;
		top: -200px;
		float: left;
		width: 100%;
		min-height: 300px;
		background: #f5f5f5;
		padding: 40px 0;
	}
	.program-contact-inner {
		position: relative;
		left: 50%;
		float: left;
		width: 62em;
		height: auto;
		margin: 0 -31em;
	}
	.program-contact-inner p {
		font-family: "Cabin", Helvetica, Arial, sans-serif;
		font-size: 1em;
	}
	.program-contact-inner a {
		font-family: "Cabin", Helvetica, Arial, sans-serif;
		font-weight: bold;
	}
	.program-contact-inner span {
		float: left;
		width: 54%;
	}
	h3.request-title {
		float: left;
		width: auto;
		margin-left: 4%;
	}
	.programs-contact-wrap #contact {
		padding-top: 0;
	}
	.programs-contact-wrap .contact-form-wrap {
		width: 42%;
	}
	.programs-contact-wrap input[type="email"], .programs-contact-wrap input[type="text"], .programs-contact-wrap input[type="password"], .programs-contact-wrap textarea, .programs-contact-wrap select {
		background-color: #fff;
	}




	.wonderpluginslider {
		margin-bottom: 120px;
	}

	.amazingslider-box-1 {
		background-color: rgba(0,0,0,0.03);
	}

	.amazingslider-box-1 div:last-child {
		border: none !important;
		background-color: transparent !important;
	}

	[title~="Slider"] {
		display: none;
	}



	/*ADMISSIONS*/
	.page #content.full.admissions {
		padding-top: 40px !important;
	}
	.admissions p {
		float: left;
	}
	.admissions-overview {
		float: left;
		width: 100%;
		height: auto;
		background: url(images/bg-dotted.png) repeat-x bottom;
	}
	.admissions-overview p {
		font-size: 1.25em;
	}
	.admissions p {
		font-family: "Cabin", Helvetica, Arial, sans-serif;
	}
	#request-interview {
		float: left;
		width: 100%;
		height: auto;
		padding-top: 80px;
	}
	.admissions h3.request-title {
		width: 100%;
		font-size: 2.5em;
		margin-left: 0;
		border-top: 1px solid #b9b9b9;
		padding: 30px 0 20px 0;
	}
	.admissions #contact {
		width: 100%;
		margin: 0;
	}
	.admissions .contact-form-wrap {
		width: 100%;
		margin: 0 0 60px 0;
	}
	.admission-steps-wrap {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.admission-step-row {
		float: left;
		width: 100%;
		height: auto;
	}
	.steps-title h2 {
		float: left;
		width: 84%;
		padding-left: 16%;
		margin-bottom: 30px;
	}
	.admission-step-info.last {
		border: none;
	}
	.admission-step-info {
		float: left;
		width: 84%;
		height: auto;
		padding: 0 0 20px 0;
		margin-bottom: 30px;
		border-bottom: 1px solid #b9b9b9;
	}
	.admission-step-num {
		float: left;
		width: 16%;
		height: auto;
	}
	.admission-step-num span {
		position: relative;
		float: left;
		width: 116px;
		height: 116px;
		border: 2px solid #d81515;
		color: #d81515;
		border-radius: 50%;
		text-align: center;
		font-size: 5em;
		font-family: "Cabin", Helvetica, Arial, sans-serif;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding-top: 6px;
		margin-top: 10px;
		background: #fff;
		z-index: 1;
	}
	.admission-steps-line {
		position: absolute;
		height: 97%;
		border-left: 2px solid rgb(246,204,204);
		left: 58px;
		z-index: 0;
		margin-top: 20px;
	}
	.admission-steps-line-top, .admission-steps-line-btm {
		position: absolute;
		top: 0;
		width: 14px;
		height: 14px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		border: 2px solid rgb(246,204,204);
		border-radius: 50%;
		left: -8px;
		background: #fff;
	}
	.admission-steps-line-btm {
		width: 20px;
		height: 20px;
		top: auto;
		bottom: 0;
		left: -11px;
		background: url(images/icon-check.png) no-repeat center #d81515;
	}
	.application-dates-wrap {
		float: left;
		width: 100%;
		height: auto;
		border-top: 1px solid #b9b9b9;
		padding: 30px 0 0 0;
		margin-top: 80px;
	}
	.application-dates-wrap h2 {
		margin: 0 0 5px 0;
	}
	.application-dates-season {
		float: left;
		width: 25%;
		height: auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		border-right: 1px solid #b9b9b9;
		margin: 20px 0 40px 0;
		padding: 0 0 0 20px;
	}
	.application-dates-season.last {
		border: none;
	}
	.application-dates-season h4 {
		font-size: 1.375em;
	}
	.application-dates-season h5, .application-dates-season h6 {
		font-family: "Cabin", Helvetica, Arial, sans-serif;
		font-size: 1.0625em;
		line-height: 1.2em;
		color: #6A6A6A;
		padding: 0;
		margin: 0;
	}
	.application-dates-season h6 {
		font-weight: bold;
		margin-bottom: 20px;
	}
	.page #content.full.career-services {
		padding-top: 40px !important;
	}
	.career-services .placement, .career-services .mentorships, .career-services .internships, .career-services .portfolios, .career-services .contact, .career-services .overview {
		float: left;
		width: 100%;
		height: auto;
	}
	.career-services .overview {
		background: url(images/bg-dotted.png) repeat-x bottom;
	}
	.career-services .overview p {
		font-size: 1.25em;
	}
	.career-services h3 {
		float: left;
		width: 100%;
		height: auto;
		border-top: 1px solid #b9b9b9;
		padding: 20px 0 10px;
		margin-top: 20px;
	}
	.career-services .placement h3 {
		border: none;
		margin-top: 0;
	}
	.career-services p, .career-services a {
		font-family: "Cabin", Helvetica, Arial, sans-serif;
		font-size: 1.1em;
	}
	.career-services a {
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out;
	}
	.career-services a:hover {
		-webkit-transition: all .1s ease-in;
		-moz-transition: all .1s ease-in;
		-ms-transition: all .1s ease-in;
		-o-transition: all .1s ease-in;
		transition: all .1s ease-in;
	}
	.career-services a span {
		font-family: Helvetica, Arial, sans-serif;
	}
	.career-services .placement .txt-wrap, .career-services .mentorships .txt-wrap, .career-services .internships .txt-wrap, .career-services .portfolios .txt-wrap {
		margin-top: -7px;
	}
	.career-services .placement .txt-wrap, .career-services .mentorships .txt-wrap, .career-services .internships img {
		float: left;
		width: 49%;
		height: auto;
	}
	.career-services .placement img, .career-services .mentorships img, .career-services .internships .txt-wrap, .career-services .portfolios .txt-wrap {
		float: right;
		width: 49%;
		height: auto;
	}
	.career-services .button-wrap {
		float: left;
		width: 100%;
		height: auto;
	}
	.career-services .requirements p {
		float: left;
		width: 100%;
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}
	.career-services .portfolios iframe {
		float: left;
		width: 49%;
	}
	.career-services .contact {
		margin-bottom: 60px;
	}
	.career-services .contact img {
		float: left;
		width: 70%;
		margin: -50px 15% 0;
		border-radius: 50%;
		border: 5px solid #dedede !important;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.career-services .contact-info-wrap {
		float: left;
		width: 49%;
	}
	.career-services .contact-info-wrap.last {
		margin-left: 2%;
	}
	.career-services .contact h3 {
		margin-bottom: 0;
	}
	.career-services .contact-info-wrap p {
		width: 75%;
	}
	.career-services .contact-info-wrap h4 {
		font-weight: bold;
		margin: 35px 0 0 0;
		padding: 0;
	}
	.career-services .contact-info-wrap h5, .career-services .contact-info-wrap p {
		font-weight: normal;
		color: #6A6A6A;
		margin: 0;
		padding: 0;
	}
	.career-services h5 a:hover {
		color: #d81515 !important;
	}
	#content.full.events-page {
		float: left;
		width: 70%;
		margin: 0 0 0 2%;
	}
	/*EVENTON CALENDAR OVER-RIDES*/
	.ajde_evcal_calendar .calendar_header p, .eventon_sort_line p, .eventon_filter_line p, .eventon_events_list .eventon_list_event .evcal_cblock, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3, .evcal_month_line p {
		font-family: 'Cabin', Helvetica, Arial, sans-serif !important;
	}
	.evcal_evdata_row .evcal_evdata_cell h3 {
		border: none !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.ajde_evcal_calendar .calendar_header p {
		font-family: 'Cabin', Helvetica, Arial, sans-serif !important;
		font-size: 1.5em !important;
		color: #f03030 !important;
		text-transform: capitalize !important;
	}
	.evcal_evdata_row {
		padding: 15px 10px 5px 10px !important;
	}
	/*EVENTS*/
	.events-page h3, .event-sidebar h3 {
		text-transform: capitalize;
		font-size: 2.5em;
		/*border-top: 1px solid #d1d1d1;*/
		padding: 10px 0;
		margin-bottom: 0;
		overflow: hidden;
	}
	.event-sidebar {
		float: left;
		width: 28%;
		margin-bottom: 40px;
		height: auto;
	}
	.events-page .event-main {
		float: left;
		width: 100%;
		padding: 0 1%;
		margin-bottom: 60px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.events-page .event-main img {
		float: left;
		width: 100%;
		height: auto;
	}
	.events-page .event-main p, .events-page .event-sub p {
		margin: 0;
		padding: 0;
	}
	.events-page .event-sub {
		padding: 0 1%;
		margin-bottom: 50px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.events-page .event-main h4, .events-page .event-sub h4 {
		float: left;
		width: 100%;
		/*color: #9a9a9a;*/
		font-size: 1.1875em;
		font-weight: bold;
		margin: 16px 0 0 0;
	}
	.events-page .event-main h5 a {
		float: left;
		width: 100%;
		color: #000;
		font-size: 2em;
		line-height: 1em;
		margin: 0;
		padding: 0;
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out;
	}
	.events-page .event-sub h5 a {
		float: left;
		width: 100%;
		font-size: 19px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out;
	}
	.events-page .event-main h5 a:hover, .events-page .event-sub h5 a:hover {
		color: #d81515 !important;
		-webkit-transition: all .1s ease-in;
		-moz-transition: all .1s ease-in;
		-ms-transition: all .1s ease-in;
		-o-transition: all .1s ease-in;
		transition: all .1s ease-in;
	}
	#content.full.contact-page {
		margin-bottom: 50px
	}
	#content.full.contact-page #contact h3 {
	/*text-align: left;
	margin-left: 0;*/
	display: none;
}
h2.grad-section {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #b9b9b9;
	margin-top: 40px;
}
.grad-row {
	float: left;
	width: 100%;
	height: auto;
}
.grad-student-row,
.grad-header-row {
	clear: both;
}
.grad-text h3 {
	float: left;
	width: 100%;
	font-size: 1.5em;
}
.grad-text {
	float: left;
	width: 25%;
	margin: 10px 0;
	padding: 0;
	font-size: 1.3em;
}

.grad-finisher-label {
	font-size: 0.7em;
	color: #aaa;
	font-style: italic;
}

.grad-finisher-explanation {
	font-size: 0.85em;
	color: #999;
	margin-top: 60px;
	/*font-style: italic;*/
}

nav.grad-program-nav {
	color: #aaa;
	margin: 50px 0;
	clear: both;
}
nav.grad-program-nav a {
	margin-left: 10px;
}

/*//////////////////////////////////////////////////////////////////// 
//  12 - Media Queries
////////////////////////////////////////////////////////////////////*/

@media all and (max-width: 1150px) {
	.home .slideshow .flex-direction-nav {
		position: absolute;
		width: 130px;
		right: 0;
		left: 0;
		margin: 0 0 0 !important;
		right: 30px;
		bottom: 45px !important;
		display: block;
		height: 31px;
	}
	.flex-direction-nav .flex-prev,  .flex-direction-nav .flex-next {
		opacity: 1;
	}
	.flex-direction-nav li a.flex-prev,  .flex-direction-nav li a.flex-next {
		width: 26px !important;
		height: 50px !important;
		background-size: cover;
		background-position: top !important;
	}
	#partners .flex-direction-nav {
		top: 52%;
	}
	#contact {
		width: 90%;
		margin: 0 5%;
	}
	.program-overview,  .program-rows-wrap {
		top: 0;
		left: auto;
		width: 96%;
		margin: 0 2%;
	}
	.page-template-page-programs-php #middle img {
		/*display: none*/
		/* why the heck was this here? */
	}
	.programs-contact-wrap {
		float: left;
		top: 0;
		left: auto;
		width: 100%;
		height: auto;
		padding: 40px 0;
		/*min-height: 670px;*/
		margin-bottom: 239px;
	}
	.programs-contact-wrap #contact {
		width: 100%;
		margin: 0;
	}
	.program-contact-inner {
		left: auto;
		width: 94%;
		margin: 3%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 0 40px 0 40px;
	}
}

/* iPad Portrait */

@media only screen and (max-width: 975px) {
	/*Home Slideshow ------------------*/	
	
	.home #header {
		min-height: 500px;
	}
	.home .slideshow {
		margin: 0 !important;
		max-height: 600px;
	}
	.home .slide {
		height: 500px !important;
	}
	.home .slideshow .details h2 {
		color: #fff;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 2.4em;
	}
	.home .slideshow .details p {
		font-size: 1.3em !important;
		margin-bottom: 0;
		line-height: 1.5em;
		color: rgba(255,255,255, .6);
	}
	.home .slideshow .details.right .text, .home .slideshow .details.left .text {
		width: 40%;
	}
	#middle {
		margin: 0 2%;
		width: 96%;
	}
	/*Projects ------------------*/	
	#content .project.small .title {
		font-size: .8em;
	}
	/*Testimonials ------------------*/	
	
	#testimonials.homeSection {
		padding-bottom: 20px;
		position: relative;
	}
	

	#testimonials .flexslider .slides {
		background: transparent;
		max-width: 500px;
		margin: 0 auto !important;
	}
	.slides .testimonial {
		min-height: 260px;
		width: auto;
	}
	.testimonial .left img {
		max-width: 150px !important;
	}
	.testimonial .right {
		float: right;
		width: 65%;
		padding-top: 0px;
		margin-right: 0px;
	}
	#testimonials .flex-direction-nav a {
		margin-top: -50px !important;
	}
	#partners .flex-direction-nav {
		top: 52%;
	}
	.contact-info {
		position: relative;
		left: 50%;
		width: 280px;
		margin-left: -120px;
	}
	.contact-form-wrap {
		width: 90%;
		margin: 0 5% 70px;
	}
	.programs-contact-wrap .contact-form-wrap {
		width: 42%;
		margin: 0;
	}
	/*Footer ------------------*/	
	.footerBox {
		width: 29%;
		margin: 0 25px 40px 0 !important;
	}
	#footer .connect a.icon-fb {
		margin-right: 5px;
	}
	#footer .connect a.icon-tw {
		margin-right: 5px;
	}
	#footer .connect a.icon-ig {
		margin-right: 5px;
	}
	#footer .col-1 {
		width: 100%;
	}
	#footer .col-1 h3 {
		text-align: center;
	}
	#footer .col-1 p {
		width: 80%;
		margin: 0 10%;
		text-align: center;
	}
	#footer .col-2,  #footer .col-3 {
		width: 39% !important;
		margin: 30px 0 0 0 !important;
	}
	#footer .col-4 {
		width: 22% !important;
		margin: 30px 0 0 0 !important;
	}
	#footer .connect a.icon-fb, #footer .connect a.icon-tw, #footer .connect a.icon-ig, #footer .connect a.icon-yt {
		margin: 0 14% 20px 0 !important;
	}
	#footer #searchform input[type="text"] {
		position: relative;
		left: 50%;
		margin-left: -200px;
		width: 400px;
	}
	.event-sidebar {
		width: 100%;
	}
	#content.full.events-page {
		width: 97%;
	}
	.summer {
		margin-left: 25%;
	}
}

/*layouts smaller than 700px, iPhone and mobiles*/

@media only screen and (max-width: 870px) {
	html {
		-webkit-text-size-adjust: none;
	}
	h1 {
		font-size: 2.5em;
	}
	h2 {
		font-size: 2.5em;
	}
	h3 {
		font-size: 1.9em;
	}
	h4 {
		font-size: .9em;
	}
	h5 {
		font-size: .8em;
	}
	#wrap {
		padding: 1px 20px;
	}
	.page-template-page-programs-php #wrap {
		padding: 0;
	}
	/*.home #wrap {	padding-top: 15px !important;}*/
	
	/*Header ------------------*/	
	.home #header {
		min-height: 400px;
	}
	.home #header #mainNav {
		top: auto;
	}
	.home #header .slideshow {
		min-height: 400px;
		overflow: hidden;
	}
	#header #logo img {
		max-width: 80%;
		height: auto;
	}
	#mainNav .sf-menu {
		display: none;
	}
	#mainNav .tinynav,  #mainNav .tinynav:focus {
		display: block;
		margin: 0 auto;
		padding: 0;
		-webkit-appearance: none;
		outline: transparent auto 0;
		outline-offset: 0;
		border-radius: 0;
		background: transparent;
		color: #fff;
		border: 0;
		cursor: pointer;
		background: url(images/hamburger.gif) no-repeat transparent;
		width: 44px;
		height: 44px;
		float: right;
		text-indent: -500px;
		overflow: hidden;
		opacity: .5;
	}
	#header .my-sticky-element.stuck .inside #mainNav {
		top: 27px;
	}
	/*Home Slideshow ------------------*/	
	
	.home .slideshow {
		margin: 0 !important;
		max-height: 400px;
		overflow: hidden;
	}
	.home .slideshow .details.right .text {
		width: 60%;
	}
	.home .slideshow .details h2 {
		font-size: 1.7em;
	}
	.home .slideshow .details p {
		font-size: 1.1em !important;
	}
	#pageHead {
		margin: 0 0px 25px;
		padding: 30px 0;
		width: 100%;
	}
	#pageHead h1 {
		font-size: 1.3em;
	}
	.flex-direction-nav, .flex-control-nav {
		bottom: 120px !important;
	}
	#partners .flex-direction-nav {
		top: 30%;
	}
	#main {
		width: 95%;
		padding-top: 5px;
	}
	/*Posts ------------------*/
	
	.posts .post .date {
	}
	.posts .post .date .month {
		font-size: .9em;
		display: block;
		padding: 0 !important;
		line-height: 1em;
		color: rgba(255,255,255, .7);
	}
	.posts .post .inside {
		padding-left: 115px;
		position: relative;
	}
	.posts .post .inside h2 {
		font-size: 1.3em !important;
		line-height: 1.2em;
		margin-bottom: 10px !important;
	}
	.posts .post .inside .meta {
		margin: 0 auto 20px !important;
		display: inline-block;
		padding: 0;
	}
	/*Home Sections ------------------*/
	.homeSection {
		padding: 35px 0 !important;
	}
	.homeSection .sectionHead {
		padding-bottom: 10px !important;
	}
	.homeSection .sectionHead h3 {
		font-size: 1.5em;
	}
	.homeSection .sectionHead p {
		font-size: 1em;
	}
	/*Projects ------------------*/		
	
	#content .project.small .inside {
		display: inline-block;
		margin: 0 auto 20px !important;
	}
	/*Featured Pages ------------------*/		
	.home .page.small {
		float: none !important;
		width: 100% !important;
		margin: 0 auto 0 !important;
		margin: 0 auto !important;
		display: inline-block;
	}
	.home .page.small .inside {
		display: inline-block;
		margin: 0 auto 0 !important;
	}
	.home .page.small p {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	.home .page.small .inside {
		width: 80%;
	}
	/*Testimonials ------------------*/	
	#testimonials .flexslider .slides {
		background: transparent;
		max-width: 500px;
		margin: 0 auto !important;
	}
	.slides .testimonial {
		min-height: 260px;
		width: auto;
		text-align: center !important;
	}
	.testimonial .left {
		float: none;
		text-align: center !important;
		margin-bottom: 20px;
	}
	.testimonial .left img {
		max-width: 150px !important;
		margin: 0 auto !important;
	}
	.testimonial .right {
		float: none;
		width: auto;
		padding: 0 30px 0;
		margin-right: 0px;
		text-align: center !important;
	}
	#comments {
		width: 100%;
	}
	#content.twoThirds {
		width: 95% !important;
		float: none;
	}
	#content .post {
		margin-bottom: 20px;
		padding-bottom: 5px!important;
	}
	#sidebar {
		float: none;
		width: 95%;
		margin-left: 2.5%;
		padding: 10px 0 30px 0 !important;
	}
	.sidebarBox {
		float: left;
		margin: 0 2% 30px 0 !important;
		width: 95%;
	}
	#flickrBox .flickrImage {
		margin: 0 8px 8px 0;
	}
	#featuredPages .small {
		margin-bottom: 25px !important;
	}
	#filterNav {
		text-align: center;
		width: 100%;
		position: relative;
	}
	.projectNav {
		margin: 0 0 0 0;
		padding: 10px 0 0 0 !important;
		float: none;
	}
	.projectNav div {
		margin: 0 20px 0 0 !important;
		padding: 0 !important;
	}
	.thumbs {
		text-align: center;
	}
	.thumbs .small {
		margin: 0 auto !important;
	}
	.post .moreLink {
		display: none;
	}
	.widgetBox {
		width: 100%;
		float: none;
	}
	.attachment #content {
		width: 100% !important;
		margin: 0 auto;
	}
	.programs-contact-wrap h3 {
		font-size: 1.9em;
	}
	/*Footer------------------*/
	#googleMap {
		height: 200px !important;
	}
	.footerBox {
		width: 40%;
		float: none;
		margin: 0 20px 40px 0!important;
	}
	#footer .main .inside {
		padding: 0 0 !important;
		width: auto !important;
		margin: 0 0px!important;
	}
	#footer #flickrBox .flickrImage {
		margin: 0 5px 5px 0;
	}
	#footer .secondary {
		text-align: center;
		margin: 0 0;
	}
	#footer .secondary p {
		margin: 0px;
		padding: 0px;
	}
	#footer .secondary .left,  #footer .secondary .right {
		float: none;
	}
	#footer .secondary .right {
		float: none;
		padding: 10px 0 15px 0;
	}
	.gallery-item img {
		width: 90%;
	}
	.admissions h2 {
		font-size: 2.5em;
	}
	.admissions h3 {
		font-size: 1.9em;
	}
	.career-services .contact-info-wrap h4 {
		font-size: 1.625em;
	}
	.career-services .contact-info-wrap h5 {
		font-size: 1.2em;
	}
	.career-services .contact-info-wrap {
		width: 100%;
	}
	.career-services .contact-info-wrap.last {
		margin: 0;
	}
	/*Column Shortcodes------------------*/

	.one_half {
		width: 100%;
	}
	.one_third {
		width: 100%;
	}
	.two_third {
		width: 100%;
	}
	.one_half, .one_third, .two_third {
		position: relative;
		margin-right: 0%;
		float: none;
	}
	.last {
		margin-right: 0 !important;
		clear: right;
	}
	.clearboth {
		clear: both;
		display: block;
		font-size: 0;
		height: 0;
		line-height: 0;
		width: 100%;
	}
	.icon-down-wrap {
		bottom: 0px;
		display: none;
	}
	.icons-idea-scroll {
		/*font-size: 70px;*/
		display: none;
	}
	.contact-row .connect {
		margin-right: 60px;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 820px) {
	#comments {
		width: 100%;
	}
	#sidebar {
		float: none;
		width: 95%;
		margin-left: 2.5%;
		padding: 10px 0 30px 0 !important;
	}
	#content.twoThirds {
		width: 100% !important;
		float: none;
	}
	.sidebarBox {
		float: left;
		margin: 0 3% 30px 0 !important;
		width: 30%;
	}
	#partners .flex-direction-nav {
		top: 30%;
	}
	.about-row #partners .flex-direction-nav {
		top: auto;
		bottom: 25px !important;
	}
	#comments {
		width: 100%;
	}
	.about-sidebar {
		width: 100%;
	}
	.about-sidebar h3 {
		width: 100%;
		text-align: left;
	}
	.about-sidebar p {
		text-align: left;
	}
	.about-img-wrap {
		width: 100%;
		margin: 0;
	}
	.gallery {
		width: 100%;
		margin-left: 0 !important;
	}
	.partners-body {
		min-height: 160px;
	}
	.program-row h4 {
		width: 100%;
	}
	.program-row p {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.program-contact-inner span {
		display: none;
	}
	.program-contact-inner h3 {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0 0 20px;
		font-size: 1.875em;
	}
	.programs-contact-wrap .contact-form-wrap {
		width: 100%;
	}
	.admission-step-num span {
		left: 11px;
		width: 90px;
		height: 90px;
		font-size: 3.7em;
		margin-top: 4px;
	}
	.admission-steps-line {
		height: 98%;
	}
	.career-services .contact-info-wrap h5 {
		font-size: 1.1em;
	}
	.career-services .contact img {
		width: 90%;
		margin: -40px 5% 0;
	}
	#footer .col-3 {
		float: left;
		width: 18%;
		margin-left: 8%;
	}
	#footer .col-4 {
		float: right;
		width: 12%;
		margin-left: 5%;
	}
	#footer .connect {
		overflow: hidden;
	}
	#footer .connect a.icon-fb,  #footer .connect a.icon-tw,  #footer .connect a.icon-ig,  #footer .connect a.icon-yt {
		margin: 0 100% 10px 20px;
	}
	.summer {
		margin-left: 0;
	}
}

@media screen and (min-width: 870px) {
	.single-circus_alumni .projectNav {
		margin-top: 8px;
	}	
}

@media screen and (max-width: 750px) {
	.steps-title h2 {
		width: auto;
		padding-left: 26%;
	}
	.admission-step-info {
		width: 74%;
		padding: 0 0 20px 10%;
	}
	.application-dates-season {
		width: 50%;
		border: none;
		padding: 0;
	}
	.career-services .placement img,  .career-services .placement .txt-wrap,  .career-services .mentorships img,  .career-services .mentorships .txt-wrap,  .career-services .internships img,  .career-services .internships .txt-wrap,  .career-services .portfolios .txt-wrap,  .career-services .portfolios iframe {
		width: 100%;
	}
	.career-services .portfolios iframe {
		min-height: 420px;
	}
	.career-services .placement .txt-wrap,  .career-services .mentorships .txt-wrap,  .career-services .internships .txt-wrap,  .career-services .portfolios .txt-wrap {
		margin-top: 20px;
	}
	.career-services .requirements p {
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}
	#footer #searchform input[type="text"] {
		left: auto;
		margin-left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 581px) {
	.contact-row .connect {
		display: none;
	}
}

/* everything above iPhone Portrait */
@media screen and (min-width: 481px) {
	.no-desktop {
		display: none !important;
	}
}


/* iPhone Portrait */
@media screen and (max-width: 480px) {
	
	.no-mobile {
		display: none !important;
	}

	.grad-text {
		width: 100%;
		margin: 5px 0;
	}
	.grad-text h3 {
		font-size: 1.1em;
	}
	.grad-student-row {
		border-bottom: 1px solid #999;
	}

	.home .podcast-content img {
		max-width: 75% !important;
		margin: 0 auto;
	}

	#header {
		text-align: center;
	}
	.page-template-page-programs-php #wrap {
		padding: 0;
	}
	.home #header {
		min-height: 400px;
	}
	#header .inside {
		padding: 20px 0 20px 0!important;
	}
	#header #logo {
		float: left;
		max-width: 65%;
		margin: 0;
		text-align: center;
		display: block;
	}
	#header #logo img {
		float: left;
		max-width: 76%;
		height: auto;
	}
	#header #mainNav {
		position: relative;
		display: block;
		float: right;
		height: 44px;
		margin: 0;
		top: auto;
	}
	#header .my-sticky-element.stuck .inside #mainNav {
		top: 6px;
	}
	.home .slideshow .details h2 {
		font-size: 1.5em;
	}
	.home .slideshow .details p {
		font-size: .9em !important;
	}
	/*Posts ------------------*/

	.posts .post .date {
		position: relative;
		margin: 0 auto 20px;
	}
	.posts .post .date .month {
		font-size: .9em;
		display: block;
		padding: 0 !important;
		line-height: 1em;
		color: rgba(255,255,255, .7);
	}
	.posts .post .inside {
		padding-left: 0;
		position: relative;
	}
	.widgetBox {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
	#commentForm input[type="text"], #comments input[type="text"] {
		width: 40% !important;
		margin-right: 5px !important;
	}
	#commentForm label, #comments label {
		font-size: .8em;
	}
	.home .flex-caption p {
		font-size: 1em !important;
	}
	.main-button {
		float: left;
		width: 200px;
		left: 50%;
		margin: 0 0 0 -119px !important;
		font-size: 1em;
		text-transform: uppercase;
		padding: 13px 17px 13px;
		display: block;
	}
	.testimonial .right p {
		padding-top: 0
	}
	.testimonial p.quote-name {
		padding-top: 20px;
	}
	#partners .flex-direction-nav {
		top: 50%;
	}
	#partners .flex-direction-nav li a.flex-next {
		right: 10px !important;
	}
	#partners .flex-direction-nav li a.flex-prev {
		left: 10px !important;
	}
	.attachment p.attachment,  .attachment p {
		width: 100%;
		margin: 0 0 20px 0 !important;
	}
	.program-overview,  .program-rows-wrap {
		width: 94%;
		margin: 3%;
		padding: 0;
	}
	.program-row {
		padding: 0;
	}
	.program-row {
		margin-top: 20px;
	}
	.program-overview p {
		font-size: 1em;
		line-height: 1.6em;
	}
	.program-contact-inner {
		padding: 0;
	}
	.program-contact-inner span {
		display: none;
	}
	.program-contact-inner h3 {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0 0 20px;
		font-size: 1.875em;
	}
	.programs-contact-wrap .contact-form-wrap {
		width: 100%;
	}
	.admission-step-num span {
		left: 1px;
		width: 40px;
		height: 40px;
		font-size: 1.7em;
		margin-top: 0px;
		padding-top: 2px;
	}
	.admission-steps-line {
		left: 21px;
	}
	.admission-step-num {
		width: 20%
	}
	.admission-step-info {
		width: 80%;
		padding: 0 0 20px 0;
	}
	.steps-title h2 {
		width: auto;
		padding-left: 20%;
	}
	.application-dates-season,  .application-dates-season.last {
		width: 100%;
		border-top: 1px solid #b9b9b9;
		margin: 30px 0 0 0;
		padding: 10px 0 0 0;
	}
	.application-dates-season h4 {
		font-size: 1.9em;
		font-weight: bold;
		padding-bottom: 16px;
	}
	.application-dates-season h5 {
		font-size: 1.5em;
	}
	.application-dates-season h6 {
		font-size: 1.5em;
	}
	.career-services .contact-info-wrap,  .career-services .contact-info-wrap p {
		width: 100%;
	}
	.partners-body {
		min-height: 220px;
	}
	#footer .col-2,  #footer .col-3 {
		width: 50% !important;
		margin: 30px 0 0 0 !important;
		/*        padding: 0 5%;*/
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	#footer h4 {
		text-align: center;
	}
	#footer ul li a {
		text-align: center;
	}
	#footer .col-4 .social-icon-wrap {
		float: left;
		position: relative;
		left: 50%;
		width: 160px;
		margin-left: -80px;
	}
	#footer .col-4 {
		width: 100% !important;
		margin: 50px 0 20px 0 !important;
	}
	#footer .connect .social-icon-wrap {
		text-align: center;
	}
	#footer .connect a.icon-fb, 
	#footer .connect a.icon-tw, 
	#footer .connect a.icon-ig, 
	#footer .connect a.icon-yt, 
	#footer .connect a.icon-pn {
		margin: 4px !important;
		float: none;
		display: inline-block;
	}
	#footer #searchform input[type="text"] {
		width: 100%;
		left: auto;
		margin-left: 0;
	}
	.events-page .event-sub {
		padding: 0;
		width: 100%;
	}
}

@media screen and (max-width: 320px) {
	.admissions .steps-title h2 {
		font-size: 2em;
	}
	.partners-body {
		min-height: 245px;
	}
}


/*FIREFOX FIXES*/
@-moz-document url-prefix() {
	.program-overview,  .program-rows-wrap {
		top: 0;
	}
	.page-template-page-programs-php #middle img {
		top:154px;
		position: relative;
	}
	.programs-contact-wrap {
		top: 0;
		margin-bottom: -40px;
	}
	#footer {
		float: left;
	}
	#googleMap {
		float: left;
		width: 100%;
		margin-bottom: 60px;
	}
}


















.post-type-archive-circus_alumni h2 {
	margin-left: 20px;
	margin-top: 20px;
	display: inline-block;
}

.post-type-archive-circus_alumni p {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.post-type-archive-circus_alumni #sorry {
	margin: 20px 0 0 20px;
	display: none;
}
.post-type-archive-circus_alumni #submit-self-button {
	position: relative;
	top: -8px;
	left: 15px;
}

.post-type-archive-circus_alumni #content {
	float: none !important;
	width: 100% !important;
	max-width: 1000px !important;
}

.post-type-archive-circus_alumni .triangle-website {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	display: inline-block;
	margin-left: 20px;
	margin-right: 6px;
	vertical-align: middle;
	margin-top: -4px;
	border-left: 6px solid #ccc;	
}

.post-type-archive-circus_alumni .gform_wrapper {
	/*width: 100% !important;*/
	/*max-width: 650px !important;*/
	/*margin: 0 auto !important;*/
	/*float: none !important;*/
	margin: 20px !important;
}

.post-type-archive-circus_alumni .your-website {
	color: #d81515;
	font-size: 18px;
	margin-top: 13px;
	display: inline-block;
}

.post-type-archive-circus_alumni .about-you,
.post-type-archive-circus_alumni .location {
	font-size: 12px;
	color: #ccc;
	margin-top: 5px;
	margin-left: 20px;
}

.post-type-archive-circus_alumni .location {
	text-transform: capitalize;
	font-weight: bold;
}

.post-type-archive-circus_alumni .portfolio-student-box-content p {
	display: inline-block;
	margin: 0 !important;
}

.post-type-archive-circus_alumni #wrap,
.post-type-archive-circus_alumni #middle,
.single-circus_alumni #wrap,
.single-circus_alumni #wrap #middle {
	max-width: 100% !important;
	padding: 0 !important;
	width: 100% !important;
	margin: 0 !important;
}

.post-type-archive-circus_alumni button,
.single-circus_alumni button {
	cursor: pointer;
}

.post-type-archive-circus_alumni #hide-gravity-form,
.single-circus_alumni #hide-gravity-form {
	border: 0;
	cursor: pointer;
	text-align: center;
	color: #ccc;
	width: 60%;
	margin: 40px 20% 40px;
	font-size: 20px;
	background-color:#571919;
	background-image: -ms-linear-gradient(bottom, #363636 0%, #000 100%);
	background-image: -moz-linear-gradient(bottom, #363636 0%, #000 100%);
	background-image: -o-linear-gradient(bottom, #363636 0%, #000 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #363636), color-stop(1, #000));
	background-image: -webkit-linear-gradient(bottom, #3636360%, #000 100%);
	background-image: linear-gradient(to top, #363636 0%, #000 100%);		
}

.post-type-archive-circus_alumni #hide-gravity-form:hover,
.single-circus_alumni #hide-gravity-form:hover {
	cursor: pointer;
	background-image: -ms-linear-gradient(bottom, #000000 0%, #363636 100%);
	background-image: -moz-linear-gradient(bottom, #000000 0%, #363636 100%);
	background-image: -o-linear-gradient(bottom, #000000 0%, #363636 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000000), color-stop(1, #363636));
	background-image: -webkit-linear-gradient(bottom, #000000 0%, #363636 100%);
	background-image: linear-gradient(to top, #000000 0%, #363636 100%);	
}

.post-type-archive-circus_alumni .header-section {
	width: 100%;
}

.post-type-archive-circus_alumni nav {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.post-type-archive-circus_alumni #content nav ul {
	float: left;
	width: 100%;
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	display: none;
}

.post-type-archive-circus_alumni #content nav ul span {
	display: inline-block;
	min-width: 130px; 
}

.post-type-archive-circus_alumni #content nav ul li {
	text-align: center;
	padding: 8px 0;
	list-style: none;
	background: #E0E0E0;
}

.post-type-archive-circus_alumni #content nav ul li a {
	color: rgb(136, 21, 21);
	display: block;
}

.post-type-archive-circus_alumni #content nav ul li:nth-child(odd) {
	background: #D2D2D2;
}


.display-this {
	display: block !important;
}

.post-type-archive-circus_alumni #filter-hit-button {
	text-align: center;
	width: 100%;
	font-size: 25px;
	background: rgb(124, 20, 20);
	padding: 10px 0;
	color: #ccc;
	background-color: #571919;
	background-image: -ms-linear-gradient(bottom, #363636 0%, #000 100%);
	background-image: -moz-linear-gradient(bottom, #363636 0%, #000 100%);
	background-image: -o-linear-gradient(bottom, #363636 0%, #000 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #363636), color-stop(1, #000));
	background-image: -webkit-linear-gradient(bottom, #3636360%, #000 100%);
	background-image: linear-gradient(to top, #363636 0%, #000 100%);
}

.post-type-archive-circus_alumni ul, 
.post-type-archive-circus_alumni li {
	margin: 0;
	padding: 0;
	list-style: none;	
}
.post-type-archive-circus_alumni ul#alumna {
	margin-top: 40px;
}


.post-type-archive-circus_alumni .alumna {
	clear: both;
}

.post-type-archive-circus_alumni .student-work-box {
	position: relative;
	width: 326px; /*100%;*/
	height: 350px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50% 50%;
	overflow: hidden;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}

.post-type-archive-circus_alumni .student-work-box.hide-loc,
.post-type-archive-circus_alumni .student-work-box.hide-cat {
	width: 0;
	height: 0;
}


.post-type-archive-circus_alumni .student-work-box a {
	display: block;
	font-size: 23px;
	font-weight: bold;
	top: 0;
}
.post-type-archive-circus_alumni .student-work-box:hover a {
	
}

.post-type-archive-circus_alumni .student-work-box a div {
	width: 100%;
	height: 0;
	padding-bottom: 66.666666666%;
	overflow: hidden;
	background-color: #eee;
}

.post-type-archive-circus_alumni .student-work-box a div img {
	width: 100%;
	-webkit-transform: 	scale(1) rotate(0deg);
	transform: 			scale(1) rotate(0deg);
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}
.post-type-archive-circus_alumni .student-work-box:hover a div img {
	-webkit-transform: 	scale(1.2) rotate(2deg);
	transform: 			scale(1.2) rotate(2deg);
}

.post-type-archive-circus_alumni .student-work-box a h5 {
	font-size: 18pt;
	color: #333;
	margin: 10px 10px 0 5px;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}

.post-type-archive-circus_alumni .student-work-box:hover a h5 {
	color: #d81515;
}

.post-type-archive-circus_alumni .student-work-box a h6 {
	font-size: 12pt;
	color: #777;
	margin: 5px 0 0 5px;
	font-weight: 300;
}

/*
.post-type-archive-circus_alumni .student-work-box .show-content-box {
	position: relative;
	width: 100%;
	border-bottom: 4px solid #0D0808;
	height: 121px;
	background-size: cover !important;
}

.post-type-archive-circus_alumni .student-work-box .show-content-box p {
	padding: 5px 2%;
	margin: 0;
	left: 20px;
	width: 46%;
	float: left;
	text-transform: capitalize;
}

.post-type-archive-circus_alumni .student-work-box .show-content-box .content-preview {
	position: absolute;
	width: 100%;
	background: rgba(255, 0, 0, 0.4);
	height: 42px;
	bottom: 0;
}


.post-type-archive-circus_alumni .student-work-box .job-type-sought {
	text-align: right;
}

.post-type-archive-circus_alumni .student-work-box .porfolio-student-box-content {
	background-size: cover !important;
	border-bottom: 4px solid #0D0808;
	height: 121px;
	width: 100%;
}

.post-type-archive-circus_alumni .student-work-box .triangle-drop-down {
	border-bottom: 20px solid #0D0808;	
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	top: 102px;
	left: 45.5%;
	position: absolute;
	cursor: pointer;
}

.post-type-archive-circus_alumni .student-work-box .porfolio-student-box-content {
	position: absolute;
	top: 125px;
	z-index: 10;
	background-color: #0D0808;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #0D0808),
		color-stop(1, #2A2929)
	);
	background-image: -o-linear-gradient(bottom, #0D0808 0%, #2A2929 100%);
	background-image: -moz-linear-gradient(bottom, #0D0808 0%, #2A2929 100%);
	background-image: -webkit-linear-gradient(bottom, #0D0808 0%, #2A2929 100%);
	background-image: -ms-linear-gradient(bottom, #0D0808 0%, #2A2929 100%);
	background-image: linear-gradient(to bottom, #0D0808 0%, #2A2929 100%);
}

.post-type-archive-circus_alumni .student-work-box .porfolio-student-box-content p {
	display: inline-block;
	margin: 0 !important;
}

.padding-added {
	padding-bottom: 125px !important;
}
*/

.hide {
	width: 0 !important;
	height: 0 !important;
	transition: width 2s ease-in-out, height 10s;
}

/*
.artdirector {
	background: rgba(65, 0, 5, .72) !important;
}

.designer {
	background: rgba(129, 0, 9, .75) !important;
}

.photographer {
	background: rgba(206, 0, 15, .65) !important;
}

.interactive-designer {
	background: rgba(255, 79, 54, .74) !important;
}

.developer {
	background: rgba(199, 80, 88, 0.75) !important;
}

.copywriter {
	background: rgba(178, 22, 0, .9) !important;
}
*?

/*
/	Single Circus Alumni Styles Begin Here
*/
.single-circus_alumni #pageHead {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	height: 0;
	padding-bottom: 25%;
}

.single-circus_alumni #pageHead h1 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	color: white;
	text-shadow: 0 3px 5px rgba(0,0,0,0.8);
	padding-top: 20%;
	font-size: 3em;
	text-align: left;
}

/*
.single-circus_alumni .show-content-box {
	height: 200px;
	background-size: cover !important;
}
*/

.single-circus_alumni #content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	float: none;
}

.single-circus_alumni #content .about-you {
	width: 75%;
	float: left;
}

.single-circus_alumni #content .photo {
	width: 22%;
	margin-left: 3%;
	float: left;
	box-shadow: 0 5px 8px rgba(0,0,0,0.2)
}


/*
.single-circus_alumni .porfolio-student-box-content p a {
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
}

.single-circus_alumni .porfolio-student-box-content p a:hover {
	margin-left: 5px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.single-circus_alumni .content-preview p,
.single-circus_alumni .job-type-sought p {
	margin: 0!important;
	padding: 5px 10px 5px 10px!important;
	line-height: 1em;
	color: #d81515 !important;
	text-transform: capitalize;
	text-align: left;
	background: rgba(0, 0, 0, 0.65);
	display: inline-block;
	font-size: 36px !important;
}

.single-circus_alumni .content-preview {
	float: left;
	margin-top: 65px;
	background: none !important;
}

.single-circus_alumni #pageHead h1 {
	text-align: left;
}

.single-circus_alumni #content.full {
	padding: 0 !important;
}

.single-circus_alumni .portfolio-student-box-content p a {
	display: inline-block;
	transition: .2s ease-in-out;
}

.single-circus_alumni .portfolio-student-box-content p a:hover {
	color: #d81515;
	margin-left: 5px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.single-circus_alumni .portfolio-student-box-content p {
	display: inline-block;
}

.single-circus_alumni .about-you,
.single-circus_alumni .location {
	margin-left: 22px;
	margin-bottom: 20px;
}

.single-circus_alumni .location {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 5px;
}

.single-circus_alumni .location::after {
	width: 25px;
	height: 3px;
	background: rgb(158, 0, 0);
	content: '';
	margin-bottom: 17px;
	margin-top: 4px;
	display: inherit;
}

.single-circus_alumni #content {
	min-height: 0;
}


.single-circus_alumni .triangle-website {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	display: inline-block;
	margin-left: 20px;
	align-content: ve;
	margin-right: 6px;
	vertical-align: middle;
	display: compact;
	margin-top: -4px;
	border-left: 6px solid #9E0000;
}	

.single-circus_alumni .projectNav {
	position: relative;
	width: 100%;
}

.single-circus_alumni .projectNav .next {
	position: relative;
	width: 100%
}

.single-circus_alumni .projectNav .previous  {
	position: relative;
	width: 100%;
	margin-left: 0 !important;
}

.single-circus_alumni .porfolio-student-box-content {
	background: rgb(27, 17, 17);
	padding: 20px 0;
}

.single-circus_alumni .porfolio-student-box-content p a {
	color: #fff;
	font-size: 20px;
}

.single-circus_alumni .porfolio-student-box-content::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 45%;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid rgb(27, 17, 17);
}

.single-circus_alumni .projectNav .previous a {
	position: absolute;
	right: 13px;
}

.single-circus_alumni .projectNav .previous p {
	position: absolute;
	top: -13px;
	right: 23px;
	color: #ccc !important;
}

.single-circus_alumni .projectNav .next a {
	position: absolute;
	left: -10px;
}

.single-circus_alumni .projectNav .next p {
	left: 44px;
	top: -13px;
	color: #ccc !important;
}

.single-circus_alumni .projectNav .previous .show-content-box,
.single-circus_alumni .projectNav .next .show-content-box {
	background: none !important;
	margin: 0 !important;
}

.single-circus_alumni .projectNav .next .job-type-sought,
.single-circus_alumni .projectNav .previous .job-type-sought {
	display: none;
}

.single-circus_alumni .projectNav .previous .show-content-box p {
	position: absolute;
	right: 20px;
	top: -13px;
	background: none;
	color: #7d7d7b;
	font-size: .85em !important;	
}

.single-circus_alumni .projectNav .next .show-content-box p {
	position: absolute;
	leftt: 20px;
	top: -13pxpx;
	background: none;
	color: #ccc;
	font-size: 13px !important;	
}

.single-circus_alumni .shareaholic-canvas {
	display: none;
}
*/



@media screen and (min-width: 768px) {
	.single-circus_alumni .porfolio-student-box-content {
		padding: 20px 50px;
	}

	.post-type-archive-circus_alumni #hide-gravity-form, 
	.single-circus_alumni #hide-gravity-form {
		width: 40%;
		margin: 40px 30%;
	}

	.post-type-archive-circus_alumni .student-work-box {
		width: 244px; /*50%;*/
		height: 320px;
		float: left;
	}

	.post-type-archive-circus_alumni .student-work-box .triangle-drop-down {
		display: none;
	}

	.post-type-archive-circus_alumni .student-work-box .show-content-box {
		border-bottom: 0px solid #0D0808;
		height: 200px;
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
		transition: transform 1s ease-in-out;		
		-webkit-transition: -webkit-transform 1s ease-in-out;		
	}

	.padding-added,
	.post-type-archive-circus_alumni .student-work-box .porfolio-student-box-content {
		display: none;
	}

	.post-type-archive-circus_alumni .student-work-box .show-content-box p {
		display: none;
		padding: 0;
		width: 100%;
		text-align: center;			
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
		-webkit-transition: -webkit-transform 1s ease-in-out;
		transition: transform 1s ease-in-out;
	}

	.post-type-archive-circus_alumni .student-work-box .show-content-box .content-preview {
		padding-top: 35px;
		position: relative;
		height: 200px;
	}

	.post-type-archive-circus_alumni .student-work-box:hover .show-content-box {
		transform: scale(1.5) rotate(6deg);
		-webkit-transform: scale(1.5) rotate(6deg);		
		transition: transform 1s ease-in-out;
		-webkit-transition: -webkit-transform 1s ease-in-out;
	}

	.post-type-archive-circus_alumni .student-work-box:hover .show-content-box p {
		display: block;	
		-webkit-transform: scale(1) rotate(-6deg);
		transform: scale(1) rotate(-6deg);
		transition: transform 1s ease-in-out;
		-webkit-transition: -webkit-transform 1s ease-in-out;
	}

	.single-circus_alumni .show-content-box {
		height: 400px;
		background-size: cover !important; 
	}

	.single-circus_alumni .content-preview p,
	.single-circus_alumni .job-type-sought p {
		font-size: 46px !important;
	}

	.single-circus_alumni .content-preview {
		margin-top: 150px;
	}

	.post-type-archive-circus_alumni #filter-hit-button {
		display: none;
	}

	.post-type-archive-circus_alumni #content nav ul {
		display: block !important;
	}

	.post-type-archive-circus_alumni #content nav ul li {
		background: none !important;
		display: inline-block;
		padding: 0 20px 0 0;
		transition: .2s ease-in-out;
		-webkit-transition: .2s ease-in-out;
	}

	.post-type-archive-circus_alumni #content nav ul li:first-child {
		margin-left: 20px;
	}

	.post-type-archive-circus_alumni #content nav ul li a:hover {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transition: .2s ease-in-out;
		-webkit-transition: .2s ease-in-out;
	}

	.post-type-archive-circus_alumni #content nav ul li.current a {
		color: black;
	}
}

@media screen and (min-width: 1024px) {
	.post-type-archive-circus_alumni #hide-gravity-form, 
	.single-circus-alumni #hide-gravity-form {
		width: 30%;
		margin: 40px 35%;
	}

	.post-type-archive-circus_alumni .student-work-box {
		width: 326px; /* 33.333%;*/
		height: 350px;
	}	

	.post-type-archive-circus_alumni .student-work-box .show-content-box .content-preview,
	.post-type-archive-circus_alumni .student-work-box .show-content-box {
		height: 250px;
	}

	.post-type-archive-circus_alumni .student-work-box .show-content-box .content-preview {
		padding-top: 90px;
	}
}

@media screen and (min-width: 1500px) {
	
	.post-type-archive-circus_alumni .student-work-box .show-content-box .content-preview,
	.post-type-archive-circus_alumni .student-work-box .show-content-box {
		height: 250px;
	}

	.post-type-archive-circus_alumni .student-work-box .show-content-box .content-preview {
		padding-top: 90px;
	}
}