/*!
Theme Name: Clean Design Blog
Theme URI: https://blazethemes.com/theme/clean-design-blog/
Author: BlazeThemes
Author URI: https://blazethemes.com/
Description: Clean Design Blog is a creative, blog-focused, flexible, and clean-designed complete blog theme made for professionals. It is a customizer-based theme additionally extending features with 3 more widgets. Boasting popular features such as color options, abundant customizer settings, social icons, archive layouts, beautifuls blocks and more to see. This beautiful theme provides multiple block like banner-slider, post-featured, posts-list, posts-grid, posts-carousel, posts-grid-alter, category-collection so you can make use of most of it. With 7 blocks layouts, you can design several page layouts. Check out our beautiful pre-built demos now: https://blazethemes.com/theme/clean-design-blog
Version: 1.6.0
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: clean-design-blog
Tags: news, blog, custom-colors, full-width-template, theme-options, grid-layout, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, 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.

Clean Design 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/
*/


/*--------------------------------------------------------------
>>> 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%;
    scroll-behavior: smooth;
}


/* 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-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%23e4e4e4' fill-opacity='0.4'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.header_toggle_sidebar_active .header-sidebar-overlay {
    position: fixed;
    content: '';
    width: 100%;
    height: 100vh;
    background: linear-gradient( rgb(54 50 50 / 45%), rgb(62 59 62 / 45%));
    /*z-index: 999999;*/
}

.header_toggle_sidebar_active .header-sidebar-overlay:hover {
    cursor: w-resize;
}


/**
 * 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;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}


/**
 * Links
 * -------------------------------------------------------------
 */

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #666;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/***
====================================================================
## Top Header
====================================================================
***/

#blaze-top-header {}

.top_header_inner_wrap {
    display: flex;
    align-items: center;
    min-height: 1px;
}

@media screen and (max-width: 1024px) {
    .top_header_inner_wrap {
        flex-wrap: wrap;
    }
}


/***
====================================================================
## Masthead
====================================================================
***/

#masthead {}

.mainsite--full-layout .site-branding-section-wrap {}

.site-branding-section-wrap .container {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: overlay;
}

.site-branding-section-wrap .container .row {}

.site-branding-section-wrap .site-branding-inner-wrap {
    align-items: center;
    display: flex;
    min-height: 190px;
}

@media screen and (max-width: 1200px) {
    .site-branding-section-wrap .site-branding-inner-wrap {
        min-height: 125px;
    }
}

@media screen and (max-width: 768px) {
    .mainsite--full-layout .site-branding-section-wrap {
        padding: 1rem 0;
    }
    .site-branding-section-wrap .site-branding-inner-wrap {
        flex-direction: column;
    }
}


/**
 * Top Header Social Icons
 * -------------------------------------------------------------
 */

.top-header-social-icons_outerwrap {
    flex: 1 1 20%;
    justify-content: flex-end;
}

.top-header-social-icons {
    display: flex;
    justify-content: flex-start;
    line-height: 0;
}

.top-header-social-icons a {}

.top-header-social-icons a:not(:last-child) {
    margin-right: 15px;
}

.top-header-social-icons i {
    font-size: 25px;
    color: #171922;
}

@media screen and (max-width: 650px) {
    .top-header-social-icons_outerwrap {
        flex: 1 1 50%;
    }
}


/**
 * Site Branding
 * -------------------------------------------------------------
 */

.header--layout-three .site-branding {
    flex: 1 1 60%;
    width: 100%;
    line-height: 0;
    text-align: center;
}

.header--layout-three .site-branding img {
    max-width: 100%;
}

@media screen and (max-width: 1200px) {
    /*.site-branding {
        flex: 1 1 30%;
    }*/
}

@media screen and (max-width: 768px) {
    .site-branding {
        flex: 1;
        padding: 1rem 0 0;
        text-align: center;
    }
    .header--layout-three .site-branding a {
        line-height: 0;
    }
}


/**
 * Top Header Menu
 * -------------------------------------------------------------
 */

@media screen and (max-width: 1024px) {
    .top-header-menu_outerwrap {
        justify-content: flex-start;
        /*margin: 10px 0;*/
    }
}


/***
====================================================================
## Main Navigation
====================================================================
***/

.main-navigation-section-wrap {}

.mainsite--full-layout .main-navigation-section-wrap .container {
    padding-left: 0;
    padding-right: 0;
}

.menu_search_wrap_inner {
    align-items: center;
    min-height: 50px;
    background: #171922;
    /*box-shadow: -1px 5px 7px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: -1px 5px 7px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: -1px 5px 7px 0px rgb(0 0 0 / 20%);*/
}

.mainsite--full-layout .main-navigation-section-wrap .row {
    margin: 0;
}


