/*
 Theme Name:   ColorMag Child
 Theme URI:    http://www.longislandfirephotos.com/twenty-fifteen-child/
 Description:  ColorMag Child Theme
 Author:       W2LIE
 Author URI:   http://www.monitorlongisland.com
 Template:     colormag
 Version:      1.0.0
 Text Domain:  colormag-child
*/

.featured-image {
float: left;
margin-right: 10px;
}
.post .featured-image {
   text-align: center;
}

#content .post .article-content .above-entry-meta .cat-links a {
   background-color: #289dcc;
   border-radius: 3px;
   color: #ffffff;
   font-size: 20px;
   padding: 3px 10px;
}

#content .post .article-content .entry-title {
   padding: 5px 0 0;
   font-size: 30px;
}

.footer-lifp {
    color: #B1B6B6;
    font-size: 14px;
    max-width: 90%;
}

.banner {
    color: #B1B6B6;
   float: none;
   width: 100%;
}

/* =LEFT SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.left-sidebar #primary {
	display: none;
}
.left-sidebar #secondary {
	float: left;
}
