<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: The Styled Blog
Theme URI: https://blazethemes.com/theme/the-styled-blog-free/
Author: Blaze Themes
Author URI: https://blazethemes.com/
Description: The Styled Blog Theme has the finest design to exhibit your content, images, and videos in the most stylish and organized way to your audience. This Theme is suitable for any lifestyle, fashion, photography, video-sharing, food, beauty, cosmetic, or any blog in a specific niche. It has separate sections for products, and subscription feature so, it can be used for eCommerce and Subscription sites as well. The theme has been built with input from SEO Experts. To make the theme Search Engine and Mobile friendly and Image Lazy-loading features have been enabled that will help rank your web pages on search engines and load the pages faster on usersâ€™ devices.
Version: 1.1.2
Tested up to: 5.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-styled-blog
Tags: blog, e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, rtl-language-support, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

The Styled Blog is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/

/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */


/***
====================================================================
## Start CSS
====================================================================
***/

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}


/**
 * Typography
 * -------------------------------------------------------------
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}

.card__content-title-space {
    letter-spacing: -1px;
}


/**
 * Links
 * -------------------------------------------------------------
 */

a {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #666;
}

a:focus {
    outline: 0;
}

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


/**
 * Elements
 * -------------------------------------------------------------
 */


/***
====================================================================
## Banner
====================================================================
***/

#wp-custom-header {
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

#wp-custom-header img {
    object-fit: cover;
    width: 100%;
    height: 350px;
}


/***
====================================================================
## Header
====================================================================
***/

header.theme-default {
    position: relative;
    background: #17171D;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

header .header-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    padding: 15px 0;
}

@media only screen and (max-width: 769px) {
    body.header-layout--one header .header-wrapper {
        flex-direction: column;
    }
    body.header-layout--one header .header-wrapper&gt;div {
        text-align: center;
        justify-content: center;
        margin-bottom: 20px;
    }
}


/**
 * Logo
 * -------------------------------------------------------------
 */

.header_logo_wrap {}

.header_logo_wrap img {
    object-fit: contain;
    max-width: 100%;
}


/**
 * Menu Nav
 * -------------------------------------------------------------
 */

.header-layout--one .menu_nav_content {
    padding: 0 10px;
}

.menu_nav_content {
    order: 3;
}

nav#site-navigation {
    order: 1;
}

.header-wrapper nav ul {
    display: block;
    margin: 0;
}

header .header-wrapper nav ul&gt;li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

header .header-wrapper nav ul&gt;li&gt;a {
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 5px 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

header .header-wrapper nav ul&gt;li&gt;a:hover {
    color: #fff;
}

header .header-wrapper nav ul&gt;li&gt;a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #A6D9DC;
    bottom: 0;
    left: -100%;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

header .header-wrapper nav ul&gt;li&gt;a:hover:after {
    left: 0;
}

#menu-toggle {
    margin: 0 auto;
    background: #A6D9DC;
    border: none;
    border-radius: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    color: #000;
    padding: 10px 20px;
}

#menu-toggle .menu_txt {
    padding-left: 5px;
}

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

header nav.toggled {
    overflow-y: auto;
    text-align: center;
    position: absolute;
    height: 100vh;
    background-color: #fff;
    box-shadow: 0px 5px 5px 0 rgba(48, 68, 78, 0.1);
    top: 87%;
    left: 0;
    right: 0;
    z-index: 100;
}

header nav.toggled ul {
    display: block;
    padding: 30px 20px 100px;
}

header nav.toggled ul&gt;li {
    display: block;
    margin: 0;
    padding: 10px 0;
    border-bottom: solid 1px #eee;
    z-index: 100;
}

header nav.toggled ul&gt;li:last-child {
    border-bottom: 0;
}

header nav.toggled ul&gt;li&gt;a {
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

header nav.toggled ul&gt;li&gt;a:hover,
header nav.toggled ul&gt;li:hover&gt;a {
    color: #666;
}

header nav.toggled ul&gt;li&gt;a:after {
    display: none;
}

@media screen and (min-width: 48em) {
    .menu_nav_content {
        order: initial;
    }
    nav#site-navigation {
        order: initial;
    }
}

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .header-wrapper nav ul {
        display: none;
    }
}


