/*
Theme Name: BlogSon
Theme URI: https://www.spiraclethemes.com/blogson-free-wordpress-theme/
Author: Spiracle Themes
Author URI: https://www.spiraclethemes.com/
Description: Are you looking for a WordPress theme to easily customize all aspects of your website? Look no further than BlogSon WordPress Theme and Elementor Page Builder. This powerful combination allows users to easily customize the fundamental elements of their WordPress website with no coding needed. BlogSon is an attractive and modern theme, allowing users to create beautiful websites in minutes. It features a mobile-friendly design, responsive layout, easy customization options, unlimited color schemes, a large collection of fonts and much more. With Elementor Page Builder users can quickly design stunning pages that look professional. Users have full control over what content is displayed where on their site as well as being able to create custom landing pages with ease. All this without writing any code!
Version: 1.0
Tested up to: 6.1
Requires PHP: 5.6
Requires at least: 4.7
Tags: blog, one-column, news, right-sidebar, left-sidebar, custom-header, featured-images, custom-menu, custom-logo, theme-options, threaded-comments, translation-ready, sticky-post, full-width-template, two-columns, three-columns
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: blogson
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
====================================================================
  General Classes
====================================================================
*/

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

body {
    overflow-x: hidden;
    position: relative;
    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: #fff;
    /* Fallback for when there is no custom background color defined. */

    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    width: 100%;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}


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

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

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

.h3-space {
    letter-spacing: 1px;
}


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

a {
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #333;
}

a:hover,
a:active {
    color: #666;
}

a:focus {
    outline: 0;
}

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


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

.clr {
    clear: both;
}


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

#home-inner {}

.header-wrapper {}


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

.header-wrapper .logo {
    text-align: center;
    line-height: 0;
    padding: 30px 15px;
}

.header-wrapper .logo img {
    max-width: 100%;
}


/**
 * Naviagtion
 * -------------------------------------------------------------
 */

.top-menu-wrapper {
    padding: 10px 0;
    border-bottom: solid 1px #e0e0e0;
}

.top-menu {
    text-align: center;
    position: relative;
}

@media only screen and (max-width:991px) {
    .top-menu {
        text-align: right;
    }
}

.top-menu .navbar-collapse {
    padding: 0;
}

#menu-primary {
    list-style-type: none;
}

.top-menu .navigation {
    position: relative;
    margin: 0;
    padding: 0;
}

.top-menu .navigation>li {
    position: relative;
    display: inline-block;
    padding: 0;
}

@media only screen and (min-width:991px) {
    .top-menu .navigation>li:not(:last-child) {
        margin-right: 25px;
    }
}

