html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:top}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

@font-face {
  font-family: 'Pathway Gothic One';
  src: url('fonts/PathwayGothicOne.ttf')  format('truetype');
}



body,
html {
	font-family: Georgia;
}

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }


iframe {
    padding: 0 !important;
	margin: 0 0 10px 0 !important;
    max-width: 100% !important;
	width: 100% !important;
}

hr {
	border: 1px solid #ddd !important;
	background: #ddd !important;
	margin: 20px 0 !important;
}

img {
	margin:0;
	padding:0;
	outline:0;
}

.gallery  {
	padding: 2px 0 15px 0;
}

div.wp-caption {
	max-width: 100% !important;
}

blockquote {
	margin:0 !important;
	padding:0 !important;
	outline:0 !important;	
	max-width: 578px !important;
	width: 100% !important;
	overflow: hidden !important;
}

blockquote iframe {
	max-width: 100% !important;
	width: 100% !important;
	overflow: hidden !important;	
}

.wp-caption-text,
.media-credit {
    color: #909090;
    display: block;
    font-size: .8em;
    line-height: 1.2em;
    margin: 3px 5px;
    text-align: right;
    font-style: italic;
}

body.post-type-archive-video,
body.single-video {
	background: #161616 !important;	
}


a.play_btn_side {
	display: block;
    color: #c00;
    font-weight: 700;
    border: 3px solid #c00;
    border-radius: 4px;
    padding: 6px 10px;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Pathway Gothic One',sans-serif;
    letter-spacing: 6px;	
}


/*General Typography*/

a {
	color: #cc0000;
}

a.hover_underline {
	text-decoration: none;	
}
a.hover_underline:hover {
	text-decoration: underline;
}

p {
	clear: right;
    padding: 0.8375rem 0 1rem 0;
line-height: 1.765rem;
    font-size: 1.126rem;
    letter-spacing: 0.01em;
    font-family: Georgia,Times,Times New Roman,serif;		
    color: #333333;
}

p strong {
	font-family: Tahoma,Verdana,Segoe,sans-serif !important;
	font-weight:bold;
	font-size: 17px;
}

p a {
	font-weight: bold;
}

p.byline {
	font-size: 16px;
    padding: 0 0 0 10px;
    font-family: 'Pathway Gothic One', sans-serif;
}

.first_paragraph p {
    color: #222222;		
}

strong {
	font-weight: bold;
}


.text_body a:hover {
	color: #111111;
	font-weight: bold;
    background: #eaff00;
	text-decoration: none;
    opacity: 0.9;
}

em {font-style: italic;}

h1 {
color: #161616 !important;
font-family: 'Pathway Gothic One', sans-serif;
font-size: 2em;
line-height: 1.2em;
}

h2 {
color: #161616 !important;
font-family: 'Pathway Gothic One', sans-serif;
font-size: 1.6em;
line-height: 1.2em;
padding: 20px 0 10px 0;
}

h1.beautify, h2.beautify {
	font-family: 'EB Garamond', serif;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.6em;	
}

.article_text_wrap h2 {
color: #161616;
font-family: 'Pathway Gothic One', sans-serif;
font-size: 1.6em;
line-height: 1.2em;
padding: 15px 0;	
}

h3.widget-title {
	color: #161616;
    font-family: 'Pathway Gothic One', sans-serif;
	font-size: 24px;
	padding: 10px 0 15px 0;
    font-weight: bold;
    text-decoration: none;
	text-transform: uppercase;	
}

h3.widget-title a {
	color: #161616;	
    text-decoration: none;
}

.widget-container {
	margin: 0 0 15px 0;
}

.widget-container p {
    padding: 0 0 0.4375rem 0;	
}

.widget-container img,
.item img,
.video_image img,
article img {
	max-width: 100%;
	height: auto;
}

/* Buttons */

h3.share_label {
	padding: 17px 0 10px 0;
    margin: 0 0 10px 0;
    line-height: 0.7em;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #161616;
    border-top: 3px solid #cc0000;	
}

.share_btn_input_field {
border: 1px solid #999;
padding: 3px 5px;
width: 100%;
margin: 0 0 5px 0;
box-sizing: border-box;
border-radius: 3px !important;
}

.main_share_btn {
display: block;
    margin: 5px 0;
    padding: 5px 10px;
    border: 2px solid #cc0000;
	border-radius: 4px;
    color: #cc0000;
	background: #ffffff;
    font-family: 'Pathway Gothic One', sans-serif;
	font-size: 17px;
    text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.main_share_btn:focus,
.main_share_btn:active {
	opacity: 0.6;
}

#fb-share-button {
    background: #fff;
    border: 2px solid #3b5998;
    border-radius: 4px;
    margin: 5px 0 0 10px;
    font-weight: 600;
    padding: 5px 8px;
    display: inline-block;
    position: static;
}