/**
 * Social
 * -------------------------------------------------------------
 */

header .header-wrapper .header__icon-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

header .header-wrapper .header__icon-group a {
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    line-height: 0;
    color: #A6D9DC;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 10px;
}

header .header-wrapper .header__icon-group a:hover {
    color: #fff;
}

header .header-wrapper .header__icon-group a:nth-child(4) {
    margin-right: 0;
}


/***
====================================================================
## Content Layout
====================================================================
***/

#content {}

.blog-with-sidebar {}

.primary-section,
.secondary-section {
    padding-top: 3em;
    padding-bottom: 3em;
}

@media only screen and (max-width: 992px) {
    .primary-section {
        padding-top: 0;
        padding-bottom: 0;
    }
}

body.blog.right-sidebar .blog-with-sidebar .secondary-section,
body.single.right-sidebar .blog-with-sidebar .secondary-section {
    order: 2;
}

body.blog.right-sidebar .blog-with-sidebar .primary-section,
body.single.right-sidebar .blog-with-sidebar .primary-section {
    order: 1;
}


/***
====================================================================
## Secondary
====================================================================
***/

/*.blog-sidebar {
    padding-left: 0;
}

@media only screen and (max-width: 992px) {
    .blog-sidebar {
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .blog-sidebar {
        margin-bottom: 3.125em;
    }
}*/

.blog-sidebar {
    margin-bottom: 3em;
}

#secondary {}

#secondary .widget {
    margin-bottom: 3em;
}

#secondary .widget:last-child {
    margin-bottom: 0;
}

#secondary .widget .center-line-title {
    /*display: flex;
    align-items: center;*/
}

/*#secondary .widget .center-line-title:after {
    flex-grow: 1;
    display: block;
    content: "";
    height: 1px;
    background-color: #e1e1e1;
}*/

#secondary .widget h5.widget-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 15px 20px;
    background: rgb(23 23 29 / 65%);
    text-align: center;
}

#secondary .widget h5.widget-title a {
    color: #fff;
}

#secondary .widget .feature-post-block {
    border: solid 1px #eee;
    padding: 20px 10px 10px;
}

#secondary .widget .post-card.-tiny {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
}

#secondary .widget .post-card.-tiny:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#secondary .widget .post-card.-tiny .card__cover {
    overflow: hidden;
    display: flex;
    position: relative;
    /*flex: 1 1 30%;
    max-width: 30%;*/
    width: 70px;
    height: 70px;
    border-radius: 0;
    margin-right: 1.25em;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#secondary .widget .post-card.-tiny .card__cover img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#secondary .widget .post-card:hover .card__cover&gt;img {
    transform: scale(1.1);
}

#secondary .widget .post-card.-tiny .card__content {
    flex: 1 1 70%;
    max-width: 70%;
    -ms-flex-item-align: center;
    align-self: center;
}

#secondary .widget .post-card.-tiny .card__content-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
}

#secondary .widget .post-card.-tiny .card__content-title a {
    color: #333;
}

#secondary .widget .post-card.-tiny .card__content-title a:hover,
#secondary .widget .post-card.-tiny:hover .card__content-title a {
    color: #666;
}


/***
====================================================================
## Primary
====================================================================
***/

.archive-block.grid-layout {
    display: grid;
    grid-template-columns: 1fr;
}

.archive-block.grid-layout .post-card {
    padding: 0 15px;
}


/**
 * Categories
 * -------------------------------------------------------------
 */

.post-inner-wrapper {
    margin-bottom: 3em;
}

.post-inner-wrapper .card__cover {
    overflow: hidden;
    display: flex;
    position: relative;
    /*margin-bottom: 20px;*/
}

