@charset "UTF-8";

/*
Theme Name: Jatra
Theme URI: https://www.themeinwp.com/theme/jatra
Author: ThemeInWP
Author URI: https://www.themeinwp.com/
Description: Jatra is an interactive, modern, multi-purpose WordPress magazine theme. Suitable for newspapers, magazines, publishers, blogs, editors, online and gaming magazines, news portals, personal blogs, newspapers, and any other creative website. Jatra is SEO friendly, WPML, Gutenberg, translation, and RTL ready. view demo: https://preview.themeinwp.com/jatra/
Requires at least: 5.3
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jatra
Tags: blog, news, grid-layout, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-images, featured-image-header, flexible-header, post-formats, rtl-language-support, translation-ready, theme-options, threaded-comments, footer-widgets
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Preloader
# Header
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Gutenberg
# Media
    ## Captions
    ## Galleries
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    line-height: 1.15;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/***
====================================================================
## Start CSS
====================================================================
***/

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}


/**
 * Typography
 * -------------------------------------------------------------
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}


/**
 * Links
 * -------------------------------------------------------------
 */

a {
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #5f41a5;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/**
 * Elements
 * -------------------------------------------------------------
 */

/*.news-article {
    position: relative;
}

.data-bg {
    display: block;
    position: relative;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}*/


/***
====================================================================
## Header
====================================================================
***/

#site-header {
    background: #f5fcff;
}


/***
====================================================================
## Site Branding
====================================================================
***/

.header-mainbar {
    align-items: center;
    display: flex;
    position: relative;
    padding: 30px 0;
    /*min-height: 150px;*/
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: none;
}

.theme-header.header-overlay-enabled .header-mainbar:after {
    display: none;
    
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
}

.theme-header.header-overlay-enabled .header-mainbar .wrapper {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .theme-header.header-overlay-enabled .header-mainbar .wrapper {
        justify-content: center;
    }
}

.header-mainbar .wrapper.header-wrapper {
    /*padding-top: 2rem;
    padding-bottom: 2rem;*/
}

@media (max-width: 991px) {
    .header-mainbar .header-wrapper .header-item-left {
        text-align: center;
    }
}

.header-titles {}

.site-branding {}

.site-branding img {
    max-width: 100%;
}


/***
====================================================================
## Navigation
====================================================================
***/

.header-navbar {
    position: relative;
    background-color: #fff;
    z-index: 99;
}

.header-navbar::after {
    display: none;

    position: absolute;
    content: "";
    width: 100%;
    height: 0.6rem;
    background-color: transparent;
    bottom: 0;
    left: 0;
    right: 0;
}

.single .header-navbar::after {
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 50%);
}

.site-navigation .primary-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    padding: 0;
}

.theme-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-navigation .primary-menu>li:not(.megamenu-has-children) {
    position: relative;
}

.site-navigation .primary-menu .brand-home a {
    position: relative;
    /*margin-top: -1.5rem;*/
    padding: 0.5rem 1.5rem;
    background-color: #e182a8;
}

.site-navigation .primary-menu .brand-home a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1rem;
    background: #e182a8;
    bottom: 100%;
    left: 0;
}

.site-navigation .primary-menu .brand-home a::before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 100%;
    border: none;
    border-top: solid 1rem transparent;
    border-left: solid 1rem #e182a8;
}

.site-navigation .primary-menu .brand-home a svg {
    width: 3.5rem;
    height: 3.5rem;
    color: #fff;
}

.site-navigation .primary-menu>li>a {
    word-break: normal;
    word-wrap: normal;
    display: block;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    padding: 1.3rem 1.5rem;
    z-index: 55;
}

.site-navigation .primary-menu>li:first-child~li>a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.3rem;
    background-color: #e182a8;
    top: 0;
    left: 0;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
    transition: 0.5s transform ease;
}

.site-navigation .primary-menu>li.current-menu-item>a::before,
.site-navigation .primary-menu>li:first-child~li:hover a::before,
.site-navigation .primary-menu>li:first-child~li:focus a::before {
    transform: scale3d(1, 1, 1);
}


/***
====================================================================
## Sticky
====================================================================
***/

.sticky {
    display: block;
    position: fixed;
    width: 100%;
    box-shadow: 0 0 22px 0 rgb(0 0 0 / 10%);
    top: 0;
}

.header-navbar.sticky .primary-menu .brand-home {
    /*margin-top: 1rem;*/
}

.header-navbar.sticky .primary-menu .brand-home:after,
.header-navbar.sticky .primary-menu .brand-home a::before {
    display: none;
}


/***
====================================================================
## Navbar Controls
====================================================================
***/

.navbar-controls {
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
    overflow: hidden;
}

.navbar-controls .navbar-control:focus {
    border: dotted 1px #fff;
}

.navbar-control {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    position: relative;
    background: none;
    border: 0;
    color: inherit;
    padding: 15px 15px 10px;
    margin: 0 0 0 1.5rem;
}

.navbar-control:hover,
.navbar-control:focus,
.navbar-control:active {
    outline: none;
    border-color: transparent;
}

.header-wrapper .header-item-right .navbar-controls .navbar-control svg {
    color: #333;
}

.header-wrapper .header-item-right .navbar-controls .navbar-control:hover svg,
.header-wrapper .header-item-right .navbar-controls .navbar-control:focus svg {
    color: #fff;
}


/***
====================================================================
## Offcanvas Menu
====================================================================
***/

#offcanvas-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);
    top: 0;
    right: -100%;
    justify-content: flex-end;
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -ms-transition: right 0.5s;
    -o-transition: right 0.5s;
    transition: right 0.5s;
    z-index: 1000;
}

#offcanvas-menu.offcanvas-menu-active {
    display: -ms-flexbox;
    display: flex;
    right: 0;
}

#offcanvas-menu .offcanvas-wraper {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

#offcanvas-menu .offcanvas-wraper::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media screen and (max-width: 991px) {
    #offcanvas-menu .offcanvas-wraper {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

@media screen and (max-width: 767px) {
    #offcanvas-menu .offcanvas-wraper {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#offcanvas-menu .close-offcanvas-menu {
    text-align: right;
    cursor: pointer;
}

#offcanvas-menu .close-offcanvas-menu .offcanvas-close {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
}

#offcanvas-menu .close-offcanvas-menu .button-offcanvas-close {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
    display: inline-block;
    background: #e182a8;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding: 0.5rem 1.5rem;
    transition: opacity 0.15s linear;
    cursor: pointer;
}

#offcanvas-menu .close-offcanvas-menu .button-offcanvas-close:hover,
#offcanvas-menu .close-offcanvas-menu .button-offcanvas-close:focus {
    background: #e182a8;
    color: #fff;
}

.offcanvas-wraper>* {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    will-change: transform, opacity;
}