#fb-share-button:hover {
    cursor: pointer;
    border: 2px solid #213A6F;
	background: #fff;	
}

#fb-share-button svg {
    width: 18px;
    fill: #3b5998;
    vertical-align: middle;
    border-radius: 2px;
}

#fb-share-button span {
	vertical-align: middle;
    color: #3b5998;
    padding: 0;
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: normal;
    line-height: 17px;
}



.rank-math-breadcrumb {
	padding: 2px 0 10px 2px;
}

.rank-math-breadcrumb p {
	padding: 0;
	margin: 0;
}

span.separator {
	display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(images/arrow_right.png);
    background-size: 20px 20px;
    background-position: 0px 4px;
    background-repeat: no-repeat;
}

.rank-math-breadcrumb a {
	color: #161616;
    font-family: 'Pathway Gothic One', sans-serif;
	font-size: 18px;
    font-weight: bold;
    text-decoration: none;
	text-transform: uppercase;
}

.rank-math-breadcrumb i {
	color: #161616;
	font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.padding_0_0_5_0 {
	padding: 0 0 5px 0;
}

.padding_0_0_10_0 {
	padding: 0 0 10px 0;
}

.padding_15_0 {
	padding: 15px 0;
}

.padding_15_0_0_0 {
	padding: 15px 0 0 0;
}

.padding_0_0_15_0 {
	padding: 0 0 15px 0;
}

.padding_b_15 {
	padding: 0 0 15px 0;
}

.padding_b_20 {
	padding: 0 0 20px 0;
}

.padding_30_0 {
	padding: 30px 0;
}

.padding_50_0 {
	padding: 50px 0;
}

.padding_b_30 {
	padding: 0 0 30px 0;
}

.margin_b_30 {
	margin: 0 0 30px 0;	
}

.border_bottom_m_p {
	border-bottom: 1px solid #ddd;
}

.center {
	text-align: center;
}

a.black_link {
	color: #161616;
	text-decoration: none;
}

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

a.hero_b img{
	max-width: 100%;
	height: auto;
	max-height: 220px;
}

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


/*New Header*/


nav.main_nav {
  position: relative !important;
  z-index: 999999;
  width: 100%;
  background: #222222 !important;
}
nav .nav_wrapper{
	position: relative;
	max-width: 1024px !important;
	padding: 0 30px 0 1px !important;
	height: 50px;
	line-height: 50px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: start !important;
}

.nav_wrapper .logo,
.nav_wrapper .logo a{
padding:0;
margin:0;
height: 50px;
}

img.logo_img {
	width: auto;
	height: 40px;
	margin: 5px 0 0 0;
	opacity: 0.8;
}

.nav_wrapper .main_nav_links{
  display: inline-flex;
}
.main_nav_links li{
  list-style: none;
    font-family: 'Open Sans Condensed',sans-serif !important;
}

li.desktop_list {
  font-family: 'Pathway Gothic One',sans-serif !important;
}

a.no-hover-item {
	color: #ddd !important;
    border-right: 1px solid #333;	
}

a.no-hover-item:hover{
  background: none !important;
}

.main_nav_links li a {
  color: #f2f2f2;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  padding: 9px 25px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav_content a:hover{
  background: #3A3B3C; 
  color: #dddddd;  
}




.main_nav_links .mobile-item{
  display: none;
}
.main_nav_links .drop_menu{
  position: absolute;
  background: #eae6e2;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.main_nav_links li:hover .drop_menu,
.main_nav_links li:hover .mega-box,
.main_nav_links li:hover .mega-box-2,
.main_nav_links li:hover .mega-box-3{
  transition: opacity 0.3s ease !important;
  top: 70px !important;
  opacity: 1;
  visibility: visible;
}
.drop_menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
  color: #777 !important;
}

.drop_menu li a:hover {
  background: #3A3B3C !important; 
  color: #dddddd !important;  
border-radius: 0 !important;  
}

.mega-box, .mega-box-2, .mega-box-3{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 !important;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .nav_content,
.mega-box-2 .nav_content,
.mega-box-3 .nav_content{
  background: #eae6e2 !important;
  padding: 25px 30px !important;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .nav_content .nav_row,
.mega-box-2 .nav_content .nav_row,
.mega-box-3 .nav_content .nav_row{
  width: calc(25% - 30px);
  line-height: 45px;
}

@media screen and (min-width: 970px) {
div.nav_row_center {
	width: calc(50% - 30px) !important; 
	padding: 0 20px !important; 
	border-left: 1px solid #d8d3cf !important; 
	border-right: 1px solid #d8d3cf !important; 
	line-height: 45px !important; 
}
}

.nav_content .nav_row img{
  width: 100% !important;
  height: auto !important;
}
.nav_content .nav_row header{
  color: #161616;
  font-size: 24px;
  font-family: 'Pathway Gothic One',sans-serif;
}
.nav_content .nav_row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.nav_row .mega-links li{
  padding: 0 20px;
}
.nav_row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #777;
  font-size: 19px;
  display: block;
}
.nav_row .mega-links li a:hover{
  color: #f2f2f2;
}

.nav_wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.nav_wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}



@media screen and (max-width: 970px) {
	
  .nav_wrapper .btn{
    display: block;
  }

    
  
  #menu-btn:checked ~ .main_nav_links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  
.menu-btn {
	text-indent: -9999px;
    display: block;
    width: 41px;
    height: 41px;
    background-image: url(images/menu.png);
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 0 16px;	
	opacity: 0.7;
}  

.menu-btn:hover {
	opacity: 0.9;	
}
  
  .main_nav_links li{
    margin: 15px 10px;
  }
  .main_nav_links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .main_nav_links .drop_menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop_menu,
  #showMega:checked ~ .mega-box,
   #showMega2:checked ~ .mega-box-2,
    #showMega3:checked ~ .mega-box-3{
    max-height: 100%;
  }

  .main_nav_links .mobile-item{
    display: block !important;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .main_nav_links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop_menu li{
    margin: 0;
  }
  .drop_menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box,
  .mega-box-2,
  .mega-box-3 {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .nav_content,
   .mega-box-2 .nav_content,
.mega-box-3 .nav_content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .nav_content .nav_row,
    .mega-box-2 .nav_content .nav_row,
	  .mega-box-3 .nav_content .nav_row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .nav_content .nav_row:nth-child(1),
  .mega-box .nav_content .nav_row:nth-child(2){
    border-top: 0px;
  }
  
   .mega-box-2 .nav_content .nav_row:nth-child(1),
  .mega-box-2 .nav_content .nav_row:nth-child(2){
    border-top: 0px;
  }

  .mega-box-3 .nav_content .nav_row:nth-child(1),
  .mega-box-3 .nav_content .nav_row:nth-child(2){
    border-top: 0px;
  }  
  
  
  .nav_content .nav_row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .nav_row .mega-links li{
    margin: 0;
  }
  .nav_content .nav_row header{
    font-size: 19px;
  }
  
  
  
}
nav input{
  display: none;
}


/* Header Full Posts */

.header_full_item_wrap {}

.header_news_item {}

.header_news_item img {
	width: 100%;
	height: auto;
}

a.header_news_item_image {
	margin:0;
	padding:0 !important;	
}

a.header_news_item_image:hover {
	background: none !important;
}

a.header_news_item_headline {
	display: block;
    text-decoration: none;	
	color: #181818 !important;
    font-family: 'Pathway Gothic One',sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;
	padding:0 !important;
	margin: 0 0 10px 0;
}

a.header_news_item_headline:hover {
	background: none !important;
	color: #141414 !important;	
}

p.header_news_item_date {
	padding: 0 0 15px 0;
	font-size: 15px;	
}


/* End of New Header */



/*****************************
*	vertical news ticker
******************************/
.ticker-wrapper-v{
		max-width: 1024px;
	margin: 0 auto;
	display: flex;	
	position: relative;
	overflow: hidden;
    border: 0;
	font-family: Georgia;
    height: 36px;
}

.ticker-wrapper-v-outter {
    background: #eee;
}

.ticker-wrapper-v .heading {
    color: #cc0001;
    padding: 0 5px 0 0;
    line-height: 36px;
    flex: 0 0 auto;
    z-index: 1000;
    font-family: 'Pathway Gothic One',sans-serif!important;
    text-transform: uppercase;
    font-size: 18px;
}

.ticker-wrapper-v .heading a {
	text-decoration: none !important;
}

.ticker-wrapper-v .heading:after{
	content: "";
    position: absolute;
    top: 11px;
    left: 66px;
    border-left: 10px solid #cc0001;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

a.ticker-link {
	line-height: 36px;
	padding: 0 5px 0 20px;
	box-sizing:border-box;
	display: flex;
	color: #161616;
	font-weight: bold;
	text-decoration: none;
    font-size: 0.919em;	
}

img.info_ico {
	max-width: 16px !important;
	height: 16px;
	margin: 5px 3px 0 0;
}

.news-ticker-v{
	display: flex;
	flex-wrap: wrap;
	margin:0;
	padding: 0;
	z-index: 999;
	
	animation: tic-v 10s cubic-bezier(1, 0, .5, 0) infinite;
}
.news-ticker-v:hover { 
	animation-play-state: paused; 
}

.news-ticker-v li{
	display: flex;
	width: 100%;
	line-height: 30px;
	align-items: center;
	white-space: nowrap;
	padding-left: 20px;
}

.news-ticker-v li a{
	color: #212529;
	font-weight: bold;
}

@keyframes tic-v {
	0%   {margin-top: 0;}
	20%  {margin-top: -30px;}
	40%  {margin-top: -60px;}
	60%  {margin-top: -90px;}
	80%  {margin-top: -120px;}
	100% {margin-top: 0;}
}




/* Home & Story Items */


#new_wrapper {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
    background: #fff;
    display:table;
}
#new_leftcolumn, #new_rightcolumn {
    display:table-cell;
}

#new_leftcolumn {
    width: 19%;
	box-sizing: border-box;
	padding: 0 15px 0 0;
}

