/*  
Theme Name: ArtsFund
Theme URI: http://localwebhub.com
Description: ArtsFund Theme
Version: 1.1.12

Footer bg: #4D4D4D;
Orange: #F26137;


TABLE OF CONTENTS

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

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}
ul {
	list-style: none;
}

blockquote {
	quotes: none;	
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

html {height: 101%;}
hr{border: 0;background-color: #cccccc;height: 1px;}
input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}

.homeSection img,
.post p img,
.page p img,
.project p img,
.postThumb,
div.wp-caption img {
	max-width: 100% !important;	
	height: auto;
}

.wp-caption {
	max-width: auto !important;	
}

.wp-caption-text {
	padding: 5px 0 0 0;
	font-style: italic;
}
iframe {position: relative; z-index: 2;}
/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 100%;
	font-family: "museo-sans", sans-serif;	
	width:auto; 
	height:auto;
	margin: 0;
	color: #191919;		
}

p {
	line-height: 1.7em;
	font-size: 1.125em;
	font-weight: 100;
	margin: 0 0 20px 0;	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ol {font-size: 1.125em;}

li {
	margin: 0 0 0 0;
	padding: 0;
}

img {
	margin: 0;
}

img.noBorder{
	padding: 0;
	background: none;
	border: none;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #F26137;	
}

a:hover {
	color: #cb8139;	
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{	
	color: #191919;	
	margin: 0 0 15px 0;
	font-weight: normal;
}

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;	
}

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: #fff;
	overflow: auto;	
	border: 1px solid #e4e4e4;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

input[type="email"], input[type="text"], textarea {
	background-color: #ebebeb;
	border: none;
	padding: 10px;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6a6a6a;			
}

input[type="email"]:focus {outline: none; background: #f4f4f4;}
input[type="text"]:focus {outline: none; background: #f4f4f4;}
textarea:focus {outline: none; background: #f4f4f4;}

textarea { width: 80%; font-size: 1em;}

.wp-caption {max-width: 100%;}

/* Clearfix ----------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a.action {	
	font-style: italic;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;	
}

/* Isotope ----------- */

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}




/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/
.content {
	max-width: 94em;
	margin: 0 auto;
	padding: 0 10px;
}
#container {	
	margin: 0 auto;	
	background: #fff;
}

#header {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

#main {
	margin: 0 auto;
	padding: 0 0 0 0;		
}

#main.full {
	background: none;
}

#sidebar {
	width: 29.2%;
	float: right;
	margin: 0;
	padding: 0;		
}

#footer {
	width: 100%;
}

#sidebar  .oneThird{
	width: 100%;
}

.oneThird {
	width: 30.7%;	
}

.twoThird {
	width: 58%!important;	
}

.full {
	width: 100%;
}


/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{
	position: fixed;
	top:0;
	z-index: 3;
	height: 120px;
	-webkit-box-shadow: 0px 13px 14px -14px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 13px 14px -14px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 13px 14px -14px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 13px 14px -14px rgba(0, 0, 0, 0.25);
}
#header .inside{position: relative; max-width:1075px; margin: 0 auto; top: 80px;}
#compactheader {
	display:none;
}

#logo {		
	float: left;
	/* background-image: url(images/logo.png); */
	background-image: url(images/AF-logo.png);
	/* background-image: url(images/af50-logo.jpg); */
	width: 200px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
}

#logo h1 {
	text-indent: -9999px;
}

#mainNav{	
	font-size: 1em;
	right: 10px;	
	position:relative;
	float: right;
	height:20px;
	font-weight: bold;
}

#mainNav li{
	margin: 0 0 0 25px;	
	display: inline-block;
	padding-top: 0;	
}

#mainNav li a{
	line-height: 25px;
}

#mainNav ul ul a{
	line-height: 15px;
}

#mainNav ul ul {
	background: #363636;
}

#mainNav li.current a,
#mainNav li.current-cat a,
#mainNav li.current_page_item a,
#mainNav li.current-menu-item a,
#mainNav li.current-post-ancestor a,
#mainNav li.current_page_parent a,
#mainNav li.current-category-parent a
{
	border-bottom: 2px solid #F26137;
}

#mainNav li.current:hover a,
#mainNav li.current-cat:hover a,
#mainNav li.current_page_item:hover a,
#mainNav li.current-menu-item:hover a,
#mainNav li.current-post-ancestor:hover a,
#mainNav li.current_page_parent:hover a{
	color: #F26137;
}

#mainNav ul li.current:hover ul,
#mainNav ul li.current-cat:hover ul,
#mainNav ul li.current_page_item:hover ul,
#mainNav ul li.current-menu-item:hover ul,
#mainNav ul li.current-post-ancestor:hover ul,
#mainNav ul li.current_page_parent:hover ul {
	color: #fff !important;
}

#mainNav li a:hover{
	color: #F26137;
}

#mainNav li li a:hover, #mainNav li li.current-menu-item a {
	color: #F26137 !important;
	border: none !important;
}
#mainNav li li a {
	color: #fff !important;
	border: none !important;
}
#mainNav a {
	color: #000;	
}

