/*!
  Theme Name: Good News
  Theme URI: http://www.momizat.com
  Description: Good  News theme new is built for News Magazine, built in unlimited Concept, Unlimited Colors, Custom Widgets, Fully Customizable, Admin Panel, Comprehensive Theme Options, Unlimited Sidebars
  Author: momizat team
  Author URI: http://www.momizat.com
  Version: 2.4.1
  License:
  License URI:
  General comments (optional).
-----------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*  0.  CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

   @import "css/prettyPhoto.css";
   @import "css/shortcodes.css";

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

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

.block {
       display:block !important;
}
/*-----------------------------------------------------------------------------------*/
/*  0. 1. body , basics
/*-----------------------------------------------------------------------------------*/
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
body {
/*  font-family: Helvetica, arial, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  line-height: 1.7;
*/
  font: 16px/1.5 'Roboto Slab', Georgia, serif;
  font-weight: 300;
  color: #2b2b2b;
  margin: 0;
  padding: 0;
  /* min-height: 800px;
  background:#f8f9fa url(images/bg.jpg); */
}
strong, th, thead td { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var { font-family: arial, "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace; }
code, pre {
  display: block;
  white-space: pre;
}
del {
  text-decoration: line-through;
  color: #666;
}
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}
sup { vertical-align: super; }
sub { vertical-align: sub; }
p, ul, ol, dl, table, fieldset, blockquote, pre, code { margin-bottom:15px; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  line-height: 1.25;
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.0125em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .btn {
  font-weight: normal;
  color: #333;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
  font-weight: normal;
  color: #ab453b;
}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
h1 .subTitle, h2 .subTitle, h3 .subTitle, h4 .subTitle, h5 .subTitle, h6 .subTitle {
  display: block;
  color: #999;
  font-size: 0.65em;
  margin: 0;
}
a {
  color: #ab453b;
  outline: 0 none;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;

}
a:hover { text-decoration: underline; }

input, button, textarea, select {
  font-size: 1rem;
  font-family: inherit;
}

input {
  border: 1px solid #d2d2d2;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5b5b5b;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #5b5b5b;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #5b5b5b;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #5b5b5b;
}

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

.hidden {
  display: none;
  visibility: hidden;
}
.invisible {
  visibility: hidden;
}
.aligncenter {
  margin:auto;
  float:none;
}
.alignright {
  float: right;
  margin-left: 1.5rem;
}

img.alignright {
  float:right;
  margin-bottom:0.5em;
  margin-right:0;
  margin-left:1.5em;
  margin-top:0;
}
.alignleft {
  float: left;
  margin-right: 1.5rem;
}
img.alignleft {
  float:left;
  margin-bottom:0.5em;
  margin-left:0;
  margin-right:1.5em;
  margin-top:0;
}
.aligncenter {
  margin-left:auto;
  margin-right:auto;
}
img.aligncenter {
 display:block;
 margin-top: 1rem;

}
img.image-inline {
  display: inline-block;
  vertical-align: middle;
}
.clearboth{
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow:hidden;
}
.clear { clear: both; }
.spacer {
  display:block;
  clear:both;
  padding-top:35px;
}

.wp-caption {
   background-color: #F3F3F3;
   border: 1px solid #DDDDDD;
   border-radius: 3px 3px 3px 3px;
   margin: 10px;
   padding-top: 4px;
   text-align: center;
}
.wp-caption-text { margin-bottom:10px; }
.gallery-caption { text-align:center; }
.sticky {}
.bypostauthor {  }
.noside { text-align:center; padding:10px; }
.text-center { text-align: center; }
/*******************************************************************
 *  3.  Column
 *******************************************************************/
.one_half, .one_third, .two_third, three_fourth, .two_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
  position: relative;
  margin-right: 4%;
  float: left;
  width: 100%;
  /*overflow:hidden;*/
}
@media only screen and (min-width: 768px) {
  .one_half { width: 48%; }
  .one_third { width: 30.6666%; }
  .two_third { width: 65.3332%; }
  .one_fourth { width: 22%; }
  .two_fourth { width: 48%; }
  .three_fourth { width: 74%; }
  .one_fifth { width: 16.8%; }
  .two_fifth { width: 37.6%; }
  .three_fifth { width: 58.4%; }
  .four_fifth { width: 79.2%; }
  .one_sixth { width: 13.3333%; }
  .two_sixth { width: 30.6666%; }
  .three_sixth { width: 47.9998%; }
  .four_sixth { width: 65.3332%; }
  .five_sixth { width: 82.6665%; }
}
.last {
  margin-right: 0 !important;
  clear: right;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.justify-content-center { justify-content: center; }

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .col-md-3 { flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
  .col-md-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
  .col-md-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
}

@media only screen and (min-width: 992px) {
  .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
}

.panel {
  background: #f5f5f5;
  padding: 1.5em 2em;
  border: 1px solid #e2e2e2;
  margin-bottom: 2em;
	flex: 0 0 100%;
	max-width: 100%;
}

.panel .flourish-embed {
  border: 1px solid #e4e4e4;
}

.news-features .other-news-title,
.recent_news_content .recent_news_title {
  font-size: 18px;
  margin-bottom: 1rem;
}

.col-md-4 .other-news-title,
.col-md-4 .recent_news_title,
.related-item .other-news-title { font-size: 1rem; margin-bottom: 1rem;}

.widget .other-news-title { font-weight: 400; }

.recent_news_excpert p { font-size: 0.913rem; }

.post-meta {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.text-light { color: #5b5b5b; }

.text-excerpt {font-size: 0.913rem;}

.news-item { margin-bottom: 3rem; }

.news-item img {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.btn, button, input[type="submit"] {
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  display: inline-block;
  color: #bc4a3f;
  text-transform: uppercase;
  border: 1px solid #bc4a3f;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  background-color: transparent;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.btn:hover,
.btn:focus,
button:hover,
button:focus, 
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #bc4a3f;
  color: #fff;
  text-decoration: none;
}

/****************************************************
 *  Shortcodes & Fx
 ****************************************************/
.tipsy {
       padding: 5px; font-size: 10px;
       opacity: 0.8; filter: alpha(opacity=80);
       background-repeat: no-repeat;
       background-image: url(images/tipsy.gif); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }

/*******************************************************************
 *    Inner
 *******************************************************************/
.inner {
    width: 95%;
    max-width: 1440px;
    margin:0 auto;
    position: relative;
}
.site-header > .inner {
	display: flex;
	flex-direction: row;
    align-items: center;
	justify-content: space-between;
}
.box_outer {
 /* border-bottom:2px solid #ebebeb; */
  margin-bottom: 3rem;
}

.dots {
      background:url(images/dots_pat.png) repeat-x;
      height:13px;
      margin-bottom:15px;
}
/*******************************************************************
 *    Top Bar
 *******************************************************************/
.top_bar {
    background:#40454d;
    overflow: hidden;
    padding: 5px 0;
    /* height:35px;
    line-height:35px; */
}

.top_bar ul.top_nav {
    margin-bottom:0;
    /* height:35px; */
    float:left;
    padding-top: 8px;
}
.top_bar ul.top_nav li {
    float:left;
    margin-right:20px;
    position:relative;
}
.top_bar ul.top_nav li a {
    color:#a4a5aa;
    /* font-size:11px; */
    font-weight:bold;
}
.top_bar ul.top_nav li a:hover {
    color:#fff;
}
/*dropdown*/
.top_bar ul.top_nav li ul {
   display:none;
   position:absolute;
   z-index:1000;
   width:120px;
   left:0;
   top:35px;
   background:#40454d;
   border:1px solid #3b3d41;
   border-bottom:none;
   border-top:none;
}
.top_bar ul.top_nav li ul li {
   display:block;
   float:none !important;
   line-height:16px !important;
   padding-top:5px;
   padding-bottom:5px;
   margin-right:0 !important;
   border-bottom:1px solid #3b3d41;
}
.top_bar ul.top_nav li ul li a {
   border-right:none;
   padding:0 10px;
   display:block;
}

.top_bar ul.top_nav li ul li ul {
   left:120px;
   top:0;
}
.top_bar .search_box {
    float:right;
    background:#1e2125;
    /* width:189px; 
    height:25px; 
    margin-top:4.5px;
    display:inline-block; 
    border-bottom:1px solid #535967; */
}
.top_bar .search_box .sb {
    float:left;
    width:34px;
    height:36px;
    background:url(images/search_icon.png) no-repeat center center;
    text-indent:-9999px;
    border:none;
    cursor:pointer;
}
.top_bar .search_box .sf {
    float:left;
    width:144px;
    border:none;
    background:none;
    /* height:25px;
    line-height:25px;*/
    padding: 10px 14px;
    color:#a4a5aa;
    font-size: 14px;
    border-left:1px solid #40454d;
}
/*******************************************************************
 *    Header
 *******************************************************************/
#header {
    /* background:#fff url(images/grid_pat.png) ;
    overflow:hidden;
    padding-top:22px; */
    background:#fff;
    position:relative;
    clear:both;
    padding: 10px 0;
    margin-bottom: 2rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.125);
    z-index: 9;
}

.home #header, .page-template-home-test #header {
  margin-bottom: 0;
  box-shadow: none;
}
#header .top_line {
   position:absolute;
   top:2px;
   left:0;
   width:100%;
   height:1px;
   background:#e0e0e0;
}
#header .logo-wrapper { margin:0; }
#header .logo {
   flex: 0 0 60%;
   order: 2;
	max-width: 300px;
}
#header .logo img {display: block; max-width: 100%; }

#header .top_ad {
    /* float:right;
    margin-top:13px;
    width:468px;
    height:60px; */
}
#header .top_ad img {
    /* width:468px;
    height:60px; */
}

