/*
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:*/

/*
#hero_banner_riot .slideshow_inner_caption {
    width: 60%;
}
*/
#top .floating_block_color {
    position: relative;
}

#top .right.floating_block_color::before {
	right: 40px;
}


#top .left.floating_block_color::before {
	left: 40px;
}

#top .floating_block_color::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 83%;
	top: 30px;
    background-color: rgb(162 127 98 / 50%);
}

#top .avia-section.floating_block_color::before {
    width: 80%;
    height: 80%;
    top: 120px;
    background-color: rgb(228 228 228 / 70%);
}

#top .av-subheading.av-subheading_above {
    font-family: 'bentoga-font', Helvetica, Arial, sans-serif;
    color: #967219;
}

.woocommerce-variation.single_variation p {
	display: none;
}

/* 1/2 SIZE GALLERY SINGLE PRODUCT */
body .single-product-main-image {
    width: 50%;
}

@media screen and (max-width: 767px) {
	#hero_banner_riot .slideshow_inner_caption {
		width: 100%;
	}
}