/* CSS Index
============================
1. Theme default css
2. header
3. Post Grid
4. Post Overlay
5. Post List
6. Post Grid Column
7. team
8. Category
9. Social Counter
10. 404
11. Preloader Css
============================
*/

/*=============================
	1. Variable CSS
===============================*/
@font-face {
  font-family: "NYTCheltenham";
  src:
    url("../fonts/NYTCheltenham-Light.woff2") format("woff2"),
    url("../fonts/NYTCheltenham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NYTCheltenham Book";
  src:
    url("../fonts/NYTCheltenham-Book.woff2") format("woff2"),
    url("../fonts/NYTCheltenham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NYTCheltenham";
  src:
    url("../fonts/NYTCheltenham-Medium.woff2") format("woff2"),
    url("../fonts/NYTCheltenham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NYTCheltenham";
  src:
    url("../fonts/NYTCheltenham-Bold.woff2") format("woff2"),
    url("../fonts/NYTCheltenham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --thm-body-font: "Inter", sans-serif;
  --thm-heading-font: "NYTCheltenham";
  --thm-primary: #ff184e;
  --thm-news: #c90301;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 15px;
  font-family: var(--thm-body-font);
  color: #666666;
  line-height: 26px;
  overflow-x: hidden !important;
  font-weight: 400;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}
img,
svg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.slick-slide img {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--thm-heading-font);
  font-weight: 700;
  color: #000000;
  margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 36px;
  line-height: 50px;
}

h2 {
  font-size: 30px;
  line-height: 38px;
}

h3 {
  font-size: 24px;
  line-height: 34px;
}

h4 {
  font-size: 18px;
  line-height: 26px;
}

h5 {
  font-size: 15px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 28px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}

a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a,
span {
  display: inline-block;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
}

.thm__btn {
  background: var(--thm-primary);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 15px;
  border-radius: 3px;
  transition: 0.3s;
}
.thm__btn:hover {
  background: #000;
  color: #fff;
}
button#empath-post-grid-loadmore-two {
  background: transparent;
  border: 1px solid #d7d7d7;
  color: #000;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
  text-transform: capitalize;
}
button#empath-post-grid-loadmore-two:hover {
  background: var(--thm-primary);
  color: #fff;
  border-color: var(--thm-primary);
}
.post__gallery-video {
  position: absolute;
  top: 30px;
  left: 30px;
}
.row {
  margin-right: calc(-0.6 * var(--bs-gutter-x));
  margin-left: calc(-0.6 * var(--bs-gutter-x));
}
.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.6);
  padding-left: calc(var(--bs-gutter-x) * 0.6);
}
/*
Header Style
*/
.header__top-wraper {
  background: #000;
  padding: 7px 0;
}
.byteflows_logo .light-logo {
  display: none;
}
.header__top-info.htop__left-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__top-info.htop__left-info {
  display: flex;
  align-items: center;
}
.header__top-info .quick-link {
  color: #fff;
  font-size: 12px;
  font-weight: 200;
  margin-right: 5px;
}
.header__top-info.htop__left-info ul li:not(:last-child) {
  padding-right: 25px;
}
.header__top-info.htop__left-info ul li a {
  color: #fff;
  position: relative;
  font-size: 12px;
  font-weight: 500;
}

.header__top-info.htop__left-info ul li a:after {
  content: "-";
  position: absolute;
  top: 0px;
  right: -17px;
}

.header__top-info.htop__left-info ul li:last-child a:after {
  content: "";
}

.header__top-innrer-right i {
  margin-right: 5px;
}
.header__control div {
  margin-left: 20px;
}

.header__control .search__open-btn {
  background: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.header__top-innrer-right {
  color: #fff;
  font-size: 12px;
}
.header__top-info.htop__left-info ul li a:hover {
  color: var(--thm-primary);
}
.header__social-icon a {
  font-size: 16px;
  padding-right: 12px;
}
.byteflows_right_header .thm__btn {
  margin-left: 18px;
}

.header__social-icon a:hover {
  color: var(--thm-primary);
}
.hamburger_menu.bytf__mobile-menu {
  display: none;
}
.byteflows_menu .byteflows_menu-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.byteflows_menu .byteflows_menu-nav li {
  position: relative;
}

.byteflows_menu .byteflows_menu-nav > li > a {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 22px 0;
  position: relative;
}
.byteflows_menu .byteflows_menu-nav > li > a:hover,
.byteflows_menu .byteflows_menu-nav li.menu-item-has-children > a:hover:before {
  color: var(--thm-primary);
}

.byteflows_menu .byteflows_menu-nav > li:not(:last-child) {
  padding-right: 50px;
}

.header__menu-wrapper,
.header__top-main-wrap {
  background: #f8f7f7;
}

.header__top-main-wrap {
  border-bottom: 1px solid #dedede;
  padding: 18px 0;
}

.byteflows_menu .byteflows_menu-nav li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 22;
  background: #fff;
  width: 200px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 0 10px 10px;
  padding: 15px 30px;
  transition: all 300ms linear 0ms;
  visibility: hidden;
  opacity: 0;
  margin-top: 15px;
  pointer-events: none;
}
.byteflows_menu .byteflows_menu-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  pointer-events: all;
}
.byteflows_menu .byteflows_menu-nav li .sub-menu > li {
  display: block;
  padding: 7px 0px;
}

.byteflows_menu .byteflows_menu-nav li .sub-menu > li > a {
  font-size: 15px;
  font-weight: 600;
  padding: 0;
  text-transform: capitalize;
  transition: 0.4s;
  position: relative;
}

.byteflows_menu .byteflows_menu-nav li .sub-menu > li > a:hover {
  color: var(--thm-primary);
}
.byteflows_menu .byteflows_menu-nav li .sub-menu > li > a:after {
  position: absolute;
  bottom: 0;
  width: 30%;
  height: 1px;
  background: var(--thm-primary);
  content: "";
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

.byteflows_menu .byteflows_menu-nav li .sub-menu > li > a:hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.byteflows_menu .byteflows_menu-nav li.menu-item-has-children > a:before {
  top: 21px;
  content: "\f105";
  color: #121418;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  right: -12px;
  font-family: "Font Awesome 5 Pro";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-weight: 400;
}
.byteflows_menu
  .byteflows_menu-nav
  .sub-menu
  li.menu-item-has-children
  > a:before {
  top: 0;
}
.byteflows_menu .byteflows_menu-nav li .sub-menu .sub-menu {
  left: calc(100% + 30px);
  top: 0;
}
.byteflows_menu .byteflows_menu-nav li .sub-menu .sub-menu {
  opacity: 0;
  visibility: hidden;
}

.byteflows_menu .byteflows_menu-nav li .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
/* Megamenu */
.byteflows_menu .byteflows_menu-nav li.hap-megamenu {
  position: static !important;
}

.byteflows_menu .byteflows_menu-nav li.hap-megamenu .sub-menu {
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  max-width: 1320px;
  max-height: 700px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  transition: all 300ms linear 0ms;
  z-index: 111;
}
.byteflows_menu .byteflows_menu-nav li.hap-megamenu:hover .sub-menu {
  margin-top: 0;
}
.byteflows_menu .byteflows_menu-nav li.hap-megamenu .sub-menu li a:after {
  background: transparent;
}
.main-header-two .byteflows_menu .byteflows_menu-nav li.hap-megamenu .sub-menu {
  top: 70px;
}
header.main-header.main-header-two .header__top-main-wrap {
  padding: 5px 0;
}
/* Header Two */
.main-header-two .header__top-main-wrap {
  border: none;
}

.main-header-two .header__menu-wrapper {
  background: #000;
}

.main-header-two .header__category-maenu .byteflows_category-nav,
.main-header-three .header__category-maenu .byteflows_category-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-header-two .header__category-maenu .byteflows_category-nav {
  flex-flow: row nowrap;
}

.main-header-two .header__category-maenu,
.main-header-three .header__category-maenu .byteflows_category-nav {
  overflow: auto;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header__category-maenu .byteflows_category-nav li a {
  color: #fff;
  font-weight: 500;
  padding: 12px 0;
  font-size: 12px;
  white-space: nowrap;
}
.header__category-maenu .byteflows_category-nav li a:hover {
  color: var(--thm-primary);
}

.header__category-maenu .byteflows_category-nav li {
  position: relative;
}

.header__category-maenu .byteflows_category-nav li:after {
  position: absolute;
  content: "";
  background: rgb(217 217 217 / 40%);
  width: 1px;
  height: 15px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.header__category-maenu .byteflows_category-nav li:not(:last-child) {
  padding-right: 57px;
}

.header__category-maenu .byteflows_category-nav li:first-child:after {
  background: radial-gradient(black, transparent);
}
.main-header-two .byteflows_right_header .thm__btn {
  margin-left: 8px;
}
/* Header Three */
.main-header-three .byteflows_logo {
  margin-left: 30px;
}
.main-header-three .header__top-main-wrap {
  background: #000;
  border: none;
  padding: 0;
}
.main-header-three .hamburger_menu svg * {
  fill: #fff;
}
.main-header-three .byteflows_menu .byteflows_menu-nav > li > a {
  color: #fff;
  padding: 20px 0;
  line-height: normal;
}

.main-header-three .byteflows_menu .byteflows_menu-nav > li > a:hover,
.byteflows_menu .byteflows_menu-nav li.menu-item-has-children > a:hover:before {
  color: var(--thm-primary);
}
.main-header-three
  .byteflows_menu
  .byteflows_menu-nav
  li.menu-item-has-children
  > a:before {
  color: #fff;
  top: 21px;
}
.main-header-three
  .byteflows_menu
  .byteflows_menu-nav
  li.menu-item-has-children
  > a:hover:before {
  color: var(--thm-primary);
}
.byteflows_menu
  .byteflows_menu-nav
  .sub-menu
  li.menu-item-has-children
  > a:before {
  color: #000;
  top: 0;
}
.main-header-three .hamburger__menu svg path,
.main-header-three .hamburger__menu svg rect,
.main-header-three svg path {
  fill: #fff;
}
.main-header-three
  .byteflows_menu
  .byteflows_menu-nav
  li.hap-megamenu
  .sub-menu {
  top: 59px;
}
.main-header-three .header__control .search__open-btn {
  background: #242424;
}
.main-header-three .header__category-maenu .byteflows_category-nav li:after {
  display: none;
}

.main-header-three .header__category-maenu .byteflows_category-nav li a {
  color: #666666;
  font-size: 12px;
  padding: 15px 0;
  line-height: normal;
  white-space: nowrap;
}
.main-header-three .header__category-maenu .byteflows_category-nav li a:hover {
  color: var(--thm-primary);
}
.main-header-three
  .header__category-maenu
  .byteflows_category-nav
  li:not(:last-child) {
  padding-right: 32px;
}
.main-header-three .header__menu-wrapper {
  background: #f2f2f2;
}
.main-header-three .header__category-maenu .byteflows_category-nav {
  flex-flow: row nowrap;
}
/* Header Four */
.main-header-four .header__menu-wrapper,
.main-header-four .header__top-main-wrap {
  background: #f5fbff;
}
.main-header-four .byteflows_menu .byteflows_menu-nav > li > a {
  padding: 20px 0;
}
.main-header-four
  .byteflows_menu
  .byteflows_menu-nav
  .sub-menu
  li.menu-item-has-children
  > a:before {
  top: 0;
}
.main-header-four
  .byteflows_menu
  .byteflows_menu-nav
  li.menu-item-has-children
  > a:before {
  top: 20px;
}
.main-header-four .header__top-main-wrap {
  border-bottom: 1px solid #cfd7dd;
  padding: 12px 0;
}
.main-header-four .thm__btn {
  margin-left: 15px;
}
.header__search-d input {
  background: transparent;
  border: 1px solid #cfd7dd;
  padding: 8px 16px;
  width: 100%;
}
.main-header-four
  .byteflows_menu
  .byteflows_menu-nav
  li.hap-megamenu:hover
  .sub-menu {
  top: 135px;
}
.header__search-d {
  position: relative;
  width: 300px;
}

.header__search-d button {
  position: absolute;
  top: 8px;
  right: 16px;
  background: transparent;
  border: none;
  color: #666666;
}
.header__search-d {
  margin-left: 15px;
}
.hamburger__menu .bar {
  width: 22px;
  height: 2px;
  background: #161616;
  display: block;
  border-radius: 4px;
  transition: 0.3s;
}

.hamburger__menu .bar__1 {
  margin-bottom: 5px;
}

.hamburger__menu .bar__2 {
  width: 15px;
}
.main-header-seven .search_popup {
  margin-left: 25px;
  cursor: pointer;
}
.main-header-seven .thm__btn {
  padding: 5px 15px;
  text-transform: capitalize;
  font-weight: 500;
  margin-left: 20px;
}
/* post Ovleray */
.bytf__post-overlay-item .bytf__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 24px;
}

.bytf__post-overlay-item .bytf__content:after {
  background: -webkit-linear-gradient(
    bottom,
    #191c20 0,
    #191c20f2 calc(100% - 150px),
    #191c2000 100%
  );
  background: linear-gradient(
    to top,
    #000000 0,
    #191c20f2 calc(100% - 150px),
    #191c2000 100%
  );
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  z-index: -1;
}
.post__again .bytf__post-overlay-item .bytf__content:after {
  background: linear-gradient(
    to top,
    #161616 0,
    #161616 calc(100% - 150px),
    #16161605 100%
  );
}
.bytf__post-overlay-item .bytf__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.bytf__post-overlay-item .bytf__content:after {
  background: -webkit-linear-gradient(
    bottom,
    #191c20 0,
    #191c20f2 calc(100% - 150px),
    #191c2000 100%
  );
  background: linear-gradient(
    to top,
    #000000 0,
    #191c20f2 calc(100% - 150px),
    #191c2000 100%
  );
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  z-index: -1;
}
.byt__bookmark svg {
  width: 20px;
  height: 20px;
}
.bytf__post-overlay-item .bytf__content h4 {
  color: #fff;
  font-size: 22px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  line-height: 30px;
}
.empath-pagination.bookmark__pafiu ul {
  display: flex;
  text-align: center;
  align-items: center;
}
.bytf__postmeta-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bytf__feature-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.bytf__category-img {
  overflow: hidden;
  border-radius: 5px;
}
.bytf__post-overlay-item .bytf__feature-image img {
  height: 300px;
}
.bytf__post-overlay-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.bytf__post-overlay-item .bytf__content p {
  color: #d6d0d0;
  line-height: 26px;
}
.bytf__post-overlay-item.overfly__style-new {
  height: 420px;
  background-size: cover;
  background-position: -33px -92px;
}

.bytf__post-overlay-item.overfly__style-new .bytf__content:after {
  background: linear-gradient(
    to top,
    #000000 0,
    #191c20d1 calc(100% - 120px),
    #191c2000 100%
  );
}
/* style two */
.bytf__post-overlay-item-two .bytf__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 1;
}
.bytf__post-overlay-item-two {
  position: relative;
}

.bytf__post-overlay-item-two:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: black;
  opacity: 0.3;
}
.bytf__post-overlay-item-two .bytf-video-popup {
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 13px;
}
.bytf__post-overlay-item.style__five .bytf-video-popup {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  border: 1px solid #fff;
  margin-bottom: 12px;
}
.bytf__post-overlay-item.style__five .bytf__content {
  padding: 30px 24px;
}
.bytf__post-list-item.style_twelv {
  background: transparent;
  border: none;
  border-top: 1px solid #ece7e7;
  padding: 15px 20px;
  padding-bottom: 10px;
  position: relative;
  justify-content: space-between;
}
.bytf__post-list-item.style_twelv .bytf__feature-image {
  border-radius: 50px;
}
.bytf__post-list-wrapper.again__post-lst {
  border: 1px solid #ece7e7;
  border-radius: 2px;
}

.bytf__post-list-item.style_twelv:first-child {
  border: none;
}
.bytf__category-content-tthr .cate-title:hover {
  color: #8a8a8a;
}

.bytf__category-item-three:hover .bytf__category-img img {
  transform: scale(1.06) translateX(3%);
}
/* bookmark and post meta */
.bytf__post-grid-clm-item .bytf__postmeta-info-wrapper {
  margin-top: 15px;
}
.bytf__postmeta ul li,
.bytf__postmeta ul li a {
  color: #a1a1a1;
  font-size: 14px;
}
.bytf__postmeta ul li.authore a {
  color: #fff;
  font-weight: 500;
}
.bytf__postmeta.meta__dark ul li,
.bytf__postmeta.meta__dark ul li a {
  color: #3f3f3f;
}
.bytf__postmeta.meta__dark ul li.authore a {
  color: #000;
}
.bytf__postmeta ul li a:hover {
  color: var(--thm-primary);
}
.bytf__postmeta .authore img {
  border-radius: 50px;
  margin-right: 8px;
}