/**
 * Main Navigation Wrap
 * -------------------------------------------------------------
 */

.header--layout-three .main-navigation-wrap {
    text-align: center;
}

.main-navigation-wrap {
    flex: 1 1 75%;
}

#site-navigation {
    display: block;
    /*height: auto;
    padding: 0;*/
}

.site-header-menu {
    display: none;
    /*margin: 0;*/
}

.main-navigation .primary-menu {
    position: relative;
    z-index: 9999;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation ul li {
    text-align: left;
    position: relative;
    padding: 10px 0;
    border-top: solid 1px rgb(255 255 255 / 10%);
}

.main-navigation ul li:last-child {
    border-bottom: none;
}

.main-navigation ul li a {
    display: block;
    outline-offset: -1px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li a:hover,
.main-navigation ul li:hover a {
    color: #FBE609;
}

.site-header-menu.toggled-on {
    display: block;
}

.main-navigation .toggled-on ul {
    padding: 5px 0;
}


/**
 * Fixed Header
 * -------------------------------------------------------------
 */

.main-navigation-section-wrap.fixed_header .menu_search_wrap_inner {
    border-top: none;
    border-bottom: none;
}

.main-navigation-section-wrap.fixed_header {
    position: fixed;
    width: 100%;
    background-color: #171922;
    /*box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);*/
    top: 0;
    left: 0;
    z-index: 99;
}


/**
 * Menu Toggle
 * -------------------------------------------------------------
 */

.menu-toggle {
    background-color: transparent;
    border: solid 1px rgb(255 255 255 / 10%);
    font-size: 1rem;
    color: #fff;
    margin: 1rem 0;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active,
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
    background-color: transparent;
    border: solid 1px rgb(255 255 255 / 10%);
    /*outline: 2px dotted rgb(255 255 255 / 10%);*/
    color: #FBE609;
}

@media (min-width: 48em) {
    .site-header-menu {
        display: block;
    }
    .main-navigation .primary-menu {}
    .main-navigation .primary-menu>li {
        display: inline-block;
        border: 0;
        padding: 0;
        margin: 14px 12px;
        margin-bottom: 0;
    }
    .main-navigation .primary-menu>li:last-child {
        border: 0;
    }
    .main-navigation .primary-menu>li>a {
        white-space: nowrap;
        outline-offset: 1px;
        font-size: 16px;
        font-weight: normal;
        color: #fff;
        padding-bottom: 14px;
    }
    .main-navigation .primary-menu>li.current-menu-item>a,
    .main-navigation .primary-menu>li>a:hover,
    .main-navigation .primary-menu>li:hover>a {
        color: #FBE609;
    }
}

@media (min-width: 62em) {
    .primary-menu .menu-item a::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #FBE609;
        left: 0%;
        bottom: 9px;
        transition: 0.5s transform ease;
        transform: scale3d(0, 1, 1);
        transform-origin: 100% 50%;
    }
    .primary-menu .menu-item a:hover::before {
        transform-origin: 0 50%;
        transform: scale3d(1, 1, 1);
    }
    .primary-menu .menu-item.current-menu-item a::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #FBE609;
        left: 0;
        bottom: 9px;
        transform: initial;
    }
}

@media screen and (max-width: 768px) {
    .menu_search_wrap_inner {
        position: relative;
    }
    .main-navigation-wrap {
        position: relative;
    }
    .main-navigation-section-wrap .menu-toggle {
        padding: 10px 15px;
    }
    .main-navigation-section-wrap .menu-toggle i {
        font-size: 20px;
    }
}


/**
 * Header Toggle Sidebar
 * -------------------------------------------------------------
 */

.header--layout-three .header-toggle-sidebar-wrap {
    order: initial;
}

.header-toggle-sidebar-wrap {
    padding-left: 15px;
    order: 1;
}

.header-toggle-sidebar-wrap:hover {
    cursor: pointer;
}

.hamburger {
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    width: 50px;
    height: 22px;
    padding-right: 15px;
    cursor: pointer;
}

.hamburger div {
    align-self: flex-start;
    width: 100%;
    height: 4px;
    background: #fff;
}

.hamburger .meat {
    width: 75%;
    transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
    width: 50%;
    transition: all 400ms ease-in-out;
}

.hamburger:hover div {
    width: 100%;
}

.hamburger:hover .top-bun {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate;
    animation: burger-hover 1s infinite ease-in-out alternate;
}

