/*!
Theme Name: Kantipur Blog Pro
Theme URI: https://www.kantipurthemes.com/downloads/kantipur-blog-pro
Author: Kantipur Themes
Author URI: https://www.kantipurthemes.com/
Description: Kantipur Blog Pro is a simple, clean and responsive WordPress blog theme built by Kantipur Themes. This theme is perfect for youtube bloggers, travel blog, food blog, fashion blog and 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.
Version: 1.0.0
Requires PHP: 5.6
Tested up to: 5.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kantipur-blog-pro
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.

Kantipur Blog Pro 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.
 */

body {
    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;
    overflow-x: hidden;
}

body.single {
    background: #FFF5FF;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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 {
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color: #333;
}

a:hover {
    color: #512053;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

.h3-space {
    letter-spacing: -1px;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#masthead {
    position: relative;
    background: #fff;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    z-index: 10;
}

#masthead .container {}

.site-branding {
    text-align: center;
    padding: 15px 0;
}

@media (max-width: 992px) {
    .site-branding {
        /*border-bottom: solid 1px rgb(0 0 0 / 10%);*/
    }
}

.site-branding-logo {
    margin-bottom: 15px;
}

.site-branding-logo img {
    max-width: 100%;
}

.navigation-menu {
    display: block;
    width: 100%;
}

.navigation-menu ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

ul.nav-menu {
    border-top: 1px solid rgba(0 0 0 / 10%);
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#content.site-content {}

#home-sections {}


/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

#home-sections>.widget.widget_slider {
    padding: 0;
}

.swiper-button-prev,
.swiper-button-next {
    background-color: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.swiper-button-prev:hover,
.swiper-button-next:hover,
.swiper-button-prev:focus,
.swiper-button-next:focus {
    background-color: #31a2e1;
    color: #fff;
}


/*--------------------------------------------------------------
# Recent Posts
--------------------------------------------------------------*/

.widget_recent_posts {
    padding: 60px 0;
    background: none;
}

.widget_recent_posts .recent-post-item {
    text-align: center;
    background: linear-gradient(180deg, #FFF7D0 0%, #FFF7D0 20%, #ffffff 20%, #ffffff 100%);
    padding: 40px;
}

.widget_recent_posts .featured-image {
    position: relative;
    background: #fff;
    padding: 10px;
}

.widget_recent_posts .featured-image img {
    object-fit: cover;
    width: 100%;
    height: 350px;
}

.widget_recent_posts .entry-header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 478px) {
    .widget_recent_posts .entry-header {
        width: 80%;
    }
}

.widget_recent_posts .entry-header h2.entry-title {
    background: rgb(0 0 0 / 50%);
    padding: 20px 40px;
    margin-bottom: 0;
    color: #fff;
}


/*--------------------------------------------------------------
# Trending Posts
--------------------------------------------------------------*/

.widget_trending_posts {
    padding: 0 0 60px;
}

@media (max-width: 478px) {
    .widget_trending_posts {
        padding: 0;
    }
}

.widget_trending_posts .container {}

.widget_trending_posts .trending-post-item {
    text-align: center;
    border: solid 2px #FFC3FF;
    padding: 20px;
}

@media (max-width: 478px) {
    .widget_trending_posts .trending-post-item {
        margin-bottom: 30px;
    }
}

.widget_trending_posts .featured-image {
    position: relative;
    /*margin-bottom: 20px;*/
}

.widget_trending_posts .featured-image img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.widget_trending_posts .entry-container {}

.widget_trending_posts .entry-header {}

.widget_trending_posts .entry-header h3.entry-title {
    position: relative;
    margin-bottom: 0;
    background: #FFC3FF;
    padding: 15px 20px;
}

.widget_trending_posts .entry-header h3.entry-title a {
    color: #512053;
}


/*--------------------------------------------------------------
# Featured Posts
--------------------------------------------------------------*/

.widget_featured_posts {
    padding: 60px 0 60px;
    background: none;
}

.widget_featured_posts .container {}

.widget_featured_posts .featured-post-item {
    /*background: #fff;
    -ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);*/
    border: solid 2px #FFC3FF;
    position: relative;
}

.widget_featured_posts .featured-post-item:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    border-width: 0 0 35px 35px;
    border-style: solid;
    border-color: #FFC3FF #fff #FFC3FF;
}

@media (max-width: 992px) {
    .widget_featured_posts .featured-post-item {
        margin-bottom: 30px;
    }
}

.widget_featured_posts .featured-image {
    position: relative;
    /*margin-bottom: 20px;*/
}

.widget_featured_posts .featured-image img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.widget_featured_posts .entry-container {
    padding: 20px;
}

.widget_featured_posts .entry-header {}

.widget_featured_posts .entry-header h3.entry-title {}

.widget_featured_posts .entry-header h3.entry-title a {
    color: #512053;
}

.widget_featured_posts .entry-content {}

.widget_featured_posts .entry-content p {
    margin-top: 0;
}

.widget_featured_posts .btn {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background: #FFC3FF;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #808;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    margin-top: 15px;
}

.widget_featured_posts .btn:hover,
.widget_featured_posts .btn:focus {
    color: #512053;
    text-shadow: none;
}


/*#home-sections>.widget {
    padding: 60px 0;
    margin-bottom: 0;
}

#home-sections .widget:nth-child(odd) {
    background-color: #fff;
}*/

/*featured-image {
    position: relative;
}*/


/*--------------------------------------------------------------
# Primary
--------------------------------------------------------------*/

.has-sidebar #primary {
    margin-bottom: 50px;
}

