/*FONTS*/
@font-face {
    font-family: 'futura_icgbook';
    src: url('../eot/futura_icg_book-webfont.eot');
    src: url('../eot/futura_icg_book-webfontd41d.eot#iefix') format('embedded-opentype'),
         url('../woff/futura_icg_book-webfont.woff') format('woff'),
         url('../ttf/futura_icg_book-webfont.ttf') format('truetype'),
         url('../svg/futura_icg_book-webfont.svg#futura_icgbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,400,400i,700i,900i');

/*WORDPRESS STYLES*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;

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

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*CAPTIONS*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;

	img[class*="wp-image-"] {
		@include center-block;
	}

	.wp-caption-text {
		margin: 0.8075em 0;
	}
}

.wp-caption-text {
	text-align: center;
}

/*GALLERIES*/
img {
    max-width: 100%;
    height: auto;
}
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  width: 33%;
}

/**  prevent awkward gallery grid spacing from long captions  **/
.gallery-item:nth-child(3n+1){
	clear:both;
}

.gallery .title {
    font-size: 15px;
    color: #1b2b3c;
    margin:5px 0 !important;
    text-align: left;
}

/*.gallery-columns-2 .gallery-item  {
  width: 50%;
}

.gallery-columns-3 .gallery-item  {
  width: 33.33%;
}

.gallery-columns-4 .gallery-item  {
  width: 25%;
}

.gallery-columns-5 .gallery-item  {
  width: 20%;
}

.gallery-columns-6 .gallery-item  {
  width: 16.66%;
}

.gallery-columns-7 .gallery-item  {
  width: 14.28%;
}

.gallery-columns-8 .gallery-item  {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item  {
  width: 11.11%;
}

.gallery-caption {
	display: block;
}

.projects .gallery .gallery-item:nth-child(3n + 1) {
    clear: left;
}

.gallery-item .prj-slideshow-title span.title {
  display: block;
}*/

/*ALIGNMENTS*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

img.attachment-post-image-large,
img.attachment-post-image-medium,
img.attachment-post-image-small {
    margin: 0 15px 10px 0;
    float: left;
}

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

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

/*GENERAL*/
body {
    color: #1b2b3c;
    font-family: Helvetica, arial, sans-serif;
}

.align-center {
    text-align: center;
}

ul.no-style,
ol.no-style {
    list-style: none;
    padding: 0;
}

.wrap {
    margin: 0 0 20px 0;
}
.wrap:after {
  	visibility: hidden;
  	display: block;
  	font-size: 0;
  	content: " ";
  	clear: both;
  	height: 0;
}

/*GLOBAL HEADER*/
#masthead .navbar-right {
    position: absolute;
    top: 0;
    right: 0;
}

.banner-state img {
    max-width: 100%;
    height: auto;
}

/*GLOBAL CONTENT*/
#wrapper .content {
    padding-bottom: 50px;
    min-height: 400px;
}

#titlebar {
    background: #a91b22;
    padding: 6px 0;
}

#titlebar .common-btn {
    margin: 10px 0;
}

#titlebar .common-btn {
    margin-right: 30px;
}

#titlebar .common-btn:last-child {
    margin-right: 0;
}

#titlebar .common-btn {
    color: #fff;
}

#wrapper {
    background-color: #fff;
    margin: 20px auto 0 auto;
    max-width: 1140px;
    padding-top: 30px;
}

#banner img,
#banner-state img {
    max-width: 100%;
    height: auto;
}

.grid-pad {
    /*padding: 20px;*/
    padding: 0;
}

#wrapper h1,
#wrapper h2:first-child,
#wrapper h3,
#wrapper h4,
#wrapper h5,
#wrapper h6 {
    margin-top: 0;
    font-weight: normal;
}

#wrapper h2 {
	margin-top:30px;
}

.page-title {
    font-family: 'safetyregular', 'futura_icgbook', helvetica, arial, sans-serif;
    font-size: 35px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.page-title .main-title {
    display: inline-block;
    vertical-align: middle;
}

.page-title .state-page {
    display: inline-block;
    vertical-align: middle;
    color: #761318;
    font-family: 'Nunito Sans',"futura_icgbook",'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: none;
    margin: 0 0 0 105px;
    font-weight:400;
}

#project-filter-tools {
    margin: 0 0 40px 0;
}

#project-filter-tools .filter-module {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}

#project-filter-tools label {
    color: #967643;
    font-size: 22px;
    margin: 0 15px 0 0;
}

#project-filter-tools #advanced-search {
    /*margin-left: 50px;*/
}

#project-filter-tools #advanced-search a {
    background: #abbc4a;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 5px 5px 5px;
}

#project-filter-tools #advanced-search a:hover {
    text-decoration: none;
    background: #761318;
}

