@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

:root {
  /*--hff: 'Rotobo';*/


  /*--bff: 'Rotobo';*/
  --quote-ff: Lora;
}

.cursor-inner.cursor-slider.cursor-hover span:after,
.cursor-inner.cursor-slider.cursor-hover span:before {
  background-color: #000000;
}
.cursor-outer .fn-cursor,
.cursor-inner.cursor-slider:not(.cursor-hover) .fn-cursor {
  border-color: rgba(0, 0, 0, 0.7);
}
.cursor-inner .fn-cursor,
.cursor-inner .fn-left:before,
.cursor-inner .fn-left:after,
.cursor-inner .fn-right:before,
.cursor-inner .fn-right:after {
  background-color: rgba(0, 0, 0, 0.7);
}
.cursor-inner.cursor-hover .fn-cursor {
  background-color: rgba(0, 0, 0, 0.1);
}
[data-site-skin="dark"] .cursor-inner.cursor-slider.cursor-hover span:after,
[data-site-skin="dark"] .cursor-inner.cursor-slider.cursor-hover span:before {
  background-color: #ffffff;
}
[data-site-skin="dark"] .cursor-outer .fn-cursor,
[data-site-skin="dark"]
  .cursor-inner.cursor-slider:not(.cursor-hover)
  .fn-cursor {
  border-color: rgba(255, 255, 255, 0.7);
}
[data-site-skin="dark"] .cursor-inner .fn-cursor,
[data-site-skin="dark"] .cursor-inner .fn-left:before,
[data-site-skin="dark"] .cursor-inner .fn-left:after,
[data-site-skin="dark"] .cursor-inner .fn-right:before,
[data-site-skin="dark"] .cursor-inner .fn-right:after {
  background-color: rgba(255, 255, 255, 0.7);
}
[data-site-skin="dark"] .cursor-inner.cursor-hover .fn-cursor {
  background-color: rgba(255, 255, 255, 0.1);
}

:root {
  --mow-bbc: #ffffff;
  --mow-mc1: #c8102e;
  --mow-hhc: #444444;
  --mow-hc: #080808;
  --mow-bc: #777777;
  --mow-ebc: #f5f5f5;
  --mow-aebc: #e5e5e5;
  --mow-border-color: #cccccc;
  --mow-contrast-text: #ffffff;
}
[data-site-skin="dark"]:root {
  --mow-bbc: #121212;
  --mow-mc1: #c8102e;
  --mow-hhc: #999999;
  --mow-hc: #cccccc;
  --mow-bc: #777777;
  --mow-ebc: #1d1d1d;
  --mow-aebc: #222222;
  --mow-border-color: #333333;
}

.mow_fn_mobnav .fn__logo img {
  max-width: 100%;
  max-height: 64px;
  width: auto!important;
  height: auto!important;
}

.mow_fn_header .mow_fn_main_nav > li > a {
  height: 147px;
  line-height: 147px;
}
.mow_fn_mlogo_header .mow_fn_main_nav > li > a {
  height: 40px;
  line-height: 40px;
}

.blog__item .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.mow_fn_mlogo_header[data-layout="overlay_bg"] .header_nav_wrap {
  background-color: #080808;
}
.mow_fn_mlogo_header[data-layout="overlay_bg"] .mow_fn_main_nav > li > a {
  color: #ffffff;
}

.mow_fn_mobnav {
  background-color: #000000;
}
.mow_fn_mobnav .mob_top {
  border-bottom-color: #222222;
}
.mow_fn_mobnav .mobile_menu a {
  color: #eeeeee;
}

.fn__rating_count .number {
  background-color: #fdd23c;
  color: #000000;
}

.fn__meta .sticky_label span {
  background-color: #ffeeaf;
}

h1 {
  font-size: 45px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}

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

.e-con.e-parent:nth-of-type(n + 4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n + 4):not(.e-lazyloaded):not(.e-no-lazyload) * {
  background-image: none !important;
}
@media screen and (max-height: 1024px) {
  .e-con.e-parent:nth-of-type(n + 3):not(.e-lazyloaded):not(.e-no-lazyload),
  .e-con.e-parent:nth-of-type(n + 3):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
  }
}
@media screen and (max-height: 640px) {
  .e-con.e-parent:nth-of-type(n + 2):not(.e-lazyloaded):not(.e-no-lazyload),
  .e-con.e-parent:nth-of-type(n + 2):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
  }
}

img:is([sizes="auto"i], [sizes^="auto,"i]) {
  contain-intrinsic-size: 3000px 1500px;
}

.fn_cs_cats_list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
  align-items: center;
  margin-left: -30px;
}
.fn_cs_cats_list li {
  margin: 0;
  padding: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}
.fn_cs_cats_list .img_holder {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  box-shadow: var(--mow-box-shadow);
  margin-bottom: 22px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fn_cs_cats_list .img_holder a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fn_cs_cats_list .img_holder[data-bg-img=""] {
  background-color: #91a29b;
}
.fn_cs_cats_list .name {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--hff);
  color: var(--mow-hc);
  margin-bottom: 2px;
}
.fn_cs_cats_list .count {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: var(--bff);
  font-size: 18px;
  font-weight: 500;
  color: var(--mow-bc);
  margin-bottom: -7px;
}
.fn_cs_cats_list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 170px;
}

/* Searchbox */
.fn_cs_searchbox {
  position: relative;
  overflow: hidden;
}
.fn_cs_searchbox .searchform {
  max-width: 1040px;
  margin: 0 auto;
}
.fn_cs_searchbox .searchbox {
  background-color: #000;
  padding: 110px 0 120px;
}
.fn_cs_searchbox .main_form {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #fff;
}
.fn_cs_searchbox .input {
  flex: auto;
}
.fn_cs_searchbox .input input {
  width: 100%;
  display: block;
  height: 60px;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  font-size: 24px;
  font-family: var(--bff);
  font-weight: 400;
  color: #fff;
}
.fn_cs_searchbox .input input:focus {
  background-color: transparent;
}
.fn_cs_searchbox .search {
  display: flex;
  align-items: center;
}
.fn_cs_searchbox .search input {
  height: 40px;
  border: none;
  outline: none;
  padding: 0 48px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: var(--hff);
  color: #080808;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s;
  display: block;
}
.fn_cs_searchbox .search input:hover {
  background-color: var(--mow-mc1);
  color: var(--mow-contrast-text);
}
.fn_cs_searchbox .label {
  display: block;
  text-align: center;
  font-family: var(--hff);
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.fn_cs_searchbox .popular_cats {
  padding-top: 35px;
}
.fn_cs_searchbox .cats {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -10px;
}
.fn_cs_searchbox .cats a {
  text-decoration: none;
  margin: 10px 0 0 10px;
  height: 30px;
  border-radius: 15px;
  line-height: 28px;
  font-family: var(--hff);
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 19px;
}
.fn_cs_searchbox .cats a:hover {
  color: var(--mow-mc1);
  border-color: var(--mow-mc1);
}
.fn_cs_searchbox .top_titles {
  margin-bottom: -24px;
}
.fn_cs_searchbox .item {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  font-family: var(--hff);
  color: #000;
  position: relative;
  padding-right: 150px;
}
.fn_cs_searchbox .item_sep {
  width: 50px;
  display: block;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -9px;
  height: 4px;
  background-color: #000;
}
.fn_cs_searchbox .item_sep:before,
.fn_cs_searchbox .item_sep:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 28px;
  transform: skew(-25deg);
  background-color: #000;
  transform-origin: bottom;
  left: 11px;
  top: -12px;
}
.fn_cs_searchbox .item_sep:before {
  left: 23px;
}