.top-menu .navigation>li>a {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.top-menu .navigation>li.current>a,
.top-menu .navigation>li>a:hover,
.top-menu .navigation>li:hover>a {
    color: #666;
}

/* ## Toggle Button
*********************************/

.top-menu .menu-header {
    display: none;
    /*position: absolute;
    top: -75px;
    right: 0px;
    z-index: 12;*/
}

.top-menu .menu-header button {
    display: block;
    text-align: center;
    position: relative;
    /*width: 42px;
    height: 36px;
    line-height: 36px;*/
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.top-menu .navbar-toggle .icon-bar {
    background: #555;
}

button.navbar-toggle,
button.navbar-toggle:hover {
    box-shadow: none;
}

@media only screen and (max-width:991px) {
    .top-menu .menu-header {
        display: block;
        text-align: center;
        /*position: relative;
        top: 0;*/
    }
    .top-menu .menu-header span {
        font-size: 18px;
        color: #555;
    }
    .top-menu .menu-header button {
        display: inline-block;
        /*width: unset;
        height: unset;
        border: 0;
        margin-right: 0;*/
    }
    button.navbar-toggle {
        float: none;
    }
    button.navbar-toggle:focus {
        outline: auto 5px -webkit-focus-ring-color;
    }
}


/***
====================================================================
## Left Popup Sidebar
====================================================================
***/

.hd-bar.left-align.visible-sidebar {
    display: none;
    left: 0;
}

.hd-bar {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    z-index: 9999;
}

.hd-bar.left-align {
    left: -100%;
}

.hd-bar .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.hd-bar .hd-bar-closer {
    /*text-align: center;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: none;
    border-radius: 0;
    top: 5px;
    right: 80px;
    z-index: 999999;*/
    float: right;
    position: relative;
    top: 40px;
    right: 30px;
}

.hd-bar .hd-bar-closer button {
    display: block;
    /*width: 40px;
    height: 40px;
    line-height: 40px;*/
    background: none;
    border: none;
    font-size: 20px;
    color: #b3b1b1;
    padding: 0;
}

.hd-bar .hd-bar-closer:hover button {
    color: #fff;
}

.qb-close-button:before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
}

.hd-bar-wrapper {
    height: 100%;
    padding: 40px 30px;
}

.hd-bar .side-menu {}

.hd-bar .side-menu ul {
    margin-top: 80px;
}

.hd-bar .side-menu ul li {
    display: block;
    position: relative;
    margin: 0;
    padding: 10px 0;
    border-bottom: solid 1px rgb(255 255 255 / 10%);
}

.hd-bar .side-menu ul li a {
    display: block;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.hd-bar .side-menu ul li.current a,
.hd-bar .side-menu ul li a:hover,
.hd-bar .side-menu ul li:hover a {
    color: #A9B8FF;
}

@media only screen and (max-width:991px) {
    .hd-bar.left-align.visible-sidebar {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}


/***
====================================================================
## Categories-1 + Post
====================================================================
***/

.elementor-5 .elementor-element.elementor-element-41a4cd5 {
    padding: 30px 0;
    background-color: #F5F5F5;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-5 .elementor-element.elementor-element-41a4cd5>.elementor-container {
/*    min-height: 17px;*/
}

.elementor-5 .elementor-element.elementor-element-3544d56 .latest-posts {}

.elementor-5 .elementor-element.elementor-element-3544d56 .blog-posts {}

article.span4f:not(:last-child) {
    margin-right: 20px;
}


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

article.span4f_type-post {
    vertical-align: top;
    display: inline-block;
    width: 46%;
}

article.span4f_type-post .post-grid-area-box {}

article.span4f_type-post .post-grid-area-content {
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    transition: all 0.5s ease;
}

article.span4f_type-post .post-grid-area-content::before {
    position: absolute;
    content: "";
    background: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
}

article.span4f_type-post .post-grid-area-content:hover::before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

article.span4f_type-post .post-grid-area-content .content-wrapper {
    text-align: center;
    position: relative;
    height: 500px;
    -webkit-font-smoothing: antialiased;
}

article.span4f_type-post .post-grid-area-content .content-wrapper:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#ff000000, black);
    opacity: 0.5;
    top: 0;
    left: 0;
}

article.span4f_type-post .post-grid-area-content .content-wrapper .content {}

article.span4f_type-post .post-grid-area-content .content-wrapper .content-inner {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 30px;
    padding: 0 30px;
    /*top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

@media only screen and (max-width:767px) {
    article.span4f_type-post .post-grid-area-content .content-wrapper .content-inner {
        bottom: 15px;
        padding: 0 15px;
    }
}

article.span4f_type-post .post-grid-area-content .content-wrapper .content-inner .title {}

article.span4f_type-post .post-grid-area-content .content-wrapper .content-inner .title h2 {
    margin: 0;
    padding: 10px;
    color: #fff;
    background: #F29D9D;
    border-radius: 5px;
}


/**
 * Post @Categories-1
 * -------------------------------------------------------------
 */

article.span4f_post {
    vertical-align: top;
    display: inline-block;
    width: 24%;
}

article.span4f_post  .post-grid-area-box {
    margin-bottom: 30px;
}

article.span4f_post  .post-grid-area-content {
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    transition: all 0.5s ease;
}

article.span4f_post  .post-grid-area-content::before {
    position: absolute;
    content: "";
    background: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
}

article.span4f_post  .post-grid-area-content:hover::before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

article.span4f_post  .post-grid-area-content .content-wrapper {
    text-align: center;
    position: relative;
    height: 500px;
    -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width:992px) {
    article.span4f_post  .post-grid-area-content .content-wrapper {
        height: 300px;
    }
}

article.span4f_post  .post-grid-area-content .content-wrapper:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#ff000000, black);
    opacity: 0.5;
    top: 0;
    left: 0;
}

article.span4f_post  .post-grid-area-content .content-wrapper .content {}

article.span4f_post  .post-grid-area-content .content-wrapper .content-inner {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 30px;
    padding: 0 30px;
    /*top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

@media only screen and (max-width:767px) {
    article.span4f_post  .post-grid-area-content .content-wrapper .content-inner {
        bottom: 15px;
        padding: 0 15px;
    }
}

article.span4f_post  .post-grid-area-content .content-wrapper .content-inner .title {}

article.span4f_post  .post-grid-area-content .content-wrapper .content-inner .title h3 {
    margin: 0;
}

article.span4f_post  .post-grid-area-content .content-wrapper .content-inner .title h3 a {
    color: #fff;
}

@media only screen and (max-width:991px) {
    article.span4f_type-post {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    article.span4f_post {
        width: 48.333%;
    }
}

@media only screen and (max-width:767px) {
    article.span4f_post {
        width: 100%;
    }
}

@media only screen and (max-width:480px) {
    article.span4f {
        margin: 0;
    }
    article.span4f_type-post,
    article.span4f_post {
        width: 100%;
    }
    article.span4f:not(:last-child) {
        margin-bottom: 30px;
    }
}


/***
====================================================================
## Content Three
====================================================================
***/

.elementor-5 .elementor-element.elementor-element-21dbe2a {
    padding: 30px 0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-5 .elementor-element.elementor-element-21dbe2a>.elementor-container {}

/* ## Heading
*********************************/
.elementor-5 .elementor-element.elementor-element-59cc188 {
    display: none;
}

.elementor-5 .elementor-element.elementor-element-59cc188>.elementor-widget-container {}

.elementor-5 .elementor-element.elementor-element-59cc188>.elementor-widget-container>h2.elementor-heading-title {
    margin: 0;
    font-weight: normal;
}

/* ## Content
*********************************/
.elementor-5 .elementor-element.elementor-element-6b5957f {}

.elementor-5 .elementor-element.elementor-element-6b5957f>.elementor-widget-container {}

.elementor-5 .elementor-element.elementor-element-6b5957f .latest-posts {}

.elementor-5 .elementor-element.elementor-element-6b5957f .blog-posts {}

article.span3 {
    vertical-align: top;
    display: inline-block;
}

article.span3 .post-grid-area-box {}

article.span3 .post-grid {}

article.span3 .content-wrapper {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

article.span3 .post-image {
    overflow: hidden;
    display: inline-block;
    position: relative;
    width: 46%;
    line-height: 0;
}

article.span3 .post-image .post-image-wrapper {
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s ease;
}

@media only screen and (max-width:767px) {
    article.span3 .post-image .post-image-wrapper {
        height: 250px;
    }
}

article.span3 .post-image .post-image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

@media only screen and (min-width:992px) {
    article.span3 .post-image .post-image-wrapper img {
        height: 600px;
    }
}

article.span3 .post-image .post-image-wrapper img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease;
}

article.span3 .content {
    vertical-align: top;
    display: inline-block;
    width: 52%;
}

article.span3 .content .content-inner {}

article.span3 .content .content-inner .title {}

article.span3 .content .content-inner .title h2 {
    font-weight: normal;
}

article.span3 .content .content-inner .main-content {}

article.span3 .content .content-inner .main-content h3 {}

article.span3 .content .content-inner .main-content p {}

@media only screen and (max-width:992px) {
    article.span3 .post-image,
    article.span3 .content {
        width: 100%;
    }
    article.span3 .post-image {
        display: block;
        margin-bottom: 20px;
    }
}


/***
====================================================================
## Categories-2
====================================================================
***/

.elementor-5 .elementor-element.elementor-element-7ec0c03 {
    padding: 30px 0;
    background: #fcfcfc;
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

/* ## Heading
*********************************/
.elementor-5 .elementor-element.elementor-element-518b48d {
    text-align: center;
}

.elementor-5 .elementor-element.elementor-element-518b48d>.elementor-widget-container {}

.elementor-5 .elementor-element.elementor-element-518b48d>.elementor-widget-container>h2.elementor-heading-title {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 10px;
}

.elementor-5 .elementor-element.elementor-element-518b48d>.elementor-widget-container>h2.elementor-heading-title:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 5px;
    background: #CCD6A6;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* ## Content
*********************************/
.elementor-5 .elementor-element.elementor-element-9ee11b1 {}

.elementor-5 .elementor-element.elementor-element-9ee11b1>.elementor-widget-container {}

.elementor-5 .elementor-element.elementor-element-9ee11b1 .latest-posts {}

.elementor-5 .elementor-element.elementor-element-9ee11b1 .blog-posts {}

article.span4 {
    vertical-align: top;
    display: inline-block;
    width: 100%;
}

article.span4 .post-grid-area-box {}

article.span4 .post-grid-area-content {
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    transition: all 0.5s ease;
}

article.span4 .post-grid-area-content::before {
    position: absolute;
    content: "";
    background: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
}

article.span4 .post-grid-area-content:hover::before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

article.span4 .post-grid-area-content .content-wrapper {
    text-align: center;
    position: relative;
    height: 500px;
    -webkit-font-smoothing: antialiased;
}

article.span4 .post-grid-area-content .content-wrapper:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#ff000000, black);
    opacity: 0.5;
    top: 0;
    left: 0;
}

article.span4 .post-grid-area-content .content-wrapper .content {}

article.span4 .post-grid-area-content .content-wrapper .content-inner {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 30px;
    padding: 0 30px;
    /*top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

@media only screen and (max-width:767px) {
    article.span4 .post-grid-area-content .content-wrapper .content-inner {
        bottom: 15px;
        padding: 0 15px;
    }
}

article.span4 .post-grid-area-content .content-wrapper .content-inner .title {
    display: none;
}

article.span4 .post-grid-area-content .content-wrapper .content-inner .title h2 {
    margin: 0;
    padding: 10px;
    color: #fff;
    background: #CCD6A6;
    border-radius: 5px;
}

article.span4 .post-grid-area-content .content-wrapper .content-inner .main-content {}

article.span4 .post-grid-area-content .content-wrapper .content-inner .main-content p {
    margin: 0;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}


/***
====================================================================
## Post @Categories-2
====================================================================
***/

.elementor-5 .elementor-element.elementor-element-001bfed {
    padding: 30px 0 0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-5 .elementor-element.elementor-element-2ffe11e .latest-posts {}

.elementor-5 .elementor-element.elementor-element-2ffe11e .blog-posts {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

article.span6 {
    /*vertical-align: top;
    display: inline-block;
    margin: 0 10px;
    margin-right: 20px;*/

    /*float: left;
    position: relative;*/
    width: 48%;
    max-width: 48%;
    -webkit-box-flex: 48%;
    -ms-flex: 48%;
    flex: 48%;
    margin-bottom: 30px;
}

article.span6 .post-grid-area-box {}

article.span6 .post-grid {
    line-height: 0;
}

article.span6 .content-wrapper {}

article.span6 .post-image {
    overflow: hidden;
    display: inline-block;
    position: relative;
    width: 38%;
    line-height: 0;
    padding-right: 2%;
}

article.span6 .post-image .post-image-wrapper {
    overflow: hidden;
    height: 250px;
    border-radius: 10px;
    transition: all 0.5s ease;
}

@media only screen and (min-width:768px) and (max-width:992px) {
    article.span6 .post-image .post-image-wrapper {
        height: 200px;
    }
}

article.span6 .post-image .post-image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

article.span6 .post-image .post-image-wrapper img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease;
}

article.span6 .content {
    vertical-align: top;
    display: inline-block;
    width: 60%;
    line-height: normal;
}

article.span6 .content .content-inner .title h3 a {
    color: #333;
}

article.span6 .content .content-inner .main-content {}

article.span6 .content .content-inner .main-content p {
    margin: 0;
}

.post-read-more a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    background: #2046F5;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 20px;
}

.post-read-more a:hover {
    color: #fff;
    background: #000;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    article.span6 {
        float: none;
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
}

@media only screen and (max-width:767px) {
    article.span6 {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
}

@media only screen and (max-width:480px) {
    article.span6 {
        float: none;
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
    article.span6 .post-image,
    article.span6 .content {
        width: 100%;
    }
    article.span6 .post-image {
        display: block;
        padding-right: 0;
        margin-bottom: 20px;
    }
}


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

.single .content-wrap {}

.single .content-area {}

#blog-section {
    margin: 60px 0;
}

#blog-section article {}

#blog-section article .blog-post {}

@media only screen and (min-width:992px) {
    #blog-section article .blog-post .title,
    #blog-section article .blog-post .image,
    #blog-section article .blog-post .content {
        width: 65%;
        margin: 0 auto;
    }
}

#blog-section article .blog-post .title {
    text-align: center;
}

#blog-section article .blog-post .title h1.entry-title {
    font-size: 28px;
    font-weight: normal;
}

#blog-section article .blog-post .image {
    line-height: 0;
    margin-bottom: 20px;
}

#blog-section article .blog-post .image img {
    object-fit: cover;
    width: 100%;
    height: 500px;
    border-radius: 10px;
}

#blog-section article .blog-post .content {}

#blog-section article .blog-post .content h2 {
    font-size: 20px;
    font-weight: bold;
}

