/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.flexslider .slides > li:nth-of-type(1) {
    display: block;
}
.noojs #news-ticker dt:not(:nth-of-type(1)), .noojs #news-ticker dd:not(:nth-of-type(1)) {
    display: none;
}
#logo {
float: left;
margin: 5px 0px 5px 0px;
}

.adv {
float: right;
margin: 7px 0px 0px 0px;
}

.dropdown > li:after {
content: '⁞';
font-size: 16px;
color: #fff;
}

#slider h3.title {
font-size: 28px;
color: #333;
font-weight: normal;
text-align: center;
}

.widget h3.title {
margin: 0 0 20px;
display: block;
border-bottom: 0px solid #D9E0E6;
font-size: 18px;
color: #3E454C;
padding: 15px 20px 10px;
font-weight: normal;
}

.post-meta {
color: #000000;
}

.separator {
color: #A1A9AF;
font-size: 11px;
margin: 0;
display:none;
}

.featured-meta a {
color: #A1A9AF;
display:none;
}

p.form-submit { float: left; }

p.comment-subscription-form { clear: both; margin: 10px; }

#subscribe-label {
display: inline!important;
}
#subscribe-blog-label {
display: inline!important;
}

.xdate {
text-align: right;
padding: 1px 10px 10px 100px;
color: #ffffff;
font-size: 20px;
}

ins { background: #fff; color: #000; text-decoration: none; }

.mobile-theme embed,
.mobile-theme iframe,
.mobile-theme object {
	width: 100%;
}

.container {
padding: 10px 10px 0;
margin: 0 auto;
background: #FC5B5E;
border: 1px solid #D9E0E6;
border-top: none;
-webkit-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}

.widget h3.title {
margin: 0 0 20px;
display: block;
border-bottom: 0px solid #D9E0E6;
font-size: 18px;
color: #3E454C;
padding: 15px 20px 10px;
font-weight: bold;
margin-bottom: 0px;
}

@media screen and (max-width: 600px) {
	#menutop { display: none; }
}

.topheader {
  background: #EEF1F3;
}

.topheader.sticky-element-cloned {
  border-bottom: 5px solid #FC5B5E;
}

.widget-content {
    padding: 0 10px 20px;
}

.optin-1{
    z-index: 9999999;
}

/* Links */
a { color: #446B9B; font-weight: bold; text-decoration:none; }
a:hover { color:#FC494D; }

.post-wrap {
	padding: 2px;
}

body {
    color: #000000;
    font-size: 15px;
}

	/* If adding a top banner ad, then add this code to this file, to make it appear on mobile and be sticky instead of the CITN logo:
@media screen and (max-width: 600px) {
    #logo { display: none; }
    .adv { display: inline-block; width: 97%; }
}
OLD VERSION (new version centers banner ad more than this does):
@media screen and (max-width: 600px) {
    #logo { display: none; }
    .adv { float:left; display: block; width: 97%; }

*/