#main.site-main {}

.single-post-wrap {}

.single-post-wrap article {}

.single-post-wrap article .blog-post-item {
    background: none;
}

.single-post-wrap article .blog-post-item .entry-header {
    /*padding: 20px 20px 0;*/
    text-align: center;
}

.single-post-wrap article .blog-post-item .entry-header h1.entry-title {
    font-size: 28px;
    font-weight: normal;
    background: #FFC3FF;
    border-bottom: double 5px #fff;
    padding: 15px 20px;
}

.single-post-wrap article .blog-post-item .featured-image {
    /*padding: 0 20px 20px;*/
    margin-bottom: 20px;
}

.single-post-wrap article .blog-post-item .featured-image .post-thumbnail {}

.single-post-wrap article .blog-post-item .featured-image .post-thumbnail img {}

.single-post-wrap article .blog-post-item .entry-content {
    /*padding: 0 20px 20px;*/
}

.single-post-wrap article .blog-post-item .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #512053;
}

.single-post-wrap article .blog-post-item .entry-content p {}


/*--------------------------------------------------------------
# Secondary
--------------------------------------------------------------*/

#secondary.widget-area {
    padding: 0 30px;
}

@media (max-width: 992px) {
    #secondary.widget-area {
        padding: 0;
    }
}

#secondary .widget {
    margin: 0 0 30px;
}

#secondary .widget:last-child {
    margin-bottom: 0;
}

#secondary .widget .widget-header {
    text-align: center;
    position: relative;
}

#secondary .widget .widget-header:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    border-top: solid 1px #512053;
    border-bottom: solid 1px #512053;
    left: 0;
    top: 8px;
    display: block;
}

#secondary .widget .widget-header h2.widget-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 0 10px;
    background: linear-gradient(180deg, #fff 0%, #fff 60%, #FFF7D0 60%, #FFF7D0 100%);
    z-index: 1;
}

#secondary .widget .widget-header h2.widget-title a {
    color: #333;
}

#secondary .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#secondary .widget ul li {
    display: block;
    margin: 0;
    padding: 10px 0 10px 0;
    border-bottom: solid 1px #eee;
    position: relative;
}

#secondary .widget ul li:after {}

/*#secondary .widget ul li:hover:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;

}*/

#secondary .widget ul li:last-child {
    border-bottom: none;
}

#secondary .widget ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

#secondary .widget ul li a:hover {
    font-weight: bold;
    color: #512053;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    position: relative;
    /*margin: 0 0 1.5em;*/
    /* Make sure select elements fit in widgets. */
}


/*--------------------------------------------------------------
# Footer Widgets
--------------------------------------------------------------*/

#colophon {
    margin: 0;
    padding: 15px 0;
    background: #111111;
    text-align: center;
}

.site-info {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #ccc8c8;
}

.site-info a {
    text-transform: uppercase;
    /*font-weight: bold;*/
    color: #FFC3FF;
}

.site-info .container {}


/*--------------------------------------------------------------
# To Top
--------------------------------------------------------------*/

.to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    background: #FFC3FF;
    border: solid 2px #FFC3FF;
    border-radius: 100%;
    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:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #512053;
    text-align: center;
    top: 13px;
    left: 0;
    right: 0;
    margin: auto;
}

.to-top:hover:before {
    border-bottom: 7px solid #fff;
}

.to-top:hover,
.to-top:focus {
    background: #512053;
    border: solid 2px #512053;
}


/*--------------------------------------------------------------
# the END
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# the END
--------------------------------------------------------------*/

.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;
    text-decoration: none;
}


/**
 * 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;
    font-family: 'Lato', sans-serif;
}

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;
    text-decoration: none;
}

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,
input[type="button"],
input[type="reset"],
input[type="submit"],
.reply a {
    position: relative;
    background-color: #dcb8ad;
    font-size: 11px;
    line-height: 42px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #dcb8ad;
    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;
    font-family: 'Montserrat', sans-serif;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.reply a:hover,
.reply a:focus {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

button:active,
button:focus,
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: #dcb8ad;
    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: #dcb8ad;
}

select {
    border: 1px solid #ccc;
}

select:focus {
    outline: thin dotted;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.site-title {
    font-size: 24px;
    margin: 0 0 2px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.site-title a {
    color: #000;
}

.site-title a:hover,
.site-title a:focus {
    color: #dcb8ad;
}

.site-description {
    margin: 0;
    color: #000;
    font-size: 16px;
}

.navigation-menu .nav-menu ul {
    display: none;
}

.navigation-menu ul ul {
    padding-left: 20px;
}

.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;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 10px 0;
    border-bottom: solid 1px rgb(0 0 0 / 10%);
}

.navigation-menu li:last-child a {
    border-bottom: none;
}

.navigation-menu .nav-menu>li>a {
    color: #333;
}

/*.navigation-menu .nav-menu>li:last-child>a {
    border-bottom: none;
}*/