@media only screen and (max-width:992px) {
    #blog-section article .blog-post .image img  {
        height: auto;
    }
}

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

footer#footer {}

footer#footer .container {
    padding: 0 25px;
}


/**
 * Footer Menu
 * -------------------------------------------------------------
 */

.footer-menu {
    padding: 40px 0;
    background: #f5f5f5;
}

.footer-menu-wrapper {}

@media only screen and (min-width:992px) {
    .footer-menu-wrapper {
        width: 65%;
        margin: 0 auto;
    }
}

#menu-footer {}

#menu-footer .menu-item {
    vertical-align: top;
    display: inline-block;
    width: 45%;
}

#menu-footer .menu-item:nth-child(2n+2) {
    float: right;
}

@media only screen and (max-width:767px) {
    #menu-footer .menu-item {
        display: block;
        width: 100%;
    }
    #menu-footer .menu-item:nth-child(2n+2) {
        float: none;
        margin-top: 30px;
    }
}

#menu-footer .menu-item h2 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

#menu-footer .menu-item h2 a {
    color: #333;
}

#menu-footer .menu-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-footer .menu-item ul>li {
    display: block;
    margin: 0;
    padding: 10px 0;
    border-bottom: dotted 1px #aaa;
}

#menu-footer .menu-item ul>li:last-child {
    border-bottom: none;
}

