.editor-post-title{
    padding-bottom: 20px;
}

hr.wp-block-separator {
    background-color: #767676;
    border: 0;
    height: 2px;
    margin-bottom: 3rem;
    margin-top: 3rem;
    text-align: left;
    display: block;
    clear: both;
}

/** === Button === */
.wp-block-button__link {
    color: #fff;
    background: #5268f2;
    display: inline-block;
    padding: 11px 40px;
    border-radius: 4px;
    overflow: hidden;
    font-weight: 500;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.wp-block-button {
    color: #5268f2;
}
.blog_single_item .wp-block-button:not(.is-style-squared) .wp-block-button__link {
    border-radius: 50px;
}

.blog_list_item .blog_content .wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:hover {
    background: #5268f2;
    color: #fff;
    border-color: #5268f2;
}

.is-style-outline a.wp-block-button__link {
    color: #5268f2;
    border: 2px solid #a5b1f9;
}

a:not([href]):not([tabindex]):hover,
.is-style-outline a.wp-block-button__link:hover {
    background-color: #5268f2;
    color: #fff;
}

figure.wp-block-image.alignleft {
    margin-right: 20px;
}

/** === Separator === */
.wp-block-separator.is-style-dots {
    padding: 10px 0;
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7";
    color: #767676;
    font-size: 1.6875em;
    letter-spacing: calc(1.5 * 1rem);
    padding-left: calc(1.5 * 1rem);
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 250px;
}

/** === Align width === */
.page_wrapper .alignwide {
    margin-left  : -80px;
    margin-right : -80px;
}

.alignleft img {
    float: left;
}

.alignright img {
    float: right;
}

.page_wrapper .alignfull {
    margin: 32px calc(50% - 50.5vw);
    max-width: 100vw;
    width: 100vw;
}
.page_wrapper .alignwide {
    margin: 32px 0 32px -10%;
    max-width: 120%;
    width: 120%;
}
@media (max-width: 920px) {
    .page_wrapper .alignwide {
        max-width: 100vw;
        width: 100vw;
    }
}

/** === Cover Image === **/
.wp-block-cover p,
.blog_content .wp-block-cover p {
    line-height: 1.25;
    margin-bottom: 0;
    /* color: #fff; */
}

.wp-block-cover p.has-small-font-size,
.blog_content .wp-block-cover p.has-small-font-size {
    font-size: 13px;
}

.wp-block-cover p.has-medium-font-size,
.blog_content .wp-block-cover p.has-medium-font-size {
    font-size: 20px;
}
.blog_single_content .blog_single_item p.wp-block-cover-text,
.wp-block-cover p.has-large-font-size,
.blog_content .wp-block-cover p.has-large-font-size {
    font-size: 36px;
}

.wp-block-cover p.has-huge-font-size,
.blog_content .wp-block-cover p.has-huge-font-size {
    font-size: 48px;
}

/** === Blockquote === **/
blockquote cite a {
    font-style: normal;
    font-size: 14px;
    color: #848ca5;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 22px;
    display: inline-block;
    text-transform: uppercase;
}

.blog_content  blockquote p,
blockquote p {
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 0;
    color: #2c234d;
}

.blog_content figure.wp-block-pullquote.aligncenter blockquote p,
.blog_content figure.wp-block-pullquote.alignwide blockquote p,
.blog_content figure.wp-block-pullquote.alignfull blockquote p,
figure.wp-block-pullquote.aligncenter blockquote p {
    font-size: 28px;
    line-height: 1.6;
}

blockquote {
    color: #2c234d;
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright,
.blog_content .wp-block-pullquote.alignleft,
.blog_content .wp-block-pullquote.alignright {
    padding: 0;
}

.blog_content .wp-block-pullquote.alignleft blockquote p,
.blog_content .wp-block-pullquote.alignright blockquote p {
    font-size: 16px;
    line-height: 1.6em;
    color: #2c234d;
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote,
.blog_content .wp-block-pullquote.alignleft blockquote,
.blog_content .wp-block-pullquote.alignright blockquote {
    padding: 30px 15px 15px 15px !important;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-block-pullquote:before,
.wp-block-pullquote:after,
.wp-block-pullquote blockquote:before,
.wp-block-pullquote blockquote:after {
    display: none !important;
}

.page_wrapper p {
    font-weight: 400;
}

figure.wp-block-pullquote {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

blockquote.wp-block-quote.is-style-large p {
    font-size: 24px;
}

/** === Image === **/
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-image figcaption {
    font-weight: 400;
    text-align: center;
}

.wp-block-media-text{
    margin-bottom: 20px;
}

