/* --------------------------------------------------------------------------------------------- */
/*	Editor Styles — Block Editor
/* --------------------------------------------------------------------------------------------- */
.editor-styles-wrapper .editor-post-title {
    max-width: 960px;
    margin: 0 auto;
}

.editor-styles-wrapper {
    color: #505050;
    -webkit-font-smoothing: antialiased;
}

.editor-styles-wrapper > * {
    font-family: Tahoma, Arial, Sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.block-editor-default-block-appender textarea.block-editor-default-block-appender__content {
    font-family: inherit;
    font-size: inherit;
}


/* Structure --------------------------------- */

.wp-block {
    max-width: 860px;
}

.editor-block-list__block[data-align="wide"] .wp-block-group .wp-block {
    max-width: calc(100% - 40px);
}

.editor-block-list__block[data-align="full"] .wp-block-group .wp-block {
    max-width: 100%;
}

*[data-align=right] .editor-block-list__block-edit,
*[data-align=left] .editor-block-list__block-edit {
    max-width: 50%;
}

.editor-block-list__block[data-align="wide"],
.editor-block-list__block[data-align="full"] {
    margin-bottom: 30px;
    margin-top: 30px;
}

.editor-block-list__block[data-align="wide"] {
    max-width: 1200px;
}

.editor-block-list__block[data-align="full"] {
    max-width: none;
}

.editor-styles-wrapper .editor-rich-text__tinymce,
.editor-styles-wrapper .editor-rich-text__tinymce.mce-content-body {
    line-height: 1.938;
}



/* colours */
.has-orange-background-color {
    background: #d6ac6a;
}

.has-orange-color {
    color: #d6ac6a;
}

.has-brown-background-color {
    background: #ad7e35;
}

.has-brown-color {
    color: #ad7e35;
}

.has-black-background-color {
    background: #000;
}

.has-black-color {
    color: #000;
}

.has-grey-background-color {
    background: #9a9a9a;
}

.has-grey-color {
    color: #9a9a9a;
}

.has-light-grey-background-color {
    background: #fbfbfb;
}

.has-light-grey-color {
    color: #fbfbfb;
}

.has-white-background-color {
    background: #fff;
}

.has-white-color {
    color: #fff;
}

.has-text-color a {
    color: inherit;
}


/* Typography -------------------------------- */

.editor-styles-wrapper a {
    color: #ef562f;
    text-decoration: underline;
}

.editor-styles-wrapper .wp-block h1,
.editor-styles-wrapper .wp-block h2,
.editor-styles-wrapper .wp-block h3,
.editor-styles-wrapper .wp-block h4,
.editor-styles-wrapper .wp-block h5,
.editor-styles-wrapper .wp-block h6,
.editor-post-title__block .editor-post-title__input {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin: 0 0 1.5rem;
}

.editor-styles-wrapper .wp-block h3,
.editor-styles-wrapper .wp-block h4,
.editor-styles-wrapper .wp-block h5,
.editor-styles-wrapper .wp-block h6,
.editor-post-title__block .editor-post-title__input {
    margin: 0 0 1rem;
}

.editor-post-title__block .editor-post-title__input,
.editor-styles-wrapper .wp-block h1 {
    font-size: 2rem;
}

.editor-styles-wrapper .wp-block h2 {
    font-size: 1.75rem;
}

.editor-styles-wrapper .wp-block h3 {
    font-size: 1.5rem;
}

.editor-styles-wrapper .wp-block h4 {
    font-size: 1.25rem;
}

.editor-styles-wrapper .wp-block h5 {
    font-size: 1.125rem;
}

.editor-styles-wrapper .wp-block h6 {
    font-size: 1.063rem;
}


.editor-styles-wrapper p,
.editor-styles-wrapper p.wp-block-paragraph {
    font-size: 16px;
    line-height: 1.938;
}


/* Monospace --------------------------------- */

.editor-styles-wrapper code,
.editor-styles-wrapper kbd,
.editor-styles-wrapper pre,
.editor-styles-wrapper samp {
    font-family: monospace;
}

.editor-styles-wrapper kbd,
.editor-styles-wrapper pre,
.editor-styles-wrapper samp {
    border-radius: 0;
    font-size: .75em;
    padding: 4px 6px;
}

.editor-styles-wrapper code,
.editor-styles-wrapper kbd,
.editor-styles-wrapper tt,
.editor-styles-wrapper var {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
}

.editor-styles-wrapper kbd {
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
    color: #333;
    display: inline-block;
    font-size: 0.813rem;
    font-weight: 500;
    line-height: 1;
    padding: 2px 4px;
    white-space: nowrap;
}

.editor-styles-wrapper code {
    background: #f7f7f7;
    border: 1px solid #ebebeb;
    color: #ef562f;
    word-wrap: break-word;
    white-space: nowrap;
}

.editor-styles-wrapper pre {
    position: relative;
    max-width: 800px;
    padding: 2rem;
    background: #f7f7f7;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    font-size: 0.938rem;
    color: #656565;
    border: 1px solid #c2a68c;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left: none;
    border-right: none;
    margin: 2rem 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}


/* Custom Text Sizes ------------------------- */

.editor-styles-wrapper p.has-large-font-size.editor-rich-text__tinymce,
.editor-styles-wrapper p.has-large-font-size.editor-rich-text__tinymce.mce-content-body,
.editor-styles-wrapper p.has-larger-font-size.editor-rich-text__tinymce,
.editor-styles-wrapper p.has-larger-font-size.editor-rich-text__tinymce.mce-content-body {
    line-height: 1.4;
}

.editor-styles-wrapper p.has-small-font-size {
    font-size: .875rem;
}

.editor-styles-wrapper p.has-regular-font-size {
    font-size: 1rem;
}

.editor-styles-wrapper p.has-medium-font-size {
    font-size: 2rem;
}

.editor-styles-wrapper p.has-large-font-size {
    font-size: 2.5rem;
}

.editor-styles-wrapper p.has-larger-font-size {
    font-size: 3rem;
}


/* Post Media -------------------------------- */

.editor-styles-wrapper figure {
    margin: 0;
}

.editor-styles-wrapper .alignleft,
.editor-styles-wrapper .alignright {
    margin-bottom: 1.2em;
    max-width: 50%;
}

.editor-styles-wrapper .wp-caption .alignleft,
.editor-styles-wrapper .wp-caption .alignright {
    margin-bottom: 0;
}

.editor-styles-wrapper .alignleft {
    margin: 4rem 4rem 3rem -4rem;
    float: left;
}

.editor-styles-wrapper .alignright {
    margin: 4rem -4rem 3rem 4rem;
    float: right;
}

.editor-styles-wrapper .aligncenter {
    margin: 4rem auto;
}

.editor-styles-wrapper .alignnone {
    margin: 4rem 0;
}

.editor-styles-wrapper figcaption {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.editor-styles-wrapper .editor-block-list__block[data-align="full"] figcaption {
    font-size: 0.938rem;
    line-height: 1.2;
    margin: 0;
    padding: 1rem 0 0;
    font-style: italic;
    text-align: center;
    ;
}


/* Forms ------------------------------------- */


/* Block: _Shared Lists ---------------------- */

.editor-styles-wrapper ul.wp-block-archives,
.editor-styles-wrapper ul.wp-block-categories,
.editor-styles-wrapper ul.wp-block-latest-posts {
    list-style: none;
    margin: 40px 0;
    padding-left: 0;
}

.editor-styles-wrapper ul.wp-block-categories__list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.editor-styles-wrapper ul.wp-block-archives li,
.editor-styles-wrapper ul.wp-block-categories li,
.editor-styles-wrapper ul.wp-block-latest-posts li {
    line-height: 1.2;
    margin: 20px 0 0 0;
}

.editor-styles-wrapper ul.wp-block-archives li li,
.editor-styles-wrapper ul.wp-block-categories li li,
.editor-styles-wrapper ul.wp-block-categories__list li li,
.editor-styles-wrapper ul.wp-block-latest-posts li li {
    margin-left: 20px;
}

.editor-styles-wrapper .wp-block-archives li > a,
.editor-styles-wrapper .wp-block-categories li > a,
.editor-styles-wrapper .wp-block-latest-posts li > a {
    font-size: 1.25em;
    font-weight: 700;
    text-decoration: none;
}

.editor-styles-wrapper .wp-block-archives.aligncenter,
.editor-styles-wrapper .wp-block-categories.aligncenter {
    text-align: center;
}

/* Block: Gallery ------------------------------ */
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 2rem 1rem 1rem;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
}

/* Block: Table ------------------------------ */

.editor-styles-wrapper table.wp-block-table {
    border: 1px solid #e9e9e9;
    font-size: 16px;
    width: 100%;
    margin-bottom: 24px;
    border-collapse: collapse;
}

.editor-styles-wrapper table.wp-block-table caption,
.editor-styles-wrapper table.wp-block-table th,
.editor-styles-wrapper table.wp-block-table td {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.editor-styles-wrapper .wp-block-table caption {
    font-size: 0.813rem;
    margin-bottom: 24px;
    text-align: center;
    background: #f2f2f3;
    color: #545454;
}

.editor-styles-wrapper .wp-block-table th,
.editor-styles-wrapper .wp-block-table td {
    border-color: #e9e9e9;
    line-height: 1.4;
    margin: 0;
    overflow: visible;
    padding: 0;
}

.editor-styles-wrapper .wp-block-table .wp-block-table__cell-content {
    padding: 12px;
    text-align: left;
}

.editor-styles-wrapper .wp-block-table thead {
    background: #dcdcdc;
    color: #1b1b1b;
    vertical-align: bottom;
    white-space: nowrap;
}

.editor-styles-wrapper .wp-block-table th {
    font-size: 0.938rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* Block: Separator -------------------------- */

.editor-styles-wrapper .wp-block-separator {
    background: #c2a68c;
    color: #c2a68c;
}

.editor-styles-wrapper hr.wp-block-separator {
    border: none;
    border-top: 1px solid #dedede;
    margin: 2em auto;
    width: 100%;
}

.editor-styles-wrapper .wp-block-separator.is-style-dots {
    border: none;
}

.editor-styles-wrapper .wp-block-separator.is-style-dots:before {
    color: inherit;
}

.editor-styles-wrapper .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    margin-left: 0;
    width: 100%;
}

.editor-styles-wrapper .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.editor-styles-wrapper .wp-block-separator.is-style-wide {
    width: 100%;
}

/* Block: Quote ------------------------------ */

.editor-styles-wrapper blockquote {
    border: none;
    color: #000;
    font-family: Georgia, serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 2rem 0 0;
    position: relative;
    z-index: 2;
}

.editor-styles-wrapper .wp-block-quote {
    margin: 4rem 0 1rem;
}

.editor-styles-wrapper blockquote:before {
    border: none;
    content: "\201C";
    font-family: "Times new Roman", serif;
    color: #fde8e3;
    font-size: 250px;
    font-size: calc(1rem + 13vw);
    font-style: italic;
    line-height: 0;
    position: absolute;
    left: -2.5rem;
    font-weight: 700;
    top: 4rem;
    z-index: -1;
}

.editor-styles-wrapper .wp-block-quote[style*="text-align:center"],
.editor-styles-wrapper .wp-block-quote[style*="text-align: center"] {
    border-width: 0;
    padding: 5px 0;
}

.editor-styles-wrapper .wp-block-quote[style*="text-align:right"],
.editor-styles-wrapper .wp-block-quote[style*="text-align: right"] {
    padding: 5px 20px 5px 0;
}

.editor-styles-wrapper cite,
.editor-styles-wrapper .wp-block-quote__citation,
.editor-styles-wrapper .wp-block-quote cite,
.editor-styles-wrapper .wp-block-quote footer {
    display: block;
    font-family: arial, helvetica;
    font-size: 0.875rem;
    color: #9a9a9a;
    margin: 1rem 0 0;
    text-transform: capitalize;
}

.editor-styles-wrapper .wp-block-quote p {
    color: inherit;
    margin: 0 0 20px 0;
}

.editor-styles-wrapper .wp-block-quote.is-style-large {
    border: none;
    padding: 0;
}

.editor-styles-wrapper .wp-block-quote.is-style-large p {
    font-size: 1.75em;
    font-style: italic;
    font-weight: 700;
    line-height: 1.25;
}

/* Block: Pullquote -------------------------- */

.editor-styles-wrapper .wp-block-pullquote {
    border: none;
    color: inherit;
    margin-top: 2rem;
    padding: 0;
    margin-bottom: 2rem;
    position: relative;
}

.editor-styles-wrapper .wp-block-pullquote,
.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote {
    margin: 2rem 0 0;
    text-align: left;
}

.editor-styles-wrapper .wp-block-pullquote.alignleft,
.editor-styles-wrapper .wp-block-pullquote.alignright {
    max-width: 50%;
}

.editor-styles-wrapper .editor-block-list__block .wp-block-pullquote p {
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
}

.editor-styles-wrapper .editor-block-list__block .wp-block-pullquote p,
.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote > .block-editor-rich-text p,
.editor-styles-wrapper .editor-block-list__block[data-type="core/pullquote"][data-align=right] .editor-rich-text p,
.editor-styles-wrapper .editor-block-list__block[data-type="core/pullquote"][data-align=left] .editor-rich-text p {
    border-left: 0;
    color: #000;
    font-family: Georgia, serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    z-index: 2;
}

.editor-styles-wrapper .wp-block-pullquote__citation,
.editor-styles-wrapper .wp-block-pullquote cite,
.editor-styles-wrapper .wp-block-pullquote footer {
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 0.875rem;
    color: #9a9a9a;
    margin: 1rem 0 0;
    text-transform: capitalize;
}

/* Block: Cover ------------------------------ */

.editor-styles-wrapper .wp-block-cover-image .wp-block-cover__inner-container,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
    margin: 0 auto;
    max-width: 960px;
    width: calc(100% - 50px);
}

.editor-styles-wrapper .wp-block-cover-image .wp-block,
.editor-styles-wrapper .wp-block-cover .wp-block,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
    line-height: 1.2;
    max-width: 100%;
    padding: 0;
}

