/*
Theme Name: ColorMag Child
Theme URI: N/A
Description: A child theme of ColorMag
Author: Siddhartha
Author URI: NA
Version: 1.0.0
Template: colormag
*/
@import url("../colormag/style.css");
body {
    padding-top: 0px;
    padding-bottom: 0px;
}
.inner-wrap{     max-width: 100%; }
#main, #colophon, #header-text-nav-container {
    background-color: #b4fcfb;
}
.footer-socket-wrapper, .footer-widgets-wrapper{ background-color: transparent; }
.footer-socket-wrapper{ text-align:right; }
#colophon .widget.widget_nav_menu ul.menu li{
	    border: none;
    border-right: 1px solid #000;
    display: inline-block;
    padding: 0 10px;
}
#colophon .widget.widget_nav_menu ul.menu li:last-child{
	border-right: 0px solid #000;
}
#colophon .widget_nav_menu li a{
	color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.tg-fourth-footer-widget{ width:auto; }
.footer-widgets-area {
    padding-top: 10px;
}
.footer-widgets-wrapper {
    border-top: 0px solid #F2F2F2;
}
#site-navigation {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) inset;
    position: relative;
    background-color: transparent;
    border-top: 0px solid #289dcc;
}
#header-text-nav-wrap {
    padding: 20px 0 0 0;
}
#header-logo-image img {
    height: 60px;
    width: auto;
}
#menu-main-menu{
	    float: right;
    width: 100%;
    
}
#masthead{
	background-color:#2c3248;
}

#header-text-nav-container {
    background-color: #2c3248;
    width: 70%;
    float: none;
    margin: auto;
}
.main-navigation li {
    width: 16.66%;
}
.main-navigation a{ color:#b4fcfb;     font-size: 20px;     padding: 10px 15px; }

.slide-content .above-entry-meta,  .home .below-entry-meta { display:none; }
.widget_beside_slider .article-content{
	
}

.widget_featured_posts .following-post{ float:left; }
.widget_featured_posts .following-post.style1 .single-article{
	margin-bottom:0;     background-color: rgba(255, 255, 255, 0.4);
}
.widget_featured_posts .following-post.style2 .single-article {
    width: 23%;
    display: inline-block;
    margin: 1%;
    padding: 0;
    float: left;
    background-color: transparent;
}
.widget_featured_posts .following-post.style2.video-style .single-article{
	width: 48%;
}
.widget_featured_posts .following-post.style2 .single-article figure {
    width: 100%;
}
.widget_featured_posts .following-post.style2 .single-article figure img {
    width: 100%;
}
.widget_featured_posts .following-post.style2 .single-article .article-content {
        padding: 10px 5px;
    float: left;
    height: 55px;
    overflow: hidden;
}

.widget_featured_posts .first-post.style2 .article-content{ display:none; }
.sticky-wrapper.is-sticky #site-navigation .inner-wrap{
	    background-color: #2c3248;
}

.widget_featured_posts .widget-title{
	    border-bottom: 0px solid #289dcc;
}
.following-post-wrap {
        display: block;
    width: 96%;
    height: auto;
    float: left;
    padding: 30px 2%;
}

.related-posts.clearfix , .related-posts-main-title{
    float: right;
    width: 27.19298245%;
}
.related-posts .single-related-posts{
	    width: 95%;
}
.widget_featured_posts .widget-title span {
    background-color: #555555 !important;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    width: 200px;
    text-transform: uppercase;
    font-size: 24px;
	position:relative;
}
.widget_featured_posts .widget-title span::after {
    content: '';
    background-image: url(images/hbg.png);
        background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: -75px;
    width: 80px;
    height: 48px;
    top: 0;
    z-index: 1;
    background-size: auto 100%;
}

.following-post-wrap{ position:relative; }
.other_btn{
	    position: absolute;
    bottom: 25px;
    float: left;
    right: 25px;
    background: rgba(255,255,255,0.6);
    padding: 5px 15px;
    color: #333;
}
#colormag_300x250_advertisement_widget-4{ display:none; }

@media screen and (max-width: 1190px){
	.inner-wrap {
		width: 100%;
	}
}

@media screen and (max-width: 1130px){
	#menu-main-menu{
		    text-align: center;
	}
	.main-navigation li {
		width: auto;
		display: inline-block;
		float: none;
	}
}