.donatenow {
	color: #FFF;
	background-color: #F26137;
	height: 2em;
	width: 190px;
	text-align: center;
	font-size: 1.125em;
	font-weight: bold;
	position: absolute;
	top: -80px;
	right: 0;
	padding-top: 1em;
}
.fb-header, .twitter-header {
	position: absolute;
	background-image: url('images/sprites.png');
	height: 25px;
	width: 25px;
	background-size: 25px auto;
	background-repeat: no-repeat;
	top: -80px;
	margin-top: 14px;
}
.fb-header{
	background-position: 0 0;
	right: 250px;
}
.twitter-header{
	right: 210px;
	background-position: 0 -25px;
}
.secondary_menu_container {
	background-color: #E8EAEB;
	-webkit-box-shadow: 0px 7px 16px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 7px 16px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 7px 16px -10px rgba(0, 0, 0, 0.5);
}
.menu-secondary {
	background: transparent;
	overflow: hidden;
	max-width: 94em;
	margin: 0 auto;
	text-align: center;
}
.menu-secondary ul {
	max-width: 94em;
	display: inline-block;
}
.menu-secondary ul li {
	float: left;
	border-left: 1px solid #c8cacc;
}

.menu-secondary ul li:first-child {border:0;}

.menu-secondary ul li a {
	display: block;
	padding: 20px 40px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	color: #6d6e71;
}

.menu-secondary ul li a:hover {
	color: #000;
	background: #dddddd;
}

/* RESPONSIVE MENU */
#responsive-menu .responsive-menu li a {
	font-weight: 900;
	font-family: museo-sans;
	font-size: 15px;
	border-bottom: 1px solid #000;
}
#responsive-menu .responsive-menu li li a {
	background-color: #E6E6E6;
}
.afmission {	
	background-color: #F26137;
	padding: 40px;
		-webkit-box-shadow: inset 0px 19px 19px -19px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 19px 19px -19px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 19px 19px -19px rgba(0, 0, 0, 0.5);
}
.afvision {background-color: #6D6E71; padding: 40px;}
.insidebox {max-width: 1075px; margin: 0 auto;}
.afmission h2, .afvision h2 {color: #fff; font-size: 1.3125em; font-weight: 700; line-height: 1.1;}
.afmission p , .afvision p{color: #fff; font-size: 2.5em; text-transform: uppercase; line-height: 1.2; margin: 0;}


/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
	padding: 0 10px;
	box-sizing: border-box;
}

#content .post {
	/* margin: 50px 10px 30px 0px; */
	position: relative;
	border-bottom: 1px solid #d4d4d4;
	/* padding-bottom: 15px;		 */
}

.page #content .post {
	/* margin: 50px 20px 0px 0px; */
	border: none;
}
.newsitem {
	-webkit-box-shadow: 0px 10px 10px -9px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 10px 10px -9px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 10px 10px -9px rgba(0, 0, 0, 0.4);
}
.withThumb.newsitem {
	min-height: 330px;
}

#content .post h1{
	font-size: 32px;
	width: 100%;
	border-bottom: 1px solid #F26137;
	padding-bottom: 10px;
	color: #191919;
}

#content h3, .footerextra h3 {
	font-size: 2em;
	font-weight: 500;
	text-transform: uppercase;
	border-left: 3px solid #F26137;
	padding-left: 20px;
	margin: 40px 0 30px 0;
}

.post .meta {
	padding: 15px 0 15px 0;
	font-size: .75em;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;			
}

#content .post.withThumb .inside {
	margin-left: 360px;
}

#content .post .inside {
	margin-right: 4%;
}

#content .post.lastPost {
	border-bottom: none;
}

.full p {
	margin-right: 4%;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a{	
	color: #696969 ;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover{	
	color: #7d7d7b ;		
}

#content .postThumb{
	position: absolute;
	left: 0;
}

.moreLink {
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;	
}

#pageHead {	
	background-color: #E8EAEB;
	position: relative;
	border-bottom: 6px solid #F26137;
	margin-top: 120px;
	z-index: 2;
}
#pageHead .content {position: relative; max-height:445px; overflow: hidden;}
.page-template-newsletter #pageHead .content {max-height:205px;}
#pageHead.vidHead .content {max-height:1000px; max-width: 990px;}
.home #pageHead {border-bottom: none;}

#pageHead img.featuredTop {
	width: 100%;
	height: auto;
}
#pageHead .shadowheadertitle {
	width: 1175px;
	bottom: 0;
	left: 50%;
	margin-left: -587px;
	max-width: 1075px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFF;
	padding: 20px 50px;
}
#pageHead .videoContainer {margin-top: 0px; position: relative; z-index: 2;}
#pageHead h1 {
	color: #fff;
	font-size: 3.6em;
	line-height: 1.1em;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 300;
	font-family: "museo-sans", sans-serif;
	max-width: 1075px;
	margin: 0 auto;
}
#pageHead p {
	font-size: 1.125em;
	font-weight: 300;
	max-width: 1075px;
	margin: 0 auto;
}


/*Project Filter Navigation------------------*/

#content #filterNav {
	padding: 15px 0 !important;
	margin: 0 0 30px 0!important;
	border-bottom: 4px double #999;
}

#content #filterNav li{
	padding: 1px 0 0 0;
	background: none;
	margin: 0 5px 5px 0;	
	display: block;
	float: left;
	font-family: "museo-sans",sans-serif;
	font-weight: 900;
	
}

#filterNav li a{
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;	
	color: #8F8F8F;
	text-decoration: none;
	position: relative;
	cursor: pointer;	
	padding: 0 10px 0 !important;	
	border: none;
	line-height: 20px;			
}

#filterNav li a:after {
	padding: 0px 0px 0px 20px;
	content: " / ";
}

