/*
Theme Name: American Military News
Description: Wordpress Theme Designed for American Military News.
Author: Kellen Projects
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 {
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3125em;
}

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: normal;
    line-height: 1em;
    padding-bottom: 8px;
}

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: 0.7em;
    margin-top:0.7em;
}

ul {
    margin-bottom: 1.4em;
}

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 {
    padding: 0 0 0 35px;
    position: relative;
    margin-bottom: 1.5em;
}

blockquote p {
    line-height: inherit;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 1em
}

blockquote:before, blockquote:after {
    display: inline-block;
    font-family: FontAwesome;
    opacity: 0.5;
    font-size: 1.2em;
}

blockquote::before {
    content: '\f10d';
    margin-right: 5px;
    vertical-align: 11px;
    position: absolute;
    left: 2px;
}

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: 5px 8px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

input[type=text]:focus, input[type="email"]:focus, input[type="tel"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    border-color: #bbb;
}

input[type="submit"], button, .button {
    display: inline-block;
    color: #fff;
    background: #A0935F;
    padding: 13px 38px;
    text-transform: uppercase;
    /* font-weight: 900; */
    font-size: 0.8em;
    letter-spacing: 2.25px;
    cursor: pointer;
    border: none;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus, .button:hover {
    background: #111;
    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]-----------------*/
/*------------------------------------------------*/
.bannerTab {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.bannerCell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

small {
    font-size: 0.775em;
}

ul.noBullet {
    margin-left: 0;
    list-style: none;
}

.space10 {
    clear: both;
    height: 10px
}

.space20 {
    clear: both;
    height: 20px
}

.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;
}

/*------------------------------------------------*/
/*--------------------[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: 100% !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]------------------*/
/*------------------------------------------------*/
#siteArea {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    /*background: #f3f3f3;*/
}

.wrapper {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 1250px;
    padding-left: 14px;
    padding-right: 14px;
}

.wrapper:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.wrapper.noPad {
    /*padding-left: 0;
    padding-right: 0 */
}

.container {
    float: left;
    width: 67%;
}

.container.fullwidth {
    width: 100%;
    float: none
}

.sidebar {
    width: 33%;
    float: right;
    /*background-color: #f3f3f3;*/
    position: relative;
}

.sidebarIn {
    
/*padding: 24px 22px;*/
    padding-left:10px;
    padding-right:10px;
/*margin-top:-49px;
    /* RMA RMA RMA */
}

/*------------------------------------------------*/
/*---------------------[HEADER]-------------------*/
/*------------------------------------------------*/
/*body.postid-5 {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/Article-ShowFB-Desktop.jpg);
}*/
#header {
    padding-top: 13px;
    position: relative;
    padding-bottom: 16px;
    background: #fff;
}

#logo {
    float: left
}

#logo img {
    display: block
}

#navigation {
    float: left;
    padding-left: 30px;
    padding-top: 13px;
}

#navigation > ul.desktopMenu {
    margin: 0;
    padding: 0;
    list-style: none
}

#navigation > ul.desktopMenu > li {
    float: left;
    padding-right: 16px;
    position: relative;
}

#navigation > ul.desktopMenu > li > a {
    display: block;
    /* font-weight: 900; */
    position: relative;
    font-size: 0.75em;
    text-transform: uppercase;
    color: #000
}

#navigation > ul.desktopMenu > li.menu-item-has-children > a {
    padding-right: 10px;
}

#navigation > ul.desktopMenu > li.menu-item-has-children > a::after {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
}

#navigation > ul.desktopMenu > li.viewall > a {
    color: #A0935F
}

#navigation > ul.desktopMenu > li > ul {
    position: absolute;
    z-index: 9;
    background: #000;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 180px;
    display: none
}

#navigation > ul.desktopMenu > li > ul > li {
    float: none;
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1)
}

#navigation > ul.desktopMenu > li > ul > li > a {
    display: block;
    padding: 5px 12px;
    font-size: .8em;
}

#headerSearch {
    float: right;
    border-bottom: solid 1px #ADADAD;
    padding-top: 7px;
}

#searchsubmit {
    font-family: FontAwesome
}

#headerSearch #s {
    background: none;
    border: none;
    padding: 0;
    width: 184px;
    font-size: 0.75em;
    color: #fff;
}

