/*
Theme Name: MisRule of Law
Description: Wordpress Theme Designed for MisRule of Law.
Author: Drogin Group LLC
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 #FFFFFF;
}
body, input, textarea {
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.368em;
	font-size: 19px;
	color: #000000;
}
a {
	color: #C49264;
	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: 800;
	line-height: 1.1em;
	padding-bottom: 0.5em;
}
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: 1.25em;
}
ul {
	margin-bottom: 1.25em;
}
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 {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 10px 13px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="submit"], button, .button {
	background: #C49366;
	color: #FFFFFF;
	display: inline-block;
	line-height: 1.1em;
	max-width: 100%;
	text-align: center;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	width: auto;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	padding: 14px 25px;
	font-size: 1.1em;
	line-height: 1.05em;
}
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]-----------------*/
/*------------------------------------------------*/
.caslon {
	font-family: "adobe-caslon-pro", serif;
}
.em {
	font-style:italic
}
.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;
}
.space5 {
	clear:both;
	height:5px
}
.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
}
/*------------------------------------------------*/
/*--------------------[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: 24px;
	margin-top: 6px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	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]------------------*/
/*------------------------------------------------*/
/*body.postid-42 {
	background-image: url(images/Single.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}*/
/*body.page-id-10 {
	background-image: url(images/About.jpg);
	background-position:center top;
	background-repeat: no-repeat;
}*/
#siteArea {
	width: 1440px;
	margin: 0 auto;
	max-width: 100%;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.wrapper {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 1345px;
	padding-left: 15px;
	padding-right: 15px;
}
.wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.wrapper.narrow {
	width: 895px;
}
/*------------------------------------------------*/
/*---------------------[HEADER]-------------------*/
/*------------------------------------------------*/
#header {
	padding-top: 79px;
	padding-bottom: 52px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image:url(images/header_bg.png);
	background-color:#2E3A48
}
#logo {
	float:left;
}
#logo a {
	color:#fff
}
.logo {
}
.logo a {
	display:block
}
.logo h1 {
	text-transform: uppercase;
	font-style: normal;
	font-weight: 800;
	line-height: 0.71em;
	font-size: 3.842em;
	letter-spacing: 0.03em;
	padding-bottom: 0.22em;
}
.logoTag {
	font-style: normal;
	font-weight: bold;
	line-height: 1.368em;
	font-size: 1.6em;
}
.logoTag span {
	color: #C49264;
	font-family: "adobe-caslon-pro", serif;
	font-style:italic
}
#headerRight {
	float: right;
	padding-top: 22px;
}
#headerSocial {
	float:right
}
.socialProfiles {
}
.socialProfiles span {
	display: inline-block;
	vertical-align: middle;
	color: #C49264;
	font-family: "adobe-caslon-pro", serif;
	font-style: italic;
	font-weight: 700;
	font-size: 1.105em;
	padding-right: 4px;
	line-height: 1em;
	padding-top: 7px;
}
.socialProfiles a {
	display: inline-block;
	margin-left: 18px;
	font-size: 1.789em;
	vertical-align: middle;
	color:#fff;
}
.socialProfiles a:hover {
	color: #C49264;
}
.navigation {
	clear: both;
	padding-top: 23px;
}
.navigation > ul.desktopMenu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
.navigation > ul.desktopMenu > li {
	display: inline-block;
	margin-left: 32px;
	vertical-align: middle; position:relative;
}
.navigation > ul.desktopMenu > li > a {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 1.145em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0px;
	line-height: 1.05em;
	color:#fff;
}
.navigation > ul.desktopMenu > li:hover > a {
	color:#C49264
}