.editor-styles-wrapper .wp-block-cover {
    min-height: 200px;
}

.editor-styles-wrapper .wp-block-cover p {
    font-weight: 700;
    font-family: Poppins, sans-serif;
    line-height: 1;
}

.editor-styles-wrapper .wp-block-cover a {
    color: inherit;
}


/* Block: Paragraph -------------------------- */


/* STYLE: SOLID COLOR */

.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color {
    padding: 30px 20px;
}

.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
}


/* Block: Verse ------------------------------ */

.editor-styles-wrapper .wp-block-verse pre,
.editor-styles-wrapper pre.wp-block-verse {
    font-size: 0.75em;
}


/* Block: Button ----------------------------- */

.editor-styles-wrapper .wp-block-button__link,
.editor-styles-wrapper .wp-block-file__button {
    border: none;
    background: #2d2926;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1;
    padding: 0.875rem 1.563rem 0.813rem;
    letter-spacing: 2px;
}

.editor-styles-wrapper .wp-block-button .wp-block-button__link.mce-content-body {
    line-height: 1.1;
}

/* BUTTON STYLE: OUTLINE */

.editor-styles-wrapper .is-style-outline .wp-block-button__link {
    background: none;
    border-color: #2d2926;
    color: #2d2926;
}

/* BUTTON STYLE: SQUARED */

