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

    + 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
    + Justified Gallery
    + Animation CSS
    + Go to top
    + Magnific Popup CSS
    + Footer

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

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

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  width: 100%;
  background-color: #f7f7f7 !important;
}
html,
body {
  -moz-osx-font-smoothing: grayscale;
}
body,
p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #343434;
}
p {
  margin: 0px 0px 25px;
}
p iframe {
  margin-bottom: 0px;
}
iframe {
  margin-bottom: 40px !important;
}

a,
a:hover {
  color: #333333;
  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;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none !important;
  color: #f75454;
}
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-weight: 700;
  color: #333333;
  letter-spacing: 0em;
  margin-top: 0px;
  line-height: 1.2;
  /* margin-bottom: 28px; */
  clear: both;
}
.container {
  max-width: 1170px;
  width: 100%;
}
::selection {
  background-color: #f75454;
  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;
  text-align: left;
  float: left;
  width: 100%;
  background: #f8f9fa;
}
.jl_radius blockquote {
  border-radius: 5px;
}
blockquote p {
  font-size: 23px !important;
  color: #333333;
  font-weight: bold !important;
  margin-bottom: 0px;
}

blockquote cite {
  margin-top: 15px;
  font-style: normal;
  font-size: 12px;
  line-height: 1.2;
  display: block;
}
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 {
  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: #f7f7f7;
  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: 15px 20px;
  max-width: 100%;
  width: 100%;
  outline: none;
  border: 1px solid #dfdfdf;
  background-color: #f7f7f7;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 400;
  line-height: 1.7;
}
.widget select {
  width: 100%;
  max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  border-radius: 5px;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"] {
  padding: 10px 25px;
  max-width: 100%;
  outline: none !important;
  border: 1px solid #dfdfdf;
  background-color: #f7f7f7;
  -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: 0.875rem;
  line-height: 22px;
  border-radius: 5px;
}
.wp-block-search .wp-block-search__input {
  height: 40px;
}
input[type="submit"],
button {
  display: block;
  float: left;
  background-color: #333333;
  color: #f7f7f7;
  line-height: 40px !important;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  padding: 0px 30px;
  margin-top: 0px;
  border-radius: 5px;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border: 0px;
  outline: none;
}

footer .widget ul {
  float: left;
  padding: 0px;
}
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%;
  font-size: 16px;
}
.wp-caption.alignnone {
  max-width: 100%;
}
.wp-caption {
  max-width: 100%;
  margin-bottom: 30px !important;
  padding: 0px;
  background: none;
  color: #333333;
  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;
}
.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;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.page_error_404 {
  text-align: center;
  margin-bottom: 90px;
}
.page_error_404 .link_home404 {
  height: 40px;
  font-size: 13px;
  letter-spacing: 0em;
  line-height: 40px;
  padding: 0 40px;
  color: #fff;
  background: #000000;
  cursor: pointer;
  border: 0px;
  margin-top: 10px;
  text-transform: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  border-radius: 5px;
}
.page_error_404 .link_home404:hover {
  text-decoration: none !important;
  color: #f7f7f7 !important;
}
.page_error_404 h1 {
  font-size: 120px;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 0px;
}
.grid_no_margin {
  margin-top: -30px;
}
.jp-type-playlist {
  opacity: 0.7;
}
h1,
h2,
h3,
h4,
h5,
h6,
.postnav #prepost,
.postnav #nextpost,
.bbp-forum-title,
.single_post_arrow_content #prepost,
.single_post_arrow_content #nextpost {
  text-transform: none;
}

.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_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: 15px;
  text-align: center;
  color: #3f6da1;
  float: left;
  -webkit-transition: 0.35s all;
  -transition: 0.35s all;
  transition: 0.35s all;
  position: absolute;
  z-index: 1;
  margin-top: 0px;
  cursor: pointer;
  opacity: 1 !important;
  background: #000;
  background: rgb(255, 255, 255, 0.3);
  outline: none;
}
.jl_w_slider .jl-slider-next,
.jl_w_slider .jl-slider-prev {
  color: #f7f7f7;
  background: rgba(52, 58, 64, 0.75);
}
.jl_w_slider .jl-slider-prev i {
  margin-left: -2px;
}
.jl_sec_title {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.jl_sec_title p {
  line-height: 1.2;
  margin-bottom: 0px;
}
.jl_sec_title .jl_title_c {
  margin-bottom: 0px;
  font-size: 26px;
  padding-bottom: 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget_jl_wrapper h5,
.widget-title .jl_title_c {
  /*padding-bottom: 15px;*/
  float: left;
  line-height: 1.2;
  font-size: 20px;
  margin-bottom: 30px;
  border-bottom: 2.5px solid #acacac;
  width: 100%;
}
.widget-title .mod_title_c {
  text-align: center;
  /*padding-bottom: 15px;*/
  /*float: left;*/
  line-height: 1.2;
  font-size: 20px;
  margin-bottom: 30px;
  border-bottom: 2.5px solid #acacac;
  width: 100%;
}
.jlm_w {
  display: inline-flex;
  width: 23px;
  height: 23px;
  align-items: center;
  transition: none;
  vertical-align: middle;
  position: relative;
}
.jlm_w span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #0a0a0a;
  left: 0;
}
.jlm_w .jlma {
  top: 4px;
}
.jlm_w .jlmb {
  top: 10px;
}
.jlm_w .jlmc {
  top: 16px;
}
.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;
}
.header-wraper .jl_h_cart .jl_l_cart {
  width: 40px;
  height: 75px;
  float: left;
  margin-top: -18px;
}

.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: 20px;
  height: 20px;
  line-height: 20px;
  color: #f7f7f7;
  font-size: 10px;
  background: #f75454;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -12px;
  font-style: normal;
  font-weight: 400;
}

.jl-hshow {
  position: absolute;
  top: 100%;
  top: 60px;
  right: 0;
  left: auto;
  z-index: 1000;
  display: block;
  visibility: hidden;
  padding: 20px;
  width: 320px;
  background-color: #f7f7f7;
  border: 1px solid #acacac;
  color: #333;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.is-hover:hover .jl-hshow {
  visibility: visible;
  opacity: 1;
}
/*-------------------------------------------------------------------------------------
Feature post 1
-------------------------------------------------------------------------------------*/

.jl_f_post01 {
  float: left;
  width: 100%;
  height: 600px;
  position: relative;
}
.jl-carousel:after,
.jl_f_post01:after {
  display: table;
  content: "";
  clear: both;
}
.jl_f_post01 .jl_f_post01_m {
  top: 50%;
  bottom: auto;
  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%);
}
.jl_f_post01 .jl_f_postbox {
  float: left;
  width: 60%;
  padding-left: 15px;
  padding-bottom: 50px;
}
.jl_f_post01 .jl_f_cat {
  margin-bottom: 15px;
}
.jl_f_cat {
  float: left;
  width: 100%;
}
.jl_f_cat a {
  background: #222;
  float: left;
  position: relative;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 600;
  display: inline-block;
  color: #f7f7f7;
  padding: 3px 7px;
  text-align: center;
  border-radius: 3px;
  line-height: 1.2;
  margin-right: 2px;
  margin-bottom: 2px;
}
.jl_f_cat a:hover {
  color: #f7f7f7 !important;
  text-decoration: none !important;
}
.jl_f_post01 .jl_f_post01_m h3 {
  margin: 0px 0px 20px 0px;
}
.jl_f_post01 .jl_f_post01_m h3 a {
  color: #f7f7f7;
  font-size: 45px;
}
.jl_f_post01 .jl_f_post01_m h3 a:hover {
  text-decoration: underline !important;
  color: #f7f7f7 !important;
}
.jl_f_post01 .jl_f_postboxs:first-child {
  border: 0px;
}
.jl_f_post01 .jl_f_postboxs {
  width: 25%;
  float: left;
  padding: 0px 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.jl_f_post01 .jl_f_postboxs h3 {
  margin: 0px 0px 10px 0px;
}
.jl_f_post01 .jl_f_postboxs * {
  color: #f7f7f7;
}
.jl_f_post01 .jl_f_postboxs h3 a {
  color: #ececec;
  font-size: 17px;
  white-space: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.7em;
}
.jl_f_post01 .jl_f_postboxs h3 a:hover {
  color: #f7f7f7 !important;
}
.jl_f_post01 .jl_post_meta span,
.jl_f_post01 .jl_post_meta span a {
  color: #f7f7f7 !important;
  text-transform: none !important;
}
.jl_f_post01 .jl_post_meta .post-read-time {
  display: none;
}
.jl_f_post01 .jl_f_post01_s {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
}
.jl_f_post01 .jl_f_post01_s .row {
  margin-bottom: 0px;
}
.jl_f_post01 .jl_f_post01_s .jl_f_post01_sw {
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  padding: 30px 20px;
  border-radius: 8px 8px 0px 0px;
}

.jl_f_post01 .jl_f_img_link {
  background: #000000;
  opacity: 0.2;
}

.jl_f_img_bg {
  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;
  -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_mgo_wrapper {
}
.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 {
  position: absolute;
  left: 20px;
  top: 20px;
}
.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: #f7f7f7 !important;
}
.jl_mgo_wrapper .jl_post_meta span,
.jl_mgo_wrapper .jl_post_meta span a {
  color: #f7f7f7 !important;
}
.jl_mgo_wrapper .jl_post_meta span:before {
  background: #f7f7f7;
}
.jl_mgo_wrapper .jl_f_img_link {
  top: 0px;
  background: #444;
  opacity: 0.28;
}
.jl_mgo_wrapper .jl_f_postbox {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 30px;
}
/*-------------------------------------------------------------------------------------
Feature main grid
-------------------------------------------------------------------------------------*/
.jl_mg_wrapper .jl_mg_post {
  margin: 0px -20px;
}
.jl_mg_wrapper .jl_mg_main {
  float: left;
  width: 50%;
  padding: 0px 20px;
}
.jl_mg_wrapper .jl_mg_main .entry-title {
  margin-bottom: 0px;
}
.jl_mg_wrapper .jl_mg_main .jl_img_box {
  margin-bottom: 20px;
}
.jl_mg_wrapper .jl_mg_main .jl_post_meta {
  margin-top: 15px;
}
.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: 25%;
  margin-bottom: 35px;
  padding: 0px 20px;
}
.jl_mg_wrapper .jl_mg_sm .jl_f_cat {
  position: absolute;
  left: 20px;
  top: 20px;
}
.jl_mg_wrapper .jl_mg_sm .entry-title {
  font-size: 17px;
  margin-bottom: 0px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.7em;
}
.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_mix_post {
  margin: 0px -20px;
}
.jl_mix_post .jl_m_left {
  float: right;
  width: 25%;
  padding: 0px 15px;
}
.jl_mix_post .jl_m_right {
  float: left;
  width: 37%;
  padding: 0px 20px;
  margin-bottom: 30px;
}
.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: 20px;
  top: 20px;
}
.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: 63%;
  float: left;
  padding: 0px 20px;
}
.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_p {
  float: left;
  width: 100%;
  height: 320px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.jl_m_center .jl_m_center_w {
  float: left;
  width: 100%;
  height: 560px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.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, 0.5))
  );
  background: linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, 0.5) 100%);
}
.jl_m_center .text-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 20px;
}
.jl_m_center .text-box .jl_f_cat {
  margin-bottom: 15px;
}
.jl_m_center .text-box .jl_post_meta {
  margin-top: 15px;
  text-shadow: 1px 1px 2px rgba(28, 28, 28, 0.1);
}
.jl_m_center .text-box h3 {
  float: left;
  width: 100%;
  font-size: 24px;
  /* line-height: 0.7; */
  text-shadow: 1px 1px 2px rgba(28, 28, 28, 0.1);
}
.jl_m_center .text-box h3 a,
.jl_m_center .text-box h3 a:hover {
  color: #f7f7f7 !important;
}
.jl_m_center .text-box p {
  color: #fff;
  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: #f7f7f7 !important;
}
.jl_m_center .jl_post_meta span:before {
  background: #f7f7f7;
}
.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;
}
.bt_post_widget .jl_m_right:last-child .jl_m_right_w {
  padding: 0px;
}
.jl_m_right .jl_m_right_img {
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
  position: relative !important;
  display: block;
  float: left;
}
.footer-columns .jl_m_right .jl_m_right_img {
  -webkit-flex: 0 0 95px;
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
  width: 95px;
}
.jl_mix_post .jl_m_right .jl_m_right_img {
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  width: 120px;
  height: 100%;
}
.jl_m_right .jl_m_right_content {
  position: relative;
  margin-left: 20px;
  top: 0px;
}
.jl_m_right .jl_m_right_content h3 {
  color: #333333;
  font-size: 17px;
  font-weight: 500 !important;
  margin: 0px;
  white-space: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.7em;
}
.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: 10px;
}
.jl_m_right .jl_m_right_content p {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.jl_radus_e {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

/*-------------------------------------------------------------------------------------
Feature grid
-------------------------------------------------------------------------------------*/
.jl_grid_w {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.jl_grid_w .jl_img_box {
  /* margin-bottom: 15px; */
  /* height: 180px; */
}
.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: 14px;
}
.jl_grid_w .text-box h3 {
  margin-bottom: 0px;
  float: left;
  width: 100%;
  word-break: break-word;
}
.jl_grid_w .text-box h3 a {
  font-size: 22px;
  display: block;
}
.jl_grid_w .text-box p {
  margin: 13px 0px 0px 0px;
  float: left;
  width: 100%;
  word-break: break-word;
}
.jl_grid_w .jl_post_meta {
  margin-top: 16px;
}
.jl_grid_wrap_f {
  margin-bottom: 0px;
}
.jl_grid_wrap_f .jl-roww {
  display: flex;
  flex-flow: row wrap;
  margin: 0px -20px;
}
.jl_sf_grid.jl_grid_wrap_f .jl-col3 .jl-grid-cols {
  width: 50%;
}
.g_2col.jl_grid_wrap_f .jl-col3 .jl-grid-cols {
  width: 50%;
}
.g_4col.jl_grid_wrap_f .jl-col3 .jl-grid-cols {
  width: 25%;
}
.g_4col.jl_grid_wrap_f .jl-col3 .jl_post_meta .post-read-time {
  display: none;
}
.g_4col.jl_grid_wrap_f .text-box h3 a {
  font-size: 18px;
}
.jl_grid_wrap_f .jl-col3 .jl-grid-cols {
  width: 33.333%;
  padding: 0px 20px;
}
.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 20px;
}
.jl_m_list {
  float: left;
  width: 100%;
}
.jl_m_list .jl_m_right_w {
  padding-bottom: 0px;
  margin-bottom: 40px;
}
.jl_m_list .jl_m_right_img {
  -webkit-flex: 0 0 260px;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  width: 260px;
}
.jl_m_list .jl_m_right_content {
  margin-left: 30px;
}
.jl_m_list .jl_m_right_content .jl_f_cat {
  margin-bottom: 10px;
}
.jl_m_list .jl_m_right_content .entry-title {
  font-size: 21px;
  margin-bottom: 0px;
  float: left;
  width: 100%;
}
.jl_m_list .jl_m_right_content .jl_post_meta {
  margin-top: 10px;
}
.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;
}

/*-------------------------------------------------------------------------------------
Feature full
-------------------------------------------------------------------------------------*/
.jl_full_feature {
  width: 100%;
  float: left;
  height: 550px;
  position: relative;
  overflow: hidden;
}
.jl_full_feature .jl_f_img_link {
  background: #222;
  opacity: 0.28;
}
.jl_full_feature .jl_f_postbox .jl_f_cat {
  margin-bottom: 20px;
}
.jl_full_feature .jl_f_postbox .jl_f_cat a {
  display: inline-block;
  float: none;
}
.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;
  text-shadow: 1px 1px 2px rgba(28, 28, 28, 0.1);
}
.jl_full_feature .jl_f_postbox .jl_post_meta {
  text-shadow: 1px 1px 2px rgba(28, 28, 28, 0.1);
}
.jl_full_feature .jl_f_postbox .jl_f_title a {
  color: #f7f7f7;
  display: inline;
  font-size: 35px;
}
.jl_full_feature .jl_f_postbox .jl_f_title a:hover {
  color: #f7f7f7 !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;
  color: #f7f7f7 !important;
}
.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: #f7f7f7;
  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_full_feature .jl_post_meta .post-read-time:before {
  background: #f7f7f7;
}
.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: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0);
  opacity: 0 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 100%;
}
.jl_full_feature_w .jl-slider-prev:hover,
.jl_full_feature_w .jl-slider-next:hover {
  background: rgba(63, 109, 161, 0.3);
}
.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: 40px;
}
.jl_full_feature_w .jl-slider-next {
  right: 40px;
}
.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: 20px;
  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: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  margin: 0px 3px;
  opacity: 1;
  padding: 0px;
  font-size: 0px;
  color: transparent;
}
.jl_s_pagination .slick-active button {
  background: #f7f7f7;
}

/*-------------------------------------------------------------------------------------
Feature main list
-------------------------------------------------------------------------------------*/
.jl_m_b_overlay_w {
  margin-bottom: 30px;
}
.widget_jl_wrapper .jl_sm_list {
  margin-bottom: 1.5rem;
}
.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 170px;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  width: 170px;
}
.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: 50px;
}
.jl_ml .jl_m_right_img {
  overflow: hidden;
}
.jl_m_right_img a {
  display: block;
}
.jl_m_right_img img {
  width: 100%;
  height: 80px;
}
.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: #f7f7f7 !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: 16px;
  margin-bottom: 0px;
}
footer .jl_sm_list .entry-title a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.7em;
}
.jl_m_right_wc .jl_m_right:last-child .jl_m_right_w {
  padding-bottom: 0px;
}
.category_image_wrapper_main {
  margin-left: -10px;
  margin-right: -10px;
}
.footer-columns .jl_cat_img_w:last-child,
.footer-columns .jl_cat_img_w:nth-last-child(2) {
  margin-bottom: 0px;
}
.jl_cat_img_w {
  width: 50%;
  float: left;
  padding: 0px 10px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.jl_cat_img_w .jl_cat_img_c {
  height: 60px;
  position: relative;
  border: 1px solid #e9e9e9;
  background: #fbfbfb;
  border-radius: 5px;
}
.footer-columns .jl_cat_img_w .jl_cat_img_c {
  border: 1px solid #525252;
  background: #3a3939;
}
.footer-columns .jl_cat_img_w .jl_cm_overlay {
  color: #f7f7f7;
}
.jl_cat_img_w .jl_cm_overlay {
  border-radius: 100px;
  left: 20px;
  top: 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%);
  z-index: 2;
  color: #333333;
}
.footer-columns .jl_cat_img_w .jl_cm_overlay {
  left: 15px;
}
.jl_cat_img_w .category_image_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.jl_cat_img_w .jl_cm_overlay .jl_cm_name {
  font-size: 14px;
  margin-bottom: 5px;
}
.jl_cat_img_w .jl_cm_overlay .jl_cm_count {
  font-size: 12px;
}
.jl_cat_img_w .jl_cm_overlay .jl_cm_name,
.jl_cat_img_w .jl_cm_overlay .jl_cm_count {
  display: block;
  line-height: 1.2;
}
.jl_cat_img_w .category_image_bg_image {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  right: 20px;
  top: 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%);
  z-index: 2;
}
.footer-columns .jl_cat_img_w .category_image_bg_image {
  width: 40px;
  height: 40px;
  right: 15px;
}