.project-title, h1 .project-title a, .project-title h1 a {
    font-family: 'safetyregular', 'futura_icgbook', helvetica, arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0;
	color:#9a763e !important;
}

#titlebar .page-title {
    color: #d6bf93;
    margin: 0;
    font-size: 51px;
}

.entry-header {
    position: relative;
}
/*REPLACING THIS WITH STYLE BELOW:

.entry-title {
    font-family: 'safetyregular', 'futura_icgbook', helvetica, arial, sans-serif;
    color: #967643;
    font-size: 26px;
    border-bottom: 1px solid #967643;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
*/
.entry-title, h1.entry-title a, h2.entry-title a, h3.entry-title a, {
    font-family: 'Nunito Sans','futura_icgbook', helvetica, arial, sans-serif;
    color: #1b2b3c;
    font-size: 26px;
    font-weight: normal;
    text-transform:none;
    margin: 0 0 5px 0;
    font-weight:600;
}

.entry-header .entry-title a,
.entry-header .entry-title a:visited {
    color: #967643;
}

.entry-header .entry-title a:hover {
    color: #fff !important;
}

.entry-title a,
.entry-title a:visited {
    color: #967643;
}

.entry-header .entry-title h1  {
    font-family: 'Nunito Sans','futura_icgbook', helvetica, arial, sans-serif;
    color: #1b2b3c;
    font-size: 26px;
    font-weight: normal;
    text-transform:none;
    margin: 0 0 5px 0;
    font-weight:600;
}
.entry-header .entry-title a, .entry-title a {
	font-family: 'futura_icgbook', helvetica, arial, sans-serif;
    color: #1b2b3c;
    font-size: 26px;
    font-weight: normal;
    text-transform:none;
    margin: 0 0 5px 0;
    font-weight:400;
}



.entry-title a:hover {
    color: #761318;
}

/*WIDGETS*/
.widget {
    margin: 0 0 40px 0;
}

.widget:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.widget-title {
    font-size: 19px;
    font-family: "futura_icgbook";
    color: #9a763e;
    text-transform: uppercase;
    clear: both;
	line-height:24px;
	font-weight:400;
}

.widget .wp-caption {
    border: none;
}

.widget .wp-caption-text {
    text-align: left;
	font-size:13px;
}

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

#wrapper .widget .menu li {
    float: none;
}

#wrapper .widget .menu li:before {
    content: '';
    margin: 0;
}

#mc_embed_signup input[type="email"] {
    width: 100%;
    margin: 0 0 10px 0;
}

#mc_embed_signup input[type="submit"] {
    margin: 0 0 10px 0;
}


/*GLOBAL FOOTER*/
#global-footer {
    clear: both;
}

.bottom-wrapper {
    background: #eee;
    background: rgba(240, 240, 240, 0.8);
    border-top: 2px solid #ddd;
    margin-top: 30px;
}

#footer-top {
	background-color: #1B2B3C;
	padding: 15px 15px 30px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #efefef;
}

#footer-top h1,
#footer-top h2,
#footer-top h3,
#footer-top h4,
#footer-top h5,
#footer-top h6 {
    color: #efefef;
    font-family: 'Nunito Sans',"FuturaBT-Medium", "Arial Narrow Bold", sans-serif;
    font-weight:600;
}

#footer-top h4 {
    font-size: 23px;
    font-weight: 100;
    text-transform: none;
}

#footer-top p {
    font-family: 'Nunito Sans',"FuturaBT-Medium", sans-serif;
    font-weight:400;
}

#footer-top a {
    color: #fff;
}

.common-btn,
.common-btn:visited,
.common-btn:active {
    border-radius: 3px;
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    font-size: 14px;
    margin: 0 0 30px 0;
    vertical-align: middle;
    text-decoration:none !important;
}

.common-btn.green {
    background: #abbc4a;
}

.common-btn.yellow {
    background: #ccb33d;
}

.common-btn.red {
    background: #a91b22;
    margin: 0 0 10px 0;
    padding: 2px 15px;
}

.common-btn.red:hover,
.common-btn.red:focus,
.common-btn.red:active {
	background-color: #a91b22;
	color:#f6d3a0;
}

.common-btn.blue {
    background: #417bbb;
}

.common-btn.plum {
    background: #663344;
}

.common-btn.navy {
    background: #335070;
    color: #fff;
    font-size: 16px;
}

.common-btn.blue:hover,
.common-btn.blue:focus,
.common-btn.blue:active {
	background-color: #2d70bb;
	border-color: #2d70bb;
	color:#ffffff;
	}

.common-btn.green:hover,
.common-btn.green:focus,
.common-btn.green:active {
	background-color: #9ba947;
	border-color: #9ba947;
	color:#ffffff;
	}

.common-btn.yellow:hover,
.common-btn.yellow:focus,
.common-btn.yellow:active {
	background-color: #c7a711;
	border-color: #c7a711;
	color:#ffffff;
	}
	
