/*
Theme Name: SmartMag
Theme URI: http://theme-sphere.com
Version: 2.6.2
Description: Designed by <a href="http://theme-sphere.com">ThemeSphere</a>
Author: ThemeSphere
Author URI: http://theme-sphere.com
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2015 ThemeSphere.
*/

/*

1. =Resets & Default Elements
 1.1. =Typography
 1.2. =Other Elements
 1.3. =Main Helpers

2. =Global Structure
 2.1. =Grid
 2.2. =Header
 2.3. =Navigation
 2.4. =Featured & Slider

3. =Components & Common Classes

4. =Content
 4.1. =Main Page Blocks
 4.2. =Single Post
 4.3. =Single & Other Pages
 4.4. =Category Listing & Loop

5. =Main Sidebar
6. =Shortcodes
7. =Footer

*/


/**
 * 1. =Resets & Helpers
 * ----------------------------------------------------------------------------
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video, 
button, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 100%;
	font-family: inherit;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* be compatible with "input" defaults */
button, input[type="submit"] { 
	box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	cursor: pointer; 
	-webkit-appearance: none;
}

/* iOS styling reset */
button, input { border-radius: 0; }

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* fix IE scrollbar */
textarea { overflow: auto; }

a img { border: 0; }

.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; } /* old-ie only */

/* reset placeholder color */
::-webkit-input-placeholder { color: inherit; }

:-moz-placeholder { 
	color: inherit;
	opacity: 1; 
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder { color: inherit; } 


/**
 * 1.1. =Typography
 * ----------------------------------------------------------------------------
 */

/* baseline 14px -- 1.5x base line-height */
body {
	font: 14px/1.5 "Open Sans", Arial, sans-serif;
	/* Chrome 38 Bug - text-rendering: optimizeLegibility; */
	/*overflow-x:hidden;*/
}

p {	margin-bottom: 21px; /* 1.5em */ }

/* base headings */

h1 { font-size: 24px; } 
h2 { font-size: 21px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 15px; }
h6 { font-size: 14px; }


h1, h2, h3, h4, h5, h6 {
	font-weight: normal; 
	font-family: "Roboto Slab", Georgia, serif;
	color: #19232d;
}

::selection { 
	background: #e54e53; 
	color: #fff; 
}

::-moz-selection {
	background: #e54e53;
	color: #fff; 
}

img::selection 	{ background: transparent; }
img::-moz-selection	{ background: transparent; }
body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* link and text helpers */
a { 
	color: #19232d;
	text-decoration: none;
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

a:hover { 
	text-decoration: underline;
}

/**
 * 1.2. =Other Elements
 * ----------------------------------------------------------------------------
 */

code, pre {
	padding: 1.857em;
	padding-bottom: 0;
	border-left: 3px solid #d9d9d9;
	border-bottom: 1px solid transparent;
	background: #f2f2f2;
}

p code {
	padding: 1px 5px;
	border: 0;
}

pre {
	display: block;
	word-break: break-all;
	word-wrap: break-word;
}

pre code { white-space: pre-wrap; }

/* default table styling */
table {
	max-width: 100%;
	background-color: transparent;
}

th, td {
	background: #fff;
	padding: 4px 7px;
	border: 1px solid #e1e1e1; 
}

th { background: #f2f2f2; }

tr:nth-child(odd) td { background: #fcfcfc; }


table caption { 
	padding: 0 0 7px 0;
	width: auto;
	font-weight: 600;
}

/* form styling */
input, textarea, select {
	background: #f9f9f9;
	border: 1px solid #d9d9d9;
	padding: 7px 14px;
	outline: 0;
	font-size: 13px;
	color: #a6a6a6;
	max-width: 100%;
}

textarea { 
	padding: 7px 14px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background:transparent;
	color:#000;
}
	
input:focus, textarea:focus, select:focus { 
	border-color: #bbb;
	color: #606569;
}

/* fix firefox flicker */
.wp-post-image { -moz-transform: translate3d(0, 0, 0); }

/* image hover effect */
.wp-post-image:hover { opacity: 0.8; }
.ie .wp-post-image:hover { opacity: 1; }

/**
 * 1.3. =Main Helpers
 * ----------------------------------------------------------------------------
 */
.limit-line { 
	overflow: hidden;
	white-space: nowrap;
}
	
.ellipsis { text-overflow: ellipsis; }

/* image replacement - via H5BP */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/* hide only visually, but have it available for screenreaders: H5BP */

.visuallyhidden,
.screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.main-color { color: #e54e53; }

/**
 * 2. =Global Structure
 * ----------------------------------------------------------------------------
 */

/* 1128px total - 44px columns - 25px gutters - 12 columns */

body { 
	background: #fff;
	color: #606569;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

.wrap {
	/*width: 100%;*/
	max-width: 1128px;
	margin: 0 auto;
	padding: 0 25px; /* 25px gutters */
	text-align: left;
	position:relative;
}

.boxed .main-wrap {
	background: #fff;
	width: 1128px;
	margin: 0 auto;
	border-top: 0;
	border-bottom: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.12);
}

body.boxed { background: #eee; } 

.ie8 .bg-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -999;
}

/**
 * 2.1 =Grid
 * ----------------------------------------------------------------------------
 */

.row {
	min-height: 1px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	margin-right: -25px;
    margin-left: -25px;
}

.columns { }

.column, .row [class*="col-"] {
  
  padding-left: 25px;
  padding-right: 25px;
  
  float: left;
  min-height: 1px;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-12, .column { width: 100%; }
.col-11 { width: 91.66666666666667%; }
.col-10 { width: 83.33333333333334%; }
.col-9, .column.three-fourth { width: 75%; }
.col-8, .column.two-third { width: 66.66666666666667%; }
.col-7 { width: 58.333333333333336%; }

.col-6, .column.half { width: 50%; }

.col-5 { width: 41.66666666666667%; }
.col-4, .column.one-third { width: 33.333333333333336%; }
.col-3, .column.one-fourth { width: 25%; }
.col-2 { width: 16.666666666666668%; }
.col-1 { width: 8.333333333333334%; }

.column.one-fifth { width: 20%; }
.column.two-fifth { width: 40%; }
.column.three-fifth { width: 60%; }
.column.four-fifth { width: 80%; }

.column.right { text-align: right; }
.column.left { text-align: left; }
.column.center { text-align: center; }

/**
 * 2.2. =Header
 * ----------------------------------------------------------------------------
 */

.top-bar {
	background: #f2f2f2;
	border-top: 4px solid #e54e53;
	border-bottom: 1px solid #e7e7e7;
}


.top-bar.hidden { display: none; }

.top-bar-content {
	padding: 10px 0;
	color: #999;
}

.top-bar-content > div { display: inline; }
.top-bar-content a { color: inherit; }

.top-bar .menu { 
	float: left; 
	color: #656565;
	overflow: hidden; 
}

.top-bar .menu li { 
	float: left; 
	padding-left: 14px;
}

.top-bar .menu li:first-child { padding-left: 0; }

.top-bar .menu .sub-menu { display: none; }

.top-bar .search { 
	float: right;
	margin: -3px 0 -3px 50px;
	position: relative;
}

.top-bar .search .query { 
	width: 130px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out; 
}

.top-bar .search .query:focus { width: 180px; }


.search .query, .searchform input, .searchform #s {
	line-height: 24px;
	height: 24px;
	padding: 1px 8px;
	outline: 0;
	border: 0;
	border-right: 15px solid #e9e9e9;
	font-size: 13px;
	background: #e9e9e9;
	float: left;
	color: #999;
}

.top-bar .search-button {
	background: transparent;
	margin-left: -28px;	
	line-height: 26px;
	height: 26px;
	width: 20px;
	outline: 0;
	float: left;
}

.top-bar .search .fa-search {
	color: #bababa;	
}

.top-bar .social-icons {
	float: right;
}

.ie8 .top-bar input { max-width: 500px; }


/* Top Bar: Dark */

.top-bar.dark { 
	background: #19232d;
	border: 0;
}

.top-bar.dark .top-bar-content, .top-bar.dark .top-bar-content a {
	color: #d6d6d6;
}

.top-bar.dark .social-icons .icon {
	background: transparent;
	color: #d6d6d6;
	font-size: 13px;
	margin-left: 5px;
}

.top-bar.dark .social-icons .icon:hover {
	color: #999;
}

.top-bar.dark .trending-ticker .heading {
	color: #fff;
	font-weight: 600;
}

.top-bar.dark .search .query {
	background: #333;
	background: rgba(255, 255, 255, 0.1);
	border-right-color: transparent; 
}

.top-bar.dark .search .fa-search {
	color: #777;	
}

.top-bar.dark .live-search-results .content > a {
	color: #19232d;	
}

/* Live search */

.live-search-results {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 0;
	z-index: 1500;
	/*top: 35px;*/
	top: 30px;
	width: 305px;
	padding-top: 20px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

.live-search-results.fade-in {
	-webkit-transform: scale(1);
	transform: scale(1);	
}

.live-search-results .posts-list img {
	width: 58px;
	height: auto;
	display:none;
}

.live-search-results .posts-list li {
	padding: 21px;
	border-bottom: 1px solid #d9d9d9;
}

.live-search-results .posts-list .content {
	/*margin-left: 75px;*/
	margin-left: 0px;
	min-height: 0;
	border: 0;
}

.live-search-results .posts-list .content > a {
	color: initial;
	margin-bottom: 0;
}

.live-search-results .posts-list .content .comments{
	display:none;
}

.live-search-results .posts-list .view-all { 
	border-bottom: 0;
	text-align: center;
	background: #f9f9f9;
	padding: 14px;
	width: 272px;
}

.live-search-results .posts-list .view-all a, .live-search-results .no-results {
	float: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #999;
}

.live-search-results .no-results {
	display: block;
	text-align: center;
	padding-bottom: 21px;
}
.search-count{
	 margin-bottom: 30px;
    text-align:left;
    display: inline-block;
    width: 100%;
	color:#000;
}
.search-results .listing-classic{
	display:inline-block;
}
.search-txt {
    margin-right: 7px;
    display:inline-block;
    line-height: 31px;
	 vertical-align: top;
}
.search-count .search input{
	padding: 0 10px;
    height: 31px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    color: #9e2213;
    text-transform: uppercase;
    font-weight: 600;
    width: 200px;
}
.search-count .search{
	position:relative;
	display:inline-block;
}
.search-button{
	position: absolute;
    right: 5px;
    background: none;
    top: 5px;
}
.search-count .search + p{
	 display: inline-block;
    line-height: 31px;
    margin: 0 10px;
    vertical-align: top;
}
.search-count .impactnav{
	 display: inline-block;
    margin: 0;
	vertical-align:top;
}
.search-count .top-impactnav{
	padding: 2px 10px;
    width: 300px;
	border:1px solid #d9d9d9;
}
.search-count .top-impactnav a{
    font-size: 13px;
    color: #9e2213;
}
.search .no-results{
	color:#000;
	font-size:14px;
	text-align: center;
    display: block;
    margin-bottom: 60px;
}
.search .search-q{
    font-size: 13px;
    color: #9e2213;
    text-transform: uppercase;
    font-weight: 600;
}
.search h2.results{
	color:#000;
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:30px;
}
.search-filters{
	float: right;
    display: inline-block;
}
.search-filters span.line{
	float: left;
    margin-right: 10px;
	text-decoration:underline;
}
.search-filters span.line:last-of-type{
	float: left;
    margin-right: 0px;
	text-decoration:underline;
}
.search-filters span.line.selected{
	text-decoration:none;
	font-weight:600;
}
.search-filters span.line.bar{
	float: left;
    margin-right: 10px;
	text-decoration:none;
}
.search .main-heading{
	display:inline-block;
}
.search .listing-archive-h2 h3{
	font-size: 14px;
    margin-bottom: 10px;
    color: #9e2213;
    font-weight: 600;
    line-height: 14px;
}
.search .listing-archive-h2 .posted-on{
	margin-bottom: 10px;
}
/*.search article.local-news .listing-archive-img {
    width: 100%;
    height: 300px;
    display: block;
    float: none;
    text-align: center;
}*/
.search-no-results .listing-archive, .search-results .listing-archive{
	 padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
	display: inline-block;
	width: 100%;
}
.search-no-results #gmap_display img {
    max-width: 100%;
    height: auto;
}
.search .listing-archive-h2 .social-icons{
    float: right;
    margin-top: -24px;
    display: inline-block;
}




/* News ticker */

.trending-ticker ul { float: left; }

.trending-ticker li {
	display: none; 
	color: #656565;
}

.trending-ticker a {
	max-width: 450px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3;
	padding-right: 10px;
	margin-top: -2px;
}

.trending-ticker li:first-child { display: block; }

.trending-ticker .heading { 
	float: left; 
	color: #e54e53;
	text-transform: uppercase;
	margin-right: 50px; 
}

.flippanel{
	display:none;
}
.flip{
	padding:5px 0;
}
.flip h3{
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
}
.flip h3 .fa{
	font-size:12px;
}
.mailpoet_archive_date{
	font-size:13px;
	color:#000;
	padding-right:2px;
}
.mailpoet_archive_subject a{
    color: #a90000;
    font-size: 13px;
}
ul.mailpoet_archive{
	list-style:disc;
	color:#000;
	list-style-position:inside;
}
ul.mailpoet_archive li{
	padding:5px 0;
}





/* header */
.main-head { 
	position: relative; /* for shadows */
}

.mobile-head {
	display: none;
}

	.main-head .title {
		float: left;
		/*font-size: 37px;
		font-weight: bold;
		letter-spacing: -1px;
		max-width: 100%;*/
		width:300px;
		margin-right:30px;
	}
	
	.main-head .title a { 
		text-decoration: none;
		color: #19232d;
	}
	
	.logo-image {
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
		height: auto;
	}
	
	.main-head .logo-mobile {
		display: none;
	}

	/* vertically center - and right aligned */
	.main-head .right {
		/*line-height: 135px;
		text-align: right;*/
		margin-right: 40px;
		float:right;
		line-height: 35px;
    	/*max-width:540px;*/
		max-width:550px;
	}
	
	.main-head header {
		min-height: 135px;
		line-height: 135px;
		/*overflow: hidden;*/
		overflow: inherit;
		margin: 30px 0;
	}

	.main-head .adwrap-widget,
	.main-head .a-widget {
		width: 728px;
		max-width: 100%;
		margin: 0 auto;
		vertical-align: middle;
		display: inline-block;
		line-height: 1;
		text-align: right;
	}
	
.main-head .centered {
	text-align: center;	
}

	.main-head .centered .title {
		float: none;
	}


#menu-top-nav-corp {
    margin-top: 15px;
    display: inline-block;
    line-height: initial;
    min-height: 20px;
    float: left;
}
#menu-top-nav-corp li {
    display: inline-block;
    border-right: 1px solid #4d4d4d;
    padding: 0px 10px;
    line-height: initial;
}
#menu-top-nav-corp li a {
    text-transform: uppercase;
}
#menu-top-nav-corp li:last-of-type {
    border-right: none;
}





/**
 * 2.3. =Navigation
 * ----------------------------------------------------------------------------
 */
.navigation {
	background-color: #19232d;
	/*border-bottom: 2px solid #2f4154;*/
	color: #efefef;
	min-height:45px;
	text-transform: uppercase;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.navigation-wrap.cf{
	position:relative;
}

.sticky-nav {
	position: fixed!important;
	top: 0;
	z-index: 101;
	width: 1078px;
	background-color: rgba(25, 35, 45, 0.9);
	
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.navigation-wrap.has-logo.sticky-nav .navigation{
	background: #9f2214;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    max-height: 60px;
}
.navigation-wrap .sticky-top-bar{
	display:none;
	background:#9f2214;
	height:45px;
	border-top: 10px solid #fff;
}

.navigation-wrap.sticky-nav .sticky-top-bar{
	display:block;
}
.navigation-wrap .navigation{
	display:block;
}
.navigation-wrap.sticky-nav .navigation{
	display:none;
}
.navigation-wrap.sticky-nav .navigation.bounce, .navigation-wrap.sticky-nav .navigation.nav_news_site.bounce{
	display:block;
}
.sticky-top-bar .hamburger{
	background: #7e261e;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    line-height: 25px;
    cursor: pointer;
    position: absolute;
    /*right: 65px;*/
    right: 24px;
}
.single-corporate .sticky-top-bar .hamburger, .single-corporate-blog .sticky-top-bar .hamburger{
	background: #7e261e;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    line-height: 25px;
    cursor: pointer;
    position: absolute;
    right: 65px;
}
.sticky-top-bar .sticky-top-market{
    display: inline-block;
    text-align: center;
/*    width: 100%;
    max-width: 980px;*/
	/*width:87%;*/
	width:91%;
    vertical-align: top;
    line-height: 45px;
}
.nav_news_site .sticky-top-bar .sticky-top-market{
    display: inline-block;
    text-align: center;
/*    width: 100%;
    max-width: 980px;*/
	width:87%;
    vertical-align: top;
    line-height: 43px;
}
.sticky-top-bar .sticky-top-market:hover{
	background:#7e261e;
	text-decoration: none;
}

.has-nav-light .sticky-nav {
	width: 1128px;
	background: rgba(255, 255, 255, 0.98);
}

.full.has-nav-full .sticky-nav {
	width: 100%;
}

.navigation.has-search .menu {
	padding-right: 54px;
}

.admin-bar .sticky-nav { top: 32px; }

.navigation .mobile, .navigation .off-canvas { 
	display: none; 
}

.navigation a { color: #efefef; }

.navigation .mobile, .navigation .mobile-menu { display: none; }

.find_local_news_mobile.mobile_only{display:none;}

.navigation ul { 
	list-style: none; 
	line-height: 2; 
	position: relative;
	z-index:1;
}

.navigation ul li { 
	float: left; 
}

/* nth level link */ 
.navigation .menu li > a { 
	float: left;
	padding: 0px 10px;
	/*padding: 0px 35px 0px 0px;*/
}
.navigation #menu-corp-new.menu li > a { 
	float: left;
	padding: 0px 20px;
}


/* top level links - 45px total height */
.navigation .menu > li > a { 
	text-decoration: none;
	line-height: 45px;
	border-bottom:none!important;
/*	border-bottom: 2px solid transparent;*/
	margin-bottom: 0px; /* parent border offset */
}

/* blips for parent menus */
.navigation .menu li > a:after {
	/*display: inline-block;*/
	display: none;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 0.9;
	content: "\f107";
	text-shadow: 0px 0px 1px #efefef;
	margin-left: 10px;
}

.navigation .menu li li > a:after { display: none; }
.navigation .menu li > a:only-child:after, .navigation .menu .only-icon > a:after { 
	display: none; 
}

.navigation .menu > li:first-child > a {
	border-left: 0;
	box-shadow: none;	
}

.navigation .menu > li:hover > a, 
.navigation .menu > .current-menu-item > a,
.navigation .menu > .current-menu-parent > a,
.navigation .menu > .current-menu-ancestor > a {
	/*border-bottom: 2px solid #e54e53;*/
	background:#5d5d5d;
}

.navigation .menu > li:hover {
	background: #1e2935;
}

.navigation .menu-item > a .fa, .navigation .sub-menu .fa {
	font-size: 14px;
	margin-right: 7px;
}

.navigation .menu .fa.only-icon, .navigation .only-icon .fa {
	margin-right: 0;
}


.navigation .post-headline{
	display:none;
	position: absolute;
    top: 0px;
   /* left: 0px;*/
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: left;
    margin: 0 auto;
    background: #4d4d4d;
    z-index: 9999;
    line-height: 47px;
}

.navigation .post-headline .nav-social, .post-meta .nav-social{
    display: inline-block;
    padding: 0;
    position: relative;
    top: 0;
}
.navigation .post-headline .nav-social .fbsh, .post-meta .nav-social .fbsh {
    background: #004088;
    padding: 4px 0px;
    margin-right: 5px;
	 width: 25px;
}
.navigation .post-headline .nav-social .twsh, .post-meta .nav-social .twsh{
	/*background-color: rgb(85, 172, 238);*/
	background:#00abe3;
    padding: 4px 0px;
    margin-right: 5px;
	width: 25px;
}
.navigation .post-headline .nav-social .emsh, .post-meta .nav-social .emsh{
	background-color: #780000;
    padding: 4px 0px;
    margin-right: 5px;
	width: 25px;
}
.navigation .post-headline .nav-social .fa, .post-meta .nav-social .fa{
	 background-color: transparent;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    width: inherit;
}

.navigation .post-headline p {
    display: inline-block;
    /*width: 73%;*/
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 16px;
    /*font-weight: 600;*/
}
#menu-ci .nav-sticky, #menu-ci .mobile-only{
	display:none;
}
.sticky-nav #menu-ci .nav-sticky{
	display:list-item;
}
.sticky-nav .navigation .menu li > a {
    padding: 0px 6px;
}
.sticky-nav .navigation #menu-corp-new.menu li > a {
    padding: 0px 20px;
}

/* login */
.menu .user-login { float: right; }

.navigation .menu .user-login a {
	float: right;
	background: #2A3746;
	padding: 0 21px;
	min-width: 12px;
}

.navigation .menu .user-login .fa {
	margin: 0;	
}

.navigation.nav-light .menu .user-login a {
	background: transparent;
	border: 0;
}

.navigation .user-login .text { display: none; }

