/*
Theme Name: Goblog Free
Theme URI: https://gothemeshop.com/theme-wordpress-goblog-free/
Author: Yuky Hendiawan
Author URI: https://hendky.com/
Description: Goblog Free is a WordPress theme with a clean design and fully responsive layout. Tailor-made for bloggers and personal web needs. This theme has many features to support your blogging needs, and there are customization controls. You can get it for free and download it in the official WordPress repository.
Version: 3.1.7
Requires at least: 5.0
Tested up to: 5.5
Requires PHP: 7.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: goblog-free
Use it to make something cool, have fun, and share what you've learned with others.
Tags: two-columns, right-sidebar, custom-background, custom-logo, custom-header, custom-colors, custom-menu, featured-images, editor-style, blog, portfolio, footer-widgets, post-formats
*/
/* =========================================
============ TABLE OF CONTENTS: ============
* Normalize
* Font
* Accessibility
* Alignments
* Images Attr
* Typography
* Form
* Formating
* Lists
* Tables
* Pagination Page
* Author Info
* Scroll Button Top
* Social Media Share
* Main Layout
* Grids Layout
* Breadcrumbs
* Fix Bug (tinyMCE/Unit test)
* Widget Sidebar Default Style
* 404 File
* Archive File
* Author File
* Comments File
* Footer File
* Footer Widget Default File
* Footer Navigasi File
* Header Navigasi Primary Default
* Header Navigasi Primary 1
* Home File
* Index File
* Page File
* Search File
* Sidebar Blog Default File
* Single File 
* Blocks - Image
* Blocks - Captions
* Blocks - Button
* Blocks - Cover 
* Blocks - Gallery
* Blocks - Columns
* Blocks - Media
* Blocks - Quote
* Blocks - Pullquote
* Blocks - Common
* Blocks - Embed
* Blocks - File
* Blocks - Separator
* Blocks - Code
* Blocks - Preformatted
* Blocks - Table
* Blocks - Verse
* Blocks - Spacer
* Blocks - Group
* Blocks - Site Logo
* Blocks - Site Tagline
* Blocks - Site Title
* Blocks - Archive
* Blocks - Calendar
* Blocks - Post Categories & Tags
* Blocks - Last Comments
* Blocks - Lates Post
* Blocks - Page List
* Blocks - RSS
* Blocks - Social Links/Icons
* Blocks - Search
* Blocks - Query Loop
* Blocks - Post Excerpt
* Blocks - Post Date
* Blocks - Logout
* Blocks - All
* Blocks - Colors 
========================================= */

/* =================== Normalize =================== */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #fbfeff;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    text-decoration: none;
    color: #0639a9;
}