.bot_ad { margin-bottom:15px }
.bot_ad img { max-width:978px; }

@media only screen and (min-width: 992px) {
	#header .logo {
	   flex: 0 0 30%;
	   order: 2;
	}
}

@media only screen and (min-width: 1280px) {
	#header .logo {
	   flex: 0 0 20%;
		max-width: 20%;
	   order: 1;
	}
}

/*******************************************************************
 *    Navigation
 *******************************************************************/
#navigation {
	display: none;
  	font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
  	text-transform: uppercase;
  	background: #fff;
	order: 13;
	font-size: 0.913rem;
}
#navigation .nav_wrap {
    text-align: right;
    /* height:47px;
    background:#eaeaea url(images/nav_bg.png) repeat-x;
    border-top:1px solid #eaeaea; */
}
#navigation ul.nav {
    margin: 0;
	padding: 0;
    text-align: right;
    display: block;
    position: relative;
}
#navigation ul.nav > li {
  display: inline-block;
  vertical-align: middle;
}
#navigation ul.nav > li:last-child  {
    border-right: 0;
}

#navigation ul.nav > li a {
    color:#40454d;
    font-weight: 400; 
    padding: 0.5rem 0.75rem;
    display: block;
}

#navigation ul.nav li:hover > a,
#navigation ul.nav > li.current-menu-item > a, 
#navigation ul.nav > li.current-menu-ancestor > a,
#navigation ul.nav > li.current-menu-parent > a {
    color: #a50000;
}

/* dropdown */
#navigation ul.nav li ul {
   display:none;
   position:absolute;
   z-index:1000;
   width: 100%;
   left:0;
   top:50px;
   padding-top:2px !important;
   -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
   box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);  
}
#navigation ul.nav li ul li {
       background:#fff;
       border-bottom:1px solid #f3f3f3;

}
#navigation ul.nav li ul li:last-child {
       border-bottom:none;
}
#navigation ul.nav li ul li a {
       border-right:none !important;
       border-left:none !important;
       display:block;
       height:auto !important;
       line-height:20px !important;
       padding-top:5px;
       padding-bottom:5px;
       margin-bottom:2px;
       color:#7f7f7f;
       font-size:15px;
       text-transform: none;
}
#navigation ul.nav li ul li a:hover {
       background:#f3f3f3;
       color:#a50000;
}