.hamburger:hover .meat {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.hamburger:hover .bottom-bun {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}


/***
====================================================================
## Sidebar toggle menu content
====================================================================
***/

.header-toggle-sidebar-wrap .header-sidebar-content {
    overflow-y: scroll;
    flex-direction: column;
    display: none;
    position: fixed;
    width: 380px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    scroll-behavior: auto;
    z-index: 999999999999;
}

@media screen and (max-width:1200px) {
    .header-toggle-sidebar-wrap .header-sidebar-content {
        width: 400px;
    }
}

.header-toggle-sidebar-wrap .header_sidebar-content-inner-wrap {
    padding: 50px 40px;
}

.header-toggle-sidebar-wrap .header-sidebar-content .header-sidebar-trigger-close i {
    font-size: 25px;
    color: #171922;
}

.header-toggle-sidebar-wrap .header-sidebar-content .header-sidebar-trigger-close {
    display: block;
    text-align: right;
    margin-bottom: 40px;
}


/**
 * Posts List Widget
 * -------------------------------------------------------------
 */

.header-toggle-sidebar-wrap .widget {
    margin-bottom: 45px;
}

.header-toggle-sidebar-wrap .widget:last-child {
    margin-bottom: 0;
}

.header-toggle-sidebar-wrap .widget_clean_design_blog_posts_list_widget {}

.header-toggle-sidebar-wrap .widget_clean_design_blog_posts_list_widget h2.bmm-block-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.header-toggle-sidebar-wrap .widget_clean_design_blog_posts_list_widget h2.bmm-block-title:after {
    display: block;
    position: absolute;
    content: "";
}

.header-toggle-sidebar-wrap .widget_clean_design_blog_posts_list_widget h2.bmm-block-title span {}

.header-toggle-sidebar-wrap .widget_clean_design_blog_posts_list_widget h2.bmm-block-title a {
    color: #333;
}

.header-toggle-sidebar-wrap .posts-list-wrap {}

.header-toggle-sidebar-wrap .posts-list-wrap .post-item {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    /*border-bottom: solid 1px #e1e1e1;*/
}

.header-toggle-sidebar-wrap .posts-list-wrap .post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.header-toggle-sidebar-wrap .posts-list-wrap .post-item .bmm-post-thumb {
    flex: 1 0 40%;
    position: relative;
    min-height: 100px;
    margin-right: 15px;
}

.header-toggle-sidebar-wrap .posts-list-wrap .post-item .bmm-post-thumb img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.header-toggle-sidebar-wrap .posts-list-wrap .post-item .post-content-wrap {
    flex: 1 3 60%;
    -ms-flex-item-align: center;
    align-self: center;
}

.header-toggle-sidebar-wrap .posts-list-wrap .post-item .post-content-wrap h3.bmm-post-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
}

.header-toggle-sidebar-wrap .posts-list-wrap .post-item .post-content-wrap h3.bmm-post-title a {
    color: #333;
}

.header-toggle-sidebar-wrap .posts-list-wrap .post-item:hover .post-content-wrap h3.bmm-post-title a,
.header-toggle-sidebar-wrap .posts-list-wrap .post-item .post-content-wrap h3.bmm-post-title a:hover {
    color: #666;
}


/***
====================================================================
## Main Content
====================================================================
***/

.clean_design_blog_front_page_sections {
    background: #fff;
}


/***
====================================================================
## bmm-banner-slider-block
====================================================================
***/

#clean-design-blog-top-full-width-section {}

.bmm-banner-slider-block-wrap {}

.slick-slider {
    position: initial;
}

.bmm-banner-slider-block.bmm-block-banner-slider--layout-one {
    position: relative;
    margin-bottom: 20px;
}

.banner-slider-item.slick-slide {
    position: relative;
}

.banner-slider-item .bmm-post-slider-img {
    height: 30em;
}

.banner-slider-item .bmm-post-slider-img img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.banner-slider-item .bmm-post-content-wrap {
    display: none;
    text-align: center;
    position: absolute;
    max-width: 600px;
    background-color: #fff;
    padding: 1.875em 4.375em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-slider-item .bmm-post-content-wrap p {
    margin: 0;
    padding: 0;
}

.bmm-banner-slider-block .next-icon {
    text-align: center;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #FBE609;
    top: 50%;
    right: 0;
    z-index: 1;
}

.bmm-banner-slider-block .prev-icon {
    text-align: center;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #FBE609;
    top: 50%;
    left: 0;
    z-index: 1;
}

.bmm-banner-slider-block .next-icon:hover,
.bmm-banner-slider-block .prev-icon:hover {
    opacity: 0.8;
    cursor: pointer;
}


/***
====================================================================
## Elements
====================================================================
***/

#clean-design-blog-middle-right-content-section {
    display: flex;
    margin: 0 -20px;
}

#clean-design-blog-middle-right-content-section .primary-section {
    flex: 0 1 68%;
    padding: 0 20px;
}

#clean-design-blog-middle-right-content-section .secondary-section {
    flex: 0 1 28%;
    padding: 0 20px;
}