.offcanvas-menu-active .offcanvas-wraper>* {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.offcanvas-menu-active .offcanvas-wraper .offcanvas-main-navigation {
    transition-delay: 0.6s;
}

.offcanvas-menu-active .offcanvas-wraper .offcanvas-social-navigation {
    transition-delay: 0.9s;
}

.offcanvas-item {
    margin-bottom: 15px;
}


/**
 * Offcanvas Main Navigation
 * -------------------------------------------------------------
 */

.offcanvas-main-navigation {
    width: 100%;
}

.offcanvas-main-navigation li {
    position: relative;
    padding: 10px 0;
    border-bottom: solid 1px #ebebeb;
}

.offcanvas-main-navigation li:last-child {
    border-bottom: none;
}

.offcanvas-main-navigation .submenu-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.offcanvas-main-navigation li a {
    display: block;
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.offcanvas-main-navigation li a:hover,
.offcanvas-main-navigation li:hover a {
    color: #5f41a5;
}


/**
 * Offcanvas Social
 * -------------------------------------------------------------
 */

.offcanvas-social-navigation .jatra-social-menu ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.offcanvas-social-navigation .jatra-social-menu li {
    float: left;
}

.offcanvas-social-navigation .jatra-social-menu li:not(:last-child) {
    margin-right: 0.5rem;
}

.offcanvas-social-navigation .jatra-social-menu li a {
    text-align: center;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    background: none;
    border-radius: 100%;
}

.offcanvas-social-navigation .jatra-social-menu li a:hover {}

.offcanvas-social-navigation .jatra-social-menu li a:hover .svg-icon {
    color: #e182a8;
}

.offcanvas-social-navigation .jatra-social-menu li a .svg-icon {
    display: inline-block;
    vertical-align: middle;
    width: 1.6rem;
    height: 1.6rem;
    color: #ccc;
}

@media (max-width: 1024px) {
    #offcanvas-menu .brand-home {
        display: none;
    }
}


/***
====================================================================
## Content Layout
====================================================================
***/

.site-content {
    /*margin-top: 2rem;*/
}

.home .site-content {}

.single .site-content {}


/***
====================================================================
## Banner Block
====================================================================
***/

.theme-grid-video {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: url(../wp-content/uploads/2022/07/bg-banner.jpg) repeat center;
    z-index: 1;
}

.theme-grid-video:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background: #f5fcff;
    top: 0;
    left: 0;
    z-index: -1;
}

.theme-news-article {
    position: relative;
}

.theme-article-video {}

.theme-article-video img {
    object-fit: cover;
    width: 100%;
    height: 500px;
}

.theme-block-right .data-bg {
    display: block;
    position: relative;
    height: 156px;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 1.5rem;
}

@media (max-width: 1300px) {
    .theme-grid-video .theme-block-right {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -1.5rem;
    }
    .theme-grid-video .theme-block-right .theme-news-article {
        width: 33.33%;
        padding: 0 1.5rem;
    }
}

