/*
 * Theme Name: Broccoli
 * Author: Theme Xriver
 * Author URI: http://themeforest.net/user/themexriver
 * Theme URI: https://themexriver.com/wp/broccoli/
 * Description: Broccoli – Organic Food WordPress Theme may be a useful example for agro, agriculture, bakery, food, food blog, food products, food shop, grocery, Grocery Store, eco food, farm, fresh, modern, natural, organic, organic food, organic fruits, organic life, organic shop, organic website, health products, healthy, healthy food, healthy recipes, livestock, family work, growing organic food with family, work in the garden with father and mother, collecting food with mom, organic food services, organic services, Landscaping, garden and landscaping, vegetable shop, online food shop, grocery shop, grocery store, modern, clean, organic e-commerce, organic eCommerce, e-commerce, ecommarce, e-commarce, commerce, multipurpose, the best solution for a food shop, best fit for an E-commerce website, food market services presentations. It is suitable for users with zero programming skills as well as advanced developers.
 * Version: 1.2
 * License: This theme or plugin is comprised of two parts. (1) the PHP code and integrated HTML are licensed under the General Public License (GPL). You will find a copy of the GPL in the same directory as this text file. (2) All other parts, but not limited to the CSS code, images, and design are licensed according to the license purchased from Envato.  Read more about licensing here: http://themeforest.net/licenses
 * License URI: license.txt
 * Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
 * Text Domain: broccoli
 * Tested up to: 6.2
 * Requires PHP: 7.2
*/
.wp-caption {
	margin-bottom: 2px;
}

.wp-caption-text {
	margin-bottom: 5px;
}

.screen-reader-text {
	margin-bottom: 12px;
}

.gallery-caption {
	margin-bottom: 2px;
}

.bypostauthor {
	margin-bottom: 2px;
}

.alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	max-width: 100%;
}

.alignright {
	float: right !important;
	margin-bottom: 20px;
	margin-left: 20px;
	max-width: 100%;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.col-md-4 .funfact-meta > i {
	right: 27px;
}

.mycustom-pricing {
	background-color: #090909 !important;
}

.on-hover {
	display: none;
	animation: fadeOut 0.5s;
}

.hver:hover .on-hover {
	display: block;
	animation: fadeIn 0.5s;
}

