/*------------------------------------------------------------------
[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;
}
.widget_search .search-field,
.sidebar-content .widget_search label{
    width:100%;
    float: initial;
}
ol.wp-block-latest-comments {
    margin-left: 0;
    padding-left: 0;
}
.wp-block-button {
    margin: 2rem 0;
}
.wp-block-button.alignleft {
    margin-top: 0px !important;
    margin-right: 2rem;
}
.sidebar-content aside.widget{
    margin-bottom: 0;
}
.wp-block-latest-comments__comment footer {
    margin-left: 0px !important;
    background: transparent;
    padding-bottom: 0px;
}
.wp-block-latest-comments__comment footer a {
    font-weight: 500;
    color: #373737;
}
.wp-block-image figcaption {
    font-size: 13px;
    margin: 20px !important;
    font-weight: 300;
}
.wp-block-button.is-style-outline a.wp-block-button__link:hover{
    color: #fff !important;
}
.wp-block-button.is-style-outline a.wp-block-button__link{
    color: #454545 !important;
    border: 2px solid;
}
.wp-block-button.is-style-squared a.wp-block-button__link {
    border-radius: 0px;
}
a#cancel-comment-reply-link {
    padding-left: 10px;
}
a.wp-block-button__link {
    background: #60d158;
    color: #fff !important;
    font-size: 16px !important;
    padding: 8px 20px;
    font-weight: 700;
    transition: all 300ms ease;
}
a.wp-block-button__link:hover {
    background: #8cde86 !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);
}


.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-bottom: 0px;
}
.wp-block-quote {
    margin: 0;
    padding: 30px !important;
    background: #F7FAFD;
}
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;
}
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;
}
body figure.wp-block-image.alignfull, body .wp-block-cover.alignfull {
    width: auto;
    max-width: 1000%;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
.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;
}
.wp-block-latest-comments__comment-meta a:hover{
    color:#60d158;
}
 .wp-block-archives-list.wp-block-archives a{
    color:#828282;
 }
 .wp-block-archives-list.wp-block-archives a:hover{
    color:#60d158;
 }
 .wp-block-categories-list.wp-block-categories a{
    color:#828282;
 }
 .wp-block-categories-list.wp-block-categories a:hover{
    color:#60d158;
 }
 .wp-block-latest-posts__list.wp-block-latest-posts a{
    color:#828282;
 }
 .wp-block-latest-posts__list.wp-block-latest-posts a:hover{
    color:#60d158;
 }

