/*
Theme Name:   		  Spotlight Child
Template:     		  spotlight
Theme URI:            http://codesupply.co/themes/spotlight
Description:          Feature-Packed News & Magazine WordPress Theme
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.7.1
Tags:                 two-columns, right-sidebar, custom-colors, editor-style, theme-options, featured-images, custom-menu, sticky-post, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          spotlight
*/


@media(min-width: 600px) {
	body.home.blog .post-archive .entry-thumbnail {
		order: 1;
	}

	body.home.blog .post-archive .entry-inner {
		order: 2;
	}
}

body.home.blog .post-archive ul.post-categories a {
	font-size: 17px;
}	
body.home.blog .post-archive .entry-thumbnail .meta-category {
	margin-left: 0;
	margin-right: auto;
}
header#masthead .navbar-brand {
	text-align: center;
}
.readmoretext {
    display: none;
}
body.category h1.page-title,
body.tag h1.page-title {
    display: none;
}

body.category p.page-subtitle.title-block,
body.tag p.page-subtitle.title-block {
    margin-bottom: 5px;
}


@media (min-width: 1020px) {
	header#masthead button.navbar-toggle-search {
		position: absolute;
		right: 0;
		z-index: 1;
	}	
	header#masthead .navbar-brand img {
		width: 247px;
	}	
}