#new_rightcolumn {
    width: 24.415%;
	box-sizing: border-box;
	padding: 0 0 0 20px;	
}
#new_contentcolumn {
    display:table-cell;
    width: 57.5%;
}
#new_wrapper img {
    max-width: 100%;
	height: auto;
    vertical-align:top;
}



.red_tag_wrap {
	padding: 5px 0;
}

.red_tag {
	background: #cc0000;
    color: #fff;
    padding: 3px 6px !important;
    margin-right: 3px;
    font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
    font-family: 'Pathway Gothic One', sans-serif;
    letter-spacing: 4px;
    text-decoration: none;
    box-shadow: 2px 1px 1px -1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 2px 1px 1px -1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 2px 1px 1px -1px rgba(0,0,0,0.75);	
}

.home_features_posts a {
	display: block;
	color: #222222;
	text-decoration: none;
}

.home_features_posts i {
    padding: 0 5px;
    color: #222222;
}

p.featured_posts_date {
	padding: 0 0 15px 0;
	font-size: 15px;
}

.recent_features_wrap {
	padding: 0 0 20px 0 !important;
}

.recent_features img {
	width: 100%;
	height: auto; 
}

.show_on_mobile {
	padding: 10px 0 0 0;
	display: none;
}

@media only screen and (max-width: 767px) {
	

   
    .parent 
    {   
       display: table;
    }
    .parent div{width: 100%;float: none}
    #new_leftcolumn
    {
        display:table-footer-group; 

    }
    #new_contentcolumn
    {
        display: table-header-group;
		padding: 0;
      
    }
	
    #new_rightcolumn
    {
        display: table-footer-group;
      
    }	

.show_on_mobile {
	display: block;
}



.recent_features {
	box-sizing: border-box;
	padding: 0;
}	


#new_rightcolumn {
	padding: 0;
}