/* Modif Css Miftah */

.footer-columns .jl_mod_img_w:last-child,
.footer-columns .jl_mod_img_w:nth-last-child(2) {
  margin-bottom: 0px;
}
.jl_mod_img_w {
  background-color: #f0f0f0;
  width: 100%;
  float: left;
  /* padding: 0px 10px; */
  /* margin-bottom: 20px; */
  position: relative;
  overflow: hidden;
}
.jl_mod_img_w .jl_mod_img_c {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  /* border-radius: 5px; */
}
.footer-columns .jl_mod_img_w .jl_mod_img_c {
  /* border: 1px solid #525252; */
  background: #3a3939;
}
.footer-columns .jl_mod_img_w .jl_cm_overlay {
  color: #f7f7f7;
}
.jl_mod_img_w .jl_cm_overlay {
  border-radius: 100px;
  left: 20px;
  top: 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%);
  z-index: 2;
  color: #333333;
}
.footer-columns .jl_mod_img_w .jl_cm_overlay {
  left: 15px;
}
.jl_mod_img_w .category_image_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.jl_mod_img_w .jl_cm_overlay .jl_cm_name {
  font-size: 14px;
  margin-bottom: 5px;
}
.jl_mod_img_w .jl_cm_overlay .jl_cm_count {
  font-size: 12px;
}
.jl_mod_img_w .jl_cm_overlay .jl_cm_name,
.jl_mod_img_w .jl_cm_overlay .jl_cm_count {
  display: block;
  line-height: 1.2;
}
.jl_mod_img_w .mod_image_bg_image {
  width: 100%;
  height: auto;
  border-radius: 100px;
  right: 20px;
  top: 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%);
  z-index: 2;
}
.footer-columns .jl_mod_img_w .mod_image_bg_image {
  width: 40px;
  height: 40px;
  right: 15px;
}

/*-------------------------------------------------------------------------------------
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: 0.3;
}
.jl_main_list .jl_f_postbox .jl_f_cat {
  margin-bottom: 15px;
}
.jl_main_list .jl_f_postbox .jl_f_cat a {
  float: none;
  display: inline-block;
}
.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_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 .post-read-time:before {
  background: #f7f7f7;
}
.jl_main_list .jl_post_meta .jl_author_img_w a,
.jl_main_list .jl_post_meta span {
  color: #f7f7f7 !important;
}
.jl_main_list .jl_f_postbox .jl_f_title a,
.jl_main_list .jl_f_postbox .jl_f_title a:hover {
  color: #f7f7f7 !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;
}

.jl_m_center.main_2col_m .jl_m_center_p {
  height: 300px;
}

.jl_mix_post .jl_topik_center {
  width: 63%;
  float: left;
  padding: 0px 20px;
}
.jl_topik_center h3 {
  margin: 0px;
}
.jl_topik_center .jl_topik_center_w {
  float: left;
  width: 100%;
  height: 350px;
  /* margin-bottom: 20px; */
  overflow: hidden;
  position: relative;
}
.jl_topik_center .jl_f_img_link {
  top: 0px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(65%, transparent),
    to(rgba(0, 0, 0, 0.5))
  );
  background: linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, 0.5) 100%);
}
.jl_topik_center .text-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 20px;
}
.jl_topik_center .text-box .jl_f_cat {
  margin-bottom: 15px;
}
.jl_topik_center .text-box .jl_post_meta {
  margin-top: 15px;
  text-shadow: 1px 1px 2px rgba(28, 28, 28, 0.1);
}
.jl_topik_center .text-box h3 {
  float: left;
  width: 100%;
  font-size: 20px;
  /* line-height: 0.7; */
  text-shadow: 1px 1px 2px rgba(28, 28, 28, 0.1);
}
.jl_topik_center .text-box h3 a,
.jl_topik_center .text-box h3 a:hover {
  color: #f7f7f7 !important;
}
.jl_topik_center .text-box p {
  color: #fff;
  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_topik_center .jl_post_meta span,
.jl_topik_center .jl_post_meta span a,
.jl_topik_center .jl_post_meta span a:hover,
.options_dark_skin .jl_topik_center .jl_post_meta span,
.options_dark_skin .jl_topik_center .jl_post_meta span a,
.options_dark_skin .jl_topik_center .jl_post_meta span a:hover {
  color: #f7f7f7 !important;
}
.jl_topik_center .jl_post_meta span:before {
  background: #f7f7f7;
}

.entry-title--bullet:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 8px;
  height: 8px;
  background: #2a2a2a;
  border-radius: 2px;
}

.options_dark_skin .entry-title--bullet:after {
  background: #f7f7f7;
}

.topik-text h3 {
  padding-left: 15px;
  color: #333333;
  font-size: 17px;
  font-weight: 500 !important;
  margin: 0px;
  white-space: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.7em;
}

/* --- Photo Detail --- */

.jl_mix_post .jl_foto_center {
  width: 63%;
  float: left;
  padding: 0px 20px;
}
.jl_foto_center h3 {
  margin: 0px;
}
.jl_foto_center .jl_foto_center_w {
  float: left;
  width: 100%;
  height: 500px;
  /* margin-bottom: 20px; */
  overflow: hidden;
  position: relative;
}
.jl_foto_center .jl_f_img_link {
  top: 0px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(65%, transparent),
    to(rgba(0, 0, 0, 0.5))
  );
  background: linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, 0.5) 100%);
}
.jl_foto_center .text-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 20px;
}
.jl_foto_center .text-box .jl_f_cat {
  margin-bottom: 15px;
}
.jl_foto_center .text-box .jl_post_meta {
  margin-top: 15px;
  text-shadow: 1px 1px 2px rgba(28, 28, 28, 0.1);
}
.jl_foto_center .text-box h3 {
  float: left;
  width: 100%;
  font-size: 20px;
  /* line-height: 0.7; */
  text-shadow: 1px 1px 2px rgba(28, 28, 28, 0.1);
}
.jl_foto_center .text-box h3 a,
.jl_foto_center .text-box h3 a:hover {
  color: #f7f7f7 !important;
}
.jl_foto_center .text-box p {
  color: #fff;
  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_foto_center .jl_post_meta span,
.jl_foto_center .jl_post_meta span a,
.jl_foto_center .jl_post_meta span a:hover,
.options_dark_skin .jl_foto_center .jl_post_meta span,
.options_dark_skin .jl_foto_center .jl_post_meta span a,
.options_dark_skin .jl_foto_center .jl_post_meta span a:hover {
  color: #f7f7f7 !important;
}
.jl_foto_center .jl_post_meta span:before {
  background: #f7f7f7;
}

/*-------------------------------------------------------------------------------------
Feature grid overlay
-------------------------------------------------------------------------------------*/
.jl_grid_overlay {
  margin-right: -20px;
  margin-left: -20px;
}
.jl_grid_overlay .jl_sec_title {
  padding: 0px 20px;
}
.jl_grid_overlay .jl_grid_overlay_col {
  width: 33.333%;
  float: left;
  padding: 0px 20px;
  margin-bottom: 30px;
}
.jl_grid_overlay .jl_grid_verlay_wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.jl_grid_overlay .jl_f_postbox {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0px 30px 30px 30px;
}
.jl_grid_overlay .jl_f_cat {
  top: 20px;
  left: 20px;
  position: absolute;
}
.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: 10px;
}
.jl_grid_overlay .jl_f_postbox .jl_f_title a,
.jl_grid_overlay .jl_f_postbox .jl_f_title a:hover {
  color: #f7f7f7 !important;
  font-size: 23px;
  margin-bottom: 0px;
  display: block;
}
.jl_grid_overlay .jl_f_postbox .jl_post_meta {
  margin-top: 10px;
}
.jl_grid_overlay .jl_post_meta span,
.jl_grid_overlay .jl_post_meta span a {
  color: #f7f7f7 !important;
}
.jl_grid_overlay .jl_post_meta span:before {
  background: #f7f7f7;
}
.jl_grid_overlay .jl_f_img_link {
  background: #000;
  opacity: 0.2;
}
.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: #f7f7f7;
  float: left;
}
.jl_w_menu.jl_grid_overlay .jl_f_cat a:hover {
  color: #f7f7f7 !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: none;
  letter-spacing: 0px !important;
  color: #f7f7f7 !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: none;
  letter-spacing: 0px !important;
  color: #f7f7f7 !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: #f7f7f7 !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 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.end-list {
  width: 100%;
}
.jl_end_wrp {
  line-height: 1.2;
}
.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 {
  width: 25px;
  height: 25px;
  border: 3px solid #f7f7f7;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin-top: 8px;
  display: inline-block;
}
.jl-load-animation span:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #f7f7f7;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 16px;
}
.jl-load-animation span:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #f7f7f7;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 16px;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.jl_lmore_c.jl_hide_pagination {
  display: none;
}
.jl_lmore_c {
  height: 40px;
  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;
  border-radius: 5px;
}
.jl_lmore_c .jl-load-link {
  height: 40px;
  line-height: 40px;
  display: block;
  color: #f7f7f7;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 600;
  padding: 0px 40px;
}
.jl_lmore_c .jl-load-link:hover {
  text-decoration: none !important;
  color: #f7f7f7 !important;
}

.jl_lmore_c:hover {
  background: #f75454;
}

/*Full with right*/
.jl_post_fr_w {
  position: relative;
  width: 100%;
  cursor: auto;
}
.jl_post_fr_w.swiper-wrapper {
  display: block;
}
.jl_post_fr_w .row {
  position: relative;
  height: 580px;
  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_w .jl_f_img_link {
  background: #000;
  top: 0px;
  opacity: 0.3 !important;
}
.jl_post_fr .jl_f_postbox {
  width: 60%;
  left: 15px;
}
.jl_post_fr .jl_post_fr_s {
  width: 350px;
  right: 15px;
}
.jl_post_fr .jl_m_right .jl_m_right_w:last-child {
  padding: 0px 0px 30px 0px;
}
.jl_post_fr .jl_post_fr_sw {
  padding: 30px 30px 0px 30px;
}
.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: #f7f7f7 !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: 15px;
}
.jl_f_postbox .jl_post_meta {
  margin-top: 20px;
}
.jl_post_fr .jl_f_title {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.jl_post_fr .jl_f_title a {
  color: #f7f7f7;
  font-size: 38px;
}
.jl_post_fr .jl_m_right_img {
  overflow: hidden;
}
.jl_post_fr .jl_f_title a:hover,
.jl_post_fr_s .entry-title a,
.jl_post_fr_s .entry-title a:hover {
  color: #f7f7f7 !important;
}
.jl_post_fr_s .entry-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.7em;
}
.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: #f7f7f7 !important;
}
.jl_post_fr .jl_post_meta .post-read-time:before {
  background: #f7f7f7;
}

/*-------------------------------------------------------------------------------------
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;
}
.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;
}
.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 .text-box {
  position: relative;
  margin-left: 40px;
  top: 0px;
}
.jl_m_below_w .text-box .jl_ssider_more {
  float: left;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 13px;
  font-weight: 600;
  color: #f7f7f7;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px 0px;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #222;
  margin-top: 20px;
  border-radius: 3px;
}
.jl_m_below_w .text-box .jl_ssider_more:hover {
  text-decoration: none !important;
  background: #f75454;
  color: #f7f7f7 !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: 15px;
}
.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;
}

/*-------------------------------------------------------------------------------------
Category header
-------------------------------------------------------------------------------------*/
.jl_none_title {
  font-size: 32px;
  margin-bottom: 20px;
}
.jl_cat_mid_title {
  margin-bottom: 25px;
}
.jl_cat_mid_title .categories-title {
  font-size: 25px;
  text-transform: uppercase !important;
  margin-bottom: 0px;
  margin-top: -10px;
}
.jl_cat_mid_title p {
  margin-top: 5px;
  margin-bottom: 0px;
  max-width: 80%;
}
.jl_cat_head .jl_grid_overlay .jl_f_img_link {
  opacity: 0.5;
}
.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 -0.5px;
}
.jl_cat_3col.jl_grid_overlay .jl_grid_overlay_col {
  width: 33.333333%;
  padding: 0px 0.5px;
  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 a {
  font-size: 20px;
}
.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: #333333;
  font-weight: 400;
  float: left;
  width: 100%;
  text-transform: none;
  letter-spacing: 0px;
}

.breadcrumbs_options a {
  color: #000 !important;
}
.breadcrumbs_options i {
  margin: 0px 5px;
}
.breadcrumbs_options a:hover {
  color: #f75454;
  text-decoration: none !important;
}
.main_content {
  margin-bottom: 0px !important;
}
.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-top: -7px;
  margin-bottom: 50px !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 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;
}
.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: #f7f7f7 !important;
}
.content_single_page .image-post-thumb {
  margin-bottom: 20px;
}
.content_single_page a:hover {
  color: #f75454;
}
.page-full {
  padding-bottom: 0px;
}
.page-full#content {
  width: 66.66666666666667% !important;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.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: #333333;
  -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;
}
#mainmenu li a i {
  margin-right: 5px;
}
#mainmenu > li > a:hover,
.navigation_wrapper #mainmenu.jl_main_menu > li li > a:hover {
  color: #000 !important;
}
.options_dark_skin #mainmenu > li > a:hover,
.options_dark_skin #mainmenu.jl_main_menu > li li > a:hover {
  color: #f7f7f7 !important;
}
/* black sections */
#mainmenu li:hover > a .jl_menu_lb {
  left: auto;
}
.jl_menu_lb {
  left: auto;
  position: absolute !important;
  bottom: auto !important;
  background: #222 !important;
  color: #f7f7f7;
  top: 15px;
  line-height: 13px;
  height: 13px !important;
  font-size: 9px;
  padding: 0px 5px;
  letter-spacing: 0px !important;
  width: unset !important;
}
.jl_menu_lb .jl_lb_ar {
  position: absolute;
  left: 40%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #222;
  clear: both;
}

/*-------------------------------------------------------------------------------------
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: #f7f7f7;
}
.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: #333333;
}
.options_dark_skin .jl_lmore_c:hover {
  background: #f75454;
}
.options_dark_skin .elementor-section.elementor-section-stretched {
  background: #000 !important;
}
.options_dark_skin .jl_m_below_w .text-box .jl_ssider_more {
  background-color: #333333;
}
.options_dark_skin .jl_cat_img_w .jl_cat_img_c {
  border: 1px solid #2f2f2f;
  background: #232323;
}

.options_dark_skin .jl_mod_img_w .jl_mod_img_c {
  /* border: 1px solid #2f2f2f; */
  background: #232323;
}
.options_dark_skin .enable_footer_columns_dark,
.options_dark_skin .enable_footer_copyright_dark {
  background: #1a1a1a;
}
.options_dark_skin
  .jl_header_magazine_style.header_layout_style3_custom
  .menu_wrapper {
  border-bottom: 1px solid #303030;
  background: #2e2e2e;
}
.options_dark_skin
  .jl_header_magazine_style.header_layout_style3_custom
  #mainmenu
  > 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_mod_img_w .jl_cm_overlay .jl_cm_name,
.options_dark_skin .jl_cat_img_w .jl_mod_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: #f7f7f7 !important;
}
.options_dark_skin .jlm_w span {
  background: #f7f7f7;
}
.options_dark_skin .jl_day_night .jl-night-toggle-icon {
  background: rgba(255, 255, 255, 0.2);
}
.options_dark_skin .jl_day_night .jl-night-toggle-icon i,
.options_dark_skin .jl_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-top: 1px solid #303030 !important;
  border-left: 1px solid #303030;
  border-right: 1px solid #303030;
}

