/*
Theme Name: NBPC
Description: Wordpress Theme Designed for NBPC.
Author: Drogin Group
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[FONTS]------------------------*/
/*------------------------------------------------*/
@import url(fonts/font-awesome/font-awesome.min.css);
/*------------------------------------------------*/
/*-----------------[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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
:before, :after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
html, body {
	height: 100%;
}
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0;
}
ol {
	margin:0 0 10px 1.5em
}
ul {
	margin:0 0 10px 1.5em
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
body {
	background: none repeat scroll 0 0 #f3f3f3;
}
body, input, textarea {
	color: #000;
	font-family: "proxima-nova", sans-serif;
	font-size: 17px;
	line-height: 1.82em;
}
a {
	color: #A0935F;
	outline: medium none;
	text-decoration: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
a:hover {
	color:  #000;
}
.clear {
	clear: both;
}
img {
	max-width:100%;
	height:auto
}
iframe {
	max-width: 100%;
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.1em;
	padding-bottom: 0.6em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.17em;
}
h4 {
	font-size: 1.12em;
}
h5 {
	font-size: .83em;
}
h6 {
	font-size: .75em;
}
p {
	margin-bottom: 2.1em;
}
ul {
	margin-bottom: 2em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
ins {
	text-decoration: none;
}
pre {
	background-color: #F5F5F5;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 9.5px;
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
hr {
	background: none repeat scroll 0 0 #D8D8D8;
	border: medium none;
	clear: both;
	height: 1px;
	margin: 12px 0;
}
blockquote {
	border-left: 5px solid #EEEEEE;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}
blockquote p {
	display:inline;
	line-height:inherit;
	font-weight:400;
}
blockquote p:before, blockquote p:after {
	display:inline-block;
	font-family:FontAwesome;
	opacity:0.5;
	font-size:13px;
}
blockquote p:before {
	content:'\f10d';
	margin-right:5px;
	vertical-align:11px;
}
blockquote p:after {
	content:'\f10e';
	margin-left:5px;
	vertical-align:7px;
}
blockquote cite {
	color: #005eb6;
	display: block;
}
input[type="text"], input[type="email"], input[type="tel"], input.text, input.title, textarea, select {
	border: 2px solid #C4C4C4;
	background: none;
	font-size: 0.941em;
	line-height: 1.5em;
	padding: 7px 10px;
	background: #fff;
}
input[type="submit"], button, .button {
	border: none;
	cursor: pointer;
	font-family: Libre Franklin;
	font-style: normal;
	font-weight: 700;
	font-size: .705em;
	line-height: 1.2em;
	letter-spacing: 2.4px;
	color: #FFFFFF;
	background: #A0935F;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	padding: 13px 20px;
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus, .button:hover {
	background:#222;
	color:#fff
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.screen-reader-text {
	text-indent:-9999px;
	display:none
}
table {
	background: none repeat scroll 0 0 #EEEEEE;
	border-collapse: separate;
}
table th {
	background: none repeat scroll 0 0 #F6F6F6;
	font-weight: 700;
	padding: 5px 10px;
	text-align: left;
}
table td {
	background: #fff;
	padding: 5px 10px;
}
/*------------------------------------------------*/
/*----------------------[GRIDS]-------------------*/
/*------------------------------------------------*/
.row {
	margin: 0 -15px;
	position: relative;
}
.row:after, .row:before {
	content: " ";
	display: table;
	clear: both;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.grid12 {
	width: 100%
}
.grid11 {
	width: 91.66666667%
}
.grid10 {
	width: 83.33333333%
}
.grid9 {
	width: 75%
}
.grid8 {
	width: 66.66666667%
}
.grid7 {
	width: 58.33333333%
}
.grid6 {
	width: 50%
}
.grid5 {
	width: 41.66666667%
}
.grid4 {
	width: 33.33333333%
}
.grid3 {
	width: 25%
}
.grid2 {
	width: 16.66666667%
}
.grid1 {
	width: 8.33333333%
}
.row > .grid3:nth-child(4n+1) {
 clear: both
}
.row > .grid6:nth-child(2n+1) {
 clear: both
}
/*------------------------------------------------*/
/*-------------------[TYPOGRAPHY]-----------------*/
/*------------------------------------------------*/
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.flex.reverse {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.space10 {
	clear:both;
	height:10px
}
.space20 {
	clear:both;
	height:20px
}
.space30 {
	clear:both;
	height:30px
}
.space40 {
	clear:both;
	height:40px
}
.space50 {
	clear:both;
	height:50px
}
#searchsubmit {
	font-family:FontAwesome
}
.arrowList {
	margin-left: 0;
	list-style: none;
	font-size: 1.22em;
	line-height: 1.2em;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 1.3em;
}
.arrowList > li {
	position: relative;
	padding-left: 23px;
	padding-bottom: 19px;
}
.arrowList > li::before {
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 5.5px 0 5.5px 11px;
 border-color: transparent transparent transparent #a0935f;
 position: absolute;
 left: 3px;
 top: 8px;
 content: '';
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 40px;
	margin-top: 6px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 40px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
.wrapper {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 1470px;
	padding-left: 15px;
	padding-right: 15px;
}
.wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#container {
	width: 74%;
	padding: 32px 43px 33px 30px;
	background-color:#fff;
}
#sidebar {
	width: 26%;
	padding: 20px 0px 20px 0px;
	position: relative;
	text-align: center;
	background: #F3F3F3;
}
/*------------------------------------------------*/
/*----------------------[HEADER]------------------*/
/*------------------------------------------------*/
#header {
	padding: 16px 0;
	position: relative;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
}
#logo {
	float:left
}
#logo h1 {
	padding:0
}
#logo h1 a {
	display:block;
	background-image:url(images/logo.png);
	text-indent:-9999px;
	width: 168px;
	height: 168px;
	box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.45);
	border-radius:100%;
}
#headerTop {
	position: absolute;
	right: 30px;
	top: 1px;
}
#headerSearch {
	float:right
}
#headerDonate {
	float: right;
	padding-left: 8px;
}
#headerDonate a {
	display: block;
	background: #A0935F;
	font-family: Libre Franklin;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 0.764em;
	letter-spacing: 2.6px;
	color: #000000;
	text-transform: uppercase;
	padding: 10px 10px;
	height: 37px;
	width: 105px;
	text-align: center;
}
#headerSocial {
	float: left;
	padding-right: 10px;
	padding-top: 2px;
}
#headerSocial a {
	display: inline-block;
	margin-right: 8px;
	display: inline-block;
	font-size: 1.4em;
	vertical-align: middle;
	line-height: 0.8em;
	color: #a2a2a2;
}
#headerSearch form {
	border: 2px solid #5E5E5E;
	width: 279px;
	height: 35px;
	margin-top: 1px;
	position: relative;
	padding-right: 35px;
}
#headerSearch input[type="text"] {
	font-family: Lato;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 0.941em;
	color: #7D7D7D;
	background: none;
	border: none;
	padding: 5px 10px;
}
#headerSearch #searchsubmit {
	background: none;
	padding: 0;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #7D7D7D;
	width: 35px;
	height: 33px;
	right: 2px;
	position: absolute;
	top: 0px;
	line-height: 0.8em;
	display: block;
	text-align: center;
	padding-bottom: 3px;
}
#navigation {
	float: left;
	padding-left: 44px;
	padding-top: 83px;
}
#navigation > ul.desktopMenu {
	margin:0;
	padding:0;
	list-style:none
}
#navigation > ul.desktopMenu > li {
	float: left;
	position: relative;
	padding-right: 40px;
}
#navigation > ul.desktopMenu > li > a {
	display:block;
	font-style: normal;
	font-weight: bold;
	line-height: 1.45em;
	font-size: 1.176em;
	text-transform:uppercase;
	color:#fff;
}
#navigation > ul.desktopMenu > li.menu-item-has-children > a {
	padding-right:20px;
	position:relative;
}
#navigation > ul.desktopMenu > li.menu-item-has-children > a::after {
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 11px 5.5px 0 5.5px;
 border-color: #a0935f transparent transparent transparent;
 content: '';
 position: absolute;
 top: 9px;
 right: 0px;
}
#navigation > ul.desktopMenu > li > ul {
	position: absolute;
	width: 180px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #A0935F;
	z-index: 9;
	display:none;
}
#navigation > ul.desktopMenu > li > ul > li {
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	position:relative
}
#navigation > ul.desktopMenu > li > ul > li > a {
	display: block;
	color: #fff;
	padding: 8px 15px;
	font-size: 0.9em;
	line-height: 1.4em;
}
#navigation > ul.desktopMenu > li > ul > li > a:hover {
	background:rgba(0, 0, 0, 0.1)
}
#navigation > ul.desktopMenu > li > ul > li > ul {
	position: absolute;
	width: 180px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #A0935F;
	z-index: 9;
	display: none;
	left: 180px;
	top: 0;
}
#navigation > ul.desktopMenu > li > ul > li > ul > li {
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	position:relative
}
#navigation > ul.desktopMenu > li > ul > li > ul > li > a {
	display: block;
	color: #fff;
	padding: 8px 15px;
	font-size: 0.9em;
	line-height: 1.4em;
}
#navigation > ul.desktopMenu > li > ul > li > ul > li > a:hover {
	background:rgba(0, 0, 0, 0.1)
}
/*------------------------------------------------*/
/*-----------------------[PAGE]-------------------*/
/*------------------------------------------------*/
#main .wrapperIn {
	box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.1);
}
.pageTitle {
	font-family: Fira Mono;
	font-style: normal;
	font-weight: 700;
	line-height: 1.08em;
	font-size: 2.94em;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding-bottom: 0.4em;
}
.pageEntry {
	font-size:1.058em
}
body.page p.intro {
	font-size:1.22em;
	line-height:1.59em
}
#featuredCatPosts {
	padding-top: 37px;
}
.widget-title.bxLable.center {
	text-align: center;
	color: #ADADAD;
	text-transform: uppercase;
	position: relative;
	font-size: 0.88em;
	padding-bottom: 14px;
	margin-bottom:10px;
}
.widget-title.bxLable.center:after {
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	border-bottom:solid 2px #ADADAD;
	width:42px;
	margin-left:-21px;
}
#featuredCatPosts .featuredPostBx {
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
}
.featuredPostImg {
	height: 120px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 17px;
}
.featuredPostTitle {
	font-weight: 400;
	font-size: 1.05em;
	font-family: "bebas-neue", sans-serif;
	line-height: 1.2em;
}
.featuredPostTitle a {
	color:#000
}
.featuredPostTitle a:hover {
	color: #A0935F;
}
/*------------------------------------------------*/
/*----------------------[SIDEBAR]-----------------*/
/*------------------------------------------------*/
#sidebar .widget-container {
	padding-left: 35px;
	padding-right: 35px;
}
#sidebarSocial {
	padding-bottom:30px;
}
#sidebarSocial a {
	display: inline-block;
	font-size: 1.647em;
	vertical-align: middle;
	line-height: 0.8em;
	margin: 0 7px;
	color: #a2a2a2;
}
#sidebarSocial a:hover {
	color:#000
}
#sidebar .gform_title {
	font-family: Fira Mono;
	font-style: normal;
	font-weight: 700;
	font-size: 0.76em;
	letter-spacing: 2.6px;
	color: #7D7D7D;
	text-transform: uppercase;
	line-height: 1.1em;
	padding-bottom: 0.9em;
}
ul.gform_fields {
	margin:0;
	padding:0;
	list-style:none
}
ul.gform_fields > li.gfield {
	position: relative;
	padding-bottom: 14px;
}
ul.gform_fields > li.gfield input[type="text"] {
	display:block;
	width:100%;
	text-align:center;
}
.gform_footer img {
	position:absolute
}
.gform_footer input[type="submit"] {
	padding-left:40px;
	padding-right:40px
}
.validation_error {
	display: none;
}
.gfield_description.validation_message {
	position: absolute;
	line-height: 1.1em;
	font-size: 0.6em;
	font-weight: 500;
	color: red;
}
/*------------------------------------------------*/
/*--------------------[SINGLE POST]---------------*/
/*------------------------------------------------*/
.postCat {
	float:left;
	padding-right:20px;
}
.postCat a {
	font-family: Fira Mono;
	font-style: normal;
	font-weight: 500;
	font-size: 1.17em;
	letter-spacing: 4px;
	text-transform: uppercase;
	display: block;
	line-height: 1.1em;
	padding: 3px 19px 1px;
	background: #C4C4C4;
	color: #fff;
	height:26px;
}
.postShare {
	float:left
}
.postShare ul {
	margin:0;
	padding:0;
	list-style:none
}
.postShare ul li {
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
}
.postShare ul li a {
	display: block;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 700;
	padding: 6px 17px;
	font-size: 0.65em;
	height: 26px;
	color: #fff;
	background: #C4C4C4;
}
.postShare ul li a .fa {
	font-size: 1.2em;
	margin-right: 5px;
}
.postShare ul li a.twTweet {
	background:#1DA1F2
}
.postShare ul li a.fbShare {
	background:#3B5998
}
.postMetaHead {
	padding-bottom: 10px;
}
.postTitle {
	color: #000;
	font-family: "bebas-neue", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.08em;
	font-size: 2.94em;
	letter-spacing: -1px;
	padding-bottom: 0.1em;
}
.postMeta {
	font-style: normal;
	font-weight: 500;
	font-size: 0.764em;
	letter-spacing: 0.15em;
	color: #7D7D7D;
	text-transform: uppercase;
	padding-bottom: 17px;
}
.singlePostImg {
	height: auto;
	width: 100%;
}
.singlePostImg img{display:block; margin:0 auto}
.imgcaption {
	text-transform: uppercase;
	font-family: Libre Franklin;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4em;
	font-size: 0.764em;
	letter-spacing: 1.95px;
	color: #7D7D7D;
	padding-top: 12px;
}
.singleImgArea {
	padding-bottom:26px
}
body.single p.intro {
	font-family: Libre Franklin;
	font-style: italic;
	font-weight: 300;
	line-height: 1.6em;
	font-size: 1.176em;
	color: #828282;
	margin-bottom: 1.6em;
}
.postIntro {
	font-family: Libre Franklin;
	font-style: italic;
	font-weight: 300;
	line-height: 1.6em;
	font-size: 1.176em;
	color: #828282;
	margin-bottom: 1.6em;
}
#nxtPrevPosts {
	border-top: solid 1px #DDDDDD;
	padding-top: 20px;
	position: relative;
	padding-bottom:20px
}
.nxtPrevLink a {
	display: inline-block;
	font-family: Fira Mono;
	font-style: normal;
	font-weight: 500;
	font-size: 1.17em;
	letter-spacing: 4px;
	color: #FFFFFF;
	background: #C4C4C4;
	text-transform: uppercase;
	line-height: 1em;
	vertical-align: top;
	padding: 5px 12px;
}
.nxtPrevLink a:hover {
	background-color:#000
}
.nxtPrevCat {
	padding-top: 18px;
	text-transform: uppercase;
	line-height: 1.4em;
	font-weight: 500;
	font-size: 0.7em;
	letter-spacing: 0.2em;
	color: #7D7D7D;
}
.nxtPrevTitle {
	padding-top: 15px;
	font-family: "bebas-neue", sans-serif;
	font-weight: 400;
	line-height: 1.07em;
	font-size: 1.58em;
	letter-spacing: -0.54px;
	color: #000000;
}
.nxtPrevTitle a {
	color:#000
}
.entry .fluid-width-video-wrapper {
	clear:both
}
/*------------------------------------------------*/
/*---------------------[HOMEPAGE]-----------------*/
/*------------------------------------------------*/
body.home #container {
	padding-top: 30px;
	padding-left:0;
	padding-right:0;
}
#featuredTopPosts {
	border-bottom: solid 1px #DDDDDD;
	padding-bottom: 43px;
	margin-bottom: 20px;
}
#featuredHome1 {
	display:table;
	width:100%;
	table-layout:100%
}
.featuredHomeImg {
	display: table-cell;
	width: 32%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	vertical-align:middle;
	position:relative;
}
.postimgover{
	position:absolute; width:100%; height:100%; left:0; top:0;
}
.featuredHomeDesc {
	display: table-cell;
	vertical-align: middle;
	width: 68%;
	padding-left: 28px;
}
.featuredHomeDesc.noImg {
	width: 100%;
	padding-left: 0;
}
.featuredHomeTag {
	vertical-align: top;
	display: inline-block;
	background: #c4c4c4;
	font-family: Fira Mono;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2em;
	font-size: 1.17em;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 5px 19px 1px;
	color: #fff;
	margin-bottom: 12px;
}
.featuredHomeTitle {
	color: #000;
	line-height: 1.08em;
	font-size: 2.94em;
	padding-bottom: 0.2em;
	font-family: "bebas-neue", sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -0.02em;
}
.featuredHomeTitle a {
	color: #000;
}
.featuredHomeTitle a:hover {
	color: #A0935F;
}
.featuredHomeDesc .postMeta {
	padding-bottom: 9px;
}
.featuredIntro {
	font-family: Libre Franklin;
	font-style: italic;
	font-weight: 300;
	line-height: 1.6em;
	font-size: 1.17em;
	color: #828282;
}
 #featuredHomePosts.row > .grid6:nth-child(2n+1) {
