.wp-block-gallery{
	padding-left:0px !important;
}
.wp-block-gallery li{
	list-style:none !important;
}

/************Color Pallete*****************/
.has-light-yellow-background-color{
	background-color:#ffbc5c !important;
}
.has-strong-aqua-background-color{
	background-color:#1edee4 !important;
}
.has-strong-blue-background-color{
	background-color:#255cff !important;
}
.has-strong-red-background-color{
	background-color:#ff2560 !important;
}
.has-light-red-background-color{
	background-color:#ff2525 !important;
}
.has-light-green-background-color{
	background-color:#00cea1 !important;
}
.has-strong-white-background-color{
	background-color:#ffffff !important;
}
.has-light-black-background-color{
	background-color:#242424 !important;
}
.has-very-light-gray-background-color{
	background-color:#797979 !important;
}
.has-very-dark-black-background-color{
	background-color:#000000 !important;
}
.has-light-yellow-color{
	color:#ffbc5c !important;
}
.has-strong-aqua-color{
	color:#1edee4 !important;
}
.has-strong-blue-color{
	color:#255cff !important;
}
.has-strong-red-color{
	color:#ff2560 !important;
}
.has-light-red-color{
	color:#ff2525 !important;
}
.has-light-green-color{
	color:#00cea1 !important;
}
.has-strong-white-color{
	color:#ffffff !important;
}
.has-light-black-color{
	color:#242424 !important;
}
.has-very-light-gray-color{
	color:#797979 !important;
}
.has-very-dark-black-color{
	color:#000000 !important;
}

/******************Font Size Setting*****************/
.has-small-font-size{
	font-size:10px !important;
}
.has-normal-font-size{
	font-size:15px !important;
}
.has-large-font-size{
	font-size:24px !important;
}
.has-huge-font-size{
	font-size:36px !important;
}
.alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
}
.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
}