#navigation ul.nav li ul li ul {
       left: 100%;
       top:0;
       padding:0 !important;
}
.nav_wrap .search {
  border-left: 1px solid #eee;
}
.search-icon .fa-search {color: #ad3930; margin-right: 5px;}

.header-search {
  position: absolute;
  right: 0;
  z-index: 9;
  padding: 0.5rem;
  border-radius: 3px 0 3px 3px;
}

.header-search .sf {
  display: inline-block; 
  vertical-align: middle;
  font-size: 0.875rem;
  width: 240px;
}

.search-icon.is-active,
.search-icon.is-active:hover,
.search-icon.is-active:focus,
.header-search {
  background-color: #eee;
}
.search-icon.is-active {
  /* border-radius: 3px 3px 0 0; */
}

.nav-button {
	order: 0;
	flex: 0 0 5%;
	max-width: 5%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.nav-button .menu-toggle {
  background: none;
  border: 0;
  padding: 10px;
  position: relative;
  height: 72px;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  text-align: center;
  border-radius: 0;
}

.nav-button .menu-toggle:focus {
  outline: 1px solid #eee;
}

.menu-toggle .hamburger {
  display: block;
  height: 2px;
  width: 30px;
  margin: 8px auto;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  background-color: #333;
}

.menu-toggle.is-expanded .line-1 {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.menu-toggle.is-expanded .line-2 {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.menu-toggle.is-expanded .line-3 {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.nav-expanded-wrapper {
  position: absolute;
  left: 0;
  top: auto;
  margin-top: 10px;
  width: 100%;
  background: #010101;
  color: #fff;
  padding: 1.5rem 0;
  border-top: 5px solid #94251e;
}

.nav-expanded {
  padding: 0;
  margin: 0;
}

.nav-expanded a {
  color: #fff;
  font-weight: 500;
}

.nav-expanded a:hover {
  color: #ab453b;
}

.nav-expanded .menu-item a {
  display: block;
  padding: 0.5rem 0;
  border-bottom: 1px solid #fff;
}

.nav-expanded .menu-item:last-child a {
  border-bottom: 0;
}

.nav-expanded-wrapper .box_outer {
  margin: 0;
}

.nav-expanded-wrapper .widget {
  overflow: hidden;
}

.nav-expanded-wrapper .widget_title {
  margin: 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  font-size: 1.125rem;
}

@media only screen and (min-width: 992px) {
	#navigation { 
		display: block; 
		flex: 0 0 64%;
		max-width: 64%;
	}
	
  	.nav-expanded .menu-item {
    	padding: 0 3rem 0 2rem;
  	}

  .nav-expanded-col {
    border-right: 1px solid #fff;
  }

  .nav-expanded-col:last-child {
    border-right: 0;
  }

  .nav-expanded-wrapper .box_outer {
    height: 100%;
  }

  .nav-expanded-wrapper .widget {
    border-left: 1px solid #fff;
    height: 100%;
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 1280px) {
	#navigation { 
		display: block; 
		flex: 0 0 75%;
		max-width: 75%;
	}
}
/*******************************************************************
 *    Hero
 *******************************************************************/
.page-header { margin-bottom: 1rem; }
.page-title {
	margin: 0 0 1.5rem;
  text-transform: uppercase;
}
.hero-figure { margin:0; }
.hero-figure > img {
	display: block;
	width: 100%;
}

.home-hero-wrapper { padding-bottom: 4rem; }

.hero-img > img {
    /* height: 100%;
    height: 80vh;
    max-height: 730px; 
    object-fit: cover; */
    width: auto; 
    max-height: 1024px;
    margin: 0 auto;
 }

.home-hero-wrapper .slide-item,
.hero-img { position: relative; }
.hero-bg img { display: block; }

.hero-img:after {
  /* content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.25); */
}

.flex-caption {
  margin-top: 0.5em;
  text-align: center;
}

.hero-text-wrap {
  color: #fff;
  padding: 10px 14px;
  background: #010101;
}

.hero-text-wrap > p { margin: 0; }
.hero-text-wrap a, .credit a { /* font-weight: bold; */ }
.hero-text-wrap a:hover, .credit a:hover { text-decoration: underline; }
.lens-grid .credit a { /* color: #fff; */ }

.photo-credit {
  position: absolute;
  right: 1em;
  bottom: 1em;
  z-index: 1;
  color: #fff;
  font-style: italic;
}

.photo-credit a { color: #f2dad8; }
.photo-credit a:hover {
  color: #fff;
  text-decoration: underline;
}

.home-hero-text .btn-primary {
  background: #fff;
  display: inline-block;
  padding: 10px 1em;
  border-radius: 2px;
  color: #aa201c;
  text-transform: uppercase;
  font-size: 16px;
  text-shadow: none;
  margin-bottom: 16px;
}

.lens-info { 
  order: 13; 
  text-align: right;
}

.slide-item .credit {
  font-weight: 400;
  font-size: 0.875rem;
  border-left: 1px dotted #b9b9b9;
  margin-left: 12px;
  padding-left: 12px;
}

.slides .lens-link, .slides .credit { 
  display: inline-block; 
  vertical-align: middle;
}

.home-hero-wrapper .slick-dots { bottom: 1rem; }

 .home-hero-wrapper .slick-dots button {
    width: 100%;
    height: 100%;
    display: block;
    background: #c5c5c5;
    padding: 0;
 }

.home-hero-wrapper .slick-dots button:before { display: none; }
.home-hero-wrapper .slick-dots li {
  width: 2em;
  height: 0.35em;
}

.home-hero-wrapper .slick-active button { background-color: #bc4a3f; }

.hero-img-meta {
    color: #090909;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #333;
    font-weight: 400;
    margin-top: 2px;
    padding: 0.35rem 0;
}

.post-header-2-cols {
  padding: 5rem 0;
  background-color: #fbf2f2;
}
.post-header-2-cols > .inner > .row {align-items: center;}
.post-header-2-cols h1.hero-title {font-size: 48px; margin-bottom: 1.5rem;}
.post-header-2-cols p {padding: 0 3rem;}
.post-hero-inner .post-meta {font-size: 1rem; line-height: 1.75; text-transform: none; margin-bottom: 1.5rem;}
.post-author {font-style: normal; display: inline;}
.post-meta .post-date {display: block; font-weight: normal; color: #fff;}
.post-header-2-cols .post-meta .post-date {color: #2b2b2b;}

@media only screen and (max-width: 1023px) {
  .hero-img-meta {
    flex-direction: column;
    text-align: center;
  }
  .lens-info, .slide-item .text-caption { 
    flex: 0 0 100%;
    max-width: 100%; 
  }
  .hero-img-meta .lens-info {
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .lens-info { 
    flex: 0 0 33.3333%;
    max-width: 33.3333%; 
  }
  .slide-item .text-caption {
    flex: 0 0 66.6666%;
    max-width: 66.6666%; 
  }
}

/*******************************************************************
 *    Layout
 *******************************************************************/
.entry-main, .flex-control-nav { transform: translateZ(0); }
.container {
  /* overflow:hidden;
  border-bottom:1px solid #e0e0e0; */
  margin-bottom:20px;
  clear:both;
}

.top-banner {
  margin: 4rem 0;
  text-align: center;
}

.sidebar {
  background: #f5f5f5;
  padding: 2rem;
}

.row-header {
  /* display: flex;
  align-items: center; */
}

.row-header img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  /* order: 13;
  max-width: 40%; */
}

.row-item {
    /* border-bottom: 1px solid #b9b9b9; */
    margin-bottom: 1rem;
}

.row-item:last-child {
  border: 0;
  margin-bottom: 0;
}

.sidebar .lenses-item { padding-bottom: 1rem; }
.lenses-item .other-news-title { margin-top: 5px; }

.sidebar .box_outer {
    border-bottom: 1px solid #a32116;
    margin-bottom: 0.5rem;
    padding-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
	.inner > .container {
		display: flex;
		flex-wrap: wrap;
    	justify-content: space-between;
	}
	.page-template-page-full .inner > .container {
		display: block;
	}
	.main {
    	flex: 0 0 70%;
    	max-width: 70%; 
    	padding-right: 2em;
  	}
	
	.sidebar {
		flex: 0 0 30%;
    max-width: 30%;
	}
}

@media only screen and (min-width: 1280px) {
	.main {
    	flex: 0 0 74%;
    	max-width: 74%; 
    	padding-right: 4em;
  	}
	
	.sidebar {
		flex: 0 0 26%;
    	max-width: 26%;
	}
}

/*******************************************************************
 *    Lens
 *******************************************************************/
.page-content { margin-bottom: 4rem; }
.main-full .page-title { text-align: center; }
.main-full #crumbs { display: inline-block; }
.main-full #crumbs, 
.main-full .entry-content { margin-bottom: 2rem; }
.lens-grid .text-caption {
    padding: 10px 14px;
    border-left: 4px solid #a10c05;
    background: #f1f1f1;
}
.text-caption > p { margin: 0; }
.lens-grid { margin-bottom: 2rem; }
.lens-grid .credit {
  text-align: right;
  font-size: 0.875rem;
  /* background: #2c2c2c;
  color: #fff; */
  padding: 2px 10px;
  margin-bottom: 5px;
  font-weight: 400;
}
.credit .label {
  font-size: 0.75rem;
  text-transform: uppercase;
  display: inline-block;
}

.lens-grid .credit .label:before {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 2px;
    background: #ffffff;
    content: '';
    line-height: 1;
    margin-right: 8px;
    margin-top: -2px;
}

.fancybox__caption { text-align: center; }

.img-fancy-link {
  display: block;
  position: relative;
}

.img-fancy-link > img { display: block; }

.img-fancy-link .img-hover { 
  display: none; 
  color: #fff;
  text-align: center;
}
.img-fancy-link:hover .img-hover { 
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    flex-shrink: 0;
    align-items: center;
}
.img-fancy-link:hover .img-hover-text { 
    flex: 0 0 100%; 
    max-width: 100%;
}

.img-hover-text {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.img-hover-text .fas {
  display: block;
  font-size: 1.75rem;
}

.related-lens {
    background: #f2f2f2;
    padding: 3rem 0 0;
}

.related-lens .news_box .news_box_heading .btn-wrapper { background-color: #f2f2f2; }
.related-lens .btn-primary { background-color: #fff; }
.related-lens .btn-primary:hover { background-color: #bc4a3f; }
.related-lens .news_box .news_box_heading h2 { margin-bottom: 2.5rem; }
.related-lens .h4 { font-weight: normal; }

/*******************************************************************
 *    Feature News
 *******************************************************************/
.Feature_news {
    background:#fff;
    border:1px solid #e0e0e0;
    padding:17px;
}
.slider_wrap {
       }
.slider {
       height:420px;
}
.slider_full {
       height:380px;
}

.slider_items {
    border-right:none;
    border-bottom:none;
    position:relative;
}
.slider_item {
       display:none;
}
.slider_item a {
       width:615px;
       height:420px;
}
.slider_item_full a {
       width:942px;
       height:380px;
}

.slider_items .slider_caption {
    position:absolute;
    bottom:-61px;
    width:586px;
    left:0;
    padding:15px;
    background:url(images/slide_cap.png);
    color:#f8f8f8;
}

.slider_item_full .slider_caption {
    width:912px;
}
.slider_items .slider_caption p {
    margin-bottom:0;
    line-height:20px;
    font-size:13px;
    color:#d8d8d8;
}
.slider_items .slider_caption h2 {
       margin-bottom:5px;
       font-size:18px;
       /* font-family: 'Lora', serif;
       font-weight:bold; */
}
.slider_items .slider_caption h2 a {
       /* font-family:play;
       font-size:18px;
       font-weight:bold; */
       display:inline;
       color:#f8f8f8;
}
ul.slider_nav {
    margin-bottom:0;
    overflow:hidden;
    padding:10px;
    border:1px solid #e0e0e0;
}
ul.slider_nav li {
    height: 59px;
    width: 76px;
    float:left;
    margin-right: 10px;
    position:relative;
    /* background:#e0e0e0; */
}
ul.slider_nav_full li {
  width: 74px;
}
ul.slider_nav li:last-child {
       margin-right:0;
        margin-left: 0;
}

ul.slider_nav li a {
       filter:alpha(opacity=50);
       -moz-opacity:0.7;
       -khtml-opacity: 0.7;
       opacity: 0.7;
}

ul.slider_nav li p {
       line-height:15px;
       margin-top:-3px;
}

ul.slider_nav li p .date {
       font-size:11px;
       color:#BDBFC5;
       margin-top:-1px;
       display:block;
}

/* Active / Hover */
ul.slider_nav li.activeSlide a {
  filter:alpha(opacity=100) !important;
  -moz-opacity:1 !important;
  -khtml-opacity: 1!important;
  opacity: 1 !important;
}
ul.slider_nav li.activeSlide a img {
    border: 4px solid #555;
    height: 51px;
    width: 68px;
}
/*  Feature icons */
.feature_video_icon, .feature_slide_icon, .feature_article_icon  {
       background:url(images/vid-pho.png) no-repeat 0 -4px;
       width:40px;
       height:44px;
       position:absolute;
       top:-40px;
       left:10px;
}
.slider_item a {
       overflow:hidden;
       display:block; 
}
.slider_item a img {
       display: block;
       margin: 0 auto;
}
.feature_video_icon {
       background-position:-40px -4px;
}
.feature_article_icon {
       background-position:-80px -4px;
}

/*******************************************************************
 *    lates_video_news
*******************************************************************/
.lates_video_news {
    border:1px solid #e0e0e0;
    background:#fff;
}
.lates_video_news .widget_title {
    background:#e0e0e0;
    height:30px;
    line-height:30px;
    padding:0 10px;
    font-size:17px;
    color:#404040;
    margin-bottom:2px;
    /* font-family:play; */
}
.scrollable {
  position:relative;
  overflow:hidden;
  width: 654px;
  height:193px;
}

.scrollable .scroll_items {
  /* this cannot be too large */
  width:20000em;
  position:absolute;
}
.scrollable .scroll_items div.four_items {
  float:left;
}
.lates_video_news .navi {
    height:13px;
    padding:10px 0;
    text-align:center;
    position:relative;
    
}
.navi_links {
       overflow:hidden;
}

/* items inside navigator */
.lates_video_news .navi a {
  width:14px;
  height:13px;
        margin-left:4px;
        cursor:pointer;
  background:#dee2ec;
  display:inline-block;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
  text-indent:-9999px;
}

/* mouseover state */
.lates_video_news .navi a:hover {
  background:#cbcfd9;      
}

/* active state (current page state) */
.lates_video_news .navi a.activeSlide {
  background:#798291;      
}

.latest_vids_wrap {
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #ebebeb;
    overflow:hidden;
}
.latest_vids_wrap .four_items {
       width:651px;
}
.lates_video_item {
    padding:15px;
    width:132px;
    height:170px;
    float:left;
    border-right:1px solid #ebebeb;
}
.lates_video_item img {
    display:block;
}
.lates_video_item a {
       position:relative;
       display:block;
       overflow:hidden;
           margin-bottom:13px;

}
.lates_video_item span.video_icon {
    width:44px;
    height:38px;
    background:url(images/vid-pho.png) no-repeat -316px 0;
    position:absolute;
    bottom:0;
    left:-44px;
}
.lates_video_item span.slide_icon {
    width:44px;
    height:38px;
    background:url(images/vid-pho.png) no-repeat -266px 0;
    position:absolute;
    bottom:0;
    left:-44px;
}
.lates_video_item:nth-child(4n+4) {
    border-right:none;
}
.lates_video_item p {
    margin-bottom:0;
}
/*******************************************************************
 *    News Box
*******************************************************************/
.news_box {
    overflow:hidden;
    /* border:1px solid #e0e0e0;
    padding:0 20px 20px 20px;
    background:#fff; */
}
.news_box .news_box_heading {
  position: relative;
    /* padding:14px 16px 14px 20px;
    border-bottom:1px solid #ebebeb;
    margin-bottom:10px;
    background:#f8f8f8;
    margin:0 -20px 20px -20px; */
}
.news_box .news_box_heading .nb_dots {
    /* background:url(images/dots_pat.png) repeat-x center;
    overflow:hidden;
    height:25px;
    line-height:25px; */
}
.news_box .news_box_heading h2 {
  border-bottom: 2px solid #a32116;
  margin: 0 0 1.5rem;
  text-transform:uppercase;
  padding-bottom: 5px;
    /* font-size: 18px;
    margin-bottom:0;
    color:#2f2f2f;
    background:#f8f8f8;
    float:left;
    padding:0 15px 0 0;
    line-height: 25px; */
}
.news_box .news_box_heading .btn-wrapper {
  position: absolute;
  right: 0;
  top: 6px;
  background-color: #fff;
  padding-left: 1em;
}
.news_box .news_box_heading h2 a {
    /* color:#2f2f2f;
    font-weight:bold; */
}
a.nb_recent_more {
       color:#a50000;
}
a.nb_recent_more:hover {
       color:#40454D;
}

.news_box .news_box_left {
}
.news_box .recent_news_item {
  /* margin-bottom:20px;
  overflow:hidden; */
}
.news_box .recent_news_item .wp-post-image {
  width: 100%;
}
.news_box .recent_news_title {
    /* font-size:18px;
    font-weight:bold; 
    margin-top:-2px; */
}

.news_box .video_icon_img {
       position:relative;
}

.news_box .recent_news_img {
    float:left;
    margin-right:15px;
    border:1px solid #eeeeee;
    padding:4px;
    z-index:100;
    position:relative;
}
.news_box .recent_news_img a {
       position:relative;
       overflow:hidden;
       display:block;
}
.news_box .recent_news_img img{
    display:block;
}

.nb_video_icon {
    width:44px;
    height:38px;
    background:url(images/vid-pho.png) no-repeat -316px 0;
    position:absolute;
    bottom:50%;
    margin-bottom:-22px;
    left:-44px;
}

.nb_slide_icon {
    width:44px;
    height:38px;
    background:url(images/vid-pho.png) no-repeat -266px 0;
    position:absolute;
    bottom:50%;
    margin-bottom:-22px;
    left:-44px;
}
.nb_article_icon {
    width:44px;
    height:38px;
    background:url(images/vid-pho.png) no-repeat -216px 0;
    position:absolute;
    bottom:50%;
    margin-bottom:-22px;
    left:-44px;
}

.news_box .recent_news_content {
    margin-top:-2px;
    position:relative;
}
.recent_news_content .nb_meta {
       line-height:11px;
}
.news_box .recent_news_content p {
}
.news_box .recent_news_content span, .news_box .recent_news_content span a  {
    color:#bdbfc5;
    font-size:11px;
}
.news_box .recent_news_content span a:hover  {
    color:#a50000;
}
.news_box .recent_news_content .news_date {
    float:left;
}
.news_box .recent_news_content .news_comments_count {
    float:right;
}
.news_box .news_box_right {
       /* margin:0 -20px;
       margin-bottom:-20px;
       overflow:hidden;
       padding:20px;
       padding-top:15px;
       padding-bottom:16px;
       background:#f8f8f8;
       border-top:1px solid #e0e0e0; */
}
.more_news_wrap {
       overflow:hidden;
}
.news_box .left_ul {
       float:left;
       width:50%;
}
.news_box .right_ul {
       float:right;
       width:50%;
}
.left_ul ul.more_news {
  /* border-right:1px dotted #bfbfbf; */
}
.right_ul ul.more_news {
       margin-left:20px;
}
.news_box ul.more_news {
  margin: 0;
  padding: 0;
    /* margin-bottom:-7px; */
}
.news_box ul.more_news li {
    margin-bottom:7px;
}
.news_box ul.more_news li span {
   font-size:17px;
   /* font-family:play; */
   margin-right:5px;
   color:#7f7f7f;
}
.news_box a.more_news_link  {
    color:#7f7f7f;
}
.news_box a.more_news_link:hover {
    color:#a50000;
}

/* NewsBox 2 Cols */
.nb_col2 {
 float:left;
 width:315px;
 margin-left:20px;
}
.nb_col2:nth-child(2n+1) {
       margin-left:0;
       margin-right:0;
       clear:both;
}
.nb_col2 .news_box .recent_news_title, .nb_col2 .recent_news_title a {
       font-size:16px;
       line-height:20px;
       font-weight:bold;
}
.nb2_next2_news {
       margin-bottom:0;
}
.nb2_next2_news li {
       margin:0 -20px;
       padding:15px 20px;
       background:#f8f8f8;
       border-top:1px solid #e0e0e0;
       overflow:hidden;
}
.nb2_next2_news li a {
}
.nb2_next2_news li .nb2_meta span, .nb2_next2_news li .nb2_meta span a {
       color:#bdbfc5;
}
.nb2_next2_img img {
       float:left;
       padding:2px;
       background:#fff;
       border:1px solid #eeeeee;
       margin-right:15px;
       
}
/*******************************************************************
 *    Sidebar
*******************************************************************/
.sidebar .widget {
    /* border:1px solid #e0e0e0;
    background:#fff;
    padding:11px; */
    overflow:hidden;
}

.sidebar .widget .widget_title {
  margin: 0 0 1rem;
  border-bottom: 2px solid #a32116;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
    /* background: #c04e4a; 
    height:auto;
    line-height:30px; 
    margin:-11px;
    padding: 5px 10px;
    font-size: 18px;
    color: #fff;
    margin-bottom:2px; */
    /* font-family:play; */
}
.sidebar .widget .wid_border {
   border-top:1px solid #e6e6e6;
   margin:0 -11px;
   height:10px;
}

.sidebar .widget iframe {
    display:block;
}
.sidebar .widget ul {
  margin: 0 0 1rem;
  padding: 0;
}

.sidebar .widget .category-posts-internal .cat-post-item {
  padding: 0 0 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
}

.cat-post-item .cat-post-thumbnail {
	display: block;
	float: left;
	width: 50%;
	padding-right: 1rem;
    max-height: 120px;
    overflow: hidden;
}

.sidebar .cat-post-title {
  float: right;
  width: 50%;
  margin-top: 1rem;
  color: #2b2b2b;
  font-weight: normal;
}

.sidebar .cat-post-title:hover {
  color: #ab453b;
}

.sidebar .widget select {
   padding:6px;
   width:100%;
   border:1px solid #e0e0e0;
   color:#4d4d4d;
}

.search-form {
  position: relative;
}

.sidebar .widget input.sf {
       padding: 1em;
       width: 100%;
       border:1px solid #e0e0e0;
       color:#4d4d4d;
}
.sidebar .widget input.sb {
    border:none;
    background: url(images/icons/icon-search.png) no-repeat left center;
    width: 24px;
    height: 24px;
    font-size: 0;
    padding: 0;
    cursor:pointer;
    position: absolute;
    top: 12px;
    right: 12px;
}

.sidebar .widget ul li {
    padding:1.25em 15px;
    border-bottom:1px solid #f0eded;
}
.sidebar .widget ul li:last-child {
    border-bottom:none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sidebar .widget .category-posts-internal { margin: 0 -1rem; }
	.sidebar .widget .category-posts-internal .cat-post-item {
		width: 50%;
		vertical-align: middle;
		display: inline-block;
		padding: 0 1rem 1rem;
	}
}

/*******************************************************************
 *    Tagline
*******************************************************************/
.tagline {
    overflow:hidden;
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; 
border:1px solid #e0e0e0;
padding:0 35px;
line-height:88px;
margin-bottom:20px;
}
.tagline h3 {
    /* font-family:georgia; */
    font-size:18px;
line-height:88px;
    margin-bottom:0;
    color:#5e6066;
}
.tagline .tagline_bt {
    line-height:49px;
    height:49px;
    /* font-family:georgia; */
    font-size:17px;
    font-weight:bold;
    display:inline-block;
    border:5px solid #f1f1f1;
    padding:0 30px;
    color:#312528;
    background: #ffe00e; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffe00e 0%, #ffbf0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe00e), color-stop(100%,#ffbf0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffe00e 0%,#ffbf0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffe00e 0%,#ffbf0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffe00e 0%,#ffbf0e 100%); /* IE10+ */
    background: linear-gradient(top,  #ffe00e 0%,#ffbf0e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe00e', endColorstr='#ffbf0e',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom:0;
}

.tagline .tagline_bt:hover {
    color:#000;
}

/*******************************************************************
 *    Footer
*******************************************************************/

#footer {
    /* background:#e0e0e0;
    border-top:4px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    padding-bottom:2px; */
    background: #010101;
    border-top: 7px solid #a02117;
    color: #fff;
    font-size: 14px;
}
.footer_wrap {
    overflow:hidden;
    border-bottom:1px solid #abafba;
    position:relative;
    /* color:#5E6066; */
}

.foot_border {
    height:1px;
    width:100%;
    top:50px;
    position:absolute;
    background:#d3d3d3;
    position:absolute;
}
#footer .widget {
    margin-bottom:40px;
}
#footer .widget .widget_title {
    /* text-transform:uppercase;
    letter-spacing:1px;
    font-family:play; 
    color:#404040; */
    line-height:50px;
    font-size: 18px;
    color: #fff;
}

#footer .widget iframe {
    display:block;
}
#footer .widget ul {
    margin-bottom:0;
    margin-top:-8px;
}
#footer .widget ul li {
    padding:8px 0 8px 0;
    border-bottom:1px dotted #949494;
    overflow: hidden;
}
#footer .widget ul li:last-child {
    border-bottom:none;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:focus {
    color: #fff;
    outline: 0 none;
    text-decoration: underline;
}
#footer a:hover {
    color: #fff;
    text-decoration: none;
}

.scrollTo_top {
position:fixed;
bottom:20px;
right:20px;
display:none;
}
/*******************************************************************
 *    the Bottom Bar
*******************************************************************/
.bottom_bar {
  background: #010101;
  color: #fff;
  padding-bottom: 2rem;
/* -webkit-box-shadow: inset 0px 4px 1px 0px #3c4048;
-moz-box-shadow: inset 0px 4px 1px 0px #3c4048;
box-shadow: inset 0px 4px 1px 0px #3c4048;
color:#f6f6f6;
position:relative;
text-align:center;
line-height:45px;
height:45px;
overflow:hidden;
direction:rtl; */
}
.bottom_bar .inner {padding-top: 2rem; border-top: 1px solid #fff; overflow: hidden;}
.bottom_bar a { color:#fff; }
.bottom_bar ul.social_icons {
  margin: 0;
  padding: 0;
    /* margin-bottom:0;
    position:absolute;
    left:0;
    top:5px; */
}

.bottom_bar ul.social_icons li {
    /* float:left;
    margin-right:7px; */
}
.bottom_bar ul.social_icons li a {
    display:inline-block;
    width:27px;
    height:27px;
    font-size:0px;
    background:url(images/social_icons.png) no-repeat;
}

.bottom_bar ul.social_icons li.facebook a {
    background-position:-33px 0;
}

.bottom_bar ul.social_icons li.gplus a {
    background-position:-66px 0;
}

.bottom_bar ul.social_icons li.linkedin a {
    background-position:-99px 0;
}

.bottom_bar ul.social_icons li.youtube a {
    background-position:-133px 0;
}

.bottom_bar ul.social_icons li.rss a {
    background-position:-165px 0;
}

.bottom_bar ul.social_icons li.skype a {
    background-position:-199px 0;
}

.bottom_bar ul.social_icons li.feedburner a {
    background-position:-232px 0;
}

.bottom_bar ul.social_icons li.flickr a {
    background-position:-265px 0;
}

.bottom_bar ul.social_icons li.picasa a {
    background-position:-298px 0;
}

.bottom_bar ul.social_icons li.digg a {
    background-position:-331px 0;
}

.bottom_bar ul.social_icons li.vimeo a {
    background-position:-364px 0;
}
.bottom_bar ul.social_icons li.tumblr a {
    background-position:-397px 0;
}

.bottom_bar p.copyrights {
    /* margin-bottom:0;
    float:right;
    direction:ltr;
    z-index:100;
    position:relative; */
    font-size: 14px;
    float: right;
}

.footer-logo {
  float: left;
}

/*******************************************************************
 *    Articles Category
*******************************************************************/


.cat_title {
       font-size:19px;
       color:#cbcbcb;
       /* font-family:play; */
       padding-bottom:13px;
       border-bottom:1px solid #e0e0e0;
       text-transform:uppercase;
       margin-bottom:21px;
}

.cat_article {
       /* overflow:hidden;
       background:#fff;
       border:1px solid #e0e0e0;
       padding:0 20px 20px 20px; */

}
.article-header {
  padding: 1rem 0;
       /* font-size:17px;
       font-weight:bold; 
       line-height: 1.2;
       color:#40454d;
       border-bottom:1px solid #ebebeb;
       background:#f8f8f8; 
       margin: 0 -20px; */
}
.cat_article_title {/* margin: 0; font-size: 24px; */}

.page_title {
       margin-bottom:20px;
}
.cat_article_title a {
       font-weight:bold;
}
.cat_article_warap {
       overflow:hidden;
       /* width:526px; */
}
.cat_article_img {
   /* float:left;
   margin-right:20px;
   border:1px solid #eeeeee;
   padding:4px;
   max-width: 150px; */
}
.cat_article_img a {
   display:block;
   position:relative;
   overflow:hidden;
}
.cat_article_img img {
       display:block;

}
.cat_article_img .video_icon_img {
       position:relative;
}
.ca_video_icon {
    width:44px;
    height:38px;
    background:url(images/vid-pho.png) no-repeat -316px 0;
    position:absolute;
    bottom:50%;
    margin-bottom:-22px;
    left:-44px;
}

.ca_slide_icon {
    width:44px;
    height:38px;
    background:url(images/vid-pho.png) no-repeat -266px 0;
    position:absolute;
    bottom:50%;
    margin-bottom:-22px;
    left:-44px;
}

.ca_article_icon {
    width:44px;
    height:38px;
    background:url(images/vid-pho.png) no-repeat -216px 0;
    position:absolute;
    bottom:50%;
    margin-bottom:-22px;
    left:-44px;
}

/*.cat_article_img img:hover {
           border-color:#a50000;
}*/
.cat_article_content {
       /* height:174px;
       margin-top:-3px; */
}
.article_meta {
       line-height:36px;
       /* border-bottom:1px dotted #c3c3c3; */
       margin-bottom:20px;
       color:#9b9ca0;
       font-size: 13px;
}
.article_meta a {
       color:#9b9ca0;
       font-weight:bold;
}
.article_meta a:hover {
       color:#a50000;
}
.meta_cat {
  text-transform: capitalize;
}
.post-cat {
  padding-bottom: 8px;
  text-transform: uppercase;
  color: #881f0c;
  font-weight: bold;
}

.article_meta span {
       margin-right:5px;
}
.cat_article_content p {
       /* line-height:20px;
       margin-bottom:8px; */
}
.cat_article_content .article_read_more {
       color: #40454D;
       font-weight:bold;

}
.cat_article_content .article_read_more span {
       font-size:16px;
       font-family:georgia;
       font-weight:normal;
}
.cat_article_content .article_read_more:hover {
       color:#a50000;
}
.cat_article_share {
       min-width:55px;
       max-width:72px;
       float:right;
       background:#f4f4f4;
       text-align:center;
       padding:5px 3px;
       border:1px solid #ebebeb;
       margin-top:36px;
}
.cat_article_share div {
       margin:auto;
       margin-bottom:8px;
}
div.cat_sh_facebook {
 margin-bottom:1px;
 height:62px;
 overflow:hidden;
}

/*******************************************************************
 *    Single Article
*******************************************************************/
.block-image-credit {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: right;
  float: right;
  background: #2c2c2c;
  color: #fff;
  margin: -31px -5px 0 0;
  padding: 2px 8px;
  position: relative;
  z-index: 1;
}
.single-post .main > .wp-post-image {
  width: 100%;
}
.blurb {
  font-family: 'Roboto', Georgia, serif;
  font-size: 1.55em;
  line-height: 1.35;
  font-weight: bold;
  border-top: 5px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.75em 2em 0 0;
  margin-bottom: 1em;
  clear: both;
}

.podcasts, .related-videos {
  padding: 1em 0 2em;
  border-top: 1px solid #ebebeb;
}

.podcasts h2, .related-videos h2 {font-size: 26px;}
.podcasts iframe,
.related-videos iframe { width: 100%; max-width: 100%; }
.related-videos h2 {margin-bottom: 0;}

.rel-vid-row { /* margin-left: -1em; */ }

.rel-vid {
  /* padding-bottom: 1.5em;
  width: 45%;
  display: inline-block; 
  vertical-align: top;
  padding-left: 1em; */
}

.rel-vid h3 {
  font-size: 1.25em;
  margin: 0.75em 0 0;
  font-weight: 400;
}

.rel-vid-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 30px; */
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}

.rel-vid-wrap iframe {
    max-width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
}

.byline { font-style: italic; color: #808080; font-weight: bold; }

.single_article {}
.single_article_content a { /* color:#217DD3; */ }

.single_article_content a:hover { color:#a50000; }
.single_article_content iframe { margin-bottom:15px; }
.single_article_content img:not(.wp-smiley) {
  display: block;
  /* padding:4px;
  border:1px solid #ebebeb; */
}
.single_article_content p { margin-bottom: 1.5rem; }
.articles_nav {
       line-height:36px;
       overflow:hidden;
       padding-bottom:1px;
       background:url(images/dot.png) repeat-x bottom;
       margin-top:-15px;
       margin-bottom:15px;
}
.articles_nav .prev_article a, .articles_nav .next_article a {
       color:#979a9e;
       font-size:11px;
       font-weight:bold;
}
.articles_nav .prev_article a span {
       margin-right:5px;
}
.articles_nav .next_article a span {
       margin-left:5px;
}
.articles_nav a span {
       font-size:16px;
       /* font-family:georgia; */
       font-weight:normal;
}
.articles_nav .prev_article a:hover, .articles_nav .next_article a:hover {
       color:#a50000;
}
.articles_nav .prev_article a {
       float:left;
       background-position:0 bottom;
}

.articles_nav .next_article a {
       float:right;
       background-position:right 0;
}
.slideshow_article {
       width:656px;
       margin-bottom:2px;
       cursor:pointer;
}
.slideshow_article img {
       display:none;
}
.slideshow_control {
    border:1px solid #ebebeb;
    border-bottom-width:3px;
    margin-top:13px;
    margin-bottom:15px;
    height:28px;
    line-height:28px;
    position:relative;
}
.slide_bull {
 text-align:center;      
}
.slide_bull a {
        width:10px;
  height:10px;
        margin-left:4px;
  margin-top:9px;
        cursor:pointer;
  background:#c5c5c5;
  display:inline-block;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
  text-indent:-9999px;
}
.slide_bull a:hover {
  background:#cbcfd9;      
}

/* active state (current page state) */
.slide_bull a.activeSlide {
  background:#798291;      
}

.slide_next, .slide_prev {
       position:absolute;
       width:8px;
       height:12px;
       background:url(images/slideshow_nav.png) no-repeat;
       top:8px;
       cursor:pointer;
       
}
.slide_prev {
       left:7px;
}
.slide_next {
       right:7px;
       background-position:0 -12px;
}
/* Single share */
.single_share {
 background:#f4f4f4;
 border:1px solid #ebebeb;
 margin-bottom:6px;
 overflow:hidden;
 height:62px;
 padding:10px;
}
.single_share .sh_item {
       float:left;
       margin-right:10px;
}
/* Author box */
.author_box {
    border:1px solid #ebebeb;
    border-bottom-width:3px;
    margin-bottom:15px;
    padding:15px;
    padding-bottom:0;
    background:#fff;
    overflow: hidden;
}
.author_box .avatar {
        padding:4px;
       border:1px solid #eaeaea;
       -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
       border-radius: 3px;
       float:left;
       margin-bottom:0.5em;
       margin-left:0;
       margin-right:15px;
       margin-top:0;

}

.author_box .author_details {
       margin-left:93px;
       padding-top:2px;
}
.author_box .author_details .author_name {
       font-weight:bold;
       font-size:15px;
       text-transform:capitalize;
       margin-bottom:7px;
}
.author_box .author_details .author_name a {
            font-weight:bold;
}
.author_box .author_details .author_title {
       font-size:12px;
       font-family:arial;
       color:#a50000;
       margin-bottom:7px;
}
.author_box .author_info {
       border-top:1px solid #ebebeb;
       overflow:hidden;
       height:30px;
       line-height:30px;
       margin:0 -15px;
       padding:0 10px;
}
.author_box .num_of_entry {
       float:left;
}

.author_box .author_connect {
       float:right;
       margin-top:4px;
}

/* Related */
.related_box {
    border:1px solid #ebebeb;
    border-bottom-width:3px;
    margin-bottom:15px;
    padding:15px;
    padding-bottom:0;
    background:#fff;
}
.related_box ul {
  overflow: hidden;
  margin-top: 0;
  padding: 0;
}
.related_box ul li.related_item {
       float:left;
       width:132px;
       margin-left:15px;
       margin-bottom:15px;
}
.related_box ul li.related_item:nth-child(4n+1) {
       margin-right:0;
       margin-left:0;
       clear:both;
}
.related_box ul li.related_item .related_image img {
padding:4px;
border:1px solid #eaeaea;
display:block;
margin-bottom:15px;
}
.related_box ul li.related_item h3 {
    font-size: 16px;
    margin-bottom:0;
}
.related_box ul.related_list_ul {
       margin:-15px;
}

.related_box ul li.related_list {
       padding:12px;
       margin-bottom:0;
       border-bottom:1px solid #eaeaea;
}
.related_box ul li.related_list:last-child {
       margin-bottom:13px;
       border-bottom:0;
}
.related_box ul li.related_list a span {
    color: #7F7F7F;
    font-family: play;
    font-size: 17px;
    margin-right: 5px;
}
.related_box ul li.related_list h3 {
       font-size:12px;
       line-height:20px;
       margin-bottom:0;
}

.post-flexible #header {margin-bottom: 0;}

.post-flexible .post-header {
    height: calc(100vh - 92px);
    max-height: 765px;
    position: relative;
}

.post-flexible .post-hero-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.35);
}

.post-flexible .post-hero-inner {
    width: auto;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.4;
}

.post-hero-text .hero-title {
    font-size: 56px;
    margin-bottom: 1rem;
    line-height: 1.25;
}

.post-flexible .post-header .wp-post-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.post-hero-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
}

.post-flexible .post-entry-content {
    margin: 0 auto;
    padding: 4rem 0;
    max-width: 1140px;
    font-size: 18px;
}
.post-flexible .post-cat {font-size: 0.875rem;}

.post-flexible .post-entry-header, 
.post-flexible .addtoany_content,
.post-flexible .block-text,
.post-flexible .block-blurb {
    width: 70%;
    max-width: 780px;
    margin: 0 auto;
}

.post-flexible .post-entry-header,
.post-flexible .addtoany_content {text-align: center;}
.post-flexible .post-entry-header h1 {font-size: 40px;}

.post-flexible .addtoany_content {margin-bottom: 4rem;}

.post-flexible .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    width: 24px;
    height: 24px;
}

.post-flexible .post-entry-header .post-meta {
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    text-transform: none;
}

.post-flexible .post-entry-header .post-date {color: #5b5b00;}

.wp-block-image.alignright {margin-left: 1.5rem;}
.wp-block-image.alignleft {margin-right: 1.5rem;}

.wp-block-image { margin-bottom: 1.5rem; }

.d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.block-text h2 {padding-top: 1.5rem;}

.block-text-image, .block-text-image-alt {
    padding: 3rem 0 1.5rem; 
    position: relative;
    background-color: #f7f7f7;
    margin: 2rem 0;
}
.block-text-image .text-block-wrap {padding-left: 0;}
.block-text-image .image-block-wrap {padding-right: 0;}

.block-text-image-alt .text-block-wrap {padding-right: 0;}
.block-text-image-alt .image-block-wrap {padding-left: 0;}

.block-embed {padding: 1rem 0; margin-bottom: 1.5rem;}

.block-blurb {margin-bottom: 1.5rem;}
.post-flexible .block-blurb > .blurb {padding: 0.75rem 0;}

.block-embed > iframe {display: block; margin: 0 auto;}
.block-images .wp-block-image > img {width: 100%; height: 100%; object-fit: cover;}
.block-images .row {justify-content: center;}
.wp-block-embed iframe {width: 100%;}

/*------------------------------------------*/
/*  post-single : comments
/*------------------------------------------*/

.single_comment {
  overflow:hidden;
  position:relative;
}
.commentlist li .comment_wrapper {
   overflow:hidden;
    border:1px solid #ebebeb;
    border-bottom-width:3px;
    margin-bottom:15px;
    padding:15px;
    padding-bottom:0;
    background:#fff;

}

.user_avatar {
  float:left;
  margin-right:15px;
  padding:0 12px 12px 0;
  border-right:1px solid #eaeaea;
  border-bottom:1px solid #eaeaea;
}

.user_avatar  img {
       border:1px solid #eaeaea;
       display:block;
       padding:4px;
}
h4.comment_author_name {
       font-size:15px;
       padding-top:15px;
       font-weight:bold;
       margin-bottom:5px;
       color:#666;
}
h4.comment_author_name a {
       color:#666;
       font-weight:bold;
}
h4.comment_author_name a:hover {
       color:#a50000;
}
.comment_content {
       margin-left:76px;
}
.commentlist ul {
    margin-left: 20px;
    margin-bottom:0;
}
.commentlist li ul li {
    margin-left: 20px;
}
.wait_mod {
  color:#f70b0b;
  float:right;
  }
a.comment-reply-link {
       padding:0 15px;
       line-height:20px;
       display:inline-block;
       border:1px solid #ebebeb;
       border-bottom:none;
       color:#cccccc;
}
.comment-reply-link:hover {
       color:#a50000;
}
.commentmetadata a {
       color:#BDBFC5;
       
}
/*--------------------------------------------------*/
/*  post-single : add Comment form
/*-------------------------------------------------*/
.add_comment {
  overflow:hidden;
  padding-top:2px;
}
.add_comment p{
       margin-bottom:0;
}
.add_comment h3, .up_comments {
       font-size:18px;
}
.add_comment label{
       margin-left:10px;
       color:#8c8c8c;
}
.add_comment input, .add_comment textarea {
  margin-bottom:10px;
  background:#fbfbfb;
  border:1px solid #ebebeb;
  -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
       border-radius: 2px;
       color:#8c8c8c;
-webkit-box-shadow: inset 1px 1px 2px 0px #e9e9e9;
-moz-box-shadow: inset 1px 1px 2px 0px #e9e9e9;
box-shadow: inset 1px 1px 2px 0px #e9e9e9;
}
.add_comment input:focus, .add_comment textarea:focus {
       background:#fff;
}
.add_comment input {
       height:30px;
       width:55%;
       padding:0 5px;
}

.add_comment textarea{
  margin-bottom:10px;
  padding:10px;
  width:96%;
  height:130px;
  font-family:arial;
}

.send_comment {
  /* height:33px;
  padding:0 15px;
  color:#666;
  border:1px solid #dbdbdb;;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); 
background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); 
background: linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); 
  cursor:pointer;
  margin-bottom:15px; */
}
.send_comment:hover {
  /* color:#000; */
}
/******************************************************************
 *  Custom/default Widgets
 ******************************************************************/

/* Calendar Widget */

#wp-calendar {
  color: #555;
  width: 100%;
  text-align: center;
}
#wp-calendar caption,
#wp-calendar td,
#wp-calendar th {
  text-align: center;
}
#wp-calendar caption {
  font-size: 11px;
  font-weight: 500;
  padding: 5px 0 3px 0;
  text-transform: uppercase;
}
#wp-calendar th {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
#wp-calendar tfoot td {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* tags */
.tagcloud a {
       text-transform:capitalize;
       background:#fcfcfc;
       padding:4px 12px;
       border:1px solid #f1f1f1;
       font-size:11px !important;
       display:inline-block;
       margin:0 5px 8px 0;
       -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; 
}
/* ads Widgets */

/* ads125 */
.sidebar .widget .ads125 {
       margin:8px -9px -9px 8px;
}
.sidebar .ads125 {
       margin-bottom:3px;
       margin-left:21px;
       overflow:hidden;
}

.sidebar .ads125 a, .sidebar .ads125 .ad_code {
       width:125px;
       height:125px;
       display:block;
       margin-right:17px;
       margin-bottom:17px;
       float:left;
}
.sidebar .ads125 img {
       display:block;
       
}

/* ads120b */
.sidebar .widget .ads120b {
       margin:8px -10px -8px 12px;
}
.sidebar .ads120b {
       margin-bottom:3px;
       margin-left:21px;
       overflow:hidden;
}

.sidebar .ads120b a, .sidebar .ads120b .ad_code {
       width:120px;
       height:90px;
       display:block;
       margin-right:20px;
       margin-bottom:17px;
       float:left;
}
.sidebar .ads120b img {
       display:block;
       
}
/* ads120 */
.sidebar .widget .ads120 {
       margin:8px -10px -8px 12px;
}
.sidebar .ads120 {
       margin-bottom:3px;
       margin-left:25px;
       overflow:hidden;
}

.sidebar .ads120 a, .sidebar .ads120 .ad_code {
       width:120px;
       height:240px;
       display:block;
       margin-right:20px;
       margin-bottom:17px;
       float:left;
}
.sidebar .ads120 img {
       display:block;
       
}
/* ads120x600*/
.sidebar .widget .ads120x {
       margin:8px -10px -8px 12px;
}
.sidebar .ads120x {
       margin-bottom:3px;
       margin-left:25px;
       overflow:hidden;
}

.sidebar .ads120x a, .sidebar .ads120x .ad_code {
       width:120px;
       height:600px;
       display:block;
       margin-right:20px;
       margin-bottom:17px;
       float:left;
}
.sidebar .ads120x img {
       display:block;
       
}
/* ads160 */
.sidebar .widget .ads160 {
       margin:0;
}
.sidebar .ads160 {
       text-align:center;
       margin-bottom:20px;
}
/* ads250 */
.sidebar .widget .ads250 {
       margin:17px auto;
}
.sidebar .ads250 {
       overflow:hidden;
       width:250px;
       margin:auto;
       margin-bottom:20px;
}
.sidebar .ads250 a {
       display:block;
}
.sidebar .ads250 img {
       display:block;
       
}

/* ads300 */
.sidebar .widget .ads300 {
       margin:-8.5px;
       margin-top:-8px;
       
}
.sidebar .ads300 {
       overflow:hidden;
       width:300px;
       margin:auto;
       margin-bottom:20px;
}
.sidebar .ads300 a {
       display:block;
}
.sidebar .ads300 img {
       display:block;
}

/* ads300x */
.sidebar .widget .ads300x {
       margin:-8.5px;
       margin-top:-8px;
       
}
.sidebar .ads300x {
       overflow:hidden;
       width:300px;
       margin:auto;
       margin-bottom:20px;
}
.sidebar .widget .ads300x .ad_code:nth-child(2n+2), .sidebar .widget .ads300x a:nth-child(2n+2) {
       margin-top:2px;
}
.sidebar .ads300x .ad_code:nth-child(2n+2), .sidebar .ads300x a:nth-child(2n+2) {
       margin-top:10px;
}
.sidebar .ads300x a {
       display:block;
}
.sidebar .ads300x img {
       display:block;
}
/* Custom HTML */
.sidebar .widget .custom_textwidget {
       margin:0;
}
.sidebar .custom_textwidget {
       margin-bottom:20px;
}
/* Flickr */
.sidebar .widget .flickr_badge_wrapper {
       overflow:hidden;
       margin-left:8px;
       margin-top:9px;
       margin-bottom:-9px;
       margin-right:-20px;
}
.sidebar .widget .flickr_badge_wrapper div {
    float: left;
    margin: 0 20px 20px 0;
}
.sidebar .widget .mom_posts_images div:nth-child(3n+3) {
    margin-right:0;
}

.sidebar .widget .flickr_badge_wrapper img {
    height: 65px;
    width: 65px;
}
.sidebar .flickr_badge_wrapper div.last {
    margin: 0 0 10px;
}
.sidebar .flickr_badge_wrapper div a {
    display: block;
    float: left;
    height: 65px;
    margin: 0;
    width: 65px;
    padding:4px;
    border:1px solid #eeeeee;
}

/* twiiter */

.sidebar .widget .tweet_list li {
        padding:10px 10px 11px 39px;
  background:url(images/twitter_icon.png) no-repeat 13px 15px;

}
.tweet_list li, .tweet_list li a {
}
.tweet_list li a {
       color:#000;
}

.tweet_list li a:hover {
       color:#a50000;
}

/* RSS Subcribe widgets */
.sidebar .newsletter {
       background:#fe7c00;
       padding:5px;
       border:1px solid #e26600;
       border-bottom-width:2px;
       overflow:hidden;
       margin-bottom:20px;
}
.sidebar  .newsletter img.rs_icon {
       margin-right:5px;
       float:left;
}
.sidebar .newsletter form {
       float:left;
       width:260px;
       margin-top:1px;
}
.sidebar .newsletter .nsf {
      width:168px;
      float:left;
      border:none;
      height:27px;
      line-height:27px;
      background:#ffe7bf;
      padding:0 5px;
       color:#7c3400;
       text-shadow:0 -1px 0 #fff;
       -moz-border-radius-topleft: 3px;
       -moz-border-radius-topright: 0px;
       -moz-border-radius-bottomright: 0px;
       -moz-border-radius-bottomleft: 3px;
       -webkit-border-radius: 3px 0px 0px 3px;
       border-radius: 3px 0px 0px 3px; 
}
.sidebar .newsletter .nsb {
      width:82px;
      float:left;
      padding:0;
background: #ffc157; /* Old browsers */
background: -moz-linear-gradient(top,  #ffc157 0%, #f39a00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc157), color-stop(100%,#f39a00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffc157 0%,#f39a00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffc157 0%,#f39a00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffc157 0%,#f39a00 100%); /* IE10+ */
background: linear-gradient(top,  #ffc157 0%,#f39a00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc157', endColorstr='#f39a00',GradientType=0 ); /* IE6-9 */
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px 3px 3px 0px;
border-radius: 0px 3px 3px 0px; height:27px;
height:27px;
padding-bottom:3px;
border:none;
color:#7c3400;
font-weight:bold;
text-shadow:0 -1px 0 #ffc562;
cursor:pointer;
}
.sidebar .newsletter .nsb:hover {
       color:#000;
}

/*  Posts Widget  */
.sidebar .widget ul.blog_posts_widget li {
       padding:15px;
       padding-left:16px;
       background:none;
       overflow:hidden;
}

.sidebar .widget ul.blog_posts_widget li img {
       padding:4px;
       border:1px solid #eee;
       margin-bottom:0;
       margin-right:15px;
}
.sidebar .widget ul.blog_posts_widget li p {
       margin-bottom:0px;
}

.sidebar .widget ul.blog_posts_widget li .pw_time {
          color: #BDBFC5;
    font-size: 11px;       
}
.widget ul.blog_posts_widget li img.alignleft {
       margin-bottom:0;
}
/* posts images */
.sidebar .widget .mom_posts_images {
       overflow:hidden;
       margin-left:8px;
       margin-top:9px;
       margin-bottom:-9px;
       margin-right:-20px;
}
.sidebar .widget .mom_posts_images div {
    float: left;
    margin: 0 20px 20px 0;
}

.sidebar .widget .mom_posts_images img {
    height: 65px;
    width: 65px;
}
.sidebar .mom_posts_images div.last {
    margin: 0 0 10px;
}
.sidebar .mom_posts_images div a {
    display: block;
    float: left;
    height: 65px;
    margin: 0;
    width: 65px;
    padding:4px;
    border:1px solid #eeeeee;
}

.rc_img img {
  float:left;
  margin-bottom:0.5em;
  margin-left:0;
  margin-right:1.5em;
  margin-top:0;
}
/* Tabbed Widget */
.tabbed_widget ul.tabbed_nav {
    margin-bottom:0;
    padding:0;
    overflow:hidden;
    margin-bottom:10px;
}
.tabbed_widget ul.tabbed_nav li {
       float:left;
       padding:0;
       background: #e0e0e0;
       border-bottom:none;
       width:25%;
       
}
.tabbed_widget ul.tabbed_nav li.tabbed3 {
       width:30%;
}
.tabbed_widget ul.tabbed_nav li.tabbed4 {
       width:20%;
}
.tabbed_widget ul.tabbed_nav li a {
       display:block;
       padding:8px 15px;
       border-right-style:solid;
       border-color:#d3d3d3;
       border-right-width:1px;
       border-bottom:1px solid #d3d3d3;
       font-family:play;
       font-size:14px;
}
.tabbed_widget ul.tabbed_nav li a:hover {
       background:#fff;
}
.tabbed_widget ul.tabbed_nav li a.current {
       background:#fff;
       border-bottom:none;
}
.tabbed_widget ul.tabbed_nav li:last-child a {
       border-right:none;
}
.tabbed_tag {
       padding-top:10px;
       
}

/* Social Counter */
.mom_social_counter {
       border:1px solid #dfdfdf;
       overflow:hidden;
       margin:6px;
}
.mom_social_counter .sc_item {
       float:left;
       width:33.33%;
       text-align:center;
       
}

.mom_social_counter .sc_item a, .mom_social_counter .sc_item span {
       display:block;
}

.mom_social_counter .sc_item .social_box {
       border-right:1px solid #e9e9e9;
       padding:12px 0;
}
.mom_social_counter .sc_item:last-child .social_box {
       border:none;
}
.mom_social_counter .sc_item .social_box span {
       color:#a4a5aa;
       font-family:play;
       font-size:13px;
}
.mom_social_counter .sc_item .social_box span.social-box-count {
       font-size:20px;
       font-weight:bold;
       color:#40454d;
}

/**********************************************************
 *  Footer Widgets
 ********************************************************/

/* Multi Column Categories */

#footer .widget ul.cat_w_list li {
       padding:0;
       line-height:33px;
       background:none;
       width:50%;
       float:left;
       text-transform:capitalize;
}
/*  Posts Widget  */
#footer .widget ul.blog_posts_widget li {
       padding:10px 0;
       background:none;
       overflow:hidden;
}

#footer .widget ul.blog_posts_widget li img {
       border:3px solid #fff;
       margin-bottom:0;
       margin-right:10px;
       width:45px;
       height:45px;
}
#footer .widget ul.blog_posts_widget li p {
       margin-bottom:0px;
}

#footer .widget ul.blog_posts_widget li span {
       display:none;
}

