/*
Theme Name:   Pressroom Child
Theme URI: https://1.envato.market/pressroom-news-and-magazine-wordpress-theme
Description:  Pressroom Child Theme
Author: QuanticaLabs
Author URI: https://1.envato.market/quanticalabs
Template:     pressroom
Version:      1.1
Text Domain:  pressroom
*/

@font-face {
  font-family: "ModernGothicBold";
  src: url("fonts/ModernGothicBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "ModernGothicRegular";
  src: url("fonts/ModernGothicRegular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "RobotoMonoRegular ";
  src: url("fonts/RobotoMono-Regular.ttf") format("truetype");
  font-display: swap;
}

.sf-menu li a {
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ModernGothicBold", sans-serif !important;
}

html,
body,
p,
span,
a,
li {
  font-family: "ModernGothicRegular", sans-serif !important;
}

body {
  color: var(--black-crl);
  background: var(--white-crl);
}

:root {
  --font_60: 60px;
  --font-55: 55px;
  --font-50: 50px;
  --font_48: 48px;
  --font_44: 44px;
  --font-38: 38px;
  --font-35: 35px;
  --font_30: 30px;
  --font_24: 24px;
  --font_23: 23px;
  --font_20: 20px;
  --font_18: 18px;
  --font_17: 17px;
  --font_16: 16px;
  --font_15: 15px;
  --font_14: 14px;
  --font_13: 13px;
  --font_12: 12px;
  --font_11: 11px;
  --purple_crl: rgba(104, 15, 167, 1);
  --black-crl: #000;
  --white-crl: #fff;
  --offWhite-crl: rgba(154, 154, 154, 1);
  --fw-700: 700;
}

.menu-title {
  font-weight: var(--fw-700);
  font-size: var(--font_16);
  margin-top: -4px;
}

.menu-description {
  font-size: var(--font_12);
  color: var(--offWhite-crl);
  margin-top: 3px;
}

ul#menu-primary-menu {
  float: right;
}

/* ============== Author Card css ======== */
.author-card {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: var(--white-crl);
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  align-items: center;
}

.author-img img {
  border-radius: 50%;
}

.author-info h2 {
  margin: 0;
}

.author-designation {
  color: #e29c2e;
  font-weight: var(--fw-700);
  margin: 5px 0;
}

.author-achievements {
  margin-top: 10px;
  padding-left: 18px;
}

.author-achievements li {
  list-style: disc;
}

/* Homepage layout 26-03-2026 */
.voicey-hero {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
}

.hero-title {
  font-size: var(--font-38);
  font-weight: var(--fw-700);
  line-height: 40px;
  color: var(--black-crl);
  padding-right: 120px;
}

.featured-content h2 {
  font-size: var(--font_48);
  font-weight: var(--fw-700);
  margin: 10px 0;
  color: var(--black-crl);
  line-height: 50px;
}

.hero-excerpt {
  color: var(--black-crl);
  margin-bottom: 20px;
  font-size: var(--font_20);
  line-height: 24px;
  padding-top: 5px;
  padding-right: 120px;
}

.hero-btn {
  background: var(--purple_crl);
  color: var(--white-crl);
  padding: 12px 20px;
  text-decoration: none;
  font-size: var(--font_16);
  font-weight: var(--fw-700);
  letter-spacing: 1px;
}

.voicey-latest-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.voicey-divider {
  height: 5px;
  background: var(--purple_crl);
  margin: 0px 0 20px;
}

.box_header.voicey-divider-header {
  background: var(--white-crl) fff00 !important;
  margin: 10px 0 20px;
  border-bottom: 5px solid var(--purple_crl) !important;
  border-left: none;
  font-size: var(--font_60) !important;
  font-weight: bold;
  padding-left: 0;
  color: var(--black-crl);
  line-height: 68px;
}

.voicey-grid {
  display: flex;
  gap: 20px;
}

.voicey-card {
  width: 25%;
}

.card-title {
  font-weight: var(--fw-700);
  margin-top: 10px;
}

.card-title a {
  color: var(--black-crl);
  font-size: var(--font_20);
  line-height: 22px;
  font-weight: var(--fw-700);
}

.card-category:hover {
  text-decoration: unset;
}

.card-img img.attachment-medium.size-medium.wp-post-image {
  /* width: 282px; */
  /* height: 188px; */
  width: 100%;
  object-fit: cover;
}

.voicey-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-nav .nav-menu {
  display: flex;
  gap: 25px;
  list-style: none;
}

.nav-menu li a {
  text-decoration: none;
  font-weight: var(--fw-700);
  color: var(--black-crl);
}

.header-right {
  display: flex;
  gap: 15px;
  align-items: center;
}

.subscribe-btn {
  background: var(--purple_crl);
  color: var(--white-crl);
  padding: 8px 10px;
  font-size: var(--font_20);
  text-decoration: unset;
  font-family: "ModernGothicBold", sans-serif !important;
}

.subscribe-btn:hover {
  text-decoration: unset;
}

/*----02-04-2026--*/
.header {
  text-align: justify !important;
  padding-top: 7px;
}

.sf-menu a,
.sf-menu a:visited {
  color: #222;
}

.header_container {
  background-color: var(--white-crl);
  /* padding-bottom: 8px !important; */
}

.header_container.voicey-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--white-crl);
  z-index: 9999;
  transition: all 0.3s ease;
  padding: 12px 0;
  border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.header_container.sticky-active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/*03_04_2026*/
li.hide_on_mobile {
  display: none;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.product-card .product-img {
  border: 5px solid rgba(202, 156, 234, 1);
  background: var(--white-crl);
}

.product-img img {
  width: 100%;
}

.source {
  font-size: var(--font_12);
  color: var(--font_60);
  display: none;
}

.product-card h3 {
  font-size: var(--font_16);
  margin: 5px 0;
  font-weight: bold;
}

.price {
  font-weight: bold;
}

.buy-btn {
  display: block;
  background: rgba(199, 222, 254, 1);
  text-align: center;
  padding: 8px 20px;
  margin-top: 10px;
  text-decoration: none;
  color: var(--black-crl);
  font-weight: var(--fw-700);
  font-size: var(--font_16);
  letter-spacing: 0.2px;
}

/*****************************/
.sf-menu li {
  background: unset;
}

.sf-menu li a {
  border-top: unset;
  border-left: unset;
  padding-bottom: 0 !important;
  padding-right: 20px !important;
  text-align: left;
  padding-left: 20px !important;
  text-decoration: none;
}

.header .logo img {
  max-width: unset;
  width: 190px;
}

.sf-menu,
.ubermenu-nav {
  display: flex !important;
  justify-content: center;
  gap: 0px !important;
}

.sf-menu li:last-child a {
  border-right: unset;
}

.sf-menu li li {
  background-color: var(--white-crl);
  border-bottom: 1px solid #80808026;
}

ul.sub-menu {
  border-radius: 10px !important;
  box-shadow: 1px 1px 4px gray;
  width: 5em;
  padding: 7px !important;
  background: var(--white-crl);
}

.sf-menu li li:last-child {
  border-bottom: unset;
}

ul#menu-primary-menu.sf-menu li li a {
  border-right: unset;
  padding-bottom: 5px !important;
  color: var(--black-crl);
  font-size: var(--font_12);
  padding-right: 0px !important;
  padding-left: 0px !important;
  text-align: center;
  padding-top: 5px !important;
}

ul#menu-primary-menu li span.menu-title {
  color: var(--black-crl);
  text-transform: uppercase;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
  background: transparent;
}

ul#menu-primary-menu.sf-menu li a {
  padding: unset !important;
  padding-right: 20px !important;
  padding-left: 15px !important;
}

a.follow-link {
  color: var(--black-crl);
  font-weight: 300;
  font-size: var(--font_16);
  text-decoration: unset;
  position: relative;
}

a.signin-link {
  color: var(--black-crl);
  font-weight: 300;
  font-size: var(--font_16);
  text-decoration: unset;
}

ul#menu-primary-menu span.menu-subtitle {
  font-size: var(--font_12);
  color: var(--offWhite-crl) !important;
  line-height: 15px;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  top: 2.2em;
}

.sf-menu li {
  padding-bottom: 5px;
  padding-top: 5px;
}

.voicey-hero-left {
  width: 100%;
}

.voicey-hero-left .wp-post-image {
  width: 100%;
  height: 100%;
}

.voicey-hero-right {
  width: 100%;
}

.voicey-latest-header h3 {
  font-size: var(--font_60);
  font-weight: var(--fw-700);
  color: var(--black-crl);
}

.voicey-grid .card-content {
  padding-top: 10px;
}

.voicey-latest-header a {
  color: var(--black-crl);
  font-weight: var(--fw-700);
  font-size: var(--font_16);
  letter-spacing: 1px;
  font-family: "RobotoMonoRegular " !important;
  padding-bottom: 10px;
}

.sf-menu li {
  border-right: 1px solid #80808057;
  padding-right: 10px;
}

.sf-menu li:last-child {
  border-right: unset;
}

a.follow-link::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--black-crl);
  transition: 0.3s ease;
}

ul.sub-menu li {
  border-right: unset;
  padding-right: 0;
}

.product-grid .product-meta {
  padding-top: 10px;
}

.product-meta p.price {
  padding: 0;
  font-size: var(--font_23);
}

.product-grid .product-meta h3 {
  font-weight: var(--fw-700) !important;
  letter-spacing: -0.5px !important;
  color: var(--black-crl);
  font-size: var(--font_20);
}

ul#menu-footer-menu.footer_menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul#menu-footer-menu.footer_menu li h4 {
  padding-right: 15px;
}

ul#menu-footer-menu.footer_menu li:last-child {
  border-right: unset;
}

.vc_col-sm-8.wpb_column.vc_column_container {
  color: var(--white-crl);
  font-family: "ModernGothicRegular", sans-serif !important;
}

.footer a {
  color: var(--white-crl);
  line-height: 32px;
  font-size: var(--font_11);
  text-transform: uppercase;
}

ul#menu-footer-menu.footer_menu a::after {
  content: "|";
  color: var(--white-crl);
  padding-left: 15px;
}

.footer_menu li {
  margin-right: 0;
}

ul#menu-footer-menu.footer_menu li:last-child a::after {
  content: "";
}

/*******************NEW HEADER 07-04-2026***********************/
ul#menu-primary-menu.sf-menu.ubermenu-nav {
  width: unset;
}

.menu_container {
  border: unset;
}

.menu_container .ubermenu-nav li {
  border-top: unset;
  border-bottom: unset !important;
  height: unset;
}

.menu_container .ubermenu .ubermenu-nav li:hover ul,
.menu_container .ubermenu .ubermenu-nav li.sfHover ul {
  top: 32px;
  background: var(--white-crl);
  display: flex;
  flex-direction: column;
  width: 7em;
}

.menu_container .ubermenu .ubermenu-nav li ul li {
  width: 7em;
}

ul#menu-primary-menu.sf-menu li li a {
  background-image: unset;
  background-color: var(--white-crl);
  border-bottom: 1px solid #8080803b;
  padding: 10px 0px !important;
}

ul#menu-primary-menu.sf-menu.ubermenu-nav li {
  border-right: 1px solid var(--offWhite-crl);
  background-color: var(--white-crl);
}

ul#menu-primary-menu.sf-menu.ubermenu-nav li:last-child {
  border-right: unset;
}

ul#menu-primary-menu.sf-menu.ubermenu-nav li ul.sub-menu li {
  border-right: unset;
}

ul#menu-primary-menu.sf-menu.ubermenu-nav li ul.sub-menu li:last-child a {
  border-bottom: unset;
}

.logo.logoMobile {
  display: none;
}

.searchs {
  display: none;
}
/* Search box in mobile css -06-05-2025 start*/
.mobile-header-search__toggle {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.mobile-header-search__form {
  display: none;
}
/* Search box in mobile css -06-05-2025  end */
ul#menu-primary-menu.sf-menu.ubermenu-nav li:hover {
  background: transparent;
}

/***********PS Fit*************/
.vc_row.psfitClass {
  align-items: center;
  display: flex;
  justify-content: center;
}

.vc_row.psfitClass .vc_btn3-container {
  margin-bottom: 0;
}

