/*!
Theme Name: Alaska Blog
Theme URI: https://www.kantipurthemes.com/downloads/alaska-blog
Author: Kantipur Themes
Author URI: https://www.kantipurthemes.com/
Description: Alaska Blog is a clean and minimal blog theme perfect for writers who need to create personal blog site with simple creative features and effects to make readers feel the pleasure of reading blog posts and articles. It is a new generation WordPress personal blog theme, that can give your readers immersive browsing experience. This theme supports responsive layout so it looks great on all devices.
Version: 1.0
Requires at least: 5.1
Requires PHP: 5.6
Tested up to: 5.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alaska-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.

Alaska 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;
}


/**
 * 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: 28px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}


/**
 * Links
 * -------------------------------------------------------------
 */

a {
    background-color: transparent;
    transition: all 0.3s;
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #0e3dcc;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/**
 * Elements
 * -------------------------------------------------------------
 */

.featured-image {
    position: relative;
}


/***
====================================================================
## Masthead
====================================================================
***/

#masthead {
    position: relative;
    background-color: #fff;
    z-index: 10;
}


/**
 * Navigation
 * -------------------------------------------------------------
 */

.navigation-menu {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: solid 1px #e7e7e7;
}

.navigation-menu .container {}

.navigation-menu ul {
    clear: both;
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    border-top: solid 1px transparent;
}

.navigation-menu ul 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;
    padding: 10px 0;
}

.navigation-menu ul li:not(:last-child) {
    border-bottom: solid 1px #e7e7e7;
}

.navigation-menu ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.navigation-menu .nav-menu>li.current-menu-item a,
.navigation-menu .nav-menu>li a:hover,
.navigation-menu .nav-menu>li:hover a {
    color: #0e3dcc;
}

@media screen and (min-width: 1024px) {
    .navigation-menu {
        width: auto;
    }
    .navigation-menu ul {
        float: left;
        display: block!important;
        border-top: none;
    }
    .navigation-menu .nav-menu>li {
        display: inline-block;
    }
    .navigation-menu .nav-menu>li:not(:last-child) {
        margin-right: 20px;
        border-bottom: none;
    }
    .navigation-menu .nav-menu>li>a {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: normal;
        color: #333;
    }
    .navigation-menu .nav-menu>li.current-menu-item>a,
    .navigation-menu .nav-menu>li>a:hover,
    .navigation-menu .nav-menu>li:hover>a {
        color: #0e3dcc;
    }
}


/**
 * Menu Toggle
 * -------------------------------------------------------------
 */

.menu-toggle {
    float: left;
    vertical-align: middle;
    display: block;
    position: relative;
    width: auto;
    background: none;
    border: none;
    border-radius: 0;
    margin: 0 auto;
    padding: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    cursor: pointer;
    z-index: 1;
}

.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
    background-color: #ffba00;
    color: #fff;
}

.menu-toggle svg {
    width: 20px;
    height: 20px;
    fill: #333;
}

.menu-toggle svg.icon-close {
    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) {
    .menu-toggle {
        display: none;
    }
}


/**
 * Logo
 * -------------------------------------------------------------
 */

.site-branding {
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.site-branding-logo img {
    max-height: 125px;
    width: auto;
}

@media screen and (min-width: 1024px) {
    .site-branding {
        padding: 25px 0;
    }
}


/***
====================================================================
## Banner
====================================================================
***/

.custom-header {}

.custom-header-media {
    position: relative;
}

#wp-custom-header {}

#wp-custom-header img {
    width: 100%;
}


/***
====================================================================
## Content
====================================================================
***/

#content {}

#content-wrap {
    padding: 50px 0;
}

.has-sidebar #primary {
    margin-bottom: 50px;
}

@media screen and (min-width: 1024px) {
    .has-sidebar #primary {
        float: left;
        width: 70%;
        margin-bottom: 0;
        padding-right: 30px;
    }
    .has-sidebar #secondary {
        float: right;
        width: 30%;
    }
}

#main.site-main {}

.home #main.site-main {}

.single #main.site-main {}


/***
====================================================================
## Categories
====================================================================
***/

.columns-12 article.type-post {
    margin-bottom: 50px;
}

.type-post .blog-post {
    padding: 20px;
    border: solid 1px #e7e7e7;
    border-top: solid 3px #ffba00;
}

.type-post .blog-post .entry-header {}

.type-post .blog-post h2.entry-title {}

.type-post .blog-post .featured-image {
    margin-bottom: 20px;
}

.type-post .blog-post .featured-image img {
    object-fit: cover;
    width: 100%;
}

.type-post .blog-post .entry-content {}

.type-post .blog-post .entry-content p {
    margin: 0;
}


/***
====================================================================
## Post
====================================================================
***/

.columns-2 article.post {
    margin-bottom: 30px;
}

.home .blog-post-item {
    margin-bottom: 40px;
}

.home .blog-post-item .entry-header {}

.home .blog-post-item h3.entry-title {}

.home .blog-post-item h3.entry-title a {
    color: #333;
}

.home .blog-post-item .featured-image {
    margin-bottom: 20px;
}

.home .blog-post-item .featured-image img {
    object-fit: cover;
    width: 100%;
}

.home .blog-post-item .entry-content {}