#new_leftcolumn_inner,
#new_rightcolumn_inner {
	padding: 30px 0;	
}

 
 }


/* End of Home & Story Items */




.head_row {
    width: 100%;
	background: #fff;
	border-top: 1px solid #ddd;	
	border-bottom: 1px solid #ddd;
	margin: 0 !important;
}

#header {
	max-width: 1024px;
	margin: 0 auto !important;
	padding: 25px 0 !important;
}

h1.hero_headline {
	padding: 0;
	margin: 0;
}

#branding img.logo {
	display: inline-block;
	width: 115px !important;
	height: auto;
    float: left;
	padding: 0;
}

ul#menu-header-menu li {
	display: inline-block;
    height: 69px;
    line-height: 69px;
    padding: 0 0 0 25px;
    color: #161616;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

ul#menu-header-menu li a {
    color: #161616;
	text-decoration: none;
}


.menu-item-1544 a span {
	text-indent: -9999px;
    display: block;
    width: 37px;
    height: 37px;
    margin: 17px 0 0 0;
	background-image: url(images/envelope.png);
	background-size: 37px 37px;
    background-repeat: no-repeat;	
}

ul#menu-header-menu li a:hover {
	color: #444;
}

body.post-type-archive-video ul#menu-header-menu li a, body.single-video ul#menu-header-menu li a {
    color: #161616;
}

body.post-type-archive-video ul#menu-header-menu li a:hover, body.single-video ul#menu-header-menu li a:hover {
    color: #444;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}


/* Frontpage */

.cover_photo_credit {
	position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 200;
    padding: 5px 10px;
	box-sizing: border-box;
    color: rgb(255,255,255,0.3);
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 2px 2px 0px rgb(22 22 22);
}

.photo_credit_info {
    color: rgb(255,255,255,0.3);
	font-weight: bold;
}

@media print {
   #header, #footer { display:none; }
   .printarea { display:block !important; }
}