@media (max-width: 1024px) {
    #clean-design-blog-middle-right-content-section {
        flex-wrap: wrap;
    }
    #clean-design-blog-middle-right-content-section .primary-section,
    #clean-design-blog-middle-right-content-section .secondary-section {
        flex: 1 1 100%;
    }
    #clean-design-blog-middle-right-content-section .primary-section {
        order: -1;
    }
}

/*@media (max-width: 769px) {
    #clean-design-blog-middle-right-content-section {
        flex-wrap: wrap;
    }
    #clean-design-blog-middle-right-content-section .primary-section,
    #clean-design-blog-middle-right-content-section .secondary-section {
        flex: 1 1 100%;
    }
    #clean-design-blog-middle-right-content-section .primary-section {
        order: -1;
    }
}*/


/***
====================================================================
## categories
====================================================================
***/

.bmm-post-block {
    padding: 60px 0;
}

#clean1 {
    padding-top: 0;
}

.bmm-post-block .bmm-post-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.bmm-post-block .bmm-post-wrapper article.bmm-post {
    flex: 1 1 100%;
    padding: 0 15px;
}

.bmm-post-block .bmm-post-wrapper .bmm-block-post {
    background: #f6f6f6;
    padding: 20px;
}

.bmm-post-block .bmm-post-wrapper h2.bmm-block-title {
    position: relative;
    font-weight: normal;
    margin-bottom: 20px;
}

.bmm-post-block .bmm-post-wrapper h2.bmm-block-title:after {
    display: block;
    position: absolute;
    content: "";
}

.bmm-post-block .bmm-post-wrapper h2.bmm-block-title span {}

.bmm-post-block .bmm-post-wrapper .post-thumb-wrap {
    position: relative;
}

.bmm-post-block .bmm-post-wrapper .bmm-post-thumb {
    position: relative;
    line-height: 0;
    margin-bottom: 20px;
}

.bmm-post-block .bmm-post-wrapper .bmm-post-thumb img {
    object-fit: cover;
    width: 100%;
    max-height: 380px;
}

.bmm-post-block .bmm-post-wrapper .content-thumb-wrapper {}

.bmm-post-block .bmm-post-wrapper .content-wrap {}