#navigation > ul.desktopMenu > li > ul {
	position: absolute;
	width: 200px;
	background: #C49264;
	margin: 0;
	list-style: none;
	display:none;
}
#navigation > ul.desktopMenu > li > ul > li {
	border-bottom: solid 1px rgba(255,255,255,0.2);
}
#navigation > ul.desktopMenu > li > ul > li > a {
	color: #fff;
	display: block;
	padding: 5px 12px;
	font-size: 0.9em;
}
#navigation > ul.desktopMenu > li > ul > li > a:hover{
	background:rgba(0,0,0,0.1)
	
}
/*------------------------------------------------*/
/*-------------------[STANDARD PAGE]--------------*/
/*------------------------------------------------*/
#pageBanner {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
	background: #E6E8EB;
}
.bannerTab {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}
.bannerCell {
	display: table-cell;
	vertical-align:middle;
	text-align: center;
}
.bannerTitle {
	line-height: 1.2em;
	font-size: 2.894em;
	text-transform:uppercase;
	letter-spacing: 0.03em;
	padding-bottom:0;
	color: #434343;
}
.bannerTxt {
	font-weight: bold;
	line-height: 1.368em;
	font-size: 1.6em;
	color: #000000;
	padding-top: 0.15em;
	padding-bottom: 0.18em;
}
#main.pageMain {
	padding-top: 60px;
	padding-bottom: 41px;
	background:#fff;
}
/*------------------------------------------------*/
/*-------------------[TESTIMONIALS]--------------*/
/*------------------------------------------------*/
#testimonialsArea {
	text-align: center;
	background: #F3F3F3;
	padding-top: 76px;
	padding-bottom: 57px;
}
#testimonialsArea .wrapper.narrow {
	width:950px
}
ul.slides {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.slides > li {
	width:100%;
	height:100%;
	position:relative;
	display:none
}
ul.slides > li:first-child {
	display:block
}
.testimonialTxt {
	font-family: "adobe-caslon-pro", serif;
	font-style: italic;
	font-weight: 600;
	line-height: 1.24em;
	font-size: 1.894em;
	color: #6B6B6B;
	padding-bottom: 0.57em;
}
.testimonialTxt span {
	color: #C49264;
}
.testimonialName {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.85em;
	line-height: 1em;
	padding-bottom: 0.27em;
	color:#000;
}
.testimonialDesig {
	font-size: 0.9em;
	color:#000
}
.flex-control-nav.flex-control-paging {
	margin: 0;
	list-style: none;
	margin-top: 54px;
	height: 9px;
}
.flex-control-nav.flex-control-paging > li {
	display: inline-block;
	margin: 0 2px;
}
.flex-control-nav.flex-control-paging > li > a {
	display:block;
	width:9px;
	height:9px;
	text-indent:-9999px;
	background-color:#c4c4c4;
	cursor:pointer
}
.flex-control-nav.flex-control-paging > li > a.flex-active {
	background-color: #C49366;
}
/*------------------------------------------------*/
/*------------------[FEATURED LOGOS]--------------*/
/*------------------------------------------------*/
#featuredLogoArea {
	padding: 40px 0;
	background-color:#fff;
}
#featuredLabel {
	padding-left: 58px;
	width: 270px;
}
#featuredLogos {
	flex-grow: 1;
	width:60%;
}
#featuredLogos .owl-theme {
	width:100%;
	overflow:hidden
}
.item.logoItem {
	float: left;
	width: auto;
	height: 140px;
	padding: 0 30px;
}
.item.logoItem img {
	display:block;
	margin:0 auto
}
#featuredLabel {
	font-style: normal;
	font-weight: bold;
 line-height: 1em font-size: 1.12em;
	text-align: center;
	text-transform: uppercase;
	color: #BDBDBD;
}
#featuredLabel .bannerCell {
	text-align:left
}
/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
.gform_wrapper {
	position:relative
}
.gform_wrapper form:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
ul.gform_fields {
	margin: 0 -6px;
	position: relative;
	padding:0;
	list-style:none;
}
ul.gform_fields:after, ul.gform_fields:before {
	content: " ";
	display: table;
	clear: both;
}
ul.gform_fields > li.gfield {
	position: relative;
	min-height: 1px;
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	width:50%;
	padding-bottom:12px;
	position:relative
}
ul.gform_fields > li.gfield.onethird {
	width:33.33%
}
ul.gform_fields > li.gfield.fullwidth {
	width:100%
}
ul.gform_fields > li.gfield input[type="text"] {
	width:100%
}
ul.gform_fields > li.gfield textarea {
	width:100%;
	height:120px;
}
.gform_footer img {
	position:absolute
}
.validation_error {
	display: none;
}
.gfield_description.validation_message {
	color: red;
	font-size: 0.8em;
	line-height: 1em;
	position: absolute;
}
ul.sub-list {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0 10px;
	width: 50%;
}
ul.sub-list label {
	color: #434343;
	font-size: 0.9em;
}
ul.gform_fields > li.gfield.volunteercheckboxes {
	border: 2px solid #cacaca;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 25px;
	padding: 15px 20px;
}
ul.gform_fields > li.gfield.volunteerphone {
	width:30%
}
ul.gform_fields > li.gfield.volunteerzip {
	width:20%
}
ul.gform_fields > li.gfield.volunteercheckboxes {
	border: 2px solid #cacaca;
	border-radius: 4px;
	padding: 15px 20px;
}
.gfield_label {
	color: #7e7e7e;
	display: block;
	font-size: 1em;
	font-weight: 700;
	padding-bottom: 8px;
}
/*------------------------------------------------*/
/*--------------------[SINGLE POST]---------------*/
/*------------------------------------------------*/
.container {
	width:69.65%
}
.sidebar {
	width: 30.35%;
	background: #E6E8EB;
	border-bottom: solid 8px #fff;
}
.singlePostImg {
	width: 100%;
	height: 319px;
	margin-top: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
#main.singleMain .containerWrapper {
	padding-left: 59px;
	padding-top: 37px;
	padding-right: 40px;
	padding-bottom: 60px;
	background:#fff;
}
.singleCat {
	position: relative;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	font-size: 0.8em;
	color: #C49366;
	text-transform: uppercase;
	padding-bottom: 14px;
	margin-bottom: 13px;
}
.singleCat:after {
	content:'';
	border-bottom:solid 2px #C49264;
	width:40px;
	position:absolute;
	left:0;
	bottom:0;
}
.postTitle {
	font-weight: bold;
	line-height: 1.186em;
	font-size: 2.263em;
	letter-spacing: 0.03em;
	color: #434343;
}
.postMeta {
	line-height: 0.7em;
	text-transform: uppercase;
	color: #434343;
	font-size: 0.62em;
	padding-bottom: 36px;
}
.post-date {
	border-right: solid 1px;
	display: inline-block;
	padding-right: 9px;
	margin-right: 8px;
}
.entry {
}
#postNav {
	padding-top: 26px;
	text-align: center;
}
.prevPost {
	float:left;
	min-height:1px;
	width:144px;
}
.nextPost {
	float:right;
	min-height:1px;
	width:144px;
}
#postNav .button {
	display: block;
	width: 100%;
	background-color: #ADADAD;
	font-size: 0.85em;
	line-height: 1.05em;
	padding: 13px 15px;
}
#postNav .button:hover {
	background-color:#111
}
/*------------------------------------------------*/
/*-----------------------[SIDEBAR]----------------*/
/*------------------------------------------------*/
#widgetArea {
	padding-left: 46px;
	padding-top: 59px;
	padding-right: 15px;
}
#widgetArea .widget-title {
	position: relative;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	font-size: 0.8em;
	color: #C49366;
	text-transform: uppercase;
	padding-bottom: 14px;
	margin-bottom: 20px;
}
#widgetArea .widget-title:after {
	content:'';
	border-bottom:solid 2px #C49264;
	width:40px;
	position:absolute;
	left:0;
	bottom:0;
}
#widgetArea .widget_categories ul, .baw_widgetarchives_widget_class ul {
	margin:0;
	padding:0;
	list-style:none
}
#widgetArea .widget_categories ul li, .baw_widgetarchives_widget_class ul li {
	display: block;
	padding-top: 7px;
	padding-bottom: 14px;
}
#widgetArea .widget_categories ul li a, .baw_widgetarchives_widget_class ul li a {
	font-style: normal;
	font-weight: bold;
	line-height: 1.045em;
	font-size: 1.157em;
	letter-spacing: 0.02em;
	color: #434343;
}
#widgetArea .widget_categories ul li a:hover, .baw_widgetarchives_widget_class ul li a:hover {
	color: #C49366;
}
.baw_widgetarchives_widget_class ul li ul li{padding-top:5px; padding-bottom:5px; padding-left:20px}
.baw_widgetarchives_widget_class ul li ul li a{font-size:1em}
#widgetArea .widget-container {
	padding-bottom:35px
}