.bytf__postmeta ul li:not(:last-child) {
  margin-right: 24px;
}

.bytf__postmeta .authore a {
  text-transform: capitalize;
}

.bytf__postmeta ul li i {
  margin-right: 2px;
}

.bytf__bookmark span {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50px;
  font-size: 12px;
  position: relative;
  z-index: 1;
  color: #fff;
  transition: 0.3s;
}
.bytf__bookmark span:hover {
  color: var(--thm-primary);
}
.bytf__bookmark span:after {
  background: #d9d9d9;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.2;
  border-radius: 50px;
}
.bytf__bookmark.bookmark__dark span {
  color: #000;
  transition: 0.3s;
}
.bytf__bookmark.bookmark__dark span:hover {
  color: var(--thm-primary);
}
.bytf__bookmark .bookmarked i {
  font-weight: 900;
}
.toast {
  position: fixed;
  top: 45px;
  right: 20px;
  color: #fff;
  z-index: 1000;
  display: none;
  border-radius: 12px;
  background: #fff;
  padding: 20px 35px 20px 25px;
  box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  border: none;
}

.bokmark_msg_ span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.bookmark__content-wrp {
  display: flex;
  align-items: center;
}

.bookmark__content-wrp i {
  margin-right: 7px;
  width: 25px;
  height: 25px;
  background: var(--thm-primary);
  text-align: center;
  line-height: 25px;
  border-radius: 50px;
}
.bookmark-icon {
  cursor: pointer;
}

.bookmark-icon.bookmarked .fa {
  color: var(--thm-primary); /* Change this color as needed */
}
.bytf__postmeta-two li {
  font-size: 12px;
  position: relative;
  color: #585858;
}

.bytf__postmeta-two li.authore a {
  color: #161616;
  font-weight: 500;
  text-transform: capitalize;
}

.bytf__postmeta-two li:not(:last-child):after {
  content: "";
  background: #d9d9d9;
  position: absolute;
  right: -12px;
  height: 12px;
  width: 1px;
  top: 7px;
}
.bytf__postmeta-info-wrapper-two.light__meta
  .bytf__postmeta-two
  li:not(:last-child):after {
  background: #636262;
}
.bytf__postmeta-info-wrapper-two .bytf__postmeta-two li:not(:last-child):after {
  background: #bbbbbb;
}
.bytf__postmeta-two li:not(:last-child) {
  margin-right: 24px;
}
.light__meta .bytf__postmeta-two li {
  color: #bbbbbb;
}

.light__meta .bytf__postmeta-two li.authore a {
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
/* category Badge */
.empath-cate-badge {
  padding: 6px 9px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 15px;
  clip-path: polygon(0 0, 102% -6%, 84% 100%, 0% 100%);
  padding-right: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 10px;
  line-height: normal;
}

.empath-cate-badge:hover {
  color: #fff;
}
.empath-cate-badge-three {
  background: var(--thm-news);
  color: #fff;
  padding: 8px 12px;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
}
.empath-cate-badge-three:hover {
  color: #fff;
}
.empath-cate-badge-four {
  background: #ffeff5;
  font-weight: 600;
  font-size: 12px;
  padding: 3px 12px;
  text-transform: uppercase;
  color: var(--thm-primary);
}
.empath-cate-badge-four:hover {
  color: var(--thm-primary);
}
.elementor-common-cate.empath-cate-badge-4 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 1.5px 8px;
  border-radius: 5px;
  position: relative;
}
.elementor-common-cate.empath-cate-badge-4 svg {
  position: absolute;
  bottom: -9px;
  left: 9px;
  transition: 0.3s;
}
.elementor-common-cate.empath-cate-badge-4:hover svg {
  left: 15px;
}
.single__post-article .empath-cate-badge-seven {
  margin-bottom: 15px;
}
.grid__style-four .bytf__content {
  padding-right: 30px;
}
.empath-cate-badge-six {
  color: #161616;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  padding: 5px 10px;
  line-height: normal;
  font-size: 12px;
  font-weight: 500;
}
.empath-cate-badge-seven {
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  line-height: normal;
}
.empath-cate-badge-seven:hover {
  color: #fff;
}
/* Section Heading */
.bytf__section-heading {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}

.bytf__title {
  font-size: 36px;
  font-weight: 500;
}

.bytf__section-heading .btn_wraper a {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bytf__section-heading.style__three .btn_wraper a {
  background: transparent;
  border: 1px solid #cdcdcd;
  font-size: 15px;
  text-transform: capitalize;
  color: #161616;
  padding: 4px 14px;
  font-weight: 500;
}
.bytf__section-heading .btn_wraper a i {
  background: #fff0f3;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  font-size: 15px;
  color: var(--thm-primary);
  margin-left: 10px;
  transition: 0.5s;
}
.bytf__section-heading .btn_wraper a:hover {
  color: var(--thm-primary);
}

.bytf__section-heading .btn_wraper a:hover i {
  background: var(--thm-primary);
  color: #fff;
}
.title__wrapper svg {
  margin-right: 10px;
}
.bytf__section-heading.style__two {
  border: none;
  padding: 0;
}
.bytf__section-heading.heading__four {
  border-bottom: 1px solid #c6c6c6;
  position: relative;
}

.bytf__section-heading.heading__four:after {
  background: #c6c6c6;
  width: 100%;
  height: 2px;
  content: "";
  bottom: -5px;
  left: 0;
  position: absolute;
}
.bytf__heading-five p {
  flex: 1;
  max-width: 542px;
}

.bytf__heading-five .bytf__title {
  position: relative;
  padding-right: 30px;
  margin-right: 30px;
  font-family: "NYTCheltenham";
  font-weight: 700;
  font-size: 30px;
}

.bytf__heading-five .bytf__title:after {
  content: "";
  background: #cdcdcd;
  width: 1px;
  height: 40px;
  position: absolute;
  right: 0;
}
.bytf__heading-five .btn_wraper a {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  color: #161616;
  padding: 6px 18px;
  font-weight: 500;
}

.bytf__heading-five .btn_wraper a:hover {
  background: red;
  color: #fff;
  border-color: red;
}
/* post Grid Column */
.bytf__feature-image a {
  display: block;
}
.bytf__post-grid-clm-item .bytf__content {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0 0 5px 5px;
  padding: 25px;
}
.post__againg .bytf__post-grid-clm-item .bytf__content {
  box-shadow: none;
  background: #fff;
}
.bytf__post-grid-clm-item .bytf__feature-image img {
  height: 330px;
}
.bytf__post-grid-clm-item .bytf__feature-image {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.bytf__post-grid-clm-item.style__three .bytf__content {
  box-shadow: none;
  background: transparent;
  padding: 0;
  margin-top: 15px;
}
.bytf__post-grid-clm-item.style__three .bytf__feature-image {
  border-radius: 5px;
}
.bytf__post-grid-clm-item.style__three .bytf__postmeta-info-wrapper {
  margin-top: 12px;
}
.bytf__post-grid-clm-item.style__gc-6 .elementor-common-cate {
  position: absolute;
  bottom: 24px;
  z-index: 1;
  left: 16px;
}
.bytf__post-grid-clm-item.style__gc-6 .bytf__content {
  padding: 10px 15px;
}
.bytf__post-grid-clm-item.style__gc-6.style__seven .elementor-common-cate {
  position: relative;
  top: 0;
  left: 0;
}
.bytf__post-grid-clm-item.style__seven .bytf__content {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
}
/*style two*/

.bytf__post-grid-clm-item-two {
  border: 1px solid #ededed;
  padding: 10px;
}
.bytf__post-grid-clm-item-two {
  border: 1px solid #ededed;
  padding: 10px;
}

.bytf__post-grid-clm-item-two .empath-cate-badge-two {
  color: var(--thm-news);
  font-size: 13px;
  font-weight: 600;
}

.bytf__post-grid-clm-item-two .bytf__feature-image {
  margin-bottom: 15px;
}
.col-byt-5 {
  width: 20%;
}
.style__gc-5.bytf__post-grid-clm-item .bytf__content {
  background: #fff;
  border-radius: 0;
}
.bytf__post-grid-clm-item.style__gc-5 .empath-cate-badge-three {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  margin-bottom: 0;
}
/* style four */
.with-border .col-lg-6.col-xl-3.col-md-6:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}
.with-border .col-lg-6.col-xl-3.col-md-6:nth-child(4) {
  border: none;
}
.with-border .col-lg-6.col-xl-3.col-md-6 {
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 30px;
}

.with-border .row {
  margin-left: -18px;
  margin-right: -18px;
}
.bytf__post-grid-clm-item.style__eight .bytf__content {
  display: flex;
}

.bytf__post-grid-clm-item.style__eight .item__count {
  margin-right: 20px;
  margin-top: 3px;
}

.bytf__post-grid-clm-item.style__eight .item__count h2 {
  color: var(--thm-primary);
  font-size: 50px;
  font-weight: 400;
  font-family: "NYTCheltenham", sans-serif;
}
/* Header Style 5 */
.main-header-five .header__top-main-wrap {
  border: none;
}
.main-header-five .byteflows_menu .byteflows_menu-nav > li > a {
  padding: 23px 0;
}
.main-header-five .header__menu-wrapper {
  background: var(--thm-primary);
}
.main-header-five
  .byteflows_menu
  .byteflows_menu-nav
  > li.menu-item-has-children
  > a:before {
  top: 23px;
  color: #fff;
}
.main-header-five .byteflows_menu .byteflows_menu-nav > li > a {
  color: #fff;
}
.main-header-five .hamburger__menu svg path,
.main-header-five .hamburger__menu svg rect,
.main-header-five svg path {
  fill: #fff;
}
.main-header-five .header__control .search__open-btn {
  background: #cb0e0e;
}
/* Header Style 6 */
.main-header-six .byteflows_menu {
  margin-right: auto;
  padding-left: 50px;
}
.main-header-six .header__menu-wrapper {
  background: #f4f7ff;
}
.main-header-six .byteflows_menu .byteflows_menu-nav > li:not(:last-child) {
  padding-right: 45px;
}
.main-header-six .byteflows_menu .byteflows_menu-nav > li > a {
  padding: 30px 0;
}
.main-header-six
  .byteflows_menu
  .byteflows_menu-nav
  li.menu-item-has-children
  > a:before {
  top: 31px;
  right: -11px;
  font-weight: 500;
  font-size: 14px;
}
.main-header-six .byteflows_menu .byteflows_menu-nav li .sub-menu > li > a {
  font-family: var(--thm-heading-font);
}
.main-header-six .header__control .search__open-btn {
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  line-height: 35px;
}
.main-header-six .header__top-wraper {
  background: linear-gradient(
    90deg,
    rgba(0, 122, 191, 1) 0%,
    rgba(152, 21, 255, 1) 100%
  );
  padding: 0;
}
.main-header-six .header__social-icon a {
  font-size: 14px;
  color: #fff;
  padding-right: 0;
}
.main-header-six .header__social-icon a:not(:last-child) {
  padding-right: 10px;
}
.date_h svg {
  margin-top: -2px;
  margin-right: 2px;
}
.main-header-six .header__social-icon {
  border-left: 1px solid #ffffff36;
  padding: 6px 0;
  padding-left: 16px;
  margin-left: 16px;
}
.main-header-six
  .byteflows_menu
  .byteflows_menu-nav
  .sub-menu
  li.menu-item-has-children
  > a:before {
  top: 1px;
}
/* Header Style 7 */
.main-header-seven .header__maenu .byteflows_logo {
  display: none;
}
.main-header-seven .header__top-wraper {
  background: #f9f9f9;
  border-bottom: 1px solid #c2c2c2;
  padding: 15px 0;
}
.main-header-seven .date_h {
  color: #161616;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
  font-size: 14px;
}
.main-header-seven .date_h:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 24px;
  background: #c2c2c2;
  content: "";
}
.main-header-seven .header__top-info.htop__left-info ul li a {
  color: #161616;
  font-size: 14px;
}
.main-header-seven .container {
  max-width: 1720px;
}
.main-header-seven .header__top-info .quick-link {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
}
.main-header-seven .header__social-icon a {
  font-size: 14px;
  padding-right: 5px;
}
.main-header-seven .byteflows_menu .byteflows_menu-nav > li > a {
  font-size: 16px;
  text-transform: capitalize;
  color: #161616;
}

.main-header-seven
  .byteflows_menu
  .byteflows_menu-nav
  li.menu-item-has-children
  > a:before {
  color: #585858;
  font-size: 14px;
  top: 23px;
  right: -11px;
}

.main-header-seven .byteflows_menu .byteflows_menu-nav > li:not(:last-child) {
  padding-right: 70px;
}
.main-header-seven .login__user:after,
.main-header-eight .login__user:after {
  background: #c2c2c2;
  width: 1px;
  height: 30px;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
}

.main-header-seven .login__user,
.main-header-eight .login__user {
  position: relative;
}

.main-header-seven .login__user,
.main-header-eight .login__user {
  padding-right: 20px;
}
/* Header Style 8 */
.main-header-eight .header__menu-wrapper {
  background: #070f2b;
}

.main-header-eight .byteflows_menu .byteflows_menu-nav > li > a {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  padding: 16px 0;
}
.main-header-eight .hamburger__menu .bar {
  background: #fff;
}
.main-header-eight
  .byteflows_menu
  .byteflows_menu-nav
  li.menu-item-has-children
  > a:before {
  top: 18px;
  font-size: 14px;
  color: #fff;
  right: -13px;
}
.main-header-eight .header__top-main-wrap {
  padding: 16px 0;
}
.main-header-eight .header__adds img {
  max-width: 600px;
}
.main-header-eight .header__top-main-wrap {
  background: var(--thm-primary);
  border: none;
}
.main-header-eight .header__top-wraper {
  background: #f9f9f9;
}
.main-header-eight .header__top-info.htop__left-info ul li a {
  color: #161616;
  font-size: 14px;
}
.main-header-eight .header__top-info.htop__left-info ul li a:hover {
  color: var(--thm-primary);
}
.main-header-eight .date__crnt {
  font-size: 14px;
  color: #161616;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
.main-header-eight .date__crnt svg {
  margin-right: 5px;
}
.main-header-eight .date__crnt:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 24px;
  background: #c2c2c2;
  content: "";
}
.main-header-eight .header__social-icon a:last-child {
  padding-right: 0;
}
.main-header-eight .login__user {
  margin-right: 20px;
}
.main-header-eight .login__user {
  margin-right: 20px;
}

.main-header-eight .login__user:after {
  height: 24px;
  top: 1px;
}
.main-header-eight .header__social-icon a {
  color: #161616;
}
.main-header-eight .thm__btn {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
  padding: 5px 15px;
}
.main-header-eight .thm__btn:hover {
  background: var(--thm-primary);
  border-color: var(--thm-primary);
}
.search_popup {
  cursor: pointer;
}
.main-header-eight .dark__switch svg * {
  stroke: #fff;
}

.main-header-eight .thm__btn {
  margin-left: 20px;
}
.main-header-eight .container {
  max-width: 1220px;
}
.main-header-eight
  .byteflows_menu
  .byteflows_menu-nav
  li.menu-item-has-children
  .sub-menu
  a:before,
.main-header-seven
  .byteflows_menu
  .byteflows_menu-nav
  li.menu-item-has-children
  .sub-menu
  a:before {
  top: 0;
  right: -15px;
}
/* Sticky Header */
.bytf-sticky-header.main-header-sticky.rr-sticky-stt {
  position: fixed;
  top: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
}

.bytf-sticky-header.main-header-sticky.rr-sticky-stt.bytf-sticky-header-fixed {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
}

/* post Grid */
.bytf__post-grid-item {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 5px 5px;
  padding: 24px;
}

.bytf__post-grid-item .bytf__feature-image img {
  height: 180px;
}

.bytf__post-grid-item .bytf__feature-image {
  max-width: 150px;
  flex: 0 0 150px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
}
.bytf__post-grid-item:not(:last-child) {
  margin-bottom: 15px;
}
.bytf__post-grid-item .bytf__postmeta-info-wrapper {
  margin-top: 12px;
}