.bmm-post-block .bmm-post-wrapper h2.bmm-post-title {
    display: none;
    position: relative;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.bmm-post-block .bmm-post-wrapper h2.bmm-post-title:after {
    display: block;
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background-color: #FBE609;
    left: 0;
    bottom: 0;
}

.bmm-post-block .bmm-post-wrapper h2.bmm-post-title span {}

.bmm-post-block .bmm-post-wrapper .bmm-post-content {}

.bmm-post-block .bmm-post-wrapper .bmm-post-content p {
    margin: 0;
}


/***
====================================================================
## bmm-post-grid-block
====================================================================
***/

.bmm-post-grid-block {
    /*padding: 60px 0;*/
}

.bmm-post-grid-block .bmm-post-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.bmm-post-grid-block .bmm-post-wrapper article.bmm-post {
    flex: 1 1 31%;
    padding: 0 15px;
    text-align: center;
}

.bmm-post-grid-block .bmm-post-wrapper .bmm-block-post {}

.bmm-post-grid-block .bmm-post-wrapper .post-thumb-wrap {
    position: relative;
}

.bmm-post-grid-block .bmm-post-wrapper .bmm-post-thumb {
    position: relative;
    line-height: 0;
    /*margin-bottom: 20px;*/
}

.bmm-post-grid-block .bmm-post-wrapper .bmm-post-thumb img {
    object-fit: cover;
    width: 100%;
    max-height: 380px;
}

.bmm-post-grid-block .bmm-post-wrapper h3.bmm-post-title {
    margin: 0;
    padding: 20px 15px;
    border: solid 2px #FBE609;
    border-top: none;
}

.bmm-post-grid-block .bmm-post-wrapper h3.bmm-post-title a {
    color: #333;
}

@media only screen and (max-width: 580px) {
    .bmm-post-grid-block .bmm-post-wrapper article.bmm-post {
        flex: 0 1 100%;
        margin-bottom: 40px;
    }
    .bmm-post-grid-block .bmm-post-wrapper article.bmm-post:last-child {
        margin-bottom: 0;
    }
}


/***
====================================================================
## bmm-block-post-list--layout-one
====================================================================
***/

.bmm-post-list-block {
    padding: 0 0 60px;
}

.bmm-post-list-block .bmm-post-wrapper {}

.bmm-post-list-block .bmm-post-wrapper article.bmm-post {
    margin-bottom: 50px;
    padding-bottom: 50px;
    /*border-bottom: solid 1px #e5e5e5;*/
}

.bmm-post-list-block .bmm-post-wrapper article.bmm-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.bmm-post-list-block h3.bmm-post-title {
    border-bottom: solid 1px #FBE609;
}

.bmm-post-list-block h3.bmm-post-title a {
    color: #333;
}

.bmm-post-list-block .content-thumb-wrapper {
    display: flex;
}

.bmm-post-list-block .content-wrap {
    flex: 0 1 58%;
    padding-right: 30px;
}

.bmm-post-list-block .bmm-post-content {
    padding: 15px 0;
}

.bmm-post-list-block .bmm-post-content p {
    margin: 0;
}

.bmm-post-list-block .thumb-wrap {
    flex: 0 1 40%;
}

.bmm-post-list-block .thumb-wrap .bmm-post-thumb {
    line-height: 0;
}

.bmm-post-list-block .thumb-wrap .bmm-post-thumb a {
    display: inline-block;
    width: 100%;
    height: auto;
}

.bmm-post-list-block .thumb-wrap .bmm-post-thumb img {
    object-fit: cover;
    width: 100%;
    height: 250px;
}

@media only screen and (max-width: 769px) {
    /** List layout default **/
    .bmm-block-post-list--layout-one .content-thumb-wrapper {
        flex-direction: column;
    }
    .bmm-post-list-block .thumb-wrap .bmm-post-thumb img {
        height: auto;
    }
}

@media only screen and (max-width: 576px) {
    .bmm-post-list-block .content-wrap {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .bmm-post-list-block .bmm-post-content {
        padding: 0;
    }
}


/***
====================================================================
## content three
====================================================================
***/

.bmm-grid-block {
    padding: 60px 0 0;
}

.bmm-grid-block .bmm-post-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.bmm-grid-block .bmm-post-wrapper article.bmm-post {
    flex: 1 1 100%;
    padding: 0 15px;
}

.bmm-grid-block .bmm-post-wrapper .bmm-block-post {}

.bmm-grid-block .bmm-post-wrapper .post-thumb-wrap {
    position: relative;
}

.bmm-grid-block .bmm-post-wrapper .bmm-post-thumb {
    position: relative;
    line-height: 0;
    margin-bottom: 20px;
}

.bmm-grid-block .bmm-post-wrapper .bmm-post-thumb img {
    object-fit: cover;
    width: 100%;
    max-height: 380px;
}

.bmm-grid-block .bmm-post-wrapper .content-thumb-wrapper {}

.bmm-grid-block .bmm-post-wrapper .content-wrap {}

.bmm-grid-block .bmm-post-wrapper h2.bmm-post-title {
    position: relative;
    font-weight: normal;
}

.bmm-grid-block .bmm-post-wrapper h2.bmm-post-title span {}

.bmm-grid-block .bmm-post-wrapper .bmm-post-content {}

.bmm-grid-block .bmm-post-wrapper .bmm-post-content h3.bmm-post-title {}

.bmm-grid-block .bmm-post-wrapper .bmm-post-content p {}


/***
====================================================================
## Secondary
====================================================================
***/

.secondary-section {
    /*padding: 1rem 1rem;*/
}

.secondary-section .widget {
    margin-bottom: 45px;
}

.secondary-section .widget:last-child {}


/**
 * Keyword
 * -------------------------------------------------------------
 */

.widget_clean_design_blog_author_info_widget {
    border-top: solid 1px #00CFAD;
    border-left: solid 1px #00CFAD;
    padding-top: 15px;
    padding-left: 15px;
}

.author-wrap {}

.author-content-wrap {}

.author-content-wrap p {
    margin: 0;
    padding: 0;
}


/**
 * Social Icons
 * -------------------------------------------------------------
 */

.widget_clean_design_blog_social_icons_widget {
    padding: 10px;
    background: #f6f6f6;
    text-align: center;
}

.widget_clean_design_blog_social_icons_widget .social-wrap {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.widget_clean_design_blog_social_icons_widget .social-wrap a {
    text-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 35px;
    height: 35px;
    background: #FBE609;
    border-radius: 35px;
    font-size: 20px;
    color: #333;
    margin-right: 8px;
}

.widget_clean_design_blog_social_icons_widget .social-wrap a:last-child {
    margin-right: 0;
}

.widget_clean_design_blog_social_icons_widget .social-wrap a i {
    line-height: 35px;
}


/**
 * Posts List Widget
 * -------------------------------------------------------------
 */

.secondary-section .widget_clean_design_blog_posts_list_widget {}

.secondary-section .widget_clean_design_blog_posts_list_widget h2.bmm-block-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 15px;
    background: #FBE609;
}

.secondary-section .widget_clean_design_blog_posts_list_widget h2.bmm-block-title:after {
    display: block;
    position: absolute;
    content: "";
}

.secondary-section .widget_clean_design_blog_posts_list_widget h2.bmm-block-title span {}

.secondary-section .widget_clean_design_blog_posts_list_widget h2.bmm-block-title a {
    color: #333;
}

.secondary-section .posts-list-wrap {}

.secondary-section .posts-list-wrap .post-item {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    /*border-bottom: solid 1px #e1e1e1;*/
}

.secondary-section .posts-list-wrap .post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.secondary-section .posts-list-wrap .post-item .bmm-post-thumb {
    flex: 1 0 40%;
    position: relative;
    min-height: 100px;
    margin-right: 15px;
}

@media (max-width: 1024px) {
    .secondary-section .posts-list-wrap .post-item .bmm-post-thumb {
        flex: auto;
    }
}

@media (max-width: 769px) {
    .secondary-section .posts-list-wrap .post-item .bmm-post-thumb {
        flex: 1 0 40%;
    }
}

.secondary-section .posts-list-wrap .post-item .bmm-post-thumb img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.secondary-section .posts-list-wrap .post-item .post-content-wrap {
    flex: 1 3 60%;
    -ms-flex-item-align: center;
    align-self: center;
}

.secondary-section .posts-list-wrap .post-item .post-content-wrap h3.bmm-post-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
}

.secondary-section .posts-list-wrap .post-item .post-content-wrap h3.bmm-post-title a {
    color: #333;
}

.secondary-section .posts-list-wrap .post-item:hover .post-content-wrap h3.bmm-post-title a,
.secondary-section .posts-list-wrap .post-item .post-content-wrap h3.bmm-post-title a:hover {
    color: #666;
}


/***
====================================================================
## Single
====================================================================
***/

#primary.site-main {
    background: #fff;
}

