/*
 Theme Name:   Coinpress Child Theme
 Theme URI:    http://coinpress.themerex.net
 Description:  Coinpress Child Theme
 Author:       ThemeREX
 Author URI:   http://themerex.net
 Template:     coinpress
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  coinpress
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

html body a.download-button {
	color: #fff; 
}
html body a.download-button p { 
	margin: 0;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav, .sc_layouts_menu_nav > li ul { 
	min-width: 30em; 
}

.rt-reading-time {
	color: red;
	margin-bottom: 20px;
}
.sc_layouts_menu_nav > li[class*="icon-"]::before { 
	left: unset;
	right: 0;
}
.home .rt-reading-time {
	display: none !important;
}

.sh-post-featured-bg {
	height: 450px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}