.editor-styles-wrapper .is-style-squared .wp-block-button__link {
    border-radius: 0;
}


/* Block: Latest Comments -------------------- */

.editor-styles-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment {
    font-size: inherit;
    margin-bottom: 20px;
}

.editor-styles-wrapper .wp-block-latest-comments li.wp-block-latest-comments__comment:last-child {
    margin-bottom: 0;
}

.editor-styles-wrapper .wp-block-latest-comments__comment-meta,
.editor-styles-wrapper .wp-block-latest-comments__comment-excerpt {
    margin-left: 0 !important;
}

.editor-styles-wrapper .wp-block-latest-comments__comment-meta {
    font-weight: 700;
}

.editor-styles-wrapper .wp-block-latest-comments__comment-meta a {
    text-decoration: none;
}

.editor-styles-wrapper .wp-block-latest-comments time {
    display: block;
    font-size: 1em;
    font-weight: 400;
    margin-top: 5px;
}

/* HAS AVATAR */

.editor-styles-wrapper .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment {
    display: flex;
}

.editor-styles-wrapper .wp-block-latest-comments.has-avatars img.avatar {
    border-radius: 0;
    flex-shrink: 0;
    height: 60px;
    margin-right: 15px;
    width: 60px;
}

/* HAS EXCERPT */