.grid__style-four {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.grid__style-four:not(:last-child) {
  margin-bottom: 28px;
}
.bytf__post-grid-item.style__five {
  box-shadow: none;
  background: #f8f8fd;
  border: 1px solid #dfdfdf;
}
.bytf__post-grid-item.style__five:not(:last-child) {
  margin-bottom: 30px;
  padding: 27px 22px;
}
/* style Two */
.bytf__post-grid-item.grid__style-two .bytf__feature-image {
  max-width: 230px;
  flex: 0 0 230px;
  margin-right: 24px;
}

.bytf__post-grid-item.grid__style-two {
  box-shadow: none;
  padding: 0;
}
.bytf__post-grid-item.grid__style-two .bytf__postmeta-info-wrapper {
  margin-top: 20px;
}
/* Style Three */
.grid__style-three:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  margin-bottom: 28px;
}
.bytf__postmeta-info-wrapper-two {
  display: flex;
  align-items: center;
}
.bytf__post-overlay-item.style__four .bytf__content:after {
  background: linear-gradient(
    to top,
    #000000e8 0,
    #191c2075 calc(100% - 38px),
    #191c2008 100%
  );
  background: -webkit-linear-gradient(
    to top,
    #000000e8 0,
    #191c2075 calc(100% - 38px),
    #191c2008 100%
  );
}
.bytf__postmeta-info-wrapper-two .empath-cate-badge-three {
  border-radius: 2px;
  padding: 5px 10px;
}
.bytf__postmeta-info-wrapper-two .empath-cate-badge-six {
  margin-right: 15px;
}
.empath-cate-badge-six:hover {
  background: var(--thm-primary);
  border-color: var(--thm-primary) !important;
  color: #fff !important;
}
/* Post Rating */
.bytf__post-wrapper.rating__post-wrapper {
  background: #fffaf3;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}

.bytf__post-grid-rating-item {
  display: flex;
  align-items: center;
  max-width: 510px;
}

.bytf__post-grid-rating-item .bytf__feature-image {
  flex: 0 0 160px;
  max-width: 160px;
  margin-right: 24px;
  border-radius: 50%;
}

.bytf__post-grid-rating-item .bytf__feature-image img {
  height: 160px;
  width: 160px;
}
.bytf__post-grid-rating-item .empath-cate-badge,
.bytf__post-grid-rating-item-two .empath-cate-badge {
  margin-bottom: 0;
  margin-right: 15px;
}

.bytf__post-grid-rating-item .rmp-results-widget {
  margin-top: 3px;
  margin-left: 20px;
}
.bytf__post-grid-rating-item .ratting__mark {
  margin-bottom: 12px;
  font-size: 14px;
}
.bytf__post-grid-rating-item .ratting__mark span {
  line-height: normal;
}
.bytf__post-wrapper.rating__post-wrapper {
  position: relative;
}
.rating__post-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rating__post-row:after {
  background: #d9d9d9;
  width: 1px;
  height: 160px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.bytf__post-grid-rating-item-two .bytf__feature-image {
  flex: 0 0 420px;
  max-width: 420px;
  margin-right: 30px;
  border-radius: 5px;
  overflow: hidden;
}

.bytf__post-grid-rating-item-two .bytf__feature-image img {
  height: 320px;
}
.bytf__post-grid-rating-item-two .empath-cate-badge {
  margin-bottom: 0;
}

.bytf__post-grid-rating-item-two .ratting__mark {
  margin-bottom: 12px;
}
.bytf__post-wrapper.rating__post-wrapper .row > div:not(:last-child) {
  padding-left: 10px;
  padding-right: 55px;
}

.bytf__post-wrapper.rating__post-wrapper .row > div:last-child {
  padding-left: 25px;
  padding-right: 10px;
}
/* Add Banner */
.bytf__add-banner {
  padding: 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  padding-bottom: 200px;
}

.bytf__add-banner .banner__image {
  position: absolute;
  bottom: 0;
  right: 0;
}
.bytf__add-banner .banner__content h3 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-family: "Inter";
  font-weight: 400;
}

.bytf__add-banner .banner__content h3 {
  margin-top: 20px;
}

.bytf__add-banner .banner__content a {
  background: #fff;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  padding: 8px 20px;
  margin-top: 25px;
}
.bytf__add-banner-two {
  padding: 40px;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  overflow: hidden;
}
.bytf__add-banner-two:after {
  position: absolute;
  background: #000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  opacity: 0.4;
}
.bytf__add-banner-two a,
.bytf__add-banner-three a {
  border: 1px solid #ffffff;
  color: #fff;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 2px;
}

.bytf__add-banner-two a:hover,
.bytf__add-banner-three a:hover {
  background: var(--thm-primary);
  border-color: var(--thm-primary);
}
.bytf__add-banner-three {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.bytf__add-banner-three .banner__content,
.bytf__add-banner-three .banner__logo {
  position: absolute;
  z-index: 9;
}

.bytf__add-banner-three .banner__content {
  left: 25px;
  bottom: 30px;
  right: 25px;
}

.bytf__add-banner-three .banner__logo {
  top: 30px;
  left: 30px;
}

.bytf__add-banner-three:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(22, 22, 22);
  background: linear-gradient(
    0deg,
    rgba(22, 22, 22, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
/* social */
.social__icon-wrapper {
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.social__icon-wrapper .social__item {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.social__icon-wrapper .social__item-inner {
  border: 1px solid #e8e8e8;
  padding: 12px 25px;
  border-radius: 5px;
  transition: 0.3s;
}
.social__item-inner .social_icon i {
  font-size: 30px;
  margin-right: 10px;
}

.social__item .social_content p {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.social__item .social_content span {
  color: #666666;
  font-size: 12px;
}
.social__icon-wrapper .social__item-inner:hover p,
.social__icon-wrapper .social__item-inner:hover span,
.social__icon-wrapper .social__item-inner:hover i {
  color: #fff;
}

.social__icon-wrapper .social__item-inner p,
.social__icon-wrapper .social__item-inner span {
  transition: 0.4s;
}
.social__icon-wrapper .social__item-inner:hover {
  background: var(--thm-primary);
}
.social__content-wrapper {
  background: #f7f7f7;
  padding: 60px 30px;
  padding-bottom: 50px;
}

.social__content-wrapper .social__info {
  text-align: center;
}
.social__content-wrapper .social__info h2 {
  margin-bottom: 20px;
}

.social__content-wrapper .social__info p {
  margin-bottom: 30px;
}
.social__content-wrapper .social__icon-wrapper .social__item-inner {
  padding: 15px 20px;
}
.social__content-wrapper .social__item .social_content span {
  font-size: 12px;
}
.social__icon-wrapper.style__three .social_icon {
  display: flex;
  align-items: center;
}

.social__icon-wrapper.style__three .social__item-inner {
  justify-content: space-between;
}
.social__icon-wrapper .social__item-inner:hover {
  transform: scale(1.1);
}
/* Category */
.bytf__category-content {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 5px;
  position: absolute;
  bottom: -50px;
  width: 87%;
  background: #fff;
  padding-top: 19px;
  padding-bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
}
.bytf__category-item:hover .bytf__category-content {
  bottom: -30px;
}
.bytf__category-item {
  position: relative;
  /* margin-bottom: 86px; */
}

.bytf__category-item .bytf__category-img img {
  height: 200px;
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
}

.bytf__category-item .bytf__category-img a {
  display: block;
}
.bytf__category-content h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}

.bytf__category-content .cat-count {
  color: #666666;
  font-size: 14px;
}
.bytf__category-content .cate-link {
  position: absolute;
  top: -15px;
  right: 0;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 31px;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}
.bytf__category-item:hover .cate-link {
  background-color: var(--thm-primary);
  color: #fff;
}

/* category two */
.bytf__category-item-two .bytf__category-img img {
  height: 210px;
  object-fit: cover;
}

.bytf__category-item-two {
  position: relative;
}

.bytf__category-item-two:after {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.4;
}

.bytf__category-content-two {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 15px;
}

.bytf__category-content-two h4 {
  color: #fff;
  font-size: 20px;
  font-family: inter;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: normal;
}

.bytf__category-content-two .cat-count {
  color: #fff;
  font-weight: 500;
}
.bytf__category-item-two img {
  height: 210px !important;
  object-fit: cover;
  width: 100%;
}

.bytf__category-item-two .cate-link {
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  position: relative;
}

.bytf__category-item-two .cate-link:after {
  background: #fff;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 50px;
  opacity: 0.2;
}
/* Category Three */
.bytf__category-item-three .bytf__category-img img {
  height: 160px;
  width: 160px;
  border-radius: 50%;
  object-fit: cover;
}

.bytf__category-item-three {
  text-align: center;
}

.bytf__category-content-tthr h4 {
  font-size: 18px;
  font-weight: 600;
}

.bytf__category-content-tthr span {
  font-weight: 400;
}
.bytf__category-item-three .bytf__category-img {
  margin-bottom: 15px;
  overflow: inherit;
}
/* Ajax Post */
.bytf__post-grid-rating-item-two.ajax__post-item .bytf__feature-image {
  flex: 0 0 300px;
  max-width: 300px;
  margin-right: 0;
  margin-left: 30px;
}

.bytf__post-grid-rating-item-two.ajax__post-item .bytf__feature-image img {
  height: 240px;
}

.bytf__post-grid-rating-item-two.ajax__post-item .bytf_post_title {
  margin-bottom: 20px;
}

.bytf__post-grid-rating-item-two.ajax__post-item .bytf__postmeta-info-wrapper {
  margin-top: 20px;
}

.bytf__post-grid-rating-item-two.ajax__post-item:not(:last-child) {
  margin-bottom: 30px;
}
.bytf__post-grid-rating-item-two.ajax__post-item.flex-row-reverse
  .bytf__feature-image {
  margin-left: 0;
  margin-right: 30px;
}

.load-more-btn {
  justify-content: center;
  display: flex;
  margin-top: 50px;
}

.grid-loadmore-content-two .bytf__post-list-item-two:last-child {
  border: none;
}
.thm__btn_border {
  background: transparent;
  border: 1px solid var(--thm-primary);
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  padding: 8px 20px;
  color: var(--thm-primary);
  transition: 0.5s;
}
.thm__btn_border:hover {
  background: var(--thm-primary);
  border: 1px solid var(--thm-primary);
  padding: 8px 20px;
  color: #fff;
}
/* testimonial  */

.testimonial__item h3 {
  margin-bottom: 25px;
}

.testimonial__item .quote {
  margin-bottom: 20px;
}

.testimonial__item p {
  margin-bottom: 20px;
  color: #666666;
}

.testimonial__item .name {
  font-weight: 500;
  color: #000;
}

.testimonial__nav-control .test-slider-arrow {
  background: #fff0f3;
  width: 25px;
  height: 25px;
  text-align: center;
  color: var(--thm-primary);
  font-size: 14px;
  border-radius: 50px;
  display: inline-block;
  margin-left: 2px;
  transition: 0.3s;
}
.testimonial__nav-control .test-slider-arrow:hover {
  background: var(--thm-primary);
  color: #fff;
}
.testimonial__nav-control {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.testimonial__main-wrapper {
  position: relative;
}
.bytf__quote_wrapper {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url(../img/quote.png);
  mask-image: url(../img/quote.png);
  padding: 50px 40px;
  padding-bottom: 104px;
  background: #f5f5f5;
  mask-size: 100%;
  overflow: hidden;
}
.bytf__quote_wrapper .quote-authore {
  font-size: 15px;
  font-weight: 500;
  color: #161616;
  margin-top: 18px;
}
.bytf__quote_wrapper p {
  font-size: 15px;
  line-height: 26px;
  margin-top: 5px;
  color: #585858;
}
.bytf__quote_wrapper .swiper-slide {
  overflow: hidden;
}
/* newsletter */
.newsletter_box {
  text-align: center;
  padding: 100px 50px;
  border: 2px solid #efefef;
  border-radius: 10px;
}
.newsletter__wrapper-main {
  border-radius: 10px;
}
.newsletter_box h2 {
  color: #212529;
  margin-bottom: 20px;
}

.newsletter_box p {
  margin-bottom: 40px;
}
.newsletter_box input {
  border: 1px solid #d3d3d3;
  width: 100%;
  border-radius: 5px;
  padding: 10px 15px;
  background: #fff;
  margin-bottom: 15px;
}
.newsletter_box .condition {
  display: none;
}

.newsletter_box label {
  display: none;
}
.newsletter_box button {
  border: none;
  background: var(--thm-primary);
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 12px;
  width: 100%;
  transition: 0.4s;
}
.newsletter_box button:hover {
  background: #000;
}
.newsletter__wrapper-two {
  align-items: center;
}

.newsletter__wrapper-two .newsletter_content {
  flex: 0 0 340px;
  max-width: 340px;
}

.ns_form {
  margin-left: auto;
  width: 100%;
  margin-left: 100px;
}

.newsletter__wrapper-two .ns_form input {
  background: #ececec;
  border: none;
  border-radius: 5px;
  padding: 15px 25px;
  width: 630px;
}

.newsletter__wrapper-two .ns_form .mc4wp-form-fields {
  display: flex;
}
.newsletter__wrapper-two .ns_form p {
  margin-top: 15px;
}
.newsletter_content h2 {
  margin-bottom: 20px;
}
.newsletter__wrapper-two .ns_form button {
  background: var(--thm-primary);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin-left: 24px;
  font-weight: 600;
}
.newsletter_footer input[type="email"] {
  border: 1px solid #272a33;
  background: transparent;
  padding: 12px 15px;
  width: 100%;
  border-radius: 5px;
}
.newsletter_footer.footer__new input[type="email"] {
  background: #fff;
}
.newsletter_footer form {
  position: relative;
}
.condition {
  font-size: 14px;
  color: #b7b7b7;
  margin-top: 15px;
  position: relative;
  padding-left: 20px;
}
.newsletter_footer.style__tw input[type="email"] {
  border: 1px solid #b4b4b4;
}

.newsletter_footer.style__tw .condition {
  color: #585858;
  margin-top: 8px;
}
.condition input {
  margin-right: 5px;
  position: absolute;
  top: 7px;
  left: 0;
}
.newsletter_footer button {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  color: #fff;
  background: var(--thm-primary);
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.4s;
}
.newsletter_footer button:hover {
  background: #fff;
  color: var(--thm-primary);
}
.newsletter__wrapper-three {
  border: 2px solid #000;
  border-radius: 3px;
  padding: 60px 50px;
  position: relative;
  background: #fff;
}
.newsletter__wrapper-three .newsletter_content {
  max-width: 500px;
  flex: 0 0 500px;
}

.newsletter__wrapper-three .newsletter_content .icon {
  margin-right: 20px;
}

.newsletter__wrapper-three .newsletter_content h2 {
  margin-bottom: 0;
}
.newsletter__wrapper-three .subtitle {
  margin-bottom: 3px;
  font-weight: 500;
  color: var(--thm-primary);
}
.newsletter__wrapper-three .bg-img {
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: -1;
}
.newsletter__wrapper-three .mc4wp-form-fields label {
  display: none;
}

.newsletter__wrapper-three .ns_form p {
  font-size: 12px;
  font-weight: 500;
  color: #585858;
  line-height: 20px;
}

.newsletter__wrapper-three .ns_form {
  max-width: 456px;
  flex: 0 0 456px;
}

.newsletter__wrapper-three .ns_form p a {
  text-decoration: underline;
  color: #161616;
}
.newsletter__wrapper-three input[type="email"] {
  width: 100%;
  padding: 15px 15px;
  border: none;
}

.newsletter__wrapper-three .mc4wp-form-fields {
  position: relative;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 15px;
}

.newsletter__wrapper-three .mc4wp-form-fields button {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--thm-primary);
  color: #fff;
  border: none;
  padding: 15.5px 16px;
  font-weight: 500;
}
/* Post Slider */

.slider__thumbs {
  height: 590px;
  width: 410px;
}
.slider__images {
  height: 400px;
}

.post__slider-main-wrapper .swiper-container {
  width: 100%;
  height: 100%;
}
.post__slider-lg {
  height: 710px;
}
.post__slider-main-wrapper .slider__thumbs {
  position: absolute;
  top: 55px;
  right: 250px;
  z-index: 3;
}
.post__slider_item-wrapper {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-position: center;
  height: 710px;
}
.post__slider-content .bytf__bookmark.bookmark__dark span,
.bytf__post-fo-thumb-item .bytf__bookmark.bookmark__dark span {
  color: #fff;
}
.post__slider_item-wrapper:after {
  background: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.bytf__post-fo-thumb-item .bytf_post_title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.post__slider_item-main .empath-cate-badge-three {
  margin-bottom: 20px;
}
.post__slider_item-wrapper .bytf__content .bytf_post_title {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
}
.post__slider_item-main .bytf__bookmark.bookmark__dark {
  padding-left: 100px;
}
.post__slider_item-main .bytf__content {
  text-align: center;
  padding-top: 105px;
  padding-left: 200px;
  padding-right: 200px;
}
.post__slider_item-wrapper .empath-cate-badge {
  margin-bottom: 25px;
}
.post__slider_item-wrapper .post__slider-content .bytf_post_title {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
}

/* Post Slider */
.bytf__post__slider-nav {
  right: 275px;
  position: absolute;
  top: 50px;
  max-width: 450px;
}
.bytf__post-slider-wrapper {
  position: relative;
  overflow: hidden;
}
.bytf__post-fo-thumb-item .bytf__feature-image {
  max-width: 115px;
  flex: 0 0 115px;
  margin-right: 20px;
  border-radius: 50%;
}

.bytf__post-fo-thumb-item .bytf__feature-image img {
  height: 115px;
  border-radius: 50%;
  margin-right: auto;
}
.bytf__post-fo-thumb-item .bytf_post_title {
  color: #fff;
  margin-bottom: 10px;
}
.empath-cate-badge-two {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}
.bytf__post-fo-thumb-item:not(:last-child) {
  margin-bottom: 30px;
}
/* Slider Two */
.post__slider_item-main {
  height: 570px;
  position: relative;
  z-index: 1;
  background-position: center;
}
.post__slider_item-main .bookmark-trigger.bookmark-icon {
  color: #fff;
}
.post__slider_item-main:after {
  background: -webkit-linear-gradient(
    bottom,
    #191c20 0,
    #191c208a calc(100% - 150px),
    #191c2000 100%
  );
  background: linear-gradient(
    to top,
    #000000 0,
    #191c208a calc(100% - 150px),
    #191c2000 100%
  );
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  z-index: -1;
}
.post__slider_item-main .post__slider-content {
  text-align: center;
  padding-top: 105px;
}

.post__slider_item-main .bytf__postmeta-info-wrapper {
  justify-content: center;
}
.post__slider_twq-main {
  padding-top: 145px;
  background-size: cover;
  background-position: center center;
  padding-bottom: 360px;
  position: relative;
  z-index: 1;
}
.slider__thub-wrapper {
  position: absolute;
  width: 100%;
  bottom: 40px;
}

.post__slider_twq-main:after {
  background: #000;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}
.post__slider-main-area {
  position: relative;
}
.post__slider_twq-main .bytf_post_title {
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  margin-top: 15px;
  font-weight: 600;
}

.post__slider_twq-main .bytf__postmeta-info-wrapper {
  justify-content: center;
  margin-top: 20px;
}
.slider__thub-wrapper .container {
  max-width: 1170px;
}
.bytf__post-th-item .bytf__feature-image {
  max-width: 120px;
  flex: 0 0 120px;
  border-radius: 5px;
  margin-right: 15px;
}

.bytf__post-th-item .bytf__feature-image img {
  height: 130px;
}
.bytf__post-th-item .bytf__postmeta {
  margin-top: 5px;
}
.bytf__post-th-item h3 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 14px;
  font-weight: 600;
  color: #fff;
}
.slider__thub-wrapper {
  position: absolute;
  width: 100%;
  bottom: 80px;
}
.post__slider_twq-main .bytf__content {
  max-width: 666px;
  margin: 0 auto;
}
.post_slider_three__thumb {
  border-top: 1px solid #ffffff45;
  position: relative;
  padding-top: 40px;
}

.post_slider_three__thumb:after {
  position: absolute;
  top: 2px;
  width: 100%;
  height: 2px;
  left: 0;
  background: #ffffff45;
  content: "";
}
.bytf__post-th-item .bytf__feature-image {
  position: relative;
}

.bytf__post-th-item .bytf__feature-image svg {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 1;
}

.bytf__post-th-item .bytf__feature-image:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  left: 0;
  opacity: 0.4;
}

.style__agn .post__slider_twq-main .bytf_post_title {
  font-size: 40px;
  line-height: 55px;
  font-weight: 600;
  margin-bottom: 15px;
}
.bytf__post-th-item {
  cursor: pointer;
}
.post__slider_twq-main .bytf__bookmark.bookmark__dark {
  margin-left: 80px;
}

.post__slider_twq-main .bytf__bookmark.bookmark__dark span {
  color: #fff;
}
.post__slider_twq-main .bytf__bookmark.bookmark__dark span:hover {
  color: var(--thm-primary);
}
.post__slider_twq-main .bytf_post_title {
  transform: translateY(100px);
  transform-origin: 50% 50%;
  opacity: 0;
  transition: 1000ms ease;
  transition-delay: 0.3s;
}
.post__slider_twq-main .empath-cate-badge-4 {
  transform: translateY(100px);
  transform-origin: 50% 50%;
  opacity: 0;
  transition: 1000ms ease;
  transition-delay: 0.2s;
}
.post__slider_twq-main .bytf__postmeta {
  transform: translateY(100px);
  transform-origin: 50% 50%;
  opacity: 0;
  transition: 1000ms ease;
  transition-delay: 0.4s;
}
.post_slider_three__active
  .swiper-wrapper
  .swiper-slide:is(.swiper-slide-active)
  .bytf_post_title,
.post_slider_three__active
  .swiper-wrapper
  .swiper-slide:is(.swiper-slide-active)
  .empath-cate-badge-4,
.post_slider_three__active
  .swiper-wrapper
  .swiper-slide:is(.swiper-slide-active)
  .bytf__postmeta {
  opacity: 1;
  transform: translateY(0px);
}
.post__slider-main-area .bytf__postmeta ul li,
.post__slider-main-area .bytf__postmeta ul li a {
  color: #fff;
}

.bytf-single-slider-wrapper-tr {
  display: flex;
}

.bytf-single-slider-wrapper-tr .slider-for {
  max-width: 773px;
  flex: 0 0 773px;
  margin-right: 30px;
}

.bytf-single-slider-wrapper-tr .slider-nav {
  max-width: 370px;
  flex: 0 0 370px;
  height: 570px;
  overflow: hidden;
  margin-top: -1px;
}
.slider-for .bytf__post-overlay-item .bytf__content h4 {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
}
.slider-nav .bytf__post-list-item-two.style__two.list__8 {
  border: none;
  margin-bottom: 0;
  padding-bottom: 28px;
}
.slider-nav .slick-list {
  padding: 0 !important;
}

.slider-nav .bytf__feature-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

.slider-nav .bytf__feature-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  opacity: 0.6;
}
.slider-nav .bytf__feature-image .playing {
  display: none;
}

.slider-nav .slick-current .bytf__feature-image .playing {
  display: block;
}

.slider-nav .slick-current .bytf__feature-image svg {
  display: none;
}

.slider-nav .bytf__feature-image .playing {
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  z-index: 1;
  border-radius: 30px;
  padding: 2px 0;
  width: 92px;
  text-align: center;
  text-transform: capitalize;
}
.style__agn .bytf__post-th-item .bytf__feature-image {
  max-width: 100px;
  flex: 0 0 100px;
  border-radius: 50%;
  margin-right: 20px;
}
.style__agn .post_slider_three__thumb .bytf__post-th-item .bytf_post_title {
  margin-top: 10px;
  margin-bottom: 5px;
}
.style__agn .bytf__post-th-item .bytf__feature-image img {
  height: 100px;
}

.style__agn .bytf__post-th-item .bytf__feature-image:after {
  display: none;
}

.style__agn .post_slider_three__thumb .bytf__post-th-item .bytf_post_title {
  margin-top: 10px;
  margin-bottom: 5px;
}

.style__agn .post_slider_three__thumb {
  border: none;
  padding-top: 0;
}

.style__agn .post__slider_twq-main {
  padding-top: 150px;
  padding-bottom: 320px;
  height: 655px;
}
.style__agn .post_slider_three__thumb:after {
  display: none;
}
.style__agn .slider__thub-wrapper .container {
  max-width: 1220px;
}
/* VIdeo Play Button */
.bytf-video-popup {
  background: var(--thm-primary);
  color: #fff;
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  margin-bottom: 25px;
  animation: squares 3.9s linear 0s infinite;
  -webkit-animation: playSlowAnimation 1800ms linear infinite;
  animation: playSlowAnimation 1800ms linear infinite;
}

@-webkit-keyframes playSlowAnimation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 24, 78, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 24, 78, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 24, 78, 0);
  }
}
@keyframes playSlowAnimation {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 24, 78, 0.6);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(255, 24, 78, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 24, 78, 0);
  }
}
.bytf-video-popup:hover {
  color: #fff;
  background: #000;
}
/* Post Tab */
.bytf__post-tab-item .post_count {
  font-size: 32px;
  color: #bababa;
  font-weight: 400;
  margin-right: 12px;
}
.bytf__post-tab-item .bytf__postmeta ul li,
.bytf__post-tab-item .bytf__postmeta ul li a {
  font-size: 12px;
  color: #585858;
}
.bytf__post-tab-item .bytf__feature-image {
  max-width: 75px;
  flex: 0 0 75px;
  margin-left: 15px;
}