.mag_wrap {
    margin: 20px auto;
    max-width: 728px;
    width: 100%;
-webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 30%);
	-webkit-print-color-adjust: exact;
}

.front_page {
position:relative;
width: 100%;
height: auto;
}

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

.main_image img {
	position: relative;
	left: 0;
	top: 0;	
z-index: 40;
border-radius: 0 !important;
}

.front_shadow {
	position: relative;
	left: 0;
	top: 0;	
	z-index: 50;
	opacity: 50%;
}

.front_grain {
	position: absolute;
	left: 0;
	top: 0;	
	opacity: 40%;
	z-index: 80;
}

.frontpage_logo {
	position: absolute;
	width: 20%;
	top: 15px;
	left: 15px;
z-index: 45;	
	border-radius: 1px;
border: 1px solid rgb(255,255,255,0.1);
}

.frontpage_logo_above_grain {
	position: absolute;
	width: 20%;
	top: 15px;
	left: 15px;
	z-index: 500;	
	border-radius: 1px;
	opacity: 0.3;
}

.front_content {
	position: absolute;
	left: 9%;
	bottom: 7%;
	max-width: 270px;
	background: url('images/heading_bg2.png') right no-repeat;
	z-index: 45;	
-webkit-print-color-adjust: exact;
}

.front_content h2 {
	color: #ffffff;
	font-family: 'Pathway Gothic One', sans-serif;	
    font-size: 2.9em;
	text-transform: uppercase;
	font-weight: 600;
	text-align: start;
    padding: 5px 0 5px 5px;	
}

.front_content h2 span {
	background: none;
text-shadow: 2px 2px 0px rgba(22, 22, 22, 1);
}

a.front_page_link {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

a.secondary_content_link {
position: absolute;
    top: 20px;
    right: 20px;
    max-width: 220px;
    color: #fff;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: Georgia;
    font-style: italic;
    z-index: 200;
	opacity: 0.9;
}

a.secondary_content_link span {
text-shadow: 1px 1px 0px rgba(22, 22, 22, 1);
}

span.secondary_label {
box-shadow: 2px 1px 1px -1px rgba(0,0,0,0.75);
-webkit-box-shadow: 2px 1px 1px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 1px 1px -1px rgba(0,0,0,0.75);	
}

a.secondary_content_link i {
	padding: 0 10px;
color: #e60000;
text-shadow: 1px 1px 0px rgba(22, 22, 22, 0.5);
}

span.secondary_label {
	background: url(images/heading_bg2.png) center no-repeat;
    color: #fff;
    padding: 1px 6px 1px 6px !important;
    margin-right: 3px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Pathway Gothic One', sans-serif;
    letter-spacing: 4px;
    text-decoration: none;	
}

.front_cover_date {
position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 150px;
    background: url(images/tape_black.png) no-repeat;
    color: #eeeeee;
    padding: 20px 35px 0;
    line-height: 1.2em;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Pathway Gothic One', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    text-align: end;
    z-index: 46;
    opacity: 1;
    border-radius: 0;
    text-shadow: 1px 1px 0px rgb(0 0 0);
    -webkit-print-color-adjust: exact;
}

@media only screen and (max-width: 80em){

.logo {
	margin: 0 0 0 15px !important;
}

}

.video_block {
display: block;
    overflow: auto;
    background: #fff;
}



.row {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
}
.row:before, .row:after {
    content: " ";
    display: table;
}



#content {
	padding: 18px 0 50px 0 !important;
	overflow: hidden;
}


body.page-template-about #content {
	padding: 0 !important;
	overflow: hidden;
}

body.page-template-homepage #content {
	padding: 0 !important;
}

@media only screen and (min-width: 80em){
.large-9 {
    width: 75%;
}



.col_728 {
    width: 728px;
	padding: 0 !important;
}



.video_col {
	padding-left: 0 !important;
    padding-right: 0 !important;
}

.column, .columns {
    position: relative;
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
    float: left;
}

.large-3 {
    width: 25%;
}

.sidebar_250 {
    width: 250px;	
	float: right;
}

}

.column + .column:last-child, .columns + .column:last-child, .column + .columns:last-child, .columns + .columns:last-child {
    float: right;
}

.iframe-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.iframe-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Video page */

.video_archive_item {
	padding: 0 0 20px 0;
}

a.archive_item_link {
	color: #fff;
}

a.archive_item_headline_link {
	color: #161616;	
	text-decoration: none;
}

.video-content h2 {
color: #161616;
font-family: 'Pathway Gothic One', sans-serif;
font-size: 1.6em;
line-height: 1.2em;
}

.video-content p {
color:#333;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 1.2em;
}

.video-content p {
    line-height: 1.3em;
}	

.video-content {
	padding: 10px 0;
}