#primary.site-main .container {
    width: 80%;
}

body.single.right-sidebar #primary .row {
    margin: 0 20px;
}

body.single.right-sidebar #primary .blaze-main-content  {
    flex: 0 1 65%;
    margin-right: 2rem;
}

body.single.right-sidebar #primary .blaze-sidebar-content {
    flex: 0 1 35%;
}

.single.right-sidebar .blaze-main-content,
.single.right-sidebar .blaze-sidebar-content {
    padding: 30px 20px;
}

.single .blaze-main-content article {
    margin: 0;
}

.single .blaze-main-content article .entry-header {}

.single .blaze-main-content article h1.bmm-post-title {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;
}

.single .blaze-main-content article .bmm-post-thumb {
    line-height: 0;
    margin-bottom: 20px;
}

.single .blaze-main-content article .post-thumbnail {}

.single .blaze-main-content article .post-thumbnail img {
    object-fit: cover;
    width: 100%;
}

.single .blaze-main-content article .entry-content {}

.single .blaze-main-content article .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
}

.single .blaze-main-content article .entry-content p {}

@media only screen and (max-width: 1024px) {
    #primary.site-main .container {
        width: 100%;
    }
    body.single.right-sidebar #primary .row {
        flex-wrap: wrap;
        margin: 0;
        padding: 0 20px;
    }
    body.single.right-sidebar #primary .blaze-main-content,
    body.single.right-sidebar #primary .blaze-sidebar-content  {
        flex: 0 1 100%;
    }
    body.single.right-sidebar #primary .blaze-main-content {
        margin-top: 45px;
        margin-bottom: 45px;
        margin-right: 0;
        order: 1;
    }
    body.single.right-sidebar #primary .blaze-sidebar-content {
        order: 2;
    }
    .single.right-sidebar .blaze-main-content,
    .single.right-sidebar .blaze-sidebar-content {
        padding: 0;
    }
}

@media only screen and (max-width: 769px) {
    body.single.right-sidebar #primary .row {
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
}


/***
====================================================================
## Footer
====================================================================
***/

.site-footer {
    background-color: #2c2c2c;
    background-size: cover;
    background-position: center center;
    background-blend-mode: overlay;
}

#bottom-footer {
    background-color: #171922;
}

.bottom-footer-inner {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.bottom-footer-inner .bottom-footer-social-icons-wrap {
    flex: 0 1 50%;
    line-height: 0;
    text-align: left;
}

.bottom-footer-inner .bottom-footer-social-icons-wrap a {}

.bottom-footer-inner .bottom-footer-social-icons-wrap a:not(:last-child) {
    margin-right: 15px;
}

.bottom-footer-inner .bottom-footer-social-icons-wrap i {
    display: inline-block;
    font-size: 18px;
    color: #fff;
}

.bottom-footer-inner .site-info {
    flex: 0 1 50%;
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.bottom-footer-inner .site-info a {
    color: #FBE609;
}

@media only screen and (max-width: 769px) {
    .bottom-footer-inner {
        flex-wrap: wrap;
    }
    .bottom-footer-social-icons-wrap {
        text-align: center;
    }
    .bottom-footer-inner .site-info {
        text-align: center;
    }
}

@media only screen and (max-width: 577px) {
    .bottom-footer-inner {
        flex-direction: column;
    }
    .bottom-footer-inner .bottom-footer-social-icons-wrap,
    .bottom-footer-inner .site-info {
        padding: 5px 0;
    }
}


/***
====================================================================
## Scroll To Top
====================================================================
***/

/*#clean-design-blog-scroll-to-top {
    display: none;
}*/

#clean-design-blog-scroll-to-top.show {
    display: block;
}

#clean-design-blog-scroll-to-top {
    text-align: center;
    position: fixed;
    bottom: 20px;
}

