/********************************
HEADER
********************************/
.header-v4 .logo{
	float: left;
	margin-right: 40px;
}
.header-v4 .navigation-wrap {
    background: #de0000;
    border-top: none;
}
#navigation > ul > li > a {
	text-transform:uppercase;
}
#navigation > ul > li > a:hover{
	background:#c10000;
}
.header-v4 p.web_switcher{
	right: 0px; 
	position: absolute; 
	top:40px; 
	font-size: 13px;
}
/********************************
TYPOGRAPHY
********************************/
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{
	color:#ce2e33;
}
h3{
	font-weight:bold;
}
p.label{
	margin-bottom:0;
	font-weight:bold;
}

.blog-page .read-more-link {
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    text-transform: capitalize;
    width: 100%;
}

.fancy h2:after {
    background-color: #000;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    margin: 20px auto 0;
    min-width: 40px;
    transition: width 0.3s ease 0s;
    width: 10%;
}
.fancy h2 {
    padding-bottom: 10px;
    position: relative;
	text-align:center;
}
.divider1 {
    border-bottom:none;
}
.archive h3{
	float: left;
	width: 100%;
}
/********************************
Sidebar
********************************/
.wpb_widgetised_column .widget, .wpb_widgetised_column .widget h3, .wpb_widgetised_column .widget ul li a{
	color:#333333;
}
.wpb_widgetised_column .widget {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
.wpb_widgetised_column .widget ul li::after {
    content: none;
}
.wpb_widgetised_column .widget h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
	float:left;
	width:100%;
}
.wpb_widgetised_column .widget ul li a{
	font-weight:bold;
	display:inline;
	text-decoration:underline;
}
.wpb_widgetised_column .widget .dsq-widget-comment{
	float:left;
}

.wpb_widgetised_column .widget img.dsq-widget-avatar{
    margin: 0 10px 0 0;
	max-width:40px;
}
.wpb_widgetised_column .widget li.dsq-widget-item {
    margin-bottom: 15px;
	padding-bottom:15px;
	border-bottom: 1px dashed #d3d3d3;
}
.wpb_widgetised_column .widget li.dsq-widget-item span.author-title, li.dsq-widget-item span.author-title{
	float: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
}
.wpb_widgetised_column .widget .sponsors img{
	margin-bottom:25px;
}
.wpb_widgetised_column .widget .sponsors img.alpha{
	margin-right:10px;
}
.wpb_widgetised_column .widget .dsq-widget-comment p {
    font-size: 13px;
}
.wpb_widgetised_column .widget.widget_categories h3{
	display:none;
}
.right_sidebar_inner{
	border-left:1px solid #D0D0D0;	
}
/********************************
GENERAL
********************************/
div.right_sidebar_inner.wpb_column{
	min-height:2400px;
}
.left_content_inner, .right_sidebar_inner{
	padding-top:20px;
	padding-bottom:100px;
}
.image_box_shadow img {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
#content {
	padding-bottom:0;
	padding-top:0;
}
#content.columns > .standard-section:last-child {
    margin-bottom: 0;
}
#gallary.wpb_row .wpb_content_element{
	margin-bottom:20px;
}


#featured_categories.wpb_row .wpb_content_element {
    margin-bottom: 10px;
}
.latest-blog-modern .each_post h3{
	text-decoration:underline;
	font-family: "Open Sans", Helvetica, sans-serif
}
.latest-blog-modern .each_post{
	border-bottom:1px solid #f3f3f3;
	margin-bottom:25px;
	padding-bottom:10px;
	float:left;
	width:100%;
	clear:both;
}

ul#recent-comments{
	list-style: none;
	margin: 0;
    padding: 0;
}
ul#recent-comments li, article.post{
	border-bottom: 1px dashed #d3d3d3;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
ul#recent-comments li img{
	float: left;
	width: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul#recent-comments span, ul#recent-comments p{
	float: left;
	width: 100%;
}
ul#recent-comments p{
	margin-bottom: 0;
}
/********************************
ADVERTISEMENT
********************************/
#advertisement{
	float:left;
	width:100%;
	background:#e8e8e8;
	border-bottom:1px solid #d0d0d0;
	padding:20px 0;
}
#advertisement img{
	max-width:100%;
	margin:0 auto;
	display:block;
}
#advertisement p{
	font-size:18px;
	text-align: left;
	line-height:24px;
	font-weight:bold;
	margin: 10px auto;
	width: 720px;
	max-width: 100%;
}
#advertisement .text_banner {
    display: block;
    margin: 0 auto;
    width: 728px;
	max-width: 100%;
}
.sd-version, .md-version{
	display: none;
}
.sd-version, .md-version, .md-version img, .sd-version img{
	width: 100%;
	float: left;
}
/********************************
FOOTER
********************************/
#copyright p{
	margin-bottom:0;
}
#copyright a:hover{
	text-decoration:underline;
}
#copyright .menu {
    text-align: center;
}
/********************************
Responsive
********************************/
@media screen and (max-width: 767px){
	div.right_sidebar_inner.wpb_column{
		min-height:auto;
		display:inline-block;
		padding-left:10px;
		padding-right:10px;
	}
}
@media only screen and (max-width: 960px) {
	.md-version{
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.ld-version, div.right_sidebar_inner.wpb_column.ld-version{
		display: none;
	}
	.md-version{
		display: none;
	}
	.sd-version{
		display: block;
	}
	#advertisement p{
		font-size: 15px;
	}
	#advertisement br{
		display: none;
	}
}