#menu-footer .menu-item ul>li>a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #333;
}


/**
 * Copyrights
 * -------------------------------------------------------------
 */

.copyrights {
    text-align: center;
    padding: 20px 0;
}

.copyrights p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.copyrights p a {
    color: #333;
}


/***
====================================================================
## Button To Top
====================================================================
***/

.btntoTop {
    text-align: center;
    position: fixed;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border: solid 1px #000;
    opacity: 0;
    right: 30px;
    bottom: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.btntoTop:before {
    vertical-align: middle;
    display: inline-block;
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: 700;
}

.btntoTop.active {
    opacity: 1;
}

.btntoTop.active:hover {
    background: #000;
    border: solid 1px #000;
    color: #fff;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


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

html,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

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

ol,
ul {
    list-style: none;
}

select {
    width: 100%;
    height: 50px;
    background: none;
    border: 1px solid #ccc;
    border-radius: 0;
}

button:active,
button:hover {
    -webkit-appearance: none;
    appearance: none;
}

button:focus,
select:focus {
    -webkit-appearance: none;
    appearance: none;
}

ul {
    margin-left: 0;
}

.clearfix {
    clear: both;
}

/**
====================================================================
  WordPress Core
====================================================================
*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure {
    margin: 10px 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/**
====================================================================
  Left Popup Sidebar
====================================================================
*/

.admin-bar .hd-bar .hd-bar-closer {
    top: 40px;
}

.hd-bar-wrapper .mCustomScrollBox {
    overflow: visible;
}


/**
====================================================================
  Left Modal
====================================================================
*/

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 350px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.top-menu-wrapper .menu-sidebar {
    position: absolute;
    width: 50px;
    margin: 20px 0;
    z-index: 99;
}

.menu-left-modal label.modal-left {
    cursor: pointer;
}

.top-menu .navigation>li.menu-left-modal {
    float: left;
    margin-top: 18px;
}

li.menu-left-modal i {
    font-size: 16px;
}

aside#menuleftsidebar li {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

aside#menuleftsidebar h4.widget-title {
    padding-bottom: 10px;
}

.modal-header .close {
    padding: 5px 10px;
    transition: 0.5s;
}

.modal-header .close i {
    color: #000 !important;
}

.modal-header button.close:hover {
    padding: 5px 10px;
    background: #000 !important;
    transition: 0.5s;
}

.modal-header button.close:hover i {
    color: #fff !important;
}

.modal-header .close:hover,
.modal-header .close:focus {
    background: none !important;
    border: none;
}

.blog #menuleftsidebar h4.widget-title {
    border-bottom: none;
}

