/*
 Theme Name:   CustomStrap
 Theme URI:    http://www.dopewp.com/customstrap/
 Description:  A child theme for UnderStrap, just bringing come cool options in the Customizer!
 Author:       DopeWp
 Author URI:   http://www.dopewp.com
 Template:     understrap
 Version:      1.0b3
 Text Domain:  customstrap
 License: GPL-2.0
 License URI: http://www.opensource.org/licenses/gpl-license.php
*/

.entry-header, .entry-footer {
	padding: 0 2em;
}

h1, h2.entry-title {
    font-size: 33px;
	text-align: center;
}

.entry-meta {
    margin-top: 0.5em;
    text-align: center;
	font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
}

.entry-meta > span {
    margin-right: 10px;
}

.entry-meta > span > i {
    padding-right: 5px;
}

.tags-links > i {
    padding-right: 5px;	
}

.entry-featuredImg {
	margin-top: 1.5em;
	margin-left: -3em;
	margin-right: -3em;
	margin-bottom: -7em;
	position: relative;
}

.entry-featuredImg img {
	display: block;
	width: 100%;
}

.hentry, .page-header, #disqus_thread {
    margin: 0 0 1em;
    padding: 3em;
}

.excerpt-entry-content {
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
	text-align: justify;
}

.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
    background: #ffffff;
    position: relative;
    padding: 2em 2em 1em;
    border-radius: 2px;
    z-index: 99;
    word-wrap: break-word;
}
