/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

.single .entry-content-wrapper, .page .entry-content-wrapper, .page .entry-content {
    padding: 0px !important;
}

/*
p > .more-link {
	position: relative;
}
p > .more-link:before {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
p > .more-link:after {
	content: '';
	display: block;
	clear: both;
}
p > .more-link .more-link-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    color: inherit;
    line-height: 2.1em;
    font-size: 0.75em;	
}
p > .more-link .more-link-arrow:after {
	display: none;
}
*/


/*Add your own styles here:*/