/*
Theme Name: Upohar
Description: WooCommerce WordPress Theme
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Blocks - Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Blocks - Colors
--------------------------------------------------------------*/

.story-hbtitle .has-dark-gray-color {
	color: #1a1a1a !important;
}
.story-hbtitle .has-dark-gray-background-color {
	background-color: #1a1a1a;
}
.story-hbtitle .has-medium-gray-color {
	color: #686868 !important;
}
.story-hbtitle .has-medium-gray-background-color {
	background-color: #686868;
}
.story-hbtitle .has-light-gray-color {
	color: #e5e5e5 !important;
}
.story-hbtitle .has-light-gray-background-color {
	background-color: #e5e5e5;
}
.story-hbtitle .has-white-color {
	color: #fff !important;
}
.story-hbtitle .has-white-background-color {
	background-color: #fff;
}
.story-hbtitle .has-blue-gray-color {
	color: #4d545c !important;
}
.story-hbtitle .has-blue-gray-background-color {
	background-color: #4d545c;
}
.story-hbtitle .has-bright-blue-color {
	color: #007acc !important;
}
.story-hbtitle .has-bright-blue-background-color {
	background-color: #007acc;
}
.story-hbtitle .has-light-blue-color {
	color: #9adffd !important;
}
.story-hbtitle .has-light-blue-background-color {
	background-color: #9adffd;
}
.story-hbtitle .has-dark-brown-color {
	color: #402b30 !important;
}
.story-hbtitle .has-dark-brown-background-color {
	background-color: #402b30;
}
.story-hbtitle .has-medium-brown-color {
	color: #774e24 !important;
}
.story-hbtitle .has-medium-brown-background-color {
	background-color: #774e24;
}
.story-hbtitle .has-dark-red-color {
	color: #640c1f !important;
}
.story-hbtitle .has-dark-red-background-color {
	background-color: #640c1f;
}
.story-hbtitle .has-bright-red-color {
	color: #ff675f !important;
}
.story-hbtitle .has-bright-red-background-color {
	background-color: #ff675f;
}
.story-hbtitle .has-yellow-color {
	color: #ffef8e !important;
}
.story-hbtitle .has-yellow-background-color {
	background-color: #ffef8e;
}
.story-hbtitle ul.wp-block-gallery {
    margin-left: 0;
    padding: 0;
}