.options_dark_skin .navigation_wrapper .jl_main_menu_office ul,
.options_dark_skin .navigation_wrapper .jl_main_menu_office .sub-menu {
  background: #1a1a1a !important;
}
.options_dark_skin .navigation_wrapper .jl_main_menu_office ul li,
.options_dark_skin .navigation_wrapper .jl_main_menu_office .sub-menu li {
  border-bottom: 0;
}
.options_dark_skin .navigation_wrapper .jl_main_menu_office ul li,
.options_dark_skin .navigation_wrapper .jl_main_menu_office .sub-menu li {
  border-top: 1px solid #303030 !important;
  border-left: 1px solid #303030;
  border-right: 1px solid #303030;
}
.options_dark_skin .navigation_wrapper .jl_main_menu ul li:last-child {
  border-bottom: 1px 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
  .jl_header_magazine_style.header_layout_style3_custom
  .logo_small_wrapper_table
  .logo_small_wrapper
  a
  .jl_logo_n {
  opacity: 0;
}
.options_dark_skin
  .jl_header_magazine_style.header_layout_style3_custom
  .logo_small_wrapper_table
  .logo_small_wrapper
  a
  .jl_logo_w {
  opacity: 1;
}
.options_dark_skin .search_form_menu_personal {
  background: rgba(26, 26, 26, 0.98);
}
.options_dark_skin .search_form_menu_personal .searchform_theme .search_btn {
  color: #f7f7f7;
  border-bottom: 2px solid #f7f7f7 !important;
}
.options_dark_skin
  .search_form_menu_personal
  .searchform_theme
  .search_btn::-webkit-input-placeholder {
  color: #f7f7f7 !important;
}
.options_dark_skin .jl_close_wapper .jl_close_1,
.options_dark_skin .jl_close_wapper .jl_close_2 {
  background: #f7f7f7;
}
.options_dark_skin #content_nav {
  background: #1a1a1a;
  color: #f7f7f7;
}
.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: #f7f7f7;
}
.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: #f7f7f7;
}
.options_dark_skin .single_post_tag_layout li a {
  border: 1px solid #555;
  background: transparent !important;
}
.options_dark_skin .single-post-meta-wrapper.jl_sfoot i {
  border: 1px solid #555;
  color: #f7f7f7;
}
.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 .postnav_w {
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
}
.options_dark_skin .auth .author-info {
  background: #303030;
}
.options_dark_skin blockquote {
  background: #303030;
}
.options_dark_skin blockquote p {
  color: #f7f7f7;
}
.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 #f7f7f7;
}
.options_dark_skin .auth .author_postcount,
.options_dark_skin .auth .author_commentcount {
  background: #333333;
}
.options_dark_skin .jl_main_menu > li > a > .border-menu {
  background: #f7f7f7 !important;
}
.options_dark_skin .menu_wrapper .jl_main_menu > li:hover > a > .border-menu {
  background: #f7f7f7 !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;
  border: 1px solid #303030;
  color: #f7f7f7;
}
.options_dark_skin
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #f7f7f7;
}
.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;
  border: 1px solid #303030;
  color: #f7f7f7;
}
.options_dark_skin .comment-form-comment textarea:focus,
.options_dark_skin .comment-form-author input:focus,
.options_dark_skin .comment-form-email input:focus,
.options_dark_skin .comment-form-url input:focus,
.options_dark_skin #content input[type="text"]:focus,
.options_dark_skin #content input[type="password"]:focus,
.options_dark_skin #content input[type="email"]:focus,
.options_dark_skin #content textarea:focus {
  color: #f7f7f7;
  border: 1px solid #303030;
}
.options_dark_skin #commentform #submit,
.options_dark_skin .wpcf7-form-control.wpcf7-submit {
  background-color: #333333;
}

.options_dark_skin .card {
  background-color: #2e2e2e;
}
.woocommerce .options_dark_skin div.product form.cart .button {
  background-color: #333333;
  opacity: 1;
}
.woocommerce .options_dark_skin .quantity .qty {
  color: #f7f7f7;
}
.woocommerce .options_dark_skin .quantity {
  border: 1px solid #333333;
}
.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: #f7f7f7;
  color: #f7f7f7 !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: #333333;
}
.options_dark_skin .jlb-btn.up:after {
  border-top: 1px solid #f7f7f7;
}
.options_dark_skin .jlb-btn:before {
  border-top: 1px solid #f7f7f7;
}
.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: #333333;
}
.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: #333333;
}
.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: #f7f7f7;
}
.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: #f7f7f7;
}
.options_dark_skin .woocommerce .quantity .qty {
  color: #f7f7f7;
}
.options_dark_skin .woocommerce table.shop_table tr,
.options_dark_skin .woocommerce table.wishlist_table tr {
  border-bottom: 1px solid #333333;
}
.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: #f7f7f7;
}
.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: #f7f7f7;
}
.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 #333333;
}
.options_dark_skin .woocommerce .quantity {
  border: 1px solid #333333;
}
.options_dark_skin .woocommerce-info,
.options_dark_skin .woocommerce-message {
  border-color: #333333;
  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: #333333;
  color: #f7f7f7;
}
.woocommerce .options_dark_skin .woocommerce-ordering:before {
  background: #333333;
  color: #f7f7f7;
}
.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: #f7f7f7;
}
.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: #f7f7f7;
}
.options_dark_skin #payment ul.payment_methods li label {
  color: #f7f7f7;
}
.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: #333333;
}
.options_dark_skin .woocommerce-mini-cart__buttons .button:not(.checkout):hover,
.options_dark_skin .woocommerce-mini-cart__buttons .button.checkout:hover {
  background-color: #333333;
}
.options_dark_skin .product_meta a:hover {
  color: #f7f7f7;
}
.options_dark_skin .page_error_404 .link_home404 {
  background-color: #333333;
}
.options_dark_skin .page_error_404 .link_home404:hover {
  background: #000;
}
.options_dark_skin .single_post_tag_layout li a,
.options_dark_skin .single_post_tag_layout li a:hover {
  color: #f7f7f7 !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: #f7f7f7;
}
.options_dark_skin .woocommerce .woocommerce-customer-details address {
  border: 1px solid #333333;
}
.options_dark_skin .woocommerce table.my_account_orders .button {
  padding: 0px 40px !important;
  background: #333333;
}
.options_dark_skin .woocommerce table.my_account_orders .button:hover {
  background: #000;
}
.options_dark_skin .woocommerce .woocommerce-MyAccount-navigation {
  background-color: #303030;
  color: #f7f7f7;
}
.options_dark_skin .woocommerce .woocommerce-MyAccount-navigation li.is-active {
  background-color: #333333;
}
.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 30px 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 #333333;
}
.options_dark_skin .woocommerce table.shop_table td {
  border-top: 1px solid #333333;
}
.jl_day_night {
  position: relative;
  float: right;
  height: 40px;
  line-height: 40px;
  margin-right: 3px;
}
.jl_day_night.jl_night_en .jli-moon {
  display: none;
}
.jl_day_night.jl_night_en .jli-sun {
  display: block;
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(2px);
  transform: translateX(22px);
}
.jl_day_night.jl_day_en .jli-moon {
  display: block;
}
.jl_day_night.jl_day_en .jli-sun {
  display: none;
}
.jl_day_night .g1-button-none {
  padding: 0;
  border-width: 0;
  box-shadow: none;
  text-align: inherit;
  border-color: transparent;
  background-color: transparent;
  color: inherit;
}
.jl_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: 47px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100px;
}
.jl-night-toggle-icon.active i,
.jl-night-toggle-icon.active:hover i {
  color: #000 !important;
}
.jl_day_night .jl_sun,
.jl_day_night .jl_moon {
  float: left;
  width: 100%;
}
.jl_day_night .jl-night-toggle-icon:before,
.jl_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;
}
.jl_day_night .jl-night-toggle-icon i {
  height: 21px;
  width: 21px;
  line-height: 21px;
  margin: 2px;
  font-size: 15px !important;
  text-align: center;
  background: #f7f7f7;
  border-radius: 100px;
  transition: 0.25s;
}
.jl_day_night .jl-night-toggle-icon i,
.jl_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%;
}
.admin-bar .jl_menu_sticky.jl_sticky {
  top: 32px;
}
.jl_menu_sticky.jl_sticky {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.jl_top_blank_nav {
  float: left;
  width: 100%;
  height: 55px;
}
.jl_topa_blank_nav {
  float: left;
  width: 100%;
  height: 60px;
}
.jl_topb_blank_nav {
  float: left;
  width: 100%;
  height: 100px;
}
.jl_top_menu_sticky,
.jl_topa_menu_sticky,
.jl_topb_menu_sticky {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100 !important;
}
.admin-bar .jl_topa_menu_sticky {
  top: 32px !important;
}

.admin-bar .jl_large_menu_logo.jl_topb_menu_sticky {
  top: 32px !important;
}
.admin-bar .header_layout_style6_custom .menu_wrapper {
  top: 32px !important;
}
.admin-bar .header_magazine_style.header_layout_style3_custom .menu_wrapper {
  top: 32px !important;
}

/*-------------------------------------------------------------------------------------
header slider and carousel post
-------------------------------------------------------------------------------------*/

.options_layout_wrapper {
  background-color: #ffffff;
  -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%;
}

.header_layout_style5_custom .jl_header_5container {
  padding-left: 30px;
  padding-right: 30px;
}
.headcus5_custom.header_layout_style5_custom .logo_link {
  float: none !important;
}
.headcus5_custom.header_layout_style5_custom .logo_link img {
  max-height: 180px !important;
}
.headcus5_custom.header_layout_style5_custom .logo_link .jl_wlg {
  display: none;
}
.headcus5_custom.header_layout_style5_custom .logo_link .jl_blg {
  display: inherit !important;
}
.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 .jl_header_link_subscribe {
  padding: 0px;
  margin: 0px;
  margin: auto;
  margin-right: 0px;
  position: absolute;
  top: 50%;
  right: 0px;
  -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 .jl_header_link_subscribe a {
  float: left;
  width: 100%;
  background-color: #efefef;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding: 0px 30px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.headcus5_custom.header_layout_style5_custom .jl_header_link_subscribe a:hover {
  background: #030303;
  color: #f7f7f7;
  text-decoration: none !important;
}

.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;
  background: #000;
}
.headcus5_custom.header_layout_style5_custom #mainmenu > li > a {
  font-size: 13px;
  font-weight: 400;
  color: #000 !important;
}
.headcus5_custom.header_layout_style5_custom .social_icon_header li a {
  color: #f7f7f7;
}
.headcus5_custom.header_layout_style5_custom
  .jl_header_link_subscribe
  .search_header_menu
  .menu_mobile_icons
  i {
  color: #f7f7f7 !important;
}
.headcus5_custom.header_layout_style5_custom
  .jl_header_link_subscribe
  .search_header_wrapper
  i {
  color: #f7f7f7 !important;
}
.headcus5_custom.header_layout_style5_custom.jl_header_magazine_style.two_header_top_style
  .search_header_wrapper {
  background: rgba(255, 255, 255, 0.1) !important;
}
.headcus5_custom.header_layout_style5_custom.jl_header_magazine_style.two_header_top_style
  .menu_mobile_icons {
  background: rgba(255, 255, 255, 0.1) !important;
}

.headcus5_custom.header_layout_style5_custom
  .search_header_menu.jl_menu_bottom
  .menu_mobile_icons,
.headcus5_custom.header_layout_style5_custom
  .search_header_menu.jl_menu_bottom
  .search_header_wrapper {
  display: block;
}
.headcus5_custom.header_layout_style5_custom
  .search_header_menu.jl_menu_bottom
  .search_header_wrapper {
  margin-right: 0px;
}
.headcus5_custom.header_layout_style5_custom
  .search_header_menu.jl_menu_bottom
  .search_header_wrapper
  i {
  font-size: 18px;
}
.headcus5_custom.header_layout_style5_custom .jl_menu_search i {
  color: #333333;
  float: left;
  font-size: 17px;
}
.headcus5_custom.header_layout_style5_custom .search_header_wrapper i {
  float: none !important;
  font-size: 17px !important;
}
.headcus5_custom.header_layout_style5_custom
  .jl_header_link_subscribe
  .search_header_menu {
  margin-top: 0px !important;
}
.headcus5_custom.header_layout_style5_custom .menu_mobile_icons i {
  float: none !important;
  font-size: 17px !important;
}
.headcus5_custom.header_layout_style5_custom .menu_mobile_icons {
  margin-left: 0px !important;
}
.header_layout_style5_custom .jl_header_link_subscribe .search_header_menu {
  float: right;
  width: auto !important;
  margin-top: 0px !important;
  position: static !important;
  margin-left: 5px !important;
}
.jl_header_link_subscribe .search_header_wrapper {
  float: right;
  width: auto !important;
}
.jl_header_link_subscribe .search_header_wrapper i {
  color: #000 !important;
  cursor: pointer;
}
.jl_header_link_subscribe .search_header_menu .menu_mobile_icons i {
  color: #000 !important;
}

.jl_post_meta {
  float: left;
  width: 100%;
  margin-top: 0px;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 400;
}
.jl_post_meta .jl_author_img_w {
  float: none;
  margin-right: 13px;
  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: #6f6f6f !important;
  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: #6f6f6f;
  line-height: 1.2;
  margin-right: 13px;
  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: "";
  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;
  display: none;
}
.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: 3px !important;
  display: block !important;
  bottom: 0 !important;
  right: 0 !important;
  background: #000 !important;
  transition: width 0.2s ease !important;
  -webkit-transition: width 0.2s ease !important;
}
.menu_wrapper .jl_main_menu > li:hover > a > .border-menu {
  position: absolute;
  width: 100% !important;
  left: 0 !important;
  bottom: 0 !important;
  background: #000 !important;
}

/*-------------------------------------------------------------------------------------
Header menu style 1
-------------------------------------------------------------------------------------*/
.header_layout_style1_custom.navigation_wrapper {
  position: absolute !important;
  width: 100% !important;
  z-index: 1;
}
.header_layout_style1_custom.navigation_wrapper .jl_main_menu {
  text-align: center;
  position: static !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: #f7f7f7 !important;
  letter-spacing: 0.1em;
}
.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: #f7f7f7;
}
.header_layout_style3_custom
  .header_top_bar_wrapper
  .navigation_wrapper
  > ul
  > li
  > a {
  color: #f7f7f7;
  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: none;
  letter-spacing: 0;
}
.header_top_bar_wrapper .jl_top_bar_right {
  height: 45px;
  line-height: 45px;
  color: #f7f7f7;
  float: right;
  font-size: 13px;
}
.jl_current_title {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15) !important;
  color: #f7f7f7;
  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: #f7f7f7 !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: #f7f7f7 !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: #f75454;
  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: #f75454;
  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;
}
.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;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: none;
}
.header_magazine_style.header_layout_style3_custom
  .navigation_wrapper
  > ul
  > li
  > a {
  color: #f7f7f7;
}
.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: #f75454;
}
.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: #333333;
  float: left;
}
.header_layout_style3_custom .search_header_menu i {
  font-size: 18px;
}
.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: #f7f7f7;
}
.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: #f7f7f7;
}
.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: #f7f7f7;
}
.header_layout_style5_custom
  .header_top_bar_wrapper
  .navigation_wrapper
  > ul
  > li
  > a {
  color: #f7f7f7;
  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: #f7f7f7 !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: #f7f7f7 !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: #f75454;
  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;
}
.header_layout_style5_custom
  .header_top_bar_wrapper
  .search_header_menu
  .menu_mobile_icons {
  height: 35px;
  line-height: 35px;
  width: 35px;
  background: #f75454;
  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: #f7f7f7;
}
.header_layout_style5_custom .logo_position_wrapper {
  text-align: left;
}
.header_layout_style5_custom .menu_wrapper.stick {
}
.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: #f7f7f7;
}
.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: #f7f7f7;
}
.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: #f75454;
}
.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 .search_header_menu {
  overflow: visible;
  margin: 0px !important;
  margin-right: 15px;
  position: relative;
  bottom: auto;
  right: 0;
  height: auto;
  width: 207px;
  top: 50%;
  margin-top: -12px;
  z-index: 999;
}
.header_layout_style5_custom .search_header_menu .menu_mobile_icons i,
.header_layout_style5_custom .search_header_menu .search_header_wrapper i,
.header_layout_style5_custom .search_header_menu .menu_mobile_icons:hover i,
.header_layout_style5_custom .search_header_menu .menu_mobile_icons:hover i,
.header_layout_style5_custom
  .search_header_menu
  .search_header_wrapper:hover
  i {
  color: #f7f7f7;
  float: left;
}
.header_layout_style5_custom .search_header_menu i {
  font-size: 24px;
}
.header_layout_style5_custom .jl_random_post_link {
  position: absolute;
  top: 23px;
  font-size: 20px;
  right: 15px;
  color: #333333;
}
.header_layout_style5_custom .jl_random_post_link:hover {
  color: #f75454;
}
.header_layout_style5_custom .main_menu .menu_mobile_icons,
.header_layout_style5_custom .main_menu .search_header_wrapper {
  position: absolute;
  display: none;
  top: 18px;
  font-size: 20px;
  right: 15px;
  color: #f7f7f7;
  cursor: pointer;
}
.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: #f7f7f7;
  border-top: 0px solid #f0f0f0;
  border-bottom: 0px solid #f0f0f0;
  margin-bottom: 0px;
  position: relative;
  z-index: 100;
}
.header_layout_style5_custom #mainmenu > 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 #mainmenu > li > a {
  color: #000 !important;
}
.header_layout_style5_custom #mainmenu > 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: #f7f7f7;
}
.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: #f7f7f7;
}
.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 #mainmenu.jl_main_menu > li li > a {
  letter-spacing: 0em;
}