#headerSearch #s::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
    /* font-weight: 900; */
    color: #6b6b6b;
    text-transform: uppercase;
}

#headerSearch #s::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
    /* font-weight: 900; */
    color: #6b6b6b;
    text-transform: uppercase;
}

#headerSearch #s:-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
    /* font-weight: 900; */
    color: #6b6b6b;
    text-transform: uppercase;
}

#headerSearch #s:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    /* font-weight: 900; */
    color: #6b6b6b;
    text-transform: uppercase;
}

#headerSearch #searchsubmit {
    background: none;
    padding: 0;
    color: #A2A2A2
}

#headerSocial {
    float: right;
    padding-top: 9px;
    padding-right: 22px;
    font-size: 0.875em;
}

#headerSocial > ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#headerSocial > ul > li {
    float: left;
    padding-left: 9px;
}

#headerSocial > ul > li > a {
    display: block;
    color: #A2A2A2
}

/*------------------------------------------------*/
/*-----------------[BREAKING NEWS]----------------*/
/*------------------------------------------------*/
#breakingBar {
    background-color: #333;
    position: relative;
}

#breakingBar:before {
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #A0935F;
    content: ''
}

#breakingNewsArea {
    position: relative;
    background-color: #333;
    /* font-weight: 900; */
    font-size: 0.95em;
    color: #fff;
    padding-left: 142px;
    width: 1380px;
    max-width: 100%;
    margin: 0 auto;
}

#breakingLabel {
    background: #A0935F;
    padding-top: 3px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
}

#breakingNews {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 11px;
    font-size: 0.93em;
    word-spacing: 2.75px;
}

#breakingNews a {
    color: #fff
}

#breakingNews a span {
    font-size: .8em;
    text-transform: uppercase;
    margin-left: 8px;
    color: #A0935F;
}

#breakingNews a:hover {
    color: #fff
}

ul#tweets {
    list-style: outside none none;
    margin: 0;
    padding: 0px;
    width: 100%;
}

ul#tweets > li {
    display: none;
    position: relative;
    width: 100%;
    vertical-align: top;
}

ul#tweets > li:first-child {
    display: block;
}

/*------------------------------------------------*/
/*-------------------[SINGLE POST]----------------*/
/*------------------------------------------------*/
#postHeader {
    padding-top: 24px;
    padding-bottom: 36px;
    position: relative;
    max-width: 100%;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
.padBox {
    padding-left: 28px;
    padding-right: 17px;
}
}

.smallPad {
    padding-left: 5px;
    padding-right: 5px;
}

.singlePostBx {
    padding-top: 17px;
    padding-bottom: 49px;
}

.postDetailCat {
    padding-left: 0px;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.postDetailCat:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    border-bottom: solid 2px #A0935F;
    width: 30px
}

.postDetailCat a {
    /* font-weight: 900; */
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.singlePostTitle {
    /*/* font-weight: 900; */*/
    font-size: 2.6em;
    word-spacing: 2px;
    line-height: 1.1em;
    padding-bottom: .3em;
    color: #000;
    max-width:1200px;
}

.postTagline {
    color: #6B6B6B;
    font-weight: 300;
    font-style: italic;
    font-size: 1.15em;
    padding-left: 2px;
    word-spacing: -1px;
}

.singlePostImg {
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

.imgcaption {
    color: #828282;
    font-size: .8em;
    word-spacing: 1px;
    padding-bottom: 8px;
}

.singlePostMeta {
    color: #6b6b6b;
    font-size: .75em;
    word-spacing: 0px;
    padding-bottom: 22px;
    text-transform: uppercase;
    line-height: 1em;
    padding-top: 3px;
}

.singlePostMeta a {
    color: #6b6b6b
}

.singlePostMeta span.published {
    display: inline-block;
    border-right: solid 1px;
    margin-right: 9px;
    padding-right: 9px;
}

.singlePostMeta span {
    display: inline-block
}

.singlePostEntry {
    line-height: 1.4em;
}

.quoteBx {
    margin-bottom: 2.9em;
    text-align: center;
    background: #f3f3f3;
    margin-top: 2.4em;
    padding: 5.2% 2.5%;
    color: #828282;
}

.quoteTxt {
    /* font-weight: 900; */
    font-size: 1.55em;
    line-height: 1.3em;
}

.quoteAuthor {
    text-transform: uppercase;
    font-size: .75em;
    padding-top: 31px;
    line-height: 1.2em;
    position: relative;
}

.quoteAuthor::before {
    content: '';
    border-top: solid 2px #A0935F;
    width: 30px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 15px;
}

.krtShirttail, .footNote {
    font-weight: 300;
    font-style: italic;
    font-size: .78em;
    margin-bottom: .55em;
}

#commentsArea {
    padding-top: 47px;
}

#fbCommentsTitle {
    color: #6b6b6b;
    /* font-weight: 900; */
    font-size: 1.35em;
    padding-left: 2px;
    word-spacing: 1px;
    padding-bottom: 0;
    display: inline-block;
}

