/*
Theme Name: The Newspaper Child
Theme URI: http://cmsmasters.net/the-newspaper-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: The Newspaper Child Theme
Template: the-newspaper
Version: 1.0.0
License:
License URI:
Text Domain: the-newspaper-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
.home-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.home-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  max-width: 20%;
  padding: 0 1%;
}
.home-double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
  max-width: 60%;
}
.banner-block {
    width: 100%;
    text-align: center;
    margin: 1%;
}
.centerit {
    text-align: center;
    margin: 0 auto;
}
a, .subpage_nav > strong, .subpage_nav > span, .subpage_nav > a {
	font-family: Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    color: #000;
	font-weight: bold;
	font-style: normal;
}
.cmsmasters_post_default .cmsmasters_post_content {
	display: none;
}
/* media queries */
@media screen and (max-width:768px) {
    .home-column {
        max-width: 90%;
        margin: 0 auto;
        order: 2;
    }
    .home-double-column {
        max-width: 90%;
         margin: 0 auto;
        flex: 100%;
        order: 1;
     }
    .content_wrap.l_sidebar .sidebar, .content_wrap.r_sidebar .sidebar, .content_wrap.l_sidebar .content, .content_wrap.r_sidebar .content {
	order: 3;
  }
}