/*
Theme Name: Viral Mag
Theme URI: https://hashthemes.com/wordpress-theme/viral-mag/
Author: Hash Themes
Author URI: https://hashthemes.com
Description: Viral Mag is WordPress theme designed to build a news portal, magazine, newspaper, personal blogging and publishing websites. It is a clean, fast, light weight, modern looking WordPress theme and is SEO Optimized,  WMPL, translation and RTL ready. Hence Viral Mag is suitable for newspapers, magazines, publishers, blogs, editors, news portals, reviews and any creative websites. Viral Mag can be used with the most popular pagebuilder plugin Elementor to create beautiful and stunning websites alongside with our plugin Hash Elements that provides dozens of ready made magazine elements for Elementor. The theme is highly customizable with unlimited color options, multiple header layouts, multiple archive page layouts, multiple single post layouts and many more. Apart from that the theme allows you to selectively show/hide various elements of the archive, blog and article page. As typography plays a vital role in any website, Viral Mag allows you to customize any text of the website with more than 800+ Google fonts.
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: viral-mag
Tags: two-columns, right-sidebar, custom-background, custom-menu, editor-style, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, portfolio, photography, holiday, custom-logo
Tested up to: 5.7.2
Requires PHP: 5.6
*/


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

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background: #EBEBEB;
    /* Fallback for when there is no custom background color defined. */
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    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;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #535353;
}

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


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

#ht-masthead {
    position: relative;
    margin-bottom: 40px;
    transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    z-index: 999;
}

.ht-site-header .ht-top-header {
    background: #111;
    padding: 10px 0;
}

.ht-site-header .ht-top-header .ht-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*height: 45px;*/
}

.ht-th-left {
    float: left;
    max-width: 80%;
}

.ht-th-right {
    float: right;
    max-width: 80%;
}

.th-social a {
    padding: 5px;
    font-size: 1rem;
}

.th-social a,
.th-social a i {
    color: #fff;
}

.th-social a:hover,
.th-social a:hover i {
    color: #65FBD2;
}

.ht-header-two .ht-middle-header {
    position: relative;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

.ht-header-two .ht-middle-header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    top: 0;
    left: 0;
}

.ht-header-two .ht-middle-header .ht-container {
    display: flex;
}

.ht-header-two .ht-middle-header-left {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 30%;
    display: flex;
    align-items: center;
}

.ht-header-two #ht-site-branding {
    width: 40%;
    text-align: center;
    flex-grow: 1;
    z-index: 1;
}

.ht-header-two #ht-site-branding img {
    max-width: 100%;
}

.ht-header-two .ht-middle-header-right {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/

.ht-header {
    position: relative;
    /*background: #ebebeb;*/
    background: -webkit-repeating-linear-gradient(-45deg, #e1e1e1, #e1e1e1 10px, #ebebeb 10px, #ebebeb 20px);
    background: repeating-linear-gradient(-45deg, #e1e1e1, #e1e1e1 10px, #ebebeb 10px, #ebebeb 20px);
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
    padding: 20px 0;
}

.ht-header .ht-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ht-header .ht-main-navigation {
    display: flex;
    align-items: center;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

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

.ht-menu>ul>li.menu-item {
    float: left;
    position: relative;
    /*margin-left: 6px;*/
    padding: 0 15px;
}

.ht-menu>ul>li.menu-item:first-child {
    /*margin-left: 0;*/
}

.ht-menu>ul>li.menu-item>a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.ht-menu>ul>li.menu-item>a:hover {
    color: #535353;
}

/*.ht-menu>ul>li.menu-item>a:before {
    position: absolute;
    content: "";
    width: 26px;
    height: 5px;
    background: #fff;
    opacity: 0;
    top: 90%;
    left: 50%;
    margin-left: -13px;
    margin-top: -7px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.ht-menu>ul>li.menu-item:hover>a:before {
    top: 100%;
    opacity: 1;
}*/


/*Responsive Menu*/

#ht-mobile-menu {
    display: none;
    /*margin-left: 20px;*/
}

.collapse-button {
    text-align: center;
    padding: 6px 12px;
    cursor: pointer;
}

.collapse-button .icon-bar {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #535353;
    border-radius: 1px;
    margin: 6px 0;
}

#ht-responsive-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background: #FFF;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 99;
}

#ht-responsive-menu li.menu-item {
    float: none;
    position: relative;
    padding: 15px 30px;
    border-bottom: solid 1px #eee;
}

#ht-responsive-menu li.menu-item:last-child {
    border-bottom: none;
}

#ht-responsive-menu li.menu-item>a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

#ht-responsive-menu li.menu-item>a:hover {
    color: #535353;
}


/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/

#primary {
    width: 70%;
    float: left;
    position: relative;
}

.home #primary {}

.single #primary {}

#secondary {
    width: 26%;
    float: right;
}


/*--------------------------------------------------------------
## Primary
--------------------------------------------------------------*/

.elementor-element.elementor-widget {
    margin-bottom: 50px;
}

.elementor-widget {
    position: relative;
}


/*--------------------------------------------------------------
## Description
--------------------------------------------------------------*/

.elementor-column.elementor-col-100 {
    width: 100%;
}

.elementor-widget-wrap>.elementor-element {
    width: 100%;
}