#filterNav li:first-child a{
    padding-left: 0px !important;
}

#filterNav li:last-child a:after{
    content: " " !important;
}

#filterNav li a:hover {
	color: #cccccc;
}

#filterNav .selected {
	color: #F26137;
}

#filterNav .selected:hover {
	color: #F26137;
}





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

#projects {
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	display: block;
	position: relative;	
}

#projects .thumbs {
	margin: 0 auto;			
}

#content .project.small {	
	width: 31.5217%;
	display: block;	
	margin: 0 1.18% 1.08695% 0;
	padding-bottom: 5px;
	/* cursor: pointer; */
	float: left;
	background: #fff;
	height: 500px;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
	border:0;
	border-bottom: 3px solid #F26137;
}

#content .project.small.projectevent {
	height: auto;
	padding-bottom: 65px;
}

#content .project.small{
	position: relative;	
	display: block;	
	zoom: 1;
}

#content .project.small img{
	max-width: 100%;
	height: auto;
}

.project.small h4  {
	font-family: "museo-sans", sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform:uppercase;	
	padding-top: 10px;	
	margin: 0 10px 0px 20px;
	text-align: left;
}
.project.small h5 {text-align: left;}
#content .project.small h4 a  {
	color: #F26137;
}
#content .project.small .button {
	margin: 20px;
	bottom: 0;
	left:0;
	position: absolute;
}

.thumbcontent {
	margin: 20px 20px 0 20px;
	padding-top: 15px;
	border-top: 1px solid #CCC;
	color: #333;
	font-weight:300;
	text-align: left;
}
.thumbcontent p{
	color: #333;
	font-weight:300;
	font-size: 1em;
	line-height: 1em;
}
.thumbs.masonry {	
	width: 100%;
	padding-left: 1px;
}

.project .left {
	float: left;
	width: 65.9%;	
}

.project .right {
	float: right;
	width: 30.7%;
	border-top: 5px solid #d4d4d4;
	padding: 20px 0 0 0;
}

.project .right .inside {
	margin-bottom: 3%;
}

.project .right h1{
	font-size: 30px;
	margin-bottom: 15px;
}

#content .skillList{
	padding: 0!important;
	margin: 0 0 20px 0 !important;	
}

.skillList li{
	padding: 1px 0 0 0;
	background: none;
	margin: 0 5px 5px 0 !important;	
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.skillList li a{
	font-size: 11px;
	text-transform: uppercase;
	background: #bababa;	
	display: inline-block;	
	color: #fff!important;
	text-decoration: none;
	position: relative;		
	padding: 0 6px 0 !important;	
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 20px;			
}

.skillList li a:hover {
	background: #6a6a6a;
}

.single-projects #content {
	width: 92%;
}

.projectNav {
	margin: 0 0 30px 0;
	border-top: 1px solid #d4d4d4;
	padding-top: 20px;
}

.projectNav a{
	display: block!important;
	width: 28px;
	height: 28px;
	text-indent: -9999px;	
}

.projectNav div {
	float: left;
	margin-right: 10px;
	width: 28px;
	height: 28px;
}

.projectNav .next a{
	background: transparent url(images/project_nav_arrow_left.png) no-repeat;
	background-position: 0 -28px;
}

.projectNav .next a:hover {	
	background-position: 0 0;
}

.projectNav .next.inactive{
	background: transparent url(images/project_nav_arrow_left.png) no-repeat;
	background-position: 0 -56px;
}

.projectNav .previous a{
	background: transparent url(images/project_nav_arrow_right.png) no-repeat;
	background-position: 0 -28px;
}

.projectNav .previous a:hover {	
	background-position: 0 0;
}

.projectNav .previous.inactive{
	background: transparent url(images/project_nav_arrow_right.png) no-repeat;
	background-position: 0 -56px;
}

.videoContainer { margin-top: -20px;}


p.gobackto {text-transform: uppercase;padding-top: 20px;}

/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	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;
}
dt img {
	max-width: 100% !important;
	height: auto;
}
/*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: 1.125em;
	font-weight: 100;
}

#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
}

#content ol{	
	margin: 0 0 20px 20px;	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	padding-top: 10px;	
}

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

/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

#homeMessage {
	color: #696969;	
	border-bottom: 1px solid #d4d4d4;
	padding: 0 0 30px 0;
	text-align: center;
	margin: 0 3.6458% 3.6458%;	
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;		
}

#homeMessage.topBorder {	
	border-top: 1px solid #d4d4d4;
	padding: 3% 0 3% 0;	
}

#homeMessage p{	
	font-size: 38px;
	line-height: 1.3em;
	margin-bottom: 0;	
}

.partner-carousel {padding: 0px 0 30px 0;}
.partner-carousel h4 {font-size: 20px; color: rgb(148,156,161);}
.partner-carousel .flex-control-nav {display:none;}
.partner-carousel .flexslider {
	margin-bottom: 0px !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 50px !important; 
}

.partner-carousel ul.slides {height: 120px !important;}
.partner-carousel ul.slides li {height: 100% !important; text-align: center !important;background-repeat: no-repeat; background-position: center;}
/* .partner-carousel ul.slides li img {display: inline !important; vertical-align: middle !important; width: auto !important;} */
.partner-carousel .flex-direction-nav {list-style-type: none !important;margin: 0 !important;}
.partner-carousel .flex-direction-nav a {width: 20px !important;height: 20px !important;margin: -10px 0 0 !important; opacity: .5 !important;}
.partner-carousel .flex-direction-nav a:before {font-size: 20px !important;}

