/*------------------------------------------------------------------
[Gutenberg] - [Table of contents]

- Gutenberg frontend Custom Styling
/*------------------------------------------------------------------*/

/*FRONTEND COLORS*/
.single article .article-content .has-pale-pink-color {
	color: #F78DA7;
}
.single article .article-content .has-vivid-red-color {
	color: #CF2E2E;
}
.single article .article-content .has-luminous-vivid-orange-color {
	color: #F56500;
}
.single article .article-content .has-luminous-vivid-amber-color {
	color: #F3B200;
}
.single article .article-content .has-light-green-cyan-color {
	color: #7BDCB5;
}
.single article .article-content .has-vivid-green-cyan-color {
	color: #00D084;
}
.single article .article-content .has-pale-cyan-blue-color {
	color: #8DD0FB;
}
.single article .article-content .has-vivid-cyan-blue-color {
	color: #0693e3;
}
.single article .article-content .has-very-light-gray-color {
	color: #eeeeee;
}
.single article .article-content .has-cyan-bluish-gray-color {
	color: #abb8c3;
}
.single article .article-content .has-very-dark-gray-color {
	color: #313131;
}
.wp-block-image figcaption {
	font-size: 13px;
	margin: 20px !important;
	font-weight: 400;
}
.is-style-outline>.wp-block-button__link {
	border: 2px solid #222 !important;
	color: #222 !important;
}
.is-style-outline>.wp-block-button__link:hover {
	background: #45004d !important;
	border: 2px solid #45004d !important;
	color: #fff !important;
}
.wp-block-button.is-style-squared a.wp-block-button__link {
	border-radius: 0px;
}
.wp-block-search__inside-wrapper {
	display: block;
}
a.wp-block-button__link {
	padding: 12px 40px;
	border: 2px solid #45004d;
	line-height: 21px;
	background: #45004d;
	border-radius: 30px;
	color: #fff !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	transition: 250ms all ease;
}
a.wp-block-button__link:hover {
	background: #fff !important;
	color: #222 !important;
	border-color: #222;
}
.wp-block-quote.is-large {
	padding: 30px;
}
body .status-panel-no-sidebar .alignfull {
	width: auto;
	max-width: 1000%;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.wp-block-cover.has-background-dim.alignleft {
	margin-top: 5px;
}
.alignwide img, .alignfull img {
	display: block;
	margin: 0 auto;
}
article ul li {
	color: #454646;
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
	opacity: 1;
	visibility: visible;
}
.single article .article-content p.wp-block-cover-text {
	font-size: 30px;
	color: #fff !important;
	line-height: 1.25;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img, figure.wp-block-image img {
	margin: auto;
}
body blockquote footer.blockquote-footer {
	background: transparent;
	padding-bottom: 0 !important;
}
.single.single-post .article-content p.form-submit {
	margin: 0px;
}
.wp-block-quote {
 margin-top: 0px !important  margin: 0;
	padding: 30px !important;
	background: #F7FAFD;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-size: 1.5em !important;
	font-style: italic;
	line-height: 1.6 !important;
}
.wp-block-button {
	margin-bottom: 20px;
	margin-top: 20px;
}
.wp-block-button.alignright {
	margin-top: 0px;
}
.wp-block-button.alignleft {
	margin-top: 5px;
}
figure.wp-block-image, .wp-block-cover.has-background-dim, .wp-block-gallery, .single.single-post .article-content blockquote.wp-block-quote, blockquote.wp-block-quote, blockquote.wp-block-quote.is-large, .wp-block-code, .wp-block-audio, .wp-block-video, .wp-block-preformatted, .wp-block-verse, .wp-block-table, .wp-block-separator, .wp-block-spacer, .wp-block-categories, .wp-block-latest-posts, .wp-block-embed, .single.single-post .article-content p.wp-block-subhead, p.wp-block-subhead {
	margin-bottom: 60px;
	margin-top: 20px;
}
.has-top-margin {
	margin-top: 60px;
}
.wp-block-embed-vimeo.wp-block-embed {
	margin-bottom: 0px;
}
blockquote footer, blockquote small, blockquote .small {
	background: transparent !important;
}
.wp-block-pullquote {
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	color: #40464d;
}
.wp-block-pullquote blockquote {
	background: transparent;
	padding: 0 !important;
	text-align: center;
	border:0 !important;
}
.wp-block-pullquote blockquote p {
	font-size: 28px !important;
	line-height: 1.6 !important;
}
.wp-block-pullquote cite, .wp-block-pullquote footer, .wp-block-pullquote__citation {
	color: #454646;
	text-transform: uppercase;
	font-size: 17px;
	font-style: normal;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
 max-width: 100px;
}
.wp-block-separator {
	border: none;
	border-bottom: 2px solid #8f98a1;
	margin: 1.65em auto;
}
embed, figure {
	margin-bottom: 30px !important;
}
.wp-block-gallery.alignleft {
	margin-top: 5px;
	margin-right: 20px;
}
.wp-block-gallery .blocks-gallery-item figcaption {
	background: rgba(0, 0, 0, .2) !important;
	padding: 5px 10px 5px !important;
}
.wp-block-gallery .blocks-gallery-item figure {
	margin-bottom: 0 !important;
}
.has-small-font-size {
	font-size: .8125em !important;
}
.article-content .has-text-align-center, .article-content .has-medium-font-size, .article-content p.has-small-font-size {
	margin-top: 20px;
}
.has-large-font-size {
	font-size: 2.25em !important;
}
p[style="font-size:46px"] {
	line-height: normal !important;
}
.wp-block-cover p:not(.has-text-color) {
 color: #fff !important;
}
.wp-block-calendar table caption {
	text-align: center;
}
.wp-block-calendar a {
	color: #222;
	font-weight: 500;
}
span.wp-calendar-nav-prev {
	float: left;
}
span.wp-calendar-nav-next {
	float: right;
}
.wp-block-calendar nav.wp-calendar-nav {
	background: transparent;
	border: 1px solid #ddd !important;
	border-top: 0 !important;
	padding: 10px;
}
.sidebar-content select, .wp-block-archives select, .wp-block-categories select {
	background-image: linear-gradient(  45deg, transparent 50%, gray 0), linear-gradient(  135deg, gray 50%, transparent 0), linear-gradient(  90deg, #ccc, #ccc);
	background-position: calc(100% - 18px) calc(17px + 1px), calc(100% - 13px) calc(17px + 1px), calc(100% - 2.5em) .5em;
	background-size: 6px 5px, 6px 5px, 0 1.5em;
	width: 100%;
	border-color: #e6e6e6;
	background-repeat: no-repeat;
	appearance: none !important;
	-moz-appearance: none !important;
	-o-appearance: none !important;
	-webkit-appearance: none !important;
}
.wp-block-archives select, .wp-block-categories select {
	max-width: 20%;
	padding: 10px;
}
.wp-block-latest-posts.wp-block-latest-posts__list, .wp-block-latest-comments {
	padding-left: 0px;
	margin-bottom: 0px;
}
.wp-block-latest-comments__comment footer a {
	color: #828282;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.wp-block-latest-comments__comment-excerpt p {
	margin-top: 10px;
}
.wp-block-search .wp-block-search__input {
	border: 1px solid #82828280;
	font-weight: 400;
	padding: 13px 20px 14px;
	border-radius: 30px;
}
.wp-block-search .wp-block-search__button {
	padding: 14px 40px;
	line-height: 21px;
	height: inherit;
	font-weight: 600 !important;
	border-radius: 30px;
	font-size: 15px;
	background-image: linear-gradient(to right, #45004d 0%, #B42BD1 51%, #45004d 100%) !important;
	background-size: 200% auto !important;
	transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	color: #fff;
	text-transform: uppercase;
	border: none;
}
.wp-block-group.has-background, p.has-background {
	margin: 2rem 0;
	padding: 20px 30px 20px;
}
.page p:last-of-type img.size-full.wp-image-904.alignright {
	clear: both;
}
.wp-block-archives-list.extraclass.wp-block-archives {
	padding-left: 0px;
}
.wp-block-archives-dropdown select {
	padding: 10px 10px;
	border-color: #e6e6e6;
	background-image: linear-gradient(  45deg, transparent 50%, gray 0), linear-gradient(  135deg, gray 50%, transparent 0), linear-gradient(  90deg, #ccc, #ccc);
	background-position: calc(100% - 18px) calc(17px + 1px), calc(100% - 13px) calc(17px + 1px), calc(100% - 2.5em) .5em;
	background-size: 6px 5px, 6px 5px, 0 1.5em;
	border-color: #e6e6e6;
	background-repeat: no-repeat;
	appearance: none !important;
	-moz-appearance: none !important;
	-o-appearance: none !important;
	-webkit-appearance: none !important;
}
