.wp-block-gallery{
	padding-left:0px !important;
}
.wp-block-gallery li{
	list-style:none !important;
}

/************Color Pallete*****************/
.has-dark-green-background-color{
	background-color:#71b100 !important;
}
.has-strong-white-background-color{
	background-color:#ffffff !important;
}
.has-light-black-background-color{
	background-color:#1a1d1f !important;
}
.has-very-light-gray-background-color{
	background-color:#777777 !important;
}
.has-very-dark-black-background-color{
	background-color:#000000 !important;
}
.has-dark-green-color{
	color:#71b100 !important;
}
.has-strong-white-color{
	color:#ffffff !important;
}
.has-light-black-color{
	color:#1a1d1f !important;
}
.has-very-light-gray-color{
	color:#777777 !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%;
}
/*************Common Style*************/
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 2.25em;
    margin-left: 0;
}
pre{
	background:none;
	padding:0px;
	border:none;
	line-height: 1.8;
	font-family: 'Yantramanav', sans-serif;
	font-size:15px;
	color: #333;
}
.wp-block-separator.is-style-wide {
    border-bottom-width: 2px;
}
.thm-unit-test .wp-block-latest-posts,
.thm-unit-test .text .wp-block-latest-posts{
	padding-left:0px;
	list-style:none;
}
.thm-unit-test .wp-block-latest-posts li,
.thm-unit-test .text .wp-block-latest-posts li{
	padding-left:0px;
	list-style:none;
	font-family: 'Yantramanav', sans-serif;
	font-size: calc(22px * 1.125);
	font-weight: bold;
	line-height: 1.2;
	margin-bottom:25px;
}
.wp-block-pullquote{
	margin:25px 0;
	border:none;
}
.wp-block-pullquote blockquote{
	margin:0px;
	padding:0px;
	border:none;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large{
	font-size: 1.6875em;
	line-height: 1.3;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	font-style: italic;
	border:none;
}
.wp-block-quote.is-large cite{
	font-size: 13px;
	line-height: 1.6;
	color: #767676;
}