.vc_row.psfitClass .vc_btn3-container button {
  background-color: var(--purple_crl);
  border-color: var(--purple_crl);
  border-radius: unset;
  padding: 12px 15px;
  background-image: unset;
  text-decoration: none;
  font-size: var(--font_16);
  font-weight: var(--fw-700);
}

.hero-title:hover {
  text-decoration: underline;
}

.vc_row.psfitClass .wpb_column {
  margin-left: 0;
}

.vc_row.psfitClass .wpb_column .wpb_wrapper p {
  color: var(--black-crl);
  padding-bottom: 10px;
  padding-top: 0;
  line-height: 17px;
  padding-right: 10px;
  font-size: var(--font_16);
}

.vc_row.psfitClass .vc_row.wpb_row.vc_inner.vc_row-fluid {
  display: flex;
  align-items: center;
}

.vc_row.psfitClass .vc_row.wpb_row.vc_inner.vc_row-fluid .vc_column-inner img {
  width: 102px;
  height: 102px;
}

.psfitClass .wpb_column.vc_column_container {
  display: block !important;
}

ul#menu-primary-menu.sf-menu ul.sub-menu li a {
  background-image: unset !important;
}

.featured-category-block {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
}

.featured-category-block .featured-content {
  flex: 0 0 50%;
}

.featured-category-block .featured-image {
  flex: 0 0 50%;
  padding-left: 30px;
}

.featured-category-block a.btn-read {
  background: var(--purple_crl);
  color: var(--white-crl);
  padding: 12px 20px;
  font-size: var(--font_16);
  font-weight: var(--fw-700);
  letter-spacing: 1px;
}

.featured-category-block .featured-content p {
  margin-bottom: 15px;
  padding-right: 15px;
  color: var(--black-crl);
  font-size: var(--font_18);
  line-height: 22px;
}

.homepage-category-section .category-block {
  display: flex;
  align-items: center;
}

.homepage-category-section .category-block .category-image {
  flex: 0 0 50%;
  padding-right: 30px;
}

.homepage-category-section .category-block .category-content {
  flex: 0 0 50%;
}

.homepage-category-section .category-block a.read-more-btn {
  background: var(--purple_crl);
  color: var(--white-crl);
  padding: 12px 20px;
  font-size: var(--font_16);
  font-weight: var(--fw-700);
  letter-spacing: 1px;
}

.homepage-category-section
  .category-block
  .category-content
  span.category-name {
  color: var(--purple_crl);
  font-family: "RobotoMonoRegular " !important;
  font-weight: var(--fw-700);
  font-size: var(--font_11);
  letter-spacing: 1px;
}

.homepage-category-section .category-block .category-content p {
  margin-bottom: 15px;
  font-size: var(--font_18);
  line-height: 22px;
  color: var(--black-crl);
}

.featured-category-block .featured-image a img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: cover;
}

.homepage-category-section .category-block .category-image img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: cover;
}

.featured-category-block .featured-content span.category-label {
  color: var(--purple_crl);
  font-family: "RobotoMonoRegular " !important;
  font-weight: var(--fw-700);
  font-size: var(--font_11);
  letter-spacing: 1px;
}

.homepage-category-section .category-block .category-content h2 a {
  font-weight: var(--fw-700);
  line-height: 50px;
  font-size: var(--font_48);
  color: var(--black-crl);
}

/* 09_04_2026 PRODUCT SLIDER SHORTCODE */
.product-card {
  background: var(--white-crl);
  text-align: center;
}

.product-img img {
  width: 100%;
  height: auto;
}

.product-meta h3 {
  font-size: var(--font_20);
  margin: 10px 0 0;
  min-height: 50px;
  text-align: left;
  color: var(--black-crl);
  line-height: 22px;
}

.price {
  text-align: left;
  color: var(--black-crl);
  padding: 0;
  font-weight: 300;
}

.swiper.product-slider .swiper-button-next {
  background: rgba(255, 89, 117, 1);
  height: 45px;
  width: 45px;
  right: 0px;
  top: 35%;
}

.swiper.product-slider .swiper-button-prev {
  display: none;
}

.swiper.product-slider .swiper-button-next::after,
.swiper.product-slider .swiper-button-prev::after {
  color: var(--white-crl);
  font-size: var(--font_15);
}

.swiper.product-slider {
  padding: 0 20px 0 0;
}

/* Button */
#followBtn {
  padding: 10px 18px;
  background: transparent;
  color: var(--black-crl);
  border: none;
  cursor: pointer;
  font-weight: 300;
}

.social-dropdown a {
  display: flex;
  align-items: center;
}

/* Icons */
.social-dropdown img {
  width: 35px;
  height: 35px;
  transition: 0.3s;
}

.social-dropdown img:hover {
  transform: scale(1.1);
}

.header-right {
  position: relative;
}

.social-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  margin-top: 5px;
  background: var(--white-crl);
  padding: 5px;
  gap: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  width: max-content;
  border-radius: 6px;
  left: 20%;
  transform: translateX(-50%);
}

.social-dropdown.show {
  display: flex;
}

.footer_logo_row .footer-center-logo figure.aligncenter.size-full img {
  width: 180px;
}

.vc_row.wpb_row.vc_row-fluid.footer_logo_row .wpb_column.vc_column_container {
  margin-bottom: 30px;
}

.footer_container .footer.clearfix .vc_row.wpb_row.vc_row-fluid {
  border-bottom: 0.5px solid rgba(216, 216, 216, 0.5);
  padding: 30px 0;
}

.footer_container
  .footer.clearfix
  .vc_row.wpb_row.vc_row-fluid.footer_logo_row {
  padding: 0;
}

.footer_container
  .footer.clearfix
  .vc_row.wpb_row.vc_row-fluid.page_margin_top_section {
  margin: 0;
  padding: 20px 0;
}

.footer_container .footer.clearfix .vc_row.wpb_row.vc_row-fluid.copyright_row {
  border-top: 0;
  padding: 10px 0;
  margin: 0;
  border-bottom: unset;
}

.footer_container {
  background: rgba(18, 18, 18, 1);
}

.vc_row.psfitClass .vc_btn3-container button:hover {
  background-color: var(--purple_crl);
  border-color: var(--purple_crl);
}

span.product-category {
  display: flex;
  align-items: flex-start;
  color: var(--purple_crl);
  font-size: var(--font_11);
  padding-top: 10px;
  font-family: "RobotoMonoRegular " !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: var(--fw-700);
}

.product-meta h3 {
  margin-top: 10px;
}

.yt-thumb img {
  height: 115px;
}

.wpb_raw_code .yt-slider .slick-list.draggable .yt-content p.yt-title {
  padding-top: 0px;
  line-height: 18px;
  color: var(--black-crl);
  font-size: var(--font_15);
  min-height: 55px;
}

.yt-channel {
  color: rgba(162, 162, 162, 1);
  padding-bottom: 3px;
}

.yt-info {
  color: rgba(162, 162, 162, 1);
}

/* 
.logo-text {
    font-size: 55px;
    color: var(--purple_crl);
    font-family: 'ModernGothicBold', sans-serif !important;
    letter-spacing: -2px;
    line-height: 55px;
    display: flex;
    align-items: flex-start;
} */
/* 
.logo-text span.reverseI {
    transform: rotate(180deg);
    font-family: 'ModernGothicBold', sans-serif !important;
    margin-top: 10px;
    padding-right: 2px;
} */

li.post h5 {
  font-weight: var(--fw-700);
  font-size: var(--font_20);
  line-height: 22px;
  margin-bottom: 3px;
}

li.post h5 a {
  color: var(--black-crl);
  font-size: var(--font_20);
}

.vc_col-sm-12
  .horizontal_carousel_container
  .horizontal_carousel.visible-4
  > li
  img {
  /* height: 282px; */
  width: 282px;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  text-align: center;
}

.author-social {
  display: flex;
  align-items: center;
  gap: 3px;
}

.author-social a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: var(--white-crl);
  margin-right: 2px;
  border-radius: 3px;
  font-size: var(--font_14);
  text-decoration: none;
  font-weight: var(--fw-700);
  display: flex;
  align-items: center;
  justify-content: center;
}

/**************************************/
ul.post_details.simple .date {
  display: none;
}

.author-box {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.author-left img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
}

.author-right h2 {
  font-size: var(--font_48);
  margin-bottom: 10px;
  color: var(--black-crl);
}

.author-social {
  margin: 10px 0 0 0;
}

.author-social .wa {
  background: #25d366;
}

.author-social .tw {
  background: #1da1f2;
}

.author-social .ig {
  background: #e4405f;
}

.author-social .in {
  background: #0077b5;
}

.author-bio {
  line-height: 20px;
  color: var(--black-crl);
  font-size: var(--font_17);
  line-height: 27px;
}

/* Interest Section */
.author-interest {
  margin-top: 15px;
}

.author-interest h3 {
  border-bottom: 5px solid var(--purple_crl);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: var(--font_18);
  color: var(--black-crl);
}

.interest-row {
  display: flex;
  margin-bottom: 10px;
  gap: 10px;
}

.interest-row span {
  width: 180px;
  background: rgba(247, 240, 220, 1);
  padding: 7px 10px;
  color: var(--black-crl);
  font-size: var(--font_15);
  display: flex;
  align-items: center;
}

.interest-row p {
  margin: 0;
  padding: 7px 10px;
  flex: 1;
  font-size: var(--font_13);
  color: rgba(46, 54, 65, 1);
  background: rgba(244, 244, 244, 1);
}

.interest-author {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
  padding: 10px;
}

.interest-row:last-child {
  margin-bottom: 0;
}

.vertical_carousel_container li.post .post_content h5 a {
  font-size: var(--font_15);
  font-weight: 400;
  line-height: 17px;
}

.author
  ul.blog.clearfix.big.page_margin_top_section
  li.post
  .post_content
  h2.clearfix
  a {
  font-size: var(--font_23);
  line-height: 26px;
  color: var(--black-crl);
  font-family: "ModernGothicBold" !important;
}

.author ul.blog.clearfix.big.page_margin_top_section li.post {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 25px;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}

.author ul.blog.clearfix.big.page_margin_top_section {
  margin-top: 0;
}

.author ul.blog.clearfix.big.page_margin_top_section li.post a img {
  max-width: 180px;
  height: 180px;
  object-fit: cover;
}

.author
  ul.blog.clearfix.big.page_margin_top_section
  li.post
  .post_content
  li.date.full_border {
  border: unset;
  padding-left: 0;
  color: var(--purple_crl);
  font-size: var(--font_11);
  font-family: "RobotoMonoRegular " !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: var(--fw-700);
}

.author ul.blog.clearfix.big.page_margin_top_section li.post .post_content {
  margin-left: 0;
  margin-right: 30px;
  width: 65%;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

/* today changes Menu slider - 14_04 */
.ps-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 20px;
}

.ps-hamburger {
  font-size: var(--font_30);
  cursor: pointer;
  font-weight: var(--fw-700);
}

.ps-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 998;
}

.ps-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.ps-slide-menu {
  position: fixed;
  top: 35px;
  right: -360px;
  width: 300px;
  height: calc(100vh - 120px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--white-crl);
  z-index: 999;
  padding: 24px;
  transition: 0.35s ease;
}

.ps-slide-menu.active {
  right: 0;
}

.ps-slide-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.ps-slide-logo {
  font-size: 36px;
  font-weight: 900;
  color: #ff8f66;
}

.ps-slide-close {
  font-size: var(--font_12);
  cursor: pointer;
  font-weight: 900;
  border: 2px solid black;
  border-radius: 50%;
  padding: 4px 5px;
}

.ps-slide-list {
  list-style: none;
  padding: 0;
}

.slide-parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: var(--fw-700);
  margin: 7px 0 18px 0;
}

.slide-parent a {
  color: var(--black-crl);
  text-decoration: none;
  font-size: var(--font_24);
}

.slide-toggle {
  font-size: var(--font_23);
  cursor: pointer;
  font-weight: 300;
}

ul.slide-children {
  list-style-type: none;
}

ul.slide-children li a {
  color: var(--black-crl);
  font-size: var(--font_16);
}

.slide-children a {
  display: block;
  padding: 6px 0;
  font-size: var(--font_18);
}

.mobile-menu {
  width: 320px;
  height: 100vh;
  background: #eee;
  padding: 20px;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
}

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 36px;
  font-weight: bold;
  color: var(--purple_crl);
}