/* posts images */
#footer .widget .mom_posts_images {
       overflow:hidden;
       margin:-4px;
       margin-right:-11px;
       margin-bottom:-10px;
}
#footer .widget .mom_posts_images div {
    float: left;
    margin: 0 6px 6px 0;
}
#footer .widget .mom_posts_images img {
    height: 59px;
    width: 59px;
}
#footer .mom_posts_images div.last {
    margin: 0 0 10px;
}
#footer .mom_posts_images div a {
    display: block;
    float: left;
    height: 59px;
    margin: 0;
    width: 59px;
    border:3px solid #fff;
}
/* twitter */
#footer .widget .tweet_list li {
  padding-left:26px;
  background:url(images/twitter_icon.png) no-repeat 0px 14px;
}
/* Flickr */
#footer .widget .flickr_badge_wrapper {
       overflow:hidden;
       margin:-5px;
       margin-right:-12px;
       margin-bottom:-10px;
}
#footer .widget .flickr_badge_wrapper div {
    float: left;
    margin: 0 6px 6px 0;
}
#footer .widget .flickr_badge_wrapper img {
    height: 59px;
    width: 59px;
}
#footer .flickr_badge_wrapper div.last {
    margin: 0 0 10px;
}
#footer .flickr_badge_wrapper div a {
    display: block;
    float: left;
    height: 59px;
    margin: 0;
    width: 59px;
    padding:0px;
    border:3px solid #fff;
}
/* Post elements */