.partner-carousel .flex-direction-nav .flex-prev { left: 10px !important; }
.partner-carousel .flex-direction-nav .flex-next { right: 10px !important; }
.partner-carousel .flexslider:hover .flex-prev { opacity: 0.5 !important;  }
.partner-carousel .flexslider:hover .flex-next { opacity: 0.5 !important; }
.partner-carousel .flexslider {background: #ffffff !important;}



.slideshow {background: #E8EAEB; margin-top: 120px;}
.flexslider {
	margin: 0 auto !important;
	max-width: 94em;
	background: #E8EAEB !important;
	border: none !important;
	position: relative;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}
.flex-control-nav {bottom: 40px !important; z-index: 2;}
.flex-control-paging li a {
	background: rgba(125, 125, 125, 0.4) !important;
}
.flex-control-paging li a.flex-active {
	background: rgba(125, 125, 125, 0.9) !important;
	/* background: rgba(0, 0, 0, 0.9); */
}
.flex-caption {
	position: absolute;
	color: #FFF;
	bottom: 20%;
	font-size: 48px;
	left: 35%;
	padding-right: 5%;
}
.flex-caption p {line-height:1.2;}
.flex-direction-nav a {
	color: rgba(197, 197, 197, 0.8) !important;
}
/*//////////////////////////////////////////////////////////////////// 
//  07 - Buttons
////////////////////////////////////////////////////////////////////*/

#searchsubmit, input[type="submit"]  {	
	font-size: 1em;
	background: #da9753 url(images/btn_bkg.png) repeat-x;	
	display: inline-block;	
	color: #fff !important;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);	
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 5px 15px 6px;
	border: 1px solid rgba(0,0,0,.2);	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 5px 0 0;	
	line-height: normal !important;
}

.button {
	font-size: 1em;
	display: inline-block;	
	color: #fff !important;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 5px 15px 6px;
	margin: 0 5px 0 0;	
	line-height: normal !important;
	background-color: #F26137;
}

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

.button.btncolorflip {
	color: #F26137 !important;
	background-color: #FFF !important;
}
.button.btncolorflip:hover{
	background-color: #e69f58 !important;
}
/*//////////////////////////////////////////////////////////////////// 
//  08 - Sidebar
////////////////////////////////////////////////////////////////////*/

#sidebar {
	margin: 0 40px 0 0;	
}

.sidebarBox {	
	position: relative;
	margin: 0 0 40px 0;	
}

#sidebar p {
	line-height: 1.5em;
	margin-bottom: 12px;
}

.avatar {
	float: left;
	margin: 0 20px 20px 0;
	padding-top: 3px;
}

/*///////////////////////////////////////////////////////////////////// 
//  09 - Widgets
////////////////////////////////////////////////////////////////////*/

#sidebar .widgetBox h3,
#footer .widgetBox h3{
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.2em;
	text-transform: uppercase;	
	font-weight: bold;
	padding: 3px 0;
}

#sidebar .widgetBox .meta,
#footer .widgetBox .meta {
	font-style: italic;	
}

#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 15px 0;	
	line-height: 1em;
	background: none;
	font-size: .75em;
}

#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 #searchform {
	background-color: #ebebeb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
        border-radius: 5px;
	display: inline-block;
	padding: 0 !important;	
}

.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;
	width: 57%;
	padding: 5px 10px 5px 10px !important;
	line-height: normal!important;	
	background: none;
	border: none;
	height: 20px;
}

#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-radius: 0px 5px 5px 0px;
	float: right;
	border: none;
	height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background-position: 0 -1px;
}


/*Recent Posts Widget------------------*/

#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 15px 0 !important;
	display: block;
	padding: 0px 0 0 0;	
}

#sidebar .ttrust_recent_posts h2,
#footer .ttrust_recent_posts h2 {	
	font-size: 13px !important;
	margin-bottom: 5px;
}

.ttrust_recent_posts .firstPost p{	
	margin-bottom: 10px;
}

.secondaryPost {	
	padding: 10px 0 0px 0;	
}



/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 280px;
}

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;	
}

/*EVENTS Widget */

