<?php
	header("Content-type: text/css");
	require_once('../../../../wp-load.php');

	//banner settings
	$banner_type = get_option ( THEME_NAME."_banner_type" );

	//bg type
	$bg_type = get_option ( THEME_NAME."_body_bg_type" );
	$bg_color = get_option ( THEME_NAME."_body_color" );
	$bg_image = get_option ( THEME_NAME."_body_image" );
	$bg_texture = get_option ( THEME_NAME."_body_pattern" );
	if(!$bg_texture) $bg_texture = "texture-1";

	//colors
	$color_1 = get_option(THEME_NAME."_color_1");
	$color_2 = get_option(THEME_NAME."_color_2");
	$color_3 = get_option(THEME_NAME."_color_3");
	$color_4 = get_option(THEME_NAME."_color_4");
	$color_5 = get_option(THEME_NAME."_color_5");
	$color_6 = get_option(THEME_NAME."_color_6");



?>


/* Main Color Scheme */
h1.page-title,
.mini-sidebar .widget > h3,
input[type=submit],
#sidebar .widget > h3,
.item-block .item-comment,
.strict-block .block-title,
.breaking-news .breaking-title,
.tag-cloud a,
#wp-calendar thead,
#wp-calendar caption,
.ot-jumplist .open-jumplist,
.ot-jumplist .actual-list {
	background-color: #<?php echo $color_1;?>;
}
#wp-calendar tbody td#today {
	/* box-shadow: inset 1px 1px 0 1px #fff, inset 1px 0 0 1px #fff, inset 1px 1px 0 3px <-CUSTOM->, inset 1px 0 0 3px <-CUSTOM->; */
	box-shadow: inset 1px 1px 0 1px #fff, inset 1px 0 0 1px #fff, inset 1px 1px 0 3px #<?php echo $color_1;?>, inset 1px 0 0 3px #<?php echo $color_1;?>;
}

/* Main Menu Color */
.header #main-menu {
	background-color: #<?php echo $color_2;?>;
}

/* Link color */
a {
	color: #<?php echo $color_3;?>;
}

/* Mouse-Over link color */
a:hover {
	color: #<?php echo $color_4;?>;
}

/* Footer Widget Title Color */
.footer .widget > h3 {
	color: #<?php echo $color_5;?>;
}

/* Footer Widget Title Bottom Border */
.footer .widget > h3 {
	border-bottom: 3px solid #<?php echo $color_6;?>;
}

/* Background Color/Texture/Image */
body {
	<?php if($bg_type == "color") { ?>
		background: #<?php echo $bg_color;?>;
	<?php } else if ($bg_type == "pattern") { ?> 
		background: url(/wp-content/themes/rightwingnews-theme/css/<?php echo THEME_IMAGE_URL."background-".$bg_texture;?>.jpg);
	<?php } else if ($bg_type == "image") { ?>
		background-image: url(/wp-content/themes/rightwingnews-theme/css/<?php echo $bg_image;?>);background-size: 100%; background-attachment: fixed;
	<?php } else { ?>
		background: #<?php echo $bg_color;?>;
	<?php } ?>

}

