/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/


.custom-smoothie .av-parallax .av-parallax-inner {
    background-repeat: no-repeat;
    background-image: url(https://smoothies.love/wp-content/uploads/2022/02/young-millenial-woman-checking-smartphone-drinking-vegan-smoothie-drink-detox-woman-doing-yoga.jpg);
    background-position: 50% 50%;
    background-attachment: scroll;
}

#top .custom-smoothie .template-blog .post .entry-content-wrapper {
	max-width: 100%;
}

#top .custom-smoothie .template-blog .post .entry-content-wrapper > * {
	max-width: 100%;
}

#top .custom-smoothie .template-blog .post .entry-content-wrapper .entry-content-header {
	margin-top: 100px;
	background-color: rgba(255,255,255,0.87);
	border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
	padding-bottom: 10px;
}

#top .custom-smoothie .template-blog .post-title {
	max-width: 100%;
	text-align: left;
	padding: 5px 0 0 30px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 34px;
	line-height: 1.1em;
	color: rgba(0,0,0,0.91);
}

#top .custom-smoothie .template-blog .post .entry-content-wrapper .entry-content {
	margin-top: 50px;
	background-color: rgba(255,255,255,0.87);
	border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
	padding: 30px 30px 30px 30px;
	width: 50%;
	float: right;
	font-size: 17px;
	line-height: 1.65em;
}

#top .custom-smoothie .template-blog h2 {
	text-transform: uppercase;
    letter-spacing: 1px;
}

#top .custom-smoothie .av-share-link-description {
	display: none;
}

#top .custom-smoothie .av-social-sharing-box {
	margin-top: 330px;
}

@media only screen and (max-width: 768px) {
	#top .custom-smoothie .template-blog .post .entry-content-wrapper .entry-content {
		width: 100%;
	}
}