#fbCommentsTitle .fa {
    margin-right: 10px
}

#commentTitleBx a {
    display: inline-block;
    margin-left: 10px;
    font-size: .8em;
}

#commentTitleBx {
    padding-bottom: 24px;
}

#nxtPrevPosts .row {
    margin-left: -5px;
    margin-right: -5px
}

#nxtPrevPosts .row .grid6 {
    padding-left: 5px;
    padding-right: 5px
}

.nxtPrevBx {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
    -webkit-background-size: cover;
}

.nxtPrevBxIn {
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 220px;
    padding: 18px 22px;
}

.bxLable {
    color: #A0935F;
    /* font-weight: 900; */
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1.3em;
    position: relative;
    padding-bottom: 18px;
}

.bxLable::before {
    content: '';
    position: absolute;
    width: 30px;
    border-bottom: solid 2px;
    left: 0;
    bottom: 13px;
}

.bxLable.center {
    text-align: center
}

.bxLable.center::before {
    left: 50%;
    margin-left: -15px
}

.nxtPrevTitle {
    /* font-weight: 900; */
    font-size: 1.4em;
    letter-spacing: .5px;
    line-height: 1.15em;
}

.nxtPrevTitle a {
    color: #fff
}

.nxtPrevMeta {
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    font-size: .75em;
}

.nxtPrevMeta .published {
    border-right: solid 1px;
    padding-right: 11px;
    margin-right: 7px;
}

.nxtPrevMeta span {
    display: inline-block
}

.nxtPrevMeta a {
    color: #fff
}

.bxMoreBtn {
    padding-top: 15px;
}

.bxMoreBtn a {
    color: #fff;
    background: #ADADAD;
    display: inline-block;
    /* font-weight: 900; */
    text-transform: uppercase;
    font-size: .55em;
    vertical-align: top;
    padding: 8px 15px;
    line-height: 1em;
    letter-spacing: .5px;
    word-spacing: 0.5px;
}

#singlePostBottom {
    padding-top: 10px;
}

#wibbitzFrame {
    position: relative;
    padding-bottom: 10px;
}

/*------------------------------------------------*/
/*-----------------[LATEST POSTS]----------------*/
/*------------------------------------------------*/
#theLatest {
}

#latestTopPost {
}