.afshare {
	border-top: 1px solid #CCC;
	border-bottom: 4px double #CCC;
	margin: 20px;
	padding: 10px 0;
}
.afevent_date {
	padding: 10px 20px;
	color: #F26137;
	text-transform: uppercase;
}
/*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{
	background: #7a7a7a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;	
}

#sidebar .widget_tag_cloud a{
	background: #ebebeb;
}

#footer .widget_tag_cloud a{
	background: #6d6d6d;
}

#footer.light .widget_tag_cloud a{
	background: #e5e5e5;
}

.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%;
}

/* FB FEED WIDGET */
#footer #text-3.widgetBox  h3 {
	background-color: #4C66A4;
	padding-left: 20px;
}
#footer .widget_reallysimpletwitterwidget h3 {
	background-color: #4099ff;
	padding-left: 20px;
}
#footer .widget_reallysimpletwitterwidget ul li {
	margin: 0 0 13px 0;
	font-size: .6em;
	border-bottom: 1px dashed #FFF;
	padding-bottom: 30px;
	line-height: 1.3em;
}
#footer a.twitter-link {
	color: #F26137;
}
.footerquote {
	color: #FFF;
	margin: 0 auto;
	background: #191919;
	padding: 5% 10%;
	box-sizing: border-box;
	position: relative;
	background-size: cover;
	background-position: 50%;
	z-index: 1;
}
.fqcontent {
	max-width: 900px;
	margin: auto;
}
.footerquote p {
	font-family: museo-slab;
	font-weight: 300;
	color: #fff;
	font-size: 2em;
	text-align: center;
	position: relative;
	z-index: 3;
}
.fqauthor {
	text-align: right;
	font-size: 0.8125em;
	position: relative;
	z-index: 3;
}
.fqcompany {
	text-align: right;
	font-size: 0.8125em;
	font-style: italic;
	position: relative;
	z-index: 3;
}
.fqdark{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 2;
}
#footer .fqdark {display:none;}
#footer .footerquote{
	font-size: 1em;
	background: none;
	box-sizing: initial;
	padding:0;
	font-family: museo-sans;
}
#footer .footerquote p {
	text-align: left;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 100;
}
#footer .fqauthor {
	color: #F26137;
	font-size: 0.8125em;
	font-weight: 700;
}
#footer .fqcompany {
	font-size: 0.8125em;
	line-height: 2em;
	font-weight: 500;
	font-style:normal;
}
#footer #cff {max-width: 325px; width: auto !important;}
#footer .cff-author img {margin-right: 10px !important; margin-bottom: 10px !important;}
/*///////////////////////////////////////////////////////////////////// 
//  10 - Comments
////////////////////////////////////////////////////////////////////*/
	
#comments {
	position: relative;
	margin: 0 0 30px 0px;			
	padding: 30px 0 0 0;
}

#content ol {font-size: 1em;}

#comments ul{
	list-style: none;
	margin: 0 0 30px 0;
	font-size: 1em;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: 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 #cbcbcb;	
}
	
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;		
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;	
}

#commentForm label {
	padding-left: 20px;
}

.comment h5 {	
	margin: 0 0 0 80px;
	padding: 0;	
}

.comment .date {	
	margin: 0 0 10px 80px;	
	display: block;
	color: #a5a5a2;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;	
	font-size: .70em;	
}

.comment p {	
	margin: 0 0 10px 80px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 80px;
}

.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;	
}

#comment-navigation {
	position: absolute;
	top: 0px;
	right: 0px;
}

.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	padding: 0 8px;	
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	text-align: center;
	text-decoration: none;
}

a:hover span.newer-comments,
a:hover span.older-comments {
	
}

.newer-comments {
	float: right;
	margin: 0 0 0 10px;
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;	
}

/* Comment Form */
	
#commentForm {
	position: relative;
	margin: 3% 0 3% 0px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}


#respond form {
	margin: none;
	padding: none;
	position: relative;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

#comments textarea {
	width: 90% !important;
}

#comments input[type="text"] {
	width: 50%;
}

.comment-reply-link { font-size: .75em;}




/*//////////////////////////////////////////////////////////////////// 
//  11 - Pagination
////////////////////////////////////////////////////////////////////*/
	
.pagination {
	width: 96%;
	padding: 0 0 0;	
	clear: both;	
	margin: 20px auto;
}

.pagination-prev a,
.pagination-next a,
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages,
.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;
	float: none;
	margin: 0px;
	font-size: 1em;
/* 	display: inline-block; */
	color: #FFF !important;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 15px 6px;
	margin: 0 5px 0 0;
	line-height: normal !important;
	background-color: #F26137;
}

.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;
}

.wp-pagenavi .pages {
	float: right;
	margin: 0px;
}

.wp-pagenavi {
	font-size: .75em;
}


/*//////////////////////////////////////////////////////////////////// 
//  12 - Footer
////////////////////////////////////////////////////////////////////*/

#footer {	
	background: #4D4D4D;
	color: #fff;
	-webkit-box-shadow: inset 0px 7px 12px -9px rgba(0, 0, 0, 0.54);
	-moz-box-shadow: inset 0px 7px 12px -9px rgba(0, 0, 0, 0.54);
	-o-box-shadow: inset 0px 7px 12px -9px rgba(0, 0, 0, 0.54);
	box-shadow: inset 0px 7px 12px -9px rgba(0, 0, 0, 0.54);
}

#footer .widgetBox h3{	
	color: #fff;			
}

#footer .meta {
	color: #919191;	
}

#footer .main{	
	padding: 30px;
	max-width: 1075px;
	margin: 0 auto;
}

.footerBox{
	margin: 0 3.18% 3% 0;	
	float: left;
	position: relative;	
	width: 30%;	
}

.footerBox p{			
	padding: 0;	
}

#footer a {
	color: #fff;
}


#footer a:hover {
	color: #bebebe;
	text-decoration:none;
}

#footer .secondary {
	color: #fff;
	background-color: #191919;
	-webkit-box-shadow: inset 0px 22px 15px -12px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 22px 15px -12px rgba(0,0,0,1);
	box-shadow: inset 0px 22px 15px -12px rgba(0,0,0,1);
}
#footer .secondary .main h3 {color: #fff; font-size: 1em;}
#footer .secondary .main p {color: #fff; font-size: 11px;}
#footer .tertiary {
	background-color: #000;
}

#footer .tertiary .left {
	float: left;
	font-size: .6em;
}

#footer .tertiary .right {
	float: right;
}
.footerlogo {
	background-image: url(images/logobw.png);
	width: 225px;
	height: 40px;
	background-size: 225px auto;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}
