/*
Theme name: biovanciav2
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `/dist/`.
	
	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle. 
*/

/* WYSIWYG extra styling */

.page-template-checkout-design .place-order .btn-design {
	display: block;
	margin: 0 auto;
	float: none !important;
}

.blog-load-more-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.blog-load-more-spinner {
	text-align: center;
	padding: 20px;
	font-style: italic;
}

.blog-load-more-btn.hidden {
	display: none;
}