/*------------------------------------------------*/
/*----------------------[HOMEPAGE]----------------*/
/*------------------------------------------------*/
#main.homeMain .container{border-top:solid 8px #fff}
.blogpostItem{padding-bottom:14px;}
.archiveMore .button {
	background: none;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 0.894em;
	text-align: center;
	color: #434343;
	text-transform: uppercase;
	padding: 12px 20px;
	line-height: 0.98em;
}
.archiveMore .button:hover{background-color:#434343; color:#fff}
.postArchiveImg {
	width: 350px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.postArchiveTxt {
	flex-grow: 1;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 35px;
	padding-bottom: 15px;
	width: 50%;
	min-height: 319px;
}
.postArchiveTxt.noPostImg {
	padding-top: 34px;
	padding-left: 58px;
	padding-bottom: 27px;
	min-height:auto
}
.postArchiveTxt .bannerCell{text-align:left}
.postArchiveTitle {
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 1.842em;
	letter-spacing: 0.03em;
	color: #434343;
	padding-bottom: 0.75em;
}
.postArchiveTitle a{
		color: #434343;
}
.postArchiveTitle a:hover{color:#C49264}
.postArchiveTxt .postMeta {
	padding-bottom: 27px;
}
#postNav.archivePostNav {
	padding-left: 57px;
	padding-top: 0px;
	padding-right: 36px;
	padding-bottom: 20px;
}
.pnavi{display:inline-block}
.wp-pagenavi {
	padding-top: 8px;
}
.wp-pagenavi span, .wp-pagenavi a {
	display: inline-block;
	font-weight: 700;
	font-size: 1.3em;
	margin: 0 8px;
	color: #434343;
}
.wp-pagenavi span, .wp-pagenavi a:hover{
	color:#C49264
}

/*------------------------------------------------*/
/*----------------------[CATEGORY]----------------*/
/*------------------------------------------------*/
#categoryHeader {
	color: #fff;
	width: 100%;
	padding-bottom: 34px;
	background: #445263;
	padding-top: 34px;
}
.archiveTitle {
	font-style: normal;
	font-weight: 800;
	line-height: 0.74em;
	font-size: 2.157em;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding-bottom: 0;
}
.taxonomy-description{
	line-height: 1.26em;
font-size: 1.21em;
letter-spacing: 0.03em;
padding-top:12px;
}
.taxonomy-description p{margin:0}
#featuredLableBar {
	padding-left: 58px;
	padding-top: 7px;
	padding-right: 35px;
	padding-bottom: 33px;
}
.featuredLable {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.35em;
	color: #C49366;
}
#featuredPostArea{color:#fff; background: #445263;}
#featuredPostArea .postArchiveTitle a{
		color: #fff;
}
#featuredPostArea  a:hover{color:#C49264}
#featuredPostArea .button{color:#fff; border-color:#C49366}
#featuredPostArea .postMeta{color:#fff}
#featuredPostArea .postArchiveTxt.noPostImg {
	padding-top: 0;
	padding-bottom: 35px;
}
#latestLableBar {
	margin-top: 8px;
	padding-left: 58px;
	padding-right: 35px;
	padding-top: 16px;
	padding-bottom: 20px;
	background: #E6E8EB;
}
#latestLable {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.35em;
	color: #C49366;
}