.elementor-column .elementor-widget-container {
    background-color: ;
    background-image: ;
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;

    border-top: solid 2px #A2897B;
    border-bottom: solid 2px #A2897B;
    padding: 10px;
}

.elementor-column .elementor-widget-container:before,
.elementor-column .elementor-widget-container:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    border-left: solid 2px #A2897B;
    border-right: solid 2px #A2897B;
    left: 0;
}

.elementor-column .elementor-widget-container:before {
    top: 0;
}

.elementor-column .elementor-widget-container:after {
    bottom: 0;
}

.elementor-column .elementor-widget-container p {
    margin: 0;
    padding: 20px;
    background: rgb(162 137 123 / 15%);
}


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

.elementor-widget-container {}

.he-news-module-six {}

.he-news-module-six-wrap {}

.he-big-block {
    /*margin-bottom: 50px;*/
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.he-big-block h2.he-block-title {
    /*display: flex;
    align-items: center;*/
    position: relative;
    font-size: 32px;
    font-weight: normal;
}

.he-big-block h2.he-block-title:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 15px;
    background: -webkit-repeating-linear-gradient(-45deg, #8E8E8E, #8E8E8E 8px, #EBEBEB 8px, #EBEBEB 16px);
    background: repeating-linear-gradient(-45deg, #8E8E8E, #8E8E8E 8px, #EBEBEB 8px, #EBEBEB 16px);
    left: 0;
    top: 10px;
    z-index: -1;
}

.he-big-block h2.he-block-title span {
    display: inline-block;
    background: #EBEBEB;
    padding-right: 15px;
}

/*.he-big-block h2.he-block-title::after {
    flex-grow: 1;
    content: "";
    height: 3px;
    background: transparent;
    margin-left: 15px;
}*/

.he-big-block .he-post-item {}

.he-big-block .he-post-item .he-post-thumb {
    overflow: hidden;
    position: relative;
}

.he-big-block .he-post-item .he-thumb-container {
    overflow: hidden;
    position: relative;
    background: #f7f7f7;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center;
    background-size: cover;
    padding-bottom: 54%;
}

.he-big-block .he-post-item .he-thumb-container img {
    position: absolute;
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    left: 0;
    bottom: 0;
}

.he-big-block .he-post-content {
    padding: 30px;
}

.he-big-block .he-post-content.he-gradient-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 100%) 100%);
    background: -webkit-linear-gradient(top, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 100%) 100%);
    background: -webkit-linear-gradient(top, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 100%) 100%);
    background: -o-linear-gradient(top, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 100%) 100%);
    background: -ms-linear-gradient(top, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 100%) 100%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.he-big-block .he-post-content .he-excerpt {}

.he-big-block .he-post-content .he-excerpt p {
    margin: 0;
    padding: 0;
    color: #fff;
}

@media (max-width: 992px) {
    .he-big-block h2.he-block-title {
        font-size: 28px;
        top: -30px;
        margin-bottom: -30px;
    }
}


/*--------------------------------------------------------------
## Post 1-3
--------------------------------------------------------------*/

.he-small-block {}

.he-small-block .he-post-item {}

.he-post-item-block {}

.he-small-block .he-post-item .he-post-thumb {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.he-small-block .he-post-item .he-post-thumb:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background: #8E8E8E url(../wp-content/uploads/2021/09/icon-post.png) no-repeat center;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.he-small-block .he-post-item .he-thumb-container {
    overflow: hidden;
    position: relative;
    background: #f7f7f7;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center;
    background-size: cover;
    padding-bottom: 70%;
}

.he-small-block .he-post-item .he-thumb-container img {
    position: absolute;
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    left: 0;
    bottom: 0;
}

.he-small-block .he-post-content {}

.he-small-block .he-post-content h3.he-post-title {}

.he-small-block .he-post-content h3.he-post-title a {
    color: #333;
}

.he-small-block .he-post-content .he-excerpt {}

.he-small-block .he-post-content .he-excerpt p {}

@media screen and (max-width:767px) {
    .he-small-block .he-post-item {
        margin-bottom: 50px;
    }
    .he-small-block .he-post-item:last-child {
        margin-bottom: 0;
    }
}


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

.site-main-loop {}

.site-main-loop .viral-mag-hentry {
    /*margin-bottom: 50px;*/
    margin-top: 80px;
    margin-bottom: 80px;
}

.viral-mag-hentry .ht-post-wrapper {}

.viral-mag-hentry .entry-figure {}

.viral-mag-hentry .entry-thumb-container {
    position: relative;
    padding-bottom: 70%;
    background: #f7f7f7 url('images/preloader.gif');
    background-position: center;
    background-size: cover;
    padding-bottom: 55%;
    margin-bottom: 20px;
}

.viral-mag-hentry .entry-thumb-container img {
    position: absolute;
    object-position: center;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    bottom: 0;
}

.viral-mag-hentry .ht-post-content {}

.viral-mag-hentry .entry-header {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    position: relative;
}