.bytf__post-tab-item .bytf__feature-image img {
  height: 75px;
}

.bytf__post-tab-item .bytf__content {
  flex: 111;
}
.bytf__post-tab-item {
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
  margin-top: 20px;
}
.bytf__post-tab-item .bytf_post_title {
  margin-bottom: 4px;
}
.bytf__post-tab-wrapper .nav-link {
  padding: 0;
  background: transparent;
  color: #666;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}

.bytf__post-tab-wrapper .nav-link.active {
  color: #000;
  background: transparent;
}

.bytf__post-tab-wrapper .nav-pills {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0 !important;
}
.bytf__post-tab-item-two:not(:last-child) {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.bytf__post-tab-wrapper.style__two .nav-link.active {
  color: var(--thm-primary);
}

.bytf__post-tab-wrapper.style__two .nav-link {
  font-family: "NYTCheltenham";
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
  color: #585858;
}

.bytf__post-tab-wrapper.style__two ul.nav {
  border-bottom: 2px solid #ededed;
}

.bytf__post-tab-wrapper.style__two .nav-link.active:after {
  background: var(--thm-news);
  width: 100%;
  height: 2px;
  content: "";
  bottom: -2px;
  left: 0;
  position: absolute;
}
.bytf__post-tab-item-two .bytf__feature-image {
  border-radius: 2px;
}
.bytf__post-tab-wrapper.style__two .tab-content {
  margin-top: 20px;
}
.bytf__post-tab-item-two .bytf__postmeta-info-wrapper {
  justify-content: normal;
}

.bytf__post-tab-item-two .bytf__postmeta.meta__dark {
  margin-left: 15px;
}
/* Post Tiles */
.bytf__tiels-post-wrapper {
  border: 1px solid #d9d9d9;
  padding: 20px;
}

.grid__style-three.post_tile_large .bytf__feature-image img {
  height: 270px;
}
.post_tile_large-sm {
  border: 1px solid #d9d9d9;
  padding: 10px;
}

.post_tile_large-sm:not(:last-child) {
  margin-bottom: 15px;
}

.post_tile_large-sm .bytf__feature-image {
  max-width: 75px;
  flex: 0 0 75px;
}

.post_tile_large-sm .bytf__feature-image img {
  height: 75px;
}

.post_tile_large-sm .bytf__feature-image {
  margin-right: 10px;
}
.post_tile_large .bytf__feature-image {
  margin-bottom: 24px;
}
.bytf__post-grid-clm-item .empath-cate-badge-two {
  color: #c90301;
  margin-bottom: 0px;
}
/* Video Popup */
.bytf__video-poptp img {
  height: 268px !important;
  object-fit: cover;
  width: 100%;
  object-position: top;
}

.bytf__video-poptp {
  position: relative;
}
.bytf__video-poptp .pp__title {
  position: absolute;
  top: 34px;
  color: #fff;
  padding: 0 50px;
}

.bytf__video-poptp {
  text-align: center;
}

.bytf__video-poptp .video__popup-btn {
  background: #c90301;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  box-shadow: 2px 2px 0px #00000036;
}
.bytf__video-poptp-two {
  position: relative;
}

.bytf__video-poptp-two .video__popup-active {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 122px;
  text-align: center;
  height: 122px;
  border-radius: 50%;
  line-height: 122px;
  font-size: 25px;
  color: var(--thm-primary);
  transform: translateY(-50%) translateX(-50%);
}
/* Post List */
.bytf__post-list-item-two.style__thetn {
  overflow: hidden;
}
.bytf__post-list-item-two.style__7 .bytf__content {
  padding-right: 30px;
}
.bytf__post-list-item {
  border: 1px solid #d9d9d9;
  padding: 20px;
  background: #f2faff;
  padding-bottom: 13px;
}
.bytf__post-list-item-two.style__7 {
  padding: 0;
}
.bytf__post-list-item .bytf__feature-image {
  flex: 0 0 243px;
  max-width: 243px;
  margin-left: 20px;
}
.bytf__post-list-item.style__5.style__fivetten {
  background: #f4f4f4;
  border-radius: 5px;
  overflow: hidden;
}

.bytf__post-list-item.style__5.style__fivetten:not(:last-child) {
  margin-bottom: 30px;
}

.bytf__post-list-item.style__5.style__fivetten .bytf__content {
  padding: 0 30px;
}
/* Style Two */
.bytf__post-list-item-two {
  border: 1px solid #d9d9d9;
  padding: 10px;
}
.bytf__post-list-item-two.style__four:last-child {
  margin-bottom: 0;
}
.bytf__post-list-item-two:not(:last-child) {
  margin-bottom: 24px;
}
/* style three */
.bytf__post-list-item-two.style__two {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  padding: 0;
  padding-bottom: 30px;
}
.bytf__post-list-item-two.style__two:last-child {
  border: none;
  padding-bottom: 0;
}
.bytf__post-list-item-two.style__two.style__four.style__five {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
}
/* style Four */
.bytf__post-list-item-two.style__four {
  border: none;
  padding-bottom: 0;
  margin-bottom: 24px;
}
/* style five */
.bytf__post-list-item.style__5 {
  border: none;
  background: transparent;
  padding: 0;
}
.main-header-five .byt__bookmark svg path {
  stroke: #fff;
}
/* style six */
.bytf__post-list-item-two.style__two.style__six {
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.increase-padding .bytf__post-list-item-two.style__two.style__six {
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.bytf__post-list-item-two.style__two.list__8 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d1d1d1;
}
.bytf__post-list-item-two.style__two.list__8:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.bytf__post-list-nine .bytf__feature-image {
  max-width: 395px;
  flex: 0 0 395px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.bytf__post-list-item-two.style__two.list__8 .bytf__feature-image {
  border-radius: 4px;
}
.bytf__post-list-item-two.style__two.list__fourteen .bytf__feature-image {
  border-radius: 50%;
}
.bytf__post-list-nine .bytf__content {
  border: 1px solid #dddddd;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 59px 30px;
}
.bytf__post-list-item-elv .bytf__feature-image {
  max-width: 370px;
  flex: 0 0 370px;
  border-radius: 4px;
}
.bytf__post-list-item.style_twelv .count {
  position: absolute;
  right: 75px;
  background: var(--thm-primary);
  width: 24px;
  height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  top: 25px;
  border: 1px solid #fff;
  line-height: 22px;
}
.bytf__post-list-item-two.style__two.list__fourteen {
  padding-bottom: 15px;
}
/* list column */
.bytf__post-list-wrapper-column .bytf__post-list-item-two {
  margin-bottom: 24px;
}
/* Sticky Fixed Sidebar */
.elementor-column.sticky-sidebar {
  position: relative;
  align-items: flex-start;
}

.elementor-column.sticky-sidebar > div {
  position: -webkit-sticky;
  position: sticky;
  top: 12px;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  will-change: top;
}
/* Post Video Gallery */
.bytf__post__gallery-nav .bytf__post-overlay-item.slick-slide {
  margin-right: 5px;
  margin-left: 5px;
}
.post__gallery-video .bytf-video-popup {
  animation: initial;
}
.bytf__post__gallery-nav .slick-track {
  margin-left: -5px;
  margin-right: -5px;
}
.bytf__post__gallery-nav {
  margin-top: 10px;
}
.bytf__post__gallery-nav .bytf__post-overlay-item .bytf__content h4 {
  margin-bottom: 15px;
}
.bytf__post__gallery-for .bytf__content-iiner {
  max-width: 710px;
}
.bytf__post__gallery-for .bytf_post_title {
  margin-bottom: 30px;
}
.bytf__post__gallery-for .bytf__post-overlay-item .bytf__content {
  padding: 30px;
}
.bytf__post-overlay-item.style__four .bytf__content {
  padding: 50px 105px;
}
/* Cta Style */
.cta__main-content {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 30px 28px;
  z-index: 1;
}

.cta__main-wrapper {
  position: relative;
}
.cta__main-wrapper img {
  width: 100%;
}
.cta__main-wrapper:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  content: "";
  opacity: 0.44;
}

.cta__main-content .sub_title {
  font-size: 14px;
  margin-bottom: 10px;
}

.cta__main-content h2 {
  color: #fff;
  margin-bottom: 15px;
}

.cta__main-content span {
  color: #fff;
}
/* Date */
.bytf__post-list-item-two.style__7 .bytf__feature-image {
  position: relative;
}

.bytf__post-list-item-two.style__7 .date {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  text-align: center;
  font-size: 12px;
  padding: 14px 10px;
  color: #9e9e9e;
  line-height: normal;
}

.bytf__post-list-item-two.style__7 .date strong {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

/* Offcanvas Menu */

/* Offcanvas Menu */
.hamburger__menu {
  cursor: pointer;
}
.post__box-wrapper-of {
  padding: 50px;
  border-bottom: 1px solid #ffffff2e;
  margin-bottom: 50px;
}
.toggle-hidden-bar .icon {
  font-size: 32px;
  top: -3px;
  position: relative;
}

.hidden-bar {
  position: fixed;
  left: 0;
  top: 0px;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  max-width: 450px;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  background: #000000;
  -webkit-transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.hidden-bar::-webkit-scrollbar {
  width: 2px;
}
.hidden-bar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #cecece;
  border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 10px;
}
.hidden-bar::-webkit-scrollbar-thumb:hover {
  background: #7a7a7a;
}
.hidden-bar .inner-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.hidden-bar .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 30px 50px 25px;
  border-bottom: 1px solid #ffffff2e;
}
.hidden-bar .upper-box .close-btn {
  position: relative;
  top: -5px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.barfii__post-cate-wrapper.barfii__side-cate {
  padding: 30px;
}
.hidden-bar .upper-box .close-btn:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.hidden-bar .upper-box .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.hidden-bar .upper-box .nav-logo img {
  max-height: 40px;
}
.hidden-bar .text-box {
  position: relative;
  padding: 25px 30px 25px;
}
.post__box-wrapper-of .bookmark-trigger.bookmark-icon {
  background: #171515;
  color: #fff;
}
.hidden-bar .lowr__box {
  padding: 0 50px;
  padding-bottom: 50px;
}
.ct__info-wrapper ul li {
  color: #8c8c8c;
  font-size: 15px;
  line-height: 30px;
}
.lowr__box h3 {
  color: #fff;
  margin-bottom: 24px;
}
.ct__info-wrapper ul li strong {
  color: #fff;
}

/* offcanvas end */

.contact-list-two {
  position: relative;
  padding: 30px 30px 20px;
}
.contact-list-two li {
  position: relative;
  margin-bottom: 20px;
}
.contact-list-two li:last-child {
  margin-right: 0;
}
.contact-list-two li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: var(--theme-color1);
}
.contact-list-two li .contact-info-box a {
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-two li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.contact-list-two li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: var(--theme-color1);
  font-weight: 700;
  text-transform: uppercase;
}

.hidden-bar-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.active-hidden-bar .hidden-bar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.active-hidden-bar .hidden-bar-back-drop {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.hidden-bar .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #121418;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: auto;
}
.hidden-bar .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid #5b5b5f;
}
.hidden-bar .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}
.hidden-bar .social-links li a:hover {
  color: var(--theme-color2);
}

/* Style */
.rmp-icon--full-highlight {
  color: #ffbb0c;
}
.rmp-icon--half-highlight {
  background: linear-gradient(to right, #ffbb0c 50%, #ccc 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rmp-icon--full-highlight {
  margin-right: 5px;
}
/* Breaking News */

.breaking__news-wrapper {
  display: flex;
  align-items: center;
}

.breaking__news-wrapper span {
  background: #fff0f3;
  max-width: 110px;
  flex: 0 0 110px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 5px;
  position: relative;
  margin-right: 25px;
  color: var(--thm-primary);
  font-weight: 500;
}
.post__breaking-item .bytf_post_title {
  font-weight: 500;
}
.bytf_breaking_active {
  margin-left: 10px;
  position: relative;
}
.breaking__news-wrapper {
  height: 35px;
  overflow: hidden;
}
.breaking__news-wrapper span:after {
  position: absolute;
  content: "";
  right: -25px;
  top: 0;
  border-top: 36px solid #fff0f3;
  border-right: 25px solid transparent;
}

.bytf_breaking_active .slick-arrow {
  position: absolute;
  right: 2px;
  width: 25px;
  height: 25px;
  border: 1px solid #adadad;
  text-align: center;
  line-height: 25px;
  border-radius: 50px;
  z-index: 11;
  cursor: pointer;
}
.quick__tags-item a {
  border: 1px solid #adadad;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 10px;
  border-radius: 3px;
  transition: 0.3s;
  font-size: 12px;
}
.style__two .quick__tags-item a {
  border: 1px solid #929090;
  color: #929090;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 5px;
  font-family: var(--thm-heading-font);
  font-size: 14px;
}
.style__two .quick__tags-wrapper h5 {
  font-weight: 400;
  font-family: var(--thm-heading-font);
}
.quick__tags-item a:hover {
  background: var(--thm-primary);
  color: #fff;
  border-color: var(--thm-primary);
}

.quick__tags-item a:not(:last-child) {
  margin-right: 7px;
}

.quick__tags-wrapper {
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
}

.quick__tags-wrapper h5 {
  margin-right: 10px;
  font-size: 14px;
}
.style__two .breaking__news-wrapper span:after {
  display: none;
}

.style__two .breaking__news-wrapper span {
  font-size: 12px;
  padding: 5px 9px;
  font-weight: 600;
  border-radius: 5px;
  max-width: 100px;
  text-align: center;
  flex: 0 0 100px;
  margin-right: 5px;
}
.style__two .bytf_breaking_active .slick-arrow {
  border: 1px solid #000000;
  color: #000;
  font-weight: 500;
}
/* Post Format Icoin */
.bytf__feature-image {
  position: relative;
  overflow: hidden;
}

.post_frmt_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  font-size: 18px;
  color: #000;
}
.post__video__thumb {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
}
.post__slider-content {
  position: relative;
  z-index: 11;
}
/* AUthore */
.bytf__authore-wrapper {
  background: #fffaf3;
  display: flex;
  padding: 44px 45px;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid #e8e2e2;
  position: relative;
  flex-wrap: wrap;
  padding-bottom: 35px;
}
.bytf__author-profile {
  display: flex;
  align-items: flex-start;
  flex: 0 0 50%;
}

.bytf__author-profile .authore_thumb {
  flex: 0 0 120px;
  max-width: 120px;
  margin-right: 24px;
}

.bytf__author-profile .authore_thumb img {
  border-radius: 50%;
}

.authore__content-wrap h3 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.authore__content-wrap h3 span {
  color: #666666;
  font-size: 24px;
  font-weight: 400;
}

.authore__content-wrap p {
  color: #666666;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
}

.more-info {
  display: flex;
  justify-content: space-between;
}

.more-info .author-role {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0;
}

.more-info a {
  background: #eeeded;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
}

.bytf__author-profile:first-child {
  padding-right: 50px;
}

.bytf__author-profile:last-child {
  padding-left: 50px;
}
.bytf__postmeta ul li .bookmark-icon i {
  margin: 0;
}
.rmp-results-widget__avg-rating,
.rmp-results-widget__vote-count {
  font-weight: 500;
  color: #000;
}
/* Dark MOde */
[data-theme="dark"] body {
  background-color: #0c0f13 !important;
}
[data-theme="dark"] .bytf__post-wrapper.rating__post-wrapper,
[data-theme="dark"] .bytf__post-grid-item.style__five,
[data-theme="dark"]
  .elementor-3657
  .elementor-element.elementor-element-663c803,
[data-theme="dark"]
  .elementor-3657
  .elementor-element.elementor-element-7b9be8b
  > .elementor-widget-container,
[data-theme="dark"] .rating__post-row:after {
  border-color: #272d34;
}
[data-theme="dark"] .bytf__section-heading.heading__four:after,
[data-theme="dark"] .bytf__section-heading .btn_wraper a i {
  background: #272d34;
}
[data-theme="dark"] .hamburger_menu svg rect {
  fill: #fff;
}
[data-theme="dark"] .empath__breadcrumb-single {
  background: #12171e;
}
.icon-checkbox {
  display: none;
}
.dark__switch label {
  display: block;
}
[data-theme="dark"] .header__menu-wrapper,
[data-theme="dark"] .header__top-main-wrap,
[data-theme="dark"] .main-header-eight .header__top-wraper {
  background: #080c12;
}
[data-theme="dark"] .bytf__post-list-item.style__5 {
  background: transparent;
}
[data-theme="dark"] .dark-bg .bytf__post-grid-clm-item .bytf__content {
  background: #0c0f13;
}
[data-theme="dark"] .dark-bg .elementor-widget-container,
[data-theme="dark"] .newsletter__wrapper-main {
  background: #12171e !important;
}
[data-theme="dark"] .header__top-main-wrap {
  border-color: #404347;
}
[data-theme="dark"] .dark-bg.elementor-section,
[data-theme="dark"] .dark-bg,
[data-theme="dark"] .dark-bg .elementor-element-populated,
[data-theme="dark"] .widget_empath_recent_posts,
[data-theme="dark"] .bytf__post-list-item.style__5 {
  background-color: #12171e !important;
}
[data-theme="dark"] .testimonial__item p,
[data-theme="dark"] .testimonial__item .name {
  color: #a1a5ac;
}
[data-theme="dark"] .newsletter_box {
  border-color: #1c2129;
}
[data-theme="dark"] .byteflows_menu .byteflows_menu-nav > li > a,
[data-theme="dark"] .header__social-icon a,
[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6,
[data-theme="dark"] .bytf__section-heading .btn_wraper a,
[data-theme="dark"] .social__icon-wrapper .social__item-inner:hover p,
[data-theme="dark"] .social__icon-wrapper .social__item-inner:hover span,
[data-theme="dark"] .social__icon-wrapper .social__item-inner:hover i,
[data-theme="dark"] .bytf__post-tab-wrapper .nav-link.active,
[data-theme="dark"] button#empath-post-grid-loadmore-two,
[data-theme="dark"]
  .main-header-three
  .header__category-maenu
  .byteflows_category-nav
  li
  a,
[data-theme="dark"]
  .byteflows_menu
  .byteflows_menu-nav
  > li.menu-item-has-children
  > a:before,
[data-theme="dark"] .byteflows_menu .byteflows_menu-nav li .sub-menu > li > a,
[data-theme="dark"] .bytf__bookmark.bookmark__dark span,
[data-theme="dark"] .entry-content.empath__single-content p,
[data-theme="dark"] .entry-content.empath__single-content ul li,
[data-theme="dark"] blockquote cite,
[data-theme="dark"] .single__one_top .post_excerpt p,
[data-theme="dark"] .singe__post-meta .bytf__bookmark span,
[data-theme="dark"] .entry-content.empath__single-content p strong,
[data-theme="dark"] .empath__recent-ttx .bookmark-trigger,
[data-theme="dark"] .empath__recent-ttx .date,
[data-theme="dark"] .logged-in-as a,
[data-theme="dark"]
  .main-header-eight
  .byteflows_menu
  .byteflows_menu-nav
  li.menu-item-has-children
  .sub-menu
  a:before,
[data-theme="dark"]
  .main-header-seven
  .byteflows_menu
  .byteflows_menu-nav
  li.menu-item-has-children
  .sub-menu
  a:before,
[data-theme="dark"] .main-header-eight .date__crnt,
[data-theme="dark"]
  .main-header-eight
  .header__top-info.htop__left-info
  ul
  li
  a {
  color: #fff !important;
}
[data-theme="dark"] .bytf__post-list-wrapper.again__post-lst {
  border: 1px solid #4e5053;
}
[data-theme="dark"] .main-header-eight .header__control svg,
[data-theme="dark"] .main-header-eight .header__control svg path {
  fill: inherit;
}
[data-theme="dark"] .main-header-eight .login__user svg * {
  stroke: #fff;
}
[data-theme="dark"] .social__icon-wrapper .social__item-inner:hover {
  border-color: #fff;
}
[data-theme="dark"] .hamburger__menu svg rect {
  fill: #727272;
}

[data-theme="dark"] .header__control svg,
[data-theme="dark"] .header__control svg path {
  fill: #fff;
}

[data-theme="dark"] .search_popup.search__open-btn,
[data-theme="dark"] .byteflows_menu .byteflows_menu-nav li .sub-menu {
  background: #191f26;
}
[data-theme="dark"] .byteflows_logo .dark-logo {
  display: none;
}

[data-theme="dark"] .byteflows_logo .light-logo {
  display: block;
}
[data-theme="dark"] .bytf__post-wrapper.rating__post-wrapper,
[data-theme="dark"] .bytf__post-grid-clm-item .bytf__content,
[data-theme="dark"] .bytf__post-grid-item,
[data-theme="dark"] .bytf__category-content,
[data-theme="dark"] .testimonial__item,
[data-theme="dark"] .bytf__post-list-item,
[data-theme="dark"] .bytf__authore-wrapper,
[data-theme="dark"] .social__content-wrapper,
[data-theme="dark"] .main-header-three .header__menu-wrapper,
[data-theme="dark"] blockquote,
[data-theme="dark"] .grid__style-four,
[data-theme="dark"] .bytf__search-wrapper {
  background: #12171e;
}
[data-theme="dark"] .bytf__category-content .cate-link {
  background: #0a0d12;
  color: #fff;
}
[data-theme="dark"] .bytf__category-item:hover .cate-link {
  background: var(--thm-primary);
}
[data-theme="dark"] .bytf__content p,
[data-theme="dark"] .authore__content-wrap p,
[data-theme="dark"] .single__footer-wrapper .post_tags a,
[data-theme="dark"] .trsp-comment__int-text p,
[data-theme="dark"] .bytf__postmeta-two li.authore a,
[data-theme="dark"] .bytf__postmeta-two li,
[data-theme="dark"] .bytf__heading-five p,
[data-theme="dark"] .bytf__heading-five .btn_wraper a,
[data-theme="dark"] .add__title,
[data-theme="dark"] .newsletter__wrapper-three .ns_form p,
[data-theme="dark"] .bytf__post-tab-wrapper.style__two .nav-link {
  color: #a1a5ac !important;
}
[data-theme="dark"] .bytf__post-grid-clm-item.style__three .bytf__content {
  background: transparent;
}
[data-theme="dark"]
  .bytf__postmeta-info-wrapper-two
  .empath-cate-badge-six:hover,
[data-theme="dark"] .bytf__heading-five .btn_wraper a:hover,
[data-theme="dark"] .newsletter__wrapper-three .ns_form p a,
[data-theme="dark"] .bytf__quote_wrapper .quote-authore {
  color: #fff !important;
}
[data-theme="dark"] .bytf__post-tab-item-two:not(:last-child),
[data-theme="dark"] .darkborder .elementor-widget-container,
[data-theme="dark"] .bytf__post-list-item-two.style__two.list__8,
[data-theme="dark"] .darkborder .elementor-divider-separator,
[data-theme="dark"] .bytf__post-list-nine .bytf__content,
[data-theme="dark"] .bytf__post-tab-wrapper.style__two ul.nav {
  border-color: #5f6369 !important;
}
[data-theme="dark"] .bytf__postmeta.meta__dark ul li,
[data-theme="dark"] .bytf__postmeta.meta__dark ul li a,
[data-theme="dark"] .empath-cate-badge-six,
[data-theme="dark"] .bytf__quote_wrapper p {
  color: #a1a5ac !important;
}
[data-theme="dark"] .bytf__post-wrapper.rating__post-wrapper:after {
  background-color: #272d34;
}
[data-theme="dark"] .header__adds .light {
  display: none;
}
.header__adds .dark {
  display: none;
}
[data-theme="dark"] .header__adds .dark {
  display: block;
}
[data-theme="dark"] .quick__tags-wrapper h5 {
  color: #9e9e9e;
}
[data-theme="dark"] .quick__tags-item a {
  border-color: #9e9e9e;
}
[data-theme="dark"] .quick__tags-item a,
[data-theme="dark"] .newsletter__wrapper-two p {
  color: #9e9e9e;
}
[data-theme="dark"] .quick__tags-item a:hover {
  border-color: var(--thm-primary);
  color: #fff;
}
[data-theme="dark"] .breaking__news-wrapper span {
  background: #131920;
}
[data-theme="dark"] .breaking__news-wrapper span:after {
  border-top: 36px solid #131920;
}
[data-theme="dark"] .bytf__section-heading .btn_wraper a,
[data-theme="dark"] .empath__bacrumb-inner ul li,
[data-theme="dark"] .empath__bacrumb-inner ul li a,
[data-theme="dark"] .main-header-seven .header__top-info .quick-link,
[data-theme="dark"]
  .main-header-seven
  .header__top-info.htop__left-info
  ul
  li
  a,
[data-theme="dark"] .main-header-seven .date_h {
  color: #fff !important;
}
[data-theme="dark"] .bytf__section-heading,
[data-theme="dark"] .newsletter_box p,
[data-theme="dark"] .grid__style-three:not(:last-child),
[data-theme="dark"] .bytf__post-grid-clm-item-two,
[data-theme="dark"] .bytf__post-tab-item,
[data-theme="dark"] .bytf__tiels-post-wrapper,
[data-theme="dark"] .post_tile_large-sm,
[data-theme="dark"] .bytf__post-list-item,
[data-theme="dark"] .bytf__post-list-item-two,
[data-theme="dark"] .bytf__authore-wrapper,
[data-theme="dark"] .with-border .col-lg-3.col-xl-3.col-md-6:not(:last-child),
[data-theme="dark"] button#empath-post-grid-loadmore-two {
  border-color: #4e5053;
}

[data-theme="dark"] .bytf__post-list-item-two,
[data-theme="dark"] .elementor-element-populated {
  border-color: #4e5053 !important;
}
[data-theme="dark"] .dark-borader .elementor-widget-container,
[data-theme="dark"] .dark-borader .elementor-divider-separator,
[data-theme="dark"] .dark-borader.elementor-element {
  border-color: #4e5053 !important;
}
[data-theme="dark"] .social__icon-wrapper .social__item-inner {
  border-color: #5f6369;
}
[data-theme="dark"] .social__item .social_content p,
[data-theme="dark"] .social__content-wrapper .social__info p {
  color: #9b9b9b;
}
[data-theme="dark"] .bytf__post-grid-item.grid__style-two {
  background: transparent !important;
}
[data-theme="dark"] .main-header-two .header__top-main-wrap {
  background: #000 !important;
}
[data-theme="dark"] .dark-text .elementor-heading-title,
[data-theme="dark"] .dark-text p {
  color: #fff !important;
}
[data-theme="dark"] .dark-text .elementor-widget-container span {
  color: #fff !important;
}
[data-theme="dark"] .team__content {
  background: #11151e;
}
[data-theme="dark"] .main-header-five .header__menu-wrapper {
  background: #0a0a0a;
}
[data-theme="dark"] .empath__breadcrumb-wrapper {
  background: #11151e;
  background-image: none !important;
}

[data-theme="dark"] .main-header-seven .header__top-wraper {
  background: #131920;
}

[data-theme="dark"] .main-header-seven .header__menu-wrapper,
[data-theme="dark"] .header__top-main-wrap,
[data-theme="dark"] .newsletter__wrapper-three,
[data-theme="dark"] .bytf__quote_wrapper {
  background: #131920;
}
[data-theme="dark"] .newsletter__wrapper-three .mc4wp-form-fields {
  border: 1px solid #0c0f13;
}
[data-theme="dark"] .newsletter__wrapper-three input[type="email"] {
  background: #0c0f13;
}
[data-theme="dark"] .dark-bg-two {
  background: #0c0f13 !important ;
}
[data-theme="dark"] .main-header-seven .header__top-wraper {
  border-color: #272d34;
}
[data-theme="dark"] .main-header-seven .header__top-wraper,
[data-theme="dark"] .empath-cate-badge-six {
  border-color: #5f6369;
}
[data-theme="dark"] .hamburger__menu .bar {
  background: #fff;
}
[data-theme="dark"] .main-header-seven .search_popup.search__open-btn {
  background: transparent;
}

[data-theme="dark"] .main-header-seven .search_popup.search__open-btn svg path {
  stroke: #fff;
}
/*  */

/* Hide the default checkbox */
#dark-mode-toggle {
  display: none;
}

