/*
Theme Name: Monadnock Website 2015
Template: bootstrap-basic
GitHub Theme URI: https://github.com/monadnockMedia/wp_theme
Version:			0.0.0.0
Author: Monadnock Media
Author URI: http://monadnock.org
*/.flex-justify-start {
  justify-content: flex-start;
}
.flex-justify-end {
  justify-content: flex-end;
}
.flex-justify-center {
  justify-content: flex-start;
}
.flex-justify-between {
  justify-content: flex-between;
}
.flex-justify-around {
  justify-content: flex-around;
}
/* */
.flex-align-center {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */

  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */

  display: -ms-flexbox;
  /* TWEENER - IE 10 */

  display: -webkit-flex;
  /* NEW - Chrome */

  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.flex-align-center-justified {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */

  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */

  display: -ms-flexbox;
  /* TWEENER - IE 10 */

  display: -webkit-flex;
  /* NEW - Chrome */

  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-align-bottom {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */

  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */

  display: -ms-flexbox;
  /* TWEENER - IE 10 */

  display: -webkit-flex;
  /* NEW - Chrome */

  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */

  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */

  display: -ms-flexbox;
  /* TWEENER - IE 10 */

  display: -webkit-flex;
  /* NEW - Chrome */

  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

}
.padFix {
  margin-left: 15px;
}
.futura {
  font-family: "futura";
}
.quicksandbold {
  font-family: "quicksandbold";
}
.quicksand {
  font-family: "quicksandregular";
}
.j_slab {
  font-family: "Josefin Slab";
}
.strong {
  font-weight: 700;
}
.j_sans {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.3em;
}
.text-standout {
  text-shadow: 0 0 12px #000000, 0 0 1px rgba(0, 0, 0, 0.9);
}
section {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mini-banner {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.tri-square {
  width: 100%;
  padding: 0;
  margin: 0;
}
.project-title {
  font-size: 2.25em;
  position: relative;
}
.project-text {
  font-size: 1.75em;
  top: 30%;
  left: -11%;
  position: relative;
}
.no-padding {
  padding: 0px;
}
.no-margin {
  margin: 0;
}
.about-sq {
  width: 170px;
  height: 170px;
}
#center-square {
  margin: 0px;
  padding: 0;
  height: 195px;
  width: 100%;
  overflow: hidden;
  font-size: 1.3em;
  /*	background: -webkit-radial-gradient(center, ellipse cover, rgba(106,207,247,1) 5%,rgba(98,176,221,1) 100%); */

}
/*#approachBanner {
	background-image:url('../img/approach/MosImage.jpg');
	height:488px;
	width:853px;
} */
.grad {
  background-image: -webkit-linear-gradient(left, #000000 20%, rgba(0, 0, 0, 0) 45%);
  background-image: -o-linear-gradient(left, #000000 20%, rgba(0, 0, 0, 0) 45%);
  background-image: linear-gradient(to right, #000000 20%, rgba(0, 0, 0, 0) 45%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#00000000', GradientType=1);
  /*	#gradient > .horizontal-three-colors(red; fade(red, 80);  50%;  fade(black, 0));
  background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0) 75%, rgba(0,0,0,0) 7%); */

}
.reverse-grad {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 30%, #000000 55%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 30%, #000000 55%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, #000000 55%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=1);
  -webkit-transition: background 1s;
}
.reverse-grad.hover {
  background: linear-gradient(to left, #ffffff, #ffffff, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 85%);
  -webkit-transition: background 1s;
}
.banner-gradient {
  float: none;
  vertical-align: middle;
  background-image: -webkit-linear-gradient(left, #005b76, #005b76 60%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, #005b76, #005b76 60%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, #005b76, #005b76 60%, rgba(0, 0, 0, 0));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005b76', endColorstr='#00000000', GradientType=1);
  /*background: -webkit-linear-gradient(left, rgba(95,165,211,1) 0%,rgba(106,207,247,1) 22%,rgba(106,207,247,1) 46%,rgba(98,176,221,1) 62%,rgba(95,165,211,0.92) 68%,rgba(111,176,222,0.7) 85%,rgba(125,185,232,0) 100%); */

}
.black-grad-up {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
}
.black-grad-up-strong {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 40%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 40%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 40%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
.services-gradient {
  background-image: -webkit-radial-gradient(circle, #005b76, #0083a9);
  background-image: radial-gradient(circle, #005b76, #0083a9);
  background-repeat: no-repeat;
  /*background: -webkit-radial-gradient(center, ellipse cover, rgba(120,220,230,1) 40%, rgba(106,180,255,1) 100%);*/

  /*	background: -webkit-radial-gradient(center, ellipse cover, rgba(120,220,230,1) 40%, rgba(106,180,255,1) 100%); */

  height: 360px;
}
.blue-gradient {
  background-image: -webkit-radial-gradient(circle, #005b76, #0083a9);
  background-image: radial-gradient(circle, #005b76, #0083a9);
  background-repeat: no-repeat;
  /*background: -webkit-radial-gradient(center, ellipse cover, rgba(120,220,230,1) 40%, rgba(106,180,255,1) 100%);*/

}
.wip {
	position: absolute;
	padding:10px;
	
	background: -moz-linear-gradient(-45deg, rgba(0,91,118,0.8) 0%, rgba(0,131,169,0.8) 40%, rgba(0,131,169,0.8) 56%, rgba(0,131,169,0.8) 71%, rgba(0,131,169,0.6) 76%, rgba(0,131,169,0) 81%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,91,118,0.8)), color-stop(40%,rgba(0,131,169,0.8)), color-stop(56%,rgba(0,131,169,0.8)), color-stop(71%,rgba(0,131,169,0.8)), color-stop(76%,rgba(0,131,169,0.6)), color-stop(81%,rgba(0,131,169,0))); /* Chrome,Safari4+ */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b76', endColorstr='#000083a9',GradientType=1 );
	
	top: 0%;
	left: 0%;
	color:white;
	width:20%;
	height:45%;
}

.wip-sm {
	position: absolute;
	padding:10px;
	background: -moz-linear-gradient(-45deg, rgba(0,91,118,0.8) 0%, rgba(0,131,169,0.8) 40%, rgba(0,131,169,0.8) 56%, rgba(0,131,169,0.8) 71%, rgba(0,131,169,0.6) 76%, rgba(0,131,169,0) 81%);
	
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,91,118,0.8)), color-stop(40%,rgba(0,131,169,0.8)), color-stop(56%,rgba(0,131,169,0.8)), color-stop(71%,rgba(0,131,169,0.8)), color-stop(76%,rgba(0,131,169,0.6)), color-stop(81%,rgba(0,131,169,0))); /* Chrome,Safari4+ */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b76', endColorstr='#000083a9',GradientType=1 );
	top: 0%;
	left: 0%;
	color:white;
	width:30%;
	height:45%;
}
.wip-xs {
	position: absolute;
	padding:4px;
	background: -moz-linear-gradient(-45deg, rgba(0,91,118,0.8) 0%, rgba(0,131,169,0.8) 40%, rgba(0,131,169,0.8) 56%, rgba(0,131,169,0.8) 71%, rgba(0,131,169,0.6) 76%, rgba(0,131,169,0) 81%);
	
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,91,118,0.8)), color-stop(40%,rgba(0,131,169,0.8)), color-stop(56%,rgba(0,131,169,0.8)), color-stop(71%,rgba(0,131,169,0.8)), color-stop(76%,rgba(0,131,169,0.6)), color-stop(81%,rgba(0,131,169,0))); /* Chrome,Safari4+ */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b76', endColorstr='#000083a9',GradientType=1 );
	top: 0%;
	left: 0%;
	color:white;
	width:60%;
	height:28%;
}


.absolute {
  position: absolute;
}
.brick {
  height: 120px;
  overflow: hidden;
}
.brick-md {
  height: 100px;
  overflow: hidden;
}
.brick-md-ap {
  height: 103px;
  overflow: hidden;
}
.brick-sm {
  height: 83px;
  overflow: hidden;
}
.component.brick {
  height: 360px;
}
.big-brick {
  height: 380px;
  overflow: hidden;
}
.trans {
  opacity: 0.5;
  border: 2px dashed black;
}
.above {
  position: absolute;
  min-width: 100%;
  top: 0;
}
.relative {
  position: relative;
}
.black {
  background-color: black;
}
.above_wrap {
  position: relative;
  left: 0;
  top: 0;
}
/*Parent Theme fixes*/
#main-column .post,
#main-column .page {
  border: none ;
  margin-bottom: 15px;
}
article {
  border: none;
}
.col,
.row {
  overflow: hidden;
}
/*custom nav bar */
header {
  margin-top: 15px;
}
.navbar {
  margin-bottom: 0;
  background-color: transparent ;
  border: none;
}
.navbar-custom {
  background-color: transparent;
  color: #0083a9;
  border-radius: 0;
}
.navbar-custom > li > a {
  font-family: futura;
  font-size: 1.4em;
  margin-right:10px;
  float:left;
}
.navbar-custom > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #29cfff;
  background-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #eeeeee;
}
.nav > ul {
  border: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.nav > li {
  line-height: 3em;
}
#menu-primary-navigation {
  /*	width:625px; */

}
#menu-primary-navigation li {
  /*	width:125px; */

  float: left;
  text-align: center;
}
/* .header-logo {
	margin-top:2%;
}

.header-nav {
	margin-top:2%;
} */
/*.text-warning {
	margin-top:@pad;
} */
.entry-title {
  margin-left: -15px;
  font-family: "quicksandregular";
  color: #0083a9;
}
.entry-title-wrap {
  width: 100%;
  height: 100%;
  background-color: #454545;
  border-top: 2px solid black;
}
.entry-title-single {
  /*	background-color:#454545; 
	border-top:2px solid black;
	border-bottom:3px solid black; 
	height:460px; */

  margin-bottom: 15px;
  overflow: hidden;
}
/*.entry-title-single-project {
	background-color:#454545;
	border-top:2px solid black;
	border-bottom:3px solid black; 
	height:460px;
	margin-bottom:15px;
	overflow:hidden;
} */
/*.entry-title-thumbnail {
	position:absolute;
	top:22%;
} */
.listitem {
  height: 100%;
  background-color: #454545;
}
/*.entry-title-thumbnail-project {
	position:absolute;
	top:28%;
	
} */
.entry-title {
  margin-top: 10px;
  padding-left: 25px;
}
.entry-sub-title {
  padding-left: 15px;
}
.featured-image {
  width: 100%;
}
.entry-content {
  padding: 35px;
  padding-right: 40px;
  padding-bottom: 0px;
}
.entry-content hr {
  width: 50%;
}
.entry-content p {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.3em;
}
.entry-content p::first-letter {
  font-weight: 800;
  font-size: 1.2em;
}
.img-quote {
  position: absolute;
  font-size: 1.5em;
  line-height: 1.5em;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px;
  width: 100%;
  height: 20%;
  text-align: center;
  top: 80%;
}
.prj-title-strip {
  color: #ffffff;
  line-height: 35px;
  margin-left: 670px;
  margin-top: 25px;
  -webkit-transition: color 1s;
}
.prj-title-strip.hover {
  color: black;
  -webkit-transition: color 1s;
}
.mono {
  font-family: 'source_code_pro';
  line-height: 1.2em;
}
address {
  margin: 0;
  text-align: right;
}
.pix_sm {
  padding: 0;
}
.pix_sm > img {
  height: 77px;
}
.col-md-3 i {
  display: block;
  text-align: center;
}
.gi-2x {
  font-size: 200%;
}
.white {
  color: #f7f7f1 !important;
}
a > i {
  font-color: white;
}
a:hover {
  text-decoration: none;
}
#site-footer {
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 1em;
}
dl {
  font-family: monospace;
}
.entry-title,
.list-title,
.section-title {
  font-family: "futura";
}
.list-title {
  text-shadow: 0px 0px 3px black;
}
.component.list-title {
  padding: 15px;
  margin: 0;
  padding-bottom: 5px;
  width: 100%;
}
body {
  background-image: url("./img/pix_lg.png");
  background-attachment: fixed;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.pollock {
  background-image: url("./img/pollock.JPG");
  background-size: 300%;
  background-position: bottom;
}
.inline {
  display: inline;
}
.person {
  margin-top: 1em;
  height: 100px;
}
.avatar {
  width: 90px;
  height: 90px;
  margin-right: 1em;
  box-shadow: 1px 1px 4px #000000, -1px -1px 2px rgba(255, 255, 255, 0.2);
}
.small-caps {
  font-variant: small-caps;
}
.jumbo {
  font-size: 3.7em;
}
hr {
  border: 0;
  height: 2px;
  background-image: -webkit-linear-gradient(left, rgba(69, 69, 69, 0.2), #999999 50%, rgba(69, 69, 69, 0.2));
  background-image: -o-linear-gradient(left, rgba(69, 69, 69, 0.2), #999999 50%, rgba(69, 69, 69, 0.2));
  background-image: linear-gradient(to right, rgba(69, 69, 69, 0.2), #999999 50%, rgba(69, 69, 69, 0.2));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33454545', endColorstr='#33454545', GradientType=1);
  /* background: #333;
	    background-image: -webkit-linear-gradient(right,  #333, #666, #333); 
	    background-image:    -moz-linear-gradient(right,  #333, #666, #333); 
	    background-image:     -ms-linear-gradient(right,   #333, #666, #333); 
	    background-image:      -o-linear-gradient(right,  #333, #666, #333);*/

  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
hr.approach {
  border: 0;
  height: 2px;
  background-image: none;
  box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}
hr.fade {
  /* Gradient color1 - color2 - color1 */

  border: 0;
  height: 1px;
  background: #333;
  background-image: -webkit-linear-gradient(right, #cccccc, #333333);
  background-image: -moz-linear-gradient(right, #cccccc, #333333);
  background-image: -ms-linear-gradient(right, #cccccc, #333333);
  background-image: -o-linear-gradient(right, #cccccc, #333333);
}
#content {
  min-height: 90vh;
}
.approach-align {
  margin-left: -30%;
  margin-top: 15%;
  display: inline-block;
}
.text-black {
  color: black;
}
.full-height {
  height: 100%;
}
.full-width {
  width: 100%;
}
.banner {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-collapse.collapse {
display: block!important;
}

.navbar-nav>li, .navbar-nav {
float: left !important;
}

.navbar-nav.navbar-right:last-child {
margin-right: -15px !important;
}

.navbar-right {
float: right!important;
}
.detail-label {
  line-height: 3em;
  top: 90%;
}
.artful-label {
  padding: 20px;
}
dd {
  font-family: "Josefin Sans";
}
dt {
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1em;
}
dd,
dt {
  margin: 0;
  padding: 0;
  font-family: ;
  font-weight: normal;
}
.plans {
  /*height: 330px;*/
}
main ul {
  padding-left: 1em;
  border-left: 2px solid #0083a9;
  list-style: none;
}
ul.services {
  border-left: 2px solid #0083a9;
  margin-left: 60px;
}
main li {
  text-indent: -1em;
  margin-left: 1em;
  font-family: "Josefin Sans";
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.3em;
}
#video-element:focus {
  outline: 0;
}
#jwplayer-0:focus {
  outline: 0;
}
.quote {
  font-family: "Josefin Slab";
}
.text-grey {
  color: #999999;
}
.placard {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  border: 1px solid #949599;
  text-align: center;
  padding: 15px;
  color: black;
  background-color: rgba(255, 255, 255, 0.9);
}
.placard h2 {
  margin: 0;
  padding: 0;
}
.placard:hover {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}
.carousel-indicators {
  top: 90%;
}
.carousel-indicators li {
  border: none;
  border-radius: 0;
  background-color: #84d9f1;
}