.viral-mag-hentry .entry-header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 15px;
    background: -webkit-repeating-linear-gradient(-45deg, #8E8E8E, #8E8E8E 8px, #EBEBEB 8px, #EBEBEB 16px);
    background: repeating-linear-gradient(-45deg, #8E8E8E, #8E8E8E 8px, #EBEBEB 8px, #EBEBEB 16px);
    left: 0;
    top: 10px;
}

.viral-mag-hentry .entry-header .ht-post-header {
    /*-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;*/
}

.viral-mag-hentry .entry-header h2.entry-title {
    /*display: flex;
    align-items: center;*/
    position: relative;
    font-size: 28px;
    font-weight: normal;
    display: inline-block;
    background: #EBEBEB;
    padding-right: 15px;
}

/*.viral-mag-hentry .entry-header h2.entry-title::after {
    flex-grow: 1;
    content: "";
    height: 3px;
    background: transparent;
    margin-left: 15px;
}*/

.viral-mag-hentry .entry-content {}

.viral-mag-hentry .entry-content p {}

@media (max-width: 992px) {
    .viral-mag-hentry .entry-header h2.entry-title {
        font-size: 28px;
    }
}


/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/

.he-small-block .entry-readmore {
    margin-top: 20px;
    /*padding: 0 20px 20px;*/
}

.he-small-block .entry-readmore a {
    display: inline-block;
    background: none;
    border: solid 1px #8E8E8E;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.he-small-block .entry-readmore a:hover {
    background: #8E8E8E;
    border: solid 1px #8E8E8E;
    color: #FFF;
}

.he-news-module-six .he-small-block {
    display: flex;
    margin: 0 -15px;
}

.he-news-module-six .he-small-block .he-post-item {
    width: 33.33%;
    padding: 0 15px;
}

.site-main-loop .he-news-module-six .he-small-block .he-post-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 50px;
}

.he-post-thumb>a {
    overflow: hidden;
    display: block;
    position: relative;
}

@media screen and (max-width:767px) {
    .he-news-module-six .he-small-block {
        display: block;
    }
    .he-news-module-six .he-small-block .he-post-item,
    .site-main-loop .he-news-module-six .he-small-block .he-post-item {
        width: 100%;
    }
    .he-big-block .he-post-item .he-thumb-container {
        margin-bottom: 20px;
    }
    .he-big-block .he-post-content.he-gradient-overlay {
        position: relative;
        background: #fff;
        padding: 0;
    }
    .he-big-block .he-post-content .he-excerpt p {
        color: #333;
    }
}


/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

.ht-container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

#ht-content {
    clear: both;
}

.ht-site-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}


/*--------------------------------------------------------------
## Single
--------------------------------------------------------------*/

.single article {}

.single article .entry-header {}

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

.single article .entry-wrapper {
    position: relative;
}

.single article .single-entry-link {
    position: relative;
    margin-bottom: 20px;
}

.single article .single-entry-link img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.single article .entry-content {}

.single article .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #535353;
}

.single article .entry-content p {}


/*--------------------------------------------------------------
## Secondary
--------------------------------------------------------------*/

.widget-area {}

.widget-area .theiaStickySidebar {}

.widget-area .widget {
    margin-bottom: 40px;
    border: solid 2px rgb(142 142 142 / 10%);
    padding: 0 20px 20px;
    text-align: center;
}

.widget-area .widget:first-child {
    margin-top: 13px;
    margin-bottom: 53px;
}

.widget-area .widget:last-child {}

.widget-area .widget h4.widget-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    background: #EBEBEB;
    padding: 0 15px;
    top: -13px;
    padding-bottom: 13px;
}

.widget-area .widget h4.widget-title:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background: #8E8E8E;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.widget-area .widget h4.widget-title a {
    color: #333;
}

.ht-post-listing {
    -webkit-animation-name: HtFadeInUp;
    animation-name: HtFadeInUp;
}

.ht-post-listing .ht-post-list {
    margin-bottom: 20px;
}

.ht-post-listing .ht-post-list:last-child {
    margin-bottom: 0;
}

.ht-post-listing .ht-pl-image {
    float: left;
    position: relative;
    /*width: 120px;*/
    width: 90px;
}

.ht-post-listing .ht-pl-image img {
    width: 100%;
}

.ht-post-listing .ht-pl-content {
    /*margin-left: 150px;*/
    margin-left: 110px;
    text-align: left;
    padding-top: 20px;
}

.ht-post-listing .ht-pl-content h3.ht-pl-title {
    font-size: 16px;
    font-weight: normal;
}

.ht-post-listing .ht-pl-content h3.ht-pl-title a {
    color: #333;
}

.ht-post-listing .ht-pl-content h3.ht-pl-title a:hover,
.ht-post-listing .ht-post-list:hover .ht-pl-content h3.ht-pl-title a {
    color: #535353;
}

@media screen and (max-width:1170px) {
    .ht-post-listing.style2 .ht-pl-image {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .ht-post-listing.style2 .ht-pl-content {
        margin-left: 0;
    }
}

@media screen and (max-width:767px) {
    .ht-post-listing.style2 .ht-pl-image {
        float: left;
        width: 120px;
        margin-bottom: 0;
    }
    .ht-post-listing.style2 .ht-pl-content {
        margin-left: 140px;
    }
}


/*--------------------------------------------------------------
## Offcanvas Sidebar
--------------------------------------------------------------*/

.ht-offcanvas-sidebar {
    position: fixed;
    width: 400px;
    background: #FFF;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate(400px, 0);
    transition: all 400ms ease-out;
    visibility: hidden;
    z-index: 1000;
}

.ht-offcanvas-opened .ht-offcanvas-sidebar {
    visibility: visible;
    transform: translate(0, 0);
    box-shadow: 0 0 87px 0 rgb(0 0 0 / 9%);
    opacity: 1;
}

.ht-offcanvas-sidebar-wrapper {
    overflow: scroll;
    position: relative;
    height: 100%;
    padding: 80px 65px 80px 40px;
    margin-right: -25px;
}

.ht-offcanvas-sidebar .widget {
    margin-bottom: 40px;
}

.ht-offcanvas-sidebar .widget:last-child {
    margin-bottom: 0;
}

.ht-offcanvas-sidebar .widget h4.widget-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center;
}

