/*!
Theme Name: Twelve Blog
Theme URI: https://www.kantipurthemes.com/downloads/twelve-blog
Author: Kantipur Themes
Author URI: https://www.kantipurthemes.com/
Description: Twelve Blog is a simple blogging wordpress theme that can be used for blog sites like fashion blog, lifestyle blog, travel blog, nature blog, food blog etc.
Version: 1.0
Requires at least: 5.1
Requires PHP: 5.6
Tested up to: 6.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twelve-blog
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, custom-header, blog, entertainment, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twelve Blog is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */


/***
====================================================================
## Start CSS
====================================================================
***/

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}


/**
 * Typography
 * -------------------------------------------------------------
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}


/**
 * Links
 * -------------------------------------------------------------
 */

a {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #5F5800;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/**
 * Elements
 * -------------------------------------------------------------
 */

.clr {
    clear: both;
}


/***
====================================================================
## Masthead
====================================================================
***/

#masthead {
    position: relative;
    z-index: 10;
}


/**
 * Site Branding
 * -------------------------------------------------------------
 */

.site-branding {
    padding: 15px 0;
    text-align: center;
}

.site-branding-logo {}

.site-branding-logo img {
    max-width: 100%;
}

@media screen and (min-width: 1024px) {
    .site-branding {
        padding: 25px 0;
    }
}


/**
 * Navigation Menu
 * -------------------------------------------------------------
 */

.navigation-menu {
    display: block;
    position: relative;
    width: 100%;
}

.navigation-menu .container {
    /*-webkit-box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 7%);*/
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
}

.navigation-menu ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.navigation-menu li {
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.navigation-menu a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}


/**
 * Menu Toggle
 * -------------------------------------------------------------
 */

.menu-toggle,
.navigation-menu.toggled ul {
    display: block;
}

.menu-toggle {
    float: left;
    position: relative;
    width: 100%;
    width: auto;
    background-color: transparent;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.10em;
    color: #000;
    margin: 0 auto;
    padding: 5px 15px;
    z-index: 1;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: #D5C235;
    color: #fff;
}

.menu-toggle svg {
    width: 20px;
    height: 20px;
    fill: #000;
}

.menu-toggle:hover svg,
.menu-toggle:focus svg {
    fill: #fff;
}

.menu-toggle .icon-close,
.menu-toggle.active .icon-bars {
    display: none;
}

.menu-toggle.active .icon-close {
    display: inline-block;
}

.primary-menu-label {
    display: none;
}

@media screen and (min-width: 567px) {
    .primary-menu-label {
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (min-width: 1024px) {
    .navigation-menu {
        width: auto;
    }
    .navigation-menu .container {
        /*padding: 15px 20px;*/
        padding: 15px 0;
    }
    .navigation-menu ul.nav-menu {
        float: left;
        text-align: left;
        display: block !important;
    }
    .navigation-menu ul.nav-menu {
        display: block;
    }
    .navigation-menu ul.nav-menu>li {
        display: inline-block;
    }
    .navigation-menu ul.nav-menu>li:not(:last-child) {
        margin-right: 20px;
    }
    .navigation-menu ul.nav-menu>li>a {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }
    .navigation-menu ul.nav-menu>li.current-menu-item>a,
    .navigation-menu ul.nav-menu>li>a:hover,
    .navigation-menu ul.nav-menu>li:hover>a {
        color: #5F5800;
    }
    .menu-toggle {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .navigation-menu ul.nav-menu {
        clear: both;
        padding: 10px 20px;
        border-top: solid 2px #000;
    }
    .navigation-menu ul.nav-menu>li {
        padding: 10px 0;
        border-bottom: solid 1px #eee;
    }
    .navigation-menu ul.nav-menu>li:last-child {
        border-bottom: none;
    }
    .navigation-menu ul.nav-menu>li>a {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: normal;
        color: #333;
    }
    .navigation-menu ul.nav-menu>li.current-menu-item>a,
    .navigation-menu ul.nav-menu>li>a:hover,
    .navigation-menu ul.nav-menu>li:hover>a {
        color: #5F5800;
    }
}


/***
====================================================================
## Keyword
====================================================================
***/

.custom-header {
    text-align: center;
    padding: 50px 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(242 254 220 / 50%) 100%);
    border-bottom: solid 1px #eee;
}

.custom-header-media {
    position: relative;
}

.custom-header-media p {
    margin: 0;
    padding: 0;
}


/***
====================================================================
## Content Layout
====================================================================
***/

.site-content {}

.home .site-content {}

.single .site-content {}

#content-wrap {
    padding: 50px 0;
}

.home #content-wrap {}

.single #content-wrap {}

@media screen and (min-width: 1024px) {
    .has-sidebar #primary {
        float: left;
        width: 70%;
        padding-right: 30px;
        margin-bottom: 0;
    }
    .has-sidebar #secondary {
        float: left;
        position: sticky;
        width: 30%;
        top: 30px;
    }
    .has-sidebar.right-sidebar #primary {
        float: left;
        padding-right: 40px;
    }
    .has-sidebar.right-sidebar #secondary {
        float: right;
    }
}