#site-navigation.navigation-menu .nav-menu>a {}

/*.navigation-menu li.current-menu-item>a,
.navigation-menu .nav-menu>li:hover>a,
.navigation-menu .nav-menu>li.focus>a,
.navigation-menu .nav-menu>li>a:hover,
.navigation-menu .nav-menu>li>a:focus {}*/

.navigation-menu li a svg {
    display: none;
    fill: #949393;
    margin-left: 5px;
}

.navigation-menu a:hover,
.navigation-menu a:focus,
.navigation-menu li:hover>a {
    color: #dcb8ad;
}

.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: #dcb8ad;
}

.menu-toggle,
.navigation-menu.toggled ul {
    display: block;
}

.menu-toggle {
    margin: 0 auto;
    padding: 12px 15px;
    line-height: 28px;
    color: #dcb8ad;
    background-color: transparent;
    width: 100%;
    font-size: 14px;
    border: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

.menu-toggle svg {
    fill: #dcb8ad;
    width: 20px;
    height: 20px;
}

.menu-toggle:hover svg,
.menu-toggle:focus svg {
    fill: #000;
}

.menu-toggle .icon-close,
.menu-toggle.active .icon-bars {
    display: none;
}

.menu-toggle.active .icon-close {
    display: inline-block;
}

.primary-menu-label {
    display: none;
}

.dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 48px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: transparent;
    color: #000;
}

svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 1.5em 0;
    background-color: #fff;
    padding: 15px 25px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.site-main .comment-navigation a,
.site-main .posts-navigation a,
.site-main .post-navigation a {
    color: #000;
}

.site-main .comment-navigation a:hover,
.site-main .posts-navigation a:hover,
.site-main .post-navigation a:hover,
.site-main .comment-navigation a:focus,
.site-main .posts-navigation a:focus,
.site-main .post-navigation a:focus {
    color: #dcb8ad;
}

.nav-subtitle {
    display: block;
}

.nav-previous .nav-title-icon-wrapper {
    margin-right: 10px;
}

.nav-next .nav-title-icon-wrapper {
    margin-left: 10px;
}

.navigation.pagination .page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    color: #000;
}

.navigation.pagination .page-numbers.prev svg,
.navigation.pagination .page-numbers.next svg {
    position: relative;
    top: -2px;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers:focus {
    background-color: #dcb8ad;
    border-color: #dcb8ad;
    color: #fff;
}

.navigation.pagination .page-numbers.prev:hover svg,
.navigation.pagination .page-numbers.next:hover svg,
.navigation.pagination .page-numbers.prev:focus svg,
.navigation.pagination .page-numbers.next:focus svg {
    fill: #fff;
}

.post-navigation .nav-previous a:hover svg,
.post-navigation .nav-previous a:focus svg,
.post-navigation .nav-next a:hover svg,
.post-navigation .nav-next a:focus svg {
    fill: #dcb8ad;
}

.navigation.pagination {
    margin-top: 50px;
    text-align: center;
}


/*--------------------------------------------------------------
# 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,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.container:before,
.container:after,
.site-main .comment-navigation:before,
.site-main .posts-navigation:before,
.site-main .post-navigation:before,
.site-main .comment-navigation:after,
.site-main .posts-navigation:after,
.site-main .post-navigation:after,
.blog-archive:before,
.blog-archive:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.container:before,
.container:after,
.site-main .comment-navigation:before,
.site-main .posts-navigation:before,
.site-main .post-navigation:before,
.site-main .comment-navigation:after,
.site-main .posts-navigation:after,
.site-main .post-navigation:after,
.blog-archive:before,
.blog-archive:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget select {
    max-width: 100%;
    width: 100%;
    padding: 10px;
}

.widget_search form.search-form {
    position: relative;
}

.widget_search input[type="search"] {
    width: 100%;
    padding-right: 105px;
}

.widget_search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 7px 15px;
    background-color: #dcb8ad;
    color: #fff;
    line-height: 28px;
    font-size: 12px;
}

.widget_search input[type="submit"]:hover,
.widget_search input[type="submit"]:focus {
    border-color: #444;
    background-color: #444;
    color: #fff;
}

.widget ul ul {
    padding-left: 1em;
}

#footer-widgets .widget:not(:last-child) {
    margin-bottom: 35px;
}

#footer-widgets ul li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    padding: 7px 0;
}

#footer-widgets ul li:last-child {
    border-bottom: none;
}

#footer-widgets ul li a {
    display: inline-block;
    text-transform: capitalize;
}

#footer-widgets ul li {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

.tagcloud a {
    font-size: 16px !important;
    color: #717e81 !important;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 5px 10px;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.tagcloud a:hover,
.tagcloud a:focus {
    background-color: #dcb8ad;
    border-color: #dcb8ad;
    color: #fff !important;
}

.widget_recent_entries span {
    display: block;
}


/*--------------------------------------------------------------
# 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;
}

.error404 #primary,
.has-sidebar.error404 #primary {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
}

.error-404.not-found .title {
    font-size: 150px;
    font-weight: bold;
    line-height: 1;
    color: #dcb8ad;
}

.error-404.not-found input.search-field {
    min-width: 300px;
    display: block;
    margin: 0 auto 20px;
}

.has-sidebar.no-sidebar #primary {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.has-sidebar.no-sidebar #secondary {
    display: none;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
}

.comment-form input[type="checkbox"] {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.comments-title,
.comment-reply-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.comments-title {
    margin-bottom: 25px;
}

.comment-author.vcard img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    float: left;
    border-radius: 50%;
    object-fit: cover;
}

#comments>ol.comment-list {
    margin-left: 0;
    padding-left: 0;
}

#comments ol.comment-list {
    list-style: none;
}

#comments ol.comment-list article {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.comment-content {
    display: table-cell;
}

.reply {
    margin: 10px 0 0;
    text-align: right;
}

.form-submit {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# 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,
.comment-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;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5 {
    margin: 0 -15px;
}

.col-1 article,
.col-2 article,
.col-3 article,
.col-4 article,
.col-5 article,
.col-1 .widget-column,
.col-2 .widget-column,
.col-3 .widget-column,
.col-4 .widget-column,
.col-5 .widget-column {
    padding: 0 15px;
}

.col-1 article:last-child,
.col-2 article:last-child,
.col-3 article:last-child,
.col-4 article:last-child,
.col-5 article:last-child,
.col-1 .widget-column:last-child,
.col-2 .widget-column:last-child,
.col-3 .widget-column:last-child,
.col-4 .widget-column:last-child,
.col-5 .widget-column:last-child {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
## Container
--------------------------------------------------------------*/

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

#content-wrap {
    margin: 50px auto;
    background: #fff;
    padding: 40px;
}

