/* @override 

	http://nsm.perlecreative.co/wp-content/themes/nsm/css/site.css */




/* ************** */
/* Fonts Styles */
/* ************** */


/* ************** */
/* Default Styles */
/* ************** */

/* General */

/* For fixed headers*/

body {

}

p, td, div, label, input, textarea {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
}

h1, h2 {
	font-weight: 600;
	color: #213A51;
}

h1 {

}

h2 {
	font-size: 34px;
	margin: 0 0 1em 0;
}

h3, h4, h5, h6 {
	font-weight: 600;
	color: #213A51;
}

strong {
	font-weight: 600;
}

em {
	
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
	
}

label {
	font-weight: normal;
}

hr {
	border: none;
	border-bottom: 2px solid #000;
}

ul {
	padding-left: 15px;
}

ul li {
	margin-bottom: 5px;
}

a {
	color: #213A51;
}

/* edge to edge */



/* Panels */

.border {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 10px;
	width: 100%;
	clear: both;
	background: url(../img/border.png) center 0;
}

.image {
	padding-bottom: 20px;
	text-align: left;
}

.image.right {
	text-align: right;
}

.image.left {
	text-align: left;
}

/* Introduction */

#introduction {
	position: relative;
}



/* Full Width Image */

.full-img {
	padding: 0;
}

.full-img img {
	width: 100%;
	height: auto;
}

.full-img h2 {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -45px 0 0 0;
	width: 100%;
	font-size: 90px;
	line-height: 1;
}

/* Text Panels */

.content-panel {

}

.text-panel, .background-full-text-panel {
	position: relative;
	padding: 40px 0 80px 0;
}

.text-panel p, .text-panel td, .text-panel li {
	
}

.text-panel h3 {
	
}

#about {
	height: 90%;
	padding: 0;
}

#about .container {
	height: 100%;
	padding: 120px 0 80px 0;
}

#about .cont-bg {
	float: left;
	background: #213A51;
	margin: 0 30px;
	padding: 40px 0 0 0;
}

#about .image:first-child {
	margin-top: -43%;
}

#about p {
	color: #fff;
	margin-bottom: 2em;
}

#about .row {

}

#services {
	background: url(../img/bg_grey.png) center top repeat-y #dfe0df;
}


#testimonials .container {
	background: url(../img/bg_grey.png) center top repeat-y #dfe0df;
	padding: 40px 20px;
}

#testimonials h2 {
	font-size: 38px;
	color: #213A51;
	margin: 0 0 1em 0;
}

#testimonials p, #testimonials li {
	font-size: 16px;
	margin-bottom: 2em;
}

#testimonials em {	
	color: #213A51;
	font-style: normal;
}

#contact {
	color: #fff;
	height: 90%;
}

#contact h2 {
	color: #fff;
}


/* Contact Form */

span.wpcf7-not-valid-tip {
	color: #980F20;
	background-color: #f2dede;
	border-color: #eed3d7;
	border-width: 0 1px 1px;
	border-style: solid;
	padding: 3px 12px;
}

.wpcf7 .wpcf7-validation-errors, #tribe-events #message.error {
	display: block;
	color: #980F20;
	background-color: #f2dede;
	border-color: #eed3d7;
	margin: 0 0 10px;
	padding: 10px;
}


.wpcf7 div.wpcf7-mail-sent-ok, #message.success {
	display: block;
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	margin: 0 0 10px;
	padding: 10px;
}


/* ********************* */
/* Form/Button Overrides */
/* ********************* */

input, select, textarea, button, .label {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.btn-primary {

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {

}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {


}

.wpcf7-form textarea, .wpcf7-form .wpcf7-text {
	background: none;
	border-width: 2px;
	
} 

.btn-lg {

}

.wpcf7-form label em {

}

/* *************** */
/* Packry Specific */
/* *************** */

#packery-block {
	margin: 0 15px;
}


/* Packry Category */

.item {
	width: 31%;
	margin: 0 2% 2% 0;
	background: #fff;
}

.overlay {
	background-color: #000;
	background-color: rgba( 0, 0, 0, 0.8);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
}

.overlay span {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	/*background: url('../img/hover.png') no-repeat center center;*/
}

.item:hover .overlay, .item:hover .post-link {
	display: block;
}


.post-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 999;
}



/* ************* */
/* Site Specific */
/* ************* */

/* Type */


/* body */

html, body {
	width: 100%;
	height: 100%;
}

body {
	padding: 0 0 0 0;
}

#wrap {
	height: 100%;
}


/* Header / Nav */

#top-nav {
	height: 100px;
	background: #000;
	border: none;
	overflow: visible;
	display: none;
}

#top-nav .container {
	position: relative;
}

#top-nav .border {
	bottom: -10px;
}

#phone {
	position: absolute;
	top: 15px;
	right: 15px;
}

#phone p {
	font-size: 20px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}

#top-nav .navbar-header {
	width: auto !important;
}

#top-nav .container-fluid {
}

#full-nav {
	margin-top: 52px;
}

#site-brand {
	margin-top: 8px;
	height: 90px;
}

#site-brand span {
	position: absolute;
	left: -1000px;
	top: -1000px;
	font-size: 0;
}