/*-------------------------------------------------------------------------------------
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: #f7f7f7;
}
.jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom
  .jl_hfollow {
  color: #f7f7f7;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  text-transform: none;
}
.jl_header_magazine_style.jl_cus_top_share.header_layout_style3_custom
  .social_icon_header_top
  li
  a
  i {
  color: #f7f7f7 !important;
  font-size: 13px;
}

.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: #999 !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: #f7f7f7 !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: #f7f7f7 !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: 17px !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: 17px !important;
}
.header_layout_style3_custom.jl_cus_top_share .jl_nav_mobile {
  position: absolute;
  top: 50%;
  right: 0px;
  -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_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: #333333;
}

.menu_mobile_share_wrapper .social_icon_header {
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background: #f7f7f7;
  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;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  -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;
}
.navigation_wrapper .jl_main_menu > li > a {
  padding: 0 13px;
  height: 45px;
  line-height: 45px;
}
.navigation_wrapper .menu-item-has-children > a:after,
.navigation_wrapper .menupost > a:after {
  display: inline-block;
  content: "\e95f";
  margin-left: 5px;
  font-family: "jl_font";
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  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: #f7f7f7 !important;
}
.navigation_wrapper .jl_main_menu > li > .sub-menu.menu_post_feature {
  margin-left: 0px !important;
  padding: 30px !important;
}

.navigation_wrapper .jl_main_menu_office ul,
.navigation_wrapper .jl_main_menu_office .sub-menu {
  position: absolute;
  overflow: visible;
  visibility: hidden;
  display: block;
  opacity: 0;
  padding: 0px !important;
  background: #f7f7f7;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  z-index: 100;
  line-height: 1.8666;
  -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);
}

.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: #f7f7f7;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  z-index: 100;
  line-height: 1.8666;
  -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);
}
.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_office ul li,
.navigation_wrapper .jl_main_menu_office .sub-menu li {
  float: none;
  min-width: 200px;
  max-width: 350px;
  border-top: 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #e9ecef;
}
.navigation_wrapper .jl_main_menu_office ul li,
.navigation_wrapper .jl_main_menu_office .sub-menu li:last-child {
  border-bottom: 0px;
}
.navigation_wrapper .jl_main_menu ul li,
.navigation_wrapper .jl_main_menu .sub-menu li {
  float: none;
  min-width: 200px;
  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: 7px 22px;
  border-top: 0px solid #e9ecef;
  font-size: 11px;
  pointer-events: none;
  color: #333333;
  letter-spacing: 0.15em;
}
.navigation_wrapper .jl_main_menu > li:hover li a {
  pointer-events: auto;
}
.navigation_wrapper .jl_main_menu ul li,
.navigation_wrapper .jl_main_menu_office .sub-menu li {
  float: none;
  min-width: 200px;
  max-width: 350px;
  border-top: 0;
  padding: 0;
  padding-left: 10px;
  position: relative;
  font-family: "Poppins";
  font-weight: 700;
  text-transform: none;
  text-align: left;
}
.navigation_wrapper .jl_main_menu .sub-menu li {
  float: none;
  min-width: 200px;
  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:first-child > .sub-menu {
  margin-top: 0px !important;
}
.navigation_wrapper .jl_main_menu_office ul,
.navigation_wrapper .jl_main_menu_office .sub-menu {
  position: absolute;
  overflow: visible;
  visibility: hidden;
  display: block;
  opacity: 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  z-index: 100;
  line-height: 1.8666;
}
.navigation_wrapper .jl_main_menu ul,
.navigation_wrapper .jl_main_menu .sub-menu {
  position: absolute;
  overflow: visible;
  visibility: hidden;
  display: block;
  opacity: 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  z-index: 100;
  line-height: 1.8666;
}
.navigation_wrapper .jl_main_menu ul .menu-item-has-children > a:after {
  line-height: 1;
  content: "\e962";
  position: absolute;
  top: 50%;
  right: 16px;
  color: #333333;
  -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;
}

#mainmenu li:hover > a,
.navigation_wrapper .jl_main_menu li li:hover > a,
.navigation_wrapper .jl_main_menu li li.current-menu-item > a {
  color: #333333;
}
.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 #acacac;
}
.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 #acacac;
}
.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: 3px 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: #f7f7f7;
  background: rgba(255, 255, 255, 0.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: #f7f7f7;
}
.jl_count_style_2 .jlsocial-element-right {
  font-size: 13px;
  color: #f7f7f7;
  display: block;
  line-height: 35px;
  float: right;
  font-weight: 400;
  margin-right: 15px;
  text-transform: none;
}

/*-------------------------------------------------------------------------------------
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: #f7f7f7;
  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: #f7f7f7;
}
.jl_btn_load:hover {
  text-decoration: none !important;
  color: #f7f7f7;
  background: #222;
  -webkit-transform: translatey(-3px);
  transform: translatey(-3px);
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

.jelly_loading_pro {
  display: block;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.jelly_loading_pro div {
  opacity: 0;
}
.jl-fixslider {
  float: left;
  width: 100%;
}
.jl-fixslider.jelly_loading_pro:after {
  opacity: 0;
}
.jelly_loading_pro:after {
  content: "";
  width: 30px;
  height: 30px;
  border: 4px solid #000;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  animation: loader-rotate 1s linear infinite;
  margin-top: 8px;
  left: 50%;
  top: 50%;
  margin-left: -17px !important;
}

.jelly_loading_pro.slick-initialized {
  height: auto;
}
.jelly_loading_pro.slick-initialized div {
  opacity: 1;
}

.jelly_loading_pro.slick-initialized:after {
  display: none;
}

/*-------------------------------------------------------------------------------------
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: 6px;
  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: #f7f7f7;
  text-transform: none;
  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, 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: #f7f7f7 !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: #f7f7f7;
}
.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: #f7f7f7;
  float: left;
  padding: 13px 0px;
}
#content_nav .header_social_icons_jl .social-icons-list-widget li a:hover {
  color: #f7f7f7 !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: 40px !important;
}
.social-icons-list-widget li a i {
  margin-right: 0px !important;
}
.social-icons-list-widget li a {
  display: inline-block;
  text-align: center;
  color: #f7f7f7;
  font-size: 13px !important;
  transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;

  -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;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #3a3939;
  border-radius: 5px;
}
.social-icons-list-widget li a:hover {
  color: #f7f7f7;
}

.social-icons-list-widget.icons_about_widget_display li a:hover {
  text-decoration: none !important;
  color: #f7f7f7 !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;
}

/*-------------------------------------------------------------------------------------
Form
-------------------------------------------------------------------------------------*/

#content form {
  margin-bottom: 30px;
}
#content fieldset {
  margin-bottom: 20px;
}

#content form .logged-in-as,
#content form .comment-notes {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  letter-spacing: 0em;
}

#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;
}
.wpcf7,
.wpcf7 .form-fields.row {
  margin-top: 25px;
}
.form-fields.row {
  margin-top: 0px;
  margin-bottom: 0px;
}
.form-fields.row .col-md-4 {
  margin-top: 30px;
}
.comment-form-comment textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
#content input[type="text"]:focus,
#content input[type="password"]:focus,
#content input[type="email"]:focus,
#content textarea:focus {
  border-color: #333333;
}
.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,
#content select {
  font-size: 15px;
  border: solid 1px #dfdfdf;
  padding: 10px;
  outline: none;
  line-height: 20px;
  margin: 0;
  color: #555;
  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;
}
.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: 0;
}
.comment-form-comment textarea:focus,
#content textarea:focus {
  color: #444;
  border: solid 1px #000;
}

.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
#content input[type="text"]:focus,
#content input[type="password"]:focus,
#content input[type="email"]:focus {
  color: #444;
}
#content textarea {
  min-height: 60px;
}
#content label,
#content legend {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
#content select {
  width: 220px;
}
#content input[type="checkbox"] {
  display: inline;
}
.wpcf7-form-control-wrap {
  margin-top: 5px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.wpcf7-not-valid-tip {
  color: #f00 !important;
}
#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: #f75454;
  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;
  line-height: 1.2;
  margin-top: -5px;
  color: #333333;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.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 .categories-title.title {
  color: #333333;
}
.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 .categories-title {
  color: #f7f7f7;
}
.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_cat_mid_title {
  width: 100%;
}
.main_title_wrapper .categories-title.title {
  font-size: 35px;
  margin: 0px 0px 0px 0px;
  color: #333333;
  float: left;
  width: 100%;
  text-align: left;
  text-transform: none;
}

.main_title_wrapper.jl_cat_img_bg p {
  color: #f7f7f7;
  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: #f7f7f7;
  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: #f7f7f7 !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: #f7f7f7 !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: none;
  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 #f7f7f7;
  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 #f7f7f7;
  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: #f75454;
  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: #f75454;
  border: 2px solid #f7f7f7;
  color: #f7f7f7;
  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: #f75454;
  color: #f7f7f7;
  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: none;
  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: 130px;
}
.jellywp_about_us_widget_wrapper .jl_img_sign {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.post-meta a:hover {
  color: #f75454 !important;
}

.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: #f7f7f7 !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 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}
.navigation_wrapper
  > ul
  > li:hover
  .menu_post_feature
  .builder_cat_title_list_style {
  display: block !important;
  -webkit-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
}
.menu_post_feature .builder_cat_title_list_style li {
  color: #333333;
  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: none;
}

.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: #f7f7f7 !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: #f7f7f7;
  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: #f7f7f7;
  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: #f75454 !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 #f7f7f7 !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: #f7f7f7 !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: #f7f7f7 !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: #f7f7f7 !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;
}

.menu_post_feature .jl_post_meta .jl_author_img_w a {
  color: #818181 !important;
  float: left !important;
  font-size: 12px !important;
  line-height: 25px !important;
  letter-spacing: 0em !important;
}
.menu_post_feature .jl_post_meta .post-date {
  color: #818181;
}
.menu_post_feature .jl_post_meta .jl_author_img_w a:hover {
  color: #818181 !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: #333333;
  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: #333333;
  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;
}

.widget_home-main-post-style.main_post_style .blog_grid_post_style {
  width: 100% !important;
  padding: 0px !important;
  margin-bottom: 25px !important;
  position: relative;
}
.widget_home-main-post-style.main_post_style
  .blog_grid_post_style
  .post-entry-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 15px;
  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);
}

.widget_home-main-post-style.main_post_style
  .blog_grid_post_style
  .home_page_front_view {
  top: 10px;
  bottom: auto;
}

.widget_home-main-post-style.main_post_style
  .blog_grid_post_style
  .post-entry-content
  h3 {
  margin: 5px 0px;
  font-size: 14px;
  line-height: 1.2;
  text-transform: none;
}

.widget_home-main-post-style.main_post_style
  .blog_grid_post_style
  .post-entry-content
  h3
  a,
.widget_home-main-post-style.main_post_style
  .blog_grid_post_style
  .post-entry-content
  h3
  a:hover {
  color: #f7f7f7 !important;
}

.widget_home-main-post-style.main_post_style
  .blog_grid_post_style
  .post-entry-content
  .post-meta
  span {
  float: left;
  margin-right: 10px;
  font-size: 11px;
  color: #fff !important;
  text-transform: uppercase;
}
.widget_home-main-post-style.main_post_style
  .blog_grid_post_style
  .post-entry-content
  .post-meta
  span
  a {
  color: #f7f7f7 !important;
}

.widget_home-main-post-style.main_post_style
  .blog_grid_post_style
  .post-meta
  span,
.widget_home-main-post-style.main_post_style
  .blog_grid_post_style
  .post-meta
  span
  a {
  text-transform: uppercase !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  color: #929292 !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: none !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;
}

.header_magazine_full_screen .navigation_wrapper .jl_main_menu > li > a {
  height: 60px;
  line-height: 60px;
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.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 0.2s ease;
  -webkit-transition: width 0.2s ease;
}
.header_magazine_full_screen .menu_wrapper .jl_main_menu > li:hover > a > span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 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
  .navigation_wrapper
  .jl_main_menu
  > li
  > a {
  color: #f7f7f7;
}
.jl_head_lobl.header_magazine_full_screen .search_header_menu i,
.jl_head_lobl.header_magazine_full_screen .search_header_menu i:hover {
  color: #f7f7f7 !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;
}
.jl_head_lobl.header_magazine_full_screen .search_header_menu i {
  height: 54px;
  line-height: 54px;
}
.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: #f7f7f7 !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 0 0px 0;
}
.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: 50px 0 50px 0;
}
.jl_head_lobl .jl_topa_blank_nav {
  height: 54px;
}
.jl_head_lobl.header_magazine_full_screen .logo_link img {
  max-height: 120px;
  max-width: 320px;
}
.jl_head_lobl.header_magazine_full_screen .menu_wrapper {
  background-color: #141414 !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
  .search_header_menu
  .search_header_wrapper {
  margin-right: 15px;
}
.jl_cus_sihead.header_magazine_full_screen .menu_mobile_icons,
.jl_cus_sihead.header_magazine_full_screen .search_header_wrapper {
  height: 60px;
  line-height: 60px !important;
}
.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: #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: #f75454;
}
.social_icon_header_top.jl_socialcolor li a.twitter i {
  color: #5eb2ef;
}
.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 .search_header_menu {
  margin-right: 15px;
}
.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: #f7f7f7 !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: #333333;
  font-size: 15px;
  font-weight: 800;
  padding: 0 8px;
  letter-spacing: 0.03em;
}
.header-wraper.jl_large_menu_logo .search_header_menu i {
  color: #333333;
}
.header-wraper.jl_large_menu_logo .search_header_menu i:hover {
  color: #333333;
}
.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_magazine_full_screen.jl_headcus_06 .container {
  max-width: 100%;
  padding: 0px 80px;
}
.header_magazine_full_screen.jl_headcus_06 .container .col-md-12 {
  width: 100%;
  float: left;
}
.header_magazine_full_screen.jl_headcus_06 .search_header_menu {
  position: absolute !important;
}
.jl_topa_blank_nav.jl_blank_06 {
  height: 93px;
}
.header_magazine_full_screen.jl_headcus_06 .logo_small_wrapper_table {
  height: 93px;
}
.header_magazine_full_screen.jl_headcus_06
  .navigation_wrapper
  .jl_main_menu
  > li
  > a {
  height: 93px;
  line-height: 93px;
}
.header_magazine_full_screen.jl_headcus_06 .menu_wrapper {
  background-color: #0a1e48 !important;
  border-bottom: 0px solid #f0f0f0 !important;
}
.header_magazine_full_screen.jl_headcus_06
  .navigation_wrapper
  .jl_main_menu
  > li
  > a,
.header_magazine_full_screen.jl_headcus_06 .search_header_menu i,
.header_magazine_full_screen.jl_headcus_06 .search_header_menu i,
.header_magazine_full_screen.jl_headcus_06 .search_header_menu i {
  color: #f7f7f7 !important;
}
.header_magazine_full_screen.jl_headcus_06 .search_header_menu i:hover,
.header_magazine_full_screen.jl_headcus_06 .search_header_menu i:hover,
.header_magazine_full_screen.jl_headcus_06 .search_header_menu i:hover {
  color: #f7f7f7 !important;
}
.header_magazine_full_screen.jl_headcus_06 .logo_link img {
  max-width: 220px;
  max-height: 35px;
}

/*-------------------------------------------------------------------------------------
Header full screen
-------------------------------------------------------------------------------------*/
.header_magazine_full_screen .logo_small_wrapper_table {
  display: table;
  padding: 0;
  height: 60px;
  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: #f7f7f7 !important;
  border-bottom: 1px solid #f0f0f0 !important;
}
.header_magazine_full_screen .logo_link {
  margin: 0;
  display: inline-block;
}
.header_magazine_full_screen .logo_link img {
  max-height: 40px;
  max-width: 140px;
}
.header_magazine_full_screen .main-menu {
  float: left;
  position: static;
}

.header_magazine_full_screen .search_header_menu {
  height: 60px;
}
.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;
}
.header_magazine_full_screen .search_header_menu i {
  font-size: 15px;
  color: #333333;
  height: 60px;
  line-height: 60px;
  float: left;
}
.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;
}