.close-btn {
  font-size: var(--font_24);
  cursor: pointer;
}

.menu-list {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  flex: 1;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  font-weight: bold;
  cursor: pointer;
}

.submenu {
  display: none;
  padding-left: 15px;
}

.submenu li {
  padding: 5px 0;
  font-size: var(--font_14);
}

.menu-footer {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: var(--font_12);
  padding-top: 20px;
}

.menu-footer a {
  text-decoration: none;
  color: var(--black-crl);
}

.social-icons {
  display: flex;
  gap: 16px;
  font-size: var(--font_20);
  margin: 20px 0;
}

.ps-slide-menu .ps-slide-header .ps-logo a img {
  max-width: 160px;
}

.social-icons a {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black-crl);
  font-size: var(--font_16);
  transition: 0.3s;
}

.social-icons a i.fab {
  font-size: var(--font_24);
}

.social-icons a:hover {
  background: transparent;
  color: var(--black-crl);
  text-decoration: unset;
}

.slide-children {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 15px;
  display: block !important;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.vc_col-sm-12
  .horizontal_carousel_container
  .horizontal_carousel.visible-4
  > li {
  width: 282px;
  margin-right: 20px;
}

.ps-hamburger {
  display: inline-block;
  cursor: pointer;
  width: 25px;
}

.ps-hamburger .hamb {
  display: block;
  height: 4px;
  background: var(--black-crl);
  margin: 4px 0;
  transition: 0.3s ease;
}

.ps-hamburger.active .hone {
  transform: rotate(45deg) translate(5px, 5px);
}

.ps-hamburger.active .htwo {
  opacity: 0;
}

.ps-hamburger.active .hthree {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* ===== MENU BASE ===== */
ul#menu-primary-menu.sf-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#menu-primary-menu.sf-menu li {
  position: relative;
}

ul#menu-primary-menu.sf-menu li a {
  text-decoration: none;
  color: var(--black-crl);
  position: relative;
}

ul#menu-primary-menu.sf-menu li.ubermenu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--black-crl);
  transition: 0.3s ease;
}

/* ===== ROTATE ON HOVER ===== */
ul#menu-primary-menu.sf-menu li:hover > a::after {
  transform: translateY(-50%) rotate(180deg);
}

.menu_container .ubermenu .ubermenu-nav li.ubermenu-item-has-children a {
  background-image: unset;
}

.footer.clearfix .vc_row .vc_col-sm-4:nth-child(2) {
  padding-left: 9%;
}

.footer.clearfix .vc_row .vc_col-sm-4:nth-child(3) {
  padding-left: 18%;
}

a.mobile-menu-switch:hover {
  background: transparent;
}

.psfitClass
  .wpb_column.vc_column_container.vc_col-sm-8
  .vc_column-inner
  .wpb_wrapper {
  margin-left: 15px;
}

.psfitClass
  .wpb_column.vc_column_container.vc_col-sm-8
  .vc_column-inner
  .wpb_wrapper
  .wpb_text_column.wpb_content_element
  .wpb_wrapper {
  margin-left: 0;
}

ul.post_details.simple.category-above li.category a {
  padding-top: 10px;
}

ul.post_details.simple.category-above li.category {
  color: var(--purple_crl) !important;
  margin-bottom: 5px;
}

.box_header.voicey-divider-header.small-heading {
  font-size: var(--font_30) !important;
  line-height: 36px;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 2px solid var(--purple_crl) !important;
}

.author
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class8.wpb_column.vc_column_container.vc_col-sm-8,
.single-post
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class8.wpb_column.vc_column_container.vc_col-sm-8 {
  width: 65%;
  padding-right: 35px;
}

.author
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class4.wpb_column.vc_column_container.vc_col-sm-4,
.single-post
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class4.wpb_column.vc_column_container.vc_col-sm-4 {
  width: 35%;
  margin-left: unset;
}

.author
  .vc_row.wpb_row.vc_row-fluid
  .wpb_column.vc_column_container
  ul.blog.small,
.single-post
  .vc_row.wpb_row.vc_row-fluid
  .wpb_column.vc_column_container
  ul.blog.small {
  width: 100% !important;
}

.author
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class4.wpb_column.vc_column_container
  ul.blog.small
  li.post,
.single-post
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class4.wpb_column.vc_column_container
  ul.blog.small
  li.post {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.author
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class4.wpb_column.vc_column_container
  ul.blog.small
  li.post
  ul.post_details.simple,
.single-post
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class4.wpb_column.vc_column_container
  ul.blog.small
  li.post
  ul.post_details.simple {
  margin: 5px 0 0px 0;
}

.author
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class4.wpb_column.vc_column_container
  ul.blog.small
  li.post
  ul.post_details.simple
  li.category
  a,
.single-post
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class4.wpb_column.vc_column_container
  ul.blog.small
  li.post
  ul.post_details.simple
  li.category
  a {
  background: var(--black-crl);
  color: var(--white-crl) !important;
  padding: 2px 10px 3px 10px;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

/* .author .vc_row.wpb_row.vc_row-fluid .admin_author_class4.wpb_column.vc_column_container ul.blog.small li.post a img,
.single-post .vc_row.wpb_row.vc_row-fluid .admin_author_class4.wpb_column.vc_column_container ul.blog.small li.post a img {
    width: 115px; 
    height: 90px;
} */

.author
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class4.wpb_column.vc_column_container
  ul.blog.small
  li.post
  ul.post_details.simple
  li.date,
.single-post
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class4.wpb_column.vc_column_container
  ul.blog.small
  li.post
  ul.post_details.simple
  li.date {
  display: block;
  font-size: var(--font_13);
  color: var(--black-crl);
  /* position: absolute;
    right: 35px; */
  font-family: "RobotoMonoRegular " !important;
  flex: 0 0 45%;
  display: flex;
  align-items: center;
}

.author
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class4.wpb_column.vc_column_container
  ul.blog.small
  li.post
  .post_content,
.single-post
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class4.wpb_column.vc_column_container
  ul.blog.small
  li.post
  .post_content {
  position: relative;
  flex: 0 0 70%;
}

/* Newsletter block (single post) */
.pr-newsletter {
  background: #ca9cea;
  padding: 20px;
  margin: 18px 0 20px;
  border-radius: 6px;
}
.pr-newsletter-top {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
}
.pr-newsletter-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font_16);
  line-height: 1;
  color: #111;
  flex: 0 0 auto;
}
.pr-newsletter-title {
  font-size: var(--font_30);
  line-height: 34px;
  font-weight: var(--fw-700);
  color: var(--black-crl);
}
.pr-newsletter-subtitle {
  margin-top: 4px;
  font-size: var(--font_16);
  color: var(--black-crl);
  line-height: 22px;
}
.pr-newsletter-native {
  display: flex;
  align-items: center;
  position: relative;
}
.pr-newsletter-native input[type="email"] {
  flex: 1 1 auto;
  height: 60px;
  border-radius: 4px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #818181;
}
.pr-newsletter-native button {
  height: 50px;
  border-radius: 4px;
  border: 0;
  padding: 0 18px;
  background: #680fa7;
  color: #fff;
  font-weight: var(--fw-700);
  cursor: pointer;
  position: absolute;
  right: 6px;
  font-size: var(--font_16);
}
.pr-newsletter-consent {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: var(--font_12);
  color: rgba(17, 17, 17, 0.85);
}
.pr-newsletter-native input[type="email"]::placeholder {
  color: black;
  font-family: "ModernGothicRegular", sans-serif !important;
}

label.pr-newsletter-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
.pr-newsletter-form {
  padding: 20px 0 0 0;
}
@media (max-width: 640px) {
  .pr-newsletter-native {
    flex-direction: column;
    align-items: stretch;
  }
  .pr-newsletter-native button {
    width: 100%;
  }
}

/* Related posts below single post (Read More + Load More) */
.pr-related-wrap {
  margin: 22px 0 10px;
}
.pr-related-after-comments {
  margin-top: 32px;
}
.pr-related-item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.pr-related-image {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}
.pr-related-image img {
  width: 100%;
  height: auto;
  display: block;
}
.pr-related-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: var(--font_11);
  font-weight: var(--fw-700);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 8px;
}
.pr-related-meta .date {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.55);
  letter-spacing: 0;
  text-transform: none;
}
.pr-related-title {
  margin: 0 0 8px 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}
.pr-related-title a {
  color: #000;
  text-decoration: none;
  font-size: var(--font-38);
  line-height: 40px;
  font-family: "ModernGothicBold" !important;
}
.pr-related-excerpt {
  font-size: var(--font_17);
  color: #000;
  line-height: 28px;
  margin-bottom: 10px;
}
.pr-related-readmore {
  display: inline-block;
  background: var(--purple_crl);
  color: #fff !important;
  padding: 12px 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: var(--font_12);
  text-decoration: none !important;
}
.pr-related-load {
  display: block;
  width: 60%;
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: var(--purple_crl);
  border-radius: 4px;
  font-weight: var(--fw-700);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 auto;
  color: #fff;
  font-size: var(--font_13);
  font-family: "ModernGothicRegular", sans-serif !important;
}

.author
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class4.wpb_column.vc_column_container
  ul.blog.small
  li.post
  a.post_image,
.single-post
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class4.wpb_column.vc_column_container
  ul.blog.small
  li.post
  a.post_image {
  flex: 0 0 30%;
  margin-right: 0;
}

.author .vc_row.wpb_row.vc_row-fluid.admin_author_toprow.page_margin_top,
.single-post .vc_row.wpb_row.vc_row-fluid.admin_author_toprow.page_margin_top {
  max-width: 100%;
}

.latest_post_heading {
  padding-bottom: 10px;
  font-size: var(--font_18);
  color: var(--black-crl);
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 25px;
}

.wpb_single_image .vc_single_image-wrapper {
  display: block !important;
}

ul.post_details.simple li.author {
  font-family: "RobotoMonoRegular " !important;
  color: var(--black-crl);
}

/*********Article page******/
.single.single-post .wpb_wrapper .single.post .pr_top_categories {
  font-size: var(--font_11);
  font-family: "RobotoMonoRegular " !important;
}

.single.single-post .wpb_wrapper .single.post .pr_top_categories a {
  /* color: var(--black-crl) !important; */
  font-family: "RobotoMonoRegular " !important;
}

.single.single-post .wpb_wrapper .single.post h1.post_title {
  font-size: var(--font-38);
  line-height: 40px;
  color: var(--black-crl);
  padding: 5px 0;
}

.single.single-post .wpb_wrapper .single.post h1.post_title a {
  color: var(--black-crl);
  font-size: var(--font-38);
  font-family: "ModernGothicBold" !important;
  line-height: 40px;
}

.single.single-post .wpb_wrapper .single.post .pr_meta_share_row .pr_by_author {
  font-family: "RobotoMonoRegular " !important;
  font-size: var(--font_12);
  letter-spacing: 0.6px;
  color: var(--black-crl) !important;
}

.single.single-post
  .wpb_wrapper
  .single.post
  .pr_meta_share_row
  .pr_by_author
  a {
  font-family: "RobotoMonoRegular " !important;
  letter-spacing: 0.6px;
  border-bottom: 1px solid rgb(202, 30, 7);
}

.single.single-post
  .wpb_wrapper
  .single.post
  .pr_meta_share_row
  .pr_updated_date {
  color: var(--black-crl) !important;
  font-family: "RobotoMonoRegular " !important;
  letter-spacing: 0.6px;
  font-weight: var(--fw-700);
}
/* Single post: desktop keeps stacked meta; avatar + compact date are mobile-only */
.single.single-post .wpb_wrapper .single.post .pr_author_avatar {
  display: none;
}
.single.single-post .wpb_wrapper .single.post .pr_date_mobile {
  display: none;
}
.single.single-post .wpb_wrapper .single.post .pr-share-native-label {
  display: none;
}
.single.single-post .wpb_wrapper .single.post .pr_author_row_inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.single.single-post
  .wpb_wrapper
  .single.post
  .pr_author_row_inner
  .pr_author_meta_left
  img.custprofpic-profile-avatar {
  display: none;
}

.single.single-post .wpb_wrapper .sentence {
  color: var(--black-crl) !important;
  margin-top: 0;
}