/* Nested menus */

	/* 1st level */
	.navigation .menu > li > ul { 
		top: 45px;
		border-radius: 0;
		border: 0;
	}
	
	/* 1st to nth level links */
	.navigation .menu > li li a {
		float: none;
		display: block;
		text-decoration: none;
		font-size: 13px;
		padding: 6px 25px;
		border-top: 1px solid #1f2c38;
		text-transform: none;
		
		/* prevent visibility:hidden delays 
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;*/
	}
	
	.navigation .menu ul li {
		float: none;
		min-width: 220px;
		border-top: 0;
		padding: 0 0;
		position: relative;
		
		-webkit-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
	
	.navigation .menu ul > li:first-child > a { 
		border-top: 0px;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	
	.navigation .menu ul {
		position: absolute; 
		overflow: visible;
		visibility: hidden;
		display: block; 
		opacity: 0;
		
		padding: 5px 0px;
		background: #19232d;
		        
		-webkit-transition: all .2s ease-in;
		transition: all .2s ease-in;
		
		z-index: 100;
		pointer-events: none;
	}

	/* 2nd+ level */
	.navigation .menu ul ul { 
		left: 100%;
		top: 0;
	}
	
	.navigation li:hover > ul { 
		visibility: visible; 
		opacity: 1; 
		pointer-events: auto;
	}
	
	/* nth level hover or current active item */
	.navigation .menu li li:hover, .navigation .menu li li.current-menu-item {
		background: #1e2935;
	}
	
	/* Mega Menu */
	
	.navigation li:hover .mega-menu { 
		visibility: visible;
		opacity: 1; 
		
		/* z-index increase on hover - prevent transitions making menu re-appear on random hover */
		z-index: 1000;
		pointer-events: auto;
	}
	
	.navigation .mega-menu {
		width: 100%;
		left: 0;
		top: 45px;
		
		margin: 0;
		
		position: absolute; 
		overflow: hidden;
		visibility: hidden;
		display: block; 
		opacity: 0;

		padding: 35px 0px; /* 2.5em */
		
		/*background: #19232d;*/
		background-color: #6d6d6d!important;
		max-width:1080px;
		
		-webkit-transition: all .2s ease-in;
		-moz-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		transition: all .2s ease-in;
		
		/* fix flicker and use hardware acceleration */
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		
		z-index: 100;
		pointer-events: none;
	}
	
	.navigation .mega-menu .sub-menu li, .navigation .menu .mega-menu > li { min-width: 0; }
	
	/* disable transitions in mega menu */
	.mega-menu .wp-post-image, .mega-menu a { 
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	
	/* sub-nav for category mega menu */
	
	.mega-menu .sub-cats {
		padding: 0;
		margin-top: -35px;
	}
	
	.mega-menu .sub-nav {
		padding-right: 50px;
		padding-left: 25px;
		margin-right: 25px;
		background: #1e2935;
		margin-bottom: -600px;
		padding-bottom: 600px;
		padding-top: 37px;
	}
	
	.mega-menu .sub-nav li {
		float: none;
		display: block;
		position: relative;
	}
	
	.navigation .mega-menu .sub-nav li a {
		text-transform: uppercase;
		padding: 5px;
		border-top: 0;
		border-bottom: 1px solid #2f4154;
	}
	
	/* nested sub-nav */
	.mega-menu .sub-nav ul {
		top: 0; 
		left: 100%; 
	}
	
	.navigation .mega-menu .sub-nav ul li { min-width: 220px; }
	.navigation .mega-menu .sub-nav ul li:last-child a { border-bottom: 0; }
	
	.navigation .mega-menu .sub-nav li:hover, .navigation .menu .sub-nav li.current-menu-item  { background: #1e2c3a; }
	
	.mega-menu .extend { padding: 0 25px 0 0; }
	
	.mega-menu .heading {
		display: block;
		border-bottom: 1px solid #2f4154;
		padding: 5px 0;
		margin-bottom: 21px;
		font-weight: 600;
	}
	
	.mega-menu .featured { -webkit-transform: translate3d(0, 0, 0); }
	
	.mega-menu .featured h2 { 
		/*padding-left: 0;*/
		text-transform: none; 
	}
	
	.mega-menu .featured h2 a { color: #efefef; }
	
	.mega-menu .highlights article { margin-bottom: 14px; }
	
	.mega-menu .recent-posts .posts-list {
		text-transform: none;
	}
	
	.mega-menu .posts-list div:first-child { padding-top: 0; }

	.mega-menu .posts-list .post {
		overflow: hidden;
		padding-top: 21px;
	}
	
	.mega-menu .posts-list .post > a { 
		float: left;
		position: relative; 
	}
	
	.mega-menu .posts-list .content { 
		border-bottom-color: #2f4154;
		margin-left: 75px; 
		min-height: 0;
	}
	
	.mega-menu .posts-list img { width: 60px; }
	.mega-menu .posts-list .content > a { margin-bottom: 10px; }


	/* mega menu for normal links style */
	.navigation .mega-menu.links {
		/*padding: 35px 0 42px 0; */
		padding:0;
	}
	
	.navigation .mega-menu.links > li.current-menu-item {
		background: inherit;
	}
	
	.navigation .mega-menu.links > li {
		float: left;
		width: 25%;
		border: 0;		
		padding: 0 25px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
	}

		/* when 4 columns are added */
		.navigation .mega-menu.links > li:nth-child(5) { clear:both; }
	
	/* mega menu headings */
	.navigation .mega-menu.links > li > a {
		border: 0;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 600;
		border-bottom: 1px solid #2f4154;
		padding: 5px 0; 
	}

	.navigation .mega-menu.links > li > a:after { display: none; }
	
	.navigation .mega-menu.links > li ul {
		visibility: inherit;
		opacity: 1;
		position: static;
	}
	
	.navigation .mega-menu.links > li li a { 
		padding-left: 10px;
		border-top: 0;
		border-bottom: 1px solid #1f2c38;
	}
	
	/* caret */
	.navigation .mega-menu.links > li li a:before {
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 0.9;
		content: "\f105";
		margin-right: 10px;
	}
	
	.navigation .mega-menu.links > li:hover { background: transparent; }
	
	.mega-menu .wp-post-image:hover { opacity: 1; }
	
	
	/* touch devices rules */
	.touch .menu li:hover ul, .touch .navigation li:hover > ul, .touch .navigation li:hover .mega-menu  {
	    opacity: 0;
	    visibility: hidden;
	}
	
	.touch .menu li.item-active > ul, .touch .navigation li.item-active > ul,
	.touch .navigation li.item-active .mega-menu, .touch .navigation li.item-active .mega-menu > ul,
	.touch .navigation li.item-active .mega-menu.links ul { 
		visibility: visible;
		opacity: 1; 
	}
	
	
/* Centered Nav - Shared */

.nav-center .menu { 
	text-align: center; 
}

.nav-center ul li {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.nav-center .sub-nav li {
	display: block;
	text-align: center; 
}

.nav-center .menu > li .sub-menu li {
	display: block;
}
	
.nav-center .menu > li ul li, .nav-center .mega-menu, .nav-center .mega-menu .sub-nav li a {
	text-align: left;
}


/* Light Navigation */

.nav-light {
	border: 1px solid #eee;
	border-left: 0;
	background: #fff;
	
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03);
}

.nav-light.nav-full {
	border-right: 0;	
} 

.nav-light .menu > li > a {
	margin-bottom: 0;
	padding: 0 22px;
	border-right: 1px solid #f1f1f1;
	line-height: 44px;
	letter-spacing: 0.015em;
	
	color: #19232d;
	font-size: 13px;
	font-weight: 600; 
}

.navigation.nav-light .menu > li > a {
	border-bottom: 0;
} 

.nav-light .menu li > a:after {
	font-size: 13px;
	text-shadow: none;	
}

.nav-light .menu > li:first-child > a {
	border-left: 1px solid #f1f1f1;
}

.nav-light .menu > li:hover {
	background: inherit;	
}

.nav-light .menu > li:hover > a, .nav-light .menu > .current-menu-item > a,
.nav-light .menu > .current-menu-parent > a {
	color: #e54e53; 
}

/* drops */
.nav-light .menu ul, .nav-light .mega-menu {
	background: #fff;
	box-shadow: 1px 2px 4px -1px rgba(0, 0, 0, 0.08);
}

.nav-light .menu > li ul, .nav-light .mega-menu {
	margin-top: -1px;
	border: 1px solid #eee;
}

/* blips for drop downs */
.nav-light .menu .sub-menu li > a:after {
	content: "\f105";
	font-size: 12px;
	color: #777;
	margin-top: 2px;
	margin-left: 25px;
}

.nav-light .menu li li > a:after {
	display: block; 
	float: right;
	line-height: inherit;
}

.nav-light .menu > li > .sub-menu {
	margin-left: -1px;
}

.nav-light .menu > li:first-child > .sub-menu {
	margin-left: 0;
}
 
.nav-light .mega-menu, .nav-light .menu .mega-menu.links { 
	margin-left: 0;
	padding-top: 28px;
	padding-bottom: 28px; 
}
	
	.nav-light .mega-menu .sub-nav {
		background: #fafafa;
		border-right: 1px solid #f1f1f1;	
	}
	
	.nav-light .mega-menu .heading, .nav-light .mega-menu .featured h2 a { 
		color: #19232d;
		font-size: 13px;
	}
	
	.nav-light .mega-menu .heading, .nav-light .mega-menu .posts-list .content, .nav-light .mega-menu.links > li > a, 
	.nav-light .mega-menu .sub-nav li a, .nav-light .mega-menu.links > li li a {
		border-color: #e9e9e9;
	}
	
	.nav-light .mega-menu.links > li ul {
		border: 0;
		margin: 0;
		box-shadow: none;
	}
	
	.nav-light .mega-menu.links > li li:last-child a {
		border: 0;
	}


/* hover */
.nav-light .menu > li li a {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

.nav-light .menu li li:hover, .nav-light .menu li li.current-menu-item {
	background: #fdfdfd;
	color: #e54e53;
}

.nav-light .mega-menu .sub-nav li:hover, .nav-light .menu .sub-nav li.current-menu-item  {
	background: transparent;
	color: #e54e53;
}

.nav-light .menu li li:hover > a, .nav-light .menu li li.current-menu-item > a, 
.nav-light .mega-menu .sub-nav li:hover > a, .nav-light .menu .sub-nav li.current-menu-item > a {
	color: #e54e53;
}
	
.nav-light .menu > li li a {
	border-color: #e9e9e9;
}

.nav-light a {
	color: #3e3e3e;
}

/* Sticky navigation with logo */

.navigation .menu .sticky-logo { 
	display: none; 
}

.sticky-nav.has-logo li > a { 
	padding-left: 15px;
	padding-right: 15px;
}

.sticky-nav .menu .sticky-logo {
    font-size: 17px;
    font-weight: 600;
    display: block;
    padding-left: 15px;
    padding-right: 30px;
}

.sticky-nav .sticky-logo img {
	max-height: 43px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}	

.navigation-wrap.sticky-nav .sticky-logo a:hover { 
	border-color: transparent;
	background: inherit;
}



/* Navigation Search */



.nav-search.wrap {
	/*position: relative;*/
	position: absolute;
    width: 100%;
    display: inline-block;
    max-width: 300px;
    float: right;
    padding: 0;
/*	margin-right: 40px;*/
	margin-right: 0px;
	right:65px;
}

.nav_news_site .nav-search.wrap {
	/*position: relative;*/
	position: absolute;
    width: 100%;
    display: inline-block;
    max-width: 200px;
    float: right;
    padding: 0;
/*	margin-right: 40px;*/
	margin-right: 0px;
	/*right:80px;*/
	right:30px;
}

#menu-corp-new .nav-search.wrap{
	display:none;
}

.nav_news_site #menu-ci.not-mobile .nav-search.wrap {
	display:none;
}

.nav-search .search-overlay {
	float: right;
	/*margin-top: -45px;*/
	line-height: 45px
}

.nav-search .search-icon {
	padding: 0 21px;
	line-height: 43px;
	border-bottom: 2px solid transparent;
	/*display: inline-block;*/
	display:none;
	color: #efefef;
	background: #2a3746;
}

.nav-search .search-icon:hover, .nav-search .active .search-icon {
 	border-color: #e54e53;
 }
  
.nav-light-search .active .search-icon, .nav-light-search .search-icon:hover {
	color: #e53e54;
	border-color: transparent;
}

.nav-light-search .search-icon {
	background: transparent;
	color: inherit;	
}

.search-overlay .search {
/*	position: absolute;
	top: 100%;
	margin-top: 1px;
	right: 0;
	z-index: 1500;
	width: 325px;
	padding: 14px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	
	visibility: hidden;
	opacity: 0;
	
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	
	-webkit-transform-origin: top right;
	transform-origin: top right;*/
		
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	position: relative;
    visibility: visible;
    opacity: 1;
	width:200px;
}

.nav_news_site .search-overlay .search {
		
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	position: relative;
    visibility: visible;
    opacity: 1;
	width:200px;
}
	.search-overlay.active .search {
		visibility: visible;
		opacity: 1;	

		-webkit-transform: scale(1);
		transform: scale(1);
	}

.search-overlay .search .query {
	float: none;
	width: 100%;
	padding: 0 14px;
/*	height: 38px;*/
	height: 35px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #3d3d3d;
	border: 1px solid #eee;
	font-size: 13px;
	margin-top:5px;
    color: #fff;
    text-transform: uppercase;
	border-radius: 25px;
}

.nav_news_site .search-overlay .search .query {
	float: none;
	width: 100%;
	padding: 0 14px;
/*	height: 38px;*/
	height: 35px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #3d3d3d;
	border: 1px solid #eee;
	font-size: 13px;
	margin-top:5px;
    color: #fff;
    text-transform: uppercase;
	border-radius: 25px;
}

.search-overlay .search button {
	display: none;
}

.search-overlay .live-search-results {
	box-shadow: none;
	width: 100%;
	
	-webkit-transition-property: none;
	transition-property: none;
	
	-webkit-transform: none;
	transform: none;
	display:inline-block;
}

.search-overlay .live-search-results.fade-in {
	/*position: static;*/
	position: absolute;
	margin: 14px 0 -14px -14px;
	border: 1px solid #4d4d4d;
	
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.search-overlay .live-search-results li {
	border-color: #eee;
}

/*.sticky-nav .nav-search{ display:none; }*/








/* temporarily disable transitions on activation to prevent flicker */
.sticky-nav.no-transition li a {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

/* Breadcrumbs */
.breadcrumbs {
	background: #f2f2f2;	
	padding: 14px 25px;
	font-size: 12px;
	color: #8d97a1;
	line-height: 1;
}

.breadcrumbs a { color: #656565; }

.breadcrumbs .delim {
	padding: 0 10px;
	font-size: 16px;
	color: #8d97a1;
	line-height: 0.7;
}

.breadcrumbs .location {
	color: #e54e53;
	margin-right: 21px;
	text-transform: uppercase;
}

.has-nav-light .breadcrumbs {
	background: #fff;
	padding: 0;
	padding-top: 21px;
	margin-bottom: 21px;
}

.has-nav-light .breadcrumbs a { color: #a6a6a6; }

.has-nav-light .breadcrumbs, .has-nav-light .breadcrumbs .delim { color: #b6b6b6; }

/* Market dropdown */

.impactnav {
    margin-top: 15px;
}
.impactnav ul {
	list-style: none;
}
/*.impactnav ul:hover ul {
	display: block;
}*/
.top-impactnav {
 	font-size: 16px;
    font-family: "Open Sans";
    cursor: pointer;
    border: 1px solid #4d4d4d;
    padding: 0px 10px;
    text-align: left;
}
.impactnav ul ul {
	display:none;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #4d4d4d;
    cursor: pointer;
    border-top: none;
    text-align: left;
}
.top-impactnav a {
	color: #4d4d4d;
	font-size: 14px;
	text-transform: none;
}
.top-impactnav a {
	display: none;
}
.top-impactnav a:last-of-type {
	 display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
}
.top-impactnav .fa {
    float: right;
    line-height:inherit;
}
.fa-caret-up {
    float: right;
    font-size: 16px;
}
li.cat-item-1 {
	margin-top: -20px;
}
li.cat-item a {
    color: #4d4d4d;
    font-size: 14px;
}
ul.children {
	border: none!important;
}
ul.children li {
	padding-bottom: 3px;
}
ul.children li a {
	color: #999;
	font-size: 14px;
}
ul.children li a:hover {
	color: #4d4d4d;
}





/* NEW NAV MENU - ACCORDION */


.news-site .market-p {
    color: #19232d;
    display: inline-block;
    vertical-align: bottom;
	    line-height: unset;
}
.main-head .right.news-site .social-icons{
	margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
    float: right;
	    line-height: unset;
    min-height: unset;
}
.news-site #menu-top-nav{
	margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
    float: right;
    margin-right: 20px;
	    line-height: unset;
    min-height: unset;
}

.main-head .right {
    margin-right: 40px;
    float: right;
    line-height: 35px;
    max-width: inherit;
    width: 60%;
    display: block;
	margin-top: 19px;
}
.main-head .right.news-site {
   /* margin-right: 40px;*/
    margin-right: 0px;
    float: right;
    line-height: 35px;
    max-width: inherit;
    width: 60%;
    display: block;
	margin-top: 28px;
}
.main-head .right .social-icons {
    display: block;
    min-height: 20px;
    margin-top: 20px;
    float: right;
    line-height: normal;
}
.corporate-market-nav{
	position: relative;
    display: block;
    float: right;
    width: 100%;
    max-width: 700px;
}
.impactnav.corp {
    margin-top: 15px;
    display: block;
    background: #9f2214;
    padding: 5px 0px;
    float: right;
    width: 100%;
    max-width: 700px;
    min-height: 36px!important;
}
.news-site .impactnav.corp {
    margin-top: 5px;
    display: block;
    background: #9f2214;
    padding: 5px 0px;
    float: right;
    width: 100%;
    max-width: 700px;
    min-height: 36px!important;
	cursor:pointer;
}
.news-site .impactnav.corp:hover{
	background:#7e261e;
}
.impactnav.corp span{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
	margin-left: 15px;
}
.news-site .impactnav.corp span{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
	margin-left: 15px;
}
.impactnav.corp .select-market{
    background: #fff;
    border-radius: 15px;
    color: #000;
    text-transform: uppercase;
    width: 185px;
    padding: 0px 10px;
    display: inline-block;
    float: right;
    margin: 0 15px;
	cursor:pointer;
	min-height: 35px;
}
.impactnav.corp .select-market .dropdown-icon {
    opacity: 1;
    display: inline-block;
    color: #4d4d4d;
    left: 7px;
    position: relative;
    top: 10px;
}
.impactnav.corp .select-market .dropdown-icon:after {
    content: '';
/*    position: absolute;
    top: 0;
    left: 0;*/
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
}

.bellows {
    margin: 0!important;
    box-shadow: none!important;
    float: right!important;
    position: absolute;
    right: 0;
/*    display: block;*/   
	margin-top: 61px!important;
    z-index: 2;
    width: 100%;
    max-width: 700px!important;
	display:none;
}
.news-site #bellows-main-86033.bellows {
    margin: 0!important;
    box-shadow: none!important;
    float: right!important;
    position: absolute;
    right: 0;
/*    display: block;*/   
	margin-top: 51px!important;
    z-index: 2;
    width: 100%;
    max-width: 700px!important;
	display:none;
}
#bellows-main-86033-2.bellows {
    margin: 0!important;
    box-shadow: none!important;
    position: absolute;
    z-index: 2;
    width: 100%;
	max-width: none!important;
}
.bellows.bellows-skin-grey-material{
	background:#dbdcde!important;
}
.bellows-item-level-0{
	text-transform: uppercase;
	font-weight: 600;
}
.bellows.bellows-skin-grey-material .bellows-nav .bellows-target, .bellows.bellows-skin-grey-material .bellows-nav .bellows-custom-content{
	color:#000!important;
}
.bellows.bellows-skin-grey-material .bellows-nav .bellows-item-level-0 > .bellows-target{
	border-bottom:1px solid #fff!important;
	padding:10px 15px!important;
}
#bellows-main-86033-2.bellows.bellows-skin-grey-material .bellows-nav .bellows-item-level-0 > .bellows-target{
	border-bottom:1px solid #fff!important;
	padding:10px 25px!important;
}
.bellows.bellows-skin-grey-material .bellows-nav .bellows-item-level-0:last-child > .bellows-target{
	border-bottom:none!important;
}
.bellows.bellows-skin-grey-material .bellows-nav .bellows-item-level-0:first-child > .bellows-target{
	border-bottom:1px solid #fff!important;
	border-top:1px solid #fff!important;
}
.bellows.bellows-skin-grey-material .bellows-nav .bellows-item-level-0 > .bellows-target:hover {
  background: #ccc!important;
}
/*.bellows.bellows-skin-grey-material .bellows-nav .bellows-item-level-0.d > .bellows-target:hover {
  background: #666!important;
}*/
.bellows.bellows-skin-grey-material .bellows-nav .bellows-item-level-0 > .bellows-target .bellows-subtoggle, .bellows.bellows-skin-grey-material .bellows-nav .bellows-item-level-0.bellows-active > .bellows-target{
	background:none!important;
}
.bellows-subtoggle .fa-chevron-down:before {
    content: ''!important;
    position: absolute;
    top: 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
}
.bellows-subtoggle .fa-chevron-up:before {
    content: ''!important;
    position: absolute;
    top: 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
}
.bellows .bellows-nav .bellows-subtoggle {
    height: 100%;
    width: 100%!important;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.bellows .bellows-nav .bellows-subtoggle .fa {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -8px;
    text-align: right!important;
    margin-left: -37px;
}
#bellows-main-86033-2.bellows .bellows-nav .bellows-subtoggle .fa {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -8px;
    text-align: right!important;
    margin-left: -30px;
}
.bellows-submenu{
	column-count: 2!important;
}
#bellows-main-86033-2.bellows.bellows-skin-grey-material .bellows-nav .bellows-submenu {
    background: #fff;
    opacity: 1;
    visibility: inherit;
}
.bellows-submenu li a{
	text-transform: capitalize;
	font-size:13px;
	font-weight: normal;
	border-bottom: none!important;
	word-break: break-word;
	padding: 10px 5px 10px 15px!important;
}
#bellows-main-86033-2 .bellows-submenu li a{
	text-transform: capitalize;
	font-size:13px;
	font-weight: normal;
	border-bottom: none!important;
	word-break: break-word;
	padding: 10px 25px!important;
}
.metro-item .bellows-target span{
	font-weight:600!important;
	color:#a90000!important;
}
.mobile .cilogo_sq{
	display:none;
}
.sticky-nav .mobile .cilogo_sq{
	display: block;
    float: left;
    padding-left: 10px;
    height: 45px;
}
.bellows.bellows-skin-grey-material .bellows-nav .bellows-item-level-0.bellows-current-menu-ancestor > .bellows-target{
	background:none!important;
}

#menu-markets li.bellows-menu-item.d .bellows-submenu li.metro-item, #bellows-main-86033-2 li.bellows-item-level-0:last-of-type .bellows-submenu li.metro-item, #bellows-main-86033-3 li.bellows-item-level-0.d .bellows-submenu li.metro-item {display:none;}







/**
 * 2.4. =Featured & Slider
 * ----------------------------------------------------------------------------
 */
 
/* slider */
.main-featured {
	margin: 28px 0 49px 0; /* 2em 0 3.5em 0 */
	padding: 28px 0;
	background: #f2f2f2;
	border: 1px solid #e7e7e7;
	border-right: 0;	
	border-left: 0;
}

.has-nav-full .main-featured {
	margin-top: 0;
	border-top: 0;
	padding: 35px 0;
}

.main-featured .row { opacity: 0; }

.main-featured .row.appear {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

.main-featured .slides { 
	position: relative;
	min-height: 170px;
}

.main-featured img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.main-featured .slider { opacity: 0; }
	
	.main-featured .wp-post-image { display: block; }
	
	.main-featured .cat {
		line-height: 30px;
		background: #e54e53;
	
		padding: 0 14px;
		margin-left: 20px;
	}
	
	.main-featured .slider  h3 { 
		position: relative; 
		float: left;
	}
	
	.main-featured .slider h3 a {
		color: #fff;
		font-size: 18px;
		line-height: 2;
	}
	
	.main-featured .slider .caption, .featured .caption {
		/*position: absolute;
		bottom: 0;
		background: #19232d;
		background: rgba(25, 35, 45, 0.7);*/
		background:none;
		position: relative;
		width: 100%;
		padding: 14px 20px 17px 20px;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.main-featured .pages {
		position: absolute;
		max-width: 100%;
		width: 100%;
		bottom: 0;
		padding-top: 10px; /* allow the mouse pointer a little room */
		z-index: 99;
		
		left: 0;
		padding: 10px 25px 0px 25px;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		
		overflow: hidden;
	}
	
	.main-featured .pages a { 
		float: left;
		height: 4px;
		width: 19.658119658%;
		background: #72879c;
		margin-left: 0.284900285%;

		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	
	.main-featured .pages:hover a {
		height: 8px;
	}
	
	.main-featured .pages a:hover {
		opacity: 0.6;
	}
	
	.main-featured .pages .flex-active {
		background: #e54e53;
	}
	
	.main-featured .the-date {
		color: #d3dbdf;
		display: block;
		text-transform: uppercase;
		font-size: 11px;
	} 

.main-featured .blocks { padding-left: 0; }

	.main-featured .blocks article {
		position: relative;
	}
	
	.main-featured .blocks .large {
		margin-bottom: 14px;
	}
	
	.main-featured .blocks h3 {
		position: absolute;
		bottom: 0;
		background: #19232d;
		background: rgba(25, 35, 45, 0.7);
		width: 100%;
		
		padding: 10px;
		
		font-size: 13px;
		line-height: 1.5;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.main-featured .blocks h3 a { color: #fff; }
	
	.main-featured .blocks .small h3 { padding: 20px 10px 5px 10px; }
	
	.main-featured .small { 
		float: left;
		margin-right: 14px;
	}
	
	.main-featured .blocks .small.last { margin-right: 0; }
	
	.main-featured .small img { 
		width: 168px;
		height: 137px;
	}
	
	.ie8 .main-featured .small img { max-width: 168px; }

	/* image zoom effect */
	.main-featured .slides .image-link, .main-featured .blocks .image-link {
		display: block;
		overflow: hidden;
		
		-webkit-transform: translate3d(0, 0, 0);
	}
	
	.main-featured .slides img, .main-featured .blocks .image-link img {
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;
	}
	
	.main-featured .blocks article:hover img, .main-featured .slides .flex-active-slide:hover img {	
		
		/* fix flicker and use hardware acceleration */
		-webkit-transform: translate3d(0, 0, 0);
		-webkit-perspective: 0;
		-webkit-backface-visibility: hidden;
		
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-moz-transform: scale(1.1) rotate(0.1deg);  /* firefox flicker fix */

		opacity: 0.9;
	}
	
	.main-featured .large .cat { margin-left: 7px; }

	.main-featured .slider .caption, .main-featured .blocks h3, .featured .caption {

		/* IE 9 */
		/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);*/

		/*background: -webkit-linear-gradient(top,  rgba(25,35,45,0) 0%,rgba(0,0,0,0.8) 100%);*/ /* Chrome10+, Safari5.1+ */
		/*background: linear-gradient(to bottom,  rgba(25,35,45,0) 0%,rgba(0,0,0,0.8) 100%);*/
		
		/*text-shadow: 0px 1px 1px #000;*/
	}
	
	.main-featured .flexslider .slides > li { position: relative; }
	
	.ie8 .main-featured .slider .caption, .ie8 .main-featured .blocks h3 { background-image: url('images/ie8-slider-overlay.png'); }
	.ie8 .main-featured .blocks .small h3 { padding-top: 10px; } 
	
	
/**
 * Grid Slider 
 */

.featured-grid { transform: translate3d(0,0,0); }

.featured-grid .first {
	float: left;
	width: 49.72171%;
}

.featured-grid .second {
	float: left;
	width: 50.278293135%;
	margin: -1px -1px -1px 1px;
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.featured-grid .item {
	position: relative;
}

.featured-grid .small-item {
	float: left;
	padding: 1px;
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.featured-grid .image-link {
	display: block;
	position: relative;
	overflow: hidden;
	background: #ccc;
	min-height: 386px;
}

.featured-grid .small-item .image-link {
	min-height: 192px;
}

.featured-grid .wp-post-image { 
	transition: opacity 0.3s ease-in;
	will-change: opacity;
}

.featured-grid .item:hover .wp-post-image {
	opacity: 0.8;
}

.featured-grid .image-link:after {
	content: "";

	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80%;
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.42) 50%, rgba(0,0,0,0.88) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.42) 50%, rgba(0,0,0,0.88) 100%);
	opacity: 0.92;
	
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	
	will-change: opacity;
}

.featured-grid .small-item .image-link:after {
	height: 70%;	
}

.featured-grid .caption {
	position: absolute;
	padding: 16px 21px;
	bottom: 0;
	display: block;
	
	pointer-events: none;
}

.featured-grid .item-heading {
	display: inline-block;
	padding-bottom: 14px;
	
	font-size: 21px;
	line-height: 1.4;
	color: #fff;
	
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}

.featured-grid .item-heading:hover {
	text-decoration: none;	
}

.featured-grid .caption-small {
	padding: 14px;
}

.featured-grid .heading-small {
	padding: 9px 0;
	font-size: 14px;
	line-height: 1.6;
}

.featured-grid .cat-title {
	position: static;
	display: inline-block;

	margin: 0;
	margin-bottom: 14px;
	pointer-events: auto;
}

.featured-grid .caption-small .cat-title {
	opacity: 0;
	margin: 0;
	font-size: 11px;
	padding: 6px 9px;
	line-height: 1;
	
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.featured-grid .item:hover .image-link:after {
	opacity: 1;
}

.featured-grid .item:hover .cat-title {
	opacity: 1;
}


/* -- Flex-slider Styles */

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none; }
.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; z-index: 10; }

.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { max-width: 100%;  height:auto; }
.flex-pauseplay span { text-transform: capitalize; }

.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
.no-js .slides > li:first-child { display: block; }

/* FlexSlider Modified */
.flexslider { margin: 0; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }

/* Direction Nav */
.flex-direction-nav { *height: 0; }
.flex-direction-nav a {
	z-index: 10; 
	width: 35px; height: 35px; 
	margin: -30px 0 0; 
	display: block; 
	background: #fff; 
	position: absolute; 
	top: 50%;
	cursor: pointer;
	font-size: 0;
	opacity: 0;
}

.flex-direction-nav a:after {
	content: "\f105";
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	line-height: 35px;
	font-size: 30px;
	text-align: center;
	color: #19232d;
}

.flex-direction-nav .flex-prev:after { content: "\f104"; }

.flex-direction-nav a:hover { text-decoration: none; }

.flex-direction-nav .flex-next { right: 44px; }
.flex-direction-nav .flex-prev { left: 44px;}
.flexslider:hover .flex-next { opacity: 0.5;  }
.flexslider:hover .flex-prev { opacity: 0.5; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }

/* Control Nav */
.flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center; }
.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li { width: 25%; float: left; margin: 0; }
.flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer; }
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }

/* -- End flexslider */

/**
 * 3. =Components & Common Classes
 * ----------------------------------------------------------------------------
 */
 
 /* pagination */
.main-pagination {
	overflow: hidden;
}

	.main-pagination .page-numbers, .main-pagination a {
		display: block;
		float: left;
		color: #676767;
		padding: 0 10px;
		margin-right: 5px;
		background: #ebebeb;
		line-height: 25px;
		font-size: 13px;
	}
	
	.main-pagination .current, .main-pagination a:hover { 
		color: #fff;
		background: #e54e53; 
		text-decoration: none;
	}
 

.gallery-title, .section-head { 
 	background: #f9f9f9;
	border: 1px solid #d9d9d9;
	border-left: 0;
	border-right: 0;
	
	line-height: 32px;
	color: #19232d;
	font-size: 13px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	
	padding: 0 14px;
	margin-bottom: 28px;
}

.gallery-title, .section-head.prominent { color: #e54e53; }

.section-head > a {
	color: inherit;
}

.section-head .subcats { 
	float: right;
	font-weight: normal; 
}

.section-head li { 
	float: left;
	font-size: 12px;
	margin-left: 14px; 
	position: relative;
}

.section-head .subcats a { color: #949697; }
.section-head .subcats a.active { color: inherit; }

/* blips */
.section-head .active:after, .section-head .active:before {
	bottom: -1px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}

.section-head .active:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 4px;
	left: 50%;
	margin-left: -4px;
}

.section-head .active:before {
	border-color: rgba(229, 78, 83, 0);
	border-bottom-color: #d9d9d9;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}

/* post format icons */
.post-format-icon {
	float: right;
	margin-top: -37px;
	background: rgba(255, 255, 255, 0.4);
	width: 25px;
	height: 25px;
	line-height: 25px;
	position: relative;
	text-align: center;
}

.post-format-icon i {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* feedburner form */ 
.feedburner .heading {
	margin-bottom: 14px;	
}

	.feedburner label { display: none; }
	.feedburner input { 
		padding: 8px 12px; 
		outline: 0;
	}
	
	.feedburner-email { min-width: 200px; }
	.feedburner-subscribe { margin-left: 4px; }
	
/* leaderboard ad*/

.home .leaderboard-div, .archive .leaderboard-div, .page-template-eventcalendar .leaderboard-div{
	margin-bottom:30px!important;
	max-height: 90px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
}
.home .mobile-ad + div.leaderboard-div, .archive .mobile-ad + div.leaderboard-div, .page-template-eventcalendar .mobile-ad + div.leaderboard-div, .single-guides .mobile-ad + div.leaderboard-div, .tax-postkicker.term-dining .tax-fourpack .mobile-ad + div.leaderboard-div, .tax-postkicker.term-business .tax-fourpack .mobile-ad + div.leaderboard-div{
	display:none!important;
}
.home .mobile-ad + div.leaderboard-div + .mobile-ad, .archive .mobile-ad + div.leaderboard-div + .mobile-ad, .page-template-eventcalendar .mobile-ad + div.leaderboard-div + .mobile-ad, .single-guides .mobile-ad + div.leaderboard-div + .mobile-ad, .tax-postkicker.term-dining .tax-fourpack .mobile-ad + div.leaderboard-div + .mobile-ad, .tax-postkicker.term-business .tax-fourpack .mobile-ad + div.leaderboard-div + .mobile-ad{
	display:none!important;
}
.single-guides .leaderboard-div, .tax-postkicker.term-dining .tax-fourpack .leaderboard-div, .tax-postkicker.term-business .tax-fourpack .leaderboard-div{
	margin-bottom:30px!important;
	max-height: 90px;
    border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
    padding-bottom: 30px;
	padding-top: 30px;
}
.leaderboard-div{
	margin-bottom:30px!important;
	max-height: 90px;
}
.leaderboard-div img, .mobile-ad img{
	max-width: 100%;
    height: auto;
	border:1px solid #4d4d4d;
}
.leaderboard-div iframe{
	    border: 1px solid #4d4d4d;
}
#most-recent .leaderboard-div + div.leaderboard-div{
	display:none!important;
}

.home .listing-classic article + .leaderboard-div.dos{
	display:block;
}
.home .listing-classic .leaderboard-div.dos{
	display:none;
}

#most-recent .mobile-ad + div.leaderboard-div{
	display:none!important;
}
#most-recent .mobile-ad + div.leaderboard-div + .mobile-ad{
	display:none!important;
}

.home .listing-classic .second-set + .second-set, .category .listing-classic .second-set + .second-set{
	display:none!important;
}
.home .listing-classic .hp-promo + .second-set, .category .listing-classic .hp-promo + .second-set{
	display:none!important;
}
.home .listing-classic .fixed-set + .fixed-set, .category .listing-classic .fixed-set + .fixed-set{
	display:none!important;
}
.single #most-recent .second-set + .second-set{
	display:none!important;
}


/* market dropdown mobile menu */

#menu-ci #menu-dynamic-item, .sticky-nav #menu-ci #menu-dynamic-item{display:none!important;}

#menu-ci.mobile-menu #menu-dynamic-item{display:block!important;}

.marketnav{display:none;}

.navigation .marketnav{
	display:none;
	background: #ccc;
}
.navigation .marketnav .dropdown-toggle {
    background: transparent;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    padding: 8px 0px;
    margin: 0;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
    color: #000!important;
    font-weight: 700;
    text-align: center;
	width:100%;
}

.navigation .marketnav .dropdown-menu-wrapper {
    background: #fff;
    overflow: hidden;
    box-shadow: none;
    width: 100%;
    border: 1px solid #999;
    margin: 0 auto!important;
}

.navigation .marketnav .dropdown-list .dropdown-divider{display:none!important;} 

.navigation .marketnav .dropdown-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #555;
    padding: 10px 25px 0 25px;
    margin: 0;
}
.navigation .marketnav .dropdown-item a{
	color:#555!important;
}
.navigation .marketnav .dropdown-link {
    display: block;
    position: relative;
    font-size: 14px;
    text-decoration: none;
    padding: 0px 35px;
}
.navigation .marketnav .dropdown-selected .dropdown-link {
    background: #eee!important;
}
/*.navigation .marketnav .dropdown-list .dropdown-item:nth-of-type(28) {
    position: relative;
    top: 29px!important;
}
.navigation .marketnav .dropdown-list .dropdown-item:nth-of-type(29) {
    position: relative;
    top: -29px;
    margin-bottom: 70px!important;
}*/
.navigation .marketnav .dropdown-toggle .dropdown-icon {
    height: 2px;
    width: 8px;
    opacity: 1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #4d4d4d;
    margin-left: 20px;
	top: 0;
    float: none;
}
.impactnav.main-sel .dropdown-list .dropdown-item:nth-of-type(29) {
    position: relative;
    top: 32px!important;
}
.impactnav.main-sel .dropdown-list .dropdown-item:nth-of-type(30) {
    position: relative;
    top: -32px;
}