pre, code {
    font: 11px/19px Consolas,"Andale Mono",Courier,"Courier New",monospace;
    padding:5px;
}
pre, code {
    background: url("images/bg-code.gif") repeat scroll 0 0 transparent;
    border: 1px solid #DDDDDD;
    margin: 30px 0 40px;
    overflow-x: visible;
    overflow-y: hidden;
}

.single_article_content ol, .single_article_content ul {
    list-style-position: outside;
    margin-left: 2.35em;
    margin-bottom:25px;
}
.single_article_content ol {
    list-style-type: decimal;
}
.single_article_content ul {
    list-style-type: disc;
}

.single_article_content blockquote {
           background: url("images/quote.png") no-repeat scroll left top transparent;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    font-style: italic;
    line-height: 22px;
    margin: 0 0 30px 50px;
    padding: 0 50px;
}
.single_article_content blockquote.alignleft {
    margin: 5px 20px 0 11px;
    width: 220px;
}

.single_article_content blockquote.alignright {
    margin: 5px 0 0 31px;
    width: 220px;
}


/*--------------------------------------------------*/
/*  Contact Form
/*-------------------------------------------------*/
.contact_form p{
       margin-bottom:0;
}
.contact_form label{
       display:block;
       margin-bottom:10px;
}
.contact_form input, .contact_form textarea {
  margin-bottom:20px;
  background:#fbfbfb;
  border:1px solid #ebebeb;
  -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
       border-radius: 2px;
       color:#8c8c8c;
-webkit-box-shadow: inset 1px 1px 2px 0px #e9e9e9;
-moz-box-shadow: inset 1px 1px 2px 0px #e9e9e9;
box-shadow: inset 1px 1px 2px 0px #e9e9e9;
}
.contact_form input:focus, .contact_form textarea:focus {
       background:#fff;
}
.contact_form input {
       height:30px;
       width:55%;
       padding:0 5px;
}

