/*
 Theme Name:   Zenit 3.0
 Theme URI:    http://www.zenit.org
 Description:  WP-Prosperity child theme created for Zenit.org.
 Author:       Michael Pollock
 Author URI:   http://michaeldpollock.com
 Template:     wp-prosperity
 Version:      3.0
 Text Domain:  themebeagle
*/

@import url("../wp-prosperity/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */


/* ---------------- [ FONTS ] ---------------- */

h1,h2,h3,h4,h5,h6,
a.home-top-author,
.more-headlines,
.postcat,
.tooltip,
.share-icons a,
input.search-field,
input.search-submit,
.widget .nav-tabs,
.comment-metadata,
#next-posts a,
.woocommerce-tabs .tabs a,
#commentform input#submit,
.button.sc,
.site-footer,
p.privacy-line,
.port-cats,
.single-entry-excerpt,
.nav-primary,
.nav-secondary,
.nav-fixed,
.comment-metadata,
.wp-caption,
.wp-caption-text,
.entry-caption,
.gallery-caption,
.entry-media .thumb-caption,
.sitemap-entry-meta,
.entry-meta {
	font-family: 'proxima-nova', 'source sans pro', arial, helvetica !important;
	font-weight: 400;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight:700 !important;
	}

h2.section-title {
	text-transform:uppercase;
	font-size: 24px;
	color:#A81307;
	margin: 0 0 20px;
	}

/* ---------------- [ LINK COLORS ] ---------------- */

a,
a:link,
a:visited {
	color: #1C415E;
	color: #0B3C5C;
	}

a:hover, 
a:active,
a:focus {
	color: #000;
	}

.entry-title a,
.entry-title a:link,
.entry-title a:visited,
.widgettitle a,
.widgettitle a:link,
.widgettitle a:visited {
	color:#111 !important;
	}

.entry-title a:hover,
.entry-title a:active,
.entry-title a:focus,
.widgettitle a:hover, 
.widgettitle a:active,
.widgettitle a:focus,
.more-headlines a.entry-title:hover,
.more-headlines a.entry-title:active,
.more-headlines a.entry-title:focus {
	color:#000 !important;
	border-bottom:1px solid #0B3C5C;
	}

.youtube-slider h2.entry-title a,
.youtube-slider h2.entry-title a:link,
.youtube-slider h2.entry-title a:visited,
.youtube-slider h2.entry-title {
	color: #0B3C5C !important;
	}

.youtube-slider h2.entry-title a:hover, 
.youtube-slider h2.entry-title a:active,
.youtube-slider h2.entry-title a:focus {
	color: #000 !important;
	}

.postcat a,
.postcat a:link,
.postcat a:visited,
.entry-meta,
.entry-meta a,
.entry-meta a:link,
.entry-meta a:visited {
	color:#42A9FF;
	}

.postcat a:hover,
.postcat a:active,
.postcat a:focus,

.entry-meta a:hover,
.entry-meta a:active,
.entry-meta a:focus {
	color:#000 !important;
	border-bottom:1px solid #0B3C5C;
	}

.author-date a,
.author-date a:link,
.author-date a:visited {
	color:#999;
	}

.author-date a:hover,
.author-date a:active,
.author-date a:focus {
	color:#000 !important;
	border-bottom:1px solid #0B3C5C;
	}

/* ---------------- [ HOT TOPICS ] ---------------- */

.hot-topics {
	float:left;
	margin:0 0 0 30px;
	width:auto;
	}

.hot-topics ul {
	margin:0;
	padding:0;
	list-style:none;
	}

.hot-topics li {
	width:auto;
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
	float: left;
	line-height:50px;
	}

.hot-topics a {
	color: #aaa;
	display:block;
	text-transform:capitalize;
	line-height:50px;
	}

.hot-topics a:hover {
	color: #fff;
	}

/* ---------------- [ LANGUAGE SELECTION ] ---------------- */

.edition-drop {
	float:right;
	margin:0;
	}

.edition-list ul {
	display:inline-block;
	width:auto;
	margin:0;
	list-style:none;
	}

.edition-list li {
	display:inline-block;
	width:auto;
	margin:0 20px 0 0;
	list-style:none;
	}

.edition-list a {
	color: #aaa;
	}

.edition-list a:hover {
	color: #fff;
	}

.edition-list li {
	position:relative;
	}

.edition-list li ul {
	background: #f8f8f8;
	padding:10px;
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	margin-left:-135px;
	z-index: 99;
	border:0;
	width: 322px;
	border:1px solid #ddd;
	}

.edition-list li ul li {
	width:100px;
	margin:0;
	padding:0;
	display:block;
	float:left;
	line-height:40px;
	}

.edition-list li ul li a {
	width:100px;
	margin:0;
	padding:0;
	text-align:center;
	display:block;
	color:#666;
	}

.edition-list li ul li a:hover {
	background:#000;
	color:#fff;
	}

.edition-list li:hover > ul,
.edition-list li.sfHover > ul {
	display: block;
	}

/* ---------------- [ MISC TOPNAV STYLES ] ---------------- */

.hot-topics li.ht-title,
a.edition-title,
.nav-primary .search-button {
	font-weight:bold;
	color: #CC2929;
	text-transform:uppercase;
	font-family: 'oswald', arial, helvetica;
	font-size:16px;
	}

.nav-primary .search-button {
	padding:11px 0 0 0;
	margin-left:18px;
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #CC2929 !important;
	}

.nav-primary .search-button i.fa {
	position:relative;
	top:-2px;
	margin-right:2px;
	}

.site-inner-wrap {
	padding:30px 0 30px;
	}

.home .site-inner-wrap {
	padding:0 0 50px;
	}

/* ---------------- [ HOME PAGE TOP / EDITORS PICKS / MORE HEADLINES ] ---------------- */

.home .site-container, 
.home.unboxed .site-inner { 
	max-width:100%;
	padding:0;
	}

.home-top {
	background: #EFEFEF;
	padding:30px 0;
	}

.editors-picks {
	float:left;
	width:72.48%
	}

.ep-left {
	float:left;
	width: 68.65%;
	}

.ep-right {
	float:right;
	width:27%;
	clear:right;
	}

.editors-picks article.post {
	margin-bottom:30px;
	}

.editors-picks .large-thumbnail,
.editors-picks .medium-thumbnail {
	margin-bottom: 10px;
	display:block;
	width:100%;
	}

.ep-left {
	position:relative;
	z-index:10;
	}

.ep-left .lg-feat-excerpt {
	padding:10px 20px;
	position:static;
	left:0;
	right:0;
	bottom:0;
	background:#000;

	}

.ep-left .large-thumbnail,
.ep-left .large-home-image {
	margin:0;
	width:100%;
	height:auto;
	}

.ep-left h2.entry-title {
	display:inline;
	width:auto;
	}

.ep-left h2.entry-title a {
	margin:0;
	color:#fff !important;
	font-size:44px;
	font-weight:600 !important;
	line-height:1.0;
	}

.ep-left h2.entry-title a:hover {
	border:0;
	}

.ep-right h2.entry-title {
	font-size:20px !important;
	line-height:1.4;
	margin:0;
	margin-bottom:3px;
	}

a.home-top-author {
	color:#FF0000;
	text-transform:uppercase;
	font-size:20px;
	display:inline;
	width:auto;
	margin:0;
	}

.ep-right a.home-top-author {
	color:#999;
	font-size:14px;
	display:block;
	width:100%;
	}

/* ---------------- [ MORE HEADLINES ] ---------------- */

.more-headlines {
	float:right;
	width:24.45%;
	}

.more-headlines article.post {
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom:1px solid #D0D0D0;
	font-size:17px;
	line-height:1.3;
	color:#999;
	}

.more-headlines article.post:last-child {
	margin-bottom:25px;
	padding:0;
	border:0;
	}

.more-headlines .entry-title {
	font-weight:bold;
	margin-right:3px;
	color:#222;
	}

.more-headlines .entry-date {
	font-size:14px;
	text-transform: uppercase;
	color:#999;
	font-weight:400;
	line-height:1.2;
	white-space: nowrap;
	}

/* ---------------- [ HOME ADS ] ---------------- */

.home-ad .wrap.zenit {
	text-align:center;
	padding:40px 20px;
	width:100%;
	max-width: 1260px;
	clear:both;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
	}

/* ---------------- [ HOME MIDDLE ] ---------------- */

.home-mid-left {
	float:left;
	width:68.25396%;
	margin-left:-15px;
	margin-right:-15px;
	}

.home-mid-left article.post.col-md-6 {
	padding-left:15px;
	padding-right:15px;
	}

.home-mid .medium-thumbnail {
	margin-bottom:10px;
	/* width:100%; */
	}

.postcat {
	font-size:14px;
	font-weight: 400;
	text-transform:uppercase;
	letter-spacing:0.5px;
	margin-bottom:5px;	
	}

.entry-meta {
	font-size:14px !important;
	font-weight: 400 !important;
	text-transform:uppercase !important;
	letter-spacing:0.5px !important;
	}

.entry-meta i {
	display:none !important;
	}

.smallthumb .postcat {
	font-size:12px;
	margin-bottom:0;
	}

.home-mid h2.entry-title {
	margin-bottom:5px;
	letter-spacing:0;
	font-size:24px;
	line-height:1.1;
	}

.home-mid .smallthumb h2.entry-title {
	font-size:16px;
	line-height:1.4;
	}

.home-mid-excerpt {
	line-height:1.6;
	font-size: 14px;
	}

.home-mid-div {
	border-bottom:1px solid #eee;
	display:block;
	clear:both;
	height:20px;
	margin: 0 15px 50px;
	}

.smallthumb .home-mid-excerpt {
	line-height:1.5em;
	max-height:3.0em;
	height:auto;
	overflow:hidden;
	margin-bottom:18px;
	font-size:14px;
	}

.smallthumb .home-mid-content {
	display:inline-block;
	width:72%;
	clear:none;
	float:right;
	}

.smallthumb .thumbnail {
	display:inline-block;
	width:25%;
	margin:0 0 30px;
	float:left;
	}

.author-date {
	margin: -15px 0 0;
	}

.home-mid-date:before {
	display:inline-block;
	font-style: normal;
	font-weight: bold;
	content: "\2022";
	padding:0 4px 0 2px;
	font-size:14px;
	}

.home .home-mid #secondary {
	display:block;
	}