.latestTopBx {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

.latestTopBxIn {
    padding: 22px 25px;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
}

.latestTitle {
    /* font-weight: 900; */
    font-size: 1.45em;
    line-height: 1.2em;
    padding-bottom: 10px;
}

.latestTitle a {
    color: #fff
}

.latestTopBxIn .singlePostMeta {
    font-size: 0.8em;
    color: #fff;
    padding-bottom: 18px;
}

.latestTopBxIn .singlePostMeta a {
    color: #fff
}

.latestPostBx.padBox {
    padding-left: 3px;
    padding-right: 10px;
    display: table;
    table-layout: fixed;
    padding-top: 15px;
    padding-bottom: 0px;
    position: relative;
    width: 100%;
}

.latestPostImg {
    width: 25%;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    display: table-cell;
    vertical-align: middle;
}

.latestPostIn {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    width: 75%;
    padding-top:5px;
}

.latestPostTitle {
    /* font-weight: 900; */
    font-size: 1.4em;
    line-height: 1.18em;
    padding-bottom: 13px;
}

.latestPostTitle a {
    color: #000
}

.latestPostIn .singlePostMeta {
    padding-bottom: 0
}

.latestPostBx.moreBtn {
    padding-top: 17px;
    padding-bottom: 28px;
}

.moreBtn a {
    color: #fff;
    display: block;
    text-align: center;
    /* font-weight: 900; */
    text-transform: uppercase;
    padding: 12px 10px;
    font-size: .85em;
    letter-spacing: 1.3px;
    word-spacing: 1.2px;
    background-color: #A0935F
}

/*------------------------------------------------*/
/*-----------------[FEATURED POSTS]---------------*/
/*------------------------------------------------*/
.widget-title.bxLable {
    color: #ADADAD;
    font-size: .95em;
}

.widget-title.bxLable::before {
    bottom: inherit;
    top: 30px;
}

.featuredPostBx {
    padding-top: 24px;
    padding-bottom: 24px;
}

.featuredPostImg {
    width: 100%;
    height: 134px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    margin-bottom: 15px;
}

.featuredPostTitle {
    /* font-weight: 900; */
    line-height: 1.15em;
    font-size: 1.2em;
}

.featuredPostTitle a {
    color: #000
}

.featuredPostTitle a:hover {
    color: #A0935F;
}

.featuredPostBx {
    padding-top: 24px;
    padding-bottom: 20px;
    border-bottom: solid 2px #ADADAD;
}

/*------------------------------------------------*/
/*------------------[SIDEBAR SIGNUP]--------------*/
/*------------------------------------------------*/
#topSidebar.sidebar {
    padding-bottom: 250px;
}

#singleNxtPrevBlock {
    padding-top: 10px
}

#sidebarSignupBx {
    padding: 0;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 9;
}

#sidebarSignupBx .nxtPrevBxIn {
    background: #333333
}

#sidebarSignupBx .gform_title {
    color: #A0935F;
    /* font-weight: 900; */
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1.3em;
    position: relative;
    padding-bottom: 18px;
}

#sidebarSignupBx .gform_title::before {
    content: '';
    position: absolute;
    width: 30px;
    border-bottom: solid 2px;
    left: 0;
    bottom: 13px;
}

#sidebarSignupBx .gform_description {
    line-height: 1.2em;
    display: block;
    vertical-align: top;
    font-size: .8em;
    word-spacing: 0.5px;
    width: 250px;
    max-width: 100%;
    margin-top: -1px;
}

#sidebarSignupBx .gform_heading {
    position: relative;
    padding-bottom: 17px;
}

#sidebarSignupBx ul.gform_fields {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebarSignupBx ul.gform_fields > li.gfield {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 10px;
}

#sidebarSignupBx ul.gform_fields > li.gfield.zipcode {
    width: 58.5%;
    padding-right: 10px;
}

#sidebarSignupBx ul.gform_fields > li.gfield input[type="text"] {
    display: block;
    width: 100%;
    background: none;
    border: none;
    color: #000;
    background: #c4c4c4;
    padding: 9px 11px;
    font-size: .9em;
    height: 37px;
}

#sidebarSignupBx form {
    position: relative
}

.gform_footer img {
    position: absolute
}

#sidebarSignupBx .gform_footer {
    position: absolute;
    width: 41.5%;
    bottom: 10px;
    right: 0;
}

#sidebarSignupBx .gform_footer input[type="submit"] {
    display: block;
    width: 100%;
    background: #A0935F;
    /* font-weight: 900; */
    text-transform: uppercase;
    font-size: .85em;
    padding: 10px 5px;
    color: #fff;
    letter-spacing: 2px;
    height: 37px;
}

#sidebarSignupBx .gform_footer input[type="submit"]:hover {
    background-color: #111
}

.validation_error {
    display: none;
}

.gfield_description.validation_message {
    color: red;
    line-height: 1em;
    font-size: .65em;
    font-weight: 700;
    position: absolute;
}

#sidebarSignupBx .gfield_description.validation_message {
    right: 0;
    bottom: 11px;
}

/*------------------------------------------------*/
/*--------------------[TAG ARCHIVE]---------------*/
/*------------------------------------------------*/
/*body.tag-11 {
	background-image:url(images/Tag-Desktop.jpg);
	background-repeat:no-repeat;
	background-position:top center
}*/
#postHeader.archiveHeader {
    padding-top: 27px;
    border-top: solid #fff 3px;
    padding-bottom: 27px;
    background: #000;
}

.singlePostTitle.archiveTitle {
    color: #fff;
    text-transform: uppercase;
}