/*-------------------------------------------------------------------------------------
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 .navigation_wrapper > ul > li {
  float: left;
}
.jl_header_magazine_style.two_header_top_style.jl_cus_top_share
  .header_top_bar_wrapper {
  background: #ffffff;
}

.jl_header_magazine_style.two_header_top_style.jl_cus_top_share
  .header_top_bar_wrapper
  .map_wrapper {
  position: relative;
  background: url(/assets/img/map.png) 100% 60% no-repeat;
  background-image: url(/assets/img/map.png);
  background-position-x: 8%;
  background-position-y: 50%;
  background-size: 12%, 100%;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  overflow: hidden;
}

.options_dark_skin
  .jl_header_magazine_style.two_header_top_style.jl_cus_top_share
  .header_top_bar_wrapper {
  background: #141414;
}
.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 .menu_mobile_icons {
  margin-left: 5px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -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;
}
.jl_header_magazine_style.two_header_top_style .menu_mobile_icons i {
  font-size: 15px;
  line-height: 40px;
  width: 40px;
}
.jl_header_magazine_style.two_header_top_style .search_header_wrapper {
  margin-right: 0px;
  margin-left: 5px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  float: right;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -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;
}
.jl_header_magazine_style.two_header_top_style .search_header_wrapper i {
  font-size: 16px;
  line-height: 40px;
  width: 40px;
}
.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 {
  background: rgba(0, 0, 0, 0.05) !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -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;
}
.jl_header_magazine_style.two_header_top_style .social_icon_header_top li a i {
  font-size: 15px;
}

.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 #mainmenu > li > ul,
.jl_header_magazine_style.header_layout_style3_custom
  #mainmenu
  > li
  > .sub-menu {
  margin-left: 0px !important;
  z-index: 1000 !important;
}
.jl_header_magazine_style.header_layout_style3_custom .menu_wrapper {
  background-color: #641f1f;
  border-top: 0px solid #acacac;
  border-bottom: 0px solid #acacac;
}
.jl_header_magazine_style.header_layout_style3_custom .menu_office {
  background-color: #fff;
  border-top: 0px solid #acacac;
  border-bottom: 0px solid #acacac;
}
.options_dark_skin
  .jl_header_magazine_style.header_layout_style3_custom
  .menu_office {
  background-color: #6d6d6d;
  border-top: 0px solid #acacac;
  border-bottom: 0px solid #acacac;
}

.options_dark_skin .card {
  border: 1px solid #181818 !important;
}

.options_dark_skin
  .jl_header_magazine_style.header_layout_style3_custom
  #officemenu
  > li
  > a {
  color: #f3f3f3;
}
.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 15px;
}
.jl_header_magazine_style.header_layout_style3_custom #jl_top_menu > li > a {
  letter-spacing: 0em;
}
.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li > a {
  padding: 0px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  letter-spacing: -0.01em;
}
.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li > a:hover,
.jl_header_magazine_style.header_layout_style3_custom #mainmenu > li:hover > a {
  color: #333333;
}
.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: #f7f7f7;
  transition: width 0.2s ease;
  -webkit-transition: width 0.2s ease;
  border-radius: 0px;
}
.jl_header_magazine_style.header_layout_style3_custom
  .menu_wrapper
  .jl_main_menu
  > li:hover
  > a
  > span {
  width: 100%;
  left: 0;
  background: #f7f7f7;
}
.jl_header_magazine_style.header_layout_style3_custom
  .logo_small_wrapper_table {
  display: table;
  padding: 0;
  height: 120px;
  float: left;
  width: auto;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.jl_header_magazine_style.header_layout_style3_custom
  .logo_small_wrapper_table
  .logo_small_wrapper {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
.jl_header_magazine_style.header_layout_style3_custom
  .logo_small_wrapper_table
  .logo_small_wrapper
  a {
  margin: 0;
  display: inline-block;
  position: relative;
}
.jl_header_magazine_style.header_layout_style3_custom
  .logo_small_wrapper_table
  .logo_small_wrapper
  a:hover {
  text-decoration: none !important;
}
.jl_header_magazine_style.header_layout_style3_custom
  .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;
  max-height: 70px;
}
.jl_header_magazine_style.header_layout_style3_custom
  .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 .logo_link {
  float: left;
}
.jl_header_magazine_style .navigation_wrapper {
  width: 100%;
}

.jl_main_menu > .megamenu {
  position: initial !important;
}
.jl_main_menu_office .sub-menu.menu_post_feature {
  width: auto !important;
  float: left;
  position: absolute;
  left: 15px;
  right: 15px;
}

.jl_main_menu_office .sub-menu.menu_post_feature > li {
  float: left;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0px !important;
}
.jl_main_menu_office .sub-menu.menu_post_feature {
  width: auto !important;
  float: left;
  position: absolute;
  left: 15px;
  right: 15px;
}

.jl_main_menu_office .sub-menu.menu_post_feature > li {
  float: left;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0px !important;
}

.jl_main_menu .sub-menu.menu_post_feature {
  width: auto !important;
  float: left;
  position: absolute;
  left: 15px;
  right: 15px;
}

.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 #f7f7f7;
}
.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: 9999;
  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%;
  /* height: 140px; */
  z-index: 9999;
  margin-bottom: -1px;
  background: #f7f7f7;
  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;
}
.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: #f7f7f7 !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: #f75454;
  border: 2px solid #f7f7f7;
  color: #f7f7f7;
  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: #f7f7f7;
  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 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.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: #f7f7f7;
  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: none;
  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: none;
  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: none;
  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: #f7f7f7;
  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: #f7f7f7;
  background: #303030;
}
.tagcloud a {
  float: left;
  margin: 0px 5px 5px 0px;
  font-size: 15px !important;
  color: #333333;
  background: #f6f6f6;
  padding: 0px 13px;
  height: 27px;
  line-height: 27px;
  border-radius: 0px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: none;
  text-decoration: none !important;
}
.tagcloud a:hover,
.tag-cat a:hover {
  text-decoration: none !important;
  background: #f75454;
  color: #fff !important;
}
/*-------------------------------------------------------------------------------------
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: 0;
}
.jellywp_pagination ul li {
  float: none;
  padding: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  white-space: nowrap;
  list-style: none;
  margin: 0 3px;
}
.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 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #e6e6e6;
  color: #333333;
  border-radius: 5px;
}
.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 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #f75454;
  color: #f7f7f7;
  border-radius: 5px;
}
.jellywp_pagination ul li .page-numbers.dots {
  background: transparent !important;
  color: #333333;
  width: 10px;
  margin: 0px;
}
.jellywp_pagination ul li a:hover {
  text-decoration: none !important;
  background: #f75454;
  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: #f7f7f7;
  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: 50px;
}
.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;
  float: left;
}
.jl_radius .auth .author-info {
  border-radius: 5px;
}
.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: 50px !important;
}
.penulis-info .pic {
  border-radius: 100px;
  width: 50px !important;
}

.penulis-info .pic .penulis-description h5 {
  font-size: 14px;
  margin-top: 10px;
}
.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;
  list-style: 1.2;
  margin-top: 10px;
}

.main_title_col .auth {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  border: 0px !important;
}
.main_title_col .auth .jl-author-link a {
  background: #f7f7f7;
  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: #f7f7f7;
  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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.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-top: 1px solid #fff;
  border-bottom: 0px solid #acacac;
}
.auth .author-info {
  margin-bottom: 0px;
  background: #f8f9fa;
  padding: 30px;
}
.auth h5 {
  margin: 0px;
}
.auth i {
  font-size: 20px;
}
.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: #333333;
  width: 25px;
  height: 25px;
  line-height: 25px;
  float: left;
  text-align: center;
  border-radius: 100px;
}
.auth .jl-author-link a:hover {
  color: #333333;
}
.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: 10px;
  line-height: 1.2;
}
.jl_auth_link li a {
  line-height: 1.2;
}
.jl_auth_link li a:hover {
  text-decoration: none !important;
}
.jl_auth_link li a i {
  font-size: 12px;
}
.jl_auth_link li a .jli-mail {
  font-size: 14px;
}
.auth .jl_auth_link {
  line-height: 1.2;
  margin: 10px 0px 0px 0px;
  display: block;
}
/*-------------------------------------------------------------------------------------
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;
  text-transform: none;
}
.author-info .author-description h2 {
  font-size: 25px;
}
.author-info img.avatar {
  margin: 0px;
  width: 95px !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: #f75454;
}
.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: #f7f7f7 !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: #333333;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.tag-cat a:hover {
  background: #f75454;
  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 {
  border: 1px solid #ccc;
  background: transparent;
  float: left;
  position: relative;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 600;
  display: inline-block;
  color: #333333;
  padding: 5px 10px;
  text-align: center;
  border-radius: 30px;
  line-height: 1.2;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 0px;
}
.single_post_tag_layout li a:hover {
  color: #f7f7f7 !important;
}
.mashsb-buttons a:hover {
  text-decoration: none !important;
}
.single_tag_share {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 35px 0px 30px 0px;
}
.single_tag_share.jl_tag_none {
  margin-top: 0px;
}
.single_section_content .mashsb-count {
  font-family: inherit !important;
}
.single_section_content .counts.mashsbcount {
  color: #f75454;
  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: #333333;
  text-align: center;
  margin-right: 0px;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 100px;
  border: 1px solid #acacac;
}
.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: #f7f7f7 !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);
  }
}

/*-------------------------------------------------------------------------------------
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
-------------------------------------------------------------------------------------*/
.single_post_arrow {
  width: 40px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 20px;
  background-color: #f3f3f3;
  color: #333333;
  position: relative;
  z-index: 99;
}
.postnav_w {
  float: left;
  width: 100%;
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  margin-bottom: -1px;
}
.postnav_left .single_post_arrow_content {
  float: left;
}
.postnav_right .single_post_arrow_content {
  float: right;
  text-align: right;
}
.postnav_left:hover .single_post_arrow_content {
  left: 40px;
  opacity: 1;
  visibility: visible;
}
.postnav_right:hover .single_post_arrow_content {
  right: 40px;
  opacity: 1;
  visibility: visible;
}
.single_post_arrow_content {
  top: 0;
  height: 100%;
  padding: 0px;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 100%;
}
.single_post_arrow_content a {
  font-size: 17px;
}
span.nextpost {
  margin-left: 10px;
}
span.previouspost {
  margin-right: 10px;
}

.postnav_right > a {
  float: right;
}
.postnav_right {
  margin-top: 30px;
  margin-bottom: 33px;
  margin-right: 0px;
  float: right;
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  z-index: 999;
  max-width: 40%;
}
#nextpost:hover {
  text-decoration: underline;
  color: #f75454;
}
#nextpost:hover span {
  text-decoration: none !important;
}
.postnav_left > a {
  float: left;
}
.postnav_left {
  margin-top: 30px;
  margin-bottom: 33px;
  float: left;
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  z-index: 999;
  margin-left: 0px;
  max-width: 40%;
}
#prepost:hover {
  text-decoration: underline;
  color: #f75454;
}
#prepost:hover span {
  text-decoration: none !important;
}
.single_post_arrow_content .nav_thumbnail_left {
  width: 100px;
  position: relative !important;
  display: block;
  float: left;
  overflow: hidden;
}
.jl_radius .single_post_arrow_content .nav_thumbnail_right,
.jl_radius .single_post_arrow_content .nav_thumbnail_left {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.single_post_arrow_content #prepost {
  position: relative;
  margin-left: 0px;
  display: block;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single_post_arrow_content #prepost .jl_cpost_title {
  font-size: 16px;
  margin-bottom: 5px;
  word-break: break-word;
}
.single_post_arrow_content #prepost .jl_post_nav_link,
.single_post_arrow_content #nextpost .jl_post_nav_link {
  color: #737373 !important;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}
.single_post_arrow_content #prepost .jl_post_nav_link i {
  margin-right: 5px;
}
.single_post_arrow_content #nextpost .jl_post_nav_link i {
  margin-left: 5px;
}
.single_post_arrow_content #prepost:hover {
  text-decoration: none !important;
}
.single_post_arrow_content .nav_thumbnail_right {
  width: 100px;
  position: relative !important;
  display: block;
  float: right;
  overflow: hidden;
}
.single_post_arrow_content #nextpost {
  position: relative;
  margin-right: 0px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single_post_arrow_content #nextpost .jl_cpost_title {
  font-size: 16px;
  margin-bottom: 5px;
  word-break: break-word;
}
.single_post_arrow_content #nextpost:hover {
  text-decoration: none !important;
}
.single_post_arrow_content .no_nav_img_post_left {
  margin-right: 0px !important;
}
.single_post_arrow_content .no_nav_img_post {
  margin-left: 0px !important;
}
/*-------------------------------------------------------------------------------------
Related post
-------------------------------------------------------------------------------------*/
.related-posts {
  float: left;
  width: 100%;
  padding: 0px;
  margin-top: 40px;
  margin-bottom: 0px;
  position: relative;
}

.related-posts .single_related_post {
  margin-bottom: -30px;
  float: left;
  width: auto;
  display: flex;
  flex-flow: row wrap;
}
.related-posts .jl_m_list .jl_m_right_w {
  margin-bottom: 40px;
}
.related-posts .jl_related_feature_items {
  width: 50%;
  position: relative;
  float: left;
  padding: 0px 15px;
}
.related-posts .jl_m_list .jl_m_right_content .entry-title {
  font-size: 22px;
}
body:not(.jl-has-sidebar) .related-posts .jl-post-title {
  font-size: 18px !important;
}
.related-posts .jl_m_no_img.jl_m_list .jl_m_right_img {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.related-posts .jl_m_no_img.jl_m_list .jl_m_right_content {
  margin-left: 0px;
  word-break: break-word;
}
.related-posts h4 {
  float: left;
  width: 100%;
  font-size: 24px;
  margin: 0px;
  margin-bottom: 30px;
  text-transform: none;
}
.related-posts .jl_grid_w .text-box h3 a {
  font-size: 20px;
}
.related-posts .jl_related_feature_items_in {
  float: left;
  width: 100%;
  position: relative;
}
.jl_related_feature_items .meta-category-small {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}
.blog_large_post_style
  .related-posts
  .jl_related_feature_items
  .image-post-thumb {
  margin-bottom: 25px !important;
}
.jl_related_feature_items .post-entry-content {
  padding: 0px;
}
.jl_related_feature_items .post-entry-content .jl-post-title {
  margin-top: 0px;
}
.jl_related_feature_items .post-entry-content .jl_post_meta {
  margin-top: 15px;
}
.jl_related_feature_items .jl_post_type_icon {
  z-index: 1;
}
.jl_related_feature_items .jl_author_img_w a,
.jl_related_feature_items .jl_author_img_w a:hover,
.jl_related_feature_items .post-date {
  color: #818181;
}
.related-posts .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;
}
.related-posts .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.2 !important;
  background: #000 !important;
}
.related-posts .meta-category-small {
  margin: 0px !important;
  float: left;
  width: auto;
}
.related-posts .meta-category-small a {
  float: left !important;
  margin: 0px 5px 1px 0px !important;
  color: #f7f7f7;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
  background: #000;
  height: auto;
  line-height: 10px;
  padding: 7px 15px 7px !important;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.related-posts .post-meta {
  float: left;
  width: auto !important;
  margin-bottom: 0px !important;
  margin-top: 3px;
}
.related-posts .post-meta span {
  margin-right: 0px !important;
}
.related-posts .post-meta span:last-child {
  display: none !important;
}
.related-posts .jl-post-title {
  margin-bottom: 0px !important;
  font-size: 22px !important;
  margin-top: 20px;
  float: left;
  width: 100%;
}
.related-posts .content_post_grid {
  margin-bottom: 0px;
  margin-top: 13px;
}
.related-posts .content_post_grid p {
  font-size: 15px;
  line-height: 1.5;
}
.blog_large_post_style .related-posts .image-post-thumb {
  margin-bottom: 25px !important;
}
.jl_radius .blog_large_post_style .related-posts .image-post-thumb a {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.blog_large_post_style .related-posts .image-post-thumb a,
.blog_large_post_style .related-posts .image-post-thumb img {
  float: left;
  width: 100% !important;
}
.related-posts .jl_captions_overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  padding: 30px;
  width: 100%;
}
.related-posts .jl_captions_overlay h5 {
  font-size: 20px;
  margin-bottom: 0px;
}
.related-posts .jl_captions_overlay h5 a {
  color: #f7f7f7 !important;
}
.related-posts .jl_captions_overlay h5 a:hover {
  color: #f7f7f7 !important;
  opacity: 0.8;
}
.related-posts .jl_captions_overlay .post-meta {
  color: #f7f7f7 !important;
  font-size: 11px;
  text-transform: uppercase;
  float: left;
  width: 100%;
  line-height: 1.2;
  margin-top: 10px;
}
.related-posts .jl_captions_overlay .post-meta span {
  color: #f7f7f7 !important;
}
.related-posts .jl_captions_overlay .post-meta a {
  color: #f7f7f7 !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.related-posts .jl_captions_overlay .post-meta i {
  margin-right: 5px;
}

.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: #f7f7f7 !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: #f7f7f7;
  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: #f7f7f7;
  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: #f7f7f7 !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: #f7f7f7 !important;
}
.widget.widget_sprasa_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: #f7f7f7;
  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: #f7f7f7;
  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: none;
  font-size: 14px;
  color: #202020;
  margin-top: 0px;
  font-weight: 400;
}
.comment-meta .comment-author-name a:hover {
  text-decoration: none !important;
  color: #f75454;
}
.comment-meta .comment-author-date {
  display: block;
  margin-top: 0px;
  margin-bottom: 2px;
  -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: #f75454;
  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;
}
.options_dark_skin .comments-area .commentlist .comment-content {
  border-bottom: 1px solid #303030;
}
.options_dark_skin #go-top a {
  background: #333333;
}
.comment-reply-link,
.comment-edit-link {
  font-size: 11px;
  background-color: #f1f1f1;
  color: #313131 !important;
  height: 20px;
  line-height: 20px;
  margin-left: 0px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0px;
  right: 0px;
  float: left;
  text-align: center;
  padding: 0px 10px;
  margin-top: 3px;
  border-radius: 3px;
}
.options_dark_skin .comment-reply-link,
.options_dark_skin .comment-edit-link {
  background: #333333;
  color: #f7f7f7 !important;
}
.comment-edit-link {
  margin-right: 5px;
}
.comment-reply-link:hover,
.comment-edit-link:hover {
  color: #f7f7f7 !important;
  background: #f75454;
  text-decoration: none !important;
}
.comment time {
  font-weight: 300;
  font-size: 12px;
  color: #777;
  text-transform: none;
  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: 5px;
  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: #f75454;
}
.single_section_comment p {
  position: relative;
  width: 100%;
  float: left;
}
.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: 10px;
  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: none;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.comments-area .logged-in-as {
  margin-bottom: 15px;
}
.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: none;
  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 .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-right: 20px;
  margin-bottom: 0px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #ffffff !important;
  -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 .widget {
  border: 0px;
}
#content_nav .widget .widget-title {
  margin: 0px 0px 30px 0px;
  padding-bottom: 0px;
  float: left;
  width: 100%;
}
#content_nav select {
  width: 100%;
}
#content_nav .widget .widget-title h2 {
  float: left;
  width: 100%;
  position: relative;
  display: block;
  text-align: left;
  background: none;
  color: #333333;
  text-transform: none;
  margin-bottom: 0px;
}
#content_nav .widget .widget-title h2:after {
  display: none;
}
#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%;
}
.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: #333333;
}
.menu_mobile_icons {
  display: none;
  font-size: 30px;
  float: right;
  cursor: pointer;
  color: #f7f7f7;
}
.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: 20px;
}

#content_nav .logo_link img {
  width: 70%;
}
#content_nav.jl_mobile_nav_wrapper {
  visibility: hidden;
}
#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;
}
#content_nav {
  top: 0;
  right: 0;
  height: 100%;
  z-index: 999999;
  width: 350px;
  padding: 30px 0px 0px 0px;
  color: #333333;
  position: fixed;
  background: #305b90;
  overflow-y: scroll !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translate(480px, 0px);
  -ms-transform: translate(480px, 0px);
  transform: translate(480px, 0px);
  -o-transform: translate(480px, 0px);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
}

#content_nav .menu_moble_slide li a {
  padding: 7px 0px !important;
  font-weight: 600;
  display: block;
  color: #333333;
}
#content_nav .menu_moble_slide li a:hover {
  color: #797979 !important;
}
#content_nav a i {
  margin-right: 5px;
}

#content_nav .menu_moble_slide > li {
  border-top: 0px solid #dadada;
}
#content_nav .menu_moble_slide > li a {
  padding-left: 30px !important;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
}
#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;
}
#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: #ffffff;
  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"] {
  outline: none;
  height: 40px;
  font-size: 13px;
  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;
}

.page-links {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px;
}
.page-links > span {
  background: #f75454;
}
.page-links a {
  background: #e6e6e6;
  color: #000 !important;
}
.page-links a.post-page-numbers:hover {
  background: #f75454;
  text-decoration: none !important;
  color: #f7f7f7 !important;
}
.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;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 3px;
  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;
}

.page-links a:hover {
  background: #222;
  color: #f7f7f7 !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: none;
}
.blog_list_post_style .post-meta {
  float: left;
  color: #444;
  font-size: 11px !important;
  text-transform: none;
  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: #333333;
  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: #f75454;
}

.logo_link {
  position: relative;
  z-index: 99;
}
.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 {
  float: left;
  width: 100%;
  position: relative;
  height: 42px;
  overflow: hidden;
}
.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: 1px solid #c6c6c6;
  border-radius: 0px;
  float: left;
  padding: 0px 25px !important;
  width: 100%;
  color: #333333;
  outline: none;
  background: #f7f7f7;
  background: rgba(255, 255, 255, 0.2);
  height: 40px;
  line-height: 40px !important;
  border-radius: 3px;
}
.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: #333333;
  border-radius: 0 2px 2px 0 !important;
  background-repeat: no-repeat !important;
  height: 40px !important;
  line-height: 40px;
  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;
}

.search_form_menu .button {
  line-height: 33px !important;
}