/***
====================================================================
## Primary
====================================================================
***/

.has-sidebar #primary {
    margin-bottom: 50px;
}

#main.site-main {}

.home #main.site-main {}

.single #main.site-main {}


/***
====================================================================
## Categories
====================================================================
***/

.blog-archive.columns-1 article {
    width: 100%;
    margin-bottom: 50px;
}

.blog-archive.columns-1 article .blog-post-item {
    background-color: #fff;
    border-bottom: solid 5px #FEE85D;
    -webkit-box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);
    box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);
}

.blog-archive.columns-1 article .featured-image {
    position: relative;
    /*margin-bottom: 20px;*/
}

.blog-archive.columns-1 article .featured-image img {
    object-fit: cover;
    width: 100%;
}

.blog-archive.columns-1 article .entry-container {
    position: relative;
    padding: 20px;
}

.blog-archive.columns-1 article .entry-header {}

.blog-archive.columns-1 article h2.entry-title {}

.blog-archive.columns-1 article .entry-content {}

.blog-archive.columns-1 article .entry-content p {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .blog-archive.columns-1 article h2.entry-title {
        font-size: 26px;
    }
}


/***
====================================================================
## Post
====================================================================
***/

.blog-archive-post.columns-2 {
    margin-bottom: 50px;
}

.columns-2 article.post {
    margin-bottom: 50px;
}

.columns-2 article.post:nth-child(2n+3) {
    margin-bottom: 0;
}

.columns-2 article.post:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .columns-2 article.post:nth-child(2n+3) {
        margin-bottom: inherit;
    }
}

.columns-2 article.post .blog-post-item {
    /*-webkit-box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);
    box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);*/
}

.columns-2 article.post .featured-image {
    position: relative;
    /*margin-bottom: 20px;*/
}

.columns-2 article.post .featured-image img {
    object-fit: cover;
    width: 100%;
}

.columns-2 article.post .entry-container {
    position: relative;
    background: #fff;
    border: solid 1px #000;
    padding: 20px;
    margin: -50px 10px 0;
}

.columns-2 article.post .entry-header {}

.columns-2 article.post h3.entry-title {
    letter-spacing: 1px;
}

.columns-2 article.post h3.entry-title a {
    color: #333;
}

.columns-2 article.post .entry-content {}

.columns-2 article.post .entry-content p {
    margin: 0;
}


/***
====================================================================
## Content Six
====================================================================
***/

#twelve3 article {
    width: 100%;
    margin-bottom: 50px;
}

#twelve3 article .blog-post-item {
    /*-webkit-box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);
    box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);*/
}

#twelve3 article .featured-image {
    position: relative;
    margin-bottom: 20px;
}

#twelve3 article .featured-image img {
    object-fit: cover;
    width: 100%;
}

#twelve3 article .entry-container {
    position: relative;
}

#twelve3 article .entry-header {}

#twelve3 article h2.entry-title {
    font-weight: normal;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

#twelve3 article .entry-content {}

#twelve3 article .entry-content h3 {}

#twelve3 article .entry-content p {}

@media screen and (max-width: 767px) {
    #twelve3 article h2.entry-title {
        font-size: 26px;
    }
}


/***
====================================================================
## Elements
====================================================================
***/

.single-custom-header {}

.single-custom-header-media {}


/***
====================================================================
## Single Post
====================================================================
***/

.single-post-wrap {}

.single-post-wrap article {}

.single-post-wrap article .blog-post-item {}

.single-post-wrap article .featured-image {
    margin-bottom: 20px;
}

.single-post-wrap article .post-thumbnail {}

.single-post-wrap article .post-thumbnail img {
    object-fit: cover;
    width: 100%;
}

.single-post-wrap article .entry-container {
    /*-webkit-box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);
    box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);*/
}

.single-post-wrap article .entry-header {}

.single-post-wrap article h1.entry-title {
    font-size: 26px;
    font-weight: normal;
}

.single-post-wrap article .entry-content {}

.single-post-wrap article .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
}

.single-post-wrap article .entry-content p {}


/***
====================================================================
## Secondary
====================================================================
***/

#secondary {}

#secondary .widget {
    position: relative;
    margin: 0 0 30px;
    /*-webkit-box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);
    box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);*/
}

#secondary .widget:last-child {}

#secondary .wp-block-group {
    box-sizing: border-box;
}

#secondary .wp-block-group__inner-container {}

#secondary .widget h2 {
    position: relative;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px 20px;
    border: solid 2px #000;
    text-align: center;
}

#secondary .widget h2 a {
    color: #333;
}

#secondary .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#secondary .widget ul li {
    clear: both;
    display: block;
    margin: 0;
    padding: 10px 0 10px 0;
    border-bottom: solid 1px #e7e7e7;
}

#secondary .widget ul li:last-child {
    border-bottom: none;
}

#secondary .widget ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