.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #000;*/
    opacity: 0.2;
}

#home-sections .widget-header {
    text-align: center;
}

#home-sections .widget-header .widget-title {
    display: inline-block;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 35px;
}

#home-sections .widget-header .widget-title:before,
#home-sections .widget-header .widget-title:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #ccc;
    top: 15px;
    width: 30px;
}

#home-sections .widget-header .widget-title:before {
    right: 100%;
    margin-right: 15px;
}

#home-sections .widget-header .widget-title:after {
    left: 100%;
    margin-left: 15px;
}


/*--------------------------------------------------------------
# Custom Header
--------------------------------------------------------------*/

#wp-custom-header {
    text-align: center;
}

.custom-header-media {
    position: relative;
}

#wp-custom-header img {
    width: 100%;
}

.home.has-header-video #wp-custom-header {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.home.has-header-video #wp-custom-header video,
.home.has-header-video #wp-custom-header iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#wp-custom-header-video-button {
    position: absolute;
    top: 50%;
    left: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-color: #fff;
    border-radius: 80px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #fff;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#wp-custom-header-video-button:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #dcb8ad;
    display: inline-block;
    margin-left: 2px;
    margin-top: 4px;
}

#wp-custom-header-video-button.wp-custom-header-video-pause:before {
    opacity: 0;
    visibility: hidden;
}

#wp-custom-header-video-button.wp-custom-header-video-pause:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 20px;
    background: #dcb8ad;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 14px;
    border-left: 5px solid #dcb8ad;
    box-shadow: inset 5px 0 0 0 #fff;
}

.page-header {
    margin-bottom: 25px;
    text-align: center;
}

.page-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 32px;
}

.home .page-header,
.blog .page-header {
    display: none;
}

.search-no-results .blog-archive.grid.col-5.clear {
    height: auto !important;
}

.no-results.not-found {
    text-align: center;
}

#home-sections .widget_media_image a {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    text-align: center;
}


/*--------------------------------------------------------------
# Blog / Archive Posts
--------------------------------------------------------------*/

.posted-on a {
    color: #717e81;
}

.comments-link a {
    color: #000;
}

.category-meta {
    display: block;
    margin-bottom: 5px;
}

.disable-post-category .category-meta,
.disable-post-author .byline,
.disable-post-date .posted-on {
    display: none;
}

.cat-links a {
    position: relative;
    font-size: 13px;
    visibility: visible;
    display: inline-block;
    line-height: 1.3;
    color: #000;
}

.cat-links a:hover,
.cat-links a:focus {
    color: #dcb8ad;
}

.posted-on a:hover,
.posted-on a:focus,
.comments-link a:hover,
.comments-link a:focus {
    color: #dcb8ad;
}

#content-wrap .blog-archive.grid article {
    margin-bottom: 20px;
}

.blog-archive article:last-child {
    margin-bottom: 0;
}

body:not(.single) .blog-archive article:not(.has-post-thumbnail) .featured-image {
    display: none;
}