.menu-left-modal .icon-bar {
    background: #555;
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 4px;
}

.menu-left-modal span:nth-of-type(1) {
    width: 50%;
    transition: 0.1s;
}

.menu-left-modal span:nth-of-type(2) {
    width: 100%;
    transition: 0.1s;
}

.menu-left-modal span:nth-of-type(3) {
    width: 75%;
    transition: 0.1s;
}

.menu-left-modal:hover span:nth-of-type(1) {
    width: 100%;
    transition: 0.1s;
}

.menu-left-modal:hover span:nth-of-type(2) {
    width: 75%;
    transition: 0.1s;
}

.menu-left-modal:hover span:nth-of-type(3) {
    width: 50%;
    transition: 0.1s;
}

aside#menuleftsidebar {
    padding-top: 50px;
}


/**
====================================================================
  Skip Links
====================================================================
*/

.skip-link {
    background: #fff !important;
    color: #555 !important;
    box-shadow: none !important;
    border: 1px solid #555 !important;
}

.skip-link:hover {
    background: #000 !important;
    color: #fff !important;
    box-shadow: none !important;
    border: 1px solid #000 !important;
}

::-moz-selection {
    background-color: #bfdcea;
}

::selection {
    background-color: #bfdcea;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

:root {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

body .is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

body .is-layout-flex>* {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

.container {
    width: 95%;
    margin: 0 auto
}

.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both;
}