.ht-offcanvas-sidebar .widget h4.widget-title:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background: #8E8E8E;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ht-offcanvas-sidebar .widget h4.widget-title a {
    color: #333;
}

.ht-offcanvas-sidebar .ht-post-slide {}

.ht-offcanvas-sidebar .ht-pl-image {
    margin-bottom: 20px;
}

.ht-offcanvas-sidebar .ht-pl-image img {}

.ht-offcanvas-sidebar .ht-pl-content {}

.ht-offcanvas-sidebar .ht-pl-content h3.ht-pl-title {
    font-size: 16px;
    font-weight: normal;
}

.ht-offcanvas-sidebar .ht-pl-content h3.ht-pl-title a {
    color: #333;
}

.ht-offcanvas-sidebar .ht-pl-content h3.ht-pl-title a:hover {
    color: #081047;
}


/* Post Carousel */

.ht-post-carousel.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.ht-post-carousel.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background: rgb(0 0 0 / 30%);
    border-radius: 50%;
    margin: 0 5px;
}

.ht-post-carousel.owl-carousel button.owl-dot.active {
    transform: scale(1.3);
    background: #65FBD2;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

#ht-colophon {
    margin-top: 40px;
    padding: 0;
    position: relative;
}

#ht-colophon {
    background-image: url();
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.ht-site-footer:before {
    position: absolute;
    content: "";
    background-color: #1F1F1F;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ht-bottom-footer {
    position: relative;
}

.ht-bottom-footer .ht-container {
    position: relative;
    text-align: center;
    padding: 20px 0;
}

.ht-bottom-footer .ht-container .ht-site-info {
    font-size: 14px;
    font-weight: normal;
    color: #ddd;
}

.ht-bottom-footer .ht-container .ht-site-info a {
    color: #fff;
}


/*--------------------------------------------------------------
# Toggle
--------------------------------------------------------------*/

.ht-offcanvas-nav {
    position: relative;
}

.ht-offcanvas-nav a {
    display: block;
    text-align: center;
    width: 45px;
    padding: 10px;
}

.ht-offcanvas-nav a>span {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 5px 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.ht-offcanvas-nav a:hover>span {}

.ht-offcanvas-nav a>span:nth-child(2) {
    width: 20px
}

.ht-offcanvas-nav a>span:nth-child(3) {
    width: 17px
}

.ht-offcanvas-opened .ht-offcanvas-nav a>span {
    width: 22px
}

.ht-offcanvas-opened .ht-offcanvas-nav a>span:first-child {
    bottom: 14px;
    margin: 0;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ht-offcanvas-opened .ht-offcanvas-nav a>span:nth-child(2) {
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.ht-offcanvas-opened .ht-offcanvas-nav a>span:last-child {
    bottom: 14px;
    margin: 0;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ht-offcanvas-close {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #111;
    transition: all ease .4s;
    top: 20px;
    right: 40px;
    cursor: pointer;
    z-index: 9;
}

.ht-offcanvas-close:hover {
    transform: rotate(90deg);
}

.ht-offcanvas-close:before,
.ht-offcanvas-close:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #FFF;
    transform: rotate(45deg);
    transition: all ease .4s;
    top: 19px;
    right: 10px;
}

.ht-offcanvas-close:after {
    transform: rotate(-45deg);
}


/*--------------------------------------------------------------
# Back to Top
--------------------------------------------------------------*/

#back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    position: fixed;
    width: 46px;
    height: 46px;
    background: #383838;
    border-radius: 3px;
    opacity: 0;
    color: #7e7e7e;
    right: 40px;
    bottom: 40px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 10;
}

#back-to-top i {
    font-size: 24px;
    color: #FFF;
}

#back-to-top.ht-show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#back-to-top:hover .arrow-top-line {
    height: 18px;
    top: 18px;
}

#back-to-top[data-tooltip]::after,
#back-to-top[data-tooltip]::before {
    display: block;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#back-to-top[data-tooltip]::before {
    content: attr(data-tooltip);
    width: 233px;
    height: 16px;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    padding: 5px;
    top: 0;
    right: 100%;
    margin-right: 0;
    -webkit-transform: translateX(130px) translateY(-150px) rotate(-90deg);
    transform: translateX(130px) translateY(-150px) rotate(-90deg);
}

#back-to-top[data-tooltip]:hover::after,
#back-to-top[data-tooltip]:hover::before {
    opacity: 1;
}

#back-to-top[data-tooltip]:hover::before {
    -webkit-transform: translateX(130px) translateY(-135px) rotate(-90deg);
    transform: translateX(130px) translateY(-135px) rotate(-90deg);
}