.blog-archive .entry-container {
    padding: 20px;
}

.single-page-wrapper .entry-content {
    padding: 30px;
    background-color: #fff;
}

.blog-post-item .entry-meta {
    margin-bottom: 10px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.blog-post-item .entry-meta span:not(:last-child):after {
    content: "|";
    margin-left: 5px;
    display: inline-block;
}

.blog-post-item .entry-meta a {
    color: #717e81;
}

.blog-post-item .entry-meta a:hover,
.blog-post-item .entry-meta a:focus {
    color: #000;
}

.blog-post-item .entry-meta>span:not(:last-child) {
    margin-right: 10px;
}

.posted-on {
    color: #666;
    visibility: hidden;
}

.posted-on a {
    visibility: visible;
}

.posted-on a {
    margin-left: -70px;
}

.byline a:focus:before {
    opacity: 1;
}

.read-more a {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.read-more a:after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #dcb8ad;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}


/*--------------------------------------------------------------
# Single Posts
--------------------------------------------------------------*/

.single-post-wrap .entry-footer .tags-links,
.single-post-wrap .entry-footer .tags-links a {
    color: #717e81;
}

.logged-in-as a {
    color: #000;
}

.single-post-wrap .entry-footer .tags-links a:hover,
.single-post-wrap .entry-footer .tags-links a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus {
    color: #dcb8ad;
}

.single .entry-footer>span {
    display: block;
}

.single .entry-footer span.cat-links {
    margin-bottom: 10px;
}

.single .blog-post-item .entry-meta,
.single .blog-post-item .entry-footer {
    padding: 0 40px;
    margin-bottom: 20px;
}

.single .blog-post-item .entry-meta {
    display: block;
    margin-bottom: 10px;
}

.single .blog-post-item .entry-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    margin-bottom: 0;
    padding-top: 15px;
}


/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 16px;
}

.widget_slider .container {
    width: 100%;
    max-width: 100%;
}

.slider-content .posted-on a {
    margin-left: -65px;
}

.slider-content {
    text-align: center;
    padding: 25px;
}

.slider-content .btn {
    margin-top: 15px;
    margin-bottom: 25px;
}


/*--------------------------------------------------------------
# About Author
--------------------------------------------------------------*/

.widget_about_author article {
    text-align: center;
}

.widget_about_author .featured-image {
    margin-bottom: 25px;
}

.widget_about_author img {
    border-radius: 50%;
    border: 8px solid #dcb8ad;
}

.widget_about_author .entry-title {
    font-size: 22px;
}


/*--------------------------------------------------------------
# Trending Posts
--------------------------------------------------------------*/

.widget_trending_posts .cat-links a,
.widget_trending_posts .posted-on a {
    color: #666;
    font-size: 12px;
}

.widget_trending_posts .cat-links a:hover,
.widget_trending_posts .cat-links a:focus,
.widget_trending_posts .posted-on a:hover,
.widget_trending_posts .posted-on a:focus {
    color: #dcb8ad;
}


/*--------------------------------------------------------------
# Featured Posts
--------------------------------------------------------------*/

.widget_featured_posts .widget-header {
    text-align: center;
}

.widget_featured_posts .widget-header .widget-title {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 35px;
}

.widget_featured_posts .widget-header .widget-title:before,
.widget_featured_posts .widget-header .widget-title:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #ccc;
    top: 8px;
    width: 30px;
}

.widget_featured_posts .widget-header .widget-title:before {
    right: 100%;
    margin-right: 15px;
}

.widget_featured_posts .widget-header .widget-title:after {
    left: 100%;
    margin-left: 15px;
}

.widget_featured_posts .cat-links a {
    color: #666;
    font-size: 12px;
}

.widget_featured_posts .cat-links a:hover,
.widget_featured_posts .cat-links a:focus {
    color: #dcb8ad;
}


/*--------------------------------------------------------------
# Popular Posts
--------------------------------------------------------------*/

.widget_popular_posts .widget-header {
    text-align: center;
}

.widget_popular_posts .widget-header .widget-title {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 35px;
}

.widget_popular_posts .widget-header .widget-title:before,
.widget_popular_posts .widget-header .widget-title:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #ccc;
    top: 8px;
    width: 30px;
}

.widget_popular_posts .widget-header .widget-title:before {
    right: 100%;
    margin-right: 15px;
}

.widget_popular_posts .widget-header .widget-title:after {
    left: 100%;
    margin-left: 15px;
}

.widget_popular_posts .popular-post-item {
    text-align: center;
    position: relative;
}

.widget_popular_posts .featured-image {
    position: relative;
}

.widget_popular_posts .featured-image:before {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.widget_popular_posts .featured-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.widget_popular_posts .entry-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 30px;
    transform: translateY(-50%);
}

.widget_popular_posts .entry-meta {
    margin-bottom: 10px;
}

.widget_popular_posts .cat-links a,
.widget_popular_posts .posted-on a {
    color: #fff;
    font-size: 13px;
}

.widget_popular_posts .entry-title {
    font-size: 32px;
    font-weight: 600;
}