.home .blog-post-item .entry-content p {
    margin: 0;
}


/***
====================================================================
## Content Six
====================================================================
***/

.columns-12 article.has-post-thumbnail {
    margin-bottom: 50px;
}

.has-post-thumbnail .blog-post {}

.has-post-thumbnail .blog-post .entry-header {}

.has-post-thumbnail .blog-post h2.entry-title {
    font-weight: normal;
    color: #fff;
    background-color: #0e3dcc;
    padding: 10px 20px;
    margin-bottom: 0;
}

.has-post-thumbnail .blog-post .featured-image {
    /*margin-bottom: 20px;*/
}

.has-post-thumbnail .blog-post .featured-image img {
    object-fit: cover;
    width: 100%;
}

.has-post-thumbnail .blog-post .entry-content {
    background-color: #eceaf5;
    padding: 20px;
}

.has-post-thumbnail .blog-post .entry-content h3 {}

.has-post-thumbnail .blog-post .entry-content p {}


/***
====================================================================
## Single
====================================================================
***/

.single-post-wrap {}

.single-post-wrap article {}

.single-post-wrap .blog-post-item {}

.single-post-wrap .entry-header {}

.single-post-wrap h1.entry-title {
    font-size: 28px;
    font-weight: normal;
}

.single-post-wrap .featured-image {
    margin-bottom: 20px;
}

.single-post-wrap .post-thumbnail {}

.single-post-wrap .post-thumbnail img {
    object-fit: cover;
    width: 100%;
}

.single-post-wrap .entry-content {}

.single-post-wrap .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
}

.single-post-wrap .entry-content p {}


/***
====================================================================
## Secondary
====================================================================
***/

.has-sidebar #secondary {}


/**
 * Keyword
 * -------------------------------------------------------------
 */

#secondary .widget_text {
    position: relative;
    margin-bottom: 35px;
    padding: 20px;
    border: solid 1px #e7e7e7;
}

#secondary .wp-block-group {}

#secondary .wp-block-group__inner-container {}

#secondary .widget_text p {
    margin: 0;
    padding: 0;
}


/**
 * Categories
 * -------------------------------------------------------------
 */

.widget_recent_entries,
.widget_categories {
    position: relative;
    margin-bottom: 35px;
}

#secondary .widget:last-child {
    margin-bottom: 0;
} 

#secondary .widget h4 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    border-left: solid 3px #ffba00;
    padding-left: 10px;
}

#secondary .widget h4 a {
    color: #333;
}

#secondary .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#secondary .widget ul li {
    display: block;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #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: #0e3dcc;
}


/***
====================================================================
## Footer
====================================================================
***/

#colophon {
    margin: 0;
    padding: 15px 0;
    background-color: #222;
    text-align: center;
}

#footer-widgets {}

.site-info {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.site-info a {
    color: #ffba00;
}

.site-info .container {}


/***
====================================================================
## Top Top
====================================================================
***/

.to-top {
    position: fixed;
    background-color: #ffba00;
    width: 40px;
    height: 40px;
    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;
    right: 0;
    left: 0;
    margin: auto;
}


/***
====================================================================
## Container
====================================================================
***/

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 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;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* 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.
 */


/**
 * 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
--------------------------------------------------------------*/

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
--------------------------------------------------------------*/

input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.reply a {
    position: relative;
    background-color: transparent;
    font-size: 12px;
    line-height: 42px;
    font-weight: 600;
    color: #ffba00;
    border: 1px solid #ffba00;
    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;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover,
.btn:focus,
.reply a:hover,
.reply a:focus {
    background-color: #ffba00;
    color: #fff;
}

input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    background-color: #ffba00;
    color: #fff;
    outline: thin dotted;
}

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;
    border: 1px solid #e7e7e7;
    padding: 8px 12px;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
}

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: #111;
    outline: thin dotted;
    border-color: #ffba00;
}

select {
    border: 1px solid #ccc;
}

select:focus {
    outline: thin dotted;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.navigation-menu.toggled ul {
    display: block;
}

.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: #fff;
}

svg {
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 16px;
}


/*--------------------------------------------------------------
# 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;
}


/*--------------------------------------------------------------
# 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;
}

.columns-1,
.columns-2,
.columns-3,
.columns-4,
.columns-5 {
    margin: 0 -10px;
}

.columns-12 {
    margin: 0 -10px;
}

.columns-1 article,
.columns-2 article,
.columns-3 article,
.columns-4 article,
.columns-5 article {
    padding: 0 15px;
    /*margin-bottom: 30px;*/
}

.columns-12 article {
    padding: 0 15px;
    /*margin-bottom: 30px;*/
}


/*--------------------------------------------------------------
# Blog / Archive Posts
--------------------------------------------------------------*/

.read-more a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.read-more a:after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #ffba00;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}


/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

@media screen and (min-width: 567px) {
    .columns-12 article {
        width: 100%;
        float: left;
    }
    .columns-2 article,
    .columns-3 article,
    .columns-4 article,
    .columns-5 article {
        width: 50%;
        float: left;
    }
    .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;
    }
    .navigation-menu li a svg {
        display: inline-block;
    }
    .nav-menu button.dropdown-toggle {
        display: none;
    }
}

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;
}