/*--------------------------------------------------------------
# The END
--------------------------------------------------------------*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
    margin: 0;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

/*a:active,
a:hover {}*/

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    /*margin-bottom: 30px;*/
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #EEE;
}

td,
th {
    padding: 10px 20px;
    border: 1px solid #EEE;
    text-align: left;
}


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

html,
button,
input,
select,
textarea {
    font-family: 'Poppins', serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
}

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

blockquote {
    margin: 0 15px;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 30px;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}

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

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

big {
    font-size: 125%;
}


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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0 0 15px 25px;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

table {
    margin: 0 0 30px;
    width: 100%;
}

.widget-area .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-area .widget ul li {
    margin: 0;
    padding: 10px 0 10px 0;
}

.widget-area .widget ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.widget-area .widget ul li a:hover {
    color: #081047;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.ht-button {
    display: inline-block;
    background: #081047;
    padding: 10px 25px;
    color: #FFF;
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 50px;
    line-height: 30px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.ht-button:hover {
    background: #333;
    color: #FFF;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {}

input[type="text"],
input[type="url"],
input[type="number"],
input[type="color"],
textarea {
    color: #404040;
    border: 1px solid #EEE;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    vertical-align: top;
    width: 100%;
}

select {
    border: 1px solid #EEE;
    height: 50px;
    padding: 3px 40px 3px 8px;
    background-color: transparent;
    line-height: 100%;
    background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 10px top 55%;
    background-size: 16px 16px;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border-radius: 0;
}

input[type="text"],
input[type="url"],
input[type="number"],
input[type="color"] {
    padding: 10px 20px;
    height: 50px;
}

textarea {
    padding: 10px 20px;
    width: 100%;
}


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

/*.ht-container {
    max-width: 1170px
}*/

/*#primary {
    width: 66%
}

#secondary {
    width: 30%
}*/

.ht-site-title a,
.ht-site-title a:hover {
    color: #333333
}

a.ht-header-bttn {
    font-family: 'Poppins', serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 3
}

.ht-main-title,
.single-post .entry-title {
    font-family: 'Poppins', serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 40px;
    line-height: 1.3;
    ;
    color: #333333
}

/*h3.vl-post-title {
    font-family: 'Poppins', serif;
    font-weight: 500;
    font-style: normal;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
}*/

/*.he-block-title span {
    font-family: 'Poppins', serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.1
}*/

/*.widget-title {
    font-family: 'Poppins', serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.3
}*/

/*.ht-main-navigation {
    font-size: 16px;
    font-family: Poppins
}*/


/*.ht-main-content h1,
.ht-main-content h2,
.ht-main-content h3,
.ht-main-content h4,
.ht-main-content h5,
.ht-main-content h6 {
    color: #000000
}*/

/*.ht-main-content {
    color: #333333
}*/

.ht-sidebar-style1 .ht-site-wrapper .widget-area ul ul,
.ht-sidebar-style1 .ht-site-wrapper .widget-area li {
    border-color: rgba(51, 51, 51, 0.05)
}

/*.ht-main-content .widget-title {
    color: #000000
}*/

.ht-sidebar-style1 .ht-site-wrapper .widget-title:after {
    background-color: #000000
}

.th-menu ul ul {
    background: #081047
}

.th-menu>ul>li>a {
    line-height: 45px
}

/*.ht-header-two .ht-header .ht-container {
    height: 65px
}*/

.hover-style6 .ht-header-bttn {
    line-height: 65px
}

/*#ht-site-branding img {
    height: 60px
}*/

/*.ht-header-two #ht-site-branding {
    padding-top: 15px;
    padding-bottom: 15px
}*/

/*.ht-site-header.ht-header-two .ht-header {
    border-color: rgba(238, 238, 238, 1)
}*/

/*.ht-menu>ul>li.menu-item>a {
    color: #FFFFFF
}*/

/*.ht-offcanvas-nav a>span {
    background-color: #FFFFFF
}*/

.ht-menu>ul>li.menu-item:hover>a>i,
.ht-menu>ul>li.menu-item.current_page_item>a,
.ht-menu>ul>li.menu-item.current-menu-item>a,
.ht-menu>ul>li.menu-item.current_page_ancestor>a,
.ht-menu>ul>li.menu-item.current>a {
    color: #FFFFFF
}

.ht-menu ul ul {
    background: rgba(242, 242, 242, 1)
}

/*#ht-responsive-menu {
    background: rgba(242, 242, 242, 1)
}*/

/*#ht-responsive-menu li.menu-item>a,
#ht-responsive-menu li.menu-item>a i {
    color: #333333
}*/

.ht-menu ul ul li.menu-item>a,
#ht-responsive-menu li .dropdown-nav {
    color: #333333
}

.ht-menu>ul>li>ul:not(.megamenu) li.menu-item:hover>a,
.ht-menu ul ul li.menu-item>a:hover i {
    color: #333333
}

.ht-menu ul ul li.menu-item>a:after {
    background: #333333
}

/*.ht-menu>ul>li.menu-item {
    padding-top: 0px;
    padding-bottom: 0px
}*/

.ht-header-two .ht-middle-header-left a {
    color: #000000 !important
}

/*.ht-header-two .ht-offcanvas-nav a>span {
    background: #000000 !important
}*/

/*.ht-header-two .ht-middle-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll
}*/

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.ht-button {
    background: #081047
}

#ht-colophon .widget-title {
    color: #EEEEEE
}