.fn_cs_team_members .member_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  margin-left: -30px;
  flex-wrap: wrap;
}
.fn_cs_team_members .member_item {
  margin: 0;
  padding: 0;
  padding-left: 30px;
  margin-bottom: 30px;
  width: 50%;
}
.fn_cs_team_members .item {
  width: 100%;
  border: 1px solid var(--mow-border-color);
  border-radius: 5px;
  box-shadow: var(--mow-box-shadow);
  padding: 39px;
}
.fn_cs_team_members .member_top {
  display: flex;
}
.fn_cs_team_members .img_holder {
  width: 180px;
  min-width: 180px;
  overflow: hidden;
  margin-right: 30px;
}
.fn_cs_team_members .img_holder img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: var(--mow-box-shadow);
}
.fn_cs_team_members .name {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 2px;
}
.fn_cs_team_members .occ {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--mow-bc);
  margin-bottom: 14px;
}
.fn_cs_team_members .mow_fn_share .share_wrapper ul {
  flex-wrap: wrap;
}
.fn_cs_team_members .member_bottom {
  margin-top: 32px;
}
.fn_cs_team_members .member_bottom p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  font-family: var(--bff);
}
.fn_cs_team_members .member_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1400px) {
  .fn_cs_team_members .img_holder {
    width: 150px;
    min-width: 150px;
  }
  .fn_cs_team_members .name {
    font-size: 26px;
  }
  .fn_cs_team_members .item {
    padding: 29px;
  }
}
@media (max-width: 1200px) {
  .fn_cs_team_members .img_holder {
    width: 120px;
    min-width: 120px;
  }
  .fn_cs_team_members .item {
    padding: 19px;
  }
}
@media (max-width: 768px) {
  .fn_cs_team_members .member_item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .fn_cs_team_members .img_holder {
    width: 180px;
    min-width: 180px;
  }
  .fn_cs_team_members .member_item {
    width: 100%;
  }
  .fn_cs_team_members .member_top {
    flex-direction: column;
  }
  .fn_cs_team_members .img_holder {
    margin: 0 0 20px 0;
  }
  .fn_cs_team_members .name {
    font-size: 20px;
  }
  .fn_cs_team_members .occ {
    font-size: 16px;
  }
}

.fn__cs_gallery_collage_a ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px;
}
.fn__cs_gallery_collage_a li {
  margin: 0;
  padding: 0;
  list-style-type: inherit;
}
.fn__cs_gallery_collage_a li img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 5 / 3.3;
}
.fn__cs_gallery_collage_a li:nth-child(9n + 1),
.fn__cs_gallery_collage_a li:nth-child(9n + 2),
.fn__cs_gallery_collage_a li:nth-child(9n + 3) {
  grid-column: span 4;
}
.fn__cs_gallery_collage_a li:nth-child(9n + 4),
.fn__cs_gallery_collage_a li:nth-child(9n + 5) {
  grid-column: span 6;
}
.fn__cs_gallery_collage_a li:nth-child(9n + 6),
.fn__cs_gallery_collage_a li:nth-child(9n + 7),
.fn__cs_gallery_collage_a li:nth-child(9n + 8),
.fn__cs_gallery_collage_a li:nth-child(9n + 9) {
  grid-column: span 3;
}

.fn__cs_gallery_collage_b ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.fn__cs_gallery_collage_b li {
  margin: 0;
  padding: 0;
  list-style-type: inherit;
}
.fn__cs_gallery_collage_b li img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 5 / 3.3;
}
.fn__cs_gallery_collage_b li:nth-child(12n + 4) {
  grid-column: span 2;
  grid-row: span 2;
}
.fn__cs_gallery_collage_b li:nth-child(12n + 11) {
  grid-column: span 2;
  grid-row: span 2;
}

.fn__cs_gallery_collage_g ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.fn__cs_gallery_collage_g li {
  margin: 0;
  padding: 0;
  list-style-type: inherit;
}
.fn__cs_gallery_collage_g li img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 5 / 3.3;
}
.fn__cs_gallery_collage_g li:nth-child(6n + 1) {
  grid-column: span 2;
  grid-row: span 2;
}
.fn__cs_gallery_collage_g li:nth-child(6n + 5) {
  grid-column: span 2;
  grid-row: span 2;
}