/* Label styling */
#dark-mode-toggle:checked + .toggle-label .sun {
  opacity: 0;
  display: none;
}

#dark-mode-toggle:checked + .toggle-label .moon {
  opacity: 1;
  display: block;
}

.toggle-label .icon {
  transition: opacity 0.3s;
  margin-left: 0;
  cursor: pointer;
}

.toggle-label .sun {
  opacity: 1;
  display: block;
}

.toggle-label .moon {
  opacity: 0;
  display: none;
}
.close-btn i {
  font-weight: 200;
}
/* Post Hover Efferct */
.bytf__feature-image img,
.bytf__category-item .bytf__category-img img {
  -webkit-transform: scale(1.05) translateX(0);
  -ms-transform: scale(1.05) translateX(0);
  transform: scale(1.05) translateX(0);
  -webkit-transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.bytf__feature-image:hover img,
.bytf__category-item:hover .bytf__category-img img {
  -webkit-transform: scale(1.05) translateX(2%);
  -ms-transform: scale(1.05) translateX(2%);
  transform: scale(1.06) translateX(3%);
}
.bytf_post_title a {
  -webkit-transition: background-size 0.2s cubic-bezier(0.32, 0.74, 0.57, 1);
  transition: background-size 0.2s cubic-bezier(0.32, 0.74, 0.57, 1);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--thm-primary, var(--thm-primary))),
    to(var(--thm-primary, var(--thm-primary)))
  );
  background-image: linear-gradient(var(--thm-primary), var(--thm-primary));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 0%;
  display: inline;
  display: inline;
}