.ht-sidebar-style2 .ht-site-footer .widget-title {
    border-color: rgba(238, 238, 238, 0.1);
    background-color: rgba(238, 238, 238, 0.1)
}


/*.ht-site-footer * {
    color: #EEEEEE
}
.ht-site-footer a,
.ht-site-footer a * {
    color: #EEEEEE
}*/

.ht-main-footer .ht-container,
.ht-bottom-top-footer .ht-container {
    border-color: #444444
}

@media screen and (max-width:780px) {
    /*.ht-header {
        background: #081047;
    }*/
    /*.ht-header .ht-container {
        justify-content: flex-end;
    }*/
    .ht-menu {
        display: none;
    }
    #ht-mobile-menu {
        display: block!important;
    }
}

@media screen and (max-width:780px) {
    .ht-header .ht-offcanvas-nav {
        display: none
    }
    #ht-content {
        padding-top: 0 !important
    }
    /*.ht-header-two #ht-site-branding img {
        height: auto;
        max-height: 60px
    }*/
}

@media screen and (max-width:1170px) {
    .elementor-section.elementor-section-boxed>.elementor-container,
    .ht-container {
        padding-left: 5% !important;
        padding-right: 5% !important
    }
}

/*.collapse-button {
    border-color: #FFFFFF
}

.collapse-button .icon-bar {
    background: #FFFFFF
}*/

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}

/*a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #081047;
}*/


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.ht-clearfix:before,
.ht-clearfix:after,
.entry-content:before,
.entry-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.ht-clearfix:after,
.entry-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.header-widget-area {
    margin-top: 40px;
}

.ht-single-layout1 .header-widget-area {
    margin-top: 0;
}

.content-widget-area {
    margin-bottom: 30px;
}

.content-widget-area .widget:last-child {
    margin-bottom: 0;
}

.ht-sidebar-style2 .ht-site-wrapper .entry-content .content-widget-area .widget {
    border: 0;
    padding: 0;
    background: none;
}

.content-area .widget-title {
    margin-bottom: 30px !important;
}

.widget-area ul ul {
    border-top: 1px solid #F0F0F0;
    margin-top: 5px;
}

.widget-area ul ul li {
    padding-left: 10px;
}

.widget-area ul ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 30px;
}


/* Make sure select elements fit in widgets. */

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


/* Post Listing Widget*/

/*.ht-post-listing .ht-pl-title {
    margin-bottom: 10px;
}

.ht-post-listing .ht-pl-title a {
    color: inherit;
}

.ht-post-listing .ht-pl-title:last-child {
    margin-bottom: 0;
}*/

.ht-post-listing .ht-pl-excerpt {
    font-size: 0.94rem;
}


/* Post Tab */

.ht-pt-content {
    display: none;
}

.ht-pt-header {
    display: flex;
    margin-bottom: 20px;
}

@-webkit-keyframes HtFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes HtFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* Post Carousel */

/*.ht-post-carousel .ht-pl-image {
    margin-bottom: 20px;
}

.ht-post-carousel .ht-pl-title {
    margin-bottom: 10px;
}

.ht-post-carousel .ht-pl-title a {
    color: inherit;
}*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

/*.entry-content p {
    margin-bottom: 30px;
}*/

.entry-content ul,
.entry-content ol {
    margin-bottom: 30px;
}

.entry-content ul ul,
.entry-content ol ol {
    margin-bottom: 0;
}


/*Blog layout 1*/

/*.entry-header .entry-title {
    margin-bottom: 20px;
    font-size: 26px;
}

.entry-header .entry-title a {
    text-decoration: none;
    color: inherit;
}*/

.ht-no-sidebar .blog-layout1 .entry-thumb-container {
    padding-bottom: 40%;
}

/*.blog-layout1 .entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}*/

/*.blog-layout1 .entry-header .entry-title {
    margin-bottom: 0;
    font-size: 28px;
}*/

/*.blog-layout1 .ht-post-header {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}*/

/*.home .ht-site-header {
    margin-bottom: 40px;
}*/

.ht-single-layout1 .ht-site-header {
    margin-bottom: 40px;
}

.ht-single-layout1 .single-entry-meta>span.entry-read-time {
    float: right;
}


/* Single Post Elements */

/*.entry-content {
    margin-bottom: 40px;
}*/

/*.entry-figure {
    margin-bottom: 40px;
}*/

.entry-summary {
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-top: -10px;
}

/*.entry-content>*:last-child {
    margin-bottom: 0;
}*/

.entry-content a {
    text-decoration: none;
    word-wrap: break-word;
}

.single .entry-content h3 {
    font-size: 18px;
}


/* Post Formats */


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
    vertical-align: middle;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.ht-mobile-top-header {
    display: none;
}

.ht-th-right.th-menu ul ul {
    left: auto;
    right: 0;
}

.ht-th-right.th-menu ul ul ul {
    left: auto;
    right: 100%;
}

.ht-th-right .widget {
    margin: 0;
}

.ht-th-right>span {
    margin-right: 0;
    margin-left: 10px;
}