@media only screen and (min-width: 801px) {
	.home .home-mid #secondary {
		width: 32.2034%;
		width: 30.95238%;
	}
}

/* ---------------- [ YOUTUBE SLIDER ] ---------------- */

.home-youtube {
	margin: 20px 0 0;
	padding:40px 0;
	background:#F8F8F8;
	}

.youtube-slider h2.slide-title {
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	margin-bottom:15px;
	line-height: 40px;
	}

.youtube-slider .flex-direction-nav a  { 
	text-decoration:none; 
	display: block; 
	width: 36px; 
	height: 40px;
	line-height: 40px; 
	margin: 0; 
	position: absolute; 
	z-index: 10;
	opacity: 1; 
	color: #fff;
	background:#808080; 
	text-indent:0;
	top:0;
	}

.youtube-slider .flex-direction-nav .flex-prev:before,
.youtube-slider .flex-direction-nav .flex-next:before { 
	width: 36px; 
	height: 40px;
	line-height:40px;
	color:inherit;
	color:#fff;
	}

.youtube-slider .flex-direction-nav .flex-prev,
.youtube-slider .flexslider:hover .flex-prev { 
	left:auto;
	right:38px;
	opacity:1; 
	}

.youtube-slider .flex-direction-nav .flex-next,
.youtube-slider .flexslider:hover .flex-next { 
	right:0;
	opacity:1; 
	}

