/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/* Removes the next/previous posts at the bottom of each article */

.single .default-wp-page {
  display: none;
}

/* Changes the width of the header for Google Adsense */

#header-left-section {
  width: 30%;
}
#header-right-section {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #header-left-section, #header-right-section {
    width: 100%;
  }
}.below-entry-meta .post-views {
  display: none;
}

.cat-links {
    display: none;
}
.widget_featured_slider .slide-content .entry-title a, .widget_highlighted_posts .article-content .entry-title a {
  color: #fff;
}
.widget_featured_slider .slide-content, .widget_highlighted_posts .article-content {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) , rgba(0, 0, 0, 0.5));
}
.widget_featured_posts .article-content .entry-title a {
  font-size: 18px;
}
#page {
  background: #ccc;
}
.news-bar {
  background-color: #fff;
.widget_featured_slider .slide-content .entry-title a, .widget_highlighted_posts .article-content .entry-title a {
  color: #FFF;
}
}
#secondary .widget {
  background-color: #FFF;
}
#secondary .widget_archive ul li a {
  color: #000;
}
.previous a, .next a {
  color: #FFBF00;
}
@media screen and (max-width: 768px) {
  #primary, #secondary {
    width: 100% !important;
  }
}
.widget_featured_posts .article-content .entry-title a,
.widget_featured_posts .article-content .entry-title a:hover {
    color: #1C3654;
}

#primary .widget_text .widget-title span {
   background-color: #1C3654;
   color: #fff;
   padding: 6px 10px;
   display: inline-block;
}
   .widget_text .widget-title {
   border-bottom: 0px solid #1C3654;
}

.inner-wrap {
    max-width: 600px;
}
.inner-wrap {
    max-width: 1140px;
}
.fa.search-top {
    right: 0;
}
#site-navigation {
  background-color:#1C3654;
}
.sticky-wrapper {
    margin: 0 auto;
    max-width: 1140px;
}
#page {
    max-width: 1200px;
}
.footer-socket-wrapper {
    padding: 0 10px;
}
.main-content-section {
  padding-top: 0;
}
.widget .single-article {
  border-bottom: 1px solid #1C3654;
  padding: 1px;
}
.front-page-top-section .widget_featured_posts {
  margin-bottom: -15px;
}

.front-page-top-section .widget_featured_posts {
  margin-bottom: -35px;
}
add_image_size( \'colormag-featured-image\', 1920, 1280, true );
.single .author-box {
  display: none;
}
.entry-author-link,{
visibility: hidden;
}
.entry-meta {
	display: none;
}
.single-post span.author.vcard {
    display: none;
}
.below-entry-meta .byline {
  display: none;
}
.below-entry-meta .comments{
  display: none;
}
div.yendif-gallery a.yendif-item .yendif-thumb {
     background-color: #FFF !important;
  }