.post-inner-wrapper .card__cover img {
    object-fit: cover;
    width: 100%;
    height: 300px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.post-inner-wrapper:hover .card__cover&gt;img {
    transform: scale(1.1);
}

.post-inner-wrapper .card__content {}

.post-inner-wrapper .card__content-title {
    display: block;
    position: relative;
    margin: 0 0 20px;
    margin-left: -15px;
    padding: 15px 20px 15px 35px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    color: #333;
    background: #A6D9DC;
}

.post-inner-wrapper .card__content-title::before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    border: none;
    border-top: solid 15px transparent;
    border-right: solid 15px #A6D9DC;
}

.post-inner-wrapper .entry-content {
    text-align: left;
    padding-left: 20px;
}

.post-inner-wrapper .entry-content p {}

.post-inner-wrapper .share_readmore {
    padding-left: 20px;
}


/**
 * Post
 * -------------------------------------------------------------
 */

.single-related-posts-section {
    position: relative;
    margin-bottom: 3em;
    /*padding-bottom: 3em;*/
    padding: 15px;
    border: solid 1px #A6D9DC;
}

.single-related-posts-wrap {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.single-related-posts-wrap article {
    flex: 0 1 33.33%;
    padding: 0 15px;
    /*margin-bottom: 30px;*/
}

.single-related-posts-wrap article&gt;div {}

.single-related-posts-wrap .post-thumb-wrap {
    overflow: hidden;
    margin-bottom: 20px;
}

.single-related-posts-wrap .bmm-post-thumb {}

.single-related-posts-wrap .bmm-post-thumb img {
    object-fit: cover;
    width: 100%;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.single-related-posts-wrap article:hover .bmm-post-thumb img {
    transform: scale(1.1);
}

.single-related-posts-wrap .card__content {}

.single-related-posts-wrap .bmm-post-title {}

.single-related-posts-wrap .bmm-post-title .card__content-title {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    color: #333;
}

.single-related-posts-wrap .bmm-post-title.post-title .card__content-title {
    letter-spacing: -1px;
}

.single-related-posts-wrap .card__content p {
    margin: 0;
}

@media (max-width: 1024px) {
    .single-related-posts-wrap article {
        flex: 0 1 33.33%;
    }
}

@media (max-width: 767px) {
    .single-related-posts-wrap article {
        flex: 0 1 100%;
        margin-bottom: 30px;
    }
    .single-related-posts-wrap article:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 574px) {
    .single-related-posts-wrap {
        flex-direction: column;
        flex-wrap: nowrap;
    }
}


/**
 * Content Six
 * -------------------------------------------------------------
 */

.post-card-inner-wrapper {
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: solid 3px #FF4500;
}

.post-card-inner-wrapper .card__cover {
    overflow: hidden;
    margin-bottom: 20px;
}

.post-card-inner-wrapper .card__cover img {
    object-fit: cover;
    width: 100%;
    height: 300px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.post-card-inner-wrapper:hover .card__cover img {
    transform: scale(1.1);
}

.post-card-inner-wrapper .card__content {}

.post-card-inner-wrapper .card__content-title {
    display: block;
    position: relative;
    margin: 0 0 10px;
    padding: 0;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.3;
    color: #333;
}

.post-card-inner-wrapper .entry-content {}

.post-card-inner-wrapper .entry-content h3 {}

.post-card-inner-wrapper .entry-content p {}

.share_readmore {
    display: flex;
    margin-top: 20px;
}

@media(max-width: 560px) {
    .share_readmore {
        flex-direction: column;
    }
}

.the-styled-blog-social-share-wrap {
    text-align: left;
    /*padding: 10px;*/
}

.the-styled-blog-social-share-wrap .social-share-prefix {
    position: relative;
    background-color: #d6d6d6;
    padding: 10px 12px;
    margin-right: 15px;
}

.the-styled-blog-social-share-wrap .social-share-prefix:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 12px solid #d6d6d6;
    border-bottom: 7px solid transparent;
    top: 13px;
    right: -12px;
}

.the-styled-blog-social-share-wrap .social-share-inner-wrap {
    display: inline-block;
}

.the-styled-blog-social-share-wrap .social-share-inner-wrap a {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 2px 5px 2px 2px;
    transition: 0.3s;

}

.the-styled-blog-social-share-wrap .social-share-inner-wrap a:hover {
    background-color: #ccc;
    box-shadow: 0 0 0 5px hsl(0, 0%, 90%);
    border-radius: 50%;
}

.the-styled-blog-social-share-wrap .social-share-inner-wrap a i {
    line-height: 2.1;
}


/***
====================================================================
## Single
====================================================================
***/

.single #primary {}

.single #primary article {}

.single #primary article .single_layout_two {}

.single #primary article .card__content {}

.single #primary article h1.card__content-title {
    font-size: 28px;
    font-weight: normal;
}

.single #primary article .post-thumbnail {
    margin-bottom: 20px;
}