<?php
	if ( $banner_type == "image" ) {
	//Image Banner
?>
		#overlay { width:100%; height:100%; position:fixed;  _position:absolute; top:0; left:0; z-index:1001; background-color:#000000; overflow: hidden;  }
		#popup { display: none; position:absolute; width:auto; height:auto; z-index:1002; color: #000; font-family: Tahoma,sans-serif;font-size: 14px; }
		#baner_close { width: 22px; height: 25px; background: url(/wp-content/themes/rightwingnews-theme/css/<?php echo get_template_directory_uri(); ?>/images/close.png) 0 0 repeat; text-indent: -5000px; position: absolute; right: -10px; top: -10px; }
<?php
	} else if ( $banner_type == "text" ) {
	//Text Banner
?>
		#overlay { width:100%; height:100%; position:fixed;  _position:absolute; top:0; left:0; z-index:1001; background-color:#000000; overflow: hidden;  }
		#popup { display: none; position:absolute; width:auto; height:auto; max-width:700px; z-index:1002; border: 1px solid #000; background: #e5e5e5 url(/wp-content/themes/rightwingnews-theme/css/<?php echo get_template_directory_uri(); ?>/images/dotted-bg-6.png) 0 0 repeat; color: #000; font-family: Tahoma,sans-serif;font-size: 14px; line-height: 24px; border: 1px solid #cccccc; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; text-shadow: #fff 0 1px 0; }
		#popup center { display: block; padding: 20px 20px 20px 20px; }
		#baner_close { width: 22px; height: 25px; background: url(/wp-content/themes/rightwingnews-theme/css/<?php echo get_template_directory_uri(); ?>/images/close.png) 0 0 repeat; text-indent: -5000px; position: absolute; right: -12px; top: -12px; }
<?php 
	} else if ( $banner_type == "text_image" ) {
	//Image And Text Banner
?>
		#overlay { width:100%; height:100%; position:fixed;  _position:absolute; top:0; left:0; z-index:1001; background-color:#000000; overflow: hidden;  }
		#popup { display: none; position:absolute; width:auto; z-index:1002; color: #000; font-size: 11px; font-weight: bold; }
		#popup center { padding: 15px 0 0 0; }
		#baner_close { width: 22px; height: 25px; background: url(/wp-content/themes/rightwingnews-theme/css/<?php echo get_template_directory_uri(); ?>/images/close.png) 0 0 repeat; text-indent: -5000px; position: absolute; right: -10px; top: -10px; }
<?php } ?>

/*
 Theme Name:   Right Wing News Child Theme
 Theme URI:    http://wpdevelopers.com
 Description:  Custom child theme for Right Wing News.
 Author:       Tyler Johnson
 Author URI:   http://tylerjohnsondesign.com
 Template:     rightwingnews-theme
 Version:      1.1.6
*/

/*-------------------------------------------------------------- */