.youtube-slider h2.entry-title {
	display:block;
	position:static;
	font-size:16px;
	padding:15px 20px 0;
	letter-spacing:0;
	}

.youtube-slider ul.slides {
	margin: 0; 
	width:100%;
	text-align:center;
	}

.youtube-slider .slides li {
	position:static;
	margin:0;
	display:inline-block;
	width:auto;
	float:none;
	}

.youtube-slider .feat-container {
	padding:0;
	border-right:10px solid #fff;
	border-color:transparent;
	}

.youtube-slider .noborder .feat-container {
	border-right:0;
	}

.youtube-slider a.ytimg {
	padding:0;
	display:block;
	}

.youtube-slider .ytimg img {
	padding:5px;
	background:#fff;
	border:1px solid #e5e5e5;
	}

.youtube-slider i.fa-film {
	margin-right: 3px;
	top:-1px;
	position:relative;
	}

/* ---------------- [ HOME BOTTOM ] ---------------- */

.home-bottom {
	margin-left:-15px;
	margin-right:-15px;
	}

.home-bottom article.post.col-md-4,
.home-bottom article.post.col-sm-4 {
	padding-left:15px;
	padding-right:15px;
	}

.home-bottom .medium-thumbnail {
	margin-bottom:10px;
	}

.home-bottom h2.entry-title,
.archive h2.entry-title {
	margin-bottom:5px;
	letter-spacing:0;
	font-size:24px;
	line-height:1.1;
	}