@media only screen and (max-width: 80em){
	
#content {
	padding: 15px 0 50px 0 !important;
	overflow: hidden;
}	
	
.video-content {
   padding: 15px;
}
}

.space_20 {
	padding: 20px 0;
    margin: 20px 0;
    border-top: 3px solid #363636;
}

.low_bar {
display: inline-block;
float: left;
color: #fff;
font-weight: bold;
    font-family: 'Pathway Gothic One', sans-serif;
	text-decoration: none;
}

.section_label {
display: inline-block;
background: #cc0000;
color: #fff;
padding: 2px 3px;
margin-right: 3px;
font-weight: bold;
    font-family: 'Pathway Gothic One', sans-serif;
	text-decoration: none;
}






/* Article page / Single / Post */

.news_title_archive {
    text-transform: uppercase;	
}

.article_head_wrap {
	color: #161616;
    font-family: 'Pathway Gothic One', sans-serif;
	text-transform: uppercase;
    font-size: 1.987em;
    padding: 10px 0 15px 0;
    margin: 0 0 5px 0;
}

body.single-post .article_head_wrap {
    margin: 0;	
}

.single_hero_media img {
	min-width: 578px !important;
	width: 100% !important;
	height: auto;	
}

.article_head_wrap img {
	width: 100% !important;
	height: auto;
}

.article_head_wrap h1, .article_head_wrap h2 {
	color: #161616;	
}
.article_head_wrap h1 a, .article_head_wrap h2 a {
display: block;
color: #161616;
text-decoration: none;	
}

.first_paragraph {
	font-weight: bold;
	font-family: Tahoma,Verdana,Segoe,sans-serif !important;
}

.first_paragraph p {
    font-size: 1.114em;
    line-height: 1.55em;
	letter-spacing: 0.02em;
	font-family: Tahoma,Verdana,Segoe,sans-serif !important;	
}

.article_text_wrap {
	display: block;
    overflow: hidden;	
}



@media only screen and (min-width: 600px){
	

.spacer_content {
float: left;
width: 140px;
height: auto;
border-top: 3px solid #cc0000;
}
	
	
.spacer {
padding-left: 150px;
}

}

@media only screen and (max-width: 80em){
	.article_head_wrap h1 {
    font-size: 1.2em !important;		
	}
.first_paragraph p {
    font-size: 1.125rem;
    line-height: 1.75rem;
}	
	
	.widget-container,
	.mobile_spacer_lr {
		padding: 0 15px !important;		
	}	
	
	.mobile_spacer {
		padding: 15px !important;
	}	

}






@media only screen and (max-width: 760px){
	.hide_under_760 {
		display: none;
	}
	

	
}	

@media only screen and (max-width: 600px){
		.article_head_wrap {
    padding: 0;
    margin: 0;
    border-bottom: 3px solid #cc0000;	
}

	ul#menu-header-menu li {
		font-size: 1.4em;
		padding: 0 0 0 20px;
	}	
	
}	

.entry-meta {
	position: relative;
	padding: 10px 0;
}


.spacer_content span, .spacer_content time {
    display: initial !important;
    color: #333;
    font-style: italic;
    font-size: 1em;
	letter-spacing: -0.5px;
}

.spacer_content time {
font-family: 'Open Sans Condensed', sans-serif;
}

time.main_date {
    display: block !important;
    color: #aaa !important;
    font-size: 0.69em !important;
    line-height: 0.69em;
    letter-spacing: 1px;
    margin: 0;
    text-align: right;
    font-style: normal !important;
    border-top: 1px dotted #ccc;
    padding: 8px 0 0 0;
    text-transform: uppercase;
}

.meta_item {
	padding: 7px 0;
}

.meta_item a {
font-size: 1.099em;
color:#333;
text-decoration: none;
	font-family: Georgia;
}

.author_block {
	display: block;
	padding: 0 0 5px 0;
}

span.author {
	font-size: 1.1em !important;
	letter-spacing: 0.02em;	
}

span.who_is {
	font-size: 13px;
    letter-spacing: 1px;
    color: #aaa;
    padding: 0;
    font-family: 'Open Sans Condensed', sans-serif;	
}