.single #primary article .post-thumbnail img {
    object-fit: cover;
    width: 100%;
}

.single #primary article .post-standard__content {
    position: relative;
}

.single #primary article .post-standard__content h2 {
    font-size: 20px;
    font-weight: bold;
}

.single #primary article .post-standard__content p {}

.single #primary article .share_readmore {
    margin-top: 40px;
}


/***
====================================================================
## Share Readmore
====================================================================
***/

.share_readmore {
    display: flex;
    margin-top: 20px;
}

@media(max-width: 560px) {
    .share_readmore {
        flex-direction: column;
    }
}

.the-styled-blog-social-share-wrap {
    text-align: left;
    /*padding: 10px;*/
}

.the-styled-blog-social-share-wrap .social-share-prefix {
    position: relative;
    background-color: #A6D9DC;
    padding: 10px 12px;
    margin-right: 15px;
    color: #000;
}

.the-styled-blog-social-share-wrap .social-share-prefix:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 12px solid #A6D9DC;
    border-bottom: 7px solid transparent;
    top: 13px;
    right: -12px;
}

.the-styled-blog-social-share-wrap .social-share-inner-wrap {
    display: inline-block;
}

.the-styled-blog-social-share-wrap .social-share-inner-wrap a {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 2px 5px 2px 2px;
    color: #000;
    transition: 0.3s;

}

.the-styled-blog-social-share-wrap .social-share-inner-wrap a:hover {
    background-color: #A6D9DC;
    box-shadow: 0 0 0 5px rgb(166 217 220 / 20%);
    border-radius: 50%;
    color: #fff;
}

.the-styled-blog-social-share-wrap .social-share-inner-wrap a i {
    line-height: 2.1;
}


/***
====================================================================
## Footer
====================================================================
***/

#bottom-footer {
    padding: 20px 0;
    background: #17171D;
    text-align: center;
}

#bottom-footer .copyright {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

#bottom-footer .copyright a {
    font-weight: bold;
    color: #fff;
}


/***
====================================================================
## End CSS
====================================================================
***/

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * 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;
    height: 0;
    overflow: visible;
}

/**
 * 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;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * 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;
    font-size: 1em;
}

/**
 * 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;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    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;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * 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;
}

/**
 * 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 inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.8;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    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;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

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

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li&gt;ul,
li&gt;ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Forms
--------------------------------------------- */
button {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="url"],
input[type="number"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover&gt;ul,
.main-navigation ul ul li.focus&gt;ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover&gt;ul,
.main-navigation ul li.focus&gt;ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.header-wrapper .toggle-sub-menu {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 2px;
}

@media screen and (min-width: 48em) {

    .header-wrapper .toggle-sub-menu {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }

    /*.header-wrapper nav ul {
    	display: block;
	}*/
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-summary {
    margin: 0.2em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Widgets
--------------------------------------------- */
.widget select {
    max-width: 100%;
}

.widget_recent_entries,
.widget_archive {
    margin-bottom: 2em;
}

#bottom-footer p {
    margin-bottom: 0px;
}


/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


.container-max.no-gutter {
    width: 100vw;
    transform: translateX(-49.5%);
    overflow-x: hidden;

}

.list-layout-one .post-card .card__content-title {
    text-align: left;
}</pre></body></html>