.afloginbox {
	font-weight: bold;
	margin-left: 70px;
}
.afloginbox > div {
	font-size: 10px;
}

/*//////////////////////////////////////////////////////////////////// 
//  ARTSFUND STUFF
////////////////////////////////////////////////////////////////////*/



.masonry .item,
.masonry .grid-sizer {
  width:  33%;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 360px;
  float: left;
  border: 2px solid #fff;
  background-size: cover;
  background-repeat:no-repeat;
}

.item.w2 { width:  66%; }
.item.w3 { width:  99%; }


.newsitem {
	width: 100%;
	-webkit-box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.3);
}
.newsitem h1 a {font-size: 20px;}
.newsitem p {font-size: 1em; line-height: 1.5em;}
.newsitem  a.button {margin-bottom: 50px;}
.newsitem h1, .newsitem p {text-align: left;}

.left_top{background-position: left top;}
.left_center{background-position: left center;}
.left_bottom{background-position: left bottom;}
.right_top{background-position: right top;}
.right_center{background-position: right center;}
.right_bottom{background-position: right bottom;}
.center_top{background-position: center top;}
.center_center{background-position: center center;}
.center_bottom{background-position: center bottom;}
.shadowtext {
	height: 33%;
	width: 100%;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	position:absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	padding: 20px;
}
.home_no_thumb .shadowtext {
	background-color: #F26137;
	height: 100%;
}
.shadowtext h4 , #content .shadowtext h4 a{
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}
.shadowtext h4 a span {
	color: #F26137;
}
.home_no_thumb .shadowtext h4 a span {
	color: #fff;
}

.shadowtext p {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
	max-height: 28px;
	overflow: hidden;
}
.shadowtext a.learnmore {
	font-size: 14px;
	color: #F26137;
	position: absolute;
	bottom: 20px;
}
.home_no_thumb .shadowtext a.learnmore {color: #fff;}
.home_no_thumb .shadowtext p {max-height: 300px;}
.linklistimg {
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: center center;
}
.shadowsquare {
	    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	height: 100%;
	width: 33.33%;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 20px;
}
.shadowsquare.doublewide{
	width: 66.66%;
}
.shadowsquare h4 {
	font-size: 48px;
	font-weight: 300;
	color: #fff;
	margin: 0 0 10px 0;
}
#content .shadowsquare ul {
	list-style-type: none;
	margin: 0;
}
.shadowsquare.doublewide li {
	width: 50%;
	float: left;
}
.shadowsquare ul li, .shadowsquare li a {
	font-size: 16px;
	font-weight: 700;
	color: #F26137;
}
.shadowsquare li a:hover {
	color: #CB8139;
}

.statslist {
	width: 100%;
	background-color: #F26137;
	color: #FFF;
	padding: 20px 0 20px 30px;
	    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	position: relative;
	-webkit-box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.3);
}
.statslist.nopad {
	padding-left: 0;
	padding-right: 0;
}
.statslist .one_third {
	border-right: 1px solid #FFF;
}
.statslist .one_third.last {border-right: none;}
.statnumber {
	font-size: 40px;
	font-weight: 100;
	float: left;
	margin-right: 10px;
}
.stattext {
	padding: 5px 10px 0 0;
}

.quickreadmore {
	background-color: #333;
	color: #FFF;
	padding: 20px;
	-webkit-box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.3);
}
.qrmhalf {
	width: 50%;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #000;
}
.quickreadmore p {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}
.quickreadmore .button {
	float: right;
}
.missionvision {
	background-color: #616161;
	width: 100%;
	padding: 20px;
	position: relative;
	    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.halfdivider {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	border-right: 1px solid #000;
}
.missionvision .inside {max-width: 1075px; margin: 0 auto;}
.missionvision h4 {
	font-weight: 500;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	border-left: 3px solid #F26137;
	padding-left: 20px;
}
.missionvision p {
	font-weight: 300;
	font-size: 18px;
	color: #FFF;
}
.imgbox {
	background-size: cover;
	float:left;
	background-position: 50%;
}
.footerextra{width: 100%;}
.footerextra > div {margin: 0 auto;overflow:hidden;}

.RMImage {width: 200px; height: auto;}
body #click-menu {
	border-radius: 0;
	background-color: #fff;
	padding: 8px 5px 2px 5px;
}




/*//////////////////////////////////////////////////////////////////// 
//  13 - Media Queries
////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1215px) {	
	#pageHead .shadowheadertitle{
		width: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		box-sizing: border-box;
	}
	#pageHead .content {padding:0;}
}

/* iPad Portrait */

@media only screen and (max-width: 768px) {	
	body {
		padding: 0;
	}
	
	#footer {		
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;	
	}
	
	#homeMessage p {	
		font-size: 30px;
		line-height: 1em;
	}
	
	#content.twoThird {
		width: 94% !important;		
		float: none;
	}
	
	.single-projects #content {
		width: 93%;
	}
	
	#content .project.small {
		width:99%;
		margin: 10px auto;
		text-align: center;