.fn__cs_gallery_masonry .fn__masonry {
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: -20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.fn__cs_gallery_masonry .fn__masonry .mas__in {
  margin: 0;
  padding: 0;
  list-style-type: inherit;
  width: 25%;
  padding-left: 20px;
  margin-bottom: 20px;
}
.fn__cs_gallery_masonry .fn__masonry .mas__in img {
  display: block;
  width: 100%;
}
.fn__cs_gallery_masonry[data-cols="3"] .fn__masonry .mas__in {
  width: 33.3333%;
}
.fn__cs_gallery_masonry[data-cols="2"] .fn__masonry .mas__in {
  width: 25%;
}
.fn__cs_gallery_masonry[data-cols="1"] .fn__masonry .mas__in {
  width: 100%;
}
@media (max-width: 1040px) {
  .fn__cs_gallery_masonry[data-cols="4"] .fn__masonry .mas__in,
  .fn__cs_gallery_masonry[data-cols="3"] .fn__masonry .mas__in {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .fn__cs_gallery_masonry[data-cols="4"] .fn__masonry .mas__in,
  .fn__cs_gallery_masonry[data-cols="2"] .fn__masonry .mas__in,
  .fn__cs_gallery_masonry[data-cols="3"] .fn__masonry .mas__in {
    width: 100%;
  }
}

.fn__cs_gallery_grid ul {
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: -20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.fn__cs_gallery_grid li {
  margin: 0;
  padding: 0;
  list-style-type: inherit;
  width: 25%;
  padding-left: 20px;
  margin-bottom: 20px;
}
.fn__cs_gallery_grid li img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.fn__cs_gallery_grid[data-cols="1"] li {
  width: 100%;
}
.fn__cs_gallery_grid[data-cols="2"] li {
  width: 50%;
}
.fn__cs_gallery_grid[data-cols="3"] li {
  width: 33.3333%;
}
.fn__cs_gallery_grid[data-cols="4"] li {
  width: 25%;
}
@media (max-width: 1040px) {
  .fn__cs_gallery_grid[data-cols="3"] li,
  .fn__cs_gallery_grid[data-cols="4"] li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .fn__cs_gallery_grid[data-cols="3"] li,
  .fn__cs_gallery_grid[data-cols="4"] li {
    width: 100%;
  }
}

.fn__cs_gallery_slider .swiper-slide .item_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.fn__cs_gallery_slider .swiper-slide .item_wrapper img {
  object-fit: cover;
}
.fn__cs_gallery_slider .swiper-slide .item_wrapper .item:nth-child(1) img {
  aspect-ratio: 5 / 6;
}
.fn__cs_gallery_slider .swiper-slide .item_wrapper .item:nth-child(2) img {
  aspect-ratio: 10 / 7;
}
.fn__cs_gallery_slider
  .swiper-slide:nth-of-type(2n)
  .item_wrapper
  .item:nth-child(1)
  img {
  aspect-ratio: 10 / 7;
}
.fn__cs_gallery_slider
  .swiper-slide:nth-of-type(2n)
  .item_wrapper
  .item:nth-child(2)
  img {
  aspect-ratio: 5 / 6;
}

/* LightGallery */
.fn__lightgallery_lightbox .lg-actions .lg-prev,
.fn__lightgallery_lightbox .lg-actions .lg-next {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  font-size: 24px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fn__lightgallery_lightbox .lg-actions .lg-prev:hover,
.fn__lightgallery_lightbox .lg-actions .lg-next:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.fn__cs_gallery_mosaic .item-group:nth-child(even) ul {
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.fn__cs_gallery_mosaic .item-group:nth-child(odd) ul {
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.fn__cs_gallery_mosaic ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.fn__cs_gallery_mosaic li {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  margin-bottom: 20px;
  width: 16.6666%;
}
.fn__cs_gallery_mosaic .img_holder img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.fn__cs_gallery_mosaic .img_holder {
  width: 100%;
  padding: 18px;
  border: 2px solid var(--mow-border-color);
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease;
}
.fn__cs_gallery_mosaic .item_in {
  position: relative;
}
@media (max-width: 830px) {
  .fn__cs_gallery_mosaic li {
    width: 100% !important;
  }
}

a,
i,
textarea {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
iframe,
img,
table {
  max-width: 100%;
}
table td,
table th {
  vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
pre,
section {
  display: block;
}
.space10,
.space100,
.space1000,
.space20,
.space200,
.space30,
.space300,
.space40,
.space400,
.space50,
.space500,
.space60,
.space70,
.space90 {
  float: left;
  clear: both;
  width: 100%;
}
.space10,
.space100,
.space1000,
.space20,
.space200,
.space30,
.space300,
.space40,
.space400,
.space50,
.space500,
.space60,
.space70,
.space90,
textarea {
  width: 100%;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}
table,
table td,
table th,
table tr {
  border: 1px solid var(--mow-border-color);
}
blockquote {
  quotes: none;
}
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}
ol,
ul {
  margin: 30px;
}
ol li,
ul li {
  margin-bottom: 5px;
}
img {
  vertical-align: middle;
  height: auto;
}
del {
  text-decoration: line-through;
}
a,
i {
  transition: all 0.3s ease;
  border: none;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #1e1e1e;
  margin-bottom: 20px;
}
h1 {
  font-size: 45px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6,
table th {
  font-size: 16px;
}
table {
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 15px;
  color: var(--mow-bc);
}
table th {
  text-align: center;
  color: var(--mow-contrast-text);
  background: 0 0;
  font-weight: 500;
  padding: 15px 10px;
  background-color: var(--mow-mc1);
}
table td {
  padding: 10px;
  vertical-align: middle;
}
code,
pre {
  padding: 10px 10px 0;
}
pre {
  word-break: break-all;
  word-wrap: break-word;
}
pre code {
  white-space: pre-wrap;
}
p {
  letter-spacing: 1px;
}
.space10 {
  margin-bottom: 10px;
}
.space20 {
  margin-bottom: 20px;
}
.space30 {
  margin-bottom: 30px;
}
.space40 {
  margin-bottom: 40px;
}
.space50 {
  margin-bottom: 50px;
}
.space60 {
  margin-bottom: 60px;
}
.space70 {
  margin-bottom: 70px;
}
.space80 {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 80px;
}
.space90 {
  margin-bottom: 90px;
}
.space100 {
  margin-bottom: 100px;
}
.space200 {
  margin-bottom: 200px;
}
.space300 {
  margin-bottom: 300px;
}
.space400 {
  margin-bottom: 400px;
}
.space500 {
  margin-bottom: 500px;
}
.space1000 {
  margin-bottom: 1000px;
}
textarea {
  border-radius: 0;
  font-size: 13px;
  color: #333;
  resize: vertical;
  font-family: var(--bff), "Arial", "Helvetica", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  padding: 10px;
  border: 1px solid #222;
  transition: all 0.3s ease;
}
.uneditable-input,
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"] {
  border-radius: 0;
  font-size: 13px;
  color: #333;
  letter-spacing: 0.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
  padding: 10px;
  height: 44px;
  vertical-align: middle;
  border: 1px solid #222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.uneditable-input:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
textarea:focus {
  border-color: rgba(255, 255, 255, 0.042);
  background: rgba(255, 255, 255, 0.06);
}
input[type="submit"] {
  padding: 0 30px;
  height: 40px;
  border: none;
  border-radius: 20px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0;
  font-family: var(--hff);
  cursor: pointer;
  color: #fff;
  background: #080808;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type="submit"]:hover {
  background: var(--mow-mc1);
  color: var(--mow-contrast-text);
}
select {
  max-width: 100%;
  padding: 8px;
  border: 2px solid #000;
  border-radius: 5px;
  width: 100%;
  display: block;
}
input[type="button"] {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor p {
  margin-bottom: 0;
}
a i {
  transition: none;
}
ol,
ul {
  margin: 30px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 15px;
}
.commentlist ul,
.commentlist ol {
  margin: 30px;
}
textarea,
input,
button {
  outline: none;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
dl {
  margin-bottom: 20px;
}
dl dt:empty {
  display: none;
}
dl dt {
  margin: 5px 0;
}
dl dt:last-child {
  margin-bottom: 0;
}
input[type="button"],
input[type="submit"],
button {
  font-family: var(--iff);
}
body blockquote:after {
  clear: both;
  display: table;
  content: "";
}
hr {
  margin-bottom: 20px;
}
body blockquote:before {
  content: "";
  position: absolute;
  top: 44px;
  left: 43px;
  width: 38px;
  height: 38px;
  background-color: var(--mow-hc);
  mask-image: url(../svg/quote.svg);
  -webkit-mask-image: url(../svg/quote.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
body blockquote.wp-block-quote,
body blockquote {
  position: relative;
  border: none;
  margin: 10px 0 23px 0;
  clear: both;
  max-width: 100%;
  background-color: var(--mow-ebc);
  box-shadow: var(--mow-box-shadow);
  line-height: 1.7;
  color: var(--mow-hc);
  box-sizing: border-box;
  font-size: 24px !important;
  line-height: 1.5;
  padding: 41px 50px 41px 100px !important;
  border-radius: 5px;
  font-weight: 400;
  font-family: var(--quote-ff);
}
body blockquote p:not(:last-child) {
  margin-bottom: 15px;
}
body blockquote cite {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: var(--mow-bc);
  font-style: normal;
}
body blockquote * {
  font-family: inherit;
  font-weight: inherit;
}
body blockquote > *:last-child {
  margin-bottom: 0;
}
.pingback a {
  color: #333;
  border-bottom: 1px solid #333;
}
.pingback a:hover {
  border-bottom-color: transparent;
}
blockquote p {
  margin-bottom: 30px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
dd a,
dt a,
blockquote a {
  color: #000;
}
table a {
  background-color: #000;
  color: #fff !important;
  display: block;
  height: auto;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
}
.wp-calendar-table a {
  border-radius: 100%;
  width: 30px;
}
table {
  width: 100%;
  width: calc(100% - 2px);
  margin: 0 0 30px 0;
  font-size: 14px;
}
body code,
body pre {
  border-left: 4px solid #000;
  font-style: italic;
  margin: 10px 0 30px 0;
  line-height: 1.7;
  color: #000;
  box-sizing: border-box;
  font-size: 20px;
  max-width: 100%;
  display: inline-block;
  overflow-x: visible;
  padding: 4px 4px 4px 10px;
  white-space: pre-wrap;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.02);
}
br + code,
br + pre {
  margin-top: 30px;
}
p code,
p pre,
p + code {
  margin-top: 0;
  margin-bottom: 0;
}
p + pre {
  margin: 20px 0;
}
.uneditable-input,
textarea,
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"] {
  color: #000;
  height: 50px;
  font-size: 15px;
  background-color: transparent;
  font-family: var(--iff);
  border: 1px solid rgba(0, 0, 0, 0.021);
}
input[type="text"]::-webkit-input-placeholder {
  color: #777;
}
input[type="text"]::-moz-placeholder {
  color: #777;
}
input[type="text"]:-ms-input-placeholder {
  color: #777;
}
input[type="text"]:-moz-placeholder {
  color: #777;
}
a {
  text-decoration: none;
}
textarea {
  height: auto;
  max-width: 600px;
}
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: var(--mow-hhc);
  opacity: 0.9;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--mow-hc);
  line-height: 1.44;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: var(--mow-hc);
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--hff);
  margin-bottom: 30px;
}
body p {
  margin-bottom: 30px;
  letter-spacing: 0;
}
table td {
  padding: 10px 5px;
  text-align: center;
}
.aligncenter {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textleft {
  text-align: left;
}
.wp-caption {
  text-align: center;
  margin-bottom: 20px;
  max-width: 100%;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 12px !important;
  padding: 0;
  margin: 10px 15px 0 15px !important;
  font-style: italic;
  line-height: 1.4 !important;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.wp-caption.alignleft p.wp-caption-text {
  text-align: left;
}
.wp-caption.alignright p.wp-caption-text {
  text-align: right;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 40px;
  text-align: left;
  margin-left: 0;
  width: 50%;
  float: left;
}
blockquote.right {
  margin-left: 40px;
  text-align: left;
  margin-right: 0;
  width: 50%;
  float: right;
}
.mc_signup_submit #mc_signup_submit {
  margin-top: 0;
  width: 100%;
}
.bypostauthor {
  margin: 0;
  padding: 0;
}
.gallery-caption {
  margin: 0;
  font-size: 13px;
  font-style: italic;
  color: #333;
  padding: 5px 0;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.sticky {
  height: auto;
}
.clearfix:after,
.clearfix:before {
  clear: both;
  display: table;
  content: "";
}

@media (max-width: 1600px) {
  [data-layout="overlay_title"] .fn__caption,
  [data-layout="large_image"] .fn__caption,
  .container {
    padding-left: 120px;
    padding-right: 120px;
  }
  .mow_fn_fixed_totop,
  .mow_fn_fixed_posts {
    left: 30px;
  }
  .mow_fn_fixed_right_bar {
    right: 30px;
  }
  .mow_fn_fixed_social_list {
    right: 35px;
  }
}
@media (max-width: 1400px) {
  .fn__widget_posts_mcarousel .post_title {
    font-size: 40px;
  }
  .fn__widget_posts_mcarousel .title_top {
    padding: 50px;
  }
  .fn__widget_posts_mcarousel .tb_right {
    padding: 46px 50px 50px 50px;
  }
  .fn__widget_posts_mcarousel .tb_right .fn__descr {
    margin-bottom: 93px;
  }
  .fn_cs_cats_grid_box[data-cols="col5"] li,
  .fn_cs_cats_grid_box li {
    width: 25%;
  }
  .mow_fn_ws .blog__item_list .fn__gallery_format,
  .mow_fn_ws .blog__item_list .blog__image {
    flex: 0 0 300px;
  }
  .fn_cs_cats_big_marquee .item {
    font-size: 60px;
  }
  .mow_fn_fixed_posts .label {
    width: 60px;
    font-size: 10px;
  }
  .mow_fn_fixed_posts li a {
    width: 60px;
    height: 60px;
  }
  .mow_fn_fixed_posts .item_rank {
    font-size: 16px;
  }
  .fn__simple_title,
  .mow_fn_pt_author_info .fn_title,
  .mow_fn_pagetitle .fn__title {
    font-size: 60px;
  }
  .footer_w_social_wrapper .w_cols {
    margin-left: -40px;
  }
  .footer_w_social_wrapper .w_col {
    padding-left: 40px;
  }
  .mow_fn_fixed_posts .more_less a {
    width: 40px;
    height: 40px;
  }
  .mow_fn_fixed_posts .posts ul {
    max-height: 208px;
  }
  .mow_fn_fixed_posts.opened .posts ul {
    max-height: 360px;
  }
  .mow_fn_fixed_posts .more_less a:before {
    width: 14px;
    margin-left: -7px;
  }
  .mow_fn_fixed_posts .more_less a:after {
    height: 14px;
    margin-top: -7px;
  }
  .mow_fn_fixed_totop .text {
    line-height: 60px;
  }
}
@media (min-width: 1041px) and (max-width: 1300px) {
  .wspage_list .blog__item_small_list .fn__title {
    font-size: 18px;
  }
  .wspage_list .blog__item_small_list .img_holder {
    width: 160px;
    min-width: 160px;
  }
  .wspage_list .blog__item_small_list.has_share .title_holder_in {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .podcast_delta__item .e__items > * {
    width: 100%;
  }
  .episode_beta_item {
    width: 50%;
  }
  .episode_gamma_item .episode_left .text a {
    font-size: 18px;
  }
  .episode_gamma_item .episode_left_in {
    padding: 15px;
  }
  .episode_gamma_item .episode_right_in {
    padding: 15px;
  }
  .gamma_episode__item {
    flex-direction: column;
  }
  .episode_gamma_item .episode_left {
    border-right: none;
    border-bottom: 1px solid var(--mow-border-color);
  }
  .podcast_gamma__item .p_title_holder .icon {
    margin-bottom: 24px;
  }
  .podcast_gamma__item .p_title_holder h3 {
    font-size: 36px;
    margin-bottom: 19px;
  }
  .podcast_gamma__item .p_title_holder .desc {
    padding-left: 0;
  }
  .podcast_gamma__item .p_title_holder .desc p {
    background-color: rgba(0, 0, 0, 0.5);
    border-left: none;
    padding-top: 12px;
    padding-bottom: 13px;
    padding-right: 20px;
  }
  .podcast_gamma__item .p_title_holder {
    padding-right: 0;
  }
  .podcast_gamma__item .podcast_left {
    margin-bottom: 30px;
  }
  .podcast_gamma__item .podcast_in {
    flex-direction: column;
  }
  .fn__episode_beta .title_holder {
    min-height: 60px;
  }
  .fn__episode_beta .img_holder {
    width: 60px;
    min-width: 60px;
  }
  .fn__podcast_alpha .podcast_list_item {
    width: 100%;
  }
  .fn__episode_mini .title_holder {
    min-height: 60px;
  }
  .alpha_episode__item .fn__mp3_item {
    padding-left: 0;
    padding-right: 0;
  }
  .fn__w_episode_alpha .episode_list,
  .mow_fn_episodepage .episode_alpha_list {
    margin-left: -20px;
  }
  .episode_alpha_item {
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .mow_fn_episode .main__title,
  .mow_fn_podcast_header .main__title {
    font-size: 40px;
  }
  .mow_fn_audio_button .icon_bar span:nth-child(1) {
    left: 16px;
  }
  .mow_fn_audio_button .icon_bar span:nth-child(2) {
    left: 22px;
  }
  .mow_fn_audio_button .icon_bar span:nth-child(3) {
    left: 28px;
  }
  .mow_fn_audio_button .icon_bar span:nth-child(4) {
    left: 34px;
  }
  .mow_fn_audio_button .icon_bar span:nth-child(5) {
    left: 40px;
  }
  .mow_fn_podcastpage .podcast_list {
    margin-left: -20px;
  }
  .mow_fn_podcastpage .podcast_list_item {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .mow_fn_audio_button .play_btn:after {
    border-width: 8px 0 8px 14px;
    margin: -8px 0 0 -4px;
  }
  .mow_fn_audio_button .num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  .mow_fn_audio_button .play_button {
    width: 60px;
    height: 60px;
  }
  .fn__episode_classic h3,
  .fn__episode_mini .title_holder h3 {
    font-size: 18px;
  }
  .podcast_listed__item .podcast_title_holder {
    padding-left: 19px;
    padding-right: 19px;
  }
  .podcast_listed__item .fn__read_more {
    padding-top: 30px;
    justify-content: start;
    margin-right: 0;
    margin-left: 0;
  }
  .podcast_listed__item .subtitle {
    margin-bottom: 12px;
  }
  .podcast_listed__item .p_title_holder h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .fn_cs_cats_h_interactive .title {
    font-size: 60px;
  }
  .fn__widget_posts_mcarousel .post_title {
    font-size: 36px;
  }
  .fn__widget_posts_mcarousel .title_top {
    padding: 30px;
    gap: 30px;
  }
  .fn__widget_posts_mcarousel .tb_right {
    padding: 26px 30px 30px 30px;
  }
  .fn__widget_posts_mcarousel .tb_right .fn__descr {
    margin-bottom: 73px;
  }
  .fn_cs_cats_v_interactive .title {
    font-size: 60px;
  }
  .fn_cs_cats_grid_box[data-cols="col4"] li,
  .fn_cs_cats_grid_box[data-cols="col5"] li,
  .fn_cs_cats_grid_box li {
    width: 33.3333%;
  }
  .mow_fn_bloglist_simple_text article {
    width: 50%;
  }
  .mow_fn_relink .mow_fn_ws .wspage_col {
    max-width: 100% !important;
    flex: auto !important;
  }
  .mow_fn_relink .mow_fn_ws .wspage_cols {
    flex-wrap: wrap;
  }
  .mow_fn_pnb .pnb_wrapper {
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .mow_fn_pnb[data-status="prev"] .mob_title.prev {
    display: flex !important;
  }
  .mow_fn_pnb[data-status="yes"] .mob_title {
    display: flex !important;
  }
  .mow_fn_pnb[data-status="next"] .mob_title.next {
    display: flex !important;
  }
  .mow_fn_pnb .pn_title_holder {
    display: none;
  }
  .mow_fn_pnb .item {
    padding: 10px;
    border: 1px solid var(--mow-border-color);
    border-radius: 5px;
    box-shadow: var(--mow-box-shadow);
    margin-bottom: 5px;
  }
  .mow_fn_pnb[data-status="yes"] .pnb_wrapper:after {
    display: none;
  }
  .mow_fn_pnb .pnb_wrapper {
    flex-direction: column;
  }
  .fn__skin .text {
    display: none;
  }
  [data-site-skin="dark"] .fn__skin .light .fn__isvg {
    opacity: 1 !important;
    right: 9px !important;
    transform: none !important;
  }
  .fn__skin .fn__isvg {
    opacity: 1;
    transform: none;
    right: 11px;
  }
  .fn__skin .light .fn__isvg {
    right: 18px;
  }
  [data-site-skin="dark"] .fn__skin .dark .fn__isvg {
    right: 18px;
  }
  .fn__simple_title,
  .mow_fn_pt_author_info .fn_title,
  .mow_fn_pagetitle .fn__title {
    font-size: 40px;
  }
  .mow_fn_footer_social_list .social_list ul {
    flex-wrap: wrap;
  }
  .mow_fn_footer_social_list .social_list li {
    min-width: 50%;
    width: 50%;
  }
  .mow_fn_footer_social_list .social_in {
    flex-direction: column;
  }
  .footer_w_social_wrapper .w_col {
    min-width: 50%;
  }
}
@media (max-width: 1040px) {
  .podcast_delta__item .p_title_holder {
    padding-top: 0;
  }
  .podcast_delta__item .podcast_left {
    flex-direction: column;
  }
  .mow_fn_episode .fn__mp3_item {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .mow_fn_episode .podcast_post a,
  .alpha_episode__item .podcast_post a {
    font-size: 18px;
    padding: 10px;
  }
  .mow_fn_episode .podcast_post .img_holder,
  .alpha_episode__item .podcast_post .img_holder {
    margin-right: 10px;
  }
  .alpha_episode__item .fn__read_more {
    display: none;
  }
  .mow_fn_episode .main__title,
  .mow_fn_podcast_header .main__title {
    font-size: 30px;
  }
  .mow_fn_podcast_header .podcast_header {
    flex-direction: column;
  }
  .mow_fn_podcast_header .podcast_left {
    width: 100%;
  }
  .mow_fn_podcast_header .podcast_right {
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
  .fn__episode_classic .fn__read_more {
    display: none;
  }
  .fn_cs_cats_h_interactive .title {
    font-size: 40px;
  }
  .mow_fn_fixed_social_list {
    right: 10px;
    transform: none;
    opacity: 1;
    visibility: visible;
    bottom: 10px;
  }
  .mow_fn_fixed_social_list .title {
    display: none;
  }
  .mow_fn_fixed_social_list.has_title ul {
    padding-top: 10px;
  }
  .mow_fn_offcanvas_nav .fn__isvg {
    top: 7px;
    width: 14px;
    height: 14px;
    font-size: 14px;
  }
  .mow_fn_offcanvas_nav a {
    font-size: 30px;
    padding-right: 30px;
  }
  .mow_fn_fixed_posts {
    left: 10px;
  }
  .mow_fn_fixed_right_bar {
    right: 10px;
  }
  .mow_fn_fixed_right_bar .bar_button {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
  }
  .mow_fn_fixed_right_bar .count {
    top: 0;
  }
  .mow_fn_fixed_totop[data-mobile="1"] {
    display: flex;
    mix-blend-mode: unset;
    left: 0;
  }
  .mow_fn_fixed_totop[data-mobile="1"] .progress {
    display: none;
  }
  .mow_fn_fixed_totop[data-mobile="1"] .text {
    line-height: 30px;
    padding: 10px 0;
    border-radius: 15px;
    background-color: var(--mow-bbc);
    color: var(--mow-hc);
  }
  .sidebar_sticky_enable .mow_fn_ws .wspage_bar .wspage_in,
  .sidebar_sticky_enable .mow_fn_ws .wspage_secondary .wspage_in {
    top: 0;
    position: unset;
  }
  .fn_cs_cats_v_interactive .count {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
  }
  .fn_cs_cats_v_interactive .item {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .fn_cs_cats_v_interactive .title {
    font-size: 40px;
  }
  .fn_cs_single_video .pause:before,
  .fn_cs_single_video .pause:after {
    width: 2px;
    height: 14px;
    margin-top: -7px;
  }
  .fn_cs_single_video .pause:after {
    right: 33px;
  }
  .fn_cs_single_video .pause:before {
    left: 33px;
  }
  .fn_cs_single_video .icon {
    width: 80px;
    height: 50px;
    border-radius: 15px;
    margin-top: -25px;
    margin-left: -40px;
  }
  .fn_cs_single_video .play:after {
    border-width: 7px 0 7px 11px;
    margin-top: -7px;
    margin-left: -5px;
  }
  .fn_cs_single_video .title_holder .title {
    font-size: 18px;
    padding: 14px 20px 14px 53px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .fn_cs_single_video .title_holder i {
    font-size: 80px;
  }
  .fn__newpost_form .form_left {
    width: 100%;
  }
  .fn__newpost_form .form_right {
    width: 100%;
  }
  .fn__newpost_form_in {
    flex-direction: column;
  }
  #mow_fn_newpost_bar .bar_or:before {
    top: 0;
    height: 50px;
  }
  #mow_fn_newpost_bar .bar_or:after {
    bottom: 0;
    height: 50px;
  }
  #mow_fn_newpost_bar .bar_item a {
    width: 200px;
    height: 200px;
  }
  #mow_fn_newpost_bar .l_icon {
    width: 60px;
    height: 60px;
  }
  #mow_fn_newpost_bar .bar_or {
    height: 200px;
  }
  #mow_fn_newpost_bar .l_icon .fn__isvg {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
  #mow_fn_newpost_bar .bar_item .text {
    font-size: 18px;
  }
  .mobile_sticky .mow_fn_mobnav {
    position: fixed;
    top: 0;
    top: var(--mow-top-0);
    left: 0;
    right: 0;
    z-index: 99;
  }
  .mobile_sticky .mow-fn-wrapper {
    padding-top: 101px;
  }
  .mow_fn_stickynav {
    display: none !important;
  }
  .fn_cs_searchbox .search input {
    width: 100%;
  }
  .fn__subscribe_block .sb_left h3 {
    font-size: 20px;
  }
  .fn_cs_searchbox .input input {
    border-bottom: 1px solid;
    font-size: 16px;
  }
  .fn_cs_searchbox .main_form,
  .mc4wp-form-fields .subscribe_holder {
    flex-direction: column;
    border-bottom: none;
    align-items: stretch;
  }
  .mc4wp-form-fields .subscribe_holder input:not([type="submit"]) {
    border-bottom: 1px solid #080808;
  }
  .mow_fn_pnb .fn_title {
    font-size: 18px;
    line-height: 20px;
  }
  #respond {
    padding: 27px 20px 17px;
  }
  #commentform > * {
    flex: auto;
    width: 100%;
  }
  body blockquote.wp-block-quote,
  body blockquote {
    padding: 25px 30px !important;
    font-size: 20px !important;
  }
  body blockquote:before {
    top: 7px;
    left: 10px;
    width: 20px;
    height: 20px;
  }
  .mow_fn_widget_ad_wrapper {
    min-height: inherit !important;
  }
  .fn__widget_posts_fcarousel .title_holder_in {
    padding-right: 0;
  }
  .mow_fn_offcanvas_menu .offcv_menu {
    flex-direction: column;
  }
  .mow_fn_offcanvas_menu.right_enabled .mow_fn_offcanvas_nav {
    padding-right: 0;
    border-right: none;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--mow-border-color);
  }
  .mow_fn_offcanvas_menu.right_enabled .offcv_menu_right_in {
    padding-left: 0;
  }
  .mow_fn_offcanvas_menu .offcv_menu_left > div {
    min-height: inherit;
    display: block;
  }
  .mow_fn_offcanvas_menu .offcv_menu_right_in {
    max-width: 100%;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .fn__single_post_title {
    font-size: 36px;
  }
  [data-layout="overlay_content"] .mow_fn_ns .page_ns_in,
  [data-layout="overlay_content"] .mow_fn_ws .wspage_cols {
    margin-top: 70px;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  .mow_fn_mobnav {
    display: block;
  }
  #mow_fn_header {
    display: none;
  }
  .mow_fn_ws .wspage_col {
    max-width: 100% !important;
    flex: auto !important;
  }
  [data-layout="large_image"] .fn__caption,
  [data-layout="overlay_title"] .fn__caption,
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mow_fn_fixed_right_bar,
  .mow_fn_fixed_social_list,
  .mow_fn_fixed_totop,
  .mow_fn_fixed_posts {
    display: none;
  }
  .mow_fn_ws .wspage_cols {
    flex-wrap: wrap;
  }
  .mow_fn_pt_author_info .fn_desc,
  .blog__item .desc p {
    font-size: 18px;
  }
  .blog__item_mixed,
  .blog__item_list {
    align-items: start;
  }
  .blog__item_mixed .blog__image,
  .blog__item_list .blog__image {
    flex: 0 0 300px;
  }
  .mow_fn_ws .wspage_bar {
    flex: 0 0 100% !important;
  }
  .mow_fn_bloglist_masonry article {
    width: 100%;
  }
  .fn__subscribe_block {
    padding: 20px;
  }
  .fn_cs_cats_grid_box .img_wrap {
    padding: 28px;
  }
  .blog__item_list .fn__title {
    font-size: 24px;
  }
  .fn__widget_posts_zeta[data-layout="column"] .zeta_item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .fn__search_item .excerpt {
    margin-top: -4px;
    margin-bottom: 8px;
  }
  .fn__search_item .label span {
    height: 24px;
    line-height: 23px;
    padding: 0 10px;
  }
  .fn__search_item .fn__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .fn__search_item .excerpt p {
    font-size: 16px;
  }
  .fn__search_item .fn__meta {
    margin-bottom: 6px;
  }
  .fn__search_item[data-image="1"] .title_holder {
    min-height: 90px;
  }
  .fn__search_item .img_t a {
    font-size: 18px;
  }
  .fn__search_item .img_holder {
    flex: 0 0 90px;
    margin-right: 20px;
  }
  .mow_fn_search_form .main_form {
    flex-direction: column;
  }
  .mow_fn_search_form .filter_wrap {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .mow_fn_search_form .input {
    width: 100%;
  }
  .mow_fn_search_form .input i {
    font-size: 14px;
    left: 16px;
  }
  .mow_fn_search_form .input input {
    width: 100%;
    border: 1px solid var(--mow-border-color);
    border-radius: 5px;
    padding-right: 20px;
    font-size: 18px;
    height: 50px;
    padding-left: 43px;
  }
  .mow_fn_search_form .main_form {
    border-bottom: none;
  }
  .mow_fn_search_form .search {
    margin-left: 0;
    width: 100%;
  }
  .mow_fn_search_form .popular_cats {
    display: none;
  }
  .mow_fn_modal_report_typo .fn__popup_closer {
    top: 10px;
  }
  .mow_rtl .mow_fn_modal_report_typo .fn__popup_closer {
    left: 10px;
  }
  .mow_fn_modal_report_typo .report_typo {
    padding: 30px 30px 10px 30px;
  }
  .podcast_delta__item {
    flex-direction: column;
  }
  .podcast_delta__item .podcast_left {
    width: 100%;
    margin-bottom: 30px;
  }
  .podcast_delta__item .podcast_right {
    width: 100%;
  }
  .episode_beta_item {
    width: 100%;
  }
  .episode_gamma_item .episode_left .img_holder {
    width: 80px;
    min-width: 80px;
  }
  .episode_gamma_item .fn__read_more {
    display: none;
  }
  .mow_fn_main_audio .mejs__time-rail {
    margin-right: 15px;
  }
  .mow_fn_main_audio .podcast_icon {
    margin-right: 15px;
  }
  .mow_fn_main_audio .mejs__time {
    font-size: 14px;
  }
  .mow_fn_main_audio .mejs__volume-button {
    margin-left: 15px;
  }
  .mow_fn_main_audio .audio_player {
    width: calc(100% - 85px);
    padding-left: 0;
    padding-right: 31px;
  }
  .mow_fn_main_audio .forward {
    display: none;
  }
  .episode_alpha_item {
    width: 100%;
  }
  .fn__episode_list_classic .e__item {
    width: 100%;
  }
  .mow_fn_podcastpage .podcast_list_item {
    width: 100%;
  }
  .mow_fn_pt_author_info .info_desc {
    min-height: 50px;
  }
  .fn__widget_posts_mcarousel .title_top {
    flex-direction: column;
  }
  .fn__widget_posts_mcarousel .tb_left {
    display: none;
  }
  .fn__widget_posts_mcarousel .swiper-button-nav {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .fn__widget_posts_mcarousel .slider_nav {
    bottom: 70px;
  }
  .fn__widget_posts_mcarousel .slider__nav {
    padding-left: 0;
    justify-content: flex-end;
  }
  .fn__widget_posts_zeta[data-layout="column"] .zeta_item {
    width: 100%;
  }
  .fn_cs_cats_v_interactive .link_item a {
    width: 100%;
  }
  .fn_cs_cats_v_interactive .or {
    display: none;
  }
  .fn_cs_cats_v_interactive .item {
    padding: 20px;
    justify-content: flex-start;
  }
  .fn_cs_cats_v_interactive .item_list {
    border-bottom: 1px solid #333;
  }
  .fn_cs_cats_v_interactive .title {
    writing-mode: unset;
    transform: unset;
    text-orientation: unset;
    padding-bottom: 0;
    padding-right: 50px;
    font-size: 30px;
  }
  .fn_cs_cats_v_interactive .count {
    bottom: auto;
    top: 0;
    right: 0;
  }
  .fn_cs_cats_v_interactive .v_interactive {
    flex-direction: column;
  }
  .fn_cs_youtube_list .video_part,
  .fn_cs_youtube_list .list_part {
    min-width: 100%;
    width: 100%;
    flex: auto;
  }
  .fn_cs_youtube_list {
    flex-direction: column;
  }
  .fn__hot_sort a.active:first-child {
    margin-left: 0;
  }
  .fn__hot_sort a.active:last-child {
    margin-right: 0;
  }
  .fn__hotbox .icon {
    margin-top: -11px;
  }
  .fn__hotbox .fn__isvg {
    font-size: 22px;
    height: 22px;
  }
  .fn__hotbox a:not(.active) .text {
    display: none;
  }
  .blog__item_list {
    flex-direction: column;
  }
  .blog__item_list .blog__image {
    flex: auto !important;
    width: 100%;
  }
  .fn__hot_sort .sorting {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .fn__hot_sort .label {
    display: none;
  }
  .wspage_list .mow_fn_bloglist_simple_text article,
  .mow_fn_bloglist_simple_text article {
    width: 100%;
  }
  .fn__contact {
    padding: 30px 20px;
  }
  .fn__contact .half_item {
    width: 100%;
  }
  .fn__rbox_right {
    border-left: none;
    border-top: 1px solid var(--mow-border-color);
  }
  .fn__pcbox_cons {
    border-left: none;
    border-top: 1px solid var(--mow-border-color);
  }
  .fn__pcbox,
  .fn__rbox {
    flex-direction: column;
  }
  .fn__gallery_count {
    top: 20px;
    left: 20px;
  }
  .fn__widget_posts_yota .col_secondary .nav-buttons {
    top: 20px;
    right: 20px;
  }
  .fn__widget_posts_yota .col_primary .post_title {
    font-size: 24px;
  }
  .fn__widget_posts_yota .col_primary .title_holder {
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
  }
  .fn__widget_posts_yota .col_secondary {
    all: unset;
  }
  .fn__decor_title[data-layout="d_decor"] .r_decor:after,
  .fn__decor_title[data-layout="d_decor"] .r_decor:before,
  .fn__decor_title .text:before,
  .fn__decor_title .text:after {
    top: 1px;
  }
  .fn__decor_title,
  .blog__item_masonry .fn__title {
    font-size: 24px;
  }
  .fn__subscribe_block {
    flex-direction: column;
    gap: 20px;
  }
  .fn__subscribe_block .sb_left,
  .fn__subscribe_block .sb_right {
    max-width: 100%;
  }
  .fn__widget_posts_fcarousel .fcarousel__item {
    flex-direction: column;
  }
  .fn__widget_posts_fcarousel .fn__video_post,
  .fn__widget_posts_fcarousel .img_holder {
    width: 100%;
    flex: auto;
    margin-bottom: 30px;
  }
  .fn__widget_posts_fcarousel .title_holder {
    width: 100%;
    flex: auto;
    padding: 0;
  }
  .fn__widget_posts_fcarousel .swiper {
    overflow: hidden;
  }
  .footer_w_social_wrapper .w_col {
    min-width: 100%;
  }
  [data-layout="spotlight"] .fn__single_top .single_top_right,
  [data-layout="spotlight"] .fn__single_top .single_top_left {
    max-width: 100%;
  }
  [data-layout="spotlight"] .fn__single_top .top_in {
    flex-direction: column;
  }
  .fn__post_count {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mow_fn_pt_author_info .fn_title,
  .mow_fn_pagetitle .fn__title {
    font-size: 30px;
  }
  .mow_fn_pt_author_info .info_img img {
    width: 70px;
    height: 70px;
  }
  .mow_fn_pt_author_info .info_img {
    flex: 0 0 70px;
    margin-right: 20px;
  }
  .mow_fn_pagetitle .pagetitle {
    flex-direction: column;
    gap: 30px;
  }
  .blog__item_list .fn__title,
  .blog__item_mixed .fn__title {
    font-size: 24px;
  }
  .blog__item_mixed .fn__gallery_format,
  .blog__item_mixed .blog__image,
  .blog__item_list .fn__gallery_format,
  .blog__item_list .blog__image {
    flex: auto;
    margin: 0 0 30px;
  }
  .blog__item_mixed {
    flex-direction: column;
  }
  .mow_fn_footer_social_list .social_list a {
    height: 50px;
    padding: 10px 20px;
    font-size: 14px;
    justify-content: flex-start;
  }
  .mow_fn_searchbox .popular_cats {
    flex-direction: column;
  }
  .mow_fn_searchbox .popular_cats .label {
    margin-right: 0;
  }
  .mow_fn_searchbox .main_form {
    flex-direction: column;
  }
  .mow_fn_searchbox .input input {
    border-bottom: 1px solid #000;
    height: 46px;
    font-size: 18px;
  }
  .mow_fn_searchbox .main_form {
    border-bottom: none;
  }
  .mow_fn_searchbox .search input {
    width: 100%;
  }
  .blog__item_small_list .item_right {
    flex-direction: column;
    border-bottom: none;
  }
  .blog__item .fn__vote_hor {
    display: block;
  }
  .blog__item_small_list.has_vote_vmodern,
  .blog__item_small_list.has_vote_vclassic {
    padding-left: 0;
  }
  .blog__item_small_list .img_holder {
    margin-right: 0;
    margin-bottom: 30px;
    display: flex;
  }
  .blog__item_small_list.has_vote_vclassic .fn__vote_vclassic {
    display: none;
  }
  .blog__item_small_list .img_holder {
    height: auto;
    aspect-ratio: 4 / 3;
    width: 100%;
    min-width: 100%;
  }
  .blog__item_small_list.has_share .title_holder_in {
    padding-right: 60px;
  }
  .fn__relink_ricons {
    top: 11px;
  }
  .fn_cs_cats_grid_box .img_wrap {
    padding: 18px;
  }
  .fn_cs_cats_grid_box[data-cols="col3"] li,
  .fn_cs_cats_grid_box[data-cols="col4"] li,
  .fn_cs_cats_grid_box[data-cols="col5"] li,
  .fn_cs_cats_grid_box li {
    width: 50%;
  }
  .date_1__item .date_holder {
    display: none;
  }
  .date_1__item {
    flex-direction: column-reverse;
  }
  .date_1__item .post_info {
    padding-right: 0;
  }
  .date_1__item .img_holder {
    width: 100%;
    flex: auto;
    margin-bottom: 30px;
  }
  .date_1__item .item_space {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .date_1__item .item_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
}
@media (max-width: 600px) {
  .podcast_beta__item {
    flex-direction: column;
  }
  .podcast_beta__item .beta_left,
  .podcast_beta__item .beta_right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .mow_fn_main_audio .mejs__time {
    display: none;
  }
  .fn__episode_classic {
    padding: 9px;
  }
  .mow_fn_mobnav .right__trigger a:not(:last-child) {
    margin-right: 5px;
  }
  .fn__widget_posts_delta[data-layout="inline_mini"] .delta__item {
    flex-direction: column;
  }
  .fn__widget_posts_delta[data-layout="inline_mini"] .fn__video_post,
  .fn__widget_posts_delta[data-layout="inline_mini"] .img_holder {
    flex: auto;
    margin: 0 0 20px 0;
  }
  .fn_cs_cats_grid_box[data-cols="col2"] li,
  .fn_cs_cats_grid_box[data-cols="col3"] li,
  .fn_cs_cats_grid_box[data-cols="col4"] li,
  .fn_cs_cats_grid_box[data-cols="col5"] li,
  .fn_cs_cats_grid_box li {
    width: 100%;
  }
  .fn__hotbox {
    padding: 10px 20px;
  }
  .fn__hotbox a {
    font-size: 14px;
    padding-right: 21px;
  }
  .fn__hotbox a:after {
    right: 10px;
  }
  .fn_cs_cats_list2 ul {
    margin-left: -10px;
  }
  .fn_cs_cats_list2 li {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .fn_cs_cats_list2 .img_holder {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  .fn_cs_cats_list2 .title_holder {
    height: 40px;
    padding-right: 45px;
    padding-left: 26px;
    border-radius: 20px;
  }
  .fn_cs_cats_list2 .text {
    font-size: 14px;
    line-height: 39px;
  }
  .fn_cs_cats_list2 .count {
    margin-top: -15px;
    width: 30px;
    height: 30px;
    right: 5px;
    line-height: 30px;
  }
  .fn_cs_cats_list2 .item {
    padding-left: 18px;
  }
  .fn__widget_posts_alpha .title_holder {
    min-height: 50px;
  }
  .fn__widget_posts_alpha .img_holder {
    flex: 0 0 50px;
    margin-right: 10px;
  }
  .mow_fn_protected form,
  .mow_fn_404 form {
    flex-direction: column;
    border-bottom: none;
  }
  .mow_fn_protected form > *,
  .mow_fn_404 form > * {
    width: 100%;
  }
  .mow_fn_protected form input,
  .mow_fn_404 form input {
    display: block;
    width: 100%;
  }
  .mow_fn_protected form input:not([type="submit"]),
  .mow_fn_404 form input:not([type="submit"]) {
    border-bottom: 1px solid #000;
  }
}
@media (max-width: 1040px) {
  .fn_cs_buttons {
    gap: 10px;
  }
  .fn_cs_buttons a {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 39px;
  }
  .fn_cs_buttons .icon {
    right: 20px;
  }
  .fn_cs_buttons i {
    font-size: 16px;
  }
  [data-layout="overlay_content"] .fn__single_top_info {
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  .fn__vote_vmodern {
    display: none;
  }
  .fn__widget_posts_fslider .swiper-button-prev,
  .fn__widget_posts_fslider .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .fn__widget_posts_fslider .swiper-button-prev .fn__isvg,
  .fn__widget_posts_fslider .swiper-button-next .fn__isvg {
    width: 12px;
    height: 12px;
    font-size: 12px;
  }
  .fn__widget_posts_fslider .slider_nav {
    bottom: 20px;
  }
  .fn__widget_posts_fslider .title_holder_in {
    padding-right: 0;
  }
  .fn__widget_posts_interactive .title_holder {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 200px;
  }
  .fn__widget_posts_interactive li:first-child .title_holder:after,
  .fn__widget_posts_interactive .title_holder:after {
    left: -3000px;
    right: -300px;
    top: 0;
    position: absolute;
    content: "";
    bottom: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.3) 100%
    );
    z-index: -1;
  }
  .fn__widget_posts_interactive .interactive_item:last-child,
  .fn__widget_posts_interactive .interactive_item {
    border: none;
  }
  .fn__widget_posts_interactive .interactive_items {
    flex-direction: column;
  }
  [data-layout="overlay_content"] .fn__single_image img,
  [data-layout="overlay_title"] .fn__single_image img {
    min-height: 160vw;
    max-height: 120vh;
    object-fit: cover;
  }
  [data-layout="overlay_content"] .fn__single_post_title,
  [data-layout="overlay_title"] .fn__single_post_title {
    font-size: 30px;
  }
}
@media (max-width: 1400px) {
  .fn__widget_posts_gamma[data-layout="column"] li,
  .fn__widget_posts_alpha[data-layout="column"] li {
    width: 33.3333%;
  }
}
@media (max-width: 1200px) {
  .fn__widget_posts_gamma[data-layout="column"] li,
  .fn__widget_posts_alpha[data-layout="column"] li {
    width: 50%;
  }
}
@media (max-width: 1040px) {
  .fn__widget_posts_gamma[data-layout="column"] li,
  .fn__widget_posts_alpha[data-layout="column"] li {
    width: 100%;
  }
}

[data-site-skin="dark"] .fn__read_more a:not(:hover) .icon {
  background-color: #333;
}
[data-site-skin="dark"] .mow_fn_stickynav .progress_wrap {
  background-color: #252525;
}
[data-site-skin="dark"] .fn-block-progress-circle .progress-bar {
  stroke: #121212;
}
[data-site-skin="dark"] .fn-block-progress-circle:after {
  border-color: #a4a8a8;
}
[data-site-skin="dark"] .fn__skin:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #1d1d1d;
  border-radius: 16px;
  pointer-events: none;
}
[data-site-skin="dark"] .fn__skin .light {
  padding-right: 18px;
  border-color: transparent;
  background-color: transparent;
  color: #444;
}
[data-site-skin="dark"] .fn__skin .light .fn__isvg {
  opacity: 0;
  transform: rotate(180deg);
}
[data-site-skin="dark"] .fn__skin .dark {
  padding-right: 38px;
  border-color: var(--mow-ebc);
  background-color: var(--mow-bbc);
}
[data-site-skin="dark"] .fn__skin .dark .fn__isvg {
  opacity: 1;
  transform: rotate(0deg);
}
[data-site-skin="dark"] .fn__hot_sort .sorting:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #1d1d1d;
  border-radius: 16px;
  pointer-events: none;
}
[data-site-skin="dark"] .frenify__copy_dialog span,
[data-site-skin="dark"] .fn__hot_sort .sorting {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
}
[data-site-skin="dark"] .fn__hot_sort a {
  color: #444;
}
[data-site-skin="dark"] .fn__hot_sort a:hover {
  color: var(--mow-hc);
}
[data-site-skin="dark"] .fn__hot_sort a.active {
  border-color: var(--mow-ebc);
  background-color: var(--mow-bbc);
  color: var(--mow-hc);
}
[data-site-skin="dark"] .fn__logo .light_logo {
  display: block;
}
[data-site-skin="dark"] .fn__logo .dark_logo {
  display: none;
}
[data-site-skin="dark"] .woocommerce .quantity .qty,
[data-site-skin="dark"] .mow_fn_searchbox .main_form,
[data-site-skin="dark"] .mow_fn_protected form,
[data-site-skin="dark"] .mow_fn_404 form,
[data-site-skin="dark"] .mc4wp-form-fields .subscribe_holder,
[data-site-skin="dark"]
  .fn__widget_subscribe_block
  .mc4wp-form-fields
  .subscribe_holder
  input:not([type="submit"]),
[data-site-skin="dark"] .wp-block-search__inside-wrapper {
  border-bottom-color: var(--mow-border-color);
}
[data-site-skin="dark"] .fn__widget_filters a {
  border-color: var(--mow-border-color);
}
[data-site-skin="dark"] .fn__popup_closer span:after,
[data-site-skin="dark"] .fn__popup_closer span:before {
  background-color: #eee;
}
[data-site-skin="dark"] a.mow_fn_reaction_btn.active .text,
[data-site-skin="dark"] a.mow_fn_reaction_btn:hover .text {
  color: #000;
}
[data-site-skin="dark"] .fn__comments .comment-reply:hover .fn__isvg,
[data-site-skin="dark"] .fn__comments .comment-reply:hover a,
[data-site-skin="dark"] .fn__comments .comment-reply:hover,
[data-site-skin="dark"] .fn__comments .author_meta a.comment-edit-link:hover {
  color: #000;
}
[data-site-skin="dark"] .mow_fn_fixed_posts .more_less a:before,
[data-site-skin="dark"] .mow_fn_fixed_posts .more_less a:after {
  background-color: #eee;
}
[data-site-skin="dark"] .fn_cs_cats_carousel[data-bg="gray"] .item:after {
  background-color: var(--mow-border-color);
}
[data-site-skin="dark"] body code,
[data-site-skin="dark"] body pre {
  border-left-color: var(--mow-border-color);
  color: var(--mow-hc);
}
[data-site-skin="dark"] .mow_fn_site_overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
[data-site-skin="dark"] .fn__skin {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
}
[data-site-skin="dark"]
  .mow_fn_main_nav
  > li
  > .fn__classic_sub
  .mow_fn_grandchild-menu,
[data-site-skin="dark"] .mow_fn_megasub_mega,
[data-site-skin="dark"] .fn__classic_sub .mow_fn_submenu {
  background-color: var(--mow-ebc);
}
[data-site-skin="dark"] .mow_fn_fixed_right_bar .count {
  background-color: #080808;
}
[data-site-skin="dark"]
  .mc4wp-form-fields
  .subscribe_holder
  input:not([type="submit"])::placeholder {
  color: #999;
}
[data-site-skin="dark"]
  .mc4wp-form-fields
  .subscribe_holder
  input:not([type="submit"])::-webkit-input-placeholder {
  color: #999;
}
[data-site-skin="dark"]
  .mc4wp-form-fields
  .subscribe_holder
  input:not([type="submit"]):-moz-placeholder {
  color: #999;
}
[data-site-skin="dark"]
  .mc4wp-form-fields
  .subscribe_holder
  input:not([type="submit"]):-ms-input-placeholder {
  color: #999;
}
@media (max-width: 1040px) {
  .mc4wp-form-fields .subscribe_holder input:not([type="submit"]) {
    border-bottom-color: var(--mow-border-color);
  }
}
@media (max-width: 768px) {
  [data-site-skin="dark"] .mow_fn_searchbox .input input {
    border-bottom-color: var(--mow-border-color);
  }
}
@media (max-width: 480px) {
  [data-site-skin="dark"] .mow_fn_protected form input:not([type="submit"]),
  [data-site-skin="dark"] .mow_fn_404 form input:not([type="submit"]) {
    border-bottom-color: var(--mow-border-color);
  }
}

.header__language__switcher {
  background: #f5f5f5;
  border-radius: 100px;
}
.header__language__switcher ul,
.header__language__switcher ul li {
  list-style: none;
  padding: 0;
}

.mow_fn_mlogo_header .header_nav_wrap {
  padding: 0!important;
}
.header_nav {
   display: flex;
   justify-content: space-between;
}
#qtranxs_select_short-chooser {
  border: none!important;
  outline: none!important;
  box-shadow: none!important;
}

#social-container {
  display: flex;
  gap: 10px;
  margin: 0;
}

#social-container li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#social-container li a {
  background: #000;
  z-index: 1;
  padding: 7px;
  border-radius: 10px;
  transition: .2s;
}

#social-container li a:hover {
  background: #222;
}

#social-container li a img {
  width: 30px;
  height: 30px;
  z-index: 2;
}

.header__bvi {
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 16px 8px 40px;
  color: #000;
  border: 1px solid #eee;
  border-radius: 8px;
  background-image: url('../img/eye.svg');
  background-repeat: no-repeat;
  background-position: 12px 50%;
  background-size: 16px;
  height: 40px;
}
.header__bvi:hover {
  background-color: #f1f1f1;
}
.social_list .text {
  font-size: 16px;
  line-height: 1.5!important;
  white-space: wrap!important;
}
.header__language {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid #eee !important;
  border-radius: 8px;
  margin-left: 16px;
  padding: 4px;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
    