.single.single-post .wpb_wrapper .sentence span.text {
  color: var(--black-crl);
  font-family: "RobotoMonoRegular " !important;
  letter-spacing: 0.6px;
}

.single.single-post .wpb_wrapper .sentence span.author {
  color: var(--black-crl);
  font-family: "RobotoMonoRegular " !important;
  letter-spacing: 0.6px;
  font-weight: var(--fw-700);
}

.single.single-post .wpb_wrapper a.post_image {
  margin-bottom: 0;
  margin-top: 5px;
}

.single.single-post
  .wpb_wrapper
  .post_content.page_margin_top_section.clearfix {
  margin-top: 15px;
}

.single.single-post
  .wpb_wrapper
  .post_content.page_margin_top_section.clearfix
  h3.excerpt
  p {
  padding: 5px 0;
  border-top: 1px solid rgba(177, 177, 177, 1);
  border-bottom: 1px solid rgba(177, 177, 177, 1);
  font-family: "RobotoMonoRegular " !important;
  font-size: var(--font_12);
  color: var(--black-crl);
}

.single.single-post
  .wpb_wrapper
  .post_content.page_margin_top_section.clearfix
  h3.excerpt {
  padding-bottom: 5px;
  font-family: "ModernGothicRegular", sans-serif !important;
  color: var(--black-crl);
  font-size: var(--font_17);
  line-height: 28px;
}

.single.single-post
  .wpb_wrapper
  .post_content.page_margin_top_section.clearfix
  .text
  p {
  font-size: var(--font_17);
  line-height: 28px;
  color: var(--black-crl);
}

.single.single-post .wpb_wrapper .block input,
.single.single-post .wpb_wrapper .block textarea {
  font-family: "ModernGothicRegular", sans-serif !important;
}

.single.single-post .wpb_wrapper .comment_form fieldset {
  margin-bottom: 15px !important;
}

.single .comment_form_container .comment_form input[type="submit"].more.active {
  width: 45% !important;
  font-family: "ModernGothicRegular", sans-serif !important;
  border-radius: 0 !important;
  background: var(--purple_crl) !important;
}

.single .comment_form_container .comment_form .vc_row.wpb_row.vc_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.single .comment_author_avatar img {
  border-radius: 0 !important;
  width: 86px !important;
  height: 86px !important;
}

.single a.reply_button.read_more span.arrow {
  display: block !important;
  background: var(--purple_crl)
    url(https://staging.voiceyworld.com/wp-content/themes/pressroom/images/icons/navigation/call_to_action_arrow.png)
    no-repeat;
  color: var(--white-crl) !important;
}

.read_more:hover .arrow {
  width: 29px !important;
}

.single a.reply_button.read_more {
  background: transparent !important;
  position: relative;
  padding-left: 0 !important;
}

.single a.reply_button.read_more span {
  color: var(--black-crl) !important;
  margin-top: 0;
}

/* .single a.reply_button.read_more span.arrow::after {
    content: ">";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%);
} */
.single a.read_more.reply_button {
  display: flex;
  align-items: center;
}

.single #comments_list .comment_details {
  margin-left: 0;
}

.single .comment_details .posted_by h5 a {
  font-size: var(--font_18);
  line-height: 20px;
  color: var(--black-crl);
}

.single .comment_details .posted_by abbr.timeago {
  color: var(--offWhite-crl) !important;
  margin-top: 0;
  flex: 0 0 25%;
  text-align: right;
}

.single .comment_details .posted_by h5 {
  flex: 0 0 75%;
  color: var(--black-crl);
}

.single .comment_details p {
  color: var(--black-crl) !important;
  line-height: 16px !important;
  padding: 0px 0;
  padding-top: 5px;
}

.single .comment_details .posted_by {
  gap: 0 !important;
  display: flex;
  align-items: flex-start;
}

span.text-highlight {
  font-weight: 400;
}

span.pr-box-text {
  font-size: var(--font_60);
  font-family: "ModernGothicBold" !important;
  font-weight: var(--fw-700);
}

.pr-box-header-yt span.pr-box-icon {
  font-size: var(--font-35);
}

.author-right {
  text-transform: capitalize !important;
}

.pr-box-header-yt {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: 5px solid var(--purple_crl) !important;
  margin-bottom: 20px;
}

.pr-box-icon {
  font-size: var(--font_60);
  line-height: 1;
}

.pr-box-icon i {
  color: inherit;
}

.pr-box-text {
  font-size: var(--font_60);
  font-weight: var(--fw-700);
  color: var(--black-crl);
}

.box_header,
.widgettitle {
  font-size: var(--font_30) !important;
  border-left: 0px solid #ed1c24 !important;
  padding: 20px 15px 0px 0px;
  background: #7fffd400 !important;
  border-bottom: 3px solid var(--purple_crl) !important;
  color: var(--black-crl);
  padding-bottom: 5px;
}

.comment_form_container h4.box_header {
  font-size: var(--font_30) !important;
  line-height: 33px;
  border-left: 0px solid #ed1c24 !important;
  padding: 20px 15px 0px 0px !important;
  background: #7fffd400 !important;
  border-bottom: 3px solid var(--purple_crl) !important;
  margin-top: 0 !important;
  padding-bottom: 5px !important;
}

.wpb_raw_code.wpb_raw_html.latest_post_heading .wpb_wrapper {
  border-bottom: 5px solid var(--purple_crl);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: var(--font_18);
  color: var(--black-crl);
  font-family: "ModernGothicBold" !important;
}

ul.post_details.custom-meta.simple li.author {
  display: flex;
  align-items: center;
  gap: 3px;
  flex: 0 0 55%;
}

ul.post_details.custom-meta.simple li.author span.author-avatar {
  flex: 0 0 20%;
}

ul.post_details.custom-meta.simple li.author span.author-avatar img {
  width: 30px;
  height: 25px;
  border-radius: 50%;
}

ul.post_details.custom-meta.simple span.author-name {
  color: var(--black-crl);
  /* font-family: "RobotoMonoRegular " !important; */
  flex: 0 0 80%;
  padding-right: 5px;
  text-transform: capitalize;
}

ul.post_details.custom-meta.simple {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

/* ul.post_details.custom-meta.simple li.date span.date-text {
    font-family: "RobotoMonoRegular " !important;
} */

ul.post_details.custom-meta.simple li.date span.date-icon img {
  width: 12px;
  margin-right: 3px;
}

.author
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class4.wpb_column.vc_column_container
  ul.blog.small
  li.post
  .post_content,
.single-post
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class4.wpb_column.vc_column_container
  ul.blog.small
  li.post
  .post_content
  h5 {
  line-height: 15px;
}

ul#comments_list li.comment {
  margin: 20px 0;
  border-bottom: 1px solid rgba(216, 216, 216, 1);
  padding-bottom: 20px;
}

ul#comments_list li.comment:last-child {
  border-bottom: unset;
}

.wpb_raw_code.wpb_raw_html.wpb_content_element.voicey-divider-header.latest_post_heading {
  margin-top: 40px;
  padding-bottom: 0;
}

.wpb_raw_code.wpb_raw_html.wpb_content_element.voicey-divider-header.latest_post_heading
  .wpb_wrapper {
  margin-bottom: 0;
}

.comments_list_container.clearfix h4.box_header {
  padding-top: 0;
}

span.pr-box-text span.text-primary {
  font-family: "ModernGothicBold" !important;
}

.vc_row.latest-header-row.main-headingClass {
  display: flex;
  align-items: flex-end;
}

.vc_row.latest-header-row.main-headingClass .left_headings.wpb_column {
  width: 75%;
}

.vc_row.latest-header-row.main-headingClass .right_headings.wpb_column {
  width: 25%;
  margin-left: 0;
  text-align: right;
  font-size: var(--font_20);
}

.vc_row.latest-header-row.main-headingClass .right_headings.wpb_column p a {
  color: var(--black-crl);
  font-weight: var(--fw-700);
  font-size: var(--font_16);
  letter-spacing: 1px;
  font-family: "RobotoMonoRegular " !important;
  padding-bottom: 5px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}

.vc_row.latest-header-row.main-headingClass
  .left_headings.wpb_column
  span.bold_heading {
  font-size: var(--font_60);
  font-family: "ModernGothicBold", sans-serif !important;
  color: #000;
  line-height: 62px;
}

.vc_row.latest-header-row.main-headingClass
  .left_headings.wpb_column
  span.regular_heading {
  font-size: var(--font_30);
  color: #000;
  padding-left: 15px;
  font-family: "ModernGothicRegular", sans-serif !important;
}

.vc_row.latest-header-row.main-headingClass .left_headings.wpb_column p {
  padding-bottom: 5px;
}

.vc_row.latest-header-row.main-headingClass .right_headings.wpb_column p {
  padding-bottom: 5px;
}

.vc_row.latest-header-row.main-headingClass
  .right_headings.wpb_column
  p
  a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background: currentColor;
}

.vc_row.latest-header-row.main-headingClass
  .right_headings.wpb_column
  p
  a:hover::after {
  width: 100%;
}

ul.post_details.simple.category-above li.category {
  color: transparent;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

/* ==============================
   Category layout (1 big + 3 right)
   ============================== */
.pr-cat-featured-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.pr-cat-featured-layout a {
  text-decoration: none;
}

.pr-cat-featured-layout .thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  /* width: 588px;
    height: 392px; */
}

.pr-cat-featured-left .pr-featured-item .meta {
  margin-top: 10px;
}

.pr-cat-featured-left .pr-featured-item .meta .cat,
.pr-cat-featured-right .pr-right-item .cat,
.pr-more-posts-meta span.cat,
.pr-subcat-grid article.pr-subcat-card .content_category .cat,
.pr-cat-subnav a,
.hero-category,
ul.post_details.simple.category-above li.category a,
.card-category {
  color: var(--purple_crl) !important;
  font-size: var(--font_11);
  font-weight: var(--fw-700);
  letter-spacing: 1px;
  font-family: "RobotoMonoRegular " !important;
  text-transform: uppercase;
}

.pr-cat-featured-left .pr-featured-item .title {
  margin: 10px 0 0;
}

.pr-cat-featured-left .pr-featured-item .title a {
  color: var(--black-crl);
  font-size: var(--font-38);
  line-height: 40px;
  font-weight: var(--fw-700);
  font-family: "ModernGothicBold", sans-serif !important;
}

.category .pr-cat-featured-left .pr-featured-item .title a:hover {
  text-decoration: underline;
}

.pr-cat-featured-right {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.pr-cat-featured-right .pr-right-item {
  gap: 20px;
  display: flex;
  align-items: flex-start;
}

.pr-cat-featured-right .pr-right-item .thumb img {
  object-fit: cover;
  width: 180px;
  height: 180px;
}

.pr-cat-featured-right .pr-right-item .cat {
  margin-bottom: 6px;
}

.pr-cat-featured-right .pr-right-item .title {
  margin: 0;
}

.pr-cat-featured-right .pr-right-item .title a {
  color: var(--black-crl);
  font-size: var(--font_23);
  line-height: 26px;
  font-family: "ModernGothicBold", sans-serif !important;
}

.pr-cat-featured-right .pr-right-item .title a:hover {
  text-decoration: underline;
}

ul.blog li.post a.post_image {
  margin-bottom: 0;
}

.category .page_header_left h1.page_title {
  font-size: 95px;
  line-height: 110px;
  text-transform: capitalize !important;
  color: #000;
}

.ps_section_category .pr-triple-banner-strip {
  border: unset;
}

.ps_section_category .pr-triple-banner-strip .pr-banner-block {
  border-left: 0;
}

/* Category subnav (child categories row) */
.pr-cat-subnav {
  margin: 0px 0 16px;
}

.pr-cat-subnav .sep {
  margin: 0 10px;
  color: rgba(0, 0, 0, 0.35);
}

/* ==============================
   Triple banner strip (3 blocks)
   ============================== */
.pr-triple-banner-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
}

.pr-triple-banner-strip .pr-banner-block {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  min-height: 72px;
}

.pr-triple-banner-strip .pr-banner-media img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  display: block;
}

.pr-triple-banner-strip .pr-banner-text {
  font-size: var(--font_16);
  line-height: 19px;
  color: #000;
  margin-bottom: 8px;
}