#site-brand img {
	height: 60px;
	width: 266px;
}

#top-nav li {
	margin: 0;
}

#top-nav li a {
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
}

#top-nav li:last-child a {
	padding-right: 0;
}

#top-nav li a:hover, #top-nav li.active a, #top-nav li.current-menu-parent a, #top-nav li.current-post-parent a, #top-nav li.current-post-ancestor a {
	color: #8b98a4;
	background: none;
	font-weight: 600;
}

.icon-bar {

}

.imgbg {
	background-size: cover !important;
	-ms-behavior: url('../js/backgroundsize.min.htc');
	background-position: center center !important;
	background-repeat: no-repeat !important;
	min-height: 80%;
}


/* Footer */

footer {
	clear: both;
	/*height: 75px;*/
	height: 40px;
	padding: 5px 0 20px 0;
	color: #fff;
	text-align: right;
	background: url(../img/border.png) center 0;
}

footer p {
	margin: 0;
}

footer .copyright {

}

/* Introduction */

#introduction {
	height: 100%;
	width: 100%;
	position: relative;
	text-align: center;
}


#introduction .container, #introduction .row, #introduction .col-sm-12 {
	height: 100%;
}


#introduction h1 {
	margin: 0 0 0.6em 0;
}

#introduction h3 {

}

#introduction p {

}

#introduction .content-container {
	float: none;
	margin: 0 auto;
	padding: 0 10%;
	vertical-align: middle;
}

#logo-intro {
	width: 340px;
	padding: 40px 40px 30px 40px;
	margin: 0 auto;
	background: #000;
}

#logo-intro img {
	width: 100%;
	height: auto;
}

#logo-intro p {
	margin: 1em 0 0 0;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
}

#scroll {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -90px;
	background: #000;
	width: 180px;
	height: 90px;
	padding: 20px 20px 15px 20px;
	cursor: pointer;
	cursor: hand;
}

#scroll p {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
}

#scroll:hover p {
	color: #8b98a4;
}

#scroll .arrw {
	position: relative;
	display: block;
	width: 46px;
	height: 23px;
	margin: 10px auto 0 auto;
	background: url(../img/icn_down.png) left top no-repeat;
}

/* Contact */



/* Category */

#packery-block {
	margin-top: 20px;
}

#container-category {
	padding-top: 75px;
}

#container-category h1 {
	margin-top: 0;
}

#category-description p {
	color: #fff;
	font-size: 17px;
}

.item {
	width: 31%;
	margin: 0 2% 2% 0;
}

.thumbnail-wrapper img{
	width: 100%;
	height: auto;
}

.item .inner {
	padding: 15px 15px 40px 15px;
}

.item h2 {
	margin-top: 0;
	font-size: 17px;
}

.item .inner p {
	font-size: 14px;
}

.post-metas {
	position: absolute;
	width: 100%;
	margin-left: 0;
	left: 0;
	bottom: 15px;
}

.post-metas .col-xs-4 {
	text-align: right;
}

.post-metas span {
	font-size: 11px;
}

.post-metas .date {
	text-align: right;
	white-space: nowrap;
	vertical-align: baseline;
}

.label-default {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	background: #D0D0D0;
}

/* Page/Post */

#header-container {

}

#feature-image-panel {
}

#feature-image-panel img {}

#article-container {

}

#article-meta time {

}

#article-meta .categories {
}

#article h1 {

}


/* *********** */
/* Custom Misc */
/* *********** */


.bg-wrap-black {
	position: relative;
	background: #000;
	margin: -20px;
	padding: 20px;
}



/* ********** */
/* Responsive */
/* ********** */

@media (max-width: 600px) {


	.logo-container img {
		width: 100%;
		height: auto;
		margin: 0;
	}


}


@media (max-width: 768px) { 



}

@media (max-width: 991px) {
	.image img {
		width: 100%;
		height: auto;
	}
	
	
}


@media (max-width: 480px) {

	#site-brand {
		margin-top: 8px;
		width: 250px;
		padding-top: 18px;
	}
	
	#site-brand img {
		width: 100%;
		height: auto;
	}
	
	#logo-intro {
		display: none;
	}
	
	h2 {
		font-size: 28px;
	}
	

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

	.image img {
		width: 100%;
		height: auto;
	}

}

@media (min-width: 1200px) {


}

@media (max-width: 767px) {
	
	body {
		padding: 100px 0 0 0;
	}
	
	#top-nav {
		display: block !important;
	}

	#full-nav {
		float: none !important;
		margin-top: 10px;		
		background: #000;
		border: none;
	}
	
	.icon-bar {
		background: #fff !important;
	}

	#phone {
		display: none;
	}
	
	#about .image {
		margin: 0 !important;
	} 
	
	#about {
		height: auto;
	}
	
	#about .container {
		padding: 0;
	}
	
	.navbar-toggle {
		margin-top: 30px;
	}
	
	.image.right {
		text-align: left;
	}
	
	.col-sm-4.col-sm-offset-4 {
		padding-top: 20px;
	}
	
}


@media (min-width: 768px) and (max-width: 991px) {


}


@media (min-width: 992px) and (max-width: 1199px) {


}

@media (min-width: 1200px) {


}


/* IE */

html.ie8 #introduction .content-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}