.block-title,.strict-block .block-title{display:none;visibility:hidden}.date-separator,input[type=submit]{text-shadow:1px 1px 0 #000;box-shadow:0 3px 0 #08657C}.authorpage-name,.date-separator,input[type=submit]{box-shadow:0 3px 0 #08657C}.main-article a{font-weight:700;color:#1398cb}body{color:#000}.header-1-content{padding:5px 0 8px}.admin-bar .subset{margin-top:18px!important}.header #main-menu .wrapper>ul>li:hover{background:#292929}.item-content{line-height:1.2}.loop-title{font-size:1rem;font-weight:700;margin:0 5px 0 0;line-height:1.6rem;color:#000}.loop-comments{background:#119AB9;border-radius:4px;padding:1px 5px;color:#fff;margin:0 5px;display:inline-block}.loop-comments:hover{color:#119AB9;background:#fff}.loop-author{margin:0 0 0 5px}.loop-field-author{margin:0 0 0 5px;display:inline-block;color:#000}p.loop-field-author{margin-bottom:0!important}.date-separator,.sectionbox{border-radius:4px;margin-bottom:15px}.loop-field-author:hover{color:#119AB9}.loop-author .fa-user,.loop-comments .fa-comment,.loop-comments span{vertical-align:baseline}.date-separator{background:#0D9CBF;padding:5px;color:#fff}.pagebtns a,input.wpcf7-submit{text-shadow:none;line-height:100%;display:inline-block;font-weight:700}.sectionbox{background:#f5f5f5;padding:10px}.pagebtns{margin-bottom:20px}.pagebtns a{color:#969696;font-size:14px;padding:6px 10px;border-radius:30px;background:0 0;border:1px solid #969696;margin:10px 0 0}.pagebtns a:hover{background:#969696;color:#fff}.sectionhead{font-size:20px;color:#0D9CBF;font-weight:700;margin-bottom:6px}.single-loop:nth-child(even){background:#DADADA;padding:5px;border-radius:6px}.single-loop:nth-child(odd){padding:5px;background:0 0}input.wpcf7-form-control,textarea.wpcf7-form-control{width:90%}input.wpcf7-form-control:focus,textarea.wpcf7-form-control:focus{border:1px solid #000}input.wpcf7-submit{width:20%;color:#969696;font-size:14px;padding:6px 10px;border-radius:30px;background:0 0;border:1px solid #969696;margin:10px 0 0}input.wpcf7-submit:hover{background:#969696;color:#fff}li.authorpage-box{width:28%;display:inline-block;background:#f5f5f5;padding:10px;margin:10px;max-height:200px}.authorpage-name{background:#0D9CBF;padding:5px;color:#fff;border-radius:4px;margin-bottom:10px;text-shadow:1px 1px 0 #000}.authorpage-image{display:inline-block;margin-right:10px;float:left}.authorpage-p{line-height:15px;margin-bottom:6px;font-size:14px}.authorpage-post{font-weight:700}.authorpage-readmore{color:#969696;text-shadow:none;font-weight:700;font-size:12px;line-height:100%;padding:4px 10px;border-radius:30px;background:0 0;border:1px solid #969696;margin:10px 0 0;display:inline-block}.authorpage-readmore:hover{background:#969696;color:#fff}.about-author .about-avatar{width:100px;height:100px;overflow:hidden}.about-author img{width:100%}h2.archive-titles{text-align:center;margin-top:10px;border-bottom:3px solid #000;padding-bottom:8px}.sidebar-featuredvid{text-align:center}#sidebar .widget>div{border-radius:0 0 6px 6px}#sidebar .widget>h3{border-radius:6px 6px 0 0;text-shadow:1px 1px 0 #000; display:inline-block;margin-bottom:1rem}.widget .w-comment-list .item .item-content{margin-left:0}.widget-3 .textwidget{background:0 0!important;padding:0!important}#menu-permalinks li{padding:5px 0;border-bottom:1px solid #e7e7e7}.ot-jumplist .jumplist-gplus,.ot-jumplist .jumplist-pinterest,.ot-jumplist .jumplist-rss,.ot-jumplist .jumplist-youtube{display:block;font-size:15px;color:#fff;width:40px;text-align:center;padding:10px 0}.ot-jumplist .jumplist-pinterest{background:#CA1F27}.ot-jumplist .jumplist-youtube{background:#D4261D}.ot-jumplist .jumplist-rss{background:#FE9900}.ot-jumplist .jumplist-gplus{background:#E14526}img.article-photo{display:none;visibility:hidden}.main-article .article-header .article-meta .meta-date{display:inline-block}.single-youtube-embed{margin-bottom:35px}.us_wrapper,blockquote p{margin-bottom:10px!important}.us_wrapper .us_button{width:200px!important;height:45px!important}.us_wrapper .us_button .us_share{height:100%!important;line-height:50px!important;background-color:rgba(0,0,0,.1)!important}.us_facebook.us_button:hover,.us_mail.us_button:hover,.us_twitter.us_button:hover{background-color:rgba(0,0,0,.7)!important}.meta-author-img{width:40px;height:40px;overflow:hidden;float:left;margin-right:10px}.author-img img{width:100%;height:auto}.alsosee-main{background:#f5f5f5;border-radius:6px;margin-bottom:15px}h3.alsosee-head{background:#0D9CBF;color:#fff;border-radius:6px 6px 0 0;padding:5px}.alsosee-featured,.alsosee-section{display:inline-block;padding:0 5px 5px}.alsosee-featured{width:325px;margin:0 5px 15px;border-right:1px solid #DFDFDF}.alsosee-section{width:500px;margin:0 5px 5px}a.alsosee-feat-link{color:#000;font-weight:700;font-size:1.2em;display:block;margin-bottom:10px}span.alsosee-feat-date{background:#000;display:block;color:#fff;padding:5px;border-radius:6px;margin-bottom:6px}a.alsosee-readmore{box-shadow:0 3px 0 #08657c;text-shadow:1px 1px 0 #000;background:#0D9CBF;color:#fff;font-weight:700;padding:6px 10px;border-radius:6px}a.alsosee-link{display:inline-block;color:#000;font-weight:700;font-size:1em;padding:5px 5px 5px 0}span.alsosee-feat-author{display:block;border-bottom:1px solid #DFDFDF;padding-bottom:5px}a.alsosee-feat-link:hover,a.alsosee-link:hover{color:#10C4F0}.essb_links.essb_template_metro-retina.essb_nospace li a{width:100%;padding:10px 0;font-size:16px}canvas#myCanvas{border:2px solid #000}div#instructions{margin:30px 0}.wpdev-image-generator-input{text-align:center;background:#f5f5f5;padding:15px;border-radius:10px;margin-bottom:30px}.wpdev-image-generator-input input{padding:8px;border:1px solid;border-radius:10px 0 0 10px}.wpdev-image-generator-input strong{color:#0D9CBF;display:inline-block;margin:10px 0}.wpdev-image-generator-input button{background:#0D9CBF;color:#fff;font-weight:700;border:none;padding:9px 15px;border-radius:0 10px 10px 0}.wpdev-image-generator-input button:hover{cursor:pointer;background:#000}#instructions h2{border-bottom:1px solid #000;padding-bottom:5px;margin-bottom:10px}#sidebar.right .widget-1 div,#sidebar.right .widget-4 div{border-radius:0;padding:0}@media (max-width:1260px){li.authorpage-box{width:43%}}@media (max-width:640px){li.authorpage-box{width:92%}}.archive .blog-style .item .item-header{display:none;visibility:hidden}.archive .clear-float{display:none;clear:none}.archive .blog-style .item .item-content{margin-left:0}li.essb_totalcount_item span.essb_t_nb{color:#13a4d9;font-size:1.5rem;font-weight:700;line-height:1.4rem}li.essb_item.essb_totalcount_item span.essb_totalcount{box-shadow:none!important;border:none!important}li.essb_totalcount_item span.essb_total_text{font-weight:700}li.essb_link_facebook.nolightbox a,li.essb_link_twitter.nolightbox a,li.essb_item.essb_link_comments.nolightbox a{padding:.7rem 1.5rem;border-radius:.3rem;margin-left:.2rem}span.wpdev-date-separator-title{font-weight:700;border-bottom:1px solid #000}span.wpdev-date-separator-line{width:4px;overflow:hidden;vertical-align:top;margin:0 .5rem}.wpdev-headline-article{height:66px;overflow:hidden}span.wpdev-date-separator-date{font-weight:600;letter-spacing:.05rem}span.wpdev-date-separator-date,span.wpdev-date-separator-title{vertical-align:middle}span.wpdev-date-separator-date,span.wpdev-date-separator-line,span.wpdev-date-separator-title{display:inline-block}h2.wpdev-date-separator{font-size:1.6rem;text-transform:uppercase;margin-bottom:.5rem;color:#119ab9}.wpdev-headline-content{background:#fff;padding:.8rem;box-shadow:inset 1px 1px 0 #292929,inset -1px -1px 0 #292929}h2.wpdev-headline-title{font-weight:600;text-transform:uppercase;letter-spacing:.1rem;color:#292929;margin-bottom:.8rem}.wpdev-headline-content-cont{background:#fff;padding:.6rem .4rem;box-shadow:2px 2px 0 rgba(41,41,41,.5),-1px -1px 0 rgba(41,41,41,.5)!important;margin-bottom:.6rem;display:inline-block;width:402px;line-height:160%}.wpdev-headline-content-cont:nth-child(10),.wpdev-headline-content-cont:nth-child(11),.wpdev-headline-content-cont:nth-child(14),.wpdev-headline-content-cont:nth-child(15),.wpdev-headline-content-cont:nth-child(18),.wpdev-headline-content-cont:nth-child(19),.wpdev-headline-content-cont:nth-child(2),.wpdev-headline-content-cont:nth-child(3),.wpdev-headline-content-cont:nth-child(6),.wpdev-headline-content-cont:nth-child(7){background:rgba(41,41,41,.2)}.wpdev-headline-content-cont:nth-child(1),.wpdev-headline-content-cont:nth-child(12),.wpdev-headline-content-cont:nth-child(13),.wpdev-headline-content-cont:nth-child(16),.wpdev-headline-content-cont:nth-child(17),.wpdev-headline-content-cont:nth-child(20),.wpdev-headline-content-cont:nth-child(21),.wpdev-headline-content-cont:nth-child(4),.wpdev-headline-content-cont:nth-child(5),.wpdev-headline-content-cont:nth-child(8),.wpdev-headline-content-cont:nth-child(9){background:#f5f5f5}span.wpdev-headline-source,span.wpdev-headline-title{font-size:1.1rem}span.wpdev-headline-source{font-weight:500;color:#0d9cbf;margin-right:.5rem;padding-right:.5rem;border-right:1px solid #d1d1d1}.wpdev-article-column.wpdev-article:nth-child(odd),.wpdev-headline-content-cont:nth-child(even){margin-right:10px}span.wpdev-headline-title a{font-weight:700;color:#292929}.wpdev-article-column.wpdev-article{background:#f5f5f5;display:inline-block;width:428px;margin-top:.8rem;box-shadow:inset 1px 1px 0 #d1d1d1,inset -1px -1px 0 #d1d1d1}a.wpdev-article-featured img{width:100%}div.entry-content,div.entry-meta,header.entry-header{padding:.6rem}header.entry-header{padding-bottom:0}div.entry-meta .essb-total{display:inline-block;vertical-align:middle}div.entry-meta a{font-weight:700}span.wpdev-article-meta-divider{margin:0 .4rem;color:rgba(0,0,0,.4)}div.entry-meta .essb-total,span.wpdev-artcle-share-text,span.wpdev-article-comments{color:#0d9cbf;font-weight:700}span.wpdev-artcle-share-text{text-transform:uppercase;font-size:.7rem;vertical-align:middle}div.entry-content{line-height:1.2rem}div.entry-meta{font-size:1rem}a.wpdev-article-readmore{display:block;text-align:right;text-transform:uppercase;font-weight:700}.wpdev-article-column.wpdev-article.wpdev-standout article{background-size:cover;background-position:50% 0;position:relative;height:100%!important}h2.entry-title{height:50px;overflow:hidden}.wpdev-standout-entry h2.entry-title a{text-shadow:0 0 .3rem #1f1f1f}.wpdev-article-column .entry-content p{height:65px;overflow:hidden;margin-bottom:.2rem}.wpdev-standout-entry{background-image:url(http://rightwingnews.com/wp-content/uploads/2016/07/article-bg.png);background-repeat:repeat-x;bottom:0;background-position:0 -25px;position:absolute;width:100%}.wpdev-headline-content-cont:nth-child(10) span.wpdev-headline-source,.wpdev-headline-content-cont:nth-child(11) span.wpdev-headline-source,.wpdev-headline-content-cont:nth-child(14) span.wpdev-headline-source,.wpdev-headline-content-cont:nth-child(15) span.wpdev-headline-source,.wpdev-headline-content-cont:nth-child(18) span.wpdev-headline-source,.wpdev-headline-content-cont:nth-child(19) span.wpdev-headline-source,.wpdev-headline-content-cont:nth-child(2) span.wpdev-headline-source,.wpdev-headline-content-cont:nth-child(3) span.wpdev-headline-source,.wpdev-headline-content-cont:nth-child(6) span.wpdev-headline-source,.wpdev-headline-content-cont:nth-child(7) span.wpdev-headline-source{border-right:1px solid #a8a8a8}.wpdev-standout-entry .entry-content,.wpdev-standout-entry h2{color:#fff}.wpdev-standout-entry .entry-meta span.wpdev-article-meta-divider{color:rgba(255,255,255,.4)}.wpdev-section-content{margin-bottom:3rem}@media screen and (max-width:1255px){.wpdev-headline-content-cont{width:292px!important}.wpdev-article-column.wpdev-article{width:318px!important}}@media screen and (max-width:1000px){.wpdev-headline-content-cont{width:47%!important}.wpdev-headline-content-cont:nth-child(even){margin-right:1%!important}.wpdev-article-column.wpdev-article{width:49%!important}.wpdev-article-column.wpdev-article:nth-child(odd){margin-right:1%}}@media screen and (max-width:660px){.wpdev-headline-content-cont{width:100%!important;max-width:97%}}@media screen and (max-width:550px){.wpdev-article-column.wpdev-article,.wpdev-headline-content-cont{width:100%!important}}
span.wpdev-date-separator-title{font-weight:700;border-bottom:1px solid #000}span.wpdev-date-separator-line{width:4px;overflow:hidden;vertical-align:top;margin:0 .5rem}.wpdev-headline-article{height:66px;overflow:hidden}span.wpdev-date-separator-date{font-weight:600;letter-spacing:.05rem}span.wpdev-date-separator-date,span.wpdev-date-separator-title{vertical-align:middle}span.wpdev-date-separator-date,span.wpdev-date-separator-line,span.wpdev-date-separator-title{display:inline-block}h2.wpdev-date-separator{font-size:1.6rem;text-transform:uppercase;margin-bottom:.5rem;color:#119ab9}.wpdev-headline-content{background:#fff;padding:.8rem;box-shadow:inset 1px 1px 0 #292929,inset -1px -1px 0 #292929}h2.wpdev-headline-title{font-weight:600;text-transform:uppercase;letter-spacing:.1rem;color:#292929;margin-bottom:.8rem}.wpdev-headline-content-cont{background:#fff;padding:.6rem .4rem;box-shadow:2px 2px 0 rgba(41,41,41,.5),-1px -1px 0 rgba(41,41,41,.5)!important;margin-bottom:.6rem;display:inline-block;width:402px;line-height:160%}.wpdev-headline-content-cont:nth-child(10),.wpdev-headline-content-cont:nth-child(11),.wpdev-headline-content-cont:nth-child(14),.wpdev-headline-content-cont:nth-child(15),.wpdev-headline-content-cont:nth-child(18),.wpdev-headline-content-cont:nth-child(19),.wpdev-headline-content-cont:nth-child(2),.wpdev-headline-content-cont:nth-child(3),.wpdev-headline-content-cont:nth-child(6),.wpdev-headline-content-cont:nth-child(7){background:rgba(41,41,41,.2)}.wpdev-headline-content-cont:nth-child(1),.wpdev-headline-content-cont:nth-child(12),.wpdev-headline-content-cont:nth-child(13),.wpdev-headline-content-cont:nth-child(16),.wpdev-headline-content-cont:nth-child(17),.wpdev-headline-content-cont:nth-child(20),.wpdev-headline-content-cont:nth-child(21),.wpdev-headline-content-cont:nth-child(4),.wpdev-headline-content-cont:nth-child(5),.wpdev-headline-content-cont:nth-child(8),.wpdev-headline-content-cont:nth-child(9){background:#f5f5f5}span.wpdev-headline-source,span.wpdev-headline-title{font-size:1.1rem}span.wpdev-headline-source{font-weight:500;color:#0d9cbf;margin-right:.5rem;padding-right:.5rem;border-right:1px solid #d1d1d1}.wpdev-article-column.wpdev-article:nth-child(odd),.wpdev-headline-content-cont:nth-child(even){margin-right:10px}.fb-comments-count {display: inline-block}span.wpdev-headline-title a{font-weight:700;color:#292929}.wpdev-article-column.wpdev-article{background:#f5f5f5;display:inline-block;width:428px;margin-top:.8rem;box-shadow:inset 1px 1px 0 #d1d1d1,inset -1px -1px 0 #d1d1d1}a.wpdev-article-featured img{width:100%}div.entry-content,div.entry-meta,header.entry-header{padding:.6rem}header.entry-header{padding-bottom:0}div.entry-meta .essb-total{display:inline-block;vertical-align:middle}div.entry-meta a{font-weight:700}span.wpdev-article-meta-divider{margin:0 .4rem;color:rgba(0,0,0,.4)}div.entry-meta .essb-total,span.wpdev-artcle-share-text,span.wpdev-article-comments{color:#0d9cbf;font-weight:700}span.wpdev-artcle-share-text{text-transform:uppercase;font-size:.7rem;vertical-align:middle}div.entry-content{line-height:1.2rem}div.entry-meta{font-size:1rem}a.wpdev-article-readmore{display:block;text-align:right;text-transform:uppercase;font-weight:700}.wpdev-article-column.wpdev-article.wpdev-standout article{background-size:cover;background-position:50% 0;position:relative;height:100%!important}h2.entry-title{height:auto;overflow:hidden}.wpdev-standout-entry h2.entry-title a{text-shadow:0 0 .3rem #1f1f1f}.wpdev-article-column .entry-content p{height:65px;overflow:hidden;margin-bottom:.2rem}.wpdev-standout-entry{background-image:url(http://rightwingnews.com/wp-content/uploads/2016/07/article-bg.png);background-repeat:repeat-x;bottom:0;background-position:0 -25px;position:absolute;width:100%}.wpdev-article-column.wpdev-article.wpdev-standout {min-height: 428px;}.wpdev-article-column.wpdev-article.wpdev-standout .entry-meta a, .wpdev-standout-entry .entry-content a, .wpdev-standout-entry h2.entry-title a:hover {color: #0d9cbf;}.wpdev-article-column.wpdev-article.wpdev-standout .entry-meta a:hover, .wpdev-standout-entry .entry-content a:hover{color: #fff;}.wpdev-headline-content-cont:nth-child(10) span.wpdev-headline-source,.wpdev-headline-content-cont:nth-child(11) span.wpdev-headline-source,.wpdev-headline-content-cont:nth-child(14) span.wpdev-headline-source,.wpdev-headline-content-cont:nth-child(15) span.wpdev-headline-source,.wpdev-headline-content-cont:nth-child(18) span.wpdev-headline-source,.wpdev-headline-content-cont:nth-child(19) span.wpdev-headline-source,.wpdev-headline-content-cont:nth-child(2) span.wpdev-headline-source,.wpdev-headline-content-cont:nth-child(3) span.wpdev-headline-source,.wpdev-headline-content-cont:nth-child(6) span.wpdev-headline-source,.wpdev-headline-content-cont:nth-child(7) span.wpdev-headline-source{border-right:1px solid #a8a8a8}.wpdev-standout-entry .entry-content,.wpdev-standout-entry h2{color:#fff}.wpdev-standout-entry .entry-meta span.wpdev-article-meta-divider{color:rgba(255,255,255,.4)}.wpdev-section-content{margin-bottom:3rem}@media screen and (max-width:1255px){.wpdev-headline-content-cont{width:292px!important}.wpdev-article-column.wpdev-article{width:318px!important}}@media screen and (max-width:1000px){.wpdev-headline-content-cont{width:47%!important}.wpdev-headline-content-cont:nth-child(even){margin-right:1%!important}.wpdev-article-column.wpdev-article{width:49%!important}.wpdev-article-column.wpdev-article:nth-child(odd){margin-right:1%}}@media screen and (max-width:660px){.wpdev-headline-content-cont{width:100%!important;max-width:97%}}@media screen and (max-width:550px){.wpdev-article-column.wpdev-article,.wpdev-headline-content-cont{width:100%!important}}.wpdev-trending-single{display:block;margin:0 0 .6rem;padding:0 0 .4rem;border-bottom:1px solid #e1e1e1}.wpdev-trending-single-img{display:inline-block;width:25%;margin-right:.5rem}.wpdev-trending-single-text{display:inline-block;width:65%}h3.wpdev-trending-single-title{font-size:1.5rem;line-height:1.7rem;margin:0 0 .5rem}div#wpdev-trending h2{margin:0 0 1rem;color:#13a4d9;font-size:1.6rem}div#wpdev-trending{margin:2rem 0 0}@media screen and (max-width:600px){li.essb_item.essb_link_comments.nolightbox a,li.essb_link_facebook.nolightbox a,li.essb_link_twitter.nolightbox a{padding:.7rem}li.essb_item.essb_link_comments.nolightbox a span.essb_network_name,li.essb_link_facebook.nolightbox a span.essb_network_name,li.essb_link_twitter.nolightbox a span.essb_network_name{display:none}}@media screen and (max-width:500px){.wpdev-trending-single-img,.wpdev-trending-single-img img,.wpdev-trending-single-text{width:100%}}.wpdev-trending-sidebar h3.wpdev-trending-single-title {font-size: 1rem;line-height: 1.2rem;}

/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera
cabrerahector.com | @cabrerahector

Use the following classes to style your popular posts list as you like.
*/

/* Styles the "Sorry, no data so far" message */
.wpp-no-data {
}

/* UL - Popular Posts container styles */
.wpp-list {	
}

	/* LI - Post container styles */
	.wpp-list li {
		overflow:hidden;
		float:none;
		clear:both;
	}
	
	/* Styles for the popular post in view */
	.wpp-list li.current {
	}
	
		/* Thumbnail styles */
		.wpp-thumbnail {
			display:inline;
			float:left;
			margin:0 5px 0 0;
			border:none;
		}

		/* Title styles */
		.wpp-post-title {
		}
		
		/* Excerpt styles */
		.wpp-excerpt {
		}
		
		/* Stats tag styles */
		.post-stats {
			display:block;
			font-size:9px;
			font-weight:bold;
		}
			
			/* Comments count styles */
			.wpp-comments {
			}
			
			/* Views count styles */
			.wpp-views {
			}
			
			/* Author styles */
			.wpp-author {
			}
			
			/* Post date styles */
			.wpp-date {
			}
			
			/* Post category styles */
			.wpp-category {
			}
		
		/* WP-PostRatings styles */
		.wpp-rating {
		}