clear:inherit
}
#featuredHomePosts.row > .grid6 {
	width:49.9%
}
.featuredPostBx {
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: solid 1px #DDDDDD;
	padding-bottom: 29px;
	margin-bottom: 20px;
}
.featuredPostBxImg {
	height: auto;
	margin-bottom: 20px;
	position: relative;
}
.featuredPostBxImg img{display:block}
.featuredPostBx .nxtPrevCat {
	padding-top: 0;
	padding-bottom: 2px;
}
.featuredPostBx .nxtPrevCat a {
	color: #7D7D7D;
}
.featuredPostBxTitle {
	font-family: "bebas-neue", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.07em;
	font-size: 1.58em;
	letter-spacing: -0.02em;
	padding-bottom: 0;
}
.featuredPostBxTitle a {
	color:#000
}
.featuredPostBxTitle a:hover {
	color: #A0935F;
}
#homefeatured {
	padding-left:30px;
	padding-right:30px
}
#latestBar {
	background: #C4C4C4;
}
#latestBarTag {
	float: left;
	padding-left: 39px;
	padding-top: 10px;
	color: #fff;
	font-family: Fira Mono;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6em;
	font-size: 1.17em;
	letter-spacing: 4px;
}
#latestBarBtn {
	float:right;
}
#latestBarBtn a {
	font-family: Libre Franklin;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 0.82em;
	letter-spacing: 2.8px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding: 18px 26px;
	background: #A0935F;
}
#latestBarBtn a:hover {
	background-color:#000
}
#homeRecent {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 38px;
}
#homeRecentPosts .grid4 {
	width:33.3%
}
.homeLatestBx {
	border-bottom: solid 1px #DDDDDD;
	padding-bottom: 23px;
	margin-bottom: 20px;
}
#homeRecent .nxtPrevCat {
	padding-top: 0;
	padding-bottom: 8px;
}
#homeRecent .nxtPrevCat a {
	color: #7D7D7D;
}
.homeLatestBxTitle {
	padding-bottom: 0;
	font-family: "bebas-neue", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.04em;
	font-size: 1.29em;
	letter-spacing: -0.02em;
}
.homeLatestBxTitle a {
	color:#000
}
.homeLatestBxTitle a:hover {
	color: #A0935F;
}
#homeRecentBtn {
	padding-top:25px;
	text-align:center;
}
#homeRecentBtn a {
	display:inline-block;
	width:650px;
	max-width:100%;
	color:#000;
	font-family: Libre Franklin;
	font-style: normal;
	font-weight: bold;
	line-height: 1.4em;
	font-size: 0.82em;
	letter-spacing: 2.8px;
	text-transform:uppercase;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:15px;
	background: #A0935F;
}
#homeRecentBtn a:hover {
	color:#fff
}
/*------------------------------------------------*/
/*----------------------[ARCHIVE]-----------------*/
/*------------------------------------------------*/
body.archive #container {
	padding-top: 26px;
}
.archiveTitle {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 31px;
	font-family: Fira Mono;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2em;
	font-size: 1.17em;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 8px 20px 6px;
	background: #C4C4C4;
	color: #fff;
}
.archivePostTitle a {
	color:red
}
.blogpostItem {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 35px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 37px;
}
.postImg {
	display: table-cell;
	width: 225px;
	height: auto;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: top;
	background-position: center top;
}
.postImg img{display:block; padding-top:8px;}
.archivePostDesc {
	display: table-cell;
	vertical-align: middle;
	padding-left: 35px;
	width: 100%;
}
.archivePostDesc .postMeta {
	padding-bottom:0
}
.archivePostDesc.noImg {
	padding-left: 0;
}
.archivePostTitle {
	font-family: "bebas-neue", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.08em;
	font-size: 2em;
	letter-spacing: -0.68px;
}
.archivePostTitle a {
	color:#000
}
.archivePostTitle a:hover {
	color: #A0935F;
}
.nav-next {
	float:right
}
.nav-previous {
	float:left
}
.archiveNav#nxtPrevPosts {
	border-top:none;
	padding-top:0;
}
/*------------------------------------------------*/
/*-----------------------[FOOTER]-----------------*/
/*------------------------------------------------*/
#footer {
	color:#fff;
	padding-top:37px;
	padding-bottom:50px;
	background-color:#000;
}
#footerIn {
	padding-left: 30px;
	padding-right: 15px;
}
#copyrightArea {
	float: right;
	width: 354px;
}
#footerLogo {
	width: 111px;
	box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.45);
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
}
#footerLogo img {
	display:block
}
#footerCopyright {
	width: 243px;
	padding-left: 20px;
	padding-top: 10px;
}
#footerCopyright .widget-title {
	font-family: Fira Mono;
	font-style: normal;
	font-weight: 700;
	line-height: 1.08em;
	font-size: 1.52em;
	letter-spacing: -1.04px;
	padding-bottom: 0.5em;
	color: #fff;
}
#footerCopyright .textwidget {
	font-family: Libre Franklin;
	font-style: normal;
	font-weight: 500;
	font-size: 0.88em;
	line-height: 1.3em;
}
#footerCopyright .textwidget p {
	margin-bottom: 1.1em;
}
#copyrightTxt {
	font-weight: 500;
	font-size: 0.58em;
	line-height: 1.3em;
}
#footerWidgets {
	float: left;
	padding-top: 11px;
}
#footerWidgets .widget-title {
	font-family: Fira Mono;
	font-style: normal;
	font-weight: 700;
	line-height: 1.20em;
	font-size: 1.41em;
	text-transform:uppercase;
	padding-bottom:0.4em
}
#footerWidgets ul {
	margin:0;
	padding:0;
	list-style:none
}
#footerWidgets ul a {
	color:#fff
}
.footerWidget {
	padding-right: 100px;
	float: left;
}