/*
Theme Name: ShareBlock
Theme URI: http://jellywp.com/wp/shareblock
Description: Multipurpose WordPress Blog Magazine Theme
Author: Jellywp
Author URI: http://themeforest.net/user/jellywp
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: two-columns
Text Domain: shareblock
*/

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

    + CSS Reset
    + Header slider and carousel post
    + Menu and megamenu
    + Header (Mobile Menu, Top-search, Main Menu Menu)
    + Blog large layout with sidebar (Feature-two-column, Three columns, Tab, Image feature, Pagination, widget)
    + woocommerce
    + Audio player
    + Share Post
    + Animation CSS
    + Go to top
    + Dark mode
    + Footer

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

/*-------------------------------------------------------------------------------------
CSS Reset
-------------------------------------------------------------------------------------*/

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    overflow-x: hidden;
    width: 100%;
}
body,
p {
    font-family: var(--jl-body-font);
    font-weight: var(--jl-body-font-weight);
    font-size: var(--jl-body-font-size);
    line-height: var(--jl-body-line-height);
    color: #444;
    -moz-osx-font-smoothing: grayscale;
}
p {
    margin: 0px 0px 25px;
}
p iframe {
    margin-bottom: 0px;
}
iframe {
    margin-bottom: 40px !important;
}
a {
    color: #000;
    outline: none;
    text-decoration: none !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
a:hover {
    color: var(--jl-main-color);
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none !important;
    color: var(--jl-main-color);
}
h1 {
    font-size: 40px;
    margin-bottom: 10px;
}
h2 {
    font-size: 32px;
    margin-bottom: 10px;
}
h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
h4 {
    font-size: 24px;
    margin-bottom: 10px;
}
h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
h6 {
    font-size: 16px;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.mejs-container {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.embed_wrapper {
    margin: 30px 0px !important;
}
blockquote.quote_content {
    margin: 20px 0px !important;
    float: left;
    width: 100%;
}
hr,
address {
    clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--jl-title-font);
    font-weight: var(--jl-title-font-weight);
    text-transform: var(--jl-title-transform);
    letter-spacing: var(--jl-title-space);
    line-height: var(--jl-title-line-height);
    color: #000;
    margin-top: 0px;    
    margin-bottom: 28px;
    clear: both;
}
.container {
    max-width: 1200px;
    width: 100%;
}
::selection {
    background-color: var(--jl-main-color);
    color: #FFF;
}
blockquote.quote_content {
    border-left: 3px solid;
    border-color: #ddd;
    padding: 0 18px;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    color: #888;
}
blockquote {
    position: relative;
    margin-bottom: 30px;
    padding: 30px 30px 30px 70px !important;
    text-align: left;
    background: #f8f9fa;
    border: 0px !important;
}
blockquote:before {
    content: "\e901";
    font-family: 'jl_font';
    font-size: 16px;
    position: absolute;
    top: 35px;
    left: 30px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
blockquote.has-text-align-right {
    padding: 30px 70px 30px 30px !important;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
}
.jl_radius blockquote {
    border-radius: 0px;
}
blockquote p {
    font-family: var(--jl-title-font);
    font-weight: var(--jl-title-font-weight);
    text-transform: var(--jl-title-transform);
    letter-spacing: var(--jl-title-space);
    line-height: var(--jl-title-line-height);
    font-size: 22px !important;
    color: #000;
    margin-bottom: 0px;
}
blockquote cite {
    margin-top: 15px;
    font-style: normal;
    font-size: 12px !important;
    line-height: 1.2;
    display: block;
    text-transform: capitalize !important;
    font-family: var(--jl-body-font);
    font-weight: var(--jl-body-font-weight);
}
table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
}
table td,
table th {
    padding: 9px 20px;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 25px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.wp-block-image figcaption {
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    color: #0a0a0a;
    padding: 13px 0;
    text-align: center;
}
.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
    font-size: 13px;
    text-align: center;
}
#gallery-1 img {
    border: 0px !important;
}
.dropcap_style {
    font-size: 60px;
    line-height: 73px;
    float: left;
    padding: 5px 10px;
    text-align: center;
    display: block;
    background-color: #0D1217;
    color: #fff;
    margin: 8px 15px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
p img {
    margin-bottom: 0px !important;
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
/** input */

textarea {
    display: block;
    padding: 13px;
    max-width: 100%;
    width: 100%;
    outline: none;
    font-size: 14px;
    border: transparent;
    background: #f5f5f5;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 400;
    line-height: 20px;
}
button,
input,
optgroup,
select,
textarea {
    border-radius: 0px;
}
.options_dark_skin input[type='text'],
.options_dark_skin input[type='tel'],
.options_dark_skin input[type='password'],
.options_dark_skin input[type='email'],
.options_dark_skin input[type='url'],
.options_dark_skin input[type='search'],
.options_dark_skin input[type='number'] {
    background: #303030;
    color: #fff;
}
input[type='text'],
input[type='tel'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='number'] {
    padding: 13px;
    max-width: 100%;
    border: transparent;
    background: #f5f5f5;
    outline: none !important;
    border: transparent;
    -webkit-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
}
.wp-block-search .wp-block-search__input {
    height: 40px;
    border: 0px;
}
.wp-block-archives-list,
.wp-block-rss {
    padding: 0px;
}
.wp-block-archives-list li,
.wp-block-rss li {
    padding: 5px 0px 5px 15px !important;
    list-style: none;
    position: relative;
}
.wp-block-archives-list li a,
.wp-block-rss li a {
    display: inline-flex;
    align-items: center;
}
.wp-block-archives-list li a:before,
.wp-block-rss li a:before {
    content: '';
    position: absolute;
    margin-left: -15px;
    border: solid currentcolor;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    vertical-align: middle;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.wp-block-search input[type='submit'],
.wp-block-search button {
    height: 40px;
    line-height: 40px !important;
    padding: 0px 20px !important;
    background: #000 !important;
    color: #fff !important;
    border-width: 0px !important;
}
.wp-block-search input[type='submit']:hover,
.wp-block-search button:hover {
    background: var(--jl-main-color) !important;
}
input[type='submit'],
button {
    font-family: var(--jl-menu-font);
    font-size: var(--jl-button-font-size);
    font-weight: var(--jl-button-font-weight);
    text-transform: var(--jl-button-transform);
    letter-spacing: var(--jl-button-space);
    display: block;
    background-color: #000;
    color: #fff !important;
    line-height: 40px !important;
    padding: 0px 30px;
    margin-top: 0px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    border: 0px;
    outline: none;
}
body:not(.jl-has-sidebar) #sidebar {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
body:not(.jl-has-sidebar) #content,
body:not(.jl-has-sidebar) #sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.admin-bar .menu_sticky.stick {
    top: 32px !important;
}
#sidebar select {
    width: 100%;
}
.wp-caption.alignnone {
    max-width: 100%;
}
.wp-caption {
    max-width: 100%;
    margin-bottom: 30px !important;
    padding: 0px;
    background: none;
    color: #000;
    font-style: italic;
}
.wp-caption p {
    margin-bottom: 0px;
}
.wp-caption.alignleft {
    margin: 5px 30px 30px 0%;
}
.wp-caption.alignright {
    margin: 5px 0% 30px 30px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-style: normal;
    letter-spacing: -0.03em;
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #888;
    line-height: 17px;
    margin: 8px 0 0;
}
.wp-caption-text {
    margin-top: 5px;
    font-style: italic;
    font-size: 0.923em;
    text-align: center;
    color: #b4b4b4;
}
.gallery-caption {
    visibility: visible;
    opacity: 1;
}
.bypostauthor {
    visibility: visible;
    opacity: 1;
}
a img.alignright {
    float: right;
    margin: 10px 0 30px 30px;
}
a img.alignnone {
    margin: 0px;
}
a img.alignleft {
    float: left;
    margin: 10px 30px 30px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    display: block;
    float: left;
    margin: 5px 30px 30px 0 !important;
}
.alignright {
    display: block;
    float: right;
    margin: 5px 0 20px 20px !important;
}
.aligncenter {
    display: block;
    margin: auto;
}
.jl_img > a {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}
.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;
    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;
}
.page_error_404 {
    text-align: center;
    margin-bottom: 85px;
}
.page_error_404 .link_home404 {
    font-family: var(--jl-menu-font);
    font-size: var(--jl-button-font-size);
    font-weight: var(--jl-button-font-weight);
    text-transform: var(--jl-button-transform);
    letter-spacing: var(--jl-button-space);
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    color: #FFF;
    background: #000000;
    cursor: pointer;
    border: 0px;
    margin-top: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    border-radius: 0px;
}
.page_error_404 .link_home404:hover {
    text-decoration: none !important;
    color: #fff !important;
    background: var(--jl-main-color);
}
.page_error_404 h1 {
    font-size: 120px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 0px;
}
.grid_no_margin {
    margin-top: -30px;
}
.jp-type-playlist {
    opacity: 0.7;
}
.cus_sec_title {
    display: block;
}
.cus_sec_title.sec_style1 h3 {
    margin-bottom: 5px;
}
.cus_sec_title.sec_style2 h3 span {
    display: block;
}
.cus_sec_title.sec_style2 h3:after {
    content: "";
    display: inline-block;
    width: 32px;
    margin-top: 10px;
    border-bottom: 4px solid #333;
}
.cus_sec_title.sec_style2 p {
    margin-top: 5px;
}
.cus_sec_title.sec_style3 h3 span:before,
.cus_sec_title.sec_style3 h3 span:after {
    content: '';
    display: inline-block;
    width: 30px;
    margin: 0px 11px 0px 0;
    border-bottom: 2px solid #555;
}
.cus_sec_title.sec_style3 h3 {
    display: inline-flex;
}
.cus_sec_title.sec_style3 h3 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cus_sec_title.sec_style3 h3 span:after {
    margin: 0px 0 0px 11px;
}
.cus_sec_title h3 {
    display: block;
    position: relative;
    margin-bottom: 0px;
}
.cus_sec_title h3 span {
    display: inline-block;
}
.jl-w-slider .swiper-container {
    width: 100%;
    height: 400px;
}
.jl-w-slider:after {
    display: table;
    content: '';
    clear: both;
}
.jl-w-slider .swiper-slide {
    overflow: hidden;
}
.jl_ar_top,
.jl-w-slider,
.jl-eb-slider {
    float: left;
    width: 100%;
}
.jl-eb-slider div {
    outline: none;
}
.jl-eb-slider img {
    width: 100%;
}
.jl_ar_top .jl-slider-next {
    top: 20px;
    right: 20px;
}
.jl_ar_top .jl-slider-prev {
    top: 20px;
    right: 60px;
}
.jl-slider-next,
.jl-slider-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 9px;
    text-align: center;
    color: #fff;
    float: left;
    -webkit-transition: .35s all;
    -transition: .35s all;
    transition: .35s all;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    cursor: pointer;
    opacity: 1 !important;
    background: #000;
    background: rgb(255, 255, 255, .3);
    outline: none;
}
.jl_w_slider .jl-slider-next,
.jl_w_slider .jl-slider-prev {
    color: #fff;
    background: rgba(52, 58, 64, .75);
}
.jl_w_slider .jl_grid_w {
    margin-bottom: 0px;
}
.jl_w_slider .jl_grid_w .jl_img_box {
    margin-bottom: 20px;
}
.jl_w_slider .item-slide {
    outline: none;
}
.jl_w_slider .jl-slider-prev i {
    margin-left: -2px;
}
.jl_sec_title {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.jl_sec_title.font_style1 .jl_title_c {
    font-family: var(--jl-menu-font);
}
.jl_sec_title.font_style2 .jl_title_c {
    font-family: var(--jl-title-font);
}
.jl_sec_title.font_style3 .jl_title_c {
    font-family: var(--jl-body-font);
}
.jl_sec_title.font_style4 .jl_title_c {
    font-family: var(--jl-menu-font);
    font-weight: var(--jl-cat-font-weight);
}
.jl_sec_title p {
    margin-bottom: 0px;
}
.jl_sec_title .jl_title_c {
    margin-bottom: 0px;
    font-size: 26px;
    padding-bottom: 5px;
    width: 100%;
}
.jl_sec_title.sec_style2,
.jl_sec_title.sec_style3 {
    width: 100%;
    overflow: hidden;
}
.jl_sec_title.sec_style2 .jl_title_c,
.jl_sec_title.sec_style3 .jl_title_c {
    position: relative;
    display: inline-block;
    text-align: center;
    width: auto !important;
    font-size: 18px;
    letter-spacing: -0.03em;
}
.jl_sec_title.sec_style2 .jl_title_c {
    color: #fff;
}
.jl_sec_title.sec_style2 .jl_title_c span {
    display: block;
    position: relative;
    z-index: 1;
    padding: 5px 15px;
    line-height: 1.2;
}
.jl_sec_title.sec_style2 .jl_title_c span:before {
    position: absolute;
    background-color: var(--jl-main-color);
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
}
.jl_sec_title.sec_style2 .jl_title_c:before,
.jl_sec_title.sec_style3 .jl_title_c:before {
    content: '';
    border-top: 1px solid #eaeaea;
    top: 50%;
    transform: translate(0, -50%);
    right: 100%;
    margin-right: 20px;
    position: absolute;
    width: 1400px;
}
.jl_sec_title.sec_style2 .jl_title_c:after,
.jl_sec_title.sec_style3 .jl_title_c:after {
    content: '';
    border-top: 1px solid #eaeaea;
    top: 50%;
    transform: translate(0, -50%);
    left: 100%;
    margin-left: 20px;
    position: absolute;
    width: 1400px;
}
.options_dark_skin .jl_sec_title.sec_style2 .jl_title_c:before,
.options_dark_skin .jl_sec_title.sec_style2 .jl_title_c:after,
.options_dark_skin .jl_sec_title.sec_style3 .jl_title_c:before,
.options_dark_skin .jl_sec_title.sec_style3 .jl_title_c:after {
    border-top: 1px solid #303030;
}
.jl_sec_title.sec_style3 .jl_title_c span {
    display: block;
    position: relative;
    z-index: 1;
}
.options_dark_skin .jl_sec_title.sec_style4{
    border-color: #303030;
}
.jl_sec_title.sec_style4{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}
.jl_ajax_w{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.jl_ajax_w .jl_ajax_c .ajax_nav_item{
    font-size: 14px;
    margin: 0px 5px;
}
.jl_ajax_w .jl_ajax_c .ajax_nav_item .jl-tab-link.is-active{
    color: var(--jl-main-color);
}
.widget_jl_wrapper h5,
.widget-title .jl_title_c {
    padding-bottom: 15px;
    float: left;
    font-size: 13px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
}
.jlm_w {
    display: inline-flex;
    width: 22px;
    height: 23px;
    align-items: center;
    transition: none;
    vertical-align: middle;
    position: relative;
    transform: scale(.9);
}
.jlm_w span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    left: 0;
}
.jlm_w .jlma {
    top: 4px;
}
.jlm_w .jlmb {
    top: 10px;
}
.jlm_w .jlmc {
    top: 16px;
}
.jl_tp_info{
    background: linear-gradient(to right, #b10e34 20%, #ed1c94);    
    position: relative;
    display: none;
}
.jl_tp_info .jl_tp_info_c{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;    
    padding: 12px 0px;
}
.jl_tp_info .jl_tp_info_text{
    font-size: var(--jl-topbar-des-size);
    margin: 0px 20px 0px 0px;
    padding: 0;
    text-align: left;
    color: #fff;
}
.jl_tp_info .jl_tp_info_link a{
    font-family: var(--jl-menu-font);
    font-weight: var(--jl-button-font-weight);
    text-transform: var(--jl-topbar-btn-transform);
    letter-spacing: var(--jl-topbar-btn-space);
    height: 26px;
    line-height: 26px;
    padding: 0px 13px;
    text-align: center;
    display: block;
    color: #000;
    background: #fff;
    text-transform: uppercase;
    font-size: var(--jl-topbar-btn-size);
    text-decoration: none !important;
    border-radius: 100px;
}
.jl_tp_info .row{
    margin-bottom: 0px;
}
.jl_tp_info .jl_close_wapper{
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    right: 20px;
    width: 15px;
    height: 15px;
}
.jl_tp_info .jl_close_wapper span{
    background: #fff;
}
.header-wraper .cart-link {
    position: relative;
    display: flex;
    display: -webkit-flex;
    min-width: 26px;
    height: 100%;
    line-height: 1;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.navbar-right {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: flex-end;
}
.navbar-right > * {
    position: static;
    display: flex;
    display: -webkit-flex;
    margin-left: 7px;
    flex-flow: row nowrap;
    align-items: center;
}
.header-wraper .jl_h_cart {
    float: right;
    margin-left: 13px;
}
.header-wraper .jl_h_cart .jl_l_cart {
    height: 75px;
    float: left;
}
.header-wraper .cart-link,
.off-canvas-wrap .cart-link {
    font-size: 24px;
}
.jl_i_cart {
    display: flex;
    display: -webkit-flex;
    line-height: 28px;
    align-items: flex-start;
    position: relative;
}
.jl_count_cart {
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    font-size: 10px;
    background: var(--jl-main-color);
    border-radius: 50%;
    font-style: normal;
    font-family: var(--jl-menu-font);
    font-weight: 400;
}
.jl-hshow {
    position: absolute;
    top: 100%;
    top: 70px;
    right: 0;
    left: auto;
    z-index: 1000;
    display: block;
    visibility: hidden;
    padding: 20px;
    width: 320px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    color: #333;
    opacity: 0;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
.is-hover:hover .jl-hshow {
    visibility: visible;
    opacity: 1;
}
.elementor {
    float: left;
    width: 100%;
}
/*-------------------------------------------------------------------------------------
widget large post
-------------------------------------------------------------------------------------*/
.jl_cat_item{
    counter-reset: pagination;
}
.jl_cat_item .jl_grid_w .jl_f_img_link:before{
    font-family: var(--jl-title-font);
    font-weight: var(--jl-title-font-weight);
    content: counter(pagination);
    counter-increment: pagination;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    text-align: center;
    background: #000;
    color: #fff;
    z-index: 3;
}
.jl_cat_item .jl_grid_w{
    padding-bottom: 65%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.jl_cat_item .jl_grid_w:last-child{
    margin-bottom: 0px;
}
.jl_cat_item .jl_grid_w .jl_f_img_link{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 2;
}

.jl_cat_item .jl_grid_w img{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.jl_cat_item .jl_grid_w .text-box{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px 20px 20px 20px;
    z-index: 3;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 140%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(140%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 150%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 140%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 140%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 140%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.jl_cat_item .jl_grid_w .text-box h3{
    font-size: 17px;
}
.jl_cat_item .jl_grid_w .text-box h3 a{
    color: #fff;
}
/*-------------------------------------------------------------------------------------
Design Sections
-------------------------------------------------------------------------------------*/

.lazyload,
.lazyloading {
    background-color: #ced4da;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: .25s -webkit-filter linear;
    transition: .25s -webkit-filter linear;
    transition: .25s filter linear;
    transition: .25s filter linear, .25s -webkit-filter linear;
}
.slick-cloned .lazyload, .slick-cloned .lazyloading{
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
.lazyload.loaded {
    opacity: 1;
    -webkit-transition: opacity .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: opacity .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: opacity .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: opacity .25s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    filter: blur(0px);
}
.jl-gdpr {
    box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 999;
    display: none;
    visibility: hidden;
    padding: 13px;
    max-width: 400px;
    background: #fff;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .5s cubic-bezier(0.32, 0.74, 0.57, 1);
    pointer-events: none;
    font-size: 13px;
    display: flex !important;
    align-items: center;
    border-radius: 5px;
}
.jl-gdpr p a,
.jl-gdpr p a:hover {
    text-decoration: underline !important;
    color: var(--jl-main-color);
}
.jl-gdpr p {
    font-size: var(--jl-cookie-des-size);
    line-height: 1.34;
    margin-bottom: 0px;
    color: #000;
}
.jl-gdpr .jl-gdpr-accept {
    font-family: var(--jl-menu-font);
    font-weight: var(--jl-button-font-weight);
    text-transform: var(--jl-cookie-btn-transform);
    letter-spacing: var(--jl-cookie-btn-space);
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: block;
    color: #fff;
    background: #000;
    margin-top: 15px;
    font-size: var(--jl-cookie-btn-size);
    text-decoration: none !important;
    margin: 0px;
    padding: 0px 10px;
    border-radius: 3px;
}
.jl-gdpr .jl-gdpr-accept:hover {
    color: #fff !important;
    background: var(--jl-main-color);
    border-color: transparent;
}
.jl-gdpr.jl-display {
    visibility: visible;
    opacity: 1;
    pointer-events: auto !important;
}
.header_layout_style1_custom.navigation_wrapper .jl_main_menu {
    text-align: right !important;
    padding-right: calc(var(--jl-space-bar) + 10px) !important;
}
.admin-bar.jl_header_tp .header-wraper {
    top: 50px;
}
.admin-bar .jl_r_menu.header-wraper {
    top: 30px;
}
.jl_header_tp .header-wraper {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
}
.jl_header_tp .header-wraper.jl_base_menu .shareblock_day_night .jl-night-toggle-icon {
    background: rgba(255, 255, 255, .3) !important;
}
.jl_header_tp .header-wraper .jl_h_cart i,
.jl_header_tp .header-wraper .jl_h_cart:hover i,
.jl_header_tp .header-wraper .search_header_wrapper i,
.jl_header_tp .header-wraper .search_header_wrapper:hover i {
    color: #fff !important;
}
.jl_header_tp .header-wraper.jl_r_menu .jl_h_cart i,
.jl_header_tp .header-wraper.jl_r_menu .jl_h_cart:hover i,
.jl_header_tp .header-wraper.jl_r_menu .search_header_wrapper i,
.jl_header_tp .header-wraper.jl_r_menu .search_header_wrapper:hover i {
    color: #000 !important;
}
.jl_header_tp .options_dark_skin .header-wraper.jl_r_menu .jl_h_cart i,
.jl_header_tp .options_dark_skin .header-wraper.jl_r_menu .jl_h_cart:hover i,
.jl_header_tp .options_dark_skin .header-wraper.jl_r_menu .search_header_wrapper i,
.jl_header_tp .options_dark_skin .header-wraper.jl_r_menu .search_header_wrapper:hover i {
    color: #fff !important;
}
.jl_header_tp .header-wraper .jlm_w span {
    background: #fff;
}
.jl_header_tp .header-wraper.jl_r_menu .jlm_w span {
    background: #000;
}
.jl_header_tp .options_dark_skin .header-wraper.jl_r_menu .jlm_w span {
    background: #fff;
}
.jl_nav_stick .header-wraper .menu_wrapper {
    background: transparent !important;
}
.jl_header_tp .options_dark_skin .jl_r_menu.header-wraper .menu_wrapper {
    background-color: #1a1a1a !important;
    border-bottom: 1px solid #303030 !important;
}
.jl_r_menu.header-wraper .menu_wrapper {
    background: #fff !important;
    margin-bottom: 0px;
}
.jl_header_tp .header-wraper .jl_logo_n {
    opacity: 0;
    visibility: hidden;
}
.jl_header_tp .header-wraper .jl_logo_w {
    opacity: 1 !important;
    visibility: visible;
}
.jl_header_tp .jl_r_menu.header-wraper .jl_logo_n {
    opacity: 1;
    visibility: visible;
}
.jl_header_tp .jl_r_menu.header-wraper .jl_logo_w {
    opacity: 0 !important;
    visibility: hidden;
}
.jl_header_tp .header-wraper .jl_main_menu > li > a,
.jl_header_tp .header-wraper .jl_main_menu.jl_main_menu > li:hover > a {
    color: #fff !important;
}
.jl_header_tp .jl_r_menu.header-wraper .jl_main_menu > li > a,
.jl_header_tp .jl_r_menu.header-wraper .jl_main_menu.jl_main_menu > li:hover > a {
    color: #000 !important;
}
.jl_header_tp .menu_wrapper .jl_main_menu > li > a > span,
.jl_header_tp .menu_wrapper .jl_main_menu > li:hover > a > span {
    background: #fff !important;
}
.jl_header_tp .jl_r_menu.header-wraper .jl_main_menu > li > a > .border-menu,
.jl_header_tp .jl_r_menu.header-wraper .jl_main_menu > li:hover > a > .border-menu {
    background: #000 !important;
}
.jl_header_tp .options_dark_skin .jl_r_menu.header-wraper .jl_main_menu > li > a,
.jl_header_tp .options_dark_skin .jl_r_menu.header-wraper .jl_main_menu > li:hover > a {
    color: #fff !important;
}
.jl_header_tp .options_dark_skin .jl_r_menu.header-wraper .jl_main_menu > li > a > span,
.jl_header_tp .options_dark_skin .jl_r_menu.header-wraper .jl_main_menu > li:hover > a > span {
    background: #fff !important;
}
.jl_header_tp .options_dark_skin .jl_r_menu.header-wraper .jl_main_menu > li > a {
    color: #fff !important;
}
.jl_header_tp .header_magazine_full_screen .menu_wrapper {
    border-bottom: 0px solid #f0f0f0 !important;
}
.header_magazine_full_screen.jl_r_menu .menu_wrapper {
    border-bottom: 1px solid #e9ecef !important;
}
.jl_header_tp.jl_nav_stick .jl_r_menu {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: block;
}
.jl_nav_stick .jl_r_menu {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: -moz-transform .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: -o-transform .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.jl_nav_stick .jl_r_menu.m-visible {
    top: 0;
    display: block;
}
.jl_nav_stick .admin-bar .jl_r_menu.m-visible {
    top: 32px;
}
.is-header-row.jl_nav_stick .site-header.jl_base_menu.m-hidden,
.is-header-row.jl_nav_stick.menu-detached .site-header.jl_base_menu,
.is-header-small.jl_nav_stick .site-header.jl_base_menu.m-hidden,
.is-header-small.jl_nav_stick.menu-detached .site-header.jl_base_menu {
    opacity: 0;
}
.jl_nav_stick.menu-invisible.menu-detached .jl_r_menu {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.jl_nav_stick.menu-detached .jl_r_menu {
    position: fixed;
    z-index: 150;
    display: block;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 9999;
}
.sjl_nav_stick .jl_r_menu {
    position: fixed;
    z-index: 150;
    display: block;
    -moz-transition: -moz-transform .1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: -o-transform .1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: -webkit-transform .1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform .1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 9999;
}
.jl_nav_stick.menu-detached .admin-bar .jl_r_menu {
    top: 32px;
}
.jl_tabsl {
    position: relative;
    float: left;
    width: 100%;
}
.jl_sl_t {
    width: 100%;
    float: left;
}
.jl_ts_l {
    height: 600px;
    background: #161616;
}
.jl_ts_l img {
    opacity: .85;
}
.jl_ts_l .jl_f_img_link {
    background: transparent;
    opacity: 1;
    z-index: 1;
}
.jl_ts_l .jl_f_postbox {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    opacity: 0;
}
.jl_ts_l .jl_f_postbox .jl_f_cat {
    margin-bottom: 10px;
}
.jl_ts_l .jl_post_meta {
    margin-top: 15px;
}
.slick-active .jl_ts_l .jl_f_postbox {
    opacity: 1;
    animation-name: fadeupslide;
    animation-duration: .5s;
}
@-webkit-keyframes fadeupslide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
        -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
        transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    }
}
@keyframes fadeupslide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
        -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
        transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    }
}
@-webkit-keyframes slidewidth {
    0% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}
@keyframes slidewidth {
    0% {
        width: 0px;
    }
    100% {
        width: 100%;
    }
}
.jl_lb3.jl_f_cat a, .jl_lb2.jl_f_cat a, .jl_lb4.jl_f_cat a{
    float: none;
    display: inline-flex !important;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    height: 22px;
    line-height: 1.2;
    background-color: rgba(52, 58, 64, .4) !important;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
}
.jl_lb3.jl_f_cat a{
    border-radius: 0px;
}
.jl_lb4.jl_f_cat a{
    border-radius: 3px;
}
.jl_ts_l .jl_post_meta *,
.jl_ts_l .jl_post_meta .jl_author_img_w a:hover,
.options_dark_skin .jl_ts_l .jl_post_meta span,
.options_dark_skin .jl_ts_l .jl_post_meta *,
.options_dark_skin .jl_ts_l .jl_post_meta .jl_author_img_w a:hover {
    color: rgba(255, 255, 255, .8)!important;
}
.jl_ts_l .jl_f_title a {
    color: #fff !important;
}
.jl_ts_l .jl_f_title {
    margin-bottom: 0px;
    font-size: 40px;
    max-width: 60%;
}
.jl_load_cw {
    float: left;
    width: 100%;
}
.jl_load_c {
    margin: 0px -15px;
    padding-top: 25px;
    padding-bottom: 20px;
}
.jl_load_c * {
    outline: none;
}
.jl_load_c .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
}
.jl_load_c .jl_bar_item {
    display: block;
    width: 25%;
    cursor: pointer;
    float: left;
    color: #000;
    padding: 0px 15px;
}
.options_dark_skin .jl_bar_item .jl_tt .jl_load_c .jl_bar_item {
    color: #fff;
}
.jl_load_c .jl_bar_item .jl_l_bar {
    float: left;
    width: 100%;
    height: 1px;
    margin-top: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.options_dark_skin .jl_load_c .jl_bar_item .jl_l_bar {
    background-color: rgba(255, 255, 255, 0.1);
}
.jl_load_c .jl_bar_item .jl_l_bar:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: var(--jl-main-color);
    width: 0%;
    height: 1px;
}
.jl_load_c .jl_bar_item.slick-current .jl_l_bar:before {
    animation-name: slidewidth;
    animation-duration: 9s;
}
.jl_load_c .slick-current .jl_ln {
    color: #fff;
    border-color: var(--jl-main-color);
    background: var(--jl-main-color);
    -webkit-transition: .3s 0s cubic-bezier(.86, .17, 0, .81);
    -o-transition: .3s 0s cubic-bezier(.86, .17, 0, .81);
    transition: .3s 0s cubic-bezier(.86, .17, 0, .81);
}
.options_dark_skin .jl_load_c .slick-current .jl_ln {
    border-color: var(--jl-main-color);
}
.jl_lnw {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jl_bar_item .jl_ln {
    font-size: 15px;
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    color: #000;
    border: 1px solid #000;
    border-radius: 100px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
.options_dark_skin .jl_bar_item .jl_ln {
    border: 1px solid #fff;
    color: #fff;
}
.jl_bar_item .jl_ln:before {
    content: '0';
}
.jl_bar_item .jl_tt {
    margin: 0px 0px 0px 10px;
    font-size: 15px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.options_dark_skin .jl_bar_item .jl_tt {
    color: #fff;
}
/*-------------------------------------------------------------------------------------
layout main right
-------------------------------------------------------------------------------------*/

.jl-layout-m-r-w {
    float: left;
    width: 100%;
}
.jl_mb_wrap_l .jl_post_fr_w{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0px -15px;
}
.jl_mb_wrap_l .jl_layout_mrw{
    float: left;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}
.jl_mb_wrap_l .jl_mgc{
    float: left;
    width: 50%;
}
.jl_mb_wrap_l .jl_m_right.jl_l_mr{
    width: 100%;
}
.jl_layout_mr {
    float: left;
    width: 50%;
    padding: 0px 15px;
}
.jl_post_fr_w .jl_layout_mrw .jl_f_img_link {
    opacity: 0 !important;
}
.jl_layout_mrw .jl_f_postbox {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 40px;
    background-image: -owg-linear-gradient(transparent, rgba(0, 0, 0, .55));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .55));
    background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, .55));
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .55));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .55));
}
.jl_layout_mrw .jl_f_postbox .jl_f_title a,
.jl_layout_mrw .jl_f_postbox .jl_f_cat a,
.jl_layout_mrw .jl_f_postbox .jl_post_meta span,
.jl_layout_mrw .jl_f_postbox .jl_post_meta span a {
    color: #fff !important;
}
.jl_layout_mrw .jl_f_postbox .jl_f_title {
    margin-bottom: 0px;
    font-size: 35px;
}
.jl_layout_mrw .jl_f_postbox .jl_meta_t *, .jl_mgo_wrapper .jl_post_meta *, .jl_full_feature .jl_post_meta *, .jl_cat_item .jl_grid_w .jl_post_meta *{
    color: rgba(255, 255, 255, .8) !important;
}
.jl_mb_wrap_l .jl_post_fr_w .jl_m_right_content .entry-title {
    font-size: 20px;
}
.jl_m_right.jl_l_mr {
    width: 50%;
    float: left;
    padding: 0px 15px;
    margin-bottom: 30px;
}
.jl_m_right.jl_l_mr .jl_m_right_w{
    border-bottom: 0px solid #eee !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.jl_m_right.jl_l_mr:last-child {
    margin-bottom: 0px;
}
.jl_m_right.jl_l_mr .jl_m_right_img {
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    width: 180px;
}
.jl_m_right.jl_l_mr .jl_m_right_content {
    margin-left: 30px;
    margin-right: 0px !important;
}
/*-------------------------------------------------------------------------------------
Feature post 1
-------------------------------------------------------------------------------------*/
.jl_none_img .jl_f_cat {
    margin-bottom: 13px;
}
.jl_f_cat {
    float: left;
    width: 100%;
}
.jl_f_cat a {
    font-family: var(--jl-menu-font);
    letter-spacing: var(--jl-cat-font-space);
    font-size: var(--jl-cat-font-size);
    font-weight: var(--jl-cat-font-weight);
    text-transform: var(--jl-cat-transform);
    float: left;
    position: relative;
    display: inline-block;
    color: #000;
    text-align: center;
    line-height: 10px;
    margin-right: 10px;
    margin-bottom: 2px;
}
.category-wellintentioned .jl_f_cat.jl_lb1 a {
    margin-bottom: 7px;
}
.jl_f_cat.jl_lb1 a {
    background: linear-gradient(to left, #111 0, #111 25%, transparent 25%) -2px 100%/4px 1px repeat-x;
    display: inline-block;
    padding-bottom: 5px;
}
.options_dark_skin .jl_f_cat.jl_lb1 a {
    background: linear-gradient(to left, #8b8b8b 0, #8b8b8b 25%, transparent 25%) -2px 100%/4px 1px repeat-x;
}
.jl_f_cat.jl_lb2 a,
.jl_f_cat.jl_lb3 a,
.jl_f_cat.jl_lb4 a,
.jl_cmlist_w .jl_f_cat.jl_lb2 a,
.jl_cmlist_w .jl_f_cat.jl_lb3 a,
.jl_cmlist_w .jl_f_cat.jl_lb4 a {
    padding: 0px 10px !important;
    margin: 0px 1px 2px 1px;
    color: #fff !important;
}
.jl_f_cat a .jl_cat_t,
.jl_f_cat.jl_lb2 a:hover,
.jl_f_cat.jl_lb3 a:hover,
.jl_f_cat.jl_lb4 a:hover {
    color: #fff !important;
}
.jl_f_cat.jl_lb2 span,
.jl_f_cat.jl_lb3 span,
.jl_f_cat.jl_lb4 span {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    height: auto;
    margin: 0px !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 0;
}
.jl_f_cat.jl_lb2 .jl_cat_t,
.jl_f_cat.jl_lb3 .jl_cat_t,
.jl_f_cat.jl_lb4 .jl_cat_t {
    text-decoration: none;
    z-index: 1;
    position: relative;
}
.jl_f_cat.jl_lb3 span {
    position: absolute;
    border-radius: 0px;
    -webkit-transition: .3s 0s cubic-bezier(.86, .17, 0, .81);
    -o-transition: .3s 0s cubic-bezier(.86, .17, 0, .81);
    transition: .3s 0s cubic-bezier(.86, .17, 0, .81);
}
.jl_f_cat.jl_lb4 span {
    border-radius: 0px;
}
.options_dark_skin .jl_f_cat a:hover {
    color: #fff !important;
}
.jl_f_cat a:hover {
    color: #000 !important;
    text-decoration: none !important;
}
.jl_ts_l img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.jl_f_img_bg {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.jl_f_img_link {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}
/*-------------------------------------------------------------------------------------
Feature grid 3
-------------------------------------------------------------------------------------*/

.jl_ov_fix.jl_mgo_wrapper .jl_post_meta_s {
    margin-top: 15px;
}
.jl_ov_fix.jl_mgo_wrapper .jl_post_meta_s span,
.jl_ov_fix.jl_mgo_wrapper .jl_post_meta_s span a,
.jl_ov_fix.jl_mgo_wrapper .jl_post_meta_s span a:hover {
    color: #fff !important;
}
.jl_ov_fix.jl_mgo_wrapper .jl_mgo_post {
    margin: 0px -15px;
}
.jl_ov_fix.jl_mgo_wrapper .jl_mgo_main {
    width: 50%;
    padding: 0px 15px;
}
.jl_ov_fix.jl_mgo_wrapper .jl_author_img {
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    width: 35px;
}
.jl_ov_fix.jl_mgo_wrapper.jl_ov_b .jl_mgo_main {
    width: 46%;
}
.jl_ov_fix.jl_mgo_wrapper.jl_ov_b .jl_mgo_main.jl_mgo_s {
    width: 27%;
}
.jl_ov_fix.jl_mgo_wrapper.jl_ov_b .jl_mgo_main.jl_mgo_s .jl_f_title {
    font-size: 20px;
}
.jl_ov_fix.jl_mgo_wrapper.jl_ov_b .jl_post_meta{
    margin-top: 10px;
}
.jl_mgo_wrapper .jl_mgo_main {
    float: left;
    width: 60%;
}
.jl_mgo_wrapper .jl_mgo_main .jl_grid_verlay_wrap {
    height: 500px;
}
.jl_mgo_wrapper .jl_mgo_sm {
    float: left;
    width: 40%;
}
.jl_mgo_wrapper .jl_mgo_sm .jl_grid_verlay_wrap {
    height: 250px;
}
.jl_mgo_wrapper .jl_f_cat a,
.jl_mgo_wrapper .jl_f_cat a:hover {
    color: #fff !important;
}
.jl_mgo_wrapper .jl_mgo_sm .jl_f_title {
    font-size: 20px;
}
.jl_mgo_wrapper .jl_mgo_sm .jl_post_meta {
    margin-top: 15px;
}
.jl_mgo_wrapper .jl_f_title {
    margin-bottom: 0px;
}
.jl_mgo_wrapper .jl_f_title a,
.jl_mgo_wrapper .jl_f_title a:hover {
    color: #fff !important;
}
.jl_mgo_wrapper .jl_f_img_link {
    background: #444;
    opacity: .28;
}
.jl_mgo_wrapper img{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.jl_mgo_wrapper .jl_f_postbox {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 30px;
}
.jl_post_meta_s {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jl_post_meta_s .jl_author_img {
    -webkit-flex: 0 0 27px;
    -ms-flex: 0 0 27px;
    flex: 0 0 27px;
    width: 27px;
    position: relative !important;
    display: block;
    float: left;
}
.jl_post_meta_s .jl_author_img img {
    border-radius: 100px;
}
.jl_post_meta_s .jl_meta_t {
    font-family: var(--jl-menu-font);
    letter-spacing: var(--jl-meta-font-space);
    font-size: var(--jl-meta-font-size);
    font-weight: var(--jl-meta-font-weight);
    text-transform: var(--jl-meta-transform);
    position: relative;
    margin-left: 8px;
    line-height: 1.2;
}
.jl_post_meta_s .jl_meta_txt {
    margin-left: 0px;
    color: #5e5e5e;
}
.options_dark_skin .jl_post_meta_s .jl_meta_txt {
    color: #8b8b8b;
}
.jl_post_meta_s .jl_meta_t span:first-child:before {
    display: none;
}
.jl_post_meta_s .jl_meta_t .jl_author_img_w {
    float: none;
    display: inline-block;
    margin-bottom: 3px;
}
.jl_single_style1 .jl_post_meta_s .jl_meta_t .jl_author_img_w a:hover,
.jl_single_style5 .jl_post_meta_s .jl_meta_t .jl_author_img_w a:hover {
    color: #000 !important;
}
.jl_post_meta_s .jl_meta_t .post-read-time:before,
.jl_post_meta_s .jl_meta_t .post-date:before,
.jl_post_meta_s .jl_meta_t .jl_view_options:before {
    content: "\00b7";
    font-weight: 600;
    margin-right: 8px;
    margin-left: 8px;
}
/*-------------------------------------------------------------------------------------
Feature main grid
-------------------------------------------------------------------------------------*/
.jl_img{
    position: absolute;
    width: 100%;
    height: 100%;
}
.jl_img img{
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.jl_mg_wrapper .jl_mg_post {
    margin: 0px -15px;
}
.jl_mg_wrapper .jl_mg_main {
    float: left;
    width: 50%;
    padding: 0px 15px;
}
.jl_mg_wrapper .jl_mgr {
    float: left;
    width: 50%;
    display: flex;
    flex-flow: row wrap;
}
.jl_mg_wrapper .jl_mg_main .entry-title {
    margin-bottom: 0px;
}
.jl_mg_wrapper .jl_mg_main .jl_img_box {
    margin-bottom: 23px;
}
.jl_mg_wrapper .jl_mg_main .jl_post_meta {
    margin-top: 15px;
}
.jl_mg_wrapper .jl_f_cat {
    margin-bottom: 10px;
}
.jl_mg_wrapper .jl_mg_main p {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
}
.jl_mg_wrapper .jl_mg_sm {
    float: left;
    width: 50%;
    margin-bottom: 35px;
    padding: 0px 15px;
}
.jl_mg_wrapper .jl_mg_sm .entry-title {
    font-size: 17px;
    margin-bottom: 0px;
    display: block;
}
.jl_mg_wrapper .jl_mg_sm .jl_f_img {
    margin-bottom: 20px;
}
.jl_mg_wrapper .jl_mg_sm .jl_post_meta {
    margin-top: 15px;
}
/*-------------------------------------------------------------------------------------
Feature mix
-------------------------------------------------------------------------------------*/

.jl_mright_wrapper {
    float: left;
    width: 100%;
}
.jl_mix_post {
    margin: 0px -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.jl_mix_post .jl_m_left {
    float: right;
    width: 25%;
    padding: 0px 15px;
}
.jl_mix_post .jl_mgc {
    float: left;
    width: 33%;
}
.jl_mix_post .jl_m_right {
    float: left;
    width: 100%;
    padding: 0px 15px;
}
.jl_mix_post .jl_m_right:last-child {
    margin-bottom: 0px;
}
.jl_m_left .jl_m_left_w {
    float: left;
    width: 100%;
}
.jl_m_left .jl_m_left_w:first-child {
    margin-bottom: 30px;
}
.jl_m_left .jl_m_left_w .jl_img_box {
    position: relative;
}
.jl_img_box .jl_f_cat {
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.jl_m_left .jl_m_left_w .jl_f_cat {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.jl_mix_post .jl_m_left h3 {
    margin: 10px 0px 0px 0px;
    line-height: 0px;
}
.jl_mix_post .jl_m_left h3 a {
    font-size: 20px;
    line-height: 1.2;
}
.jl_mix_post .jl_m_left .jl_post_meta {
    margin-top: 7px;
}
.jl_mix_post .jl_m_center {
    width: 67%;
    float: left;
    padding: 0px 15px;
}
.jl_mix_post .jl_m_2 {
    float: left;
    width: 37%;
    padding: 0px 20px;
    margin-bottom: 30px;
}
.jl_mix_post .jl_m_2 .jl_m_m_f {
    height: 230px;
    position: relative;
}
.jl_mix_post .jl_m_2 .jl_f_cat {
    position: absolute;
    left: 20px;
    top: 20px;
}
.jl_mix_post .jl_m_2 .text-box {
    margin-top: 20px;
    float: left;
    width: 100%;
}
.jl_mix_post .jl_m_2 .text-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.jl_m_center h3 {
    margin: 0px;
}
.jl_m_center .jl_m_center_w {
    float: left;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}
.jl_m_center .jl_m_center_w .jl_img_box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #161616;
}
.jl_m_center .jl_m_center_w .jl_img_box .w_img_link {
    position: absolute;
    width: 100%;
    height: 100%;
}
.jl_m_center .jl_m_center_w .jl_img_box img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.jl_m_center .jl_f_img_link {
    top: 0px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), to(rgba(0, 0, 0, .5)));
    background: linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, .5) 100%);
    z-index: 2;
}
.jl_m_center .text-box {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 40px;
    z-index: 3;
    background-image: -owg-linear-gradient(transparent, rgba(0, 0, 0, .55));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .55));
    background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, .55));
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .55));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .55));
}
.jl_m_center .text-box .jl_f_cat {
    margin-bottom: 10px;
}
.jl_m_center .text-box .jl_post_meta {
    margin-top: 15px;
    text-shadow: 1px 1px 2px rgba(28, 28, 28, .1);
}
.jl_m_center .text-box .jl_f_cat.jl_lb1 a,
.jl_m_center .text-box .jl_f_cat.jl_lb1 a:hover {
    color: #fff !important;
    background: linear-gradient(to left, #fff 0, #fff 25%, transparent 25%) -2px 100%/4px 1px repeat-x;
}
.jl_m_center .jl_post_meta_s span,
.jl_m_center .jl_post_meta_s span a {
    color: rgba(255, 255, 255, .8) !important;
}
.jl_m_center .jl_post_meta_s {
    margin-top: 15px;
}
.jl_m_center .text-box h3 {
    float: left;
    width: 100%;
    font-size: 35px;
    max-width: 83%;
}
.jl_m_center .text-box h3 a {
    color: #fff !important;
}
.jl_m_center .text-box p {
    color: #ffffff;
    transition: opacity 0.4s ease-out, max-height 0.4s ease-out, margin 0.4s;
    float: left;
    width: 100%;
    margin: 15px 0px 0px 0px;
}
.jl_m_center .jl_post_meta span,
.jl_m_center .jl_post_meta span a,
.jl_m_center .jl_post_meta span a:hover,
.options_dark_skin .jl_m_center .jl_post_meta span,
.options_dark_skin .jl_m_center .jl_post_meta span a,
.options_dark_skin .jl_m_center .jl_post_meta span a:hover {
    color: #fff !important;
}
.jl_m_right.jl_m_right_f .jl_m_right_w {
    padding-top: 0px;
    border-top: 0px solid #e9e9e9;
}
.jl_m_right .jl_m_right_w {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.options_dark_skin .jl_m_right .jl_m_right_w {
    border-bottom: 1px solid #303030;
}
.jl_xsgrid .jl_m_right_content {
    margin-left: 20px;
}
.jl_xsgrid .jl-grid-cols:nth-last-child(-n+3) .jl_m_right .jl_m_right_w {
    border-width: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.enable_footer_columns_dark .jl_m_right .jl_m_right_w {
    border-bottom: 1px solid rgba(136, 136, 136, 0.2);
}
.jl_mgc .jl_m_right:last-child .jl_m_right_w {
    border-bottom: 0px solid #eee;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.bt_post_widget .jl_m_right:last-child .jl_m_right_w {
    border-bottom: 0px solid #eee;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.bt_post_widget .jl_m_right_w .jl_m_right_content {
    margin-left: 20px;
}
.jl_m_right .jl_m_right_img {
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative !important;
    display: block;
    float: left;
}
.jl_mgc .jl_m_right .jl_m_right_w {
    justify-content: space-between;
}
.jl_mix_post .jl_m_right .jl_m_right_img {
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    order: 2;
}
.jl_mgc .jl_m_right .jl_m_right_content {
    position: relative;
    flex-direction: column;
    margin-right: 20px;
    top: 0px;
}
.jl_m_right .jl_m_right_content h3 {
    font-size: 14px;
    margin: 0px;
}
.jl_m_right .jl_m_right_content .jl_f_cat {
    margin-bottom: 10px;
}
.jl_m_right .jl_m_right_content .jl_post_meta {
    margin-top: 9px;
}
.jl_m_right .jl_m_right_content p {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
}
.jl_radus_e {
    border-radius: var(--jl-border-rounded);
    overflow: hidden;
    position: relative;
}
/*-------------------------------------------------------------------------------------
Feature grid
-------------------------------------------------------------------------------------*/

.jl_grid_w {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.jl_grid_w .jl_img_box {
    margin-bottom: 23px;
}
.jl_numcap .text-box {
    position: relative;
    padding-left: 40px;
    display: block;
}
.jl_numcap .text-box:before {
    font-family: var(--jl-title-font);
    font-weight: var(--jl-title-font-weight);
    content: counter(pagination)".";
    counter-increment: pagination;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    color: var(--jl-main-color);
}
.jl_numcap .text-box h3 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.jl_grid_w .jl_img_box img {
    width: 100%;
}
.jl_grid_w .jl_img_box a {
    display: block;
}
.jl_grid_w .text-box .jl_f_cat {
    margin-bottom: 10px;
    line-height: 10px;
}
.jl_grid_w .text-box h3 {
    margin-bottom: 0px;
    float: left;
    width: 100%;
    word-break: break-word;
    display: -webkit-box;
    font-size: 23px;
}
.jl_grid_w .text-box h3 a {
    display: block;
}
.jl_grid_w .text-box p {
    margin: 10px 0px 0px 0px;
    float: left;
    width: 100%;
    word-break: break-word;
}
.jl_grid_w .jl_post_meta {
    margin-top: 13px;
}
.jl_maeffect .jl_ma_grid_col {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 1s cubic-bezier(.475, .425, 0, .995);
    -o-transition: all 1s cubic-bezier(.475, .425, 0, .995);
    transition: all 1s cubic-bezier(.475, .425, 0, .995);
}
.jl_ma_appear.jl_ma_grid_col {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.elementor-element-edit-mode .jl_ma_grid_col {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.elementor-element-edit-mode .jl_ma_grid_w,
.elementor-element-edit-mode .jl_ma_grid_gutter {
    display: none;
}
.jl_grid_wrap_f {
    margin-bottom: 0px;
    display: block;
    float: left;
    width: 100%;
}
.jl_grid_wrap_f .jl-roww:after {
    content: '';
    display: table;
    clear: both;
}
.jl_grid_wrap_f .jl-roww {
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0px -15px;
    counter-reset: pagination;
    justify-content: flex-start;
}
.jl-grid-cols.jl_grid_c {
    text-align: center;
}
.jl-g-cap .text-box {
    float: left;
    margin-left: 20px;
    margin-top: -70px;
    background: #fff;
    position: relative;
    padding: 20px 0px 0px 20px;
}
.options_dark_skin .jl-g-cap .text-box {
    background: #1a1a1a;
}
.jl_grid_wrap_f.jl_grid_c .jl-col3 .jl-grid-cols .jl_img_box {
    max-width: 100%;
    float: none;
    display: block;
    margin-bottom: 15px;
}
.jl_grid_c .jl_grid_w .text-box h3 a {
    font-size: 16px;
}
.jl_grid_wrap_f.jl_grid_c .text-box {
    text-align: center;
}
.jl_grid_wrap_f.jl_grid_c .text-box .jl_f_cat {
    line-height: 10px;
}
.g_2col.jl_grid_wrap_f .jl_ma_grid_w,
.g_2col.jl_grid_wrap_f .jl-col3 .jl-grid-cols,
.jl_grid_overlay .g_2col .jl_grid_overlay_col {
    width: 50%;
}
.g_2col.jl_grid_wrap_f .jl_ma_grid_w,
.g_2col.jl_grid_wrap_f .jl-col3 .jl-grid-cols:nth-last-child(-n+2) .jl_grid_w,
.jl_grid_overlay .g_2col .jl_grid_overlay_col {
    margin-bottom: 0px;
}
.g_3col.jl_grid_wrap_f .jl_ma_grid_w,
.g_3col.jl_grid_wrap_f .jl-col3 .jl-grid-cols,
.jl_grid_overlay .g_3col .jl_grid_overlay_col {
    width: 33.333%;
}
.g_4col.jl_grid_wrap_f .jl_ma_grid_w,
.g_4col.jl_grid_wrap_f .jl-col3 .jl-grid-cols,
.jl_grid_overlay .g_4col .jl_grid_overlay_col {
    width: 25%;
}
.g_5col.jl_grid_wrap_f .jl_ma_grid_w,
.g_5col.jl_grid_wrap_f .jl-col3 .jl-grid-cols,
.jl_grid_overlay .g_5col .jl_grid_overlay_col {
    width: 20%;
}
.g_6col.jl_grid_wrap_f .jl-col3 .jl-grid-cols,
.jl_grid_overlay .g_6col .jl_grid_overlay_col {
    width: 16.666667%;
}
.g_4col.jl_grid_wrap_f .jl-col3 .jl_post_meta .post-read-time {
    display: none;
}
.jl_grid_wrap_f .jl-col3 .jl-grid-cols {
    width: 33.333%;
    padding: 0px 15px;
}
.jl-sm-grids .jl_post_type_icon {
    top: 10px;
    right: 10px;
}
.jl-sm-grids .jl_grid_wrap_f .jl-col3 .jl-grid-cols {
    width: 20%;
}
.jl-sm-grids .jl_grid_w .jl_img_box {
    margin-bottom: 15px;
}
.jl-sm-grids .jl_grid_w .jl_post_meta {
    margin-top: 10px;
}
.jl-sm-grids .jl_grid_w .text-box h3 a {
    font-size: 15px;
}
.jl_grid_wrap_f .jl-roww .jl_sec_title {
    padding: 0px 15px;
}
.jl_m_list {
    float: left;
    width: 100%;
}
.jl_m_list .jl_l_em .jl_m_right_img {
    display: none;
}
.jl_m_list .jl_l_em .jl_m_right_content {
    margin-left: 0px;
}
.jl_m_list .jl_m_right_w {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.sticky.jl_m_list .jl_m_right_w{
    padding: 30px;
    background: #FFFAE4;
    border-color: #FFFAE4 !important;
}
.jl_cw_wrap_f .jl_lmore_wrap {
    margin-top: 50px;
}
.jl_cw_wrap_f .pagination-nextprev {
    margin-top: 40px;
    float: left;
    width: 100%;
}
.options_dark_skin .jl_m_list .jl_m_right_w {
    border-bottom: 1px solid #303030;
}
.jl_m_list:last-child .jl_m_right_w {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #ebebeb;
}
.jl_m_list:last-child .jl_m_right_w {
    margin-bottom: 0px;
}
.jl_m_list .jl_m_right_img {
    -webkit-flex: 0 0 320px;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    width: 320px;
}
.jl_m_list .jl_m_right_content {
    margin-left: 30px;
}
.jl_m_list .jl_m_right_content .jl_f_cat {
    margin-bottom: 13px;
}
.jl_m_list .jl_m_right_content .entry-title {
    font-size: 23px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    word-break: break-word;
}
.jl_m_list .jl_m_right_content .jl_post_meta {
    margin-top: 13px;
}
.jl_m_list .jl_m_right_content p {
    margin-top: 10px;
}
.jl_cpost_w .jl_cpost_col {
    margin-bottom: 0px;
    width: 25%;
    float: left;
    border: 1px solid #e9e9e9;
    padding: 25px;
    margin-top: -1px;
    margin-left: -1px;
}
.jl_c_post {
    float: left;
    width: 100%;
    text-align: center;
}
.jl_c_post .entry-title {
    line-height: 0px;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 15px;
}
.jl_c_post .jl_post_meta {
    line-height: 1.2;
    margin-top: 10px;
}
.jl_c_post .entry-title a {
    line-height: 1.2;
    font-size: 16px;
}
.jl_c_post .post-thumbnail img {
    width: 140px;
    border-radius: 100px;
}
.jl_c_post .jl_f_cat {
    text-align: center;
    line-height: 1.2;
    margin-top: 15px;
}
.jl_c_post .jl_f_cat a {
    display: inline-block;
    float: none;
    margin: 0px 2px;
}
.jl_c_post .jl_post_meta .post-date {
    display: inline-block;
    float: none;
    line-height: 1.2;
}
.jl_ma_grid_gutter {
    width: 0;
    padding: 0;
    margin: 0;
}
.jl_ma_layout .jl_img_box {
    position: relative;
    padding-bottom: 80%;
}
.jl_ma_layout .jl_img_box a {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.jl_ma_layout .jl_img_box img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.jl_ma_layout .jl-ma-opt:nth-child(2n+1) .jl_img_box {
    padding-bottom: 120%;
}
/*-------------------------------------------------------------------------------------
List backgound image
-------------------------------------------------------------------------------------*/
.jl_lbg_w .jl_lbg_c{
    position: relative;
}
.jl_lbg_w .jl_lbg_c:before, .jl_lbg_w .jl_lbg_c:after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;    
}
.options_dark_skin .jl_lbg_w .jl_lbg_c:before{
    background: #1a1a1a;
}
.jl_lbg_w .jl_lbg_c:before{
    background: #fff;
    z-index: 2;
    transition: bottom 200ms cubic-bezier(0.75, 0.78, 1, 1);
}
.jl_lbg_w .jl_lbg_c:after{
    background: #161616;
    opacity: 0.5;
    z-index: 1;
}
.jl_lbg_w .jl_lbg_c:hover:before{
    bottom: 100%;
}
.options_dark_skin .jl_lbg_w .jl_lbg_content{
    border-color: #303030;
}  
.jl_lbg_w .jl_lbg_content{
    position: relative;
    padding: 80px 120px;
    z-index: 3;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
}
.jl_main_list_cw .jl_lbg_w:last-child .jl_lbg_content{
    border-bottom: 0px;
}
.jl_lbg_w .jl_lbg_content .entry-title{
    font-size: 60px;
    margin-bottom: 0px;
}
.jl_lbg_w .jl_lbg_c:hover .jl_lbg_content .entry-title a {
    color: #fff;
}
.jl_lbg_w .jl_lbg_c:hover .jl_f_cat a, .jl_lbg_w .jl_lbg_c:hover .jl_post_meta *{
    color: #fff !important;
}
.jl_lbg_w .jl_lbg_content .jl_f_cat a{
    float: none;
    margin-left: 2px;
    margin-right: 2px;
}
.jl_lbg_w .jl_lbg_content .jl_f_cat{
    margin-bottom: 15px;
}
.jl_lbg_w .jl_lbg_content .jl_post_meta span{
    transition: all 0.4s ease 0s;
}
.jl_lbg_w .jl_lbg_content .jl_post_meta{
    margin-top: 15px;
}
/*-------------------------------------------------------------------------------------
Feature full
-------------------------------------------------------------------------------------*/

.jl_full_feature {
    width: 100% !important;
    float: left;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.jl_full_feature img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.jl_full_feature .jl_f_img_link {
    background: #161616;
    opacity: 0.25;
}
.jl_full_feature .jl_f_postbox .jl_f_cat {
    margin-bottom: 20px;
    line-height: 1.2;
}
.jl_full_feature .jl_f_postbox .jl_post_meta {
    margin-top: 20px;
}
.jl_full_feature .jl_f_postbox .jl_f_cat a {
    display: inline-block;
    float: none;
    color: #fff;
}
.jl_full_feature .jl_f_postbox {
    float: left;
    position: absolute;
    top: 50%;
    left: 23%;
    right: 23%;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
}
.jl_full_feature .jl_f_postbox .jl_f_title {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-size: 35px;
}
.jl_full_feature .jl_f_postbox .jl_post_meta {
    text-shadow: 1px 1px 2px rgba(28, 28, 28, .1);
}
.jl_full_feature .jl_f_postbox .jl_f_title a {
    color: #fff;
    display: inline;
}
.jl_full_feature .jl_f_postbox .jl_f_title a:hover {
    color: #fff !important;
}
.jl_full_feature .jl_post_meta .jl_author_img_w img,
.jl_full_feature .jl_post_meta .jl_author_img_w a:hover {
    display: inline-block;
    float: none;
}
.jl_full_feature .jl_post_meta span,
.jl_full_feature .jl_post_meta span a {
    float: none;
    display: inline-block;
}
.jl_full_feature .jl_post_meta .post-date,
.jl_main_list .jl_post_meta .post-date {
    padding-left: 7px;
}
.jl_full_feature .jl_post_meta .post-date:before,
.jl_main_list .jl_post_meta .post-date:before {
    content: "";
    background: #fff;
    width: 2px;
    height: 2px;
    position: absolute;
    left: -1px;
    top: 50%;
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.jl_slide_wrap_s {
    position: relative;
    float: left;
    width: 100%;
}
.jl_full_feature_w .jl-slider-prev,
.jl_full_feature_w .jl-slider-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 23px;
    background: transparent;
    color: #fff;
    opacity: 0 !important;
    border-radius: 5px;
}
.jl_full_feature_w:hover .jl-slider-prev,
.jl_full_feature_w:hover .jl-slider-next {
    opacity: 1 !important;
}
.jl_full_feature_w .jl-slider-prev {
    left: 20px;
}
.jl_full_feature_w .jl-slider-next {
    right: 20px;
}
/*-------------------------------------------------------------------------------------
carousel style
-------------------------------------------------------------------------------------*/

.carousel2 .jl_grid_w .text-box h3,
.carousel3 .jl_grid_w .text-box h3 {
    -webkit-line-clamp: inherit;
    max-height: inherit;
}
.options_dark_skin .carousel3 .jl_s_pagination li button,
.options_dark_skin .carousel2 .jl_s_pagination li button {
    background: #fff !important;
}
.carousel3 .jl_s_pagination li button,
.carousel2 .jl_s_pagination li button {
    background: #000 !important;
    opacity: .2;
}
.carousel3 .jl_s_pagination .slick-active button,
.carousel2 .jl_s_pagination .slick-active button {
    opacity: 1;
}
.carousel2 .text-box,
.carousel3 .text-box {
    float: left;
    width: 100%;
}
.carousel2 .jl_img_box {
    margin-bottom: 0px;
}
.options_dark_skin .carousel2 .text-box {
    background: #303030 !important;
}
.carousel2 .text-box {
    background: #fff1ea;
    padding: 25px;
}
.carousel2 .jl_f_cat a,
.carousel3 .jl_f_cat a {
    float: none;
}
.carousel2 .jl_grid_w,
.carousel3 .jl_grid_w {
    margin-bottom: 60px;
}
.options_dark_skin .jl_full_feature.jl_capbg .jl_f_cat a,
.options_dark_skin .jl_full_feature.jl_capbg .jl_f_cat a:hover,
.options_dark_skin .jl_full_feature.jl_capbg .jl_f_postbox .jl_f_title a,
.options_dark_skin .jl_full_feature.jl_capbg .jl_post_meta span,
.options_dark_skin .jl_full_feature.jl_capbg .jl_post_meta span a,
.options_dark_skin .jl_full_feature.jl_capbg .jl_post_meta span,
.options_dark_skin .jl_full_feature.jl_capbg .jl_post_meta span a,
.options_dark_skin .jl_full_feature.jl_capbg .jl_post_meta span,
.options_dark_skin .jl_full_feature.jl_capbg .jl_post_meta span a {
    color: #fff !important;
}
.jl_full_feature.jl_capbg .jl_f_cat a,
.jl_full_feature.jl_capbg .jl_f_cat a:hover,
.jl_full_feature.jl_capbg .jl_f_postbox .jl_f_title a,
.jl_full_feature.jl_capbg .jl_post_meta span,
.jl_full_feature.jl_capbg .jl_post_meta span a {
    color: #000 !important;
}
.jl_full_feature.jl_capbg .jl_f_postbox .jl_f_title {
    text-shadow: none;
}
.jl_full_feature.jl_capbg .jl_s_pagination {
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateX(-25%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateX(-25%);
    transform: translate3d(0, 0, 0) perspective(1px) translateX(-25%);
    left: 25%;
}
.options_dark_skin .jl_full_feature.jl_capbg {
    background: #555555;
}
.slider3 .jl_s_pagination {
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateX(-25%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateX(-25%);
    transform: translate3d(0, 0, 0) perspective(1px) translateX(-25%);
    left: 25%;
}
.jl_full_feature.jl_capbg {
    background: #f7f7f7;
}
.jl_full_feature.jl_capbg .jl_f_img_bg,
.jl_full_feature.jl_capbg .jl_f_img_link {
    width: 50%;
    left: 0px;
    top: 0px;
}
.jl_full_feature.jl_capbg .jl_f_postbox {
    left: auto;
    right: 0px;
    width: 50%;
}
.jl_full_feature.jl_capbg .jl_f_postbox {
    padding: 30px 40px;
}
.jl_fs_more {
    padding: .5rem 1.25rem;
    letter-spacing: 0.125em !important;
    text-transform: uppercase !important;
    font-size: 0.6875rem !important;
    border: 1px solid currentColor;
    margin-top: 25px;
    display: inline-block;
}
.jl_full_feature.jl_capbg .jl_f_more {
    display: inline-block;
    float: none;
    color: #fff;
    background: #000;
    border-color: transparent;
}
.jl_full_feature.jl_capbg .jl_f_more:hover {
    color: #fff !important;
}
.jl_full_feature.jl_capcus .jl_f_cat a:hover,
.jl_full_feature.jl_capcus .jl_post_meta a:hover {
    color: #fff !important;
}
.jl_full_feature.jl_capbottom .jl_f_postbox {
    top: auto;
    left: 50px;
    right: auto;
    bottom: 50px;
    text-align: left;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 50%;
}
.jl_full_feature.jl_capbottom .jl_f_postbox .jl_f_cat {
    margin-bottom: 15px;
}
.jl_full_feature.jl_capbottom .jl_post_meta_s {
    margin-top: 15px;
}
.jl_full_feature.jl_capbottom .jl_author_img_w a,
.jl_full_feature.jl_capbottom .jl_author_img_w a:hover,
.jl_full_feature.jl_capbottom .jl_meta_t span {
    color: #fff !important;
}
.jl_full_feature.jl_fullcenter .jl_f_postbox {
    top: auto;
    bottom: 90px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.jl_full_feature.jl_fullleft .jl_f_postbox {
    top: auto;
    bottom: 90px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.jl_s_pagination {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateX(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateX(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateX(-50%);
    left: 50%;
    bottom: 15px;
    z-index: 1;
    margin: 0px;
    padding: 0px;
    line-height: 1.2;
}
.jl_s_pagination li {
    list-style: none;
    display: inline-block;
}
.jl_s_pagination li button {
    width: 11px;
    height: 11px;
    background: transparent;
    opacity: 1;
    border-radius: 10px;
    border: 2px solid currentColor;
    cursor: pointer;
    outline: none;
    margin: 0 3px;
    padding: 0px;
    font-size: 0px;
    color: transparent;
}
.jl_s_pagination .slick-active button {
    background: #fff;
    opacity: 1;
}
/*-------------------------------------------------------------------------------------
Feature main list
-------------------------------------------------------------------------------------*/

.jl_m_b_overlay_w {
    margin-bottom: 30px;
}
.widget_jl_wrapper .jl_sm_list:last-child {
    margin-bottom: 0px;
}
.jl_m_b_overlay {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.jl_m_b_overlay .jl_m_right_content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 30px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 130%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(130%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 130%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 130%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 130%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 130%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.jl_sf_grid .jl_ml .jl_m_right_img {
    -webkit-flex: 0 0 140px;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    width: 140px;
}
.jl_sf_grid .jl_ml .jl_m_right_content {
    margin-left: 25px;
}
.jl_sf_grid .jl_sm_list .entry-title {
    font-size: 20px;
    margin-bottom: 0px;
}
.jl_sf_grid .jl_sm_list p {
    margin-top: 10px;
}
.jl_sf_grid .jl-grid-cols {
    margin-bottom: 40px;
}
.jl_sf_grid .jl-grid-cols .jl_m_right_w{
    border-bottom: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}
.jl_ml .jl_m_right_img {
    overflow: hidden;
}
.jl_m_right_img a {
    display: block;
}
.jl_m_right_img img {
    width: 100%;
}
.jl_m_b_overlay .jl_m_right_content .entry-title {
    font-size: 16px;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.jl_m_b_overlay .jl_m_right_content .entry-title a,
.jl_m_b_overlay .jl_m_right_content .entry-title a:hover,
.jl_m_b_overlay .jl_m_right_content .jl_post_meta .post-date {
    color: #fff !important;
}
.jl_m_b_overlay .jl_m_right_content .jl_post_meta {
    margin-top: 10px;
}
.jl_m_b_overlay .jl_m_right_content .jl_f_cat {
    margin-bottom: 10px;
}
.jl_sm_list .entry-title {
    font-size: 14px;
    margin-bottom: 0px;
}
.jl_m_right_wc .jl_m_right:last-child .jl_m_right_w {
    padding-bottom: 0px;
}
.category_image_wrapper_main {
    margin-left: -15px;
    margin-right: -15px;
}
.category_image_wrapper_main:after {
    display: table;
    content: '';
    clear: both;
}
.footer-columns .jl_cat_img_w:last-child {
    margin-bottom: 0px;
}
.column1 .jl_cat_img_w {
    width: 100%;
}
.column2 .jl_cat_img_w {
    width: 50%;
}
.column3 .jl_cat_img_w {
    width: 33.333333%;
}
.column4 .jl_cat_img_w {
    width: 25%;
}
.column5 .jl_cat_img_w {
    width: 20%;
}
.column6 .jl_cat_img_w {
    width: 16.666667%;
}
.jl_cat_img_w {
    float: left;
    padding: 0px 15px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.jl_cat_img_w:last-child {
    margin-bottom: 0px;
}
.style1 .jl_cat_img_w .jl_cat_img_c {
    height: 70px;
    position: relative;
    background: #161616;
    overflow: hidden;
    border-radius: var(--jl-border-rounded);
}
.jl_cat_img_w .category_image_bg_image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity: .75;
    -o-object-fit: cover;
    object-fit: cover;
}
.style1 .jl_cat_img_w .jl_cm_overlay {
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 2;
    color: #000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: var(--jl-cat-font-weight);
    font-family: var(--jl-menu-font);
    text-transform: var(--jl-cat-transform);
    letter-spacing: var(--jl-cat-font-space);
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
}
.style1 .jl_cat_img_w .jl_cm_overlay .jl_cm_count {
    font-size: 12px;
    color: #fff;
    background: #000 !important;
    width: 30px;
    text-align: center;
    float: right;
    margin-right: 30px;
    border-radius: 100px;
}
.style1 .jl_cat_img_w .jl_cm_overlay .jl_cm_name {
    padding: 0px 0px 2px 0px;
    font-size: 14px;
    color: #fff;
    float: left;
    margin-left: 30px;
    height: auto !important;
    line-height: 1.2 !important;
    background: linear-gradient(to left, #fff 0, #fff 25%, transparent 25%) -2px 100%/4px 1px repeat-x;
}
.style1 .jl_cat_img_w .jl_cm_overlay .jl_cm_name,
.style1 .jl_cat_img_w .jl_cm_overlay .jl_cm_count {
    line-height: 30px;
    height: 30px;
}
.style2 .jl_cat_img_c, .style3 .jl_cat_img_c {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 140px;
    border-radius: var(--jl-border-rounded);
    background: #000;
}
.style2 .jl_cat_img_w .category_image_bg_image, .style3 .jl_cat_img_w .category_image_bg_image {
    z-index: 2;
    margin: 0px auto;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    opacity: .85;
}
.style2 .jl_cm_overlay {
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%) translateX(-50%);
    z-index: 2;
    font-weight: var(--jl-cat-font-weight);
    font-family: var(--jl-menu-font);
    text-transform: var(--jl-cat-transform);
    letter-spacing: var(--jl-cat-font-space);
}
.style2 .jl_cm_overlay span, .style3 .jl_cm_overlay span {
    height: 20px;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
.style2 .jl_cat_img_w .jl_cm_overlay .jl_cm_name, .style3 .jl_cat_img_w .jl_cm_overlay .jl_cm_name {
    font-size: 15px;
}
.style2 .jl_cat_img_w .jl_cm_overlay .jl_cm_count, .style3 .jl_cat_img_w .jl_cm_overlay .jl_cm_count {
    font-size: 12px;
    padding: 0px 6px;
    color: #fff;
    min-width: 20px;
    margin-left: 5px;
    border-radius: 10px;
    background: #222;
}
.style3 .jl_cm_overlay{
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    font-weight: var(--jl-cat-font-weight);
    font-family: var(--jl-menu-font);
    text-transform: var(--jl-cat-transform);
    letter-spacing: var(--jl-cat-font-space);
}
.jl_cat_img_w .category_image_link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}
/*-------------------------------------------------------------------------------------
Feature main list
-------------------------------------------------------------------------------------*/

.jl_main_list_w {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.jl_main_list {
    width: 100%;
    float: left;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
}
.jl_main_list .jl_f_img_link {
    background: #000;
    opacity: .3;
}
.jl_main_list .jl_f_postbox .jl_f_cat {
    margin-bottom: 13px;
    line-height: 1.2;
}
.jl_main_list .jl_f_postbox .jl_f_cat a {
    float: none;
    display: inline-block;
}
.jl_main_list .jl_f_postbox .jl_f_cat .post-category-color-text,
.jl_main_list .jl_f_postbox .jl_f_cat .post-category-color-text:hover {
    color: #fff !important;
}
.jl_main_list .jl_f_postbox .jl_f_title {
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.jl_main_list .jl_f_postbox .jl_post_meta {
    margin-top: 15px;
}
.jl_main_list .jl_f_postbox {
    float: left;
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 50px;
}
.jl_f_postbox .jl_f_cat.jl_lb1 a {
    color: #fff !important;
    background: linear-gradient(to left, #fff 0, #fff 25%, transparent 25%) -2px 100%/4px 1px repeat-x;
}
.jl_main_list .jl_post_meta .jl_author_img_w img {
    display: inline-block;
    float: none;
}
.jl_main_list .jl_post_meta .jl_author_img_w a,
.jl_main_list .jl_post_meta .jl_author_img_w a:hover {
    float: none;
}
.jl_main_list .jl_post_meta span {
    display: inline-block;
    float: none;
}
.jl_main_list .jl_post_meta .jl_author_img_w a,
.jl_main_list .jl_post_meta span {
    color: #fff !important;
}
.jl_main_list .jl_f_postbox .jl_f_title a,
.jl_main_list .jl_f_postbox .jl_f_title a:hover {
    color: #fff !important;
}
.jl_m_right.main_2col_l .jl_m_right_w {
    border-top: 0px;
}
.jl_m_center.main_2col_m {
    margin-bottom: 10px;
}
.jl_m_center.main_2col_m .jl_m_center_w {
    height: 500px;
}
/*-------------------------------------------------------------------------------------
Feature grid overlay
-------------------------------------------------------------------------------------*/

.jl_grid_overlay {
    margin-right: -15px;
    margin-left: -15px;
}
.jl_grid_overlay .jl_sec_title {
    padding: 0px 15px;
}
.jl_grid_overlay .jl_grid_overlay_col {
    width: 33.333%;
    float: left;
    padding: 0px 15px;
    margin-bottom: 30px;
}
.jl_grid_overlay .jl_grid_verlay_wrap {
    position: relative;
    overflow: hidden;
    padding-bottom: 110%;
}
.jl_grid_overlay .jl_f_postbox {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 30px;
    text-align: left;
}
.jl_grid_overlay .jl_f_img_link{
    background: #161616;
    opacity: 0.25;
    z-index: 2;
}
.jl_grid_overlay .jl-donut-front, .jl_grid_overlay .jl_post_type_icon, .jl_grid_overlay .jl_f_postbox{
    z-index: 3;
}
.jl_grid_overlay .jl_f_cat a,
.jl_grid_overlay .jl_post_meta span,
.jl_grid_overlay .jl_post_meta span a,
.jl_grid_overlay .jl_post_meta span a:hover {
    color: #fff !important;
}
.jl_grid_overlay .jl_f_postbox .jl_f_title {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.jl_grid_overlay .jl_f_postbox .jl_f_cat {
    margin-bottom: 13px;
    list-style: 1.2;
}
.jl_grid_overlay .jl_f_postbox .jl_f_cat a {
    float: none;
}
.jl_grid_overlay .jl_f_postbox .jl_f_title a,
.jl_grid_overlay .jl_f_postbox .jl_f_title a:hover {
    color: #fff !important;
    margin-bottom: 0px;
    display: block;
}
.jl_grid_overlay .jl_f_postbox .jl_post_meta {
    margin-top: 13px;
}
.jl_menu_tls .jl_w_menu.jl_grid_overlay .jl_grid_overlay_col {
    width: 25%;
    margin-bottom: 0px;
}
.jl_w_menu.jl_grid_overlay .jl_grid_overlay_col {
    width: 100%;
}
.jl_w_menu.jl_grid_overlay .jl_grid_overlay_col:last-child {
    margin-bottom: 0px;
}
.jl_menu_tls .jl_w_menu.jl_grid_overlay {
    margin: 0px -15px;
}
.jl_menu_tls .jl_w_menu.jl_grid_overlay .jl_grid_overlay_col {
    padding: 0px 15px;
}
.jl_w_menu.jl_grid_overlay .jl_f_cat a {
    padding: 3px 7px;
    letter-spacing: 0px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    float: left;
}
.jl_w_menu.jl_grid_overlay .jl_f_cat a:hover {
    color: #fff !important;
}
.jl_w_menu.jl_grid_overlay .jl_f_title a {
    letter-spacing: 0px;
    padding: 0px;
}
.jl_w_menu.jl_grid_overlay .jl_f_postbox {
    padding: 0px 30px 30px 30px;
}
.jl_w_menu.jl_grid_overlay .jl_f_postbox .jl_f_title a {
    font-size: 16px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.7em;
}
.jl_w_menu.jl_grid_overlay .jl_f_postbox .jl_author_img_w,
.jl_w_menu.jl_grid_overlay .jl_f_postbox .jl_post_meta span {
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0px !important;
    color: #fff !important;
    font-size: 12px !important;
    float: left;
}
.jl_w_menu.jl_grid_overlay .jl_f_postbox .jl_post_meta .post-read-time {
    display: none;
}
.jl_w_menu.jl_grid_overlay .jl_f_postbox .jl_author_img_w a {
    padding: 0px;
    float: none !important;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0px !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
}
.jl_w_menu.jl_grid_overlay .jl_f_postbox .jl_author_img_w a:hover {
    color: #fff !important;
}
#sidebar .jl_w_menu.jl_grid_overlay .jl_grid_overlay_col,
.elementor-widget-container .jl_w_menu.jl_grid_overlay .jl_grid_overlay_col,
.footer-columns .jl_w_menu.jl_grid_overlay .jl_grid_overlay_col {
    width: 100%;
}
#sidebar .jl_grid_overlay.jl_w_menu .jl_grid_verlay_wrap,
.elementor-widget-container .jl_grid_overlay.jl_w_menu .jl_grid_verlay_wrap,
.footer-columns .jl_grid_overlay.jl_w_menu .jl_grid_verlay_wrap {
    padding-bottom: 60%;
}
.is-hidden {
    display: none !important;
}
.jl_hide {
    opacity: 0 !important;
}
.show_block {
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.end-list {
    width: 100%;
}
.jl_end_wrp {
    line-height: 1.2;
}
.pagination-nextprev {
    text-align: center;
    line-height: 0;
}
.jl_disable {
    pointer-events: none;
    opacity: .3;
}
.options_dark_skin .pagination-nextprev .jl-foot-nav {
    border: 1px solid #303030;
}
.pagination-nextprev .jl-foot-nav {
    color: #222;
    border: 1px solid #222;
    display: inline-block;
    height: 26px;
    line-height: 24px;
    padding: 0px 10px;
    width: 26px;
    text-align: center;
    position: relative;
}
.pagination-nextprev .jl-foot-nav:hover {
    color: #fff !important;
    background: var(--jl-main-color);
    border-color: transparent;
}
.pagination-nextprev .jl-foot-nav i {
    font-size: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%) translateX(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%) translateX(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%) translateX(-50%);
}
.pagination-nextprev .ajax-prev i,
.pagination-nextprev .ajax-next i {
    margin: 0px !important;
}
.jl_lmore_wrap,
.jl_end_wrp {
    float: left;
    width: 100%;
    text-align: center;
}
.jl_lmore_wrap .jl-load-animation {
    top: 50%;
    left: 0%;
    right: 0%;
    width: 100%;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    display: none;
}
.jl-load-animation span,
.load-animation span {
    width: 25px;
    height: 25px;
    border: 3px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    margin-top: 8px;
    display: inline-block;
}
.jl_autoload .jl-load-animation span,
.jl_autoload .load-animation span {
    border: 3px solid #000;
    border-right-color: transparent;
}
.jl-load-animation span:after,
.load-animation span:after {
    content: '';
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 16px;
}
.jl-load-animation span:before,
.load-animation span:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 16px;
}
.load-animation span {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    border: 3px solid #000;
    border-right-color: transparent;
}
.load-animation span:after {
    background: #000;
}
.load-animation span:before {
    background: #000;
}
.options_dark_skin .load-animation span {
    border: 3px solid #fff;
    border-right-color: transparent;
}
.options_dark_skin .load-animation span:after {
    background: #fff;
}
.options_dark_skin .load-animation span:before {
    background: #fff;
}
@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.jl_lmore_c.jl_hide_pagination {
    display: none;
}
.jl_lmore_c,
.jl_autoload {
    height: 50px;
    position: relative;
    display: inline-block;
    background: #000;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.jl_lmore_c:hover,
.jl_autoload:hover {
    background: var(--jl-main-color) !important;
}
.jl_lmore_c .jl-load-link {
    font-family: var(--jl-menu-font);
    font-size: var(--jl-loadmore-font-size);
    font-weight: var(--jl-loadmore-font-weight);
    text-transform: var(--jl-loadmore-transform);
    letter-spacing: var(--jl-loadmore-space);
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    padding: 0px 40px;
    min-width: 280px;
}
.jl_lmore_c .jl-load-link:hover {
    text-decoration: none !important;
    color: #fff !important;
}
.jl_lmore_c:hover {
    background: var(--jl-main-color);
}
/*Small list number*/

.jl_recent_num .jl_m_right .jl_m_right_img {
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
}
.jl_recent_num .bt_post_widget .jl_m_right_w .jl_m_right_content {
    margin-left: 10px;
}
.jl_recent_num .bt_post_widget {
    counter-reset: pagination;
}
.jl_recent_num .bt_post_widget .jl_m_right_img a:before {
    font-family: var(--jl-title-font);
    font-weight: var(--jl-title-font-weight);
    content: counter(pagination)".";
    counter-increment: pagination;
    font-size: 35px;
    line-height: 1;
    text-align: center;
    color: var(--jl-main-color);
}
/*Full with right*/

.jl_post_fr_w {
    position: relative;
    cursor: auto;
}
.jl_imgw {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.jl_imgw img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.jl_post_fr_w.swiper-wrapper {
    display: block;
    margin: 0px;
}
.jl_post_fr_w .row {
    position: relative;
    height: 600px;
    margin-bottom: 0px;
}
.jl_post_fr .jl_f_postbox,
.jl_post_fr .jl_post_fr_s {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
}
.jl_post_fr .jl_f_postbox .jl_f_cat a,
.jl_post_fr .jl_f_postbox .jl_f_cat a:hover {
    color: #fff !important;
}
.jl_post_fr_w .jl_f_img_link {
    background: #161616;
    top: 0px;
    opacity: .15 !important;
}
.jl_post_fr .jl_f_postbox {
    width: 53%;
    left: 0px;
    padding-left: 15px;
}
.jl_post_fr .jl_post_fr_s {
    width: 320px;
    right: 0px;
    padding-right: 15px;
}
.jl_post_fr .jl_m_right .jl_m_right_w {
    border-bottom: 0px;
}
.jl_post_fr .jl_m_right:last-child .jl_m_right_w {
    padding: 0px;
    margin: 0px;
}
.jl_post_fr .jl_m_right .jl_m_right_content {
    margin-left: 20px;
}
.jl_post_fr .jl_post_fr_sw {
    padding: 0px;
}
.jl_post_fr .jl_post_fr_sw .jl_img_box a {
    height: 200px;
}
.jl_post_fr .jl_post_fr_sw .jl_img_box a img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.jl_post_fr .jl_post_fr_sw .jl_grid_w {
    margin-bottom: 30px;
}
.jl_post_fr .jl_post_fr_sw .jl_grid_w .jl_img_box {
    margin-bottom: 0px;
}
.jl_post_fr .jl_post_fr_sw .text-box {
    margin-top: 15px;
    position: relative;
}
.jl_post_fr .jl_post_fr_sw .jl_grid_w .text-box h3 a {
    display: inline;
}
.jl_post_fr .jl_post_fr_sw .text-box h3 {
    font-size: 18px;
}
.jl_post_fr .jl_post_fr_sw .text-box h3 a {
    color: #fff !important;
}
.jl_post_fr_sw:after {
    display: table;
    content: '';
    clear: both;
}
.jl_post_fr_sw .jl_f_cat {
    margin-bottom: 10px;
}
.jl_post_fr_sw .jl_post_meta {
    margin-top: 9px;
}
.jl_post_fr_sw .jl_post_meta,
.jl_post_fr_sw .jl_post_meta span {
    line-height: 1.2;
}
.jl_post_fr_s .entry-title {
    float: left;
    width: 100%;
    font-size: 15px;
}
.jl_f_postbox .post_subtitle_text {
    color: #fff !important;
    margin-bottom: 0px;
    margin-top: 10px;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.7em;
}
.jl_f_postbox .jl_f_cat {
    margin-bottom: 10px;
}
.jl_f_postbox .jl_post_meta_s {
    margin-top: 15px;
}
.jl_f_postbox .jl_f_more {
    margin-top: 30px;
    border: 1px solid #fff;
    float: left;
    height: 40px;
    line-height: 38px;
    display: block;
    color: #000;
    background: #fff;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0px;
    padding: 0px 25px;
}
.jl_f_postbox .jl_f_more:hover {
    background: #fff;
    color: #000 !important;
}
.jl_post_fr .jl_f_title {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-size: 40px;
}
.jl_post_fr .jl_f_title a {
    color: #fff !important;
}
.jl_post_fr .jl_f_title a:hover {
    color: #fff;
}
.jl_post_fr .jl_m_right_img {
    overflow: hidden;
}
.jl_post_fr_s .entry-title a,
.jl_post_fr_s .entry-title a:hover {
    color: #fff !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.jl_post_fr .jl_meta_t span,
.jl_post_fr .jl_meta_t span a,
.jl_post_fr .jl_post_meta span,
.jl_post_fr .jl_post_meta span a,
.jl_post_fr .jl_post_meta span a:hover {
    color: rgba(255, 255, 255, .8) !important;
}
/*-------------------------------------------------------------------------------------
Main below list
-------------------------------------------------------------------------------------*/

.jl_clear_at:after {
    content: '';
    display: table;
    clear: both;
}
.jl_m_below_w .jl_m_below {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.options_dark_skin .jl_m_below_w .jl_m_below_c{
    background: #222;
}
.jl_m_below_w .jl_m_below_c {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f8f9f8;
    border-radius: var(--jl-border-rounded);
    overflow: hidden;
}
.jl_m_below_w .jl_m_below_img {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    position: relative !important;
    display: block;
    float: left;
    height: 380px;
    overflow: hidden;
}
.jl_m_below_w .jl_m_below_img img{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: var(--jl-border-rounded);
}
.jl_m_below_w .text-box {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    top: 0px;
}
.jl_m_below_w .text-box .jl_ssider_more {
    float: left;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px 0px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    background-color: #222;
    margin-top: 20px;
}
.jl_m_below_w .text-box .jl_ssider_more:hover {
    text-decoration: none !important;
    background: var(--jl-main-color);
    color: #fff !important;
}
.jl_m_below_w .text-box .jl_f_cat {
    margin-bottom: 13px;
}
.jl_m_below_w .text-box .entry-title {
    font-size: 30px;
    margin-bottom: 0px;
}
.jl_m_below_w .text-box p,
.jl_m_below_w .text-box .jl_post_meta {
    margin-bottom: 0px;
    margin-top: 15px;
    float: left;
    width: 100%;
}
.jl_m_below_w .jl_mb_list {
    width: 25%;
    float: left;
    padding-right: 20px;
}
.jl_m_below_w .jl_mb_list .entry-title {
    font-size: 17px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.jl_m_below_w .jl_mb_list .entry-title a {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.7em;
}
.jl_m_below_w .jl_mb_list .jl_f_cat {
    margin-bottom: 10px;
}
.jl_m_below_w .jl_mb_list .jl_post_meta {
    margin-bottom: 0px;
    margin-top: 10px;
}
/*-------------------------------------------------------------------------------------
header title
-------------------------------------------------------------------------------------*/

.jl_p_nbg .jl_pc_sec_title {
    margin-top: 50px;
    margin-bottom: 0px;
}
.jl_head_p {
    float: left;
    width: 100%;
    position: relative;
}
.jl_header_tp .jl_p_bg {
    height: 550px;
}
.jl_p_bg {
    height: 400px;
}
.jl_p_bg .jl_phimg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.jl_p_bg .jl_phimg:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #161616;
    opacity: 0.25;
}
.jl_p_bg .jl_phimg img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.jl_p_bg .jl_pc_sec_title {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
}
.jl_p_bg .jl_pc_sec_h {
    color: #fff;
}
.jl_cat_title_wrap .row {
    margin-bottom: 0px !important;
}
.jl_none_title {
    font-size: 32px;
    margin-bottom: 20px;
}
.jl_single_page .jl_pc_sec_title {
    text-align: left;
}
.jl_pc_sec_title {
    margin-bottom: 50px;
    text-align: center;
}
.jl_pc_sec_title .jl_pc_sec_h {
    font-size: 35px;
    margin-bottom: 0px;
}
.jl_pc_sec_title p {
    margin-top: 5px;
    margin-bottom: 0px;
    max-width: 45%;
    display: inline-block;
}
.jl_cat_head .jl_grid_overlay .jl_f_img_link {
    background: #161616;
    opacity: 0.25;
}
.jl_cat_head .jl_m_below_w .jl_m_below {
    margin-bottom: 0px;
}
.jl_cat_2col.jl_grid_overlay {
    margin: 0px -1px;
}
.jl_cat_2col.jl_grid_overlay .jl_grid_overlay_col {
    width: 50%;
    padding: 0px 1px;
    margin-bottom: 0px;
}
.jl_cat_2col.jl_grid_overlay .jl_grid_overlay_col .jl_grid_verlay_wrap {
    padding-bottom: 80%;
}
.jl_cat_2col.jl_grid_overlay .jl_f_postbox .jl_f_title a {
    font-size: 25px;
}
.jl_cat_3col.jl_grid_overlay {
    margin: 0px -1px;
}
.jl_cat_3col.jl_grid_overlay .jl_grid_overlay_col {
    width: 33.333333%;
    padding: 0px 1px;
    margin-bottom: 0px;
}
.jl_cat_3col.jl_grid_overlay .jl_grid_overlay_col .jl_grid_verlay_wrap {
    padding-bottom: 110%;
}
.jl_cat_3col.jl_grid_overlay .jl_f_postbox .jl_f_title {
    font-size: 23px;
}
.jl_cat_3mcol.jl_grid_overlay {
    margin: 0px -1px;
}
.jl_cat_3mcol.jl_grid_overlay.cat_col1 .jl_grid_overlay_col {
    width: 60%;
}
.jl_cat_3mcol.jl_grid_overlay.cat_col1 .jl_f_postbox .jl_f_title a {
    font-size: 33px;
}
.jl_cat_3mcol.jl_grid_overlay.cat_col2 .jl_grid_overlay_col {
    margin-bottom: 2px;
}
.jl_cat_3mcol.jl_grid_overlay.cat_col2 .jl_grid_overlay_col,
.jl_cat_3mcol.jl_grid_overlay.cat_col3 .jl_grid_overlay_col {
    width: 40%;
}
.jl_cat_3mcol.jl_grid_overlay .jl_grid_overlay_col {
    padding: 0px 1px;
    margin-bottom: 0px;
}
.jl_cat_3mcol.jl_grid_overlay.cat_col1 .jl_grid_overlay_col .jl_grid_verlay_wrap {
    padding-bottom: 75%;
}
.jl_cat_3mcol.jl_grid_overlay.cat_col2 .jl_grid_overlay_col .jl_grid_verlay_wrap,
.jl_cat_3mcol.jl_grid_overlay.cat_col3 .jl_grid_overlay_col .jl_grid_verlay_wrap {
    padding-bottom: 56.1%;
}
.jl_cat_5col.jl_grid_overlay {
    margin: 0px -1px;
}
.jl_cat_5col.jl_grid_overlay.cat_col1 .jl_grid_overlay_col {
    width: 50%;
}
.jl_cat_5col.jl_grid_overlay.cat_col1 .jl_f_postbox .jl_f_title a {
    font-size: 33px;
}
.jl_cat_5col.jl_grid_overlay.cat_col2 .jl_grid_overlay_col,
.jl_cat_5col.jl_grid_overlay.cat_col3 .jl_grid_overlay_col {
    margin-bottom: 2px;
}
.jl_cat_5col.jl_grid_overlay.cat_col2 .jl_grid_overlay_col,
.jl_cat_5col.jl_grid_overlay.cat_col3 .jl_grid_overlay_col,
.jl_cat_5col.jl_grid_overlay.cat_col4 .jl_grid_overlay_col,
.jl_cat_5col.jl_grid_overlay.cat_col5 .jl_grid_overlay_col {
    width: 25%;
}
.jl_cat_5col.jl_grid_overlay .jl_grid_overlay_col {
    padding: 0px 1px;
    margin-bottom: 0px;
}
.jl_cat_5col.jl_grid_overlay.cat_col1 .jl_grid_overlay_col .jl_grid_verlay_wrap {
    padding-bottom: 90%;
}
.jl_cat_5col.jl_grid_overlay.cat_col2 .jl_grid_overlay_col .jl_grid_verlay_wrap,
.jl_cat_5col.jl_grid_overlay.cat_col3 .jl_grid_overlay_col .jl_grid_verlay_wrap,
.jl_cat_5col.jl_grid_overlay.cat_col4 .jl_grid_overlay_col .jl_grid_verlay_wrap,
.jl_cat_5col.jl_grid_overlay.cat_col5 .jl_grid_overlay_col .jl_grid_verlay_wrap {
    padding-bottom: 90%;
}
.jl_cat_5col.jl_grid_overlay.cat_col2 .jl_grid_overlay_col .jl_f_postbox,
.jl_cat_5col.jl_grid_overlay.cat_col3 .jl_grid_overlay_col .jl_f_postbox,
.jl_cat_5col.jl_grid_overlay.cat_col4 .jl_grid_overlay_col .jl_f_postbox,
.jl_cat_5col.jl_grid_overlay.cat_col5 .jl_grid_overlay_col .jl_f_postbox {
    padding: 0px 20px 20px 20px;
}
.jl_cat_5col.jl_grid_overlay.cat_col1 .jl_post_meta .post-read-time {
    display: block;
}
.jl_cat_5col.jl_grid_overlay .jl_post_meta .post-read-time {
    display: none;
}
.jl_cat_5col.jl_grid_overlay .jl_f_postbox .jl_f_title a {
    font-size: 16px;
}
.breadcrumbs_options {
    font-size: 11px;
    color: #000;
    font-weight: 400;
    float: left;
    width: 100%;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.breadcrumbs_options a {
    color: #000 !important;
}
.breadcrumbs_options i {
    margin: 0px 5px;
}
.breadcrumbs_options a:hover {
    color: var(--jl-main-color);
    text-decoration: none !important;
}
#content_main .single_pl {
    margin-bottom: 60px;
}
#content_main .main_content {
    margin-bottom: 0px;
}
.content_single_page {
    margin-bottom: 50px !important;
    float: left;
    width: 100%;
    padding: 0px;
}
.content_single_page p:last-child {
    margin-bottom: 0px;
}
.content_single_page.page {
    margin-bottom: 70px !important;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: transparent;
}
.content_single_page.page #respond {
    padding: 0px;
    margin-bottom: 0px;
}
#content .content_single_page.page form,
#content .content_single_page.page form .form-submit,
#content .content_single_page.page form #submit {
    margin-bottom: 0px;
}
.content_single_page.type-page .comments-area .comments-title,
.content_single_page.type-page .comment-respond .comment-reply-title {
    margin-top: 0px;
}
.content_single_page.type-page .single_section_comment {
    margin-top: 15px;
    padding: 0px;
}
.content_single_page.type-page .single_section_comment .comment-edit-link:hover,
.content_single_page.type-page .single_section_comment .comment-reply-link:hover {
    color: #fff !important;
}
.content_single_page .image-post-thumb {
    margin-bottom: 20px;
}
.jl-page-full {
    padding-bottom: 0px;
    width: 100% !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.content_page_padding {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.assistive-text.section-heading {
    float: left;
    width: 100%;
    font-size: 20px;
    margin: 0px;
    line-height: 40px;
}
#comment-nav-below {
    float: left;
    width: 100%;
    margin-top: -25px;
    margin-bottom: 50px;
}
#comment-nav-below .nav-previous {
    float: left;
    margin: 0px 10px 0px 0px;
}
#comment-nav-below .nav-previous a,
#comment-nav-below .nav-next a {
    padding: 5px 12px;
    background: #f4f4f4;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
}
#comment-nav-below .nav-previous a:hover,
#comment-nav-below .nav-next a:hover {
    text-decoration: none !important;
    opacity: 0.8;
}
#comment-nav-below .nav-next {
    float: left;
    margin: 0px;
}
.jl_main_menu li a i {
    margin-right: 5px;
}
.jl_main_menu > li > a:hover,
.navigation_wrapper .jl_main_menu > li li > a:hover {
    color: #000 !important;
}
.options_dark_skin .jl_main_menu > li:hover a,
.options_dark_skin .jl_main_menu > li > a:hover,
.options_dark_skin .jl_main_menu > li li > a:hover {
    color: #fff !important;
}
/* black sections */

.jl_main_menu li:hover > a .jl_menu_lb {
    left: auto;
}
.jl_menu_lb {
    left: auto;
    position: relative !important;
    bottom: auto !important;
    color: #7a7a7a;
    line-height: 19px;
    height: 19px !important;
    font-size: 75%;
    padding: 0px 6px;
    letter-spacing: 0px !important;
    width: unset !important;
    display: inline-block !important;
    border-radius: 2px;
    margin: auto auto auto 6px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    vertical-align: baseline;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    background: transparent !important;
}
.jl_menu_lb .jl_lb_ar{
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    opacity: .125;
}
/*-------------------------------------------------------------------------------------
Dark Skin
-------------------------------------------------------------------------------------*/

.options_dark_skin.options_layout_wrapper {
    background: #1a1a1a;
}
.options_dark_skin a,
.options_dark_skin h1,
.options_dark_skin h2,
.options_dark_skin h3,
.options_dark_skin h4,
.options_dark_skin h5,
.options_dark_skin h6 {
    color: #fff;
}
.options_dark_skin p {
    color: #cacaca;
}
.options_dark_skin .jl_post_meta,
.options_dark_skin .jl_post_meta a,
.options_dark_skin .jl_post_meta .post-date,
.options_dark_skin .jl_post_meta .post-read-time {
    color: #8b8b8b !important;
}
.options_dark_skin .jl_lmore_c {
    background: #484848;
}
.options_dark_skin .jl_lmore_c:hover {
    background: var(--jl-main-color) !important;
}
.options_dark_skin .elementor-heading-title {
    color: #fff !important;
}
.options_dark_skin .elementor-section.elementor-section-stretched[data-settings*="background_background"],
.options_dark_skin .elementor-section[data-settings*="background_background"] {
    background-color: #000 !important;
}
.options_dark_skin .jl_m_below_w .text-box .jl_ssider_more {
    background-color: #484848;
}
.options_dark_skin .enable_footer_columns_dark,
.options_dark_skin .enable_footer_copyright_dark {
    background: #000;
}
.options_dark_skin .jl_header_magazine_style.header_layout_style3_custom .menu_wrapper {
    border-bottom: 1px solid #303030;
    background: #1a1a1a !important;
}
.options_dark_skin .header_magazine_full_screen .menu_wrapper {
    background-color: #1a1a1a !important;
    border-bottom: 1px solid #303030 !important;
}
.jl_header_tp .options_dark_skin .header_magazine_full_screen .menu_wrapper {
    background-color: transparent !important;
    border-bottom: 0px solid #303030 !important;
}
.options_dark_skin .header_magazine_full_screen .navigation_wrapper .jl_main_menu > li > a,
.options_dark_skin .header_magazine_full_screen .navigation_wrapper .jl_main_menu li:hover {
    color: #fff;
}
.options_dark_skin .jl_header_magazine_style.header_layout_style3_custom .jl_main_menu > li > a,
.options_dark_skin .search_header_menu i,
.options_dark_skin .search_header_menu i:hover,
.options_dark_skin .header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .search_header_wrapper i,
.options_dark_skin .header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .search_header_wrapper i:hover,
.options_dark_skin .jl_post_fr .jl_post_meta .jl_author_img_w,
.options_dark_skin .jl_post_fr .jl_post_meta .jl_author_img_w a,
.options_dark_skin .jl_post_fr .jl_post_meta .post-date,
.options_dark_skin .jl_post_fr .jl_post_meta .post-read-time,
.options_dark_skin .jl_full_feature .jl_post_meta span,
.options_dark_skin .jl_full_feature .jl_post_meta span a,
.options_dark_skin .jl_grid_overlay .jl_post_meta span,
.options_dark_skin .jl_grid_overlay .jl_post_meta span a,
.options_dark_skin .jl_main_list .jl_post_meta .jl_author_img_w a,
.options_dark_skin .jl_main_list .jl_post_meta span,
.options_dark_skin .jl_cat_img_w .jl_cm_overlay .jl_cm_name,
.options_dark_skin .jl_cat_img_w .jl_cm_overlay .jl_cm_count,
.options_dark_skin .widget_jl_wrapper h5,
.options_dark_skin .widget-title .jl_title_c,
.options_dark_skin .jl_sec_title .jl_title_c,
.options_dark_skin .navigation_wrapper .jl_main_menu > li li a,
.options_dark_skin .navigation_wrapper .jl_main_menu ul .menu-item-has-children > a:after {
    color: #fff !important;
}
.options_dark_skin .jlm_w span {
    background: #fff;
}
.options_dark_skin .shareblock_day_night .jl-night-toggle-icon {
    background: rgba(255, 255, 255, .20);
}
.options_dark_skin .shareblock_day_night .jl-night-toggle-icon i,
.options_dark_skin .shareblock_day_night .jl-night-toggle-icon i:hover {
    color: #000 !important;
}
.options_dark_skin .navigation_wrapper .jl_main_menu > li > ul,
.options_dark_skin .navigation_wrapper .jl_main_menu > li > .sub-menu,
.options_dark_skin .navigation_wrapper .jl_main_menu ul,
.options_dark_skin .navigation_wrapper .jl_main_menu .sub-menu {
    background: #1a1a1a !important;
}
.options_dark_skin .navigation_wrapper .jl_main_menu ul li,
.options_dark_skin .navigation_wrapper .jl_main_menu .sub-menu li {
    border-bottom: 0;
}
.options_dark_skin .navigation_wrapper .jl_main_menu ul li,
.options_dark_skin .navigation_wrapper .jl_main_menu .sub-menu li {
    border-bottom: 1px solid #303030 !important;
}
.options_dark_skin .navigation_wrapper .jl_main_menu ul,
.navigation_wrapper .jl_main_menu .sub-menu {
    border: 1px solid #303030;
}
.options_dark_skin .navigation_wrapper .jl_main_menu ul li:last-child {
    border-bottom: 0px solid #303030 !important;
}
.options_dark_skin .navigation_wrapper .jl_main_menu li li:hover > a,
.options_dark_skin .navigation_wrapper .jl_main_menu li li.current-menu-item > a {
    background: #222 !important;
}
.options_dark_skin .navigation_wrapper .sub-menu li:first-child > .sub-menu {
    margin-top: -1px !important;
}
.options_dark_skin .navigation_wrapper .jl_main_menu > li > .sub-menu.menu_post_feature {
    border: 1px solid #303030;
}
.options_dark_skin .navigation_wrapper .jl_main_menu > li > .sub-menu.menu_post_feature > li,
.options_dark_skin .navigation_wrapper .jl_main_menu > li > .sub-menu.menu_post_feature > li:last-child {
    border: 0px !important;
}
.options_dark_skin .logo_small_wrapper_table .logo_small_wrapper a .jl_logo_n {
    opacity: 0;
}
.options_dark_skin .logo_small_wrapper_table .logo_small_wrapper a .jl_logo_w {
    opacity: 1 !important;
    visibility: visible;
}
.options_dark_skin .search_form_menu_personal {
    background: rgba(26, 26, 26, .98);
}
.options_dark_skin .search_form_menu_personal .searchform_theme .search_btn {
    color: #fff;
    border-bottom: 2px solid #fff !important;
}
.options_dark_skin .search_form_menu_personal .searchform_theme .search_btn::-webkit-input-placeholder {
    color: #fff !important;
}
.options_dark_skin .jl_close_wapper .jl_close_1,
.options_dark_skin .jl_close_wapper .jl_close_2 {
    background: #fff;
}
.options_dark_skin #content_nav {
    background: #1a1a1a;
    color: #fff;
}
.options_dark_skin .mobile_menu_active.mobile_menu_overlay {
    background: rgba(0, 0, 0, 0.9);
}
.options_dark_skin #content_nav .menu_moble_slide li a,
.options_dark_skin #content_nav a .arrow_down i {
    color: #fff;
}
.options_dark_skin .jl-hshow {
    background-color: #1a1a1a;
    border: 1px solid #303030;
}
.options_dark_skin .woocommerce ul.product_list_widget .woocommerce-mini-cart-item .quantity {
    color: #cacaca;
}
.options_dark_skin .woocommerce-mini-cart__total {
    border-top: 1px solid #303030;
}
.options_dark_skin li.woocommerce-mini-cart-item a:not(.remove):hover,
.options_dark_skin .single_post_entry_content .single_post_title_main {
    color: #fff;
}
.options_dark_skin .single_post_tag_layout li a {
    border: 1px solid #303030;
    background: transparent !important;
}
.options_dark_skin .single_post_tag_layout li a:hover {
    border-color: transparent;
    background: var(--jl-main-color) !important;
}
.options_dark_skin .single-post-meta-wrapper.jl_sfoot i {
    border: 1px solid #303030;
    color: #fff;
}
.options_dark_skin .single-post-meta-wrapper.jl_sfoot .view_options span,
.options_dark_skin .single-post-meta-wrapper.jl_sfoot .jm-post-like span {
    background: #555;
}
.options_dark_skin .auth .author-info {
    background: #303030;
}
.options_dark_skin blockquote {
    background: #303030;
}
.options_dark_skin blockquote p {
    color: #fff;
}
.options_dark_skin .auth {
    border-top: 1px solid #1a1a1a;
}
.options_dark_skin .widget_jl_wrapper h5,
.options_dark_skin .widget-title .jl_title_c {
    border-bottom: 1px solid #303030;
}
.options_dark_skin .single_post_entry_content .post_subtitle_text {
    color: #cacaca;
    border-top: 1px solid #303030;
}
.options_dark_skin .auth .author_postcount,
.options_dark_skin .auth .author_commentcount {
    background: #484848;
}
.options_dark_skin .jl_main_menu > li > a > .border-menu {
    background: #fff !important;
}
.options_dark_skin .menu_wrapper .jl_main_menu > li:hover > a > .border-menu {
    background: #fff !important;
}
.options_dark_skin .jl_single_style1 .single-post-meta-wrapper span,
.options_dark_skin .jl_single_style1 .single-post-meta-wrapper span a,
.options_dark_skin .jl_single_style1 .single-post-meta-wrapper span.post-author a,
.options_dark_skin .single-post-meta-wrapper.jl_sfoot .jm-post-like,
.options_dark_skin .single-post-meta-wrapper.jl_sfoot .jm-post-like:hover,
.options_dark_skin .single-post-meta-wrapper.jl_sfoot .view_options {
    color: #8b8b8b !important;
}
.options_dark_skin blockquote:before,
.options_dark_skin blockquote cite,
.woocommerce .options_dark_skin div.product .product-loop-content .price *,
.woocommerce .options_dark_skin .summary .price *,
.woocommerce .options_dark_skin .woocommerce-breadcrumb,
.woocommerce .options_dark_skin .woocommerce-breadcrumb a,
.options_dark_skin .product_meta > *,
.woocommerce .options_dark_skin div.product .woocommerce-tabs ul.tabs li a,
.woocommerce .options_dark_skin table.shop_attributes th {
    color: #cacaca;
}
.options_dark_skin textarea,
.options_dark_skin .woocommerce form .form-row input.input-text,
.options_dark_skin .woocommerce form .form-row textarea,
.options_dark_skin .woocommerce form .select2-container--default .select2-selection--single {
    background-color: #303030;
    color: #fff;
}
.options_dark_skin .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}
.options_dark_skin .comment-form-author input,
.options_dark_skin .comment-form-email input,
.options_dark_skin .comment-form-url input,
.options_dark_skin #content input[type="text"],
.options_dark_skin #content input[type="password"],
.options_dark_skin #content input[type="email"],
.options_dark_skin #content textarea,
.options_dark_skin .comment-form-comment textarea,
.options_dark_skin #content select {
    background-color: #303030;
    color: #fff;
}
.options_dark_skin #commentform #submit,
.options_dark_skin .wpcf7-form-control.wpcf7-submit {
    background-color: #484848;
}
.woocommerce .options_dark_skin div.product form.cart .button {
    background-color: #484848;
    opacity: 1;
}
.woocommerce .options_dark_skin .quantity .qty {
    color: #fff;
}
.woocommerce .options_dark_skin .quantity {
    border: 1px solid #484848;
}
.woocommerce .options_dark_skin div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce .options_dark_skin div.product .woocommerce-tabs ul.tabs li:hover a {
    border-color: #fff;
    color: #fff !important;
}
.woocommerce .options_dark_skin #reviews #comments ol.commentlist li .comment-text {
    background-color: #303030;
}
.woocommerce .options_dark_skin #respond input#submit,
.woocommerce .options_dark_skin a.button,
.woocommerce .options_dark_skin button.button,
.woocommerce .options_dark_skin input.button,
.woocommerce .options_dark_skin a.added_to_cart {
    background: #484848;
}
.options_dark_skin .jlb-btn.up:after {
    border-top: 1px solid #fff;
}
.options_dark_skin .jlb-btn:before {
    border-top: 1px solid #fff;
}
.woocommerce-cart .options_dark_skin .woocommerce-cart-form .actions button.button,
.options_dark_skin .woocommerce button.button.disabled,
.options_dark_skin .woocommerce button.button:disabled[disabled],
.options_dark_skin .woocommerce input.button.disabled,
.options_dark_skin .woocommerce input.button:disabled[disabled],
.woocommerce-page .options_dark_skin #payment #place_order {
    background: #484848;
}
.woocommerce-cart .options_dark_skin .woocommerce-cart-form .actions button.button:hover,
.options_dark_skin .woocommerce button.button.disabled:hover,
.options_dark_skin .woocommerce button.button:disabled[disabled]:hover,
.options_dark_skin .woocommerce input.button.disabled:hover,
.options_dark_skin .woocommerce input.button:disabled[disabled]:hover,
.woocommerce-page .options_dark_skin #payment #place_order:hover,
.woocommerce-page .options_dark_skin #payment #place_order:hover {
    background: #000;
}
.woocommerce-cart .options_dark_skin .wc-proceed-to-checkout a.checkout-button {
    background-color: #484848;
}
.options_dark_skin table.cart tr.cart_item td.product-remove a:before,
.woocommerce-cart .options_dark_skin table.shop_table th.product-name,
.woocommerce-cart .options_dark_skin table.shop_table th {
    color: #fff;
}
.woocommerce-cart .options_dark_skin .woocommerce table.cart tr.cart_item td {
    color: #cacaca;
}
.woocommerce-page .options_dark_skin .product-name a,
.woocommerce .options_dark_skin table.wishlist_table td.product-name a {
    color: #fff;
}
.options_dark_skin .woocommerce .quantity .qty {
    color: #fff;
}
.options_dark_skin .woocommerce table.shop_table tr,
.options_dark_skin .woocommerce table.wishlist_table tr {
    border-bottom: 1px solid #484848;
}
.woocommerce-page .options_dark_skin .cart_totals table.shop_table_responsive th,
.woocommerce-page .options_dark_skin .cart_totals table.shop_table_responsive td {
    color: #fff;
}
.options_dark_skin .woocommerce div.product .product-loop-content .price * {
    color: #cacaca;
}
.woocommerce-cart.woocommerce-page .options_dark_skin .woocommerce-cart-form .coupon input.input-text {
    border: 1px solid #303030 !important;
    background-color: #303030 !important;
    color: #fff;
}
.options_dark_skin #add_payment_method .cart-collaterals .cart_totals tr td,
.options_dark_skin #add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .options_dark_skin .cart-collaterals .cart_totals tr td,
.woocommerce-cart .options_dark_skin .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .options_dark_skin .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .options_dark_skin .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #484848;
}
.options_dark_skin .woocommerce .quantity {
    border: 1px solid #484848;
}
.options_dark_skin .woocommerce-info,
.options_dark_skin .woocommerce-message {
    border-color: #484848;
    color: #cacaca;
}
.options_dark_skin .woocommerce-info a:hover,
.options_dark_skin .woocommerce-message a:hover {
    color: #cacaca !important;
}
.woocommerce .options_dark_skin #review_form #respond {
    color: #cacaca;
}
.woocommerce .options_dark_skin .woocommerce-ordering select {
    background-color: #484848;
    color: #fff;
}
.woocommerce .options_dark_skin .woocommerce-ordering:before {
    background: #484848;
    color: #fff;
}
.options_dark_skin .product-buttons a.button,
.options_dark_skin .product-buttons a.added_to_cart {
    background: #000;
}
.options_dark_skin .woocommerce-error {
    color: #cacaca;
}
.options_dark_skin .woocommerce-checkout-review-order table.shop_table th {
    color: #fff;
}
.options_dark_skin .woocommerce table.shop_table tfoot tr:first-child th,
.options_dark_skin .woocommerce table.shop_table tfoot tr:first-child td,
.options_dark_skin .woocommerce table.shop_table tfoot td,
.options_dark_skin .woocommerce table.shop_table td {
    color: #fff;
}
.options_dark_skin #payment ul.payment_methods li label {
    color: #fff;
}
.woocommerce-page .options_dark_skin #payment div.payment_box {
    background-color: #303030;
}
.woocommerce-page .options_dark_skin #payment div.payment_box:before {
    border: 1em solid #303030;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
.options_dark_skin .woocommerce-mini-cart__buttons .button:not(.checkout),
.options_dark_skin .woocommerce-mini-cart__buttons .button.checkout {
    background-color: #484848;
}
.options_dark_skin .woocommerce-mini-cart__buttons .button:not(.checkout):hover,
.options_dark_skin .woocommerce-mini-cart__buttons .button.checkout:hover {
    background-color: var(--jl-main-color);
}
.options_dark_skin .product_meta a:hover {
    color: #fff;
}
.options_dark_skin .page_error_404 .link_home404 {
    background-color: #484848;
}
.options_dark_skin .page_error_404 .link_home404:hover {
    background: var(--jl-main-color);
}
.options_dark_skin .single_post_tag_layout li a,
.options_dark_skin .single_post_tag_layout li a:hover {
    color: #fff !important;
    background: #303030;
}
.options_dark_skin .jellywp_pagination ul li .page-numbers.dots,
.options_dark_skin .woocommerce .woocommerce-error strong,
.options_dark_skin .single_section_content .post_content,
.options_dark_skin .single-product-wrap,
.options_dark_skin .woocommerce-customer-details,
.options_dark_skin .content_single_page {
    color: #cacaca;
}
.options_dark_skin .woocommerce table.shop_table th {
    color: #fff;
}
.options_dark_skin .woocommerce .woocommerce-customer-details address {
    border: 1px solid #484848;
}
.options_dark_skin .woocommerce table.my_account_orders .button {
    padding: 0px 40px !important;
    background: #484848;
}
.options_dark_skin .woocommerce table.my_account_orders .button:hover {
    background: #000;
}
.options_dark_skin .woocommerce .woocommerce-MyAccount-navigation {
    background-color: #303030;
    color: #fff;
}
.options_dark_skin .woocommerce .woocommerce-MyAccount-navigation li.is-active {
    background-color: #484848;
}
.woocommerce-account:not(.logged-in) .options_dark_skin .content_page_padding .woocommerce {
    border: 1px solid #303030;
}
.woocommerce-account:not(.logged-in) .content_page_padding .woocommerce {
    margin-right: auto;
    margin-left: auto;
    padding: 25px 30px 20px 30px;
    max-width: 400px;
    border: 1px solid #eee;
}
.woocommerce-account:not(.logged-in) .content_single_page .content_page_padding .woocommerce h2 {
    font-size: 25px;
}
.woocommerce-account:not(.logged-in) .content_single_page .content_page_padding .woocommerce .woocommerce-form label {
    font-size: 16px !important;
}
.options_dark_skin .table td,
.options_dark_skin table th,
.options_dark_skin table td {
    border-bottom: 1px solid #484848;
}
.options_dark_skin .woocommerce table.shop_table td {
    border-top: 1px solid #484848;
}
.shareblock_day_night {
    position: relative;
    float: right;
    height: 40px;
    line-height: 40px;
}
.shareblock_day_night.jl_night_en .jli-moon {
    display: none;
}
.shareblock_day_night.jl_night_en .jli-sun {
    display: block;
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
}
.shareblock_day_night.jl_day_en .jli-moon {
    display: block;
}
.shareblock_day_night.jl_day_en .jli-sun {
    display: none;
}
.shareblock_day_night .g1-button-none {
    padding: 0;
    border-width: 0;
    box-shadow: none;
    text-align: inherit;
    border-color: transparent;
    background-color: transparent;
    color: inherit;
}
.shareblock_day_night .jl-night-toggle-icon {
    overflow: hidden;
    position: relative;
    font-size: 16px;
    display: inline-block;
    width: auto;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: 37px;
    background: #ced4da;
    border-radius: 100px;
}
.jl-night-toggle-icon.active i,
.jl-night-toggle-icon.active:hover i {
    color: #000 !important;
}
.shareblock_day_night .jl_sun,
.shareblock_day_night .jl_moon {
    float: left;
    width: 100%;
}
.shareblock_day_night .jl-night-toggle-icon:before,
.shareblock_day_night .jl-night-toggle-icon:after {
    -webkit-transition: -webkit-transform 375ms ease-in-out;
    -moz-transition: -moz-transform 375ms ease-in-out;
    -o-transition: -o-transform 375ms ease-in-out;
    transition: transform 375ms ease-in-out;
}
.shareblock_day_night .jl-night-toggle-icon i {
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 2px;
    font-size: 12px !important;
    text-align: center;
    background: #fff;
    border-radius: 100px;
    transition: .25s;
}
.shareblock_day_night .jl-night-toggle-icon i,
.shareblock_day_night .jl-night-toggle-icon i:hover {
    color: #000 !important;
}
.options_dark_skin.jl_en_day_night .shareblock_day_night .jl-night-toggle-icon i:hover {
    color: #000 !important;
}
.jl_menu_sticky {
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
}
.jl_blank_nav {
    float: left;
    width: 100%;
}
/*-------------------------------------------------------------------------------------
header slider and carousel post
-------------------------------------------------------------------------------------*/

.options_layout_wrapper {
    background-color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.options_layout_wrapper .options_layout_container {
    float: left;
    width: 100%;
}
.headcus5_custom.header_layout_style5_custom .logo_link,
.header_magazine_full_screen.jlsh5 .jlm_w span {
    background: #fff;
}
.header_magazine_full_screen.jlsh5 .search_header_menu .search_header_wrapper .jli-search,
.header_magazine_full_screen.jlsh5 .search_header_menu .search_header_wrapper .jli-search:hover,
.header_magazine_full_screen.jlsh5 .search_header_menu .jli-bag,
.header_magazine_full_screen.jlsh5 .search_header_menu .jli-bag:hover {
    color: #fff !important;
}
.header_magazine_full_screen.jlsh5 .social_icon_header_top.jl_socialcolor li a i {
    color: #fff !important;
    font-size: 14px;
}
.header_magazine_full_screen.jlsh5 .social_icon_header_top.jl_socialcolor li a {
    height: 54px;
    line-height: 54px;
}
.header_magazine_full_screen.jlsh5.jl_cus_sihead .shareblock_day_night,
.header_magazine_full_screen.jlsh5.jl_cus_sihead .jl_h_cart .jl_l_cart,
.header_magazine_full_screen.jlsh5.jl_cus_sihead .search_header_wrapper,
.header_magazine_full_screen.jlsh5.jl_cus_sihead .search_header_wrapper i {
    height: 54px;
    line-height: 54px;
}
.header_magazine_full_screen.jlsh5.jl_cus_sihead .jl-hshow {
    top: 54px;
}
.header_magazine_full_screen.jlsh5.jl_cus_sihead .shareblock_day_night .jl-night-toggle-icon {
    background: #404040;
}
.header_magazine_full_screen.jlsh5.jl_cus_sihead .search_header_wrapper i {
    float: left;
}
.header_magazine_full_screen.jlsh5.jl_cus_sihead .jli-bag {
    font-size: 17px;
}
.header_magazine_full_screen.jlsh5.jl_cus_sihead .search_header_menu .jli-search {
    font-size: 16px;
}
.header_magazine_full_screen.jlsh5 .logo_link {
    margin: 0;
    display: inline-block;
    position: relative;
    float: none;
}
.headcus5_custom.header_layout_style5_custom .logo_link img,
.header_magazine_full_screen.jlsh5 .logo_link img {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    max-height: 100%;
    max-width: 270px;
}
.headcus5_custom.header_layout_style5_custom .logo_link .jl_logo_w,
.header_magazine_full_screen.jlsh5 .logo_link .jl_logo_w {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.header_magazine_full_screen.jlsh5 .jl_main_menu > li > a > .border-menu,
.header_magazine_full_screen.jlsh5 .jl_main_menu > li:hover > a > .border-menu,
.header_magazine_full_screen.jlsh5 .jl_main_menu > li > a:hover > .border-menu {
    background: #fff !important;
    bottom: 15px !important;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .jl_h_cart {
    margin-top: 0px !important;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .jl_h_cart .jl_l_cart {
    height: 40px;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .jl_main_menu > li > a {
    height: 60px;
    line-height: 60px;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .menu_wrapper {
    border: 0px !important;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .jl_cus_share_mnu {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.options_dark_skin .jl_header_magazine_style.header_layout_style3_custom.jlsh6 .jl_cus_share_mnu {
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .jl_main_menu .sub-menu.menu_post_feature {
    left: 0px;
    right: 0px;
}
.jlsh6.tp_head_on .shareblock_day_night .jl-night-toggle-icon {
    background: rgba(255, 255, 255, .20);
}
.jlsh6.tp_head_on {
    position: absolute;
    top: 0px;
    left: 0px;
}
.jlsh6.tp_head_on .jl_sticky .jl_cus_share_mnu {
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}
.jlsh6.tp_head_on .jl_sticky.menu_wrapper {
    border-top: 1px solid transparent;
    background: #fff;
}
.jlsh6.tp_head_on .menu_wrapper {
    background: transparent;
}
.jlsh6.tp_head_on .logo_link .jl_logo_n {
    opacity: 0;
}
.jlsh6.tp_head_on .logo_link .jl_logo_w {
    opacity: 1;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .jl_sticky .social_icon_header_top li a i,
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .jl_sticky .social_icon_header_top li a:hover i,
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .jl_sticky .jl_main_menu > li > a,
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .jl_sticky .jl_main_menu > li > a:hover {
    color: #000 !important;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .jl_sticky .jl_main_menu > li > a > .border-menu {
    background: #000 !important;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .jl_main_menu > li > a > .border-menu {
    background: #fff !important;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .jl_main_menu > li > a,
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .jl_main_menu > li > a:hover {
    color: #fff !important;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .jl_cus_share_mnu {
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 0px solid rgba(255, 255, 255, .3);
}
.header_layout_style3_custom.jl_cus_top_share.jlsh6.tp_head_on .jlm_w span {
    background: #fff;
}
.header_layout_style3_custom.jl_cus_top_share.jlsh6.tp_head_on .jli-bag,
.header_layout_style3_custom.jl_cus_top_share.jlsh6.tp_head_on .search_header_menu.jl_nav_mobile .search_header_wrapper i,
.header_layout_style3_custom.jl_cus_top_share.jlsh6.tp_head_on .search_header_menu.jl_nav_mobile .search_header_wrapper i:hover,
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .social_icon_header_top li a i,
.jl_header_magazine_style.header_layout_style3_custom.jlsh6.tp_head_on .social_icon_header_top li a:hover i {
    color: #fff !important;
}
.options_dark_skin .jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a i,
.options_dark_skin .jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a:hover i {
    color: #fff !important;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .jl_main_menu > li:first-child {
    padding-left: 0px;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .jl_main_menu > li {
    padding: 0px 17px;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .jlh6sh {
    right: 15px;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .menu_wrapper .jl_main_menu > li > a > .border-menu {
    bottom: 18px !important;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .social_icon_header_top li a {
    font-size: 15px !important;
}
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .social_icon_header_top li a i,
.jl_header_magazine_style.header_layout_style3_custom.jlsh6 .social_icon_header_top li a:hover i {
    color: #000 !important;
}
.jl_logo6 {
    padding: 30px 0px;
}
.jl_logo6 .row {
    margin-bottom: 0px;
}
.jl_logo6 .logo_link img {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    max-height: 100%;
    max-width: 170px;
}
.jl_logo6 .logo_link .jl_logo_w {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.headcus5_custom.header_layout_style5_custom .menu_wrapper {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.headcus5_custom.header_layout_style5_custom .jl_main_menu {
    text-align: center !important;
    float: left !important;
}
.headcus5_custom.header_layout_style5_custom .social_icon_header {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-left: 0px;
    bottom: auto;
    height: 40px;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
}
.headcus5_custom.header_layout_style5_custom .social_icon_header li {
    margin-right: 5px;
}
.headcus5_custom.header_layout_style5_custom .social_icon_header li a img {
    max-width: 60%;
}
.headcus5_custom.header_layout_style5_custom .social_icon_header li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 0px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1) !important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 17px;
}
.headcus5_custom.header_layout_style5_custom .navigation_wrapper > ul > li > a {
    height: 51px;
    line-height: 51px;
}
.headcus5_custom.header_layout_style5_custom .header_main_wrapper {
    padding: 40px 0px;
}
.headcus5_custom.header_layout_style5_custom .jl_main_menu > li > a {
    font-size: 13px;
    font-weight: 400;
    color: #000 !important;
    position: relative;
}
.headcus5_custom.header_layout_style5_custom .jl_main_menu > li > a > .border-menu {
    bottom: 10px !important;
}
.headcus5_custom.header_layout_style5_custom .social_icon_header li a {
    color: #fff;
}
.jl_post_meta {
    font-family: var(--jl-menu-font);
    letter-spacing: var(--jl-meta-font-space);
    font-size: var(--jl-meta-font-size);
    font-weight: var(--jl-meta-font-weight);
    text-transform: var(--jl-meta-transform);
    float: left;
    width: 100%;
    margin-top: 0px;
    line-height: 1.2;
}
.jl_post_meta .jl_author_img_w {
    float: none;
    margin-right: 8px;
    margin-bottom: 0px;
    display: inline-block;
    color: #6f6f6f;
}
.jl_post_meta .jl_author_img_w img {
    width: 20px !important;
    height: 20px !important;
    float: none;
    display: inline-block;
    margin-left: 5px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.jl_post_meta .jl_author_img_w a {
    color: #6f6f6f;
}
.jl_post_meta .jl_author_img_w a:hover {
    color: #6f6f6f !important;
}
.jl_post_meta a,
.jl_post_meta a:hover {
    color: #5e5e5e;
    text-decoration: none !important;
    line-height: 1.2;
}
.jl_post_meta .post-date,
.jl_post_meta .post-read-time {
    float: none;
    display: inline-block;
    color: #5e5e5e;
    line-height: 1.2;
    margin-right: 8px;
    position: relative;
}
.jl_post_meta span:last-child {
    margin-right: 0px;
    padding-right: 0px;
}
.jl_post_meta .post-read-time:before,
.jl_post_meta .post-date:before {
    content: "\00b7";
    font-weight: 600;
    margin-right: 8px;
}
.enable_footer_columns_dark .jl_post_meta .jl_author_img_w,
.enable_footer_columns_dark .jl_post_meta .jl_author_img_w a,
.enable_footer_columns_dark .jl_post_meta .post-date,
.enable_footer_columns_dark .jl_post_meta .post-read-time {
    color: #999;
}
.enable_footer_columns_dark .jl_post_meta .jl_author_img_w a {
    color: #999 !important;
}
.jl_post_meta i {
    margin-right: 5px;
}
.jl_post_meta .jli-pen {
    font-size: 12px;
}
.jl_post_meta .jli-watch-2 {
    font-size: 14px;
    margin-left: -3px;
    margin-right: 3px;
}
.jl_main_menu > li > a > .border-menu {
    position: absolute !important;
    width: 0 !important;
    height: 1px !important;
    display: block !important;
    bottom: 22px !important;
    left: 0 !important;
    background: #000 !important;
    transition: width .2s ease !important;
    -webkit-transition: width .2s ease !important;
}
.menu_wrapper .jl_main_menu > li:hover > a > .border-menu {
    width: 100% !important;
    left: 0 !important;
    background: #000 !important;
}
/*-------------------------------------------------------------------------------------
Header menu style 1
-------------------------------------------------------------------------------------*/

.header_layout_style1_custom.navigation_wrapper {
    position: absolute !important;
    width: auto !important;
    left: 0px;
    right: 0px;
    z-index: 1;
}
.jlsh5 .header_layout_style1_custom.navigation_wrapper .jl_main_menu {
    text-align: center !important;
    position: static !important;
    padding: 0px !important;
}
/*-------------------------------------------------------------------------------------
Header menu style 2
-------------------------------------------------------------------------------------*/

.header_layout_style2_custom.navigation_wrapper {
    float: right;
    right: 0px;
    width: 100%;
    z-index: 1;
    position: absolute;
    text-align: right;
}
.header_layout_style2_custom.navigation_wrapper > ul > li:last-child {
    margin-right: 85px !important;
}
.header_layout_style2_custom.navigation_wrapper .sub-menu.menu_post_feature {
    width: 100%;
}
.menu_grid12 .col-md-12 {
    float: left;
    width: 100%;
}
/*-------------------------------------------------------------------------------------
Header menu style 3
-------------------------------------------------------------------------------------*/

.jl_top_bar_dis.header_top_bar_wrapper {
    height: 0px;
    overflow: hidden;
}
.header_top_bar_wrapper:after {
    display: table;
    content: '';
    clear: both;
}
.header_top_bar_wrapper .navigation_wrapper #jl_top_menu > li > a {
    color: #fff !important;
    letter-spacing: 0.10em;
}
.header_top_bar_wrapper .navigation_wrapper #jl_top_menu {
    position: relative;
    z-index: 999;
}
.header_top_bar_wrapper .navigation_wrapper #jl_top_menu > li ul {
    z-index: 999;
}
.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > li:hover > a,
.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > .current-menu-item > a,
.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > .current-menu-parent > a,
.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > .current-menu-ancestor > a {
    color: #fff;
}
.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper > ul > li > a {
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 10px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper > ul > li a {
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: capitalize;
    letter-spacing: 0;
}
.header_top_bar_wrapper .jl_top_bar_right {
    height: 45px;
    line-height: 45px;
    color: #fff;
    float: right;
    font-size: 13px;
}
.jl_current_title {
    display: inline-block;
    background: rgba(255, 255, 255, .15) !important;
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 0px 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 10px;
}
.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper > ul > li {
    float: left;
}
.header_layout_style3_custom .header_top_bar_wrapper .navigation_wrapper > ul {
    margin-left: 50px !important;
    float: left;
    width: auto;
    z-index: 222;
}
.header_layout_style3_custom .header_top_bar_wrapper .search_header_menu {
    width: auto;
    top: 0px;
    margin-right: 50px;
    margin-top: 0px;
}
.header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top li {
    list-style: none;
    float: left;
    padding: 0px;
    margin: 0px;
}
.header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top {
    margin-right: 15px;
}
.header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top li a {
    margin-left: 15px;
    height: 35px;
    line-height: 35px;
    float: left;
}
.header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top li a i {
    font-size: 14px;
    color: #fff !important;
}
.header_layout_style3_custom .header_top_bar_wrapper .social_icon_header_top li a:hover {
    opacity: 0.7;
}
.header_layout_style3_custom .header_top_bar_wrapper .menu_mobile_icons i,
.header_layout_style3_custom .header_top_bar_wrapper .search_header_wrapper i {
    color: #fff !important;
    font-size: 15px;
}
.header_layout_style3_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper {
    margin-right: 1px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    background: var(--jl-main-color);
    text-align: center;
    cursor: pointer;
}
.header_layout_style3_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper i {
    line-height: 35px;
    float: none !important;
}
.header_layout_style3_custom .header_top_bar_wrapper .search_header_menu .menu_mobile_icons {
    height: 35px;
    line-height: 35px;
    width: 35px;
    background: var(--jl-main-color);
    text-align: center;
}
.header_layout_style3_custom .header_top_bar_wrapper .search_header_menu .menu_mobile_icons i {
    line-height: 35px;
    float: none !important;
}
.header_layout_style3_custom .logo_position_wrapper {
    text-align: left;
}
.header_layout_style3_custom .menu_wrapper.stick {} .header_layout_style3_custom .menu_wrapper.stick .navigation_wrapper {
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
}
.header_magazine_style.header_layout_style3_custom .menu_wrapper {
    border: 0px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #222;
}
.header_layout_style3_custom.top_bar_menu_black .menu_wrapper {
    background: #1f1f1f;
    border: 0px;
}
.header_layout_style3_custom .navigation_wrapper > ul > li {
    float: none;
    margin-right: 10px;
    margin-left: 10px;
}
.header_layout_style3_custom .navigation_wrapper > ul > li:first-child {
    margin-left: 0px !important;
}
.jl_header_magazine_style.header_layout_style3_custom .menu_wrapper .navigation_wrapper > ul {
    position: static;
}
.jl_header_magazine_style.header_layout_style3_custom .menu_wrapper .navigation_wrapper {
    background: transparent;
    width: auto;
}
.header_magazine_style.header_layout_style3_custom .navigation_wrapper > ul > li > a {
    height: 55px;
    line-height: 55px;
}
.header_layout_style3_custom .navigation_wrapper > ul > li > a {
    padding: 0px;
    height: 50px;
    line-height: 50px;
}
.header_magazine_style.header_layout_style3_custom .navigation_wrapper > ul > li > a {
    color: #fff;
}
.header_layout_style3_custom.top_bar_menu_black .navigation_wrapper > ul > li > a {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}
.header_layout_style3_custom .navigation_wrapper .jl_main_menu > li:hover > a {
    color: var(--jl-main-color);
}
.header_layout_style3_custom .search_header_menu {
    overflow: visible;
    margin: auto;
    margin-right: 15px;
    z-index: 9;
}
.header_layout_style3_custom .search_header_menu .menu_mobile_icons i,
.header_layout_style3_custom .search_header_menu .search_header_wrapper i,
.header_layout_style3_custom .search_header_menu .menu_mobile_icons:hover i,
.header_layout_style3_custom .search_header_menu .menu_mobile_icons:hover i,
.header_layout_style3_custom .search_header_menu .search_header_wrapper:hover i {
    color: #000;
    float: left;
}
.header_layout_style3_custom .search_header_menu i {
    font-size: 17px;
}
.header_layout_style3_custom .jl_random_post_link {
    position: absolute;
    top: 9px;
    font-size: 20px;
    right: 15px;
}
.jl_top_social_menu.header_layout_style3_custom .menu_wrapper .container {
    max-width: 95%;
}
.jl_top_social_menu.header_layout_style3_custom .main_menu .social_icon_header {
    z-index: 999;
    bottom: auto;
    top: 18px;
    line-height: 1.2;
}
.jl_top_social_menu.header_layout_style3_custom .main_menu .social_icon_header li {
    line-height: 1.2;
    margin-right: 12px;
}
.jl_top_social_menu.header_layout_style3_custom .main_menu .social_icon_header li a {
    font-size: 15px;
    color: #fff;
}
.jl_top_social_menu.header_layout_style3_custom .search_header_menu .menu_mobile_icons i,
.jl_top_social_menu.header_layout_style3_custom .search_header_menu .search_header_wrapper i,
.jl_top_social_menu.header_layout_style3_custom .search_header_menu .menu_mobile_icons:hover i,
.jl_top_social_menu.header_layout_style3_custom .search_header_menu .menu_mobile_icons:hover i,
.jl_top_social_menu.header_layout_style3_custom .search_header_menu .search_header_wrapper:hover i {
    color: #fff;
}
.jl_top_social_menu.header_layout_style3_custom.header_layout_style3_custom .search_header_menu {
    top: 20px;
}
/*-------------------------------------------------------------------------------------
Header menu style 5
-------------------------------------------------------------------------------------*/

.header_layout_style5_custom .jl_header5_logo {
    float: left !important;
    height: 80px;
    line-height: 80px;
    position: absolute;
}
.header_layout_style5_custom .jl_header5_logo a {
    margin-top: 0px !important;
}
.header_layout_style5_custom .jl_header5_logo img {
    height: 40px;
}
.header_layout_style5_custom .main_menu .navigation_wrapper {
    padding-right: 0px;
}
.header_layout_style5_custom .menu_wrapper .navigation_wrapper > ul > li:last-child {
    padding-right: 25px;
}
.header_layout_style5_custom .main_menu .navigation_wrapper,
.header_layout_style5_custom .main_menu .jl_main_menu {
    float: right;
    text-align: right;
}
.header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > li:hover > a,
.header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > .current-menu-item > a,
.header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > .current-menu-parent > a,
.header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper .jl_main_menu > .current-menu-ancestor > a {
    color: #fff;
}
.header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper > ul > li > a {
    color: #fff;
    height: 35px;
    line-height: 35px;
    font-size: 11px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper > ul > li {
    float: left;
    margin-right: 15px;
}
.header_layout_style5_custom .header_top_bar_wrapper .navigation_wrapper > ul {
    margin-left: 50px !important;
    float: left;
    width: auto;
    z-index: 222;
}
.header_layout_style5_custom .header_top_bar_wrapper .search_header_menu {
    width: auto;
    top: 0px;
    margin-right: 50px;
    margin-top: 0px;
}
.header_layout_style5_custom .header_top_bar_wrapper .social_icon_header_top li {
    list-style: none;
    float: left;
    padding: 0px;
    margin: 0px;
}
.header_layout_style5_custom .header_top_bar_wrapper .social_icon_header_top {
    margin-right: 15px;
}
.header_layout_style5_custom .header_top_bar_wrapper .social_icon_header_top li a {
    margin-left: 15px;
    height: 35px;
    line-height: 35px;
    float: left;
}
.header_layout_style5_custom .header_top_bar_wrapper .social_icon_header_top li a i {
    font-size: 14px;
    color: #fff !important;
}
.header_layout_style5_custom .header_top_bar_wrapper .menu_mobile_icons i,
.header_layout_style5_custom .header_top_bar_wrapper .search_header_wrapper i {
    color: #fff !important;
    font-size: 15px;
}
.header_layout_style5_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper {
    margin-right: 1px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    background: var(--jl-main-color);
    text-align: center;
    cursor: pointer;
}
.header_layout_style5_custom .header_top_bar_wrapper .search_header_menu > .search_header_wrapper i {
    line-height: 35px;
    float: none !important;
}
.jl_center {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
}
.header_layout_style5_custom .menu_mobile_icons.jl_mm {
    right: 0px;
}
.header_layout_style5_custom .search_header_wrapper.jl_ms {
    left: 0px;
}
.header_layout_style5_custom .header_top_bar_wrapper .search_header_menu .menu_mobile_icons {
    height: 35px;
    line-height: 35px;
    width: 35px;
    background: var(--jl-main-color);
    text-align: center;
}
.header_layout_style5_custom .header_top_bar_wrapper .search_header_menu .menu_mobile_icons i {
    line-height: 35px;
    float: none !important;
}
.header_layout_style5_custom {
    background: #fff;
}
.header_layout_style5_custom .logo_position_wrapper {
    text-align: left;
}
.header_layout_style5_custom .menu_wrapper.stick .navigation_wrapper {
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
}
.header_magazine_style.header_layout_style5_custom .menu_wrapper {
    border: 0px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #000;
}
.header_layout_style5_custom.top_bar_menu_black .menu_wrapper {
    background: #1f1f1f;
    border: 0px;
}
.header_layout_style5_custom .menu_wrapper .navigation_wrapper > ul > li {
    float: none !important;
    margin-right: 25px;
}
.jl_header_magazine_style.header_layout_style5_custom .menu_wrapper .navigation_wrapper {
    border-bottom: 3px solid #000;
    background: #fff;
}
.header_magazine_style.header_layout_style5_custom .navigation_wrapper > ul > li > a {
    height: 70px;
    line-height: 70px;
}
.header_layout_style5_custom .navigation_wrapper > ul > li > a {
    padding: 0px;
    height: 80px;
    line-height: 80px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.header_magazine_style.header_layout_style5_custom .navigation_wrapper > ul > li > a {
    color: #fff;
}
.header_layout_style5_custom.top_bar_menu_black .navigation_wrapper > ul > li > a {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}
.header_layout_style5_custom .navigation_wrapper .jl_main_menu > li:hover > a {
    color: var(--jl-main-color);
}
.header_layout_style5_custom .navigation_wrapper .jl_main_menu > li:hover > a,
.header_layout_style5_custom .navigation_wrapper .jl_main_menu > .current-menu-item > a,
.header_layout_style5_custom .navigation_wrapper .jl_main_menu > .current-menu-parent > a,
.header_layout_style5_custom .navigation_wrapper .jl_main_menu > .current-menu-ancestor > a {
    z-index: auto;
}
.header_layout_style5_custom .jl_random_post_link {
    position: absolute;
    top: 23px;
    font-size: 20px;
    right: 15px;
    color: #000;
}
.header_layout_style5_custom .jl_random_post_link:hover {
    color: var(--jl-main-color);
}
.header_layout_style5_custom .main_menu .search_header_wrapper {
    right: 50px;
}
.header_layout_style5_custom .menu_wrapper .navigation_wrapper {
    background: none !important;
    border: 0px !important;
}
.jl_header_magazine_style.two_header_top_style.header_layout_style5_custom .header_main_wrapper.header_style_3_opt {
    border-bottom: 1px solid #e4e4e4 !important;
    background: #f7f7f7;
}
.header_layout_style5_custom .menu_wrapper {
    background: #fff;
    border-top: 0px solid #f0f0f0;
    border-bottom: 0px solid #f0f0f0;
    margin-bottom: 0px;
    position: relative;
    z-index: 100;
    float: left;
    width: 100%;
}
.header_layout_style5_custom .jl_main_menu > li > a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.03em;
}
.header_layout_style5_custom .jl_main_menu > .current-menu-parent > a,
.header_layout_style5_custom .jl_main_menu > li > a {
    color: #000 !important;
}
.header_layout_style5_custom .jl_main_menu > li > a:hover {
    opacity: 1;
}
/*-------------------------------------------------------------------------------------
Header menu style 6
-------------------------------------------------------------------------------------*/

.header_layout_style6_custom .menu_wrapper {
    float: left;
    width: 100%;
    z-index: 9999;
    margin-bottom: -1px;
    background: #161616;
    border-top: 0px solid #f0f0f0;
    border-bottom: 0px solid #f0f0f0;
}
.header_layout_style6_custom .jl_top_blank_nav {
    height: 50px;
}
.header_layout_style6_custom .navigation_wrapper .jl_main_menu > li > a {
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.header_layout_style6_custom .search_header_menu .menu_mobile_icons i,
.header_layout_style6_custom .search_header_menu .search_header_wrapper i,
.header_layout_style6_custom .search_header_menu .menu_mobile_icons:hover i,
.header_layout_style6_custom .search_header_menu .menu_mobile_icons:hover i,
.header_layout_style6_custom .search_header_menu .search_header_wrapper:hover i {
    color: #fff;
}
.header_layout_style6_custom .navigation_wrapper ul {
    text-align: left;
}
.header_layout_style6_custom .navigation_wrapper .jl_main_menu > li > a {
    padding: 0px 20px 0px 0px;
}
.header_layout_style6_custom .menu_wrapper .search_header_menu {
    position: absolute;
    height: auto;
    top: 15px;
    bottom: auto;
}
.header_layout_style6_custom .header_main_wrapper .search_header_menu {
    display: none;
}
.navigation_wrapper .jl_main_menu.jl_main_menu > li li > a {
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 39px;
}
/*-------------------------------------------------------------------------------------
Header with social header top share
-------------------------------------------------------------------------------------*/

.jl_cus_top_share.header_layout_style3_custom .search_header_menu {
    position: relative;
    -webkit-transform: auto;
    -ms-transform: auto;
    transform: auto;
}
.jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a:hover {
    background: transparent !important;
    text-decoration: none !important;
}
.jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a {
    background: transparent !important;
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .jl_hfollow {
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    text-transform: capitalize;
}
.jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a {
    color: #fff !important;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .jl_h_cart {
    margin-top: -16px;
}
.jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom .jl-hshow {
    top: 57px;
}
.jl_cus_top_share.header_layout_style3_custom .navigation_wrapper.jl_cus_share_mnu {
    float: left !important;
}
.jl_cus_top_share.header_layout_style3_custom .navigation_wrapper > ul > li:last-child {
    padding-right: 0px !important;
}
.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a {
    margin-left: 0px;
    height: auto;
    line-height: 1.2;
}
.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a i {
    color: #fff !important;
}
.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a:hover i,
.jl_cus_top_share.header_layout_style3_custom .social_icon_header_top li a:hover {
    opacity: 1 !important;
    color: #fff !important;
}
.jl_cus_top_share.header_layout_style3_custom .search_header_wrapper {
    width: auto !important;
    height: auto !important;
    line-height: 1.2 !important;
}
.jl_cus_top_share.header_layout_style3_custom .search_header_menu .search_header_wrapper i {
    line-height: 1.2 !important;
    float: left !important;
    color: #999 !important;
}
.jl_cus_top_share.header_layout_style3_custom .search_header_menu .search_header_wrapper i:hover,
.jl_cus_top_share.header_layout_style3_custom .search_header_menu .menu_mobile_icons i:hover {
    color: #fff !important;
}
.jl_cus_top_share.header_layout_style3_custom .menu_mobile_icons {
    width: auto !important;
    height: auto !important;
    line-height: 1.2 !important;
    background: transparent !important;
}
.jl_cus_top_share.header_layout_style3_custom .search_header_menu .menu_mobile_icons i {
    line-height: 1.2 !important;
    float: left !important;
    color: #999 !important;
}
.header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .search_header_wrapper i,
.header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .search_header_wrapper i:hover {
    color: #000 !important;
    opacity: 1 !important;
    font-size: 16px !important;
}
.header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .menu_mobile_icons i,
.header_layout_style3_custom.jl_cus_top_share .search_header_menu.jl_nav_mobile .menu_mobile_icons i:hover {
    color: #000 !important;
    opacity: 1 !important;
    font-size: 16px !important;
}
.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
}
.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .search_header_wrapper {
    right: 45px;
}
.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .menu_mobile_icons {
    right: 0px;
}
.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .search_header_wrapper,
.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .menu_mobile_icons {
    margin-right: 0px;
    margin-left: 5px;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center;
    width: 30px !important;
    float: right;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .search_header_wrapper i,
.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile .menu_mobile_icons i {
    font-size: 16px;
    float: left;
    text-align: center;
    line-height: 42px !important;
    width: 30px !important;
}
/*====================*/

.menu_mobile_share_wrapper .menu_mobile_share {
    float: right;
    margin-right: 18px;
    padding-bottom: 11px;
}
.menu_mobile_share_wrapper .menu_mobile_share i {
    color: #000;
}
.menu_mobile_share_wrapper .social_icon_header {
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background: #fff;
    left: auto;
    right: 0px;
    top: 19px;
    bottom: auto;
    width: 201px;
    padding: 0px;
    margin-left: 0px;
    display: block;
    position: absolute;
    z-index: 1;
    overflow: visible;
    height: auto !important;
    visibility: hidden;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translate(0px, 20px);
    -moz-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    -o-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    -webkit-transition: visibility 0s, opacity 0.375s ease-in-out, -webkit-transform 0.375s ease-in-out;
    -webkit-transition-delay: 0.55s, 0.175s, 0.175s;
    -moz-transition: visibility 0s 0.55s, opacity 0.375s ease-in-out 0.175s, -moz-transform 0.375s ease-in-out 0.175s;
    -o-transition: visibility 0s 0.55s, opacity 0.375s ease-in-out 0.175s, -o-transform 0.375s ease-in-out 0.175s;
    transition: visibility 0s 0.55s, opacity 0.375s ease-in-out 0.175s, transform 0.375s ease-in-out 0.175s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}
.top_bar_menu_black .menu_mobile_share_wrapper .social_icon_header {
    top: 14px !important;
}
.menu_mobile_share_wrapper:hover .social_icon_header {
    visibility: visible;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transition: visibility 0s ease-in-out, opacity 0.375s ease-in-out, -webkit-transform 0.375s ease-in-out;
    -webkit-transition-delay: 0.175s, 0.175s, 0.175s;
    -moz-transition: visibility 0s ease-in-out 0.175s, opacity 0.375s ease-in-out 0.175s, -moz-transform 0.375s ease-in-out 0.175s;
    -o-transition: visibility 0s ease-in-out 0.175s, opacity 0.375s ease-in-out 0.175s, -o-transform 0.375s ease-in-out 0.175s;
    transition: visibility 0s ease-in-out 0.175s, opacity 0.375s ease-in-out 0.175s, transform 0.375s ease-in-out 0.175s;
}
.menu_mobile_share_wrapper {
    float: right;
    position: relative;
}
.menu_mobile_share_wrapper .social_icon_header li {
    float: left;
    margin: 0px;
}
.menu_mobile_share_wrapper .social_icon_header li a {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    border: 1px solid #ececec;
    border-left: 0px;
    border-bottom: 0px;
}
.menu_mobile_share_wrapper .social_icon_header li a i {
    color: inherit;
    font-size: 15px;
}
.menu_mobile_share_wrapper .social_icon_header li a.facebook {
    color: #3b5999;
}
.menu_mobile_share_wrapper .social_icon_header li a.google_plus {
    color: #dd4b39;
}
.menu_mobile_share_wrapper .social_icon_header li a.behance {
    color: #0b66ff;
}
.menu_mobile_share_wrapper .social_icon_header li a.vimeo {
    color: #1ab7ea;
}
.menu_mobile_share_wrapper .social_icon_header li a.youtube {
    color: #410093;
}
.menu_mobile_share_wrapper .social_icon_header li a.tumblr {
    color: #34465d;
}
.menu_mobile_share_wrapper .social_icon_header li a.instagram {
    color: #3f729b;
}
.menu_mobile_share_wrapper .social_icon_header li a.linkedin {
    color: #0077B5;
}
.menu_mobile_share_wrapper .social_icon_header li a.pinterest {
    color: #bd081c;
}
.menu_mobile_share_wrapper .social_icon_header li a.twitter {
    color: #55acee;
}
.menu_mobile_share_wrapper .social_icon_header li a.deviantart {
    color: #34465d;
}
.menu_mobile_share_wrapper .social_icon_header li a.dribble {
    color: #ea4c89;
}
.menu_mobile_share_wrapper .social_icon_header li a.dropbox {
    color: #007ee5;
}
.menu_mobile_share_wrapper .social_icon_header li a.rss {
    color: #ff6600;
}
.menu_mobile_share_wrapper .social_icon_header li a.skype {
    color: #00AFF0;
}
.menu_mobile_share_wrapper .social_icon_header li a.stumbleupon {
    color: #eb4924;
}
.menu_mobile_share_wrapper .social_icon_header li a.wordpress {
    color: #21759b;
}
.menu_mobile_share_wrapper .social_icon_header li a.yahoo {
    color: #410093;
}
.menu_mobile_share_wrapper .social_icon_header li a.flickr {
    color: #ff0084;
}
.menu_mobile_share_wrapper .social_icon_header li a.soundcloud {
    color: #ff5700;
}
/*-------------------------------------------------------------------------------------
Menu
-------------------------------------------------------------------------------------*/

.navigation_wrapper {
    float: left;
    text-align: center;
    color: #161616;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 100%;
    z-index: -1;
}
.navigation_wrapper > ul {
    float: left;
    width: 100%;
}
.navigation_wrapper ul {
    list-style: none;
    position: relative;
    padding: 0px !important;
    margin: 0px !important;
}
.navigation_wrapper .jl_main_menu a:hover {
    text-decoration: none !important;
}
.navigation_wrapper ul li {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navigation_wrapper .jl_main_menu li > a {
    float: left;
    padding: 0;
    color: inherit;
    font-family: var(--jl-menu-font);
}
.navigation_wrapper .jl_main_menu > li > a {
    padding: 0 13px;
    height: 45px;
    line-height: 45px;
    font-size: var(--jl-menu-font-size);
    font-weight: var(--jl-menu-font-weight);
    text-transform: var(--jl-menu-transform);
    letter-spacing: var(--jl-menu-space);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navigation_wrapper .menu-item-has-children > a:after,
.navigation_wrapper .menupost > a:after {
    display: inline-block;
    content: "\e92a";
    margin-left: 5px;
    font-family: "jl_font";
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 0.9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navigation_wrapper .jl_main_menu > li:hover > a,
.navigation_wrapper .jl_main_menu > .current-menu-item > a,
.navigation_wrapper .jl_main_menu > .current-menu-parent > a,
.navigation_wrapper .jl_main_menu > .current-menu-ancestor > a {} .navigation_wrapper li:hover > a:after,
.navigation_wrapper .current-menu-item > a:after,
.navigation_wrapper .current-menu-parent > a:after,
.navigation_wrapper .current-menu-ancestor > a:after {} .header_layout_style1_custom.navigation_wrapper .jl_main_menu > li > ul,
.header_layout_style1_custom.navigation_wrapper .jl_main_menu > li > .sub-menu {
    margin-left: -8px !important;
}
.header_layout_style2_custom.navigation_wrapper .jl_main_menu > li > ul,
.header_layout_style2_custom.navigation_wrapper .jl_main_menu > li > .sub-menu {
    margin-left: -11px !important;
}
.navigation_wrapper .jl_main_menu > li > ul,
.navigation_wrapper .jl_main_menu > li > .sub-menu {
    top: 100%;
    margin-left: -22px !important;
    margin-top: -1px;
    background: #fff !important;
}
.navigation_wrapper .jl_main_menu ul,
.navigation_wrapper .jl_main_menu .sub-menu {
    position: absolute;
    overflow: visible;
    visibility: hidden;
    display: block;
    opacity: 0;
    padding: 0px !important;
    background: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 100;
    line-height: 1.8666;
    border: 1px solid #f0f0f0;
}
.navigation_wrapper .jl_main_menu li li {
    display: block;
}
.navigation_wrapper .jl_main_menu ul ul {
    left: 100%;
    top: 0;
    margin-left: 0;
}
.navigation_wrapper .jl_main_menu .jl_menu_tl ul {
    left: auto !important;
    right: 100% !important;
}
.navigation_wrapper .jl_main_menu li li {
    display: block;
}
.navigation_wrapper .jl_main_menu ul li,
.navigation_wrapper .jl_main_menu .sub-menu li {
    float: none;
    min-width: 210px;
    max-width: 350px;
    border-top: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #e9ecef;
}
.navigation_wrapper .jl_main_menu ul li,
.navigation_wrapper .jl_main_menu .sub-menu li:last-child {
    border-bottom: 0px;
}
.navigation_wrapper .jl_main_menu > li li a {
    float: none;
    text-align: left;
    display: block;
    text-decoration: none;
    padding: 10px 22px;
    border-top: 0px solid #e9ecef;
    pointer-events: none;
    color: #000;
    font-size: var(--jl-submenu-font-size);
    font-weight: var(--jl-submenu-font-weight);
    text-transform: var(--jl-submenu-transform);
    letter-spacing: var(--jl-submenu-space);
}
.navigation_wrapper .jl_main_menu > li:hover li a {
    pointer-events: auto;
}
.navigation_wrapper .jl_main_menu ul li,
.navigation_wrapper .jl_main_menu .sub-menu li {
    float: none;
    min-width: 210px;
    max-width: 350px;
    border-top: 0;
    padding: 0;
    position: relative;
}
.navigation_wrapper .jl_main_menu > li li:first-child > a {
    border-top: 0;
    box-shadow: none;
}
.navigation_wrapper .sub-menu li > .sub-menu {
    margin-top: -1px !important;
}
.navigation_wrapper .jl_main_menu ul .menu-item-has-children > a:after {
    line-height: 1;
    content: "\e928";
    position: absolute;
    top: 50%;
    right: 16px;
    color: #000;
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
}
.navigation_wrapper .jl_main_menu ul ul {
    left: 100%;
    top: 0;
    margin-left: 0;
}
.navigation_wrapper li:hover > ul,
.navigation_wrapper li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.jl_main_menu li:hover > a,
.navigation_wrapper .jl_main_menu li li:hover > a,
.navigation_wrapper .jl_main_menu li li.current-menu-item > a {
    color: #000;
}
.navigation_wrapper .jl_main_menu li li:hover > a,
.navigation_wrapper .jl_main_menu li li.current-menu-item > a {
    background: #f6f7f9 !important;
}
.mobile-menu-container {
    display: none;
}
.navigation_wrapper .mega-menu {
    left: 0;
}
.navigation_wrapper .mega-menu .sub-cats {
    display: table-cell;
    float: none;
    vertical-align: top;
    padding: 12px 30px;
    width: 19.5%;
    height: 100%;
    border-right: 1px solid #ebebeb;
}
.navigation_wrapper .mega-menu .sub-cats li {
    min-width: initial;
    max-width: initial;
}
.navigation_wrapper .mega-menu .sub-cats a {
    padding: 11px 0;
    font-weight: 600;
}
.navigation_wrapper .mega-menu .sub-cats li:last-child a {
    border-bottom: 1px solid #ebebeb;
}
.navigation_wrapper .jl_main_menu .mega-menu {
    display: table;
    table-layout: fixed;
}
.navigation_wrapper .jl_main_menu > li:hover > a,
.navigation_wrapper .jl_main_menu > .current-menu-item > a,
.navigation_wrapper .jl_main_menu > .current-menu-parent > a,
.navigation_wrapper .jl_main_menu > .current-menu-ancestor > a {} .navigation_wrapper li:hover > a:after,
.navigation_wrapper .current-menu-item > a:after,
.navigation_wrapper .current-menu-parent > a:after,
.navigation_wrapper .current-menu-ancestor > a:after {} .jl_social_counter {
    float: left;
    width: 100%;
}
.jl_count_style_2 .jl-facebook {
    background: #45629f;
}
.jl_count_style_2 .jl-twitter {
    background: #5eb2ef;
}
.jl_count_style_2 .jl-pinterest {
    background: #e60023;
}
.jl_count_style_2 .jl-instagram {
    background: #125d8f;
}
.jl_count_style_2 .jl-youtube {
    background: #c61d23;
}
.jl_count_style_2 .jl-soundcloud {
    background: #f80;
}
.jl_count_style_2 .jl-vimeo {
    background: #1ab7ea;
}
.jl_count_style_2 .jl-dribbble {
    background: #ec498a;
}
.jl_count_style_2 .jl-vk {
    background: #5081b8;
}
.jl_count_style_2 .jlsocial-element {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 7px;
    padding: 5px 0px;
}
.jl_count_style_2 .jlsocial-element:last-child {
    margin-bottom: 0px;
}
.jl_count_style_2 a {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.jl_count_style_2 .jlsocial-element-left {
    float: left;
}
.jl_count_style_2 i {
    font-size: 12px;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    background: rgba(255, 255, 255, .2);
    margin-left: 10px;
    margin-top: 3px;
}
.jl_count_style_2 .num-count {
    float: left;
    font-size: 13px;
    line-height: 35px;
    margin-left: 10px;
    padding: 0;
    font-weight: 400;
    color: #fff;
}
.jl_count_style_2 .jlsocial-element-right {
    font-size: 13px;
    color: #fff;
    display: block;
    line-height: 35px;
    float: right;
    font-weight: 400;
    margin-right: 15px;
    text-transform: capitalize;
}
/*-------------------------------------------------------------------------------------
Loading
-------------------------------------------------------------------------------------*/

.jl-loadmore-btn-w {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.jl_btn_load {
    position: relative;
    width: 194px;
    height: 45px;
    line-height: 45px;
    padding: 0px;
    background: #222;
    color: #fff;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    cursor: pointer;
    filter: none;
    box-shadow: none;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.jl_btn_load:focus {
    text-decoration: none;
    color: #fff;
}
.jl_btn_load:hover {
    text-decoration: none !important;
    color: #fff;
    background: #222;
    -webkit-transform: translatey(-3px);
    transform: translatey(-3px);
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
}
.jl-fixslider {
    float: left;
    width: 100%;
}
/*-------------------------------------------------------------------------------------
Social icons
-------------------------------------------------------------------------------------*/

.jellywp_about_us_widget_wrapper {
    text-align: left;
    float: left;
    width: 100%;
}
.social-icons-list-widget {
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    float: left;
    width: 100%;
    text-align: left;
}
.social-icons-list-widget li {
    display: inline-block;
    list-style: none;
    margin-right: 0px;
    margin-bottom: 9px;
}
.social-icons-list-widget.iconss_widget_display {
    margin-right: -1px !important;
    margin-left: -1px !important;
    width: auto;
}
.social-icons-list-widget.iconss_widget_display li {
    margin-right: 0px;
    margin-bottom: 2px;
    width: 50%;
    padding-right: 1px;
    padding-left: 1px;
    float: left;
    opacity: 0.9;
}
.social-icons-list-widget.iconss_widget_display {
    margin: 0px;
}
footer .social-icons-list-widget.iconss_widget_display li a {
    color: #FFF;
}
.social-icons-list-widget.iconss_widget_display li a {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
    text-transform: capitalize;
    text-align: left;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.social-icons-list-widget.iconss_widget_display li a i {
    margin-right: 5px !important;
    background: #000;
    background-color: rgba(0, 0, 0, .08);
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 13px;
    text-align: center;
}
.social-icons-list-widget.iconss_widget_display li a:hover {
    text-decoration: none !important;
    color: #fff !important;
}
.social-icons-list-widget.iconss_widget_display li a {
    background: #222;
}
.header_social_icons_jl {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    background: #fff;
}
.header_social_icons_jl .social-icons-list-widget {
    margin-top: 10px;
}
#content_nav .header_social_icons_jl .social-icons-list-widget li a {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    color: #fff;
    float: left;
    padding: 13px 0px;
}
#content_nav .header_social_icons_jl .social-icons-list-widget li a:hover {
    color: #fff !important;
}
#content_nav .header_social_icons_jl .social-icons-list-widget li a i {
    margin-right: 0px;
    display: block;
}
#content_nav .widget:last-child {
    margin-bottom: 0px !important;
}
.social-icons-list-widget li {
    margin-right: 26px;
}
.options_dark_skin .social-icons-list-widget li a {
    color: #fff;
}
.social-icons-list-widget li a {
    display: inline-block;
    font-size: 18px !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #000;
}
.social-icons-list-widget.icons_about_widget_display li a:hover {
    text-decoration: none !important;
}
.wp-block-latest-comments {
    padding: 0px;
}
.wp-block-tag-cloud a,
.wp-block-latest-posts a,
.wp-block-latest-comments a,
.wp-block-calendar a,
.wp-block-archives a {
    -webkit-box-shadow: inset 0 -1px 0 transparent !important;
    -moz-box-shadow: inset 0 -1px 0 transparent !important;
    box-shadow: inset 0 -1px 0 transparent !important;
}
.wp-block-tag-cloud a:hover {
    background: transparent !important;
    color: var(--jl-main-color) !important;
}
/*-------------------------------------------------------------------------------------
Form
-------------------------------------------------------------------------------------*/

#content form {
    margin-bottom: 30px;
}
#content fieldset {
    margin-bottom: 20px;
}
#content form .logged-in-as,
#content form .comment-notes {
    margin-bottom: 20px;
    font-size: 14px;
    float: left;
    width: 100%;
    text-transform: capitalize;
    letter-spacing: 0em;
    font-family: var(--jl-menu-font);
}
.content_single_page .logged-in-as a {
    text-decoration: none !important;
    color: #000 !important;
}
.content_single_page .logged-in-as a:hover {
    background: transparent !important;
    color: var(--jl-main-color) !important;
}
#content .col-md-4,
.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 33.33333333%;
}
.form-fields.row input {
    margin-bottom: 0px !important;
}
.comment-form-comment {
    margin-bottom: 0px !important;
}
.form-fields.row {
    margin-top: 0px;
    margin-bottom: 0px;
}
.form-fields.row .col-md-4 {
    margin-top: 30px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
#content input[type="text"],
#content input[type="password"],
#content input[type="email"],
#content textarea,
.comment-form-comment textarea{
    font-size: 14px;
    border: transparent;
    background: #f5f5f5;
    padding: 13px;
    outline: none;
    line-height: 20px;
    margin: 0;
    color: #000;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.comment-form-cookies-consent {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 0px 0px 0px !important;
}
.comment-respond .form-submit {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.form-submit .submit {
    margin-top: 30px;
}
.comment-form-cookies-consent input {
    -webkit-flex: 0 0 13px;
    -ms-flex: 0 0 13px;
    flex: 0 0 13px;
    width: 13px;
    position: relative !important;
    display: block;
    float: left;
    margin-top: -1px;
}
.comment-form-cookies-consent label {
    position: relative;
    margin-left: 5px;
    top: 0px;
    margin-bottom: 0px;
    line-height: 1.2;
}
#content select {
    padding: 0px 14px;
}
#content textarea {
    min-height: 60px;
}
#content label,
#content legend {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.wpcf7-form br {
    display: none;
}
#content select {
    width: 220px;
}
#content input[type="checkbox"] {
    display: inline;
}
.jl-contact-form-7 .wpcf7 form.invalid .wpcf7-response-output,
.jl-contact-form-7 .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    border-width: 1px;
    border-color: #858585;
}
.jl-contact-form-7 .wpcf7-form-control-wrap input {
    width: 100%;
}
.jl-contact-form-7 .wpcf7-form-control-wrap input[type=checkbox] {
    width: auto;
}
.options_dark_skin .jelly-newsletter-sidebar {
    background: #303030;
}
.jelly-newsletter-sidebar {
    padding: 30px;
    background: #eceae2;
}
.jelly-newsletter-sidebar .wpcf7-form-control-wrap {
    margin-top: 0px;
}
.jelly-newsletter-sidebar br {
    display: none;
}
.jelly-newsletter-sidebar .wpcf7-form-control-wrap {
    margin-bottom: 20px;
}
.jelly-newsletter-sidebar input[type="email"],
.jelly-newsletter-sidebar input[type="text"] {
    height: 40px;
    background: #fff;
    color: #000;
}
.jelly-newsletter-sidebar .jelly-newsletter-button input[type=submit] {
    width: 100%;
    height: 40px;
    line-height: 40px !important;
}
.jelly-newsletter-sidebar .wpcf7-list-item {
    margin: 15px 0px 0px 0px;
    font-size: 12px;
}
.jelly-newsletter-sidebar .wpcf7-list-item label {
    display: flex;
}
.jelly-newsletter-sidebar .your-consent,
.jelly-newsletter-sidebar .wpcf7-list-item span,
.jelly-newsletter-sidebar .wpcf7-list-item label {
    margin-bottom: 0px;
}
.jelly-newsletter-sidebar .wpcf7-not-valid-tip {
    font-size: 12px;
}
.jelly-newsletter-sidebar .wpcf7-list-item input {
    align-self: flex-start;
    margin-top: 4px;
    margin-right: 5px;
}
#content_nav .jl_c7_widget .wpcf7-response-output {
    display: none;
}
.jelly-newsletter-sidebar .newsletter-title {
    font-size: 20px;
    margin-bottom: 20px;
}
.jelly-newsletter-sidebar p {
    margin: 0px;
}
.jelly-newsletter-content {
    display: inline-flex;
    width: 100%;
}
.jelly-newsletter-content .wpcf7-form-control-wrap {
    margin: 0px 0px 10px 0px;
    position: relative;
}
.jelly-newsletter-content .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -22px;
    font-size: 12px;
}
.jelly-newsletter-content input[type=email] {
    height: 50px;
    line-height: 50px;
    border: 0px;
    width: 100%;
    background: #fff;
}
.jelly-newsletter-content input[type=submit] {
    height: 50px;
    line-height: 50px;
}
.jelly-newsletter-button .ajax-loader {
    display: none;
}
.jelly-newsletter-footer{
    width: 500px;
    margin: 0px auto;
    text-align: center;
}
.jelly-newsletter-footer .jelly-newsletter-content{
    display: flex;
    justify-content: space-between;
}
.jelly-newsletter-footer .jelly-newsletter-content .wpcf7-form-control-wrap{
    display: inline-flex;
    width: 100%;
}
.jelly-newsletter-footer .your-consent{
    margin-top: 10px;
    margin-bottom: 0px;
}
.jelly-newsletter-footer .your-consent .wpcf7-list-item, .jelly-newsletter-footer .your-consent label{
    margin: 0px;
}
.wpcf7-form-control-wrap {
    margin-top: 0px;
    margin-bottom: 30px;
    display: block;
}
.wpcf7-form .ajax-loader {
    display: none;
}
.wpcf7-not-valid-tip {
    color: #f00 !important;
    font-size: 12px;
}
#respond {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.logged-in-as a {
    border-bottom: 0px !important;
    -webkit-box-shadow: inset 0 -1px 0 transparent !important;
    -moz-box-shadow: inset 0 -1px 0 transparent !important;
    box-shadow: inset 0 -1px 0 transparent !important;
}
.logged-in-as a:hover {
    color: var(--jl-main-color);
    text-decoration: none !important;
}
/*-------------------------------------------------------------------------------------
title
-------------------------------------------------------------------------------------*/

.single_post_title {
    padding-bottom: 45px !important;
}
.page-title,
.single_post_title {
    margin: 0px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 35px;
    margin-top: -5px;
    color: #000;
}
.main_title_wrapper.jl_na_bg_title,
.main_title_wrapper.jl_na_bg_title.category_title_section {
    background: #f8f9fa;
}
.main_title_wrapper.jl_na_bg_title .jl_pc_sec_h.title {
    color: #000;
}
.main_title_wrapper {
    float: left;
    width: 100%;
    text-align: left;
    padding: 50px 0px 43px 0px;
    background: transparent;
    border-bottom: 0px solid #e5e5e5;
    overflow: hidden;
}
.main_title_wrapper.category_title_section.jl_cat_img_bg .jl_pc_sec_h {
    color: #fff;
}
.main_title_wrapper.category_title_section {
    text-align: left;
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
    padding: 50px 0px;
}
.main_title_wrapper.category_title_section .category_image_bg_image,
.main_title_wrapper.category_title_section .category_image_bg_ov {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-attachment: fixed;
}
.main_title_wrapper.category_title_section .category_image_bg_ov {
    background: #000;
    opacity: 0.5;
}
.main_title_wrapper.category_title_section .jl_cat_title_wrapper {
    float: left;
    width: 100%;
    overflow: hidden;
}
.main_title_wrapper .row {
    margin-bottom: 0px;
}
.main_title_wrapper .jl_pc_sec_title {
    width: 100%;
}
.main_title_wrapper .jl_pc_sec_h.title {
    font-size: 35px;
    margin: 0px 0px 0px 0px;
    color: #000;
    float: left;
    width: 100%;
    text-align: left;
    text-transform: capitalize;
}
.main_title_wrapper.jl_cat_img_bg p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: 10px;
    float: left;
    width: 50%;
}
.single-post-title,
.datepost-title {
    font-size: 30px;
    margin-bottom: 10px;
}
#sidebar .widget_container {
    float: left;
    width: 100%;
    padding: 25px 0px 25px 0px;
    background: #FFF;
}
.post_list_widget.comment_widget {
    margin-bottom: 50px !important;
}
.post_list_widget.comment_widget .image_post {
    width: 90px !important;
}
#sidebar .widget_container .widget {
    margin-bottom: 0px;
}
.tab_widget .widget_container {
    padding: 0px !important;
}
.tab_widget .widget_container .tab-container {
    padding: 6px 0px 25px 0px !important;
}
#sidebar .widget_container,
footer .widget_container {
    float: left;
}
.social-twitter,
.social-facebook,
.social-youtube,
.social-google-plus {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
.social-twitter .icon {
    background: #4099FF;
}
.social-facebook .icon {
    background: #3B5998;
}
.social-youtube .icon {
    background: #CD332D;
}
.social-google-plus .icon {
    background: #DD4B39;
}
.social-twitter .icon,
.social-facebook .icon,
.social-youtube .icon,
.social-google-plus .icon {
    float: left;
    color: #FFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    margin-right: 10px;
}
.social-twitter h2,
.social-facebook h2,
.social-youtube h2,
.social-google-plus h2 {
    font-size: 20px !important;
    margin: 0px;
    line-height: 20px;
}
.social-twitter p,
.social-facebook p,
.social-youtube p,
.social-google-plus p {
    font-size: 13px !important;
    margin: 0px !important;
}
.ads300x250-thumb {
    text-align: center;
}
.panel-grid .ads_widget_container,
.panel-grid .ads_widget_container .widget {
    padding: 0px !important;
    background: none !important;
}
.panel-grid .ads_widget_container {
    margin-bottom: 30px;
}
.panel-grid .ads_widget_container:last-child {
    margin-bottom: 0px !important;
}
.adss_header {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    float: left;
}
.adss_header .widget.ads_widget_container {
    margin-bottom: 0px;
}
.widget_jl_wrapper.ads_widget_container {
    float: none;
}
footer .recent_post_large_widget {
    border-bottom: 1px solid #232323;
}
.recent_post_large_widget .image_post {
    position: relative;
}
.recent_post_large_widget {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.recent_post_large_widget .wrap_box_style_main.post_meta_overlay_img {
    position: absolute;
    bottom: 0px;
    background: #fff;
    width: auto;
}
.recent_post_large_widget .meta-category-small {
    margin: 0px;
    position: absolute;
    left: 20px;
    top: 20px;
}
.recent_post_large_widget .meta-category-small a:hover {
    color: #fff !important;
}
.recent_post_large_widget .meta-category-small a {
    padding: 7px 15px 7px;
    margin-bottom: 1px;
    letter-spacing: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff !important;
    background: #000;
    width: auto !important;
    float: left !important;
}
.recent_post_large_widget .post-meta {
    float: left;
    width: 100%;
    color: #737373;
    font-size: 14px !important;
    text-transform: capitalize;
    line-height: 1.2;
}
.recent_post_large_widget .post-meta a {
    color: #444;
    font-weight: 400;
}
.recent_post_large_widget .post-meta a:hover {
    text-decoration: none !important;
    float: none !important;
}
.post-meta .post-author:hover a,
.post-meta .post-author a:hover {
    margin: 0px !important;
    padding: 0px !important;
    line-height: auto;
    float: none !important;
    text-decoration: none !important;
}
.recent_post_large_widget:last-child {
    margin-bottom: 0px;
    border-bottom: 0px solid #EDEDED;
    padding-bottom: 0px;
}
.recent_post_large_widget .image_post a.feature-link {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    max-height: 200px;
    overflow: hidden;
    background: #eee;
}
.jl_radius .recent_post_large_widget .image_post a.feature-link {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.layout_magazine_video .overlay_icons {
    display: none;
}
.layout_magazine_video .post_type_icon,
.layout_magazine_video .header_small_carousel_post .post_type_icon {
    display: block;
}
.post_type_icon,
.header_small_carousel_post .post_type_icon {
    display: none;
    color: #FFF;
    border: 3px solid #fff;
    background: #000;
    font-size: 20px !important;
    height: 45px;
    width: 45px;
    line-height: 45px;
    left: 50%;
    margin-left: -17px !important;
    margin-top: -17px !important;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 9;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0.7;
}
.post_type_icon:before {
    margin-left: 14px !important;
    font-size: 18px;
    margin-top: -2px !important;
    float: left;
}
.feature-post-list .post_type_icon,
.recent-grid-post-widget .post_type_icon,
.recent_post_large_widget .post_type_icon {
    border: 2px solid #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.feature-post-list .post_type_icon:before,
.recent-grid-post-widget .post_type_icon:before,
.recent_post_large_widget .post_type_icon:before {
    margin-left: 11px !important;
    font-size: 15px;
    margin-top: -2px !important;
}
.recent_post_large_widget .image_post a:hover img {
    opacity: 1;
}
.recent_post_large_widget .overlay_icon {
    font-size: 20px;
    margin-top: 5px;
    color: #333;
    float: right;
    padding: 0px;
}
.recent_post_large_widget .meta-category {
    float: left;
    margin-bottom: 10px;
}
.recent_post_large_widget .meta-category a {
    height: 20px;
    margin-top: 5px;
    line-height: 20px;
    font-size: 12px;
    color: #FFF;
    background: var(--jl-main-color);
    float: left;
    padding: 0px 7px;
    margin-left: 5px;
    margin-right: 6px;
    position: relative;
}
.recent_post_large_widget .meta-category a:hover {
    background: #333 !important;
    text-decoration: none !important;
}
.recent_post_large_widget img,
.recent_post_large_widget .image_post {
    float: left;
    width: 100%;
}
.recent_post_large_widget .image_post {
    margin-bottom: 20px;
}
.recent_post_large_widget .wrap_box_style_main {
    float: left;
    width: 100%;
    margin-top: 0px;
}
.recent_post_large_widget .recent_list_item_number {
    background: var(--jl-main-color);
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    margin-top: -20px;
    position: absolute;
    top: 16%;
    left: -10px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 99;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.recent_post_large_widget .wrap_box_style_main .title_content_wrapper {
    float: left;
}
.menu_post_feature .recent_post_large_widget .post-meta,
.menu_post_feature .recent_post_large_widget .meta-category-small {
    display: none !important;
}
.menu_post_feature .recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_builder_cat_main,
.menu_post_feature .recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_rating_front {
    display: inherit !important;
    margin-bottom: 10px;
}
.menu_post_feature .recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_builder_cat_main {
    margin-top: 2px;
}
.menu_post_feature .recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_builder_cat_main a {
    font-weight: 600 !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    float: left !important;
    letter-spacing: 0em !important;
    height: auto !important;
    line-height: 10px !important;
    padding: 0px !important;
}
.menu_post_feature .recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_rating_front {
    margin-top: 0px;
}
.recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_builder_cat_main,
.recent_post_large_widget .wrap_box_style_main .title_content_wrapper .jl_rating_front {
    display: none;
}
.recent_post_large_widget .jl_count_num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    background: var(--jl-main-color);
    color: #fff;
    font-weight: 800;
    font-size: 18px;
}
.recent_post_large_widget .wrap_box_style_main h3 {
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: left;
}
.recent_post_large_widget .wrap_box_style_main .post-meta span {
    float: left;
    margin-right: 10px;
    font-size: 11px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.recent_post_large_widget .wrap_box_style_main .post-meta span i {
    margin-right: 5px;
}
.jellywp_about_us_widget_wrapper .footer_logo_about {
    margin-bottom: 30px;
    float: none;
    display: inline-block;
    width: 110px;
    border-radius: 100px;
}
.jellywp_about_us_widget_wrapper .jl_img_sign {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.post-meta a:hover {
    color: var(--jl-main-color) !important;
}
.menu_post_feature .jl-grid-cols {
    width: 20%;
}
.jl_main_menu .menupost:hover .menu_post_feature .jl_grid_wrap_f .jl-roww .jl_grid_w {
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-name: jlmdown;
    animation-name: jlmdown;
}
@-webkit-keyframes jlmdown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}
@keyframes jlmdown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}
.jl_main_menu .menupost .menu_post_feature .jl_grid_wrap_f .jl-roww {
    margin: 0px -15px;
}
.jl_main_menu .menupost.menu-item-has-children ul.sub-menu {
    left: 1px !important;
    margin: 1px !important;
    padding: 20px 30px 30px 30px !important;
    width: 20%;
    border: 0px;
    background: #fff !important;
}
.options_dark_skin .jl_main_menu .menupost.menu-item-has-children ul.sub-menu {
    background: #1a1a1a !important;
}
.jl_main_menu .menupost.menu-item-has-children ul.sub-menu > li {
    min-width: 100%;
    width: 100%;
}
.jl_main_menu .menupost.menu-item-has-children ul.sub-menu > li.current-menu-item a {
    background: transparent !important;
}
.jl_main_menu .menupost.menu-item-has-children ul.sub-menu li:hover a,
.jl_main_menu .menupost.menu-item-has-children ul.sub-menu .is-current-sub a,
.options_dark_skin .jl_main_menu .menupost.menu-item-has-children ul.sub-menu .is-current-sub a {
    color: var(--jl-main-color) !important;
    background: transparent !important;
}
.jl_main_menu .mega-category-menu.menupost .menu_post_feature.sub-menu,
.jl_main_menu .mega-category-menu.menupost ul.sub-menu {
    margin-left: 0px !important;
}
.jl_main_menu .menupost.menu-item-has-children ul.sub-menu li a {
    padding: 0px;
}
.jl_main_menu .menupost.menu-item-has-children ul.sub-menu li:last-child {
    border-bottom: 1px solid #e9ecef;
}
.options_dark_skin .jl_main_menu .menupost.menu-item-has-children ul.sub-menu li:last-child {
    border-bottom: 1px solid #303030 !important;
}
.jl_main_menu .menupost.menu-item-has-children .menu_post_feature {
    padding-left: 20% !important;
}
.jl_main_menu .menupost .menu_post_feature .block-section {
    padding: 30px;
}
.jl_main_menu .menupost.menu-item-has-children .menu_post_feature .block-section {
    border-left: 1px solid #e9ecef;
}
.options_dark_skin .jl_main_menu .menupost.menu-item-has-children .menu_post_feature .block-section {
    border-left: 1px solid #303030;
}
.jl_main_menu .menupost .jl_grid_w .text-box h3 {
    font-size: 16px;
}
.jl_main_menu .menupost .jl_grid_w .text-box h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.jl_main_menu .menupost .jl_grid_w .text-box h3 a:hover {
    color: var(--jl-main-color) !important;
}
.jl_main_menu .menupost .menu_post_feature .jl-grid-cols {
    width: 20%;
    padding: 0px 15px;
}
.jl_main_menu .menupost.menu-item-has-children .menu_post_feature .jl-grid-cols {
    width: 25%;
    padding: 0px 15px;
}
.jl_main_menu .menupost .menu_post_feature .jl-grid-cols .jl_grid_w {
    margin-bottom: 20px;
}
.jl_main_menu .menupost .menu_post_feature .pagination-nextprev,
.jl_main_menu .menupost .menu_post_feature {
    text-align: left;
}
.menu_post_feature,
.menu_post_feature .category_post_ajax_wrap {
    float: left;
    width: 100%;
    position: relative;
}
.menu_post_feature .category_post_ajax_wrap .cat_title_list_style {
    width: 246px !important;
    float: left;
    background: #efeeee !important;
    margin: 0px 0px -500px;
    padding-bottom: 500px;
    margin-left: -20px;
    margin-top: -20px;
}
.menu_post_feature .category_post_ajax_wrap .cat_title_list_style li {
    border-bottom: 1px solid #dcdcdc !important;
    float: left;
    width: 100%;
    height: 40px;
    font-size: 12px;
    line-height: 39px;
    padding: 0px 0px 0px 15px !important;
    margin: 0 0 0 0px;
    overflow: hidden;
    position: relative;
    list-style: none;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    color: #000 !important;
}
.menu_post_feature .category_post_ajax_wrap .cat_title_list_style li.current_cat_post,
.menu_post_feature .category_post_ajax_wrap .cat_title_list_style li.current_cat_post:hover {
    background: #fff !important;
}
.menu_post_feature .builder_cat_title_list_style {
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0) !important;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0) !important;
}
.navigation_wrapper .menu_post_feature .builder_cat_title_list_style {
    padding-bottom: 500px !important;
    padding-top: 20px !important;
    position: absolute !important;
    left: 0px;
    bottom: 0px;
    display: none !important;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}
.navigation_wrapper > ul > li:hover .menu_post_feature .builder_cat_title_list_style {
    display: block !important;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}
.menu_post_feature .builder_cat_title_list_style li {
    color: #000;
    text-align: left;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat {
    width: 79.5% !important;
    float: right !important;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .row {
    min-width: 100%;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat {
    padding: 20px 25px 20px 20px !important;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .blog_grid_post_style {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .blog_grid_post_style .author-avatar-link {
    line-height: 1.2 !important;
    padding: 0px;
    height: auto !important;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .blog_grid_post_style .author-avatar-link a {
    padding: 0px !important;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .blog_grid_post_style .post-date {
    line-height: 1.2;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .recent_post_large_widget {
    float: left !important;
    width: 270px !important;
    border: 0px solid #000;
    margin-left: 20px;
    margin-right: 0px !important;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .recent_post_large_widget .image-post-title a,
.menu_post_feature .image-post-title a {
    text-transform: capitalize;
}
.menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat .recent_post_large_widget .image-post-title a:hover,
.menu_post_feature .image-post-title a:hover {
    color: #000 !important;
}
.menu_post_feature .jelly_category_ajax_widget {
    margin-bottom: 0px !important;
}
.menu_post_feature .image-post-thumb > a {
    height: auto !important;
}
.menu_post_feature .image_post > .feature-link img,
.menu_post_feature .image-post-thumb > a img {
    width: 100% !important;
    max-height: 100% !important;
}
.menu_post_feature .recent_post_large_widget .wrap_box_style_main h3 a {
    font-size: 17px !important;
    letter-spacing: -0.03em !important;
    float: left;
    width: 100%;
}
.menu_post_feature .recent_post_large_widget .feature-link img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
/*-------------------------------------------------------------------------------------
Top menu
-------------------------------------------------------------------------------------*/

.header_main_wrapper.header_style_3_opt {
    padding: 50px 0px;
    border-bottom: 1px solid #e4e4e4;
}
.jl_top_social_menu.header_layout_style3_custom.header_layout_style3_custom .search_header_menu {
    width: auto !important;
}
.jl_top_social_menu.header_layout_style3_custom.header_layout_style3_custom .search_header_menu i:hover {
    color: #fff !important;
}
.jl_top_social_menu.header_layout_style3_custom.header_layout_style3_custom .search_header_menu i {
    font-size: 15px;
}
.home.header_layout_6 .header_main_wrapper.header_style_3_opt,
.home.homeslider_full_tab .header_main_wrapper.header_style_3_opt {
    border-bottom: 0px solid #e4e4e4;
}
.home.home_single_slider.header_layout_6 .large_center_slider_container.jl_single_slider_box {
    margin-top: 0px !important;
}
.jl_header_magazine_style.two_header_top_style .header_main_wrapper.header_style_3_opt {
    border-bottom: 0px solid #e4e4e4 !important;
}
.logo-position-top .logo_position_wrapper {
    text-align: center;
}
.header_layout_style3_custom .logo-position-top .logo_position_wrapper {
    margin-top: 0px;
}
.header_date_display {
    float: left;
    height: 23px;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    margin-right: 6px;
    background: #222;
    padding: 0px 10px;
    border-radius: 2px;
    margin-top: 7px;
}
.menu_wrapper {
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.jl_nav_height {
    float: left;
    width: 100%;
}
.jl_menu_sticky.jl_on_sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.logo-position h1 {
    line-height: 0px;
    margin: 0px;
}
/*-------------------------------------------------------------------------------------
Megamenu
-------------------------------------------------------------------------------------*/

.jl_main_menu > ul > li.megamenu > ul.sub-menu {
    width: 100%;
    left: 0px;
    padding: 25px 0px 25px 0px;
    background-color: #fff;
    margin-top: 0px;
}
.jl_main_menu > ul > li.megamenu > ul.sub-menu>li {
    background: none !important;
    border-bottom: none;
}
.jl_main_menu > ul > li.megamenu > ul.sub-menu>li:hover>.sf-with-ul {} .jl_main_menu > ul > li.megamenu > ul.sub-menu > li > ul > li > a:before {
    content: "\f105";
    margin-right: 10px;
}
.jl_main_menu > ul > li.megamenu > ul.sub-menu li {
    background: none;
    border-bottom: none;
}
.jl_main_menu > ul > li.megamenu > ul > li {
    float: left;
    padding: 0px 15px;
    background: none !important;
}
.jl_main_menu > ul > li.megamenu.columns-3 > ul > li {
    width: 33.33% !important;
    padding: 0px 15px !important;
    border-right: 1px solid #dedede;
}
.jl_main_menu > ul > li.megamenu.columns-3 > ul li {
    border-top: 0px !important;
}
.jl_main_menu > ul > li.megamenu.columns-3 > ul > li:last-child {
    border: 0px;
}
.jl_main_menu > ul > li.megamenu.columns-4 > ul > li {
    width: 24.99% !important;
    padding: 0px 15px !important;
    border-right: 1px solid #dedede;
}
.jl_main_menu > ul > li.megamenu.columns-4 > ul > li:last-child {
    border: 0px;
}
.jl_main_menu > ul > li.megamenu > ul > li ul {
    display: block!important;
    top: 0px!important;
    width: 100%;
    opacity: 1!Important;
    filter: alpha(opacity=100);
    left: 0px!important;
    position: relative!important;
    margin: 0px;
}
.jl_main_menu > ul > li.megamenu ul li a {
    padding: 9px 15px;
}
.megamenu li a,
.megamenu li.current-menu-item a {
    background: none !important;
    border-bottom: none;
}
.jl_main_menu > ul > li.megamenu > ul > li > a {
    font-size: 15px;
    text-transform: uppercase;
    background: none !important;
}
.jl_main_menu > ul > li.megamenu > ul ul li a:hover {
    background: #f2f2f2 !important;
}
.jl_main_menu > ul > li.megamenu > ul > li .sf-with-ul:after {
    display: none !important;
}
.jl_main_menu > ul > li.megamenu li:first-child a {
    border-top: 0px !important;
}
/*-----------------------------------------------------------------------------------*/

/*  menu post tab
/*-----------------------------------------------------------------------------------*/

.menu_post_feature {
    margin-top: 0px !important;
    width: 100% !important;
    background: #FFF !important;
    float: left;
    padding: 20px 0px;
    padding-bottom: 0px !important;
    overflow: hidden !important;
}
.menu_post_feature ul.hover_tab_post_large {
    background: #2C3242 !important;
    margin: 0px 0px -500px;
    padding-bottom: 500px;
    margin-top: -30px;
}
.menu_post_feature ul.hover_tab_post_large li {
    border-right: 0px solid #ccc !important;
    border-bottom: 1px solid #616161 !important;
}
.menu_post_feature .builder_cat_title_list_style {
    width: 20% !important;
    float: left;
    background: var(--jl-main-color) !important;
    margin: 0px 0px -500px;
    padding-bottom: 500px;
    margin-left: -20px;
    margin-top: -20px;
    padding-top: 30px !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
}
.menu_post_feature .builder_cat_title_list_style li {
    border-bottom: 1px solid #fff !important;
    border-bottom: 1px solid rgba(225, 225, 225, 0.3) !important;
    float: left;
    width: 100%;
    height: 40px;
    font-size: 12px;
    line-height: 39px;
    padding: 0px 0px 0px 25px !important;
    margin: 0 0 0 0px;
    overflow: hidden;
    position: relative;
    list-style: none;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    color: #fff !important;
}
.menu_post_feature .builder_cat_title_list_style li {
    letter-spacing: 0.03em;
    font-weight: 600 !important;
}
.menu_post_feature .builder_cat_title_list_style li.current_cat_post,
.menu_post_feature .builder_cat_title_list_style li.current_cat_post:hover {
    background: #fff !important;
    color: #000 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.menu_post_feature .builder_cat_title_list_style li.current_cat_post:hover {
    background: #fff !important;
}
.menu_post_feature .wrapper_display_post_cat {
    float: left;
    position: relative;
    width: 870px !important;
    margin-left: 0px;
    margin-top: 0px;
}
.menu_post_feature .wrapper_display_post_cat .image-post-title a {
    font-size: 15px !important;
    letter-spacing: 0px !important;
}
.menu_post_feature .wrapper_display_post_cat .image-post-title a:hover {
    opacity: 0.8 !important;
}
.menu_post_feature .cat_post_nav {
    float: left;
    width: 57px;
    margin: 20px 0px 0px 0px !important;
}
.menu_post_feature .cat_post_nav a.next {
    float: right !important;
}
.menu_post_feature .cat_post_nav a.prev {
    float: left !important;
    margin-left: 0px;
}
.menu_post_feature .cat_post_nav a {
    height: 25px !important;
    line-height: 23px !important;
    width: 25px !important;
    padding: 0px !important;
    text-align: center !important;
}
.menu_post_feature .cat_post_nav .prev.nav_blank_link {
    float: left;
    margin-left: 0px !important;
}
.menu_post_feature .cat_post_nav .next.nav_blank_link {
    float: right !important;
    margin-left: 0px;
}
.menu_post_feature .cat_post_nav a i {
    float: none !important;
    margin: 0px !important;
}
.menu_post_feature li {
    white-space: normal !important;
    background: none !important;
    padding: 10px !important;
    padding-bottom: 0px !important;
}
.menu_post_feature li:hover,
.menu_post_feature:hover li {
    background: none !important;
}
.menu_post_feature .two-content-wrapper {
    float: left !important;
    width: 247px !important;
    margin: 0px 10px !important;
}
.menu_post_feature .two-content-wrapper a.feature-link {
    height: 160px !important;
}
.menu_tab_post_large {
    margin-bottom: 10px !important;
}
.menu_post_feature .menu_post_cat_color:hover {
    text-decoration: underline !important;
}
.menu_post_feature .widget-title,
.menu_post_feature .homepage_builder_title {
    display: none !important;
}
.menu_post_feature .feature-post-title a {
    height: auto !important;
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 0px !important;
    margin-bottom: 5px !important;
}
.menu_post_feature h3 a.image-post-title-link {
    background: none !important;
    text-transform: none !important;
    color: #FFF !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    margin-bottom: 5px !important;
    height: auto !important;
    padding: 0px !important;
    line-height: 25px !important;
}
.menu_post_feature h3 a:hover {
    text-decoration: underline !important;
    background: none !important;
    color: #FFF !important;
}
.menu_post_feature .post-meta {
    margin: 0px !important;
    float: left !important;
}
.menu_post_feature .post-author a {
    display: inherit !important;
    padding: 0px !important;
    padding-right: 5px !important;
    background: none !important;
    height: 20px !important;
    line-height: 20px !important;
    color: #B0B0B8 !important;
}
.menu_post_feature ul {
    position: static !important;
    display: block !important;
}
.options_dark_skin .menu_post_feature .jl_post_meta .jl_author_img_w a {
    color: #8b8b8b !important;
}
.menu_post_feature .jl_post_meta .jl_author_img_w a {
    color: #5e5e5e !important;
}
.menu_post_feature .jl_post_meta .post-date {
    color: #5e5e5e;
}
.menu_post_feature .jl_post_meta .jl_author_img_w a:hover {
    color: #6f6f6f !important;
}
.menu_post_feature .image-post-thumb a {
    height: auto !important;
    padding: 0px !important;
}
.menu_post_feature .image-post-title {
    margin: 0px;
}
.menu_post_feature .image-post-title a {
    padding: 0px !important;
    color: #000;
    font-size: 18px !important;
    height: auto !important;
    line-height: 1.2 !important;
}
.menu_post_feature .image-post-title a:hover,
.menu_post_feature .image-post-title:hover,
.menu_post_feature a:hover {
    color: #000 !important;
}
.menu_post_feature .right-post-display-content {
    float: left;
    width: 760px;
}
.menu_post_feature .right-post-display-content .image_post {
    height: auto !important;
    padding: 0px !important;
}
.menu_post_feature .right-post-display-content ul {
    float: left;
    width: 100%;
}
.menu_post_feature .right-post-display-content ul li {
    float: left;
    width: 350px;
    height: auto !important;
    margin: 0px 0px 15px 20px !important;
    padding: 0px 0px 15px 0px !important;
}
.menu_post_feature .right-post-display-content ul li:last-child {
    border-bottom: 1px solid #EDEDED;
}
.menu_post_feature .right-post-display-content ul li a {
    padding: 0px;
    color: #000;
    height: auto !important;
    line-height: 1.2;
}
.menu_post_feature .right-post-display-content ul li .post-meta.meta-main-img,
.menu_post_feature .right-post-display-content .post-meta.meta-main-img {
    display: block !important;
}
.menu_post_feature .mainpost_with_list_widget .blog_grid_post_style .content_post_grid {
    display: none;
    border-bottom: 0px !important;
}
.menu_post_feature .blog_grid_post_style {
    margin-bottom: 0px !important;
}
/*-------------------------------------------------------------------------------------
menu post
-------------------------------------------------------------------------------------*/

.main_post_style .feature-link img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.main_post_style .feature-link:hover img {} .menu_post_feature>li,
.menu_post_feature .main_post_style {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background: transparent;
}
.menu_post_feature .widget.main_post_style {
    margin-bottom: 0px !important;
}
.menu_post_feature .widget.main_post_style .jl_recent_large {
    padding: 20px 10px 0px 10px;
    float: left;
    width: 100%;
}
.menu_post_feature>li {
    float: left;
    width: 100%;
    padding: 0px !important;
    padding-left: 20px !important;
    margin-bottom: 20px;
    border: 0px solid #000 !important;
}
.menu_post_feature .recent_post_large_widget {
    float: left !important;
    width: 25% !important;
    border: 0px solid #000;
    padding: 0px 10px;
    margin-bottom: 30px;
}
.menu_post_feature .image_post a.feature-link {
    height: auto !important;
    line-height: auto !important;
    padding: 0px !important;
}
.menu_post_feature .wrap_box_style_main .image-post-title {
    margin: 0px 0px 10px 0px !important;
    padding: 0px !important;
    float: left;
    width: 100%;
}
.menu_post_feature .wrap_box_style_main .image-post-title a {
    font-size: 16px !important;
    line-height: 1.3 !important;
    height: auto !important;
    padding: 0px !important;
    margin: 0px !important;
    color: #000 !important;
}
.menu_post_feature .wrap_box_style_main .image-post-title a:hover,
.menu_post_feature .post-entry-content .image-post-title a:hover,
.menu_post_feature .item-details .feature-post-title a:hover {
    color: #000 !important;
    text-decoration: none !important;
}
.menu_post_feature .post-entry-content .image-post-title a,
.menu_post_feature .item-details .feature-post-title a {
    text-transform: capitalize !important;
}
.menu_post_feature .recent_post_large_widget .post-meta.meta-main-img {
    display: none !important;
    margin-top: 6px !important;
}
.menu_post_feature .recent_post_large_widget .post-meta.meta-main-img a {
    font-size: 11px !important;
    text-transform: uppercase !important;
}
.jl_hwrap {
    position: relative;
}
.header_magazine_full_screen .navigation_wrapper .jl_main_menu > li > a {
    height: 70px;
    line-height: 70px;
}
.header_magazine_full_screen .menu_wrapper {
    border: 0px !important;
    position: relative;
}
.header_magazine_full_screen .menu_wrapper.menu_sticky.jquery-stickit-spacer {
    height: auto !important;
}
.header_magazine_full_screen .menu_wrapper .jl_main_menu > li {
    padding: 0 13px;
}
.header_magazine_full_screen .menu_wrapper .jl_main_menu > li > a {
    position: relative;
    padding: 0px;
}
.header_magazine_full_screen .menu_wrapper .jl_main_menu > li:hover > a {
    color: #000 !important;
}
.header_magazine_full_screen .menu_wrapper .jl_main_menu > li > a > span {
    position: absolute;
    width: 0;
    height: 0px;
    display: block;
    bottom: 25px;
    right: 0;
    background: #000;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
}
.header_magazine_full_screen .menu_wrapper .jl_main_menu > li:hover > a > span {
    width: 100%;
    left: 0;
    background: #000;
}
.jl_head_lobl .menu_wrapper {
    float: left;
    width: 100%;
    height: 54px;
    position: relative;
}
.jl_head_lobl.header_magazine_full_screen .navigation_wrapper .jl_main_menu > li > a {
    height: 54px;
    line-height: 54px;
}
.jl_head_lobl.header_magazine_full_screen .search_header_menu {
    position: relative;
    float: right;
}
.jl_head_lobl.header_magazine_full_screen.jlsh5 .navigation_wrapper .jl_main_menu > li > a,
.jl_head_lobl.header_magazine_full_screen.jlsh5 .navigation_wrapper .jl_main_menu > li > a:hover {
    color: #fff !important;
}
.jl_head_lobl.jl_cus_sihead.header_magazine_full_screen .menu_mobile_icons,
.jl_cus_sihead.header_magazine_full_screen .search_header_wrapper {
    height: 54px;
    line-height: 54px !important;
}
.options_dark_skin .header_magazine_full_screen .search_header_wrapper .jli-search:hover,
.options_dark_skin .header_magazine_full_screen .search_header_menu i:hover {
    color: #fff !important;
}
.jl_cus_sihead.header_magazine_full_screen .jl_h_cart .jl_l_cart {
    height: 70px;
    line-height: 70px;
}
.jl_cus_sihead.header_magazine_full_screen .shareblock_day_night {
    height: 70px;
    line-height: 70px;
}
.jl_head_lobl.header_magazine_full_screen .search_header_menu {
    height: 54px;
    margin-right: 0px;
}
.jl_head_lobl.header_magazine_full_screen .jl_left_share {
    float: left;
}
.jl_head_lobl.header_magazine_full_screen.jl_cus_sihead .menu_wrapper .jl_main_menu > li:hover > a {
    color: #fff !important;
}
.page-template-home-page-builder .jl_head_lobl .jl_logo_tm {
    border-bottom: 0px;
}
.page-template-home-page-builder .jl_head_lobl .jl_logo_tm .jl_lgin {
    padding: 50px 0px;
}
.jl_head_lobl .jl_logo_tm {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.jl_head_lobl .jl_logo_tm .row {
    margin-bottom: 0px;
}
.jl_head_lobl .jl_logo_tm .jl_lgin {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
}
.jl_head_lobl.header_magazine_full_screen .logo_link img {
    max-width: 320px;
}
.jl_head_lobl.header_magazine_full_screen .menu_wrapper {
    background-color: #222 !important;
    border-bottom: 0px solid #f0f0f0 !important;
}
.jl_cus_sihead.header_magazine_full_screen .search_header_menu {
    width: auto;
}
.jl_cus_sihead.header_magazine_full_screen .social_icon_header_top {
    padding: 0px;
    margin: 0px;
    float: right;
}
.jl_cus_sihead.header_magazine_full_screen .social_icon_header_top li {
    float: left;
    list-style: none;
    margin-right: 15px;
}
.jl_cus_sihead.header_magazine_full_screen .social_icon_header_top li a img {
    width: 22px;
}
.jl_cus_sihead.header_magazine_full_screen .social_icon_header_top li a {
    float: left;
    height: 50px;
    line-height: 50px;
}
.jl_cus_sihead.header_magazine_full_screen .menu_mobile_icons,
.jl_cus_sihead.header_magazine_full_screen .search_header_wrapper {
    height: 70px;
    line-height: 70px !important;
    display: flex;
    align-items: center;
}
.jl_cus_sihead.header_magazine_full_screen .menu_wrapper .jl_main_menu > li {
    padding: 0 10px;
}
.social_icon_header_top.jl_socialcolor li a.facebook i {
    color: #45629f;
}
.social_icon_header_top.jl_socialcolor li a.google_plus i {
    color: #df5443;
}
.social_icon_header_top.jl_socialcolor li a.behance i {
    color: #43638b;
}
.social_icon_header_top.jl_socialcolor li a.behance i {
    color: #0057ff;
}
.social_icon_header_top.jl_socialcolor li a.vimeo i {
    color: #1ab7ea;
}
.social_icon_header_top.jl_socialcolor li a.youtube i {
    color: #c61d23;
}
.social_icon_header_top.jl_socialcolor li a.instagram i {
    color: #125d8f;
}
.social_icon_header_top.jl_socialcolor li a.Linkedin i {
    color: #0077B5;
}
.social_icon_header_top.jl_socialcolor li a.pinterest i {
    color: #e02321;
}
.social_icon_header_top.jl_socialcolor li a.twitter i {
    color: #5eb2ef;
}
.social_icon_header_top.jl_socialcolor li a.spotify_i i {
    color: #1ed760;
}
.social_icon_header_top.jl_socialcolor li a.deviantart i {
    color: #c9dd44;
}
.social_icon_header_top.jl_socialcolor li a.dribble i {
    color: #f5669a;
}
.social_icon_header_top.jl_socialcolor li a.dropbox i {
    color: #0077fa;
}
.social_icon_header_top.jl_socialcolor li a.rss i {
    color: #ff8d36;
}
.social_icon_header_top.jl_socialcolor li a.skype i {
    color: #00bcf2;
}
.social_icon_header_top.jl_socialcolor li a.stumbleupon i {
    color: #f56132;
}
.social_icon_header_top.jl_socialcolor li a.wordpress i {
    color: #1a87aa;
}
.social_icon_header_top.jl_socialcolor li a.yahoo i {
    color: #5729bb;
}
.social_icon_header_top.jl_socialcolor li a.sound_cloud i {
    color: #b19ba5;
}
.social_icon_header_top.jl_socialcolor li:hover a i {
    color: inherit !important;
}
.header_magazine_full_screen .navigation_wrapper .jl_main_menu > li:hover > a,
.header_magazine_full_screen .navigation_wrapper .jl_main_menu > .current-menu-item > a,
.header_magazine_full_screen .navigation_wrapper .jl_main_menu > .current-menu-parent > a,
.header_magazine_full_screen .navigation_wrapper .jl_main_menu > .current-menu-ancestor > a {} .header_magazine_full_screen .navigation_wrapper li:hover > a:after,
.header_magazine_full_screen .navigation_wrapper .current-menu-item > a:after,
.header_magazine_full_screen .navigation_wrapper .current-menu-parent > a:after,
.header_magazine_full_screen .navigation_wrapper .current-menu-ancestor > a:after {} .header_magazine_full_screen .logo_white {
    display: none;
}
.full_screen_slider_home_height_menu .logo_white {
    display: block;
}
.full_screen_slider_home_height_menu .logo_black {
    display: none;
}
.full_screen_slider_home_height_menu.dark_header_menu .logo_white {
    display: none;
}
.full_screen_slider_home_height_menu.dark_header_menu .logo_black {
    display: block;
}
.header_magazine_full_screen .menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat,
.menu_with_logo_header_style .menu_post_feature .category_post_ajax_wrap .wrapper_display_post_cat {
    width: 902px !important;
}
/*-------------------------------------------------------------------------------------
Header large height sitcky
-------------------------------------------------------------------------------------*/

.header-wraper.jl_large_menu_logo.jl_custom_height_small .navigation_wrapper .jl_main_menu > li > a {
    height: 60px;
    line-height: 60px;
}
.header-wraper.jl_large_menu_logo.jl_custom_height_small .logo_small_wrapper_table {
    height: 60px;
}
.header-wraper.jl_large_menu_logo.jl_custom_height_small .logo_link img,
.header-wraper.jl_large_menu_logo .logo_link img {
    max-height: 25px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.header-wraper.jl_large_menu_logo.jl_custom_height_small,
.header-wraper.jl_large_menu_logo.jl_custom_height_small .search_header_menu .menu_mobile_icons,
.header-wraper.jl_large_menu_logo.jl_custom_height_small .search_header_menu .search_header_wrapper {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
/*-------------------------------------------------------------------------------------
Header large height
-------------------------------------------------------------------------------------*/

.header-wraper.jl_large_menu_logo .menu_wrapper {
    background: #fff !important;
    border-bottom: 1px solid #eaeaea !important;
}
.header-wraper.jl_large_menu_logo .navigation_wrapper .jl_main_menu > li > a {
    height: 100px;
    line-height: 100px;
    color: #000;
    font-size: 15px;
    font-weight: 800;
    padding: 0 8px;
    letter-spacing: 0.03em;
}
.header-wraper.jl_large_menu_logo .search_header_menu i {
    color: #000;
}
.header-wraper.jl_large_menu_logo .search_header_menu i:hover {
    color: #000;
}
.header-wraper.jl_large_menu_logo .logo_small_wrapper_table {
    height: 100px;
}
.header-wraper.jl_large_menu_logo .logo_link img {
    max-height: 40px;
}
/*-------------------------------------------------------------------------------------
Header 06
-------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
Header full screen
-------------------------------------------------------------------------------------*/

.header_magazine_full_screen .logo_small_wrapper_table {
    display: table;
    padding: 0;
    height: 70px;
    float: left;
    width: auto;
    margin-right: 0px;
    margin-left: 0px !important;
    position: relative;
    z-index: 33;
}
.header_magazine_full_screen.menu_grid12 .logo_small_wrapper_table {
    margin-left: 0px !important;
    position: relative;
    z-index: 2;
}
.header_magazine_full_screen .logo_small_wrapper_table .logo_small_wrapper {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}
.full_screen_slider_home_height_menu.header_magazine_full_screen .menu_wrapper {
    border-top: 0px solid #e4e4e4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.2) !important;
}
.jl_home_full_screen_height .header_magazine_full_screen.dark_header_menu .menu_wrapper,
.header_magazine_full_screen .menu_wrapper {
    background-color: #fff !important;
    border-bottom: 1px solid #e9ecef !important;
}
.header_magazine_full_screen.dark_header_menu .menu_wrapper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .07);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .07);
}
.header_magazine_full_screen .logo_link {
    margin: 0;
    display: inline-block;
}
.header_magazine_full_screen .logo_link img {
    max-width: 150px;
}
.header_magazine_full_screen .main-menu {
    float: left;
    position: static;
}
.header_magazine_full_screen .search_header_menu {
    height: 70px;
}
.header_magazine_full_screen .search_header_wrapper {
    margin-top: 0px;
    height: 100px;
    line-height: 100px !important;
}
.header_magazine_full_screen .menu_mobile_icons {
    margin-top: 0px;
    height: 100px;
    line-height: 100px !important;
}
.search_header_menu i:hover {
    color: #000 !important;
}
.header_magazine_full_screen .search_header_menu i:hover {
    color: #000 !important;
}
.menu_mobile_icons.mobile_close_icons.closed_menu i,
.search_header_wrapper.search_form_menu_personal_click.search_close_btn_pop i {
    color: #000 !important;
}
.header_magazine_full_screen .search_form_menu_personal {
    top: 15px;
}
.jl_desk_hide {
    display: none !important;
}
/*-------------------------------------------------------------------------------------
Header 5
-------------------------------------------------------------------------------------*/

.header_magazine_full_screen.jl_head6 .container {
    max-width: 100%;
    padding: 0px 50px;
}
.header_magazine_full_screen.jl_head6 .search_header_menu {
    right: 15px;
}
.header_magazine_full_screen.jl_head6 .jl_main_menu {
    text-align: center !important;
    padding-right: 0px !important;
}
/*-------------------------------------------------------------------------------------
Header Magazine style
-------------------------------------------------------------------------------------*/

.jl_header_magazine_style .header_top_bar_wrapper .row {
    margin-bottom: 0px;
}
.jl_header_magazine_style .header_top_bar_wrapper .navigation_wrapper {
    width: auto;
}
.jl_header_magazine_style .header_top_bar_wrapper .jl_top_cus_social .search_header_menu {
    margin-right: 0px;
}
.jl_header_magazine_style .navigation_wrapper > ul > li {
    float: left;
}
.jl_header_magazine_style.two_header_top_style.jl_cus_top_share .header_top_bar_wrapper {
    background: #000;
}
.jl_header_magazine_style.two_header_top_style .navigation_wrapper > ul {
    margin-left: 0px !important;
}
.header_layout_style3_custom.jl_cusdate_head.jl_header_magazine_style.two_header_top_style .search_header_menu {
    margin-right: 15px;
}
.jl_header_magazine_style.two_header_top_style .search_header_menu {
    width: auto;
    margin-right: 13px;
}
.jl_header_magazine_style.two_header_top_style .social_icon_header_top {
    padding: 0px;
    margin: 0px;
    float: right;
    line-height: 1.2;
    margin-top: 0px;
}
.jl_header_magazine_style.two_header_top_style .social_icon_header_top li {
    list-style: none;
    float: left;
    margin-left: 15px;
    line-height: 1.2;
}
.jl_header_magazine_style.two_header_top_style .social_icon_header_top li a img {
    max-width: 60%;
}
.jl_header_magazine_style.two_header_top_style .social_icon_header_top li a {
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.headcus5_custom.jl_header_magazine_style.two_header_top_style .social_icon_header_top li {
    margin-left: 5px;
}
.headcus5_custom.jl_header_magazine_style.two_header_top_style .social_icon_header_top li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #eaeaea;
    border-radius: 100px;
    display: block;
    font-size: 13px;
}
.headcus5_custom.header_layout_style5_custom .menu_mobile_icons.jl_mm {
    right: 7px;
}
.headcus5_custom.header_layout_style5_custom .search_header_wrapper.jl_ms {
    left: 4px;
    margin-left: 0px;
    cursor: pointer;
}
.headcus5_custom.header_layout_style5_custom .header_main_wrapper {
    position: relative;
    z-index: 999;
}
.headcus5_custom.header_layout_style5_custom .search_header_wrapper.jl_ms i {
    font-size: 18px;
}
.headcus5_custom.header_layout_style5_custom .jl_l_cart {
    height: 40px;
}
.headcus5_custom.header_layout_style5_custom .search_header_menu {
    margin-right: 15px;
}
.headcus5_custom.header_layout_style5_custom .search_header_menu .menu_mobile_icons,
.headcus5_custom.header_layout_style5_custom .search_header_menu .search_header_wrapper,
.headcus5_custom.header_layout_style5_custom .search_header_menu .search_header_wrapper i {
    height: 40px;
    line-height: 40px;
}
.headcus5_custom.header_layout_style5_custom .social_icon_header_top {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
}
.jl_header_magazine_style .navigation_wrapper {
    width: auto;
}
.jl_header_magazine_style .header_main_wrapper.header_style_3_opt {
    padding: 25px 0px 25px 0px;
}
.jl_header_magazine_style.header_layout_style3_custom .logo_position_table {
    float: left;
}
.jl_header_magazine_style.header_layout_style3_custom .logo_position_table .logo_link {
    float: left;
    height: 80px;
    line-height: 80px;
}
.jl_header_magazine_style.header_layout_style3_custom .logo_position_table .logo_link img {
    max-height: 30px;
}
.jl_header_magazine_style.header_layout_style3_custom .jl_main_menu > li > ul,
.jl_header_magazine_style.header_layout_style3_custom .jl_main_menu > li > .sub-menu {
    margin-left: 0px !important;
}
.jl_header_magazine_style.header_layout_style3_custom .menu_wrapper {
    border-top: 0px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.jl_header_magazine_style.header_layout_style3_custom .jl_main_menu > li {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 10px;
}
.jl_header_magazine_style.header_layout_style3_custom .jl_main_menu > li:first-child{
    padding-left: 0px;
}
.jl_header_magazine_style.header_layout_style3_custom #jl_top_menu > li > a {
    letter-spacing: 0.0em;
}
.jl_header_magazine_style.header_layout_style3_custom .jl_main_menu > li > a {
    padding: 0px;
    height: 75px;
    line-height: 75px;
    position: relative;
}
.jl_header_magazine_style.header_layout_style3_custom .jl_main_menu > li > a:hover,
.jl_header_magazine_style.header_layout_style3_custom .jl_main_menu > li:hover > a {
    color: #000;
}
.jl_header_magazine_style.header_layout_style3_custom .menu_wrapper .jl_main_menu > li > a > span {
    position: absolute;
    width: 0;
    height: 0px;
    display: block;
    bottom: 15px;
    right: 0;
    background: #fff;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
}
.jl_header_magazine_style.header_layout_style3_custom .menu_wrapper .jl_main_menu > li:hover > a > span {
    width: 100%;
    left: 0;
    background: #fff;
}
.logo_small_wrapper_table {
    display: table;
    padding: 0;
    height: 75px;
    float: left;
    width: auto;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}
.logo_small_wrapper_table .logo_small_wrapper {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
}
.logo_small_wrapper_table .logo_small_wrapper a {
    margin: 0;
    display: inline-block;
    position: relative;
}
.logo_small_wrapper_table .logo_small_wrapper a:hover {
    text-decoration: none !important;
}
.logo_small_wrapper_table .logo_small_wrapper a img {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.logo_small_wrapper_table .logo_small_wrapper a .jl_logo_w {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.jl_header_magazine_style .jl_ads_header_pos {
    float: right;
    width: 70%;
}
.jl_header_magazine_style .jl_ads_header_pos .ads300x250-thumb {
    text-align: right;
}
.jl_header_magazine_style .jl_ads_header_pos .widget {
    margin-bottom: 0px;
}
.jl_header_magazine_style .navigation_wrapper {
    width: 100%;
}
.jl_main_menu > .megamenu {
    position: initial !important;
}
.jl_main_menu .sub-menu.menu_post_feature {
    width: auto !important;
    float: left;
    position: absolute;
    left: 0px;
    right: 0px;
}
.jl_main_menu .sub-menu.menu_post_feature > li {
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px !important;
}
.jl_main_menu .recent_post_large_widget .recent_list_item_number_left {
    display: none;
}
.jl_main_menu .recent_post_large_widget .wrap_box_style_main .title_content_wrapper {
    border-left: 0px solid #000;
    padding-left: 0px;
    margin-left: 0px;
    float: left;
    max-width: 100%;
    margin-top: 0px;
}
.jl_main_menu .home_page_front_view {
    display: none;
}
/*-------------------------------------------------------------------------------------
Header
-------------------------------------------------------------------------------------*/

.header-top-right ul {
    margin: 0px;
    float: right;
}
.header-top-left h1 {
    line-height: 0px;
    margin-bottom: 0px;
}
.header-top-left .widget {
    margin-bottom: 0px !important;
    float: inherit;
}
.header-top-right ul.menu-top li {
    height: 40px;
    line-height: 40px;
    border-top: 3px solid transparent;
    list-style: none;
    margin: 0 5px;
    display: inline-block;
    color: #FFF;
}
.header-top-right ul.menu-top li.current_page_item {
    border-top: 3px solid #fff;
}
.header-top-right ul.menu-top li a {
    text-decoration: none;
    color: #FFF;
    font-size: 13px;
}
.header-wraper .main_menu {
    float: right;
    z-index: 998;
    position: relative;
}
.header-main-position {
    position: relative;
}
.header-wraper .menu-position {
    position: static;
}
.header-wraper .main_menu .grid_8 {
    width: 882px;
    margin: 0px;
}
.header-wraper .main_menu .grid_4 {
    width: 200px;
    margin: 0px;
}
.header_top_wrapper {
    background: #000000;
    float: left;
    width: 100%;
}
.header_top_wrapper .row {
    padding: 0px 7px;
}
.header_top_wrapper .row,
.news_ticker_wrapper .row,
.header_top_wrapper form,
.header_top_wrapper p {
    margin-bottom: 0px;
}
.header-wraper {
    float: left;
    width: 100%;
    z-index: 999;
    position: relative;
}
.header-wraper:after {
    display: table;
    content: '';
    clear: both;
}
.header_main_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}
.header_layout_style3_custom.top_bar_menu_black .header_main_wrapper {
    background: #36ffe7;
}
.header_main_wrapper .logo_link img {
    max-width: 200px;
}
.header_magazine_style .header_main_wrapper img {
    width: auto !important;
}
.header_main_wrapper .row,
.header_main_wrapper img {
    margin-bottom: 0px;
}
.menu_wrapper {
    display: block;
    width: 100%;
    z-index: 9999;
    margin-bottom: -1px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.menu_wrapper:after {
    display: table;
    content: '';
    clear: both;
}
.body_wraper_box .menu_wrapper {
    max-width: 1150px;
}
.sticky-wrapper {
    clear: both;
}
.menu_wrapper .row {
    margin-bottom: 0px;
}
.row {
    margin-bottom: 40px;
}
.body_wraper_box {
    background: #FFF;
    width: 100%;
    max-width: 1150px;
    min-width: 300px;
    margin: 0 auto;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #F0420B;
}
#progressBar {
    width: 100%;
    background: #EDEDED;
}
.full_width_caption_with_post_format .single_post_share_icon_post_top {
    margin-bottom: 25px !important;
}
/*-------------------------------------------------------------------------------------
Header layout 6
-------------------------------------------------------------------------------------*/

.header_layout_black_custom .header_top_main_wrapper {
    background: #000 !important;
}
.header_layout_black_custom .header_main_wrapper {
    background: #fff !important;
}
.header_layout_black_custom .menu_wrapper {
    border-bottom: 0px !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.03) !important;
}
.header_layout_black_custom .search_form_menu_click {
    margin-top: 4px !important;
}
#sidebar table thead {
    background: #2f88d6;
}
.post_list_widget li {
    position: relative;
}
.post_list_widget .recent_list_item_number {
    background: var(--jl-main-color);
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    margin-top: -20px;
    position: absolute;
    top: 16%;
    left: -10px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 99;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.jl_border_radius .feature-image-link.image_post {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.feature-image-link.image_post {
    width: 100px;
    position: relative !important;
    display: block;
    float: right;
}
.jl_radius .feature-image-link.image_post .jl_small_list_num {
    -webkit-border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;
    border-radius: 10px 0px 0px 0px;
}
.feature-image-link.image_post .jl_small_list_num {
    position: absolute;
    top: 0%;
    left: 0%;
    background: #f84126;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.feature-image-link.image_post .background_over_image:before,
.feature-image-link.image_post .background_over_image:after {
    display: none;
}
.jl_radius .feature-image-link.image_post img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.feature-image-link.image_post img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.feature-image-link.image_post:hover img {} .feature-image-link.image_post .overlay_icons {
    color: #FFF;
    font-size: 15px !important;
    left: 50%;
    margin-left: -10px;
    margin-top: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 9;
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.feature-image-link.image_post:hover .overlay_icons {
    margin-top: -4px;
    opacity: 0;
}
.feature-image-link.image_post .alignnone {
    margin: 0px !important;
}
.feature-post-list li {
    list-style: none;
    margin-bottom: 30px;
    padding-bottom: 0px;
    float: left;
    width: 100%;
    border-bottom: 0px solid #e4e4e4;
}
.feature-post-list li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #e4e4e4;
}
.post_list_widget ul,
.feature-post-list {
    padding: 0px;
    margin-bottom: 0px;
}
.feature-item img {
    width: 100%;
}
.feature-post-list .item-details {
    position: relative;
    margin-right: 120px;
    top: 0px;
}
.feature-post-list .item-details p {
    margin-bottom: 0px;
}
#tab3 .feature-post-list .item-details,
.comment_widget .feature-post-list .item-details {
    margin-left: 105px;
}
.feature-post-list-number .item-details {
    position: relative;
    margin-left: 85px;
    top: 0px;
}
.feature-post-list .item-details .meta-category-small {
    margin-bottom: 10px;
}
.feature-post-list .item-details .meta-category-small a {
    color: #fff;
    font-weight: 400 !important;
    letter-spacing: 0.03em;
    background: #000;
    height: auto;
    line-height: 10px;
    padding: 7px 15px 7px;
    margin-bottom: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.feature-post-list .item-details h3 {
    margin: 0px 0px 10px 0px !important;
    text-transform: capitalize;
    float: left;
    width: 100%;
}
.feature-post-list .item-details h3 a {
    font-size: 16px;
}
.feature-post-list .item-details .post-meta {
    float: left;
    width: 100%;
    line-height: 1.2;
}
footer .feature-post-list .item-details h3 {
    margin-bottom: 5px;
}
footer .feature-post-list .item-details .post-meta,
footer .feature-post-list .item-details .post-meta a {
    color: #444;
}
.feature-post-list .item-details .post-meta,
.feature-post-list .item-details .post-meta a {
    color: #555;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.auto_image_with_date .post-date {
    margin-top: 0px;
    float: left;
    margin-left: 0px;
    text-transform: capitalize;
    color: #818181;
    letter-spacing: 0.03em;
    font-weight: 400;
    margin-right: 10px;
    font-size: 12px;
}
.feature-post-list .item-details .post-meta a:hover {
    text-decoration: none !important;
    float: none !important;
    color: #000 !important;
}
.feature-post-list .item-details .post-meta a {
    font-weight: 700;
}
.feature-post-list .item-details .post-meta .post-author {
    margin-right: 10px;
}
.feature-post-list .item-details .post-meta i {
    margin-right: 5px;
}
.feature-post-list .feature-post-title,
.box-1 .inside h3 {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 0px !important;
}
.jl_recent_post_number .meta-category-small-text {
    float: left;
    width: 100%;
    line-height: 1.2;
    margin-bottom: 10px;
}
.jl_recent_post_number .meta-category-small-text a {
    font-size: 12px;
    margin-right: 10px;
    text-transform: capitalize;
    letter-spacing: 0em;
    font-weight: 400;
    float: left;
}
.jl_recent_post_number .meta-category-small-text a:hover {
    text-decoration: none !important;
}
.jl_recent_post_number .meta-category-small-text a:after {
    content: ' ,';
}
.jl_recent_post_number .meta-category-small-text a:last-child:after {
    content: '';
}
.jl_recent_post_number {
    float: left;
    width: 100%;
}
.jl_recent_post_number > li {
    float: left;
    width: 100%;
    list-style: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
}
.jl_recent_post_number > li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px !important;
}
.jl_recent_post_number > li .jl_list_bg_num {
    position: absolute;
    z-index: 1;
    font-weight: 800;
    font-size: 80px;
    line-height: 1.2;
    top: -25px;
    right: 0px;
    color: #f5f5f5;
}
.jl_recent_post_number > li .item-details {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
}
.jl_recent_post_number .meta-category-small {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.jl_recent_post_number .meta-category-small a {
    color: #fff;
    font-weight: 500 !important;
    letter-spacing: 0.03em;
    background: #000;
    height: auto;
    line-height: 10px;
    padding: 7px 15px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.jl_recent_post_number .feature-post-title {
    font-size: 17px;
    margin-top: 0px !important;
    float: left;
    width: 100%;
}
.jl_recent_post_number .feature-post-title a {
    font-size: 17px !important;
}
.jl_recent_post_number .post-meta {
    float: left;
    width: 100%;
}
.jl_recent_post_number .post-meta .post-date i {
    margin-right: 5px;
}
/*-------------------------------------------------------------------------------------
tag
-------------------------------------------------------------------------------------*/

.tagcloud {
    padding: 0;
    list-style: none;
}
footer .tagcloud a {
    color: #FFF;
}
.options_dark_skin .tagcloud a {
    color: #fff;
    background: #303030;
}
.tagcloud a {
    font-family: var(--jl-menu-font);
    float: left;
    display: inline-flex;
    align-items: center;
    margin: 0px 8px 8px 0px;
    font-size: 12px !important;
    color: #000;
    border: 1px solid #ebebeb;
    background: #fff;
    padding: 0px 13px;
    height: 25px;
    line-height: 25px;
    border-radius: 100px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: capitalize;
    text-decoration: none !important;
}
.tagcloud a:hover,
.tag-cat a:hover {
    text-decoration: none !important;
    background: var(--jl-main-color);
    color: #FFF !important;
}
/*-------------------------------------------------------------------------------------
Info box
-------------------------------------------------------------------------------------*/

.jl_box_c {
    float: left;
    width: 100%;
}
.jl_box_w {
    display: flex;
    flex-flow: row wrap;
    margin: 0px -15px;
}
.jl_box_info_w {
    padding: 0px 15px;
    width: 33.333%;
}
.jl_box_info {
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jl_box_info .jl_box_title {
    position: relative;
    z-index: 2;
    margin: 0px;
    background: #fff;
    padding: 12px 16px 12px 17px;
    font-size: 11px;
}
.jl_box_info .jl_box_link {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 3;
}
.jl_box_info .jl_box_bg {
    z-index: 1;
}
/*-------------------------------------------------------------------------------------
Pagination
-------------------------------------------------------------------------------------*/

.jellywp_pagination {
    margin: 0px !important;
    text-align: center;
    text-transform: uppercase;
    float: left;
    width: 100%;
}
.jellywp_pagination ul {
    float: left;
    width: 100%;
    padding: 0px;
    list-style: none;
    display: block;
    text-align: center;
    margin: 40px 0px 0px 0px;
}
.jellywp_pagination ul li {
    font-family: var(--jl-menu-font);
    font-weight: var(--jl-meta-font-weight);
    float: none;
    padding: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    white-space: nowrap;
    list-style: none;
    margin: 0 2px;
}
.jellywp_pagination ul li a {
    font-size: 12px;
    margin-right: 0px;
    padding: 0px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    float: left;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: #000;
    color: #fff;
    border-radius: 100px;
}
.jellywp_pagination ul li a i {
    font-size: 9px;
}
.jellywp_pagination ul li span {
    font-size: 12px;
    margin-right: 0px;
    padding: 0px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    float: left;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: var(--jl-main-color);
    color: #fff;
    border-radius: 100px;
}
.jellywp_pagination ul li .page-numbers.dots {
    background: transparent !important;
    color: #000;
    width: 10px;
    margin: 0px;
}
.jellywp_pagination ul li a:hover {
    text-decoration: none !important;
    background: var(--jl-main-color);
    color: #FFF !important;
}
.jelly-infinite-scroll {
    float: left;
    width: 100%;
    display: block !important;
    text-align: center;
}
.jelly-infinite-scroll a {
    position: relative;
    z-index: 2;
    padding: 7px 25px;
    width: 220px;
    max-width: 100%;
    line-height: 20px;
    border: 3px solid #ececec;
    background: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.jelly-infinite-scroll a:hover,
.jelly-infinite-scroll a:focus {
    border: 3px solid #d8d8d8;
    text-decoration: none !important;
}
/*-------------------------------------------------------------------------------------
Author box
-------------------------------------------------------------------------------------*/

.jl_auth_head_w {
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 20px;
}
.jl_auth_head_w .row {
    margin-bottom: 0px;
}
.jl_info_auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jl_info_auth .author-avatar {
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    position: relative !important;
    display: block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    float: left;
}
.jl_radius .auth .author-info {
    border-radius: 0px;
}
.jl_info_auth.author-info .author-description {
    position: relative;
    margin-left: 20px;
    top: 0px;
}
.auth .author-info.jl_auth_head {
    background: transparent;
    padding: 0px 20%;
    text-align: center;
    margin-bottom: 0px;
}
.author-info.jl_auth_head .author-avatar {
    float: none;
    display: block;
}
.author-info.jl_auth_head .avatar {
    border-radius: 100px;
    width: 100px !important;
}
.author-info.jl_auth_head .author-description h5 {
    font-size: 23px;
    margin-top: 10px;
}
.author-info.jl_auth_head .author-description {
    float: none;
    display: block;
    margin: 0px;
}
.author-info.jl_auth_head .author-description p {
    margin-bottom: 5px;
}
.author-info.jl_auth_head .jl_auth_link {
    position: relative;
    line-height: 1.2;
    margin-top: 10px;
}
.author-info.jl_auth_head .jl_auth_link li {
    margin-right: 7px;
    margin-left: 7px;
}
.main_title_col .auth {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    border: 0px !important;
}
.main_title_col .auth .jl-author-link a {
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.main_title_col .auth .jl-author-link {
    margin-bottom: 10px;
}
.auth .author_postcount,
.auth .author_commentcount {
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    background: #000;
    margin-right: 5px;
    padding: 2px 10px;
    border-radius: 100px;
}
.auth .socialmedia span {
    text-align: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0px;
}
.auth .socialmedia span a {
    display: block;
}
.auth .socialmedia span a i {
    color: #FFF;
    font-size: 13px;
}
.auth .socialmedia span.globe {
    background: #ff835e;
}
.auth .socialmedia span.facebook {
    background: #3b5999;
}
.auth .socialmedia span.twitter {
    background: #00aced;
}
.auth .socialmedia span.googleplus {
    background: #d61e1e;
}
.auth .author_avata img {
    position: relative;
    float: left;
    padding-right: 15px;
}
.auth {
    float: left;
    width: 100%;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px solid #ebebeb;
    position: relative;
    z-index: 2;
    margin-top: -1px;
}
.auth .author-info {
    margin-bottom: 0px;
    background: #f8f9fa;
    padding: 30px;
}
.auth h5 {
    margin: 0px;
}
.auth span {
    padding-right: 10px;
}
.auth p {
    margin-bottom: 0px;
    margin-top: 10px;
}
.auth .jl-author-link {
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    line-height: 1.2;
}
.auth .jl-author-link li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.auth .jl-author-link a {
    color: #000;
    width: 25px;
    height: 25px;
    line-height: 25px;
    float: left;
    text-align: center;
    border-radius: 100px;
}
.auth .jl-author-link a:hover {
    color: #000;
}
.auth .jl-author-link a i {
    font-size: 13px;
}
.jl_auth_link {
    padding: 0px;
    margin-bottom: 0px;
}
.jl_auth_link li {
    list-style: none;
    display: inline-block;
    margin-right: 14px;
    line-height: 1.2;
}
.jl_auth_link li a {
    line-height: 1.2;
    font-size: 16px;
}
.jl_auth_link li a:hover {
    text-decoration: none !important;
}
.jl_auth_link li a .jli-mail {
    font-size: 14px;
}
.auth .jl_auth_link {
    line-height: 1.2;
    display: block;
    display: inline-flex;
    margin-top: 10px;
}
/*-------------------------------------------------------------------------------------
Author list
-------------------------------------------------------------------------------------*/

.jl_author_main .jl_m_right_img img {
    border-radius: 100px;
}
.jl_author_main .jl_m_right_content {
    margin-left: 20px;
}
.jl_author_main .jl_m_right_content h2 {
    font-size: 18px;
    margin-bottom: 0px;
}
.jl_author_main .jl_m_right_content p {
    margin-top: 10px;
    line-height: 1.4;
    font-size: 14px;
}
.jl_author_main .jl_m_right_content .jl_auth_link {
    float: left;
    width: 100%;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}
.jl_author_main .jl_m_right_content .jl_auth_link a {
    font-size: 16px;
}
.jl_author_main .jl_m_right:last-child .jl_m_right_w {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-width: 0px;
}
/*-------------------------------------------------------------------------------------
Author profile
-------------------------------------------------------------------------------------*/

.author-info {
    margin-bottom: 25px;
}
.author-info .author-avatar {
    float: left;
}
.author-info .author-description {
    margin-left: 120px;
    position: relative;
}
.author-info .author-description h5 {
    font-size: 18px;
    display: inline-flex;
    line-height: 1;
}
.author-info .author-description h2 {
    font-size: 25px;
}
.author-info img.avatar {
    margin: 0px;
    width: 100px !important;
    border-radius: 100px;
}
.author-description h2 {
    color: #656d78;
    line-height: 18px;
}
.auth .social-icons-list-widget {
    margin-top: 10px;
    text-align: left;
}
.auth .social-icons-list-widget li {
    float: left;
}
.auth .social-icons-list-widget a {
    color: #222;
    font-size: 12px;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}
.auth .social-icons-list-widget a:hover {
    color: var(--jl-main-color);
}
.auth .social-icons-list-widget i {
    font-size: 15px;
}
.tag-cat i {
    float: left;
    margin-top: 3px;
    margin-right: 3px;
}
.tag-cat .tag_title {
    background: #222 !important;
    color: #fff !important;
    letter-spacing: 0px;
}
.tag-cat a,
.tag-cat .tag_title {
    margin-top: 3px;
    background: #EAE9E9;
    float: left;
    margin-right: 3px;
    padding: 0px 10px;
    color: #000;
    font-size: 12px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.tag-cat a:hover {
    background: var(--jl-main-color);
    color: #FFF;
}
.single_post_tag_layout {
    float: left;
    padding: 0px;
    margin: 0px;
}
.single_post_tag_layout li {
    float: left;
    list-style: none;
}
.single_post_tag_layout li a:before {
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    content: "#";
    margin-right: 3px;
}
.single_post_tag_layout li a {
    float: left;
    margin: 0px 8px 8px 0px;
    font-size: 12px !important;
    color: #000;
    border: 1px solid #ebebeb;
    background: #fff;
    padding: 0px 13px;
    height: 26px;
    line-height: 26px;
    border-radius: 100px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: capitalize;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    font-family: var(--jl-menu-font);
}
.single_post_tag_layout li a:hover {
    color: #fff !important;
    border-color: transparent;
}
.mashsb-buttons a:hover {
    text-decoration: none !important;
}
.options_dark_skin .single_tag_share {
    border-bottom: 1px solid #303030;
}
.single_tag_share {
    float: left;
    width: 100%;
    padding: 0px 0px 25px 0px;
    margin: 40px 0px 0px 0px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: -1px;
}
.single_tag_share.jl_tag_none {
    border: 0px;
    padding: 0px;
}
.single_section_content .mashsb-count {
    font-family: inherit !important;
}
.single_section_content .counts.mashsbcount {
    color: var(--jl-main-color);
    font-family: inherit;
    letter-spacing: -3px;
    padding-top: 3px;
}
.single_section_content .mashsb-sharetext {
    font-family: inherit;
    color: #8A8C8E;
    font-weight: 400;
}
.single_tag_share .tag-cat {
    float: left;
    margin-top: 0px;
}
.single-post-meta-wrapper .post-author {
    padding: 0px;
    margin-right: 10px;
}
.single-post-meta-wrapper .post-date,
.single-post-meta-wrapper .meta-comment {
    padding-left: 10px;
    margin-left: 0px;
    margin-right: 10px;
    position: relative;
}
.single-post-meta-wrapper .post-date:before,
.single-post-meta-wrapper .meta-comment:before {
    content: "";
    background: #666666;
    width: 2px;
    height: 2px;
    position: absolute;
    left: -1px;
    top: 50%;
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.single-post-meta-wrapper.jl_sfoot {
    width: 100%;
    margin-top: 0px !important;
}
.single-post-meta-wrapper.jl_sfoot a {
    letter-spacing: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}
.single-post-meta-wrapper.jl_sfoot span,
.single-post-meta-wrapper.jl_sfoot a {
    float: left;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.single-post-meta-wrapper.jl_sfoot a i {
    float: left;
    font-size: 14px;
}
.single-post-meta-wrapper.jl_sfoot .jl-spin {
    position: absolute;
    top: 0px;
    right: -9px;
    width: auto;
    height: auto;
    line-height: 1.2;
    padding: 0px;
    border: 0px !important;
}
.single-post-meta-wrapper.jl_sfoot a .jl-spin {
    font-size: 11px;
    margin-right: 0px;
}
.single-post-meta-wrapper.jl_sfoot i {
    float: left;
    display: inline-block;
    padding: 0px;
    color: #000;
    text-align: center;
    margin-right: 0px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid #ebebeb;
}
.single-post-meta-wrapper.jl_sfoot .view_options span,
.single-post-meta-wrapper.jl_sfoot .jm-post-like span {
    background: #000;
    height: 15px;
    line-height: 15px;
    padding: 0px 6px;
    border-radius: 100px;
    font-size: 10px;
    color: #fff !important;
    position: absolute;
    top: 0px;
    right: -5px;
}
.single-post-meta-wrapper.jl_sfoot .jm-post-like,
.single-post-meta-wrapper.jl_sfoot .jm-post-like:hover {
    color: #000 !important;
    font-size: 14px !important;
}
.single-post-meta-wrapper.jl_sfoot .view_options {
    color: #000 !important;
    font-size: 14px;
    margin-left: 0px;
    position: relative;
}
.single-post-meta-wrapper.jl_sfoot span {
    margin: 0px;
}
.jl-spin {
    -webkit-animation: jl-spin 2s infinite linear;
    animation: jl-spin 2s infinite linear;
}
@-webkit-keyframes jl-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes jl-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.jlvid_container,
.wp-block-embed.is-type-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 33px;
}
.post_content iframe {
    max-width: 100%;
    width: 100%;
}
.jlvid_container iframe,
.jlvid_container object,
.jlvid_container embed,
.jlvid_container .wp-video,
.jlvid_container .wp-video-shortcode,
.wp-block-embed.is-type-video iframe,
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/*-------------------------------------------------------------------------------------
Ads
-------------------------------------------------------------------------------------*/

.jl_ads_section {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: -30px;
}
.jl_ads_section.jl_before_comment {
    margin-bottom: -25px;
    margin-top: 30px;
}
.jl_ads_section iframe,
.jl_ads_section .widget {
    margin-bottom: 0px !important;
}
.jl_ads_section p {
    margin-bottom: 0px;
}
.jl_ads_u_title {
    text-align: center;
    float: left;
    width: 100%;
}
.jl_ads_u_title.image_ads_bl {
    margin-top: 30px;
}
.jl_ads_u_title.image_ads_bl .widget_text.widget {
    margin-bottom: 0px !important;
}
/*-------------------------------------------------------------------------------------
Post nav
-------------------------------------------------------------------------------------*/

.postnav_w {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    padding: 35px 0px;
    border-bottom: 1px solid #ebebeb;
}
.postnav_w .jl_navpost.postnav_left {
    text-align: right;
}
.options_dark_skin .postnav_w .jl_navpost.postnav_right {
    border-color: #303030;
}
.postnav_w .jl_navpost.postnav_right {
    text-align: left;
}
.postnav_w .jl_navpost {
    float: left;
    width: 50%;
    padding: 0px;
}
.postnav_w .jl_navpost a:hover .jl_cpost_title {
    color: var(--jl-main-color);
}
.postnav_w .jl_navpost .jl_cpost_title {
    font-family: var(--jl-title-font);
    font-weight: var(--jl-title-font-weight);
    text-transform: var(--jl-title-transform);
    letter-spacing: var(--jl-title-space);
    line-height: var(--jl-title-line-height);
    font-size: 15px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    word-break: break-word;
}
.postnav_w .jl_navpost .jl_nav_label {
    font-family: var(--jl-menu-font);
    letter-spacing: var(--jl-meta-font-space);
    font-size: var(--jl-meta-font-size);
    font-weight: var(--jl-meta-font-weight);
    text-transform: var(--jl-meta-transform);
    margin-bottom: 5px;    
    color: #5e5e5e;
}
.postnav_w .jl_navpost span {
    display: block;
}
.postnav_w .jl_navpost .jl_nav_link{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.postnav_w .jl_navpost.postnav_left .jl_nav_link{
    margin-right: 50px;
}
.postnav_w .jl_navpost.postnav_right .jl_nav_link{
    margin-left: 50px;
    justify-content: flex-end;
}
.postnav_w .jl_navpost .jl_nav_link img{
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 100px;
}
.postnav_w .jl_navpost.postnav_left .jl_nav_link .jl_nav_wrap{
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
}
.postnav_w .jl_navpost.postnav_right .jl_nav_link a{
    justify-content: flex-end;
}
.postnav_w .jl_navpost.postnav_right .jl_nav_link img{
    -ms-flex-order: 2;
    order: 2;
    margin-left: 15px;
    margin-right: 0px;
}
.postnav_w .jl_navpost.postnav_right .jl_nav_link .jl_nav_wrap{
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
}
/*-------------------------------------------------------------------------------------
Related post
-------------------------------------------------------------------------------------*/

.jl_relsec {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.jl_relsec .row {
    margin-bottom: 0px;
}
.related-posts {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
}
.related-posts h4 {
    float: left;
    width: 100%;
    font-size: 24px;
    margin-bottom: 25px;
}
.related-posts .jl_img_box {
    margin-bottom: 15px;
}
.related-posts .text-box {
    display: block;
    float: left;
    width: 100%;
}
.related-posts .text-box h3 {
    font-size: 16px;
}
.related-posts .single_related_post {
    display: flex;
    flex-flow: row wrap;
    margin: 0px -15px;
    justify-content: flex-start;
    float: left;
}
.related-posts .blog_grid_post_style {
    width: 33.3333%;
    padding: 0px 15px;
}
.related-posts .jl_grid_w {
    margin-bottom: 30px;
}
.related-posts .blog_grid_post_style:nth-last-child(-n+3) .jl_grid_w {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.no_feature_image_post_small_grid {
    height: 13px;
    width: 100%;
    float: left;
}
.no_feature_image_post_medium_grid {
    height: 0px;
    width: 100%;
    float: left;
}
.blog_list_post_style .post-entry-content.list_no_feature_image_post {
    float: left !important;
    width: 100% !important;
    margin-left: 0px !important;
    padding: 0px;
}
.hide_feature_post_sign {
    display: none !important;
}
.single-meta-category-small {
    float: left;
    width: 100%;
}
.single-meta-category-small a {
    float: left;
    margin-bottom: 5px;
}
.jl_main_b_grid_builder {
    float: left;
    width: 100%;
}
.jl_main_b_grid_builder .jl_main_b_grid_container {
    margin-left: -15px;
    margin-right: -15px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item_w {
    padding: 0px 15px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}
.jl_main_b_grid_builder .jl_main_b_grid_item {
    float: left;
    width: 100%;
    position: relative;
}
.jl_radius .jl_main_b_grid_builder .jl_main_b_grid_item {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.jl_border_radius .jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_itemin {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_itemin {
    height: 365px;
    position: relative;
}
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions .jl_post_meta span {
    color: #fff !important;
}
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_itemin .meta-category-small-overlay {
    position: absolute;
    width: auto;
    left: 20px;
    top: 20px;
    z-index: 2;
}
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_itemin .meta-category-small-overlay a {
    float: left;
    color: #fff;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.03em;
    background: #000;
    height: auto;
    line-height: 10px;
    padding: 7px 15px 7px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item .image_grid_header_absolute {
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.jl_main_b_grid_builder .jl_main_b_grid_item .link_grid_header_absolute {
    width: 100%;
    height: 100%;
    position: absolute;
}
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    padding: 0px 25px 25px 25px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions .post-category-color-text {
    color: #fff;
    font-weight: 500 !important;
    letter-spacing: 0.03em;
    background: #000;
    height: auto;
    line-height: 10px;
    padding: 4px 10px 4px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions .image-post-title a,
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions .image-post-title a:hover {
    color: #fff !important;
}
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions .auto_image_with_date span,
.jl_main_b_grid_builder .jl_main_b_grid_item .jl_main_b_grid_captions .auto_image_with_date span a {
    color: #fff !important;
}
.widget.widget_generik_main_b_gridwidgets {
    margin-bottom: 20px !important;
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .jl_main_b_grid_itemin_wrapper {
    float: left;
    width: 100%;
    border: 1px solid #e9ecef;
}
.jl_radius .jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .jl_main_b_grid_itemin_wrapper {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .jl_main_b_grid_itemin_wrapper .wrap_box_style_main {
    background: #fff;
    padding: 20px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .meta-category-small {
    top: 20px;
    left: 20px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .jl_main_b_grid_itemin {
    height: 170px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .meta-category-small {
    float: left;
    width: auto;
    margin-bottom: 0px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .meta-category-small a {
    color: #fff;
    font-weight: 500 !important;
    letter-spacing: 0.03em;
    background: #000;
    height: auto;
    line-height: 10px;
    padding: 7px 15px 7px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .image-post-title {
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 0px;
    margin-bottom: 10px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .image-post-title.wrap_box_style_main {
    margin-bottom: 0px;
}
.jl_main_b_grid_builder .jl_main_b_grid_item.jl_second_feature .post-meta {
    float: left;
    width: 100%;
    margin-top: 10px;
}
/*-------------------------------------------------------------------------------------
Comment box
-------------------------------------------------------------------------------------*/

.comments-area .commentlist .comment {
    position: relative;
    float: left;
    width: 100%;
}
.comments-area .commentlist .comment-meta {
    position: relative;
    float: left;
    width: 100%;
}
.comments-area .commentlist .comment-meta img {
    margin-right: 20px;
    float: left;
    width: 80px !important;
    height: 80px !important;
    border-radius: 100px;
}
.comments-area .commentlist .comment-meta .comment-author-name {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    color: #202020;
    margin-top: 0px;
    font-weight: 400;
}
.comment-meta .comment-author-name a:hover {
    text-decoration: none !important;
    color: var(--jl-main-color);
}
.content_single_page .comment-reply-link,
.content_single_page .comment-edit-link,
.content_single_page .comment-meta .comment-author-date {
    text-decoration: none !important;
    box-shadow: none !important;
}
.content_single_page .comment-reply-link:hover,
.content_single_page .comment-edit-link:hover,
.content_single_page .comment-meta .comment-author-date:hover {
    background: var(--jl-main-color) !important;
}
.content_single_page .comment-author-name a {
    color: #000;
    text-decoration: none !important;
    box-shadow: none !important;
}
.content_single_page .comment-author-name a:hover,
.content_single_page .comment-meta .comment-author-date:hover {
    background: transparent !important;
}
.comment-meta .comment-author-date {
    display: block;
    margin-top: 0px;
    margin-bottom: 5px;
    -webkit-box-shadow: inset 0 -1px 0 transparent !important;
    -moz-box-shadow: inset 0 -1px 0 transparent !important;
    box-shadow: inset 0 -1px 0 transparent !important;
}
.comment-meta .comment-author-date:hover,
.comment-meta .comment-author-date:hover time {
    color: var(--jl-main-color);
    text-decoration: none !important;
}
.comments-area .commentlist .comment-meta cite {
    display: block;
    font-size: 16px;
    padding-bottom: 0px;
}
.comments-area .commentlist .comment-content {
    display: block;
    margin-top: 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}
.comments-area .commentlist .comment-content li {
    margin-bottom: 0.5rem;
}
.comments-area .commentlist .comment-content ul ul,
.comments-area .commentlist .comment-content ul ol,
.comments-area .commentlist .comment-content ol ol,
.comments-area .commentlist .comment-content ol ul {
    margin-top: 0.5rem;
}
.options_dark_skin .comments-area .commentlist .comment-content {
    border-bottom: 1px solid #303030;
}
.commentlist li.pingback:first-child,
.commentlist li.trackback:first-child {
    margin-top: 0px;
}
.commentlist li.pingback,
.commentlist li.trackback {
    border-bottom: 1px solid #f0f0f0;
    margin-top: 20px;
    padding-bottom: 20px;
}
.commentlist li > p .edit-link {
    display: inline-block;
}
.commentlist li > p .edit-link a {
    float: none;
    display: block;
}
.comment-reply-link,
.comment-edit-link {
    font-size: 11px;
    background-color: #F1F1F1;
    color: #313131 !important;
    height: 18px;
    line-height: 18px;
    margin-left: 0px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    top: 0px;
    right: 0px;
    float: left;
    text-align: center;
    padding: 0px 12px;
    margin-top: 3px;
    text-transform: capitalize;
    border-radius: 100px;
}
.options_dark_skin .comment-reply-link,
.options_dark_skin .comment-edit-link {
    background: #484848;
    color: #fff !important;
}
.comment-edit-link {
    margin-right: 5px;
}
.comment-reply-link:hover,
.comment-edit-link:hover {
    color: #fff !important;
    background: var(--jl-main-color);
    text-decoration: none !important;
}
.comment time {
    font-weight: 300;
    font-size: 12px;
    color: #777;
    text-transform: capitalize;
    letter-spacing: 0em;
}
.comments-area .comments-title {
    margin-bottom: 30px;
    font-size: 24px;
    margin-top: 0px;
}
.comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0px;
}
.comments-area ul,
.comments-area ol {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.comments-area ul ul {
    margin-bottom: 0px;
}
.comments-area li > ol {
    margin-bottom: 0px;
}
.comments-area .commentlist > li,
.comments-area .children > li {
    list-style: none !important;
}
.comments-area .commentlist li.comment {
    float: left;
    margin-bottom: 0px;
    width: 100%;
    padding-top: 25px;
}
.comments-area .commentlist > li.comment:first-child {
    padding-top: 0px;
}
.comments-area li #respond {
    margin-bottom: 30px;
    margin-top: 20px;
}
dd {
    margin-bottom: 20px;
}
#commentform #submit:hover,
.wpcf7-form-control.wpcf7-submit:hover {
    color: #FFF;
    background: var(--jl-main-color);
}
.single_section_comment p {
    position: relative;
}
.single_section_comment p:last-child {
    margin-bottom: 0px;
}
.single_section_comment .comment-form-comment .u-full-width {
    float: left;
    width: 100%;
}
.single_section_comment .form-fields.row {
    float: left;
}
.single_section_comment .comment-form-cookies-consent {
    margin-top: 20px;
    position: relative;
}
.single_section_comment .comment-form-cookies-consent input[type="checkbox"] {
    float: left;
    position: relative !important;
    display: block;
}
.single_section_comment .comment-form-cookies-consent label {
    position: relative;
    margin-left: 5px;
    line-height: 1.2;
}
.single_section_comment .form-submit input,
.single_section_comment .form-submit {
    margin-bottom: 0px !important;
}
.single_section_comment .form-submit {
    margin-top: 0px;
}
.single_section_comment {
    border: 0px solid #EAEAEA;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    margin-top: -1px;
    float: left;
    width: 100%;
    padding: 40px 0px 0px 0px;
}
.single_section_comment #respond {
    margin-top: 0px;
}
.comment-respond form {
    margin-bottom: 0px;
}
.single_section_comment .commentlist {
    padding: 0px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.single_section_comment .commentlist:last-child {
    margin-bottom: 0px;
}
.single_section_comment .commentlist .children {
    float: left;
    width: 100%;
}
.single_section_comment .commentlist .children:last-child {
    margin-bottom: 0px;
}
.comments-area textarea,
.comments-area input[type="text"] {
    width: 100%;
}
.comments-area h3#reply-title {
    margin: 0px;
    text-transform: capitalize;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.comments-area .logged-in-as {
    margin-bottom: 15px;
    font-size: 14px;
}
.comments-area .form-allowed-tags {
    font-size: 12px;
}
.required {
    position: relative;
    color: #900;
}
.post-password-form input[type="password"] {
    width: 300px !important;
    height: 40px;
    display: block;
}
/*-------------------------------------------------------------------------------------
Comment List
-------------------------------------------------------------------------------------*/

.jl_comment_post {
    float: left;
    width: 100%;
}
.jl_comment_post li {
    list-style: none;
    width: 100%;
    float: left;
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 10px;
}
.jl_comment_post li:first-child {
    margin-top: -10px;
}
.jl_comment_post li:last-child {
    margin-bottom: 0px;
}
.jl_comment_post li p {
    margin-bottom: 0px;
    line-height: 1.2;
}
.jl_comment_post li .jl_comment_title {
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0px;
}
.jl_comment_post li .jl_comment_title a {
    font-weight: 17px;
}
.jl_comment_post li a:hover {
    text-decoration: none !important;
    opacity: 1;
}
.jl_comment_post li span {
    margin-right: 5px;
}
.jl_comment_post li span a {
    font-size: 11px;
    text-transform: uppercase !important;
}
.jl_comment_post li span a:hover {
    text-decoration: none !important;
}
.jl_comment_post li .jl_item_comment {
    padding-left: 30px;
}
.jl_comment_post li .jl_item_comment i {
    position: absolute;
    top: 5px;
    left: 0px;
    color: #999;
    font-size: 14px;
}
/*-------------------------------------------------------------------------------------
Menu slide
-------------------------------------------------------------------------------------*/

#content_nav .widget {
    padding: 0px 30px !important;
}
#content_nav .logo_small_wrapper a img {
    max-width: 130px;
}
#content_nav .feature-image-link.image_post {
    width: 90px;
}
#content_nav .feature-post-list .item-details {
    margin-left: 105px;
}
.mobile_close_icons.closed_menu {
    width: 35px;
    height: 35px;
    line-height: 30px;
    margin-top: -5px;
    margin-right: 20px;
    margin-bottom: 0px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    display: block;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.mobile_close_icons.closed_menu i {
    font-size: 20px !important;
    margin-top: 0px !important;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 35px;
}
#content_nav select {
    width: 100%;
}
#content_nav .post_list_widget,
#content_nav .jellywp_about_us_widget {
    padding: 0px;
}
#content_nav .cfs_from_wrapper {
    padding: 7px;
}
#content_nav .cfs_from_wrapper .cfs_form_title {
    font-size: 16px;
}
.jl_mobile_nav_inner {
    float: left;
    width: 100%;
    flex: 1;
}
.nav_mb_f {
    padding: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.nav_mb_f .social_icon_header_top {
    padding: 0px;
}
.nav_mb_f .social_icon_header_top li {
    display: inline-block;
    list-style: none;
    margin-right: 12px;
}
.nav_mb_f .social_icon_header_top li:hover,
.nav_mb_f .social_icon_header_top li a:hover {
    color: #000 !important;
}
.options_dark_skin .nav_mb_f .social_icon_header_top li:hover a i,
.options_dark_skin .nav_mb_f .social_icon_header_top li a:hover {
    color: #fff !important;
}
.nav_mb_f .social_icon_header_top li a {
    color: #000;
    font-size: 16px;
}
.cp_txt {
    font-size: 14px;
}
.cp_txt a {
    color: var(--jl-main-color);
}
.active_mobile_nav_class {
    overflow: hidden;
}
#content_nav .search_form_menu {
    padding: 0px 40px;
    float: left;
    width: 100%;
    margin: 40px 0px 20px 0px;
}
#content_nav .search_form_menu .button {
    border: 0px !important;
    line-height: 36px !important;
    margin-right: 5px;
    background: none;
    color: #000 !important;
    right: 0px;
    top: 0px;
}
#content_nav .search_form_menu .search_btn {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 0px solid #000;
    background: #ececec;
    font-size: 14px;
    height: 39px;
    line-height: 39px;
    color: #000;
}
.menu_mobile_icons {
    float: right;
    cursor: pointer;
    color: #fff;
}
.menu_mobile_icons i {
    margin-top: 5px;
}
.menu_mobile_icons.closed_menu .fa-bars {
    display: none;
}
.menu_mobile_icons .fa-times {
    display: none;
}
.menu_mobile_icons.closed_menu .fa-times {
    display: block;
}
#content_nav .logo_link {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}
#content_nav.jl_mobile_nav_wrapper {
    visibility: hidden;
    display: flex;
    flex-direction: column;
}
#content_nav.jl_mobile_nav_wrapper.jl_mobile_nav_open {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0 -5px 100px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -5px 100px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -5px 100px rgba(0, 0, 0, 0.1);
    opacity: 1;
    visibility: visible !important;
}
.jl_mobile_nav_wrapper .logo_small_wrapper_table {
    margin-left: 30px;
    margin-right: 0px;
    margin-bottom: 20px;
    height: auto;
}
.jl_mobile_nav_wrapper .logo_link {
    margin-bottom: 0px;
}
#content_nav {
    top: 0;
    right: 0;
    height: 100%;
    z-index: 999999;
    width: 350px;
    padding: 30px 0px 0px 0px;
    color: #000;
    position: fixed;
    background: #fff;
    overflow-y: scroll !important;
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: translate(350px, 0px);
    -ms-transform: translate(350px, 0px);
    transform: translate(350px, 0px);
    -o-transform: translate(350px, 0px);
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    visibility: hidden;
}
#content_nav .menu_moble_slide li a {
    padding: 7px 0px !important;
    display: block;
    color: #000;
    font-family: var(--jl-menu-font);
    font-size: var(--jl-menu-font-size);
    font-weight: var(--jl-menu-font-weight);
    text-transform: var(--jl-menu-transform);
    letter-spacing: var(--jl-menu-space);
}
#content_nav .menu_moble_slide li a:hover {
    color: #797979 !important;
}
#content_nav .menu_moble_slide > li {
    border-top: 0px solid #DADADA;
}
#content_nav .menu_moble_slide > li a {
    padding-left: 30px !important;
}
#content_nav .sub-menu li {
    border-top: 0px solid #DADADA;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#content_nav .menu_moble_slide li {
    width: 100%;
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0px;
    position: relative;
}
#content_nav .sub-menu .sub-menu a {
    padding-left: 30px;
}
#content_nav .menu_moble_slide li a:hover {
    text-decoration: none;
}
#content_nav .sub-menu > li a {
    padding-left: 50px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: var(--jl-submenu-font-size);
    font-weight: var(--jl-submenu-font-weight);
    text-transform: var(--jl-submenu-transform);
    letter-spacing: var(--jl-submenu-space);
}
#content_nav .sub-menu .sub-menu > li a {
    padding-left: 60px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu > li a {
    padding-left: 80px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu > li a {
    padding-left: 100px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 120px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 140px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 160px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 180px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 200px !important;
}
#content_nav .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 220px !important;
}
.menu_moble_slide {
    border-bottom: 0px solid #DADADA;
    margin-bottom: 25px;
}
#content_nav .menu_moble_slide li a,
#content_nav .menu_moble_slide {
    width: 100% !important;
    text-decoration: none !important;
    padding: 0px;
}
#content_nav a .arrow_down {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-osx-font-smoothing: grayscale;
    padding: 0px;
    position: absolute;
    top: 4px;
    right: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000;
    font-size: 18px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#content_nav a .arrow_down i {
    margin: 0px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    float: left;
    font-size: 11px;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
#content_nav ul .menu-active-class {
    opacity: 1;
    visibility: visible;
    display: block;
    margin-top: 0px;
}
#content_nav .sub-menu {
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
    visibility: hidden;
    display: none;
    box-shadow: none;
}
.mobile_menu_active.mobile_menu_overlay {
    visibility: visible;
    background: rgba(0, 0, 0, 0.9);
}
.mobile_menu_overlay {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    background: transparent;
    transition: all 0.3s ease;
}
.sb-toggle-left {
    display: none;
    width: 40px;
    height: 38px;
    margin-left: 15px;
    float: right !important;
    padding: 11px 8px 8px 8px;
    background: #151515;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.navicon-line {
    width: 24px;
    height: 4px;
    border-radius: 1px;
    margin-bottom: 3px;
    background-color: #FFF;
}
.mobile_menu_meg {
    width: 100%;
    position: relative;
    float: left;
    display: none;
}
#nav-wrapper {
    background-color: #151515;
    text-align: left;
    float: left;
    width: 100% !important;
    position: absolute;
    display: none;
    z-index: 9999;
}
#nav-wrapper #menu-main-menu {
    margin: 0px;
    padding: 0px;
}
#nav-wrapper .jl_main_menu > li {
    border-top: 1px solid #212121;
}
#nav-wrapper .jl_main_menu > li a {
    padding-left: 30px !important;
}
#nav-wrapper .sub-menu li {
    border-top: 1px solid #212121;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#nav-wrapper #menu-main-menu li {
    width: 100%;
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 6px 0px;
}
#nav-wrapper .sub-menu .sub-menu a {
    padding-left: 30px;
}
#nav-wrapper #menu-main-menu li a:hover {
    text-decoration: none;
}
#nav-wrapper .sub-menu > li a {
    padding-left: 50px !important;
}
#nav-wrapper .sub-menu .sub-menu > li a {
    padding-left: 70px !important;
}
#nav-wrapper .sub-menu .sub-menu .sub-menu > li a {
    padding-left: 90px !important;
}
#nav-wrapper .sub-menu .sub-menu .sub-menu .sub-menu > li a {
    padding-left: 110px !important;
}
#nav-wrapper .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu> li a {
    padding-left: 130px !important;
}
#nav-wrapper a,
#nav-wrapper #menu-main-menu {
    color: #FFF;
    width: 100% !important;
    text-decoration: none !important;
}
#nav-wrapper li:hover a {
    color: #ccc;
}
#nav-wrapper a .arrow_down {
    background-color: #212121;
    border: 1px solid #333;
    padding: 0px 6px;
    margin-left: 20px;
}
#nav-wrapper ul .menu-active-class {
    opacity: 1;
    visibility: visible;
    display: block;
    margin-top: 10px;
}
#nav-wrapper .sub-menu {
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
    visibility: hidden;
    display: none;
    box-shadow: none;
}
/* =================================== List post Style 2 ===================================*/

.home_with_list_post #content-loop-list-post,
.post_category_list_display #content-loop-list-post {} .blog-list-padding {
    float: left;
    width: 100%;
}
.loop-list-post-display #content-loop-list-post {
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px !important;
}
.loop-list-post-display #content-loop-list-post .appear_animation {
    float: left;
    width: 100%;
}
.loop-list-post-display #content-loop-list-post .blog_large_post_style {
    float: left;
    width: 100%;
    margin-bottom: 45px;
    position: relative;
}
.loop-list-post-display #content-loop-list-post .blog_large_post_style .post-entry-content {
    padding-left: 0px !important;
}
.loop-list-post-display #content-loop-list-post .blog_large_post_style .large_continue_reading span,
.loop-list-post-display #content-loop-list-post .blog_large_post_style .large_continue_reading span a {
    color: #202020;
}
.loop-list-post-display #content-loop-list-post .blog_large_post_style .large_post_content {
    float: left;
    width: 100%;
    margin: 0px 0px 25px 0px;
    padding: 0px;
}
.loop-list-post-display #content-loop-list-post .blog_large_post_style .large_post_footer_wrapper {
    float: left;
    width: 100%;
}
.loop-list-post-display #content-loop-list-post .main_list_wrapper {
    float: left;
    width: 100%;
}
.loop-list-post-display #content-loop-list-post .main_list_wrapper .post-entry-content {
    padding-top: 0px !important;
    padding-right: 0px !important;
}
.loop-list-post-display #content-loop-list-post .main_list_wrapper .post-entry-content {
    text-align: left;
}
.post_content input[type="submit"] {
    font-family: var(--jl-menu-font);
    font-size: var(--jl-button-font-size);
    font-weight: var(--jl-button-font-weight);
    text-transform: var(--jl-button-transform);
    letter-spacing: var(--jl-button-space);
    outline: none;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    color: #FFF;
    background: #000;
    cursor: pointer;
    border: 0px;
    margin-bottom: 15px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.post_content input[type="submit"]:hover {
    background: var(--jl-main-color);
}
.page-links {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
}
.page-links > span {
    background: var(--jl-main-color);
}
.page-links a {
    background: #000;
    color: #fff !important;
}
.page-links a.post-page-numbers:hover {
    background: var(--jl-main-color);
    text-decoration: none !important;
    color: #fff !important;
}
.content_single_page .page-links a,
.page-links a,
.page-links > span {
    padding: 0px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    float: left;
    font-size: 12px;
    list-style: none;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin-right: 5px;
    -webkit-box-shadow: inset 0 -1px 0 transparent !important;
    -moz-box-shadow: inset 0 -1px 0 transparent !important;
    box-shadow: inset 0 -1px 0 transparent !important;
    border-radius: 100px;
}
.page-links a:hover {
    background: #222;
    color: #fff !important;
}
.page-links a:hover li {
    background: no-repeat;
}
.page-links a li {
    margin-right: 0px;
    padding: 0px;
}
.blog_list_post_style {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 50px !important;
    border-bottom: 0px solid #e4e4e4;
}
.blog_list_post_style:last-child {
    border-bottom: 0px;
}
.blog_list_post_style .large_continue_reading {
    margin-bottom: 0px !important;
}
.blog_list_post_style .meta-category-small {
    width: 100%;
    float: left;
}
.blog_list_post_style .image-post-thumb {
    position: relative;
    width: 50% !important;
    float: left;
}
.blog_list_post_style .image-post-thumb .jl_img_container {
    width: 100%;
    padding-bottom: 65%;
}
.blog_list_post_style .image-post-thumb .jl_img_container .image_grid_header_absolute {
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.image-post-thumb > a {
    float: left;
    width: 100%;
}
.image-post-thumb > a img {
    float: left;
    width: 100%;
}
.blog_list_post_style .post-entry-content {
    width: 50% !important;
    padding: 0px 0px 0px 25px;
    text-align: left;
}
.blog_list_post_style .image-post-title {
    float: left;
    width: 100%;
    font-size: 23px;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: left !important;
    text-transform: capitalize;
}
.blog_list_post_style .post-meta {
    float: left;
    color: #444;
    font-size: 11px !important;
    text-transform: capitalize;
    letter-spacing: 0.05em;
}
.blog_list_post_style .post-meta a {
    color: #444;
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: 500;
}
.blog_list_post_style .post-meta a:hover {
    float: none !important;
    text-decoration: none !important;
}
.blog_list_post_style .post-meta span.author-avatar-image {
    margin-right: 0px !important;
}
.blog_list_post_style .post-meta span {
    float: left;
    margin-right: 10px;
    color: #777;
    font-size: 13px;
}
.blog_list_post_style .post-meta span i {
    margin-right: 5px;
}
.blog_list_post_style .large_continue_reading {
    text-align: left;
    margin: 0px;
    border: 0px;
    float: left;
    margin-top: 7px;
}
.blog_list_post_style .post_type_icon {
    color: #FFF;
    background: #000;
    font-size: 20px !important;
    height: 45px;
    width: 45px;
    line-height: 45px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 9;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0.7;
}
.jl_radius .blog_list_post_style .image-post-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.blog_list_post_style .image-post-thumb {
    position: relative;
    overflow: hidden;
}
.blog_list_post_style .image-post-thumb .meta-category-small {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
/* =================================== Header social icons ===================================*/

.social_icon_header {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    margin: auto;
    margin-left: 15px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 30px;
}
.social_icon_header li {
    float: left;
    list-style: none;
    margin-right: 18px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.social_icon_header li a {
    float: left;
    color: #000;
    font-size: 13px;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.personal_magazine_style .social_icon_header li a:hover {
    color: var(--jl-main-color);
}
.logo_link {
    position: relative;
    z-index: 99;
    display: inline-block;
}
.search_header {
    overflow: auto;
    margin: auto;
    margin-right: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 40px;
}
.search_header form {
    width: 200px;
    float: right;
}
.searchform_theme {
    position: relative;
    height: 42px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.jl_search_none {
    text-align: center;
    padding: 50px 15px;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}
.jl_search_none .description {
    margin-bottom: 20px;
}
.searchform_theme .search_btn,
.searchform_theme #sbtn,
.searchform_theme .s {
    border: transparent;
    border-radius: 0px;
    float: left;
    padding: 0px 20px !important;
    width: 100%;
    color: #000;
    outline: none;
    background: #f5f5f5;
    height: 40px;
    line-height: 40px !important;
}
.searchform_theme .s::-webkit-input-placeholder {
    color: #313131;
}
.searchform_theme .button {
    background: none;
    border: 0px solid #202020 !important;
    border-left: 0px solid #202020 !important;
    border-bottom: 0px;
    color: #000 !important;
    background-repeat: no-repeat !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center;
    padding: 0px 20px;
    position: absolute !important;
    right: 0px;
    top: 0px;
    outline: none !important;
    border-bottom: 0px !important;
    font-size: 15px;
    margin: 0px;
    display: flex;
    align-items: center;
}
.woocommerce .searchform_theme .button{
    font-size: 15px !important;
}
.woocommerce .searchform_theme .button:hover{
    background: transparent !important;
}
.search_form_menu .button {
    line-height: 43px !important;
}
.elementor-text-editor * {
    margin: 0px;
}
.elementor-col-100 .searchform_theme .search_btn {
    background: #fff;
    border: 0px;
    height: 50px !important;
    line-height: 50px !important;
    border-radius: 5px;
}
.elementor-col-100 .searchform_theme {
    height: 50px;
}
.elementor-col-100 .searchform_theme .button {
    height: 50px !important;
    line-height: 53px !important;
    background: #f23a3a;
    color: #fff;
    border-radius: 0 5px 5px 0 !important;
    padding: 0px 40px;
    font-size: 20px;
}
/*jl_post_type_icon*/

.jl_small_format .jl_post_type_icon,
.jl_small_format .jl_post_type_icon i {
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.jl_post_type_icon {
    color: #000;
    font-size: 21px !important;
    height: 50px;
    width: 50px;
    line-height: 50px;
    left: 50%;
    top: 50%;
    position: absolute;
    text-align: center;
    z-index: 4;
    border-radius: 100px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%) translateX(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%) translateX(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%) translateX(-50%);
    transition: all 0.4s ease 0s;
    cursor: pointer;
}
.jl_post_type_icon.jl_vid_link:hover{
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%) translateX(-50%) scale(1.3);
}
.jl_post_type_icon .jli-quote-2 {
    font-size: 25px;
}
.jl_post_type_icon a:hover{
    color: #000 !important;
}
.jl_post_type_icon i, .jl_post_type_icon a{
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    font-weight: normal;
    border-radius: 100px;
    overflow: hidden;
}
/* =================================== search and menu ===================================*/

.search_header_menu {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    width: 70px;
    z-index: 2;
}
.search_header_menu i {
    color: #000;
    cursor: pointer;
}
.search_header_menu .jli-bag {
    font-size: 17px;
}
.search_header_menu .jli-search {
    font-size: 16px;
}
.search_header_menu .search_header_wrapper {
    float: right;
    margin-left: 13px;
}
.search_form_menu_personal .searchform_theme {
    margin: -60px 0 0 -300px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: auto;
    overflow: hidden;
    float: none;
}
.enable_footer_columns_dark .searchform_theme .search_btn {
    background: rgba(255,255,255,.2);
    color: #fff;
}
.enable_footer_columns_dark .searchform_theme .button {
    background: transparent;
    color: #fff !important;
}
.searchform_theme .search_btn {
    font-size: 13px;
    font-family: var(--jl-menu-font);
    border-radius: var(--jl-border-rounded);
}
.search_form_menu_personal .searchform_theme .search_btn {
    background: none;
    border: 0;
    border-bottom: 2px solid #444 !important;
    color: #000;
    float: left;
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    padding: 20px 0;
    width: 100%;
    height: 70px;
}
.search_form_menu_personal .searchform_theme .search_btn::-webkit-input-placeholder {
    color: #000 !important;
}
.search_form_menu_personal .searchform_theme .search_btn::-moz-placeholder {
    color: #000 !important;
}
.search_form_menu_personal .searchform_theme .search_btn:-ms-input-placeholder {
    color: #000 !important;
}
.search_form_menu_personal .searchform_theme .search_btn:-moz-placeholder {
    color: #000 !important;
}
.search_form_menu_personal .searchform_theme .button {
    display: none;
}
.search_header_menu .search_header_wrapper i:hover {
    color: #000;
}
.jl-plnone .search_header_menu .menu_mobile_icons {
    display: none;
}
.search_header_menu .menu_mobile_icons {
    display: inherit;
    float: right;
    font-size: 20px !important;
    line-height: 0px;
    margin-left: 14px;
}
.search_header_menu .menu_mobile_icons i {
    margin: 0px;
    cursor: pointer;
    font-size: 17px;
}
.search_header_menu .menu_mobile_icons i:hover {
    color: #000;
}
.search_form_menu_personal {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(255, 255, 255, .97);
    opacity: 0;
    position: fixed;
    top: 0 !important;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    height: 100%;
    z-index: 999999;
    visibility: hidden;
}
.search_form_menu_personal_active {
    opacity: 1 !important;
    visibility: visible !important;
}
.menu_mobile_large_close {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
    z-index: 9999;
}
.jl_close_wapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
.jl_close_wapper .jl_close_1,
.jl_close_wapper .jl_close_2 {
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #000;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    transform: rotate(25deg);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.jl_close_wapper .jl_close_1 {
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.jl_close_wapper .jl_close_2 {
    left: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu_mobile_large {
    cursor: pointer;
    height: 90px;
    line-height: 90px !important;
    display: inherit;
    float: right;
    font-size: 20px !important;
    margin-left: 18px;
    position: relative;
    width: 30px;
}
.search_close_btn_pop {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 0px !important;
}
.search_close_btn_pop i {
    font-size: 20px !important;
    color: #fff;
    float: left !important;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.search_close_btn_pop:hover i {
    color: #fff !important;
}
.searchform_theme.pop_search_form {
    margin: -60px 0 0 -300px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: auto;
    overflow: hidden;
    float: none;
}
.searchform_theme.pop_search_form .search_input_pop {
    background: none;
    border: 0;
    border-bottom: 2px solid #444 !important;
    color: #444;
    float: left;
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    padding: 20px 0;
    width: 100%;
    height: 70px;
}
.search_form_menu_personal .search_btn,
.search_form_menu_personal #sbtn {
    padding: 0px !important;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
h2.notfound_p_title {
    color: #222;
    text-transform: capitalize;
}
p.notfound_p_text {
    margin-bottom: 40px;
}
.searchform_theme .search_btn,
.searchform_theme #sbtn::-webkit-input-placeholder {
    color: #313131;
}
.search_content_page {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
/*Post format*/

.format-link .image-post-thumb a {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 40px 20px 20px 20px;
    color: #FFF;
    font-size: 20px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.63) 44%, rgba(0, 0, 0, 0.97) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(3%, rgba(0, 0, 0, 0)), color-stop(44%, rgba(0, 0, 0, 0.63)), color-stop(100%, rgba(0, 0, 0, 0.97)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.63) 44%, rgba(0, 0, 0, 0.97) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.63) 44%, rgba(0, 0, 0, 0.97) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.63) 44%, rgba(0, 0, 0, 0.97) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.63) 44%, rgba(0, 0, 0, 0.97) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#f7000000', GradientType=0);
}
.format-link .image-post-thumb a:hover {
    text-decoration: none;
}
.format-link .image-post-thumb a i {
    margin-right: 10px;
}
/*Grid layout*/

#wrapper_masonry.show3_post_col_home {
    padding-top: 60px;
}
.jl_hide_m_top .headcus5_custom.header_layout_style5_custom .menu_wrapper {
    border-bottom: 0px;
}
.jl_hide_m_top .jl_home_bw {
    padding-top: 0px;
}
.jl_hide_m_top #wrapper_masonry {
    padding-top: 0px;
}
.jl_home_bw {
    float: left;
    width: 100%;
}
.jl_home_bw .row {
    margin-bottom: 0px;
}
.jl_search_rel#wrapper_masonry {
    padding-top: 50px;
}
.jl_spost .post_content > p,
.content_single_page p {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: var(--jl-content-font-size);
    line-height: var(--jl-content-line-height);
}
.content_single_page a,
.wp-block-image figcaption a,
.jl_spost .wp-caption-text a,
.jl_spost .blocks-gallery-caption a,
.jl_spost .post_content p a,
.jl_spost .post_content table a,
.comments-area .commentlist .comment-content p a,
.comments-area .commentlist .comment-content table a {
    -moz-box-shadow: inset 0 -3px 0 var(--jl-single-color);
    -webkit-box-shadow: inset 0 -3px 0 var(--jl-single-color);
    box-shadow: inset 0 -3px 0 var(--jl-single-color);
}
.content_single_page a:hover,
.wp-block-image figcaption a:hover,
.jl_spost .wp-caption-text a:hover,
.jl_spost .blocks-gallery-caption a:hover,
.jl_spost .post_content p a:hover,
.jl_spost .post_content table a:hover,
.comments-area .commentlist .comment-content p a:hover,
.comments-area .commentlist .comment-content table a:hover {
    background: var(--jl-single-color);
    color: #444;
}
.mejs-controls a.mejs-horizontal-volume-slider {
    -webkit-box-shadow: inset 0 -1px 0 transparent !important;
    -moz-box-shadow: inset 0 -1px 0 transparent !important;
    box-shadow: inset 0 -1px 0 transparent !important;
}
.jl_spost .post_content p:last-child {
    margin-bottom: 0px;
}
#wrapper_masonry,
#content_main {
    clear: both;
    padding-top: 60px;
    padding-bottom: 0px;
}
#content_main.jl_spost {
    margin-bottom: 70px;
}
.jl_front_b_cont {
    margin-bottom: 0px !important;
}
.jl_front_b_cont .jl_mid_main_3col,
.jl_front_b_cont .jl_3col_wrapin,
.jl_front_b_cont .panel-layout {
    float: left;
    width: 100%;
}
.jl_home_bw .jl_mid_main_3col,
.jl_home_bw .jl_3col_wrapin,
.jl_home_bw .panel-layout {
    float: left;
    width: 100%;
}
#wrapper_masonry .row {
    margin-bottom: 70px;
}
#wrapper_masonry #sidebar .widget:last-child {
    margin-bottom: 0px !important;
}
.jl_grid_mian {
    float: left;
    width: 100%;
}
.jl_grid_mian_overlay .post_grid_more_meta_wrapper .meta-category-small,
.jl_grid_mian_overlay .image-post-title,
.jl_grid_mian_overlay .single-post-meta-wrapper {
    text-align: center !important;
}
.jl_grid_mian_overlay .image-post-title {
    margin-top: 12px !important;
}
.jl_grid_bellow_mian {
    float: left;
    width: 100%;
}
.jl_cgrid {
    display: flex;
    flex-flow: row wrap;
}
#content_masonry {
    margin: 0px -15px 0px -15px;
}
#content_masonry .meta-category-small a:before {
    border-top: 20px solid rgba(255, 255, 255, 0);
}
#content_masonry .meta-category-small a:after {
    border-bottom: 20px solid rgba(255, 255, 255, 0);
}
/*Grid overlay center*/

.jl_post_overlay_center .post_grid_content_wrapper {
    width: 100% !important;
    height: 100%;
    padding-bottom: 100%;
    position: relative;
    background: #ececec;
    float: left;
}
.jl_post_overlay_center .image_grid_header_absolute {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.jl_post_overlay_center .link_grid_header_absolute {
    margin-bottom: 0px !important;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    opacity: 0;
}
.jl_post_overlay_center .post-entry-content {
    background: none;
    padding: 50px 30px 30px 30px !important;
    width: auto;
    padding: 0;
    bottom: auto;
    text-align: left;
    float: none !important;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 130%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(130%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 130%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 130%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 130%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 130%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.jl_post_overlay_center .post-entry-content .jl_post_meta {
    margin-top: 10px;
}
.jl_post_overlay_center .post-entry-content .jl_post_meta .post-date,
.jl_post_overlay_center .post-entry-content .jl_post_meta .jl_author_img_w a {
    color: #fff !important;
}
.jl_post_overlay_center .post-entry-content .image-post-title,
.jl_post_overlay_center .post-entry-content .single-post-meta-wrapper {
    text-align: left !important;
}
.jl_post_overlay_center .post-entry-content .single-post-meta-wrapper {
    margin-bottom: 0px !important;
}
.jl_post_overlay_center .post-entry-content .single-post-meta-wrapper > span {
    float: left !important;
}
.jl_post_overlay_center .post-entry-content .single-post-meta-wrapper > span a:hover {
    color: #fff !important;
}
.jl_post_overlay_center .post-entry-content .single-post-meta-wrapper .post-author {
    margin-left: 0px !important;
}
.jl_post_overlay_center .meta-category-small {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
}
.jl_post_overlay_center .meta-category-small a {
    color: #fff !important;
}
.grid-sidebar .box.jl_post_overlay_center .post-entry-content .image-post-title {
    font-size: 20px !important;
}
.jl_post_overlay_center .post-entry-content h3 a,
.jl_post_overlay_center .single-post-meta-wrapper span,
.jl_post_overlay_center .single-post-meta-wrapper span a,
.jl_post_overlay_center .single-post-meta-wrapper span a:hover {
    color: #fff !important;
}
.jl_post_overlay_center .post-entry-content h3 a:hover {
    opacity: 0.8;
}
/*Title above image*/

.jl_post_title_top {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px 35px;
}
.jl_post_title_top .image-post-title {
    text-align: left !important;
    font-size: 30px !important;
    float: left;
    width: 100%;
    margin-top: 15px !important;
}
.jl_post_title_top .image-post-title a {
    font-size: 30px;
}
.jl_post_title_top .meta-category-small {
    text-align: center !important;
}
.jl_post_title_top .meta-category-small a {
    float: none !important;
    color: #fff;
    margin: 0px 3px;
}
.jl_post_title_top .single-post-meta-wrapper {
    text-align: left !important;
    line-height: 1.2;
    margin-bottom: 0px !important;
}
.jl_post_title_top.jl_large_format {
    margin-top: 0px;
}
.jl_post_title_top.jl_large_format .meta-category-small {
    margin-top: -1px;
}
.jl_post_title_top.jl_large_format .single-post-meta-wrapper span,
.jl_post_title_top.jl_large_format .single-post-meta-wrapper span a {
    font-size: 13px;
    color: #818181 !important;
}
.jl_post_title_top.jl_large_format .single-post-meta-wrapper span {
    letter-spacing: 0px;
    margin-right: 5px !important;
}
.jl_post_title_top.jl_large_format .single-post-meta-wrapper span:after {
    display: none !important;
}
/*Grid layout with sidebar*/

.grid-sidebar .box.sticky .large_post_content {
    padding: 30px;
    background: #f4f4f4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.grid-sidebar .grid-sizer {
    width: 50%;
}
.grid-sidebar .box {
    margin-bottom: 0px !important;
    width: 50%;
    padding: 0px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;
}
.grid-sidebar .box:last-child .jl_grid_w,
.grid-sidebar .box:nth-last-child(2) .jl_grid_w {
    margin-bottom: 0px;
}
.box .post_grid_content_wrapper {
    float: left;
    width: 100%;
}
.box .post_grid_content_wrapper .meta-category-small {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
    text-align: left;
}
.box .post_grid_content_wrapper .meta-category-small a {
    float: none;
    display: inline-block;
    color: #fff !important;
}
.box .post_grid_content_wrapper .post-author img {
    width: 20px !important;
    height: 20px !important;
}
.box .post_grid_content_wrapper .single-post-meta-wrapper {
    margin-bottom: 5px;
    padding: 0px;
}
.box .post_grid_content_wrapper .single-post-meta-wrapper span {
    font-weight: 400;
    color: #000 !important;
}
.box .post_grid_content_wrapper .single-post-meta-wrapper span.post-author a {
    font-weight: 400;
}
.box .post_grid_content_wrapper .single-post-meta-wrapper span a {
    font-weight: 400;
    color: #000 !important;
}
.box .post_grid_content_wrapper .single-post-meta-wrapper span a:hover {
    color: #000 !important;
}
.box .post_grid_content_wrapper .single-post-meta-wrapper span,
.box .post_grid_content_wrapper .single-post-meta-wrapper span a {
    font-size: 11px;
    color: #000;
    letter-spacing: 0.05em;
}
.grid-sidebar .box .image-post-title {
    float: left;
    width: 100%;
    font-size: 22px;
    letter-spacing: -0.025em;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: left;
    padding: 0px;
}
.grid-sidebar .box .image-post-title,
.show3_post_col_home .grid4_home_post_display .blog_grid_post_style .image-post-title {
    text-align: left;
}
.grid-sidebar .box .image-post-thumb {
    margin-bottom: 20px;
}
.box .large_post_content {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px;
}
.box .large_post_content .meta-category-small {
    float: left;
    width: auto;
    margin-right: 10px;
}
.box .large_post_content .meta-category-small a {
    float: left;
}
.box .large_post_content .auto_image_with_date {
    float: left;
    width: auto;
    margin-top: 5px;
    margin-bottom: 15px;
}
.jl_grid_more {
    float: left;
    width: 100%;
}
.jl_grid_more .jl_slider_readding {
    float: left;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 11px;
    font-weight: 400;
    color: #000;
    height: 35px;
    line-height: 35px;
    border: 1px solid #000;
    padding: 0px 30px 0px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    background-color: #fff;
    margin-top: 20px;
}
.jl_grid_more .jl_slider_readding:hover {
    text-decoration: none !important;
    background: #000;
    color: #fff;
}
.box .large_post_content p {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    text-align: left;
    padding: 0px;
    font-size: 15px;
    line-height: 1.5;
    color: #777;
}
.box .large_post_content .jl_continue_reading {
    margin: 25px 0px 15px 0px;
}
/*Large Main Grid layout with sidebar*/

.search_page_result {
    height: auto;
}
#content-large-main-grid-post {
    width: auto !important;
    margin: 0px -15px 0px -15px;
    float: none !important;
    display: block;
    clear: both;
}
#content-large-main-grid-post,
#content-loop-main-grid-post,
.main-grid-post-display .blog_large_post_style {
    width: 100%;
    float: left;
    padding: 0px !important;
}
#content-large-main-grid-post .meta-category-small a:before {
    border-top: 20px solid rgba(255, 255, 255, 0);
}
#content-large-main-grid-post .meta-category-small a:after {
    border-bottom: 20px solid rgba(255, 255, 255, 0);
}
.main-grid-post-display .blog_large_post_style {
    width: 100% !important;
}
.main-grid-post-display .box {
    margin-bottom: 40px !important;
    width: 50%;
    padding: 0px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    text-align: center;
    position: relative;
}
.main-grid-post-display .box .large_continue_reading {
    margin: 0px;
}
.main-grid-post-display .box .image-post-title {
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    text-transform: capitalize;
}
.blog_grid_post_style .post-entry-content .post-entry-content-wrapper {
    padding: 0px;
}
.blog_grid_post_style .post-entry-content .post-entry-content-wrapper,
.main-grid-post-display .blog_grid_post_style .post-entry-content .post-entry-content-wrapper,
.grid_home_3col .blog_grid_post_style .post-entry-content .post-entry-content-wrapper {
    float: left;
    width: 100%;
}
/*grid layout 1*/

.jl_grid_layout1.sticky h3 a:after {
    display: inline-block;
    content: "\e90f";
    font-family: "jl_font";
    position: relative;
    font-size: 18px;
    color: #ffca00;
    margin-left: 7px;
}
.box.jl_grid_layout1.blog_large_post_style .single-post-meta-wrapper > span,
.box.jl_grid_layout1 .post_grid_content_wrapper .single-post-meta-wrapper > span {
    margin: 0px 10px 0px 0px;
}
.single_section_content .single-post-meta-wrapper > span:after,
.single_section_content .single-post-meta-wrapper .jm-post-like:after {
    background: #000;
}
.single-post-meta-wrapper .post-author span {
    padding-right: 0px !important;
}
.single-post-meta-wrapper > span:last-child:after {
    display: none;
}
/*grid layout 2*/

.box.jl_grid_layout2 .large_post_content p {
    text-align: center;
}
.show3_post_col_home .grid4_home_post_display .box.jl_grid_layout2 .image-post-title {
    text-align: center;
}
.box.jl_grid_layout2.blog_large_post_style .image-post-title,
.box.jl_grid_layout2 .image-post-title {
    text-align: center;
    margin-bottom: 10px !important;
}
.box.jl_grid_layout2.blog_large_post_style .single-post-meta-wrapper,
.box.jl_grid_layout2 .post_grid_content_wrapper .single-post-meta-wrapper {
    margin-bottom: 10px !important;
}
.box.jl_grid_layout2.blog_large_post_style .meta-category-small,
.box.jl_grid_layout2 .meta-category-small {
    text-align: center;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
.box.jl_grid_layout2.blog_large_post_style .single-post-meta-wrapper,
.box.jl_grid_layout2 .post_grid_content_wrapper .single-post-meta-wrapper {
    text-align: center;
}
.box.jl_grid_layout2 .large_post_content {
    padding-bottom: 0px !important;
    border-bottom: 0px solid #ededed;
}
.box.jl_grid_layout2 .large_continue_reading {
    margin-top: 20px !important;
}
#content .box.jl_grid_layout2.blog_grid_post_style .meta-category-small a {
    font-weight: 700 !important;
    margin: 0px 5px !important;
}
.box.jl_grid_layout2 .meta-category-small a,
.box.jl_grid_layout2.blog_grid_post_style .meta-category-small a {
    float: none;
    margin: 0px 5px !important;
    padding: 0px !important;
    background: none !important;
    float: none;
    font-size: 12px !important;
    color: #000 !important;
    font-weight: 700 !important;
}
/*grid layout 3*/

.box.jl_grid_layout3 .large_post_content p {
    text-align: center;
}
.box.jl_grid_layout3.blog_large_post_style .image-post-title,
.box.jl_grid_layout3 .image-post-title {
    text-align: center !important;
    margin-bottom: 10px !important;
}
.box.jl_grid_layout3.blog_large_post_style .single-post-meta-wrapper,
.box.jl_grid_layout3 .post_grid_content_wrapper .single-post-meta-wrapper {
    margin-bottom: 10px !important;
}
.box.jl_grid_layout3.blog_large_post_style .meta-category-small,
.box.jl_grid_layout3 .meta-category-small {
    text-align: center;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
.box.jl_grid_layout3.blog_large_post_style .single-post-meta-wrapper,
.box.jl_grid_layout3 .post_grid_content_wrapper .single-post-meta-wrapper {
    text-align: center;
}
.box.jl_grid_layout3 .large_post_content {
    padding-bottom: 0px !important;
    border-bottom: 0px solid #ededed;
}
.box.jl_grid_layout3 .large_continue_reading {
    margin-top: 20px !important;
}
.box.jl_grid_layout3 .large_continue_reading span a {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.box.jl_grid_layout3 .meta-category-small a,
.box.jl_grid_layout3.blog_grid_post_style .meta-category-small a,
#content .box.jl_grid_layout3.blog_grid_post_style .meta-category-small a {
    margin: 0px 5px !important;
    padding: 0px !important;
    background: none !important;
    float: none;
    font-weight: 700 !important;
    font-size: 12px !important;
}
/*grid layout 4*/

.box.jl_grid_layout4 .large_post_content p {
    text-align: left;
}
.box.jl_grid_layout4 .image-post-title {
    text-align: left;
    margin-bottom: 5px !important;
}
.box.jl_grid_layout4 .post_grid_content_wrapper .single-post-meta-wrapper {
    margin-bottom: 5px !important;
    text-align: left;
}
.box.jl_grid_layout4 .post_grid_content_wrapper .single-post-meta-wrapper > span {
    margin: 0px 10px 0px 0px;
}
.box.jl_grid_layout4.blog_large_post_style .single-post-meta-wrapper > span {
    margin: 0px 10px 0px 0px !important;
}
.box.jl_grid_layout4.blog_large_post_style .meta-category-small,
.box.jl_grid_layout4 .meta-category-small {
    text-align: left;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
.box.jl_grid_layout4 .meta-category-small a {
    float: none;
}
.box.jl_grid_layout4 .large_post_content {
    padding-bottom: 0px !important;
    border-bottom: 0px solid #ededed;
}
.box.jl_grid_layout4 .large_continue_reading {
    margin-top: 20px !important;
}
.box.jl_grid_layout4 .large_continue_reading span a {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.box.jl_grid_layout4 .meta-category-small a {
    margin: 0px 5px 0px 0px !important;
    padding: 0px !important;
    background: none !important;
    float: left;
}
.blog_large_post_style .jl_love_view_social {
    background: #030303;
}
.blog_large_post_style .jl_love_view_social .jm-post-like,
.blog_large_post_style .jl_love_view_social .view_options,
.blog_large_post_style .jl_love_view_social .jl_foot_con_readding,
.blog_large_post_style .jl_love_view_social .jl_footer_social li a {
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.blog_large_post_style .jl_love_view_social .jl_foot_share_col {
    border-right: 1px solid #444444;
}
.jl_footer_share {
    padding: 0px;
}
.jl_footer_social_wrapper .row {
    margin-bottom: 0px;
}
.jl_footer_social_wrapper {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.jl_footer_copy_right {
    font-size: 13px;
    color: #818181;
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}
.jl_footer_social {
    border-bottom: 1px solid #202020;
    padding: 0px;
    margin: 0px;
}
.jl_footer_social li {
    padding: 0px;
    list-style: none;
    display: inline-block;
    margin: 0 38px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 400;
}
.jl_footer_social li a {
    color: #fff;
    float: left;
    margin-top: 40px;
    margin-bottom: 33px;
}
.jl_footer_social li i {
    color: #fff;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}
.jl_footer_social li a:hover {
    text-decoration: none !important;
}
.jl_love_view_social {
    font-size: 11px;
    border-top: 1px solid #efefef;
    padding: 0px;
    float: left;
    width: 100%;
}
.jl_love_view_social .jl_foot_share_col {
    float: left;
    text-align: center;
    padding: 0px;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #efefef;
}
.jl_love_view_social .jl_foot_share_col.jl_foot_last_child {
    border-right: 0px solid #efefef;
}
.jl_love_view_social .jm-post-like {
    margin-right: 10px;
    float: left;
    line-height: 1.2;
    font-size: 11px;
    color: #000;
}
.jl_love_view_social .jm-post-like i {
    margin-right: 5px;
}
.jl_love_view_social .jm-post-like {
    float: none;
    display: inline-block;
}
.jl_love_view_social .view_options {
    float: none;
    display: inline-block;
    line-height: 1.2;
    color: #000;
}
.jl_love_view_social .view_options i {
    margin-right: 5px;
}
.jl_love_view_social .jl_footer_social {
    list-style: none;
    padding: 0px;
    float: none;
    display: inline-block;
    margin: 0px;
    border-bottom: 0px;
}
.jl_love_view_social .jl_footer_social li {
    float: left;
    margin: 0px 5px;
}
.jl_love_view_social .jl_footer_social li a {
    font-size: 13px;
    color: #000;
    padding: 0px !important;
    margin: 0px;
}
.jl_love_view_social .jl_footer_social li a,
.jl_love_view_social .jl_footer_social li a i {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0px !important;
    font-size: 13px;
}
.jl_love_view_social .jl_foot_con_readding {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.jl_love_view_social .jl_foot_con_readding:hover {
    text-decoration: none !important;
}
.grid-sidebar .box .jl_love_view_social .jl_foot_share_col.jl_read_more,
.grid_home_3col .box .jl_love_view_social .jl_foot_share_col.jl_read_more {
    display: none;
}
.loop-large-post .box .jl_love_view_social .jl_foot_share_col {
    width: 33.33333333% !important;
}
.grid-sidebar .box .jl_love_view_social .jl_foot_share_col,
.grid_home_3col .box .jl_love_view_social .jl_foot_share_col {
    width: 50%;
}
.box.blog_large_post_style .post-entry-content {
    position: relative;
    z-index: 9;
    text-align: left;
}
.jl_single_style1 {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.jl_single_style1 .jl_f_cat,
.jl_single_style5 .jl_f_cat {
    margin-bottom: 15px;
}
.jl_single_style1 .jl_post_meta_s {
    margin-top: 15px;
}
.jl_single_style1 .jl_slide_wrap_s {
    margin-top: 40px;
}
.jl_single_style1 .qoute_large_background {
    margin-top: 40px;
}
.jl_single_style1 .single_meta_category {
    margin-bottom: 13px;
}
.jl_single_style1 .single-post-meta-wrapper span.post-author a {
    color: #000 !important;
}
.jl_single_style1 .single-post-meta-wrapper span,
.jl_single_style1 .single-post-meta-wrapper span a {
    color: #000 !important;
}
.jl_single_style1 .single_post_entry_content {
    margin-bottom: 0px;
}
.jl_single_style1 .single_post_entry_content .meta-category-small,
.jl_single_style1 .single_post_entry_content .single_post_title_main,
.jl_single_style1 .single_bellow_left_align .single-post-meta-wrapper {
    text-align: left;
}
.jl_single_style1 .single_bellow_left_align .single-post-meta-wrapper {
    margin-top: 15px;
}
.blog_large_post_style .jl_single_style1 .image-post-thumb {
    margin-bottom: 30px !important;
    overflow: hidden;
}
.jl_single_style1 .jl_mt_wrap,
.jl_single_style5 .jl_mt_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.jl_single_style5 .jl_mt_wrap {
    margin-top: 20px !important;
}
.jl_single_style1 .jl_mt_wrap .jl_post_meta_s,
.jl_single_style5 .jl_mt_wrap .jl_post_meta_s {
    width: auto;
    margin-top: 0px;
}
.jl_single_style1 .jl_mt_wrap .jl_sm_post i,
.jl_single_style5 .jl_mt_wrap .jl_sm_post i {
    font-size: 25px;
}
.jl_sover_b .jl_sm_post i,
.jl_single_style6 .jl_sm_post i,
.jl_m_center_w .jl_sm_post i {
    font-size: 15px;
}
.jl_single_style1 .jl_mt_wrap .jl_sm_post,
.jl_single_style5 .jl_mt_wrap .jl_sm_post,
.jl_sover_b .jl_sm_post,
.jl_m_center_w .jl_sm_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jl_single_style1 .jl_sf {
    position: relative;
    height: 0px;
    padding-bottom: 56.25%;
    margin-top: 30px !important;
}
.jl_single_style1 .image-post-thumb iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--jl-border-rounded);
}
.jl_sover_b .jl_sm_post,
.jl_single_style6 .jl_sm_post,
.jl_m_center .jl_sm_post {
    position: absolute;
    top: 30px;
    z-index: 3;
    right: 30px;
    background: rgba(255, 255, 255, .1);
    padding: 4px 12px 4px 7px;
    border-radius: 100px;
}
.jl_sm_post .jl_meta_comment i {
    margin-right: 2px;
}
.jl_sover_b .jl_sm_post span,
.jl_sover_b .jl_sm_post span i,
.jl_sover_b .jl_sm_post a,
.jl_sover_b .jl_sm_post a:hover,
.jl_single_style6 .jl_sm_post span,
.jl_single_style6 .jl_sm_post span i,
.jl_single_style6 .jl_sm_post a,
.jl_single_style6 .jl_sm_post a:hover,
.jl_mright_wrapper .jl_sm_post span,
.jl_mright_wrapper .jl_sm_post span i,
.jl_mright_wrapper .jl_sm_post a,
.jl_mright_wrapper .jl_sm_post a:hover {
    color: #fff;
}
.jl_single_style1 .jl_mt_wrap .jl_sm_post span,
.jl_single_style1 .jl_mt_wrap .jl_sm_post a,
.jl_single_style5 .jl_mt_wrap .jl_sm_post span,
.jl_single_style5 .jl_mt_wrap .jl_sm_post a,
.jl_sover_b .jl_sm_post span,
.jl_sover_b .jl_sm_post a,
.jl_single_style6 .stub_wrap span,
.jl_single_style6 .stub_wrap .jl_sm_post a,
.jl_mright_wrapper .jl_sm_post span,
.jl_mright_wrapper .jl_sm_post a {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jl_single_style1 .jl_sm_post .jl_mt_count,
.jl_single_style5 .jl_sm_post .jl_mt_count,
.jl_sover_b .jl_sm_post .jl_mt_count,
.jl_sover_b .jl_sm_post .jl_mt_count,
.jl_single_style6 .jl_sm_post .jl_mt_count,
.jl_m_center_w .jl_sm_post .jl_mt_count {
    font-size: 13px !important;
}
.jl_single_style1 .jl_mt_wrap .jl_sm_post .jl_view_options,
.jl_single_style5 .jl_mt_wrap .jl_sm_post .jl_view_options,
.jl_sover_b .jl_sm_post .jl_view_options,
.jl_m_center_w .jl_sm_post .jl_view_options {
    margin-right: 13px;
    color: #ff3419;
}
.jl_single_style1 .jl_mt_wrap .jl_sm_post .jl_meta_comment i,
.jl_single_style5 .jl_mt_wrap .jl_sm_post .jl_meta_comment i,
.jl_sover_b .jl_sm_post .jl_meta_comment i,
.jl_single_style6 .jl_sm_post .jl_meta_comment i {
    margin-right: 3px;
}
.jl_single_style1 .image-post-thumb img {
    margin-top: 40px;
}
.jl_sover_b {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.jl_sover_b .single_post_entry_content {
    width: auto;
    top: auto;
    left: 40px;
    right: 40px;
    bottom: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: absolute;
    margin-bottom: 0px;
}
.jl_sover_b .single_post_entry_content a:hover,
.jl_sover_b .single_post_entry_content a {
    color: #fff !important;
}
.jl_sover_b .single_post_entry_content span {
    color: rgba(255, 255, 255, .8)!important;
}
.jl_sover_b .single_post_entry_content .single_post_title_main {
    text-align: left;
    color: #fff;
    margin: 15px 0px 15px 0px;
    font-size: 37px;
    max-width: 80%;
}
.jl_sover_b .single_content_header {
    padding-bottom: 70%;
}
.jl_fs_img_link {
    background: #161616;
    opacity: .2;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}
.jl_f_img_box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.jl_f_img_box img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.jl_sover_b .jl_f_cat.jl_lb1 a {
    background: linear-gradient(to left, #fff 0, #fff 25%, transparent 25%) -2px 100%/4px 1px repeat-x;
}
.jl_single_style4 {
    float: left;
    width: 100%;
    overflow: hidden;
    z-index: 3;
    position: relative;
}
.jl_single_style4 .jl_f_cat a,
.jl_single_style4 .jl_meta_t span,
.jl_single_style4 .jl_meta_t span a {
    color: #fff !important;
}
.jl_single_style4 .jl_meta_t span,
.jl_single_style4 .jl_meta_t span a {
    color: rgba(255, 255, 255, .8)!important;
}
.jl_single_style4 .single_captions_overlay_bottom_image_full_width:after {
    opacity: 1;
    transition: opacity .4s ease-in-out;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), to(rgba(0, 0, 0, .5)));
    background: linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, .5) 100%);
}
.jl_single_style4 .single_post_entry_content .meta-category-small,
.jl_single_style4 .single_post_entry_content .single_post_title_main,
.jl_single_style4 .single_bellow_left_align .single-post-meta-wrapper {
    text-align: left !important;
}
.jl_single_style4 .single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper {
    text-align: left !important;
    margin-top: 15px;
}
.jl_single_style4 .single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .single_post_entry_content {
    padding: 0px !important;
    left: 15px;
}
.jl_single_style5 {
    float: left;
    width: 100%;
    position: relative;
}
.jl_single_style4 .single_post_entry_content .meta-category-small {
    margin-bottom: 15px;
}
.jl_single_style4 .single-post-meta-wrapper > span:after,
.jl_single_style4 .single-post-meta-wrapper .jm-post-like:after {
    display: none;
}
.jl_single_style4 .single_post_entry_content .single-post-meta-wrapper .jm-post-like:hover {
    color: #fff !important;
}
.jl_single_style5 .single_captions_bottom_image_full_width {
    height: 600px;
}
.jl_single_style5 .jl_mt_w .jl_post_meta_s {
    margin: 0 auto;
    width: fit-content;
    float: none;
}
.jl_single_style5 .single-post-meta-wrapper span.post-author a {
    font-weight: 500;
}
.jl_single_style5 .single-post-meta-wrapper > span:after,
.jl_single_style5 .single-post-meta-wrapper .jm-post-like:after {
    display: none;
}
.jl_single_style5 .single_captions_bottom_image_full_width_wrapper {
    z-index: 2;
    position: inherit;
    margin-top: 60px;
    margin-bottom: 40px;
}
.jl_single_style5 .jl_post_meta_s .jl_meta_t {
    margin-left: 8px;
}
.jl_single_style5 .jl_post_meta_s .jl_meta_t .jl_author_img_w,
.jl_single_style5 .jl_post_meta_s .jl_meta_t .post-date,
.jl_single_style5 .jl_post_meta_s .jl_meta_t .post-read-time {
    float: left;
}
.options_dark_skin .jl_single_style5 .jl_post_meta_s .jl_meta_t span {
    color: #fff;
}
.jl_single_style5 .single_post_entry_content {
    padding: 0px;
    margin-bottom: 0px;
    text-align: center;
}
.single_s5w {
    max-width: 60%;
    display: inline-block;
}
.jl_single_style5 .single_post_entry_content .single_s5w h1 {
    font-size: 40px;
    margin-top: -5px;
}
.jl_single_style5 .jl_post_meta_s .jl_author_img {
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
}
.jl_single_style5 .jl_mt_wrap .jl_post_meta_s {
    margin: 0 auto;
    width: fit-content;
    float: none;
}
.jl_single_style5 .jl_post_meta_s .jl_meta_t .post-date:before {
    content: "\00b7";
    margin-right: 8px;
    margin-left: 8px;
}
.jl_single_style5 .single_post_entry_content .single_post_title_main {
    max-width: 100%;
}
.jl_single_style5 .single_post_entry_content .single-post-meta-wrapper span,
.jl_single_style5 .single_post_entry_content .single-post-meta-wrapper a,
.jl_single_style5 .single_post_entry_content .single-post-meta-wrapper a:hover {
    color: #fff !important;
}
.jl_single_style5 .jl_f_cat a {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    float: none;
}
.jl_single_style6 {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.jl_single_style6 .row {
    margin-bottom: 0px;
}
.jl_single_style6 .stub_cw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jl_single_style6 .stub_cw .stub_wrap {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    position: relative !important;
    display: block;
    margin-bottom: 0px;
}
.jl_single_style6 .jl_sm_post .jl_view_options {
    margin-right: 13px;
}
.jl_single_style6 .jl_sover_b .single_post_entry_content h1 {
    margin: 0px;
}
.jl_single_style6 .jl_sover_b .jl_f_cat {
    margin-bottom: 15px;
}
.jl_single_style6 .jl_sover_b .jl_post_meta_s {
    margin-top: 15px;
}
.jl_single_style6 .jl_sover_b .single_post_entry_content h1 {
    color: #000;
}
.jl_single_style6 .jl_f_cat {
    margin-bottom: 15px;
}
.jl_single_style6 .post_subtitle_text {
    margin-bottom: 0px !important;
}
.jl_single_style6 .jl_post_meta_s {
    margin-top: 15px;
}
.jl_single_style6 .jl_post_meta_s span {
    color: #5e5e5e !important;
}
.options_dark_skin .jl_single_style6 .jl_post_meta_s span {
    color: #8b8b8b !important;
}
.jl_single_style6 .single_captions_only_full_width_wrapper {
    margin-top: 40px;
}
.jl_single_style6 .single_post_entry_content,
.jl_single_style6 .jl_sover_b {
    padding: 0px !important;
    margin-bottom: 0px;
    bottom: auto;
    position: relative;
    margin-left: 40px;
    left: 0px;
    right: 0px;
}
.jl_single_style6 .single-post-meta-wrapper {
    text-align: left !important;
    margin-top: 15px;
}
.jl_single_style6 .single_post_entry_content .single_meta_category {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.jl_single_style6 .single_post_title_main {
    max-width: 100% !important;
    font-size: 35px !important;
}
.jl_single_style6 .single_post_entry_content .meta-category-small,
.jl_single_style6 .single_post_entry_content .single_post_title_main,
.jl_single_style6 .single_bellow_left_align .single-post-meta-wrapper {
    text-align: left !important;
}
.jl_single_style6 .single-post-meta-wrapper span,
.jl_single_style6 .single-post-meta-wrapper span a {
    color: #000 !important;
}
.jl_single_style6 .single-post-meta-wrapper .jm-post-like:after,
.jl_single_style6 .single-post-meta-wrapper > span:after {
    display: none;
}
.jl_single_style6 .single-post-meta-wrapper span.post-author a {
    font-weight: 500;
    color: #000 !important;
}
.jl_single_style7 {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.jl_single_style7 .stub_wrap {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    position: relative !important;
    display: block;
    float: left;
    height: 600px;
    overflow: hidden;
}
.jl_single_style7 .single_content_header {
    margin-left: 40px;
}
.jl_single_style7 .jl_f_cat {
    margin-bottom: 15px;
}
.jl_single_style7 .jl_post_meta_s {
    margin-top: 15px;
    color: #5e5e5e;
}
.jl_single_style8 {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 60px;
}
.jl_single_style8 .jl_single_full_box {
    margin-bottom: 0px !important;
}
.jl_single_style8 .single_captions_aboves_image_full_width_wrapper {
    margin-top: 0px;
}
.jl_single_style8 .single_captions_aboves_image_full_width_wrapper .row .col-md-12 {
    padding-top: 0px;
}
.jl_single_style8 .single_post_entry_content .meta-category-small,
.jl_single_style8 .single_post_entry_content .single_post_title_main,
.jl_single_style8 .single_bellow_left_align .single-post-meta-wrapper {
    text-align: left;
}
.jl_single_style8 .single_post_entry_content .meta-category-small {
    margin-bottom: 15px;
}
.jl_single_style8 .single-post-meta-wrapper span,
.jl_single_style8 .single-post-meta-wrapper span a,
.jl_single_style8 .single-post-meta-wrapper .jm-post-like,
.jl_single_style8 .single_post_entry_content .single-post-meta-wrapper .jm-post-like:hover {
    color: #fff !important;
}
.jl_single_style8 .single-post-meta-wrapper .jm-post-like:after,
.jl_single_style8 .single-post-meta-wrapper > span:after {
    display: none;
}
.jl_single_style8 .single-post-meta-wrapper span.post-author a {
    color: #fff !important;
}
.jl_single_style8 .single-post-meta-wrapper span.post-author a:hover,
.jl_single_style8 .single-post-meta-wrapper span.meta-comment a:hover {
    color: #fff !important;
}
.jl_radius .jl_single_style8 .jl_single_full_box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.jl_single_style8 .jl_single_full_box {
    float: left;
    width: 100%;
    height: 600px;
    position: relative;
    background: #222;
    margin-bottom: 20px;
}
.jl_single_style8 .single_post_entry_content {
    position: absolute;
    width: 70%;
    bottom: 50px;
    left: 50px;
    right: 50px;
    z-index: 3;
}
.jl_single_style8 .single_post_entry_content .single_post_title_main {
    color: #fff;
}
.jl_single_style8 .post_subtitle_text {
    color: #fff !important;
}
.jl_single_style8 .image_grid_header_absolute {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 1;
}
.jl_single_style8 .link_grid_header_absolute {
    z-index: 2;
    opacity: .2;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    transition: opacity .4s ease-in-out;
}
.jl_single_style8 .single_post_entry_content .post_subtitle_text,
.jl_single_style8 .single_post_entry_content .post_subtitle_text {
    margin-top: 10px;
}
.single_content_header.jl_single_feature_below {
    margin-bottom: 0px;
    margin-top: 0px;
}
.jl_radius .single_content_header.jl_single_feature_below .jlsingle-title-above {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.single_content_header.jl_single_feature_below .jlsingle-title-above {
    margin-bottom: 0px !important;
    margin-top: 0px;
    overflow: hidden;
}
.single_content_header {
    float: left;
    width: 100%;
    position: relative;
}
.single_content_header .image-post-thumb img {
    float: left;
    border-radius: var(--jl-border-rounded);
}
.jl_radius .single_content_header .jlsingle-title-above img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.single-format-audio .jl_radius .single_content_header .jlsingle-title-above img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.format-standard .single_content_header .post-entry-content,
.format-standard .single_content_header .post-entry-content {
    max-width: 100%;
    padding: 25px 30px 10px 30px;
    position: relative;
    z-index: 9;
    text-align: center;
}
.format-video .single_content_header .date_post_large_display,
.format-audio .single_content_header .date_post_large_display {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 1;
}
.format-video .single_content_header:hover .date_post_large_display,
.format-audio .single_content_header:hover .date_post_large_display {
    opacity: 0;
}
.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
    background: rgba(0, 0, 0, .3) !important;
}
.format-gallery .single_content_header .post-entry-content,
.format-quote .single_content_header .post-entry-content {
    position: relative;
    z-index: 9;
    background: #fff;
    text-align: center;
}
.single_post_entry_content {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    padding: 0px;
}
.single_post_entry_content .single_post_category_top a {
    float: none;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px !important;
    font-size: 11px !important;
    text-transform: uppercase;
    margin: 0px 10px 0px 0px;
    display: inline-block;
    background: #fff;
    color: #222;
    font-weight: 500 !important;
    letter-spacing: 0.05em;
}
.single_post_entry_content .single_post_category_top a:hover {
    color: var(--jl-main-color) !important;
}
.single_post_entry_content .single-meta-category-small a {
    padding: 3px 9px;
    font-size: 13px;
    line-height: 1;
    margin-right: 5px;
    background-color: var(--jl-main-color);
    color: #fff;
}
.single_post_entry_content .single-meta-category-small a:hover {
    text-decoration: none !important;
}
.single_post_entry_content .single_post_title_main {
    font-size: 37px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    max-width: 85%;
    word-wrap: break-word;
}
.single_post_entry_content .post_subtitle_text {
    float: left;
    font-size: 18px;
    margin-top: 15px;
    padding-top: 12px;
    margin-bottom: 0px;
    width: 100%;
    text-align: left;
    color: #6f6f6f;
    border-top: 1px solid #ebebeb;
}
.single_post_entry_content .jl_post_meta {
    margin-top: 15px;
}
.single_post_entry_content .author_option_left {
    float: left;
}
.single_post_entry_content .author_option_left .single_author_avatar_image {
    float: left;
    margin-right: 10px;
}
.single_post_entry_content .author_option_left .single_author_avatar_image img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.single_post_entry_content .author_option_left .wrapper_author_option_left {
    float: left;
    margin-top: 6px;
}
.single_post_entry_content .author_option_left .wrapper_author_option_left .post-author {
    margin-right: 5px;
}
.single_post_entry_content .author_option_left .wrapper_author_option_left span {
    float: left;
    line-height: 1.2;
    font-size: 12px;
    text-transform: uppercase;
}
.single_post_entry_content .author_option_left .wrapper_author_option_left .post-author a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
.single_post_entry_content .author_option_left .wrapper_author_option_left .post-author a:hover {
    text-decoration: none !important;
}
.single_post_entry_content .user_option_right {
    float: left;
    margin-top: 3px;
}
.single_post_entry_content .user_option_right span {
    float: left;
    text-align: center;
    margin-left: 10px;
    color: #000;
    font-size: 12px;
}
.single_post_entry_content .user_option_right span a {
    font-size: 12px;
}
.single_post_entry_content .user_option_right i {
    margin-right: 3px;
}
.single_content_header .image-post-thumb {
    margin-bottom: 20px;
}
.blog_large_post_style .single-post-meta-wrapper {
    margin-bottom: 0px;
    margin-top: 15px;
}
.single-post-meta-wrapper {
    float: left;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}
.single-post-meta-wrapper span {
    font-size: 13px;
    margin: 0px 5px;
    padding-right: 5px;
    color: #818181 !important;
    text-transform: capitalize;
    letter-spacing: 0em;
    font-weight: 400;
}
.single-post-meta-wrapper .jm-post-like {
    margin: 0px 10px 0px 5px;
}
.single-post-meta-wrapper .jm-post-like {
    font-size: 11px !important;
    letter-spacing: 0.2em;
}
.single-post-meta-wrapper span a {
    font-size: 13px;
    color: #818181 !important;
    text-transform: capitalize;
}
.single-post-meta-wrapper span.post-author a {
    font-weight: 400;
}
.single-post-meta-wrapper span a:hover,
.single-post-meta-wrapper span.post-author a:hover,
.single-post-meta-wrapper span.meta-comment a:hover,
.single_post_entry_content .single-post-meta-wrapper .jm-post-like:hover {
    color: #000 !important;
}
.single-post-meta-wrapper .post-author {
    color: #000 !important;
}
.single-post-meta-wrapper .post-author span {
    margin: 0px;
}
.single-post-meta-wrapper .post-author img {
    width: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 10px;
}
.single-post-meta-wrapper a:hover {
    text-decoration: none !important;
}
.single-post-meta-wrapper span i {
    margin-right: 5px;
}
.single-post-meta-wrapper .post-date i {
    font-size: 10px;
}
.single-post-meta-wrapper .meta-comment i {
    font-size: 12px;
}
.single-post-meta-wrapper .jm-post-like:hover {
    color: #fff !important;
}
.single_content_header .meta-category-small a {
    background: #222;
    float: none;
    position: relative;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    padding: 3px 7px;
    text-align: center;
    line-height: 1.2;
    margin-right: 2px;
    margin-bottom: 2px;
}
.options_admin_single_style1 .single_post_share_icon_post_top {
    display: none !important;
}
.single_full_width_custom_options.options_admin_single_style1 .post_content {
    margin-top: 10px !important;
}
.single_full_width_custom_options .post_content {
    margin-top: -9px !important;
}
.single_full_width_custom_options {
    border-top: 0px !important;
}
/* Center align caption bellow*/

.single_post_caption_center_below,
.single_post_caption_center_below .meta-category-small,
.single_post_caption_center_below .single_post_title_main {
    text-align: center;
}
/* Center align top*/

.single_above_center_align {
    margin-bottom: 20px;
}
.single_above_center_align,
.single_above_center_align .meta-category-small,
.single_above_center_align .single_post_title_main {
    text-align: center;
}
/* left align bellow*/

.jl_top_single_title {
    margin-top: 0px;
}
.single_bellow_left_align,
.single_bellow_left_align .single-post-meta-wrapper {
    text-align: center;
}
.single_bellow_left_align .single-post-meta-wrapper .post-author {
    margin-left: 0px;
}
.single_bellow_left_align .single_post_share_icon_post_top {
    display: block !important;
}
/* left align above*/

.single_above_left_align,
.single_above_left_align .single-post-meta-wrapper {
    text-align: left;
}
.single_above_left_align {
    margin-bottom: 20px;
}
.single_above_left_align .meta-category-small a {
    margin: 0px 10px 0px 0px !important;
}
.single_above_left_align .single-post-meta-wrapper .post-author {
    margin-left: 0px;
}
/* captions overlay image*/

.single_captions_overlay_image {
    position: relative;
    background: #000;
}
.single_captions_overlay_image .image-post-thumb {
    margin: 0px;
}
.single_captions_overlay_image .image-post-thumb img {
    opacity: 0.7;
    width: 100%;
}
.single_captions_overlay_image .single_post_entry_content {
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    max-width: 80%;
    z-index: 1;
    text-align: center;
}
.single_captions_overlay_image .single_post_entry_content .meta-category-small a {
    text-align: center;
}
.single_captions_overlay_image .single_post_entry_content .single_post_title_main,
.single_captions_overlay_image .single-post-meta-wrapper span,
.single_captions_overlay_image .single-post-meta-wrapper span a {
    color: #fff !important;
}
/* fullwidth captions overlay image*/

.single_captions_overlay_image_full_width {
    position: relative;
    background: #000;
    height: 600px;
}
.single_captions_overlay_image_full_width .image-post-thumb {
    margin: 0px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: .75;
}
.single_captions_overlay_image_full_width .single_post_entry_content {
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    max-width: 700px;
    z-index: 1;
    text-align: center;
    padding: 0px;
}
.single_captions_overlay_image_full_width .single_post_entry_content .meta-category-small {
    margin-bottom: 15px;
}
.single_captions_overlay_image_full_width .single_post_entry_content span a:hover,
.single_captions_overlay_image_full_width .single_post_entry_content .jm-post-like:hover {
    color: #fff !important;
}
.single_captions_overlay_image_full_width .single_post_entry_content h1 {
    font-size: 40px;
}
.single_captions_overlay_image_full_width .single-post-meta-wrapper {
    text-align: center;
    margin-top: 15px;
}
.single_captions_overlay_image_full_width .single_post_entry_content .single_post_title_main,
.single_captions_overlay_image_full_width .single-post-meta-wrapper span,
.single_captions_overlay_image_full_width .single-post-meta-wrapper span a,
.single_captions_overlay_image_full_width .single-post-meta-wrapper a.jm-post-like {
    color: #fff !important;
}
.single_captions_overlay_image_full_width .single_post_entry_content .jl_post_meta {
    margin-top: 15px;
    text-shadow: 1px 1px 2px rgba(28, 28, 28, .1);
}
.options_dark_skin .single_captions_overlay_image_full_width .single_post_entry_content .jl_post_meta a,
.single_captions_overlay_image_full_width .single_post_entry_content .jl_post_meta * {
    color: #fff !important;
}
.jl_single_style3 .single-post-meta-wrapper .post-date:before,
.jl_single_style3 .single-post-meta-wrapper .meta-comment:before,
.jl_single_style4 .single-post-meta-wrapper .post-date:before,
.jl_single_style4 .single-post-meta-wrapper .meta-comment:before,
.jl_single_style8 .single-post-meta-wrapper .post-date:before,
.jl_single_style8 .single-post-meta-wrapper .meta-comment:before {
    background: #fff;
}
.jl_single_style4 .jl_sover_b {
    margin-bottom: 0px;
}
.jl_single_style3 {
    position: relative;
    z-index: 3;
    float: left;
    width: 100%;
}
.jl_single_style3 .single_post_title_main {
    max-width: 100%;
}
.jl_single_style3 .jl_f_cat {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 15px;
}
.jl_single_style3 .jl_f_cat a {
    color: #fff !important;
    margin-right: 5px;
    margin-left: 5px;
    float: none;
    background: linear-gradient(to left, #fff 0, #fff 25%, transparent 25%) -2px 100%/4px 1px repeat-x;
}
.jl_single_style3 .jl_mt_w {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.jl_single_style3 .jl_mt_w .jl_post_meta_s {
    margin: 0 auto;
    width: fit-content;
    float: none;
}
.jl_single_style3 .jl_meta_t span,
.jl_single_style3 .jl_meta_t span a {
    color: rgba(255, 255, 255, .8)!important;
    text-align: left;
}
.jl_single_style3 .jl_post_meta_s .jl_meta_t .post-date:before {
    content: "\00b7";
    margin-right: 8px;
    margin-left: 8px;
}
.jl_single_style3 .jl_post_meta_s .jl_meta_t {
    margin-left: 8px;
}
.jl_single_style3 .jl_post_meta_s .jl_author_img {
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
}
.jl_single_style3 .jl_post_meta_s .jl_meta_t .jl_author_img_w {
    float: left;
}
/* fullwidth captions overlay bottom image*/

.single_captions_overlay_bottom_image_full_width {
    position: relative;
    background: #000;
    height: 600px;
}
.single_captions_overlay_bottom_image_full_width:after {
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #000;
    opacity: 0.3;
}
.single_captions_overlay_bottom_image_full_width .image-post-thumb {
    margin: 0px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
    background-repeat: no-repeat;
}
.single_full_breadcrumbs_top {
    position: absolute;
    width: 100%;
    z-index: 1;
    margin-top: 20px;
}
.single_full_breadcrumbs_top .breadcrumbs_options,
.single_full_breadcrumbs_top .breadcrumbs_options a {
    color: #fff !important;
}
.single_full_breadcrumbs_top .row {
    margin-bottom: 0px;
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper {
    margin: 0px;
    position: absolute;
    height: auto;
    width: 100%;
    bottom: 0px;
    z-index: 1;
    padding-bottom: 20px;
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .row {
    margin-bottom: 0px;
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .single_post_entry_content {
    text-align: left;
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .single_post_entry_content h1 {
    font-size: 40px;
    max-width: 70%;
    text-shadow: 1px 1px 2px rgba(28, 28, 28, .1);
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content_wrapper .single-post-meta-wrapper span {} .single_captions_overlay_bottom_image_full_width .single_post_entry_content .meta-category-small a {
    margin: 1px 10px 0px 0px;
}
.single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper .post-author {
    margin-left: 0px;
}
.single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper {
    text-align: center;
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content .single_post_title_main,
.single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper span,
.single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper span a,
.single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper span a:hover,
.single_captions_overlay_bottom_image_full_width .single-post-meta-wrapper .jm-post-like {
    color: #fff !important;
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content .jl_post_meta {
    margin-top: 15px;
    text-shadow: 1px 1px 2px rgba(28, 28, 28, .1);
}
.single_captions_overlay_bottom_image_full_width .single_post_entry_content .jl_post_meta a:hover,
.single_captions_overlay_bottom_image_full_width .single_post_entry_content .jl_post_meta *,
.options_dark_skin .single_captions_overlay_bottom_image_full_width .single_post_entry_content .jl_post_meta * {
    color: #fff !important;
}
/* fullwidth captions bottom image*/

.single_captions_bottom_image_full_width {
    position: relative;
    background: #000;
    height: 600px;
}
.single_captions_bottom_image_full_width .image-post-thumb {
    margin: 0px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.single_captions_bottom_image_full_width_wrapper {
    margin: 0px;
    height: auto;
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.single_captions_bottom_image_full_width_wrapper .row {
    margin-bottom: 0px;
    margin-right: -30px;
    margin-left: -30px;
}
.single_captions_bottom_image_full_width_wrapper .row .col-md-12 {
    padding-right: 30px;
    padding-left: 30px;
    float: left;
}
.single_captions_bottom_image_full_width_wrapper .row .col-md-12 .breadcrumbs_options {
    margin-bottom: 8px;
}
.single_post_entry_content {
    text-align: left;
}
.single_captions_bottom_image_full_width_wrapper .single_meta_category {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.single_captions_bottom_image_full_width_wrapper .single_post_entry_content h1 {
    font-size: 35px;
}
.single_captions_bottom_image_full_width_wrapper .single_post_entry_content .meta-category-small a {
    margin: 0px 5px 0px 5px;
    background: #000;
}
.single_captions_bottom_image_full_width_wrapper .single-post-meta-wrapper .post-author {
    margin-left: 0px;
}
.single_captions_bottom_image_full_width_wrapper .single-post-meta-wrapper {
    text-align: center;
    margin-top: 15px;
}
.single_captions_bottom_image_full_width_wrapper .meta-category-small a {
    background: #222;
    float: none;
    position: relative;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    padding: 3px 15px 3px 15px;
    text-align: center;
    line-height: 1.2;
    margin-right: 2px;
    margin-bottom: 2px;
}
/* fullwidth captions only*/

.single_captions_only_full_width_wrapper {
    margin: 0px;
    height: auto;
    width: 100%;
    float: left;
    margin-top: -90px;
    margin-top: 30px;
}
.single_captions_only_full_width_wrapper .breadcrumbs_options {
    margin-bottom: 5px;
}
.single_captions_only_full_width_wrapper .row {
    margin-bottom: 0px;
}
.single_captions_only_full_width_wrapper .row .col-md-12 {
    padding-top: 5px;
    margin-bottom: -45px;
}
.single_post_entry_content {
    text-align: left;
}
.single_captions_only_full_width_wrapper .single_post_entry_content h1 {
    font-size: 40px;
}
.single_captions_only_full_width_wrapper .single_post_entry_content .meta-category-small a {
    margin: 0px 10px 0px 0px;
    background: #000;
}
.single_captions_only_full_width_wrapper .single-post-meta-wrapper .post-author {
    margin-left: 0px;
}
.single_captions_only_full_width_wrapper .single-post-meta-wrapper {
    text-align: left;
}
.single_captions_only_full_width_wrapper .meta-category-small a {
    background: #222;
    float: none;
    position: relative;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    padding: 3px 15px 3px 15px;
    text-align: center;
    line-height: 1.2;
    margin-right: 2px;
    margin-bottom: 2px;
}
/* fullwidth captions above image*/

.single_captions_aboves_image_full_width_wrapper {
    margin: 0px;
    height: auto;
    width: 100%;
    float: left;
    margin-top: -90px;
    margin-top: 30px;
}
.single_captions_aboves_image_full_width_wrapper .breadcrumbs_options {
    margin-bottom: 5px;
}
.single_captions_aboves_image_full_width_wrapper .row {
    margin-bottom: 0px;
}
.single_captions_aboves_image_full_width_wrapper .row .col-md-12 {
    padding-top: 15px;
    margin-bottom: -45px;
}
.single_captions_aboves_image_full_width_wrapper .row .col-md-12 .single_post_entry_content {
    padding: 0px;
}
.single_post_entry_content {
    text-align: left;
}
.single_captions_aboves_image_full_width_wrapper .single_post_entry_content h1 {
    font-size: 35px;
}
.single_captions_aboves_image_full_width_wrapper .single_post_entry_content .meta-category-small a {
    margin: 10px 10px 0px 0px;
    background: #000;
}
.single_captions_aboves_image_full_width_wrapper .single-post-meta-wrapper .post-author {
    margin-left: 0px;
}
.single_captions_aboves_image_full_width_wrapper .single-post-meta-wrapper {
    text-align: left;
    margin-top: 15px;
}
.single_captions_aboves_image_full_width_wrapper .meta-category-small a {
    background: #222;
    float: none;
    position: relative;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    padding: 3px 15px 3px 15px;
    text-align: center;
    line-height: 1.2;
    margin-right: 2px;
    margin-bottom: 2px;
}
/* fullwidth captions with post format*/

.single_post_caption_full_width_format {
    margin-bottom: 0px;
}
.single_captions_aboves_image_full_width_wrapper .single_content_header {
    margin-bottom: 10px;
}
.full_width_caption_with_post_format {
    padding-top: 30px !important;
}
.caption_without_image .breadcrumbs_options {
    margin-bottom: 5px;
}
.title_below_align_left .breadcrumbs_options,
.title_above_align_left .breadcrumbs_options {
    margin-bottom: 5px;
}
.single_post_footer_share {
    margin-top: 0px;
    margin-bottom: 0px !important;
}
.single_post_share_icon {
    float: right;
    padding: 0px;
    margin-bottom: 25px;
}
.single_post_share_icon li {
    float: left;
    margin-left: 5px;
    list-style: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 100px;
}
.single_post_share_icon li a {
    display: block;
    line-height: 30px;
    width: 30px;
    height: 30px;
    color: #222;
    text-align: center;
    font-size: 15px;
    background: #fff !important;
}
.single_post_share_icon li a:hover {
    text-decoration: none !important;
    color: var(--jl-main-color);
}
.single_post_share_icon li.single_post_share_facebook a i,
.single_post_share_icon li.single_post_share_twitter a i {
    margin-right: 0px;
}
.single_post_share_icons.social_popup_close i {
    margin: 0px !important;
    font-size: 13px !important;
}
.single_post_share_icons.social_popup_close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    display: block;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #ffffff;
    background-color: #000;
    margin: 0px !important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.single_post_share_icons i {
    margin-left: 5px;
}
.single_post_share_icons {
    text-transform: uppercase;
    float: right;
    margin-top: 0px;
    cursor: pointer;
    font-size: 11px;
    color: #fff;
    background: #212121;
    height: 21px;
    line-height: 21px;
    padding: 0px 10px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: color .2s linear, background .1s linear;
    -moz-transition: color .2s linear, background .1s linear;
    -ms-transition: color .2s linear, background .1s linear;
    -o-transition: color .2s linear, background .1s linear;
    transition: color .2s linear, background .1s linear;
}
.single_post_share_wrapper .single_post_share_icon_post {
    margin: -40px 0px 0px 0px;
    position: absolute;
    top: 50%;
    left: 00%;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: none;
    text-align: center;
}
.single_post_share_wrapper.share_single_active {
    opacity: 1 !important;
    visibility: visible !important;
}
.single_post_share_wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(255, 255, 255, .97);
    opacity: 0;
    position: fixed;
    top: 0 !important;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    height: 100%;
    z-index: 999999;
    visibility: hidden;
}
.share_large_loop {
    float: right;
}
.share_large_loop .mashsb-stretched .mashsb-buttons a {
    width: auto;
    letter-spacing: 0px;
    font-size: 13px;
    text-transform: capitalize;
    height: 32px !important;
    line-height: 32px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px;
    padding: 0px 25px;
    margin-left: 5px;
}
.share_large_loop .mashsb-stretched .mashsb-buttons a .icon:before {
    margin-right: 5px;
    font-size: 13px;
    width: auto;
}
.share_large_loop .mashsb-container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.large_post_share_btn.single_post_share_icon_post {
    float: right;
    width: auto;
    margin-bottom: 0px;
}
.large_post_meta_wrapper .grid_meta_bottom_wrapper {
    float: left;
    width: 100%;
}
.large_post_share_btn.single_post_share_icon_post li a {
    width: auto;
    letter-spacing: 0px;
    font-size: 13px;
    text-transform: capitalize;
    height: 32px !important;
    line-height: 32px !important;
    margin: 0px;
    padding: 0px 30px;
}
.large_post_share_btn.single_post_share_icon_post li a i {
    margin-right: 5px;
}
.jl_single_share_wrapper {
    display: flex;
    flex-flow: row wrap;
    margin: 0px -5px;
}
.single_post_share_icon_post {
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.single_post_share_icon_post li {
    margin-right: 0px;
    margin-bottom: 10px;
    list-style: none !important;
}
.options_dark_skin .single_post_share_icon_post li a {
    color: #fff !important;
    border: 1px solid #303030;
}
.single_post_share_icon_post li a {
    display: block;
    border-radius: 100px;
}
.single_post_share_icon_post li:last-child {
    margin-bottom: 0px;
}
.single_post_share_icon_post li a {
    display: inline-block;
    padding: 0px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid #eaeaea;
    transition: all 0.2s ease 0s;
}
.single_post_share_icon_post li a:hover {
    color: #fff !important;
}
.single_post_share_icon_post li a span {
    display: none;
}
.single_post_share_icon_post li:last-child a {
    margin-right: 0px;
}
.single_post_share_icon_post li a:hover {
    text-decoration: none !important;
}
.single_post_share_icon_post li.single_post_share_pinterest a {
    position: relative;
}
.single_post_share_icon_post li.single_post_share_facebook a,
.single_post_share_icon_post li.single_post_share_facebook a:hover {
    color: #fff;
    background: #455fa1;
    border: 1px solid #455fa1;
}
.single_post_share_icon_post li.single_post_share_twitter a,
.single_post_share_icon_post li.single_post_share_twitter a:hover {
    color: #fff;
    background: #58abf5;
    border: 1px solid #58abf5;
}
.single_post_share_icon_post li.single_post_share_linkedin a,
.single_post_share_icon_post li.single_post_share_linkedin a:hover {
    color: #fff;
    background: #1980be;
    border: 1px solid #1980be;
}
.single_post_share_icon_post li.single_post_share_mail a,
.single_post_share_icon_post li.single_post_share_mail a:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}
.single_post_share_icon_post li.single_post_share_ftumblr a,
.single_post_share_icon_post li.single_post_share_ftumblr a:hover {
    color: #fff;
    background: #586973;
    border: 1px solid #586973;
}
.single_post_share_icon_post li.single_post_share_pinterest a,
.single_post_share_icon_post li.single_post_share_pinterest a:hover {
    color: #fff;
    background: #cd1d1f;
    border: 1px solid #cd1d1f;
    position: relative;
}
.single_post_share_icon_post_bottom {
    margin-top: 20px;
}
.jl_sfoot {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 45px;
    margin-bottom: 45px;
}
.jl_sfoot .jl_share_wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 50px;
}
.jl_sfoot .jl_share_wrapper .jl_share_num {
    display: block;
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 1.2;
    font-family: var(--jl-title-font);
    font-weight: var(--jl-title-font-weight);
    text-transform: var(--jl-title-transform);
    letter-spacing: var(--jl-title-space);
}
.options_dark_skin .jl_sfoot .jl_share_wrapper .jl_share_num {
    color: #fff;
}
.jl_sfoot .jl_share_wrapper .jl_share_label {
    display: block;
    font-size: 12px;
    color: #5e5e5e;
    font-family: var(--jl-menu-font);
}
.jl_sfoot .jl_single_share_wrapper {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
}
.jl_sfoot .single_post_share_icon_post {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
}
.jl_sfoot .single_post_share_icon_post li {
    display: flex;
    align-items: center;
    /*flex-grow: 1;*/
    padding: 0px 5px;
}
.jl_sfoot .single_post_share_icon_post .single_post_share_facebook {
    width: calc(50% - 83px);
}
.jl_sfoot .single_post_share_icon_post .single_post_share_twitter {
    width: calc(50% - 83px);
}
.jl_sfoot .single_post_share_icon_post .single_post_share_pinterest a {
    width: 45px;
}
.jl_sfoot .single_post_share_icon_post .single_post_share_linkedin a {
    width: 45px;
}
.jl_sfoot .single_post_share_icon_post .single_post_share_mail a {
    width: 45px;
}
.jl_sfoot li {
    margin-bottom: 0px;
}
.jl_sfoot li a {
    display: block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 0px;
}
.jl_sfoot li a i {
    font-size: 16px;
}
.jl_sfoot .single_post_share_linkedin a span {
    margin-top: 3px;
}
.jl_sfoot li a span {
    display: inline-block;
    font-size: 12px;
    font-family: var(--jl-menu-font);
    margin-left: 6px;
}
.jl_sfoot .single_post_share_icon_post li.single_post_share_facebook a {
    color: #fff;
    background: #455fa1;
    border: 1px solid #455fa1;
}
.jl_sfoot .single_post_share_icon_post li.single_post_share_twitter a {
    color: #fff;
    background: #58abf5;
    border: 1px solid #58abf5;
}
.jl_sfoot .single_post_share_icon_post li.single_post_share_linkedin a {
    color: #fff;
    background: #1980be;
    border: 1px solid #1980be;
}
.options_dark_skin .jl_sfoot .single_post_share_icon_post li.single_post_share_mail a {
    background: #484848;
    border: 1px solid #484848;
}
.jl_sfoot .single_post_share_icon_post li.single_post_share_mail a {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}
.jl_sfoot .single_post_share_icon_post li.single_post_share_ftumblr a {
    color: #fff;
    background: #586973;
    border: 1px solid #586973;
}
.jl_sfoot .single_post_share_icon_post li.single_post_share_pinterest a {
    color: #fff;
    background: #cd1d1f;
    border: 1px solid #cd1d1f;
    position: relative;
}
.title_below_align_center .single_post_share_icon_post_top,
.title_above_align_center .single_post_share_icon_post_top,
.title_above_align_left .single_post_share_icon_post_top,
.title_overlay_image .single_post_share_icon_post_top {
    display: none;
}
.single_box_width_custom_options .single_post_share_icon_post_top {
    display: none !important;
}
.title_above_align_left .top_bar_social_with_captions {
    display: block !important;
    margin-bottom: 25px;
}
.full_width_image_with_caption_overlay_center .single_post_share_icon_post_top,
.full_width_image_with_caption_overlay_bottom .single_post_share_icon_post_top,
.full_width_image_with_caption_above .single_post_share_icon_post_top {
    margin-bottom: 30px;
}
.title_below_align_left .single_post_share_icon_post_top {
    margin-top: 10px;
    margin-bottom: 5px;
}
.caption_without_image .single_post_share_icon_post_top {
    margin-top: 15px;
}
.full_width_image_with_caption_above,
.full_width_caption_without_image {
    padding-top: 15px !important;
}
/*-------------------------------------------------------------------------------------
Blog large layout with sidebar
-------------------------------------------------------------------------------------*/

.blog_large_post_style.jl_grid_layout1 .meta-category-small {
    position: absolute;
    margin: 0px !important;
    top: 20px;
    left: 20px;
    width: auto;
    z-index: 1;
}
.blog_large_post_style .large_post_content p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 1.8;
}
.blog_large_post_style .jl_post_title_top {
    padding: 0px;
    margin-bottom: 20px !important;
}
.blog_large_post_style .jl_post_title_top .image-post-title {
    margin-top: 0px !important;
    margin-bottom: 15px;
}
.blog_large_post_style .jl_post_title_top .single-post-meta-wrapper {
    margin-top: 0px;
}
.single_section_content.box.blog_large_post_style {
    width: 100% !important;
    position: static;
    padding: 0px;
}
.single_section_content .mashsb-container {
    padding-top: 0px;
    padding-bottom: 20px;
}
.single_section_content.box.blog_large_post_style .meta-category-small .post_type_icon {
    margin-right: 6px;
}
.jl_radius .loop-large-post .post_content img,
.blocks-gallery-item {
    overflow: hidden;
}
.post_content_w {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    float: left;
    width: 100%;
}
.post_content_w.jl_sh_link_n {
    display: block;
}
.post_content_w.jl_sh_link_n .post_sw {
    display: none;
}
.post_content_w.jl_sh_link_n .post_content {
    max-width: calc(100% - 0px);
    width: calc(100% - 0px);
}
.post_content_w .post_sw {
    display: flex;
    display: -webkit-flex;
    padding-right: 0px;
    max-width: 120px;
    width: 120px;
    align-items: center;
    flex-shrink: 0;
    flex-flow: column nowrap;
}
.post_content_w .post_s {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    width: 100%;
}
.post_content_w .post_content {
    margin-left: auto;
    max-width: calc(100% - 140px);
    width: calc(100% - 140px);
    float: left;
    width: 100%;
    margin-top: 0px;
}
.jl_side_author {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.jl_side_author .author-avatar {
    display: inline-block;
}
.jl_side_author .author-avatar a {
    display: block;
}
.jl_side_author .author-avatar img {
    width: 75px;
    border-radius: 100px;
}
.jl_side_author h5 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.post_s .single_post_share_icon_post {
    text-align: center;
}
.post_s .single_post_share_icon_post li {
    margin-top: 10px;
    margin-bottom: 0px;
}
.options_dark_skin .post_s .single_post_share_icon_post li a,
.options_dark_skin .post_s .single_post_share_icon_post li a:hover {
    color: #fff !important;
    border: 1px solid #303030;
}
.post_s .single_post_share_icon_post li a,
.post_s .single_post_share_icon_post li a:hover {
    background: transparent;
    color: #000 !important;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid #eee;
}
.post_s .single_post_share_icon_post .single_post_share_facebook a,
.post_s .single_post_share_icon_post .single_post_share_facebook a:hover {
    color: #455fa1 !important;
}
.post_s .single_post_share_icon_post .single_post_share_twitter a,
.post_s .single_post_share_icon_post .single_post_share_twitter a:hover {
    color: #58abf5 !important;
}
.post_s .single_post_share_icon_post .single_post_share_pinterest a,
.post_s .single_post_share_icon_post .single_post_share_pinterest a:hover {
    color: #cd1d1f !important;
}
.post_s .single_post_share_icon_post .single_post_share_linkedin a,
.post_s .single_post_share_icon_post .single_post_share_linkedin a:hover {
    color: #1980be !important;
}
.post_s .jl_share_wrapper {
    color: #000;
    text-align: center;
    line-height: 1.2;
}
.options_dark_skin .post_s .jl_share_wrapper .jl_share_num {
    color: #fff;
}
.post_s .jl_share_wrapper .jl_share_num {
    display: block;
    font-size: 25px;
    margin-bottom: 3px;
    font-family: var(--jl-title-font);
    font-weight: var(--jl-title-font-weight);
    text-transform: var(--jl-title-transform);
    letter-spacing: var(--jl-title-space);
}
.post_s .jl_share_wrapper .jl_share_label {
    display: block;
    font-size: 12px;
    font-family: var(--jl-menu-font);
    color: #5e5e5e;
}
#content .blog_grid_post_style .meta-category-small,
.grid_home_3col .blog_grid_post_style .meta-category-small {
    margin-top: 15px;
    margin-bottom: 5px;
}
#content .blog_grid_post_style .jl_rating_front,
.grid_home_3col .blog_grid_post_style .jl_rating_front {
    margin-top: 0px;
    margin-left: 0px;
}
.margin_full_slider {
    margin-top: 30px;
}
.page-template-home-grid-post-4col .col3_homepost_carosel,
.page-template-home-grid-post-4col .home_grid_2_post_header_wrapper,
.page-template-home-grid-post-4col .page_slider_grid_5_style,
.page-template-home-grid-post-4col .magazine_3_grid_slider {
    background: #ededed;
    margin-top: 0px;
    padding-top: 0px;
}
.page-template-home-grid-post-4col .post_grid_more_meta_wrapper.no_feature_img_class {
    margin-top: 15px !important;
}
.post_grid_more_meta_wrapper.no_feature_img_class {
    margin-top: 0px;
}
.post_grid_more_meta_wrapper {
    float: left;
    width: 100%;
    margin-top: 0px;
}
.post_grid_more_meta_wrapper .grid_post_share {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    width: auto;
    float: left;
    line-height: 1.2;
    margin-right: 10px;
    color: #555;
}
.post_grid_more_meta_wrapper .grid_post_share .grid_share_wrapper {
    float: left;
}
.post_grid_more_meta_wrapper .grid_post_share i {
    margin-right: 5px;
    float: left;
}
.grid_post_share .mashsb-count {
    margin-right: 5px;
    margin-top: 0px;
    font-weight: 400;
}
.grid_post_share .mashsbcount {
    float: left;
    font-size: 12px;
    color: #555;
}
.grid_post_share .mashsb-sharetext {
    display: none;
}
.post_grid_more_meta_wrapper .meta-category-small {
    width: 100%;
    margin: 0px !important;
    padding: 0px;
    line-height: 1.2;
    text-align: left;
}
.post_grid_more_meta_wrapper .meta-comment i {
    margin-right: 5px;
}
.post_grid_more_meta_wrapper .meta-comment {
    font-size: 12px;
    font-weight: 400px;
    line-height: 16px;
    width: auto;
    float: left;
    line-height: 1.2;
    margin-right: 10px;
}
.post_grid_more_meta_wrapper .meta-comment a {
    color: #555;
}
#content .blog_grid_post_style .meta-category-small a,
.grid_home_3col .blog_grid_post_style .meta-category-small a,
.jellywp_home_builder_carousel_post .meta-category-small a,
.post_list_medium_widget .meta-category-small a,
.page_builder_slider .meta-category-small a,
.jelly_homepage_builder.builder_post_grid_bellow .blog_list_post_style .meta-category-small a,
.blog_grid_post_style .meta-category-small a,
.blog_large_post_style .meta-category-small a,
.loop-list-post-display .blog_list_post_style .meta-category-small a {
    background: #222;
    float: left;
    position: relative;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    padding: 3px 7px;
    text-align: center;
    line-height: 1.2;
    margin-right: 2px;
    margin-bottom: 2px;
}
.page_builder_slider .meta-category-small a {
    margin: 0px 2px 0px 0px !important;
}
.loop-list-post-display .blog_list_post_style .meta-category-small a {
    color: #fff !important;
}
.builder_post_list_bellow .meta-category-small a,
.main_right_post_style_list .meta-category-small a {
    font-weight: 400 !important;
    letter-spacing: 0.05em;
    height: auto;
    line-height: 10px;
    padding: 0px;
    color: #000;
}
.container_masonry_home {
    margin: 0px !important;
    padding: 0px !important;
}
.container_masonry_home .pagination-more {
    margin-bottom: 0px;
    padding-bottom: 0px;
    background: #fff;
}
.container_masonry_home .pagination-more a {
    margin: 30px 0px;
}
.blog_grid_post_style .meta-category-small a {
    margin: 0px 2px 1px 0px !important;
}
.blog_grid_post_style .meta-category-small a:last-child {
    margin-right: 0px !important;
}
/* builder block nav*/

.jl_bulder_wrapper {
    position: relative;
}
.jl_content_post {
    float: left;
    width: 100%;
}
.jl_cat_nav_head {
    position: absolute;
    top: -70px;
    right: 0px;
}
.jl_cat_nav_head .category_listing {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
}
.jl_cat_nav_head .category_listing li {
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.jl_cat_nav_head .jl_pagination {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
}
.jl_cat_nav_head .jl_pagination li {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    cursor: pointer;
}
/* Squre grid 3col*/

.grid_home_masonry_3col #infscr-loading {
    bottom: -80px;
}
.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style {
    width: 33.33333333%;
}
.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper {
    opacity: 1;
}
.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper .link_grid_header_absolute {
    background: #000;
    opacity: 0.2;
}
.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper:hover .link_grid_header_absolute {
    opacity: 0.5;
}
.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper {
    background: none;
}
.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper .image-post-title {
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 20px;
}
.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper .image-post-title a {
    font-weight: 700 !important;
}
.grid_home_masonry.grid_home_masonry_3col .blog_grid_post_style .jl_squre_content_wrapper .image-post-title a:hover {
    color: #fff !important;
    opacity: 0.7;
}
.page-template-home-grid-masonry-3 .large_center_slider_container .banner-container h5 a {
    text-transform: uppercase;
    font-weight: 700 !important;
}
/* Squre grid*/

.grid_home_masonry_4col #infscr-loading {
    bottom: -80px;
}
.grid_home_masonry .blog_grid_post_style {
    width: 25%;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_grid_wrapper {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 100%;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_grid_image {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-size: cover;
    opacity: 1;
    backface-visibility: hidden;
    background-position: 50% center;
    -webkit-transition: .5s ease-in-out opacity, 0.5s transform ease-in-out;
    -webkit-transition: .5s ease-in-out opacity, 0.5s -webkit-transform ease-in-out;
    transition: .5s ease-in-out opacity, 0.5s -webkit-transform ease-in-out;
    transition: .5s ease-in-out opacity, 0.5s transform ease-in-out;
    transition: .5s ease-in-out opacity, 0.5s transform ease-in-out, 0.5s -webkit-transform ease-in-out;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    padding: 35px;
    opacity: 0;
    -webkit-transition: .3s ease-in-out opacity, 0.3s transform ease-in-out;
    -webkit-transition: .3s ease-in-out opacity, 0.3s -webkit-transform ease-in-out;
    transition: .3s ease-in-out opacity, 0.3s -webkit-transform ease-in-out;
    transition: .3s ease-in-out opacity, 0.3s transform ease-in-out;
    transition: .3s ease-in-out opacity, 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_grid_wrapper:hover .jl_squre_content_wrapper {
    opacity: 1;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .link_grid_header_absolute {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: none;
    color: none;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .post_grid_more_meta_wrapper {
    margin: 0px;
    position: relative;
    z-index: 2;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .image-post-title {
    font-size: 25px;
    position: relative;
    z-index: 2;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .image-post-title a {
    color: #fff;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .image-post-title a:hover {
    color: #fff !important;
    opacity: 0.8;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .post-meta-bot {
    position: absolute;
    bottom: 35px;
    left: 35px;
    right: 35px;
    color: #fff;
    font-size: 12px;
    z-index: 2;
}
.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .post-meta-bot .post-date,
.grid_home_masonry .blog_grid_post_style .jl_squre_content_wrapper .post-meta-bot span a {
    color: #fff !important;
}
.blog_large_post_style .large_post_content {
    float: left;
    width: 100%;
    text-align: center;
}
.blog_large_post_style .large_post_content p {
    margin-bottom: 30px;
    text-align: left;
    font-size: 15px;
    padding: 0px;
}
.blog_large_post_style .image-post-thumb {
    margin-bottom: 25px !important;
}
.blog_large_post_style .large_post_content .jl_continue_reading {
    margin: 25px 0px 10px 0px;
}
.blog_list_post_style .jelly_read_more_wrapper {
    text-align: left !important;
}
.blog_large_post_style .large_post_content .jelly_read_more_wrapper,
.blog_grid_post_style .jelly_read_more_wrapper,
.blog_list_post_style .jelly_read_more_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0px;
}
.blog_grid_post_style .jelly_read_more_wrapper {
    margin-bottom: 2px;
}
.blog_large_post_style .large_post_content .jelly_read_more_wrapper a,
.blog_grid_post_style .jelly_read_more_wrapper a,
.blog_list_post_style .jelly_read_more_wrapper a {
    color: #222;
    text-transform: uppercase;
    padding: 0px 20px;
    height: 36px;
    line-height: 34px;
    border: 2px solid #222;
    font-size: 10px;
    letter-spacing: 1px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}
.blog_large_post_style .large_post_content .jelly_read_more_wrapper a:hover,
.blog_grid_post_style .jelly_read_more_wrapper a:hover,
.blog_list_post_style .jelly_read_more_wrapper a:hover {
    background: #222;
    color: #fff !important;
    text-decoration: none !important;
}
.date_post_large_display {
    display: none;
    float: left;
    width: 70px;
    height: 90px;
    background: #000;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 35px;
    padding-top: 15px;
    position: absolute;
    right: -1px;
    top: 0px;
    z-index: 9;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.date_post_large_display span {
    display: block;
    font-size: 27px;
}
.blog_large_post_style .post-entry-content .meta-category-small {
    margin: 0px !important;
    padding: 0px;
    line-height: 1.2;
}
.blog_large_post_style .post-entry-content .meta-category-small,
.blog_large_post_style .post-entry-content .meta-category-small a,
.meta-category-small a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.blog_large_post_style .post-entry-content .image-post-title,
.blog_large_post_style .post-entry-content h1 {
    margin: 0px;
    margin-top: 0px !important;
    font-size: 35px;
    line-height: 1.2 !important;
    margin-bottom: 5px;
    color: #222222;
    float: left;
    width: 100%;
    text-transform: capitalize;
    text-align: left;
    padding: 0px;
}
.blog_large_post_style .post-entry-content .large_post_content {
    text-align: left;
}
.blog_large_post_style .post-entry-content .post-meta {
    display: block;
    margin-bottom: 12px;
    letter-spacing: 0px;
    float: left;
    width: 100%;
}
.blog_large_post_style .post-entry-content .post-meta,
.blog_large_post_style .post-entry-content .post-meta a {
    color: #777;
    font-size: 10px !important;
    text-transform: uppercase;
    line-height: 1.2;
}
.blog_large_post_style .post-entry-content .post-meta a:hover {
    float: none !important;
    text-decoration: none !important;
    color: #777 !important;
}
.blog_large_post_style .post-entry-content .post-meta a {
    font-weight: 300;
}
.blog_large_post_style .post-entry-content .post-meta i {
    margin-right: 5px;
}
.blog_large_post_style .post-entry-content .post-meta span {
    display: inline-block;
    margin-right: 10px;
}
.blog_large_post_style .large_post_footer_wrapper {
    float: left;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}
.blog_large_post_style .large_post_footer_wrapper .large_post_footer_wrapper_in {
    float: left;
    width: 100%;
}
.post_large_footer_meta {
    float: left;
}
.post_large_footer_meta .post_tag_footer {
    float: left;
    margin-right: 9px;
    padding-right: 7px;
    line-height: 2;
    text-transform: capitalize;
}
.post_large_footer_meta .post_tag_footer:after {
    position: relative;
    top: 3px;
    left: 8px;
    height: 15px;
    content: no-close-quote;
    width: 1px;
    background: #dddddd;
    display: inline-block;
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}
.post_large_footer_meta .post_tag_footer a {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.post_large_footer_meta .post_tag_footer a:hover {
    text-decoration: none !important;
    color: var(--jl-main-color);
}
.post_large_footer_meta .post_comment_footer,
.post_large_footer_meta .post_love_footer {
    margin-right: 7px;
    padding-right: 7px;
}
.post_large_footer_meta .post_comment_footer:after,
.post_large_footer_meta .post_love_footer:after {
    position: relative;
    top: 3px;
    left: 8px;
    height: 15px;
    content: no-close-quote;
    width: 1px;
    background: #dddddd;
    display: inline-block;
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}
.post_large_footer_meta .post_comment_footer,
.post_large_footer_meta .post_love_footer,
.post_large_footer_meta .post_comment_footer a,
.post_large_footer_meta .post_love_footer a,
.post_large_footer_meta .post_view_footer {
    font-size: 12px !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #222;
}
.post_large_footer_meta .post_comment_footer a:hover,
.post_large_footer_meta .post_love_footer a:hover {
    color: var(--jl-main-color);
}
.post_large_footer_meta .post_comment_footer i,
.post_large_footer_meta .post_love_footer i,
.post_large_footer_meta .post_view_footer i {
    margin-right: 5px;
}
.jl_continue_reading {
    background: #fff;
    color: #000;
    border: 2px solid #000;
    text-transform: uppercase;
    font-size: 11px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    padding: 0px 25px;
}
.jl_continue_reading:hover {
    text-decoration: none !important;
    background: #000;
    color: #fff !important;
}
.large_post_share_icons {
    float: left;
    width: 100%;
    padding: 0px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    padding: 10px 0 10px 0;
}
.large_post_share_icons li {
    display: inline-block;
}
.large_post_share_icons li a {
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.large_post_share_icons li a:hover {
    color: var(--jl-main-color);
}
.clear_2col_related {
    float: left;
    width: 100%;
    height: 1px;
}
.blog_post_related_title {
    margin-bottom: 25px;
}
.blog_post_related_title h5 {
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    color: #000;
    margin: 0px;
}
.blog-post-related-loop {
    margin-bottom: 50px;
}
.blog-post-related-loop .blog-post-related-image {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
    background: #000;
    position: relative;
}
.blog-post-related-loop .blog-post-related-image img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    float: left;
    width: 100%;
}
.blog-post-related-loop .blog-post-related-item-inside-wrapper {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}
.blog-post-related-loop .blog-post-related-item-inside {
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 0px;
    margin-top: 10px;
}
.blog-post-related-loop .blog-post-related-item-inside h3 {
    margin: 0px;
    font-size: 15px;
    line-height: 1.2;
    text-transform: capitalize;
}
.blog_large_post_style .image-post-thumb .link_image > img {
    width: 100%;
}
.blog_large_post_style .image-post-thumb,
.full_width_quote_options .image-post-thumb {
    z-index: 1;
}
.blog_large_post_style .qoute_large_image,
.full_width_quote_options .qoute_large_image {
    position: absolute;
    height: 100%;
    width: 100%;
    padding-top: 0;
    top: 0;
    left: 0;
    z-index: -1;
}
.blog_large_post_style .qoute_large_image img,
.full_width_quote_options .qoute_large_image img {
    position: absolute!important;
    width: 100%;
    max-width: none!important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.qoute_large_background.image_grid_header_absolute:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.blog_large_post_style .qoute_large_background,
.full_width_quote_options .qoute_large_background {
    position: relative;
    text-align: center;
    padding: 100px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.jl_radius .qoute_large_background.image_grid_header_absolute {
    border-radius: 5px;
    overflow: hidden;
}
.qoute_large_background.image_grid_header_absolute {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    float: left;
    width: 100%;
    position: relative;
    padding: 150px 15px;
    border-radius: var(--jl-border-rounded);
    overflow: hidden;
}
.qoute_large_background.image_grid_header_absolute .quote_text_des {
    display: block;
    color: #fff;
    font-size: 25px;
    font-style: italic;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
    font-family: Georgia !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.qoute_large_background.image_grid_header_absolute .fa-quote-right {
    color: #fff;
    font-size: 30px;
}
.qoute_large_background.image_grid_header_absolute .link_grid_header_absolute {
    opacity: 0.5;
    left: 0px;
    top: 0px;
}
.qoute_large_background.image_grid_header_absolute .quote_source {
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}
.qoute_large_background.image_grid_header_absolute .qoute_large_content_inside {
    padding: 40px;
    float: left;
    width: 100%;
    z-index: 2;
    position: relative;
    text-align: center;
}
.blog_large_post_style .qoute_large_wrapper_inside,
.full_width_quote_options .qoute_large_wrapper_inside {
    height: 100%;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.blog_large_post_style .qoute_large_content_inside,
.full_width_quote_options .qoute_large_content_inside {
    display: table-cell;
    vertical-align: middle;
}
.blog_large_post_style .qoute_large_content_inside p,
.full_width_quote_options .qoute_large_content_inside p {
    font-size: 22px;
    color: #FFF;
    font-style: italic;
}
.blog_large_post_style .qoute_large_content_inside .quote_source,
.full_width_quote_options .qoute_large_content_inside .quote_source {
    font-size: 13px;
    font-style: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.full_width_quote_options .qoute_large_background_image {
    height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
.full_width_quote_options .qoute_large_background_color {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
}
.full_width_quote_options .qoute_large_text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    left: 15%;
    right: 15%;
    text-align: center;
}
.full_width_quote_options .qoute_large_text p {
    color: #fff !important;
    font-style: italic;
    font-size: 16px !important;
}
.full_width_quote_options .qoute_large_text .quote_source {
    font-style: normal !important;
}
.blog_large_post_style .jelly_pro_post_arrow_right,
.single_post_caption_full_thumb .jelly_pro_post_arrow_right {
    right: 10px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.blog_large_post_style .jelly_pro_post_arrow_left,
.single_post_caption_full_thumb .jelly_pro_post_arrow_left {
    left: 10px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.blog_large_post_style .jelly_pro_post_arrow_left,
.blog_large_post_style .jelly_pro_post_arrow_right,
.single_post_caption_full_thumb .jelly_pro_post_arrow_left,
.single_post_caption_full_thumb .jelly_pro_post_arrow_right {
    color: #FFF;
    cursor: pointer;
    font-size: 35px;
    line-height: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
}
.blog_large_post_style .jl_pc_sec_h {
    margin-bottom: 30px !important;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 1px solid #EEE;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    margin-top: 0px;
    color: #333;
}
.blog_large_post_style .box .post_content {
    padding: 0px 30px;
    float: left;
}
.preview_wrapper_icons {
    position: absolute;
    top: -15px;
    right: 5px;
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
}
.preview_wrapper_icons .preview_icon_hot {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: var(--jl-main-color);
    color: #fff;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 22px;
}
.preview_wrapper_icons .preview_icon_trend {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #ff8d00;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 22px;
}
.grid_meta_bottom_wrapper {
    float: left;
    width: 100%;
}
.grid_meta_bottom_wrapper .author-avatar-image img {
    width: 32px !important;
    height: 32px !important;
}
.grid_meta_bottom_wrapper .post-date,
.grid_meta_bottom_wrapper .author-avatar-link a {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    width: 100%;
    float: left;
    color: #000;
    text-align: left;
}
.grid_meta_bottom_wrapper .meta_comment {
    float: right;
    min-width: 24px;
    height: 22px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #444;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    margin-top: 3px;
    color: #fff;
    padding: 0 10px 0 11px;
}
.grid_meta_bottom_wrapper .meta_comment:after {
    content: "";
    display: block;
    margin-left: 8px;
    width: 0;
    height: 0;
    border-top: 5px solid #444;
    border-right: 5px solid transparent;
}
.grid_meta_bottom_wrapper .meta_comment a {
    color: #fff !important;
    display: block;
    text-decoration: none !important;
}
.grid_meta_bottom_wrapper .meta_comment a:hover {
    text-decoration: none !important;
}
.author-avatar-image {
    float: left;
}
.author-avatar-image img {
    width: 20px !important;
    height: 20px !important;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 5px;
}
.author-avatar-link {
    float: left;
    margin-top: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
    max-width: 160px;
    margin-right: 10px;
}
.author-avatar-link a {
    font-size: 10px;
    font-weight: 300 !important;
    color: #777 !important;
}
.author-avatar-link a:hover {
    text-decoration: none !important;
}
.box .image-post-thumb {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.image-post-thumb iframe {
    margin-bottom: 0px !important;
}
.jlsingle-title-above {
    margin-top: 0px;
}
.box .image-post-thumb > a {
    float: left;
    width: 100%;
    min-height: 60px;
}
.jl_radius .box .image-post-thumb > a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.jl_radius .jl_grid_large2col.jl_post_loop_wrapper.jl_grid_4col_home .grid-sidebar .box .post-entry-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.jl_post_loop_wrapper {
    float: left;
    width: 100%;
}
.box .image-post-thumb > a > img {
    max-width: 100%;
    width: auto;
}
.box .image-post-thumb > .meta-category-small {
    position: absolute;
    margin: 0px !important;
    top: 20px;
    left: 20px;
}
.box .image-post-thumb > .meta-category-small a {
    float: left !important;
    margin: 0px 1px 0px 0px !important;
    color: #fff;
}
.box.blog_grid_post_style .image-post-thumb > a > img {
    width: 100%;
    float: left;
}
.box .image-post-thumb a > img,
.owl-carousel .owl-item img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.box .image-post-thumb a:hover > img,
.owl-carousel .owl-item:hover img {} .box .image-post-thumb a .overlay_icons,
.full-slider-wrapper .bubble .overlay_icons,
.header_small_carousel_post .item.col-md-12 > a .overlay_icons {
    color: #FFF;
    font-size: 15px !important;
    left: 50%;
    margin-left: -10px;
    margin-top: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 9;
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.box .image-post-thumb a:hover .overlay_icons,
.full-slider-wrapper .bubble:hover .overlay_icons,
.header_small_carousel_post .item.col-md-12:hover > a .overlay_icons {
    margin-top: 0px;
    opacity: 0;
}
.box .image-post-thumb audio {
    position: absolute;
    bottom: 0px;
}
.box img {
    height: auto;
}
.format-audio .image-post-thumb img {
    width: 100%;
}
.blog_large_post_style .post-entry-content .post-entry-content-wrapper {
    float: left;
    width: 100%;
    padding: 0px;
}
.post-entry-content {
    float: left;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: left;
    padding: 0px;
}
.owl-carousel .owl-item {
    overflow: hidden;
}
.post-entry-content .post-entry-title {
    font-size: 28px;
    text-decoration: none;
}
.post-entry-content .post-entry-title:hover {
    text-decoration: none;
}
.content_post_grid {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
}
.content_post_grid p {
    margin-bottom: 0px;
    text-align: left;
}
.jl_small_list_front .meta-category-small-list {
    width: auto !important;
}
.jl_small_list_front .jl_rating_front {
    float: left;
    margin-top: -3px !important;
}
.meta-category-small-list.jl_builder_cat_main {
    width: auto;
    margin-top: 15px;
}
.page_slider_grid_5_style .jl_review_wrapper {
    top: 20px;
    right: 20px;
}
.jl_review_wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 1;
}
.jl_rating_front {
    float: left;
    width: 50px;
    height: 50px;
    position: relative;
    font-size: 14px;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}
.jl_rating_front canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.jl_rating_front .jl_rating_value {
    float: none;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-shadow: 1px 0px 0px rgba(0, 0, 0, .4);
}
.jl_rating_front span {
    float: none;
    height: 13px;
    line-height: 13px;
    font-size: 14px;
}
.jl_rating_front span i {
    margin-right: 1px;
}
.meta-category-small-list {
    float: left;
    width: 100%;
}
.meta-category-small-list a {
    float: left;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 10px !important;
    text-transform: uppercase;
    margin: 0px 5px 0px 0px;
    display: inline-block;
    color: #000;
    font-weight: 600;
    letter-spacing: 0em;
    height: auto;
    line-height: 10px;
    padding: 0px;
}
.meta-category-small-list a:hover {
    text-decoration: none !important;
}
.meta-category-small.cus_bgcolor_wrapper {
    position: absolute;
    margin: 0px !important;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.meta-category-small.cus_bgcolor_wrapper .post-category-bgcolor-text {
    margin: 0px !important;
    margin-right: 1px !important;
    float: left !important;
    color: #fff;
    background: #000;
    height: auto;
    line-height: 10px;
    font-size: 11px !important;
    padding: 5px 10px 5px !important;
    font-weight: 400 !important;
    width: auto !important;
    letter-spacing: 0.05em;
}
.meta-category-small.cus_bgcolor_wrapper .post-category-bgcolor-text:hover {
    color: #fff !important;
}
.meta-category-small {
    float: left;
    width: 100%;
    line-height: 1.2;
}
.meta-category-small a {
    float: left;
    margin-right: 0px;
    margin-top: 0px;
    font-size: 12px !important;
    text-transform: uppercase;
    margin: 0px 1px 0px 0px;
    display: inline-block;
    color: #000;
    font-weight: 500;
    height: auto;
    line-height: 10px;
    padding: 0px;
}
.meta-category-small a:hover {
    text-decoration: none !important;
    color: #fff !important;
}
.single_meta_category {
    width: auto;
}
.single_reactions_img.reactions_img_wrapper {
    position: inherit;
    top: 0;
    right: 0;
    float: right;
    margin-top: 0px;
}
.post-meta-bot {
    overflow: hidden;
    position: relative;
    margin: 0px;
    font-size: 13px;
    letter-spacing: 0px;
    text-transform: capitalize;
    float: left;
    width: 100%;
    color: #565656;
    padding: 0px;
    margin-top: 15px;
}
.post-meta-bot-in {
    float: left;
    width: 100%;
    padding: 0px;
}
.post-meta-bot i {
    margin-right: 3px;
}
.post-meta-bot .love_post_view {
    float: right;
    margin-top: 2px;
}
.post-meta-bot .love_post_view a {
    color: #313131;
}
.post-meta-bot .love_post_view a:hover {
    color: var(--jl-main-color);
}
.post-meta-bot .meta-comment {
    float: right;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 2px;
}
.post-meta-bot .meta-comment i {
    margin-right: 3px;
}
.post-meta-bot .meta-comment a {
    color: #313131;
    font-size: 12px;
}
.post-meta-bot .meta-comment a:hover {
    text-decoration: none !important;
    color: var(--jl-main-color);
}
.meta-comment a:hover {
    text-decoration: none !important;
}
.pagination-more {
    display: block !important;
    text-align: center;
    padding-bottom: 0px;
    float: left;
    width: 100%;
}
.pagination-more .more-previous {
    text-align: center;
    float: left;
    width: 100%;
}
.pagination-more div a:active,
.pagination-more div a:focus {
    text-decoration: none !important;
}
.page-template-home-grid-full .pagination-more .more-previous a,
.page-template-home-grid-full #infscr-loading {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    background: #030303;
}
.page-template-home-grid-full .pagination-more .more-previous a:hover {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0);
}
.pagination-more .more-previous a {
    position: relative;
    width: 194px;
    height: 45px;
    line-height: 45px;
    padding: 0px;
    background: #222;
    color: #fff;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    cursor: pointer;
    filter: none;
    box-shadow: none;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.pagination-more .more-previous a:hover {
    -webkit-transform: translatey(-3px);
    transform: translatey(-3px);
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
}
.pagination-more div a:hover {
    text-decoration: none;
    text-decoration: none !important;
}
.jl_spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}
.jl_spinner > .jl_bounce1,
.jl_spinner > .jl_bounce2,
.jl_spinner > .jl_bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    margin-top: 5px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.jl_spinner .jl_bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.jl_spinner .jl_bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
    }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
#content,
.jl-h-content {
    position: relative;
    -ms-flex: 0 0 67.666667%;
    flex: 0 0 67.666667%;
    max-width: 67.666667%;
}
.enable_single_post_full {
    padding-right: 15px !important;
    width: 100% !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.jl_sticky .elementor-widget-wrap .elementor-section {
    position: -webkit-sticky;
    position: sticky;
    top: 3rem;
}
.jl_sticky .elementor-widget-wrap {
    height: 100%;
}
.jl_sticky .elementor-widget-container .widget:last-child {
    margin-bottom: 0px !important;
}
.jl_vh .elementor-widget-wrap .elementor-section {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}
.jl_vh .elementor-widget-wrap {
    height: 100%;
}
.jl_vh .elementor-widget-container .widget:last-child {
    margin-bottom: 0px !important;
}
/*Widget*/

#sidebar,
.jl-h-sidebar {
    -ms-flex: 0 0 32.333333%;
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
    padding-left: 40px;
}
.jl_sidebar_w {
    position: -webkit-sticky;
    position: sticky;
    top: 3rem;
    padding-bottom: 1px;
}
.jl_sidebar_w .widget:last-child {
    margin-bottom: 0px;
}
#sidebar .feature-post-list .item-details h3 a {
    font-size: 17px;
}
.jellywp_about_us_widget_wrapper p {
    margin-bottom: 25px;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: -10px;
}
.widget_jl_wrapper {
    position: relative;
}
.widget {
    padding: 0px;
    margin-bottom: 50px;
    position: relative;
}
.widget:after {
    display: table;
    content: '';
    clear: both;
}
.jl_mobile_nav_inner > .widget {
    margin-bottom: 40px !important;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 1, 1, 0);
    box-shadow: 0 3px 4px 0 rgba(0, 1, 1, 0);
}
/*
Footer
*/

.jl_footer_wrapper {
    border-bottom: 1px solid #202020;
    background: #f5f5f5;
    border-top: 1px solid #e8e8e8;
    padding-top: 40px;
    float: left;
    width: 100%;
}
.jl_footer_wrapper .container {
    max-width: 100%;
    padding: 0px;
}
.jl_footer_wrapper .row {
    margin-bottom: 0px;
}
.jl_footer_wrapper .footer_top_5_item_wrapper {
    float: left;
    width: 100%;
}
.jl_footer_wrapper .jl_footer_car_title {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 50px;
    position: relative;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
.jl_footer_wrapper .jl_footer_car_title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 10px;
    margin-left: -18px;
    width: 36px;
    height: 3px;
    background: var(--jl-main-color);
}
.jl_footer_wrapper .footer_top_5_item.jl_cus_1,
.jl_footer_wrapper .footer_top_5_item.jl_cus_2,
.jl_footer_wrapper .footer_top_5_item.jl_cus_4,
.jl_footer_wrapper .footer_top_5_item.jl_cus_5 {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    float: left;
    overflow: hidden;
}
.jl_footer_wrapper .footer_top_5_item.jl_cus_3 {
    width: 100%;
    float: left;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
}
.jl_footer_wrapper .footer_top_5_item .slider_grid_image_style {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.jl_footer_wrapper .footer_top_5_item .featured_thumbnail_link {
    margin-bottom: 0px !important;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    opacity: 0.3;
    background: #000;
}
.jl_footer_wrapper .footer_top_5_item .meta-category-small {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    width: auto;
}
.jl_footer_wrapper .footer_top_5_item .banner-container {
    top: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding: 25px;
    text-align: left;
    position: absolute;
    transform: none;
    -webkit-transform: none;
    background: none;
}
.jl_footer_wrapper .footer_top_5_item .meta-category-small a {
    font-weight: 700 !important;
    letter-spacing: 0.05em;
    background: #000;
    height: auto;
    line-height: 10px;
    padding: 4px 6px 4px;
    color: #fff !important;
}
.jl_footer_wrapper .footer_cus_small {
    float: left;
    width: 25%;
}
.jl_footer_wrapper .footer_cus_mid {
    float: left;
    width: 50%;
}
.jl_footer_wrapper .footer_cus_small .footer_top_5_item .banner-container h1 {
    font-size: 17px;
    margin: 0px 0px 10px 0px;
}
.jl_footer_wrapper .footer_cus_small .footer_top_5_item .banner-container h1 .heading,
.jl_footer_wrapper .footer_cus_mid .footer_top_5_item .banner-container h1 .heading {
    color: #fff;
}
.jl_footer_wrapper .footer_cus_small .footer_top_5_item .banner-container h1 .heading:hover,
.jl_footer_wrapper .footer_cus_mid .footer_top_5_item .banner-container h1 .heading:hover {
    color: #fff !important;
    opacity: 0.8;
}
.jl_footer_wrapper .footer_cus_mid .footer_top_5_item .banner-container h1 {
    font-size: 35px;
    margin: 0px 0px 10px 0px;
}
/*
widget style 6
*/

.jl_custom_title6 #sidebar .widget {
    padding: 0px;
    border: 0px solid #ebebeb;
}
.jl_custom_title6 #sidebar .widget .widget-title {
    margin-bottom: 30px;
    width: auto;
    float: none;
}
.jl_custom_title6 #sidebar .widget .widget-title h2 {
    background: none;
    text-align: left;
    color: #000;
    padding: 0px;
    margin-bottom: 30px;
    line-height: 1.2;
    position: relative;
    text-transform: capitalize;
    letter-spacing: -0.03em;
    font-weight: 600 !important;
    font-size: 20px;
    margin-top: -5px;
}
.jl_custom_title6 #sidebar .widget .widget-title h2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 5px;
    margin-left: -18px;
    width: 36px;
    height: 2px;
    background: var(--jl-main-color);
    border: 0px;
    display: none;
}
.jl_custom_title6 #sidebar .widget .widget-title h2 a {
    color: #000 !important;
}
footer .widget .widget-title h2 {
    color: #222;
    background: none;
    padding: 0px;
    text-align: left;
    margin-bottom: 30px !important;
    border-bottom: 0px !important;
    position: relative;
}
.widget-title h2 {
    margin: 0px;
    text-transform: uppercase;
    font-family: var(--jl-menu-font);
    letter-spacing: 1px;
    font-weight: var(--jl-cat-font-weight);
}
.widget_archive select {
    width: 100%;
}
.widget_archive ul>li{
    text-align: right;
}
.widget_archive ul>li a{
    float: left;
}
.widget_categories ul>li,
.widget_pages ul>li,
.widget_archive ul>li {
    border-bottom: 1px dotted #d8d8d8;
    padding: 10px 0 10px 15px !important;
    margin-bottom: 0 !important;
    list-style: none;
}
#footer-container .widget_categories ul>li,
#footer-container .widget_pages ul>li,
#footer-container .widget_archive ul>li {
    border-bottom: 1px dotted #4c4c4c;
}
.widget_categories ul>li:first-child,
.widget_pages ul>li:first-child,
.widget_archive ul>li:first-child {
    padding-top: 5px !important;
}
.widget ul li a {
    display: inline-flex;
    align-items: center;
}
.widget_categories ul>li:last-child,
.widget_pages ul>li:last-child,
.widget_archive ul>li:last-child {
    padding-bottom: inherit;
}
.widget ul li ul.children {
    margin-left: 10px;
    margin-bottom: 0;
}
.widget_pages ul li ul.children li:last-child,
.widget_categories ul li ul.children li:last-child {
    border: 0px !important;
    padding-bottom: 0px !important;
}
.widget_categories ul>li>a::before,
.widget_pages ul>li>a::before,
.widget_archive ul>li>a::before {
    position: absolute;
    font-family: 'jl_font';
    content: "\e962";
    margin-left: -15px;
    font-size: 0.5em;
}
.widget_categories span,
#sidebar .widget_archive span,
.widget_archive span {
    float: right;
    background: #222;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
}
.widget_nav_menu {
    overflow: hidden;
}
.widget_nav_menu .sub-menu {
    margin-bottom: 0px !important;
}
.widget_nav_menu ul>li.menu-item-has-children {
    margin-bottom: 0 !important;
    padding: 10px 0 10px 0 !important;
}
.widget_nav_menu ul>li.menu-item-has-children a {
    width: 100%;
    box-sizing: border-box;
    display: block;
    position: relative;
}
.widget_nav_menu ul>li.menu-item-has-children ul li {
    padding: 0 !important;
}
.widget_nav_menu ul>li.menu-item-has-children {
    position: relative;
    cursor: pointer;
}
#footer-container .widget_nav_menu ul>li.menu-item-has-children>a:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.widget_nav_menu ul>li.menu-item-has-children>a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -2px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.widget_nav_menu ul > li {
    padding-top: 10px !important;
}
.widget_nav_menu ul>li>ul {
    display: none;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
}
.widget_nav_menu ul>li.menu-item-has-children.active ul {
    display: block;
}
.widget_nav_menu ul>li.menu-item-has-children ul.sub-menu a:after {
    display: none;
}
.wp-block-cover,
.wp-block-cover-image {
    height: auto;
    color: #fff;
}
.wp-block-cover a {
    box-shadow: none !important;
    color: #fff !important;
}
.wp-block-cover a:hover {
    color: #fff !important;
    background: transparent !important;
}
.alignfull.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.alignfull.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%;
    content: "";
    display: block;
}
.widget ul {
    list-style: none;
    padding: 0px;
    margin: 0 0 15px 0;
}
select {
    font-size: 14px;
    line-height: 2;
    color: #000;
    border-color: transparent;
    box-shadow: none;
    outline: none;
    border: 0px;
    border-radius: 0px;
    padding: 0 24px 0 15px;
    height: 40px;
    line-height: 40px;
    max-width: 25rem;
    -webkit-appearance: none;
    background: #f5f5f5 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;
    cursor: pointer;
    vertical-align: middle;
}
/* Category Image widget */

.wrapper_category_image {
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}
.wrapper_category_image:after {
    content: '';
    display: table;
    clear: both;
}
.wrapper_category_image .widget {
    background: none;
}
.widget.jellywp_cat_image {
    padding: 0px;
    background: none;
    border: 0px;
}
.wrapper_category_image .widget-title {
    margin: 0px;
    padding-bottom: 0px;
}
.wrapper_category_image:after {
    display: table;
    content: '';
    clear: both;
}
.wrapper_category_image .widget-title h2 {
    float: left;
    width: 100%;
    display: block;
    line-height: inherit;
}
.jl_list_number {
    position: absolute;
    bottom: 0px;
    color: #000;
    background: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
}
.widget_pages ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}
.widget_pages ul li {
    float: left;
    width: 100%;
    list-style: none;
}
.widget_pages ul li.page_item_has_children {
    margin-left: 20px;
}
.widget_pages ul li a {
    position: relative;
    float: left;
}
.widget_meta ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: -5px;
    margin-bottom: 0px;
}
.widget_meta ul li {
    float: left;
    width: 100%;
    list-style: none;
    line-height: 1.2;
    margin-bottom: 10px;
}
.widget_meta ul li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}
.widget_meta ul li a {
    position: relative;
    float: left;
}
.widget_recent_comments ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: -5px;
    margin-bottom: 0px !important;
}
.widget_recent_comments ul li {
    list-style: none;
    position: relative;
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.widget_recent_comments ul li:first-child {
    padding-top: 0px;
}
.widget_recent_comments ul li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}
.widget_recent_comments ul li a {
    font-weight: bold;
}
.widget_recent_entries ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: -5px;
    margin-bottom: 0px !important;
}
#footer-container .widget_recent_entries ul li {
    border-bottom: 1px solid #202020;
}
.widget_recent_entries ul li {
    float: left;
    width: 100%;
    list-style: none;
    position: relative;
    padding-left: 15px;
    border-bottom: 1px solid #EAEAEA;
    line-height: 1.6;
    padding: 5px 0px;
}
.widget_recent_entries ul li a {
    font-weight: 500;
}
.widget_recent_entries ul li:first-child {
    padding-top: 0px;
}
.widget_recent_entries ul li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px !important;
}
.widget_rss ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: -5px;
    margin-bottom: 0px !important;
}
.widget_rss ul li {
    float: left;
    width: 100%;
    list-style: none;
    position: relative;
    padding: 15px 0px;
}
.widget_rss ul li .rsswidget {
    font-weight: bold;
}
.widget_rss ul li .rss-date {
    clear: both;
    display: block;
    font-size: 13px;
    margin: 7px 0px 7px 0px;
}
.widget_rss ul li cite {
    margin-top: 7px;
    display: block;
    clear: both;
}
.widget_rss ul li:first-child {
    padding-top: 0px;
}
.widget_rss ul li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px !important;
}
footer .widget_rss ul li a {
    color: #fff;
}
.widget_rss ul li a {
    font-weight: 500;
}
.widget_nav_menu ul {
    padding: 0px;
    margin-top: -10px;
    margin-bottom: 0px !important;
}
.widget.jl_widget_slider {
    padding: 0px;
}
.slider_widget_post {
    float: left;
    width: 100%;
    position: relative;
}
.slider_widget_post .text-box {
    text-align: center;
    padding: 0px 10px;
}
.slider_widget_post .text-box h3 {
    font-size: 18px;
}
.slider_widget_post .jl_s_pagination {
    text-align: center;
    position: static;
    transform: none;
    left: auto;
    bottom: auto;
    margin-top: 23px;
    margin-bottom: 0px;
    height: 6px;
    line-height: 6px;
}
.comment_widget .post-meta {
    color: #313131 !important;
}
footer .comment_widget .post-meta {
    color: #737373 !important;
}
.widget #wp-calendar {
    margin-top: 0px;
}
#wp-calendar {
    width: 100%;
    margin-top: 15px;
    border: 0px;
    margin-bottom: 0px;
}
#wp-calendar caption {
    text-align: center;
    margin: 0px;
    padding: 10px;
    color: inherit;
    caption-side: top;
    color: #fff;
    background: var(--jl-main-color);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
#wp-calendar thead {
    font-size: 15px;
    font-weight: 400 !important;
    color: #000;
    background: #FFF !important;
    border-bottom: 0px solid #ddd !important;
    border-top: 0px solid #ddd !important;
    border-right: 0px solid #ddd !important;
    border-left: 0px solid #ddd !important;
}
#wp-calendar thead th {
    padding: 10px 0px;
    text-align: center;
    border: 0 !important;
    background: var(--jl-main-color);
    color: #fff;
}
#wp-calendar tbody {
    color: #000;
}
#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
    font-size: 15px;
}
#wp-calendar tbody td#today {
    background-color: #E6E6E6;
}
#wp-calendar tbody td:hover {
    background: #fff;
}
#wp-calendar tbody .pad,
#wp-calendar tbody .pad:hover {
    background: none;
}
#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 10px;
}
#wp-calendar tfoot td,
#wp-calendar tfoot th {
    border: 0px solid #e1e1e1;
}
footer .col-md-4 {
    width: 33.33333333%;
}
footer .col-md-4 .widget {
    margin-bottom: 60px;
}
footer .widget:first-child {
    margin-top: 50px;
}
/* Post Like System */

a.jm-post-like {
    font-weight: normal;
    display: inline-block;
    width: auto;
    font-size: 11px;
    -moz-transition: all 0.3s ease-out 0.2s;
    -webkit-transition: all 0.3s ease-out 0.2s;
    -o-transition: all 0.3s ease-out 0.2s;
}
a.jm-post-like.liked {
    font-size: 11px;
}
a.jm-post-like:hover,
a.jm-post-like:active,
a.jm-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus {
    color: #222;
    text-decoration: none !important;
}
.widget-title:after {
    display: table;
    content: '';
    clear: both;
}
footer .widget .widget-title {
    background: none;
    text-align: left;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
footer .widget-title h2:before,
footer .widget-title h2:after,
footer .widget .widget-title:after {
    display: none;
}
footer .footer-columns .f3-columns-1 {
    padding: 0px 35px 0px 15px;
}
.footer-columns .auto_image_with_date .post-date {
    color: #999 !important;
}
footer .footer-columns .f3-columns-2 {
    padding: 0px 25px;
}
footer .footer-columns .f3-columns-3 {
    padding: 0px 15px 0px 15px;
}
footer ul li a,
footer ul li {
    color: #999;
}
/*-----------------------------------------------------------------------------------*/

/*  Reviews circle
/*-----------------------------------------------------------------------------------*/

.review_circle_large {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 64px;
    overflow: hidden;
    height: 64px;
    padding: 2px;
    -webkit-radius: 100%;
    -moz-radius: 100%;
    -ms-border-radius: 100%;
    -o-radius: 100%;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.review_circle_large input {
    background: none;
    border: none;
    font-weight: 700;
}
.review_circle_large_small {
    position: absolute;
    top: 10px;
    right: 10px;
    overflow: hidden;
    width: 44px;
    height: 44px;
    padding: 2px;
    -webkit-radius: 100%;
    -moz-radius: 100%;
    -ms-border-radius: 100%;
    -o-radius: 100%;
    border-radius: 100%;
    background: rgb(69, 72, 77);
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.review_circle_large_small input {
    background: none;
    border: none;
}
.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.post_review_bar {
    font-size: 19px !important;
    margin-top: 0px !important;
    height: 60px !important;
    color: #f4b711 !important;
}
.review_circle_large_small .post_review_bar {
    font-weight: 700;
    font-size: 13px !important;
    margin-top: 0px !important;
    height: 40px !important;
    color: #f4b711 !important;
}
.review_star_small {
    background: #f4b711;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0 6px !important;
    height: 16px;
    line-height: 16px;
    float: right;
    color: #fff;
    font-size: 11px;
}
/*-----------------------------------------------------------------------------------*/

/*  Review System

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

.options_dark_skin #jl-review-box {
    border: 1px solid #303030;
    background: #303030;
}
#jl-review-box {
    border: 1px solid #e6e6e6;
    margin: 10px 0 0px 0;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 0px;
}
#jl-review-box.left {
    margin: 0 30px 19px 0;
    width: 48.4375%;
}
#jl-review-box.right {
    margin: 0 0 19px 30px;
    width: 48.4375%;
}
#jl-review-box ul {
    margin-bottom: 35px;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px 30px;
}
#jl-review-box ul li {
    margin-bottom: 15px;
}
#jl-review-box ul li:last-child {
    margin-bottom: 0px;
}
.options_dark_skin #jl-review-box ul li .review-criteria-score {
    color: #fff;
}
#jl-review-box ul li .review-criteria-score {
    margin-bottom: 10px;
    color: #000;
}
#jl-review-box ul li .review-criteria-score .jl_star_val {
    display: none;
}
#jl-review-box ul li .review-criteria-score .right {
    float: right;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#jl-review-box ul li .review-criteria-score[class*="icon-"] {
    font-size: 14px;
    color: #FFA83F;
    margin: 0 0 0 1px;
    width: 14px;
}
#jl-review-box ul li .review-criteria-bar-container {
    background: #ebebeb;
    height: 7px;
}
#jl-review-box ul li .review-criteria-bar {
    float: left;
    height: 7px;
    background: #ffcd00;
}
.jl_ideas_sum h6 {
    margin-bottom: 10px;
    font-size: 18px;
}
.jl_review_pros {
    float: left;
    width: 25%;
    margin-bottom: 20px;
}
.jl_sub_title {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}
.jl_ideas_sum {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 0px 30px;
}
.jl_review_pros span,
.jl_review_cons span {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px;
}
.jl_review_pros span:before {
    content: "+";
    display: inline;
    margin-right: 7px;
    color: #1ea22d;
}
.jl_review_cons span:before {
    content: "-";
    display: inline;
    margin-right: 7px;
    color: #ff0015;
}
.jl_review_cons {
    float: left;
    width: 25%;
    margin-bottom: 20px;
}
.right.review-total-score-boxtype-percent b {
    font-size: 25px !important;
}
#jl-review-box .right.review-total-score-boxtype-star>span {
    margin-top: -5px;
    float: left;
    width: 100%;
    margin-left: 10px;
}
#jl-review-box .right.review-total-score-boxtype-star i {
    font-size: 19px;
    margin-top: 39px;
    margin-right: 3px;
    float: left;
}
.jl_bar_w {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.jl_bar_w span,
.jl_bar_w span:hover {
    color: #fff;
    font-size: 12px;
    z-index: 2;
    position: relative;
    font-weight: bold;
    width: 100%;
}
.jl_bar_w .jl_star_val {
    display: none;
}
.jl_bar_c {
    position: relative;
    padding: 0px 10px;
    text-align: right;
    height: 25px;
    display: flex;
    align-items: center;
}
.jl_bar_bg {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: .8 !important;
}
.jl_score_h {
    position: relative;
    float: left;
    width: 100%;
    height: 230px;
}
.jl_score_h:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: '';
    position: absolute;
    background: #000;
}
.jl_score_h img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: .8;
}
.jl_score_main_w .jl_score_main {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.jl_score_main_w .jl_score_main .jl_star_re {
    width: 100px;
    height: 100px;
    background: #ffcd00;
    color: #fff;
    border-radius: 100px;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jl_score_main_w .jl_score_main .jl_star_re span,
.jl_score_main_w .jl_score_main .jl_star_re i {
    display: inline-block;
    font-size: 12px;
}
.jl_score_main_w .jl_score_main .jl_star_re .jl_star_val {
    display: block;
    font-size: 35px;
    line-height: 1.2;
}
.jl_score_main_w .review-ht .jl_sum_title {
    margin-bottom: 10px;
    font-size: 18px;
}
.jl_score_main_w .review-ht {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.jl_score_main_w .review-ht .itemreviewed {
    margin-bottom: 0px;
    color: #fff;
}
.post_content .jl_score_main_w .review-ht p {
    font-size: 15px;
}
#jl-review-box .right .icon-star {
    font-size: 16px;
    line-height: 22px;
    margin: 0 2px;
    width: 18px;
}
#jl-review-box .review-total-score .type-star {
    font-size: 14px;
    padding: 7px 15px;
}
#jl-review-box .review-total-score-box[class*="icon-"] {
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 1px;
}
.user_review-user-review-criteria {
    color: #FFFFFF;
    padding: 10px 12px;
    margin: 0px;
    background: #202020;
    position: relative;
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-size: 12px;
}
.jl-renut,
.jl-renut-overlay {
    border-radius: 50%;
    overflow: hidden;
}
.jl-renut {
    height: auto;
    position: relative;
    flex-shrink: 0;
    background-color: #000;
    width: 100px;
    padding-bottom: 100px;
}
.jl-renut-sections {
    position: absolute;
    height: auto;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
}
.jl-renut-section.jl-renut-section-right {
    left: 50%;
}
.jl-renut-filler,
.jl-renut-section {
    position: absolute;
    height: 100%;
}
.jl-renut-section {
    width: 50%;
    background-color: transparent;
    transform-origin: 0px 50%;
    pointer-events: none;
    overflow: hidden;
}
.jl-renut-section div {
    display: block;
}
.jl-renut-section.jl-renut-section-right .jl-renut-filler {
    transform-origin: 0px 50%;
}
.jl-renut-filler {
    width: 100%;
    pointer-events: all;
}
.jl-renut-filler,
.jl-renut-section {
    position: absolute;
    height: 100%;
}
.jl-renut-section.jl-renut-section-left,
.jl-renut-section.jl-renut-section-left .jl-renut-filler {
    transform-origin: 100% 50%;
}
.jl-renut-section.jl-renut-section-left .jl-renut-filler,
.jl-renut-section.jl-renut-section-right .jl-renut-filler {
    background: #ffcd00;
}
.jl-renut-section.jl-renut-section-left {
    left: 0px;
}
.jl-renut-overlay {
    opacity: 1;
    position: absolute;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 86px;
    width: 86px;
    top: 7px;
    left: 7px;
    background-color: #000;
}
.jl-renut,
.jl-renut-overlay {
    border-radius: 50%;
    overflow: hidden;
}
.jl-renut-text {
    text-align: center;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
}
.jl-renut-text b {
    font-size: 20px;
}
.jl-donut-front {
    position: absolute;
    top: 15px;
    right: 15px;
}
.jl-donut-front .jl-renut-container {
    background-color: #000000;
    padding: 2px;
    border-radius: 100px;
    width: 49px;
    height: 49px;
}
.jl-donut-front .jl-renut {
    background-color: #000000;
    width: 45px;
    padding-bottom: 45px;
}
.jl-donut-front .jl-renut-overlay {
    background-color: #000;
    height: 39px;
    width: 39px;
    top: 3px;
    left: 3px;
}
.jl-donut-front .jl-renut-text {
    font-size: 16px;
    font-family: var(--jl-menu-font);
    color: #fff;
}
/*-------------------------------------------------------------------------------------
WooCommerce
-------------------------------------------------------------------------------------*/

.products[class*='wc-col'] {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    flex: 100%;
    margin: 0px -15px;
}
.wc-col-3 > * {
    max-width: 33.333%;
    flex: 0 0 33.333%;
}
.wc-col-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
}
.woocommerce .woocommerce-breadcrumb {
    line-height: 1.2;
    display: none;
}
.woocommerce div.product {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.woocommerce .single-product-wrap div.product {
    margin-bottom: 0px !important;
}
.woocommerce .pagination-wrap {
    margin-top: 0;
}
.woocommerce-loop-product__title {
    margin-bottom: 5px;
    font-size: 18px;
}
.content_single_page .woocommerce-loop-product__title a {
    color: #000 !important;
    text-decoration: none !important;
}
.options_dark_skin .content_single_page .woocommerce-loop-product__title a {
    color: #fff !important;
}
.woocommerce .result-wrap {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 30px;
    flex-flow: row nowrap;
    align-items: center;
}
.woocommerce div.product div.images img {
    border-radius: 0px;
}
.woocommerce .woocommerce-result-count {
    margin: -10px 0px 0px 0px;
    white-space: nowrap;
}
.woocommerce .woocommerce-ordering {
    margin: 0 0 0 auto;
    flex-shrink: 0;
    position: relative;
}
.woocommerce .woocommerce-ordering select {
    outline: none !important;
    border: none;
    background-color: #f7f7f7;
    cursor: pointer;
    font-family: var(--jl-menu-font);
}
.woocommerce .woocommerce-ordering select:before,
.woocommerce .woocommerce-ordering select:after {
    display: none !important;
}
.product-thumb:before {
    display: none;
}
.product-name a:hover,
.woocommerce-page .product-name a:hover {
    background-size: 100% 30%;
    -webkit-background-size: 100% 30%;
}
.woocommerce nav.woocommerce-pagination span,
.woocommerce nav.woocommerce-pagination a {
    float: none;
    padding: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0 3px;
    padding: 0px;
    list-style: none;
    font-family: var(--jl-menu-font);
    font-weight: var(--jl-meta-font-weight);
}
.woocommerce nav.woocommerce-pagination span {
    font-size: 12px;
    padding: 0px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: var(--jl-main-color);
    color: #fff;
    border-radius: 100px;
}
.woocommerce nav.woocommerce-pagination a {
    font-size: 12px !important;
    padding: 0px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    background: #000;
    color: #fff;
    border-radius: 100px;
}
.woocommerce nav.woocommerce-pagination a:hover {
    color: #fff !important;
}
.woocommerce nav.woocommerce-pagination a i {
    font-size: 9px;
}
.woocommerce nav.woocommerce-pagination a:hover {
    text-decoration: none !important;
    background: var(--jl-main-color);
    color: #fff !important;
}
.woocommerce nav.woocommerce-pagination a {
    font-size: 9px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.woocommerce .main_content {
    margin-bottom: 60px !important;
}
.product-thumb {
    position: relative;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}
.product-thumb img {
    display: block;
    width: 100%;
    vertical-align: middle;
    border-radius: var(--jl-border-rounded);
}
.product-buttons .button {
    width: 100%;
}
.product-buttons {
    opacity: 1;
    -webkit-transform: translateY(55px);
    -ms-transform: translateY(55px);
    transform: translateY(55px);
    -webkit-transition: .3s cubic-bezier(.39, .33, .13, .95);
    -o-transition: .3s cubic-bezier(.39, .33, .13, .95);
    transition: .3s cubic-bezier(.39, .33, .13, .95);
    position: absolute;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.product-thumb:hover .product-buttons {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .14s;
    -o-transition-delay: .14s;
    transition-delay: .14s;
}
.product-buttons .clear {
    height: 1px;
}
.product-buttons .add-to-cart a.button,
.woocommerce .product-buttons .add-to-cart a {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 !important;
    width: 50px;
    height: 50px;
    background-color: #333;
    color: #fff;
    letter-spacing: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}
.product-buttons .add-to-cart a.added,
.woocommerce .product-buttons .add-to-cart a.added {
    display: none;
}
.product-buttons .add-to-cart a.added_to_cart {
    background-color: #000;
    color: #fff;
}
.woocommerce-page form .form-row label {
    display: block;
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 14px;
}
.woocommerce-page form .form-row .password-input {
    display: block;
    width: 100%;
}
.product-buttons .add-to-cart a:before,
.woocommerce .product-buttons .add-to-cart a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '\e91c';
    text-align: center;
    text-indent: 0;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-size: 24px;
    font-family: 'jl_font';
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-buttons .add-to-cart a.added_to_cart:before,
.woocommerce .product-buttons .add-to-cart a.added_to_cart:before {
    content: '\e91c';
}
.product-buttons .add-to-cart a.loading:before,
.woocommerce .product-buttons .add-to-cart a.loading:before {
    content: '\e964';
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 3000ms;
    animation-duration: 3000ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.woocommerce-account .woocommerce .col2-set {
    margin-top: 30px;
}
.shipping-calculator-form {
    text-align: left;
}
.woocommerce .shipping-calculator-form .form-row {
    margin-bottom: 10px;
}
.woocommerce #calc_shipping_country_field {
    font-weight: 700;
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.woocommerce a.button {
    -webkit-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: background-color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    padding: 0px !important;
    border-radius: 0px;
}
.woocommerce a.button:after {
    display: none;
}
.woocommerce a.button:hover,
.woocommerce a.button:focus {
    text-decoration: none !important;
}
/* yith-wcwl-add-to-wishlist */

.product-buttons .yith-wcwl-add-to-wishlist {
    position: relative;
    margin: 0;
    width: 50px;
    height: 50px;
    background-color: #333;
    color: #fff;
    letter-spacing: 0;
    font-size: 0;
}
.wishlist-items-wrapper .product-thumbnail img {
    max-width: 100px;
    height: auto;
}
ul.shop_table {
    list-style: none;
    padding-left: 0;
}
.wishlist-items-wrapper a.remove_from_wishlist {
    margin-top: 5px !important;
}
.wishlist-items-wrapper .product-name span {
    display: block;
    text-align: center;
}
.product-buttons .yith-wcwl-add-to-wishlist > * {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.wishlist_table.responsive .product-thumbnail img {
    width: 100%;
}
.wishlist_table.responsive .item-details-table {
    margin-bottom: 0;
    border-bottom: none;
}
.wishlist_table.responsive .additional-info {
    margin-bottom: 15px;
}
.wishlist_table.responsive td.label {
    font-weight: 700;
}
.wishlist_table.responsive td.value {
    text-align: right;
}
.wishlist_table.responsive .item-details {
    margin-top: 10px;
}
.wishlist_table.responsive li {
    margin-bottom: 30px;
}
.wishlist_table.responsive .add-to-cart a {
    margin: 0;
    padding: 0 20px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #333;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-size: .85rem;
    line-height: 34px;
}
.product-buttons .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddresponse {
    top: -9999px;
}
.product-buttons .yith-wcwl-add-to-wishlist > .hide {
    z-index: -1;
    display: none !important;
    pointer-events: none;
}
.product-buttons .yith-wcwl-add-to-wishlist > .show {
    z-index: 10;
    display: block;
}
.product-buttons .yith-wcwl-add-to-wishlist a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    text-decoration: none !important;
}
/* add to cart */

#yith-wcwl-popup-message {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #333;
    color: #fff;
    font-size: .94rem;
}
.woocommerce span.onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    min-width: auto;
    min-height: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 10px;
    line-height: 1.2;
    padding: 3px 10px 2px 10px;
    font-family: var(--jl-menu-font);
}
.woocommerce span.onsale.percent {
    top: 10px;
    left: 10px;
    padding: 0;
    width: 54px;
    height: 54px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 54px;
}
.woocommerce span.onsale.percent i {
    vertical-align: middle;
    font-size: .7rem;
}
.woocommerce span.onsale.percent strong {
    font-weight: inherit;
}
.woocommerce span.onsale.percent .off {
    display: block;
    padding-top: 3px;
    font-size: .7rem;
    line-height: 1;
}
.product .product-loop-content {
    position: relative;
    text-align: center;
}
.woocommerce .star-rating,
.woocommerce .product .star-rating {
    position: relative;
    display: inline-block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0;
    width: auto;
    height: auto;
    letter-spacing: 0;
    font-size: 0;
}
.woocommerce .product .star-rating:before,
.woocommerce .star-rating:before,
.woocommerce .product .star-rating span:before,
.woocommerce .star-rating span:before {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    color: #ccc;
    content: '\e90f\e90f\e90f\e90f\e90f';
    letter-spacing: 3px;
    font-size: 12px;
    font-family: 'jl_font';
}
.woocommerce .star-rating span,
.woocommerce .product .star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
}
.woocommerce .star-rating span:before,
.woocommerce .product .star-rating span:before {
    color: #ffca00;
}
.woocommerce .jl-wc-col {
    padding: 0px 15px;
}
/* price */

.woocommerce div.product .product-loop-content .price {
    display: block;
    margin: 0;
    text-transform: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.2;
    font-family: var(--jl-menu-font);
}
.is-light-text div.product .product-loop-content .price {
    color: #fff;
}
.woocommerce div.product .product-loop-content .price * {
    color: inherit;
    text-decoration: none;
    letter-spacing: inherit;
    font-weight: inherit;
    font-size: inherit;
}
.woocommerce div.product .product-loop-content .price del {
    margin-right: 4px;
    color: #555;
    font-size: .85rem;
}
.shopthepost div.product .product-loop-content .price del {
    font-size: .9rem;
}
.woocommerce div.product .product-loop-content .price del * {
    text-decoration: line-through;
    letter-spacing: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
}
/* login page */

#customer_login > * {
    position: relative;
    display: block;
    padding: 30px 20px;
}
#customer_login > *:first-child {
    background-color: rgba(0, 0, 0, .015);
}
.woocommerce form.login,
.woocommerce form.register {
    margin-top: 30px;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.woocommerce #customer_login h2 {
    text-transform: uppercase;
}
.woocommerce #customer_login .woocommerce-form__label-for-checkbox {
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 7px;
}
.woocommerce #customer_login .woocommerce-form__label-for-checkbox span {
    text-transform: none;
}
.woocommerce form .form-row-first {
    width: 200px;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    width: auto;
    float: left;
    margin-left: 10px !important;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-last,
.woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row-last {
    width: 47%;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-last,
.woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row-last {
    float: right;
}
.woocommerce form .form-row input.input-text {
    height: 40px;
    width: 200px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    display: block;
    margin-bottom: 0px;
    width: 100%;
}
.woocommerce form .form-row textarea {
    margin-top: 10px;
    padding: 20px;
    min-height: 120px;
}
.woocommerce form .form-row {
    margin: 0 0 25px 0;
    padding: 0;
}
.woocommerce input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.woocommerce-form.login input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.woocommerce a.added_to_cart {
    width: 100%;
}
.woocommerce a.added_to_cart:hover {
    text-decoration: none !important;
}
.woocommerce .woocommerce-orders-table__cell a.button {
    padding: 0 30px !important;
    color: #fff !important;
    text-decoration: none !important;
}
.options_dark_skin .woocommerce #respond input#submit,
.options_dark_skin .woocommerce a.button,
.options_dark_skin .woocommerce button.button,
.options_dark_skin .woocommerce input.button,
.options_dark_skin .woocommerce a.added_to_cart {
    background: #484848;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart {
    font-family: var(--jl-menu-font);
    font-size: var(--jl-button-font-size);
    font-weight: var(--jl-button-font-weight);
    text-transform: var(--jl-button-transform);
    letter-spacing: var(--jl-button-space);
    display: block;
    float: left;
    background-color: #000;
    color: #fff;
    line-height: 40px !important;
    padding: 0px 20px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    border: 0px;
    outline: none;
    border-radius: 0px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover {
    background: var(--jl-main-color) !important;
}
.woocommerce a.button.added {
    display: none;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 10px 20px;
}
.woocommerce-error {
    border-color: #000;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    margin: 0 !important;
}
.woocommerce #rememberme {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    opacity: 0;
    cursor: pointer;
}
.woocommerce #rememberme + span {
    position: relative;
    padding-left: 0px;
    font-size: 15px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 42px;
    cursor: pointer;
    order: 2;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    font-size: 12px !important;
    font-weight: 400;
    padding: 0 45px !important;
}
.woocommerce #rememberme + span:before {
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    margin-right: 7px;
    width: 12px;
    height: 12px;
    border: 1px solid #777;
    color: transparent;
    content: "\2714";
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
}
.woocommerce .lost_password {
    font-weight: 400;
    font-size: 16px;
}
.woocommerce .lost_password a {
    text-decoration: none;
}
.woocommerce .lost_password a:hover {
    color: #000;
    text-decoration: underline;
}
.woocommerce-password-hint {
    display: block;
    margin-top: 10px;
}
.woocommerce-password-strength {
    margin-top: 15px;
    border: none;
    background-color: #ff8080;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}
.woocommerce-password-strength.short {
    background-color: #ff8080;
}
.woocommerce-password-strength.good {
    background-color: #f5d47e;
}
.woocommerce-password-strength.strong {
    background-color: #83c373;
}
.woocommerce .woocommerce-MyAccount-navigation {
    max-width: 300px;
    background-color: #f6f6f6;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding-left: 0;
}
.woocommerce .woocommerce-MyAccount-navigation li {
    margin-bottom: 0;
    list-style: none !important;
    line-height: 44px;
}
.woocommerce .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 0 20px;
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    color: #000 !important;
    border-bottom: 0px;
    -webkit-box-shadow: inset 0 -1px 0 transparent !important;
    -moz-box-shadow: inset 0 -1px 0 transparent !important;
    box-shadow: inset 0 -1px 0 transparent !important;
    text-decoration: none !important;
}
.options_dark_skin .woocommerce .woocommerce-MyAccount-navigation li a {
    color: #fff !important;
}
.woocommerce .woocommerce-MyAccount-navigation li.is-active {
    background-color: #333;
    color: #fff;
}
.woocommerce .woocommerce-MyAccount-navigation li.is-active a {
    color: #fff !important;
}
.woocommerce form .form-row em {
    font-size: .85rem;
}
.woocommerce .woocommerce-MyAccount-navigation li:not(.is-active) a:hover {
    background-color: #000;
    color: #fff !important;
}
.woocommerce-MyAccount-content .woocommerce-Button.button {
    padding: 0px 30px !important;
    color: #fff !important;
    text-decoration: none !important;
}
.woocommerce .woocommerce-MyAccount-content {
    padding-left: 20px;
}
.woocommerce .woocommerce-MyAccount-content h3 {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 18px;
}
.woocommerce form .form-row .select2-container {
    margin-top: 10px;
    margin-bottom: 10px;
}
.woocommerce form .select2-container--default .select2-selection--single {
    height: 42px;
    border: transparent;
    border-radius: 0 !important;
    background-color: #f5f5f5;
    font-size: 15px;
    font-weight: 400;
}
/* address */

.woocommerce-account .addresses {
    margin-top: 3rem;
}
.woocommerce-account .woocommerce-Address {
    padding: 6% 3%;
    background-color: rgba(0, 0, 0, .015);
    max-width: 48% !important;
}
.woocommerce-account .addresses .title .edit {
    padding: 0 20px;
    background-color: #aaa;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: normal;
    font-size: 13px;
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    border-bottom: 0px;
    -webkit-box-shadow: inset 0 -1px 0 transparent !important;
    -moz-box-shadow: inset 0 -1px 0 transparent !important;
    box-shadow: inset 0 -1px 0 transparent !important;
}
.woocommerce-account .addresses .title .edit:hover {
    background-color: #333;
}
.woocommerce-account address {
    font-style: italic;
}
/* checkout page */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin-left: 0 !important;
    border: 1px solid;
    background-color: transparent;
    font-style: italic;
    font-size: .875rem;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    font-style: normal;
}
.woocommerce-info a.showcoupon {
    margin-left: 7px;
    -webkit-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.woocommerce-info a.showcoupon:hover {
    color: ff8763;
}
.woocommerce-info,
.woocommerce-message {
    border-color: #eee;
}
.woocommerce-error {
    border-color: #ff8a90;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    display: inline-block;
    float: none;
    margin-right: 10px;
    text-decoration: none;
}
.woocommerce-page .woocommerce-error a:not(.button):hover,
.woocommerce-page .woocommerce-info a:not(.button):hover,
.woocommerce-page .woocommerce-message a:not(.button):hover {
    color: #000;
    text-decoration: underline;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    display: none;
}
.woocommerce-checkout form.login,
.woocommerce-checkout form.register,
.woocommerce form.checkout_coupon {
    padding: 0px;
    border: none;
}
.woocommerce form.checkout_coupon {
    padding-bottom: 0;
}
.woocommerce form.checkout_coupon p {
    font-size: 16px;
    margin-bottom: 10px;
}
.woocommerce form.checkout_coupon.processing {
    opacity: .5;
}
.woocommerce-checkout form.login > p:first-child,
.woocommerce-checkout form.register > p:first-child {
    margin-bottom: 2rem;
    font-style: italic;
    font-size: .9rem;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form__label-for-checkbox.inline {
    margin-left: 10px;
}
.woocommerce-checkout .checkout_coupon button.button {
    width: 100%;
}
.woocommerce-checkout .options_dark_skin .checkout_coupon button.button {
    background: #484848;
}
/* form checkout */

form.woocommerce-checkout {
    margin-top: 45px;
}
form.woocommerce-checkout h3 {
    display: inline-block;
    margin-bottom: 24px;
}
.woocommerce div.product .product_title {
    margin-bottom: 20px;
    font-size: 40px;
}
.woocommerce-page.woocommerce-cart .cart-collaterals h2 {
    margin-bottom: 20px;
    font-size: 24px;
}
.woocommerce-page.woocommerce-cart .entry-header {
    margin-bottom: 60px;
}
/* select */

.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 20px;
    line-height: 22px;
}
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce-page .select2-dropdown {
    border-color: rgba(0, 0, 0, .05);
}
.checkout-col h3#order_review_heading {
    padding: 0;
    background-color: transparent;
    margin-bottom: 10px;
}
.woocommerce-page table.shop_table {
    border: none;
    content: #000;
}
.woocommerce-page select {
    font-size: 14px;
}
.woocommerce-page table.shop_table thead {
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}
.woocommerce-page.woocommerce-checkout tr.cart_item {
    font-size: .9em;
}
.woocommerce-page table.shop_table thead * {
    color: inherit;
    text-transform: inherit;
    font-style: inherit;
    font-size: inherit;
    font-family: inherit !important;
}
.woocommerce-order-details table.shop_table .product-total {
    text-align: right;
}
.woocommerce table.shop_table th {
    padding: 10px 0px;
    border-top: none;
    border-right: none;
    color: #000;
    text-transform: capitalize;
}
.woocommerce table.shop_table .cart-subtotal th {
    border-bottom: 0px;
}
.woocommerce-cart table.shop_table th.product-name {
    position: absolute;
    left: 30px;
    top: 0px;
}
.woocommerce-cart table.shop_table th {
    padding-right: 0px;
    padding-left: 0px;
    color: #000;
    font-size: 20px;
}
.woocommerce table.shop_table td {
    border-right: none;
    padding: 9px 0px;
}
.woocommerce table.shop_table td.product-total {
    text-align: right;
}
form.woocommerce-checkout th {
    text-transform: uppercase;
    font-size: 16px;
}
form.woocommerce-checkout .cart-subtotal th {
    text-transform: none;
    font-size: .9rem;
}
form.woocommerce-checkout .woocommerce-NoticeGroup {
    margin-bottom: 2rem;
}
.woocommerce-page #payment {
    background-color: transparent;
}
.wc-single-featured {
    position: relative;
    display: block;
    width: 100%;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: none;
    margin-bottom: 0;
    width: auto;
}
.woocommerce-page #payment ul.payment_methods {
    padding-right: 0;
    padding-left: 0;
    border-bottom-color: rgba(0, 0, 0, .05);
}
.woocommerce-page #payment ul.payment_methods li {
    padding: 0;
    border: none;
    color: inherit;
    list-style: none;
    line-height: 1.7;
}
.woocommerce-page #payment ul.payment_methods li label {
    cursor: pointer;
}
.woocommerce-page #payment div.form-row {
    padding-left: 0;
    padding-bottom: 0px;
}
.woocommerce-page #payment #place_order {
    display: inline-block;
    background-color: #000;
    color: #fff;
    line-height: 40px !important;
    margin-left: 0px;
    font-size: 13px;
    padding: 0px 40px;
    font-weight: 500;
    margin-top: 10px;
}
.woocommerce-page #payment div.payment_box {
    background-color: #f6f6f6;
}
.woocommerce-page #payment div.payment_box:before {
    border: 1em solid #f6f6f6;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
.woocommerce .woocommerce-error strong {
    color: #000;
}
/* checkout */

.woocommerce-page .checkout-col {
    display: block;
    float: left;
}
.woocommerce-page .checkout-col.col-left {
    padding-right: 0%;
    width: 100%;
}
.woocommerce-page .checkout-col.col-right {
    padding: 0px;
    width: 100%;
    border: 0px;
    margin-top: 20px;
}
.woocommerce-checkout .checkout-col.col-left .col2-set > * {
    width: 48%;
    max-width: 48%;
    padding: 0px;
}
/* cart page */

.woocommerce-cart.woocommerce-page .woocommerce {
    position: relative;
    display: block;
}
.woocommerce-page.woocommerce-cart .woocommerce-cart-form,
.woocommerce-page.woocommerce-cart .cart-collaterals {
    display: block;
    float: left;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
    margin-top: 50px;
}
.woocommerce-page.woocommerce-cart .cart-subtotal td,
.woocommerce-page.woocommerce-cart .order-total td {
    text-align: right;
}
.woocommerce-page.woocommerce-cart .woocommerce-cart-form {
    padding-right: 0px;
    width: 100%;
}
.woocommerce-page.woocommerce-cart .cart-collaterals {
    width: 100%;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    background-color: #000;
    color: #fff !important;
    height: 40px;
    line-height: 40px !important;
    margin-bottom: 0px;
    font-size: 13px;
    padding: 0px 30px !important;
    text-decoration: none !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: var(--jl-main-color) !important;
}
.woocommerce-cart table.cart img {
    width: 100px;
    height: auto;
    border-radius: 0px;
}
.woocommerce a.remove {
    position: relative;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 0;
    font-weight: lighter;
    font-size: 0 !important;
    line-height: 0 !important;
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-box-shadow: inset 0 -1px 0 transparent !important;
    -moz-box-shadow: inset 0 -1px 0 transparent !important;
    box-shadow: inset 0 -1px 0 transparent !important;
}
.woocommerce a.remove:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '\e970';
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    font-family: 'jl_font';
    line-height: 24px;
}
.woocommerce-page .woocommerce-MyAccount-navigation ul li {
    padding: 0px;
    font-weight: 400;
}
.woocommerce-page .woocommerce-MyAccount-navigation ul li a:hover {
    text-decoration: none !important;
}
/* shop and wishlist table */

.woocommerce table.shop_table {
    border-collapse: collapse;
    position: relative;
}
.woocommerce table.shop_table tr,
.woocommerce table.wishlist_table tr {
    border-bottom: 1px solid #e6e6e6;
}
.woocommerce table.shop_table tbody tr:first-child td,
.woocommerce table.wishlist_table tr:first-child td {
    border-top: none;
}
.woocommerce-cart .woocommerce table.shop_table td,
.woocommerce table.wishlist_table td {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td {
    text-align: right;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name,
.woocommerce table.wishlist_table td.product-name {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 1rem;
}
.woocommerce-page .product-name a,
.woocommerce table.wishlist_table td.product-name a {
    border: 0px;
    -webkit-box-shadow: inset 0 -1px 0 transparent !important;
    -moz-box-shadow: inset 0 -1px 0 transparent !important;
    box-shadow: inset 0 -1px 0 transparent !important;
}
.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail,
.woocommerce table.wishlist_table td.product-thumbnail {
    padding: 15px 0;
    min-width: 80px;
    max-width: 80px;
}
.woocommerce-page.woocommerce-cart table.shop_table thead *:not(.product-name),
.woocommerce table.wishlist_table td:not(.product-name) {
    text-align: right;
}
.woocommerce .order-total {
    text-transform: uppercase;
    font-size: 1rem !important;
}
.woocommerce .order-total * {
    font-size: inherit !important;
}
.woocommerce-cart .woocommerce table.shop_table tbody tr:first-child td {
    border-width: 0;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item td.product-name {
    text-align: left;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item td.product-name a {
    color: #000;
    text-decoration: none !important;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item td.product-name a:hover{
    background: transparent;
    color: var(--jl-main-color);
}
.woocommerce-cart .options_dark_skin .woocommerce table.cart tr.cart_item td.product-name a {
    color: #fff;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item td.product-thumbnail {
    width: 86px;
    padding-right: 28px;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item td.product-thumbnail a {
    display: block;
    border-bottom: 0px;
    -webkit-box-shadow: inset 0 0px 0 var(--jl-single-color);
    box-shadow: inset 0 0px 0 var(--jl-single-color);
}
.woocommerce-cart .woocommerce table.cart tr.cart_item td.product-remove {
    padding: 0 5px;
    text-align: center;
    width: 50px;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item td.product-remove a {
    padding-left: 0px;
    display: inline-block;
    position: relative;
}
table.cart tr.cart_item td.product-remove a:hover {
    background: transparent;
}
table.cart tr.cart_item td.product-remove a {
    color: #000;
    font-size: 0;
    line-height: 1;
    display: block !important;
}
table.cart tr.cart_item td.product-remove a:before {
    content: '\e970';
    color: #000;
    font-family: 'jl_font';
    font-size: 12px;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item td {
    padding: 10px 0;
    vertical-align: middle;
    text-align: right;
}
.woocommerce-cart .woocommerce-cart-form .actions {
    padding-top: 20px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-top-width: 0;
}
.woocommerce-cart .woocommerce-cart-form .actions button.button {
    display: block;
    float: right;
    opacity: 1;
}
.woocommerce-cart .woocommerce-cart-form .actions .coupon {
    display: block;
    margin-bottom: 10px;
}
.woocommerce-cart.woocommerce-page .woocommerce-cart-form .coupon input.input-text {
    display: block;
    float: left;
    margin: 0 !important;
    margin-bottom: 10px;
    padding: 0 0 0 20px !important;
    width: 200px !important;
    border: 1px solid #dfdfdf !important;
    background-color: #fff !important;
    line-height: 40px !important;
    height: 40px;
}
.woocommerce-cart.woocommerce-page .woocommerce-cart-form .coupon button {
    display: block;
    float: left;
    background-color: #000;
    color: #fff;
    line-height: 40px !important;
    margin-left: 10px;
    font-size: 13px;
    padding: 0px 40px;
}
.woocommerce-cart.woocommerce-page .woocommerce-cart-form .coupon button:hover {
    background-color: #000;
    color: #fff;
}
.woocommerce-cart .return-to-shop {
    display: block;
    text-align: center;
}
.woocommerce-cart .cart-empty {
    margin-top: 0;
    text-align: center;
    font-style: italic;
}
.woocommerce-cart .return-to-shop a.button {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 12px !important;
    font-weight: 400;
    padding: 0 30px !important;
    color: #fff !important;
}
.woocommerce table.wishlist_table tbody {
    font-size: 13px;
}
.woocommerce table.wishlist_table tbody td {
    padding-right: 20px;
    padding-left: 20px;
    border: none !important;
}
.woocommerce table.wishlist_table {
    font-size: 100%;
}
.woocommerce table.wishlist_table tbody td.product-price del {
    margin-bottom: 4px;
    color: #aaa;
    font-size: .9rem;
}
.woocommerce table.wishlist_table tbody td.product-price ins {
    display: block;
    text-decoration: none;
}
.woocommerce table.wishlist_table thead th {
    padding: 0 20px;
    border: none !important;
    text-align: center;
    letter-spacing: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: 44px;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
    color: #aaa;
    margin: 0;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
    margin: 0;
    padding: 0 20px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #333;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    line-height: 44px;
}
.woocommerce table.wishlist_table tfoot td {
    border-top: 0;
}
.wishlist-title {
    display: block;
    margin-bottom: 35px;
    text-align: center;
    font-style: italic;
}
.wishlist-title h2 {
    display: inline-block;
    border-bottom: 4px solid rgba(0, 0, 0, .07);
    line-height: 1;
}
.wishlist_table tr td.product-stock-status span {
    font-style: italic;
}
.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
    color: #69a266;
    font-size: .85rem;
}
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock {
    color: #000;
}
.wishlist-title h2 {
    margin: 0 !important;
    padding: 0;
}
.wishlist-title h2:before {} .yith-wcwl-share {
    margin-top: 40px;
    display: flex;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.yith-wcwl-share ul {
    list-style: none;
    margin-left: 20px;
    display: flex;
    display: -webkit-flex;
    margin-left: auto;
}
.yith-wcwl-share .share-button {
    display: flex;
    display: -webkit-flex;
    color: #fff;
    margin-right: 5px;
    text-align: center;
}
.yith-wcwl-share .share-button a {
    display: block;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 18px;
    background-color: #333;
    color: #fff !important;
    text-decoration: none !important;
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.yith-wcwl-share .share-button a:hover {
    opacity: .7;
}
.yith-wcwl-share .share-button i:before {} td.wishlist-empty {
    font-size: 16px;
}
.yith-wcwl-share .share-button a.facebook {
    background-color: #568fce;
}
.yith-wcwl-share .share-button a.twitter i:before {
    content: '\64';
}
.yith-wcwl-share .share-button a.twitter {
    background-color: #27c2f5;
}
.yith-wcwl-share .share-button a.pinterest i:before {
    content: '\66';
}
.yith-wcwl-share .share-button a.pinterest {
    background-color: #f7333e;
}
.yith-wcwl-share .share-button a.email i:before {
    content: '\50';
}
.yith-wcwl-share .share-button a.email {
    background-color: #ffa100;
}
.yith-wcwl-share .share-button a.whatsapp i:before {
    content: '\5a';
}
.yith-wcwl-share .share-button a.whatsapp {
    background-color: #0ce643;
    ;
}
.hidden-title-form,
.wishlist-title a.show-title-form {
    display: none;
}
.hidden-title-form {
    margin-bottom: 35px;
    text-align: center;
}
.hidden-title-form > * {
    vertical-align: top;
}
.hidden-title-form input[type="submit"],
.hide-title-form.button {
    line-height: 42px;
    height: 42px;
}
.hide-title-form .fa-remove:before {} .wishlist-title-with-form {
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.wishlist-title-with-form:hover {
    color: #000;
}
/* single page */

.jl-wc-wrap .jl-wc-img,
.jl-wc-wrap .jl-wc-dec {
    width: 50%;
    float: left;
}
.woocommerce div.product div.summary {
    float: none;
    margin-bottom: 0;
    padding-left: 50px;
    width: 100%;
}
h1.product_title {
    margin-bottom: 20px;
}
.woocommerce.single .summary .price .woocommerce-Price-currencySymbol {
    padding: 0 2px;
    vertical-align: top;
    font-size: .7em;
}
.woocommerce-product-details__short-description {
    display: block;
    margin-bottom: 30px;
}
.woocommerce-product-details__short-description p {
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0px;
}
.woocommerce .product .summary .price {
    margin-bottom: 13px;
    white-space: nowrap;
    font-size: 23px;
    line-height: 1.2;
    font-family: var(--jl-menu-font);
}
.woocommerce .summary .price * {
    text-decoration: none;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}
.woocommerce.single-product .product .summary .price del {
    margin-right: 10px;
    color: #555;
    text-decoration: line-through;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: inherit;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-weight: inherit;
}
.woocommerce button.button:disabled[disabled]:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}
.woocommerce-cart .woocommerce-cart-form .actions button.button,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled] {
    display: block;
    background-color: #000;
    color: #fff;
    margin-left: 10px;
    line-height: 40px !important;
    font-size: 13px;
    padding: 0px 30px;
}
.woocommerce-cart .woocommerce-cart-form .actions button.button:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    background: var(--jl-main-color);
}
/* single rating */

.woocommerce.single-product .summary .woocommerce-product-rating {
    position: relative;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 15px;
    align-items: center;
}
.woocommerce.single-product .summary .woocommerce-product-rating > * {
    float: left;
}
.woocommerce.single-product .product .summary .star-rating {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    letter-spacing: 0;
    font-size: 0;
}
.woocommerce.single-product .product .summary .star-rating:before,
.woocommerce.single-product .product .summary .star-rating span:before {
    margin: 0;
    letter-spacing: 3px;
    font-size: 14px;
    line-height: 1;
}
.woocommerce.single-product .product .summary .woocommerce-review-link {
    margin-left: 10px;
    font-size: 15px;
    font-family: var(--jl-menu-font);
}
.product_meta {
    margin-top: 30px;
    font-weight: 500;
}
.product_meta > * {
    display: block;
    clear: both;
    margin-top: 5px;
}
.product_meta a {
    text-transform: uppercase;
    text-transform: none;
    -webkit-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: color .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.product_meta a:hover {
    color: #000;
}
.product_meta a:first-child {
    margin-left: 10px;
}
/* stock */

.woocommerce div.product p.stock {
    margin-bottom: 20px;
    color: #555;
    font-style: italic;
}
.woocommerce div.product p.stock:before {} .woocommerce div.product p.stock.out-of-stock {
    color: #000;
}
.woocommerce div.product p.stock.out-of-stock:before {} .woocommerce .single-product-content span.onsale {
    left: 15px;
    top: 15px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
}
.woocommerce .single-product-content span.onsale.percent {
    top: 10px;
    left: 10px;
    padding: 0;
    width: 70px;
    height: 70px;
    white-space: nowrap;
    font-size: 20px;
    line-height: 70px;
}
/* product quantity */

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 15px 0 0;
}
.woocommerce .quantity {
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
    width: 80px;
    height: 40px;
    border: 1px solid #dfdfdf;
    line-height: 40px;
    display: inline-block;
    font-family: var(--jl-menu-font);
}
.woocommerce input[type="number"]::-webkit-inner-spin-button,
.woocommerce input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.pswp {
    z-index: 9999;
}
.woocommerce .quantity .qty {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    left: 30px;
    margin: auto;
    padding: 0px;
    width: 20px;
    border: none;
    background: transparent;
    font-size: 14px;
    line-height: 34px;
}
.woocommerce div.product form.cart .quantity {
    width: 100px;
}
.woocommerce div.product form.cart .quantity .qty {
    width: 40px;
    outline: none;
}
.jlb-btn {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 30px;
    height: 38px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}
.jlb-btn.up {
    right: 0;
    left: auto;
}
.jlb-btn:before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 10px;
    display: block;
    width: 10px;
    border-top: 1px solid #555;
    content: '';
}
.jlb-btn.up:after {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 10px;
    display: block;
    width: 10px;
    border-top: 1px solid #555;
    content: '';
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.woocommerce div.product form.cart .button {
    padding: 0 30px;
    background-color: #000;
    color: #fff;
    white-space: nowrap;
    line-height: 40px;
    height: 40px;
    font-size: 12px;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus {
    background-color: #000;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 30px;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
    border: none;
    background-color: rgba(0, 0, 0, .015);
    font-size: 12px;
}
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.product-buttons .add-to-cart a:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .product-buttons .add-to-cart a:hover {
    background-color: #000;
    color: #fff;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    line-height: 22px;
}
.woocommerce form .form-row .woocommerce-input-wrapper {
    width: 100%;
}
/* product variable */

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations tr {
    display: block;
    clear: both;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
}
.woocommerce div.product form.cart .variations td.label {
    margin-bottom: 4px;
    padding-right: 0;
}
.woocommerce div.product form.cart .variations tr {
    margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations tr:last-of-type {
    margin-bottom: 0;
}
.woocommerce div.product form.cart .variations select {
    margin: 0;
    padding: 10px;
    border-color: rgba(0, 0, 0, .05);
}
.woocommerce div.product form.cart .variations option {
    display: block;
    white-space: normal;
    font-size: 14px;
    line-height: 34px;
}
.woocommerce div.product form.cart .reset_variations {
    display: block;
    clear: both;
    margin-top: 10px;
    width: 100%;
    color: #555;
    font-size: 12px;
}
.woocommerce div.product form.cart .reset_variations:hover {
    color: #000;
}
.woocommerce div.product form.cart .reset_variations:before {} .woocommerce div.product .summary .woocommerce-variation-price .price {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-bottom: 20px;
}
/* product wishlist */

.woocommerce div.product .summary .yith-wcwl-add-to-wishlist,
.woocommerce .single-product-wrap div.product > .yith-wcwl-add-to-wishlist,
.woocommerce div.product .woocommerce-tabs .yith-wcwl-add-to-wishlist {
    position: relative;
    display: block;
    clear: both;
    margin-top: 0;
    padding-top: 20px;
}
.woocommerce .single-product-wrap div.product > .yith-wcwl-add-to-wishlist {
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    padding: 2% 3%;
    max-width: 900px;
    background-color: rgba(0, 0, 0, .015);
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .feedback,
.woocommerce .single-product-wrap div.product > .yith-wcwl-add-to-wishlist .feedback,
.woocommerce div.product .woocommerce-tabs .yith-wcwl-add-to-wishlist .feedback {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
    color: #555;
    font-style: italic;
    font-size: .94rem;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist a,
.woocommerce .single-product-wrap div.product > .yith-wcwl-add-to-wishlist a,
.woocommerce div.product .woocommerce-tabs .yith-wcwl-add-to-wishlist a {
    position: relative;
    display: block;
    height: auto;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}
.jl-wc-wrap.single-product-content {
    float: left;
    width: 100%;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist a:hover,
.woocommerce .single-product-wrap div.product > .yith-wcwl-add-to-wishlist a:hover,
.woocommerce div.product .woocommerce-tabs .yith-wcwl-add-to-wishlist a:hover {
    color: #000;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist a:before,
.woocommerce .single-product-wrap div.product > .yith-wcwl-add-to-wishlist a:before,
.woocommerce div.product .woocommerce-tabs .yith-wcwl-add-to-wishlist a:before {} .woocommerce .single-product-wrap .woocommerce-message,
.woocommerce .single-product-wrap .woocommerce-error,
.woocommerce .single-product-wrap .woocommerce-info {
    margin-bottom: 60px;
}
.woocommerce div.product .woocommerce-tabs:after {
    display: table;
    content: '';
    clear: both;
}
/* single product tab */

.woocommerce div.product .woocommerce-tabs {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 30px;
    padding: 0;
    border: none;
    text-align: center;
    z-index: 2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0;
    padding-left: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0;
    border-bottom: 2px solid transparent;
    font-weight: 800;
    font-size: 15px;
    line-height: 30px;
    font-family: var(--jl-menu-font);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) a:hover {
    color: #000;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 0;
}
.woocommerce table.shop_attributes {
    padding: 2%;
    border: 1px solid rgba(0, 0, 0, .05);
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes tr,
.woocommerce table.shop_attributes th {
    border: none;
}
.woocommerce table.shop_attributes th {
    font-size: .9rem;
}
.woocommerce table.shop_attributes td {
    padding-left: 20px;
}
.woocommerce #reviews #comments h2 {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
    font-size: 1.2rem;
}
.woocommerce #reviews #comments ol.commentlist li {
    margin-bottom: 40px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
    margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-bottom: 0;
    margin-left: 65px;
    padding: 10px 20px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #f6f6f6;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    position: absolute;
    top: 15px;
    right: 20px;
    margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: block;
    margin-top: 5px;
    padding: 0;
    width: 50px;
    height: 50px;
    border: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
    -webkit-object-fit: cover;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin-bottom: 7px;
    font-size: inherit;
    line-height: 1.2;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
    font-size: .75rem;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
    color: #aaa;
    font-style: italic;
    font-size: .75rem;
}
.woocommerce #comments {
    display: block;
    margin-bottom: 45px;
}
.woocommerce #review_form form > * {
    margin-bottom: 20px;
}
.woocommerce #review_form label {
    display: block;
    margin-bottom: 10px;
}
.woocommerce .comment-form-cookies-consent {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 100%;
    padding-top: 10px;
}
.woocommerce #review_form .comment-form-cookies-consent label {
    margin-bottom: 0;
}
.woocommerce #review_form #respond .form-submit input {
    padding: 0 40px;
    line-height: 42px;
}
.woocommerce #review_form #respond textarea {
    margin-top: 0;
    margin-bottom: 0;
}
.woocommerce #review_form #respond .form-submit {
    margin-top: 20px;
}
.woocommerce #review_form .comment-form-rating .stars {
    margin-bottom: 0;
    font-size: 15px;
}
.comment-form-rating {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.comment-form-rating label {
    margin-right: 20px;
}
.comment-form-rating p.stars {
    line-height: 1;
}
.woocommerce #review_form .comment-form-rating a {
    color: inherit !important;
}
.woocommerce #review_form .comment-reply-title {
    display: block;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
    border: none;
    background: none;
    font-size: 18px;
}
.woocommerce #review_form #commentform {
    text-align: left;
}
.woocommerce-noreviews {
    color: #555;
    text-align: center;
    font-style: italic;
}
.woocommerce-message .button.wc-forward {
    padding: 0 30px !important;
}
.woocommerce-message .button.wc-forward:hover {
    color: #fff !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #000;
    color: #fff !important;
    text-indent: 0;
    font-size: 0 !important;
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
    opacity: .7;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    top: 0;
    left: 0;
    margin: auto;
    padding-left: 2px;
    width: 40px;
    height: 42px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    content: '\e923';
    text-align: center;
    letter-spacing: 0;
    font-style: normal;
    font-size: 15px;
    font-family: 'jl_font';
    line-height: 42px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
    opacity: 0 !important;
}
.woocommerce-product-gallery__wrapper .yith-wcwl-add-to-wishlist {
    display: none;
}
/* related product */

.products.related,
.upsells.products,
section.cross-sells {
    position: relative;
    display: block;
    text-align: center;
    float: left;
    width: 100%;
}
.products.related .products,
.upsells.products .products,
section.cross-sells .products {
    text-align: left;
}
.woocommerce .cross-sells {
    position: relative;
    display: block;
    margin-top: 50px;
    float: left;
    width: 100%;
}
.upsells.products {
    position: relative;
    display: block;
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.related.related > h2,
.upsells.products > h2,
.woocommerce .cross-sells > h2 {
    position: relative;
    display: inline-block;
    clear: both;
    margin-bottom: 35px;
    text-align: center;
    font-size: 24px;
}
/* wc header */

.woocommerce .breadcrumb-wc {
    text-align: center;
}
.single-product.woocommerce .breadcrumb-wc {
    margin-bottom: 20px;
    text-align: left;
}
.woocommerce .woocommerce-products-header {
    display: block;
    margin-bottom: 40px;
}
.woocommerce-page h1.page-title {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.woocommerce .term-description {
    display: block;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
    color: #555;
    font-style: italic;
}
/* wc sidebar */

.wc-area {
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.wc-area .pagination-wrap {
    margin-top: 5px;
    margin-bottom: 40px;
}
.wc-area.has-sidebar .container {
    display: block;
    float: left;
    width: 66.777%;
}
.woocommerce.widget {
    position: relative;
    display: block;
}
.widget_product_tag_cloud .tagcloud {
    position: relative;
    display: block;
    overflow: hidden;
}
.woocommerce .widget_rating_filter ul li a {
    display: block;
    margin-bottom: 10px;
}
.woocommerce .widget_rating_filter ul li:last-child a {
    margin-bottom: 0;
}
.widget_layered_nav ul:not(.children) > li:last-child a {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list__item {
    margin-bottom: 15px;
}
.widget_layered_nav li:not(.children):last-child {
    margin-bottom: 0;
}
/* price filter */

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 3px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #333;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #aaa;
}
.widget_price_filter .price_label {
    text-align: left;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.5;
}
.woocommerce .widget_price_filter .price_slider_amount {
    clear: both;
    margin-top: 20px;
    text-align: left;
    font-size: inherit;
    line-height: 0;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    float: right;
    padding: 0 10px;
    border: 1px solid;
    background: none;
    color: inherit;
    font-size: .875rem;
    line-height: 1.7;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background-color: #333;
    color: #fff;
}
.woocommerce.widget .count {
    color: #aaa;
}
.woocommerce-product-search {
    position: relative;
    display: block;
}
.woocommerce ul.product_list_widget li {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
}
.woocommerce ul.product_list_widget li .product-title {
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding-left: 85px;
    min-height: 70px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    margin-left: 0;
    width: 70px;
    object-fit: cover;
    -webkit-object-fit: cover;
}
#mini-cart .woocommerce ul.product_list_widget li {
    margin-bottom: 20px;
}
.widget_products.woocommerce ul.product_list_widget li {
    padding-right: 80px;
    padding-left: 0;
    min-height: 70px;
}
.widget_products.woocommerce ul.product_list_widget li img {
    margin: 0;
    width: 70px;
}
.topbar-cart .woocommerce-mini-cart__buttons {
    display: block;
    clear: both;
    overflow: hidden;
}
.topbar-cart .woocommerce ul.cart_list li {
    padding-left: 0;
}
.woocommerce-mini-cart__buttons .button.checkout:hover {
    color: #fff !important;
    background: var(--jl-main-color);
}
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
    margin-bottom: 0;
}
.woocommerce ul.product_list_widget li .star-rating {
    display: block;
}
.woocommerce ul.product_list_widget li .star-rating:before,
.woocommerce ul.product_list_widget li .star-rating span:before {
    font-size: .75rem !important;
}
.woocommerce ul.product_list_widget li ins {
    text-decoration: none !important;
}
.woocommerce ul.product_list_widget li .reviewer {
    color: #555;
    font-style: italic;
    font-size: .875rem;
}
/* mini cart */

.woocommerce-mini-cart-item a.remove.remove_from_cart_button {
    position: absolute;
    top: 0 !important;
    right: 0;
    left: auto !important;
    z-index: 99;
    display: block;
    margin: 0;
    color: #000 !important;
    border-radius: 20px;
}
.woocommerce-mini-cart-item a.remove.remove_from_cart_button:hover {
    background: transparent !important;
}
.options_dark_skin .woocommerce-mini-cart-item a.remove.remove_from_cart_button {
    color: #fff !important;
}
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0 !important;
}
li.woocommerce-mini-cart-item a:not(.remove) {
    font-family: var(--jl-title-font);
    font-weight: var(--jl-title-font-weight) !important;
    text-transform: var(--jl-title-transform);
    letter-spacing: var(--jl-title-space);
    display: inline-block !important;
    font-size: 14px;
    line-height: 1.2;
}
li.woocommerce-mini-cart-item a:not(.remove):hover {
    color: #000;
    text-decoration: none !important;
}
.woocommerce ul.product_list_widget .woocommerce-mini-cart-item .quantity {
    display: block;
    clear: both;
    margin-top: 5px;
    padding: 0;
    height: auto;
    border: none;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.2;
}
.topbar-cart ul.product_list_widget li {
    margin-bottom: 20px;
}
.woocommerce-mini-cart__total {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px !important;
    border-top: 1px solid #ebebeb;
    font-size: 14px;
    font-family: var(--jl-menu-font);
}
.woocommerce-mini-cart__total .woocommerce-Price-amount {
    float: right;
    line-height: 1.2;
    font-weight: 400 !important;
}
.woocommerce-mini-cart__total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    margin: 0 2px;
    vertical-align: top;
    line-height: 1.2;
}
.woocommerce-mini-cart__total strong,
.nav-cart p.woocommerce-mini-cart__empty-message {
    font-style: normal;
    line-height: 1.2;
    font-weight: 400;
}
.is-light-text .woocommerce-mini-cart__total {
    border-color: rgba(255, 255, 255, .25) !important;
}
.woocommerce-mini-cart__buttons {
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.woocommerce-mini-cart__buttons .button {
    display: block;
    float: left;
    margin-right: 3.9%;
    width: 48%;
    background-color: rgba(255, 255, 255, .15);
    -webkit-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1) !important;
    -moz-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1) !important;
    -ms-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1) !important;
    -o-transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1) !important;
    transition: all .3s cubic-bezier(0.32, 0.74, 0.57, 1) !important;
    margin-top: 0px !important;
}
.woocommerce-mini-cart__buttons .button.checkout {
    float: right;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    background-color: #000;
    color: #fff;
}
.woocommerce-mini-cart__buttons .button:not(.checkout) {
    background-color: #000;
    color: #fff !important;
}
.woocommerce-mini-cart__buttons .button:not(.checkout):before {
    position: inherit;
}
.woocommerce-mini-cart__buttons .button:not(.checkout):hover,
.woocommerce-mini-cart__buttons .button:not(.checkout):focus {
    background: var(--jl-main-color);
    color: #000;
}
.woocommerce-mini-cart__empty-message {
    font-style: italic;
    margin-bottom: 0px;
    font-size: 15px;
}
.woocommerce table.shop_table tfoot td {
    text-align: right !important;
    color: #000;
}
.woocommerce table.shop_table tfoot tr:first-child th,
.woocommerce table.shop_table tfoot tr:first-child td {
    color: #000;
}
.woocommerce .woocommerce-customer-details address {
    padding: 20px;
    border-width: 1px !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-style: italic;
}
.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
    margin-top: 7px;
    font-weight: 700;
}
.woocommerce h2.woocommerce-order-details__title,
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.woocommerce-order-overview {
    display: block;
    padding: 20px;
    background-color: #f6f6f6;
}
.woocommerce-thankyou-order-received {
    display: block;
    margin-bottom: 20px;
}
.is-light-text div.product .product-loop-content .price del {
    color: #f2f2f2;
}
.widget_product_categories .cat-item > a:before {
    display: inline-block;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-radius: 50%;
    color: currentColor;
    content: '';
    vertical-align: middle;
    line-height: 1;
    opacity: .3;
}
.widget_product_categories .cat-item {
    position: relative;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: .75rem;
}
.widget_product_categories .cat-item .count {
    float: right;
}
/* shop the post */

.shopthepost.woocommerce span.onsale {
    padding: 0 12px;
    line-height: 26px;
}
.shopthepost.woocommerce span.onsale.percent {
    top: 5px;
    left: 5px;
    padding-right: 0;
    padding-left: 0;
    width: 44px;
    height: 44px;
    white-space: nowrap;
    font-size: 13px;
    line-height: 44px;
}
.shopthepost.woocommerce .woocommerce-loop-product__title {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5;
}
.shopthepost.woocommerce .product-thumb {
    margin-bottom: 12px;
}
.shopthepost.woocommerce .star-rating:before,
.shopthepost.woocommerce .star-rating span:before {
    font-size: 11px;
}
.shopthepost.woocommerce div.product .product-loop-content .price {
    font-size: .875rem;
}
.shopthepost.woocommerce .product-buttons .yith-wcwl-add-to-wishlist,
.shopthepost.woocommerce .product-buttons .add-to-cart a.button,
.shopthepost.woocommerce .woocommerce .product-buttons .add-to-cart a {
    width: 34px;
    height: 34px;
}
.shopthepost.woocommerce .product-buttons .yith-wcwl-add-to-wishlist a {
    line-height: 34px;
}
.shopthepost.woocommerce .product-buttons .yith-wcwl-add-to-wishlist a:before {
    font-size: 12px;
}
.shopthepost.woocommerce .product-buttons .yith-wcwl-wishlistaddedbrowse a:before,
.shopthepost.woocommerce .product-buttons .yith-wcwl-wishlistexistsbrowse a:before {
    font-size: 14px;
}
.shopthepost.woocommerce .product .star-rating {
    margin-bottom: 7px;
}
.shopthepost.woocommerce .product-buttons .add-to-cart a:before,
.shopthepost.woocommerce .woocommerce .product-buttons .add-to-cart a:before {
    font-size: 12px;
    line-height: 34px;
}
.shopthepost.woocommerce .products[class*='wc-col-'] {
    margin-right: -10px;
    margin-left: -10px;
}
.shopthepost.woocommerce .products[class*='wc-col-'] > .product {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}
.product-loop-content {
    position: relative;
    display: block;
}
.product-loop-content.content-grid {
    overflow: hidden;
    margin-bottom: -40px;
}
.product-loop-content.content-carousel {
    display: block;
    clear: both;
    padding-bottom: 10px;
    width: 100%;
}
.product-loop-content.content-carousel.product-pre-load {
    min-height: 30px;
}
.product-loop-content.content-carousel .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}
.product-loop-content.content-carousel .product {
    margin-bottom: 40px;
}
.product-loop-content.content-carousel .slick-list {
    margin-right: -10px;
    margin-left: -10px;
}
.woocommerce-page .single-inner {
    margin-bottom: 0;
}
.product-loop-content .slider-nav {
    top: 10px;
    right: 10px;
    margin: 0;
    width: 50px;
    height: 28px;
    font-size: 10px;
    line-height: 28px;
    opacity: 0;
}
.product-loop-content .slider-nav.prev {
    right: 62px;
    left: auto;
}
.product-loop-content:hover .slider-nav {
    opacity: .1;
}
.product-loop-content .slider-nav:hover {
    opacity: 1;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 16.666667%;
    margin: 15px 15px 0px 0px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
}
#mini-cart {
    position: absolute;
    top: -99999px;
    right: -20px;
    left: auto;
    z-index: 99;
    display: block;
    visibility: hidden;
    padding: 20px;
    min-width: 300px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: opacity .3s cubic-bezier(0.32, 0.74, 0.57, 1);
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    pointer-events: none;
}
.woocommerce-page .woocommerce table.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
}
.woocommerce-page .cart_totals table.shop_table_responsive th,
.woocommerce-page .cart_totals table.shop_table_responsive td {
    padding-right: 0;
    padding-left: 0;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody .woocommerce-Price-amount.amount {
    font-size: 14px;
}
.woocommerce-page .cart_totals table.shop_table_responsive tr {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}
.entry-content .woocommerce tbody tr:nth-child(2n),
.comment-content .woocommerce tbody tr:nth-child(2n) {
    background: none;
}
.single-product-content .breadcrumb-inner {
    color: #aaa;
}
.single-product-content .breadcrumb-inner a {
    color: #333;
}
.products-outer {
    position: relative;
    display: block;
}
.woocommerce .select2-dropdown {
    font-size: .825rem;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    margin-top: -13px;
    height: 26px;
}
.woocommerce-page .select2-results {
    font-size: .875rem;
}
.woocommerce-page #ship-to-different-address {
    padding: 0;
    background-color: transparent;
    color: inherit;
}
#ship-to-different-address-checkbox {
    display: none;
    opacity: 0;
}
#ship-to-different-address-checkbox + span {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
#ship-to-different-address-checkbox + span:before {
    margin: 0 7px 0 0;
    padding: 1px;
    width: .8rem;
    height: .8rem;
    border: 1px solid #777;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: transparent;
    content: "\2714";
    vertical-align: middle;
    font-size: 10px;
    line-height: 1;
    -webkit-transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
    -moz-transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
    -ms-transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
    -o-transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
    transition: all .15s cubic-bezier(0.32, 0.74, 0.57, 1);
}
.woocommerce #rememberme:checked + span:before,
#ship-to-different-address-checkbox:checked + span:before {
    border-color: #000;
    background-color: #000;
    color: #fff;
}
#ship-to-different-address label {
    cursor: pointer;
}
.woocommerce-account:not(.logged-in) .entry-content .woocommerce {
    margin-right: auto;
    margin-left: auto;
    padding: 50px 30px 20px 30px;
    max-width: 500px;
    border: 1px solid rgba(0, 0, 0, .07);
}
.woocommerce .lost_reset_password .woocommerce-form-row {
    width: 100%;
}
#sidebar .null-instagram-feed ul {
    margin-right: -1px;
    margin-left: -1px;
    padding: 0px;
}
#sidebar .null-instagram-feed li {
    position: relative;
    width: 33.33333333%;
    float: left;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;
    margin-bottom: 2px;
    list-style: none;
}
#footer-container .null-instagram-feed ul {
    margin-right: -1px;
    margin-left: -1px;
    padding: 0px;
}
#footer-container .null-instagram-feed li {
    position: relative;
    width: 33.33333333%;
    float: left;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;
    margin-bottom: 2px;
    list-style: none;
}
.footer_instafeed_wrapper .null-instagram-feed ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
}
.footer_instafeed_wrapper .null-instagram-feed li {
    position: relative;
    width: 16.66666667%;
    float: left;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}
.footer_instafeed_wrapper .null-instagram-feed {
    margin-bottom: 0px !important;
    padding: 0px;
    border: 0px;
}
.footer_instafeed_wrapper .null-instagram-feed .clear {
    font-size: 11px;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    line-height: 44px;
    height: 44px;
    background-color: #FFF;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
}
.footer_instafeed_wrapper .null-instagram-feed .clear a {
    display: block;
    padding: 0 20px;
}
.footer_instafeed_wrapper .null-instagram-feed .clear a:hover {
    text-decoration: none !important;
}
/*-------------------------------------------------------------------------------------
go to top
-------------------------------------------------------------------------------------*/

#go-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
#go-top a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    background: var(--jl-main-color);
    font-size: 13px;
    cursor: pointer;
    border-radius: var(--jl-border-rounded);
}
#go-top a:hover {
    background: var(--jl-main-color);
    color: #fff !important;
    text-decoration: none !important;
}
/* Feature image box*/

.jl_feature_box_w {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 70%;
    margin-bottom: 50px;
}
.jl_feature_box_w .jl_feature_image,
.jl_feature_box_w .jl_feature_link,
.jl_feature_box_w .jl_feature_bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 1;
}
.jl_feature_box_w .jl_feature_title {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    padding: 0px;
    bottom: auto;
    text-align: center;
    z-index: 1;
}
.jl_feature_box_w .jl_feature_title span {
    display: inline-block;
    background: #fff;
    color: #000;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding: 0px 30px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.jl_feature_box_w .jl_feature_bg {
    background: #000;
    opacity: 0;
}
.jl_feature_box_w .jl_feature_link {
    z-index: 2;
}
/*-------------------------------------------------------------------------------------
Footer
-------------------------------------------------------------------------------------*/

.enable_footer_columns_dark {
    background: #000;
    color: #fff;
}
.enable_footer_columns_dark a {
    color: #dddede;
}
.enable_footer_columns_dark .meta-category-small a {
    color: #fff !important;
    letter-spacing: 0.05em;
}
.enable_footer_columns_dark .feature-post-list .item-details .post-meta,
.enable_footer_columns_dark .feature-post-list .item-details .post-meta a {
    color: #fff;
}
.enable_footer_columns_dark .widget .widget-title h2 {
    color: #fff;
}
.enable_footer_columns_dark .social-icons-list-widget li a {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #3a3939;
    border-radius: 50px;
}
.enable_footer_columns_dark .social-icons-list-widget li a:hover {
    text-decoration: none !important;
}
.enable_footer_columns_dark .tagcloud a {
    color: #dedede;
    background: transparent;
    border: 1px solid #414749;
}
.enable_footer_columns_dark .tagcloud a:hover {
    background: var(--jl-main-color);
    color: #fff;
    border-color: transparent;
}
.enable_footer_columns_dark .author-avatar-link a,
.enable_footer_columns_dark .feature-post-list .item-details .post-meta a:hover {
    color: #999 !important;
}
.enable_footer_columns_dark .widget p {
    color: #ccc;
}
.enable_footer_columns_dark .jl_continue_reading {
    background: #676767;
}
.enable_footer_columns_dark .jl_continue_reading:hover {
    background: #000;
}
footer .slider_widget_post .wrap_box_style_main .post-read-time {
    display: none;
}
footer .slider_widget_post .recent_post_large_widget {
    height: 295px;
}
footer .cfs_from_container {
    padding: 0px !important;
}
footer .cfs_from_container .cfs_from_content {
    color: #999;
    font-size: 14px;
    margin-bottom: 25px;
    margin-top: -10px;
}
footer .cfs_from_wrapper .cfs_email_text input {
    border-bottom: 0px solid #dedddd !important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background: #434343;
    color: #fff;
    text-align: left;
}
footer .cfs_from_wrapper .cfs_form_title {
    font-size: 17px;
    font-weight: 600 !important;
    color: #000 !important;
}
footer .cfs_from_wrapper .cfs_label_message {
    display: none;
}
footer .social-count-plus ul li {
    border: 3px solid #212121 !important;
}
footer {
    background: #f7f7f7;
    padding-top: 0px;
    color: #CCC;
    float: left;
    width: 100%;
}
footer .footer-columns .container .row {
    margin-right: -25px;
    margin-left: -25px;
}
footer .col-md-3,
footer .col-md-4,
footer .col-md-6,
footer .col-md-12 {
    padding-right: 25px;
    padding-left: 25px;
}
footer.jl_footer_act .footer-columns {
    padding-top: 60px;
    padding-bottom: 30px;
}
footer .social-icons-list-widget {
    text-align: left;
}
footer .social-icons-list-widget li a {
    color: #323439;
}
footer a {
    color: #222;
}
footer a:hover {
    text-decoration: underline;
}
footer .widget-title h2 {
    color: #535353;
    margin: 0px;
    margin-bottom: 0px;
}
footer .widget-title {
    margin-bottom: 30px;
}
.footer_wrapper {
    background: #222;
    color: #FFF;
    padding: 10px 0px;
}
footer .widget {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0);
    padding: 0px;
    border: 0px;
    margin-bottom: 40px;
}
footer .widget p {
    color: #999;
}
footer .widget select {
    width: 100% !important;
    color: #000;
}
footer #wp-calendar caption {
    color: #fff;
}
footer #wp-calendar thead {
    color: #fff;
    background: #000000 !important;
    border-bottom: 2px solid #212121 !important;
    border-top: 2px solid #212121 !important;
    border-right: 0px solid #212121 !important;
}
footer #wp-calendar tbody {
    color: #000;
}
footer #wp-calendar tbody td {
    background: #565656;
    border: 1px solid #212121;
    color: #fff;
}
footer #wp-calendar tbody td#today {
    background-color: #212121;
}
footer #wp-calendar tbody td:hover {
    background: #565656;
    color: #fff;
}
footer #wp-calendar tbody .pad,
footer #wp-calendar tbody .pad:hover {
    background: none;
}
footer #wp-calendar tfoot td,
#wp-calendar tfoot th {
    border: 0px solid #e1e1e1;
}
footer .widget .image-flickr-widget,
footer .widget .image-flickr-widget li {
    padding: 0px;
    margin-bottom: 0px;
    float: left;
    list-style: none;
}
.jl_footer_act .widget_categories ul li {
    width: 100%;
}
.footer4col .slider_widget_post .wrap_box_style_main {
    padding: 20px;
}
.footer4col .slider_widget_post .wrap_box_style_main h3 {
    font-size: 16px;
}
.image-flickr-widget {
    float: left;
    width: 100%;
    padding: 0px;
}
.image-flickr-widget li {
    list-style: none;
}
.footer_wrapper .row {
    margin-bottom: 0px;
}
.footer_wrapper a {
    color: #FFF;
}
.footer_menu {
    text-align: right;
}
.footer_menu ul li {
    display: inline-block;
}
/*footer menu*/

.footer-bottom {
    color: #535353;
    text-align: left;
    float: left;
    width: 100%;
}
.enable_footer_copyright_dark {
    color: #ccc;
}
.enable_footer_copyright_dark .footer_logo_bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.enable_footer_copyright_dark .footer-menu-bottom ul li a {
    color: #ccc !important;
}
.footer-bottom .row {
    margin-bottom: 0px;
    margin-right: -25px;
    margin-left: -25px;
}
.jl_ft_mini,
.jl_ft_mini .footer-bottom {
    text-align: center;
}
.jl_ft_mini .menu-footer {
    float: none;
    margin-top: 20px;
    text-align: center;
}
.jl_ft_mini .footer-logo-holder img {
    width: 180px;
}
.jl_ft_mini .social_icon_header_top {
    padding: 0px;
    margin: 20px 0px 0px 0px;
}
.jl_ft_mini .social_icon_header_top li {
    list-style: none;
    display: inline-block;
    padding: 0px 2px;
}
.jl_ft_mini .cp_txt {
    margin-top: 12px;
    font-size: 14px;
    font-family: var(--jl-menu-font);
}
.jl_ft_mini .cp_txt a {
    display: contents;
}
.jl_ft_mini .jl_ft_cw {
    padding: 40px 0px;
    border-top: 1px solid rgba(136, 136, 136, 0.2);
}
.ft_s2 .jl_ft_cw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 30px 0px;
}
.ft_s2 .jl_ft_cw .cp_txt,
.ft_s2 .jl_ft_cw .menu-footer {
    display: inline-flex;
    text-align: left;
    margin: 0px;
}
.ft_s2.jl_ft_mini .social_icon_header_top {
    margin: 0px;
}
.ft_s2.jl_ft_mini .social_icon_header_top li {
    margin-left: 15px;
    padding: 0px;
}
.ft_s2.jl_ft_mini .social_icon_header_top li a {
    background: transparent !important;
    width: auto;
    height: auto;
    line-height: 1.2;
    font-size: 15px;
}
.ft_s2.jl_ft_mini .social_icon_header_top li a i,
.ft_s2.jl_ft_mini .social_icon_header_top li a:hover i {
    color: #fff !important;
    position: relative;
}
.jl_ft_mini .social_icon_header_top li a i {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    transform: translate3d(0, 0, 0) perspective(1px) translateY(-50%);
    width: 100%;
    left: 0px;
}
.jl_ft_mini .social_icon_header_top li a.facebook {
    background: #45629f;
}
.jl_ft_mini .social_icon_header_top li a.google_plus {
    background: #df5443;
}
.jl_ft_mini .social_icon_header_top li a.behance {
    background: #43638b;
}
.jl_ft_mini .social_icon_header_top li a.behance {
    background: #0057ff;
}
.jl_ft_mini .social_icon_header_top li a.vimeo {
    background: #1ab7ea;
}
.jl_ft_mini .social_icon_header_top li a.youtube {
    background: #c61d23;
}
.jl_ft_mini .social_icon_header_top li a.instagram {
    background: #125d8f;
}
.jl_ft_mini .social_icon_header_top li a.Linkedin {
    background: #0077B5;
}
.jl_ft_mini .social_icon_header_top li a.pinterest {
    background: #e02321;
}
.jl_ft_mini .social_icon_header_top li a.twitter {
    background: #5eb2ef;
}
.jl_ft_mini .social_icon_header_top li a.spotify_i {
    background: #1ed760;
}
.jl_ft_mini .social_icon_header_top li a.deviantart {
    background: #c9dd44;
}
.jl_ft_mini .social_icon_header_top li a.dribble {
    background: #f5669a;
}
.jl_ft_mini .social_icon_header_top li a.dropbox {
    background: #0077fa;
}
.jl_ft_mini .social_icon_header_top li a.rss {
    background: #ff8d36;
}
.jl_ft_mini .social_icon_header_top li a.skype {
    background: #00bcf2;
}
.jl_ft_mini .social_icon_header_top li a.stumbleupon {
    background: #f56132;
}
.jl_ft_mini .social_icon_header_top li a.wordpress {
    background: #1a87aa;
}
.jl_ft_mini .social_icon_header_top li a.yahoo {
    background: #5729bb;
}
.jl_ft_mini .social_icon_header_top li a.sound_cloud {
    background: #b19ba5;
}
.jl_ft_mini .social_icon_header_top li a {
    font-size: 15px;
    background: #222;
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: block;
    border-radius: 100px;
    position: relative;
}
.jl_ft_mini .social_icon_header_top li a i,
.jl_ft_mini .social_icon_header_top li:hover a,
.jl_ft_mini .social_icon_header_top li:hover a i {
    color: #fff !important;
}
.bottom_footer_menu_text .jl_ft_w {
    padding: 30px 0 35px 0;
    border-top: 1px solid #383838;
    float: left;
    width: 100%;
}
.bottom_footer_menu_text .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
}
.footer-bottom .footer_logo_bottom {
    padding-top: 55px;
    padding-bottom: 55px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-bottom .footer_logo_bottom img {
    max-height: 90px;
}
.footer-bottom .footer-left-copyright {
    text-align: left;
    margin-top: 5px;
    color: #ccc;
}
.footer-bottom .footer-menu-bottom {
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-right {
    text-align: right;
}
.menu-footer {
    margin-bottom: 0px;
    padding: 0px;
    float: right;
}
#menu-footer-menu li {
    float: none;
    display: inline;
    list-style: none;
    margin: 0 0px 0 10px;
    display: inline-block;
    color: #FFF;
}
#menu-footer-menu li a {
    text-decoration: none;
    color: #fff;
    font-family: var(--jl-menu-font);
    font-size: var(--jl-menu-font-size);
    font-weight: var(--jl-menu-font-weight);
    text-transform: var(--jl-menu-transform);
    letter-spacing: var(--jl-menu-space);
}
#menu-footer-menu li a:hover {
    text-decoration: none !important;
    color: var(--jl-main-color);
}
#footer-container .jl_author_img_w,
#footer-container .post-date:before {
    display: none;
}
#footer-container .feature-post-list.popular-post-widget li,
#footer-container .feature-post-list.recent-post-widget li,
#footer-container .feature-post-list li {
    border-bottom: 0px solid #212121 !important;
}
#footer-container .feature-post-list.popular-post-widget li:last-child,
#footer-container .feature-post-list.recent-post-widget li:last-child,
#footer-container .feature-post-list li:last-child {
    border: none !important;
}
#footer-container_no_footer {
    padding-top: 0px !important;
}
.footer-columns .post-author a:hover,
.post-author a:hover,
.caption-overlay a,
.no_padding_footer {
    padding-top: 0px !important;
}
footer .widget {
    float: left !important;
    width: 100%;
    background: none;
}
footer .row {
    margin-bottom: 0px !important;
}
#footer-container .widget:after {
    border: 0px solid #EAEAEA;
    position: relative;
    display: none;
}
.jl_none_space {
    padding: 0px !important;
    margin: 0px !important;
    width: 0px !important;
    height: 0px !important;
}
/* Gutenberg styles */

@media only screen and (min-width: 768px) {
    .jl-has-sidebar .jl_content .alignfull {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 100%;
    }
    body:not(.jl-has-sidebar) .jl_content .alignfull {
        margin-left: calc(50% - 0px - 50vw);
        margin-right: calc(50% - 0px - 50vw);
    }
    .jl_content .alignfull {
        margin-left: calc(50% - 55px - 50vw);
        margin-right: calc(50% - 55px - 50vw);
        width: auto;
        max-width: 1000%;
    }
    .jl-has-sidebar .jl_content .alignwide {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 100%;
    }
    .jl_content .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }
    .jl_content .alignwide img,
    .jl_content .alignfull img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .jl_content .alignwide iframe,
    .jl_content .alignfull iframe {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .jl_content .alignwide iframe,
    .jl_content .alignfull iframe {
        width: auto;
        height: auto;
    }
    .wp-block-media-text {
        display: block;
    }
    .wp-block-media-text figure {
        margin-bottom: 30px!important;
    }
    .wp-block-media-text .wp-block-media-text__content {
        padding: 0;
    }
}
.wp-block-group.has-background {
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.wp-block-media-text {
    margin-bottom: 40px;
}
.wp-block-cover {
    margin-bottom: 30px;
}
.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-text,
.wp-block-cover-text a,
section.wp-block-cover-image h2 {
    color: #fff !important;
}
.wp-block-cover-text a,
.wp-block-cover-text a:hover {
    background: transparent !important;
    border-width: 0px !important;
    box-shadow: none !important;
}
.wp-block-latest-comments footer {
    background: transparent;
}
.wp-block-latest-comments footer a {
    color: #000;
}
.wp-block-latest-comments footer a:hover {
    color: var(--jl-main-color);
}
.wp-block-latest-comments li {
    float: left;
    width: 100%;
    margin-bottom: 20px !important;
}
.loop-large-post .wp-block-button .wp-block-button__link,
.options_layout_wrapper .wp-block-file__button {
    -webkit-appearance: none;
    background: #000;
    color: #fff !important;
    text-decoration: none !important;
    padding: 14px 30px;
    border: 0;
    font-family: var(--jl-menu-font);
    font-size: var(--jl-button-font-size);
    font-weight: var(--jl-button-font-weight);
    text-transform: var(--jl-button-transform);
    letter-spacing: var(--jl-button-space);
    height: auto;
    transition: all .25s ease-in-out;
    border-bottom: 0px !important;
    -webkit-box-shadow: inset 0 -1px 0 transparent !important;
    -moz-box-shadow: inset 0 -1px 0 transparent !important;
    box-shadow: inset 0 -1px 0 transparent !important;
    border-radius: 5px;
}
.loop-large-post .wp-block-button .wp-block-button__link:hover,
.options_layout_wrapper .wp-block-file__button:hover {
    background: var(--jl-main-color);
}
.loop-large-post .wp-block-button.is-style-squared .wp-block-button__link{
    border-radius: 0px;
}
.loop-large-post .wp-block-button.is-style-outline .wp-block-button__link {
    color: #000 !important;
    border: 2px solid #000 !important;
}
.loop-large-post .wp-block-button.is-style-outline .wp-block-button__link:hover{
    background: var(--jl-main-color) !important;
    color: #fff !important;
    border-color: var(--jl-main-color) !important;
}
.options_layout_wrapper .wp-block-file__button {
    padding: 12px 30px;
}
.options_layout_wrapper .wp-block-button .wp-block-button__link:hover,
.options_layout_wrapper .wp-block-file__button:hover,
.options_layout_wrapper .wp-block-file .wp-block-file__button:hover {
    text-decoration: none !important;
    color: #fff !important;
    opacity: 1;
}
.is-style-outline .wp-block-button__link {
    background: none!important;
    border-style: solid!important;
    border-width: 1px!important;
    color: #000;
}
.is-style-outline .wp-block-button__link:hover {
    color: #fff !important;
    background: #000 !important;
}
.content_single_page li,
.post_content li {
    padding-left: 0px;
    margin-bottom: .5em;
}
.content_single_page ul ul,
.content_single_page ul ol,
.content_single_page ol ol,
.content_single_page ol ul,
.post_content ul ul,
.post_content ul ol,
.post_content ol ol,
.post_content ol ul {
    margin-top: 0.5rem;
    margin-bottom: 0;
}
.has-medium-font-size {
    font-size: 20px !important;
}
.has-large-font-size {
    font-size: 33px !important;
}
.options_dark_skin p.has-drop-cap:not(:focus):first-letter {
    color: #fff;
}
p.has-drop-cap:not(:focus):first-letter {
    font-size: 83px;
    font-weight: 400;
    margin-top: 10px;
    color: #000;
}
p span[style*="text-decoration: underline"] {
    color: #000;
}
.options_dark_skin p span[style*="text-decoration: underline"] {
    color: #cacaca;
}
.wp-block-embed:not(.is-type-video) > div {
    display: inline-block;
}
.wp-block-embed.is-type-video {
    text-align: center;
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
}
.wp-block-embed-youtube .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 520px;
}
.wp-block-embed.wp-block-embed-facebook.alignleft,
.wp-block-embed.wp-block-embed-facebook.alignright {
    max-width: 350px;
}
.wp-block-embed.wp-block-embed-wordpress.alignleft,
.wp-block-embed.wp-block-embed-wordpress.alignright {
    max-width: 600px;
}
.loop-large-post .wp-block-file a.wp-block-file__button {
    text-decoration: none !important;
}
.wp-block-image,
.wp-block-embed,
.wp-block-gallery {
    margin-top: calc(30px + .25vw);
    margin-bottom: calc(10px + .25vw);
}
.wp-block-separator {
    border-top: 1px solid #E2E3E7;
    border-bottom: none;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}
.wp-block-separator.is-style-dots {
    border: none;
    width: 100%;
}
.wp-block-separator.is-style-wide {
    width: 100%;
}
.wp-block-categories.wp-block-categories-dropdown, .wp-block-archives-dropdown{
    margin-bottom: 20px;
}
.wp-block-archives.wp-block-archives-dropdown {
    margin-bottom: 30px;
}
.wp-block-calendar {
    margin-bottom: 20px;
}
.wp-block-categories {
    list-style: none;
    padding-left: 0;
}
.wp-block-categories li {
    list-style: none;
}
.wp-block-latest-posts {
    list-style: none;
    padding-left: 0;
}
.wp-block-latest-posts:not(.is-grid) li {
    margin-bottom: 16px;
}
.wp-block-latest-posts a {
    background: #EFF0F4;
    padding: 5px 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
    text-decoration: none;
}
.wp-block-pullquote {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.wp-block-pullquote blockquote {
    margin-bottom: 0px;
    border-radius: 0px;
}
.wp-block-pullquote.has-background {
    border-radius: 5px;
}
.wp-block-pullquote.has-background blockquote {
    background: transparent;
}
.wp-block-pullquote p {
    font-size: 20px;
}
.wp-block-pullquote blockquote p {
    font-size: 28px;
    line-height: 1.6;
}
.wp-block-pullquote cite {
    text-transform: uppercase;
}
.wp-block-quote.is-large {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    text-align: left;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 30px 30px 30px 70px;
}
.wp-block-quote cite br {
    display: none;
}
blockquote.has-text-align-right:before {
    right: 30px;
    left: auto;
    -webkit-transform: none;
    transform: none;
}
.wp-block-pullquote.alignwide,
.wp-block-pullquote.alignfull {
    padding-top: 100px;
    padding-bottom: 100px;
}
.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    margin-bottom: 30px;
    max-width: 1000%;
}
.wp-block-pullquote.alignwide:before,
.wp-block-pullquote.alignfull:before {
    left: 50%;
    margin-left: -15px;
    margin-top: -65px;
}
.wp-block-button {
    margin-bottom: 30px;
}
.wp-block-button.download-button a.wp-block-button__link {
    font-size: 22px;
    padding: 15px 25px;
}
.wp-block-gallery .blocks-gallery-item figcaption {
    background: rgba(0, 0, 0, 0.5);
    padding-top: 5px;
}
.wp-block-columns .wp-block-column {
    padding-left: 15px;
    padding-right: 15px;
}
.wp-block-columns .wp-block-column:first-child {
    padding-left: 0;
}
.wp-block-columns .wp-block-column:last-child {
    padding-right: 0;
}
.wp-block-columns.has-2-columns.has-small-column .wp-block-column:nth-child(n) {
    flex-basis: 30%;
}
.wp-block-columns.has-2-columns.has-small-column .wp-block-column:nth-child(2n) {
    flex-basis: 70%;
}
.wp-block-media-text h1,
.wp-block-media-text h2,
.wp-block-media-text h3,
.wp-block-media-text h4,
.wp-block-media-text h5 {
    margin-top: 0!important;
}
figure.wp-block-table {
    border: 0px !important;
    float: left;
    width: 100%;
}
.wp-block-table {
    border: 1px solid #E2E3E7;
}
.wp-block-table td {
    border: none;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    margin-bottom: 25px;
}
.wp-block-table.aligncenter {
    width: 100%;
    text-align: left;
}
.wp-block-table.alignleft,
.wp-block-table.alignright {
    width: auto;
}
.wp-block-table tr td {
    border-color: #E2E3E7;
}
.wp-block-table tr:nth-child(2n+1) td {
    background: #EFF0F4;
}
.wp-block-table.is-style-stripes {
    border: 1px solid #E2E3E7;
}
.wp-block-table.is-style-stripes td {
    border: 1px solid #E2E3E7;
}
/* Slider */

.slick-loading .slick-list {
    background: #ccc;
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: '←';
}
[dir='rtl'] .slick-prev:before {
    content: '→';
}
.slick-next {
    right: -25px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: '→';
}
[dir='rtl'] .slick-next:before {
    content: '←';
}
/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: block;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.jl-slc .item-slide:first-child {
    display: block;
}
.jl-slc .item-slide {
    display: none;
}
.jl-slc.slick-initialized .item-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@media only screen and (min-width: 90.063em) {
    .jl_s_slide_text_wrapper .banner-container h5 a {
        font-size: 45px !important;
    }
    .jl_s_slide_text_wrapper .banner-container .jl_slider_desc {
        font-size: 15px;
    }
    .jl_s_slide_text_wrapper:after {
        height: 750px;
    }
    .jl_s_slide_text_wrapper,
    .jl_s_slide_text_wrapper .jl_s_slider_img,
    .jl_s_slide_text_wrapper .banner-container,
    .large_center_slider_container.jl_single_slider_box.jl_s_slide_text_wrapper .item {
        height: 750px;
    }
}