.pr-triple-banner-strip .pr-banner-btn {
  display: inline-block;
  padding: 8px 20px;
  background: var(--purple_crl) !important;
  color: #fff !important;
  font-size: var(--font_16);
}

.pr-triple-banner-strip .pr-banner-btn:hover {
  text-decoration: none;
}

.vc_row.wpb_row.vc_row-fluid.ps_section_category.vc_custom_1776929386001.vc_row-has-fill {
  width: 100%;
}

.category .theme_page.relative .vc_row.wpb_row.page_header .page_header_left {
  width: unset;
}

.pr-cat-subnav span.sep:first-child {
  display: none;
}

/****Article page section 4 card**********/
.pr-subcat-header {
  border-bottom: 5px solid var(--purple_crl);
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
}

.pr-subcat-header .pr-subcat-title {
  width: 75%;
}

.pr-subcat-header .pr-subcat-title span.name {
  font-size: var(--font_60);
  font-family: "ModernGothicBold", sans-serif !important;
  color: #000;
  line-height: 62px;
}

.pr-subcat-header .pr-subcat-title span.desc {
  font-size: var(--font-35);
  color: #000;
  padding-left: 15px;
  font-family: "ModernGothicRegular", sans-serif !important;
}

.pr-subcat-header a.pr-subcat-more a {
  width: 25%;
  margin-left: 0;
  text-align: right;
  color: var(--black-crl);
  color: var(--black-crl);
  font-weight: var(--fw-700);
  font-size: var(--font_16);
  letter-spacing: 1px;
  font-family: "RobotoMonoRegular " !important;
  padding-bottom: 5px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}

.pr-subcat-grid {
  display: flex;
  gap: 20px;
}

.pr-subcat-grid article.pr-subcat-card a img {
  width: 282px;
  height: 280px;
  object-fit: cover;
}

.pr-subcat-grid article.pr-subcat-card .content_category .cat {
  padding: 10px 0;
}

.pr-subcat-grid article.pr-subcat-card .content_category h3.title {
  line-height: 22px;
}

.pr-subcat-grid article.pr-subcat-card .content_category h3.title a {
  color: var(--black-crl);
  font-size: var(--font_20);
  line-height: 22px;
  font-weight: var(--fw-700);
}

.pr-subcat-more-inner-img {
  width: 25%;
  text-align: right;
  padding-bottom: 13px;
}

.pr-subcat-more-inner-img a.pr-subcat-more {
  color: var(--black-crl);
  font-weight: var(--fw-700);
  font-size: var(--font_16);
  letter-spacing: 1px;
  font-family: "RobotoMonoRegular " !important;
  padding-bottom: 10px;
  position: relative;
}

section.pr-subcat-section {
  margin-top: 52px !important;
}

.pr-more-posts h2.pr-more-posts-title {
  font-size: var(--font_60);
  line-height: 70px;
  color: var(--black-crl);
  border-bottom: 5px solid var(--purple_crl);
}

.pr-more-posts-list article.pr-more-posts-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 30px 0;
}

.pr-more-posts-meta span.date {
  color: rgb(100, 100, 100);
  font-family: "RobotoMonoRegular " !important;
  text-transform: uppercase;
  font-size: var(--font_11);
  font-weight: var(--fw-700);
  padding-left: 5px;
}

.pr-more-posts-list article.pr-more-posts-item .pr-more-posts-left {
  flex: 0 0 75%;
  padding-right: 10px;
}

.pr-more-posts-list article.pr-more-posts-item .pr-more-posts-left h3 a {
  font-size: var(--font_23);
  line-height: 26px;
  font-weight: var(--fw-700);
  font-family: "ModernGothicBold", sans-serif !important;
  color: var(--black-crl);
}

.pr-more-posts-list article.pr-more-posts-item .pr-more-posts-left h3 {
  line-height: 23px;
  margin-top: 6px;
}

.pr-more-posts-list article.pr-more-posts-item a.pr-more-posts-thumb {
  flex: 0 0 25%;
}

.pr-more-posts-list article.pr-more-posts-item a.pr-more-posts-thumb img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}

.pr-more-posts-load-container {
  display: flex;
  justify-content: center;
}

.pr-more-posts-load-container button.pr-more-posts-load {
  cursor: pointer;
  box-sizing: border-box;
  border-width: 0px;
  display: flex;
  justify-content: center;
  font-size: var(--font_16);
  font-weight: var(--fw-700);
  background: var(--purple_crl);
  color: #fff !important;
  padding: 12px 16px;
  width: 60%;
  letter-spacing: 0.02em;
  text-decoration: none !important;
}

.author
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class4.wpb_column.vc_column_container
  ul.blog.small
  li.post
  ul.post_details.simple,
.single-post
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class4.wpb_column.vc_column_container
  ul.blog.small
  li.post
  ul.post_details.simple
  li.category {
  color: #fff !important;
}

.author
  .vc_row.wpb_row.vc_row-fluid
  .admin_author_class4.wpb_column.vc_column_container.vc_col-sm-4
  ul.blog
  li.post
  .post_content
  ul.post_details
  li.category {
  color: #fff !important;
}

.pr-subcat-more-inner-img a.pr-subcat-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
}

.pr-subcat-more-inner-img a.pr-subcat-more {
  padding-bottom: 0;
}

.pr-subcat-more-inner-img a.pr-subcat-more:hover::after {
  width: 100%;
}

.pr-subcat-more-inner-img a.pr-subcat-more:hover {
  text-decoration: unset;
}

.pr-more-posts-list {
  width: 100%;
}

.admin_author_class8 .post_content.page_margin_top_section.clearfix .text h2 {
  color: #000;
}
.single .admin_author_class8 .single.post .pr_top_categories a {
  color: var(--purple_crl) !important;
}

.pr-related-list.single.post .pr-related-title {
  line-height: 40px;
  margin-bottom: 10px;
}

.pr-related-list.single.post .pr_author_share_row {
  align-items: flex-end;
  margin-bottom: 15px;
}

.pr_author_share_row .pr_author_date_left .pr_by_author {
  font-family: "RobotoMonoRegular " !important;
  letter-spacing: 0.6px;
}

.pr_author_share_row .pr_author_date_left .pr_by_author a {
  font-family: "RobotoMonoRegular " !important;
  letter-spacing: 0.6px;
  border-bottom: 1px solid rgb(202, 30, 7);
}

.pr_updated_date {
  color: var(--black-crl) !important;
  font-family: "RobotoMonoRegular " !important;
  letter-spacing: 0.6px;
  font-weight: var(--fw-700);
}
.pr-subcat-grid article.pr-subcat-card {
  flex: 0 0 25%;
}
.footer-social-mobile {
  display: none;
}
body.archive.category,
body.archive.author {
  padding-top: 70px !important;
}
.single .wpb_single_image img,
.author .wpb_single_image img {
  width: unset;
}
.vc_video-bg {
  width: 98% !important;
  border-radius: 15px;
}
.wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element.therapist_video_Class {
  position: relative;
}

.therapist_Class {
  position: relative;
}

.therapist_Class .vc_video-bg {
  height: 50%;
  top: 52%;
  z-index: 9;
  width: 100% !important;
}

.therapist_Class .vc_video-bg iframe {
  max-width: 100% !important;
  margin-left: 0 !important;
  height: 290px !important;
}

.mainBGClass {
  min-height: 570px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn_Brown button.vc_general {
  background-color: #c46f40 !important;
  border-color: #c46f40 !important;
  padding: 10px 50px;
  margin-top: 15px;
}
.fw_Bold {
  font-weight: var(--fw-700) !important;
  text-transform: uppercase;
}

.interegr_Box .wpb_wrapper h2.vc_custom_heading {
  font-weight: var(--fw-700) !important;
}
.therapist_Class .vc_row.wpb_row.vc_inner.vc_row-fluid {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.vc_row.wpb_row.vc_row-fluid.therapist_Class {
  display: flex;
  align-items: center;
}
.heading-with-img {
  position: relative;
  z-index: 9;
  font-weight: var(--fw-700) !important;
  text-transform: uppercase;
}

.heading-with-img::after {
  content: url("https://staging.voiceyworld.com/wp-content/uploads/2026/04/Vector4-1.png");
  position: absolute;
  top: 20px;
  left: 10%;
  z-index: -1;
}
.heading-with-img.leftSlide::after {
  left: 38%;
}
.donecMainClass_Row_column.wpb_column {
  position: relative;
}

.donecMainClass_Row_column.wpb_column .imgText {
  position: absolute;
  bottom: 20px;
  left: 25px;
}

.donecMainClass_Row_column.wpb_column .imgText h5 {
  font-size: var(--font_30);
  line-height: 33px;
  color: #fff;
}

.donecMainClass_Row_column.wpb_column .imgText p {
  font-size: var(--font_13);
  line-height: 17px;
  color: #fff;
  padding-right: 20px;
}
.interegr_Box .vc_column-inner {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  padding: 35px 25px !important;
}

.interegr_Box .vc_column-inner img {
  width: 100px;
}

.interegr_Box .vc_single_image-wrapper {
  margin: 55px 0 60px;
}
.heading-with-img {
  position: relative;
  z-index: 9;
}

.heading-with-img::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 10%;
  background-image: url("https://staging.voiceyworld.com/wp-content/uploads/2026/04/Vector4-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  width: 300px;
  height: 200px;
}
.heading-with-img.leftSlide::after {
  left: 38%;
}
.maecencesClass {
  box-shadow: 0 0 5px 3px #8080801c;
  border-radius: 15px;
  padding-bottom: 25px;
}

.maecencesClass .wpb_wrapper p {
  padding: 10px 25px;
}

.maecencesClass .wpb_wrapper h3.vc_custom_heading {
  font-weight: var(--fw-700) !important;
}

.valputeClassmain {
  position: relative;
  z-index: 9;
  min-height: 425px;
}

.valputeClassmain::after {
  position: absolute;
  content: "";
  background-color: #f7f3f0;
  z-index: -1;
  width: 100%;
  height: 80%;
  left: 0;
  top: 0;
}

.wd-50.wpb_column {
  width: 43%;
}
.wd-400.wpb_column {
  width: 30%;
}

.wd-800.wpb_column {
  width: 67%;
}
.wd-40.wpb_column {
  width: 31%;
}

h2.vc_custom_heading.boldText-800 {
  font-weight: 800 !important;
  text-transform: uppercase;
}

.fw-700 {
  font-weight: var(--fw-700) !important;
}
.bannerText {
  font-weight: var(--fw-700) !important;
  text-shadow: -5px 0px 3px #1a1717;
}
.mainBGClass .wpb_wrapper {
  max-width: 690px;
}
.maecencesClass h4 {
  font-weight: var(--fw-700) !important;
}
.interegr_Box .wpb_wrapper h3 {
  font-weight: var(--fw-700) !important;
}
.valputeClassmain h2 {
  font-weight: 600 !important;
}
.fontWeight-700 h2 {
  font-weight: 600 !important;
}
.donecMainClass_Row_column .wpb_single_image img {
  height: 300px;
}

.fontClass .wpb_wrapper h1 {
  font-size: 73px;
  font-weight: var(--fw-700);
  color: #fff;
  text-shadow: -5px 0px 3px #1a1717;
}

span.lightfont {
  font-weight: 400;
  font-family: "ModernGothicRegular", sans-serif !important;
}

.heading-with-bold {
  font-size: 40px;
  color: #000000;
  line-height: 45px;
}
.vc_row.wpb_row.vc_row-fluid.valputeClassmain.full_width {
  width: 1200px !important;
}

/* change by anil 04_05_2026 */
button.subscribe-btn {
  border: none;
  cursor: pointer;
  font-family: "ModernGothicBold", sans-serif !important;
}
/* Header Subscribe → newsletter popup */
.voicey-nl-modal {
  position: fixed;
  inset: 0;
  z-index: 100050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
.voicey-nl-modal[hidden] {
  display: none !important;
}
.voicey-nl-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.voicey-nl-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  max-height: min(90vh, 720px);
  overflow: auto;
  background: #fff;
  border-radius: 10px;
  padding: 28px 24px 24px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
}
.voicey-nl-modal__close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #111;
  padding: 0;
}
.voicey-nl-modal__content {
  margin-top: 4px;
}
.voicey-nl-modal__content .pr-newsletter {
  margin: 0;
}

.voicey-nl-modal__content .pr-newsletter-inner .pr-newsletter-top {
  gap: 0;
}

.voicey-nl-modal__content
  .pr-newsletter-inner
  .pr-newsletter-top
  .pr-newsletter-subtitle {
  margin-top: 20px;
  font-size: var(--font_20);
  line-height: 24px;
  font-family: "ModernGothicRegular", sans-serif !important;
  text-align: center;
  margin-bottom: 10px;
}

.voicey-nl-modal__content
  .pr-newsletter-inner
  .pr-newsletter-top
  .pr-newsletter-title {
  text-shadow: 0 3px 3px #680fa79e;
  font-size: 40px;
  line-height: 45px;
  font-family: "ModernGothicBold", sans-serif !important;
  text-align: center;
}

div#voicey-newsletter-modal .voicey-nl-modal__panel {
  padding: 30px;
}