.bytf_post_title a:hover {
  background-size: 100% 15%;
}

@keyframes spliteline {
  0% {
    background-size: 0% 1px;
    -webkit-background-size: 0% 1px;
  }

  50% {
    background-size: 100% 1px;
    -webkit-background-size: 100% 1px;
    background-position: bottom left;
  }

  51% {
    background-size: 100% 1px;
    -webkit-background-size: 100% 1px;
    background-position: bottom right;
  }

  100% {
    background-size: 0% 1px;
    -webkit-background-size: 0% 1px;
    background-position: bottom right;
  }
}

@-webkit-keyframes spliteline {
  0% {
    background-size: 0% 1px;
    -webkit-background-size: 0% 1px;
  }

  50% {
    background-size: 100% 1px;
    -webkit-background-size: 100% 1px;
    background-position: bottom left;
  }

  51% {
    background-size: 100% 1px;
    -webkit-background-size: 100% 1px;
    background-position: bottom right;
  }

  100% {
    background-size: 0% 1px;
    -webkit-background-size: 0% 1px;
    background-position: bottom right;
  }
}
/* Contact */
.empathct-form input[type="text"],
.empathct-form input[type="email"],
.empathct-form input[type="url"],
.empathct-form input[type="tel"],
.empathct-form textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 15px 14px;
  border-radius: 4px;
  margin-bottom: 24px;
}

.empathct-form span {
  width: 100%;
}
.empathct-form .wpcf7-spinner {
  width: auto;
}
.empathct-form textarea {
  height: 180px;
  resize: vertical;
}
.empathct-form input[type="submit"],
.wppb-user-forms input[type="submit"] {
  background: var(--thm-primary);
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 25px;
  border-radius: 4px;
}
.wppb-user-forms .login-submit {
  padding-bottom: 0 !important;
  margin-top: 15px !important;
}
figure.wp-block-image.size-large {
  margin-bottom: 30px;
}
/* Breadcrumb */
.empath__breadcrumb-single {
  background: #fffbfc;
  padding: 20px 0;
}
.empath__breadcrumb-wrapper {
  /* background: #DBDBDB; */
  padding: 100px 0;
}
.empath__blog-wrapper .container-fluid {
  max-width: 1840px;
  margin: 0 auto;
}
.empath__bacrumb-inner input {
  background: #f4f4f4;
  border: 1px solid #dbdbdb;
  padding: 14px 25px;
  border-radius: 5px;
  width: 650px;
}

.empath__bacrumb-inner button {
  background: var(--thm-primary);
  color: #fff;
  border: none;
  padding: 15px 35px;
  border-radius: 5px;
  margin-left: -15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.empath__bacrumb-inner .search-widget {
  text-align: center;
  margin-top: 30px;
}

.empath__breadcrumb-wrapper {
  text-align: center;
}
.empath__breadcrumb-wrapper .bar__title h2 {
  font-size: 40px;
}
.empath__bacrumb-inner ul li {
  display: inline-block;
  font-size: 18px;
  position: relative;
  margin-right: 28px;
  color: #000;
  font-size: 15px;
}
.empath__bacrumb-inner ul li:after {
  top: 6px;
  right: -14px;
  content: "\f105";
  position: absolute;
  line-height: normal;
  font-family: "Font Awesome 5 Pro";
}
.empath__bacrumb-inner ul li:last-child:after {
  display: none;
}
.empath__bacrumb-inner ul li a {
  color: #6c6c6c;
}
.internal__pading {
  padding: 80px 0;
}

.empath__bacrumb-inner ul li:last-child {
  margin-right: 0;
}

.empath__breadcrumb-wrapper .bar__title {
  margin-top: 20px;
}
/* Search Page */
.bytf__post-grid-clm-item.search__page-post-item {
  margin-bottom: 30px;
}
/* 404 Page */
.error_btn a.thm__btn {
  padding: 15px 20px;
  border-radius: 5px;
}
.error-img {
  margin-bottom: 65px;
}

.error-text-btn h2 {
  margin-bottom: 30px;
  font-size: 40px;
}

.error-text-btn {
  max-width: 620px;
  margin: 0 auto;
}

.error_btn {
  margin-top: 40px;
}
/* Authore */
.author .empath__breadcrumb-wrapper {
  display: none;
}
.empath__breadcrumb-wrapper.authore_br {
  display: block;
}
.empath__author_bio__Wrapper {
  display: flex;
  text-align: left;
  align-items: center;
}

.empath__author_bio__Wrapper .author-thumb img {
  overflow: hidden;
  border-radius: 50%;
}

.empath__author_bio__Wrapper .author-thumb {
  padding-right: 20px;
}

.theme_author_Info {
  max-width: 750px;
}

.auth__total_post.text-center {
  margin-left: auto;
}

.theme_author_Info h4 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

h6.theme_author_Title {
  display: none;
}

p.theme_author__Description {
  margin-bottom: 30px;
}

.theme_author_socials_icon a {
  padding-right: 15px;
  color: #000000;
}
.authore_br .empath__bacrumb-inner {
  text-align: left;
  margin-bottom: 50px;
}

.authore_br .empath__bacrumb-inner ul li {
  display: inline-block;
}
/* Pagination */
.empath-pagination ul li a,
.empath-pagination ul li .current {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  line-height: 40px;
  margin: 0 5px;
  border-radius: 5px;
  transition: 0.3s;
}
.empath-pagination ul li .current,
.empath-pagination ul li a:hover {
  border-color: var(--thm-primary);
  color: #fff;
  background-color: var(--thm-primary);
}
.empath-pagination {
  margin-top: 20px;
}
.auth__total_post.text-center {
  border: 1px solid #515050;
  width: 106px;
  height: 106px;
  line-height: 106px;
  border-radius: 50%;
}
.auth__total_post-inner h2,
.auth__total_post-inner p {
  line-height: normal;
}
.auth__total_post-inner {
  padding-top: 15px;
}
/* Single Post 1 */

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr) [7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr) [8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr) [9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.single__top-wrapper {
  display: flex;
  align-items: center;
  /* margin-bottom: 35px; */
}

.share-wrap .share-title {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  color: #000;
}
.post__thumb-single iframe {
  width: 100%;
}
.single__one_top {
  max-width: 950px;
}
.single__one_top .post_excerpt p {
  font-size: 18px;
  line-height: 28px;
}
.single__top-social {
  margin-left: auto;
}
.single__one_top .single_title h1 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 55px;
}
.post__single-gallery-wrapper {
  margin-bottom: 30px;
}
.single__top-wrapper-two .single__one_top .bytf__postmeta.meta__dark ul li,
.single__top-wrapper-two .single_title h1,
.single__top-wrapper-two .single__one_top .bytf__postmeta.meta__dark ul li a,
.single__top-wrapper-two .singe__post-meta .bytf__bookmark span,
.single__top-wrapper-two .single__one_top .post_excerpt p,
.single__top-wrapper-two .share-wrap .share-title {
  color: #fff;
}
.single__one_top .singe__post-meta {
  margin-bottom: 25px;
}

.single__one_top .bytf__postmeta.meta__dark ul li,
.single__one_top .bytf__postmeta.meta__dark ul li a {
  font-size: 14px;
  color: #585858;
}

.single__one_top .bytf__postmeta ul li:not(:last-child) {
  margin-right: 30px;
}
.entry-content.empath__single-content p {
  font-size: 18px;
  line-height: 30px;
}

.entry-content.empath__single-content p strong {
  color: #000;
  font-weight: 700;
}

.entry-content.empath__single-content p {
  margin-bottom: 30px;
}

.entry-content.empath__single-content h1,
.entry-content.empath__single-content h2,
.entry-content.empath__single-content h3,
.entry-content.empath__single-content h4,
.entry-content.empath__single-content h5,
.entry-content.empath__single-content h6 {
  margin-bottom: 24px;
}
.post__thumb-single img {
  width: 100%;
  height: 450px;
  border-radius: 5px;
  object-fit: cover;
}
.post__thumb-single img {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  object-fit: cover;
}

.post__thumb-single {
  margin-bottom: 30px;
}
.single__top-social .share-wrap a,
.empath-print-btn {
  border: 1px solid var(--thm-primary);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
  margin-left: 5px;
  transition: 0.3s;
  font-size: 15px;
  cursor: pointer;
  color: var(--thm-primary);
}
.single__top-social .share-wrap .fb {
  border-color: #1877f2;
  color: #1877f2;
}

.single__top-social .share-wrap .fb:hover {
  background: #1877f2;
}

.single__top-social .share-wrap .tw {
  border-color: #1da1f2;
  color: #1da1f2;
}

.single__top-social .share-wrap .tw:hover {
  background: #1da1f2;
}

.single__top-social .share-wrap a:hover,
.single__top-social .share-wrap .empath-print-btn:hover {
  color: #fff;
  background: var(--thm-primary);
}

.single__top-social .share-wrap .wh:hover {
  background: #25d366;
}

.single__top-social .share-wrap .wh {
  border-color: #25d366;
  color: #25d366;
}

.single__top-social .share-wrap .pt {
  border-color: #e60023;
  color: #e60023;
}

.single__top-social .share-wrap .pt:hover {
  background: #e60023;
}
.entry-content.empath__single-content ul li {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 22px;
  line-height: 30px;
}

.entry-content.empath__single-content ul li:after {
  content: "\f058";
  color: var(--thm-primary);
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
}

.entry-content.empath__single-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.entry-content.empath__single-content h4 a {
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  transition: 0.4s;
}
.entry-content.empath__single-content h4 a:hover {
  color: var(--thm-primary);
}
.entry-content.empath__single-content h4 a:after {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
}
.singe__post-meta .bytf__bookmark span {
  color: #585858;
}
li.view-wrapper {
  display: flex;
  align-items: center;
}

li.view-wrapper svg {
  margin-right: 5px;
}

span.view-ct {
  line-height: normal;
}
blockquote {
  background: #f9f9f9;
  padding: 40px 35px;
  border: 1px dashed #0000001f;
  border-radius: 5px;
  text-align: center;
  position: relative;
}