.widget_popular_posts .entry-title a {
    color: #fff;
}

.widget_popular_posts .cat-links a:hover,
.widget_popular_posts .cat-links a:focus,
.widget_popular_posts .posted-on a:hover,
.widget_popular_posts .posted-on a:focus,
.widget_popular_posts .entry-title a:hover,
.widget_popular_posts .entry-title a:focus {
    color: #dcb8ad;
}

.widget_popular_posts .btn {
    margin-top: 15px;
    padding: 10px 15px;
}


/*--------------------------------------------------------------
# Latest Posts
--------------------------------------------------------------*/

.widget_latest_posts .widget-header {
    text-align: center;
}

.widget_latest_posts .widget-header .widget-title {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 35px;
}

.widget_latest_posts .widget-header .widget-title:before,
.widget_latest_posts .widget-header .widget-title:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #ccc;
    top: 8px;
    width: 30px;
}

.widget_latest_posts .widget-header .widget-title:before {
    right: 100%;
    margin-right: 15px;
}

.widget_latest_posts .widget-header .widget-title:after {
    left: 100%;
    margin-left: 15px;
}

.widget_latest_posts .latest-post-item {
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
}

.widget_latest_posts .entry-container {
    padding: 25px;
}

.widget_latest_posts .featured-image img {
    width: 100%;
}

.widget_latest_posts .cat-links a {
    color: #666;
    font-size: 12px;
}

.widget_latest_posts .cat-links a:hover,
.widget_latest_posts .cat-links a:focus {
    color: #dcb8ad;
}

.widget_latest_posts .entry-title {
    font-size: 20px;
    font-weight: 600;
}

.widget_latest_posts .btn {
    margin-top: 15px;
    padding: 10px 15px;
}


/*--------------------------------------------------------------
# Footer Widgets
--------------------------------------------------------------*/

#footer-widgets {
    padding: 60px 0;
}

#footer-widgets .widget-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

#footer-widgets .widget-title:after {
    content: "";
    position: absolute;
    background-color: #dcb8ad;
    width: 50px;
    height: 3px;
    left: 0;
    bottom: 0;
}

#colophon .tagcloud a {
    border-color: rgba(255, 255, 255, 0.10);
    color: #ccc !important;
}

#colophon .tagcloud a:hover,
#colophon .tagcloud a:focus {
    color: #fff !important;
}

#colophon .widget-area.col-1 {
    text-align: center;
}

#colophon .widget-area.col-1 .widget-title:after {
    right: 0;
    margin: 0 auto;
}


/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

@media screen and (min-width: 567px) {
    .col-2 article,
    .col-4 article,
    .col-5 article,
    .col-2 .widget-column,
    .col-3 .widget-column,
    .col-4 .widget-column,
    .col-5 .widget-column {
        width: 50%;
        float: left;
    }

    .col-3 article,     
    .col-3 article:nth-child(2n+1) {
        width: 33.33%;
        float: left;
    }
    .col-2 article:nth-child(2n+1),
    .col-4 article:nth-child(2n+1),
    .col-5 article:nth-child(2n+1),
    .col-2 .widget-column:nth-child(2n+1),
    .col-3 .widget-column:nth-child(2n+1),
    .col-4 .widget-column:nth-child(2n+1),
    .col-5 .widget-column:nth-child(2n+1) {
        clear: left;
    }
    .col-2 article:nth-last-child(-n+2),
    .col-3 article:nth-last-child(-n+2),
    .col-4 article:nth-last-child(-n+2),
    .col-5 article:nth-last-child(-n+2),
    .col-2 .widget-column:nth-last-child(-n+2),
    .col-3 .widget-column:nth-last-child(-n+2),
    .col-4 .widget-column:nth-last-child(-n+2),
    .col-5 .widget-column:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .primary-menu-label {
        display: inline-block;
        vertical-align: middle;
    }
    .error-404.not-found input.search-field {
        min-width: 450px;
    }
}