.voicey-nl-modal__content
  .pr-newsletter-inner
  .pr-newsletter-top
  .pr-newsletter-icon {
  display: none;
}
.voicey-nl-modal__panel .pr-newsletter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://staging.voiceyworld.com/wp-content/uploads/2015/01/image_011-1-524x524.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4; /* 👈 yahan opacity control karo */
  z-index: -1;
}
.voicey-nl-modal__panel .pr-newsletter {
  background: unset;
}
.ps-slide-cta.mobile-only {
  padding: 15px 0;
}
.single .theme_page.relative {
  padding-top: 15px;
}

.single .admin_author_class4.wpb_column.vc_column_container {
  padding-top: 15%;
}
.pr_fa_share_icons a {
  border-radius: 3px !important;
}

.donecMainClass_Row_column.wd-400 .vc_single_image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 37%); /* blackish overlay */
  z-index: 1;
  border-radius: 15px;
}

.imgText {
  z-index: 2; /* overlay se upar */
  color: #fff; /* text white */
}

.donecMainClass_Row_column.wd-800 .vc_single_image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 100%;
  background: rgb(0 0 0 / 17%); /* blackish overlay */
  z-index: 1;
  border-radius: 15px;
}
.voicey-hero-right .hero-category {
  margin-bottom: 10px;
}
.wpb_raw_code .wpb_wrapper .voicey-hero {
  align-items: center;
}
.post-template-template-post-special-editions-1 .pr-related-after-comments {
  display: none;
}
/* 
@media screen and (min-device-width: 1200px) and (max-device-width: 1400px) {
    .header .logo img {
        width: 165px;
    }
} */

.post-template-template-post-special-editions-1 .wpb_wrapper h3.box_header {
  font-size: 60px !important;
  border-bottom: 5px solid var(--purple_crl) !important;
}

.post-template-template-post-special-editions-1 li.date {
  display: flex !important;
  color: #000;
}

.post-template-template-post-special-editions-1 ul.blog ul.post_details {
  margin-top: 15px;
}

.post-template-template-post-special-editions-1
  ul.blog
  ul.post_details
  li.category
  a {
  background-color: #000;
  color: #fff !important;
  padding: 5px 10px;
}

@media screen and (min-device-width: 1366px) {
  .header_top_bar,
  .header,
  body .menu_container .ubermenu .ubermenu-nav,
  .footer {
    width: 1200px;
  }

  .theme_page .vc_row {
    width: 1200px;
  }
}