blockquote p {
  color: #000000;
  font-size: 24px !important;
  line-height: 35px !important;
  font-weight: 500;
  font-family: var(--thm-heading-font);
}
blockquote cite {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: inline-block !important;
}

blockquote cite:after {
  content: "";
  background: var(--thm-primary);
  width: 50px;
  height: 3px;
  position: absolute;
  left: -60px;
  top: 10px;
}
blockquote:after {
  content: url(../img/quote.svg);
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  color: #0000000a;
  font-size: 176px;
  font-weight: 100;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.entry-content.empath__single-content ul {
  margin-bottom: 30px;
}

.entry-content.empath__single-content iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  border-radius: 10px;
}
.wp-block-embed__wrapper {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%; /* 9 / 16 * 100 */
}

.entry-content.empath__single-content .rmp-rating-widget__icons-list li:after {
  display: none;
}
.rmp-results-widget__visual-rating i {
  font-size: 15px;
}
.entry-content.empath__single-content .rmp-rating-widget__icons-list li {
  padding-left: 0;
  padding: 0 5px;
}
.bytf__post-grid-rating-item-two .rmp-results-widget {
  margin-left: 14px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  border: 1px solid #dddcdc;
  padding: 14px 18px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 24px;
  transition: 0.3s;
  background: transparent;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus,
.comment-form textarea:focus-visible {
  border: 1px solid var(--thm-primary);
  outline: none;
}
.comment-form textarea {
  height: 228px;
  margin-bottom: 15px;
}
.comment-form input[type="submit"] {
  background: var(--thm-primary);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
  transition: 0.3s;
}
.comment-form input[type="submit"]:hover,
.footer__new.newsletter_footer button:hover {
  background: #212529;
}
.footer__new.newsletter_footer button:hover {
  color: #fff;
}
p.comment-form-cookies-consent {
  margin-bottom: 15px;
}
/* COmment */
.empath-comment-img img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  border-radius: 50px;
}

.empath-comment-img {
  max-width: 60px;
  flex: 0 0 60px;
  margin-right: 10px;
}

.post-comments .comment {
  border-bottom: 1px dashed #92929282;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.cmt-name {
  color: #000;
}
span.cmt-date {
  font-size: 14px;
}

.trsp-comment__int-text p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

.comment-reply-link {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  background: #fff0f3;
  padding: 2px 14px;
  display: inline-block;
  border-radius: 5px;
  transition: 0.3s;
}
.comment-reply-link:hover {
  background: var(--thm-primary);
  color: #fff;
}
.post-comments .title-ct {
  margin-bottom: 30px;
}
.cmt-reply {
  top: 0;
  right: 0;
}
.post-comments .children li {
  border: none;
  padding: 0;
}

.post-comments .children {
  padding-left: 70px;
}
.post-comments .comment {
  position: relative;
}
.comment-reply-title {
  margin-bottom: 15px;
}

p.logged-in-as,
.comment-notes {
  margin-bottom: 25px;
}
.single__footer-wrapper .post_tags {
  display: flex;
  align-items: center;
}

.single__footer-wrapper .post_tags h5,
.single__footer-wrapper .post_tags a {
  line-height: normal;
}

.single__footer-wrapper .post_tags h5 {
  margin-right: 0;
  margin-top: -2px;
}

.single__footer-wrapper .post_tags a {
  font-size: 15px;
  padding-left: 5px;
  color: #666;
}

.single__footer-wrapper {
  border: 1px dashed #bababa;
  max-width: 780px;
  margin: 0 auto;
  padding: 28px 30px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single__footer-wrapper span.share-title {
  display: none;
}
#cancel-comment-reply-link {
  font-size: 18px;
  margin-left: 10px;
}
.navi__post-main-item {
  display: flex;
  align-items: center;
}

.navi__post-main-item .post-image {
  width: 50px;
  margin-right: 15px;
}

.next-posts .navi__post-main-item .post-image {
  margin-right: 0;
  margin-left: 15px;
}

.navi__post-main-item .post-image img {
  border-radius: 50px;
}

.next-posts .navi__post-main-item .post__content {
  text-align: right;
}

.single__navigation-wrapper {
  border-top: 1px solid #92929285;
  border-bottom: 1px solid #92929285;
  padding: 40px 0;
  margin-bottom: 40px;
}

.single__footer-wrapper {
  margin-bottom: 40px;
}

span.np-btn {
  color: #8f8e8e;
  font-size: 14px;
  margin-bottom: 5px;
}
.bytf__single-post-wrapper {
  /* padding-top: 40px; */
  padding-bottom: 80px;
}
/* Single Post Five */
.single__top-wrapper.style__five-wrapper.single__top-wrapper-two {
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
  padding-top: 250px;
}
.singl__styel-six .post__thumb-single img {
  height: 600px;
}
/* Gallery */
a.post__gall-item {
  max-width: 330px;
  padding: 0 10px;
}
.bytf__post__gallery-nav .bytf__post-overlay-item {
  cursor: pointer;
}
.post__single-gallery-wrapper {
  overflow: hidden;
}
a.post__gall-item img {
  height: 430px;
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
}
/* Single Two */

.no-padding {
  padding: 0;
}
.single__top-wrapper.single__top-wrapper-two {
  padding-top: 335px;
  padding-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  position: relative;
}
.single__top-wrapper.single__top-wrapper-two:after {
  background: -webkit-linear-gradient(
    bottom,
    #191c20 0,
    #191c206e calc(100% - 150px),
    #191c2000 100%
  );
  background: linear-gradient(
    to top,
    #000000 0,
    #191c206e calc(100% - 150px),
    #191c2000 100%
  );
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  z-index: -1;
}

.single__top-wrapper-two .single__top-wrapper {
  margin-bottom: 0;
}
/* Widget style*/
.empath__recent-img {
  max-width: 90px;
  flex: 0 0 90px;
  margin-right: 15px;
}

.empath__recent-img img {
  height: 90px;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
}
.empath__recent-ttx h4 {
  margin-bottom: 10px;
  font-weight: 600;
}
.empath__recent-ttx .date {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.empath__recent-ttx .bookmark-trigger {
  color: #000;
}
.empath__recent-post:not(:last-child) {
  margin-bottom: 24px;
}
.widget_empath_recent_posts {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px 5px 5px 5px;
  background: #fff;
  padding: 50px 40px;
}
.empath__sidebar-item:not(:last-child) {
  margin-bottom: 40px;
}
.empath__sidebar-item .widget-title {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.empath__recent-post .post__meta-w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Blog Main */
.empath__blog-item-main .empath__blog-thumb {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}
.empath__blog-item-main .empath__blog-content h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 25px;
}
.empath__blog-item-main {
  padding-bottom: 50px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 50px;
}
.empath__blog-item-main .bytf__postmeta {
  margin-top: 30px;
}
.empath__blog-item-main .bytf__postmeta.meta__dark ul li,
.empath__blog-item-main .bytf__postmeta.meta__dark ul li a,
.empath__blog-item-main .bytf__bookmark span {
  color: #585858;
}
.empath__blog-item-main .ml-auto {
  margin-left: auto;
}
/* Team */
.team__content {
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  padding: 24px;
}
.tm__social-item li {
  display: inline-block;
}

.tm__social-item li:not(:first-child) {
  padding-left: 15px;
}
.team__content h3 {
  margin-bottom: 10px;
}

.team__content .tm_design {
  color: #666666;
  font-weight: 500;
}
.tm__social-item li a {
  font-size: 16px;
}
.empath__pergress_wrap .progress-bar {
  height: 10px;
  background: var(--thm-primary);
}

.empath__pergress_wrap .progress {
  height: 10px;
  border-radius: 20px;
}

.empath__pergress_wrap h4 {
  margin-bottom: 10px;
}
/* Category Style */
.bytf__post-grid-clm-item.style__three.cat__style-two .bytf__feature-image img {
  height: 170px;
}

.cat__style-two .bytf__content .bytf_post_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.bytf__post-grid-clm-item.cat__style-two.style__three {
  margin-bottom: 30px;
}
.bytf__post-grid-clm-item.style__three.cate__style-three
  .bytf__feature-image
  img {
  height: 180px;
}

.bytf__post-grid-clm-item.style__three.cate__style-three .bytf__feature-image {
  border-radius: 0;
}

.bytf__post-grid-clm-item.style__three.cate__style-three .bytf_post_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 15px;
}

.bytf__post-grid-clm-item.cate__style-three.style__three {
  margin-bottom: 30px;
}
/* Bookmark Not Founr */
.bookmark__no i {
  font-size: 110px;
  margin-bottom: 20px;
}

.bookmark__no h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.bookmark__no .thm__btn {
  margin-top: 20px;
}
/* Login & Registration */
.wppb-user-forms {
  border: 1px solid #eeecec;
  max-width: 600px;
  padding: 50px;
  margin: 0 auto;
  border-radius: 5px;
}
.wppb-user-forms .wppb-form-field {
  padding-bottom: 0 !important;
}
.wppb-form-field label {
  display: block;
  float: none !important;
  width: 100% !important;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}
.wppb-user-forms input[type="text"],
.wppb-user-forms input[type="number"],
.wppb-user-forms input[type="email"],
.wppb-user-forms input[type="url"],
.wppb-user-forms input[type="password"],
.wppb-user-forms input[type="search"],
.wppb-user-forms textarea {
  width: 100% !important;
  border: 1px solid #e6e6e6 !important;
  padding: 15px 14px !important;
  border-radius: 4px !important;
  margin-bottom: 24px !important;
}
/* Post Widgets */
.widget_search input {
  border: 1px solid #d3d3d3;
  width: 100%;
  border-radius: 5px;
  padding: 12px 15px;
  background: #fff;
  margin-bottom: 15px;
  margin-bottom: 0;
}

.widget_search {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px 5px 5px 5px;
  padding: 20px;
}

.widget_search button {
  background: var(--thm-primary);
  border: none;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.empath__siderbar-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 12px;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  will-change: top;
}
/* Back to Top */
.back-top-btn {
  position: fixed;
  background: var(--thm-primary);
  width: 50px;
  height: 50px;
  right: 100px;
  bottom: 100px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  border-radius: 2px;
  cursor: pointer;
  z-index: 11;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
  font-size: 18px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.back-top-btn.active {
  top: 90%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.back-top-btn:hover {
  background: var(--thm-primary);
  box-shadow: 0 4px 15px var(--thm-primary);
  color: #fff;
}

/* Search */

/*----------------------------------------*/
/*  Search Css
/*----------------------------------------*/
.bytf__search-content-wrapper {
  position: relative;
  display: flex;
  padding-top: 80px;
  justify-content: center;
}
.bytf__search-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 560px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  transition:
    all 0.5s ease-in-out 0s,
    visibility 0.5s ease-in-out;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.bytf__search-wrapper::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.bytf__search-wrapper.opened {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.bytf__search-close {
  position: absolute;
  top: 35px;
  right: 35px;
}
@media only screen and (max-width: 767px) {
  .bytf__search-close {
    right: 20px;
    top: 20px;
  }
}
.bytf__search-close-btn {
  position: relative;
  height: 50px;
  width: 50px;
  z-index: 2;
  line-height: 1;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: transparent;
  color: var(--tp-heading-prilmary);
  border: 1px solid rgba(22, 22, 19, 0.1);
}
.bytf__search-close-btn svg {
  height: 12px;
  width: 12px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.bytf__search-close-btn:hover svg {
  transform: rotate(45deg);
}

.bytf__search-content input {
  font-size: 17px;
  font-weight: 400;
  height: 50px;
  padding: 0 48px;
  border-radius: 8px;
  letter-spacing: -0.17px;
  border: 1px solid #e6e8f0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--tp-heading-primary);
  background: var(--tp-common-white);
  box-shadow: 0px 1px 2px 0px rgba(164, 172, 185, 0.25);
  width: 100%;
}
.bytf__search-content input:focus ~ button {
  color: var(--tp-heading-primary);
}
.bytf-search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
  border: none;
  background: transparent;
}
.search__fw {
  position: relative;
}
.bytf__search-content input:focus {
  border-color: rgb(255 24 78 / 45%);
  box-shadow:
    0px 1px 2px 0px rgba(65, 95, 251, 0.06),
    0px 4px 10px 0px rgba(65, 95, 251, 0.06),
    0px 0px 0px 3px rgb(255 24 78 / 20%);
}
.bytf__search-content input:focus:hover {
  background: transparent;
}
.bytf__search-content input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a8aaad;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
}
.bytf__search-content input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a8aaad;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
}
.bytf__search-content input:-moz-placeholder {
  color: #a8aaad;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
}
.bytf__search-content input:-ms-input-placeholder {
  color: #a8aaad;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
}

.bytf__search-content input::placeholder {
  color: #a8aaad;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.17px;
}
.bytf__body-overlay {
  background-color: #000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.bytf__body-overlay:hover {
  cursor: url(../img/remove.svg), pointer;
}
.bytf__body-overlay.opened {
  opacity: 0.6;
  visibility: visible;
}
.empath__recent-img a {
  display: block;
}
/* Post Hero */
.post__hero-item .bytf__feature-image img {
  height: 460px;
  object-position: top;
}
.post__hero-item .empath-cate-badge-six.elementor-common-cate,
.light__meta .empath-cate-badge-six.elementor-common-cate {
  color: #bbbbbb;
}
.post__hero-item .bytf__content {
  max-width: 370px;
  flex: 0 0 370px;
}
.post__hero-item .bytf__feature-image {
  max-width: 400px;
  flex: 0 0 400px;
}
.post__hero-item {
  border-radius: 5px;
  background: #161616;
  overflow: hidden;
}
.post__hero-item .bytf__content {
  padding: 0 30px;
}
.post__hero-item .bytf__content p {
  color: #a5a5a5;
}
.post__hero-item .authore span {
  font-weight: 300;
  color: #bbbbbb;
}
.bytf_post_title .quote {
  font-size: 15px;
  font-weight: 300;
}
.post__hero-item .bytf__postmeta ul li.authore {
  font-weight: 500;
}

.post__hero-item .bytf__postmeta ul li {
  color: #bbbbbb;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  font-size: 12px;
}

.post__hero-item .bytf__postmeta ul li:not(:last-child):after {
  content: "";
  background: #626262;
  position: absolute;
  right: -12px;
  height: 12px;
  width: 1px;
  top: 7px;
}

.post__hero-item .bytf__postmeta-info-wrapper {
  justify-content: normal;
}

.post__hero-item .bytf__postmeta-info-wrapper ul {
  padding-left: 15px;
}
.bytf__post-overlay-item.style__five.moving__post {
  display: inline-block;
  width: 370px;
  margin: 0 15px;
}
/* Post Moving */
.post-ov-sroller {
  display: flow-root;
}
.moving__post .bytf__content:after {
  background: -webkit-linear-gradient(
    to top,
    #000000e8 0,
    #191c2075 calc(100% - 30px),
    #191c2008 100%
  );
  background: linear-gradient(
    to top,
    #000000 0,
    #191c20c2 calc(100% - 68px),
    #191c2000 100%
  );
}
.bytf__post-overlay-item.moving__post .bytf__content {
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  bottom: -100px;
}
.bytf__post-overlay-item.moving__post .bytf__content {
  padding: 40px 30px;
}
.bytf__post-overlay-item.moving__post:hover .bytf__content {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.moving__post .bytf__content:after {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.moving__post:hover .bytf__content:after {
  visibility: visible;
  opacity: 1;
}
/* Resposive */
@media (min-width: 1800px),
  only screen and (min-width: 1600px) and (max-width: 1799px),
  only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  ::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--thm-primary);
    border-radius: 30px;
  }
}
@media (max-width: 1399px) {
  .bytf__post-grid-clm-item .bytf__feature-image img {
    height: 295px;
  }
  .bytf__post-grid-clm-item .bytf_post_title {
    font-size: 20px;
    line-height: 30px;
  }
  .post__slider-main-wrapper .slider__thumbs {
    right: 120px;
  }
  .post__slider_item-wrapper .post__slider-content .bytf_post_title {
    font-size: 40px;
    line-height: 50px;
  }
  .single__top-wrapper {
    flex-wrap: wrap;
  }
  .single__top-social {
    margin-left: 0;
    margin-top: 30px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1320px;
  }
  .main-header-two .byteflows_menu .byteflows_menu-nav > li:not(:last-child) {
    padding-right: 40px;
  }
  .ns_form {
    margin-left: 0;
    margin-top: 15px;
  }
  .newsletter__wrapper-two {
    flex-wrap: wrap;
  }
}