@media (max-width: 1199px) {
    .theme-grid-video .theme-block-left {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 1024px) {
    .theme-grid-video .theme-block-right .theme-news-article {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .theme-grid-video .theme-block-right .theme-news-article {
        width: 100%;
    }
    .theme-article-video img {
        height: auto;
    }
}


/***
====================================================================
## Layout Primary / Secondary
====================================================================
***/

.theme-block-archive {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.content-area,
.widget-area {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.content-area {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.widget-area {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

@media (min-width: 1301px) {
    .theme-bottom-sticky {
        -ms-flex-item-align: end;
        align-self: flex-end;
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .content-area,
    .widget-area {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .content-area {
        margin-bottom: 5rem;
    }
}

#main.site-main {}

.home #main.site-main {
    background: #fff;
    box-shadow: 0 0 22px 0 rgb(0 0 0 / 10%);
    padding: 1.5rem;
}

.single #main.site-main {}


/***
====================================================================
## Categories
====================================================================
***/

.theme-block-ava {
    /*text-align: center;*/
    position: relative;
    margin-bottom: 5rem;
    z-index: 1;
}

.theme-block-ava:after {
    position: absolute;
    content: '';
    left: -1.5rem;
    top: -1.5rem;
    border-width: 10rem 10rem 0 0;
    border-style: solid;
    border-color: #806bb6 #fff #fff;
    z-index: -1;
}

.theme-block-ava>div {
    position: relative;
    background: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
}

.theme-block-ava>div:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    border-bottom: solid 1px #806bb6;
    border-left: solid 1px #806bb6;
    bottom: 0;
    left: 0;
}

@media (min-width: 992px) {
    .theme-block-ava .wrapper {
        max-width: 100%;
    }
}

.theme-block-ava .column-row {}

.theme-block-ava .column-6:first-child {
    padding: 2rem;
    -ms-flex-item-align: center;
    align-self: center;
    border: dotted 1px #ebebeb;
}

.theme-block-ava .column-6:first-child h2 {}

.theme-block-ava .column-6:first-child p {
    margin: 0;
}

.theme-block-ava .column-6:last-child img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .theme-block-ava .column-6:first-child {
        padding: 4rem;
    }
}

@media (max-width: 767px) {
    .theme-block-ava .column-6:last-child {
        /*margin-top: 20px;*/
    }
    /*.theme-block-ava .column-6:first-child {}*/
    .theme-block-ava .column-6:last-child img {
        height: auto;
    }
}


/***
====================================================================
## Post 2-2
====================================================================
***/

.archive-layout-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}

.archive-layout-grid .theme-article-area {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1.5rem;
    margin-bottom: 7rem;
    text-align: center;
}

.archive-layout-grid article {}

.archive-layout-grid article .theme-article-image {
    position: relative;
    margin-bottom: 20px;
}

.archive-layout-grid article .theme-article-image:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background: #f5fcff url(../wp-content/uploads/2022/07/ic-post.png) no-repeat center;
    border: solid 5px #fff;
    border-radius: 50%;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.archive-layout-grid article .data-bg {
    display: block;
    position: relative;
    height: 250px;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.archive-layout-grid article .post-content {
    position: relative;
    /*width: 96%;
    margin: -7rem auto 1.5rem;
    margin-bottom: 0;
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 14px 16px 2px rgba(0, 0, 0, 0.3);*/
    padding-top: 3rem;
}

@media (min-width: 576px) {
    .archive-layout-grid article .post-content {
        /*min-height: 34rem;*/
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        /*-webkit-align-items: center;
        align-items: center;*/
        justify-content: center;
        flex-direction: column;
    }
}

.archive-layout-grid article .post-content .entry-header {}

.archive-layout-grid article .post-content h3.entry-title {}

.archive-layout-grid article .post-content h3.entry-title a {
    color: #333;
}

.archive-layout-grid article .post-content .entry-content {
    position: relative;
}

.archive-layout-grid article .post-content .entry-content p {
    margin: 0;
}

@media (max-width: 575px) {
    .archive-layout-grid .theme-article-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/***
====================================================================
## List Post
====================================================================
***/

.archive-layout-default {}

.archive-layout-default .theme-article-area {
    /*padding: 1.5rem;*/
    margin-bottom: 5rem;
}

.archive-layout-default .theme-article-area:last-child {
    margin-bottom: 0;
}

.archive-layout-default .news-article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    /*padding: 2rem 0;*/
    transition: 0.4s ease;
}

/*.archive-layout-default .news-article:hover,
.archive-layout-default .news-article:focus {
    box-shadow: 0 5px 22px 4px rgba(0, 0, 0, 0.3);
}
*/
.archive-layout-default .theme-article-image {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 1.5rem;
}

.archive-layout-default .theme-article-image .data-bg {
    display: block;
    position: relative;
    height: 200px;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.archive-layout-default .post-content {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding: 0 1.5rem;
}

/*@media screen and (min-width: 768px) {
    .archive-layout-default .post-content {
        padding-right: 0;
    }
}*/

.archive-layout-default .post-content .entry-header {}

.archive-layout-default .post-content h3.entry-title {}

.archive-layout-default .post-content h3.entry-title a {
    color: #333;
}

.archive-layout-default .post-content .entry-content {}

.archive-layout-default .post-content .entry-content p {
    margin: 0;
}

@media (max-width: 1024px) {
    .archive-layout-default .theme-article-area {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .archive-layout-default .theme-article-image {
        -ms-fle-ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .archive-layout-default .post-content {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

/*@media (max-width: 992px) {
    .archive-layout-default .theme-article-image .data-bg {}
}*/

@media (max-width: 575px) {
    .archive-layout-default .theme-article-image,
    .archive-layout-default .post-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*.archive-layout-default .post-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 96%;
        flex: 0 0 96%;
        max-width: 96%;
        margin-left: 1.5rem;
    }*/
    .archive-layout-default .theme-article-image {
        margin-bottom: 20px;
    }
    .archive-layout-default .theme-article-image .data-bg {
        height: 228px;
    }
}


/***
====================================================================
## Theme Button
====================================================================
***/

.archive-layout-grid article .post-content .entry-footer {
    margin-top: 1.5rem;
}

.archive-layout-grid article .post-content .entry-read-more {}

.archive-layout-default article .post-content .entry-footer {
    margin-top: 1.5rem;
}

.archive-layout-default article .post-content .entry-read-more {}

.theme-button {
    display: inline-block;
    text-align: center;
    position: relative;
    background: #e182a8;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding: 10px 20px;
    transition: 0.4s ease;
    /*transition: opacity 0.15s linear;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

/*.archive-layout-grid article .post-content .theme-button {}

.archive-layout-grid article .post-content .theme-button:hover {}*/

.theme-button:hover {
    background: #d2447d;
    /*box-shadow: 0 8px 10px 1px rgb(0, 0, 0, 0.2);*/
    color: #fff;
}

/*@media (max-width: 575px) {
    .theme-button {
        width: 100%;
    }
}*/


/***
====================================================================
## Single Banner
====================================================================
***/

.single-featured-banner {
    position: relative;
    background: #000;
}

.featured-banner-content {
    position: relative;
    padding: 15rem 0;
    z-index: 9;
}

.featured-banner-content .entry-header {
    position: relative;
    text-align: center;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 70%) 50%, rgb(255 255 255 / 0%) 100%);
    padding: 20px;
}

.featured-banner-content .entry-header:before,
.featured-banner-content .entry-header:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 40%) 50%, rgb(255 255 255 / 0%) 100%);
    left: 0;
}

.featured-banner-content .entry-header:before {
    top: 0;
}

.featured-banner-content .entry-header:after {
    bottom: 0;
}

.featured-banner-content h1.entry-title {
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: normal;
}

.featured-banner-media {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/*.featured-banner-media:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 0 0 / 10%) 25%, rgb(0 0 0 / 27%) 75%);
    left: 0;
    top: 0;
}*/

.featured-banner-media .data-bg-banner {
    overflow: hidden;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
}

@media (max-width: 575px) {
    .featured-banner-content {
        text-align: center;
        padding: 10rem 0;
    }
    .featured-banner-content h1.entry-title {
        font-size: 28px;
    }
}


/***
====================================================================
## Single
====================================================================
***/

.singular-main-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.single-layout {}

.single-layout article {}

.single-layout .entry-content {
    padding: 2rem;
    background: #fff;
    border: dotted 1px #ebebeb;
}

.single-layout .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
}

.single-layout .entry-content p {}


/***
====================================================================
## Secondary
====================================================================
***/

.widget-area .widget {
    width: 100%;
    margin: 0 0 4rem;
}

.widget-area .widget:last-child {}


/**
 * Keyword
 * -------------------------------------------------------------
 */

.widget_archive {
    /*background-color: #fff;
    box-shadow: 0 14px 16px 2px rgba(0, 0, 0, 0.3);
    border-radius: 0.5rem;*/
    padding: 2rem;
    background: #fff;
    border: dotted 1px #e78b6f;
}

.widget_archive p {
    margin: 0;
    padding: 0;
}


/**
 * Widget News Article
 * -------------------------------------------------------------
 */

.jatra_widget_style_1 {
    /*padding: 1.5rem;
    background-color: #fff;
    box-shadow: 0 14px 16px 2px rgba(0, 0, 0, 0.3);
    border-radius: 0.5rem;*/
    padding-bottom: 2rem;
    background: #fff;
    border: dotted 1px #ebebeb;
}

.jatra_widget_style_1 h3.widget-title {
    overflow: visible;
    display: block;
    position: relative;
    /*width: 100%;*/
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 2rem;
    padding: 2rem 2rem 1rem;

    /*overflow: hidden;
    align-items: baseline;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;*/
}

.jatra_widget_style_1 h3.widget-title:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    border-left: dotted 1px #e182a8;
    left: -1px;
    bottom: 0;
}

.jatra_widget_style_1 h3.widget-title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: dotted 1px #e182a8;
    left: 1px;
    bottom: 0;
}

/*.jatra_widget_style_1 h3.widget-title:before {
    width: 0.3rem;
    height: 1.5rem;
    background-color: transparent;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}*/

/*.jatra_widget_style_1 h3.widget-title::after {
    width: 100%;
    height: 0.2rem;
    background-color: transparent;
    bottom: -10px;
    left: 0;
}*/

.jatra_widget_style_1 h3.widget-title span {
    display: block;
    position: relative;
}

.jatra_widget_style_1 h3.widget-title span:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: #fff;
    border: dotted 1px #e182a8;
    border-radius: 50%;
    top: 4px;
    left: -29px;
}

.jatra_widget_style_1 h3.widget-title span:after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #806bb6;
    border-radius: 50%;
    top: 7px;
    left: -26px;
}

.jatra_widget_style_1 h3.widget-title a {
    color: #333;
}

.jatra_widget_style_1 .column {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.widget-news-article {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 2rem;
}

.widget-news-article:not(:last-child) {
    margin-bottom: 1rem;
}

.widget-news-article .widget-article-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 1rem 0 1rem 1rem;
}

.widget-news-article .widget-article-content h3.entry-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    -webkit-line-clamp: 3;
}

.widget-news-article .widget-article-content h3.entry-title a {
    color: #333;
}

.widget-news-article .widget-article-content h3.entry-title a:hover,
.widget-news-article:hover .widget-article-content h3.entry-title a {
    color: #5f41a5;
}

.widget-news-article .data-bg-widget {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: calc(45% - 1rem);
    width: 75px;
    height: 75px;
}