.more_author_links {
	margin: 0 0 0 7px;
    display: inline-block !important;
    width: 16px;
    height: 16px;
    background-image: url(images/plus.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0 0;
}

.writer_links {
	display: inline-block;
	padding: 0 0 0 5px;
}

.writer_link_icon {
    width: 24x;
    height: 24px;
    fill: #999;	
}

.svg-circleplus { height: 18px; stroke: #db3434; font-weight: bold; }


/* Author Menu */



a.author_main_link {
display: inline-block;
width: 18px;
height: 18px;
  border: none;	
	text-indent:-9999px;	
    background-image: url(images/globe_red.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center;
    border-radius: 50%;	
	text-decoration: none;
	margin: 0 5px 0 0;	
}

.dropbtn {
text-indent:-9999px;
display: inline-block;
width: 18px;
height: 18px;
  border: none;
  cursor: pointer; 
	background-color: #db3434;
    background-image: url(images/plus2.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    border-radius: 50%;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #bc1a1a;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
	color: #161616;
    padding: 8px 10px;
    font-size: 0.889em;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}





body.single-post ul.tag_list {
	overflow: hidden;
    margin: 20px 0 40px 0;
}

body.single-post ul.tag_list li {
	border: 2px solid #aaa;
	border-radius: 4px;	
}

body.single-post ul.tag_list li a {
	color: #888;
}

ul.tag_list li {
    display: inline-block;
    float: left;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    border: 3px solid #cc0000;
    color: #cc0000;
    font-weight: normal !important;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;	
}
body.post-type-archive-video ul.tag_list li,
body.single-video ul.tag_list li {
	float: right;
}

ul.tag_list li a {
	color: #cc0000;
    text-decoration: none;	
}

/* Categories & Archives */

h2.news_title_archive {
	padding: 0 0 5px 0;
}

.category_item p.entry-date {
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: italic;
	padding: 0;
}

/* Pages */

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

/* Playlists */

span.playlist_listen_link a {
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}

/* Posts Navigation */

.nav-links {
	position: relative;
	padding: 20px 0 0 0;
}

.nav-previous {
	position: absolute;
	right:0;
display: inline-block;	
}
.nav-next {
	position: absolute;
	left:0;
display: inline-block;	
}

.nav-links a {
	text-decoration: none;
color: #cc0000;
    border: 2px solid #cc0000;
    padding: 3px 10px;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;	
}


/* Widgets */

.widget_block h2 {
	padding: 0 0 20px 0;
}

/*Footer*/

/* Placeholder for content that would normally push footer to the bottom */
.Content__Container {
  display: flex;
  min-height: 80vh;
  flex-direction: column;
  justify-content: space-between;
}


/* Start Footer container */

.site_footer p {
	font-size: 13px;
}

.footer_row {
	width: 100%;
  background-color: #171717;	
}

.Grid__Container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: white;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
}


/* Single column container */
.Column {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  padding: 1rem;
}


/* Colum specific styles */
.Column__Header {
  opacity: 0.8;
  text-transform: uppercase;
  padding: 0 0 10px 0;
	font-weight: bold;  
	color: #eee;	
}

.Column__Header a {
	color: #eee;
	text-decoration: none;
}

.Column__Link {
  text-decoration: none;
  color: white;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.Column__Link:hover {
  opacity: 0.8;
}


/* Bottom column of the footer  */
.Bottom_Column {
  grid-column: span 2 / span 2;
  padding: 1rem;
  opacity: 0.8;
}

.Bottom_Column__Content_Container {
  display: flex;
  flex-direction: column;
  align-items: center;
}


/* Social icons */
.Social__Icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: white;
}

a.Column__Social_Link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-decoration: none;
}

.Column__Social_Link:hover {
  opacity: 0.8;
}


/* Media queries */
@media (min-width: 768px) {
  .Grid__Container {
    grid-template-columns: repeat(4, 1fr);
  }
  .Bottom_Column {
    grid-column: span 4;
  }
  .Bottom_Column__Content_Container {
    flex-direction: row;
    justify-content: space-between;
  }
}

#footer {
max-width: 1024px;
width: 100%;	
padding: 20px 0;
margin: 0 auto 20px auto;
border-top: 3px solid #363636;	
box-sizing: border-box;
color: #999;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
}

a.footer_link {
	color: #999;
	text-decoration: none;
    font-size: 12px;
    padding: 0 0 0 15px;	
}

a.footer_link:hover {
	color: #aaa;
}

.footer_company {
	color: #999;
	padding: 0 10px 0 0;
}


/* Tooltips */

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


/* rELATED POSTS */

.widget_rrm_similar_posts ul li {
	margin: 0 0 15px 0;
	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.2em;	
}

.widget_rrm_similar_posts ul li a {
	text-decoration: none;
}

.widget_rrm_similar_posts ul li a:hover {
	text-decoration: underline;
}


/* Donations */

.donation_block {
	display: none;
	padding: 0 0 10px 0;
}

.donate_item {
	padding: 0 0 10px 0;
}

.load_donation_options {
	padding: 20px 0;
}

.crypto_address {
	font-size: 12.999px;
	padding: 10px 0;
color: #333;
    font-family: 'Open Sans Condensed', sans-serif;	
}

.donate_btn {
	color: #cc0000;
    border: 2px solid #cc0000;
    padding: 3px 10px;
    text-decoration: none;	
	font-weight: normal;
	cursor: pointer;
}

/* Cookies */
#cookie-law-info-bar {
	padding: 5px 10px !important;
}