#secondary .widget ul li a:hover,
#secondary .widget ul li:hover a {
    color: #5F5800;
}


/***
====================================================================
## Footer
====================================================================
***/

#colophon {
    padding: 15px 0;
    text-align: center;
}

.site-info {}

.site-info .container {}

.site-info p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.site-info a {
    font-weight: bold;
    color: #333;
}


/***
====================================================================
## To Top
====================================================================
***/

.to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #FEE85D;
    bottom: -100px;
    right: 15px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    z-index: 1;
}

.to-top:hover,
.to-top:focus {
    background-color: #000;
}

.to-top:before {
    text-align: center;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    top: 17px;
    left: 0;
    right: 0;
    margin: auto;
}


/***
====================================================================
## End CSS
====================================================================
***/

.boxed-layout,
.frame-layout {
    background-color: #eee;
}

.boxed-layout #page,
.frame-layout #page {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    background-color: #f4f4f4;
}

.frame-layout #page {
    margin: 50px auto;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 26px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
    padding: 15px;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 0;
    padding-left: 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
}

table,
td,
th {
    border: 1px solid #ddd;
    text-align: left;
}

th,
td {
    padding: 15px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button {
    position: relative;
    background-color: transparent;
    font-size: 12px;
    line-height: 42px;
    font-weight: 600;
    color: #FEE85D;
    border: 1px solid #FEE85D;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    display: inline-block;
    vertical-align: middle;
    padding: 11px 18px;
    line-height: 1.3;
    cursor: pointer;
    border-radius: 0;
    text-decoration: none;
}

button:hover,
.btn:hover,
.btn:focus {
    background-color: #FEE85D;
    color: #fff;
}

button:active,
button:focus {
    background-color: #FEE85D;
    color: #fff;
    outline: thin dotted;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-title {
    font-size: 24px;
    margin: 0 0 2px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
}

.site-title a {
    color: #000;
}

.site-title a:hover,
.site-title a:focus {
    color: #FEE85D;
}

.site-description {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
}

.navigation-menu li a svg {
    display: none;
    fill: #949393;
    margin-left: 5px;
}

.navigation-menu .nav-menu>li>a:hover svg,
.navigation-menu .nav-menu>li>a:focus svg,
.navigation-menu .nav-menu>li:hover>a svg {
    fill: #FEE85D;
}

.dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 48px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
}

.dropdown-toggle svg {
    fill: #000;
}

svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.container:before,
.container:after,
.blog-archive:before,
.blog-archive:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.container:before,
.container:after,
.blog-archive:before,
.blog-archive:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget select {
    max-width: 100%;
    width: 100%;
    padding: 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-summary {
    margin: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.has-sidebar.no-sidebar #primary {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.has-sidebar.no-sidebar #secondary {
    display: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin: -5px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 5px;
    margin: 0;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.columns-1,
.columns-2,
.columns-3,
.columns-4,
.columns-5 {
    margin: 0 -10px;
}

.columns-1 article,
.columns-2 article,
.columns-3 article,
.columns-4 article,
.columns-5 article {
    padding: 0 15px;
    /*margin-bottom: 30px;*/
}

/*--------------------------------------------------------------
## Container
--------------------------------------------------------------*/
.container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

/*--------------------------------------------------------------
# Blog / Archive Posts
--------------------------------------------------------------*/
.entry-title a {
    color: #000;
    text-decoration: none;
}

.blog-archive.grid.columns-5 article {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {

    .columns-2 article,
    .columns-3 article,
    .columns-4 article,
    .columns-5 article {
        float: left;
        width: 50%;
    }

    .columns-2 article:nth-child(2n+1),
    .columns-3 article:nth-child(2n+1),
    .columns-4 article:nth-child(2n+1),
    .columns-5 article:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (min-width: 767px) {

    .columns-3 article,
    .columns-5 article {
        width: 33.33%;
    }

    .columns-3 article:nth-child(2n+1),
    .columns-5 article:nth-child(2n+1) {
        clear: none;
    }

    .columns-3 article:nth-child(3n+1),
    .columns-5 article:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (min-width: 992px) {
    .columns-4 article {
        width: 25%;
    }

    .columns-4 article:nth-child(2n+1) {
        clear: none;
    }

    .columns-4 article:nth-child(4n+1) {
        clear: left;
    }
}

@media screen and (min-width: 1024px) {
    .columns-5 article {
        width: 20%;
    }

    .columns-5 article:nth-child(3n+1) {
        clear: none;
    }

    .columns-5 article:nth-child(5n+1) {
        clear: left;
    }

    .menu-sticky #masthead {
        position: sticky;
        top: 0;
    }
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

:root {
    --wp--preset--color--black: #2f3633;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--color--blue: #2c7dfa;
    --wp--preset--color--green: #07d79c;
    --wp--preset--color--orange: #ff8737;
    --wp--preset--color--grey: #82868b;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 12px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-size--regular: 16px;
    --wp--preset--font-size--larger: 36px;
    --wp--preset--font-size--huge: 48px;
}