/*#ht-site-branding {
    padding: 15px 0;
}

#ht-site-branding img {
    width: auto;
}*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.ht-menu li.menu-item>a>i {
    line-height: inherit !important;
    font-size: 1em !important;
}

.ht-menu>ul>li.menu-item>a .dropdown-nav {
    display: inline-block;
    position: relative;
    right: -4px;
    top: -4px;
    font-size: 18px;
}

.ht-menu>ul>li.menu-item>a.sf-with-ul:after {
    content: '\F0140';
    font-family: "Material Design Icons";
    position: absolute;
    right: 1em;
    height: 0;
    width: 0;
}

.ht-menu li.menu-item .nav-desc {
    display: block;
    font-size: 0.8em;
    margin-top: 2px;
}

.ht-menu>ul>li.menu-item>a .nav-desc {
    position: absolute;
    left: 50%;
    bottom: 100%;
    line-height: 1;
    white-space: nowrap;
    font-size: 0.6em;
    background: #000;
    color: #FFF;
    padding: 3px 6px;
    border-radius: 2px;
    transform: rotate(-5deg);
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hover-style6.ht-site-header .ht-menu>ul>li.menu-item>a .nav-desc {
    transform: translateY(100%) rotate(-5deg);
    margin-bottom: -2px;
}

.ht-menu ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #FFF;
    min-width: 270px;
    z-index: 999;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
}

.ht-menu ul ul ul {
    left: 100%;
    top: 0;
    margin: 0;
    border-top: 0;
}

.ht-menu ul ul li.menu-item {
    float: none;
    margin: 0;
}

.ht-menu ul ul li.menu-item>a {
    font-weight: 400;
    color: #444;
    line-height: 1.5;
    padding: 15px 20px;
}

.ht-menu ul ul a .dropdown-nav {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
}

.ht-menu ul li.menu-item:hover>ul {
    display: block;
}

.ht-menu>ul>li.menu-item.current_page_item>a,
.ht-menu>ul>li.menu-item.current-menu-item>a,
.ht-menu>ul>li.menu-item.current_page_ancestor>a {
    background: none;
    color: inherit;
}

.ht-header-bttn {
    display: inline-block;
    margin-left: 30px;
    padding: 0 20px;
    white-space: nowrap;
}

.ht-header .ht-offcanvas-nav {
    margin-left: 15px;
}


/*Header Two*/

.ht-header-two.ht-tagline-inline-logo #ht-site-branding {
    justify-content: center
}

.ht-header-two .ht-middle-header-left a {
    padding: 10px;
    font-size: 20px;
    color: #333;
}


/*Sticky Header*/

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -200px
    }
    to {
        margin-top: 0
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -200px
    }
    to {
        margin-top: 0
    }
}

/*.hover-style6 .ht-menu>ul>li.menu-item>a {
    position: relative;
}

.hover-style6 .ht-menu>ul>li.menu-item>a:before {
    content: "";
    position: absolute;
    width: 26px;
    left: 50%;
    margin-left: -13px;
    margin-top: -7px;
    height: 5px;
    background: #081047;
    top: 90%;
    opacity: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.hover-style6 .ht-menu>ul>li.menu-item:hover>a:before,
.hover-style6 .ht-menu>ul>li.menu-item.current_page_item>a:before,
.hover-style6 .ht-menu>ul>li.menu-item.current-menu-item>a:before,
.hover-style6 .ht-menu>ul>li.menu-item.current_page_ancestor>a:before,
.hover-style6 .ht-menu>ul>li.menu-item.current>a:before {
    top: 100%;
    opacity: 1;
}*/


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/


/*.home:not(.blog) #ht-colophon {
    margin-top: 0 !important;
}*/

#ht-colophon .widget-title {
    margin-bottom: 20px;
    position: relative;
}

#ht-colophon .widget-title * {
    color: inherit
}

.ht-sidebar-style2 .ht-site-footer .widget-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 10px
}

.ht-main-footer,
.ht-bottom-top-footer {
    position: relative
}

.ht-bottom-top-footer .widget:last-child {
    margin-bottom: 0;
}

.ht-main-footer .ht-container {
    position: relative;
}


/*.ht-bottom-footer {
    font-size: 0.9rem;
}
.ht-bottom-footer a {
    text-decoration: underline;
}
.ht-bottom-footer a:hover {
    color: #ff928f;
}*/

.ht-main-footer .ht-container {
    border-bottom: 1px solid rgba( 0, 0, 0, 0.1);
}

.ht-main-footer-wrap {
    margin: 0 -20px;
    padding: 50px 0;
}

.ht-bottom-top-footer .ht-container {
    border-bottom: 1px solid rgba( 0, 0, 0, 0.1);
    padding: 30px 0;
    position: relative;
}


/*--------------------------------------------------------------
## Offcanvas Sidebar
--------------------------------------------------------------*/

.ht-offcanvas-opened {
    overflow: hidden;
}

.ht-offcanvas-sidebar-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.ht-offcanvas-opened .ht-offcanvas-sidebar-modal {
    opacity: 1;
    visibility: visible;
}

.ht-offcanvas-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ht-offcanvas-sidebar ul ul {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 0;
}

.ht-offcanvas-sidebar ul li {
    margin-bottom: 10px;
}

.ht-offcanvas-sidebar .widget_nav_menu ul ul {
    margin-top: 0;
}