/*------------------------------------------------*/
/*-----------------[GET ALERTS POPUP]-------------*/
/*------------------------------------------------*/
#getAlerts{display:none}
.navigation > ul.desktopMenu > li.alertsPopLink > a {
	padding-left:21px;
	padding-right:21px;
	padding-top:9px;
	padding-bottom:9px;
	border:solid 1px
}

.getAlertsBtn {
	display: inline-block;
	margin-left: 32px;
	vertical-align: middle;
	position: relative;
}
.getAlertsBtn a{	padding-left:21px;
	padding-right:21px;
	padding-top:9px;
	padding-bottom:9px;
	border:solid 1px;
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 1.145em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 1.05em;
	color: #fff;
}
.getAlertsBtn a:hover{color:#C49264}
#footerNav .getAlertsBtn{margin-left:0}
#footerNav .getAlertsBtn a{color:#6B6B6B}
#footerNav .getAlertsBtn a:hover{color:#C49264}
/*------------------------------------------------*/
/*------------------[FOOTER UPDATES]--------------*/
/*------------------------------------------------*/
#footerUpdates {
	position: relative;
}
#footerUpdates .wrapper {
	position:relative;
	z-index:2
}
#footerUpdates:before {
	content:'';
	width:40%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background: #2E3A48;
}
#footerUpdates:after {
	content:'';
	width:40%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background: #445263;
}
#footerForm {
	padding-top: 70px;
		padding-bottom: 65px;
	width: 49.96%;
	padding-right: 35px;
	background: #2E3A48;
	color:#fff;
}
#footerUpdates .bannerCell {
	text-align:left
}
#footerForm .gform_heading {
	width: 100%;
	padding-bottom: 16px;
}
#footerUpdates .gform_title {
	font-style: normal;
	font-weight: 800;
	line-height: 1em;
	font-size: 1.789em;
	letter-spacing: 0.03em;
	text-transform:uppercase;
	color: #FFFFFF;
	padding-bottom:0.4em
}
#footerForm .gform_description {
	display: block;
}
#footerForm .gform_body {
	float:left;
	width:65.5%
}
#footerForm .gform_footer {
	float:right;
	width:34.5%;
	padding-left:10px;
}
#footerForm ul.gform_fields > li.gfield {
	padding-bottom:0
}
#footerForm input[type="text"] {
	height: 50px;
	border: none;
	padding: 11px 13px;
	font-size: 1.1em;
	line-height: 1.24em;
}
#footerForm input[type="submit"] {
	height:50px;
	display:block;
	width:100%;
}
.footerFormSpamTxt {
	font-family: "adobe-caslon-pro", serif;
	font-style: italic;
	font-weight: 600;
	line-height: 1.368em;
	font-size: 1.157em;
	color: #FFFFFF;
	padding-top: 22px;
}
#footerTweets {
	width: 50.04%;
	padding-left: 39px;
	padding-top: 70px;
		padding-bottom: 65px;
	position:relative;
	background: #445263;
	color:#fff;
}
.twitterPic {
	width: 118px;
}
.twitterPic img {
	display: block;
	border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%;
}
.twitterData {
	padding-left: 25px;
}
#tweetsList {
	font-family: "adobe-caslon-pro", serif;
	font-style: italic;
	font-weight: 600;
	line-height: 1.4em;
	font-size: 1.157em;
	color: #FFFFFF;
}
#tweetsList ul{margin:0; padding:0; list-style:none}
#tweetsList ul li{display:block}
/*------------------------------------------------*/
/*----------------------[FOOTER]------------------*/
/*------------------------------------------------*/
#footer {
	padding-top: 57px;
	padding-bottom: 57px;
	background: #fff;
}
#footerLeft {
	float:left
}
#footerRight {
	float:right
}
#footerSocial a {
	margin-left:0;
	margin-right:18px;
	color: #A2A2A2;
}
#footerSocial a:hover {
	color: #C49264;
}
#footerNav.navigation > ul.desktopMenu > li {
	margin-left:0;
	margin-right:32px
}
#footerNav.navigation > ul.desktopMenu > li > a {
	color: #6B6B6B;
}
#footerNav.navigation > ul.desktopMenu > li > a:hover {
	color: #C49264;
}
#footerNav.navigation > ul.desktopMenu > li > ul{display:none !important}
#footerLogo {
	padding-top: 19px;
}
#footerLogo a {
	font-style: normal;
	font-weight: 800;
	line-height: 0.72em;
	font-size: 2.263em;
	text-align: right;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	display:block;
	color: #445263;
}
#copyright {
	padding-top: 24px;
	color: #434343;
	font-size: 0.6em;
	text-align: right;
}
#copyrightNav {
	float: right;
	clear: both;
	padding-top: 9px;
}
#copyrightNav > ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size: 0.6em;
	line-height:0.8em
}
#copyrightNav > ul > li {
	padding-left: 7px;
	margin-left: 7px;
	float: left;
	border-left: solid 1px #434343;
}
#copyrightNav > ul > li:first-child {
	border-left:none
}
#copyrightNav > ul > li > a {
	color: #434343;
}
#copyrightNav > ul > li > a:hover {
	color: #C49264;
}