@media screen and (min-width: 767px) {
    .col-3 article,
    .col-5 article,
    .col-3 .widget-column,
    .col-5 .widget-column {
        width: 33.33%;
    }
    .col-3 article:nth-child(2n+1),
    .col-5 article:nth-child(2n+1),
    .col-3 .widget-column:nth-child(2n+1),
    .col-5 .widget-column:nth-child(2n+1) {
        clear: none;
    }
    .col-3 article:nth-child(3n+1),
    .col-5 article:nth-child(3n+1),
    .col-3 .widget-column:nth-child(3n+1),
    .col-5 .widget-column:nth-child(3n+1) {
        clear: left;
    }
    .col-3 article:nth-last-child(-n+3),
    .col-5 article:nth-last-child(-n+3),
    .col-3 .widget-column:nth-last-child(-n+3),
    .col-5 .widget-column:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    .slider-content {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 1;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .slider-content .btn {
        margin-bottom: 0;
    }
    .slider-content .cat-links,
    .slider-content .cat-links a,
    .slider-content .entry-title a,
    .slider-content .posted-on,
    .slider-content .posted-on a {
        color: #fff;
    }
    .slider-content .cat-links a:hover,
    .slider-content .cat-links a:focus,
    .slider-content .entry-title a:hover,
    .slider-content .entry-title a:focus,
    .slider-content .posted-on a:hover,
    .slider-content .posted-on a:focus {
        color: #fff;
        opacity: 0.8;
    }
    .swiper-pagination.swiper-pagination-fraction {
        color: #fff;
    }
    .widget_about_author article.has-post-thumbnail {
        text-align: left;
    }
    .widget_about_author .featured-image {
        max-width: 30%;
        float: left;
        margin-bottom: 0;
    }
    .widget_about_author .entry-container {
        max-width: 70%;
        float: left;
        padding: 30px;
    }
    .widget_latest_posts .latest-post-item {
        display: table;
        width: 100%;
        position: relative;
        background-color: #fff;
        box-shadow: 0 0 6px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
    }
    .widget_latest_posts .featured-image {
        width: 50%;
        display: table-cell;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
    }
    .widget_latest_posts .entry-container {
        width: 50%;
        display: table-cell;
        float: right;
        text-align: left;
        padding: 30px;
    }
    .widget_latest_posts .featured-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .single .blog-post-item .entry-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .single .entry-footer span.cat-links {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .col-4 article,
    .col-4 .widget-column {
        width: 25%;
    }
    .col-4 article:nth-child(2n+1),
    .col-4 .widget-column:nth-child(2n+1) {
        clear: none;
    }
    .col-4 article:nth-child(4n+1),
    .col-4 .widget-column:nth-child(4n+1) {
        clear: left;
    }
    .col-4 article:nth-last-child(-n+4),
    .col-4 .widget-column:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
    .slider-content .entry-title {
        font-size: 52px;
        font-weight: 600;
    }
    .widget_about_author .entry-container {
        padding: 50px;
    }
    .widget_about_author .entry-title {
        font-size: 42px;
        margin-bottom: 15px;
        font-weight: 600;
    }
    .widget_about_author .entry-content {
        font-size: 22px;
        line-height: 1.5;
    }
}

@media screen and (min-width: 1024px) {
    .col-5 article,
    .col-5 .widget-column {
        width: 20%;
    }
    .col-5 article:nth-child(3n+1),
    .col-5 .widget-column:nth-child(3n+1) {
        clear: none;
    }
    .col-5 article:nth-child(5n+1),
    .col-5 .widget-column:nth-child(5n+1) {
        clear: left;
    }
    .col-5 article:nth-last-child(-n+5),
    .col-5 .widget-column:nth-last-child(-n+5) {
        margin-bottom: 0;
    }
    .site-branding-logo {
        /*margin-right: 15px;*/
        margin-bottom: 0;
    }
    .site-branding-logo,
    .site-branding-text {
        display: inline-block;
        vertical-align: middle;
    }
    .menu-sticky #masthead {
        position: sticky;
        top: 0;
    }
    .menu-sticky.customize-support #masthead {
        top: 32px;
    }
    .site-branding {
        align-items: center;
        display: flex;
        float: left;
        text-align: left;
        padding: 10px 0;
    }
    .navigation-menu {
        float: right;
        width: auto;
        padding: 12px 0;
    }
    .navigation-menu ul,
    .navigation-menu .nav-menu ul {
        display: block;
    }
    .navigation-menu li a svg,
    .nav-menu>li,
    .navigation-menu li {
        display: inline-block;
    }
    .nav-menu ul.sub-menu {
        background-color: #fff;
    }
    .navigation-menu ul ul {
        padding-left: 0;
    }
    .navigation-menu ul ul ul {
        -webkit-transform: translateX(-20px) translateZ(0);
        -moz-transform: translateX(-20px) translateZ(0);
        transform: translateX(-20px) translateZ(0);
        -webkit-transition: -webkit-transform .05s .3s, opacity .3s ease-out;
        transition: transform .05s .3s, opacity .3s ease-out;
        visibility: hidden;
    }
    .navigation-menu ul ul li:hover>ul,
    .navigation-menu ul ul li.focus>ul {
        opacity: 1;
        -webkit-transform: translateX(0) translateZ(0);
        -moz-transform: translateX(0) translateZ(0);
        transform: translateX(0) translateZ(0);
        -webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease;
        transition: transform .3s ease-out, opacity .3s ease;
        visibility: visible;
    }
    .navigation-menu ul ul svg {
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }
    .navigation-menu ul ul li:last-child>a {
        border-bottom: none;
    }
    .navigation-menu .nav-menu>li>a {
        padding: 6px 10px;
        line-height: 40px;
        border-bottom: none;
    }
    .navigation-menu a {
        padding: 8px 15px;
        border-bottom: none;
    }
    .navigation-menu .nav-menu>li>a {
        color: #333;
    }
    .navigation-menu li.current-menu-item>a {
        color: #dcb8ad;
    }
    .navigation-menu ul ul a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    }
    .navigation-menu .nav-menu>li:hover>a:after,
    .navigation-menu .nav-menu>li.focus>a:after {
        opacity: 1;
    }
    .navigation-menu li.current-menu-item>a,
    .navigation-menu .nav-menu>li:hover>a,
    .navigation-menu .nav-menu>li.focus>a,
    .navigation-menu .nav-menu>li>a:hover,
    .navigation-menu .nav-menu>li>a:focus {
        color: #dcb8ad;
    }
    .navigation-menu .nav-menu>li:hover {
        border-right-color: #dcb8ad;
    }
    .navigation-menu .nav-menu>li.current-menu-item {
        border-right-color: #dcb8ad;
    }
    .navigation-menu ul ul {
        float: left;
        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 10;
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -ms-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
    }
    .navigation-menu .nav-menu ul.sub-menu {
        visibility: hidden;
        opacity: 0;
        box-shadow: 0 0 1px rgba(255, 255, 255, 0.10);
    }
    .navigation-menu .nav-menu li:hover ul,
    .navigation-menu .nav-menu li.focus ul {
        opacity: 1;
        visibility: visible;
        display: block !important;
    }
    .navigation-menu ul ul ul {
        left: -999em;
        top: 0;
    }
    .navigation-menu ul ul li:hover>ul,
    .navigation-menu ul ul li.focus>ul {
        right: 100%;
    }
    .navigation-menu ul ul a {
        width: 256px;
        padding: 8px 30px 8px 15px;
    }
    .navigation-menu ul li:hover>ul,
    .navigation-menu ul li.focus>ul {
        right: 0;
        left: auto;
    }
    .nav-menu button.dropdown-toggle,
    .menu-toggle {
        display: none;
    }
    #masthead .nav-menu {
        border-top: none;
        display: block !important;
        text-align: right;
    }
    #masthead ul.nav-menu ul {
        text-align: left;
        -webkit-box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
        box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.08), 0 0 2px 0 rgba(51, 51, 51, 0.08);
    }
    .site-title {
        font-size: 30px;
    }
    .custom-header .page-title {
        font-size: 32px;
    }
    .has-sidebar #primary {
        width: 70%;
        float: left;
        padding-right: 30px;
        margin-bottom: 0;
    }
    .has-sidebar #secondary {
        width: 30%;
        float: left;
    }
    .has-sidebar.right-sidebar #primary {
        float: left;
        padding-right: 30px;
    }
    .has-sidebar.right-sidebar #secondary {
        float: right;
    }
    .has-sidebar.left-sidebar #primary {
        float: right;
        padding-right: 0;
        padding-left: 30px;
    }
    .has-sidebar.left-sidebar #secondary {
        float: left;
    }
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.navigation-menu .nav-menu ul.sub-menu {
    background-color: #fff
}