#postHeader.archiveHeader .postDetailCat a:hover {
    color: #fff
}

.archiveAreaBx {
}

.archiveAreaBx .padBox {
    padding-left: 63px;
    padding-bottom: 24px;
}

.archiveAreaBx .latestPostImg {
    width: 26%;
    height: 164px;
}

.archiveAreaBx .latestPostIn {
    width: 74%
}

#pageNavigation {
    padding-top: 14px;
    padding-bottom: 40px;
    text-align: center;
}

.nav-previous, .nav-next {
    float: left;
    width: 165px;
    min-height: 1px;
}

.nav-next {
    float: right
}

.nav-previous a, .nav-next a {
    display: block;
    color: #fff;
    background: #A0935F;
    padding: 13px 10px;
    text-transform: uppercase;
    /* font-weight: 900; */
    font-size: 0.8em;
    letter-spacing: 2.25px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.nav-previous a:hover, .nav-next a:hover {
    background: #111
}

.wp-pagenavi {
    display: inline-block;
    padding-top: 10px;
}

.wp-pagenavi a, .wp-pagenavi span {
    /* font-weight: 900; */
    font-size: 1.05em;
    margin: 0 7px;
    color: #bdbdbd
}

.wp-pagenavi span {
    color: #000
}

/*------------------------------------------------*/
/*---------------------[HOME PAGE]----------------*/
/*------------------------------------------------*/
#topPost.homeNewsAlert {
    /*border-bottom: solid 3px #fff;*/
}

#topPost.homeNewsAlert #topPostIn {
    height: 319px;
}

#topPost.homeNewsAlert .bannerCell {
    vertical-align: top;
    padding-left: 12px;
}

#topPost.homeNewsAlert .sectionTitle {
    padding-top: 43px;
    color: #A0935F;
    font-size: 1.05em;
    line-height: 1.2em;
    vertical-align: top;
    padding-bottom: 8px;
}

#topPost.homeNewsAlert .topPostTitle {
    font-family: "Roboto", sans-serif;
    font-weight:700;
    width: 855px;
    max-width: 100%;
    line-height: 1.02em;
}

body.home #main {
    border-top: solid 3px #fff;
}

.homeMainWrapper .leftSidebar {
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 22.75%;
    min-height: 1px;
}

.homeMainWrapper .container {
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 54.5%;
    min-height: 1px;
}

.homeMainWrapper .rightSidebar {
    -moz-box-ordinal-group: 3;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 22.75%;
    min-height: 1px;
}

.homeMainWrapper .featuredPostImg {
    height: 90px
}

.homeMainWrapper .featuredPostTitle {
    font-size: 0.88em;
}

#topPost.homeTopPost {
    border-left: solid 3px #fff;
    border-right: solid 3px #fff;
}

#topPost.homeTopPost #topPostIn {
    height: inherit;
    padding: 27px 32px;
    min-height: 222px;
}

#topPost.homeTopPost .sectionTitle {
    color: #A0935F;
    line-height: 1em;
    font-size: 1.3em;
    padding-bottom: 8px;
    margin-bottom: 23px;
}

#topPost.homeTopPost .topPostTitle {
    font-family: "Roboto", sans-serif;
    font-weight:700;

    font-size: 1.43em;
    line-height: 1.2em;
    padding-bottom: .6em;
}

#homePageNews .latestPostBx.padBox {
    padding-left: 33px;
    padding-top: 33px;
    padding-right: 25px;
    padding-bottom: 6px;
}

#homePageNews .latestPostBx.padBox .latestPostImg {
    width: 26%;
    height: 139px;
}

#homePageNews .latestPostBx.padBox .latestPostIn {
    width: 74%;
    padding-left: 23px;
}

#homePageNews .latestPostTitle {
    padding-bottom: 7px
}

/*------------------------------------------------*/
/*----------------[CATEGORY ARCHIVE]--------------*/
/*------------------------------------------------*/
#postHeader.categoryHeader {
    background: #000;
    padding-top: 14px;
    padding-bottom: 20px;
}

.catArchiveTitle {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #A0935F;
    /* font-weight: 900; */
    font-size: 1.6em;
    line-height: 1.3em;
    letter-spacing: 1px;
}

.catArchiveTitle:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    border-bottom: solid 2px #A0935F;
    width: 30px
}