.ht-offcanvas-sidebar .widget_nav_menu li {
    margin-bottom: 0;
    text-transform: uppercase;
}

.ht-offcanvas-sidebar .widget_nav_menu li a {
    position: relative;
    display: block;
    padding: 5px 0;
}

.ht-offcanvas-sidebar .widget_nav_menu ul ul li {
    font-size: 0.9rem;
    text-transform: none;
}

.ht-offcanvas-sidebar .widget_nav_menu ul ul li a {
    padding: 5px 0;
}

.ht-offcanvas-sidebar .widget_nav_menu li a .ht-dropdown {
    font-family: 'ElegantIcons';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: inherit;
    width: 30px;
    text-align: center;
    font-size: 18px;
}

.ht-offcanvas-sidebar .widget_nav_menu li a .ht-dropdown:hover {
    background: rgba(0, 0, 0, 0.05);
}

.ht-offcanvas-sidebar .widget_nav_menu li a .ht-dropdown:after {
    content: "\33";
}

.ht-offcanvas-sidebar .widget_nav_menu li a .ht-dropdown.ht-opened:after {
    content: "\32";
}

.ht-offcanvas-sidebar .widget_nav_menu .sub-menu {
    display: none;
}

/*.ht-offcanvas-sidebar .widget-title {
    margin-bottom: 0px;
}*/

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes circle {
    0% {
        opacity: .5;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}


/* ============== News Section ============== */

.primary {
    width: 70%;
}

.secondary {
    width: 26.5%;
}

/*.secondary .widget:last-of-type {
    margin-bottom: 0;
}*/


/*--------------------------------------------------------------
## Gutenberg CSS
--------------------------------------------------------------*/

@media screen and (min-width: 768px) {
    .alignfull,
    .alignwide {
        width: auto;
        max-width: 1000%;
    }
    body.ht-right-sidebar:not(.ht-boxed) .alignfull {
        margin-left: calc(50% / .70 - 50vw);
    }
    body.ht-right-sidebar:not(.ht-boxed) .alignwide {
        margin-left: calc(25% / .70 - 25vw);
    }
    body.ht-right-sidebar:not(.ht-boxed) .align-wrap {
        width: auto;
        margin-left: calc(50% / .7 - 50vw);
    }
}


/*Responsive Menu*/

#ht-responsive-menu ul {
    margin: 0;
    list-style: none;
    display: none;
}

#ht-responsive-menu ul li.menu-item>a {
    padding-left: 40px;
}

#ht-responsive-menu ul ul li.menu-item>a {
    padding-left: 50px;
}

#ht-responsive-menu ul ul ul li.menu-item>a {
    padding-left: 60px;
}

#ht-responsive-menu ul ul ul ul li.menu-item>a {
    padding-left: 70px;
}

#ht-responsive-menu ul ul ul ul ul li.menu-item>a {
    padding-left: 80px;
}

#ht-responsive-menu li .dropdown-nav {
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 999;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    color: inherit;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 99;
    transform: translateY(-50%);
}

#ht-responsive-menu li.menu-item .nav-desc {
    display: block;
    font-size: 0.8em;
    margin-top: 2px;
}

#ht-responsive-menu li .dropdown-nav:before {
    content: "\33";
}

#ht-responsive-menu li .dropdown-nav.ht-opened:before {
    content: "\32";
}

@media screen and (max-width: 768px) {
    .ht-site-header .ht-top-header .ht-container {
        height: auto !important;
        display: block;
    }
    .ht-header-two .ht-middle-header-left,
    .ht-header-two .ht-middle-header-right {
        display: none;
    }
    .ht-header-two .ht-middle-header .ht-container {
        justify-content: center;
    }
    .ht-th-left,
    .ht-th-right {
        float: none;
        width: auto;
        max-width: none;
        text-align: center;
        /*padding-bottom: 10px;*/
    }
    .ht-main-footer-wrap {
        margin: 0 !important;
    }
    .ht-footer:last-child {
        margin-bottom: 0 !important;
    }
    .ht-site-wrapper {
        display: block;
    }
    #primary {
        float: none;
        width: auto !important;
        margin-bottom: 50px;
    }
    #secondary {
        float: none;
        width: auto !important;
        margin-bottom: 50px;
    }
    .primary,
    .secondary {
        float: none !important;
        width: auto !important;
    }
    .primary {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 480px) {
    .ht-offcanvas-sidebar {
        width: 80%;
    }
    .blog-layout1 .entry-header {
        display: block;
    }
}


/*elementor*/

/*.he-block-title a {
    color: inherit;
}*/

/*.he-block-title span {
    font-family: 'Old Standard TT', serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 28px;
    line-height: 1.3;
    color: inherit;
}*/

/*.he-post-item:last-child {
    margin-bottom: 0;
}

.he-post-item {
    margin-bottom: 30px;
}*/

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

h3.he-large-title {
    font-size: 28px;
}

/*h3.he-post-title {
    font-family: 'Poppins', serif;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.3;
}*/

/*.he-post-title {
    margin-bottom: 10px;
}*/

/*.he-news-module-six .he-small-block .he-post-thumb {
    margin-bottom: 15px!important;
}*/

/*.elementor-element .he-news-module-six .he-small-block .he-post-item .he-thumb-container {
    padding-bottom: 70%;
}