.editor-styles-wrapper .wp-block-latest-comments__comment-excerpt {
    font-size: .9em;
    margin-top: 10px;
}

.editor-styles-wrapper .wp-block-latest-comments__comment-excerpt p:last-child {
    margin-bottom: 0;
}


/* Block: Latest Posts ----------------------- */

/* STYLE: GRID */

.editor-styles-wrapper .wp-block-latest-posts.is-grid li {
    border-color: #E1E1E3;
}

.editor-styles-wrapper ul.wp-block-latest-posts.is-grid li {
    border-style: solid;
    border-width: 1px 0 0;
    margin: 0 16px 24px 0;
    padding-top: 12px;
}

.editor-styles-wrapper ul.wp-block-latest-posts .wp-block-latest-posts__post-date {
    color: inherit;
    display: block;
    font-size: 1em;
    margin: 8px 0 0;
}

.editor-styles-wrapper .wp-block-latest-posts__post-excerpt {
    font-size: .95em;
    line-height: 1.4;
    margin-top: 15px;
}

/* Block: Embed ------------------------------ */

.editor-styles-wrapper .wp-block-embed {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.editor-styles-wrapper .editor-block-list__block[data-type*="core-embed"][data-align=center] * {
    margin-left: auto;
    margin-right: auto;
}

/* Block: File ------------------------------- */

.editor-styles-wrapper .wp-block-file {
    background: none;
    padding: 0;
}

.editor-styles-wrapper .wp-block-file__content-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.editor-styles-wrapper .wp-block-file .wp-block-file__textlink {
    color: #007C89;
    font-weight: 700;
    text-decoration: none;
}

.editor-styles-wrapper .wp-block-file .wp-block-file__button {
    font-size: 14px;
    padding: 1em 1.25em;
}

/* Block: Image ------------------------------ */

.editor-styles-wrapper .wp-block-image {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

/* Block: Group ------------------------------ */

.wp-block-group p[style*="text-align: center"],
.wp-block-group p[style*="text-align:center"] {
    margin-left: auto;
    margin-right: auto;
}

.wp-block-group p[style*="text-align: right"],
.wp-block-group p[style*="text-align:right"] {
    margin-left: auto;
}

/* Block: Paragraph -------------------------- */

.wp-block[data-type="core/paragraph"] p {
    max-width: 960px;
}

/* Block: Drop cap -------------------------- */
.wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
    color: #ef562f;
    float: left;
    font-family: Poppins, sans-serif;
    font-size: 7rem;
    line-height: .68;
    font-weight: 700;
    margin: 0.438rem .5rem 0 0;
    text-transform: uppercase;
    font-style: normal;
}


/* -------------------------------------------------------------------------------- */
/*	Media Queries
/* -------------------------------------------------------------------------------- */
@media (min-width: 700px) {

    /* STRUCTURE */
    .editor-styles-wrapper > * {
        font-size: 17px;
    }

    .editor-block-list__block[data-align="wide"],
    .editor-block-list__block[data-align="full"] {
        margin-bottom: 60px;
        margin-top: 60px;
    }

    /* FORMS  */
    .editor-styles-wrapper fieldset {
        padding: 30px;
    }

    .editor-styles-wrapper legend {
        padding: 0 15px;
    }


    /* BLOCK: COLUMNS */

    .wp-block-column {
        font-size: 16px;
    }

    /* BLOCK: COVER */

    .editor-styles-wrapper .wp-block-cover-image .wp-block-cover__inner-container,
    .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
        width: calc(100% - 80px);
    }

    /* BLOCK: LATEST POSTS */

    .editor-styles-wrapper ul.wp-block-latest-posts.is-grid li {
        margin: 0 16px 40px 0;
        padding-top: 24px;
    }

}


@media (min-width: 1000px) {

    /* STRUCTURE */
    .editor-block-list__block[data-align="wide"],
    .editor-block-list__block[data-align="full"] {
        margin-bottom: 80px;
        margin-top: 80px;
    }

    /* BLOCK: COLUMNS */
    .wp-block-column {
        font-size: 18px;
    }

    /* BLOCK: COVER */
    .editor-styles-wrapper .wp-block-cover-image .wp-block-cover__inner-container,
    .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
        width: calc(100% - 100px);
    }
}

@media (min-width: 1220px) {

    /* STRUCTURE */
    .editor-block-list__block[data-align="wide"],
    .editor-block-list__block[data-align="full"] {
        margin-bottom: 80px;
        margin-top: 80px;
    }
}