.contact_form textarea{
  margin-bottom:10px;
  padding:10px;
  width:589px;
  height:150px;
  font-family:arial;
}
.contact_form .send_comment {
}
.contact_form .error {
       color:#a50000;
       margin-left:5px;
}
.contact_form .message_error {
       float:right;
       margin-right:10px;
}

/* Pagination */
.pagination { 
  margin-bottom: 15px; 
  border-top: 1px solid #b9b9b9;
  padding-top: 1rem;
}
.pagination a, .pagination span {
   color:#3c3c3c;
   display:inline-block;
   width:25px;
   height:25px;
   line-height:25px;
   text-align:center;
   margin-right:10px;
   font-size:15px;
}
.pagination a:hover { color:#70747a; }
.pagination span.current {
     border:1px solid #333;
     background:#333;
     color:#fff;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 0; 
}
/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Luke McDonald (lukemcdonald.com)
 * Skin Design: Orman Clark (premiumpixels.com)
 * Skin Version: 3.0 (jPlayer 2.0.0)
 * Date: 20th December 2010
 */
.jp-jplayer img {
       border:none !important;
       padding:0 !important;
       max-width:609px !important;
       
}
div.jp-audio {
  font-size: 1em;
  font-family: Verdana, Arial, sans-serif;
  color: #fff;
  line-height: 1.6;
}

div.jp-audio {
  width: 609px;
}

div.jp-interface {
  position: relative;
  width: 100%;
  background: rgb(58,59,60);
  background: url(jplayer-black-and-yellow.png) 0 -210px;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, rgb(34,34,34)),
      color-stop(1, rgb(58,59,60))
  );
  background: -moz-linear-gradient(
      center bottom,
      rgb(34,34,34) 0%,
      rgb(58,59,60) 100%
  );
  
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
  
}
div.jp-audio div.jp-type-single div.jp-interface {
  height: 30px;
}