.widget-news-article .data-bg {
    display: block;
    position: relative;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*.thumb-overlay {
    position: relative;
}

.thumb-overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(50%, rgb(0 0 0 / 15%)),
            to(rgb(0 0 0 / 80%)));
    background: -webkit-linear-gradient(top,
            rgb(0 0 0 / 15%) 50%,
            rgb(0 0 0 / 80%) 100%);
    background: -o-linear-gradient(top,
            rgb(0 0 0 / 15%) 50%,
            rgb(0 0 0 / 80%) 100%);
    background: linear-gradient(to bottom,
            rgb(0 0 0 / 15%) 50%,
            rgb(0 0 0 / 80%) 100%);
    left: 0;
    top: 0;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.thumb-overlay:hover::before,
.thumb-overlay:focus::before {
    background-color: rgb(0 0 0 / 20%);
}*/

.img-hover-slide {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.widget-news-article:hover .img-hover-slide,
.widget-news-article:focus .img-hover-slide {
    background-position: 30%;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.img-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/***
====================================================================
## Footer
====================================================================
***/

#site-footer {
    position: relative;
    background: #fff;
}

#site-footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    background: url(../wp-content/uploads/2022/07/bg-banner.jpg) repeat center;
    bottom: 100%;
    left: 0;
    z-index: -1;
}

