.wp-block-gallery{
	padding-left:0px !important;
}
.wp-block-gallery li{
	list-style:none !important;
}

/************Color Pallete*****************/
.has-strong-yellow-background-color{
	background-color:#ffb200 !important;
}
.has-strong-white-background-color{
	background-color:#ffffff !important;
}
.has-light-black-background-color{
	background-color:#333333 !important;
}
.has-very-light-gray-background-color{
	background-color:#797979 !important;
}
.has-very-dark-black-background-color{
	background-color:#000000 !important;
}
.has-strong-yellow-color{
	color:#ffb200 !important;
}
.has-strong-white-color{
	color:#ffffff !important;
}
.has-light-black-color{
	color:#333333 !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%;
}
p.has-background{
	margin-bottom:20px;
}
.wp-block-cover .wp-block-cover-text{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	color:#fff !important;
    font-weight: bold;
    line-height: 1.4;
    padding-left: 1rem;
    padding-right: 1rem;
}
.wp-block-separator{
	width:2.25em;
	margin-left:0px;
}
pre{
	background:none;
	border:none;
	font-size: 14px;
	color: #23282d;
	font-family: 'Roboto', sans-serif;
	padding:0px;
	line-height:1.8;
}
.wp-block-separator.is-style-wide{
	width:100%;
	border-bottom-width:2px;
}
.wp-block-separator.is-style-dots{
	width:100%;
}
.wp-block-table{
	margin-top:20px;
}
.thm-unit-test .wp-block-latest-posts,
.thm-unit-test .text .wp-block-latest-posts{
	padding-left:0px;
}
.thm-unit-test .wp-block-latest-posts li,
.thm-unit-test .text .wp-block-latest-posts li{
	list-style:none;
	padding-left:0px;
	font-size: calc(22px * 1.125);
	font-weight: bold;
	margin:10px 0;
	line-height: 1.2;
}
.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;
}