#topPost {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    position: relative;
}

#topPostIn {
    height: 273px;
    background: rgba(0, 0, 0, 0.75);
    position: relative;
}

#topPostIn .bannerCell {
    text-align: left
}

.topPostTitle {
    /* font-weight: 900; */
    font-size: 2.62em;
    padding-bottom: 28px;
}

.topPostTitle a {
    color: #fff
}

#topPostIn .singlePostMeta {
    padding: 0;
    color: #fff;
}

#topPostIn .singlePostMeta a {
    color: #fff
}

.featuredBx {
    padding-top: 14px;
    padding-bottom: 12px;
}

.featuredBxIn {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.featuredBxInIn {
    background: rgba(0, 0, 0, 0.75);
    position: relative;
}

.featuredBxInIn.padBox {
    padding-top: 33px;
    padding-left: 60px;
    padding-bottom: 66px;
}

.featuredBxInIn.padBox .sectionTitle {
    font-size: 1.3em;
    line-height: 1em;
    padding-bottom: 7px;
    margin-bottom: 37px;
    color: #A0935F;
}

.featuredInTitle {
    /* font-weight: 900; */
    font-size: 1.44em;
    line-height: 1.1em;
}

.featuredBxInIn a {
    color: #fff
}

.featuredBxInIn .singlePostMeta {
    padding-bottom: 0;
    color: #fff
}

/*------------------------------------------------*/
/*-----------------------[PAGE]-------------------*/
/*------------------------------------------------*/
/*body.page-id-107{
	background-position:center top; background-repeat:no-repeat;
	background-image:url(images/About-Desktop-2.jpg)
}*/
#pageBanner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: solid #fff 3px;
    padding-top: 45px;
    color: #fff;
    padding-bottom: 42px;
}

#pageBanner .padBox {
    width: 600px;
    max-width: 100%
}

.bannerTitle {
    position: relative;
    padding-bottom: 19px;
    margin-bottom: 15px;
    text-transform: uppercase;
    /* font-weight: 900; */
    font-size: 2.55em;
    line-height: 1.1em;
    letter-spacing: 1px;
    color: #fff;
}

.bannerTitle:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    border-bottom: solid 2px #A0935F;
    width: 30px
}

.bannerTxt {
    font-size: 1.05em;
    line-height: 1.45em;
    word-spacing: 0.5px;
}

.bannerTxt p {
    margin-bottom: 0.68em;
}

.container.pageContainer {
    padding: 37px 0;
}

.sectionTitle {
    color: #adadad;
    /* font-weight: 900; */
    text-transform: uppercase;
    font-size: 1.85em;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 15px;
}

.sectionTitle:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    border-bottom: solid 2px #A0935F;
    width: 30px
}

.ourTeamBx {
    position: relative;
    padding-top: 64px;
    padding-bottom: 12px;
}

.ourTeamBxIn {
    padding-top: 65px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 22px;
    background-color: #f3f3f3;
}

.teamImg {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #c4c4c4;
    background-position: center;
    background-size: cover;
    top: -50px;
}

.teamName {
    /* font-weight: 900; */
    font-size: 1.5em;
    line-height: 1.3em;
    letter-spacing: 0.3px;
    word-spacing: 1px;
    padding-bottom: 2px;
    color: #333333;
}

.teamDesig {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 17px;
    color: #828282;
    font-size: 1.08em;
    text-transform: uppercase;
}

.teamDesig::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    border-bottom: solid 2px #A0935F;
    width: 30px;
}

.teamTxt {
    line-height: 1.4em;
    color: #4F4F4F
}

.advisoryTeamBx .teamName {
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 19px;
}

.advisoryTeamBx .teamName::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0;
    border-bottom: solid 2px #A0935F;
    width: 30px;
}

.teamTagline {
    /* font-weight: 900; */
    color: #4F4F4F;
    font-size: 1.18em;
    line-height: 1.25em;
    padding-left: 2px;
    padding-right: 10px;
    padding-bottom: 18px;
}

.advisoryTxt {
    font-size: 0.85em;
    line-height: 1.55em;
    overflow: hidden;
    height: 65px;
    transition: 300ms;
    -moz-transition: 300ms;
    -webkit-transition: 300ms;
}

.advisoryTxt.expanded {
    height: inherit;
    overflow: auto;
}