.home-bottom .home-mid-excerpt {
	line-height:1.6;
	font-size: 14px;
	}

/* ---------------- [ FOOTER ] ---------------- */

.site-footer {
	padding:40px 0 35px;
	font-weight:400 !important;
	font-size:16px !important;
	text-transform:none !important;
	letter-spacing:0px !important;
	}

.site-footer .site-info,
.footer-nav-menu {
	line-height:36px;
	}

a.zlogofoot {
	height:30px;
	width:78px;
	background:url(images/zenit-logo-footer.png) 50% 50% no-repeat;
	display:inline-block;
	text-indent:-900em;
	text-decoration:none !important;
	margin-right:10px;
	}

.footer-nav-menu li:after {
	content: '';
	}

/* ---------------- [ MOBILE NAV ] ---------------- */

.nav-primary.mobile {
	display:none !important;
	}

.nav-primary.mobile li {
	text-transform:capitalize;
	}

@media only screen and (max-width: 960px) {
	.ep-left, 
	.ep-right {
		float:none;
		width: 100%;
		clear:both;
	}
	.ep-left h2.entry-title {
		font-size:30px;
		line-height:1.4;
	}
	.nav-primary {
		display:none !important;
	}
	.nav-primary.mobile {
		display:block !important;
	}
	.home-mid-left article.post.col-md-6 {
		display:block;
		clear:both;
		width:100%;
		margin-bottom:30px;
	}
	.nav-primary.mobile .search-button {
		margin-right:10px;
	}
	.home-mid .smallthumb .author-date {
		margin-bottom:20px;
	}
}

@media only screen and (min-width: 561px) and (max-width: 960px) {
	.home-sm-feat {
		margin-left:-15px;
		margin-right:-15px;
	}
	article.post.ep-right {
		width: 50%;
		float:left;
		padding-left:15px;
		padding-right:15px;
		clear:none;
	}
}

@media only screen and (max-width: 800px) {

	.editors-picks,
	.more-headlines {
		float:none;
		width:100%;
		display:block;
	}

	.home-mid-left {
		float:none;
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}

	.home-mid-left article.post.col-md-6 {
		padding-left:0;
		padding-right:0;
	}

}

@media only screen and (max-width: 640px) {
	a.zlogofoot {
		height:30px;
		width:78px;
		background:url(images/zenit-logo-footer.png) 50% 50% no-repeat;
		display:block;
		margin:0 auto 10px;
	}
}

.entry-intro {
	background:#f8f8f8;
	border:1px solid #eee;
	padding:20px;
	}

.topnav-search input.search-field {
	width:98%;
	max-width:none;
	background-color:#fff;
	border:1px solid #eee;
	padding:0 20px;
	}

#next-posts a {
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:1px;
	margin:0;
	padding:25px 40px;
	}

.single-entry-excerpt {
	font-size: 20px;
	font-weight:400;
	margin:0 0 30px;
	}

/* -- HIDE ALL CAPTIONS -- */
.wp-caption-text {
	display:none;
	}

p.thumb-description {
	text-align:right;
	font-style:italic;
	font-size:14px;
	text-transform:capitalize;
	padding-top:3px;
	color:#999;
	}

.ad-below-header {
	padding:30px 0;
	}

.ad-above-footer {
	padding:30px 0;
	}

.share-icons {
	margin-top:30px;
	}

#infscr-loading {	
	color: #fff;
	line-height:0;
	text-indent:-999em;
	}

.nav-secondary .menu-toggle i:after {
	content: 'Sections' !important;
	}

.home-mid,
.home-bottom-wrap {
	padding-top: 20px !important;
	}

/* ---------------- [ BULLETS BETWEEN ENTRY META ELEMENTS ] ---------------- */

.single .entry-meta span {
	margin:0;
	}

.single .entry-meta span:before {
	display:inline-block;
	font-style: normal;
	font-weight: bold;
	content: "\2022";
	padding:0 8px;
	}

.single .entry-meta span:first-child:before {
	display:none;
	}