/*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: #f7f7f7;
  background: #f7f7f7;
  background: rgba(52, 58, 64, 0.75);
  font-size: 16px !important;
  height: 35px;
  width: 35px;
  line-height: 35px;
  right: 20px;
  position: absolute;
  text-align: center;
  top: 20px;
  z-index: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.jl_post_type_icon .jli-quote-2 {
  font-size: 25px;
}
.jl_post_type_icon i {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  float: left;
  font-weight: normal;
}

/* =================================== search and menu ===================================*/
.search_header_menu {
  margin: auto;
  margin-right: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 70px;
  z-index: 2;
}
.search_header_menu i {
  font-size: 20px;
  color: #333333;
  cursor: pointer;
}
.search_header_menu .search_header_wrapper {
  float: right;
  margin-right: 18px;
}
.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;
}
#footer-container .searchform_theme .search_btn {
  background: #f7f7f7;
}
.searchform_theme .search_btn {
  font-size: 16px;
}
.search_form_menu_personal .searchform_theme .search_btn {
  background: none;
  border: 0;
  border-bottom: 2px solid #444 !important;
  color: #333333;
  float: left;
  font-size: 40px;
  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: #333333;
}
.search_header_menu .menu_mobile_icons {
  display: inherit;
  float: right;
  font-size: 20px !important;
  line-height: 0px;
}
.search_header_menu .menu_mobile_icons i {
  margin: 0px;
  cursor: pointer;
  font-size: 17px;
}
.search_header_menu .menu_mobile_icons i:hover {
  color: #333333;
}
.search_form_menu_personal {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(48, 91, 144, 0.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: 25px;
  height: 25px;
}
.jl_close_wapper .jl_close_1,
.jl_close_wapper .jl_close_2 {
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  transform: rotate(25deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.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: #f7f7f7;
  float: left !important;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.search_close_btn_pop:hover i {
  color: #f7f7f7 !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: none;
}
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 {
  margin-top: 0px;
  margin-bottom: 30px;
}
.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: 50px;
  padding-bottom: 0px;
}
.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: 50px;
}
#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 -20px 0px -20px;
}
#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: #f7f7f7 !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: #f7f7f7 !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: #f7f7f7 !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: #f7f7f7 !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: #f7f7f7;
  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: 20px;
  padding-left: 20px;
  float: left;
  position: relative;
}
.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: #f7f7f7 !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: #333333;
  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: #333333;
  height: 35px;
  line-height: 35px;
  border: 1px solid #000;
  padding: 0px 30px 0px;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #f7f7f7;
  margin-top: 20px;
}
.jl_grid_more .jl_slider_readding:hover {
  text-decoration: none !important;
  background: #000;
  color: #f7f7f7;
}
.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: none;
}

.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: #f7f7f7 !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: #f7f7f7;
  float: left;
  margin-top: 40px;
  margin-bottom: 33px;
}
.jl_footer_social li i {
  color: #f7f7f7;
  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: #333333;
}
.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: #333333;
}
.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: #333333;
  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;
}
.loop-large-post .box .jl_love_view_social .jl_foot_share_col.jl_read_more {
  display: block !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: 30px;
}
.jl_single_style1 .qoute_large_background {
  margin-bottom: 30px;
}
.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;
}
.jl_single_style1 .jl_slide_wrap_s {
  margin-bottom: 30px;
}
.jl_radius .blog_large_post_style .jl_single_style1 .image-post-thumb {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blog_large_post_style .jl_single_style1 .image-post-thumb {
  margin-bottom: 30px !important;
  overflow: hidden;
}
.jl_single_style2 {
  float: left;
  width: 100%;
  margin-top: 0px;
}
.jl_single_style2 .single_post_entry_content {
  float: left;
  width: 100%;
}
.jl_single_style2 .jl_slide_wrap_s {
  margin-bottom: 30px;
}
.jl_slide_wrap_s .jl_es_pre,
.jl_slide_wrap_s .jl_es_next {
  display: none;
}
.jl_single_style2 .single_meta_category {
  margin-bottom: 15px;
}
.jl_single_style2 .jl_post_meta {
  margin-top: 15px;
}
.jl_single_style2 .single_post_title_main {
  margin-bottom: 0px !important;
}
.jl_single_style2 .single_content_header {
  margin-bottom: 5px !important;
}
.jl_single_style2 .single_post_entry_content {
  /* margin-bottom: 30px; */
}
.jl_single_style2 .single_post_entry_content .meta-category-small,
.jl_single_style2 .single_post_entry_content .single_post_title_main,
.jl_single_style2 .single_bellow_left_align .single-post-meta-wrapper {
  text-align: left;
  max-width: 95%;
}
.jl_single_style2 .single-post-meta-wrapper span.post-author a {
  font-weight: 500;
  color: #000 !important;
}
.jl_single_style2 .single-post-meta-wrapper span,
.jl_single_style2 .single-post-meta-wrapper span a {
  color: #000 !important;
}
.jl_single_style3 {
  float: left;
  width: 100%;
}
.jl_single_style3 .single-post-meta-wrapper > span:after,
.jl_single_style3 .single-post-meta-wrapper .jm-post-like:after {
  display: none;
}
.jl_single_style4 {
  float: left;
  width: 100%;
}
.jl_single_style4 .single_captions_overlay_bottom_image_full_width:after {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(65%, transparent),
    to(rgba(0, 0, 0, 0.5))
  );
  background: linear-gradient(180deg, transparent 65%, rgba(0, 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;
}
.jl_single_style5 {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.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: #f7f7f7 !important;
}
.jl_single_style5:after {
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.3;
  background: #000;
  transition: opacity 0.4s ease-in-out;
}
.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;
}
.jl_single_style5 .single_post_entry_content {
  padding: 30px 18% !important;
  margin-bottom: 0px;
}
.jl_single_style5 .single_post_entry_content h1 {
  color: #f7f7f7;
}
.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: #f7f7f7 !important;
}
.jl_single_style6 {
  float: left;
  width: 100%;
}
.jl_single_style6 .single_captions_only_full_width_wrapper {
  margin-top: 40px;
}
.jl_single_style6 .single_post_entry_content {
  padding: 0px !important;
  margin-bottom: 40px;
}
.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: 80%;
}
.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: 30px;
}
.jl_single_style7 .single_meta_category {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.jl_single_style7 .single_post_entry_content {
  margin-bottom: 0px;
}
.jl_single_style7 .single_post_entry_content .meta-category-small,
.jl_single_style7 .single_post_entry_content .single_post_title_main,
.jl_single_style7 .single_bellow_left_align .single-post-meta-wrapper {
  text-align: left;
}

.jl_single_style7 .single-post-meta-wrapper span,
.jl_single_style7 .single-post-meta-wrapper span a {
  color: #000 !important;
}
.jl_single_style7 .single-post-meta-wrapper .jm-post-like:after,
.jl_single_style7 .single-post-meta-wrapper > span:after {
  display: none;
}
.jl_single_style7 .single-post-meta-wrapper span.post-author a {
  color: #000 !important;
}
.jl_single_style8 {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
.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: #f7f7f7 !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: #f7f7f7 !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: #f7f7f7 !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: #f7f7f7;
}
.jl_single_style8 .post_subtitle_text {
  color: #f7f7f7 !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: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  transition: opacity 0.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 {
  width: auto;
  float: left;
}
.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, 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: #f7f7f7;
  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: #f7f7f7;
  color: #222;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
}
.single_post_entry_content .single_post_category_top a:hover {
  color: #f75454 !important;
}
.single_post_entry_content .single-meta-category-small a {
  padding: 3px 9px;
  font-size: 13px;
  line-height: 1;
  margin-right: 5px;
  background-color: #f75454;
  color: #f7f7f7;
}
.single_post_entry_content .single-meta-category-small a:hover {
  text-decoration: none !important;
}
.single_post_entry_content .single_post_title_main {
  font-size: 40px;
  color: #333333;
  text-transform: none;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  width: 100%;
  text-align: center;
  word-wrap: break-word;
}

.single_post_entry_content .post_subtitle_text {
  float: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
  width: 100%;
  text-align: left;
}
.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: #333333;
  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: none;
  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: none;
}
.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: #f7f7f7 !important;
}
.single_content_header .meta-category-small a {
  background: #222;
  float: none;
  position: relative;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 600;
  display: inline-block;
  color: #f7f7f7;
  padding: 3px 7px;
  text-align: center;
  border-radius: 3px;
  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: #f7f7f7 !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: 0.8;
}
.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: #f7f7f7 !important;
}
.single_captions_overlay_image_full_width .single_post_entry_content h1 {
  font-size: 40px;
  text-shadow: 1px 1px 2px rgba(28, 28, 28, 0.1);
}
.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: #f7f7f7 !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, 0.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: #f7f7f7 !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: #f7f7f7;
}

/* 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: #f7f7f7 !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: 30px;
}
.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, 0.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: #f7f7f7 !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, 0.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: #f7f7f7 !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-top: 25px;
  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: none;
  letter-spacing: 0px;
  font-weight: 600;
  display: inline-block;
  color: #f7f7f7;
  padding: 3px 15px 3px 15px;
  text-align: center;
  border-radius: 3px;
  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: none;
  letter-spacing: 0px;
  font-weight: 600;
  display: inline-block;
  color: #f7f7f7;
  padding: 3px 15px 3px 15px;
  text-align: center;
  border-radius: 3px;
  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: none;
  letter-spacing: 0px;
  font-weight: 600;
  display: inline-block;
  color: #f7f7f7;
  padding: 3px 15px 3px 15px;
  text-align: center;
  border-radius: 3px;
  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: #f7f7f7 !important;
}
.single_post_share_icon li a:hover {
  text-decoration: none !important;
  color: #f75454;
}

.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: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
  background-color: #333333;
  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: #f7f7f7;
  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 0.2s linear,
    background 0.1s linear;
  -moz-transition:
    color 0.2s linear,
    background 0.1s linear;
  -ms-transition:
    color 0.2s linear,
    background 0.1s linear;
  -o-transition:
    color 0.2s linear,
    background 0.1s linear;
  transition:
    color 0.2s linear,
    background 0.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, 0.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: none;
  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: none;
  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 {
  float: left;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 0px 5px;
  list-style: none !important;
}
.single_post_share_icon_post li a i {
  display: inline-block;
  padding: 0px;
  color: #f7f7f7;
  text-align: center;
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 100px;
}
.single_post_share_icon_post li a:hover {
  opacity: 0.9;
}
.single_post_share_icon_post li:last-child a {
  margin-right: 0px;
}
.single_post_share_icon_post li a span {
  font-size: 14px;
}
.single_post_share_icon_post li a:hover {
  text-decoration: none !important;
}

.single_post_share_icon_post li.single_post_share_facebook a i {
  background: #455fa1;
}
.single_post_share_icon_post li.single_post_share_twitter a i {
  background: #58abf5;
}

.single_post_share_icon_post li.single_post_share_google_plus a i {
  background: #eb4026;
}
.single_post_share_icon_post li.single_post_share_linkedin a i {
  background: #1980be;
}
.single_post_share_icon_post li.single_post_share_ftumblr a i {
  background: #586973;
}
.single_post_share_icon_post li.single_post_share_pinterest a i {
  background: #cd1d1f;
  position: relative;
}
.single_post_share_icon_post li.single_post_share_whatsapp a i {
  background: #47c655;
  position: relative;
}
.single_post_share_icon_post_bottom {
  margin-top: 20px;
}

.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
-------------------------------------------------------------------------------------*/

.loop-large-post .box {
  margin-bottom: 20px !important;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  position: relative;
}
.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 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.post_content_w {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  float: left;
  width: 100%;
}
.post_content_w .post_sw {
  display: flex;
  display: -webkit-flex;
  padding-right: 0px;
  max-width: 50px;
  width: 50px;
  align-items: center;
  flex-shrink: 0;
  flex-flow: column nowrap;
}
.post_content_w .post_s {
}
.post_content_w .post_s {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
}
.post_content_w .post_content {
  margin-left: auto;
  max-width: calc(100% - 80px);
  width: calc(100% - 80px);
}
.post_content_w .post_content {
  float: left;
  width: 100%;
  padding: 0px;
  margin-top: 0px;
}

.blog_large_post_style .box.format-quote {
  padding: 0px;
}
.blog_large_post_style .post_type_icon {
  height: 30px;
  line-height: 30px;
  background: #000;
  color: #fff;
  float: none;
  width: 30px;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  margin-right: 1px;
  position: relative;
}

.blog_large_post_style.sticky {
  background: #f7f7f7fe0;
  border: 1px solid #e6db55;
}

.blog_large_post_style.sticky .featured-thumbnail img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.blog_large_post_style.sticky .post-entry-content-wrapper {
  background: #f7f7f7de4;
  padding: 10px 25px 25px 25px !important;
}
.blog_large_post_style.sticky .post-entry-content-wrapper .large_post_content {
  padding: 0px !important;
  margin: 0px !important;
}

.blog_large_post_style.sticky .large_post_footer_wrapper {
  border-bottom: 0px solid #f0f0f0;
  border-top: 1px solid #e6db55;
}

.blog_large_post_style.sticky .post-entry-content-wrapper .large_post_content {
  padding: 0px;
  border: 0px;
}
.blog_large_post_style.sticky .post-entry-content-wrapper .jl_continue_reading {
  background: #f7f7f7de4;
}
.blog_large_post_style.sticky
  .post-entry-content-wrapper
  .jl_continue_reading:hover {
  background: #000;
}
#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: none;
  letter-spacing: 0px;
  font-weight: 600;
  display: inline-block;
  color: #f7f7f7;
  padding: 3px 7px;
  text-align: center;
  border-radius: 3px;
  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: #f7f7f7 !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: #333333;
}

.container_masonry_home {
  margin: 0px !important;
  padding: 0px !important;
}
.container_masonry_home .pagination-more {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background: #f7f7f7;
}
.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: #f7f7f7 !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:
    0.5s ease-in-out opacity,
    0.5s transform ease-in-out;
  -webkit-transition:
    0.5s ease-in-out opacity,
    0.5s -webkit-transform ease-in-out;
  transition:
    0.5s ease-in-out opacity,
    0.5s -webkit-transform ease-in-out;
  transition:
    0.5s ease-in-out opacity,
    0.5s transform ease-in-out;
  transition:
    0.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:
    0.3s ease-in-out opacity,
    0.3s transform ease-in-out;
  -webkit-transition:
    0.3s ease-in-out opacity,
    0.3s -webkit-transform ease-in-out;
  transition:
    0.3s ease-in-out opacity,
    0.3s -webkit-transform ease-in-out;
  transition:
    0.3s ease-in-out opacity,
    0.3s transform ease-in-out;
  transition:
    0.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: #f7f7f7;
}
.grid_home_masonry
  .blog_grid_post_style
  .jl_squre_content_wrapper
  .image-post-title
  a:hover {
  color: #f7f7f7 !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: #f7f7f7;
  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: #f7f7f7 !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: #f7f7f7 !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: none;
  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: none;
}
.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: #f75454;
}
.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: #f75454;
}
.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: #f7f7f7;
  color: #333333;
  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: #f7f7f7 !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: #333333;
  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: #f75454;
}

.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: none;
  font-size: 20px;
  color: #333333;
  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: #f7f7f7;
  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: none;
}

.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 {
  padding: 150px 15px;
}
.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;
}
.qoute_large_background.image_grid_header_absolute .quote_text_des {
  display: block;
  color: #f7f7f7;
  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: #f7f7f7;
  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: #f7f7f7;
  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: none;
  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: #f7f7f7 !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 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.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 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.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 .categories-title {
  margin-bottom: 30px !important;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background: #f7f7f7;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 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: #f75454;
  color: #f7f7f7;
  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: #f7f7f7;
  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: #333333;
  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: #f7f7f7;
  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: #f7f7f7 !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: none;
  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;
}
.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: #f7f7f7;
}
.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 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.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: #f7f7f7;
  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, 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: #333333;
  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: #f7f7f7;
  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: #f7f7f7 !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: #333333;
  font-weight: 500;
  height: auto;
  line-height: 10px;
  padding: 0px;
}
.meta-category-small a:hover {
  text-decoration: none !important;
  color: #f7f7f7 !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: none;
  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: #f75454;
}
.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: #f75454;
}
.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: #f7f7f7;
  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, 0.2);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}
.pagination-more div a:hover {
  text-decoration: none;
  text-decoration: none !important;
}
.scroll_more_main_wrapper #infscr-loading {
  bottom: -30px;
}

.jelly-infinite-load a {
  opacity: 0;
}

#infscr-loading {
  position: absolute;
  bottom: 0px;
  z-index: 3;
  width: 194px;
  height: 45px;
  line-height: 45px;
  padding: 0px;
  background: #222;
  color: #f7f7f7;
  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;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 50%;
}
#infscr-loading i {
  font-size: 19px;
  -webkit-animation: jlloading 1s linear infinite;
  -moz-animation: jlloading 1s linear infinite;
  -ms-animation: jlloading 1s linear infinite;
  -o-animation: jlloading 1s linear infinite;
  animation: jlloading 1s linear infinite;
}
#infscr-loading img {
  display: none;
}

.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: #f7f7f7;
  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);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#content,
.jl-h-content {
  position: relative;
}
.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-widget-container {
  position: -webkit-sticky;
  position: sticky;
  top: 3rem;
}
.jl_sticky .elementor-widget-sidebar {
  height: 100%;
}
/*Widget*/
#sidebar,
.jl-h-sidebar {
  width: 30.33333333%;
  padding-left: 40px;
}
.jl_sidebar_w {
  position: -webkit-sticky;
  position: sticky;
  top: 3rem;
  padding-bottom: 1px;
}
#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;
}
#footer-container .jellywp_about_us_widget_wrapper p {
  text-align: left;
  margin-bottom: 0px;
  float: left;
  margin-top: -10px;
}
.widget_jl_wrapper {
  position: relative;
}
.widget {
  padding: 0px;
  margin-bottom: 50px !important;
  position: relative;
  z-index: 1;
}
.widget:after {
  display: table;
  content: "";
  clear: both;
}
footer .widget:last-child {
  margin-bottom: 40px;
}

.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: #f75454;
}
.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: #f7f7f7 !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: #f7f7f7;
}
.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: #f7f7f7 !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 #acacac;
}
.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: #333333;
  padding: 0px;
  margin-bottom: 30px;
  line-height: 1.2;
  position: relative;
  text-transform: none;
  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: #f75454;
  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;
  height: auto;
  line-height: 1.2;
  margin-bottom: 30px !important;
  text-transform: none;
  border-bottom: 0px !important;
}
.widget-title h2 {
  font-size: 17px;
  line-height: 27px;
  margin: 0px;
  text-transform: none;
}
.widget_archive ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin-top: -5px;
  margin-bottom: 0px;
}
.widget_archive ul li {
  float: left;
  width: 100%;
  list-style: none;
  text-align: right;
  margin-bottom: 5px;
}
.widget_archive ul li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.widget_archive ul li a {
  position: relative;
  float: left;
}
.widget_categories > ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin-top: -10px;
  margin-bottom: 0px;
}
.widget_categories ul li {
  float: left;
  width: 100%;
  list-style: none;
  line-height: 35px;
  border-bottom: 1px solid #eaeaea;
}
.widget_categories ul li a {
  position: relative;
  float: left;
  margin-top: 3px;
}

