/* ======================================================================
== Gutenberg Blocks Style
====================================================================== */

/*========== Editor Color Palette ==========*/
.has-strong-purple-color {
    color: #4c5ccf;
}
.has-light-purple-color {
    color: #838ee2;
}
.has-very-dark-gray-color {
    color: #eee;
}
.has-strong-purple-background-color {
    background-color: #4c5ccf;
}
.has-light-purple-background-color {
    background-color: #838ee2;
}

/*========== Block Code ==========*/

.dark-skin .wp-block-code {
    background: #3c3c3c;
    border: 1px solid #2a2a2a;
    color: #aaa;
}
.wp-block-code {
    background: #f4f4f4;
    border: 1px solid #ddd;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}
.wp-block-gallery {
    padding: 0px !important;
}
pre {
    display: block;
    padding: 20px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border-radius: 5px;
    overflow: auto;
    font-family: monospace !important;
}

.dark-skin pre {
    color: #aaa;
    background-color: #222;
}

/*========== Table ==========*/

table {
    border-spacing: 0;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5em;
}
table thead th {
    background: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    padding: 0.7em .4em;
    vertical-align: middle;
}
table tbody td, 
table tbody th {
    padding: 10px !important;
    border: 2px solid rgb(230, 230, 230) !important;
}
.dark-skin table tbody td, 
.dark-skin table tbody th {
    padding: 10px;
    border: 2px solid rgb(34, 34, 34);
}
table strong {
    font-family: 'Barlow';
}

/*========== Quote ==========*/

.wp-block-pullquote {
    padding-left: 1em;
    padding: 10px 20px;
    margin: 20px 0px;
}
.wp-block-pullquote blockquote {
    border-left: none !important;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 80%;
    margin: 0;
}
blockquote p {
    margin-bottom: 0px !important;
}
.wp-block-quote cite {
    margin-top: 1em;
    font-weight: 400;
    position: relative;
    font-style: normal;
    font-size: 13px !important;
    font-family: 'Roboto';
}
cite {
    color: #7d7d7d;
    margin-top: 1em;
    font-weight: 400;
    position: relative;
    font-style: normal;
    font-size: 13px !important;
    font-family: 'Roboto';
}
.wp-block-quote cite,
.wp-block-quote__citation,
.wp-block-pullquote__citation {
    margin-top: 1em;
    font-weight: 400;
    position: relative;
    font-style: normal;
    font-size: 13px !important;
    font-family: 'Roboto' !important;
}

.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
    font-style: normal;
}

/*========== Buttons ==========*/

.wp-block-button {
    font-weight: 600;
    font-family: 'Barlow' !important;
}
.wp-block-button a {
    font-size: 17px;
    font-weight: 600;
    color: #fff !important;
    border-color: #191717 !important;
}
.wp-block-button a:hover {
    color: #fff;
    background-color: #000 !important;
    text-decoration: none !important;
}
.is-style-outline a {
    color: #000 !important;
    border-color: #191717 !important;
}
.is-style-outline a:hover {
    color: #fff !important;
}

/*========== Dark Skin ==========*/

.dark-skin .wp-block-separator.is-style-dots:before {
    color: #ffffff;
}
.dark-skin .wp-block-separator.is-style-dots {
    background: transparent !important;
}
.dark-skin .wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #3c3c3c;
}
.dark-skin .wp-block-table.is-style-stripes {
    border-bottom: none !important;
}

/*========== Fonts Sizes ==========*/

.has-small-font-size {
    font-size: 13.7px !important;
    line-height: 25px;
}

.has-medium-font-size {
    font-size: 20px;
    line-height: 30px;
}
.has-large-font-size {
    font-size: 36px;
    line-height: 46px;
}
.has-huge-font-size {
    font-size: 48px;
    line-height: 58px;
}

/* Block Cover Font */
.wp-block-cover{
    font-weight: 500;
    font-family: 'Barlow';
}
.wp-block-cover p {
    color: #fff;
    font-weight: 500;
    font-family: 'Barlow';
}

/* Gallery Item Caption */
.blocks-gallery-item figcaption {
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 13.7px !important;
    padding-bottom: 20px !important;
}

/* List */
.post-inner .cat-item,
.wp-block-latest-posts li,
.post-inner .wp-block-archives li {
    width: 100%;
    color: #757575;
    text-align: left;
    border-bottom: none;
    display: list-item;
    padding: 5px 0 !important;
}
.dark-skin .post-inner .cat-item,
.dark-skin .wp-block-latest-posts li,
.dark-skin .post-inner .wp-block-archives li {
    color: #aaa;
}

/* Figcaption */
figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center;
    font-family: 'Roboto';
}
.dark-skin figcaption,
.dark-skin cite {
    color: #aaa;
}