.site-info {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.site-info .column-row {
    align-items: center;
}


/**
 * Footer Copyright
 * -------------------------------------------------------------
 */

.footer-copyright {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.footer-copyright a {
    color: #333;
}

@media (max-width: 991px) {
    .footer-copyright {
        margin-bottom: 3rem;
    }
}


/**
 * Footer Social
 * -------------------------------------------------------------
 */

.footer-social-navigation .jatra-social-menu ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-social-navigation .jatra-social-menu li {
    float: left;
}

.footer-social-navigation .jatra-social-menu li:not(:last-child) {
    margin-right: 0.5rem;
}

.footer-social-navigation .jatra-social-menu li a {
    text-align: center;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    background: none;
    border-radius: 100%;
}

.footer-social-navigation .jatra-social-menu li a:hover {}

.footer-social-navigation .jatra-social-menu li a:hover .svg-icon {
    color: #e182a8;
}

.footer-social-navigation .jatra-social-menu li a .svg-icon {
    display: inline-block;
    vertical-align: middle;
    width: 1.6rem;
    height: 1.6rem;
    color: #ccc;
}

@media (min-width: 992px) {
    .footer-social-navigation {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        justify-content: right;
    }
}


/**
 * Scroll Up
 * -------------------------------------------------------------
 */

.scroll-up {
    display: none;
    text-align: center;
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #e182a8;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 0;
    right: 40px;
    bottom: 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 1000;
}

.scroll-up:hover {
    background: #806bb6;
    color: #fff;
}


/***
====================================================================
## End CSS
====================================================================
***/

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 85%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    /* 3 */
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
    font-size: 62.5%;
}

button,
input,
select,
optgroup,
textarea {
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

.block-title-wrapper .block-title {
    text-transform: uppercase;
}

.text-white {
    color: #fff;
}

.entry-title-large {
    font-size: 3rem;
}

@media (max-width: 575px) {
    .entry-title-large {
        font-size: 28px;
    }
}

.entry-title-big {
    font-size: 2.4rem;
}

@media (max-width: 575px) {
    .entry-title-big {
        font-size: 26px;
    }
}

.entry-title-small {
    font-size: 18px;
}

.entry-title-small {
    -webkit-line-clamp: 3;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #f6f8fa;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #5f41a5;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.body-scroll-locked {
    overflow: hidden;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.data-bg-mb {
    margin-bottom: 1.5rem;
}

.data-bg-large {
    height: 631px;
}

.archive-layout-full .data-bg-large {
    height: 600px;
}

.data-bg-big {
    height: 308px;
}

.data-bg-medium {
    height: 225px;
}

.data-bg-small {
    height: 156px;
}

.data-bg-thumbnail {
    height: 90px;
}

@media (max-width: 767px) {
    .data-bg-large {
        height: 360px;
    }

    .archive-layout-full .data-bg-large {
        height: 460px;
    }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
fieldset {
    border: 0.2rem solid #e1e1e3;
    margin-bottom: 3rem;
    margin-top: 3rem;
    padding: 2rem;
}

fieldset>*:first-child {
    margin-top: 0;
}

fieldset>*:last-child {
    margin-bottom: 0;
}

form {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

form>*:first-child {
    margin-top: 0;
}

form>*:last-child {
    margin-bottom: 0;
}

legend {
    font-size: 0.85em;
    font-weight: 700;
    padding: 0 1rem;
}

label {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}

label.inline {
    display: inline;
    font-weight: 400;
    margin-left: 0.5rem;
}

input,
textarea,
button,
.select {
    font-family: inherit;
}

input,
textarea,
.select {
    border-color: #e1e1e3;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0.2rem;
    box-shadow: none;
    color: inherit;
    display: block;
    margin: 0;
    max-width: 100%;
    outline: none;
    padding: 1.5rem 1.8rem;
    width: 100%;
}

textarea:hover,
textarea:focus {
    border-color: #0027ff;
}

textarea {
    height: 12rem;
    line-height: 1.5;
    width: 100%;
}

select {
    font-family: inherit;
    font-size: inherit;
}


button,
.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0.2rem solid;
    border-color: #e182a8;
    background: #e182a8;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    font-weight: 600;
    padding: 1.5rem;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.15s linear;
}

.theme-button-small {
    padding: 0.5rem;
}

.theme-button-border {
    border: 0.1rem solid #e9ecef;
    color: #007aff;
}

.theme-button-filled {
    background: #e182a8;
    color: #fff;
}

button:hover,
.button:hover {
    text-decoration: none;
}

.theme-button-border:hover,
.theme-button-border:focus,
.theme-button-filled:hover,
.theme-button-filled:focus {
    background: #0b48b1;
    border-color: #0b48b1;
    color: #fff;
}

button:hover,
.button:hover,
button:active,
.button:active {
    outline: none;
}

button:hover,
button:focus {
    background-color: #e182a8;
    color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.twp-single-layout-2 .theme-header {
    margin-bottom: 0;
}

.header-titles .site-title {
    display: block;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto;
    white-space: nowrap;
}

@media (max-width: 575px) {
    .header-titles .site-title {
        font-size: 2.8rem;
    }
}

.header-titles .site-title a:not(:hover):not(:focus) {
    color: inherit;
}

.header-titles .site-description {
    font-size: 1.4rem;
}

.header-mainbar.header-bg-2 .wrapper.header-wrapper {
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.header-mainbar.header-bg-3 .wrapper.header-wrapper {
    padding-bottom: 8rem;
    padding-top: 8rem;
}

.header-mainbar .header-wrapper .header-item-right {
    flex-direction: row-reverse;
}

@media (max-width: 991px) {
    .header-mainbar .header-wrapper .header-item-right {
        display: none;
    }
}

.header-mainbar .widget {
    background-color: transparent;
    width: 39rem;
    padding: 0;
    margin: 0;
    height: 19rem;
    overflow-y: auto;
    border-radius: 0;
}

.header-mainbar .widget .widgettitle,
.header-mainbar .widget .widget-title {
    display: none;
}

.header-bg-1 {
    min-height: 150px;
}

.header-bg-2 {
    min-height: 300px;
}

.header-bg-3 {
    min-height: 400px;
}

.header-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.header-wrapper .header-item-left {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.header-wrapper .header-item-right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 575px) {
    .header-wrapper .header-item-right .theme-topbar-bookmark {
        display: none;
    }
}

.header-wrapper .header-item-right a:not(:hover) {
    color: inherit;
}

.header-wrapper .header-item-right a:hover,
.header-wrapper .header-item-right a:focus {
    color: #000;
}

.navbar-control-trending-news {
    min-width: 150px;
}

.navbar-control-trigger:focus,
.btn__content:focus {
    outline: none;
}

.navbar-control:focus-visible>.navbar-control-trigger,
.theme-aria-button:focus-visible>.btn__content {
    outline: 2px solid #0027ff;
}

.navbar-controller {
    background: #e182a8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-controller .navbar-control-icon,
.navbar-controller .navbar-control-label {
    padding: 1.5rem;
}

.navbar-controller .navbar-control-icon {
    background-color: rgb(145 154 169);
}

.navbar-control:hover .navbar-control-icon,
.navbar-control:focus .navbar-control-icon {
    background: rgba(0, 0, 0, 1);
}

.navbar-controller .svg-icon {
    width: 14px;
    height: 14px;
}

@media (min-width: 1025px) {
    .navbar-control-offcanvas {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    .show-hamburger-menu .navbar-control-offcanvas {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

.wp-custom-logo .site-logo {
    margin: 0;
}

.custom-logo-link {
    display: inline-block;
}

.custom-logo-name {
    display: block;
}

.wp-custom-logo .header-titles .site-description {
    margin-bottom: 10px;
    margin-top: 10px;
}


@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

@keyframes borderColor {
    0% {
        border-bottom: 5px solid #ee2222;
        border-right: 5px solid #ee2222;
    }

    50% {
        border-bottom: 5px solid #e182a8;
        border-right: 5px solid #e182a8;
    }

    100% {
        border-bottom: 5px solid #e182a8;
        border-right: 5px solid #e182a8;
    }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.theme-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-navigation .primary-menu .icon {
    pointer-events: none;
    margin-left: 5px;
}

.rtl .site-navigation .primary-menu .icon {
    margin-left: 0;
    margin-right: 5px;
}

.site-navigation .primary-menu .icon .svg-icon {
    height: 1rem;
    width: 1rem;
}

.site-navigation .primary-menu>li:not(.megamenu-has-children) .dropdown-menu li {
    position: relative;
}

.site-navigation .primary-menu>li:not(.megamenu-has-children) .dropdown-menu li:hover>a,
.site-navigation .primary-menu>li:not(.megamenu-has-children) .dropdown-menu li:focus>a {
    background: rgba(255, 255, 255, 0.2);
}

/* SUB MENU */
.site-navigation .primary-menu ul {
    background: #000;
    color: #fff;
    font-size: 1.7rem;
    opacity: 0;
    margin: 0 auto;
    position: absolute;
    left: -99999rem;
    top: 100%;
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    width: 30rem;
    z-index: 9;
}

.site-navigation .primary-menu ul.theme-megamenu-content {
    background-color: #e182a8;
}

.theme-megamenu-content .fake-megamenu-bg {
    background-color: #dcd9e2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    right: 0;
    z-index: -1;
}

.theme-megamenu-content .megamenu-content-left {
    background-color: #e182a8;
}

.site-navigation .primary-menu .theme-megamenu-content .megamenu-content-right.column-12 {
    position: relative;
    background: #dcd9e2;
}

.site-navigation .primary-menu .theme-megamenu-content .megamenu-content-right.column-12::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    top: 0;
    right: 74%;
    background-color: #dcd9e2;
    z-index: -1;
}

.theme-megamenu-content .megamenu-content-right .megamenu-recent-article-list {
    padding: 2rem 0;
}


.theme-megamenu-content .megamenu-content-right .megamenu-recent-article-list,
.theme-megamenu-content .megamenu-content-right .megamenu-recent-article-list a {
    color: #000;
}

.theme-megamenu-content .megamenu-content-right .megamenu-recent-article-list a:hover,
.theme-megamenu-content .megamenu-content-right .megamenu-recent-article-list a:focus {
    color: #5f41a5;
}

.megamenu-recent-article {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.megamenu-recent-article:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.theme-megamenu-content .megamenu-recent-article-list {
    display: flex;
    flex-wrap: wrap;
}

.megamenu-content-right .megamenu-recent-article {
    padding-left: 2rem;
    width: 20%;
    padding: 0 1.5rem;
}

.theme-megamenu-content .megamenu-recent-article a {
    padding: 0 !important;
}

.megamenu-recent-article .megamenu-article-image {
    position: relative;
    margin-bottom: 0.7rem;
}

.megamenu-recent-article .megamenu-article-image a img {
    width: 100%;
    height: 18rem;
    object-fit: cover;
}

.site-navigation .primary-menu li.menu-item-has-children:hover>ul,
.site-navigation .primary-menu li.menu-item-has-children:focus>ul,
.site-navigation .primary-menu li.page_item_has_children:hover>ul,
.site-navigation .primary-menu li.page_item_has_children:focus>ul {
    left: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
}

.site-navigation .primary-menu li.menu-item-has-children:focus-within>ul,
.site-navigation .primary-menu li.page_item_has_children:focus-within>ul {
    left: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
}

.site-navigation .primary-menu ul::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
}

.site-navigation .primary-menu ul::before {
    height: 2rem;
    left: 0;
    right: 0;
}

.site-navigation .primary-menu ul a {
    background: transparent;
    border: none;
    color: inherit;
    display: block;
    padding: 1.5rem;
    transition: background-color 0.15s linear;
    width: 100%;
}

.site-navigation .primary-menu ul li.menu-item-has-children>a {
    padding-right: 3rem;
}

.site-navigation .primary-menu ul li.menu-item-has-children .icon {
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 0.5rem);
}

/* DEEP DOWN */
.site-navigation .primary-menu ul ul {
    top: 0;
}

.site-navigation .primary-menu ul li.menu-item-has-children:hover>ul,
.site-navigation .primary-menu ul li.menu-item-has-children:focus>ul,
.site-navigation .primary-menu ul li.page_item_has_children:hover>ul,
.site-navigation .primary-menu ul li.page_item_has_children:focus>ul {
    left: calc(100% + 2rem);
}

.site-navigation .primary-menu ul li.menu-item-has-children:focus-within>ul,
.site-navigation .primary-menu ul li.page_item_has_children:focus-within>ul {
    left: calc(100% + 2rem);
}

.site-navigation .primary-menu ul ul::before {
    bottom: 0;
    height: auto;
    right: auto;
    left: -2rem;
    top: 0;
    width: 2rem;
}

.site-navigation .primary-menu ul ul::after {
    left: -43px;
    top: 0;
    height: 100%;
    width: 30%;
}

.rtl .site-navigation .primary-menu ul ul::after {
    transform: rotate(180deg);
}

/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
@media (any-pointer: coarse) {
    .site-navigation .primary-menu>li.menu-item-has-children>a {
        padding-right: 0;
        margin-right: 2rem;
    }

    .site-navigation .primary-menu ul li.menu-item-has-children>a {
        margin-right: 4.5rem;
        padding-right: 0;
        width: unset;
    }
}

/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu>li.menu-item-has-children>a {
    padding-right: 0;
    margin-right: 2rem;
}

body.touch-enabled .primary-menu ul li.menu-item-has-children>a {
    margin-right: 4.5rem;
    padding-right: 0;
    width: unset;
}

@media screen and (max-width: 1024px) {
    .site-navigation {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

.site-navigation .primary-menu ul.theme-megamenu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.menu-description {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: 2px;
    left: calc(100% - 20px);
    padding: 3px 6px;
    line-height: 10px;
    white-space: nowrap;
    z-index: 1;
    animation: bgColor 1s linear infinite alternate;
}

@keyframes bgColor {
    0% {
        background-color: #ee2222;
    }

    50% {
        background-color: #e182a8;
    }

    100% {
        background-color: #e182a8;
    }
}

#primary-nav-offcanvas .menu-description {
    left: 4rem;
}

.menu-description:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    left: 0;
    bottom: -4px;
    color: #ee2222;
    animation: bgColorAfter 1s linear infinite alternate;
}

@keyframes bgColorAfter {
    0% {
        color: #ee2222;
    }

    50% {
        color: #e182a8;
    }

    100% {
        color: #e182a8;
    }
}

.admin-bar #offcanvas-menu .close-offcanvas-menu .offcanvas-close {
    margin-top: 40px;
}

.admin-bar #offcanvas-menu .close-offcanvas-menu .offcanvas-close .button-offcanvas-close {
    background-color: #ee2222;
    border: 0.2rem solid #ee2222;
}

.responsive-date-clock .theme-topbar-clock {
    text-align: left;
}

.responsive-date-clock .theme-topbar-icon,
.responsive-date-clock .theme-topbar-label {
    display: inline-block;
    vertical-align: middle;
}

.offcanvas-menu-active .offcanvas-wraper .offcanvas-branding {
    transition-delay: 0.3s;
}

.responsive-content-menu li {
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.responsive-content-menu li:last-child {
    border-bottom: none;
}

.responsive-content-menu a {
    display: block;
    font-size: 18px;
    padding: 20px 0;
    text-decoration: none;
    position: relative;
    width: 100%;
}

.offcanvas-main-navigation .sub-menu {
    border-top: 1px solid;
    display: none;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.offcanvas-main-navigation .sub-menu.submenu-toggle-active {
    display: block;
}

.offcanvas-main-navigation .submenu-wrapper .submenu-toggle {
    border-style: solid;
    border-width: 0 0 0 1px;
    padding-left: 3rem;
    padding-right: 3rem;
}

.offcanvas-main-navigation .submenu-wrapper .submenu-toggle .svg-icon {
    height: 0.9rem;
    transition: transform 0.15s linear;
    width: 1.8rem;
}

.offcanvas-main-navigation .submenu-wrapper .submenu-toggle.button-toggle-active .svg-icon {
    transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.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: 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;
}

.skip-link {
    font-size: 16px !important;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0s !important;
        transition-duration: 0s !important;
    }
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget select {
    max-width: 100%;
}

.widget ul,
.widget ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.widget .button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.theme-widget-area {
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/

.widget_nav_menu a {
    display: block;
    padding: 1rem 0;
}

.widget_nav_menu .menu>.menu-item:not(:first-child) {
    border-top: 1px #e9ecef solid;
}

.widget_nav_menu .menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.widget_nav_menu .menu-item-has-children>a {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.widget_nav_menu .menu-item-has-children>span {
    cursor: pointer;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.widget_nav_menu .menu-item-has-children>ul {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.widget_nav_menu .menu>.menu-item>.sub-menu {
    padding-bottom: 1rem;
}

.widget_nav_menu .sub-menu {
    display: none;
}

.widget_nav_menu .sub-menu a {
    padding: 0.5rem 0;
    line-height: 1;
}

.widget_nav_menu .sub-menu .sub-menu {
    padding: 0.5rem 0;
}

.widget_nav_menu .sub-menu .sub-menu a {
    padding-left: 1rem;
}

.widget_nav_menu .submenu-visible {
    display: block;
}

.widget_recent_entries ul li,
.widget_archive ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0 0 1.5rem;
    margin-bottom: 1.5rem;
}

.widget_recent_entries ul li,
.widget_archive ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-widgetarea .widget_recent_entries ul li,
.footer-widgetarea .widget_archive ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.widget_recent_entries ul li:first-child:last-child,
.widget_archive ul li:first-child:last-child {
    padding-bottom: 0;
}

.widget_archive ul li:first-child:last-child>.children {
    padding-bottom: 0;
}

.widget_recent_entries ul li a,
.widget_archive ul li a {
    padding-right: 0.6666666667rem;
    margin-right: auto;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.widget_archive ul ul.children {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    border-top: 1px #e9ecef solid;
    margin-top: 1rem;
    margin-left: 0;
    padding-left: 1.5em;
}

.widget_archive ul ul.children li {
    padding: 1rem 0 1rem 1rem;
}

.widget_archive ul ul.children li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget_archive ul ul.children ul.children li {
    margin-left: 1rem;
    padding-left: 0;
}

.widget_recent_entries li {
    position: relative;
    padding-bottom: 1rem;
}

.widget_recent_entries li:last-child,
.widget_archive ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget_recent_entries li .post-date {
    font-weight: 700;
    margin-top: 1rem;
}

.widget_media_video .mejs-container {
    max-width: 100%;
    overflow: hidden;
}

.widget_media_video .mejs-container video,
.widget_media_video .mejs-container iframe,
.widget_media_video .mejs-container object,
.widget_media_video .mejs-container embed {
    max-width: 100%;
    overflow: hidden;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.updated:not(.published) {
    display: none;
}

.post-content-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.post-content-wrap .post-content {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
}

.post-content-wrap .post-content {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
}

@media (max-width: 575px) {
    .post-content-wrap .post-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*.entry-title a {
    display: inline;
    margin: 0;
    padding: 0;
    text-transform: inherit;
    word-break: break-word;
    letter-spacing: inherit;
    font-weight: inherit;
    font-family: "Playfair Display", serif;
    line-height: inherit;
    -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
    text-decoration-line: underline;
    text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent;
}*/

.post-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 97%;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .wrapper {
        max-width: 1320px;
    }
}

.wrapper-inner,
.column-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}

.wrapper-inner-small,
.column-row-small {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.column-row-collapse {
    margin-right: 0;
    margin-left: 0;
}

.row-justify-center {
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1301px) {

    .theme-top-sticky {
        position: -webkit-sticky;
        position: sticky;
    }

    .theme-top-sticky {
        top: 0;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.column {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.wrapper-inner-small>.column,
.column-row-small>.column {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.column-row-collapse>.column {
    padding-right: 0;
    padding-left: 0;
}

.column-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.column-3-lg {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.column-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.column-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.column-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.column-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.column-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.column-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.column-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (max-width: 991px) {
    .column-order-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .column-order-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .column-order-3 {
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .column-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .column-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1300px) {
    .mb-md-20 {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .column-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .column-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .site .hidden-sm-element {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width: 767px) {
    .column-xs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .column-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .site .hidden-xs-element {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    .column-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .column-xxs-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .column-xxs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-xxs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-xxs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.alignnone,
.aligncenter {
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.alignwide,
.alignfull {
    margin-bottom: 6rem;
    margin-top: 6rem;
}

.alignleft {
    margin: 0.5rem 2.5rem 2.5rem 0;
}

.alignright {
    margin: 0.5rem 0 2.5rem 2.5rem;
}

.entry-content>.alignfull {
    margin-left: -4rem;
}

.entry-content>.alignwide {
    max-width: calc(100vw - 8rem);
    width: calc(100vw - 8rem);
}

.alignfull>figcaption {
    width: calc(100% - 8rem);
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .mb-sm-20 {
        margin-bottom: 20px;
    }

    .mb-sm-15 {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .mb-xs-20 {
        margin-bottom: 20px;
    }

    .mb-xs-15 {
        margin-bottom: 15px;
    }
}

.entry-content-muted {
    filter: alpha(opacity=74);
    opacity: 0.74;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.archive-layout-full .theme-article-area .post-content {
    text-align: center;
    background-color: #fff;
    width: 96%;
    margin: -7rem auto 1.5rem;
    box-shadow: 0 14px 16px 2px rgba(0, 0, 0, 0.3);
}

.archive-layout-full .theme-article-area .post-content {
    position: relative;
}

.no-sidebar .archive-layout-grid .theme-article-area {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

/* archive layout default  */

/* archive layout full  */

.archive-layout-full .theme-article-area {
    margin-bottom: 4rem;
}

@media (max-width: 575px) {
    .archive-layout-full .theme-article-area {
        margin-bottom: 3rem;
    }
}

.archive-layout-full .theme-article-area .post-content {
    padding: 4rem;
}

@media (max-width: 575px) {
    .archive-layout-full .theme-article-area .post-content {
        padding: 2rem;
    }
}

/* archive layout grid  */

@media (max-width: 1024px) {
    .no-sidebar .archive-layout-grid .theme-article-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* archive alternative  */

.twp-archive-alternative .site-main .news-article {
    flex-direction: row-reverse;
}

/* common media query of archive layout  */

@media (max-width: 575px) {

    .no-sidebar .archive-layout-grid .theme-article-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.slide-prev-icon:hover,
.slide-prev-icon:focus,
.slide-next-icon:hover,
.slide-next-icon:focus {
    outline: none !important;
}

.slide-prev-icon {
    left: 10px;
}

.slide-next-icon {
    right: 10px;
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 15px auto;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 5px;
    font-size: 1px;
    line-height: 1px;
    color: #000;
    opacity: 0.45;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
    opacity: 1;
}

.slick-dots li.slick-active button {
    width: 20px;
    border-radius: 6px;
}

.theme-carousel-space .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.theme-carousel-space .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 1399px) {
    .theme-carousel-space .slick-list {
        margin-left: -5px;
        margin-right: -5px;
    }

    .theme-carousel-space .slick-slide {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.slider-navigator {
    margin-top: 10px;
}

.slide-btn {
    border: 0;
    color: inherit;
    text-align: center;
    padding: 0;
    margin: 0;
}

.slide-btn-small {
    width: 35px;
    height: 35px;
    min-height: 35px;
    line-height: 40px;
    padding-left: 6px;
    padding-right: 6px;
}

.slide-btn-bg {
    background: #e182a8;
    color: #fff;
    border-radius: 0;
    width: 35px;
    height: 35px;
    font-size: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.slick-slider:hover .slide-btn-bg,
.slick-slider:focus .slide-btn-bg {
    opacity: 1;
    visibility: visible;
}

.slide-btn-bg.slide-prev-icon {
    left: -3.3rem;
}

.slide-btn-bg.slide-next-icon {
    right: -3.05rem;
}

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

p.has-background {
    padding: 3rem;
}

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.footer-widgetarea {
    padding-top: 6rem;
}

@media (max-width: 1024px) {
    #site-footer .footer-widgetarea .jatra_widget_style_1 .widget-article-content {
        padding: 0 1rem;
    }
}

#site-footer .menu-description {
    display: none;
}

.slick-slide-wrapper {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.news-article-panel {
    margin-bottom: 1rem;
}

.article-content-inline .entry-title {
    display: inline-block;
    verticle-align: middle;
}

.top-right-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 3;
    background: #e182a8;
    color: #fff;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition-duration: 0.4s;
    -ms-transition: all 0.4s ease;
}

.top-right-icon .svg-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}

.img-hover-slide:hover .top-right-icon,
.img-hover-slide:focus .top-right-icon {
    margin-top: -3px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
        0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
        0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18),
        0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition-duration: 0.4s;
    -ms-transition: all 0.4s ease;
}

.article-content-overlay {
    background: rgba(0, 0, 0, 0.75) 100%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.75) 100%);
    color: #fff;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
}

.article-content-overlay {
    padding: 2rem 1.5rem;
}

.block-title-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 2rem;
}

#theme-banner-navs,
.block-title-wrapper .block-title {
    position: relative;
    padding-left: 1.5rem;
}

.block-title-wrapper .block-title {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    padding-right: 15px;
    margin: 0 auto;
    overflow: hidden;
    align-items: baseline;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.block-title-wrapper .block-title:before {
    position: absolute;
    content: "";
}

.footer-widgetarea .widget-title::after {
    background-color: #fff;
}

.block-title-wrapper .block-title:before {
    height: 1.5rem;
    width: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #e182a8;
}

#theme-banner-navs ul,
.block-title-wrapper .block-title span {
    position: relative;
    padding-right: 10px;
    display: inline-block;
}

.block-title-wrapper .theme-heading-controls {
    background: #1160f0;
    color: #fff;
    font-size: 18px;
    padding: 0;
    margin-right: 10px;
    font-weight: 700;
    line-height: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-end;
}

.block-title-wrapper .svg-icon {
    fill: currentColor;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: sub;
}


.theme-topbar {
    background-color: #202020;
    position: relative;
    z-index: 1;
    padding: 0.2rem 0;
}

.theme-topbar,
.theme-topbar a {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .theme-topbar {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

.theme-topbar .theme-topbar-item {
    min-width: 10rem;
    margin-left: 0.5rem;
}

.header-item-left .theme-topbar-clock {
    margin-left: 1.5rem;
}

.theme-topbar-item .theme-topbar-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    margin-right: 5px;
}

.theme-topbar-item .theme-topbar-label {
    display: inline-block;
}

.theme-dropdown {
    display: inline-block;
    float: right;
    position: relative;
}

.singular-main-block .post-thumbnail {
    position: relative;
}

/* Hide JS Functionalities ------------------------ */
.js .show-js {
    display: block !important;
}

.js .hide-js {
    display: none !important;
}

.no-js .show-no-js {
    display: block !important;
}

.theme-slider-wrapper {
    display: block;
    width: 100%;
}

.header-latest-entry {
    max-width: 600px;
}

.theme-slider {
    overflow: hidden;
}

.floating-nav-arrow,
.site-content .booster-reactions-block,
.twp-icon-holder .twp-social-count {
    background-color: #e2e2e2;
}

.responsive-content-menu li,
.offcanvas-main-navigation .sub-menu,
.offcanvas-main-navigation .submenu-wrapper .submenu-toggle {
    border-color: #e8e8e8;
}

.menu-description {
    color: #fff;
}

.news-article-instant .article-content {
    border: 1px solid #e5e5e5;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 1rem;
    margin-bottom: 0.9rem;
    min-height: 80px;
}

.news-article-instant .article-content .entry-title {
    -webkit-line-clamp: 3;
}

.news-article-instant:last-child .article-content {
    border: none;
    margin: 0;
    padding: 0;
}

.twp-single-header-overlay .featured-banner-media:after {
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.7) 75%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.news-article-list {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.news-article-list:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.news-article-list .data-bg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 120px;
    height: 100px;
}

.related-posts-area .news-article-list .data-bg {
    width: 250px;
    height: 200px;
}

.news-article-list .article-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 1.5rem;
}

.news-article-nonjacketed .data-bg-widget {
    height: 260px;
}
.footer-widgetarea .news-article-inlined.news-article-jacketed .data-bg-widget,
.news-article-inlined.news-article-nonjacketed .data-bg-widget {
    width: 75px;
    height: 75px;
}

.theme-block-navtabs {
    background-color: #202020;
    color: #fff;
}

.theme-block-navtabs .slick-dots button {
    background-color: #afc3ff;
}

.theme-block-navtabs .news-article-list {
    border-color: rgba(255, 255, 255, 0.25);
}

#theme-banner-navs {
    margin-bottom: 1.5rem;
    padding: 0 0 0 0.5rem;
}

#theme-banner-navs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

#theme-banner-navs ul li:first-child a {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

#theme-banner-navs ul li:last-child a {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

#theme-banner-navs ul li a {
    padding: 0.2rem 1.5rem;
    display: block;
    text-transform: uppercase;
    border: 2px solid #ee2222;
}

.main-banner-right .twp-banner-tab:not(:first-child) {
    display: none;
}

#theme-banner-navs ul li.active a {
    background-color: #ee2222;
    color: #fff;
}

.hide {
    display: none;
}

.article-detail-position .theme-article-detail {
    position: absolute;
    inset: auto 0 0 0;
    color: #fff;
    padding: 0.8rem;
    z-index: 2;
}

.article-detail-position .theme-article-detail a:not(:hover):not(:focus) {
    color: inherit;
}

.theme-image-overlay .data-bg::before {
    position: absolute;
    content: "";
    inset: 0 0 auto 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(0, 0, 0, 1) 100%);
    z-index: 1;
}

.theme-image-overlay a:not(.theme-block-recommended .theme-article-content a),
.theme-block-navtabs a {
    transition: 0.4s ease;
}

.theme-image-overlay a:not(.theme-block-recommended .theme-article-content a):hover,
.theme-image-overlay a:not(.theme-block-recommended .theme-article-content a):focus,
.theme-block-navtabs a:hover,
.theme-block-navtabs a:focus {
    color: #afc3ff;
}

/* loader block  */

.theme-live-loader,
.live-loader-text,
.loader {
    display: inline-block;
}

.big-circle,
.small-circle {
    position: relative;
    border: 2px solid #ffff;
    border-radius: 50%;
    `
}

.theme-live-loader {
    background-color: #3678f2;
    padding: 0.5rem 1rem;
}

.live-loader-text {
    font-weight: 600;
    color: #fff;
    font-size: 1.7rem;
}

.loader {
    margin-right: 0.5rem;
}

.big-circle {
    width: 2rem;
    height: 2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    border-color: #fff transparent #fff #fff;
    animation: bigcircle 1.2s linear infinite;
}

.small-circle {
    width: 1rem;
    height: 1rem;
    border-color: #fff #fff transparent #fff;
}

@keyframes bigcircle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* modal  */

.modal,
.modal-close {
    position: absolute;
}

.modal-container {
    position: fixed;
    inset: 0 0 auto 0;
    height: 100vh;
    width: 100%;
    z-index: 10000;
}

.overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.modal {
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    z-index: 150;
}

.modal iframe {
    max-width: unset;
}

@media (max-width: 1199px) {
    .modal {
        width: 90%;
    }

    .modal iframe {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .modal iframe {
        max-height: 55rem;
    }
}

@media (max-width: 575px) {
    .modal iframe {
        max-height: 37rem;
    }
}

.modal-close {
    font-size: 4rem;
    color: #fff;
    inset: -6rem 0 auto auto;
    cursor: pointer;
}

/* ticker section  */

.header-news-ticker {
    padding: 1rem 0;
}

.theme-ticker-area,
.js-marquee,
.ticker-slides .ticker-slides-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.theme-ticker-area .theme-ticker-left {
    margin-right: 2rem;
}

.theme-ticker-title {
    font-size: 2.5rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 900;
}

.theme-ticker-area .theme-ticker-right {
    overflow: hidden;
}

.ticker-slides .ticker-slides-item {
    width: 30rem;
}

.ticker-slides-item .data-bg {
    width: 20rem;
}

.ticker-slides-item .ticker-title {
    font-weight: 600;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

/* list grid section  */

.theme-list-grid .theme-block-left {
    position: relative;
}

.theme-list-grid .theme-block-left .theme-heading-controls button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.theme-list-grid .theme-block-left .theme-heading-controls .slide-prev-lead {
    left: 0;
}

.theme-list-grid .theme-block-left .theme-heading-controls .slide-next-lead {
    right: 0;
}

@media (max-width: 575px) {
    .theme-list-grid .theme-article-excerpt {
        display: none;
    }
}

/* grid video section */

.theme-grid-video .theme-block-left .theme-article-detail,
.theme-grid-video .theme-block-right .entry-title {
    margin-bottom: 2rem;
}

.video-overlay-icon {
    position: absolute;
    inset: 0 0 auto 0;
    background-color: rgba(0, 0, 0, 0.45);
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.img-link:hover+.video-overlay-icon,
.img-link:focus+.video-overlay-icon {
    background-color: rgba(0, 0, 0, 0.6);
}

.video-overlay-icon svg {
    color: #fff;
}

/* block left section  */

.theme-grid-video .theme-block-left iframe {
    max-height: 58.3rem;
}

@media (max-width: 1024px) {
    .theme-grid-video .theme-block-left iframe {
        max-height: 55rem;
    }
}

@media (max-width: 575px) {
    .theme-grid-video .theme-block-left iframe {
        max-height: 35rem;
    }
}

/* block right section  */

.theme-grid-video .theme-block-right .entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 767px) {
    .data-bg-fixed {
        background-attachment: scroll;
    }
}