/*         TABLE OF CONTENT
|----------------------------------------
|       -> General style
|       -> Heading Style
|       -> Gallery
|       -> Blockquote
|----------------------------------------
*/

/*
|---------------------------------------
|  General style
|---------------------------------------
*/
.wp-block {
    max-width: 1140px;
    font-family: "Raleway", sans-serif;
    color: #6e6e78;
    font-size: 14px;
}
.editor-block-list__layout {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wp-block[data-align="full"] {
    max-width: none;
}
.components-toolbar__control.components-button:not(:disabled).is-active>svg{
    color: #ffffff;
}
.editor-styles-wrapper .wp-block p.mce-content-body,
.block-editor .editor-styles-wrapper p,
.wp-block p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: inherit;
}
.editor-styles-wrapper .wp-block p.mce-content-body:last-child,
.editor-styles-wrapper p:last-child,
.wp-block p:last-child{
    margin-bottom: 0;
}
p.wp-block-paragraph.has-large-font-size.editor-rich-text__editable.block-editor-rich-text__editable {
    font-size: 2em;
    line-height: inherit;
    text-align: center;
}
.editor-rich-text__editable.block-editor-rich-text__editable p strong em a {
    color: #535454;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    line-height: 30px;
}
.editor-post-title__block .editor-post-title__input{
    font-family: "Raleway", sans-serif;
}
p.wp-block-paragraph.has-background.editor-rich-text__editable.block-editor-rich-text__editable {
    color: #fff;
}
.wp-block-gallery .blocks-gallery-item figcaption {
    bottom: 25px;
}
ul.wp-block-categories__list.wp-block-categories__list-level-0 li a,
ul.wp-block-archives.wp-block-archives-list li a {
    color: #535454;
}
ul.wp-block-latest-posts.has-dates li a div {
    color: #535454;
    font-size: 15px;
    line-height: 28px;
    list-style: disc;
}
ul.wp-block-latest-posts.is-grid.columns-3 li a {
    color: #535454;
}
/*
|---------------------------------------
|  Heading style
|---------------------------------------
*/
.wp-block-heading h1.editor-rich-text__tinymce,
.wp-block-heading h2.editor-rich-text__tinymce,
.wp-block-heading h3.editor-rich-text__tinymce,
.wp-block h1,
.editor-styles-wrapper .mce-content-body.h1,
.wp-block h2,
.editor-styles-wrapper .mce-content-body.h2,
.wp-block h3,
.editor-styles-wrapper .mce-content-body.h3,
.wp-block h4,
.editor-styles-wrapper .mce-content-body.h4,
.wp-block h5,
.editor-styles-wrapper .mce-content-body.h5,
.wp-block h6,
.editor-styles-wrapper .mce-content-body.h6{
    font-family: "Raleway", sans-serif;
    margin: 0;
    font-weight: 400;
    color: #2d2023;
}
.wp-block h1,
.wp-block-freeform.block-library-rich-text__tinymce h1{
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
}
.wp-block h2,
.wp-block-freeform.block-library-rich-text__tinymce h2{
    font-size: 34px;
    line-height: 40px;
    font-family: 'Raleway', sans-serif;
    color: #313131;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}
.wp-block-freeform.block-library-rich-text__tinymce ol,
.wp-block-freeform.block-library-rich-text__tinymce ul {
    padding: 0 0 0 15px;
}
.wp-block-freeform.block-library-rich-text__tinymce .wp-caption.alignleft dt.wp-caption-dt{
    margin: 0.375em 2em 1.75em 0;
}

.wp-block-freeform.block-library-rich-text__tinymce .wp-caption.alignright dt.wp-caption-dt{
        margin: 0.375em 0 1.75em 1.75em;
}
.wp-block-freeform.block-library-rich-text__tinymce li{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #606060;
}
.wp-block h3,
.wp-block-freeform.block-library-rich-text__tinymce h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
.wp-block h4,
.wp-block-freeform.block-library-rich-text__tinymce h4{
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}
.wp-block h5,
.wp-block-freeform.block-library-rich-text__tinymce h5{
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}
.wp-block h6,
.wp-block-freeform.block-library-rich-text__tinymce h6{
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}
.wp-block-quote:not(.is-large):not(.is-style-large),
blockquote,
.wp-block-quote.is-large, .wp-block-quote.is-style-large{
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    color: #2d2023;
    font-weight: 400;
    border-left: 4px solid #000;
    padding-left: 1em;
}
.wp-block-cover-image.alignleft, 
.wp-block-cover-image.alignright, 
.wp-block-cover.alignleft, 
.wp-block-cover.alignright {
    max-width: 305px;
    width: 100%;
    margin: 0.375em 1.75em 1.75em 0;
}

/*
|---------------------------------------
|  Blockquote style
|---------------------------------------
*/
.wp-block-pullquote blockquote{
           border-left: 4px solid #000;
    padding-left: 1em;
}
.wp-block-quote{
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    color: #2d2023;
    font-weight: 400;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote{
        border-left: 4px solid #000;
    padding-left: 1em;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote p{
       font-family: "Open Sans", sans-serif;
    font-size: 16px !important;
    line-height: 28px;
    font-weight: 400;
    color: #666666;
}

.wp-block-quote:not(.is-large):not(.is-style-large){
    border-left: 0;
}
.wp-block-quote p{
    font-family: "Raleway", sans-serif;
    font-size: 18px !important;
    line-height: 30px !important;
    color: #2d2023;
    font-weight: 400;
}
.wp-block-pullquote blockquote>.block-library-pullquote__content .editor-rich-text__tinymce[data-is-empty=true]:before, .wp-block-pullquote blockquote>.editor-rich-text p{
    font-size: 17px !important;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}
.wp-block-pullquote .wp-block-pullquote__citation{
    color: #40464d;
    font-size: 12px;
}
.editor-rich-text__tinymce code{
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
.wp-block a{
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.25;
    color: #fff;
    text-decoration: none;
}
.wp-block li a{
    font-size: inherit;
    line-height: inherit;
}
.wp-block a:hover{
    color: #f93c64;
}
.block-editor .wp-block-latest-posts {
    padding-left: 15px;
}
.wp-block-button__link{
    background-color: #32373c;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    overflow-wrap: break-word;
}
.wp-block-categories__list{
    text-align: left;
}
.block-editor ul.wp-block-archives{
    padding-left: 15px;
}
.mce-item-table,
table{
    width: 100%;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 20px 0;
    border: 1px solid #ddd !important;
    border-left: 0 !important;
    table-layout: fixed;
}
.wp-block .mce-item-table td,
.wp-block table td,
.wp-block .mce-item-table th,
.wp-block table th,
.wp-block .wp-block-table td,
.wp-block .wp-block-table th {
    padding: 8px;
    border: none;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
.wp-block-table__cell-content{
    padding: 0;
}
.wp-block table .editor-rich-text__tinymce,
.editor-styles-wrapper table .mce-content-body{
    line-height: 18px;
}
.block-library-list .editor-rich-text__tinymce,
.block-library-list .editor-rich-text__tinymce ol,
.block-library-list .editor-rich-text__tinymce ul{
    padding-left: 0;
    margin-left: 20px;
}
.block-library-list .editor-rich-text__tinymce ol,
.block-library-list .editor-rich-text__tinymce ul,
.block-library-list .editor-rich-text__tinymce ol ul,
.block-library-list .editor-rich-text__tinymce ol ol,
.block-library-list .editor-rich-text__tinymce ul ul,
.block-library-list .editor-rich-text__tinymce ul ol{
    padding-left: 25px;
}
.block-library-list .editor-rich-text__tinymce li,
.block-library-list .editor-rich-text__tinymce ol li,
.block-library-list .editor-rich-text__tinymce ul li{
    margin: 10px 0;
}
/*------------------------------------------------------
            Gallery
-------------------------------------------------------*/
.wp-block-image img {
    max-width: 100%;
    height: auto;
}
.single-post .post-content ul.wp-block-gallery,
.wp-block-gallery{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item{
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 30px;
    display: block;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure{
    position: relative;
    display: block;
    height: auto;
}
.wp-block-gallery .blocks-gallery-image figure img:not(:only-child),
.wp-block-gallery .blocks-gallery-item figure img:not(:only-child){
    background-color: #ddd;
    padding: 4px;
    border-radius: 3px 3px 0 0;
}
.blocks-gallery-item .is-selected .editor-rich-text{
    overflow: visible;
}
.blocks-gallery-item .editor-rich-text{
    position: relative;
}
.blocks-gallery-item .is-selected .editor-rich-text .editor-rich-text__inline-toolbar{
    bottom: 100%;
    top: auto;
}
.blocks-gallery-item .is-selected .editor-rich-text .editor-rich-text__tinymce,
.wp-block-gallery .blocks-gallery-image figure figcaption,
.wp-block-gallery .blocks-gallery-item figure figcaption{
    position: relative;
    display: block;
    background-color: #dddddd;
    margin: 0;
    background-image: none;
    border-radius: 0 0 3px 3px;
    color: #636363;
    font-size: 14px;
    padding: 6px 10px 10px;
    line-height: 19.6px;
}
.wp-block-freeform.block-library-rich-text__tinymce a{
    color: #2d2023;
    font-size: 14px;
}
.blocks-gallery-item .is-selected .editor-rich-text .editor-rich-text__tinymce + .editor-rich-text__tinymce{
    position: absolute;
}
.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-caption{
    color: #686868;
    display: block;
    font-size: 13px !important;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item{
    width: calc((100% - 15px)/ 2);
}
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item{
    width: calc((100% - 15px * 2)/ 3);
    margin-right: 0;
}
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item{
    width: calc((100% - 15px * 3)/ 4);
    margin-right: 0;
}
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item{
    width: calc((100% - 15px * 4)/ 5);
    margin-right: 0;
}
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item{
    width: calc((100% - 15px * 5)/ 6);
    margin-right: 0;
}
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item{
    width: calc((100% - 15px * 6)/ 7);
    margin-right: 0;
}
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item{
    width: calc((100% - 16px * 7)/ 8);
    margin-right: 0;
}
.wp-block-gallery {
    margin-left: -15px !important;
}
.wp-block-code, .wp-block-preformatted pre,
.wp-block-verse pre, pre.wp-block-verse{
    display: block;
    font-size: 12.25px;
    color: #212529;
    background-color: #fbe7eb;
    padding: 10px 15px;
    line-height: 1.75;
}
@media (min-width:600px){
    .has-3-columns .wp-block-quote{
        margin-left: 0;
        margin-right: 0;
    }
}
.wp-block-button__link{
    font-size: 18px;
}
.wp-block-pullquote .wp-block-pullquote__citation{
    margin-top: 15px;
}
.wp-block-pullquote{
    padding-top: 30px;
    padding-bottom: 30px;
}
.wp-block-pullquote blockquote{
    margin-top: 0;
    margin-bottom: 0;
}
.wp-block-pullquote p{
    color: #2d2023;
}
.editor-block-list__block .wp-block-code textarea,
.wp-block-code textarea{
    background-color: transparent;
    color: #e83e8c;
    font-size: 87.5%;
    word-break: break-word;
}

.wp-block-archives select{
    height: 50px;
    line-height: 48px;
    border: 1px solid rgba(148, 133, 187, 0.30);
    border-radius: 0;
    width: auto;
    min-width: 260px;
    display: block;
    background-color: transparent;
    padding: 0 20px;
    color: #9485bb;
}
.wp-block-archives select:focus{
    color: #9485bb;
    border-color: #9485bb;
    outline: none;
}
.wp-block-archives select option{
    background-color: #ffffff;
    color: #9485bb;
}
.wp-block-button__link,
.wp-block-button{
    font-size: 14px;
    line-height: 20px;
}
.wp-block-media-text{
    margin: 20px 0;
}
.block-editor dd{
    margin-left: 0;
}
.wp-block-freeform.block-library-rich-text__tinymce code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}
.wp-block-freeform.block-library-rich-text__tinymce pre{
    display: block;
    font-size: 87.5%;
    color: #212529;
    background-color: #fbe7eb;
    padding: 10px 15px;
    line-height: 1.75;
}
.has-3-columns .wp-block-quote.is-large,
.has-3-columns .wp-block-quote.is-style-large,
.has-3-columns .wp-block-quote:not(.is-large):not(.is-style-large),
.has-3-columns .wp-block-quote {
    padding: 32px 0;
}
.has-3-columns .wp-block-quote.is-large:before,
.has-3-columns .wp-block-quote.is-style-large:before,
.has-3-columns .wp-block-quote:not(.is-large):not(.is-style-large):before,
.has-3-columns .wp-block-quote:before{
    content: none;
}
.wp-block-latest-comments__comment-meta a {
    color: #535454;
}
.components-autocomplete p.wp-block-paragraph.has-large-font-size.editor-rich-text__editable.block-editor-rich-text__editable {
    font-size: 25px !important;
    text-align: left;
}
.components-autocomplete ul.editor-rich-text__editable.block-editor-rich-text__editable li a {
    color: #535454;
}