b,
strong {
    color: #454545;
    font-weight: 600;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: block;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    margin-bottom: 1em;
    padding: 0.2em 1em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    margin: 0 10px;
    padding: 0 15px;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* =================== Font =================== */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(../goblog-free/assets/roboto/Roboto-Regular.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto'), url(../goblog-free/assets/roboto/Roboto-Medium.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local('Roboto'), url(../goblog-free/assets/roboto/Roboto-Bold.ttf) format('truetype');
    font-display: swap;
}

body {
    font-family: 'Roboto', sans-serif;
}

/* =================== Accessibility =================== */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

a:focus {
    border: 1px dotted;
}

a:hover,
a:active {
    outline: none;
}

/* .container-search-full */
.container-search-full form .box-search-btn input:focus {
    border-bottom: 2px solid;
}

.container-search-full form .box-search-btn input:focus::placeholder,
.container-search-full form button:focus svg,
.container-search-full form .box-search-close svg:focus {
    color: #fff;
}

/* Layout content-gambar */
main .box-content .content-gambar a:focus img,
section .box-content .content-gambar a:focus img {
    border: 2px dotted;
}

/* Navigasi */
.primary1 button.toggle-icon-search:focus {
    outline: none;
    border: none;
}

.primary1 button.toggle-icon-search:focus i {
    border: 1px solid;
}

/* Button  */
button:focus {
    border: 1px dotted;
}

/* =================== Alignments =================== */
.alignleft,
.wp-block[data-align=left]>* {
    float: left;
    margin: 1em 2em 1em 0;
}

.alignright,
.wp-block[data-align=right]>* {
    float: right;
    margin: 1em 0 1em 2em;
}

.aligncenter,
.wp-block[data-align=center]>* {
    clear: both;
    display: block;
    margin: 1em auto;
}

/* =================== Images Attr =================== */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/* =================== Typography =================== */
body,
button,
input,
select,
textarea {
    color: #333;
    font-size: 16px;
    word-wrap: break-word;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.37;
    margin: 0 0 0.50em;
    padding: 0.7em 0 0;
    color: #3a444d;
    font-weight: 500;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    padding-top: 0;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 19px;
    font-weight: 800;
}

h5 {
    font-size: 18px;
    text-transform: uppercase;
}

h6 {
    font-size: 17px;
    font-weight: 800;
}

p {
    padding: 0;
    color: #656;
    font-size: 16px;
    margin: 0 0 1em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

address {
    margin: 0 0 1.5em;
}

pre {
    border: 1px solid #d8d8d8;
    background: #f9f9f9;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    white-space: pre-wrap;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono";
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    cursor: help;
    border-bottom: 1px dotted #211112;
    text-decoration: none;
}

mark,
ins {
    background: #ffff00;
}

big {
    font-size: 125%;
}

blockquote {
    quotes: """";
    border-left: 5px solid #0671ef;
    margin: 1em 0;
    padding: 0.8em 2.2em;
    background: #f9f9f9;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    overflow: hidden;
    font-style: italic;
}

blockquote p {
    margin: 0;
}

blockquote a {
    color: #0639a9;
    text-decoration: underline;
}

blockquote cite {
    font-style: normal;
    font-weight: 600;
    padding-top: 0.6em;
    padding-bottom: 0;
    font-size: 15px;
    display: block;
}

q {
    quotes: "“""”""‘""’";
}

q::before {
    content: open-quote;
}

q::after {
    content: close-quote;
}

blockquote::before,
blockquote::after {
    content: "";
}

/* =================== Form =================== */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #222;
    border-color: #333;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #767676;
}

input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
    background: #bbb;
}

label {
    color: #555;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em;
}

fieldset {
    margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    background: #fff;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
    width: 100%;
}

select {
    border: 1px solid #bbb;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 2.5em;
    max-width: 100%;
    font-size: 15px;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.5em;
    height: 13px;
    width: 13px;
    min-width: 13px;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    font-weight: 400;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    background-color: #154550;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

/* Placeholder text color */
::-webkit-input-placeholder {
    color: #669697;
    font-family: 'Roboto', sans-serif;
}

:-moz-placeholder {
    color: #669697;
    font-family: 'Roboto', sans-serif;
}

::-moz-placeholder {
    color: #669697;
    font-family: 'Roboto', sans-serif;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #669697;
    font-family: 'Roboto', sans-serif;
}

/* =================== Formating =================== */
hr {
    background-color: #777;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* =================== Lists =================== */
ul,
ol {
    padding: 0;
    margin-left: 1.2em;
    margin-bottom: 1em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
    margin-bottom: 0.25em;
    color: #656;
}

li>ul,
li>ol {
    margin-left: 1.2em;
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
    color: #656;
}

a {
    color: #0639a9;
    text-decoration: none;
}

/* =================== Tables =================== */
table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    margin-left: 0;
    margin-right: 0;
}

table thead tr {
    background: #154550;
    color: #fff;
    text-align: left;
}

table tr th:first-child {
    border-radius: 3px 0 0 0;
}

table tr th:last-child {
    border-radius: 0 3px 0 0;
}

table th {
    font-size: 16px;
}

table td {
    font-size: 15px;
}

table td,
table th {
    border: 1px solid transparent;
    padding: .5em 1em;
    word-break: normal;
    text-align: center;
    line-height: 1.6;
}

table tbody tr {
    border-bottom: 1px solid transparent;
}

table tbody tr:nth-of-type(even) {
    background: #f3f3f3;
}

table tr:last-of-type {
    border-bottom: 2px solid #154550;
}

table tr:first-child {
    border-bottom: none;
}

figcaption {
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-top: 0;
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.6;
}

figcaption a {
    text-decoration: underline;
}

/* =================== Pagination Page =================== */
.page-pagination {
    width: 100%;
    clear: both;
    margin: 20px 0;
    margin-bottom: 0;
}

.pagination h2 {
    display: none;
}

.page-pagination .page-links {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 1%;
}

.page-pagination .page-title {
    margin-right: 0.8%;
}

.page-pagination .current {
    background: #0671ef;
    color: #fff;
    border-radius: 3px;
    margin: 0 5px;
    padding: 2px 10px;
}

.page-pagination span,
.page-pagination a {
    padding: 3px 6px;
    position: relative;
    z-index: 1;
}

.page-pagination a.post-page-numbers {
    text-decoration: none;
}

/* Nav pagination number */
.pagination {
    text-align: center;
    width: 100%;
    margin: 10px 0;
}

.nav-links {
    padding: 10px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .current {
    background: #0671ef;
    color: #fff;
    border-radius: 3px;
}

.pagination .current:hover {
    background: #045eca;
}

.pagination .nav-links a,
.pagination .current {
    padding: 3px 12px;
    position: relative;
    z-index: 1;
    margin: 1px;
}

.pagination a {
    color: #666;
}

.pagination a:hover {
    color: #0671ef;
    font-weight: 500;
}

/* =================== Author Info =================== */
.author-box {
    background: #f9f9f9;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    margin: 2% 0 5%;
    line-height: 1.40;
    clear: both;
}

.author-box .author-img {
    margin: 15px;
    width: 15%;
}

.author-box .author-info {
    width: 80%;
}

.author-box .author-img img {
    border-radius: 50%;
}

.author-box .author-img img:hover {
    opacity: 0.7;
}

.author-box h4 {
    margin-bottom: 5px;
    text-transform: capitalize;
}

.author-box h4:hover {
    opacity: 0.7;
    text-decoration: underline;
}

.author-box h4 a {
    font-weight: 500;
}

.author-box small {
    color: #737373;
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.author-box p {
    color: #444;
    font-size: 17px;
}

.author-box .author-sosmed {
    margin-bottom: 0.8em;
    display: flex;
    flex-wrap: wrap;
}

.author-box .author-sosmed a {
    margin-right: 10px;
    text-align: center;
    border-radius: 2px;
    line-height: 40px;
}

.author-box .author-sosmed i {
    padding: 8px 12px;
    background: #fbedf9;
    border-radius: 2px;
}

.author-box .author-sosmed i.fa-facebook-f {
    color: #3b5998;
}

.author-box .author-sosmed i.fa-twitter {
    color: #1f92ec;
}

.author-box .author-sosmed i.fa-youtube {
    color: #ed3833;
}

.author-box .author-sosmed i.fa-instagram {
    color: #231f20;
}

.author-box .author-sosmed i.fa-linkedin-in {
    color: #0077b5;
}

.author-box .author-sosmed i.fa-pinterest {
    color: #bd081c;
}

.author-box .author-sosmed i.fa-github {
    color: #211f1f;
}

/* =================== Scroll Button Top =================== */
#button-scroll {
    display: block;
    position: fixed;
    bottom: 5%;
    right: 1.5%;
    transition: opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

#button-scroll i {
    font-size: 35px;
    color: #0671ef;
}

#button-scroll:hover {
    cursor: pointer;
}

#button-scroll.show {
    opacity: 1;
    visibility: visible;
}

/* =================== Social Media Share =================== */
/* .main-single .container-sosmed-share */
.box-sosmed-share {
    display: flex;
    align-items: center;
}

.sosmed-txt strong {
    margin-right: 0.8em;
    font-size: 17px;
    color: #555;
}

.sosmed-txt i {
    font-size: 16px;
    margin-right: 7px;
    color: #777;
}

.box-sosmed-share .facebook,
.box-sosmed-share .twitter,
.box-sosmed-share .whatsapp,
.box-sosmed-share .pinterest,
.box-sosmed-share .linkedin {
    margin-right: 5px;
    text-align: center;
    border-radius: 5px;
}

.box-sosmed-share .facebook .fab,
.box-sosmed-share .twitter .fab,
.box-sosmed-share .whatsapp .fab,
.box-sosmed-share .pinterest .fab,
.box-sosmed-share .linkedin .fab {
    font-size: 18px;
    color: #fff;
}

.box-sosmed-share .facebook {
    background: #3b5998;
}

.box-sosmed-share .twitter {
    background: #00acee;
}

.box-sosmed-share .whatsapp {
    background: #25d366;
}

.box-sosmed-share .pinterest {
    background: #c8232c;
}

.box-sosmed-share .linkedin {
    background: #0e76a8;
}

.box-sosmed-share .facebook:hover,
.box-sosmed-share .twitter:hover,
.box-sosmed-share .whatsapp:hover,
.box-sosmed-share .pinterest:hover,
.box-sosmed-share .linkedin:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.box-sosmed-share .facebook a,
.box-sosmed-share .twitter a,
.box-sosmed-share .whatsapp a,
.box-sosmed-share .pinterest a,
.box-sosmed-share .linkedin a {
    display: block;
    width: 100px;
    padding: 3px 10px;
}

/* =================== Main Layout =================== */
.main-layout {
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
}

/* =================== Grids Layout =================== */
.grids .postformat {
    left: 12px;
    top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 30px;
    width: 30px;
    background: #222;
    color: #fff;
    border-radius: 50%;
}

.grids .postformat .fa-play,
.grids .postformat .fa-images,
.grids .postformat .fa-headphones,
.grids .postformat .fa-image {
    font-size: 12px;
}

.grids .name-post {
    padding: 0 25px 10px 0;
    margin-bottom: 2%;
    position: relative;
    margin-top: 1.5%;
}

.sticky {
    position: relative;
}

.grids .name-post h2 {
    color: #3a444d;
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 500;
    position: relative;
    left: 35px;
}

.grids .name-post::before {
    position: absolute;
    color: #3a444d;
    left: 0;
    top: -5px;
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
}

.grids .box-content {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.grids .content {
    border-bottom: 2px solid #dbf5ee;
    width: 55.50%;
    margin-left: 2.50%;
    padding-right: 2.50%;
}

.grids .categoris a {
    margin-right: 22px;
    font-size: 15px;
    color: #444;
}

.grids .categoris a:hover {
    color: #111;
}

.grids .categoris a span.first-letter {
    background: #3a444d;
    border-radius: 3px;
    color: #fff;
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.grids .categoris a span.first-letter:hover {
    background: #0671ef;
}

.grids .categoris a span.arrow::after {
    content: '-';
    color: #555;
    margin: 0 5px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.grids .content h3 {
    font-size: 24px;
    line-height: 1.3;
    padding: 0;
    padding-top: 8px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 8px;
}

.grids .content h3 a {
    color: #3a444d;
}

.grids .content h3 a:hover {
    color: #0671ef;
}

.grids .content .box-content-info {
    margin-bottom: 1em;
    padding: 1px;
    position: relative;
    top: 2px;
}

.grids .content .box-content-info img {
    border-radius: 50%;
    width: 30px;
    height: 27px;
    margin-right: 6px;
}

.grids .content .box-content-info a.author {
    color: #545;
    font-size: 14px;
    text-transform: capitalize;
}

.grids .content .box-content-info a.author:hover {
    text-decoration: underline;
    color: #545;
}

.grids .content .box-content-info span {
    font-size: 14px;
    color: #545;
    text-transform: capitalize;
}

.grids .content .box-content-info i {
    color: #666;
    font-size: 17px;
}

.grids .content .box-content-info .fa-user-alt {
    font-size: 15px;
    margin-right: 6px;
}

.grids .content .box-content-info a.author {
    margin-right: 13px;
}

.grids .content .box-content-info .com {
    margin-right: 13px;
}

.grids .content .box-content-info .fa-calendar {
    margin-right: 6px;
}

.grids .content .box-content-info .time:hover,
.grids .content .box-content-info .view:hover,
.grids .content .box-content-info .com:hover,
.grids .content .box-content-info i:hover {
    color: #222;
}

.grids .content p {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 0.4em;
}

.grids .content-gambar {
    width: 42%;
    height: 100%;
    position: relative;
    background: #ccc;
    overflow: hidden;
    border-radius: 3px;
}

.grids .content-gambar img {
    width: 100%;
    height: auto;
}

/* Grids 1 */
.grids1 .content .post-categories {
    margin-left: 5px;
}

.grids1 .content-gambar a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: width 0.9s, height 0.9s, opacity 0.9s;
}

.grids1 .content-gambar a:hover::before {
    cursor: pointer;
    width: 200%;
    height: 200%;
    opacity: 1;
}

/* Grids 2 */
.grids2 .box-content {
    margin-bottom: 0;
}

.grids2 .content {
    margin-top: 2.5%;
    width: 47%;
    border-bottom: 0;
}

.grids2 .content-gambar {
    width: 50%;
    border-radius: 0;
}

.grids2 .box-content:nth-child(even) {
    justify-content: flex-end;
}

.grids2 .box-content:nth-child(odd) {
    flex-direction: row;
}

.grids2 .box-content:nth-child(odd) .content {
    margin-left: 0;
    width: 50%;
}

/* Grids 3 */
.grids3 .box-content {
    flex-direction: row;
}

.grids3 .content {
    margin-right: 2.5%;
    margin-left: 0;
    padding: 0;
}

/* =================== Breadcrumbs =================== */
.breadcrumbs {
    margin-top: 4%;
}

.breadcrumbs__link,
.breadcrumbs__current {
    color: #315996;
    font-size: 16px;
    margin-right: 2px;
}

.breadcrumbs__separator {
    font-size: 16px;
}

.breadcrumbs__link:hover {
    text-decoration: underline;
    color: #444;
}

.breadcrumbs__current:hover {
    color: #444;
}

.breadcrumbs__current {
    color: #666;
}

/* =================== Fix Bug (tinyMCE/Unit test) =================== */
/* Fix Classic Editor {Markup: HTML Tags and Formatting} */
.mce-content-body code {
    background: transparent;
    color: #656;
}

.mce-content-body blockquote a code {
    color: #0639a9;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: transparent;
}

.mce-item-table,
.mce-item-table td,
.mce-item-table th,
.mce-item-table caption {
    border: none
}

.mce-content-body a {
    text-decoration: underline;
}

/* Fix Gutenberg Editor {Markup: HTML Tags and Formatting} */
.wp-block-freeform.block-library-rich-text__tinymce blockquote {
    box-shadow: none;
    border-left: 5px solid #0671ef;
    margin: 1em 0;
    padding: 0.8em 2.2em;
}

.wp-block-freeform.block-library-rich-text__tinymce code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono";
    font-size: 15px;
    font-size: 0.9375rem;
    color: #656;
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce a,
.wp-block-freeform.block-library-rich-text__tinymce a code {
    color: #0639a9;
}

.wp-block-freeform.block-library-rich-text__tinymce td {
    color: #333;
}

.wp-block-freeform.block-library-rich-text__tinymce dl,
.wp-block-freeform.block-library-rich-text__tinymce dt,
.wp-block-freeform.block-library-rich-text__tinymce dd {
    color: #333;
}

.wp-block-freeform.block-library-rich-text__tinymce dd {
    color: #656;
}

.wp-block-freeform.block-library-rich-text__tinymce ul,
.wp-block-freeform.block-library-rich-text__tinymce ol {
    padding-left: 1.2em;
}

.wp-block-freeform.block-library-rich-text__tinymce li>ul,
.wp-block-freeform.block-library-rich-text__tinymce li>ol {
    margin-left: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce address {
    color: #333;
}

/* Fix Classic Editor {Markup: Image Alignment} */
.mce-content-body .wp-caption.alignright {
    float: right;
    margin: 1em 0 1em 2em;
}

.mce-content-body .wp-caption-dd {
    margin: 0.5em 0;
    color: #666;
    font-size: 13px;
    line-height: 17px;
    padding: 0 4px 5px;
    display: block;
    font-style: normal;
    font-weight: 600;
}

.mce-content-body dl.wp-caption dt.wp-caption-dt img {
    display: inline-block;
    margin-bottom: 0;
}

/* Fix Gutenberg Editor {Markup: Image Alignment} */
.wp-block-freeform.block-library-rich-text__tinymce li,
.wp-block-freeform.block-library-rich-text__tinymce p {
    line-height: 1.6;
}

.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption {
    margin: 1em auto;
}

.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption a,
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption img {
    display: inline-block;
}

.wp-block-freeform.block-library-rich-text__tinymce dl.alignnone {
    margin: 1em 2em;
}

.wp-block-freeform.block-library-rich-text__tinymce dl.alignleft {
    margin: 1em 2em 1em 0;
}

.wp-block-freeform.block-library-rich-text__tinymce dl.alignright {
    margin: 1em 0 1em 2em;
}

.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption .wp-caption-dd {
    margin: 0.5em 0;
    color: #666;
    font-size: 13px;
    line-height: 17px;
    padding: 0 4px 5px;
    display: block;
    font-style: normal;
    font-weight: 600;
}

/* Fix Gutenberg Editor {Post Format: Gallery} */
.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-caption {
    color: #666;
    font-size: 13px;
    font-size: 0.8425rem;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
    line-height: 1.50;
    display: block;
    padding: 0 10px 0 0;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
}

/* Fix Gutenberg Editor {Post Format: Video (YouTube)} */
.wp-block-freeform.block-library-rich-text__tinymce .wpview iframe {
    display: block;
    max-width: 100%;
    background: transparent;
    width: 525px;
    height: 295px;
}

/* Fix Gutenberg Editor {Edge Case: Nested And Mixed Lists} */
.wp-block-freeform.block-library-rich-text__tinymce li ul {
    list-style: disc;
}

.wp-block-freeform.block-library-rich-text__tinymce li ol {
    list-style: decimal;
}

/* =================== Widget Sidebar Default Style =================== */
.widget {
    line-height: 1.6;
    margin: 16.9% 0;
}

.widget img:hover {
    opacity: 0.7;
}

.widget ul {
    list-style: none;
    margin-bottom: 0;
}

.widget>ul {
    margin-left: 0;
}

.widget li {
    padding: 4px 0;
}

.widget li a {
    color: #4a4b4c;
    font-size: 15px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.widget ul li:hover>a {
    color: #0671ef;
}

.widget-title-sidebar {
    position: relative;
    font-size: 22px;
    z-index: 2;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    width: 90%;
    padding: 10px 20px;
    margin: 10% auto;
    margin-top: 0;
}

/* Widget img */
.widget_media_image {
    text-align: center;
}

.widget_media_image figure.wp-caption {
    margin: 0 auto;
}

.widget_media_image {
    width: 100%;
    height: auto;
}

/* Widget text & custome html */
.widget_text .textwidget {
    word-wrap: break-word;
    overflow: hidden;
}

/* pages menu */
.widget_pages .children li {
    padding-left: 0.5em;
}

/* Calendar */
.widget_calendar {
    padding: 0;
    z-index: 1;
}

.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    border: 0;
    line-height: 1.7;
    padding: 0;
    text-align: center;
    color: #666;
}

.widget_calendar th {
    color: #fff;
}

.widget_calendar td:hover {
    background: #0671ef;
    color: #fff;
}

.widget_calendar th:hover {
    background: #1b8fea;
    color: #ddd;
}

.widget_calendar caption {
    text-align: center;
    font-weight: 600;
    color: #505050;
    border: 1px solid #dadada;
    padding: 7px 0;
}

.widget_calendar tbody a {
    color: #fff;
    display: block;
}

.widget_calendar tfoot td a {
    color: #0e72d8;
}

.widget_calendar tfoot td:hover a {
    color: #fff;
}

/* Recent comments */
.widget_recent_comments {
    padding-bottom: 0;
}

.widget_recent_comments li {
    line-height: 1.4;
    border-bottom: 1px solid #dbf5ee;
    padding: 3px 0 10px;
}

.widget_recent_comments li:last-child {
    border: none;
}

.widget_recent_comments li.recentcomments a {
    display: block;
}

.widget_recent_comments a.url {
    display: block;
    margin-top: 10px;
}

.widget_recent_comments li a.url:hover,
.widget_recent_comments li span:hover {
    text-decoration: underline;
    color: #2b2b2b;
}

/* Recent posts */
.widget_recent_entries {
    padding-bottom: 1px;
}

.widget_recent_entries .post-date {
    display: block;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0.6em;
}

.widget_recent_entries li {
    border-bottom: 1px solid #dbf5ee;
    line-height: 1.42;
    margin-bottom: 10px;
}

.widget_recent_entries li:last-child {
    border: none;
}

.widget_recent_entries span.post-date {
    font-size: 13px;
    color: #646464;
}

.widget_recent_entries li:last-child .post-date {
    margin-bottom: 0;
    border: none;
}

.widget_recent_entries span.post-date:hover {
    color: #352f2f;
}

/* Text */
.widget_text ol,
.widget_text ul {
    margin-left: 25px;
}

.widget_text ul {
    list-style: square;
}

/* Rss */
.widget_rss h4 a.rsswidget {
    color: #fff;
}

.widget_rss a.rsswidget {
    font-size: 20px;
    color: #234567;
    line-height: 1.25;
}

.widget_rss p {
    padding: 7% 0;
    margin: 0;
}

.widget_rss .rss-date,
.widget_rss cite {
    display: block;
    font-size: 14px;
    color: #5d5d5d;
    margin: 3px 0;
    line-height: 1.6;
    font-size: 13.5px;
}

.widget_rss .rss-date:hover,
.widget_rss cite:hover {
    color: #575454;
    text-decoration: underline;
}

.widget_rss .rssSummary {
    color: #545050;
    line-height: 1.4;
}

.widget_rss .rssSummary:last-child {
    margin-bottom: 7%;
}

.widget_rss li {
    border-bottom: 1px solid #e6e5e5;
    margin-bottom: 15px;
}

.widget_rss li:last-child {
    margin-bottom: 0;
    border: none;
}

/* Tag cloud */
.widget_tag_cloud ul.wp-tag-cloud {
    margin-left: 0;
}

.widget_tag_cloud li {
    display: inline-block;
    padding: 3px 8px;
    background: #eee;
    margin: 0 0 4px 0;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
}

.widget_tag_cloud li a {
    color: #191919;
    text-transform: capitalize;
}

.widget_tag_cloud .widget li:hover {
    background: #191919;
}

.widget_tag_cloud .widget li:hover a.tag-cloud-link {
    color: #949494;
}

/* Widget Nav Menu */
.widget_nav_menu ul.menu {
    margin-left: 0;
}

/* Widget categories dan archive */
.widget_categories,
.widget_archive {
    padding: 0;
}

.widget_archive select,
.widget_categories select {
    font-size: 15px;
    padding: 4px;
    color: #333;
    background: #dcdcdc;
    border: none;
    width: 100%;
}

.widget_archive select,
.widget_categories form {
    margin-bottom: 7%;
}

.widget_categories label,
.widget_archive label {
    display: none;
}

.widget_categories li,
.widget_archive li {
    color: #407171;
    padding: 3px 5px;
    position: relative;
}

.widget_categories li {
    padding: 3px 0;
}

.widget_categories .children li {
    padding-left: 0.5em;
}

.widget_categories a,
.widget_archive a {
    color: #234567;
    text-transform: capitalize;
}

.widget_archive a {
    margin-right: 3px;
}

/* Categories count */
.widget_categories span {
    background: #0671ef;
    border-radius: 50%;
    padding: 1px 2px 3px 2px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    min-width: 23px;
    position: absolute;
    right: 15px;
    top: 2px;
    height: 22px;
}

.widget_categories>ul>li:hover {
    color: #dc17c2;
}

.widget_categories li:hover span {
    background: #dc17c2;
}

/* Galleries */
.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}

.gallery-icon {
    line-height: 0;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    width: 100%;
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    padding: 0 10px 0 0;
    margin-bottom: 0;
    color: #666;
    font-size: 13px;
    font-size: 0.8425rem;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
    line-height: 1.50;
    font-weight: 600;
}

.widget_media_gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0 0 0.2em;
    padding: 0.3em;
}

/* nav menu */
.widget_nav_menu .sub-btn {
    display: none;
}

/* Search-form */
.widget_search .search-form input {
    padding: 8px 5px;
    background: #fff;
    color: #676775;
    border-radius: 0;
}

.widget_search #button {
    background: #1b8fea;
    padding: 12px 18px;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.widget_search button i {
    font-size: 17px;
    color: #ffffff;
}

/* Goblog widget pos */
.box-wg-post {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row-reverse;
}

.goblog-wg-title:last-child,
.goblog-wg-img:last-child {
    margin-bottom: 0;
}

.goblog-wg-title {
    line-height: 1.25;
    width: 53%;
    padding-left: 5%;
}

.goblog-wg-title a {
    font-size: 16px;
    color: #3a444d;
    font-weight: 500;
}

.goblog-wg-title a:hover {
    color: #1b8fea;
}

.goblog-wg-title p {
    font-size: 13px;
    font-weight: 500;
    color: #767676;
    margin: 0;
    padding-top: 5px;
}

.goblog-wg-title p:hover {
    color: #646464;
}

.goblog-wg-img {
    width: 47%;
    height: 100%;
    background: #c3c1c1;
    border-radius: 2px;
}

.goblog-wg-img img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.widget-post-flex-direction2 {
    flex-direction: row;
}

.widget-post-flex-direction2 .goblog-wg-title {
    padding-left: 0;
    padding-right: 5%;
}

/* Goblog widget about me */
.goblog_about_me img {
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.goblog_about_me .description {
    margin-top: 25px;
}

.goblog_about_me .container-sosmed {
    display: flex;
    align-items: center;
    justify-content: center;
}

.goblog_about_me a {
    padding: 2px 5px;
    margin: 0 5px;
}

.goblog_about_me .fab.fa-facebook-f {
    color: #3b5998;
}

.goblog_about_me .fab.fa-twitter {
    color: #1f92ec;
}

.goblog_about_me .fab.fa-youtube {
    color: #ed3833;
}

.goblog_about_me .fab.fa-instagram {
    color: #231f20;
}

.goblog_about_me .fab.fa-linkedin-in {
    color: #0077b5;
}

.goblog_about_me .fab.fa-pinterest {
    color: #bd081c;
}

.goblog_about_me .fab.fa-github {
    color: #211f1f;
}

.goblog_about_me i:hover {
    opacity: 0.7;
}

/* =================== 404 File =================== */
.main-404 {
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.main-404 h1 {
    margin-bottom: 5px;
    font-size: 120px;
}

.main-404 p {
    font-size: 18px;
    color: #666;
}

.main-404 button {
    background: #444;
}

.main-404 button:hover {
    background: #333;
    opacity: 0.7;
}

.main-404 #back {
    color: #fff;
}

.main-404 #back::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f060 ";
    position: relative;
    right: 10%;
}

/* =================== Archive File =================== */
.main-archive {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1150px;
    background: #fff;
    border: 1px solid #ececec;
}

.container-archive {
    width: 70%;
    padding: 2.5%;
}

.main-archive header {
    margin-bottom: 5%;
}

.main-archive header .breadcrumbs {
    margin-top: 1.5%;
}

.main-archive header h1 span {
    font-style: italic;
    text-decoration: underline;
    color: #888;
}

.main-archive .name-post {
    display: none;
}

.main-archive .archive-title {
    color: #555;
    font-size: 26px;
    text-transform: capitalize;
    padding: 2% 0 0;
}

.main-archive .archive-description {
    text-transform: capitalize;
}

/* =================== Author File =================== */
.main-author {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1150px;
    background: #fff;
    border: 1px solid #ececec;
}

.container-author {
    width: 70%;
    padding: 2.5%;
}

.main-author header .breadcrumbs {
    margin-top: 1.5%;
}

.main-author .name-post {
    display: none;
}

/* =================== Comments File =================== */
.comments-area {
    margin: 2em auto;
}

.comments-area .comments-title {
    font-size: 20px;
    margin-bottom: 40px;
    position: relative;
}

.comments-area .comment-form input {
    padding: 0.3em;
}

.comments-area .pingback {
    color: #111;
}

.comments-area .pingback a {
    color: #666
}

.comments-title {
    font-size: 23px;
    line-height: 1.3;
    color: #462146;
    margin-bottom: 1.15em;
}

.comment-list,
.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-author {
    font-size: 16px;
}

.comment-author .avatar {
    float: left;
    margin: 0 16px 16px 0;
    position: relative;
    top: 7px;
    border-radius: 100%;
    padding: 1px;
    border: 2px solid #ddd;
}

.comment-author .avatar:hover {
    opacity: 0.7;
}

.comment-author b,
.comment-author b a {
    color: #444;
    font-size: 18px;
    text-transform: capitalize;
}

.comment-author b:hover,
.comment-author b a:hover {
    text-decoration: underline;
}

.comment-author .says {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.comment-metadata {
    font-size: 14px;
    font-style: italic;
    margin: 3px 0 10px;
}

.comment-metadata a {
    color: #555;
}

.comment-metadata a:hover {
    color: #505050;
}

.comment-metadata a.comment-edit-link {
    color: #222;
    margin-left: 0.7em;
}

.comment-body {
    padding-bottom: 25px;
}

.reply {
    position: absolute;
    right: 10px;
    top: 0;
}

.comment-reply-link {
    color: #555;
    font-size: 14px;
    text-decoration: revert;
}

.comment-reply-link:hover {
    text-decoration: underline;
}

.comment-reply-link::before {
    content: '\f3e5';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    position: absolute;
    right: 100%;
}

.no-comments,
.comment-awaiting-moderation {
    color: #767676;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
}

.comments-area .children li {
    padding-left: 2.2em;
}

.comment-content p {
    color: #555;
    font-size: 16px;
    font-size: 99%;
    margin: 0;
}

.comment-content p a {
    text-decoration: underline;
    color: #2f2f8e;
}

.comment-list li.comment-author-admin a {
    position: relative;
}

.comment-list li.comment-author-admin b a::before {
    content: '\f005';
    font-family: "Font Awesome 5 Free";
    color: #0671ef;
    font-size: 17px;
    position: absolute;
    left: 115%;
    bottom: -2px;
}

.comment-list .bypostauthor li.comment-author-admin b::after,
.comment-list .bypostauthor li.comment-author-admin b a::after {
    content: '\2713';
    color: #0671ef;
    font-size: 25px;
    padding: 3px;
    margin-left: 4px;
}

.comments-area .comment-content {
    margin-left: 80px;
    border-bottom: 1px solid #eee;
    padding: 5px 0 25px;
}

.comments-area .comment-content ul,
.comments-area .comment-content ol {
    margin-left: 1.2em;
}

.comments-area .nav-links {
    margin: 60px 0;
    position: relative;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comments-area .nav-next {
    position: absolute;
    right: 0;
    bottom: 20px;
    background: #444;
    border-radius: 2px;
    padding: 3px 10px;
}

.comments-area .nav-next a {
    color: #fff;
    font-size: 15px;
}

.comments-area .nav-next:hover {
    background: #333;
    opacity: 0.7;
}

.comments-area .nav-next:hover a {
    color: #fff;
}

.comments-area .nav-previous {
    position: absolute;
    left: 0;
    bottom: 20px;
    background: #444;
    border-radius: 2px;
    padding: 3px 10px;
}

.comments-area .nav-previous a {
    color: #fff;
    font-size: 15px;
}

.comments-area .nav-previous:hover {
    background: #333;
    opacity: 0.7;
}

.comments-area .nav-previous:hover a {
    color: #fff;
}

.comments-area .comment-form {
    margin-top: 25px;
}

.comments-area h3#reply-title {
    margin: 15px 0 10px 0;
    color: #484848;
}

.comments-area input.submit {
    padding: 10px;
    background: #154550;
    border-radius: 3px;
}

.comments-area input.submit:hover {
    background: #333;
    opacity: 0.7;
}

.comments-area a#cancel-comment-reply-link {
    border: 1px solid #7ba6f3;
    color: #0671ef;
    padding: 5px;
    border-radius: 3px;
    margin-left: 5px;
}

.comments-area p.logged-in-as a {
    color: #868686;
}

.comments-area a:hover {
    color: #444;
}

/* =================== Footer File =================== */
#footer {
    position: relative;
    z-index: 100;
    background: #1e1e1f;
    z-index: 1;
}

#footer .box-footer-widgets {
    max-width: 1150px;
    margin: 0 auto;
}

#footer .box-widget {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2.5%;
    justify-content: space-between;
}

#footer .footer-widgets {
    width: 31%;
}

/* =================== Footer Widget Default File =================== */
#footer .widget {
    text-align: center;
    margin: 12% 0;
}

#footer .widget h1,
#footer .widget h2,
#footer .widget h3,
#footer .widget h4,
#footer .widget h5,
#footer .widget h6 {
    color: #fff;
}

#footer h4.widget-title-footer {
    text-align: left;
    color: #ccc;
    font-weight: 500;
    font-size: 23px;
    padding-bottom: 7px;
    margin: 7% auto;
    position: relative;
    border-bottom: 2px solid #535353;
}

#footer h4.widget-title-footer::before {
    content: "";
    width: 100px;
    position: absolute;
    border-bottom: 2px solid #0671ef;
    left: 0;
    bottom: -2px;
}

#footer .widget li {
    position: relative;
    left: 10px;
}

#footer .widget li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
    bottom: 0;
    right: 10px;
    font-size: 14px;
}

#footer .widget li:hover,
#footer .widget a:hover {
    color: #278cf1;
}

#footer .widget li,
#footer .widget a {
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
}

/* Widget categories Count */
#footer .widget_categories span {
    background: #004ec3;
}

/* Widget Gallery */
#footer .widget_media_gallery .gallery-item {
    margin: 0;
    padding: 0.17em 0.3em;
}

/* Widget Cloud */
#footer .widget_tag_cloud li {
    background: #252525;
    left: 0;
}

#footer .widget_tag_cloud li::before {
    content: "";
}

#footer .widget_tag_cloud .widget li:hover {
    background: #191919;
    color: #949494;
}

#footer .tagcloud {
    display: inline-block;
}

#footer .widget_recent_entries .post-date {
    color: #948383;
}

#footer .widget_recent_entries span.post-date:hover {
    color: #fff;
}

/* Widget Calendar */
#footer .widget_calendar caption,
#footer .widget_calendar td,
#footer .widget_calendar th {
    color: #fff;
    background: #252525;
}

#footer .widget_calendar caption {
    border: none;
}

#footer th,
#footer tr {
    border: 1px solid #4a4a4a;
}

#footer td {
    border: none;
}

#footer th:hover,
#footer td:hover {
    background: #1b8fea;
}

#footer td#prev:hover a,
#footer td#next:hover a {
    color: #fff;
}

/* Widget Rss */
#footer .widget_rss a.rsswidget {
    color: #fff;
    text-decoration: underline;
}

#footer .widget_rss .rss-date,
#footer .widget_rss cite {
    color: #ccc;
}

#footer .widget_rss .rssSummary {
    color: #f5f5f5;
}

/* Widget Text Widget */
#footer .widget_text .textwidget {
    color: #e4e4e4;
    text-align: left;
}

#footer .widget_text .textwidget p {
    color: rgba(255, 255, 255, 0.7);
}

#footer .widget_text .textwidget strong {
    color: #fbfbfb;
}

/* Widget search */
#footer .search-form input {
    padding: 8px 5px;
    color: #fff;
    border-radius: 0;
    background: #252525;
    border: 1px solid #353535;
}

#footer .search-form .search-submit {
    padding: 0 30px;
    border-radius: 0;
    background: #000000;
    border: 1px solid #353535;
}

#footer .widget_search i {
    font-size: 18px;
}

/* Widget Recent Comment */
#footer .widget_recent_comments li {
    position: static;
}

#footer .widget_recent_comments li::before {
    content: "";
}

/*  Widget Custome Posts */
#footer .goblog-wg-title {
    text-align: left;
}

/* Goblog widget about me */
#footer .goblog_about_me .description {
    color: rgba(255, 255, 255, 0.7);
}

#footer .goblog_about_me .fab.fa-facebook-f {
    color: #81a9ff;
}

/* =================== Footer Navigasi File =================== */
#footer #navigasi {
    background: #242529;
}

#footer .container-navigasi-footer {
    max-width: 1150px;
    margin: 0 auto;
}

#footer .box-navigasi-footer {
    padding: 0 2.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer #navigasi ul {
    margin: 0;
}

#footer #navigasi li {
    display: inline-block;
    padding: 10px 3px;
}

#footer #navigasi li:first-child {
    padding: 10px 0;
}

#footer #navigasi li a {
    font-size: 15px;
    display: block;
    color: #b7aaaa;
    padding: 2px 7px;
    text-transform: capitalize;
}

#footer #navigasi li:first-child a {
    padding: 2px 0;
}

#footer #navigasi li:hover a {
    color: #278cf1;
}

#footer .footer-sosmed .box-sosmed-contact {
    display: flex;
    align-items: center;
}

#footer .facebook i,
#footer .twitter i,
#footer .youtube i,
#footer .instagram i,
#footer .linkedin i {
    color: #b7aaaa;
    margin-right: 12px;
    font-size: 16px;
}

#footer .footer-sosmed .sosmed:last-child i {
    margin-right: 0;
}

#footer .facebook:hover i,
#footer .twitter:hover i,
#footer .youtube:hover i,
#footer .instagram:hover i,
#footer .linkedin:hover i {
    color: #278cf1;
}

/* =================== Header Navigasi Primary Default =================== */
.header-top {
    position: relative;
}

.title-tagline-hidden .container-header-title {
    display: none;
}

.header-custome-image img {
    width: 100%;
    max-height: 800px;
}

.container-header-title {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 2.5%;
}

.container-header-title h1 {
    padding-top: 17px;
}

.container-header-title h1 a {
    padding-top: 17px;
    color: #3a444d;
}

.box-menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 1150px;
    margin: 0 auto;
    align-items: center;
    flex-direction: row;
    background: #092228;
}

.box-menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.box-menu>ul {
    width: 70%;
    margin: 0 2%;
    flex-wrap: wrap;
}

.box-menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 3;
}

.box-menu>ul>li>a {
    padding: 31px 14px;
    color: #ccc;
    font-weight: 500;
    z-index: 2;
    position: relative;
}

.box-menu li a {
    display: block;
    font-size: 17px;
    text-transform: capitalize;
    word-spacing: 2px;
}

.box-menu>ul>li:hover>a {
    color: #278cf1;
}

.box-menu .sub-menu {
    background: #fff;
    box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.1), -2px 0 8px rgba(0, 0, 0, 0.1);
    min-width: 270px;
    position: absolute;
    padding: 6px 9px;
    z-index: 99;
    top: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: overflow 0s, visibility 0s, opacity 0.5s linear;
}

.box-menu .menu-item-has-children:hover>.sub-menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    display: block;
}

.box-menu .menu-item-has-children:focus-within .sub-menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    display: block;
}

.box-menu .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.box-menu .sub-menu li {
    padding: 0 24px;
    padding-left: 0;
    position: relative;
    list-style: disc;
    margin-left: 35px;
    color: #4d4d4e;
}

.box-menu .sub-menu li a {
    color: #315996;
    color: #1c1c50;
    font-size: 15px;
    padding: 8px 14px;
    padding-left: 0;
    position: relative;
}

.box-menu .sub-menu li:hover>a {
    color: #3082ff;
}

.box-menu .sub-menu li:last-child>a {
    border: none;
}

.box-menu .menu-item-has-children>a::after {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 7px;
    font-size: 18px;
    position: relative;
    bottom: 2px;
}

.box-menu .sub-menu .menu-item-has-children>a::after {
    left: 95%;
    top: 2px;
    position: absolute;
}

.box-menu .menu-item-has-children .btn-dropdown {
    position: absolute;
    right: 4.5%;
    background: transparent;
    padding: 14px 15px 10px;
}

.box-menu .menu-item-has-children .sub-btn {
    display: none;
    margin-left: 7px;
    font-size: 18px;
    position: relative;
}

/* =================== Header Navigasi Primary 1 =================== */
.primary1 {
    display: flex;
    align-items: center;
    z-index: 99;
    background: #092228;
}

.container-primary1 {
    width: 100%;
}

/* Logo Nav Desktop */
.primary1 .box-menu .logo-nav-desktop {
    justify-content: center;
    margin-right: 4%;
    margin-left: 2.5%;
}

.primary1 .box-menu .logo-nav-desktop img {
    max-height: 85px;
    width: auto;
    display: inline-block;
}

/* Toggle Burger  */
.primary1 .toggle-burger-mobile {
    display: none;
}

/* Logo Nav Mobile  */
.primary1 .logo-nav-mobile {
    display: none;
}

/* Toggle Seach */
.primary1 .toggle-icon-search {
    align-items: flex-end;
    justify-content: flex-end;
    display: flex;
    position: relative;
    right: 2.5%;
    background: transparent;
    padding: 0;
}

.primary1 .toggle-icon-search i {
    color: #fff;
    font-size: 18px;
    padding: 10px;
    position: relative;
    left: 10px;
}

.header-top .primary1 .box-menu .active>.sub-menu,
.header-top .primary1 .box-menu .active-key>.sub-menu {
    display: block;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    display: block;
}

/* container-search-full search popup*/
@-webkit-keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(.04) translateY(300%);
        transform: scale(.04) translateY(300%)
    }

    40% {
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out;
        -webkit-transform: scale(.05, .04) translateY(0);
        transform: scale(.05, .04) translateY(0)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.3, .02) translateY(0);
        transform: scale(0.3, .02) translateY(0)
    }

    61% {
        -webkit-transform: scale(.04);
        transform: scale(.04)
    }

    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }

    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(.04) translateY(300%);
        transform: scale(.04) translateY(300%)
    }

    40% {
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out;
        -webkit-transform: scale(.05, .04) translateY(0);
        transform: scale(.05, .04) translateY(0)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.3, .02) translateY(0);
        transform: scale(0.3, .02) translateY(0)
    }

    61% {
        -webkit-transform: scale(.04);
        transform: scale(.04)
    }

    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }

    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}

.container-search-full form,
.container-search-full form .box-search-close {
    backface-visibility: hidden;
}

.container-search-full form {
    z-index: 20000;
    position: fixed;
    top: -105%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.container-search-full form::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(27, 29, 34, 0.98);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    transform: scale(0.04), translateY(9999px);
    overflow: hidden;
}

.container-search-full form .box-search-close {
    position: absolute;
    right: 150px;
    top: 100px;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    opacity: 0;
}

.container-search-full form .box-search-close svg {
    width: 30px;
    height: 30px;
}

.container-search-full form .box-search-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: scale(0.5);
    transform: translateX(-50%) translateY(-50%);
    max-width: 800px;
    width: 20%;
    opacity: 0;
    transition: all 900ms linear;
    transition-delay: 0.75s;
}

.container-search-full form .box-search-btn input {
    border: 0;
    height: 55px;
    font-size: 16px;
    padding: 0 25px;
    width: 100%;
    color: #fff;
    background: 0 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    outline: 0;
}

.container-search-full form input.search-input::placeholder {
    color: rgba(255, 255, 255, 0.3); 
}

.container-search-full form .box-search-btn input.placeholder {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
}

.container-search-full form .box-search-btn .btn-group {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 4;
}

.container-search-full form .box-search-btn .btn-group button {
    background: 0 0;
    height: 55px;
    color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    padding: 10px 25px;
    font-size: 16px;
}

.container-search-full form .box-search-btn .btn-group button svg {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.open-popup-search .container-search-full form {
    top: 0;
}

.open-popup-search .container-search-full form::before {
    animation: menu-animation 0.6s ease-out forwards;
    height: 100%;
}

.open-popup-search .container-search-full form .box-search-close {
    transition-delay: 0.75s;
    opacity: 1;
}

.open-popup-search .container-search-full form .box-search-btn {
    width: 100%;
    opacity: 1;
}

/* =================== Home File =================== */
.main-home {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1150px;
    background: #fff;
    border: 1px solid #ececec;
    border-top: 0;
}

.container-home {
    width: 70%;
    padding: 2.5%;
    padding-bottom: 0;
}

.main-home .goblog_grids_order,
.main-home .goblog_grids_categories,
.main-home .goblog_grids_tags {
    margin-top: 0;
    margin-bottom: 50px;
}

.main-home .pagination {
    margin: 50px 0;
}

.main-home .grids .name-post {
    margin-top: 1.9%;
}

.main-home header .breadcrumbs {
    margin-top: 1.5%;
}

/* =================== Index File =================== */
.main-index {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1150px;
    background: #fff;
    border: 1px solid #ececec;
}

.container-index {
    width: 70%;
    padding: 2.5%;
}

.main-index header .breadcrumbs {
    margin-top: 1.5%;
}

/* =================== Page File =================== */
.main-page {
    margin: 0 auto;
    max-width: 1150px;
    background: #fff;
    border: 1px solid #ececec;
}

.container-page {
    padding: 2.5%;
}

.main-page header .breadcrumbs {
    margin: 1.5% 0;
    margin-bottom: 1%;
}

.container-page .page-pagination {
    padding: 10px 0;
}

.container-page .page-pagination .page-links {
    margin: 3% 0 2%;
}

.container-page .comments-area {
    width: 100%;
}

.main-page .the-content ol,
.main-page .the-content ul,
.main-page ol,
.main-page ul {
    margin-left: 1.2em;
}

.main-page li {
    color: #656;
}

.main-page .the-content a {
    text-decoration: underline;
}

/* =================== Page Right Custome File =================== */
.main-page-custome-right {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1150px;
    background: #fff;
    border: 1px solid #ececec;
}

.container-page-custome-right {
    width: 70%;
    padding: 2.5%;
}

.main-page-custome-right header .breadcrumbs {
    margin-top: 1.5%;
}

.page-template-page-right .sidebar-default {
    padding: 0 2.5%;
}

/* =================== Page Left Custome File =================== */
.main-page-custome-left {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin: 0 auto;
    max-width: 1150px;
    background: #fff;
    border: 1px solid #ececec;
}

.container-page-custome-left {
    width: 70%;
    padding: 2.5%;
}

.main-page-custome-left header .breadcrumbs {
    margin-top: 1.5%;
}

.page-template-page-left .sidebar-default {
    padding: 0 2.5%;
}

/* =================== Search File =================== */
.search-form {
    position: relative;
    font-size: 16px;
    color: #fff;
    border: none;
}

.search-form .search-field {
    background: #b1fdff;
    color: #123;
}

.search-form .search-submit {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #154550;
}

.search-form i {
    font-size: 20px;
    color: #fff;
}

.main-search {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1150px;
    background: #fff;
    border: 1px solid #ececec;
}

.container-search {
    width: 70%;
    padding: 2.5%;
}

.main-search header .breadcrumbs {
    margin-top: 1.5%;
}

.main-search header h1 {
    color: #3a444d;
    margin-top: 1.1%;
    margin-bottom: 40px;
}

.main-search header span {
    color: #777;
}

.main-search .name-post {
    display: none;
}

/* =================== Sidebar Blog Default File =================== */
.sidebar-default {
    width: 30%;
    padding: 0 2.5%;
    background: #fff;
}

.sidebar-default h4 {
    margin: 12% 0;
    font-weight: 500;
    margin-top: 0;
    background: #f9f9f9;
    border-left: 5px solid #0671ef;
    color: #3a444d;
    padding: 8px 20px;
}

/* =================== Single File =================== */
/* main single */
.main-single {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1150px;
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
}

/* box container single */
.container-single {
    width: 70%;
    padding: 2.5%;
}

.container-single article {
    position: relative;
}

.main-single header .breadcrumbs {
    margin-top: 1.5%;
}

/* the_title() */
.main-single h1 {
    padding-top: 12px;
}

/* Box Meta Info */
.main-single .single-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* the_author() */
.main-single .single-info img {
    border-radius: 50%;
    width: 2.4em;
    height: auto;
    position: relative;
    bottom: 0.04em;
}

.main-single .single-info a.author {
    color: #545;
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 13px;
}

.main-single .single-info a.author:hover {
    text-decoration: underline;
    color: #222;
}

.main-single .single-info .fa-user-alt {
    font-size: 15px;
    margin-right: 6px;
}

/* the_category() */
.main-single .post-categories {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main-single .post-categories li {
    margin-left: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.main-single .post-categories li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #222;
    display: block;
    position: relative;
    right: 10px;
    border-radius: 50px;
}

.main-single .post-categories li a {
    color: #545;
    padding-left: 8px;
    font-size: 14px;
    margin-right: 3px;
    position: relative;
    right: 13px;
}

.main-single .post-categories li a:hover {
    text-decoration: underline;
    color: #222;
}

/* the_date() */
.main-single .single-info .fa-calendar {
    margin-right: 6px;
    font-size: 16px;
}

.main-single .single-info time {
    font-size: 14px;
    color: #545;
    text-transform: capitalize;
    margin-right: 13px;
}

/* comments_number() */
.main-single .single-info .fa-comments {
    margin-right: 6px;
    font-size: 16px;
}

.main-single .single-info .com {
    margin-right: 13px;
}

.main-single .single-info i {
    color: #666;
}

.main-single .single-info .time:hover,
.main-single .single-info .view:hover,
.main-single .single-info .com:hover,
.main-single .single-info i:hover {
    color: #222;
}

/* the_post_thumbnail() */
.main-single .thumbnail-single {
    margin: 20px 0;
    background: #fff;
}

.main-single .thumbnail-single img {
    margin: auto;
    height: auto;
    width: 100%;
    border-radius: 3px;
}

/* Sosmed Share */
.main-single .container-sosmed-share {
    margin: 40px auto;
}

/* the_content() */
.main-single .the-content a {
    text-decoration: underline;
}

.main-single .the-content li {
    margin-bottom: 0.25em;
    color: #656;
}

/* the_tags() */
.main-single .tags {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto;
    clear: both;
}

.main-single .tags .tags-title {
    font-size: 17px;
    color: #555;
    font-weight: 600;
    margin-right: 10px;
}

.main-single .tags a {
    text-transform: capitalize;
    display: inline-block;
    padding: 3px 10px;
    color: #0639a9;
    text-decoration: none;
    font-weight: 400;
}

.main-single .tags a:hover {
    background: #f0f0f0;
}

/* =================== Blocks - Image =================== */
.wp-block-image {
    margin: 0 0 1em;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
    display: table;
    margin: 0;
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-block-image .alignleft {
    float: left;
    margin: 1em 2em 1em 0;
}

.wp-block-image .alignright {
    float: right;
    margin: 1em 0 1em 2em;
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit;
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
    border-radius: 9999px;
}

.wp-block-image figcaption {
    font-size: 14px;
    color: #656;
    margin-top: 2px;
}

/* =================== Blocks - Captions =================== */
.wp-caption {
    max-width: 100%;
    color: #666;
    text-align: center;
    font-size: 13px;
    font-size: 0.8425rem;
    font-style: italic;
    margin-bottom: 1.5em;
    line-height: 1.50;
}

.wp-caption.alignnone {
    margin: 1em 2em;
}

.wp-caption.alignleft {
    margin: 1em 2em 1em 0;
}

.wp-caption.alignright {
    margin: 1em 0 1em 2em;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.5em 0;
    color: #666;
    font-size: 13px;
    line-height: 17px;
    padding: 0 4px 5px;
}

/* =================== Blocks - Button =================== */
.wp-block-button {
    margin: 1em 0;
}

.wp-block-button a.wp-block-button__link {
    margin: 0;
    text-decoration: none;
    background: #154550;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    font-size: 15px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.66;
    padding: 0.7em 2em;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    white-space: nowrap;
    border-radius: 9999px;
    cursor: pointer;
    text-align: center;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

/* Left */
.wp-block-button.alignleft {
    float: left;
    margin: 1em 2em 1em 0;
}

/* Center */
.wp-block-button.aligncenter {
    text-align: center;
    margin: 1em 0;
}

/* Right */
.wp-block-button.alignright {
    float: right;
    margin: 1em 0 1em 2em;
}

/* Outline */
.wp-block-button.is-style-outline>a.wp-block-button__link:not(.has-background),
.wp-block-button a.wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent;
    color: currentColor;
}

.wp-block-button.is-style-outline>a.wp-block-button__link,
.wp-block-button a.wp-block-button__link.is-style-outline {
    border: 2px solid;
}

/* Squared */
.wp-block-button.is-style-squared,
.wp-block-button a.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0;
}

.wp-block-button.is-style-squared,
.wp-block-button.is-style-squared a.wp-block-button__link,
.wp-block-button a.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0;
}

/* =================== Blocks - Cover =================== */
.wp-block-cover,
.wp-block-cover-image {
    margin: 1em auto;
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
}

.wp-block-cover.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-block-cover.alignleft {
    float: left;
    margin: 1em 2em 1em 0;
}

.wp-block-cover.alignright {
    float: right;
    margin: 1em 0 1em 2em;
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed;
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000;
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%;
}

.wp-block-cover.aligncenter {
    margin: 1em 0;
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5;
}

.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
    content: "";
    background-color: inherit;
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before {
    opacity: .2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6;
}

.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index: 0;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff;
}

.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit;
}

.wp-block-cover p {
    font-size: 36px;
}

.wp-block-cover a {
    text-decoration: underline;
}

/* =================== Blocks - Gallery =================== */
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.wp-block-gallery.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-block-gallery.alignleft {
    float: left;
    margin: 1em 2em 1em 0;
}

.wp-block-gallery.alignright {
    float: right;
    margin: 1em 0 1em 2em;
}

.wp-block-gallery ul.blocks-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.blocks-gallery-grid.alignleft,
ul.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%;
}

.wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item {
    margin-bottom: 0;
    margin-top: 1em;
}

ul.blocks-gallery-grid.is-cropped .blocks-gallery-image,
ul.blocks-gallery-grid.is-cropped li.blocks-gallery-item,
.wp-block-gallery.is-cropped .blocks-gallery-image,
.wp-block-gallery.is-cropped li.blocks-gallery-item {
    align-self: inherit;
}

ul.blocks-gallery-grid .blocks-gallery-image,
ul.blocks-gallery-grid li.blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery li.blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-self: flex-start;
    width: calc(50% - 1em);
}

ul.blocks-gallery-grid .blocks-gallery-image figure,
ul.blocks-gallery-grid li.blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery li.blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

ul.blocks-gallery-grid .blocks-gallery-image figure,
ul.blocks-gallery-grid li.blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery li.blocks-gallery-item figure {
    margin: 0;
    height: 100%;
}

ul.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
ul.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
ul.blocks-gallery-grid.is-cropped li.blocks-gallery-item a,
ul.blocks-gallery-grid.is-cropped li.blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped li.blocks-gallery-item a,
.wp-block-gallery.is-cropped li.blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

ul.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
ul.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
ul.blocks-gallery-grid.is-cropped li.blocks-gallery-item a,
ul.blocks-gallery-grid.is-cropped li.blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped li.blocks-gallery-item a,
.wp-block-gallery.is-cropped li.blocks-gallery-item img {
    width: 100%;
}

ul.blocks-gallery-grid .blocks-gallery-image img,
ul.blocks-gallery-grid li.blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery li.blocks-gallery-item img {
    width: auto;
}

ul.blocks-gallery-grid .blocks-gallery-image img,
ul.blocks-gallery-grid li.blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery li.blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

ul.blocks-gallery-grid .blocks-gallery-image figcaption,
ul.blocks-gallery-grid li.blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery li.blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0;
}

ul.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
    flex-grow: 1;
}

@media only screen and (min-width: 600px) {

    /* Columns 3 */
    ul.blocks-gallery-grid.columns-3 .blocks-gallery-image,
    ul.blocks-gallery-grid.columns-3 li.blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 li.blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em;
    }

    /* Columns 4 */
    ul.blocks-gallery-grid.columns-4 .blocks-gallery-image,
    ul.blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em;
    }

    /* Columns 5 */
    ul.blocks-gallery-grid.columns-5 .blocks-gallery-image,
    ul.blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em;
    }

    /* Columns 6 */
    ul.blocks-gallery-grid.columns-6 .blocks-gallery-image,
    ul.blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em;
    }

    /* Columns 7 */
    ul.blocks-gallery-grid.columns-7 .blocks-gallery-image,
    ul.blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em;
    }

    /* Columns 8 */
    ul.blocks-gallery-grid.columns-8 .blocks-gallery-image,
    ul.blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em;
    }

    ul.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    ul.blocks-gallery-grid.columns-1 li.blocks-gallery-item:nth-of-type(1n),
    ul.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    ul.blocks-gallery-grid.columns-2 li.blocks-gallery-item:nth-of-type(2n),
    ul.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    ul.blocks-gallery-grid.columns-3 li.blocks-gallery-item:nth-of-type(3n),
    ul.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    ul.blocks-gallery-grid.columns-4 li.blocks-gallery-item:nth-of-type(4n),
    ul.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    ul.blocks-gallery-grid.columns-5 li.blocks-gallery-item:nth-of-type(5n),
    ul.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    ul.blocks-gallery-grid.columns-6 li.blocks-gallery-item:nth-of-type(6n),
    ul.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    ul.blocks-gallery-grid.columns-7 li.blocks-gallery-item:nth-of-type(7n),
    ul.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    ul.blocks-gallery-grid.columns-8 li.blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 li.blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 li.blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 li.blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 li.blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 li.blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 li.blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 li.blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 li.blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0;
    }
}

/* =================== Blocks - Columns =================== */
.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

@media only screen and (min-width: 782px) {

    .wp-block-columns {
        flex-wrap: nowrap;
    }

    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }

    .wp-block-column:not(:first-child) {
        margin-left: 2em;
    }
}

/* =================== Blocks - Media =================== */
.wp-block-media-text {
    margin: 1em auto;
}

.wp-block-media-text {
    direction: ltr;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
}

.wp-block-media-text .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 2;
    grid-row: 1;
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    align-self: center;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle;
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1;
}

.wp-block-media-text p.has-large-font-size {
    font-size: 36px;
}

/* =================== Blocks - Quote =================== */
.wp-block-quote {
    quotes: """";
    border-left: 5px solid #0671ef;
    margin: 1em 0;
    padding: 0.8em 2.2em;
    background: #f9f9f9;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    overflow: hidden;
    font-style: italic;
}

.wp-block-quote.has-text-align-right {
    border-right: none;
    border-left: 5px solid #0671ef;
    padding: 0.8em 2.2em;
    text-align: right;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    border: none;
    border-left: 5px solid #0671ef;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 1.4em;
    font-style: italic;
    line-height: 1.6;
    margin: 0;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right;
}

.wp-block-quote::before,
.wp-block-quote::after {
    content: "";
}

.wp-block-quote p {
    margin: 0;
    color: #656;
    font-size: 16px;
}

.wp-block-quote cite,
.wp-block-quote footer {
    font-style: normal;
    font-weight: 600;
    padding-top: 0.6em;
    padding-bottom: 0;
    font-size: 15px;
    display: block;
    position: relative;
    color: #666;
}

/* =================== Blocks - Pullquote =================== */
.wp-block-pullquote {
    margin: 1em auto;
    border: 0;
    padding: 0;
    color: #333;
    text-align: center;
    border-color: #f9f9f9;
    font-style: italic;
}

.wp-block-pullquote blockquote {
    border-color: #f9f9f9;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%;
}

.wp-block-pullquote.has-background blockquote {
    background: transparent;
    border: 0;
    margin: 1em 0;
}

.wp-block-pullquote blockquote cite {
    text-align: center;
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-top: 0;
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: none;
}

.wp-block-pullquote blockquote p {
    font-size: 28px;
    text-align: center;
    margin: 0;
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none;
}

.wp-block-pullquote.is-style-solid-color {
    border: none;
}

/* =================== Blocks - Common =================== */
.has-text-align-right {
    text-align: right;
}

.has-text-align-center {
    text-align: center;
}

.has-large-font-size {
    font-size: 2.25em;
}

.has-medium-font-size {
    font-size: 1.25em;
}

.has-small-font-size {
    font-size: .8125em;
}

.has-background {
    padding: 1.25em 2.375em;
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal;
    font-size: 5em;
    margin-top: 0.075em;
}

/* =================== Blocks - Embed =================== */
.wp-block-embed iframe {
    width: 746px;
    height: 368px;
}

/* =================== Blocks - File =================== */
.wp-block-file {
    margin: 1em 0;
}

.wp-block-file a {
    font-size: 16px;
    text-decoration: underline;
}

.wp-block-file a.wp-block-file__button {
    background: #154550;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    text-decoration: none;
    padding: 0.7em 2em;
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em;
}

/* =================== Blocks - Separator =================== */
.wp-block-separator {
    width: 100%;
    background: #777;
    border: 0;
    height: 1px;
    margin: 1.5em auto;
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    width: none;
    line-height: 1;
    height: auto;
}

.wp-block-separator.is-style-dots::before {
    content: "···";
    color: #333;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px;
}

/* =================== Blocks - Code =================== */
.wp-block-code {
    font-family: Menlo, Consolas, monaco, monospace;
    padding: .8em 1em;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
}

.wp-block-code code {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    background: #f9f9f9;
}

/* =================== Blocks - Preformatted =================== */
.wp-block-preformatted {
    border-radius: 5px;
}

/* =================== Blocks - Table =================== */
.wp-block-table {
    margin: 30px auto;
    padding: 0;
    overflow-x: auto;
}

.wp-block-table thead {
    border-bottom: none;
}

.wp-block-calendar table th {
    background: #154550;
    color: #fff;
    padding: .25em;
    border: 1px solid #154550;
    font-weight: 400;
    text-align: center;
}

.wp-block-table td,
.wp-block-table th {
    border: 0;
    padding: .5em 1em;
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
}

.wp-block-table table.mce-item-table {
    border: 0;
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.wp-block-table figcaption {
    font-size: 14px;
    color: #656;
    margin-top: 2px;
}

/* =================== Blocks - Verse =================== */
.wp-block-verse {
    border-radius: 5px;
}

/* =================== Blocks - Spacer =================== */
.wp-block-spacer {
    clear: both;
}

/* =================== Blocks - Group =================== */
.wp-block-group {
    margin: 1em auto;
}

/* =================== Blocks - Site Logo =================== */
.wp-block-site-logo,
.wp-block-site-logo img {
    margin: 1em auto;
    text-align: center;
}

/* =================== Blocks - Site Tagline =================== */
.wp-block-site-tagline {
    margin: 1em auto;
}

.wp-block-site-tagline a {
    text-decoration: underline;
}

/* =================== Blocks - Site Title =================== */
.wp-block-site-title {
    margin: 1em auto;
}

.wp-block-site-title a {
    text-decoration: underline;
}

/* =================== Blocks - Archive =================== */
.wp-block-archives ul {
    padding-left: 0;
}

.wp-block-archives label {
    color: #555;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em;
}

.wp-block-archives select {
    color: #555;
    opacity: 1;
    border: 1px solid #bbb;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 2.5em;
    max-width: 100%;
    font-size: 15px;
}

.wp-block-archives a {
    text-decoration: underline;
}

/* =================== Blocks - Calendar =================== */
.wp-block-calendar caption {
    line-height: 1.6;
}

.wp-block-calendar .wp-calendar-nav {
    text-align: left;
}

/* =================== Blocks - Post Categories & Tags =================== */
.wp-block-categories ul,
.wp-block-categories ol {
    margin-left: 0;
}

.wp-block-categories-dropdown,
.wp-block-post-terms {
    margin: 1em auto;
}

.wp-block-tag-cloud {
    margin-top: 0;
}

.wp-block-post-terms a,
.wp-block-categories a,
.wp-block-tag-cloud a {
    margin-right: 0;
    text-decoration: underline;
}

/* =================== Blocks - Last Comments =================== */
.wp-block-latest-comments {
    margin: 1em 0;
}

.wp-block-latest-comments li {
    margin-bottom: 0.25em;
    color: #656;
    line-height: 1.5;
    min-height: 2.25em;
    list-style: none;
}

.wp-block-latest-comments li>img {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em;
}

.wp-block-latest-comments li article footer a {
    text-decoration: underline;
}

.wp-block-latest-comments li article footer time {
    display: block;
    font-size: .75em;
    color: #767676;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin: .2em 0 .8em;
    text-transform: uppercase;
}

.wp-block-latest-comments li article div {
    margin-left: 3.25em;
}

/* =================== Blocks - Lates Post =================== */
.wp-block-latest-posts {
    margin: 1em auto;
    padding-left: 1.2em;
    list-style: disc;
}

.wp-block-latest-posts li a {
    text-decoration: underline;
}

.wp-block-latest-posts li time {
    display: block;
    color: #555;
    font-size: .8125em;
    margin-bottom: .5em;
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
    max-width: 100%
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

/* =================== Blocks - Page List =================== */
.wp-block-page-list>ul.wp-block-categories__list-level-0,
.wp-block-page-list>ol.wp-block-categories__list-level-0 {
    margin-left: 0;
}

.wp-block-page-list a {
    text-decoration: underline;
}

/* =================== Blocks - RSS =================== */
.wp-block-rss a {
    text-decoration: underline;
}

.wp-block-rss ul {
    margin-left: 0;
}

/* =================== Blocks - Social Links/Icons =================== */
.wp-block-social-links {
    margin: 1em auto;
    font-size: 24px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
}

.wp-block-social-links li {
    margin: 0 .46em 0 0;
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto;
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: currentColor;
    fill: currentColor;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link button {
    background-color: #f0f0f0;
    color: #444;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress button {
    background-color: #3499cd;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx button {
    background-color: #000;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon button {
    background-color: #f90;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp button {
    background-color: #1ea0c3;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance button {
    background-color: #0757fe;
    color: #fff;
}

.wp-block-social-links li a,
.wp-block-social-links li button {
    padding: .30em;
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none;
    display: block;
    line-height: 0;
    font-size: 24px;
    border-radius: 9999px;
}

.wp-block-social-links li a svg,
.wp-block-social-links li button svg {
    width: 1.2em;
    height: 1.2em;
}

/* =================== Blocks - Search =================== */
.wp-block-search {
    margin: 1em auto;
}

.wp-block-search div,
.wp-block-search label {
    color: #555;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em;
}

.wp-block-search div {
    display: flex;
}

.wp-block-search input {
    font-size: 16px;
    word-wrap: break-word;
    color: #666;
    background: #fff7f7;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
    padding: 15px;
    margin: 0;
    display: block;
    box-sizing: border-box;
    width: 78%;
    outline: 0;
    line-height: normal;
}

.wp-block-search input:focus {
    color: #222;
    border-color: #333;
}

.wp-block-search button,
.wp-block-search .wp-block-search__button {
    white-space: pre-wrap;
    min-width: 1px;
    background: #154550;
    border-color: #154550;
    color: #fff;
    padding: 0 20px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 3px 3px 0;
    width: 22%;
}

/* =================== Blocks - Query Loop =================== */
.wp-block-query {
    margin: 1em auto;
}

.wp-block-query ul {
    margin-left: 0;
}

.wp-block-query ul li {
    list-style: none;
}

.wp-block-query a {
    text-decoration: underline;
}

/* =================== Blocks - Post Excerpt =================== */
.wp-block-post-excerpt .block-editor-rich-text__editable p a,
.wp-block-post-excerpt p.wp-block-post-excerpt__more-text a {
    text-decoration: underline;
    color: #0639a9;
}

.wp-block-post-excerpt [role="textbox"],
.wp-block-post-excerpt p {
    padding: 0;
    color: #656;
    font-size: 16px;
    margin: 0 0 1em;
    line-height: 1.6;
}

/* =================== Blocks - Post Date =================== */
.wp-block-post-date {
    margin: 1em auto;
    color: #656;
    font-size: 16px;
    display: block;
}

/* =================== Blocks - Logout =================== */
.wp-block-loginout {
    margin: 1em auto;
}

.wp-block-loginout a {
    text-decoration: underline;
}

/* =================== Blocks - All =================== */
.has-text-align-left {
    text-align: left;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 1em auto;
}

.has-text-align-center {
    text-align: center;
}

.has-large-font-size {
    font-size: 2.25em;
}

/* =================== Blocks - Colors =================== */
.has-pale-pink-color strong,
.has-pale-pink-color {
    color: #f78da7;
}

.has-pale-pink-background-color strong,
.has-pale-pink-background-color,
.wp-block-button.is-style-outline .has-pale-pink-background-color strong:link,
.wp-block-button.is-style-outline .has-pale-pink-background-color:link {
    background: #f78da7;
}

.has-vivid-red-color strong,
.has-vivid-red-color {
    color: #cf2e2e;
}

.has-vivid-red-background-color strong,
.has-vivid-red-background-color,
.wp-block-button.is-style-outline .has-vivid-red-background-color strong:link,
.wp-block-button.is-style-outline .has-vivid-red-background-color:link {
    background: #cf2e2e;
}

.has-luminous-vivid-orange-color strong,
.has-luminous-vivid-orange-color {
    color: #ff6900;
}

.has-luminous-vivid-orange-background-color strong,
.has-luminous-vivid-orange-background-color,
.wp-block-button.is-style-outline .has-luminous-vivid-orange-background-color strong:link,
.wp-block-button.is-style-outline .has-luminous-vivid-orange-background-color:link {
    background: #ff6900;
}

.has-luminous-vivid-amber-color strong,
.has-luminous-vivid-amber-color {
    color: #fcb900;
}

.has-luminous-vivid-amber-background-color strong,
.has-luminous-vivid-amber-background-color,
.wp-block-button.is-style-outline .has-luminous-vivid-amber-background-color strong:link,
.wp-block-button.is-style-outline .has-luminous-vivid-amber-background-color:link {
    background: #fcb900;
}

.has-light-green-cyan-color strong,
.has-light-green-cyan-color {
    color: #7bdcb5;
}

.has-light-green-cyan-background-color strong,
.has-light-green-cyan-background-color,
.wp-block-button.is-style-outline .has-light-green-cyan-background-color strong:link,
.wp-block-button.is-style-outline .has-light-green-cyan-background-color:link {
    background: #7bdcb5;
}

.has-vivid-green-cyan-color strong,
.has-vivid-green-cyan-color {
    color: #00d084;
}

.has-vivid-green-cyan-background-color strong,
.has-vivid-green-cyan-background-color,
.wp-block-button.is-style-outline .has-vivid-green-cyan-background-color strong:link,
.wp-block-button.is-style-outline .has-vivid-green-cyan-background-color:link {
    background: #00d084;
}

.has-pale-cyan-blue-color strong,
.has-pale-cyan-blue-color {
    color: #8ed1fc;
}

.has-pale-cyan-blue-background-color strong,
.has-pale-cyan-blue-background-color,
.wp-block-button.is-style-outline .has-pale-cyan-blue-background-color:link,
.wp-block-button.is-style-outline .has-pale-cyan-blue-background-color strong:link {
    background: #8ed1fc;
}

.has-vivid-cyan-blue-color strong,
.has-vivid-cyan-blue-color {
    color: #0693e3;
}

.has-vivid-cyan-blue-background-color strong,
.has-vivid-cyan-blue-background-color,
.wp-block-button.is-style-outline .has-vivid-cyan-blue-background-color:link,
.wp-block-button.is-style-outline .has-vivid-cyan-blue-background-color strong:link {
    background: #0693e3;
}

.has-very-light-gray-color strong,
.has-very-light-gray-color {
    color: #eee;
}

.has-very-light-gray-background-color strong,
.has-very-light-gray-background-color,
.wp-block-button.is-style-outline .has-very-light-gray-background-color:link,
.wp-block-button.is-style-outline .has-very-light-gray-background-color strong:link {
    background: #eee;
}

.has-cyan-bluish-gray-color strong,
.has-cyan-bluish-gray-color {
    color: #abb8c3;
}

.has-cyan-bluish-gray-background-color strong,
.has-cyan-bluish-gray-background-color,
.wp-block-button.is-style-outline .has-cyan-bluish-gray-background-color:link,
.wp-block-button.is-style-outline .has-cyan-bluish-gray-background-color strong:link {
    background: #abb8c3;
}

.has-very-dark-gray-color,
.has-very-dark-gray-color strong {
    color: #313131;
}

.has-very-dark-gray-background-color strong,
.has-very-dark-gray-background-color,
.wp-block-button.is-style-outline .has-very-dark-gray-background-color:link,
.wp-block-button.is-style-outline .has-very-dark-gray-background-color strong:link {
    background: #313131;
}

.has-black-background-color,
.wp-block-button.is-style-outline .has-black-background-color:link,
.wp-block-button.is-style-outline .has-black-background-color strong:link {
    background: #000;
}