.navigation-menu .nav-menu ul.sub-menu a {
    color: #000
}

.dropdown-toggle svg,
.navigation-menu ul ul svg {
    fill: #000
}

#masthead .menu-toggle svg {
    fill: #000;
}

#masthead .menu-toggle {
    color: #000
}

#masthead .menu-toggle,
#masthead .menu-toggle:hover,
#masthead .menu-toggle:focus {}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.reply a,
button:active,
button:focus,
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: #31a2e1;
}

.site-title a:hover,
.site-title a:focus,
.navigation-menu li.current-menu-item>a,
.navigation-menu .nav-menu>li:hover>a,
.navigation-menu .nav-menu>li.focus>a,
.navigation-menu .nav-menu>li>a:hover,
.navigation-menu .nav-menu>li>a:focus,
.navigation-menu a:hover,
.navigation-menu a:focus,
.navigation-menu li:hover>a,
.menu-toggle {
    color: #512053;
}

.navigation-menu .nav-menu>li>a:hover svg,
.navigation-menu .nav-menu>li>a:focus svg,
.navigation-menu .nav-menu>li:hover>a svg,
.menu-toggle svg,
.post-navigation .nav-previous a:hover svg,
.post-navigation .nav-previous a:focus svg,
.post-navigation .nav-next a:hover svg,
.post-navigation .nav-next a:focus svg {
    fill: #31a2e1
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.reply a,
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 {
    border-color: #31a2e1
}

#wp-custom-header-video-button:before,
#wp-custom-header-video-button.wp-custom-header-video-pause:after {
    border-left-color: #31a2e1
}

@media screen and (min-width: 1024px) {
    .navigation-menu li.current-menu-item>a,
    .navigation-menu .nav-menu>li:hover>a,
    .navigation-menu .nav-menu>li:focus>a,
    .navigation-menu .nav-menu>li>a:hover,
    .navigation-menu .nav-menu>li>a:focus {
        color: #512053;
    }
    .navigation-menu .nav-menu>li:hover,
    .navigation-menu .nav-menu>li.current-menu-item {
        border-right-color: #31a2e1
    }
}

.page-header {
    margin-bottom: 25px;
}

.page-title {
    font-size: 32px;
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

.site-title a,
.site-description {
    color: #31a2e1;
}
@media (max-width: 567px) {
    .col-3 article {
        margin-bottom: 30px;
    }
}