#clean-design-blog-scroll-to-top .fa-long-arrow-alt-up {
    width: 35px;
    height: 38px;
    line-height: 36px;
    background-color: #000;
    font-size: 24px;
    color: #fff;
    vertical-align: middle;
}

#clean-design-blog-scroll-to-top .back_txt {
    text-align: center;
    display: none;
    position: absolute;
    width: 120px;
    bottom: 60px;
    left: 17px;
    -webkit-transform: translate(-50%, -100%)rotate( -90deg);
    -moz-transform: translate(-50%, -100%)rotate(-90deg);
    -ms-transform: translate(-50%, -100%)rotate(-90deg);
    transform: translate(-50%, -100%)rotate( -90deg);
}

#clean-design-blog-scroll-to-top a:hover .back_txt {
    display: block;
    background-color: #fff;
    font-weight: 500;
    color: #FBE609;
    padding: 5px;
}

#clean-design-blog-scroll-to-top.align--right {
    right: 20px;
}


/***
====================================================================
## Elements
====================================================================
***/

.bmm-post-thumb {
    position: relative;
}

.bmm-post-thumb img {
    max-width: 100%;
    width: 100%;
}

.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both;
}


/***
====================================================================
## The END
====================================================================
***/


/**
 * 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: 'Open Sans', sans-serif;
    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: 'Open Sans', sans-serif;
    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;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}


/**
 * 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;
    outline-offset: -2px;
}


/**
 * 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;
    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: #2c2c2c;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: 'Open Sans', sans-serif;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/* Elements
--------------------------------------------- */

hr {
    background-color: #f6f6f6;
    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>ul,
li>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,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    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,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    cursor: pointer;
}

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 {
    border-color: #aaa #bbb #bbb;
}

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 #ccc;
    border-radius: 3px;
    padding: 3px;
}

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;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 90%;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Navigation
--------------------------------------------- */

.no-js .menu-toggle {
    display: none;
}


/* create a submenu toggle button when has children */

.dropdown-toggle {
    background-color: #464646;
    content: "";
    width: 38px;
    height: 38px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: none;
}

.dropdown-toggle:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    color: #7d7c7c;
    font-size: 24px;
    right: 0;
    position: relative;
    width: 34px;
    border: none;
    margin: 0 auto;
    vertical-align: middle;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    opacity: 0.9;
    color: #546f90;
}

.dropdown-toggle:focus:after {
    border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
}

.dropdown-toggle:focus {
    background-color: #464646;
    outline: 2px dotted #464646;
}


/* basic menu styling */

.no-js .site-header-menu {
    display: block;
}

.main-navigation .toggled-on ul ul {
    padding: 0;
}

.main-navigation .sub-menu li:last-child {
    border-bottom: none;
}


/* standard style for mobile and full view */

.main-navigation ul ul {
    display: none;
    margin-left: 0.875em;
    padding: 0;
    font-size: 0.875rem;
}

.no-js .main-navigation ul ul,
.main-navigation ul .toggled-on {
    display: block;
}

.main-navigation .menu-item-has-children>a {
    margin-right: 50px;
}

.menu-item-has-children>a:after {
    content: '';
}

#bottom1,
#bottom2,
#bottom3,
#bottom4 {
    padding-bottom: 20px;
}

.demo-one .loop_list_style_1 .list_style_2 .col-md-4 {
    padding-right: 0;
}

.loop_list_style_1 .post_content {
    padding: 20px;
}


/* Medium devices (tablets, 1024px and up) */