@media screen and (min-device-width: 1201px) and (max-device-width: 1365px) {
  .header_top_bar,
  .header,
  body .menu_container .ubermenu .ubermenu-nav,
  .footer {
    width: 1140px;
  }

  .header .logo img {
    width: 170px;
  }

  ul#menu-primary-menu li span.menu-title {
    font-size: var(--font_15);
  }

  .subscribe-btn {
    font-size: var(--font_18);
  }

  #followBtn {
    font-size: var(--font_15);
  }

  .theme_page .vc_row {
    width: 1140px;
  }

  .voicey-latest-header h3 {
    font-size: var(--font-50);
    line-height: 55px;
  }

  .card-title a {
    font-size: var(--font_18);
    line-height: 20px;
  }

  .card-title {
    line-height: 20px;
    margin-top: 5px;
  }

  .box_header.voicey-divider-header {
    font-size: var(--font-50) !important;
    line-height: 55px;
  }

  .product-meta h3 {
    font-size: var(--font_18);
    line-height: 20px;
  }

  .product-meta p.price {
    font-size: var(--font_20);
    line-height: 23px;
  }

  .buy-btn {
    font-size: var(--font_15);
  }

  span.pr-box-text {
    font-size: var(--font-50);
    line-height: 55px;
  }

  .vc_row.psfitClass .wpb_column .wpb_wrapper p {
    font-size: var(--font_15);
  }

  .featured-content h2 {
    font-size: 43px;
    line-height: 46px;
  }

  .vc_row.latest-header-row.main-headingClass
    .left_headings.wpb_column
    span.bold_heading {
    font-size: var(--font-50);
    line-height: 55px;
  }

  .vc_row.latest-header-row.main-headingClass
    .left_headings.wpb_column
    span.regular_heading {
    font-size: var(--font_30);
    line-height: 33px;
  }

  li.post h5 a {
    font-size: var(--font_18);
    line-height: 20px;
  }

  .homepage-category-section .category-block .category-content h2 a {
    font-size: var(--font_44);
    line-height: 46px;
  }

  .category .page_header_left h1.page_title {
    font-size: 85px;
    line-height: 70px;
  }

  .pr-cat-featured-left .pr-featured-item .title a {
    font-size: var(--font-35);
    line-height: 38px;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .hero-title {
    font-size: var(--font_30);
    line-height: 35px;
    padding-right: 0;
  }

  .hero-excerpt {
    font-size: var(--font_18);
    padding-right: 0;
  }

  .voicey-latest-header h3 {
    font-size: var(--font-35);
  }

  h4.card-title {
    line-height: 18px;
  }

  .card-title a {
    font-size: var(--font_16);
    line-height: 18px;
  }

  .voicey-divider-header {
    font-size: var(--font-35);
  }

  .product-meta h3 {
    font-size: var(--font_14);
  }

  .vc_row.psfitClass .wpb_column .wpb_wrapper p {
    font-size: var(--font_12);
    line-height: 14px;
  }

  .featured-content h2 {
    font-size: var(--font_44);
    line-height: 45px;
  }

  .homepage-category-section .category-block .category-content h2 a {
    font-size: var(--font_44);
    line-height: 45px;
  }

  .footer a {
    font-size: var(--font_13);
    line-height: 25px;
  }

  /* .card-img img.attachment-medium.size-medium.wp-post-image {
        width: 160px;
        height: 140px;
    } */

  /* .home .vc_col-sm-12 .horizontal_carousel_container .horizontal_carousel.visible-4>li img {
        height: 210px;
        width: 210px;
    } */

  li.post h5 {
    line-height: 18px;
  }

  li.post h5 a {
    line-height: 18px;
    font-size: var(--font_16);
  }

  .author
    .vc_row.wpb_row.vc_row-fluid
    .admin_author_class8.wpb_column.vc_column_container.vc_col-sm-8,
  .single-post
    .vc_row.wpb_row.vc_row-fluid
    .admin_author_class8.wpb_column.vc_column_container.vc_col-sm-8 {
    width: 100%;
  }

  .author
    .vc_row.wpb_row.vc_row-fluid
    .admin_author_class4.wpb_column.vc_column_container.vc_col-sm-4,
  .single-post
    .vc_row.wpb_row.vc_row-fluid
    .admin_author_class4.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
  }

  /* .author .vc_row.wpb_row.vc_row-fluid .admin_author_class4.wpb_column.vc_column_container ul.blog.small li.post a img,
    .single-post .vc_row.wpb_row.vc_row-fluid .admin_author_class4.wpb_column.vc_column_container ul.blog.small li.post a img {
        width: 155px;
        height: 120px;
    } */

  .header .logo img {
    width: 150px;
  }

  span.menu-title {
    font-size: var(--font_14);
  }

  .subscribe-btn {
    font-size: var(--font_16);
  }

  .category .page_header_left h1.page_title {
    font-size: var(--font_60);
    line-height: 62px;
  }

  .pr-cat-featured-left .pr-featured-item .title a {
    font-size: var(--font_30);
    line-height: 33px;
  }

  .pr-subcat-header .pr-subcat-title span.name {
    font-size: var(--font_44);
  }

  .pr-subcat-header .pr-subcat-title span.desc {
    font-size: var(--font_30);
  }

  .pr-more-posts h2.pr-more-posts-title {
    font-size: var(--font_44);
    line-height: 46px;
  }

  .pr-more-posts-list article.pr-more-posts-item a.pr-more-posts-thumb img {
    width: 120px;
    height: 120px;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .ubermenu.clearfix ul#menu-primary-menu.ubermenu-nav.had-sf-menu {
    flex-direction: column;
  }

  .header .logo img {
    width: 100px;
  }

  .header-right {
    display: none;
  }

  .mobile-menu-switch {
    border: unset;
  }

  .mobile-menu-switch span.line.one {
    background: var(--black-crl);
    width: 25px;
  }

  .mobile-menu-switch span.line.two {
    width: 20px;
    background: var(--black-crl);
  }

  .mobile-menu-switch span.line.three {
    width: 14px;
    background: var(--black-crl);
  }

  .ubermenu.clearfix ul#menu-primary-menu.ubermenu-nav.had-sf-menu {
    float: unset;
    padding-top: 30px;
  }

  .ubermenu.clearfix ul#menu-primary-menu.ubermenu-nav.had-sf-menu li a {
    padding-left: 5px;
    border-bottom: 1px solid var(--offWhite-crl);
    background: var(--white-crl);
    padding: 20px 35px 20px 45px;
  }

  .sticky.collapsible-mobile-submenus.mobile_menu_container
    a.mobile-menu-switch {
    margin-left: 0;
  }

  /* .mobile_menu_container {
        position: absolute;
        top: 15%;
        left: 0;
        width: 100%;
        z-index: 999;
        display: none;
    } */

  .mobile_menu_container.active {
    display: block;
  }

  .header_container.voicey-header {
    position: relative;
  }

  .searchs {
    position: absolute;
    right: 30px;
    top: 15px;
    /* transform: translateY(-50%); */
  }

  .mobile_menu_container {
    transition: all 0.3s ease;
  }

  .header.voicey-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }

  .mobile-menu-switch:hover {
    background: transparent;
  }

  .mobile-menu-switch {
    z-index: 2;
  }

  .searchs {
    z-index: 2;
    display: block;
  }

  .search .site_container {
    padding: 10px 20px;
  }
  /* Search box in mobile css -06-05-2025 start*/

  .mobile-header-search__form {
    position: absolute;
    top: 34px;
    right: 0;
    width: min(280px, calc(100vw - 40px));
    background: var(--white-crl);
    border: 1px solid rgba(230, 230, 230, 1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    display: none;
    gap: 8px;
    padding: 10px;
  }

  .mobile-header-search.is-open .mobile-header-search__form {
    display: flex;
  }

  .mobile-header-search__form input[type="search"] {
    border: 1px solid rgba(0, 0, 0, 0.16);
    flex: 1;
    min-width: 0;
    padding: 8px 10px;
  }

  .mobile-header-search__form button[type="submit"] {
    background: var(--purple_crl);
    border: 0;
    color: var(--white-crl);
    cursor: pointer;
    padding: 8px 10px;
  }

  /* Search box in mobile css -06-05-2025 end ---------*/
  .logo img {
    width: 100px;
  }

  .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
  }

  a.mobile-menu-switch {
    margin-left: unset;
    margin-right: unset;
    padding-left: 30px;
  }

  nav.ubermenu.clearfix {
    width: 100%;
    height: 100vh;
  }

  .logo.logoMobile {
    display: block;
    z-index: 9999;
  }

  .header_container.voicey-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--white-crl);
    z-index: 9999;
    height: 50px;
  }

  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logoMobile {
    display: block;
  }

  .logoMobile img {
    max-height: 40px;
    width: auto;
  }

  .logodesk {
    display: none;
  }

  .menu_container {
    position: static !important;
  }

  .mobile-menu-switch {
    position: relative;
    z-index: 10001;
  }

  .searchs {
    font-size: var(--font_18);
    margin-left: 10px;
    z-index: 9999;
  }

  .ubermenu {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    background: var(--white-crl);
    z-index: 9998;
  }

  .mobile_menu_container {
    display: block;
    background-color: var(--white-crl);
    padding-bottom: 10px;
  }

  .vc_row.wpb_row.vc_row-fluid.psfitClass {
    padding: 10px !important;
  }

  .vc_row.psfitClass
    .vc_row.wpb_row.vc_inner.vc_row-fluid
    .vc_column-inner
    img {
    border-radius: 10px;
    padding-right: 0;
  }

  .psfitClass
    .wpb_column.vc_column_container
    .vc_column-inner
    .wpb_wrapper
    .wpb_text_column.wpb_content_element {
    padding-left: 10px;
  }

  .psfitClass
    .wpb_column.vc_column_container
    .vc_column-inner
    .wpb_wrapper
    .vc_btn3-container.vc_btn3-inline.vc_do_btn {
    padding-left: 10px;
  }

  .vc_row.psfitClass .vc_row.wpb_row.vc_inner.vc_row-fluid {
    border-bottom: 0.5px solid #6810a745;
    padding: 15px 0 15px 0;
  }

  .vc_row.psfitClass
    .wpb_column:last-child
    .vc_row.wpb_row.vc_inner.vc_row-fluid {
    border-bottom: none;
  }

  .psfitClass .wpb_column.vc_column_container {
    margin-top: 0;
  }

  .featured-category-block {
    flex-direction: column-reverse;
  }

  .homepage-category-section .category-block {
    flex-direction: column;
  }

  .homepage-category-section .category-block .category-content h2 a {
    font-size: 25px;
    line-height: 31px;
  }

  .featured-category-block .featured-content p {
    font-size: var(--font_16);
    line-height: 22px;
  }

  .featured-content h2 {
    font-size: var(--font_30);
    line-height: 33px;
  }

  .homepage-category-section .category-block .category-image img {
    border-radius: 0;
  }

  .hero-title {
    font-size: var(--font_23);
    line-height: 26px;
    padding-right: 0;
  }

  .voicey-latest-header a {
    font-size: var(--font_12);
  }

  .hero-excerpt {
    font-size: var(--font_15);
    line-height: 19px;
    padding-right: 0;
  }

  .voicey-latest-header h3 {
    font-size: var(--font_44);
  }

  .voicey-hero {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }

  .card-title a {
    font-size: var(--font_18);
    line-height: 20px;
  }

  .voicey-grid {
    flex-direction: column;
  }

  .voicey-card {
    width: 100%;
  }

  .voicey-hero-right {
    padding-top: 0;
  }

  .voicey-divider-header {
    font-size: var(--font_44);
    padding-bottom: 0;
    line-height: 47px;
  }

  .featured-category-block .featured-image a img {
    border-radius: 0;
  }

  .product-grid .product-meta h3 {
    min-height: 25px;
    font-size: var(--font_20);
    line-height: 22px;
  }

  .homepage-category-section .category-block .category-content {
    padding-left: 0;
    margin-top: 15px;
  }

  .footer_container .footer.clearfix .vc_row.wpb_row.vc_row-fluid ul.menu li {
    text-align: center;
  }

  ul#menu-footer-menu.footer_menu {
    flex-direction: column;
  }

  ul#menu-footer-menu.footer_menu li h4 {
    border-right: unset;
    padding-right: 0 !important;
  }

  ul#menu-footer-menu.footer_menu li h4 a {
    border-right: unset;
    padding-right: 0;
    font-size: var(--font_11);
    line-height: 15px;
  }

  ul#menu-footer-menu.footer_menu a::after {
    display: none;
  }

  .footer_menu li {
    margin-right: 0 !important;
  }

  ul#menu-primary-menu span.menu-subtitle {
    display: none;
  }

  .mobile-menu-switch {
    position: relative;
    width: 30px;
    height: 20px;
    display: inline-block;
    padding-left: 0px;
  }

  .mobile-menu-switch .line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--black-crl);
    transition: 0.3s ease;
  }

  .mobile-menu-switch .line.one {
    top: 10px;
  }

  .mobile-menu-switch .line.two {
    top: 18px;
  }

  .mobile-menu-switch .line.three {
    top: 26px;
  }

  .mobile-menu-switch.active .line.one {
    transform: rotate(45deg);
    top: 16px;
  }

  .mobile-menu-switch.active .line.two {
    opacity: 0;
  }

  .mobile-menu-switch.active .line.three {
    transform: rotate(-45deg);
    top: 16px;
  }

  a.mobile-menu-switch.active span.line.three {
    width: 25px;
  }

  .header_container.voicey-header
    .collapsible-mobile-submenus
    .ubermenu-item-has-children
    ul {
    display: block;
  }

  ul.sub-menu {
    width: 100%;
  }

  .ubermenu .sub-menu {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
      height 0.4s ease,
      opacity 0.3s ease;
  }

  .ubermenu .ubermenu-item.open > .sub-menu {
    opacity: 1;
  }

  .ubermenu-item > a {
    position: relative;
    display: block;
    padding-left: 0px;
    font-size: var(--font_11);
    line-height: 17px;
  }

  .ubermenu-item-has-children > a::before {
    content: "+";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--font-35);
    transition: all 0.3s ease;
    color: #000;
  }

  .ubermenu-item.open > a::before {
    content: "-";
    color: #000;
  }

  .ubermenu .ubermenu-item.open > ul.sub-menu {
    border-radius: unset !important;
    box-shadow: unset;
    padding-left: 50px !important;
  }

  .ubermenu .ubermenu-item.open > .sub-menu li.ubermenu-item a {
    padding-left: 0 !important;
  }

  .footer.clearfix .vc_row .vc_col-sm-4:nth-child(2) {
    padding-left: 0;
  }

  .footer.clearfix .vc_row .vc_col-sm-4:nth-child(3) {
    padding-left: 0;
  }

  /***********Author Page ***************/
  .author-box {
    flex-direction: column;
    gap: 10px;
  }

  .author-box img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .author-right {
    text-align: center;
  }

  .author-social {
    justify-content: center;
  }
  .author-right h2 {
    font-size: var(--font_48);
  }

  .author-bio {
    padding-bottom: 0;
  }

  .interest-row span {
    width: 90px;
  }

  .author
    .vc_row.wpb_row.vc_row-fluid
    .admin_author_class8.wpb_column.vc_column_container.vc_col-sm-8,
  .single
    .vc_row.wpb_row.vc_row-fluid
    .admin_author_class8.wpb_column.vc_column_container.vc_col-sm-8 {
    width: 100%;
    padding-right: 0;
  }

  .author
    .vc_row.wpb_row.vc_row-fluid
    .admin_author_class4.wpb_column.vc_column_container.vc_col-sm-4,
  .single
    .vc_row.wpb_row.vc_row-fluid
    .admin_author_class4.wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
  }

  .author ul.blog.clearfix.big.page_margin_top_section li.post a img {
    max-width: 120px;
    height: 120px;
  }

  .author
    ul.blog.clearfix.big.page_margin_top_section
    li.post
    .post_content
    h2.clearfix
    a {
    font-size: var(--font_18);
    line-height: 20px;
  }

  .author ul.blog.clearfix.big.page_margin_top_section li.post .post_content {
    margin-top: 0;
  }

  .author
    ul.blog.clearfix.big.page_margin_top_section
    li.post
    .post_content
    li.date.full_border {
    padding-top: 0;
  }

  .author
    .vc_row.wpb_row.vc_row-fluid
    .wpb_column.vc_column_container
    ul.blog.small
    li.post
    .post_content {
    padding-left: 5px;
  }

  .vertical_carousel_container li.post .post_content h5 a {
    font-size: var(--font_13);
    line-height: 16px;
  }

  .latest_post_heading {
    font-size: var(--font_18);
    line-height: 22px;
  }

  .author ul.blog.clearfix.big.page_margin_top_section li.post .post_content {
    margin-right: 15px;
  }

  .single.single-post .wpb_wrapper .single.post h1.post_title a {
    font-size: var(--font_30);
    line-height: 32px;
  }

  h3.box_header.voicey-divider-header {
    padding-top: 30px;
    padding-left: 0;
    font-size: var(--font_44) !important;
    line-height: 50px;
  }

  span.pr-box-text {
    font-size: var(--font_44);
    line-height: 46px;
  }

  .single.single-post .wpb_wrapper .single.post h1.post_title {
    font-size: var(--font_30);
    line-height: 32px;
  }

  .author
    .vc_row.wpb_row.vc_row-fluid
    .admin_author_class4.wpb_column.vc_column_container
    ul.blog.small
    li.post,
  .single-post
    .vc_row.wpb_row.vc_row-fluid
    .admin_author_class4.wpb_column.vc_column_container
    ul.blog.small
    li.post {
    gap: 10px;
  }

  .single.single-post .wpb_wrapper .single.post .pr_top_categories {
    margin-bottom: 0 !important;
  }

  ul#comments_list li.comment {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  ul#comments_list li.comment .comment_author_avatar {
    display: block;
  }

  .featured-category-block .featured-image {
    padding-left: 0px;
  }

  .homepage-category-section .category-block .category-image {
    padding-left: 0px;
  }

  li.post h5 a {
    font-size: var(--font_18);
    line-height: 22px;
  }

  .vc_row.latest-header-row.main-headingClass
    .left_headings.wpb_column
    span.regular_heading {
    display: none;
  }

  .vc_row.latest-header-row.main-headingClass
    .left_headings.wpb_column
    span.bold_heading {
    font-size: var(--font_44);
    line-height: 46px;
  }

  .vc_row.latest-header-row.main-headingClass .left_headings.wpb_column {
    width: 60%;
  }

  .vc_row.latest-header-row.main-headingClass .right_headings.wpb_column {
    width: 40%;
  }

  ul.post_details.custom-meta.simple li.author span.author-avatar img {
    width: 25px;
    height: 25px;
  }

  ul.post_details.custom-meta.simple span.author-name {
    flex: 0 0 70%;
  }

  ul.post_details.custom-meta.simple li.author span.author-avatar {
    flex: 0 0 25%;
  }

  .pr-triple-banner-strip {
    grid-template-columns: 1fr;
  }

  .pr-triple-banner-strip .pr-banner-block + .pr-banner-block {
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category .page_header_left h1.page_title {
    font-size: var(--font_60);
    line-height: 1;
    padding-top: 25px;
  }
  .pr-cat-featured-layout {
    gap: 45px;
  }
  .pr-cat-featured-left .pr-featured-item .title a {
    font-size: var(--font_23);
    line-height: 26px;
  }

  .pr-cat-featured-right .pr-right-item {
    flex-direction: row-reverse;
  }

  .pr-cat-featured-right .pr-right-item .title a {
    font-size: var(--font_18);
    line-height: 20px;
  }

  .pr-cat-featured-right .pr-right-item .title {
    line-height: 20px;
  }

  .pr-cat-featured-right article.pr-right-item .content {
    flex: 0 0 66%;
  }

  .pr-cat-featured-right article.pr-right-item a.thumb {
    flex: 0 0 29%;
  }

  /* .vc_empty_space {
    height: 30px !important;
  } */

  .vc_row.latest-header-row.main-headingClass .left_headings.wpb_column p {
    padding-top: 0 !important;
  }

  .category .theme_page {
    padding-bottom: 10px;
  }

  .category .page_header.vertical_align_table {
    margin-top: 0px;
  }

  .pr-cat-featured-right .pr-right-item .thumb img {
    width: 100%;
    height: auto;
  }

  .pr-subcat-grid {
    flex-direction: column;
  }

  .pr-subcat-grid article.pr-subcat-card a img {
    width: 100%;
  }

  .pr-subcat-header .pr-subcat-title span.name {
    font-size: var(--font_44);
    line-height: 46px;
  }

  .pr-subcat-header .pr-subcat-title span.desc {
    display: none;
  }

  .pr-subcat-header .pr-subcat-title {
    width: 60%;
  }

  .pr-subcat-more-inner-img {
    width: 40%;
  }

  .pr-more-posts h2.pr-more-posts-title {
    font-size: var(--font_44);
    line-height: 46px;
  }

  .pr-more-posts-list article.pr-more-posts-item .pr-more-posts-left h3 a {
    font-size: var(--font_18);
    line-height: 20px;
  }

  .pr-more-posts-list article.pr-more-posts-item a.pr-more-posts-thumb img {
    width: 100px;
    height: 100px;
  }

  .pr-more-posts-list {
    width: 100%;
  }

  .pr-more-posts-list article.pr-more-posts-item .pr-more-posts-left {
    padding-right: 10px;
  }

  section.pr-subcat-section .pr-subcat-grid article.pr-subcat-card {
    display: flex;
    align-items: flex-start;
  }

  section.pr-subcat-section
    .pr-subcat-grid
    article.pr-subcat-card
    .pr-subcat-card-inner-img {
    flex: 0 0 25%;
  }

  section.pr-subcat-section
    .pr-subcat-grid
    article.pr-subcat-card
    .pr-subcat-card-inner-img
    img.attachment-medium.size-medium.wp-post-image {
    width: 100px;
    height: 100px;
  }

  section.pr-subcat-section
    .pr-subcat-grid
    article.pr-subcat-card
    .content_category {
    flex: 0 0 75%;
    padding-left: 10px;
  }

  .pr-subcat-grid article.pr-subcat-card .content_category .cat {
    padding-top: 0;
  }

  .pr-subcat-grid article.pr-subcat-card .content_category h3.title a {
    font-size: var(--font_18);
    line-height: 20px;
  }

  .pr-subcat-grid article.pr-subcat-card .content_category h3.title {
    line-height: 20px;
  }

  .horizontal_carousel_container .horizontal_carousel > li {
    margin-right: 0;
  }

  .vc_col-sm-12
    .horizontal_carousel_container
    .horizontal_carousel.visible-4
    > li
    img {
    width: 100%;
  }

  .homepage-category-section .category-block .category-image {
    padding-right: 0;
  }
  .vc_row.latest-header-row.main-headingClass .right_headings.wpb_column {
    margin-top: 10px;
  }
  .home li.post h5 {
    margin-right: 20px;
  }

  .home li.post h5 a {
    margin-right: 20px;
    display: flex;
  }
  .pr-newsletter-title {
    font-size: var(--font_20);
    line-height: 23px;
  }
  .pr-newsletter-native button {
    position: unset;
    margin-top: 10px;
  }
  .author
    .vc_row.wpb_row.vc_row-fluid
    .admin_author_class4.wpb_column.vc_column_container
    ul.blog.small
    li.post
    ul.post_details.simple
    li.date,
  .single-post
    .vc_row.wpb_row.vc_row-fluid
    .admin_author_class4.wpb_column.vc_column_container
    ul.blog.small
    li.post
    ul.post_details.simple
    li.date {
    flex: 0 0 55%;
  }
  ul.post_details.custom-meta.simple li.author {
    flex: 0 0 45%;
  }
  .voicey-latest-wrapper {
    display: none;
  }
  .home .horizontal_carousel_container .caroufredsel_wrapper ul.blog li.post {
    padding-left: 0;
  }
  .pr-related-title a {
    font-size: var(--font_30);
    line-height: 32px;
  }

  .pr-related-list.single.post .pr-related-title {
    line-height: 32px;
  }
  .voicey-footer-social.mobile-only {
    display: flex;
    gap: 15px;
    justify-content: center;
  }

  .voicey-footer-social.mobile-only i {
    font-size: 26px;
  }
  .footer-social-mobile {
    display: block;
  }

  .admin_author_toprow {
    margin-top: 0;
  }
  .swiper.product-slider {
    padding: 0 0px 0 0;
  }

  .fontClass .wpb_wrapper h1 {
    font-size: var(--font-55) !important;
    line-height: 60px !important;
  }

  .vc_row.wpb_row.vc_row-fluid.therapist_Class {
    flex-direction: column;
  }

  .wd-50.wpb_column .wpb_column.vc_column_container {
    margin-top: 0;
    margin-right: 15px;
  }

  .donecMainClass_Row_column {
    margin-left: 0 !important;
  }

  .heading-with-img.leftSlide::after {
    left: 10%;
  }

  .valputeClassmain .wpb_text_column.wpb_content_element {
    padding-left: 0 !important;
  }

  .valputeClassmain .wpb_column.vc_column_container {
    padding-left: 15px !important;
  }

  .mainBGClass .wpb_wrapper {
    max-width: unset !important;
  }
  .heading-with-img::after {
    width: 180px;
    height: 70px;
  }
  .valputeClassmain {
    width: 80% !important;
  }
  .rightsideImgclass {
    margin-right: 0 !important;
  }
  .therapist_Class {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .interegr_Box .vc_single_image-wrapper {
    margin: 35px 0 35px 0;
  }
  .marginLess-MB {
    margin-top: 0px !important;
  }
  .valputeClassmain h2,
  .fontWeight-700 h2,
  .reverseclass h2.vc_custom_heading,
  h2.heading-with-img,
  .wd-50.wpb_column h2.vc_custom_heading {
    font-size: var(--font-35) !important;
    line-height: 40px !important;
  }

  .reverseclass {
    display: flex;
    flex-direction: column-reverse;
  }

  .reverseclass h2.vc_custom_heading {
    margin-top: 25px;
  }
  .therapist_Class .wd-50.wpb_column {
    padding-left: 0 !important;
  }
  .marginNoMbl {
    margin-bottom: 0 !important;
  }
  .vc_row.wpb_row.vc_row-fluid.valputeClassmain.full_width {
    width: 80% !important;
  }
  .therapist_Class .vc_video-bg iframe {
    height: unset !important;
  }

  .vc_video-bg {
    width: 100% !important;
  }

  .single
    .comment_form_container
    .comment_form
    input[type="submit"].more.active {
    width: 100% !important;
  }
  .pr-related-load {
    width: 100%;
  }
  .single .comment_details .posted_by h5 {
    flex: 0 0 65%;
  }
  /* .single .comment_details .posted_by {
    flex-direction: column;
  } */
  .single .comment_details .posted_by abbr.timeago {
    flex: 0 0 35%;
  }
  .single ul#comments_list li {
    width: 100%;
    overflow: scroll;
  }
  /* Single article (mobile): match reference — category pill, author row, share strip */
  .single.single-post .wpb_wrapper .single.post .pr_top_categories {
    font-family: "ModernGothicRegular", sans-serif !important;
  }
  .single.single-post .wpb_wrapper .single.post .pr_top_categories > span {
    display: none;
  }
  .single.single-post .wpb_wrapper .single.post .pr_top_categories > a ~ a {
    display: none;
  }
  .single.single-post .wpb_wrapper .single.post .pr_top_categories > a {
    display: inline-block;
    background: #000;
    color: #fff !important;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none !important;
    line-height: 1.2;
  }
  .single.single-post .wpb_wrapper .single.post h1.post_title {
    line-height: 1.15;
    padding-top: 2px;
  }
  .single.single-post .wpb_wrapper .single.post h1.post_title a {
    line-height: 1.15;
  }
  .single.single-post .wpb_wrapper .single.post .pr_meta_share_row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
    margin-top: 4px !important;
    margin-bottom: 14px !important;
  }
  .single.single-post .wpb_wrapper .single.post .pr_author_avatar {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .single.single-post .wpb_wrapper .single.post .pr_author_row_inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
  }
  .single.single-post .wpb_wrapper .single.post .pr_author_meta_left:empty {
    display: none !important;
  }
  .single.single-post
    .wpb_wrapper
    .single.post
    .pr_author_meta_left:empty
    + .pr_author_meta_right {
    margin-left: auto;
  }
  .single.single-post .wpb_wrapper .single.post .pr_author_meta_right:empty {
    display: none !important;
  }
  .single.single-post .wpb_wrapper .single.post .pr_author_meta_left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }
  .single.single-post .wpb_wrapper .single.post .pr_by_prefix {
    display: none;
  }
  .single.single-post
    .wpb_wrapper
    .single.post
    .pr_meta_share_row
    .pr_by_author {
    font-family: "ModernGothicRegular", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
  }
  .single.single-post
    .wpb_wrapper
    .single.post
    .pr_meta_share_row
    .pr_by_author
    a {
    font-family: "ModernGothicRegular", sans-serif !important;
    letter-spacing: 0 !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .single.single-post .wpb_wrapper .single.post .pr_date_desktop {
    display: none !important;
  }
  .single.single-post .wpb_wrapper .single.post .pr_date_mobile {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    font-family: "ModernGothicRegular", sans-serif !important;
    font-size: 13px;
    font-weight: 400;
    color: #111 !important;
    white-space: nowrap;
  }
  .single.single-post .wpb_wrapper .single.post .pr_date_mobile i {
    font-size: 14px;
    color: #111;
    opacity: 0.75;
  }
  .single.single-post .wpb_wrapper .single.post .pr_updated_date {
    font-family: "ModernGothicRegular", sans-serif !important;
    font-weight: 400 !important;
    color: #111 !important;
  }
  .single.single-post .wpb_wrapper .single.post .pr_share_icons_top {
    width: 100%;
  }
  .single.single-post
    .wpb_wrapper
    .single.post
    .pr_share_icons_top
    .pr_fa_share_icons {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    margin: 0 !important;
  }
  .single.single-post
    .wpb_wrapper
    .single.post
    .pr_fa_share_icons
    li:nth-child(5) {
    order: -1;
    margin-right: auto;
  }
  .single.single-post .wpb_wrapper .single.post .pr-share-native-label {
    display: inline !important;
    margin-left: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #111 !important;
    font-family: "ModernGothicRegular", sans-serif !important;
  }
  .single.single-post
    .wpb_wrapper
    .single.post
    .pr_fa_share_icons
    .fa-share-native {
    position: relative;
    width: auto !important;
    min-width: 88px;
    height: 36px !important;
    padding: 0 14px 0 12px;
    margin-right: 10px;
    border-radius: 6px;
    background: #fff !important;
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    overflow: visible;
  }
  .single.single-post
    .wpb_wrapper
    .single.post
    .pr_fa_share_icons
    .fa-share-native
    i {
    color: #111 !important;
    font-size: 14px;
  }
  .single.single-post
    .wpb_wrapper
    .single.post
    .pr_fa_share_icons
    .fa-share-native::after {
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #c8c8c8;
    pointer-events: none;
  }
  .single.single-post
    .wpb_wrapper
    .single.post
    .pr_fa_share_icons
    .fa-share-native::before {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    pointer-events: none;
    z-index: 1;
  }
  .single.single-post
    .wpb_wrapper
    .single.post
    .pr_fa_share_icons
    a:not(.fa-share-native) {
    width: 36px !important;
    height: 36px !important;
    border-radius: 8px;
    flex-shrink: 0;
  }
  .single.single-post
    .wpb_wrapper
    .single.post
    .pr_fa_share_icons
    .fa-share-whatsapp {
    background: #25d366 !important;
  }
  .single.single-post .wpb_wrapper .single.post .pr_fa_share_icons .fa-share-x {
    background: #55acee !important;
  }
  .single.single-post
    .wpb_wrapper
    .single.post
    .pr_fa_share_icons
    .fa-share-instagram {
    background: linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    ) !important;
  }
  .single.single-post
    .wpb_wrapper
    .single.post
    .pr_fa_share_icons
    .fa-share-linkedin {
    background: #0a66c2 !important;
  }
  .single.single-post
    .wpb_wrapper
    .single.post
    .pr_author_row_inner
    .pr_author_meta_left
    img.custprofpic-profile-avatar {
    display: block;

    width: 25px;

    border-radius: 50%;
  }
  .wds-75.wpb_column {
    width: 100% !important;
  }

  .wds-25.wpb_column {
    width: 100% !important;
  }
  .wds-33.wpb_column {
    width: 100% !important;
  }

  .post-template-template-post-special-editions-1 .wpb_wrapper h3.box_header {
    font-size: 44px;
    line-height: 54px;
  }
  .wds-50.wpb_column {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .pr-cat-featured-layout {
    grid-template-columns: 1fr;
  }
}

/* Local fonts (used by WPBakery Custom Heading extension) */
@font-face {
  font-family: "Modern Gothic";
  src: url("fonts/ModernGothicRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Modern Gothic";
  src: url("fonts/ModernGothicBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("fonts/RobotoMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
