/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
@media (max-width: 767px) {
.td-scroll-up {
    display: block;
}
}
.td-load-more-wrap a{
	background-color:#dd3333;
	color:white;
	width:100%;
	line-height:3;
}
.infinite .td-module-comments {
	display:none;
}
.yop_poll_vote_button {color: black;
    font: inherit;
    background-color: white;}
.td-post-template-2 .td-post-featured-image img {
    margin-left: auto;
    margin-right: auto;
}
ol.sr-popular {
	counter-reset: foo;
    display: table;
    font-weight: 600;
    padding-top: 15px;
}
li.sr_popular_post {
    color: #555;
    counter-increment: foo;
    display: table-row;
    list-style-position: outside;
    height: 30px;
}
li.sr_popular_post:before { 
	font-family: Oswald;
    font-size: 32px;
    position: absolute;
    content: counter(foo);
    display: table-cell;
    color: #a50404!important;
}

a.swp_popularity {
    color: inherit;
		display:block;
    line-height: 1.35em!important;
    padding-right: 15px!important;
    margin:-10px 0 20px!important;
    margin-top: -10px!important;
    font-size: 15px!important;
    padding-left: 45px;
		font-family:oswald;
	font-weight:400!important;
}
.code-block a {
border-bottom:none!important;
}
.code-block a:hover {
border-bottom:none!important;
}
.twitter-tweet {
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.widget_text ul li {
    list-style: none;
}
.video-iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
a.write {
    background: #4a547a;
    padding: 20px;
    font-size: 20px;
    color: white!important;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    border-radius: 5px;
    border: 3px solid #ccc;
}
a.submit {
    background: #d33;
    padding: 20px;
    font-size: 20px;
    color: white!important;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    border-radius: 5px;
    border: 3px solid #ccc;
}
a.submit:hover {
    background: #ff3f3f;
}
a.write:hover {
	background: #798ac9;
}
.td_module_17 .td-post-category {
    background-color: #c90000!important;
    color: #fff;
}
.td-post-category {
    background-color: #c90000;
}
.front-page-sidebar {
	background-color: #fafafa;
	padding:15px;
}
.td-pb-span4.td-main-sidebar {
	background-color: #fafafa;
}
.dcl-disqus-thread {
    background-color: #fafafa;
    padding: 10px;
}
.td-post-content p {
	line-height:31px;
	font-size:18px;
}
.td-post-content blockquote {
    padding: 0 15px;
    border-left: #4d5878 solid 5px;
    margin: 35px 5% 35px 5%;
	font-size:18px;
	border-radius:5px;
}
.td-post-content blockquote p {
	text-align:left;
	line-height:31px!important;
	font-style:italic!important;
	font-size:18px;
}
html {
text-shadow: 1px 1px 1px rgba(0,0,0,0.06);
}
.disqus-button {
    background: #c90000;
    padding: 20px;
    font-size: 20px;
	width:100%;
    color: white!important;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    border-radius: 5px;
    border: 3px solid #ccc;
}
.disqus-button:hover {
    background: #ff3f3f;
}

.td-post-content a {
	border-bottom: #4a547a solid;
}
.td_block_social_counter {
font-size:15px;
}
a {
color: #415bb9;
}
span.disqus-comment-count:hover {
	color:#ccc;
	text-decoration:none;
	border-bottom: none!important;
}
.td-ss-main-content a:hover {
	color: #c90000;
	text-decoration:none!important;
	border-bottom: #c90000 solid;
}
@media (min-width: 767px) {
.td-module-comments {
	float:none;
	text-align:left;
	margin: 10px 0 10px 0;
}
.td_module_17 .td-module-comments {
	float:right;
	text-align:right;
	margin: 0;
}
}
ul.submenu li a:hover {
	color: #c90000!important;
}
.td-footer-wrapper {
    background-color: #222!important;
}