/* 		margin: 0 10px 20px 0 !important; */
	}
	
	#content .project.small h1{
		font-size: 11px !important;		
	}
		
	#content .project.small img {
		max-width: 100%;		
		height: auto;
	}
	.project .left {
		float: none;
		width: 100%;
		margin: 0 !important;	
	}
	.project .right {
		float: none;
		width: 100%;	
	}	
	
	.videoContainer { margin-top: 0px;}
	
	#sidebar {
		float: none;
		width: 96%;
		margin-left: 2%;
		padding-bottom: 30px!important;
		padding-top: 10px;	
	}
	.widgetBox {
		width: 45% !important;
		position:relative; 
		float:left; 
		margin: 0px 2% 2%;
	}
	#footer .main{
		margin-left: 2%;
	}
	#comments { width: 100%;}
	
	.item.w2, .masonry .item {width: 100%;}
	.shadowsquare, .shadowsquare.doublewide {
		width: 100%;
	}
	.statslist >div {
		padding: 10px 0;
	}
	.linklistimg {height: auto;}
	.shadowsquare.doublewide li {
		width: 100%;
		float: none;
	}
	.newsitem {height: auto; min-height: 0;}
	#content .postThumb {
		position: relative;
		
	}
	#content .post.withThumb .inside {
		margin-left: 0;
		text-align: left;
	}
	#content .post .inside {margin: 5px;}
	.inside a.button {
		margin: 10px 0;
	}
	.page #content .post {
		/* text-align: center; */
	}
	.afmission p, .afvision p {font-size: 1.5em;}
}

@media only screen and (max-width: 1100px) {
	#logo {margin-left: 5px;}
}
/* iPad Landscape */

@media only screen and (max-width: 1024px) {
	div.quickreadmore .two_third, .quickreadmore .one_third {
	width: 100%;
	}
	.newsitem p {font-size: 1em; line-height: 1.1em;}
}

@media only screen and (max-width: 1099px) {
	#header {display:none;}
	#compactheader {
		display: block;
		position: fixed;
		top:0;
		width: 100%;
		height: 80px;
		background: #FFF;
		z-index: 100;
		padding: 5px;
		box-sizing: border-box;
	}
	#compactheader #logo {margin: 5px;}

	#compactheader .donatenow {
		top: 50px;
		padding-top: 1em;
		width: 100%;
		font-size: .7em;
		-webkit-box-shadow: 0px 13px 14px -14px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0px 13px 14px -14px rgba(0, 0, 0, 0.25);
		-o-box-shadow: 0px 13px 14px -14px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 13px 14px -14px rgba(0, 0, 0, 0.25);
	}
	.slideshow,#pageHead {
		background: none;
		margin-top: 84px;
	}
	#pageHead .shadowheadertitle {
		position: relative;
		height: auto; 
		margin-top: 0px;
		padding: 10px 5px;
		color: #000;
		background: none;
	}
	#pageHead h1 {color: #333;}
	.flex-caption p {font-size: .8em;}
	.imgbox {
		width: 100% !important;
	}
	.footerextra {
		padding: 20px;
		box-sizing: border-box;
	}
	.qrmhalf {width: 100%;}
	.page-template-newsletter #pageHead .content {max-height:445px;}
}


/*layouts smaller than 600px, iPhone and mobiles*/
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {

	html {
	    -webkit-text-size-adjust: none; 
	}
	
	h1 { font-size: 1.2em;}
	h2 { font-size: 1.1em;}
	h3 { font-size: 1.0em;}
	h4 { font-size: .9em;}
	h5 { font-size: .8em;}
	
	#pageHead h1 { font-size: 1.2em;
		font-weight: 700;
		line-height: 2;
	}
	.flex-direction-nav, .flex-control-nav, .flex-caption { display: none !important;}
	
	#main {

	}
	
	#mainNav {
		position: relative;	
		width: 99%;		
		right:0;
		top:0;		
	}
	
	#mainNav li{
		margin: 0 3% 0 0;
	}
	
	#mainNav ul{
		margin: 0 0 0 10px;
	}
	
	#logo {
		float: none;
		margin-bottom: 10px;
	}	
	
	#projects .full {width: 100%;}		
	
	#homeMessage p {	
		margin-bottom: -10px;
		font-size: 20px;
	
	}
	#content .post {
		margin-bottom: 20px;
		padding-bottom: 5px!important;
	}
	
	#content .post h1{
		font-size: 1em;
		line-height: 1.3em;
	}
	
	#content .post .meta{
		line-height: 1.5em;
	}
	
	.post .moreLink {
		display: none;
	}
	
	#content .project.small {				
		margin-bottom: 20px !important;
	}
	
	.pagination { 
		margin-bottom: 30px !important;
		padding-top: 10px !important;
	}
	
	#projects {
		margin-left: 5px;
		width: 96%;
	}	
	
	#footer .oneThird{
		width: 48%;	
		float: left;
		margin: 0 2% 2%;			
	}
	
	#footer { padding: 0 !important;}	

	#footer #flickrBox .flickrImage {	
		margin: 0 5px 5px 0;	
	}
	
	#footer .tertiary{
		text-align: center;
		margin-bottom: 0!important;
	}
	#footer .tertiary p{
		margin: 0px;
		padding: 0px;
	}
	#footer .inside {		
		
	}
	
	#footer .tertiary .left,
	#footer .tertiary .right{
		float: none;		
		padding-bottom: 5px;
	}	
					
	.gallery-item img{
		width: 90%;
	}	
	
	/*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%;}	
	
	.missionvision p {
		border-bottom: 1px solid #000;
		padding-bottom: 15px;
		margin-right: 0;
	}
	.missionvision .last p {border-bottom: 0;}
	.menu-secondary ul li {width: 100%;}
	
	.widgetBox {
		width: 94% !important;	
		float: none;
		margin: 0 0 20px 2%;			
	}
	.halfdivider {display: none;}
}

/* iPhone Landscape */
@media screen and (max-width: 480px) and (orientation: landscape) {
	
	#mainNav ul{
		margin: 0 0 0 17px;
	}	
	
	.page-template-page-portfolio-php #content.full, .home #content.full{
		margin-left: 5px!important;
		margin-right: 5px!important;		
		width: 100% !important;		
	}
		
	.widgetBox {
		width: 94%;	
		float: none;
		margin: 0 0 20px 2%;			
	}
}