@media (max-width: 1199px) {
  .bytf__post-grid-clm-item {
    margin-bottom: 30px;
  }
  .post__slider-main-wrapper .slider__thumbs {
    right: 120px;
    display: none;
  }
  .empath__siderbar-wrapper {
    margin: 30px 0;
  }

  .bytf__post-list-item-two.style__two {
    flex-wrap: wrap;
  }
  .social__content-wrapper {
    padding: 40px 20px;
    padding-bottom: 50px;
  }
  .social__item .social_content p {
    font-size: 16px;
  }
  .social__item-inner .social_icon i {
    font-size: 25px;
  }
  .post__slider_item-main .bytf__content {
    padding-top: 120px;
    padding-left: 0;
    padding-right: 0;
  }
  .post__slider_item-main {
    height: 450px;
  }
  .bytf-single-slider-wrapper-tr .slider-for {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .bytf-single-slider-wrapper-tr .slider-nav {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .bytf-single-slider-wrapper-tr {
    flex-wrap: wrap;
  }
  .back-top-btn {
    right: 40px;
    bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .bytf__post-overlay-item.overfly__style-new {
    background-position: bottom;
  }
  .post__hero-item .bytf__feature-image {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .bytf__postmeta-two ul {
    flex-wrap: wrap;
  }
  .newsletter__wrapper-three {
    flex-wrap: wrap;
  }
  .newsletter__wrapper-three .bg-img {
    right: 0;
  }

  .bytf__add-banner-three img {
    width: 100%;
  }
}
@media (min-width: 993px) and (max-width: 1067px) {
  .main-header-two .byteflows_right_header .thm__btn {
    display: none !important;
  }

  .main-header-two .hamburger__menu svg {
    width: 25px;
  }

  .main-header-two .byteflows_logo a img {
    max-width: 110px;
  }

  .main-header-two .header__control .search__open-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .main-header-seven .header__social-icon,
  .main-header-seven .date_h:after {
    display: none;
  }
  .main-header-seven .byteflows_menu .byteflows_menu-nav > li:not(:last-child) {
    padding-right: 60px;
  }
  .main-header-seven .date_h {
    padding-right: 0;
    margin-right: 0;
  }
  .main-header-seven .search_popup {
    margin-left: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1120px;
  }
  .byteflows_logo a img {
    max-width: 150px;
  }

  .header__top-main-wrap .header__adds img {
    max-width: 475px;
  }
  .byteflows_menu .byteflows_menu-nav > li > a {
    font-size: 14px;
  }

  .byteflows_menu .byteflows_menu-nav > li:not(:last-child) {
    padding-right: 45px;
  }
  .main-header-two .byt__bookmark {
    display: none;
  }
  .col-byt-5 {
    width: 25%;
  }
  .bytf__post-wrapper.rating__post-wrapper {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .byteflows_logo {
    max-width: 120px;
  }

  .header__adds {
    max-width: 250px;
  }

  .header__social-icon a {
    padding-right: 8px;
    font-size: 15px;
  }

  .byteflows_right_header .thm__btn {
    padding: 5px 12px;
  }
  .quick__tags-wrapper h5 {
    display: none;
  }
  .breaking__news-wrapper {
    height: auto;
  }
  .breaking__news-wrapper span {
    max-width: 100px;
    font-size: 12px;
  }
  .col-byt-5 {
    width: 50%;
  }
  .bytf__author-profile {
    flex-wrap: wrap;
  }

  .bytf__author-profile .authore_thumb {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .main-header-seven .header__maenu .byteflows_logo,
  .hamburger_menu.bytf__mobile-menu {
    display: block;
  }
  .hamburger__menu.toggle-hidden-bar,
  .byteflows_menu,
  .main-header-seven .header__top-wraper-inner .byteflows_logo {
    display: none;
  }

  .main-header-seven .search_popup {
    margin-left: 0;
    margin-right: 15px;
  }
  .main-header-one .header__menu-wrapper {
    padding: 15px 0;
  }
  .bytf__post-wrapper.rating__post-wrapper {
    padding: 25px;
  }
  .bytf__post-grid-rating-item .bytf__feature-image {
    flex: 0 0 145px;
    max-width: 145px;
  }

  .bytf__post-grid-rating-item {
    flex-wrap: wrap;
  }

  .bytf__post-grid-rating-item .bytf__feature-image {
    margin-bottom: 25px;
  }
  .bytf__post-grid-rating-item .bytf__feature-image img {
    height: 145px;
    width: 145px;
  }
  .single__footer-wrapper {
    flex-wrap: wrap;
  }

  .single__top-social {
    margin: 0;
  }
  .main-header-three .header__top-main-wrap {
    padding: 10px 0;
  }
  .main-header-five .header__menu-wrapper {
    padding: 12px 0;
  }

  .main-header-five .header__menu-wrapper .hamburger_menu svg rect {
    fill: #fff;
  }
  .rating__post-row {
    gap: 30px;
  }
  .rating__post-row:after {
    display: none;
  }
  .main-header-eight .hamburger_menu.bytf__mobile-menu svg * {
    fill: #fff;
  }
  .main-header-eight .hamburger__menu.toggle-hidden-bar {
    display: block;
  }
  .main-header-eight .hamburger__menu.toggle-hidden-bar {
    display: block;
  }

  .main-header-eight .header__adds {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .grid__style-three.post_tile_large {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .bytf__post-grid-rating-item {
    flex-wrap: wrap;
  }
  .bytf__author-profile {
    flex-wrap: wrap;
  }

  .bytf__author-profile .authore_thumb {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .bytf__post-grid-rating-item {
    margin-bottom: 40px;
  }
  .bytf__post-grid-rating-item .bytf__feature-image {
    margin-bottom: 30px;
  }
  .bytf__post-wrapper.rating__post-wrapper:after {
    display: none;
  }
  h3.bytf_post_title {
    font-size: 22px;
    line-height: 32px;
  }
  .bytf__post-grid-clm-item {
    margin-bottom: 30px;
  }
  .bytf__post-grid-rating-item-two {
    flex-wrap: wrap;
  }

  .bytf__post-grid-rating-item-two .bytf__feature-image {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .quick__tags-wrapper {
    justify-content: start;
  }

  .breaking__news-wrapper {
    margin-bottom: 20px;
  }
  .breaking__news-wrapper span {
    max-width: 90px;
    flex: 0 0 90px;
    font-size: 12px;
    padding: 2px 4px;
  }
  .header__top-wraper-inner {
    flex-wrap: wrap;
    gap: 5px;
  }
  .header__top-info.htop__left-info {
    flex-wrap: wrap;
  }

  .header__top-main-wrap-inner {
    flex-wrap: wrap;
    gap: 15px;
  }

  .header__adds {
    display: none;
  }
  .bytf__post-grid-rating-item-two.ajax__post-item .bytf__feature-image {
    margin-left: 0;
    margin-top: 20px;
  }

  .bytf__post-grid-rating-item-two.ajax__post-item.d-flex.align-items-center.flex-row-reverse {
    flex-direction: inherit !important;
  }
  .bytf__post-grid-rating-item-two.ajax__post-item:not(:last-child) {
    margin-bottom: 0;
  }
  .bytf__post-grid-rating-item-two.ajax__post-item .bytf__feature-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single__one_top .single_title h1 {
    font-size: 35px;
    line-height: 50px;
  }
  .single__one_top .bytf__postmeta ul li:not(:last-child) {
    margin-right: 20px;
  }
  .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
    margin-bottom: 25px;
  }
  .post__thumb-single img {
    height: 400px;
  }
  .single__footer-wrapper {
    flex-wrap: wrap;
  }
  .single__top-social {
    margin-top: 20px;
  }
  .more-posts > div {
    flex-wrap: wrap;
    gap: 25px;
  }
  .singe__post-meta ul {
    flex-wrap: wrap;
    gap: 15px;
  }
  .col-byt-5 {
    width: 50%;
  }
  .bytf__author-profile {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .bytf__author-profile:last-child {
    padding-left: 0;
  }
  .bytf__post-list-item {
    flex-wrap: wrap;
  }

  .bytf__post-list-item .bytf__feature-image {
    margin-left: 0;
    margin-top: 20px;
  }
  .bytf__category-item-two {
    margin-bottom: 30px;
  }
  .post__slider_item-wrapper .post__slider-content .bytf_post_title {
    font-size: 30px;
    line-height: 40px;
  }
  header.main-header.main-header-two .header__top-main-wrap {
    padding: 10px 0;
  }
  .newsletter__wrapper-two {
    flex-wrap: wrap;
  }

  .ns_form {
    margin-left: 0;
    margin-top: 20px;
  }

  .newsletter__wrapper-two .ns_form input {
    width: 100%;
    padding: 10px 25px;
  }

  .newsletter__wrapper-two .ns_form button {
    margin-left: 0;
    margin-top: 16px;
  }

  .newsletter__wrapper-two .ns_form .mc4wp-form-fields {
    flex-wrap: wrap;
  }
  .cta__main-wrapper img {
    width: 100%;
  }
  .main-header-four .header__search-d {
    display: none;
  }
  .main-header-five .byteflows_logo {
    max-width: 200px;
  }
  .empath__author_bio__Wrapper {
    flex-wrap: wrap;
    text-align: center;
  }

  .empath__author_bio__Wrapper .author-thumb {
    margin: 0 auto;
    padding-right: 0;
    margin-bottom: 22px;
  }

  .auth__total_post {
    margin: 0 auto;
    margin-top: 20px;
  }
  .bytf__post-wrapper.rating__post-wrapper .row > div:last-child {
    padding-left: 10px;
  }
  .grid__style-four {
    flex-wrap: wrap;
  }
  .grid__style-four .bytf__content {
    padding: 20px;
  }
  .bytf__post-list-nine {
    flex-wrap: wrap;
  }
  .bytf__post-list-nine .bytf__feature-image {
    max-width: 100%;
  }
  .bytf__post-list-item-elv {
    flex-wrap: wrap;
  }

  .bytf__post-list-item-elv .bytf__feature-image {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .bytf__heading-five {
    flex-wrap: wrap;
  }

  .bytf__heading-five .title__wrapper {
    margin-bottom: 20px;
  }
  .bytf__add-banner-two {
    flex-wrap: wrap;
  }
  .bytf__add-banner-two {
    padding: 30px;
  }
  .newsletter__wrapper-three {
    display: block !important;
  }
  .newsletter__wrapper-three .newsletter_content {
    flex-wrap: wrap;
  }
  .bytf__post-list-item-for {
    flex-wrap: wrap;
  }
  .slider-for .bytf__post-overlay-item .bytf__content h4 {
    font-size: 25px;
    line-height: 32px;
  }
  .bytf__post-overlay-item.style__four .bytf__content {
    padding: 30px 40px;
  }
  .slider-nav .bytf__post-list-item-two.style__two.list__8 {
    margin: 0 10px;
  }
  .main-header-eight .header__top-innrer-left {
    flex-wrap: wrap;
  }

  .main-header-eight .header__adds img {
    max-width: 100%;
  }
  .bytf__category-item-three {
    margin-bottom: 25px;
  }
  .style__fivetten.bytf__post-list-item .bytf__feature-image {
    max-width: 100%;
  }
}

@media (max-width: 687px) {
  .bytf__post-list-item-two.style__7 {
    flex-wrap: wrap;
    padding: 15px;
  }
  .rating__post-row {
    flex-wrap: wrap;
  }
  .bytf__add-banner-two {
    flex-wrap: wrap;
  }

  .title__wrapper {
    flex-wrap: wrap;
  }

  .bytf__heading-five p {
    flex: auto;
  }

  .bytf__heading-five .bytf__title {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
  }

  .bytf__heading-five .bytf__title:after {
    display: none;
  }
  .post__hero-item {
    flex-wrap: wrap;
  }

  .post__hero-item .bytf__content {
    max-width: 100%;
    flex: 0 0 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-header-eight .date__crnt:after {
    display: none;
  }
  .bytf__post-list-item.style__5.style__fivetten .bytf__content {
    padding-top: 30px;
  }
}
@media (max-width: 500px) {
  .bytf__postmeta ul {
    flex-flow: row wrap;
    gap: 0.2em 0.7em;
  }
  .bytf__postmeta ul li,
  .bytf__postmeta ul li a {
    font-size: 12px;
  }
  .bytf__section-heading {
    flex-wrap: wrap;
  }

  .bytf__title {
    font-size: 25px;
  }

  .bytf__section-heading .btn_wraper a {
    font-size: 15px;
  }

  .bytf__section-heading .btn_wraper a i {
    font-size: 12px;
    width: 22px;
    height: 22px;
    line-height: 22px;
  }

  .byteflows_logo a img {
    max-width: 150px;
  }
  .dh-only-mob {
    display: none;
  }
  .bytf__bookmark span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
  }
  .single__one_top .single_title h1 {
    font-size: 30px;
    line-height: 40px;
  }
  blockquote p {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  blockquote {
    padding: 35px 30px;
  }
  .post-comments .children {
    padding-left: 30px;
  }
  .empath__recent-post {
    flex-wrap: wrap;
  }

  .empath__recent-post .empath__recent-img {
    margin-right: 0;
    margin-bottom: 10px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .newsletter_box {
    padding: 60px 30px;
  }
  .single__one_top .post_excerpt p {
    font-size: 16px;
    line-height: 26px;
  }
  .newsletter__wrapper-three {
    padding: 45px 30px;
  }
}
@media (max-width: 400px) {
  .social__icon-wrapper .social__item-inner {
    padding: 12px 25px;
  }
  .social__item-inner .social_icon i {
    font-size: 20px;
  }
  .social__item .social_content p {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .social__item .social_content span {
    font-size: 12px;
  }
  .bytf__post-grid-clm-item .bytf__content {
    padding: 25px;
  }
  .single__one_top .single_title h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .main-header-five .header__top-main-wrap {
    padding: 12px 0;
  }
  .bytf__post-grid-item.grid__style-two {
    flex-wrap: wrap;
  }

  .bytf__post-grid-item.grid__style-two .bytf__feature-image {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .social__icon-wrapper .social__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Preloader */
#bytf__loader {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bytf__loader {
  transform-origin: bottom;
  transition: transform 1s 50ms cubic-bezier(0.86, 0, 0.07, 1);
  transform: scaleY(1);
  opacity: 1;
}

#bytf__loader.hide {
  transform: scaleY(0);
  opacity: 0;
}
/* vido */
.inline-YTPlayer {
  position: absolute !important;
  z-index: 8 !important;
  max-width: 100% !important;
  top: 0;
  left: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.slider-for .bytf__post-overlay-item.style__four .bytf__content {
  z-index: 111;
}
.bytf__feature-image iframe {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  max-width: unset !important;
  top: 50% !important;
  left: 50% !important;
  width: 101% !important;
  height: 100% !important;
  transform: translate(-50%, -50%) !important;
  pointer-events: none;
}

.bytf-single-slider-wrapper-tr .bytf__feature-image iframe {
  width: 200% !important;
}
div#bgndVideo,
.video__plys {
  position: absolute !important;
  padding: 0 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
}
/* Post Carousl */
.bytf__post-overlay-item.post-grid--carousl {
  border-radius: 0;
}

.entry-content a, .empath__single-content a{
  color: #d28a35;
  text-decoration: underline !important;
  text-decoration-color: #d28a35 !important;
}

/* === Hamburger Sidebar - Category List === */
.bytf__category-list-wrapper {
  padding: 10px 0;
}
.bytf__category-item {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.2s ease;
}
.bytf__category-item:last-child {
  border-bottom: none;
}
.bytf__category-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
}
.bytf__cat-name {
  color: #ccc;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 9px;
  transition: color 0.2s ease;
  flex: 1;
}
.bytf__cat-name i {
  color: #d28a35;
  font-size: 13px;
  flex-shrink: 0;
}
.bytf__cat-name:hover {
  color: #d28a35;
}
.bytf__cat-count {
  background: rgba(210, 138, 53, 0.15);
  color: #d28a35;
  font-size: 11px;
  font-weight: 600;
  min-width: 26px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 0 7px;
  border: 1px solid rgba(210, 138, 53, 0.3);
  flex-shrink: 0;
}

/*.custom-category-grid .category-box{*/
/*    display: flex !important;*/
/*    justify-content: space-between !important;*/
/*}*/