/* These styles are used only in both front and back */


/* Gutenberg custom */

.wp-block-button__link {
	border-radius: 10px;}
.is-style-fill .wp-block-button__link, .is-style-outline .wp-block-button__link, .wp-block-button.is-style-outline a.wp-block-button__link, .is-style-ar-button-style .wp-block-button__link, .is-style-fill-button-style .wp-block-button__link, .is-style-outline-button-style .wp-block-button__link, .is-style-pdf-button-style .wp-block-button__link, .is-style-ext-button-style .wp-block-button__link{
    padding: calc(.667em + 2px) calc(1.333em + 2px);
}
.is-style-pdf-button-style .wp-block-button__link:before {
content: "\f1c1";
font-family: "Font Awesome 5 Free";
font-weight: 400;
padding-right: 10px;
}

.is-style-ext-button-style .wp-block-button__link:before {
content: "\f35d";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 0.9em;
padding-right: 10px;
}

.is-style-ar-button-style .wp-block-button__link:after {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 0.9em;
padding-left: 10px;
}

.wp-block-file__button:before {
content: "\f56d";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 0.9em;
padding-right: 5px;
}


p.nospace {margin-bottom: 0;}


.edit-post-visual-editor .block-editor-block-list__block.wp-block-quote.is-style-guill-quote-style {
    padding: 1.2em 1.2em 1.2em 4em;
}
blockquote.is-style-guill-quote-style, blockquote.wp-block-quote.is-style-guill-quote-style, .wp-block-quote.is-style-guill-quote-style:not(.is-style-plain) {
    background: transparent;
    border: none;
    margin-top: calc(2 * 20px);
    margin-bottom: calc(2 * 20px);
    padding: 1em;
    position: relative;
}

blockquote.is-style-guill-quote-style::before, blockquote.wp-block-quote.is-style-guill-quote-style::before {
    content: '\201C';
	font-family: Arial, Apple Symbols, sans-serif;
	font-size: 100px;
    display: block;
    width: 45px;
    height: 34px;
    position: absolute;
    top: -40px;
    left: -20px;
}

wp-block-quote.is-guill-quote-style:not(.is-style-plain) p, .wp-block-quote.is-style-guill-quote-style:not(.is-style-plain) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6;
}

blockquote.is-style-guill-quote-style cite, blockquote.wp-block-quote.is-style-guill-quote-style cite, .wp-block-quote.is-style-guill-quote-style:not(.is-style-plain) cite {
    font-size: 1.125em;
    text-align: right;
}