.advisoryAllBtn {
    text-align: right;
    margin-bottom: 1em;
    padding-top: 4px;
}

.advisoryAllBtn a {
    font-size: 0.7em;
    text-transform: uppercase;
    /* font-weight: 900; */
}

#singlePostBottom.fullPage .latestTopBxIn {
    min-height: 220px
}

#staffWriters {
    text-align: center;
}

#staffWriters .teamName {
    padding-top: 4px
}

#staffWriters .teamDesig:before {
    left: 50%;
    margin-left: -15px
}

#staffWriters .teamTxt {
    font-size: 1.55em;
    padding-top: 11px;
}

.staffBtn {
    border: solid 2px #c4c4c4;
    top: -2px;
    display: inline-block;
    font-weight: 700;
    font-size: .78em;
    vertical-align: top;
    position: relative;
    padding: 7px 10px;
    width: 312px;
    max-width: 100%;
    color: #4f4f4f;
}

#pageBottomArea {
    border-top: solid 10px #fff;
    border-bottom: solid 10px #fff;
}

#pageBottomArea #featuredCatPosts > .featuredPostBx {
    display: none
}

#pageBottomArea #featuredCatPosts > .featuredPostBx:nth-child(2) {
    display: block
}

#pageBottomArea #featuredCatPosts > .featuredPostBx:nth-child(3) {
    display: block
}

#homeSignUp #sidebarSignupBx {
    position: relative
}

#homeSignUp {
    background: #333333
}

#homeSignUp .sidebar {
    background: #333333
}

#homeSignUp #sidebarSignupBx .nxtPrevBxIn {
    background: none;
    height: auto;
    padding: 20px 22px;
    padding-bottom: 11px;
}

#homeSignUp #sidebarSignupBx form:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#homeSignUp #sidebarSignupBx .gform_heading {
    float: left;
    width: 50%;
    padding-left: 15px;
}

#homeSignUp #sidebarSignupBx .gform_heading .gform_title {
    font-size: 1.55em;
    padding-bottom: 18px;
    margin-bottom: 0px;
}

#homeSignUp #sidebarSignupBx .gform_body {
    float: right;
    width: 50%;
    position: relative;
}

#homeSignUp #sidebarSignupBx .gform_footer {
    bottom: 12px;
    width: 20%;
}

/*------------------------------------------------*/
/*----------------------[FOOTER]------------------*/
/*------------------------------------------------*/
#footer {
    background-color: #000;
    color: #fff;
    padding-top: 32px;
    border-top: solid #A0935F 8px;
    position: relative;
    padding-bottom: 80px;
}

#footer .padBox {
    padding-left: 53px;
    padding-right: 53px;
}

.footerLeft {
    float: left;
    width: 23.5%;
    padding-right: 15px;
}

.footerRight {
    float: right;
    width: 76.5%
}

#footerLogo {
    padding-bottom: 22px;
    padding-top: 5px;
}

#footerLogo img {
    display: block
}

#copyright {
    color: #fff;
    font-size: .55em;
    line-height: 1.4em;
    padding-top: 2px;
    letter-spacing: 0.15px;
    padding-bottom: 8px;
}

#copyrightMenu {
    font-size: .55em;
    line-height: 1em;
    padding-top: 1px;
    letter-spacing: 0.15px;
    padding-bottom: 8px;
}

#copyrightMenu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#copyrightMenu ul li {
    display: inline-block;
    border-right: solid 1px #A0935F;
    padding-right: 5px;
    margin-right: 3px;
}

#copyrightMenu ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0
}

#footerWidgetArea ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#footerWidgetArea ul li {
    display: block
}

#footerWidgetArea ul li a {
    display: block;
    color: #fff;
    /* font-weight: 900; */
    text-transform: uppercase;
    font-size: .9em;
    line-height: 1.3em;
}

@media (max-width: 768px) {
    .wp-caption {
        max-width: 100%;
    }
}

/*------------------------------------------------*/
/*----------------------[DELETE]------------------*/
/*------------------------------------------------*/
#homePageNews .latestPostBx.padBox {
    padding-top: 21px
}

.ai_post {
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid gainsboro;
}

.ai_title a { font-size:0.8em; letter-spacing:0px; font-weight: 700; font-family: "Roboto", sans-serif; color: #6a6a69;}