div.jp-interface ul.jp-controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
div.jp-interface ul.jp-controls li {
  display: inline;
}
div.jp-interface ul.jp-controls a {
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
}

a.jp-play,
a.jp-pause {
  width: 33px;
  height: 30px;
  z-index: 1;
  outline: none;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
  top: 0;
  left: 0;
  border-right: 1px solid rgb(36,37,38);
}
a.jp-play {
  background: url("images/jplayer-black-and-yellow.png") 0 0 no-repeat;
}
a.jp-play:hover {
  background: url("images/jplayer-black-and-yellow.png") -33px 0 no-repeat;
}
a.jp-pause {
  background: url("images/jplayer-black-and-yellow.png") 0 -30px no-repeat;
  display: none;
}
a.jp-pause:hover {
  background: url("images/jplayer-black-and-yellow.png") -33px -30px no-repeat;
}

div.jp-progress-container {
  position: absolute;
  top: 0;
  left: 34px;
  width: 468px;
  height: 6px;
  padding: 12px 10px;
  border-left: 1px solid rgb(50,51,52);
  border-right: 1px solid rgb(36,37,38);
}
div.jp-progress {
  position: absolute;
  overflow:hidden;
}
div.jp-audio div.jp-type-single div.jp-progress {
  width: 466px;
  height: 7px;
  padding: 1px;
  background: url("images/jplayer-black-and-yellow.png") 0 -192px repeat-x ;
}