.cli-bar-message {
	font-size: 10px;
}

.cli-plugin-button, .cli-plugin-button:visited {
    display: inline-block;
    padding: 2px 5px;
    color: #fff;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    margin-left: 5px;
    text-decoration: none;
}


/* Subscription */

.subscribe_wrap {
    margin: 20px auto;
    max-width: 1024px;
    width: 100%;
    display:table;
background: #f0ece7; 
padding: 15px;
margin-top: -25px;
box-sizing: border-box;
border-top: 3px solid #db3434;
}

.sub_left {
display:table-cell;
vertical-align: middle;
}
.sub_left img {
	width: 100%;
	height: auto;
}

.sub_right {
display:table-cell;
width: 60%;
padding: 0 15px;
box-sizing: border-box;
}

.subscribe_wrap p {
	font-weight: bold;
    padding: 0 0 5px 0;
    font-size: 18px;
}

.tnp-subscription {
    /* font-size: 13px; */
    display: block;
    margin: 0;
    max-width: 900px;
    width: 100%;
}

.tnp-subscription div.tnp-field {
    margin-bottom: 12px;
    border: 0;
    padding: 0;
}
 
.tnp-subscription input[type=email] {
    width: 100%;
    height: 25px;
    padding: 10px;
    display: block;
    border: 1px solid #333;
    border-radius: 3px;		
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px 0;
    line-height: normal;
    box-sizing: border-box;
}

.subscribe_wrap .tnp-subscription label {
    display: block;
    color: inherit;
    /* font-size: 14px; */
    font-weight: 700;
    line-height: normal;
    padding: 5px 0;
    margin: 0;
    font-family: 'Open Sans Condensed', sans-serif;	
}

.tnp-field input[type="submit"] {
	font-family: 'EB Garamond', serif;
	border-radius: 4px;
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	padding: 0;
	cursor: pointer;
background-color: #db3434;	
}

.tnp-field input[type="submit"]:hover,
.tnp-field input[type="submit"]:focus {
	opacity: 0.9;
}

@media only screen and (max-width: 700px){
.subscribe_wrap p {
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
}	

.tnp-subscription input[type=email] {
    width: 100%;
    height: 20px;
}	

}

/* Tiny Subscription */

.tiny_subscribe_wrap {
padding: 15px 0 !important;	
background: transparent !important; 
}

.tiny_subscribe_wrap .tnp-field-button {
	margin: 0 !important;
}

h3.tiny_subscribe {
	font-size: 22px;
	font-weight: bold;
	color: #161616;
	padding: 0 0 5px 0;
}

p.tiny_subscribe {
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
}

/* Popular Posts */

.popular-posts .wpp-list li {
    overflow: hidden;
    max-height: 78px;
    float: none;
    clear: both;
    margin-bottom: 1.03rem;
}


.popular-posts li a {
	text-decoration: none;
    font-size: 0.92em;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 0.02em;
    font-family: 'Pathway Gothic One', sans-serif;
    color: #161616;
}

.popular-posts .widget-title {
	background-image: url('images/flame3.png');
	background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 90px 8px;
}

/* Latest Posts */

.section {
	position: relative;
	margin: 20px 0;
}

.section h3.widget-title {
	display: inline-block;
    color: #fff;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 24px;
    padding: 5px 10px;
    margin: 0 0 0 20px;
    font-weight: bold;
	letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    background: #db3434;	
}

.section h3.widget-title a { color: #fff; }

.latest_posts {
	padding: 20px;
	background: whitesmoke;	
	border-top: 3px solid #db3434;
}

ul.wppsac-post-categories-list li a {
	font-weight: bold;
	font-family: Georgia, serif;
	letter-spacing: 2px;
}

.wppsac-post-date {
	color: #333;
    font-family: 'Open Sans Condensed', sans-serif;	
}

.wppsac-post-slider .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+1) a, .wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+1) a {
    background: #bc1a1a;
}

.wppsac-post-slider .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+2) a, .wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list li:nth-child(4n+2) a {
    background: #db3434;
}

.wppsac-post-slider .wppsac-post-date::after {
    background: none !important;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    width: 50px;
    z-index: 1;
}

/* Ads */

.ads_label {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 0;
	margin: 30px 0 10px 0;
	color: #999999;
	font-weight: bold;	
}

.rll-youtube-player .play {
    left: 50%;
    top: 54% !important;
}