.common-btn.navy:hover, 
.common-btn.navy:focus, 
.common-btn.navy:active {
    background-color: #4a74a3;
    border-color: #4a74a3;
    color: #fff;
}

.common-btn.pumpkin {
    background: #C77D08;
}

.common-btn.purple {
    background: 7D26C7;
}

.common-btn.purple:hover,
.common-btn.purple:focus,
.common-btn.purple:active {
	background-color: #883ec7;
	border-color: #883ec7;
	color:#ffffff;
	}

.common-btn.pumpkin:hover,
.common-btn.pumpkin:focus,
.common-btn.pumpkin:active {
	background-color: #c78722;
	border-color: #c78722;
	color:#ffffff;
	}


.common-btn:hover {
    text-decoration: none;
    color: #fff;
}

#footer-nav {
    padding: 5px 15px 5px 0px;
    float: right;
}

/*CONTENT MENUS*/
#nav-single {
    margin: 0 0 20px 0;
}

#nav-single:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#nav-single .nav-previous {
    float: left;
    display: block;
}

#nav-single .nav-next {
    float: right;
    display: block;
}

#wrapper .menu,
#wrapper .sub_navigation {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 19px;
    width: 100%;
}



#wrapper .menu:after,
#wrapper .sub_navigation:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }

#wrapper .menu li,
#wrapper .sub_navigation li {
    float: left;
}

#wrapper .menu li a,
#wrapper .sub_navigation li a {
    color: #1B2B4C;
	font-size:14px;
}



#wrapper .menu li:before,
#wrapper .sub_navigation li:before {
    content: "|";
    margin: 0 12px;
    color: #ddd;
}

#wrapper .menu li:first-child:before,
#wrapper .sub_navigation li:first-child:before {
    content: '';
    margin: 0;
}

#wrapper .menu, #wrapper .sub_navigation {
	font-size:15px;
}

/*COMMENTS*/
#commentform #comment {
    display: block;
    width: 100%;
}

.entry-header .comments-link a {
    background: #eee url(../png/comment-bubble.png) no-repeat;
    color: #666;
    font-size: 13px;
    font-weight: normal;
    line-height: 35px;
    overflow: hidden;
    padding: 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    text-decoration: none;
    width: 43px;
    height: 36px;
}

.entry-header .comments-link .leave-reply {
    display: none;
}

.commentlist {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}

.commentlist article.comment,
.commentlist .comment-body {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    margin: 0 0 30px 0;
    position: relative;
}

.commentlist .comment-author {
    padding: 10px 50px 10px 45px;
    background: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.commentlist .comment-author .fn {
    font-size: 16px;
}

.commentlist .comment-author .comment-meta {
    font-style: italic;
}

.commentlist .avatar {
    margin: 0 10px 10px 0;
    width: 54px !important;
    height: 54px !important;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -20px;
}

.commentlist .comment-content {
    padding: 15px 25px;
}

.commentlist .reply {
    position: absolute;
    top: 10px;
    right: 10px;
}

#reply-title {
    color: #000;
    font-family: 'Nunito Sans',"FuturaBT-Medium", "Arial Narrow Bold", sans-serif;
    font-weight:400;
}


/*VIDEOS*/
.wrap-nav-film {
    padding: 50px 0 30px 0;
}

.nav-film {
    width: 25%;
    float: left;
    text-align: center;
    margin: 0 0 20px 0;
}

.nav-film .nav-header {
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
}

.nav-film a {
    color: #000;
    text-decoration: none;
}

.single-videos .hentry .entry-title {
    border-bottom: none;
    margin: 0;
}

.single-videos .hentry .entry-content {
    padding: 10px 0;
    margin: 0 0 60px 0;
    border-bottom: 1px solid #967643;
}

/*.post-type-archive-videos .hentry .entry-title {
    font-size: 26px;
    border-bottom: 1px solid #967643;
}*/

#fireside-player {
    background: #761318 url("../png/fireside-films-bg2.png") no-repeat center 0;
    background-size: 100%;
    margin: 0 0 40px 0;
    padding: 14% 0 80px 0;
    max-width: 1000px;
}

#fireside-player iframe {
    margin: 0 auto;
    display: block;
}

/*PLUGIN OVEWRITES*/
#titlebar .addtoany_list {
    display: block;
    padding: 19px 0 10px 0;
}

#titlebar .addtoany_list a {
    color: #fff;
}


/*RESPONSIVE BEHAVIOR*/

@media (max-width: 700px) {
    .nav-film {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .nav-film {
        width: 100%;
    }
}

#gallery-4 .gallery-caption {
    display: none !important;
}

#gallery-4 .prj-slideshow-title h4 {
	font-size:15px !important;
	line-height:1.2em !important;
	text-align:left !important;
	}