/* social icons */
.social-icons { 
	display: inline-block;
    margin-top: 13px;
    vertical-align: top;
	list-style: none!important;
}

.author-info .social-icons { 
	display: inline-block;
    margin-top: 13px;
    vertical-align: top;
	/*width:80%;*/
}

.author-info .social-icons.top { 
	display: inline-block;
    margin-top: 0px;
    vertical-align: top;
	float: right;
}
.author-info .social-icons.top li{
	width:inherit;
}

.social-icons li {
		float: left;
		margin-right: 5px;
		height: 20px;
}

.author-info .social-icons li {
		float: left;
		/*margin-right: 5px;*/
		height: 30px;
		display:block;
		width:100%;
}
	
	.social-icons li:last-child { margin-right: 0; }
	
	.social-icons .icon {
		display: inline-block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		
		font-size: 12px;
		color: #fff;
		
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
	}
	
	.social-icons .icon:hover {
		text-decoration: none;
		color:#fff;
		/*border-radius: 50%; */
	}
	
	
	.author-info .social-icons .fa-twitter { color: #00abe3!important;}
	
	.social-icons .fa-envelope-o { background: #4d4d4d;}
	.social-icons .fa-twitter { background: #00abe3;}
	.social-icons .fa-pinterest { background: #ca2128; }
	.social-icons .fa-facebook { background: #004088; }
	.social-icons .fa-linkedin { background: #01669c; }
	.social-icons .fa-rss { background: #ff5b22; }
	.social-icons .fa-google-plus { background: #d3492c; }
	.social-icons .fa-instagram { background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }
	.social-icons .fa-youtube { background: #fe3432; }
	.social-icons .fa-youtube-play { background: #fe3432; }
	.social-icons .fa-tumblr { background: #44546b; }
	.social-icons .fa-vimeo-square, .social-icons .fa-vimeo { background: #1ab7ea; } 
	.social-icons .fa-stumbleupon { background: #eb4824; }
	.social-icons .fa-vk { background: #4d75a3; }


.cat-title {
		
	position: absolute;
	top: 2px;
	z-index: 1;
	
	display: block;
	padding: 0 10px;
	margin-left: 7px;
	max-width: 90%;
	max-width: calc(100% - 14px);
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	background: #e54e53;
	color: #fff; /* compensate for font weight */
	line-height: 20px;
	font-size: 12px;
	
	/* one line text */
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cat-title a { color: inherit; }

.listing-classic .communitytype-image-embed .standalone_related{
	position: relative;
    margin-top: 20px;
}

.single-community .cat-title, .listing-classic .communitytype-image-embed .standalone_related .cat-title, .page-template-government-template .standalone_related .cat-title, .page-template-development-template .standalone_related .cat-title, .page-template-entertainment-template .standalone_related .cat-title{
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-left: 0;
    top: 0;
}

.single-community header.entry-header h1, .listing-classic .communitytype-image-embed .standalone_related header.entry-header h1, .page-template-government-template .standalone_related header.entry-header h1, .page-template-development-template .standalone_related header.entry-header h1, .page-template-entertainment-template .standalone_related header.entry-header h1{
     font-size: 14px;
    display: inline-block;
    vertical-align: super;
    font-weight: normal;
    margin-bottom: 0;
}

.single-community header.entry-header h1 a, .listing-classic .communitytype-image-embed .standalone_related header.entry-header h1 a, .page-template-government-template .standalone_related header.entry-header h1 a, .page-template-development-template .standalone_related header.entry-header h1 a, .page-template-entertainment-template .standalone_related header.entry-header h1 a{
    color: #19232d;
}

hr, hr.separator {
	margin: 41px 0; /* 41+1 = 42 = 3em */
	height: 1px;
	background: #d9d9d9;
}

hr.no-line { background: transparent; }
hr.half { margin-top: 0; }


/* Common Tooltip */

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	padding: 5px;
	font-size: 90%;
	opacity: 0;
	line-height: 1.5;
	filter: alpha(opacity=0);
	pointer-events: none;
}

.tooltip.in, .tooltip.fade.in { 
	opacity: 0.8;
}

.tooltip.bottom { 
	margin-top: -2px; 
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px;
}

.social-icons .tooltip{ display:none!important;}

/* read more button */
.post .read-more { margin-top: 21px; }

.post .read-more a {
	font: inherit;
	display: inline-block;
	padding: 2px 7px;
	background: #e54e53;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.post .read-more a:hover { color: #fff; }


/* loading animation */

.ajax-loading {
	margin-bottom: 42px;	
}

.spinner {
	margin: 50px auto 0;
	width: 65px;
	text-align: center;
}

.spinner > span {
	width: 16px;
	height: 16px;
	margin-right: 4px;
	background-color: #d6d6d6;

	border-radius: 100%;
	display: inline-block;
	
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner span:nth-of-type(3) {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner span:nth-of-type(2) {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0); }
  40% { -webkit-transform: scale(1.0); }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/* default search widget */
.widget_search { overflow: hidden; }
.widget_search label > span { display: none; }

.widget_search #searchsubmit { margin-left: 5px; }

/* default widgets styling */
.widget { font-size: 13px; }

.widget li { 
    border-bottom: 1px solid #d9d9d9; 
    padding: 7px 0px;
}

.widget li:first-child { padding-top: 0; }

/* star rating in widgets */
.widget .main-stars {
	margin-bottom: 10px;
}

.widget .main-stars:before {
	content: "\f006\f006\f006\f006\f006";
}

.widget .main-stars:before, .widget .main-stars span:before {
	letter-spacing: 1px;
	margin-right: -1px;	
}


/* default recent comments */
.recentcomments  .url { 
	color: #e54e53;
	font-style: italic; 
}

/* default categories widget */
.widget_categories li { 
	overflow: hidden;
	text-align: right;
	font-weight: bold; 
}

.widget_categories li a { 
	float: left;
	font-weight: normal; 
}

.widget_categories .children {
	clear: both;
	padding-top: 7px; 
}

.widget_categories .children li {
	border-top: 1px solid #d9d9d9;
	margin-left: 14px;
}

.widget_categories .children li:first-child {
	padding-top: 7px;
	margin-left: 0;
	padding-left: 14px;		
}

.widget_categories .children li { border-bottom: 0; }

.widget_categories li ul li:last-child { 
	border-bottom: 0;
	padding-bottom: 0; 
}


/* ads widget */

.col-4.sidebar .ad_wrapper{
	border: 1px solid #4d4d4d;
    max-height: 250px;
    width: 300px;
}

.adwrap-widget,
.a-widget { 
	text-align: center; 
}

.adwrap-widget img,
.a-widget {
	max-width: 100%;
	height: auto;
}

.adwrap-widget > img, .adwrap-widget > div, .adwrap-widget > iframe, .adwrap-widget > ins,
.a-widget > img, .a-widget > div, .a-widget > iframe, .a-widget > ins {
	display: inline-block;
	vertical-align: middle;
}

/* tags cloud */
.tagcloud a { 
	padding: 2px 7px;
	border: 1px solid;
	margin: 2px 0.1em;
	display: inline-block; 
}


/* rss widget */
.widget_rss .widgettitle a { 
	color: inherit; 
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

/* Generic posts list (for sidebars, menus, categories etc.) */
.posts-list { }
		
	.posts-list img {
		float: left;
		width: 85px;
		height: auto;
	}
	
	.posts-list .content { 
	margin-left: 138px;
    border-bottom: none;
    overflow: hidden;;
	}
	
	.sidebar .posts-list.events li {
    	border-bottom: 1px solid #606569;
	}
	
	.posts-list .content.events{
		width:100%;
		padding: 0 5px;
	}
	
	.posts-list .content.events p{
		font-size: 11px;
		font-style: italic;
		margin-bottom: 10px;
	}
	
	.posts-list li:first-child { 
		padding-top: 0;
	}
	
	.posts-list li {
		overflow: hidden;
		padding: 18px 0 0 0;
		border-bottom: 0;
	}
	
	.posts-list li > a { 
		float: left;
		position: relative; 
		/* firefox flicker bug */
		-moz-transform: translate3d(0, 0, 0);
	}
	
	.rate-number {
		font-size: 11px;
		background: #19232d;
		position: absolute;
		height: 25px;
		line-height: 25px;
		text-align: center;
		min-width: 25px;
		
		font-weight: bold;
		color: #efefef;
		
		right: 0;
		bottom: 0;
	}
	
	.rate-number span {
		margin-top: -25px;
		display: block;
	}
	
	.rate-number .progress {
		background: #e54e53;
		height: 100%;
		width: 0;
		margin-top: 0;
	}
	
	.posts-list .content > a { 
		display: block;
		font-size: 12px;
		font-weight:600;
		line-height: 1.615;
		margin-top: 0px;
		margin-bottom: 10px; 
		font-family: "Open sans";
	}
	
	.posts-list .content time {
		color: #a6a6a6;
		font-size: 11px;
		text-transform: uppercase;
	}
	
	.posts-list .content .comments {
		float: right;
		color: #a6a6a6;
		font-size: 11px;
		white-space: nowrap; 
	}
	
	.posts-list .comments a { color: inherit; }
	
	.posts-list .comments a:hover { text-decoration: none; }
	
	.posts-list .content .fa { 
		font-size: 13px; 
	}
	
	.posts-list .review {
		margin-top: 0.25em;
		display: block;
	}
	
	.wysija-after-comment{display:none!important;}
	
	
/* Common meta for all type of listings */

.listing-meta {
	font-size: 11px;
	text-transform: uppercase;
	color: #a6a6a6;
	line-height: 1.4;
}
	
	.listing-meta .meta-item:before {
		content: "\2013"; /* en dash */
		padding: 0 7px;
		font-size: 13px;
		line-height: 1;
	}
	
	.listing-meta .meta-item:first-child:before {
		display: none;
	}
	
	.listing-meta .meta-item {
		float: left;
	}
	
	.listing-meta .author > a {
		color: inherit;	
	}
	
	.listing-meta .comments:before {
		display: none;
	}
	
	.listing-meta .comments .fa {
		font-size: 13px;
	}
	
	.listing-meta .comments a {
		color: inherit;
	}
	
	.listing-meta .comments a:hover {
		text-decoration: none;
	}
	
	.listing-meta .comments { 
		float: right;
		display: inline-block;
		white-space: nowrap;
	}
	
	.listing-meta .rate-number {
		float: right;
		background: #19232d;
		position: relative;
		height: 25px;
		text-align: center;
		min-width: 25px;
		
		font-weight: bold;
		color: #efefef;
	}
	
	.listing-meta .rate-number span {
		margin-top: -25px;
		display: block;
	}
		
	.listing-meta .rate-number .progress {
		background: #e54e53;
		height: 100%;
		width: 0;
		margin-top: 0;
	}


/* default WordPress classes */
.alignnone { margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright, a img.alignright{
    float: right;
    margin: 20px 0 20px 20px;
}

.single-community .communitytype-image-embed .alignright, .single-community .communitytype-image-embed  a img.alignright{
	float: inherit;
    margin: 0 0 0 0;
}

.alignleft, a img.alignleft {
    float: left;
    margin: 0 21px 0 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignnone {
    margin: 0 21px 21px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
	font-style: italic;
	font-size: 12px;
	text-align: left;
}

/* calendar + widget */

.add_eventon{
	 display: inline-block;
    float: right;
    background: #9e2213;
    padding: 5px 10px;
}
.add_eventon a{
	 color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.ajde_evcal_calendar .calendar_header p {
    height: 22px!important;
    line-height: 22px!important;
    margin: 0 !important;
    font-size: 22px!important;
    font-weight: normal;
    float: left;
    color: #302e2e!important;
    text-transform: uppercase;
    padding-top: 1px;
    padding-bottom: 0px;
    width: auto;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows {
    text-align: center;
    float: left;
    height: 20px!important;
    width: 20px!important;
    display: block;
    cursor: pointer;
    border: 1px solid #000!important;
    border-radius: 0!important;
    color: #000!important;
    position: relative;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
    font-size: 20px!important;
    margin-top: 0px!important;
    position: absolute;
    left: 0!important;
    width: 100%!important;
    height: 100%;
    line-height: 100%!important;
    vertical-align: middle;
    text-align: center!important;
	color: #000!important;
}
.ajde_evcal_calendar .evo_sort_btn {
    color: #302e2e!important;
    font-style: normal!important;
    text-decoration: underline;
    margin: 10px 0 20px 0;
    display: block;
}
.eventon_sort_line p, .eventon_filter_line p, .eventon_sf_field p{
	color:#302e2e!important;
}
.eventon_sorting_section {
    margin: 5px 0 20px 0!important;
    padding: 8px 0 7px;
    border-top: 1px solid #302e2e!important;
    border-bottom: 1px solid #302e2e!important;
}
.eventon_sort_line p, .eventon_filter_line p, .eventon_sf_field p {
    color: #302e2e!important;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
}
.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa, .evo_srt_sel p.fa:after, .ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{
	color: #302e2e!important;
}
.eventon_sort_line .eventon_sortval_for_dropdown, .eventon_filter_line .filtering_set_val, .eventon_sort_line .eventon_sf_cur_val p{
	background:#999!important;
	border-radius: 0!important;
}
.eventon_filter_line .filtering_set_val{
	color:#fff!important;
}
.evo_cal_above span{
	background:#666!important;
	opacity:1!important;
	border-radius: 0!important;
}
.evo_cal_above{
	padding-bottom:15px!important;
}
.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set {
    background-color: #999!important;
}
.ajde_evcal_calendar .calendar_header .evo_j_months, .ajde_evcal_calendar .calendar_header .evo_j_dates .legend{
	border-radius:0!important;
}
.eventon_events_list .eventon_list_event .desc_trig{
	background-color:transparent!important;
}
#evcal_list{
	border:none!important;
}
.eventon_events_list .eventon_list_event .evcal_list_a {
    border-left-width: 0!important;
    border-left-style: none!important;
	border-bottom: 1px solid #d9d9d9!important;
}
.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .evo_pop_body .evcal_desc span.evcal_desc2 {
    text-transform: uppercase;
    font-size: 18px!important;
	color: #000!important;
}
#evcal_list .eventon_list_event .evcal_cblock, .eventon_events_list .eventon_list_event .evcal_desc .evcal_location::before, .evo_pop_body .evcal_desc em.evcal_location::before {
    color: #9e2213!important;
}
#evcal_list .eventon_list_event .evcal_desc em {
    color: inherit!important;
}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info, .evo_pop_body .evcal_desc .evcal_desc_info {
    font-size: 14px!important;
    margin-top: 10px!important;
	opacity:1!important;
}
.eventon_events_list .eventon_list_event .evcal_cblock, .evo_pop_body .evcal_cblock{
	padding:0px!important;
}
.evcal_cblock .evo_start  {
    float: left!important;
    font-size: 18px!important;
    font-weight: bold!important;
}
.evcal_cblock .evo_start .date {
    display: inline-block!important;
}
.evcal_cblock .evo_start .month  {
	display: inline-block!important;
    float: left!important;
    font-size: 18px!important;
    font-weight: bold!important;
    margin-right: 5px!important;
}
.evcal_cblock .evo_end {
    display: block!important;
    clear: both!important;
}
.evcal_cblock .evo_end:before {
    background-color: #9e2213!important;
    height: 2px;
    width: 4px!important;
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 50%;
}
.evcal_cblock .evo_end .date{
	 font-size: 18px!important;
    font-weight: bold!important;
}
.evcal_cblock .evo_end .month{
	float: left!important;
    font-size: 18px!important;
    font-weight: bold!important;
    margin-right: 5px!important;
}
.evcal_cblock .evo_end.only_time:before{
	display:none;
}

.eventon_events_list .eventon_list_event .evcal_desc, .evo_pop_body .evcal_desc, #page-content p.evcal_desc{
	margin-left:20px!important;
}
.eventon_events_list .eventon_list_event .evcal_list_a:after, .evcal_list_a:after {
    background-color: transparent!important;
}

.filter-bar{
	display:block;
	margin-bottom:20px;
}
.filter-bar a{
	font-size:20px;
	color:#000;
}
.filter-bar .current{
	font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    padding: 0 10px;
}












/* single page */

.eventon_main_section .ajde_evcal_calendar .calendar_header, .evose_repeat_header{
	display:none;
}
.evo_sin_page #evcal_list .eventon_list_event{
	border:none;
}
.single-ajde_events #evcal_list .eventon_list_event .evcal_cblock {
    color: #888686;
    position: relative;
    display: block;
    width: 100%;
	    margin-bottom: 15px;
}
.single-ajde_events .eventon_events_list .eventon_list_event .evcal_list_a{
	padding:0 0 20px!important;
	    border: none!important;
}
.single-ajde_events .evcal_cblock .evo_date .start, .single-ajde_events .evcal_cblock .evo_date .start em, .single-ajde_events .evcal_cblock .evo_date .end em, .single-ajde_events .evcal_cblock .evo_date .end, .single-ajde_events .evcal_cblock .evo_date .end em{
	font-size:22px!important;
}
.single-ajde_events .evcal_cblock .evo_date .end {
    float: left!important;
    margin-left: 5px!important;
    font-size: 22px!important;
    clear: inherit!important;
    margin-top: 0px!important;
}
.single-ajde_events .eventon_events_list .eventon_list_event .evcal_desc{
	margin-left:0px!important;
	padding:0!important;
}
.single-ajde_events .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2 {
    text-transform: inherit!important;
    font-size: 28px!important;
    font-weight: 700;
}
.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info{
	display:none!important;
}
.single-ajde_events #eventon_comments{
	display:none!important;
}
.single-ajde_events .evcal_evdata_row .evcal_evdata_icons, .single-ajde_events .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_icons, .single-ajde_events .evcal_evdata_row .evcal_evdata_custometa_icons{
	display:none!important;
}
.single-ajde_events .eventon_events_list .eventon_list_event .evcal_eventcard, .single-ajde_events .evcal_evdata_row, .single-ajde_events .evorow .tbrow, .single-ajde_events .dark1, .single-ajde_events .evo_pop_body, .single-ajde_events .evorow.tb, .single-ajde_events .evorow .tb{
	background-color:transparent!important;
}
.single-ajde_events .evcal_evdata_row {
    padding: 30px 0;
}
.single-ajde_events .evcal_evdata_row .evcal_evdata_cell, .single-ajde_events .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell{
	padding-left:0;
}
.single-ajde_events .bordr{
	border-right:none!important;
}
.single-ajde_events .evcal_col50 {
    width: 100%!important;
    float: left;
    display: block!important;
	    border-bottom: 1px solid #e5e5e5;
}
.single-ajde_events .eventon_events_list .eventon_list_event .event_description {
    border: none;
}
.single-ajde_events .evcal_evdata_row.evo_metarow_socialmedia {
    padding: 15px 0;
}
.single-ajde_events .evo_metarow_socialmedia .evo_sm{
	height:30px!important;
}
.single-ajde_events .evo_metarow_socialmedia a.evo_ss {
    height: 30px!important;
    width: 30px!important;
	    border-radius: 0;
}
.single-ajde_events .evo_metarow_socialmedia a.evo_ss i {
    margin-top: 8px!important;
    font-size: 16px!important;
}
.single-ajde_events .evo_metarow_socialmedia .evo_sm.FacebookShare a{
	background-color: #004088!important;
}
.single-ajde_events .evo_metarow_socialmedia .evo_sm.Twitter a{
	background-color: #00abe3!important;
}
.single-ajde_events .evo_metarow_socialmedia .evo_sm.Google a{
	background-color: #d34836!important;
}
.single-ajde_events .evo_metarow_socialmedia .evo_sm a i{
	color:#fff!important;
}

/* widget */
.eventon_widget, .enews_widget{
	 background: #eee;
    padding: 15px;
    margin-top: -18px;
}
.eventon_widget span{
	font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align: center;
    display: block;
}
.enews_widget span{
	color: #a90000;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
	display:block;
}
.eventon_widget a, .enews_widget a {
	background: #9e2213;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    display: block;
    margin: 15px auto 0;
    text-align: center;
    width: 100px;
}
.enews_widget a.news-img{
    background: none;
    margin: 0;
    padding: 0;
    width: inherit;
    margin-bottom: 10px;
	display:block;
	text-align: center;
}
.eventon_back_btn{
	color:#000;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	position: absolute;
    right: 25px;
    top: 25px;
	z-index: 1;
}
/* add event form */

#eventon_form h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 0;
    color: #9e2213;
    font-size: 22px;
    text-align: left!important;
}
.evoau_submission_form {
    padding: 0!important;
    border: none!important;
}
#eventon_form .evoau_table {
    margin: 0!important;
}
#eventon_form .evoau_table .row {
    padding: 10px 0!important;
    margin: 0;
    border: none!important;
}
.evoau_submission_form p label {
    font-size: 18px!important;
    font-style: normal!important;
    color: #000!important;
    font-weight: 600!important;
}
#eventon_form p input, #eventon_form p textarea, #eventon_form p select, #eventon_form p.dropdown_row select, .evoau_cat_select_field, #eventon_form p select.evoau_location_select {
    font-size: 13px;
    font-style: normal;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #666666;
    padding: 7px 10px;
    border-radius: 0!important;
    background: transparent!important;
    margin-top: 5px;
	text-transform: uppercase;
}
#eventon_form .evoau_table .row:hover{
	background-color: transparent!important;
}
#eventon_form p .fullwidth {
    width: 100%;
    max-width: -webkit-fill-available!important;
}
.ajde_yn_btn {
    background-color: #eee!important;
}
#eventon_form p #evoau_submit, body a.evoAU_form_trigger_btn, .evoau_submission_form .msub_row a, .row .enterNew, .evoau_submission_form .formBtnS {
    background: #9e2213!important;
    border-radius: 0!important;
    font-weight: normal!important;
	font: 14px "Open Sans", Arial, sans-serif!important;
}
.submit_row p {
    text-align: right!important;
}







/* image load animations */
.no-display { 
	will-change: opacity;
	opacity: 0; 
}

.appear {
	opacity: 1;

	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}


/* Login Modal & bbPress Login Widget */

.bbp-login-form .fa {
	line-height: 35px;
	border: 1px solid #d9d9d9;
	border-right: 0;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	color: #a6a6a6;
	font-size: 14px;
	background: #eee;
	text-align: center;
	
	display: table-cell;
	vertical-align: middle;
	
	width: 1%;
	padding: 0 12px;
	
	min-width: 40px;
}

.bbp-login-form .input-group {
	display: table;
	width: 100%;
	margin-top: 14px;
}

.bbp-login-form.widget-login .input-group input {
	border-left: 0;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	line-height: normal;
	padding: 9px 14px;
	display: table-cell;
}

.bbp-login-form.widget-login .input-group input:focus { border-color: #d9d9d9; }

.bbp-login-form .bbp-submit-wrapper {
	float: none;
	text-align: left;
	overflow: hidden;
	margin-top: 21px;
}

.bbp-login-form .bbp-lostpass-link, .register-now .password-msg { 
	line-height: 28px;
	color: #a6a6a6; 
}

.bbp-register-info { 
	margin-top: 21px;
	border-top: 1px solid #d9d9d9;
	padding-top: 14px;
	background: #f9f9f9;
	text-align: center;
	padding: 10px;
}

.bbp-register-info > a { margin-left: 5px; }
.bbp-submit-wrapper .button { 
	float: right;
	text-transform: uppercase; 
}

.bbp-logged-in .button { 
	text-transform: uppercase;
	margin-top: 21px;
}

.bbp-logged-in .content { margin-left: 75px; }
.bbp-logged-in .links { margin-top: 21px; }
.bbp-logged-in .links a { display: block; }
.bbp-logged-in .links .fa { 
	color: #a6a6a6;
	font-size: 12px;
	margin-right: 5px;	
}

/* register/login modal */

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}

.modal-backdrop.fade { opacity: 0; }

.modal-backdrop, .modal-backdrop.fade.in {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.modal {
	position: fixed;
    margin: 0;
    top: 50%;
    left: 50%;
	z-index: 1050;
	width: 560px;
	margin-left: -280px;
	background-color: #fff;

	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	
	outline: none;
	opacity: 0;
}

.modal.hide { display: none; }

.modal.fade, .modal-backdrop.fade { opacity: 0; }

.modal.fade.in { opacity: 1; }

.modal-header {
	padding: 9px 15px;
	background: #f2f2f2;
}

.modal-header .modal-title { 
	font: 14px "Open Sans", Arial, sans-serif;
	text-transform: uppercase;
	border-left: 3px solid #e54e53;
	padding-left: 18px;
	line-height: 24px;
}

.modal-header .close { 
	float: right;
	background: transparent;
	padding: 0 5px;
	font-size: 18px;
	font-weight: bold;
}

.modal-body {
	position: relative;
	overflow-y: auto;
	max-height: 400px;
	padding: 15px;
	font-size: 13px;
}

.login-modal .bbp-register-info {
	padding: 21px;
	margin: 21px -15px -15px -15px;	
}

.modal-form { margin-bottom: 0; }

.login-modal { 
	width: 400px;
	margin-left: -200px;
}

.login-modal .lost-pass, .login-modal .register-now { display: none; }

/* css3 animations and transition helpers */

@-webkit-keyframes fadeIn {
	0% {
	    opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fade-in {
	visibility: visible;
	opacity: 1;
}

.fade-out {
	visibility: hidden;
	opacity: 0;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.no-transition {
	-webkit-transition: none !important;
	-moz-transition: none    !important;
	transition: none         !important;
}

/* Responsive Helpers */

.visible-xs, .visible-sm, .visible-md {
	display: none !important;
}


/**
 * 4. =Main Content
 * ----------------------------------------------------------------------------
 */

.main { 
	margin: 30px auto; /* 3em */
}

.main > .row, .main .post-wrap > .row { 
	overflow: hidden;
	position: relative;
}

.no-sidebar .main-content { width: 100%; }

.main-content { position: relative; /*max-width:778px;*/}


/**
 * 4.1. =Main Page Blocks
 * ----------------------------------------------------------------------------
 */

/* Highlights Blocks */

.highlights-box {
	margin-bottom: 42px; /* 30 + 12 = 42 (3em) */	
}

/* container for smaller 3 columns */
.highlights-box.three-col {/* margin: 0 -15px 42px -15px; */}

.highlights-box.three-col .column.one-third { padding: 0px; }

.highlights-box.three-col .highlights .meta { margin-top: -20px; }

.highlights-box .column.half:first-child { border-right: 1px solid #d9d9d9; }

/* main highlights box */
.highlights { position: relative; }

.highlights .image-link {
	min-height: 42px;
	/*display: block;*/
	position: relative; 
	display: inline-block;
	margin-right:15px;
}

.highlights .image-link img {
	display: block;
	/*width: 100%;
	height: auto; */
	width:180px;
	height:120px;
}

.highlights article { 	position: relative; }

.highlights-box.three-col .post-format-icon { margin-top: -45px; }

.highlights .section-head a { color: inherit; }

.highlights .cat-title.larger { 
	line-height: 30px;
	padding: 0 14px;
}

.highlights .image-link .star-rating {
	position: absolute;
	bottom: 12px;
	right: 0;
	background: rgba(255, 255, 255, 0.5);
	padding: 1px 10px;
}

.highlights .image-link .post-format-icon + .star-rating {
    right: 25px;
    padding: 2px 10px;
}

.highlights .meta {
	position: relative;
	margin-top: -12px;
	background: #f2f2f2;
	line-height: 25px;
	font-size: 11px;
	color: #a6a6a6;
	text-transform: uppercase;
	padding-left: 14px;
	overflow: hidden;
	display:none;
}

.highlights .meta .comments {
	margin-right: 14px;
}
	
	.highlights h2 {
		color: #19232d;
		font-size: 14px;
		line-height: 1.3;
		padding-left: 0px;
    	margin: 0;
    	margin-bottom: 5px!important;
	}
	
		
	.highlights h2:before {
		content: " ";
		display: none;
		float: left;
		position: absolute;
		left: 0;
		height: 18px;
		border-left: 3px solid #e54e53; 
	}


.highlights .excerpt {
	font-size: 13px;
	line-height: 1.615;
	margin-top: 14px;
	border-bottom: 1px solid #d9d9d9;
	color: #949697;
	padding-bottom: 14px;
	
}

.highlights .excerpt p { margin-bottom: 0; }

.block.posts li {
	border-top: 1px solid #d9d9d9;
	padding: 9px 0;  /* 9 + 3 (line-height*size - size / 2) */
	line-height: 1.5;
	overflow: hidden;
}

.block.posts li:first-child { border-top: 0; }

.block.posts li:last-child { padding-bottom: 0; }

.block.posts a { 
	color: #19232d;
	font-size: 13px;
	font-family: "Roboto Slab", Georgia, serif;
	margin-left: 14px;
	display: block;
}

.block.posts .fa-angle-right {
	color: #e54e53;
	font-size: 12px;
	float: left;
	line-height: 1.625;
}

.highlights .thumb img {
	width: 60px;
}

.highlights .thumb .content {
	margin-left: 75px;
	min-height: 0;	
}

.highlights .content .star-rating {
	margin-top: -5px;
	margin-bottom: 10px;
	display: block;	
}

.highlights .thumb li { 
	padding-top: 21px;	
}

.highlights article { margin-bottom: 0px; }

.highlights .block.posts { 
	border-top: 1px solid #d9d9d9;
	margin-top: 12px; 
}

.highlights .posts-list .cat-title {
	position: static;
	display: inline-block;
	margin-left: 0;
	font-size: 10px;
	padding: 4px;
	line-height: 1;
}

.highlights .thumb .content > a { margin-bottom: 10px; }

/* News Focus Block */

.news-focus { margin-bottom: 42px; }

.news-focus .heading {
	color: #e54e53;
}

.news-focus .row { 
	overflow: hidden;
	margin-top: 28px;
	display: none; 
}

.news-focus .blocks article { margin-top: 28px; }
.news-focus .blocks article:first-child { margin-top: 0; }

.news-focus .news-0 { display: block; }

.news-focus .excerpt {
	padding-bottom: 0;
	border-bottom: 0;
	display: block;
}

.news-focus .posts-list { border-left: 1px solid #d9d9d9; }
.news-focus .posts-list li:first-child { padding-top: 0; }

.news-focus .posts li:first-child { padding-top: 0; }
.news-focus .posts li:last-child { padding-bottom: 0; }

h3.gallery-title {
	font-family: "Open Sans", Arial, sans-serif;
}

.gallery-block { margin-bottom: 42px; }

.gallery-block .carousel li { margin-right: 30px; }
.gallery-block .carousel .title a {
	font-family: "Roboto Slab", serif;
	padding-top: 4px;
	display: block;
}

.gallery-block .carousel .title { margin-bottom: 0; }

.gallery-block .carousel .flex-direction-nav a { top: 70px; }

.gallery-block .rate-number { display: none; }

.gallery-block .carousel .rate-number { display: block; }

.gallery-block .image-link { 
	display: block;
	position: relative;
}

.gallery-block img { display: block; }


/* Focus Grid block */

.focus-grid { margin-bottom: 42px; }

.focus-grid .heading { color: #e54e53; }

.focus-grid .row { 
	overflow: hidden;
	margin-top: 28px;
	display: none;
	clear: both; 
}

.focus-grid .news-0 { 
	display: block;
}

.focus-grid .listing-meta { 
	margin-bottom: -2px;
}

.focus-grid .excerpt {
	padding-bottom: 0;
	border-bottom: 0;
	display: block;
}

.focus-grid .posts-list {
	margin: 0 -12px;
	margin-bottom: -21px;
	padding: 0;
}

.focus-grid .posts-list .post {
	padding-top: 0;
	margin-bottom: 10px;
	float: left;
	width: 50%;
	padding: 0 12px;
	
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.focus-grid .posts-list .post:nth-child(2n+1) {
	clear: both;	
}

.focus-grid .small-image {
	float: none;
	display: block;
}

.focus-grid .small-image img { 
	display: block;
	float: none;
	width: 100%;
	
}

.focus-grid .posts-list .content {  
	margin: 0;
	border: 0;
	overflow: visible;
}

.focus-grid .posts-list .meta {
	background: transparent;
	padding: 0;
	margin: 0;
	line-height: inherit;
}

.focus-grid .posts-list time {
	margin-top: 8px;
}

/* Blog Listing Blocks */

.page-content .row.grid-overlay {
	margin-bottom: 14px; /* 28 + 14 = 42 */	
}

.page-content .row.tall-overlay {
	margin-bottom: 42px;
}


/**
 * 4.2. =Single Post
 * ----------------------------------------------------------------------------
 */

.post-header { margin-bottom: 30px; }

.post-header .heading { margin-bottom:18px;}

.no-hero-img .post-header .featured { display:none; }

.post-header .featured {
	margin-bottom: 14px;
	position: relative; 
}

.post-header .featured img{
	display:block;
	margin:0 auto; 
	width:728px;
	height:auto;
}

.post-header .featured .caption a {
	color: inherit;
	font-weight: 600;	
}

.featured .flex-direction-nav a { right: 21px; }
.featured .flex-direction-nav .flex-prev { left: 21px; }

.no-sidebar .post-header .featured img {
	width: 100%;
	height: auto;
}

/* caption support */
.post-header .featured > a { 
	display: block;
	position: relative;
}

.post-header .featured .caption {
	margin-bottom: 0;
	bottom: 5px;
	padding: 12px 5px 0px 0px;
	color: #000;
	font-size: 12px;
	font-style:italic;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transform: translate3d(0, 0, 0);
}

.post-header .post-title {
	font-size: 28px;
	font-weight:700;
	position: relative;
	/*padding-left: 18px;*/
	padding-left: 0px;
	/*margin-right: 35px;*/
	margin-right: 0px;
	float: left;
}

.post-header .post-title:before {
	content: " ";
	/*display: block;*/
	float: left;
	position: absolute;
	left: 0;
	top: 6px; /* line-height padding */
	height: 20px;
	border-left: 3px solid #e54e53; 
	
	display:none;
}

.post-header .secondary-title{
	font-size: 24px;
	position: relative;
	padding-left: 0px;
	margin-right: 35px;
	float: left;
	color:#000;
}

.post-header .comments {
	float: right;
	margin-left: -35px;
	color: #a6a6a6;
	font-size: 11px;
	line-height: 28px;
	display:none;
}
	.post-header .comments:hover { text-decoration: none; }
	.post-header .comments .fa { font-size: 13px; }


.post-header .post-meta {
	padding: 0;
	font-size: 12px;
	font-weight:bold;
	text-transform: none;
	/*padding: 10px 0;
	border: 1px solid #d9d9d9;
	border-left: 0;
	border-right: 0;
	margin-top: 21px; */
/*	overflow: hidden;*/
}

.single-community article.communitytype-twitter-embed .post-header .post-meta, .single-community article.communitytype-facebook-embed .post-header .post-meta, .single-community article.communitytype-quote .post-header .post-meta { display:none; }

/*.single-community article.communitytype-twitter-embed .post-content.description, .single-community article.communitytype-facebook-embed .post-content.description, .single-community article.communitytype-quote .post-content.description  { text-align:center; }*/

.single-community article.communitytype-twitter-embed .post-content.description .twitter-tweet, .single-community article.communitytype-facebook-embed .post-content.description .twitter-tweet, .single-community article.communitytype-quote .post-content.description .twitter-tweet{ margin:0 auto; margin-bottom:30px!important; }

.single-community article.communitytype-twitter-embed .post-content.description iframe, .single-community article.communitytype-facebook-embed .post-content.description iframe, .single-community article.communitytype-quote .post-content.description iframe{ margin:0 auto; display: block; }

.single-community .justified-image-grid .jig-imageContainer img, .single-community .jig-overflow{
	width:100%!important;
	height:100%!important;
	position:relative!important;
	display:block!important;
}
.single-community .communitytype-image-embed .content.related{
	margin-top:20px;
}

.single-community .communitytype-image-embed.not .post-header .featured, .single-post .post.not .post-header .featured, .single-guides .guides.not .post-header .featured{
	display:none;
}

/* make html5 videos responsive */
.main-content video { 
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.post-meta { color: #000; }

.post-meta .posted-by .reviewer a{ color: #9e2213; text-transform: none;}

.post-meta .byline a{ color: #9e2213;}

.post-meta .posted-on{ font-weight: normal; padding-right: 20px;}

.updated:not(.published) {
    display: none;
}

.post-meta time { text-transform: none; }

.post-meta .cats { float: right; }

/* variant with title above */
.title-above .post-header .post-meta {
	/*margin-bottom: 28px;	*/
}

.title-above .post-header .featured {
	margin-bottom: 12px;
}

/* post content */
.post-content, .post-share {
	line-height: 1.857;
	font-size: 13px;
	position: relative;
}

	.post-container .post-content { margin-bottom: -1.857em; }

	.post-content a { color: #e54e53; }
	.post-content a:hover { color: #19232d; }

	.post-content p, .post-content > ul, .post-content > div, .post-content > dl, .post-content blockquote, .post-content ol { 
		margin-bottom: 1.857em; /* adjust to parent font-size */ 
	}
	
	.post .post-content > p:first-child { 
		font-size: 1.0769em;
		color: #3a4149;
	}
	
.single-community .post-content p{
	font-style:italic;
	font-size:12px;
	color:#000;
}
	
.single-guides .post-content.description p > a{
	position: relative;
    display: inline-block;
   /* float: right;*/
}
.single-guides .post-content.description p > img, .single-guides .post-content.description p > a > img{
	max-width: 223px;
    float: right;
	margin-left:0;
    /*border: 1px solid #7f7f7f;
    margin: 5px 5px 20px 20px;*/
}
.single-guides article.guides{
	margin-bottom:20px;
}
#module-box{
	margin-bottom:0px;
}
#module-box a{
	float:none!important;
}
#module-box .related-h2, .post-content .related-h2{
	margin-right: 0;
    margin-left: 0;
    float: left;
    width: 70%;
	display:inline-block;
	margin-right:20px;
}
#module-box .related-img, .post-content .related-img{
    height: 120px;
    width: 180px;
    display: inline-block;
    float: none;
}
#module-box .related-img a, .post-content .related-img a{
	margin-right:0px;
}

.module-row{
	display:inline-block;
	margin-bottom:30px;
	width:100%;
}
.module-row .module-img{
	float:left;
    max-width: 223px;
    margin-right: 15px;
}
.module-row .module-img .wp-caption{
	margin-bottom:0;
}
.module-row .module-img .wp-caption-text{
	display:none;
}
.module-row .module-text{
    display: block;
}
.module-row .module-text h2{
    font-size: 16px;
    margin-bottom: 10px;
}
.module-row .module-text h2 > p, .module-row .module-text p:last-of-type{
    margin-bottom: 0px;
}
.module-row .module-text ul{
	list-style-position:inside;
	margin-left:20px;
}
.thumb-icon-search{
	position: absolute;
    background: #7f7f7f;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    bottom: 0px;
    left: 0px;
}


.img-gallery{
	 margin-bottom: 15px;
	float: none;
    margin-left: 0;
}

.img-gallery.single-gal{
	 margin-bottom: 15px;
    float: right;
    margin-left: 15px;
/*	float: none;
    margin-left: 0;*/
}



.postkicker-gallery .img-gallery{
	margin-bottom: 15px;
    max-width: 100%;
    float: none;
    margin-left: 0px;
}

.postkicker-gallery .post-header .featured{ display:none; }

.postkicker-gallery .thumb-icon-search{ display:none; }
	
.yarpp-related{ display:none!important;}

.related-posts .no-image .listing-archive-img{
	display:none;
}
.related-posts .no-image .related-h2{
	margin-left:0;
}

/* Jetpack related posts*/

#jp-relatedposts{
	 display: block!important;
    margin: 0 30px 30px 30px!important;
    padding: 0!important;
}
#jp-relatedposts h3.jp-relatedposts-headline{
	margin-bottom: 20px!important;
	 font-size: 12px!important;
    text-transform: uppercase!important;
	    text-align: left;
    line-height: 12px;
    position: absolute;
    left: 200px;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img{
	height:inherit!important;
}
#jp-relatedposts h3.jp-relatedposts-headline em:before{
	display:none!important;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{
	width:100%!important;
	float:none!important;
	opacity:1!important;
	padding-right:0!important;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post a.jp-relatedposts-post-a{
	 width: 180px;
    height: 120px;
    display: inline-block;
    float: left;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{
	margin-left: 200px!important;
    font-weight: bold;
    color: #19232d;
    margin-bottom: 10px!important;
    font-family: inherit!important;
    line-height: 1.3!important;
    padding-top: 20px!important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{
	font-size: 17px!important;
    color: #000!important;
    font-weight: 700!important;
}
#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
    display: block!important;
    margin-left: 200px;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context{
	display:none!important;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a.jp-relatedposts-post-a{
	width:100%!important;
	height: inherit!important;
	margin-bottom: 10px;
}




	
	/* lists */
	
	.post-content ul {
		list-style-type: square;
		margin-left: 0;
    	list-style-position: inside;
	}
	
	.post-content ul li{
		/*margin-bottom: 1.857em;*/
		margin-bottom: 0;
	}
	
	.post-content ol {
		list-style-type: decimal;   
		margin-left: 0;
    	list-style-position: inside;
	}
	
	.post-content ol li{
		margin-bottom: 1.857em;
	}
	
	.post-content .fa-ul { margin-left: 0; }
	
	.post-content .fa-ul, .post-content .fa-ul ul { list-style-type: none; }
	
	.post-content .fa-ul .fa {
		margin-left: -21px;
		width: 2em;
		font-size: 0.9em;
		color: #979797;
	}
	
	.post-content small { font-size: 0.92308em; }
	
	/* quotes */
	.post-content blockquote {
		/*padding: 1.857em;
		padding-bottom: 0;
		border-left: 3px solid #d9d9d9;
		border-bottom: 1px solid transparent;
		background: transparent;*/
	}
	
	.single-community .post-content blockquote {
	    background: transparent;
		border: 3px solid #d9d9d9;
		padding: 20px;
		margin-bottom:0;
	}
	
	.post-content .pullquote {
		float: right;
		font-style: italic;
		font-size: 1.1em;
		padding-left: 14px;
		border-left: 3px solid #d9d9d9;
		max-width: 35%;
	}

	/* in-post galleries and images */
	.post-content .tiled-gallery { clear: none; }
	
	.post-content img, .post-content .wp-caption {
		max-width: 100%;
		height: auto;
	}
	
	.post-content .gallery-caption {
		font-style: italic;
		font-size: 0.923em;
	}
	
	.post-content .wp-caption.alignright { margin-left: 31px; }
		
	.post-content .wp-caption { margin: 0 auto 21px auto; width: 100%!important;}
	
	.post-content .wp-caption-text {
    	margin-bottom: 0;
    	margin-right: 10px;
	}
	
	/* JIG */

.pswp__bg{
	opacity:0.9!important;
}
.pswp__scroll-wrap{
	max-height:70%!important;
	overflow-y: initial!important;
	overflow:initial!important;
}
.pswp__container{
    width: 100%;
    position: relative!important;
    height: inherit;
}
.pswp__item {
/*    overflow: initial!important;
	position:relative!important;*/
}
.pswp__zoom-wrap {
  /*  transform: translate3d(20%, 10%, 0px) scale(0.7)!important;*/
    text-align: left;
	position:relative!important;
}
.pswp__img {
    /*position: relative!important;
	margin: 0 auto;
	max-width:100%!important;*/
}
.pswp__img--placeholder{
	display:none!important;
	width:0px!important;
	height:0px!important;
}
.pswp__top-bar, .pswp__button.pswp__button--arrow--left, .pswp__button.pswp__button--arrow--right {
    z-index: 99!important;
}
.pswp__caption {
	/*left: 15%!important;*/
	background:none!important;
}
.pswp__caption__center {
  /*  text-align: left;
    max-width: 800px!important;
    margin: inherit!important;*/
}
.jig-ad{
	display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.jig-ad .ad-outer{
	    display: inline-block;
}
.jig-ad .leaderboard-div{
	margin-top: 30px;
    border: none;
    margin: 0;
}
.jig-ad .leaderboard-div h6{
	    color: #fff;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
}
.justified-image-grid{
	position:relative!important;
}
.jig-more{
	position:absolute!important;
	top:0;
	left:0;
	background:rgba(0,0,0,.7);
	color:#fff;
	padding:5px 7px;
	font-size:12px;
}
	
	/* Modern quotes */
	
	.post-content .modern-quote {
		position: relative;
		padding: 0px;
		/*padding-left: 42px;
		padding-right: 14px;
		padding-top: 17px;
		padding-bottom: 0;*/
		
		/*margin-top: 35px;
		margin-bottom: 35px;*/
		margin-top: 0px;
		margin-bottom: 30px;

		
		/*font-family: "Merriweather", Georgia, serif;
		font-weight: 300;
		font-size: 16px;
		font-style: italic;
		letter-spacing: 0.2px;
		
		border: 0;
		border-top: 2px solid #e54e53;
		border: 2px solid #808080;
		border-top-color: #808080!important;*/
		
		background: transparent;
		border:none;
	}
	
	.modern-quote:before {
		content: "\201c";
		/*display: inline-block;*/
		display: none;
		position: absolute;
		top: 17px;
		left: 10px;
		color: #000;
		font-size: 60px;
		line-height: 1;
		font-style: normal;
		font-family: Arial, Helvetica, sans-serif;
	}
	
		.modern-quote p, blockquote p {
			margin-bottom: 18px;
    		font-size: 27px!important;
			font-family: "Open Sans";
			font-style:italic;
			text-align: left;
   			line-height: 37px;
			color:#000;
		}
		
		blockquote ul{
			margin:10px 0px;
			list-style-type: none!important;

		}
		
		.single-community blockquote ul{
			margin:10px 0px;
			list-style-type: none;
		}
		
		blockquote ul li{
			font-size: 14px;
			font-family: "Open Sans", Arial, sans-serif;
			text-transform: uppercase;
			color: #000;
			text-align: right;
		}
		
		blockquote ul li span{
			color:#000!important;
		}
		
		/*.modern-quote p:last-of-type, blockquote p:last-of-type {
			margin-bottom:0;
		}*/
		
		.modern-quote cite {
			font-size: 14px;
			font-family: "Open Sans", Arial, sans-serif;
			text-transform: uppercase;
			color: #000;
			text-align:right;
		}
		
		.modern-quote p > cite {
			display: block;
		}
		
		.modern-quote cite:before, blockquote ul li:before {
			content: "\2014";
			margin-right: 3px;
		}
		
		.quote-more a{
			color: #fff!important;
			background: #9e2213;
			padding: 5px;
		}
		
		.arrow-down {
			width: 0;
			height: 0;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-top: 15px solid #808080;
			margin-bottom: 10px!important;
			margin: 0 auto;
		}
		
.single-community .communitytype-quote .arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #d9d9d9;
    margin-bottom: 10px!important;
    margin: 0 auto;
	display:block;
}

.single-community .arrow-down {
	display:none;
}
	
	.modern-quote.alignleft {
		margin-right: 35px;
	}
	
	.modern-quote.alignright {
		margin-left: 35px;
	}
	
	.modern-quote.pull {
		margin-bottom: 28px;
		margin-top: 0.6em; /* match top leading, relative to font size */
		padding-right: 0;
		min-width: 250px;
		max-width: 30%;
	}
	
	
/* review box */
.review-box {
	background: #f2f2f2;
	border-left: 3px solid #d9d9d9;
	padding: 10px 15px 0 15px;
	font-size: 13px;
}

.post-content > .review-box { margin-bottom: 28px; }

.review-box .heading {
	font-size: 16px;
	font-weight: normal;
	border-left: 3px solid #e54e53;
	margin-left: -18px;
	padding-left: 15px;
	line-height: 2;
	
	margin-bottom: 20px; /* line-height adds 8px */
}

.review-box .verdict-box {
	overflow: hidden;
	padding: 28px 0;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

	.review-box .overall {
		float: left;
		background: #e54e53;
		color: #fff;
		padding: 10px 8px;
		min-width: 115px;
		text-align: center;
	}
	
	.review-box .overall .number {
		display: block;
		font-size: 65px;
		font-weight: 600;
		line-height: 1;
	}
	
	.review-box .overall .best { display: none; }
	
	.review-box .overall .percent { font-size: 25px; }
	
	.review-box .overall .verdict {
		display: block;	
		font-size: 14px;
		text-transform: uppercase;
		margin-top: 10px;
	}
	
	.review-box .verdict-box .text { margin-left: 150px; }

.review-box ul {
	list-style: none;
	margin-left: 0;
	padding: 28px 0;
}

.review-box li { margin-bottom: 15px; }
	
	.review-box .label {
		text-transform: uppercase;
	}
	
	.review-box .criterion {
		overflow: hidden;
		line-height: 2;
	}
	
	.review-box ul .rating {
		float: right;
		font-weight: 600;
		white-space: nowrap;
	}
	
	.review-box .rating-bar, .review-box .bar {
		background: #fff;
		height: 21px;
	}
	
	.review-box .bar {
		background: #e54e53;
		display: block; 
	}


/* star rating */

.review-box.stars li:first-child {
	margin-top: -28px;
}

.review-box.stars li {
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 0;
	margin: 0;
}

.review-box .overall-stars {
	display: block;
	height: 15px;
	text-align: center;
}

.review-box .overall-stars .main-stars {
	float: none;
	max-width: 6em;
	margin: 0 auto;
	margin-top: 14px;
	font-size: 15px;
	color: #ec9494;
	color: rgba(255, 255, 255, 0.2);
	text-align: left;
}

.review-box .overall-stars .main-stars span:before { color: #fff; }

.review-box .main-stars {
	float: right;
	font-size: 17px;
	margin-top: 5px;
	display: block;
	padding-right: 1px;
	color: #d9d9d9;
}

.review-box .main-stars:before, .review-box .main-stars span:before {
	margin-right: -4px;
	letter-spacing: 5px;
}

.review-box .main-stars:before { content: "\f005\f005\f005\f005\f005"; }

.ie .review-box .main-stars span:before { width: 6.25em; }

/* main stars for ratings */
.main-stars {
	position: relative;
	font-size: 13px;
	line-height: 1;
	height: 1em;
	
	color: #e54e53;
	overflow: hidden;
	
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}

.main-stars span { 
	color: inherit;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 2em;
	overflow: hidden;
}

.main-stars:before, .main-stars span:before {
 	content: "\f005\f005\f005\f005\f005";
	color: inherit;
	letter-spacing: 2px;
	margin-right: -2px;
	
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-stars:before { content: "\f006\f006\f006\f006\f006"; }

.main-stars span:before {
	top: 0;
	left: 0;
	position: absolute;
	color: #e54e53;
}

.ie .main-stars span:before { width: 6em; }

/* user ratings */

.user-ratings .votes {
	font-size: 11px;
	letter-spacing: 1px;
	margin-left: 5px;	
}

.user-ratings .hover-number {
	letter-spacing: 1px;
	float: right;
	font-weight: 600;
}

.stars .user-ratings .hover-number { margin-right: 21px; }

.user-ratings .main-stars, .user-ratings .rating-bar { cursor: pointer; }

.user-ratings.voted .main-stars, .user-ratings.voted .rating-bar { cursor: default; }


/* post pagination */
.post-pagination { float: right; }
.post-pagination > span {
	display: block;
	float: left;
	padding: 0 10px;
	margin-right: 5px;
	line-height: 25px;
	font-size: 13px;	
	color: #fff;
	background: #e54e53; 
	text-decoration: none;
}

/* post pagination for post slideshow */
.post-pagination-next {
	overflow: hidden;
	background: #f2f2f2;
}

.post-pagination-next .info {
	font-size: 12px;
	text-transform: uppercase;
}

.post-pagination-next .info strong { padding: 0 2px; }

.post-pagination-next .button {
	padding: 3px 12px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.post-pagination-next .fa {
	padding: 0 3px;
	font-size: 11px;
	display: inline-block;
}

.post-pagination-next .links {
	float: right;	
}


/* post sharing */
.post-share {
	border-top: 1px solid #d9d9d9;
	padding: 28px 0;
	margin-top: 28px;
	overflow: hidden;
}

.post-share .text { 
	font-size: 13px;
	display: inline-block;
	margin-right: 30px;
	text-transform: uppercase;
	color: #19232d;
}

.share-links { float: right; }

.share-links a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-right: 2px;
	
	background: #19232d;
}

.share-links a:hover { text-decoration: none; }

.share-links .fa-facebook { background: #204385; }
.share-links .fa-twitter { background: #2aa9e0; }
.share-links .fa-google-plus { background: #d3492c; }
.share-links .fa-pinterest { background: #ca2128; }
.share-links .fa-linkedin { background: #02669a; }
.share-links .fa-tumblr { background: #44546b; }
.share-links .fa-envelope { background: #780000; }

/* Most recent post */

.most-recent{ margin:30px 0px;}

.most-recent article.post{ 
	overflow: hidden;
    margin-bottom: 30px;
}

.most-recent .box h2{ 
	font-size: 17px;
    color: #000;
    font-weight: 700;
	margin-bottom:10px;
}

.most-recent .box p{
	color:#000;
	font-size:12px;
}

.most-recent .box.attach.no-image .related-img{
	display:none;
}
.most-recent .box.attach.no-image .related-h2{
	margin-left:0;
}

/* author info box */


.author-info {
	font-size: 13px;
	overflow: hidden;
	margin-bottom: 28px; 
}

.author-info .avatar { float: left; max-width:190px;}

.author-info [rel="author"] {
	text-transform: uppercase;
	color: #9e2213;
	font-weight:700; 
	font-size:14px;	
}

.no-author-box { padding-top:10px; }

.author-info .social-icons { /*float: right; */}

.author-info .social-icons li { margin-right: 10px; }

.author-info .social-icons li a {
	background: #fff;
	color: #606569;
	font-size: 14px;
	width:100%;
	text-align:left;
}

.author-info span.links{
	text-transform: uppercase;
	color: #9e2213;
	font-weight: 700;
	font-size: 14px;
	font-family:'Open sans';
	margin-left:5px;
}
	
.author-info .social-icons li a:hover { color: #19232d; }

.author-info .description {
	/*margin-left: 135px;*/
	margin-left: 0px;
	line-height: 1.714;
}

.author-info .bio { 
	margin-top: 14px;
	margin-bottom: 0; 
	color:#000;
	font-size:12px;
}
	
/* AUTHOR page */	
	
.author .author-title{
	color: #9e2213;
    font-size: 22px;
    font-weight: 700;
}
.author .author-info [rel="author"] {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.author .author-info .bio {
    margin-top: 10px;
}
.author .position-market{
	    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}
.author .latest-from-author{
	    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
	    margin-bottom: 28px;
}
.author .latest-from-author a{
	color:#000;
	 font-weight: 700;
}
.author .careers h3.widgettitle{
	margin-bottom:0!important;
}
.author .careers h3.widgettitle a{
	color:#fff;
}
.author .box{
	padding: 10px;
    border: 1px solid #4d4d4d;
}
.author .box h1{
	 margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.author .box ul li{
	 margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
	    border: none;
    padding: 0;
}
.author .box ul li a{
	font-size: 11px;
    font-weight: 700;
    text-decoration: underline;
    color: #000;
}
.author .box ul li .fa-caret-right, .author .meet-team .fa-caret-right {
    color: #a90000;
    padding-left: 5px;
    font-size: 10px;
}
.author .meet-team{
	font-weight: 700;
    color: #000;
    text-decoration: underline;
	font-size:12px;
}
.author .position-market-widget{
	 font-size: 12px;
    font-weight: normal;   
	 color: #000;
    margin-top: 5px;
}
.author .listing-archive{
	    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
}






/* Market page (Team) */

.team-group .dvteamgrid li {
    width: 195px!important;
}
.team-group .dvteamgrid li p, .team-group .dvteamgrid li h6, .team-group .dvteamgrid li p + div, .team-group .dvteamgrid li h6 + div, .freebirdFormviewerViewItemsTextItemWrapper, .freebirdFormviewerViewItemsItemItemHeader{
	display:none;
}
.team-group .dvteamgrid figure {
    overflow: hidden !important;
    position: relative;
    padding: 0px !important;
    margin: 0px !important;
    margin-right: 20px!important;
    margin-bottom: 10px!important;
    float: left;
}
.team-group figure a {
    background-position: 0 0;
    background-size: 195px;
    width: 195px;
    height: 260px;
	
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
	
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
	transition:none;
}
.team-group figure a:hover{
     background-position: 0 -260px;
	 filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}
.team-group figcaption {
    position: absolute;
    overflow: hidden !important;
    cursor: pointer;
    width: 100%;
    min-height: 50px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    margin: 0!important;
    left: 0;
    bottom: 0;
    font-size: 12px;
    opacity: 1;
}
.team-group .dvteamgrid .dv-member-desc {
    position: relative;
}


/* posts navigation in single post */


.navigate-posts {
	border-top: 1px solid #d9d9d9;
	padding: 35px 0;
	overflow: hidden; 
	display: table;
	width: 100%; 
}

.navigate-posts .previous, .navigate-posts .next {
	display: table-cell;
	width: 50%;
	text-align: right;
	box-sizing: border-box;
	padding: 0 35px;
}

.navigate-posts .title {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.navigate-posts .link { font-family: "Roboto Slab", Georgia, serif; }

.navigate-posts .previous { padding-left: 21px;}

.navigate-posts .next {
	text-align: left;
	border-left: 1px solid #d9d9d9;
	padding-right: 21px;
}

.navigate-posts .previous .fa { margin-right: 7px; }
.navigate-posts .next .fa { margin-left: 7px; }



/* related posts section */
.single-guides section.related-posts{
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	padding:18px 0;
}
.related-posts{
	margin-bottom: 30px;
}
.highlights-box.related-posts {
	margin:0 30px;
}

.highlights-box.related-posts.bullets{
	 list-style-type: disc;
    padding-left: 20px;
}
.related-posts.bullets .highlights h2 a{
	font-size:14px;
	font-weight:600;
}

.related-img{
	max-width: 180px;
    height: 120px;
    float: left;
    width: 100%;
}
.related-h2{
    margin-left:200px;
}
.related-h2 h2.headline{
	font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}
.related-h2 p{
	margin-bottom:0;
}
.related-h2 p:empty, .post-content p:empty{
	display:none;
}

.related-posts .section-head { color: #e54e53; }

.related-posts ul { overflow: hidden; list-style-position: inherit;}
.related-posts li { /*float: left;*/ text-align:left; margin-bottom: 0!important;}

.related-posts article { position: relative; }
.related-posts .highlights h2 a { font-size: 17px; color:#000; font-weight:700;}

.related-posts .highlights article { margin-bottom: 0; display:inline-block; }




/* comments */

.comments { margin-top:30px;}

.comments h3#reply-title{display:none;}

.comment-toggle{   
	 background: #19232d;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    padding: 7px 21px;
	display:inline-block;
	margin-bottom: 15px;
    cursor: pointer;
}

#comments{ display:none;}

.comments .section-head { word-spacing: 4px; } 

.comments-list { margin-bottom: 42px; }

.comments-list .comment { margin-top: 15px; }
.comments-list ul.children li.comment { margin-top: 28px; }

.comments-count{
	 font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 18px 0;
    color: #9e2213;
	cursor:pointer;
}

	.comments-list .children {
		margin-left: 40px;
		/*margin-left: 75px;*/
	}
	.comments-list .comment-meta, .comments-list .comment-content{
		margin-left:0;
	}
	
	.comments-list .avatar {  float: left; }
	
	.comments-list .comment-meta {
		color: #000;	
		font-size: 12px;
	}
	
	.comment-meta a, .comment-meta .comment-author, ul.children li.comment .comment-meta a {
		text-transform: none;
		color: #000;
		font-weight:700;
		margin: 0;
		display: inline-block;
		font-size:12px;
	}
	
	.bypostauthor .comment-meta .comment-author{
		color:#9e2213;
		
	}
	
	.comment-meta a time {
		font-weight:normal;
		padding-left: 5px;
	}
	
	.comment-meta .comment-edit-link { 
		color: #a6a6a6; 
	}
	
	.comments-list .bypostauthor .comment-author a { 
		color: #e54e53; 
	}
	
	.comments-list .comment-content {
    font-size: 14px;
    line-height: 1.714;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-bottom: 42px;
    margin-top: 14px;
    color: #000;
	}
	
	.comments-list .comment-content p { 
		margin-bottom: 1.5em; 
	}
	
	.comments-list .comment-content p:last-of-type { 
		margin-bottom: 0; 
	}
	
	.comment-content .reply {
		position: absolute;
		bottom: -1px;
		right: 0;
		color: #4d4d4d;
		font-size: 12px;
		border-bottom: none;
	}
	
	.comment-content .reply a {
		color: #4d4d4d;
		padding: 5px 0;
		text-transform: uppercase;
		display: block;
		font-size: 12px;
		font-weight: 700;
	}
	
	.comment-content .reply a:hover { 
		text-decoration: none; 
	}
	
	.comment-content .reply .fa {
	    font-size: 13px;
    color: #4d4d4d;
    margin-left: 5px;
    font-weight: 700;
	}
	
	.comments-list .pingback {
		font-size: 13px;
		margin-left: 75px;
		border-bottom: 1px solid #d9d9d9;
		padding-top: 21px;
	}


/* comment nav */
.comment-nav {
	overflow: hidden;
	font-size: 13px;
	margin: -14px 0 28px 75px; /* 42-14=28px for top */
}

	.comment-nav .nav-previous { float: left; }
	.comment-nav .nav-next { float: right; }
	.comment-nav a { color: #606569; }

/* comment form */
.comment .comment-respond {
	margin-left: 75px;
	margin-top: 20px; 
}

.comment-respond form { margin-top: 0px; }

.comment_author_p, .comment_email_p{ display:inline-block!important;}

	.comment-respond .section-head { display: block; }

	.comment-respond p { 
		margin-bottom: 28px;
		font-size: 13px;
	}
	
	.comment-respond small {
		float: right;
		margin-top: -55px;
		font-size: 12px;
		font-family: "Open Sans", Arial, sans-serif;
		margin-right: 12px;
	}
	
	.comment-respond small a { color: #a6a6a6; }

	
	.comment-respond .form-submit { overflow: hidden; }
	
	#comment-submit, .submit-button { 
		float: right;
		background: #19232d;
		text-transform: uppercase;
		font-size: 14px;
		color: #fff;
		padding: 7px 21px;		
	}
	

/**
 * 4.2.1 =Cover Layout
 * ----------------------------------------------------------------------------
 */
 
.post-layout-cover .main {
	margin-top: 35px;
}

.post-layout-cover .post-cover {
	margin-bottom: 42px;
	overflow: hidden;
}

.post-cover .featured {
	position: relative;	
}

.post-cover .featured img {
	display: block;
	margin-top: -28px;
	max-width: 100%;
	height: auto;
}

.post-cover .featured .hidden {
	visibility: hidden;
}

.post-cover .overlay {
	position: absolute;
	bottom: 0;
	padding: 28px;
	padding-top: 10%;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 5;
	
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}

.post-cover .caption {
	z-index: 200;
	color: #a6a6a6;
	background: rgba(0, 0, 0, 0.35);
	
	font-size: 12px;
	font-style: italic;
	text-shadow: none;
	
	width: auto;
	bottom: 0;
	right: 0;
	padding: 11px 21px;	
}

.post-cover .caption a { 
	color: #eee; 
}
	
.post-cover .overlay .cat-title {
	position: static;
	display: inline-block;
	margin: 0;
	margin-bottom: 21px;
	pointer-events: auto;
}

.post-cover .overlay h1 {
	max-width: 66.667%;
	padding-right: 25px;
	padding-bottom: 28px;
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	font-size: 31px;
	line-height: 1.45;
	color: #fff;
	
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	pointer-events: auto;
}

.post-cover .post-meta {
	color: #eee;
	font-size: 11px;
	font-style: italic;
	padding-left: 3px;
	float: left;
	
	pointer-events: auto;
}

	.post-cover .posted-by {
		text-transform: lowercase;
	}
	
	.post-cover .posted-by a, .post-cover .posted-on time, .post-cover .comments a {
		font-style: normal;
		text-transform: uppercase;
		padding: 0 3px;
	}
	
	.post-cover .posted-by a {
		font-weight: 600;
		color: #fff;
	}
	
	.post-cover .comments {
		padding-left: 30px;
	}
	
	.post-cover .comments a {
		color: inherit;
		text-decoration: none;
	}
	
	.post-cover .comments .fa-comments-o {
		padding-right: 3px;
	}
	
/* Post cover gallery slider */

.post-cover .gallery-slider + .overlay {
	pointer-events: none;	
}

.post-cover .gallery-slider li, .post-cover .featured {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.post-cover .gallery-slider .frame {
	position: static;
}

.post-cover .gallery-slider li[style] { 
	position: static !important; /* override flexslider inline position */ 
}


/* Post Content overrides */

.post-layout-cover .post-content > p:first-child {
	font-size: inherit;
	color: inherit;
}

.post-layout-cover .post-content {
	padding-left: 3.9%;
	padding-right: 3.9%;
}

.post-layout-cover .post-content .alignleft {
	margin-right: 28px;
	margin-top: 7px;
}

.post-layout-cover .post-content .alignright {
	margin-left: 28px;
	margin-top: 7px;
}

.post-layout-cover .post-content > p img.alignleft {
	margin-left: -3.9%;
}

.post-layout-cover .post-content > p img.alignright {
	margin-right: -3.9%;
}

.post-layout-cover .post-content > p img.aligncenter, .post-layout-cover .wp-caption.aligncenter {
	margin: 35px auto; 
}

.post-layout-cover .post-content > p img.alignnone, .post-layout-cover .wp-caption.alignnone {
	margin: 35px -3.9%;
	max-width: 107.8%;
}

.post-layout-cover .wp-caption-text {
	color: #a6a6a6;
}

.post-layout-cover .post-content .gallery {
	margin-bottom: 1.857em !important;	
}

.post-layout-cover .post-content .gallery, .post-layout-cover .review-box {
	margin-left: -3.9% !important;
	width: 107.8%;
}

.post-layout-cover .gallery-item img {
	border-color: #fff !important;
}

.post-layout-cover .review-box {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	
/**
 * 4.3. =Single & Other Pages
 * ----------------------------------------------------------------------------
 */

.page .post-content { margin-left: 0; }

.page .post-header { margin-bottom: 0; }

.page > .row.builder, .page-content > .main-pagination, .post > .row.builder { 
	margin-bottom: 42px; 
}

.page > .row.builder .post-content {
	margin-bottom: -1.857em;
}

.page-content .widget-title {
	font-weight: bold;
	color: #19232d;
	margin-bottom: 24px;
	font-family: inherit;
	line-height: 1.5;
}

.page-content .main-heading { font-weight: 600; }

.page .page-content > div:last-child, .page .page-content > section:last-child { 
	margin-bottom: 0;
} 

/* post/page headings  */
.post-content h1, .post-content h2, .post-content h3, 
.post-content h4, .post-content h5, .post-content h6
{ 
	font-weight: bold;
	color: #19232d;
	margin-bottom: 24px;
	font-family: inherit;
	line-height: 1.5;
}

/* post slideshow */
.post-slideshow {
	margin-top: 14px; /* +21px */
	background: #f7f7f7;
	padding: 1.857em 25px;
}

.post-slideshow h1, .post-slideshow h2, .post-slideshow h3, .post-slideshow h4, .post-slideshow h5, .post-slideshow h6 {
	font-weight: 600;
}

.post-slideshow > p:last-child, .post-slideshow .content-page > p:last-child { margin-bottom: 7px; }

.post-container .post-slideshow {
	margin-bottom: 14px; /* +21px */
}

.post-slideshow .post-pagination-next {
    margin: 0 -25px; 
    padding: 14px 25px;
    margin-top: -1.857em;
    margin-bottom: 28px;
    
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0, 0.05);
	box-shadow: 0 1px 0 0 rgba(0,0,0, 0.05);
}

.post-slideshow .content-page {
	margin-bottom: 0;
	opacity: 1;
	
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.post-slideshow .content-page.hidden { opacity: 0; }

.post-slideshow img.alignnone { margin-bottom: 5px; }


/* author page */
.author .section-head { display: none; }
.author .author-info {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 18px;
    margin-bottom: 28px;
} 

/* authors list page */
.authors-list .posts { 
	display: block;
	margin-top: 18px;
}

.authors-list .posts a { text-transform: uppercase; }

/* contact us page */
.post-content .wpcf7 { margin-top: 42px; }

.post-content .wpcf7-not-valid-tip {
	position: static;
	margin-left: 10px;
	padding-left: 10px;
	border: 0;
	font-size: 13px;
	border-left: 2px solid #e54e53;	
}


/* 404 error */
.error-page { 
	max-width: 700px;
    margin: 100px auto 150px auto;
    text-align: center;
}
.error-icon{
	margin-bottom: 30px;
}

.error-page h1{
	font-weight: bold;
    margin-left: 0;
    color: #9e2213;
}

.error-msg{
	font-size: 30px;
    line-height: 42px;
	margin-bottom:20px;
}
.error-page hr {
	margin: 20px auto;
    height: 1px;
    background: #d9d9d9;
    width: 35%;
}
.error-page .search{ 
    position: relative;
    display: inline-block;
    width: 70%;
    margin-bottom: 20px;
}

.error-page .search input{ 
	    padding: 0 10px;
    height: 31px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    color: #9e2213;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}

.error-page .error-back_btn{ 
	    display: block;
    background: #4d4d4d;
    color: #fff;
    text-transform: uppercase;
    width: 110px;
    margin: 0 auto;
    padding: 10px 5px;
}

.error-page .text-404 {
	font-size: 60px;
	color: #e54e53;
	line-height: 1;
	text-align: left;
	padding-left: 0;	
}

.error-page .links, .error-page .fa-ul .fa { margin-left: 0; }

/**
 * 4.4. =Category Listing & Loop
 * ----------------------------------------------------------------------------
 */

.main-heading, .page-title, .entry-title {
	font: 18px "Open Sans", Arial, sans-serif;
	text-transform: uppercase;
/*	border-left: 3px solid #e54e53;
	padding-left: 14px;
	margin-bottom: 28px;*/
	line-height: 2;
	border-left: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 30px;
}

.main-heading{
	line-height:normal;
}

.main-heading strong {
    font-weight: bold;
    margin-left: 0;
    color: #9e2213;
    font-size: 22px;
}

.main-heading.prominent { font-weight: 600; }

/* HOME featured story */

/*img.feed-attached{
	margin-left: 0!important;
    width: 100%!important;
    height: 100%!important;
	max-width:100%!important;
    max-height: 100%!important;
}

.list-img{
    position: relative;
    float: left;
    max-width: 400px;
    width: 100%;
        height: 100%;
    overflow: hidden;
    max-height: 245px;
}*/

.list-img{
    position: relative;
    float: left;
    max-width: 400px;
    width: 100%;
    height: 245px;
}
.featured-hero .content{
    margin-left: 415px;
}

.home .posted-on, .category .posted-on, .page-template-eventcalendar .posted-on, .page-template .posted-on{
	 font-size: 12px;
    color: #000;
	margin-bottom:10px;
	display:block;
}
.home article, .category article, .page-template-eventcalendar article, .post-type-archive-post article, .page-template-evcal-oct article, .page-template-evcal-nov article, .page-template-evcal-dec article, .page-template-evcal-jan article, .page-template-evcal-feb article, .page-template-evcal-mar article, .page-template-evcal-apr article, .page-template-evcal-may article, .page-template-evcal-jun article, .page-template-evcal-jul article, .page-template-evcal-aug article, .page-template-evcal-sep article{
	position:relative;	
	overflow:hidden;
	border-bottom:1px solid #d9d9d9;
	padding-bottom:30px;
	margin-bottom:30px;
}
.featured-hero .content .entry-header h1{
	 font-size: 28px;
    font-weight: 700;
    line-height: 37px;
}

/* default loop/category style */
.listing-alt article {
	padding: 28px 0;
	overflow: hidden;
	border-top: 1px solid #d9d9d9;
	position: relative;
}

.listing-alt .cat-title{
	top: 0px;
	z-index: 1;
	margin-left:0px;
}

.listing-alt article:first-child .cat-title { top: 0; }

.listing-alt article:first-child {
	padding-top: 0;
	border-top: 0; 
}

.listing-alt article > a {
	position: relative;
	float: left;
	max-width: 295px;
	overflow: hidden;
}

/* sticky listings */
.listing-alt .sticky {
	background: #f2f2f2;
	padding-right: 25px;
}

.listing-alt .sticky:first-child { padding-top: 28px; }

.listing-alt img {
	width: auto;
	height: auto;
	margin-left: -10%; /* faux crop - save resources */
	-webkit-transform: translate3d(0, 0, 0);
}

.listing-alt article .content { 
	margin-left: 325px;
	border-bottom: 0; 
	line-height: 1.5;
	overflow: hidden;
}

.listing-alt .meta {
	margin-top: -3px; /* remove line-height */
}

.listing-alt .content > a { font-size: 14px; }

.listing-alt .content .excerpt {
	margin-top: 14px;
	font-size: 13px;
	line-height: 1.714;
	color: #949697;
}

.listing-alt .content .excerpt p { margin-bottom: 0; }

.listing-alt .content .read-more {
	margin-top: 18px;
}

.listing-alt + .main-pagination { margin-top: 28px; }


/* QUOTE */

.listing-quote .top-content{
    border: 3px solid #d9d9d9;
    padding: 20px;
}
.listing-quote .cat-title {
	position: relative;
    display: inline-block;
    margin-right: 20px;
	margin-left:0;
}
.listing-quote .cat-title a{
	color:#fff;
}
.listing-quote .posted-on{
	    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    line-height: 25px;
    vertical-align: top;
}
.listing-quote .social-icons{
	float: right;
    margin-top: 0;
}
.listing-quote .entry-header h1{
    font-size: 14px;
    display: inline-block;
    vertical-align: super;
    font-weight: normal;
    margin-bottom: 0;
}
.listing-quote .entry-header h1 > p {
    margin-bottom: 0;
}
.listing-quote .entry-header h1 a{
	color:#19232d;
}
.listing-quote .arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #d9d9d9;
    margin-bottom: 15px!important;
    margin: 0 auto;
}
.not .arrow-down{
	display:none;
}

/* FB/TW embed */

.listing-embed .top-content{
    margin: 0 auto;
    display: table;
}
.listing-embed .cat-title {
	position: relative;
    display: inline-block;
    margin-right: 20px;
	margin-left:0;
}
.listing-embed .cat-title a{
	color:#fff;
}

.listing-embed .posted-on{
	    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    line-height: 25px;
    vertical-align: top;
}
.listing-embed .social-icons{
	float: right;
    margin-top: 0;
}
.listing-embed .entry-header h1{
	font-size: 14px;
    display: inline-block;
    vertical-align: super;
	font-weight:normal;
	margin-bottom:0;
}
.listing-embed .entry-header h1 > p{
	margin-bottom:0;
}
.listing-embed .entry-header h1 a{
	color:#19232d;
}
.listing-embed .arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #d9d9d9;
    margin-bottom: 15px!important;
    margin: 0 auto;
}
.listing-embed .twitter-tweet, .listing-embed .twitter-tweet + p { margin-bottom:0px!important; }

.communitytype-facebook-embed .listing-embed .top-content p { margin-bottom:0px; line-height: 0px;}

.communitytype-facebook-embed .listing-embed .top-content p iframe { /*max-height:496px;*/ max-width:100%;}


/* Image embed */

.listing-img{
	border: 2px solid #d9d9d9;
}
.listing-img .top-content{
    margin: 0 auto;
    display: table;
	margin-bottom:20px;
}
.listing-img .top-content img.first-img{
	max-width:100%;
	height:auto;
}
.listing-img .cat-title {
	margin-left:0;
}
.listing-img .cat-title a{
	color:#fff;
}
.listing-img .posted-on{
	display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
    line-height: 25px;
    vertical-align: top;
	font-size: 12px;
    color: #000;
}
.listing-img .social-icons{
	float: right;
    margin-top: 0;
	line-height:20px;
}
.listing-img .entry-header h1{
	font-size: 22px;
    font-weight: 700;
    line-height: 30px;
	margin-bottom:18px;
}
.listing-img .entry-header h1 a{
	color:#19232d;
}
.listing-img .entry-header p{
	 font-size: 12px;
    color: #000;
}
.listing-img .content{
	padding:0 20px;
}


/* Post / Guides listing */

.listing-post.no-image .list-img.attach{
	display:none;
}
.listing-post.no-image .content{
	margin-left:0px;
	margin-top:10px;
}
.listing-post.no-image .cat-title {
	position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-left: 0;
}
.listing-post.no-image .cat-title a{
	color:#fff;
}
.listing-post .list-img{
	position: relative;
    float: left;
    max-width: 342px;
    width: 100%;
    height: 228px;
}
.listing-post .cat-title {
    top: 0px;
    z-index: 1;
    margin-left: 0px;
}
.listing-post .posted-on{
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
    display: block;
}
.listing-post .social-icons{
    display: inline-block;
    margin-top: 13px;
    vertical-align: top;
}
.listing-post .entry-header h1{
	font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}
.listing-post .entry-header p{
	font-size: 12px;
    color: #000;
    margin-top: 10px;
	margin-bottom:0;
}
.listing-post .content{
	margin-left:357px;
}


/* listing Impacts */


.listing-impact .list-img{
	position: relative;
    float: left;
    max-width: 342px;
    width: 100%;
    height: 228px;
}
.listing-impact .list-img #gmap_display img{
	width:100%;
}
.listing-impact .cat-title {
    top: 0px;
    z-index: 1;
    margin-left: 0px;
}
.listing-impact .content {
    margin-left: 357px;
}
.listing-impact .content .posted-on {
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
    display: block;
}
.listing-impact .content .entry-header h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}
.listing-impact .content .entry-header p {
	font-size: 12px;
    color: #000;
    margin-top: 10px;
	margin-bottom:0;
}
.listing-impact .content .social-icons {
    display: inline-block;
    margin-top: 13px;
    vertical-align: top;
}
.listing-impact .content.full {
    margin-left: 0px;
}
.listing-impact .content.full .cat-title {
	position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-left: 0;
}
.listing-impact .content.full .posted-on{
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
.listing-impact .content.full .social-icons{
	/*float: right;
    margin-top: 0;*/
}
.listing-impact .content.full .entry-header h1{
	font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}
.listing-impact .content.full .entry-header p{
	font-size: 12px;
    color: #000;
    margin-top: 10px;
	margin-bottom:0;
}


/* HP promo */

.hp-promo{
	/*margin:30px 0;*/
	margin:0 0 30px 0;
	display:block;
	text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
}
.hp-promo h1{
	font-size: 22px;
    font-weight: 700;
    line-height: 30px;
	display:inline-block;
}
.hp-promo .btn{
    background: #9e2213;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
    margin-left: 30px;
    vertical-align: top;
}
.hp-promo .btn a{
	color:#fff;
}

.tax-postkicker.term-dining .hp-promo, .tax-postkicker.term-business .hp-promo{
	    margin: 30px 0;
    display: block;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
    border-top: 1px solid #d9d9d9;
    padding-top: 30px;
}


/* HP breaking news */


.hp_breaking{
	display: block;
    /*margin-bottom: 30px;
    width: 100%;*/
	width:92%;
	margin:0 25px 30px 25px;
    background: #ccc;
}
.bn_intro{
	    background: #9e2213;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    padding: 7px 25px;
    display: inline-block;
}
.bn_link{
	font-size: 15px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    padding-left: 30px;
    display: inline-block;
}
.bn_link p{
	margin-bottom:0px;
}
.arrow-right{
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 15px solid #9e2213;
    display: inline-block;
	vertical-align: bottom;

}

/*    Listing archives (cat/tax)     */

.listing-archive.no-image .listing-archive-img.attach{
	display:none;
}
.listing-archive.no-image .listing-archive-h2{
	margin-left:0px;
	margin-top:10px;
}

.listing-archive-img{
    width: 180px;
    height: 120px;
    display: inline-block;
    float: left;
}
.listing-archive-h2{
	margin-left:195px;
	line-height:10px;
}
article.local-news .listing-archive-h2{
	margin-left:0px;
	line-height:10px;
}
article.local-news.has-post-thumbnail .listing-archive-h2{
	margin-left:195px;
	line-height:10px;
}
.author .listing-archive-h2.author{
	margin-left:0px;
	line-height:10px;
}
.listing-archive-h2 .posted-on {
    font-size: 12px;
    color: #000;
	margin-bottom: 15px;
    display: inline-block;
}
.listing-archive-h2 h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
	margin-bottom:0;
}
.listing-archive-h2 h1 a, .listing-archive-h2 h1 a:hover{
    color: #19232d;
}
.listing-archive-h2 p {
    font-size: 12px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
}
.listing-archive-h2 p:empty{
	display:none;
}
.listing-archive-h2 .social-icons {
    float: right;
    margin-top: 0;
    display: inline-block;
	list-style: none;
}

/* tax - special section */

.tax-featured-post{
	margin-bottom:50px;
}
.tax-fourpack article{
	display: inline-block;
    width: 47%;
    vertical-align: top;
    /*max-width: 348px;*/
	margin-bottom: 12px;
}
.tax-fourpack article:nth-child(1), .tax-fourpack article:nth-child(5){
	margin-right:25px;
}


.tax-hero{
    width: 100%;
    position: relative;
}
.tax-hero img{
	 margin: 0;
    max-width: 100%;
}
.tax-hero .content{
	 padding: 10px 0px;
}	
.tax-hero .content .posted-on{
	display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
    line-height: 25px;
    vertical-align: top;
    font-size: 12px;
    color: #000;
}
.tax-hero .content .social-icons{
	float: right;
    margin-top: 0;
    line-height: 20px;
}
.tax-hero .content .entry-header h1{
	    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
}

.tax-hero.half{
	/*width:50%;*/
}
.tax-hero.half .image{
	 width: 100%;
    max-width: 348px;
    height: 232px;
}
.tax-hero.half .content{
	 padding: 18px 0px;
}
.tax-hero.half .content .entry-header h1{
	font-size:17px;
    font-weight: 700;
    line-height: 23px;
}



/* Main listing - grid */

.listing { overflow: hidden; }

.listing article { margin-bottom: 28px; }

.listing .sticky { 
	background: #f2f2f2;
	padding: 15px;
}

.listing > .column:nth-child(odd) { 
	clear: both; 
}

.listing .excerpt {
	font-size: 13px;
	line-height: 1.714;
	margin-top: 14px;
	border-bottom: 0; 
	padding-bottom: 0;
}

.listing + .main-pagination { margin-top: 14px; }

/* 3 posts grid */

.listing.grid-3 > .column:nth-child(odd) {
	clear: none;
}

.listing.grid-3 > .column:nth-child(3n+1) {
	clear: both;
} 

.right-sidebar .listing.grid-3 .column {
	padding-left: 15px;
	padding-right: 15px;
}

.right-sidebar .listing.grid-3 {
	padding-left: 10px;
	padding-right: 10px;
}

/* Grid Overlay style */

.grid-overlay {
	margin-left: -13px;
	margin-right: -13px;
}

.grid-overlay .column {
	padding-left: 13px;
	padding-right: 13px;	
}

.right-sidebar .grid-overlay.grid-3 {
	margin-left: -1px;
	margin-right: -1px;
	margin-bottom: 28px;
	padding: 0;
}

.right-sidebar .grid-overlay.grid-3 .column {
	padding-left: 1px;
	padding-right: 1px;
}

.right-sidebar .grid-overlay.grid-3 article { 
	margin-bottom: 2px;
}

.right-sidebar .grid-overlay.grid-3 h2 {
	padding-bottom: 7px;
	font-size: 13px;
}

.right-sidebar .grid-overlay.grid-3 .meta { 
	display: none; 
} 

.grid-overlay article {
	margin-bottom: 26px;	
}

.grid-overlay .overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 10%;
	pointer-events: none;
	
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
	
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

.grid-overlay article .image-link {
	display: block;
	min-height: 150px;
	overflow: hidden;
}

.grid-overlay h2 {
	margin: 0;
	margin-bottom: 3px;
	padding-bottom: 14px;
	padding-right: 14px;
	color: #fff;
}

.grid-overlay h2:before {
	display: none;
}

.grid-overlay h2 a {
	pointer-events: auto;
	color: inherit;
}

.grid-overlay .meta {
	position: static;
	background: transparent;
	color: #fff;
	margin-bottom: 0px;
	display: inline-block;
}

.grid-overlay .meta time {
	float: none;
	display: inline-block;
	margin-bottom: 2px;
	color: #efefef;
}

/* Tall Overlay */

.tall-overlay {
	margin-left: -1px;
	margin-right: -1px;
}

.tall-overlay .column {
	padding-left: 1px;
	padding-right: 1px;
}

.tall-overlay > .column:nth-child(odd) {
	clear: none;
}

.tall-overlay > .column:nth-child(3n+1) {
	clear: both;
}

.tall-overlay article {
	margin-bottom: 2px;
}

.tall-overlay h2 a {
	font-size: 15px;
	line-height: 1.5;	
}

/* tall overlay is 4 column in full width */
.no-sidebar .tall-overlay > .column:nth-child(3n+1) {
	clear: none;
} 

.no-sidebar .tall-overlay > .column:nth-child(4n+1) {
	clear: both;
}


/* Timeline style */

.list-timeline {
	margin-top: 42px;
	border-left: 1px solid #d9d9d9;
}

.list-timeline .month {
	margin-left: 25px;
	position: relative;
	margin-bottom: 42px;
	color: #19232d;
}

.list-timeline .heading {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	float: left;	
	padding: 0 15px;
	line-height: 28px;
	border: 1px solid #d9d9d9;
	margin-top: -14px;
	margin-bottom: 28px;
}

.list-timeline .heading:before {
	display: block;
	position: absolute;
	top: 0px;
	left: -25px;
	width: 25px;
	height: 1px;
	background: #d9d9d9;
	content: " ";
}

.list-timeline .posts { clear: both; }

	.list-timeline .posts article {
		font-size: 13px;
		line-height: 1.714;
		margin-bottom: 7px;
		font-family: "Roboto Slab", Georgia, serif;
	}
	
	.list-timeline .posts time {
		text-transform: uppercase;
		padding-top: 1px;
		padding-right: 42px;
		color: #606569;
		min-width: 40px;
		display: block;
		float: left;
	}
	
	.list-timeline .posts article a {
		display: block;
		overflow: hidden;
	} 



/* Classic large blog listing */

.tag .listing-classic > .post, .tag .listing-classic > .community, .tag .listing-classic > .guides, .tag .listing-classic > .local-news{
	width:100%;
}

.listing-classic > .post, .listing-classic > .community, .listing-classic > .guides, .listing-classic > .local-news {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d9d9d9; 
	display:inline-block;
	width: 100%;
}

.tax-postkicker.term-dining .listing-classic > .post, .tax-postkicker.term-dining .listing-classic > .guides, .tax-postkicker.term-dining .listing-classic > .local-news, .tax-postkicker.term-business .listing-classic > .post, .tax-postkicker.term-business .listing-classic > .guides, .tax-postkicker.term-business .listing-classic > .local-news, .page-template-government-template .listing-classic > .post, .page-template-government-template .listing-classic > .guides, .page-template-government-template .listing-classic > .local-news, .page-template-development-template .listing-classic > .post, .page-template-development-template .listing-classic > .guides, .page-template-development-template .listing-classic > .local-news, .page-template-entertainment-template .listing-classic > .post, .page-template-entertainment-template .listing-classic > .guides, .page-template-entertainment-template .listing-classic > .local-news, .post-type-archive-post article {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d9d9d9; 
	overflow:auto;
}

.listing-classic .read-more { margin-top: 28px; }

.listing-classic .post-content > p:first-child {
	font-size: inherit;
	color: inherit;
}

.listing-classic .post-share { padding-bottom: 0; }

.listing-classic .post-header { margin-bottom: 0px; }

.listing-classic > .post:last-child { 
	border: 0;
	padding-bottom: 0; 
}

.listing-classic + .main-pagination {
	border-top: 1px solid #d9d9d9;
	padding-top: 35px;
}

/* Sidebar Listing use */

.main .sidebar .listing .column {
	width: 100%;
}

.main .sidebar .listing {
	margin-bottom: -28px;
}


/* Archive local-news (IMPACTS-DEALS) */


.post-type-archive-local-news .main, .post-type-archive-local .main{
	    margin: 0 auto;
    position: relative;
}
.post-type-archive-local-news .main-head, .post-type-archive-local .main-head {
    position: relative;
    z-index: 10;
    background: #fff;
    width: 100%;
	 margin-top: -32px;
    padding-top: 32px;
}
.post-type-archive-local-news .main-footer, .post-type-archive-local .main-footer{
/*	position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;*/
	display:none;
}
.post-type-archive-local-news .main-footer .lower-foot, .post-type-archive-local .main-footer .lower-foot{
	display:none;
}
.post-type-archive-local-news #mapped, .post-type-archive-local #mapped {
    position: relative;
    width: 100%;
}
.post-type-archive-local-news .map-container, .post-type-archive-local .map-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}
.post-type-archive-local-news #map, .post-type-archive-local #map {
    width: 100%;
    height: 97%;
    max-width: 1200px;
    margin: 0 auto;
    float: none;
}
.post-type-archive-local-news .impact_listings, .post-type-archive-local .impact_listings {
    max-width: 360px;
    margin: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}
.post-type-archive-local-news .impact_header, .post-type-archive-local .impact_header {
    padding: 20px;
    position: relative;
    background: #fff;
    margin: 20px 0;
}
.post-type-archive-local-news .impact_header p, .post-type-archive-local .impact_header p{
    margin-bottom: 0;
    margin-top: 18px;
    color: #000;
    font-size: 13px;
}
.post-type-archive-local-news .impact_header h1, .post-type-archive-local .impact_header h1 {
    font-weight: 700;
    font-size: 22px;
    color: #9e2213;
}
.post-type-archive-local-news .impact_listing, .post-type-archive-local .impact_listing {
    width: 100%;
    margin-bottom: 20px;
}
.post-type-archive-local-news .impact_info, .post-type-archive-local .impact_info {
    background-color: #fff;
    padding: 20px;
    position: relative;
   /* display: table;*/
   overflow:hidden;
}
.post-type-archive-local-news .impact_logo, .post-type-archive-local .impact_logo {
    display: block;
    position: relative;
}
.post-type-archive-local-news .impact_logo img, .post-type-archive-local .impact_logo img{
	max-width: 100%;
    height: auto;
    width: 100%;
	    margin-bottom: 10px;
}
.post-type-archive-local-news .number, .post-type-archive-local .number {
    width: 23px;
    color: white;
    font-size: 12px;
    position: relative;
    z-index: 1;
    text-align: center;
    background: url(/wp-content/themes/smart-mag/map/map-marker-new.svg) no-repeat;
    background-size: 100% 100%;
    height: 26px;
    display: inline-block;
    margin: 0 10px 10px 0;
    float: left;
    line-height: 20px;
	cursor:pointer;
}
.post-type-archive-local-news .impact_text {
    display: block;
	color: #000;
    font-size: 12px;
}
.post-type-archive-local-news .impact_info h2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
	    font-size: 17px;
    line-height: 23px;
}
.post-type-archive-local-news .impact_info h2 a {
    color: #000;
    font-weight: 700;
}
.post-type-archive-local-news .ad-outer {
    background: #fff;
    position: relative;
    padding: 20px 0;
    margin-bottom: 10px;
}
.post-type-archive-local-news .ad-outer .ad_wrapper img{
	border:1px solid #4d4d4d;
}
.post-type-archive-local-news .mobile-ad {
  /*  display: block !important;
    width: 300px;
    height: 266px;
    position: relative;
    margin: 0 auto;*/
}
.post-type-archive-local-news .mobile-ad iframe {
    position: relative!important;
	    max-width: 100%;
}
.post-type-archive-local-news .map-navigation, .post-type-archive-local .map-navigation {
	margin-bottom: 100px;
    background-color: #fff;
    display: block;
    position: relative;
    float: left;
    padding: 10px 0;
    border: 1px #dcdcdc solid;
    width: 360px;
    text-align: center;
    text-transform: uppercase;
}
.post-type-archive-local-news .map-navigation p, .post-type-archive-local .map-navigation p{
	    margin-bottom: 0;
    font-weight: 300;
    font-size: 12px;
}
.post-type-archive-local-news h2.infowindow-title, .post-type-archive-local h2.infowindow-title{
	font-size: 17px;
    line-height: 23px;
	color: #000;
    font-weight: 700;
	text-align: center;
    max-width: 300px;
}
.post-type-archive-local-news address, .post-type-archive-local address{
	display: inline-block;
    font-size: 12px;
    color: #000;
    font-style: normal;
    font-weight: 400;
}
.post-type-archive-local-news .fa-map-marker, .post-type-archive-local .fa-map-marker{
    background: #999;
    border-radius: 50%;
    padding: 5px 8px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}
.post-type-archive-local-news .impact, .post-type-archive-local .impact{
    margin-top: 10px;
    text-align: center;
}
.post-type-archive-local-news .impact_listing.active .impact_info, .post-type-archive-local .impact_listing.active .impact_info {
    border: 1px solid #780000;
}

.post-type-archive-local #controls {
    display: inline-block;
    position: relative;
    margin-top: 18px;
}
.post-type-archive-local .control {
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
    color: #333;
    transition: background 150ms;
    border: 1px solid #626366;
    border-radius: 0px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 4px 10px 4px 10px;
	    text-transform: uppercase;
}
.post-type-archive-local .impact_logo {
    display: block;
    position: relative;
    min-height: 25px;
}
.post-type-archive-local .impact_logo p {
    margin-bottom: 0;
}
.post-type-archive-local .mix img {
        width: inherit;
    margin: 0 auto;
    display: block;
    margin-bottom: 18px;
}
.post-type-archive-local .impact_text {
    display: block;
/*    padding-top: 10px;*/
}
.post-type-archive-local .impact_info h2 {
    display: inline-block;
    width: inherit;
    margin-bottom: 0px;
}
.post-type-archive-local .impact_info h2 a {
    color: #303030;
    font-weight: 700;
    font-size: 16px;
}
.post-type-archive-local .address {
    background: none;
    padding-left: 0;
    margin-top: 5px;
    font-size: 12px;
    color: #404040;
    text-transform: inherit;
}
.post-type-archive-local .latlng {
    display: none;
}
.post-type-archive-local .print_btn {
    background: #9e2213;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    margin-top: 10px;
    float: left;
}
.post-type-archive-local .print_btn a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.post-type-archive-local .impact_text .social-icons {
    display: inline-block;
    margin-top: 9px;
    list-style: none!important;
    float: right;
}
.post-type-archive-local .local_connected {
    background-color: #D3D3D3;
    margin: 0;
    border-bottom: 1px solid #ccc;
    border-right: none;
    border-left: none;
    padding: 10px 10px 5px 10px;
    font-size: 14px;
    color: #404040;
}
.post-type-archive-local .special_deal {
    position: relative;
    margin-bottom: 5px;
    display: block;
    padding-left: 30px;
    color: #C00;
    font-weight: bold;
    font-size: 12px;
}
.post-type-archive-local .special_deal .fa-usd {
    height: 18px;
    width: 18px;
    background: #666;
    content: "";
    position: absolute;
    left: 0px;
    color: #fff;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}
.post-type-archive-local .special_deal .fa-usd:before {
    height: 18px;
    width: 18px;
    background: #666;
    color: #fff;
    content: "";
    position: absolute;
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.post-type-archive-local .special_deal .fa-usd:after {
    height: 18px;
    width: 18px;
    color: #fff;
    background: #666;
    content: "$";
    font-weight: bold;
    font-size: 15px;
    padding: 0;
    position: absolute;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
	    text-align: center;
}




.view_all_btn{
	 text-align: right;
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
}
.view_all_btn a{
    color: #4d4d4d;
}

.impactmap_infowindow{
    border: 2px solid #d9d9d9;
    padding: 10px;
    position: absolute;
    top: 55px;
    background: #fff;
    z-index: 1;
    margin: 0 4px;
    font-size: 12px;
}
.impact_arrow-down{
	width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #d9d9d9;
    margin-bottom: 15px!important;
    margin: 0 auto;
    position: absolute;
    top: 115px;
    z-index: 1;
    left: 135px;
}


/* Single local-news / single-local  */

.single-local-news article.post{
	display:inline-block;
}

.single-local-news .listing-post .social-icons, .single-local .listing-post .social-icons{
	float: right;
    margin-top: 0;
    line-height: 20px;
}
.single-local-news .listing-post header.entry-header, .single-local .listing-post header.entry-header{
	 display: inline-block;
    margin: 18px 0;
	width: 100%;
}
.single-local-news .listing-post .post-meta {
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    overflow: hidden;
	color:#000;
	margin-top:18px;
}
.single-local-news .listing-post .post-meta .posted-on {
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
}
.single-local-news .listing-post .post-content{
	margin-bottom:30px;
}
.single-local-news .listing-post .post-content .wp-caption.alignright {
    max-width: 223px;
    margin-left: 20px;
}
.single-local-news .listing-post .post-content .back_btn, .single-local .listing-post .post-content .back_btn {
    font-size:12px;
	text-transform:uppercase;
}	
.single-local-news .listing-post .post-content .back_btn a, .single-local .listing-post .post-content .back_btn a{
	color:#000;
}	
.single-local-news .no-featured + .wp-caption, .single-local-news .no-hero-img .wp-caption, .single-local-news .img-gallery + .wp-caption{
	display:none;
}

.single-local-news .img-gallery p a {
	position:relative;
}
.single-local-news .img-gallery p a img{
	    max-width: 100%;
    height: auto;
    margin: 0!important;
    float: none!important;
}




.single-local .address address{
	    font-style: normal;
    color: #000;
    font-size: 12px;
    margin-bottom: 18px;
}
.single-local .print_offer{
    display: inline-block;
    background: #9e2213;
    padding: 5px 10px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}
.single-local .print_offer a, .single-local .print_offer a:hover{
	color:#fff;
}
.single-local .print_only{
	display:none;
}
.single-local .deal_pdf{
	    margin-bottom: 0;
}
.single-local .deal_pdf p{
	    margin-bottom: 0;
}
.single-local .listing_impact {
    background-color: #F1F1F2;
    padding: 15px;
    padding-bottom: 30px;
}
.single-local .special_deal {
    position: relative;
    margin-bottom: 5px;
    display: block;
}
.single-local .fa-usd {
    height: 18px;
    width: 18px;
    background: #666;
    content: "";
    position: absolute;
    color: #fff;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}
.single-local .special_deal a {
    margin-left: 35px;
}
.single-local .fa-usd:before {
    height: 18px;
    width: 18px;
    background: #666;
    color: #fff;
    content: "";
    position: absolute;
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}	
.single-local .fa-usd:after {
    height: 18px;
    width: 18px;
    color: #fff;
    background: #666;
    content: "$";
    font-weight: bold;
    font-size: 15px;
    padding: 0;
    position: absolute;
	text-align:center;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.single-local .listing_impact p {
    font-size: 14px;
    margin-bottom: 0;
}
.single-local .redeem {
    text-align: right;
    font-size: 14px;
}
.single-local .deal_redeem {
    display: none;
}
.single-local .print a {
    color: #fff!important;
    text-decoration: none;
    padding: 4.5px 15px;
    background: #9e2213;
    font-size: 14px;
    text-transform: uppercase;
}
.single-local .print a:hover {
	color:#fff!important;
}
.page-id-118747 #print-page {
    border: dashed 2px;
    padding: 10px;
    display: table;
    height: 300px;
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 460px;
}
.page-id-118747 .print-container {
	text-align: center;
    padding: 20px 40px;
    position: relative;
}
.page-id-118747 .entry-title {
    font-family: "Open Sans"!important;
    font-weight: 700 !important;
    font-size: 30px!important;
    color: #302E2E!important;
    margin: 0px!important;
    line-height: 36px;
    text-decoration: none;
    display: block;
    /* padding-bottom: 7px; */
    padding-bottom: 0px;
}
.page-id-118747 #print-page p {
    font-size: 12px;
    margin-bottom: 0px;
}
.page-id-118747 .print-col-left {
    float: left;
    width: 30%;
    position: absolute;
    bottom: 10px;
    display: block;
}
.page-id-118747 #print-page h2 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
.page-id-118747 #print-page h2 a {
    color: #302E2E;
}
.page-id-118747 .print-col-right {
    float: right;
    width: 65%;
    position: absolute;
    display: block;
    bottom: 10px;
    right: 10px;
}
.page-id-118747 .print-credit {
    font-size: 12px;
    width: 100%;
    display: inline-block;
}
.page-id-118747 .print-credit img {
    width: 106px !important;
    float: right;
}
.page-id-118747 .cid {
    font-size: 12px;
    float: right;
    font-weight: bold;
}
	
	

/**
 * 4. =Main Sidebar
 * ----------------------------------------------------------------------------
 */
.main .sidebar {
	border-left: 1px solid transparent;
	max-width: 350px;
	float:right;
}
.single-corporate .main .sidebar, .single-corporate-blog .main .sidebar{
	border-left: 1px solid transparent;
	max-width: 350px;
	float:left;
}

.main .sidebar:before, .sidebar .theiaStickySidebar:before {
	content: " ";
	position: absolute;
	border-left: 1px solid #d9d9d9;
	height: 100%;
	margin-left: -25px;
}

.main .sidebar .widget { margin-top:30px; margin-bottom: 30px; max-width: 302px; position:relative; width: 300px;/* 2.5em */ }

.main .sidebar .widgettitle, .tabbed .tabs-list {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	background: #19232d;
	color: #efefef;
	
	padding: 0 14px;
	line-height: 34px;
	/*margin-bottom: 35px;*/
	margin-bottom: 18px;
}

.main .sidebar .widget.pdf-issue .widgettitle{
	margin-bottom: 0px;
}

.main .sidebar .widget.pdf-issue .pdf-issue-cover{
	background: #d8d8d8;
    padding: 20px 20px 10px 20px;
}
.main .sidebar .widget.pdf-issue .pdf-issue-cover a + a{
	
}

.main .sidebar .widget.pdf-issue p{
	margin-bottom: 10px;
	    display: inline-block;
}

.main .sidebar .widget.pdf-issue img{
	 height: auto;
    /*max-width: 260px;*/
	max-width: 100%;
	margin:0;
}

.widget-desktop.newsletter {
    background: url(//communityimpact.com/wp-content/uploads/2017/06/NewsletterSignUp-2017-Widget.jpg) no-repeat;
    background-size: 100%;
    height: 145px;
}







	/* tabbed widgets - recent, category1... */	
	 .tabbed .tabs-list { 
		overflow: hidden;
		padding: 0;
	}
	
	.tabbed .tabs-list li {
		line-height: 1.5;
		border-bottom: 0;
		padding: 0;
	}
		
	.tabbed .tabs-list .active a { 
		border-bottom: 2px solid #e54e53;
	}
	
	.tabbed .tabs-list a { 
		color: #efefef;
		float: left;
		display: block;
		padding: 0 14px;
		border-bottom: 2px solid transparent;
		line-height: 32px;
	}
		
	.tabbed .tabs-list a:hover { text-decoration: none; }

	.tabbed .tabs-data { border-bottom: 0; }
	
	.tabbed .tabs-data > ul:first-child { display: block; }
	.tabbed .tabs-data > .inactive { display: none; } 
	
	.tabbed .posts-list { display: none; }
	.tabbed .posts-list li { }
	.tabbed .posts-list.active, .tabbed .posts-list .posts-list { display: block; }	
	
	/* latest posts and popular posts widget */
	
	.popular-img{
	    width: 120px;
		height: 80px;
		float: left;
	}
	
	.sidebar .posts-list li { line-height: 1.5; }

	/* sidebar galleries */
	.gallery-block .slider .title { display: none; }
	
	.gallery-block .slider li {
		padding: 0;
		border: 0;
	}
	
	.gallery-block .flex-direction-nav a { 
		width: 25px;
		height: 25px; 
		margin: -10px 0 0; 
	}
	
	.gallery-block .flex-direction-nav a:after {
		line-height: 25px;
		font-size: 25px; 
	}
	
	.gallery-block .flex-direction-nav .flex-next { right: 10px; }
	.gallery-block .flex-direction-nav .flex-prev { left: 10px; }


/**
 * 6. =Shortcodes
 * ----------------------------------------------------------------------------
 */

 
 /* tabs */
.sc-tabs { 
	overflow: hidden;
	margin-bottom: -1px; 
}

.post-content .sc-tabs {
	list-style-type: none;
	margin: 0 0 -1px 0;
	clear: both;
}
	
	.sc-tabs a { 
		float: left; 
		display: block;
		padding: 5px 28px;
		background: #fcfcfc;
		border: 1px solid #d9d9d9;
		border-left: 0;
		
		color: #19232d;
		font-size: 13px;
	}
		
	.sc-tabs .active a { 
		background: #f2f2f2;
		border-bottom: 1px solid #e54e53;
	}
	
	.sc-tabs li:first-child a { border-left: 1px solid #d9d9d9; }
		
	.sc-tabs a:hover { text-decoration: none; }
		
	.sc-tabs .active { margin-bottom: -3px; }
	

.sc-tabs-panes {
	border: 1px solid #d9d9d9;
	padding: 21px;
}

.widget .sc-tabs li {
	border: 0;
	padding: 0;
}

.post-content .sc-tabs-panes { margin-left: 0; }
	.sc-tabs-panes > li { display: none;}
	.sc-tabs-panes > li.active { display: block; }

/* accordions / toggle */
.sc-accordion-pane.active, .sc-toggle-content.active { display: block; }

.sc-accordion-title:first-child, .sc-toggle-title:first-child {
	border-top: 1px solid #d9d9d9;
}

.sc-accordion-title, .sc-toggle-title { 
	border: 1px solid #d9d9d9;
	border-top: 0; 
}

.sc-accordion-title a, .sc-toggle-title a { 
	display: block;
	padding: 10px 21px;
	text-decoration: none;
	position: relative;
}


.sc-accordion-title a:before, .sc-toggle-title a:before {
	content: " ";
	width: 20px;
	height: 20px;
	background: #19232d;
	
	display: inline-block;
	vertical-align: middle;
	
	margin-right: 21px;
}


.sc-accordion-title a:after, .sc-toggle-title a:after {
	content: "\f067";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	position: absolute;
	top: 1.4em;
	left: 21px;
	padding-left: 5px;
	font-size: 13px;
	color: #fff;
	z-index: 1;
}

.sc-accordion-title.active a:after {
	content: "\f068";
}

.sc-accordion-pane, .sc-toggle-content { 
	display: none;
	border: 1px solid #d9d9d9;
	border-top: 0;
	padding: 21px;
}

/* buttons */

.sc-button, .button {
	background: #19232d;
	padding: 5px 21px;
	color: #fff;
	display: inline-block;
	font: inherit;
}

.button { background: #e54e53; }
a.button:hover { text-decoration: none; }

.button.smaller {
	font-size: 12px;
	padding: 2px 7px;
	text-transform: uppercase;
}

.post-content .sc-button, .post-content .sc-button:hover { color: #fff; }

.sc-button:hover { text-decoration: none; opacity: 0.9; }

.sc-button-small { font-size: 14px; }
.sc-button-medium {	font-size: 16px; }

.sc-button-large { font-size: 18px; }

.sc-button-red { background: #e54e53; }
.sc-button-orange { background: #ff5b22; }
.sc-button-blue { background: #2a3c4c; }

.sc-button-default:hover {
	background: #e54e53;
}

.drop-caps { 
	float: left;
	font-size: 1.9em;
	line-height: 1;
	background: #e54e53;
	border-radius: 50%;
	color: #fff;
	
	padding: 6px 10px;
	margin-top: 5px;
	margin-right: 14px;
}
	
.drop-caps.square {	border-radius: 0; }



/* PRINT ARCHIVES */


.post-type-archive-print h2.main-heading, .tax-printyear h2.main-heading, h2.main-heading.print-archives{
	margin-bottom:15px;
}
.post-type-archive-print h2.main-heading + p, .tax-printyear h2.main-heading + p, p.print-archives{
    color: #000;
    font-size: 16px;
}
.post-type-archive-print .printyears, .tax-printyear .printyears, .printyears{
	margin:30px 0;
}
.post-type-archive-print .printyears li, .tax-printyear .printyears li, .printyears li {
    display: inline-block;
    list-style-type: none;
	 margin-right: 10px;
	 margin-bottom: 10px;
	 line-height: 33px;
}
.post-type-archive-print .printyears a, .tax-printyear .printyears a, .printyears a {
    font-weight: normal;
    color: #000;
    font-size: 16px;
    border: 1px solid #d9d9d9;
    padding: 5px 7px;
    text-align: center;
}
.post-type-archive-print .printyears b, .tax-printyear .printyears b, .printyears b {
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    border: 1px solid #000;
    padding: 5px 7px;
    text-align: center;
    background: #000;
}
.post-type-archive-print .printyears a:hover, .tax-printyear .printyears a:hover, .printyears a:hover {
	color:#fff;
	background:#000;
}
.post-type-archive-print .cover, .tax-printyear .cover, .cover {
    margin: 0 25px 25px 0;
    border: 1px solid #d9d9d9;
    width: 248px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.post-type-archive-print .cover p, .tax-printyear .cover p, .cover p {
    margin: 0;
    padding: 0;
}
.post-type-archive-print .cover img, .tax-printyear .cover img, .cover img {
    width: 100%;
    margin: 0!important;
    height: auto;
    max-width: 100%;
}
.post-type-archive-print .cover .issue, .tax-printyear .cover .issue, .cover .issue {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 1;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
}
.post-type-archive-print .leaderboard-div, .tax-printyear .leaderboard-div, .leaderboard-div.print-archives{
	text-align: center;
    max-width: 100%;
    margin: 10px 0 30px 0;
    border: 0;
    padding: 0;
}
.post-type-archive-print .container, .tax-printyear .container, .container.print-archives{
	    max-width: 470px;
    margin: 0 auto;
    min-height: 500px;
    margin-top: 40px;
}
.post-type-archive-print h1.pa-title, .tax-printyear h1.pa-title, h1.pa-title{
	font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #9e2213;
    margin-bottom: 20px;
}
.post-type-archive-print .pa-txt, .tax-printyear .pa-txt, .pa-txt{
	    color: #000;
    font-size: 20px;
    font-weight: normal;
}
.post-type-archive-print .container .impactnav, .tax-printyear .container .impactnav, .container.print-archives .impactnav{
	margin-top:20px;
}
.post-type-archive-print .container .top-impactnav, .tax-printyear .container .top-impactnav, .container.print-archives .top-impactnav{
	    padding: 2px 10px;
    line-height: 24px;
}
.post-type-archive-print .container .top-impactnav a, .tax-printyear .container .top-impactnav a, .container.print-archives .top-impactnav a{
	    font-size: 13px;
    color: #9e2213;
}

.single-print .main-content a > img{
	max-width:100%;
	height:auto;
}



/* Market modal */


.modals {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 225px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
	z-index:11;
}

/* Modal Content */
.modals-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
	    max-width: 700px;
}
.modal-backdrop, .modal-backdrop.fade.in{
	opacity:1;
}
.modal-backdrop{
	background:none;
	z-index:1;
	display:none;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 22px;
    font-weight: bold;
	cursor: pointer;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.modals-header {
    padding: 5px 16px;
    background-color: #9f2214;
    color: white;
}
.modals-header h2 {color:#fff;font-weight:600;}
.modals-body {padding: 0;}
.modals-body #bellows-main-86033-3{
	display:block;
    float: none!important;
    position: relative;
    margin: 0!important;
}
.modals-footer {
    padding: 5px 16px;
    background-color: #9f2214;
    color: white;
}
#bellows-main-86033-3 .bellows-submenu {
    column-count: 2;
}

.bellows li.bellows-item-level-0.c .bellows-submenu, #bellows-main-86033-2 .bellows-nav li:last-of-type .bellows-submenu, .bellows li.bellows-item-level-0.b .bellows-submenu, #bellows-main-86033-2 .bellows-nav li .bellows-submenu, .bellows li.bellows-item-level-0.d .bellows-submenu{
	padding-bottom:25px;
}

.bellows .bellows-nav li.bellows-item-level-0.c .bellows-submenu{
	min-height:270px;
}



/**
 * 7. =Footer
 * ----------------------------------------------------------------------------
 */
.main-footer {
 	background: #19232d;
}

.home .main-footer, .category .main-footer, .search .main-footer, .tax .main-footer, .page-template-government-template .main-footer, page-template-entertainment-template .main-footer, .page-template-development-template .main-footer{
	display:none;
}
 
.main-footer .wrap { 
 /*	padding: 49px 25px; */
	padding: 0 25px;
    line-height: 10px;
	/*width: 100%;*/
	width: inherit;
    text-align: center;
}

/* default widget styling */
.main-footer .widget {
	color: #d7dade;
	font-size: 13px;
	line-height: 1.9;
}

.main-footer .widgettitle {
	font: bold 14px/35px "Open Sans", Arial, sans-serif;
	color: #c5c7cb;
	border-bottom: 1px solid #253443;
	text-transform: uppercase;
	margin-bottom: 28px; /* 2em */
}	

.main-footer .feedburner input {
	background: #1f2c38;
	color: #c5c7cb;
	border: 0;
	font-size: inherit;
	line-height: 1.4;
}

.main-footer input.feedburner-subscribe { 
	background: #2a3c4c;
	padding: 8px 14px;
	font-weight: 600;
}


.lower-foot {
	background: #000;
	color: #fff;
	font-size: 12px;
}

	.lower-foot a { color: #fff; font-weight:600; text-transform: uppercase;}

	.lower-foot .wrap { 
		padding: 30px 25px;
		overflow: hidden;
		text-align: center;
	}
	
	.lower-foot .wrap p{
		margin-bottom:20px;
	}
	
	.lower-foot .wrap p:last-of-type{
		margin-bottom:0px;
	}
	
	.lower-foot .social-icons { float: none; margin-bottom:20px;margin-top:0;}
	
	.lower-foot .social-icons li {
    float: left;
    margin-right: 5px;
    height: 24px;
}

	.lower-foot .social-icons .icon{
		width: 24px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		font-size: 14px;
	}
	
	.lower-foot .menu { 
		float: right;
		overflow: hidden; 
	}
	
	.lower-foot .textwidget { float: left; }

	.lower-foot .menu li { 
		float: left; 
		padding-left: 0.5em;
	}
	
	/* add middot */
	.lower-foot .menu li:before {
		content: "\b7"; 
		padding-right: 0.5em;
		display: inline-block;
	}
	
	.lower-foot .menu li:first-child:before { content: ''; } 
	.lower-foot .menu .sub-menu { display: none; }

/* footer widgets */
.main-footer .widget a { color: #e0e3E9; }

	/* About Widget */
	.about-widget .logo-text {
		font-size: 22px;
		font-weight: 600;
		line-height: 1;
		margin-bottom: 28px;
	}

	/* Latest posts / other post listing widgets */
	.main-footer .posts-list .content {
		border-bottom-color: #253443;
		min-height: 65px; 
		margin-left: 95px;
	}
	
	.main-footer .posts-list img { width: 75px; }
	
	.main-footer .posts-list time, .main-footer .posts-list .comments a, .main-footer .posts-list .fa {
		color: #a3a8b1;
	}
	
	/* Flickr widget */
	.flickr-widget { overflow: hidden; }
	.flickr-widget .flickr_badge_image {
		float: left;
		margin: 0 12px 14px 0px;
	}
	
	.ie8 .flickr-widget .flickr_badge_image { margin-right: 8px; }
	
	.flickr-widget .flickr_badge_image:nth-of-type(4n) { margin-right: 0; }
	
	.flickr-widget a { 
		overflow: hidden;
		display: block;
		border-radius: 0px;
		max-height: 64px;
		max-width: 72px;
	}
	
	.flickr-widget a img {
		float: left;
		
		max-width: 100%;
		height: auto;
		 
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}
	
	.flickr-widget img:hover { opacity: 0.8; }
	.ie .flickr-widget img:hover { opacity: 1; }
	
	/* calendar widget */
	.main-footer .widget_calendar { color: #606569; }
	.main-footer .widget_calendar a { color: #19232d; }
	
	
ul.footer-nav{
	list-style: none;
    line-height: 2;
    position: relative;
    z-index: 1;
	display:inline-block;
	min-height:45px;
}
.footer-nav li{
	float: left;
	line-height: 45px;
	cursor:pointer;
}
.footer-nav li > a{
	float: left;
    padding: 0px 30px;
	color: #fff;
	text-transform:uppercase;
}
.footer-nav li:hover {
	background: #5d5d5d;
}
.footer-nav .mobile-nav_only{
	display:none;
}
#sticky-footer.cookie{
	height:0;
	display: none;
    background: none;
    visibility: hidden;
    position: inherit;
	z-index: 0;
}
#sticky-footer{
	position: fixed;
    bottom: 0;
    background: #9e2213;
    width: 100%;
    text-align: center;
    padding: 2px 0;
	z-index:99;
	display:block;
}
#sticky-footer .txt{
	color: #fff;
    display: inline-block;
    padding: 0 10px;
    line-height: 41px;
    vertical-align: bottom;
}
#sticky-footer .impactnav{
    margin-top: 0;
    display: inline-block;
    margin-right: 10px;
    width: 30%;
    text-align: left;
    min-width: 320px;
}
#sticky-footer .impactnav .dropdown-toggle {
    background: #fff;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    padding: 4px 10px;
    margin: 0;
    box-shadow: none;
    width: 96.2%;
    border: 1px solid #4d4d4d;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    top: -4px;
}
#sticky-footer .search{
	    display: inline-block;
    position: relative;
	margin-left: 10px;
}
#sticky-footer .search .query {
    line-height: 31px;
    height: 33px;
    padding: 0px 8px;
    outline: 0;
    border: 0;
    border-right: none;
    font-size: 14px;
    background: #fff;
    float: none;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 260px;
    position: relative;
    top: 3px;
}
#sticky-footer .search-button {
    position: absolute;
    right: 10px;
    background: none;
    top: 10px;
}
#sticky-footer .sticky-close{
	vertical-align: top;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    padding: 1px 5px;
    text-align: center;
    font-size: 12px;
    top: 10px;
    position: relative;
    left: 10px;
}
#sticky-footer .dropdown-menu-wrapper {
    position: absolute;
    z-index: 999;
    display: none;
    opacity: 0;
    top: -1245%!important;
    height: 400px!important;
}
#sticky-footer ul.dropdown-list{
	height:400px!important;
}







