/*------------------------------------------------------------------
[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;
    font-weight: 300;
    margin-top: 1em;
}
a#cancel-comment-reply-link {
    padding-left: 10px;
}
.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{
    border: 2px solid #000;

}
.wp-block-button.is-style-squared a.wp-block-button__link {
    border-radius: 0px;
}
a.wp-block-button__link {
    background: #e74c3c;
    color: #fff !important;
    font-size: 16px !important;
    padding: 8px 20px;
    font-weight: 400;
    transition: all 300ms ease;
}
a.wp-block-button__link:hover{
	background: #333 !important;
	color: #fff !important;
}
.wp-block-quote.is-large {
    padding: 30px;
}
blockquote {
    border-color: #EA6E61 !important;
}
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: 32px;
    color: #fff !important;
    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;
}
blockquote footer.blockquote-footer::before {
    display: none;
}
.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;
}
blockquote footer, blockquote small, blockquote .small {
    background: transparent !important;
}
.wp-block-pullquote p {
    font-size: 28px !important;
    margin-bottom: 20px !important;
}
.single article .article-content p a {
    color: #e74c3c !important;
}
.single article .article-content p {
    color: #454646 !important;
    font-size: 18px;
    line-height: 29px;
}
.wp-block-latest-comments__comment-meta {
    background: transparent;
}
.single .markup-image-alignment .entry-content p:last-of-type .alignright {
    margin-top: 0;
}
.page .page-image-alignment .entry-content p:last-of-type {
    clear: both;
}

/*WIDGET FIXES*/
.widget .tagcloud {
    overflow: hidden;
}
footer #wp-calendar a{
	font-weight: bold;
	color: #fff;
}
footer .widget_rss .rsswidget{
	font-weight: bold;
}
footer #wp-calendar caption,
footer .widget_recent_comments li,
footer .recentcomments a,
footer .widget_rss .rsswidget,
footer .widget_rss li{
	color: #fff;
}
footer .textwidget p.wp-caption-text{
	opacity: 1;
}
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background){
    background-color:#e74c3c;
}
ol.wp-block-latest-comments {
    margin-left: -20px;
}