/* Category Image widget */

.wrapper_category_image {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}
.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 {
  float: left;
  width: 100%;
}
.wrapper_category_image .widget-title h2 {
  float: left;
  width: 100%;
  display: block;
  line-height: inherit;
}
.jl_list_number {
  position: absolute;
  bottom: 0px;
  color: #333333;
  background: #f7f7f7;
  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;
}
.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;
}
.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: 500;
}
.widget_recent_entries ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin-top: -5px;
}
#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;
}
.widget_rss ul li {
  float: left;
  width: 100%;
  list-style: none;
  position: relative;
  padding: 5px 0px;
}
.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: #f7f7f7;
}
.widget_rss ul li a {
  font-weight: 500;
}
.widget_nav_menu ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin-top: -10px;
}
.widget.jl_widget_slider {
  padding: 0px;
}
.slider_widget_post {
  float: left;
  width: 100%;
  position: relative;
}
.slider_widget_post .recent_post_large_widget {
  height: 330px;
}
.slider_widget_post .recent_post_large_widget .image_grid_header_absolute {
  width: 100%;
  height: 100%;
  background: #ccc;
  position: absolute;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50%;
  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;
}
.slider_widget_post .recent_post_large_widget .meta-category-small {
  z-index: 999;
}
.slider_widget_post .recent_post_large_widget .link_grid_header_absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0.2;
  background: #000;
}
.jl_radius .slider_widget_post .recent_post_large_widget {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.slider_widget_post .recent_post_large_widget {
  float: left;
  width: 100%;
  padding: 0px !important;
  margin-bottom: 0px !important;
  overflow: hidden;
}
.slider_widget_post .image_post a {
  overflow: hidden;
  margin: 0px;
  width: 100%;
  float: left;
}
.slider_widget_post .image_post a img {
  width: 100%;
  float: left;
  opacity: 0.7;
}
.slider_widget_post .owl-controls {
  position: absolute;
  top: 6px;
  left: 4px;
}
.slider_widget_post .owl-controls .jelly_pro_post_arrow_right,
.slider_widget_post .owl-controls .jelly_pro_post_arrow_left {
  width: 23px;
  height: 30px;
  line-height: 30px;
  font-size: 25px;
  text-align: center;
  color: #f7f7f7;
  background: none;
  float: left;
  -webkit-transition: 0.35s all;
  -transition: 0.35s all;
  transition: 0.35s all;
  position: relative;
  z-index: 1;
}

.slider_widget_post .owl-controls .jelly_pro_post_arrow_right:hover,
.slider_widget_post .owl-controls .jelly_pro_post_arrow_left:hover {
  background: none;
  color: #f7f7f7;
}

.slider_widget_post .jelly_pro_post_arrow_left,
.slider_widget_post .jelly_pro_post_arrow_right {
  width: 35px;
  height: 35px;
  line-height: 37px;
  font-size: 10px;
  text-align: center;
  color: #f7f7f7;
  float: left;
  -webkit-transition: 0.35s all;
  -transition: 0.35s all;
  transition: 0.35s all;
  position: absolute;
  z-index: 1;
  top: 20px;
  margin-top: 0px;
  cursor: pointer;
  opacity: 1 !important;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #000;
  background: rgb(255, 255, 255, 0.3);
}

.slider_widget_post .jelly_pro_post_arrow_left {
  right: 58px;
}
.slider_widget_post:hover .jelly_pro_post_arrow_left {
  opacity: 1 !important;
}
.slider_widget_post .jelly_pro_post_arrow_right {
  right: 20px;
}
.slider_widget_post:hover .jelly_pro_post_arrow_right {
  opacity: 1 !important;
}
.slider_widget_post .wrap_box_style_main {
  position: absolute;
  top: auto;
  bottom: 0px;
  text-align: left;
  padding: 30px;
  margin-top: 0px;
  z-index: 1;
}
.slider_widget_post .wrap_box_style_main .jl_f_cat {
  margin-bottom: 10px;
}
.slider_widget_post .wrap_box_style_main .jl_post_meta {
  margin-top: 15px;
}
.slider_widget_post .wrap_box_style_main h3 {
  margin: 0px;
  font-size: 18px;
  line-height: 1.2;
  text-transform: none;
  float: left;
}
.slider_widget_post .wrap_box_style_main .jl_post_meta span,
.slider_widget_post .wrap_box_style_main .jl_post_meta span a {
  color: #f7f7f7 !important;
}
.slider_widget_post .wrap_box_style_main .jl_post_meta span:before {
  background: #f7f7f7;
}
.slider_widget_post .wrap_box_style_main h3 a,
.slider_widget_post .wrap_box_style_main h3 a:hover {
  color: #f7f7f7 !important;
}
.slider_widget_post .wrap_box_style_main .post-meta,
.slider_widget_post .wrap_box_style_main .post-meta span,
.slider_widget_post .wrap_box_style_main .post-meta a,
.slider_widget_post .wrap_box_style_main .post-meta a:hover {
  color: #f7f7f7 !important;
}

.slider_widget_post .wrap_box_style_main .meta-category-small {
  float: left;
  width: 100%;
  position: relative !important;
  margin-bottom: 10px !important;
}
.slider_widget_post .wrap_box_style_main .meta-category-small a {
  float: left;
  margin-right: 10px;
  margin-top: 0px;
  font-size: 10px !important;
  text-transform: uppercase;
  display: inline-block;
  color: #f7f7f7;
  font-weight: 500;
  letter-spacing: 0.05em;
  height: auto;
  line-height: 10px;
  padding: 4px 11px 4px;
}
.widget.widget_nav_menu > ul,
.widget.widget_pages > ul,
.widget.widget_categories > ul {
  overflow: hidden;
  margin-top: -5px;
}
.widget_nav_menu > ul > li,
.widget_pages > ul > li,
.widget_categories > ul > li {
  border-top: 0px !important;
}
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_categories ul li {
  float: left;
  width: 100%;
  list-style: none;
  line-height: 1.2;
  text-align: right;
  margin-bottom: 10px;
  border: 0px;
}
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_categories > ul {
  margin-top: -7px;
}
.widget_categories li span {
  float: right;
  padding: 0 5px;
  background: #323439;
  color: #f7f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  margin-top: 0px;
}
.widget_nav_menu li ul,
.widget_pages li ul,
.widget_categories li ul {
  border-top: 0px !important;
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_categories ul li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.widget_nav_menu ul li .sub-menu,
.widget_pages ul li .sub-menu,
.widget_categories ul li .sub-menu {
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.widget_nav_menu ul li .sub-menu,
.widget_pages ul li .sub-menu,
.widget_categories ul li .sub-menu {
  margin-bottom: 0px;
}
.widget_nav_menu ul li .sub-menu li a {
  padding: 0px;
}
.widget_nav_menu ul li:first-child {
  border-top: 0px;
}
.widget_nav_menu ul li.menu-item-has-children {
  padding-bottom: 0px !important;
}
.widget_nav_menu ul li.menu-item-has-children > a {
  margin-bottom: 6px;
}
.widget_nav_menu ul li a {
  position: relative;
  float: left;
}
.comment_widget .post-meta {
  color: #313131 !important;
}

footer .comment_widget .post-meta {
  color: #737373 !important;
}

#sidebar #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: 0px;
  color: inherit;
}
#wp-calendar thead {
  font-size: 15px;
  font-weight: 400 !important;
  color: #333333;
  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-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  border: 0 !important;
  background: #f75454;
  color: #f7f7f7;
}
#wp-calendar tbody {
  color: #333333;
}
#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #f7f7f7;
  text-align: center;
  padding: 8px;
  font-size: 15px;
}
#wp-calendar tbody td#today {
  background-color: #e6e6e6;
}
#wp-calendar tbody td:hover {
  background: #f7f7f7;
}
#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%;
}
/* 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: #f7f7f7;
  font-size: 11px;
}

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

/*  Review System

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

#review-box {
  border: 1px solid #e6e6e6;
  margin: 10px 0 20px 0;
  font-size: 14px;
  line-height: 22px;
  float: left;
  width: 100%;
  padding: 20px;
}

#review-box.left {
  margin: 0 30px 19px 0;
  width: 48.4375%;
}

#review-box.right {
  margin: 0 0 19px 30px;
  width: 48.4375%;
}

#review-box h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 10px 0;
  margin: 0px;
}

#review-box ul {
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}

#review-box ul li {
  margin-bottom: 10px;
}

#review-box ul li .review-criteria-score {
  margin-bottom: 10px;
}

#review-box ul li .review-criteria-score .left {
  font-weight: bold;
}
#review-box ul li .review-criteria-score .right {
  float: right;
  font-weight: bold;
}

#review-box ul li .review-criteria-score .right i {
  color: #ffcd27;
  font-size: 15px;
}

#review-box ul li .review-criteria-score [class*="icon-"] {
  font-size: 14px;
  color: #ffa83f;
  margin: 0 0 0 1px;
  width: 14px;
}

#review-box ul li .review-criteria-bar-container {
  background: #ffffff;
  height: 14px;
  border: 2px solid #ffcd00;
}

#review-box ul li .review-criteria-bar {
  float: left;
  height: 12px;
  background: #ffcd00;
}

.animation_bar_width li .review-criteria-bar {
  animation: bar-animation 2s;
  -webkit-animation: bar-animation 2s;
}

@keyframes bar-animation {
  from {
    width: 0;
  }
}

@-webkit-keyframes bar-animation {
  from {
    width: 0;
  }
}

@-moz-keyframes bar-animation {
  from {
    width: 0;
  }
}

.right.review-total-score-boxtype-percent b {
  font-size: 25px !important;
}
#review-box .right.review-total-score-boxtype-star > span {
  margin-top: -5px;
  float: left;
  width: 100%;
  margin-left: 10px;
}
#review-box .right.review-total-score-boxtype-star i {
  font-size: 19px;
  margin-top: 39px;
  margin-right: 3px;
  float: left;
}
#review-box .right.review-total-score-boxtype-letter,
#review-box .right.review-total-score-boxtype-number,
#review-box .right.review-total-score-boxtype-percent,
#review-box .right.review-total-score-boxtype-star {
  background: #ffcd00;
  padding: 0px;
  color: #333333;
  font-weight: bold;
  font-size: 53px;
  line-height: 80px;
  float: left;
  margin-top: 3px;
  width: 120px;
  height: 80px;
  text-align: center;
  border-radius: 0px;
  margin-right: 15px;
}

#review-box .right .icon-star {
  font-size: 16px;
  line-height: 22px;
  margin: 0 2px;
  width: 18px;
}

#review-box .review-summary {
  margin: 20px 0 20px 0;
  float: left;
  width: 100%;
}

#review-box .review-summary p {
  margin: 0 0 0 0;
}

.user-review {
  background: #eaeaea;
  margin: 0 0 0 0;
}

.user-review .left {
  max-width: 50%;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 15px;
  margin: 0;
  text-transform: uppercase;
}

.user-review .right {
  background: #45a4f5;
  padding: 8px 7px;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.user-review .right img {
  margin: 0 2px;
}

#review-box .review-total-score .type-star {
  font-size: 14px;
  padding: 7px 15px;
}

#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;
}

span.user_review-criteria-star-under {
  background: url(img/star-rating.png) no-repeat;
  background-position: 0px -20px;
  height: 18px;
  width: 100px;
  position: absolute;
  top: 10px;
  right: 10px;
}

span.user_review-criteria-star-top {
  background: url(img/star-rating.png) no-repeat;
  height: 18px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.carousel_multi_width .review-badge {
  width: 80px;
  height: 80px;
}
.carousel_multi_width .review-badge .user_review_value {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 26px;
}

.review-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  z-index: 9;
  color: #f7f7f7;
  font-weight: 600;
}
.review-badge .user_review_background_color {
  filter: alpha(opacity=80);
  opacity: 0.8;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.review-badge .user_review_value {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.review_star_wrapper {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 999;
}
.review_star_wrapper .review_star_background {
  position: relative;
  vertical-align: middle;
  width: 65px;
  margin-top: -2px;
  background-position: left top;
  float: left;
  height: 12px;
  background: url("img/stars.png") no-repeat;
  background-size: 63px 24px;
}
.review_star_wrapper .review_star_background .review_star_value {
  display: inline-block;
  height: 12px;
  background: url("img/stars.png") no-repeat;
  background-size: 63px 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: left bottom;
}

.home_page_front_view {
  position: absolute;

  right: 10px;
  bottom: 10px;
  font-size: 12px;
  color: #f7f7f7;
}

.home_page_front_view a,
.home_page_front_view .view_options {
  color: #f7f7f7 !important;
  margin-right: 2px;
  display: inline-block;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  height: auto;
  line-height: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 4px 12px 4px;
  letter-spacing: 0.03em !important;
}

.home_page_front_view a:hover {
  color: #f7f7f7;
}

.home_page_front_view i {
  margin-right: 3px;
}

/*-------------------------------------------------------------------------------------
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;
}
.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: 14px;
}
.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: #f7f7f7 !important;
}
.woocommerce .result-wrap {
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
  margin-bottom: 30px;
  flex-flow: row nowrap;
  align-items: center;
}
.woocommerce div.product div.images img {
  border-radius: 5px;
}
.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:before {
  font-size: 12px;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: 18px;
  vertical-align: 10%;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  font-family: "jl_font";
  content: "\e95f";
  height: 38px;
  width: 38px;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 38px;
  text-align: center;
  background: #f7f7f7;
  border-radius: 5px;
}

.woocommerce .woocommerce-ordering select {
  padding: 10px;
  outline: none !important;
  border: none;
  background-color: #f7f7f7;
  cursor: pointer;
}
.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;
  border-radius: 5px;
}
.woocommerce nav.woocommerce-pagination span {
  font-size: 12px;
  padding: 0px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #f75454;
  color: #f7f7f7;
}
.woocommerce nav.woocommerce-pagination a {
  font-size: 12px !important;
  padding: 0px;
  height: 35px;
  line-height: 35px;
  width: 35px;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #e6e6e6;
  color: #333333;
}
.woocommerce nav.woocommerce-pagination a:hover {
  color: #f7f7f7 !important;
}
.woocommerce nav.woocommerce-pagination a i {
  font-size: 9px;
}
.woocommerce nav.woocommerce-pagination a:hover {
  text-decoration: none !important;
  background: #f75454;
  color: #f7f7f7 !important;
}
.woocommerce nav.woocommerce-pagination a {
  font-size: 9px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.woocommerce .main_content {
  margin-bottom: 50px !important;
}
.product-thumb {
  position: relative;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}

.product-thumb img {
  display: block;
  width: 100%;
  vertical-align: middle;
  border-radius: 5px;
}

.product-buttons .button {
  width: 100%;
}

.product-buttons {
  opacity: 0;
  -webkit-transform: translateY(55px);
  -ms-transform: translateY(55px);
  transform: translateY(55px);
  -webkit-transition: 0.3s cubic-bezier(0.39, 0.33, 0.13, 0.95);
  -o-transition: 0.3s cubic-bezier(0.39, 0.33, 0.13, 0.95);
  transition: 0.3s cubic-bezier(0.39, 0.33, 0.13, 0.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: 0.14s;
  -o-transition-delay: 0.14s;
  transition-delay: 0.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: #f7f7f7;
  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: #333333;
  color: #f7f7f7;
}

.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 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: background-color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: background-color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  padding: 0px !important;
}
.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: #f7f7f7;
  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: #f7f7f7;
  text-align: center;
  white-space: nowrap;
  font-size: 0.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: #f7f7f7;
  font-size: 0.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: #333333;
  color: #f7f7f7;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 10px;
  line-height: 1.2;
  padding: 3px 10px 2px 10px;
}

.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: 0.7rem;
}

.woocommerce span.onsale.percent strong {
  font-weight: inherit;
}

.woocommerce span.onsale.percent .off {
  display: block;
  padding-top: 3px;
  font-size: 0.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;
}

.is-light-text div.product .product-loop-content .price {
  color: #f7f7f7;
}

.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: 0.85rem;
}

.shopthepost div.product .product-loop-content .price del {
  font-size: 0.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, 0.015);
}

.woocommerce form.login,
.woocommerce form.register {
  margin-top: 20px;
  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 15px 0;
  padding: 0;
}

.woocommerce input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #f7f7f7 inset !important;
}

.woocommerce-form.login input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #f7f7f7 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: #f7f7f7 !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: #333333;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart {
  display: block;
  float: left;
  background-color: #333333;
  color: #f7f7f7;
  line-height: 40px !important;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  padding: 0px 40px;
  border-radius: 3px;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border: 0px;
  outline: none;
  border-radius: 5px;
}
.woocommerce a.button.added {
  display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 10px 20px;
}

.woocommerce-error {
  border-color: #333333;
}

.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: #333333;
  text-decoration: underline;
}

.woocommerce-password-hint {
  display: block;
  margin-top: 10px;
}

.woocommerce-password-strength {
  margin-top: 15px;
  border: none;
  background-color: #ff8080;
  color: #f7f7f7;
  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 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  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: #f7f7f7 !important;
}
.woocommerce .woocommerce-MyAccount-navigation li.is-active {
  background-color: #333;
  color: #f7f7f7;
}
.woocommerce .woocommerce-MyAccount-navigation li.is-active a {
  color: #f7f7f7 !important;
}

.woocommerce form .form-row em {
  font-size: 0.85rem;
}

.woocommerce .woocommerce-MyAccount-navigation li:not(.is-active) a:hover {
  background-color: #333333;
  color: #f7f7f7 !important;
}

.woocommerce-MyAccount-content .woocommerce-Button.button {
  padding: 0px 30px !important;
  color: #f7f7f7 !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;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
}

.woocommerce form .form-row .select2-container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.woocommerce form .select2-container--default .select2-selection--single {
  height: 42px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 3;
  border-radius: 3;
  background-color: #f7f7f7;
  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, 0.015);
  max-width: 48% !important;
}

.woocommerce-account .addresses .title .edit {
  padding: 0 20px;
  background-color: #aaa;
  color: #f7f7f7 !important;
  text-decoration: none !important;
  font-weight: normal;
  font-size: 13px;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  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: 0.875rem;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  font-style: normal;
}

.woocommerce-info a.showcoupon {
  margin-left: 7px;
  -webkit-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: color 0.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: #333333;
  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: 0.5;
}

.woocommerce-checkout form.login > p:first-child,
.woocommerce-checkout form.register > p:first-child {
  margin-bottom: 2rem;
  font-style: italic;
  font-size: 0.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: #333333;
}
/* 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;
  text-transform: uppercase;
  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, 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: 0.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: #333333;
  text-transform: none;
}
.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: #333333;
  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: 0.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, 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: #333333;
  color: #f7f7f7;
  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: #333333;
}

/* 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: #333333;
  color: #f7f7f7 !important;
  height: 40px;
  line-height: 40px !important;
  margin-bottom: 0px;
  font-size: 13px;
  padding: 0px 30px !important;
  text-decoration: none !important;
}

.woocommerce-cart table.cart img {
  width: 150px;
  height: auto;
  border-radius: 5px;
}

.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 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -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: 10px;
  font-family: "jl_font";
  line-height: 24px;
}

.woocommerce a.remove:hover {
  background-color: #333333;
  color: #f7f7f7;
}

.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: #333333;
  text-decoration: none !important;
}
.woocommerce-cart
  .options_dark_skin
  .woocommerce
  table.cart
  tr.cart_item
  td.product-name
  a {
  color: #f7f7f7;
}
.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;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item td.product-remove {
  padding: 0 5px;
  text-align: center;
  width: 50px;
  background: transparent;
  border: 0px;
}
.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: #333333;
  font-size: 0;
  line-height: 1;
  display: block !important;
}
table.cart tr.cart_item td.product-remove a:before {
  content: "\e96c";
  color: #333333;
  font-family: "jl_font";
  font-size: 12px;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item td {
  padding: 20px 0;
  vertical-align: middle;
  text-align: right;
  background: transparent;
  border: 0px;
}

.woocommerce-cart .woocommerce-cart-form .actions {
  padding-top: 2rem;
  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: 25px;
}

.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: #f7f7f7 !important;
  line-height: 40px !important;
  height: 40px;
}

.woocommerce-cart.woocommerce-page .woocommerce-cart-form .coupon button {
  display: block;
  float: left;
  background-color: #333333;
  color: #f7f7f7;
  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: #333333;
  color: #f7f7f7;
}

.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: #f7f7f7 !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: 0.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: #f7f7f7;
  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, 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: 0.85rem;
}

.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock {
  color: #333333;
}

.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: #f7f7f7;
  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: #f7f7f7 !important;
  text-decoration: none !important;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.yith-wcwl-share .share-button a:hover {
  opacity: 0.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 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.wishlist-title-with-form:hover {
  color: #333333;
}

/* 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: 0.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;
}

.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: #f7f7f7;
  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: #333333;
  color: #f7f7f7;
  margin-left: 10px;
  line-height: 40px !important;
  font-size: 13px;
  padding: 0px 30px;
}

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

.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 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: color 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.product_meta a:hover {
  color: #333333;
}

.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: #333333;
}

.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;
  border-radius: 5px;
}

.woocommerce .quantity {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  width: 80px;
  height: 40px;
  border: 1px solid #dfdfdf;
  line-height: 40px;
  display: inline-block;
  border-radius: 5px;
}

.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: #333333;
  color: #f7f7f7;
  white-space: nowrap;
  line-height: 40px;
  height: 40px;
  font-weight: 500;
  font-size: 12px;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus {
  background-color: #333333;
}

.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, 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: #333333;
  color: #f7f7f7;
}

.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, 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: #333333;
}

.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, 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: 0.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: #333333;
}

.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: 20px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 10px;
  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;
}
.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: #305b90;
  color: #305b90;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) a:hover {
  color: #305b90;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 0;
}

.woocommerce table.shop_attributes {
  padding: 2%;
  border: 1px solid rgba(0, 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: 0.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: 0.75rem;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
  color: #aaa;
  font-style: italic;
  font-size: 0.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: #f7f7f7 !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: #333333;
  color: #f7f7f7 !important;
  text-indent: 0;
  font-size: 0 !important;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
}

.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger:hover {
  opacity: 0.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: 60px;
}

.upsells.products {
  position: relative;
  display: block;
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 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 {
  text-transform: uppercase;
  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: 0.875rem;
  line-height: 1.7;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background-color: #333;
  color: #f7f7f7;
}

.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;
  border-radius: 8px;
}

#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: #f7f7f7 !important;
}
.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: 0.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: 0.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;
  background-color: #333333;
  color: #f7f7f7 !important;
  border-radius: 20px;
}
.options_dark_skin
  .woocommerce-mini-cart-item
  a.remove.remove_from_cart_button {
  background: #333333;
}

.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0 !important;
}

li.woocommerce-mini-cart-item a:not(.remove) {
  display: inline-block !important;
  font-size: 14px;
  line-height: 1.2;
}

li.woocommerce-mini-cart-item a:not(.remove):hover {
  color: #333333;
  text-decoration: none !important;
}

.woocommerce ul.product_list_widget .woocommerce-mini-cart-item .quantity {
  display: block;
  clear: both;
  margin-top: 0px;
  padding: 0;
  height: auto;
  border: none;
  white-space: nowrap;
  font-size: 14px;
  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 #acacac;
}

.woocommerce-mini-cart__total .woocommerce-Price-amount {
  float: right;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400 !important;
}

.woocommerce-mini-cart__total
  .woocommerce-Price-amount
  .woocommerce-Price-currencySymbol {
  margin: 0 2px;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.2;
}

.woocommerce-mini-cart .woocommerce-Price-amount.amount {
  font-size: 0.875rem;
}

.woocommerce-mini-cart__total strong,
.nav-cart p.woocommerce-mini-cart__empty-message {
  font-style: normal;
  font-size: 15px;
  line-height: 1.2;
}

.is-light-text .woocommerce-mini-cart__total {
  border-color: rgba(255, 255, 255, 0.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, 0.15);
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1) !important;
  -moz-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1) !important;
  -ms-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1) !important;
  -o-transition: all 0.3s cubic-bezier(0.32, 0.74, 0.57, 1) !important;
  transition: all 0.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: #333333;
  color: #f7f7f7;
}

.woocommerce-mini-cart__buttons .button:not(.checkout) {
  background-color: #333333;
  color: #f7f7f7 !important;
}
.woocommerce-mini-cart__buttons .button:not(.checkout):before {
}

.woocommerce-mini-cart__buttons .button:not(.checkout):hover,
.woocommerce-mini-cart__buttons .button:not(.checkout):focus {
  color: #333333;
}

.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: #333333;
}

.woocommerce table.shop_table tfoot tr:first-child th,
.woocommerce table.shop_table tfoot tr:first-child td {
  color: #333333;
}

.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: 0.3;
}

.widget_product_categories .cat-item {
  position: relative;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 0.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: 0.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: 0.1;
}

.product-loop-content .slider-nav:hover {
  opacity: 1;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 16.666667%;
}
.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: #f7f7f7;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.74, 0.57, 1);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.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: 0.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: 0.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: 0.8rem;
  height: 0.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 0.15s cubic-bezier(0.32, 0.74, 0.57, 1);
  -moz-transition: all 0.15s cubic-bezier(0.32, 0.74, 0.57, 1);
  -ms-transition: all 0.15s cubic-bezier(0.32, 0.74, 0.57, 1);
  -o-transition: all 0.15s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: all 0.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: #333333;
  background-color: #333333;
  color: #f7f7f7;
}

#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, 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: #333333;
  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: 39px;
  height: 39px;
  line-height: 39px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #3f6da1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition:
    color 0.2s ease-in-out,
    background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 100%;
}
#go-top a:hover {
  background: #f75454;
  color: #f7f7f7 !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: #f7f7f7;
  color: #333333;
  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: #000000;
  color: #f7f7f7;
  border-top: 1px solid #303030;
}
.enable_footer_columns_dark a {
  color: #f7f7f7;
}
.enable_footer_columns_dark .meta-category-small a {
  color: #f7f7f7 !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: #f7f7f7;
}
.enable_footer_columns_dark .widget .widget-title h2 {
  color: #f7f7f7;
}
.enable_footer_columns_dark .social-icons-list-widget li a {
  color: #f7f7f7;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #641f1f;
  border-radius: 5px;
}
.enable_footer_columns_dark .social-icons-list-widget li a i {
  font-size: 20px;
}
.enable_footer_columns_dark .social-icons-list-widget li a:hover {
  text-decoration: none !important;
}
.enable_footer_columns_dark .tagcloud a {
  color: #dedede;
  background: #353535;
}
.enable_footer_columns_dark .tagcloud a:hover {
  background: #f75454;
  color: #f7f7f7;
}
.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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
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: #f7f7f7;
  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: center;
}
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;
}
footer .widget p {
  color: #999;
}
footer .widget select {
  width: 100% !important;
  color: #333333;
}
footer #wp-calendar caption {
  color: #ccc;
}
footer #wp-calendar thead {
  color: #f7f7f7;
  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: #333333;
}
footer #wp-calendar tbody td {
  background: #565656;
  border: 1px solid #212121;
  color: #f7f7f7;
}
footer #wp-calendar tbody td#today {
  background-color: #212121;
}
footer #wp-calendar tbody td:hover {
  background: #565656;
  color: #f7f7f7;
}
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;
  background-color: #641f1f;
}
.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;
}
.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;
  border-top: 3px solid rgba(0, 0, 0, 0);
}
#menu-footer-menu li a {
  text-decoration: none;
  color: #ccc;
}
#menu-footer-menu li a:hover {
  text-decoration: none !important;
  color: #f75454;
}
#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;
  margin-bottom: 30px !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%;
  }
  .jl_content .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 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;
}
.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: #f7f7f7 !important;
}
.wp-block-latest-comments footer {
  background: transparent;
}
.wp-block-latest-comments footer a {
  color: #333333;
}
.wp-block-latest-comments li {
  float: left;
  width: 100%;
  margin-bottom: 20px !important;
}
.wp-block-button .wp-block-button__link,
.options_layout_wrapper .wp-block-file__button {
  -webkit-appearance: none;
  background: #000;
  color: #f7f7f7;
  padding: 14px 30px;
  border: 0;
  font-weight: 500;
  font-size: 13px !important;
  line-height: 1;
  height: auto;
  border-radius: 3px;
  transition: all 0.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;
}
.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: #f7f7f7 !important;
  opacity: 1;
}
.is-style-outline .wp-block-button__link {
  background: none !important;
  border-style: solid !important;
  border-width: 1px !important;
  color: #333333;
}
.is-style-outline .wp-block-button__link:hover {
  color: #f7f7f7 !important;
  background: #000 !important;
}
.content_single_page li,
.post_content li {
  padding-left: 0px;
  margin-bottom: 0em;
}
.has-medium-font-size {
  font-size: 20px !important;
}
.has-large-font-size {
  font-size: 36px !important;
}
p.has-drop-cap:not(:focus):first-letter {
  font-size: 100px;
  font-weight: 400;
  margin-top: 10px;
  color: #f75454;
}
.wp-block-embed:not(.is-type-video) > div {
  display: inline-block;
}
.wp-block-embed.is-type-video {
  text-align: center;
}
.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;
}
.wp-block-image,
.wp-block-embed,
.wp-block-gallery {
  margin-top: calc(30px + 0.25vw);
  margin-bottom: calc(10px + 0.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 {
  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: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.wp-block-pullquote p {
  font-size: 20px;
}
.wp-block-pullquote blockquote p {
  font-size: 28px;
  line-height: 1.6;
}
.wp-block-pullquote cite {
  font-size: 13px;
  font-weight: bold;
  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 60px 0px 60px;
}
blockquote.is-style-large:before {
  top: 43px;
}
blockquote.has-text-align-right:before {
  right: 20px;
  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;
  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: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.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: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.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: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-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;
  }
}

.options_dark_skin .card-mod {
  background-color: #232323;
}

.menu-mod {
  max-width: 70px;
  display: block;
  padding-top: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  width: 50%;
}

.video-text h3 {
  color: #333333;
  font-size: 16px;
  font-weight: 500 !important;
  margin: 0px;
  white-space: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.7em;
}

.woocommerce-loop-product__title h4 {
  font-size: 14px;
}

.side-text h3 {
  color: #333333;
  font-size: 17px;
  font-weight: 500 !important;
  margin: 0px;
  white-space: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.7em;
}

.entry__meta li {
  display: inline-block;
  font-size: 12px;
  color: #adb6b9;
  font-style: italic;
  margin-right: 15px;
}
.entry__meta li:last-child {
  margin-right: 0;
}
.entry__meta a {
  color: #adb6b9;
}
.entry__meta a:hover {
  color: #404648;
}
.entry__meta i {
  display: inline-block;
  margin-right: 5px;
}

.entry-author__name {
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.entry-author__name:hover {
  color: #305b90;
}

.card-mod {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /* border:1px solid rgba(0,0,0,.125); */
  border-radius: 0.25rem;
  margin-bottom: 20px;
}
.card-mod > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-mod > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card-mod > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-mod > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-mod-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-mod-title {
  margin-bottom: 0.75rem;
}
.card-mod-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-mod-text:last-child {
  margin-bottom: 0;
}
.card-mod-link:hover {
  text-decoration: none;
}
.card-mod-link + .card-mod-link {
  margin-left: 1.25rem;
}
.card-mod-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-mod-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-mod-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-mod-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-mod-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-mod-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-mod-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-mod-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-mod-img,
.card-mod-img-bottom,
.card-mod-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.card-mod-img,
.card-mod-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-mod-img,
.card-mod-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-mod-deck .card-mod {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-mod-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-mod-deck .card-mod {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-mod-group > .card-mod {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-mod-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-mod-group > .card-mod {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-mod-group > .card-mod + .card-mod {
    margin-left: 0;
    border-left: 0;
  }
  .card-mod-group > .card-mod:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-mod-group > .card-mod:not(:last-child) .card-mod-header,
  .card-mod-group > .card-mod:not(:last-child) .card-mod-img-top {
    border-top-right-radius: 0;
  }
  .card-mod-group > .card-mod:not(:last-child) .card-mod-footer,
  .card-mod-group > .card-mod:not(:last-child) .card-mod-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-mod-group > .card-mod:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-mod-group > .card-mod:not(:first-child) .card-mod-header,
  .card-mod-group > .card-mod:not(:first-child) .card-mod-img-top {
    border-top-left-radius: 0;
  }
  .card-mod-group > .card-mod:not(:first-child) .card-mod-footer,
  .card-mod-group > .card-mod:not(:first-child) .card-mod-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-mod-columns .card-mod {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-mod-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-mod-columns .card-mod {
    display: inline-block;
    width: 100%;
  }
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Jadwal Sholat */

.table-jadwal td {
  padding: 8px 12px;
  /* text-transform: uppercase; */
}

.jadwal-sholat {
  font-family: "PT Sans";
  border: 0px !important;
  /*padding: 15px 30px;*/
  border-radius: 5px;
  /* background-color: #212121; */
  /*background: rgb(0,214,194);*/
  /*background: linear-gradient(90deg, rgba(0,214,194,1) 0%, rgba(0,161,144,1) 49%, rgba(0,214,194,1) 100%);*/
}

.jadwal-sholat__inner {
  border: 0px !important;
  /* padding: 20px; */
}

.jadwal-sholat__inner-top {
  margin-bottom: 20px;
}

.jadwal-sholat__inner-main {
  margin: -10px;
}

.jadwal-sholat__inner-main table {
  border: 0px !important;
  width: 100%;
  text-align: center;
}

.jadwal-sholat__inner-main thead td {
  padding-bottom: 0px;
  border: 0px !important;
  color: #305b90;
  font-weight: 700;
  font-size: 16px;
}

.jadwal-sholat__inner-main tbody td {
  padding-top: 0px;
  border: 0px !important;
  color: #232323;
  font-weight: 500;
  font-size: 15px;
}

.sholat select {
  padding-right: 10px;
  outline: none !important;
  border: none;
  font-weight: 700;
  color: #305b90;
  background-color: #f0f0f0;
  cursor: pointer;
}

.options_dark_skin .jadwal-sholat__inner-main tbody td {
  color: #ffffff;
}

.options_dark_skin .sholat select {
  background-color: #232323;
}

.logo-mod-a img {
  max-height: 80px;
}

.tweet-mod {
  margin-bottom: 20px;
  width: 100%;
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: justify;
}

.options_dark_skin .jadwal-sholat__inner-main thead td {
  color: #fff;
}

.options_dark_skin .sholat select {
  color: #fff;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
  .jadwal-sholat__inner-main thead td {
    font-size: 13px;
  }

  .jadwal-sholat__inner-main tbody td {
    font-size: 12px;
  }
  .table-jadwal td {
    padding: 5px 9px;
  }
  .logo-mod-a img {
    max-height: 50px;
  }
}

.author-type {
  background-color: #3b5999;
  color: #fff;
  border-radius: 5px;
  margin: 2px;
  padding: 3px 7px 3px 7px;
}

/* ===============================
   SOCIAMA - Contact Social Icons
================================ */

.sociama {
  display: flex !important;
  justify-content: center !important; /* tengah */
  align-items: center !important;
  gap: 4px !important;
  flex-wrap: wrap !important; /* biar ga maksa satu baris di layar kecil */
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.sociama a {
  width: 46px !important;
  height: 46px !important;
  background: #7d1f1f !important;
  border-radius: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  transition: 0.25s ease !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25) !important;
}

.sociama a i {
  font-size: 20px !important;
  color: #fff !important;
  line-height: 1 !important;
}

/* hover */
.sociama a:hover {
  transform: translateY(-3px) !important;
  background: #a32727 !important;
}

/* versi desktop biar sedikit lebih kecil */
@media (min-width: 992px) {
  .sociama a {
    width: 44px !important;
    height: 44px !important;
    border-radius: 14px !important;
  }
  .sociama a i {
    font-size: 21px !important;
  }
}