/* iPhone Portrait */
@media screen and (max-width: 480px) and (orientation: portrait) {
	#mainNav {
		margin-left: 2%;
		width: 96%;
	}
		
	.post.small {		
		margin-right: 10px !important;			
	}
	#content .post.withThumb .inside {
		margin-left: 0px!important;
	}
    #content .post.withThumb .postThumb {
		/* display: none; */
	}	
	
	.widgetBox {
		width: 94% !important;	
		float: none;
		margin: 0 2% 20px 2% !important;					
	}
	
	.page-template-page-portfolio-php #content.full, .home #content.full {
		margin-left: 5px!important;
		margin-right: 5px!important;		
		width: 100% !important;	
	}	

	#commentForm input[type="text"], #comments input[type="text"] {		
		width: 40% !important;
		margin-right: 5px !important;
	}
	
	#commentForm label, #comments label {
		font-size: .75em;
	}	
}
/*NEWSLETTER STUFF*/
.newsletter-image-wrap {
	height: 380px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.newsletter_top {width: 100%; background-color: #F26137; }
.newsletter_top .inside {max-width: 1100px; margin: 0 auto;}
.newsletter_top a,.newsletter_top span {border-left: 1px solid #fff; padding: 3px 10px 5px; color: #fff; margin: 3px 0px; display:inline-block;}
span.nl_date {
	padding-left: 50px;
	float: right;
	border: 0;
}
.newsletter_top .inside a:first-child {border-left: 0; padding-left: 0px;}
a.nl_footer_subscribe {
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #FFF;
  background: #F26137;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 100;
  padding: 20px 0;
  position:relative;
}
a.nl_footer_subscribe:after,
a.nl_footer_subscribe:before {content:"";position:absolute;background: #F26137;width:1000px;top:0;bottom:0;}
a.nl_footer_subscribe:after {left: -1000px;}
a.nl_footer_subscribe:before {right:-1000px;}

@media only screen and (max-width: 900px) {
	.newsletter_top a{display:block; border: 0;}
}
.nl_ql_container  a {text-transform: uppercase; font-size: 2em; padding: 20px 10px; box-sizing: border-box; border-right: 1px solid #cccccc;}
.nl_ql_container  a:first-child {padding-left: 0;}
.nl_ql_container  a:last-of-type {margin-right:0; border-right: 0;}
@media only screen and (max-width: 600px) {.nl_ql_container  a{border: 0; padding: 20px 10px !important; display: block;}}
.single-articles .shadowheadertitle {display:none;}

.blog--container {
	max-width: 1100px;
	padding: 60px 5px;
	margin: 0 auto;
}

.blog--row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -3px;
}

.blog--col {
	margin-bottom: 6px;
	padding: 0 3px;
	min-width: 100%;
	box-sizing: border-box;
}

@media (min-width: 992px) {
	.blog--col {
		min-width: 33.333333%;
		width: 33.333333%;
	}
	
	.blog--col:nth-child(1),
	.blog--col:nth-child(7),
	.blog--col:nth-child(11) {
		min-width: 66.3333334%;
		width: 66.3333334%;
	}
	
}

.blog--inside {
	position: relative;
	height: 350px;
}

.blog--copy-wrap {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 15px;
	min-height: 110px;
}

.blog--image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.blog--image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.blog--title {
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
	transition: color .3s;
}

.blog--title-link:hover .blog--title,
.blog--title-link:focus .blog--title {
	outline: none;
	color: #F26137;
}

.blog--title span {
	color: #F26137;
	display: inline-block;
	padding-left: 10px;
}

.blog--meta {
	font-size: 12px;
	margin-bottom: 0;
}

.blog--readmore-link {
	font-size: 14px;
    color: #F26137;
	text-transform: uppercase;
	transition: color .3s;
}

.blog--readmore-link:hover,
.blog--readmore-link:focus {
	color: #fff;
	outline: none;
}

.blog--subcategory {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

.blog--subcategory a {
	color: #fff;
	transition: color .3s;
}

.blog--subcategory a:hover,
.blog--subcategory a:focus {
	color: #F26137;
	outline: none;
}

.blog--readmore-row {
	min-width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blog--dropdown-wrap {
	padding: 0 5px 15px;
	text-align: right;
}

.blog--select-wrap {
	position: relative;
	display: inline-block;
}

.post-category--dropdown {
	border-radius: 0;
	border: 1px solid #F26137;
	font-size: 18px;
	font-family: museo-sans, sans-serif;
	padding: .5em 40px .5em .5em;
	background: #F26137;
	color: #fff;
}

.footer--extra-inner {
	max-width: 1090px;
	margin: 0 auto;
	padding: 10px;
}

#footer #mc_embed_signup form {
	padding-left: 0;
    background: #4d4d4d;
}