/*
 Theme Name:   ColorMag Child
 Description:  ColorMag Child Theme
 Author:       David James
 Template:     colormag
 Version:      1.0.0
*/

#main {
	padding-top: 10px;
}

#header-text-nav-wrap {
	padding: 10px 0 0;
}

/* =BODY
----------------------------------------------- */
body {
	padding-top: 10px;
	padding-bottom: 10px;
	background-size: cover;
}
#page {
	max-width: 1200px;
	margin: 0 auto;
}
.wide {
	padding-top: 0;
	padding-bottom: 0;
}
.wide #page {
	max-width: 100%;
}
.inner-wrap {
	margin: 0 auto;
	max-width: 1140px;
}

/**** This code hides header ad on mobile if required***/
@media screen and (max-width:479px){
div.code-block.code-block-3 {display: none;}
}

.single #content .post, #content .post {
  box-shadow: none;
}
#content .post .article-content {
padding: 0;
}
.posted-on {
display:none;
}
.comments {
display:none;
}
#content .post img {
max-width: 100%;
}
.caption th, td {
background: none;
padding: none;
width: 100%;
text-align: center;
font-size: 15px;
line-height: 17px;
}
/**** Main body font ****/
div.entry-content.clearfix p {
    font-size: 20px;
}
/**** Bulleted List ***/
div.entry-content.clearfix ul {
    font-size: 20px;
}
tbody tr td {
    border: none;
    padding: 0;
    padding-bottom: 8px;
}
td.tr-caption {
    background: none;
    border: none;
    border-bottom: 1px solid #CCCCCC;
}
/**** Blockquotes ****/
blockquote p {
    color: #666;
    font-family: Georgia;
    font-style: italic;
    font-weight: bold;
    font-size: 22px;
}
div.entry-content.clearfix blockquote {
    background: #fff;
    padding-left: 40px;
}
div.entry-content.clearfix blockquote p {
    background: #fff;
    padding-left: 40px;
}
blockquote {
    background: #fff;
    padding: 0 0 0 40px;
}
blockquote p {
    background: #fff;
    padding: 0 0 0 40px;
}
blockquote p::before {
  width:auto;
  color: #666;
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  left: 0px;
  position: absolute;
  top: 0px;
}
#site-navigation {
background-color: #A5793C;
}
.main-navigation .sub-menu,
.main-navigation .children {
  background-color: #A5793C;
}
/**** This code hides date and breaking news on mobile***/
@media screen and (max-width:479px){
div.news-bar {display: none;}
}
div.copyright {
    display: none;
}
/**** This code hides header ad (728 x 90) on mobile ****/
@media screen and (max-width:729px){
div.code-block.code-block-10 {display: none;}
}
#content .post .article-content .entry-title {
   padding: 5px 0 0;
}
h1 { font-size: 32px; line-height: 1.2; }
h2 { font-size: 30px; line-height: 1.2; }
h3 { font-size: 28px; line-height: 1.2; }
h4 { font-size: 26px; line-height: 1.2; }
h5 { font-size: 24px; line-height: 1.2; }
h6 { font-size: 22px; line-height: 1.2; }
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
    padding-bottom: 18px;
}
/**** This code is for a space underneath the Category boxes ****/
div.above-entry-meta {
    padding-bottom: 20px;
}
span.rpwwt-post-title {
    font-weight: bold;
}
/**** This code removes header slider on mobile ****/
@media screen and (max-width:729px){
.header .metaslider {display: none;}
}
.metaslider {
padding-top: 10px;
}
div.below-entry-meta {
    display: none;
}
#content .post img {
    padding-top: 10px;
}