@media (min-width: 48em) {
    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle,
    .site-header .social-navigation,
    .site-footer .main-navigation {
        display: none;
    }
    .site-header-main {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    /*.main-navigation .primary-menu > li.menu-item:first-child {
		padding-left: 2px;
	}*/
    #menu-wrapper .main-navigation ul.primary-menu {
        text-align: left;
    }
    /* base style */
    .main-navigation ul ul {
        display: block;
        left: -999em;
        margin: 0;
        position: absolute;
        z-index: 99999;
        text-align: left;
    }
    .main-navigation ul ul ul {
        top: -1px;
    }
    .main-navigation ul ul ul:before,
    .main-navigation ul ul ul:after {
        border: 0;
    }
    .main-navigation ul ul li {
        background: #f5f4f1;
        -webkit-box-shadow: 0 0.2rem 0.3rem rgb(80 87 89 / 10%);
        box-shadow: 0 0.2rem 0.3rem rgb(80 87 89 / 10%);
        border: none;
        border-bottom: 1px solid #c2bdbd;
        text-transform: none;
    }
    .main-navigation ul ul a {
        white-space: normal;
        width: 13.5rem;
        padding: 10px 14px;
    }
    /* submenu top carat icon */
    .main-navigation ul ul:before {
        border-style: solid;
        content: "";
        position: absolute;
    }
    .main-navigation ul ul:before {
        border-color: #f5f4f1 transparent;
        border-width: 0 10px 10px;
        left: 9px;
        top: -9px;
    }
    /* lets float our second level to the right */
    .main-navigation li:hover>ul,
    .main-navigation li.focus>ul {
        right: auto;
        left: 0;
        -webkit-animation: zoomIn .3s ease-in;
        -moz-animation: zoomIn .3s ease-in;
        animation: zoomIn .3s ease-in;
    }
    /* lets float our third level to the right */
    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        right: auto;
        left: 100%;
    }
    .main-navigation .menu-item-has-children>a {
        margin: 0;
    }
    .main-navigation ul ul .menu-item-has-children>a {
        padding-right: 2.0625em;
    }
    .main-navigation ul ul .menu-item-has-children>a:after {
        right: 0.5625em;
        top: 0.875em;
    }
    /* first level color and active home */
    .main-navigation li.home a {
        text-decoration: none;
        font-family: 'Lora', serif;
        font-size: 16px;
        font-weight: 500;
    }
    #bottom1,
    #bottom2,
    #bottom3,
    #bottom4 {
        padding-bottom: 0px;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 62em) {
    #site-navigation.flex-item {
        flex: 1 0px;
    }
}


/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

.post {
    margin: 0 0 1.5em;
}

.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-summary {
    margin: 1.5em 0 0.8em 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* Widgets
--------------------------------------------- */

.widget select {
    max-width: 100%;
}


/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* 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-bottom: 1.5em;
    display: grid;
    margin: 0 -15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 0 15px;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/* Jetpack infinite scroll
--------------------------------------------- */


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.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;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


/* 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;
}

.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: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* 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;
}


/** Block Quote **/

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote {
    width: 95%;
    font-size: 1.063rem;
    line-height: 1.25;
    font-style: italic;
    margin: 2.25rem auto;
    margin-left: auto;
    margin-right: auto;
}

blockquote:before {
    content: "\2018""\2018";
    font-family: 'Lora', serif;
    letter-spacing: -4px;
    float: left;
    position: relative;
    margin-right: 0.5rem;
    font-size: 5.5rem;
    line-height: .5;
}

blockquote p {
    overflow: hidden;
}

blockquote cite {
    display: block;
    margin-top: 5px;
    ffont-family: 'Lora', serif;
    font-size: 0.875rem;
}

blockquote cite:before {
    content: "\2014";
}

.footer-inner {
    padding-top: 35px;
}

.footer-inner {
    padding-top: 35px;
}

.widget_block ul,
.widget_block ol {
    margin-left: 0;
}

.wp-block-latest-posts {}

.wp-block-latest-posts li,
.widget_archive li,
.widget_recent_entries li {
    text-decoration: none;
}

.widget_categories ul,
.widget_archive ul,
.widget_recent_entries ul {
    padding-left: 0;
    margin-left: 0;
}

.widget_categories ul li,
.widget_archive ul li,
.widget_recent_entries ul li {
    list-style: none;
    padding: 4px 0;
}

.widget_categories li a,
.widget_archive li a,
.wp-block-page-list li a,
.widget_nav_menu ul li a,
.widget_categories ul li a,
.widget_recent_entries ul li a {
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
}

.wp-block-latest-posts li a,
.wp-block-archives li a,
.wp-block-page-list li a,
.widget_nav_menu ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a {
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
}

.wp-block-latest-posts li a:hover,
.wp-block-archives li a:hover,
.wp-block-page-list li a:hover,
.widget_nav_menu ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_recent_entries ul li a:hover {
    padding-left: 2.5px;
}

.wp-block-latest-posts li a:before,
.wp-block-archives li a:before,
.wp-block-page-list li a:before,
.widget_nav_menu ul li a:before,
.widget_categories ul li a:before,
.widget_archive ul li a:before,
.widget_recent_entries ul li a:before {
    content: '\f061';
    padding-right: 7px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #FBE609;
    font-size: 10px;
    line-height: 1;
}

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;
}