div.jp-seek-bar {
  width: 0px;
  height: 5px;
  cursor: pointer;
  background: url("images/jplayer-black-and-yellow.png") 0 -163px repeat-x;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
div.jp-play-bar {
  width: 0px;
  height: 5px;
  background: url("images/jplayer-black-and-yellow.png") 0 -133px repeat-x ;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* The seeking class is added/removed inside jPlayer
div.jp-seeking-bg {
  background: url("pbar-ani.gif");
}
*/

div.jp-volume-bar-container {
  position: absolute;
  top: 0;
  left: 524px;
  width: 40px;
  height: 6px;
  padding: 12px 10px;
  border-left: 1px solid rgb(50,51,52);
}
div.jp-volume-bar {
  position: relative;
  overflow: hidden;
  background: url("images/jplayer-black-and-yellow.png") 0 -192px repeat-x;
  width: 40px;
  height: 9px;
  cursor: pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
  top: 0;
  left: 20px;
}

div.jp-volume-bar-value {
  width: 0px;
  height: 5px;
  margin: 1px;
  background: url("images/jplayer-black-and-yellow.png") 0 -133px repeat-x;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

a.jp-mute,
a.jp-unmute {
  width: 17px;
  height: 13px;
  z-index: 1;
  outline: none;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
  top: 9px;
  left: 533px;
}

a.jp-mute {
  background: url("images/jplayer-black-and-yellow.png") -10px -68px no-repeat;
}
a.jp-mute:hover {
  background: url("images/jplayer-black-and-yellow.png") -43px -68px no-repeat;
}
a.jp-unmute {
  background: url("images/jplayer-black-and-yellow.png") -10px -98px no-repeat;
  display: none;
}
a.jp-unmute:hover {
  background: url("images/jplayer-black-and-yellow.png") -43px -98px no-repeat;
}

div.jp-jplayer {
  width:0px;
  height:0px;
}

div.jp-jplayer {
  background-color: #000000;
}

.jp-audio-container {
       margin-bottom:20px;
       direction:ltr;
       
}

/*404 page*/
.page_404 {
       text-align:center;
       margin-top:270px;
}
.page_404 p {
       font-size:33px;
}
.page_404 a {
       color:#a50000;
}
.page_404 a:hover {
       color:#e6e6e6;
}


/* News Tickets */
.ticker_widget {
    border:1px solid #e0e0e0;
    background:#f5f5f5;
    padding:0 10px;
    overflow:hidden;
    position:relative;
    line-height:37px;
    height:37px;
clear:both;
}
.ticker_widget .right_arrow {
   width: 20px;
   height: 37px;
   background:url(images/right_arrow.png) no-repeat;
   position:absolute;
   left:0;
   top:0;
}

ul#ticker01 {
       margin-bottom:0;
}
ul#ticker01 li {
       float:left;
       display:none;
       margin-right:10px;
       line-height:35px;
}
ul#ticker01 li a {
       color:#a4a5aa;
       font-family:play;
       font-size:13px;
       font-weight:normal;
}
ul#ticker01 li a:hover {
       color:#a50000;
}
ul#ticker01 li span {
     color: #7F7F7F;
    font-family: play;
    font-size: 17px;
    margin-right: 10px;
}
.tickercontainer { /* the outer div with the black border */
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 0;
width: 978px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 950px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
line-height:37px;
display:block !important;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
}
/*--------------------------------------------------*/
/*  breadcrumbs
/*-------------------------------------------------*/
#crumbs {
  padding: 5px 10px;
  margin-bottom:10px;
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  font-size:13px;
  /* background: #f8f8f8; */
}
#crumbs .delimiter {
  font-size:14px;
  margin:0 5px;
}
#crumbs a, #crumbs span {
    margin: 0 3px;
}
.box_banner {
  margin-bottom:20px;
}