/*------------------------------------------------------------------
[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: 16px;
}
a.wp-block-button__link {
    background: #2f73f6;
    border-radius: 0px;
    color: #ffffff;
    font-size: 17px;
    padding: 12px 55px;
    font-weight: 400;
    transition: 250ms all ease;
}
.is-style-outline .wp-block-button__link {
    border: 2px solid #000!important;
    color:#fff!important;
}
a.wp-block-button__link:hover{
	background: #ff023e !important;
	color: #fff !important;
}
.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);
}

body .status-panel-no-sidebar .alignwide {
	width: auto;
	max-width: 1000%;
	margin-right: calc(25% - 25vw);
	margin-left: calc(25% - 25vw);
}

.alignwide img,
.alignfull img {
	display: block;
	margin: 0 auto;
}
article ul li {
	color: #828282;
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    opacity: 1;
    visibility: visible;
}
.single article .article-content p.wp-block-cover-text {
    font-size: 2em;
    color: #fff;
    line-height: 1.25;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img,
figure.wp-block-image img {
    margin: auto;
}
blockquote footer.blockquote-footer {
    background: transparent;
}
.single.single-post .article-content p.form-submit {
    margin-bottom: 0px;
}
figure.wp-block-image,
.wp-block-cover.has-background-dim,
.wp-block-gallery,
.wp-block-button,
.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;
}
.wp-block-column p {
    margin-top: 15px;
}
.has-top-margin {
    margin-top: 60px;
}
.wp-block-embed-vimeo.wp-block-embed {
    margin-bottom: 0px;
}
.wp-block-pullquote p {
    font-size: 28px !important;
    line-height: 1.6 !important;
}
.wp-block-pullquote cite {
    text-transform: uppercase;
    font-size: 13px;
}

/*BLOCKS STYLING*/
nav.wp-calendar-nav {
    background: transparent;
}
nav.wp-calendar-nav span {
    color: #000;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts li,
.wp-block-categories-list.wp-block-categories li,
.wp-block-latest-comments li,
.wp-block-archives-list  li{
  padding-bottom: 9px;
  padding-top: 9px;
  border-bottom: 1px solid #e5ecef;
}
.wp-block-categories-list.wp-block-categories,
.wp-block-latest-comments,
.wp-block-archives-list {
    padding: 0;
    list-style: none;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts a,
.wp-block-categories-list.wp-block-categories li a,
.wp-block-latest-comments li a,
.wp-block-archives-list  li a{
    color: #3c424f;
    line-height: 30px;
    font-weight: 300;
    font-size: 17px;
    transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
}
.widget_block .wp-block-group__inner-container > h2{
    font-size: 24px;
    margin-top: 40px;
    padding-bottom: 5px;
    position: relative;
    font-weight: bold;
}
.widget_block .wp-block-group__inner-container > h2 {
    color: #3c424f;
    font-weight: 600 !important;
    margin-top: 0;
}
.wp-block-search__inside-wrapper {
    width: 100%;
}
.wp-block-search__button{
	color: #fff;
}
a.wp-block-button__link{
    border-radius:50px;
}
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background){
    background-color:#2f73f6;
}
.wp-block-button.is-style-squared a.wp-block-button__link {
    border-radius: 0px;
}