/* 
Theme Name: Secret Lover
Theme URI: http://secretlover.wpdating.com/
Author: Digital Product Labs, Inc.
Author URI: https://wpdating.com/
Description: This is Secret Lover theme, which well integrates wp dating plugin
Template: wpdating-premium
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: secret-lover
*/
/*===========================================================
WP Matrimony Theme Style
===========================================================*/
:root {
  --color-secondary: #7B6257;
  --color-orange: var(--color-primary);
  --color-info: #F7E7D4;
  --color-highlight: #A0E514;
  --color-heading: rgba(0, 0, 0, 0.9);
  --color-body: rgba(0, 0, 0, 0.75);
  --color-border: #F3E2CE;
  --font-heading: "Bodoni Moda", serif;
  --font-body: "PT Sans", sans-serif;
}

@font-face {
  font-family: "mdi";
  src: url("fonts/mdi.eot?z7crfw");
  src: url("fonts/mdi.eot?z7crfw#iefix") format("embedded-opentype"), url("fonts/mdi.ttf?z7crfw") format("truetype"), url("fonts/mdi.woff?z7crfw") format("woff"), url("fonts/mdi.svg?z7crfw#mdi") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.fa.fa-pencil-square-o,
.fa.fa-power-off,
.fa.fa-eye,
.fa.fa-cog,
.fa.fa-level-up,
.fa.fa-user,
.fa.fa-gift,
.fa.fa-envelope,
.fa.fa-envelope-o,
.fa.fa-users,
.fa.fa-times,
.fa.fa-check,
.fa.fa-ellipsis-h,
.fa.fa-bullhorn,
.fa.fa-heart,
.fa.fa-pencil,
.fa.fa-trash,
.fa.fa-trash-o,
.fa.fa-camera,
.fa.fa-search,
.fa.fa-photo,
.fa.fa-smile-o,
.fa.fa-clock-o,
.fa.fa-comment,
.fa.fa-paper-plane,
.fa.fa-chevron-up,
.fa.fa-calendar,
.fa.fa-tag,
.fa.fa-comments,
.glyphicon.glyphicon-trash,
.glyphicon.glyphicon-plus,
.glyphicon.glyphicon-upload,
.glyphicon.glyphicon-ban-circle {
  font-family: "mdi";
  font-style: normal;
  font-weight: normal;
}

.fa.fa-user::before {
  content: "\f0013";
}

.fa.fa-gift::before {
  content: "\f02a1";
}

.fa.fa-envelope::before {
  content: "\f01f0";
}

.fa.fa-envelope-o::before {
  content: "\f01f0";
}

.fa.fa-users::before {
  content: "\f000f";
}

.fa.fa-cog::before {
  content: "\f08bb";
}

.fa.fa-level-up::before {
  content: "\f09c7";
}

.fa.fa-eye::before {
  content: "\f06d0";
}

.fa.fa-pencil-square-o::before {
  content: "\f090c";
}

.fa.fa-power-off::before {
  content: "\f05fd";
}

.fa.fa-times::before {
  content: "\f0156";
}

.fa.fa-check::before {
  content: "\f012c";
}

.fa.fa-heart::before {
  content: "\f02d1";
}

.fa.fa-ellipsis-h::before {
  content: "\f01d8";
}

.fa.fa-bullhorn::before {
  content: "\f023e";
}

.fa.fa-pencil::before {
  content: "\f03eb";
}

.fa.fa-trash::before, .fa.fa-trash-o::before {
  content: "\f0a79";
}

.fa.fa-camera::before {
  content: "\f0101";
}

.fa.fa-search::before {
  content: "\f0349";
}

.fa.fa-photo::before {
  content: "\f02e9";
}

.fa.fa-smile-o::before {
  content: "\f01f2";
}

.fa.fa-paper-plane::before {
  content: "\f048a";
}

.fa.fa-clock-o::before {
  content: "\f0150";
}

.fa.fa-comment::before {
  content: "\f0365";
}

.fa.fa-chevron-up::before {
  content: "\f0143";
}

.fa.fa-calendar::before {
  content: "\f00ed";
}

.fa.fa-tag::before {
  content: "\f04fc";
}

.fa.fa-comments::before {
  content: "\f0181";
}

.additional-search-panel .icon-plus {
  font-family: "mdi";
}
.additional-search-panel .icon-plus::before {
  content: "\f0419";
}

.wpee-album-details .wpee-album-back-button-section a::before, .dsp_back_inbox a::before {
  font-family: "mdi";
  content: "\f004d";
}

.dsp_back_inbox a + a::before {
  content: "\f17a7";
}

.glyphicon.glyphicon-trash {
  top: 0;
}
.glyphicon.glyphicon-trash::before {
  content: "\f0a7a";
}

.glyphicon.glyphicon-plus {
  top: 0;
}
.glyphicon.glyphicon-plus::before {
  content: "\f0415";
}

.glyphicon.glyphicon-upload {
  top: 0;
}
.glyphicon.glyphicon-upload::before {
  content: "\f0552";
}

.glyphicon.glyphicon-ban-circle {
  top: 0;
}
.glyphicon.glyphicon-ban-circle::before {
  content: "\f073a";
}

.logo-wrap {
  width: 100%;
  max-width: none;
}

.navbar-brand img {
  display: block;
  max-width: 205px;
  height: auto;
}
.default-logo .navbar-brand img {
  max-width: 145px;
}

#logo {
  margin: 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
body {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  padding-top: 70px;
  font-family: sans-serif;
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 70px;
  }
}

body.not-logged-in {
  padding-top: 84px;
}
@media screen and (max-width: 1199px) {
  body.not-logged-in {
    padding-top: 74px;
  }
}
@media screen and (max-width: 991px) {
  body.not-logged-in {
    padding-top: 62px;
  }
}
@media screen and (max-width: 767px) {
  body.not-logged-in {
    padding-top: 71px;
  }
}

a,
button,
.img-holder img,
input[type=submit],
.post-navigation .nav-links > div .nav-title,
.logo-wrap {
  transition: all 200ms ease;
}

a:visited {
  color: initial;
}

.img-holder {
  border-radius: 0;
}

textarea {
  resize: vertical;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo-wrap a.navbar-brand {
    display: block;
  }
  .logo-wrap a.navbar-brand.high-res {
    display: none;
  }
}
.logo-wrap .default-logo a.navbar-brand {
  display: block;
}

body.page h1 {
  font-size: clamp(48px, 5.7142857143vw, 72px);
  font-weight: 700;
  letter-spacing: -0.03em;
}

body.page h2 {
  font-size: clamp(32px, 5.0793650794vw, 64px);
  font-weight: 700;
  letter-spacing: -0.01em;
}

body.page h3 {
  font-size: clamp(24px, 2.5396825397vw, 32px);
  font-weight: 700;
  letter-spacing: -0.01em;
}

@media screen and (min-width: 375px) and (max-width: 1399px) {
  body.page h4 {
    font-size: calc(20px + 4 * (100vw - 375px) / 1025);
  }
}
@media screen and (max-width: 374px) {
  body.page h4 {
    font-size: 20px;
  }
}

@media screen and (min-width: 375px) and (max-width: 1399px) {
  body.page h5 {
    font-size: calc(18px + 2 * (100vw - 375px) / 1025);
  }
}
@media screen and (max-width: 374px) {
  body.page h5 {
    font-size: 18px;
  }
}

@media screen and (min-width: 375px) and (max-width: 1399px) {
  body.page h6 {
    font-size: calc(14px + 2 * (100vw - 375px) / 1025);
  }
}
@media screen and (max-width: 374px) {
  body.page h6 {
    font-size: 14px;
  }
}

.site-header {
  border-bottom: none;
  background: #FFF;
  padding: 15px 25px;
}
.site-header.header-shadow .logo-wrap {
  max-width: 80%;
}

@media screen and (max-width: 991px) {
  .menu-main-menu-container > ul {
    flex-direction: column;
  }
}

.site-header .right-content .main-navigation {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  #site-navigation {
    display: none;
  }
}

#mobile-navigation {
  display: none;
}
@media screen and (max-width: 991px) {
  #mobile-navigation {
    display: block;
    transform: translateX(-320px);
    transition: 0.3s ease;
    position: fixed;
    left: 0;
    top: 70px;
    background-color: #FFF;
    padding: 30px 0;
    width: auto;
    height: auto;
    bottom: 0;
    min-width: 320px;
    align-items: flex-start;
    z-index: 99;
  }
  .mobile-menu-on #mobile-navigation {
    transform: translateX(0);
  }
}
#wpfront-notification-bar-spacer ~ #page #mobile-navigation {
  top: 126px;
}

.site-header .left-content.move {
  transform: none;
}
@media screen and (max-width: 767px) {
  .site-header .left-content {
    flex: 1 1 0;
    max-width: 100%;
  }
  .site-header .left-content .navbar-brand {
    display: flex;
    justify-content: center;
  }
}

.ham-icon {
  width: 28px;
  flex: 0 0 28px;
  margin-right: 47px;
}
.ham-icon:before, .ham-icon:after,
.ham-icon span {
  border-radius: 3px;
  background-color: var(--color-primary);
}
.ham-icon:after {
  width: 50%;
}
.ham-icon.is-triggred:after {
  width: 100%;
}

.btn-wrap.primary a.header-login-btn {
  border-radius: 20px;
  background-color: var(--color-primary);
  color: #F7E7D4;
}
.btn-wrap.primary a.header-login-btn i {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn-wrap.primary a.header-login-btn i {
    display: block;
  }
}

.wpee-count-num {
  background-color: var(--color-highlight);
}

.login-wrap ul.wpee-notification-links {
  align-items: center;
}
.login-wrap ul.wpee-notification-links > li > a {
  pointer-events: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .login-wrap ul.wpee-notification-links > li > a {
    pointer-events: none;
  }
}
.login-wrap ul.wpee-notification-links > li > a i {
  font-size: 20px;
  color: var(--color-orange);
}

.notification-profile-img > a {
  width: 40px;
  border: 1px solid var(--color-info);
}

@media screen and (max-width: 1199px) {
  .main-navigation > .menu-main-menu-container li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .main-navigation > .menu-main-menu-container li {
    margin: 0;
  }
}
.main-navigation > .menu-main-menu-container li a {
  font-weight: 400;
  padding: 0;
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .main-navigation > .menu-main-menu-container li a {
    font-size: 16px;
    padding: 15px 30px;
  }
}

.menu-main-menu-container ul > .current-menu-item > a {
  font-weight: 700;
}

.main-navigation > .menu-main-menu-container li > a::before,
.main-navigation > .menu-main-menu-container li > a::after {
  content: none !important;
}

.main-navigation > .menu-main-menu-container .current-menu-item > a {
  color: var(--color-primary);
}

@media screen and (max-width: 991px) {
  .ham-icon.is-triggred::before,
  .site-header .ham-icon.is-triggred::before {
    transform: translateY(8px) rotate(45deg);
    transform-origin: center center;
  }
  .ham-icon.is-triggred::after,
  .site-header .ham-icon.is-triggred::after {
    transform: translateY(-8px) rotate(-45deg);
    transform-origin: center center;
  }
  .site-header .right-content .main-navigation {
    margin-top: 0;
    top: 0;
  }
}
body.page .dc_content_header_wrap h2 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 400;
  color: var(--color-secondary);
}

.dc_instant_chat_wrap .dc_content_header_wrap h2 {
  display: none;
}

::-moz-selection {
  color: #FFF;
  background: var(--color-primary);
}

::selection {
  color: #FFF;
  background: var(--color-primary);
}

.text-highlight {
  position: relative;
  z-index: 1;
}
.text-highlight:before {
  content: "";
  position: absolute;
  left: -0.02em;
  right: -0.02em;
  bottom: 0.2em;
  background-color: var(--color-highlight);
  background-image: linear-gradient(45deg, var(--color-highlight), var(--color-info));
  height: 0.2em;
  min-height: 2px;
  transform: skewX(-30deg);
  z-index: -1;
}
.text-highlight > * {
  position: relative;
}

@media screen and (max-width: 767px) {
  .profile-notification-blocks {
    line-height: 1;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .profile-header-menu .ham-icon span,
  .profile-header-menu .ham-icon::before,
  .profile-header-menu .ham-icon::after {
    background-color: #FFF;
    border-radius: 3px;
  }
}

.profile-header-menu .ham-icon {
  display: none;
}
.profile-header-menu ul.wpee-notification-links li a i,
.profile-header-menu ul.wpee-notification-links.different-user li a i {
  font-size: 20px;
  opacity: 0.65;
}
.profile-header-menu ul.wpee-notification-links li a:hover i,
.profile-header-menu ul.wpee-notification-links.different-user li a:hover i {
  opacity: 1;
}
.profile-header-menu ul.wpee-notification-links li ul a,
.profile-header-menu ul.wpee-notification-links.different-user li ul a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .profile-header-menu ul.wpee-notification-links li ul a i,
  .profile-header-menu ul.wpee-notification-links.different-user li ul a i {
    color: var(--color-body);
  }
}
.profile-header-menu ul.wpee-notification-links li.wpee_active_link a i,
.profile-header-menu ul.wpee-notification-links.different-user li.wpee_active_link a i {
  opacity: 1;
}

ul.wpee-notification-links.different-user li:not(:last-child) {
  margin-right: 8px !important;
}
ul.wpee-notification-links.different-user li a {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  border-width: 0;
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  ul.wpee-notification-links.different-user li a {
    color: #FFF;
    opacity: 1;
    width: auto;
    height: auto;
  }
}
ul.wpee-notification-links.different-user li a i {
  opacity: 1;
}
ul.wpee-notification-links.different-user li a i.fa-heart:before {
  content: "\f02d5";
}
ul.wpee-notification-links.different-user li a:before {
  content: "";
  position: absolute;
  background-color: var(--color-primary);
  opacity: 0.1;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  top: 0;
  left: 0;
}
ul.wpee-notification-links.different-user li a > * {
  position: relative;
}

.wpee-notification-links ul.wpee-sub-menu > li > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wpee-notification-links ul.wpee-sub-menu > li > a > i {
  opacity: 0.5;
}

.wpee-notification-links ul.wpee-sub-menu > li > a:hover > i {
  opacity: 1;
}

.notification-profile-img > a {
  padding: 2px;
}
.notification-profile-img > a img {
  border-radius: 42px;
}

.wpee-small-quick-search-wrap form .form-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wpee-small-quick-search-wrap form .form-inline .form-group {
  width: calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  margin-bottom: 30px;
  position: relative;
}
.wpee-small-quick-search-wrap form .form-inline .form-group .form-control {
  height: 60px;
  height: clamp(40px, 4.7619047619vw, 60px);
  font-size: 24px;
  font-size: clamp(16px, 1.5873015873vw, 20px);
  padding: clamp(10px, 1.2698412698vw, 16px) clamp(40px, 4.7619047619vw, 60px) clamp(10px, 1.2698412698vw, 16px) clamp(10px, 1.2698412698vw, 16px);
  border-radius: 8px;
}
.wpee-small-quick-search-wrap form .form-inline .form-group select.form-control {
  border: none;
  box-shadow: 0px 2px rgba(0, 0, 0, 0.05);
  background: #FFF url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M2.1375 0.578125L6.73125 5.17188L11.325 0.578125L12.7312 1.98438L6.73125 7.98438L0.731249 1.98438L2.1375 0.578125Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat right 16px top 50% scroll;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 991px) {
  .wpee-small-quick-search-wrap form .form-inline .form-group {
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    margin-bottom: 24px;
  }
}
.wpee-small-quick-search-wrap form .form-inline .form-group .label-overlap {
  position: absolute;
  width: auto;
  background-color: #FFF;
  padding: 4px;
  margin: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  top: -10px;
  left: 14px;
  display: block !important;
}
.wpee-small-quick-search-wrap form .form-inline .form-group.submit-wrap i {
  display: none;
}
.wpee-small-quick-search-wrap form .form-inline .form-group.submit-wrap input[type=submit] {
  opacity: 1;
  font-size: 24px;
  font-size: clamp(16px, 1.9047619048vw, 24px);
  height: 60px;
  height: clamp(40px, 4.7619047619vw, 60px);
  border-radius: 60px;
  color: #F7E7D4;
  font-weight: 700;
  position: static;
}
.wpee-small-quick-search-wrap form .form-inline .submit-wrap {
  height: auto;
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 0;
}

select.dspdp-form-control,
select.form-control {
  background: #FFF url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='rgba(0,0,0,0.3)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat right 16px top 50% scroll;
  background-size: auto 12%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  padding-right: 30px !important;
}

.dspdp-form-control,
input[type=file].dspdp-form-control,
.form-control {
  font-size: 16px;
  padding: 6px 12px;
  box-shadow: none;
}

.dspdp-form-control:focus {
  border-color: var(--color-primary);
  box-shadow: none;
}

.form-control[disabled=disabled] {
  background-color: rgba(0, 0, 0, 0.05);
}

.elementor-heading-title,
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-heading);
}

#wpfront-notification-bar-spacer {
  position: fixed;
}
#wpfront-notification-bar-spacer ~ #page header.site-header {
  top: 66px;
}

.main-member-list-wrap {
  margin: 0;
}
.main-member-list-wrap .member-detail-wrap {
  border-radius: 0;
  width: 33.33%;
  min-height: 0;
  height: 250px;
  margin: 0;
  transition: none;
  position: relative;
  align-self: stretch;
}
.main-member-list-wrap .member-detail-wrap:hover {
  transform: none;
}
.main-member-list-wrap .member-detail-wrap .member-user-name {
  font-size: 16px;
  font-size: clamp(11px, 1.2698412698vw, 16px);
  line-height: 100%;
  font-family: var(--font-body);
  color: var(--color-info);
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .main-member-list-wrap .member-detail-wrap .member-user-name {
    margin-bottom: 0;
  }
}
.main-member-list-wrap .member-detail-wrap .member-user-name a {
  font-family: var(--font-body);
  color: var(--color-info);
}
.main-member-list-wrap .member-detail-wrap .user-details {
  background: linear-gradient(180deg, rgba(33, 25, 15, 0) 0%, #21190F 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: unset;
}
.main-member-list-wrap .member-detail-wrap .user-detail-content {
  font-size: 14px;
  font-size: clamp(10px, 1.1111111111vw, 14px);
  color: var(--color-info);
}
.main-member-list-wrap .member-detail-wrap .user-detail-content br {
  display: none;
}
.main-member-list-wrap .member-detail-wrap .user-detail-content p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.main-member-list-wrap .member-detail-wrap .user-detail-content [data-label=member-city],
.main-member-list-wrap .member-detail-wrap .user-detail-content [data-label=member-country],
.main-member-list-wrap .member-detail-wrap .user-detail-content [data-label=member-label] {
  display: none;
}
.main-member-list-wrap .member-detail-wrap .user-detail-content [data-label=member-state] span {
  display: none;
}
.main-member-list-wrap .member-detail-wrap .user-detail-content [class*=gender-] {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  text-align: center;
}
.main-member-list-wrap .member-detail-wrap .user-detail-content [class*=gender-]::before {
  font: normal normal normal 14px/1 "mdi";
}
@media screen and (max-width: 767px) {
  .main-member-list-wrap .member-detail-wrap .user-detail-content [class*=gender-]::before {
    font-size: 12px;
  }
}
.main-member-list-wrap .member-detail-wrap .user-detail-content .gender-Woman::before {
  content: "\f029c";
}
.main-member-list-wrap .member-detail-wrap .user-detail-content .gender-Man::before {
  content: "\f029d";
}
@media screen and (max-width: 1366px) {
  .main-member-list-wrap .member-detail-wrap {
    min-height: 0;
    height: auto;
  }
}
@media screen and (max-width: 1366px) {
  .main-member-list-wrap .member-detail-wrap .user-details {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .main-member-list-wrap .member-detail-wrap .user-details {
    padding: clamp(8px, 1.614530777vw, 16px);
  }
}
.main-member-list-wrap .member-detail-wrap .dspdp-online-status {
  top: 0;
}

.member-list-tab-wrap .member-list-tab-list:not(.member-list-tab-list-show) {
  visibility: hidden;
  position: absolute;
}
.member-list-tab-wrap .main-member-list-wrap .member-detail-wrap .member-user-name {
  display: block;
}
.member-list-tab-wrap .main-member-list-wrap .member-detail-wrap .member-user-name a:before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: -1000px;
  bottom: -1000px;
}

@media screen and (max-width: 767px) {
  .member-list-tab-list {
    width: 100%;
  }
}

ul.filters-button-group {
  display: inline-flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  ul.filters-button-group {
    margin-bottom: 0;
    display: flex;
  }
}
ul.filters-button-group > li {
  color: var(--color-info);
  font-size: 22px;
  font-size: clamp(16px, 1.746031746vw, 22px);
  line-height: 1.5;
  line-height: 100%;
  padding: clamp(15px, 2.4771838331vw, 19px) 16px;
  flex: 0 0 50%;
  width: 50%;
  border: none;
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 400;
  font-style: italic;
  border-radius: 0;
  text-align: center;
  box-shadow: 0 0 0 1px var(--color-info) inset;
  margin-bottom: -1px;
  margin-right: -1px;
  cursor: pointer;
  transition: 0.2s ease;
}
ul.filters-button-group > li span {
  display: none;
}
ul.filters-button-group > li:nth-child(1) {
  border-radius: 16px 0 0 0;
}
ul.filters-button-group > li:nth-child(2) {
  border-radius: 0 16px 0 0;
}
ul.filters-button-group > li:nth-child(4) {
  border-radius: 0 0 16px 0;
}
ul.filters-button-group > li:nth-child(3) {
  border-radius: 0 0 0 16px;
}
ul.filters-button-group > li.is-checked {
  background-color: var(--color-info);
  color: var(--color-primary);
}
ul.filters-button-group > li:hover {
  background-color: rgb(255, 255, 255);
  color: var(--color-primary);
}
ul.filters-button-group > li > i {
  display: none;
}

.wpee-member-wrapper {
  display: flex;
  flex-direction: column;
}
.wpee-member-wrapper .wpee-ajax-filter {
  order: 1;
}
.wpee-member-wrapper .wpee-member-list-content {
  order: 3;
}
.wpee-member-wrapper > p {
  order: 2;
  text-align: center;
  margin-bottom: 32px;
}

.wpee-member-list-content {
  padding-bottom: 64px;
}
.wpee-member-list-content .box-border {
  text-align: center;
  justify-self: center;
  margin: auto;
}
.wpee-member-list-content .main-member-list-wrap {
  gap: 24px;
}
.wpee-member-list-content .member-detail-wrap {
  flex: 0 0 calc(25% - 18px);
  height: auto;
  border-radius: clamp(9px, 1.2698412698vw, 16px);
}
@media screen and (max-width: 1366px) {
  .wpee-member-list-content .member-detail-wrap {
    flex: 0 0 calc(33.3333333333% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .wpee-member-list-content .member-detail-wrap {
    flex: 0 0 calc(50% - 12px);
  }
}
.wpee-member-list-content .member-detail-wrap .user-details {
  padding: clamp(10px, 2.380952381vw, 30px);
  background: rgba(123, 98, 87, 0.7);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.wpee-member-list-content .member-detail-wrap .user-details p {
  gap: 0 10px;
  gap: 0 clamp(5px, 1.3037809648vw, 10px);
}
.wpee-member-list-content .img-holder {
  position: relative;
}
.wpee-member-list-content .img-holder a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(33, 25, 15, 0) 0%, #21190F 100%);
}
.wpee-member-list-content .img-holder img {
  height: 495px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .wpee-member-list-content .img-holder img {
    height: 395px;
  }
}
@media screen and (max-width: 767px) {
  .wpee-member-list-content .img-holder img {
    height: clamp(240px, 51.4993481095vw, 395px);
  }
}
.wpee-member-list-content .member-user-name .dspdp-online-status {
  top: 50%;
  transform: translateY(-50%);
}
.wpee-member-list-content .member-user-name .dspdp-status-on,
.wpee-member-list-content .member-user-name .dspdp-status-off {
  width: 7px;
  height: 7px;
  border: none;
}

.testimonials_section .slick-list {
  padding: 0 !important;
}
.testimonials_section .user-detail-wrap {
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
@media screen and (max-width: 767px) {
  .testimonials_section .user-detail-wrap {
    align-items: center !important;
    justify-content: center !important;
  }
}
.testimonials_section .user-detail-wrap figure,
.testimonials_section .user-detail-wrap figure img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
@media screen and (max-width: 1399px) {
  .testimonials_section .user-detail-wrap figure,
  .testimonials_section .user-detail-wrap figure img {
    width: 60px;
    height: 60px;
  }
}
.testimonials_section .user-detail-wrap .name {
  color: var(--color-body);
  font-family: var(--font-heading);
  font-style: italic;
  font-size: clamp(14px, 1.4285714286vw, 18px);
  position: relative;
}
.testimonials_section .user-detail-wrap .name:before {
  content: "";
  width: 62px;
  border-bottom: 1px solid #FFF;
  position: absolute;
  right: calc(100% + 20px);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .testimonials_section .user-detail-wrap .name:before {
    width: 24px;
  }
}
.testimonials_section .user-detail-wrap .title {
  color: #FFF;
}
.testimonials_section .testimonials-wrap {
  background-image: none;
  padding: 50px;
  padding: clamp(16px, 4.7619047619vw, 60px) clamp(16px, 3.9682539683vw, 50px);
  padding-left: max(320px, 38%);
  text-align: left;
  display: flex !important;
  flex-direction: column;
  position: relative;
}
.testimonials_section .testimonials-wrap > * {
  padding-left: 50px;
  padding-left: clamp(16px, 3.9682539683vw, 50px);
}
@media screen and (max-width: 1260px) {
  .testimonials_section .testimonials-wrap {
    padding-left: max(238px, 38%);
  }
}
@media screen and (max-width: 767px) {
  .testimonials_section .testimonials-wrap {
    padding-left: clamp(16px, 3.9682539683vw, 50px);
  }
}
.testimonials_section .desc-wrap {
  font-size: clamp(12px, 1.4285714286vw, 18px);
}
@media screen and (max-width: 767px) {
  .testimonials_section .desc-wrap {
    text-align: center;
  }
}
.testimonials_section .slick-slide {
  filter: none;
  margin: 0;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .testimonials_section .slick-slide {
    margin: 0;
  }
}
.testimonials_section.slick-dotted.slick-slider {
  margin: 0;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .testimonials_section.slick-dotted.slick-slider {
    padding-top: 0;
  }
}
.testimonials_section .slick-dots {
  bottom: 36px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.testimonials_section .slick-dots li {
  display: block;
  margin: 0;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #FFF;
  border: 1px solid #7B6257;
}
.testimonials_section .slick-dots li button {
  display: none;
}
.testimonials_section .slick-dots li button::before {
  display: none;
}
.testimonials_section .slick-dots li.slick-active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.testimonials_section .slick-slide.slick-active.slick-center {
  transform: none;
}
.testimonials_section .testimonials-wrap {
  background: #F37370;
  color: #FFF;
  justify-content: center;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .testimonials_section .testimonials-wrap {
    margin-top: 30px;
    padding-top: 50px;
  }
}
.testimonials_section h5.title {
  color: #FFF;
  font-size: clamp(18px, 2.8571428571vw, 36px);
}
@media screen and (max-width: 767px) {
  .testimonials_section h5.title {
    text-align: center;
  }
}
.testimonials_section .user-detail-wrap figure {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: max(320px, 38%);
  border-radius: 16px 0 0 16px;
  margin: 0;
}
@media screen and (max-width: 1260px) {
  .testimonials_section .user-detail-wrap figure {
    width: max(238px, 38%);
  }
}
@media screen and (max-width: 767px) {
  .testimonials_section .user-detail-wrap figure {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
  }
}
.testimonials_section .user-detail-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

button.slick-arrow {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 52px;
  background-color: #FFF !important;
}
button.slick-arrow:before {
  display: none;
}
button.slick-arrow.slick-prev, button.slick-arrow.slick-prev:hover {
  background: #FFF no-repeat 50% 50% url("data:image/svg+xml,%3Csvg width='13' height='19' viewBox='0 0 13 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0433 16.3906L5.15264 9.5L12.0433 2.60938L9.93389 0.5L0.933886 9.5L9.93389 18.5L12.0433 16.3906Z' fill='%23C4C4C4'/%3E%3C/svg%3E%0A");
}
button.slick-arrow.slick-next {
  right: -70px;
}
button.slick-arrow.slick-next, button.slick-arrow.slick-next:hover {
  background: #FFF no-repeat 50% 50% url("data:image/svg+xml,%3Csvg width='12' height='19' viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.777636 16.3906L7.66826 9.5L0.777636 2.60938L2.88701 0.5L11.887 9.5L2.88701 18.5L0.777636 16.3906Z' fill='%23C4C4C4'/%3E%3C/svg%3E%0A");
}
button.slick-arrow.slick-prev {
  left: -70px;
}
.elementor-counter .elementor-counter-number {
  font-family: var(--font-heading);
}
.elementor-counter .elementor-counter-title {
  font-family: var(--font-body);
}

.wpee-user-stories-wrap .user-stories-wrap {
  margin: 0;
}
@media (max-width: 767px) {
  .wpee-user-stories-wrap .user-stories-wrap {
    padding-left: 16px;
    padding-right: 16px;
    overflow: auto;
  }
}
.wpee-user-stories-wrap .user-stories-wrap .desc,
.wpee-user-stories-wrap .user-stories-wrap .link-wrap {
  display: none;
}
.wpee-user-stories-wrap .user-stories-wrap .content-wrap {
  flex-wrap: wrap;
  gap: 30px;
  justify-content: initial;
}
@media (max-width: 767px) {
  .wpee-user-stories-wrap .user-stories-wrap .content-wrap {
    flex-wrap: nowrap;
    gap: 16px;
  }
}
.wpee-user-stories-wrap .user-stories-wrap .user-story-wrap {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  flex: 0 0 calc(33.3333333333% - 20px);
}
@media (max-width: 767px) {
  .wpee-user-stories-wrap .user-stories-wrap .user-story-wrap {
    flex: 0 0 237px;
  }
}
.wpee-user-stories-wrap .user-stories-wrap .img-holder {
  width: 100%;
  border-radius: 16px 16px 20px 20px;
  height: 0;
  position: relative;
  max-height: none;
  padding-top: 173.33%;
}
.wpee-user-stories-wrap .user-stories-wrap .thumb,
.wpee-user-stories-wrap .user-stories-wrap .thumb-big {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wpee-user-stories-wrap .user-stories-wrap .date-wrap {
  font-size: 14px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.5);
}
.wpee-user-stories-wrap .user-stories-wrap .date-wrap i {
  display: none;
}
.wpee-user-stories-wrap .user-stories-wrap .story-content-wrap {
  padding: 25px;
  margin: 0;
  background: rgba(254, 243, 231, 0.9);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 0px 0px 16px 16px;
  flex-grow: 1;
  z-index: 9;
  align-self: stretch;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wpee-user-stories-wrap .user-stories-wrap .story-content-wrap .story-excerpt[hidden] {
  display: block;
  font-size: clamp(12px, 1.1111111111vw, 14px);
  order: 3;
  margin-bottom: 0;
}
.wpee-user-stories-wrap .user-stories-wrap .post-title,
.wpee-user-stories-wrap .user-stories-wrap .post-title a {
  font-size: clamp(15px, 1.4285714286vw, 18px);
  margin: 0;
}
.wpee-user-stories-wrap .user-stories-wrap .post-title {
  order: 2;
}
.wpee-user-stories-wrap .user-stories-wrap .content-wrap-inner.left-wrap {
  flex: 0 0 calc(33.3333333333% - 20px);
  width: calc(33.3333333333% - 20px);
  margin: 0;
}
.wpee-user-stories-wrap .user-stories-wrap .content-wrap-inner.left-wrap .user-story-wrap {
  flex: 1 1 0;
}
.wpee-user-stories-wrap .user-stories-wrap .content-wrap-inner.right-wrap {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 calc(66.6666666667% - 20px);
  width: calc(66.6666666667% - 20px);
  gap: 30px;
}
.wpee-user-stories-wrap .user-stories-wrap .content-wrap-inner.right-wrap .user-story-wrap {
  flex: 0 0 calc(50% - 15px);
  margin: 0;
}

.how-it-works-panel ul,
.how-it-works-panel ol {
  margin-left: 16px;
  padding-left: 0;
}
.how-it-works-panel ul li + li,
.how-it-works-panel ol li + li {
  margin-top: 8px;
}

.wpee-blog-post-wrap .blog-list-wrapper,
.page-template-tpl-blog-post .blog-list-wrapper {
  margin: 0;
}
.wpee-blog-post-wrap .blog-list-wrapper .desc,
.wpee-blog-post-wrap .blog-list-wrapper .link-wrap,
.page-template-tpl-blog-post .blog-list-wrapper .desc,
.page-template-tpl-blog-post .blog-list-wrapper .link-wrap {
  display: none;
}
.wpee-blog-post-wrap .blog-list-wrapper .content-wrap,
.page-template-tpl-blog-post .blog-list-wrapper .content-wrap {
  flex-wrap: wrap;
  gap: 30px;
  justify-content: initial;
  margin: 0;
}
.wpee-blog-post-wrap .blog-list-wrapper .blog-card-wrap,
.page-template-tpl-blog-post .blog-list-wrapper .blog-card-wrap {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  flex: 0 0 calc(33.33% - 20px);
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 991px) {
  .wpee-blog-post-wrap .blog-list-wrapper .blog-card-wrap,
  .page-template-tpl-blog-post .blog-list-wrapper .blog-card-wrap {
    flex: 0 0 calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .wpee-blog-post-wrap .blog-list-wrapper .blog-card-wrap,
  .page-template-tpl-blog-post .blog-list-wrapper .blog-card-wrap {
    flex: 0 0 100%;
  }
}
.wpee-blog-post-wrap .blog-list-wrapper .cat-wrap,
.page-template-tpl-blog-post .blog-list-wrapper .cat-wrap {
  line-height: 1.3;
  justify-content: center;
}
@media screen and (max-width: 1399px) {
  .wpee-blog-post-wrap .blog-list-wrapper .cat-wrap,
  .page-template-tpl-blog-post .blog-list-wrapper .cat-wrap {
    margin-bottom: 8px;
  }
}
.wpee-blog-post-wrap .blog-list-wrapper .cat-wrap a,
.page-template-tpl-blog-post .blog-list-wrapper .cat-wrap a {
  color: var(--color-primary);
}
.wpee-blog-post-wrap .blog-list-wrapper .img-holder,
.page-template-tpl-blog-post .blog-list-wrapper .img-holder {
  border-radius: 16px;
  height: 0;
  padding-top: 109%;
  position: relative;
}
.wpee-blog-post-wrap .blog-list-wrapper .img-holder a,
.page-template-tpl-blog-post .blog-list-wrapper .img-holder a {
  display: block;
}
.wpee-blog-post-wrap .blog-list-wrapper .img-holder img,
.page-template-tpl-blog-post .blog-list-wrapper .img-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wpee-blog-post-wrap .blog-list-wrapper .thumb,
.wpee-blog-post-wrap .blog-list-wrapper .thumb-big,
.page-template-tpl-blog-post .blog-list-wrapper .thumb,
.page-template-tpl-blog-post .blog-list-wrapper .thumb-big {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wpee-blog-post-wrap .blog-list-wrapper .date-wrap,
.page-template-tpl-blog-post .blog-list-wrapper .date-wrap {
  font-size: 14px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.5);
}
.wpee-blog-post-wrap .blog-list-wrapper .date-wrap i,
.page-template-tpl-blog-post .blog-list-wrapper .date-wrap i {
  display: none;
}
.wpee-blog-post-wrap .blog-list-wrapper h4.post-title,
.page-template-tpl-blog-post .blog-list-wrapper h4.post-title {
  font-size: 20px;
}
.wpee-blog-post-wrap .blog-list-wrapper .blog-content-wrap,
.page-template-tpl-blog-post .blog-list-wrapper .blog-content-wrap {
  padding: 64px 20px 20px;
  padding: clamp(37px, 5.0793650794vw, 64px) clamp(10px, 1.5873015873vw, 20px) clamp(10px, 1.5873015873vw, 20px);
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  bottom: clamp(15px, 2.380952381vw, 30px);
  left: clamp(15px, 2.380952381vw, 30px);
  right: clamp(15px, 2.380952381vw, 30px);
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 5px;
  flex-grow: 1;
  width: auto;
}
.wpee-blog-post-wrap .blog-list-wrapper .blog-content-wrap .blog-tip,
.page-template-tpl-blog-post .blog-list-wrapper .blog-content-wrap .blog-tip {
  position: absolute;
  top: -45px;
  top: clamp(-45px, -3.5714285714vw, -26px);
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  width: clamp(52px, 7.1428571429vw, 90px);
  height: clamp(52px, 7.1428571429vw, 90px);
  background-color: #FFF;
  border-radius: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-size: clamp(10px, 1.1111111111vw, 14px);
  line-height: 1;
  gap: 5px;
}
.wpee-blog-post-wrap .blog-list-wrapper .blog-content-wrap .blog-tip .blog-id,
.page-template-tpl-blog-post .blog-list-wrapper .blog-content-wrap .blog-tip .blog-id {
  font-size: 32px;
  font-size: clamp(20px, 1.5873015873vw, 32px);
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-style: italic;
  letter-spacing: -0.01em;
}
.wpee-blog-post-wrap .blog-list-wrapper .blog-content-wrap .date-wrap,
.page-template-tpl-blog-post .blog-list-wrapper .blog-content-wrap .date-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .wpee-blog-post-wrap .blog-list-wrapper {
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .wpee-blog-post-wrap .content-wrap.col-3 > .blog-card-wrap {
    flex: 0 0 236px;
  }
}
@media screen and (max-width: 767px) {
  .wpee-blog-post-wrap .content-wrap.col-3 {
    flex-wrap: nowrap;
    padding: 0 16px;
    gap: 16px;
    margin: 0 !important;
  }
}
.wpee-blog-post-wrap .post-title,
.wpee-blog-post-wrap .post-title a {
  font-size: clamp(14px, 1.4285714286vw, 18px);
  line-height: 1.2;
  margin: 0;
}

.page-template-tpl-blog-post .blog-list-wrapper {
  padding-bottom: 64px;
}
.page-template-tpl-blog-post .blog-list-wrapper .blog-content-wrap {
  padding-top: clamp(10px, 1.5873vw, 20px);
}

.blog-primary .wpee-blog-post-wrap .blog-list-wrapper .blog-content-wrap {
  background: rgba(119, 28, 236, 0.7);
  box-shadow: 0px 10px 30px rgba(65, 12, 133, 0.2);
}
.blog-primary .wpee-blog-post-wrap .blog-list-wrapper .blog-content-wrap .post-title a {
  color: rgba(255, 255, 255, 0.9);
}
.blog-primary .wpee-blog-post-wrap .blog-list-wrapper .blog-content-wrap .post-meta {
  color: #A0E514;
}

.blog-tips .wpee-blog-post-wrap .blog-list-wrapper {
  counter-reset: tip;
}
.blog-tips .wpee-blog-post-wrap .blog-list-wrapper .blog-content-wrap .post-title {
  margin: 0;
}
.blog-tips .wpee-blog-post-wrap .blog-list-wrapper .blog-content-wrap .date-wrap {
  display: none;
}
.blog-tips .wpee-blog-post-wrap .blog-list-wrapper .blog-content-wrap:before {
  content: "Tip #" counter(tip);
  font-size: 14px;
  margin-bottom: 18px;
  line-height: 100%;
  color: #A0E514;
  display: block;
}
.blog-tips .wpee-blog-post-wrap .blog-list-wrapper .blog-card-wrap {
  counter-increment: tip;
}

.site-body {
  background-color: #FFF;
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 93px);
}
body.not-logged-in .site-body {
  min-height: calc(100vh - 84px);
}

footer.site-footer {
  background-color: #21190F;
  color: #FFF;
  font-size: 14px;
  padding-top: 80px;
  padding-top: clamp(32px, 6.3492063492vw, 80px);
}
@media screen and (max-width: 767px) {
  footer.site-footer .wpee-container {
    padding-bottom: 55px;
  }
}
footer.site-footer::after {
  content: "";
  background-color: #322412;
  background-image: url("data:image/svg+xml,%3Csvg width='147' height='14' viewBox='0 0 147 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M78 0C76.5404 0 75.2641 0.765494 74.5655 1.90903C74.2064 2.49697 74 3.18485 74 3.92C74 3.18485 73.7936 2.49697 73.4345 1.90903C72.7359 0.765495 71.4596 0 70 0C67.79 0 66 1.755 66 3.92C66 4.50226 66.103 5.01727 66.297 5.5L14.2071 5.5L11.1714 2.46432C10.9762 2.26906 10.6596 2.26906 10.4643 2.46432C10.2691 2.65958 10.2691 2.97616 10.4643 3.17142L12.7929 5.5L9.20711 5.50001L6.17142 2.46432C5.97616 2.26906 5.65958 2.26906 5.46432 2.46432C5.26906 2.65958 5.26906 2.97616 5.46432 3.17142L7.7929 5.50001L4.20711 5.50001L1.17142 2.46432C0.976162 2.26906 0.65958 2.26906 0.464318 2.46432C0.269056 2.65958 0.269056 2.97616 0.464318 3.17142L2.99985 5.70696V6.29274L0.464318 8.82828C0.269056 9.02354 0.269056 9.34012 0.464318 9.53539C0.65958 9.73065 0.976162 9.73065 1.17142 9.53539L4.2068 6.50001L7.79259 6.50001L5.46432 8.82828C5.26906 9.02354 5.26906 9.34012 5.46432 9.53539C5.65958 9.73065 5.97616 9.73065 6.17142 9.53539L9.2068 6.50001L12.7926 6.5L10.4643 8.82828C10.2691 9.02354 10.2691 9.34012 10.4643 9.53539C10.6596 9.73065 10.9762 9.73065 11.1714 9.53539L14.2068 6.5L66.8495 6.5C67.4342 7.33455 68.2973 8.14469 69.3651 9.14701C70.5581 10.2668 72.0067 11.6264 73.608 13.528C73.6562 13.585 73.7162 13.6309 73.7839 13.6623C73.8516 13.6938 73.9253 13.7101 74 13.7101C74.0747 13.7101 74.1484 13.6938 74.2161 13.6623C74.2838 13.6309 74.3438 13.585 74.392 13.528C75.9933 11.6264 77.4419 10.2668 78.6349 9.14701C79.7026 8.14482 80.566 7.33434 81.1506 6.49985L144.793 6.49986L142.464 8.82828C142.269 9.02355 142.269 9.34013 142.464 9.53539C142.66 9.73065 142.976 9.73065 143.172 9.53539L146.354 6.35341C146.549 6.15815 146.549 5.84157 146.354 5.6463L143.172 2.46432C142.976 2.26906 142.66 2.26906 142.464 2.46432C142.269 2.65959 142.269 2.97617 142.464 3.17143L144.793 5.49986L81.703 5.49985C81.897 5.01716 82 4.5022 82 3.92C82 1.755 80.21 0 78 0ZM73 3.92C73 4.47228 73.4477 4.92 74 4.92C74.5523 4.92 75 4.47228 75 3.92C75 2.3261 76.3233 1 78 1C79.6767 1 81 2.3261 81 3.92C81 5.13091 80.4463 5.98568 79.1319 7.29006C78.7953 7.62406 78.4106 7.98509 77.9864 8.38333C76.878 9.42368 75.4991 10.7179 74 12.4474C72.5009 10.7179 71.122 9.42368 70.0136 8.38333C69.5896 7.9853 69.2046 7.62391 68.8681 7.29006C67.5537 5.98568 67 5.13091 67 3.92C67 2.3261 68.3233 1 70 1C71.6767 1 73 2.3261 73 3.92Z' fill='%23F7E7D4' fill-opacity='0.3'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  height: 72px;
  width: 100%;
  display: block;
}
footer.site-footer .footer-title,
footer.site-footer .widgettitle {
  color: #F7E7D4;
  font-size: 14px;
  margin-bottom: 20px;
  font-family: var(--font-body) !important;
}
footer.site-footer ul li {
  margin-bottom: 0.5em;
}
footer.site-footer ul li a {
  color: #FFF;
}
footer.site-footer ul.footer-menu li:not(:last-child),
footer.site-footer .widget ul li:not(:last-child),
footer.site-footer ul.detials-wrap li:not(:last-child) {
  margin-bottom: 0.5em;
}
footer.site-footer .footer-logo {
  margin: 0;
  display: block;
}
footer.site-footer .footer-logo a {
  display: block;
  margin-bottom: 20px;
}
footer.site-footer .copyright-wrap {
  margin-top: 50px;
  border: none;
}
@media screen and (max-width: 767px) {
  footer.site-footer .copyright-wrap {
    align-items: flex-start;
    text-align: left;
    padding-top: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  footer.site-footer .copyright-wrap .right-content ul {
    margin-top: 40px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  footer.site-footer #footer-4,
  footer.site-footer #footer-4 .widget {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  footer.site-footer .social-links {
    margin: 50px 0 30px;
  }
}
footer.site-footer .social-links > li > a {
  border: none;
  font-size: 24px;
  color: #F7E7D4;
  background-color: #322412;
}
footer.site-footer .wpcf7-text {
  border: 1px solid #3A2B18;
  color: #FFF;
  padding: 14px 17px;
  border-radius: 4px;
  background-color: transparent;
  width: 100%;
}
footer.site-footer .form-inline {
  position: relative;
}
footer.site-footer .form-group {
  width: 100%;
  margin: 0;
}
footer.site-footer .submit-wrap {
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
}
footer.site-footer .submit-wrap input.wpcf7-submit {
  font-size: 0;
  color: transparent;
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='19' viewBox='0 0 22 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.926073 18.157L21.9261 9.15698L0.926073 0.156982V7.14136L15.9261 9.15698L0.926073 11.1726V18.157Z' fill='%23F7E7D4'/%3E%3C/svg%3E%0A");
}
footer.site-footer .submit-wrap .wpcf7-spinner {
  position: absolute;
  right: 100px;
  top: 50%;
}

.newsletter-wrap form .form-inline {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.newsletter-wrap form .form-inline .form-group {
  margin-bottom: 12px;
}
.newsletter-wrap form .submit-wrap {
  position: static;
  width: 100% !important;
  height: auto;
}
.newsletter-wrap form .submit-wrap::before {
  display: none;
}
.newsletter-wrap form .submit-wrap input[type=submit] {
  height: auto;
  opacity: 1;
  font-size: 14px;
  color: #FFF;
  border-radius: 5px;
  background-color: var(--color-primary);
  border: none;
  box-shadow: none;
  padding: 13px 24px;
  height: 48px;
}
.newsletter-wrap form input {
  border: 1px solid #E0D2F2;
  height: 48px;
}

#chat-main-container #chat-form-open-button {
  border-radius: 44px;
  width: 44px;
  height: 44px;
  bottom: 16px;
  right: 16px;
  font-size: 0;
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M22,4C22,2.89 21.1,2 20,2H4A2,2 0 0,0 2,4V16A2,2 0 0,0 4,18H18L22,22V4Z' /%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: var(--color-primary);
}
#chat-main-container #chat-form-open-button:hover {
  transform: scale(1.1);
}

#chat-main-container {
  font-family: var(--font-body);
  color: var(--color-body);
}
#chat-main-container #search-recent-user,
#chat-main-container #search-contact {
  border-radius: 0;
}
#chat-main-container button {
  box-shadow: none;
}
#chat-main-container .tab button.tablinks {
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  background-color: #f7f7f7;
}
#chat-main-container .tab button.tablinks-active,
#chat-main-container .tab button.tablinks-active:hover {
  background-color: #FFF;
  color: var(--color-primary);
}
#chat-main-container .dsp-user-container div {
  line-height: 1.1;
}
#chat-main-container .dsp-user-container p {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
}
#chat-main-container .chat-user-search-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#chat-main-container .chat-user-search-box #search-recent-user {
  flex: 0 0 100%;
}
#chat-main-container .chat-user-search-box #recent-chat-friends-only,
#chat-main-container .chat-user-search-box #contact-friends-only {
  margin: 8px 8px 8px 12px;
}
#chat-main-container .chat-user-search-box label {
  margin: 0;
}
#chat-main-container .message-container-right .message-text {
  background-color: var(--color-primary);
  margin: 8px 8px 0px 0px;
  border-radius: 20px;
}
#chat-main-container .message-container-left .message-text {
  background-color: var(--color-border);
  margin: 8px 0px 0px 8px;
  border-radius: 20px;
}
#chat-main-container .image-selector img {
  display: none;
}
#chat-main-container .image-selector:after {
  content: "\f02e9";
  font-family: "mdi";
  font-size: 24px;
}
#chat-main-container .chat-sent-button {
  background: none;
  padding: 0 8px 0 4px;
}
#chat-main-container .chat-sent-button:after {
  font-family: "mdi";
  content: "\f048a";
  font-size: 22px;
  line-height: 1;
}
#chat-main-container .chat-sent-button,
#chat-main-container .emoji-picker-icon,
#chat-main-container .image-selector {
  opacity: 0.7;
  color: var(--color-primary);
  cursor: pointer;
}
#chat-main-container .chat-sent-button:hover,
#chat-main-container .emoji-picker-icon:hover,
#chat-main-container .image-selector:hover {
  opacity: 1;
}
#chat-main-container .chat-form-close-container {
  background-color: #FFF;
  color: var(--color-heading);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
  left: 0;
  right: 0;
  top: 5px;
}
#chat-main-container .chat-form#chat-form {
  border: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding-top: 32px;
  border-radius: 5px 5px 0 0;
}
#chat-main-container .chat-form#chat-form .chat-form-close-container .chat-form-close {
  font-size: 0;
  line-height: 0;
  color: var(--color-heading);
  position: absolute;
  margin: 0;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 4px 8px 4px 16px;
}
#chat-main-container .chat-form#chat-form .chat-form-close-container .chat-form-close:before {
  font-family: "mdi";
  content: "\f0156";
  font-size: 16px;
  line-height: 1;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
#chat-main-container .chat-form#chat-form .chat-form-close-container .chat-form-close:hover {
  color: var(--color-primary);
}
#chat-main-container .chat-container {
  padding-top: 32px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#chat-main-container .chat-container .chat-form-close-container .chat-form-close {
  padding: 3px 15px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
#chat-main-container .chat-container .chat-form-close-container .chat-form-close:hover a.chat_user_name {
  color: var(--color-primary);
}
#chat-main-container .chat-container button.chat_user_close {
  font-size: 0;
  line-height: 0;
  top: 0;
  color: var(--color-heading);
}
#chat-main-container .chat-container button.chat_user_close:before {
  font-family: "mdi";
  content: "\f0156";
  font-size: 16px;
  line-height: 1;
  position: absolute;
  right: 8px;
  top: 50%;
  font-weight: normal;
  transform: translateY(-50%);
}
#chat-main-container .chat-container button.chat_user_close:hover {
  color: var(--color-primary);
}
#chat-main-container .chat-container .chat_user_name {
  color: var(--color-heading);
}
#chat-main-container .chat-container .file-input {
  bottom: 58px;
  position: absolute;
  border: none;
  width: 100%;
  height: auto;
  padding: 16px;
  background-color: #FFF;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
}
#chat-main-container .chat-container .file-input img {
  height: 84px;
  margin: 0;
}
#chat-main-container .chat-container .file-input a {
  margin: 0;
  top: 8px;
  left: 8px;
  right: 8px;
  text-align: center;
}
#chat-main-container .chat-container .file-input a:hover {
  color: var(--color-primary);
}
#chat-main-container .plus-icon {
  background-color: var(--color-primary);
}
#chat-main-container .plus-icon:hover {
  background-color: var(--color-primary);
  transform: scale(1.1);
}
#chat-main-container .emoji-wysiwyg-editor {
  background-color: #FFF;
  border-color: var(--color-border) !important;
}
#chat-main-container .emoji-wysiwyg-editor:focus {
  background-color: #FFF;
  border-color: var(--color-primary) !important;
}
#chat-main-container .recent-chats .recent-chat-container .dsp-user-container .active {
  background-color: #f1fdd8;
}
#chat-main-container .dsp-user-container span.msg-unread {
  color: #FC6565;
}
#chat-main-container .open-container-button {
  background-color: #FFF;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1), 0 -1px 1px rgba(0, 0, 0, 0.05);
  color: var(--color-heading);
  padding: 9px;
  font-size: 14px;
}
#chat-main-container .open-container-button:hover {
  color: var(--color-primary);
}
#chat-main-container .user-chat-box {
  overflow: auto;
}
#chat-main-container .recent-chat-container,
#chat-main-container .contact-container {
  overflow: auto !important;
  height: 292px !important;
}
#chat-main-container .hidden-chat-box .btn2 {
  font-size: 0;
  line-height: 0;
}
#chat-main-container .hidden-chat-box .btn2:before {
  font-family: "mdi";
  content: "\f0156";
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
}
#chat-main-container .hidden-chat-box .btn2:hover {
  color: var(--color-primary) !important;
}

#toTop {
  border-radius: 44px;
  font-size: 24px;
  transition: 0.2s ease;
}
#toTop:hover {
  transform: scale(1.1);
}

#toTop.slide-in {
  border-radius: 44px;
  bottom: 70px;
  right: 16px;
  width: 44px;
  visibility: visible;
  height: 44px;
}
@media screen and (max-width: 1199px) {
  #toTop.slide-in {
    bottom: 16px;
  }
}

.filter-bar-wrap {
  height: clamp(36px, 5.8565153734vw, 80px);
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(125, 100, 89, 0.1);
  border-radius: 80px;
  padding: 0 15px;
  padding: 0 clamp(3px, 1.0980966325vw, 15px);
}

.wpee-ajax-filter {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .wpee-ajax-filter {
    margin-bottom: 32px;
  }
}

.filter-bar-wrap .search-block-wrap {
  flex: 1 1 0;
  max-width: 100%;
  padding: 0;
  height: 100%;
}
.filter-bar-wrap .search-block-wrap input {
  font-size: 24px;
  font-size: clamp(14px, 1.5873015873vw, 20px);
  font-family: var(--font-body);
  padding-left: 50px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(33, 25, 15, .5)' d='M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 8px 50%;
  height: 100%;
}

.filter-bar-wrap .trigger-filter-icon {
  width: 50px;
  height: 50px;
  width: clamp(30px, 3.6603221083vw, 50px);
  height: clamp(30px, 3.6603221083vw, 50px);
  border-radius: 50px;
  margin-left: 16px;
  margin-left: clamp(3px, 1.1713030747vw, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
}
.filter-bar-wrap .trigger-filter-icon .fa-sliders {
  font-family: "mdi";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  font-size: clamp(16px, 1.756954612vw, 24px);
  transform: none;
  color: #FFF;
  position: relative;
  z-index: 2;
}
.filter-bar-wrap .trigger-filter-icon .fa-sliders::before {
  content: "\f0236";
}
.filter-bar-wrap .trigger-filter-icon:hover .fa-sliders {
  color: #FFF;
}

.offcanvase-filter-wrap-active .site-body {
  z-index: 90;
}

@media screen and (max-width: 767px) {
  .wpee-container,
  .wpee-container-full {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.wpee-profile-header .profile-cover-photo {
  background-color: var(--color-secondary);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wpee-profile-header .profile-cover-photo .profile-cover-image {
  min-height: 0;
  height: 100%;
}
.wpee-profile-header .profile-cover-photo .profile-cover-image::before {
  content: "";
  background-color: transparent;
  opacity: 0.8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.wpee-profile-header .profile-cover-photo .profile-cover-image::after {
  content: "";
  position: absolute;
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 248, 240, 0.95) 25%, rgba(255, 248, 240, 0) 50%);
  -webkit-backdrop-filter: contrast(0.1) brightness(1.5) saturate(0);
          backdrop-filter: contrast(0.1) brightness(1.5) saturate(0);
}
@media screen and (max-width: 991px) {
  .wpee-profile-header .profile-cover-photo .profile-cover-image::after {
    background: linear-gradient(90deg, rgba(255, 248, 240, 0.95) 0%, rgba(255, 248, 240, 0) 100%);
  }
}
.wpee-profile-header .profile-user-details {
  margin-top: 0 !important;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .wpee-profile-header .profile-user-details {
    flex-direction: row;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wpee-profile-header .profile-user-details {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
}
.wpee-profile-header .profile-user-details .profile-img figure {
  width: 130px;
  height: 130px;
  border-radius: 190px;
  border-width: 6px;
}
@media screen and (max-width: 767px) {
  .wpee-profile-header .profile-user-details .profile-img figure {
    width: 84px;
    height: 84px;
    border-width: 4px;
  }
}
.wpee-profile-header .profile-user-details .update_profile_text_div {
  bottom: 8px;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .wpee-profile-header .profile-user-details .update_profile_text_div {
    bottom: 0;
    right: 0;
  }
  .wpee-profile-header .profile-user-details .update_profile_text_div > a {
    width: 30px;
    height: 30px;
  }
}
.wpee-profile-header .profile-user-details .user-info-wrapper {
  margin: 0 0 0 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  min-height: 0;
  justify-content: flex-start;
  gap: 12px;
  flex: 1 1 0;
}
@media screen and (max-width: 991px) {
  .wpee-profile-header .profile-user-details .user-info-wrapper {
    text-align: left;
    align-self: center;
    align-content: center;
  }
}
@media screen and (max-width: 767px) {
  .wpee-profile-header .profile-user-details .user-info-wrapper {
    margin-left: 16px;
    gap: 4px;
  }
}
.wpee-profile-header .profile-user-details .user-info-wrapper .account-status {
  color: #FFF;
  border: 1px solid #74916A;
  background: #74916A;
  align-self: flex-start;
  padding: 6px 12px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .wpee-profile-header .profile-user-details .user-info-wrapper .account-status {
    align-self: center;
    margin: 0;
    font-size: 12px;
  }
}
.wpee-profile-header .profile-user-details .profile-header-right {
  margin-bottom: 0;
}
.wpee-profile-header h4.username.text-white {
  color: var(--color-secondary);
  order: 2;
  font-size: 36px;
  flex: 0 0 100%;
  margin: 0;
}
@media screen and (max-width: 1599px) {
  .wpee-profile-header h4.username.text-white {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .wpee-profile-header h4.username.text-white {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .wpee-profile-header h4.username.text-white {
    font-size: 20px;
  }
}
.wpee-profile-header .account-status {
  order: 1;
}
.wpee-profile-header .age-location-wrap.text-white {
  color: var(--color-body);
  order: 3;
  flex: 1 0 100%;
  margin: 0;
  display: none;
  gap: 32px;
  font-size: 16px;
}
.wpee-profile-header .age-location-wrap.text-white span {
  color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .wpee-profile-header .age-location-wrap.text-white span {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .wpee-profile-header .age-location-wrap.text-white {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .wpee-profile-header .age-location-wrap.text-white {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .wpee-profile-header .age-location-wrap.text-white {
    font-size: 12px;
    gap: 8px;
  }
  .wpee-profile-header .age-location-wrap.text-white > * {
    flex: 1 1 0;
    max-width: 100%;
  }
}
.wpee-profile-header .profile-status-title {
  display: none;
}
.wpee-profile-header .profile-header-right {
  flex: 0 0 auto;
  align-self: flex-start;
  margin-top: 92px;
}
@media screen and (max-width: 991px) {
  .wpee-profile-header .profile-header-right {
    align-self: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .wpee-profile-header .profile-header-right {
    flex: 0 0 100%;
    padding-left: 100px;
    text-align: left !important;
    flex-direction: row;
  }
  .wpee-profile-header .profile-header-right .wpee-block-user {
    margin: 0 0 0 10px;
  }
}
.wpee-profile-header .profile-user-details .change-cover-photo .trigger-cover-photo,
.wpee-profile-header .wpee-profile-header .profile-header-right .wpee-friend-request a,
.wpee-profile-header .wpee-profile-header .profile-header-right .wpee-block-user a {
  font-size: 15px;
  box-shadow: none;
  border-radius: 30px;
  padding: 10px 20px;
  background-color: #FFF8F0;
  border: 1px solid #FFF8F0;
  color: #7B6257;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .wpee-profile-header .profile-user-details .change-cover-photo .trigger-cover-photo,
  .wpee-profile-header .wpee-profile-header .profile-header-right .wpee-friend-request a,
  .wpee-profile-header .wpee-profile-header .profile-header-right .wpee-block-user a {
    width: auto;
    padding: 10px 15px !important;
    font-size: 12px;
  }
}
.wpee-profile-header .profile-user-details .change-cover-photo .trigger-cover-photo:hover,
.wpee-profile-header .wpee-profile-header .profile-header-right .wpee-friend-request a:hover,
.wpee-profile-header .wpee-profile-header .profile-header-right .wpee-block-user a:hover {
  color: var(--color-primary);
  background-color: #FFF8F0;
}
.wpee-profile-header .trigger-cover-photo::before {
  content: "\f0101";
  font: normal 14px/1 "mdi";
  color: #7B6257;
  display: inline-block;
  margin-right: 8px;
  transition: all 200ms ease;
}
.wpee-profile-header .trigger-cover-photo:hover::before {
  color: var(--color-primary);
}

.wpee-profile-header .wpee-profile-header {
  padding-bottom: 0;
}
.wpee-profile-header .wpee-profile-header::after {
  background-color: var(--color-border);
  z-index: 1;
  content: "" !important;
}

.profile-header-menu .profile-menu-wrapper {
  position: relative;
}
@media screen and (max-width: 991px) {
  .profile-header-menu .profile-menu-wrapper {
    height: 70px;
    justify-content: flex-end;
  }
}

.wpee-profile-header .profile-header-menu {
  margin: 0;
  background-color: #FFF8F0;
  box-shadow: 320px 0 #FFF8F0, -320px 0 #FFF8F0, 640px 0 #FFF8F0, -640px 0 #FFF8F0, 960px 0 #FFF8F0, -960px 0 #FFF8F0;
  box-shadow: -200px 0px #fff8f0, -400px 0px #fff8f0, -600px 0px #fff8f0, -800px 0px #fff8f0, -1000px 0px #fff8f0, 200px 0px #fff8f0, 400px 0px #fff8f0, 600px 0px #fff8f0, 800px 0px #fff8f0, 1000px 0px #fff8f0;
}
@media screen and (max-width: 991px) {
  .wpee-profile-header .profile-header-menu {
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .wpee-profile-header .profile-header-menu .profile-menu-tab .placeholder-link {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .wpee-profile-header .profile-header-menu .profile-menu-tab {
    flex-direction: column;
    border: 1px solid #F3E2CE;
    border-radius: 17.5px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M1 1.5L5 5.5L9 1.5' stroke='%23EB534F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: right 14px top 14px;
    background-repeat: no-repeat;
    left: 0;
    top: 17px;
    transform: none;
    align-items: flex-start;
    box-shadow: none;
  }
  .wpee-profile-header .profile-header-menu .profile-menu-tab.menu-show {
    min-width: 210px;
    box-shadow: 0px 10px 20px rgba(243, 159, 112, 0.3);
    background-color: #FFF;
    background-image: none;
  }
  .wpee-profile-header .profile-header-menu .profile-menu-tab.menu-show .placeholder-link a {
    font-weight: 400 !important;
    color: var(--color-body) !important;
    opacity: 0.5;
  }
  .wpee-profile-header .profile-header-menu .profile-menu-tab.menu-show li.profile-menu-tab-list {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .wpee-profile-header .profile-header-menu .profile-menu-tab {
    width: auto;
    padding: 0;
    visibility: visible;
    opacity: 1;
  }
}
.wpee-profile-header .profile-header-menu .profile-menu-tab li.profile-menu-tab-list {
  position: relative;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .wpee-profile-header .profile-header-menu .profile-menu-tab li.profile-menu-tab-list {
    width: 100%;
  }
  .wpee-profile-header .profile-header-menu .profile-menu-tab li.profile-menu-tab-list:not(.placeholder-link) {
    display: none;
  }
}
.wpee-profile-header .profile-header-menu .profile-menu-tab li.profile-menu-tab-list a {
  font-family: var(--font-body) !important;
  font-size: 15px;
  padding: 22px 25px;
  display: block;
  font-weight: 500;
  color: rgba(33, 25, 15, 0.7);
}
@media screen and (max-width: 1199px) {
  .wpee-profile-header .profile-header-menu .profile-menu-tab li.profile-menu-tab-list a {
    padding: 22px 18px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .wpee-profile-header .profile-header-menu .profile-menu-tab li.profile-menu-tab-list a {
    padding: 6px 35px 6px 16px;
  }
}
@media screen and (max-width: 767px) {
  .wpee-profile-header .profile-header-menu .profile-menu-tab li.profile-menu-tab-list a {
    display: block;
  }
}
.wpee-profile-header .profile-header-menu .profile-menu-tab li.profile-menu-tab-list a:hover {
  color: var(--color-primary);
}
.wpee-profile-header .profile-header-menu .profile-menu-tab li.profile-menu-tab-list.active, .wpee-profile-header .profile-header-menu .profile-menu-tab li.profile-menu-tab-list.placeholder-link {
  cursor: pointer;
}
.wpee-profile-header .profile-header-menu .profile-menu-tab li.profile-menu-tab-list.active a, .wpee-profile-header .profile-header-menu .profile-menu-tab li.profile-menu-tab-list.placeholder-link a {
  font-weight: 700;
  color: var(--color-primary);
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .wpee-profile-header .profile-header-menu .profile-menu-tab li.profile-menu-tab-list.active::after, .wpee-profile-header .profile-header-menu .profile-menu-tab li.profile-menu-tab-list.placeholder-link::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 3px;
    background-color: var(--color-primary);
  }
}
@media screen and (max-width: 991px) {
  .wpee-profile-header .profile-header-menu .profile-menu-tab li.profile-menu-tab-list.active::after, .wpee-profile-header .profile-header-menu .profile-menu-tab li.profile-menu-tab-list.placeholder-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
  }
}
.wpee-profile-header .profile-header-menu .profile-notification-blocks {
  display: flex;
  align-items: center;
}
.wpee-profile-header .profile-header-menu .profile-notification-blocks ul.wpee-notification-links > li:not(:last-child) {
  margin-right: 0;
}
.wpee-profile-header .profile-header-menu .profile-notification-blocks ul.wpee-notification-links > li > a {
  display: flex;
  color: var(--color-primary);
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
}
.wpee-profile-header .profile-header-menu .profile-notification-blocks ul.wpee-notification-links > li > a i {
  opacity: 1;
}
.wpee-profile-header .profile-header-menu .profile-notification-blocks ul.wpee-notification-links > li > a .wpee-count-num {
  top: 0;
  right: 0;
}

.main-profile-mid-wrapper {
  padding: 0;
  margin: 0;
  width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 991px) {
  .main-profile-mid-wrapper {
    width: 65%;
    flex: 0 0 65%;
    border-left: none;
  }
}

@media screen and (max-width: 767px) {
  .wpee-profile-content-wrap.no-left-bar {
    padding: 16px;
  }
}

.no-left-bar .main-profile-mid-wrapper {
  width: 75%;
  flex: 0 0 75%;
  border-left: none;
  padding: 30px 0 64px 0;
}
@media screen and (max-width: 991px) {
  .no-left-bar .main-profile-mid-wrapper {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    border-left: none;
  }
}

ul.profile-section-tab,
.main-tab-wrap .main-title-tab-wrap,
.wpee-search-block .wpee-search-tab .search-tab {
  background-color: transparent;
  padding: 0;
  margin-bottom: 32px;
  border-radius: 0;
}

.profile-section-content {
  border: none;
  padding: 0;
}

.wpee-edit-profile-form,
.wpee-search-tab .tab-content-wrapper {
  border-radius: 16px;
  background-color: #FFF;
  margin-bottom: 25px;
  border: 1px solid #F9F1E6;
  padding: 0;
}
.wpee-edit-profile-form .heading-submenu,
.wpee-search-tab .tab-content-wrapper .heading-submenu {
  padding: 15px 25px;
  margin: 0;
  border-bottom: 1px solid #F9F1E6;
}
.wpee-edit-profile-form .edit-profile,
.wpee-edit-profile-form .wpee-question,
.wpee-edit-profile-form .wpee-question,
.wpee-edit-profile-form .image-edit-profile,
.wpee-search-tab .tab-content-wrapper .edit-profile,
.wpee-search-tab .tab-content-wrapper .wpee-question,
.wpee-search-tab .tab-content-wrapper .wpee-question,
.wpee-search-tab .tab-content-wrapper .image-edit-profile {
  padding: 25px;
  margin: 0;
}
.wpee-edit-profile-form .image-edit-profile ~ .form-group,
.wpee-search-tab .tab-content-wrapper .image-edit-profile ~ .form-group {
  padding: 0 25px;
}
.wpee-edit-profile-form form > .form-group,
.wpee-search-tab .tab-content-wrapper form > .form-group {
  padding: 0 25px 25px;
  margin: 0;
}
@media (max-width: 960px) {
  .wpee-edit-profile-form .dspdp-form-control,
  .wpee-edit-profile-form input[type=file].dspdp-form-control,
  .wpee-search-tab .tab-content-wrapper .dspdp-form-control,
  .wpee-search-tab .tab-content-wrapper input[type=file].dspdp-form-control {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .wpee-edit-profile-form input[type=submit],
  .wpee-search-tab .tab-content-wrapper input[type=submit] {
    width: 100%;
  }
}

.general-search-container {
  padding: 25px;
}

.additional-search-panel {
  padding: 25px;
}
.additional-search-panel .panel-title-toggle {
  font-family: var(--font-body);
  font-size: 16px;
}
.additional-search-panel .panel-title-toggle strong {
  font-weight: 400;
}

@media only screen and (max-width: 481px) {
  .wpee-edit-profile-form .wpee-question .form-group {
    padding: 0;
  }
}
#news-feed .feeds-content > ul > li,
.profle-status {
  box-shadow: 0px 10px 20px rgba(243, 226, 206, 0.3);
  border-radius: 16px;
  padding: 25px;
}
@media (max-width: 1599px) {
  #news-feed .feeds-content > ul > li,
  .profle-status {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  #news-feed .feeds-content > ul > li,
  .profle-status {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  #news-feed .feeds-content > ul > li,
  .profle-status {
    border-radius: 0;
    box-shadow: 0;
    margin-bottom: 16px;
  }
}

#news-feed .feeds-content > ul > li:not(:last-child),
#news-feed .feeds-content > ul > li,
.profle-status {
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  #news-feed .feeds-content > ul > li:not(:last-child),
  #news-feed .feeds-content > ul > li,
  .profle-status {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  #news-feed .feeds-content > ul > li:not(:last-child),
  #news-feed .feeds-content > ul > li,
  .profle-status {
    margin-bottom: 16px;
  }
}

.profile-activity-inner.main-profile-mid-wrapper {
  padding-top: 30px;
}

.wpee-block {
  display: flex;
  flex-wrap: wrap;
  border: none;
  margin-bottom: 30px;
  background-color: #FFF;
  border: 1px solid #F9F1E6;
  border-radius: 16px;
  font-size: 16px;
}
@media (max-width: 1600px) {
  .wpee-block {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .wpee-block {
    margin-bottom: 24px;
  }
}
.wpee-block .wpee-block-header {
  padding: 20px 25px;
  flex: 0 0 100%;
  border-bottom: 1px solid #F9F1E6;
  margin-bottom: 0;
}
@media (max-width: 1599px) {
  .wpee-block .wpee-block-header {
    padding: 15px 20px;
  }
}
.wpee-block .wpee-block-header .wpee-block-title {
  font-size: inherit;
  font-weight: 700;
  padding: 0;
  background-color: transparent;
  margin: 0;
  font-family: var(--font-body) !important;
  color: var(--color-secondary);
}
.wpee-block .wpee-block-footer {
  padding: 20px 25px;
  flex: 0 0 100%;
  border: none;
}
@media (max-width: 1599px) {
  .wpee-block .wpee-block-footer {
    padding: 15px 20px;
  }
}
.wpee-block .wpee-block-footer a {
  padding: 0;
  font-size: inherit;
  color: var(--color-primary);
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='8' viewBox='0 0 27 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.1716 0.46432L26.3536 3.6463C26.5488 3.84156 26.5488 4.15815 26.3536 4.35341L23.1716 7.53539C22.9763 7.73065 22.6597 7.73065 22.4645 7.53539C22.2692 7.34013 22.2692 7.02354 22.4645 6.82828L24.7929 4.49985L-3.656e-07 4.49985L-2.78178e-07 3.49985L24.7929 3.49985L22.4645 1.17143C22.2692 0.976164 22.2692 0.659582 22.4645 0.46432C22.6597 0.269058 22.9763 0.269058 23.1716 0.46432Z' fill='%23E2DFDC'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 47px;
}

.profile-content-inner .profile-activity-sidebar {
  width: 25%;
  flex: 0 0 25%;
  padding: 30px 30px 30px 0;
}
.profile-content-inner .profile-activity-sidebar .wpee-block .wpee-block-content {
  padding: 0;
  flex: 1 1 100%;
  max-width: 100%;
  margin: 0;
}
.profile-content-inner .profile-activity-sidebar .wpee-block .wpee-block-content .profile-detail-list {
  padding: 20px 25px;
}
@media screen and (max-width: 1599px) {
  .profile-content-inner .profile-activity-sidebar .wpee-block .wpee-block-content .profile-detail-list {
    padding: 15px 20px;
  }
}
.profile-content-inner .profile-activity-sidebar .wpee-block .wpee-block-content .profile-detail-list li {
  padding: 8px 0;
  margin: 0;
  color: var(--color-heading);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .profile-content-inner .profile-activity-sidebar .wpee-block .wpee-block-content .profile-detail-list li {
    margin-bottom: 0;
  }
}
.profile-content-inner .profile-activity-sidebar .wpee-block .wpee-block-content .profile-detail-list li span {
  font-weight: 400;
  color: #B9A496;
  flex: 1 1 0;
  max-width: 50%;
}
.profile-content-inner .profile-activity-sidebar .profile-quick-search {
  margin-bottom: 0;
}
.profile-content-inner .profile-activity-sidebar .profile-quick-search .profile-quick-search-inner {
  padding: 17px 25px;
}
@media screen and (max-width: 1599px) {
  .profile-content-inner .profile-activity-sidebar .profile-quick-search .profile-quick-search-inner {
    padding: 15px 20px;
  }
}
.profile-content-inner .profile-activity-sidebar .profile-quick-search .dsp-form-control {
  box-shadow: none;
  border-radius: 3px;
  height: 38px;
  font-size: 14px;
  border-color: #E2DFDC;
}
.profile-content-inner .profile-activity-sidebar .profile-quick-search select.dsp-form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.238473 0.650583C0.431438 0.457618 0.744295 0.457618 0.937259 0.650583L4.58787 4.30119L8.23847 0.650583C8.43144 0.457618 8.7443 0.457618 8.93726 0.650583C9.13023 0.843547 9.13023 1.1564 8.93726 1.34937L4.93726 5.34937C4.7443 5.54233 4.43144 5.54233 4.23847 5.34937L0.238473 1.34937C0.0455089 1.1564 0.0455089 0.843547 0.238473 0.650583Z' fill='rgba(0,0,0,0.3)'/%3E%3C/svg%3E%0A");
  background-position: right 12px top 50%;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  border-color: #E2DFDC;
}
.profile-content-inner .profile-activity-sidebar .profile-quick-search .dsp-control-label {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  margin-bottom: 4px;
}
.profile-content-inner .profile-activity-sidebar .profile-quick-search input.dsp_submit_button {
  background-color: var(--color-primary);
  color: var(--color-info);
  box-shadow: none;
  border-radius: 50px;
  padding: 0;
  margin: 0;
}

.profile-activity-right-sidebar {
  width: 25%;
  flex: 0 0 25%;
  padding: 30px 0 30px 30px;
}
@media (max-width: 991px) {
  .profile-activity-right-sidebar {
    width: 35%;
    flex: 0 0 35%;
    padding: 24px 0 24px 24px;
  }
}
.profile-activity-right-sidebar .wpee-block .wpee-block-content {
  padding: 0;
  flex: 1 1 100%;
  max-width: 100%;
  margin: 0;
}
.profile-activity-right-sidebar .wpee-block .wpee-block-content .profile-detail-list {
  padding: 20px 25px;
}
.profile-activity-right-sidebar .wpee-block .wpee-block-content .profile-detail-list li {
  padding: 8px 0;
  margin: 0;
  color: var(--color-heading);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .profile-activity-right-sidebar .wpee-block .wpee-block-content .profile-detail-list li {
    margin-bottom: 0;
  }
}
.profile-activity-right-sidebar .wpee-block .wpee-block-content .profile-detail-list li span {
  font-weight: 400;
  color: #B9A496;
  flex: 1 1 0;
  max-width: 50%;
}
.profile-activity-right-sidebar .online-members-section {
  gap: 0;
}
.profile-activity-right-sidebar .online-members-section > li {
  flex: 0 0 33.33%;
  margin: 0;
  height: auto;
  border-radius: 0;
  width: 33.33%;
}
.profile-activity-right-sidebar .online-members-section > li a {
  display: block;
  position: relative;
}
.profile-activity-right-sidebar .online-members-section > li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  left: 0;
  top: 0;
  border: 3px solid transparent;
}
.profile-activity-right-sidebar .online-members-section > li a span.profile-right-sidebar-online-member-wrap {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-activity-right-sidebar .online-members-section > li:hover {
  border: none;
}
.profile-activity-right-sidebar .online-members-section > li:hover::after {
  border-color: var(--color-primary);
}

.profile-photo-list {
  gap: 0;
  margin: 0 !important;
}
.profile-photo-list .photos-list {
  width: 33.333%;
  margin: 0;
}
.profile-photo-list .photos-list a {
  width: 100%;
  border-radius: 0;
}
.profile-photo-list .photos-list a span.image-bg {
  border-radius: 0;
  display: block;
  min-height: 0%;
  padding-top: 100%;
}
.profile-photo-list .dsp_span_pointer {
  text-align: center;
  padding: 10px;
  font-size: 11px;
  flex: 0 0 100%;
  color: var(--color-secondary);
}

@media screen and (max-width: 991px) {
  .profile-content-inner {
    display: grid;
    grid-template-columns: 236px 1fr;
    grid-template-rows: auto auto;
    grid-auto-rows: auto;
    gap: 24px;
    padding-top: 24px;
  }
  .profile-content-inner .profile-activity-sidebar {
    display: block;
    grid-column: 1/2;
    width: 100%;
    padding: 0;
  }
  .profile-content-inner .main-profile-mid-wrapper {
    grid-column: 2/3;
    grid-row: 1/span 3;
    width: 100% !important;
    padding: 0;
  }
  .profile-content-inner .profile-activity-right-sidebar {
    grid-column: 1/2;
    width: 100%;
    padding: 0;
  }
  .no-left-bar .profile-content-inner {
    grid-template-columns: 1fr 236px;
  }
  .no-left-bar .profile-content-inner .profile-activity-right-sidebar {
    grid-column: 2/3;
    grid-row: 1/auto;
  }
  .no-left-bar .profile-content-inner .main-profile-mid-wrapper {
    grid-column: 1/2;
  }
}

@media screen and (max-width: 767px) {
  .profile-content-inner {
    display: flex;
    gap: 20px;
    padding: 0;
  }
  .profile-content-inner .profile-activity-sidebar {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
    order: 1;
  }
  .profile-content-inner .profile-activity-sidebar .wpee-block {
    border: none;
    border-radius: 0;
    margin: 0;
  }
  .profile-content-inner .profile-activity-sidebar .wpee-block:not(.profile-user-details) {
    display: none;
  }
  .profile-content-inner .main-profile-mid-wrapper {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    border: none;
    padding: 0;
    order: 3;
  }
  .profile-content-inner .profile-activity-right-sidebar {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
    margin: 0;
    order: 2;
  }
  .profile-content-inner .profile-activity-right-sidebar .wpee-block {
    border-radius: 0;
    margin-bottom: 0;
  }
  .profile-content-inner .profile-activity-right-sidebar .meet-to-info {
    border-radius: 0;
    margin-bottom: 20px;
  }
  .profile-content-inner .profile-activity-right-sidebar .meet-to-info > h2 {
    border-radius: 0;
  }
  .profile-content-inner .profile-activity-right-sidebar .meet-to-info .dsp-meetme-image img {
    border-radius: 0;
  }
  .profile-content-inner .profile-activity-right-sidebar .meet-to-info .dsp-meetme-image {
    padding-top: 115%;
  }
  .profile-content-inner .profile-activity-right-sidebar .meet-to-info a.wpee-meet-me-trigger[data-action=yes], .profile-content-inner .profile-activity-right-sidebar .meet-to-info a.wpee-meet-me-trigger[data-action=no] {
    border-radius: 0;
  }
  .profile-content-inner.edit-profile .main-profile-mid-wrapper,
  .profile-content-inner.search .main-profile-mid-wrapper {
    border-top: none;
    padding-top: 0;
  }
  ul.profile-section-tab {
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 16px;
  }
}
.friends-member.wpee-block ul {
  padding: 0;
}
.friends-member.wpee-block ul li {
  margin: 0;
  padding: 10px 25px;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .friends-member.wpee-block ul li {
    padding: 10px 20px;
  }
}
.friends-member.wpee-block ul li:hover {
  background-color: #f9f5f2;
}
.friends-member.wpee-block ul li figure {
  border-radius: 80px;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}
@media screen and (max-width: 1599px) {
  .friends-member.wpee-block ul li figure {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
  }
}
.friends-member.wpee-block ul li figure .profile-friend-cover-thumb {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1199px) {
  .friends-member.wpee-block ul li figure .profile-friend-cover-thumb {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .friends-member.wpee-block ul li figure {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
}
.friends-member.wpee-block ul li .user-name-show {
  width: auto;
  max-width: 100%;
  flex: 1 1 0;
  align-self: center;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .friends-member.wpee-block ul li .user-name-show {
    margin-left: 16px;
  }
}
.friends-member.wpee-block ul li .user-name-show a {
  color: var(--color-primary);
  font-size: inherit;
}
.friends-member.wpee-block ul li .user-name-show a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.friends-member.wpee-block ul li .user-name-show .count-friends {
  color: #B9A496;
  font-size: 12px;
}
.friends-member.wpee-block ul > li:not(:last-child) {
  border: none;
  padding-bottom: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .wpee-profile-content .wpee-container {
    padding: 0;
  }
}

#news-feed .feed-header .feed-profile-img a,
.profle-status .profile-status-img {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  box-shadow: 0 0 0 1px var(--color-border);
  border-width: 3px;
}
#news-feed .feed-header .feed-profile-img a img,
.profle-status .profile-status-img img {
  border-radius: 48px;
}

.profle-status form.wpee-status-form .form-group {
  flex-wrap: wrap;
}
.profle-status form.wpee-status-form .profile-status-text {
  border-radius: 8px;
  padding: 14px 18px;
  height: 95px;
  width: 100%;
  max-width: none;
  max-height: none;
  flex: 1 1 100%;
  margin: 0 0 16px 16px;
  border: 1px solid var(--color-border);
}
.profle-status form.wpee-status-form .profile-status-text::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.profle-status form.wpee-status-form .profile-status-text::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .profle-status form.wpee-status-form .profile-status-text {
    margin-bottom: 0;
  }
}
.profle-status form.wpee-status-form .profile-status-text:focus {
  background-color: #FFF;
  border-color: rgba(0, 0, 0, 0.25);
}
.profle-status form.wpee-status-form input.wpee-btn[type=submit] {
  margin-left: auto;
  font-size: 14px;
  height: 44px;
  padding: 0 35px;
  box-shadow: none;
  border-radius: 30px;
}
.profle-status form.wpee-status-form input.wpee-btn[type=submit]:hover {
  border-color: var(--color-primary);
}

#news-feed .feed-header {
  align-items: center;
}

.feed-title-wrap {
  font-size: 16x;
  line-height: 1.1;
}
.feed-title-wrap .feed-title {
  font-size: 16px;
  color: rgba(33, 25, 15, 0.7);
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .feed-title-wrap .feed-title {
    font-size: 14px;
  }
}
.feed-title-wrap .feed-title strong,
.feed-title-wrap .feed-title strong a {
  color: var(--color-primary);
}
.feed-title-wrap [data-time] {
  font-size: 14px;
  color: #B9A496;
}
@media screen and (max-width: 767px) {
  .feed-title-wrap [data-time] {
    font-size: 11px;
  }
}

.wpee-feed-list .feed-content span.image-bg {
  border-radius: 8px;
  min-height: 0;
  padding-top: 56.25%;
}
.wpee-feed-list .feed-content audio,
.wpee-feed-list .feed-content video {
  width: 100%;
  border-radius: 8px;
}
.wpee-feed-list .feed-content .video-box {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.wpee-feed-list .feed-content .video-box video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-activity-right-sidebar .meet-to-info {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background-color: #FFF;
  margin-bottom: 30px;
  position: relative;
}
.profile-activity-right-sidebar .meet-to-info .dsp-meetme-image {
  order: 1;
  padding-top: 165%;
  position: relative;
  height: 0;
}
.profile-activity-right-sidebar .meet-to-info .dsp-meetme-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.profile-activity-right-sidebar .meet-to-info .dsp-meet-details {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: rgba(123, 98, 87, 0.5);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 0;
  z-index: 1;
}
@media screen and (max-width: 1599px) {
  .profile-activity-right-sidebar .meet-to-info .dsp-meet-details {
    padding: 15px 20px;
  }
}
.profile-activity-right-sidebar .meet-to-info .dsp-meet-details .user-info {
  order: 2;
  font-size: 14px;
  color: var(--color-info);
}
@media screen and (max-width: 1599px) {
  .profile-activity-right-sidebar .meet-to-info .dsp-meet-details .user-info {
    font-size: 12px;
  }
}
.profile-activity-right-sidebar .meet-to-info .dsp-meet-details .user-name {
  color: var(--color-info);
  order: 1;
  font-size: 18px;
}
@media screen and (max-width: 1599px) {
  .profile-activity-right-sidebar .meet-to-info .dsp-meet-details .user-name {
    font-size: 15px;
  }
}
.profile-activity-right-sidebar .meet-to-info > h2 {
  background: linear-gradient(180deg, #7B6257 0%, rgba(123, 98, 87, 0) 100%);
  border-radius: 16px 16px 0px 0px;
  padding: 12px;
  text-align: center;
  margin: 0;
  font-size: 24px;
  padding: 25px 25px 50px;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1599px) {
  .profile-activity-right-sidebar .meet-to-info > h2 {
    padding: 20px 15px 70px;
    font-size: 16px;
  }
}
.profile-activity-right-sidebar .meet-to-info .wpee-meetme-action-wrap {
  margin: 0;
  order: 4;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1599px) {
  .profile-activity-right-sidebar .meet-to-info .wpee-meetme-action-wrap {
    position: static;
  }
}
.profile-activity-right-sidebar .meet-to-info .wpee-meetme-action-wrap a {
  flex: 1 1 50%;
  box-shadow: none;
  padding: 0;
  height: 50px;
}
.profile-activity-right-sidebar .meet-to-info .wpee-meetme-action-wrap a[data-action=yes] {
  order: 2;
  background: rgba(116, 145, 106, 0.7);
  border-radius: 0px 0px 16px 0px;
  color: #FFF;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.profile-activity-right-sidebar .meet-to-info .wpee-meetme-action-wrap a[data-action=yes]:hover {
  background: rgba(116, 145, 106, 0.9);
}
@media screen and (max-width: 1599px) {
  .profile-activity-right-sidebar .meet-to-info .wpee-meetme-action-wrap a[data-action=yes] {
    background: rgb(116, 145, 106);
  }
}
.profile-activity-right-sidebar .meet-to-info .wpee-meetme-action-wrap a[data-action=yes]::before {
  border-radius: 0px 0px 16px 0px;
}
.profile-activity-right-sidebar .meet-to-info .wpee-meetme-action-wrap a[data-action=no] {
  order: 1;
  background: rgba(235, 83, 79, 0.7);
  border-radius: 0px 0px 0px 16px;
  color: #FFF;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.profile-activity-right-sidebar .meet-to-info .wpee-meetme-action-wrap a[data-action=no]:hover {
  background: rgba(235, 83, 79, 0.9);
}
@media screen and (max-width: 1599px) {
  .profile-activity-right-sidebar .meet-to-info .wpee-meetme-action-wrap a[data-action=no] {
    background: rgb(235, 83, 79);
  }
}
.profile-activity-right-sidebar .meet-to-info .wpee-meetme-action-wrap a[data-action=no]::before {
  border-radius: 0px 0px 0px 16px;
}

.meet-to-info.no-user-profiles {
  margin-bottom: 0;
  order: 4;
  border: none;
  font-size: 14px;
  padding: 25px;
  box-shadow: none;
  font-weight: 400;
  background-color: var(--color-secondary);
  color: #FFF;
  height: 105px;
  display: flex;
  justify-content: flex-end;
}
.meet-to-info.no-user-profiles b {
  font-weight: 400;
}

ul.profile-section-tab li:not(:last-child),
.main-tab-wrap .search-tab-title:not(:last-child),
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title:not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 1399px) {
  ul.profile-section-tab li:not(:last-child),
  .main-tab-wrap .search-tab-title:not(:last-child),
  .wpee-search-block .wpee-search-tab .search-tab .search-tab-title:not(:last-child) {
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  ul.profile-section-tab li:not(:last-child),
  .main-tab-wrap .search-tab-title:not(:last-child),
  .wpee-search-block .wpee-search-tab .search-tab .search-tab-title:not(:last-child) {
    margin-right: 0;
  }
}

ul.profile-section-tab li a,
.main-tab-wrap .search-tab-title,
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title {
  font-size: 16px;
  border-radius: 30px;
  padding: 12px 24px;
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
}
@media (max-width: 1199px) {
  ul.profile-section-tab li a,
  .main-tab-wrap .search-tab-title,
  .wpee-search-block .wpee-search-tab .search-tab .search-tab-title {
    font-size: 14px;
    padding: 12px 16px;
  }
}
ul.profile-section-tab li a::before,
.main-tab-wrap .search-tab-title::before,
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 80px;
}

ul.profile-section-tab li a:hover,
ul.profile-section-tab li.active a,
.main-tab-wrap .search-tab-title:hover,
.main-tab-wrap .search-tab-title.active,
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title:hover,
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title.active {
  color: var(--color-primary);
  font-family: var(--font-body);
  font-weight: 600;
}
ul.profile-section-tab li a:hover::before,
ul.profile-section-tab li.active a::before,
.main-tab-wrap .search-tab-title:hover::before,
.main-tab-wrap .search-tab-title.active::before,
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title:hover::before,
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title.active::before {
  opacity: 0.3;
  background-color: var(--color-primary);
}
ul.profile-section-tab li a:hover:hover::before,
ul.profile-section-tab li.active a:hover::before,
.main-tab-wrap .search-tab-title:hover:hover::before,
.main-tab-wrap .search-tab-title.active:hover::before,
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title:hover:hover::before,
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title.active:hover::before {
  opacity: 0.2;
}

.wpee-edit-profile-form .heading-submenu,
.wpee-search-tab .heading-submenu {
  color: var(--color-secondary);
  font-size: 16px;
  letter-spacing: normal;
  display: flex;
  justify-content: space-between;
}

.wpee-edit-profile-form .heading-submenu::after,
.wpee-search-tab .heading-submenu::before {
  display: none;
}

.wpee-search-tab form .additional-search ~ input.dsp_submit_button {
  margin: 0 25px 25px;
}

.wpee-edit-profile-inner.profile-section-content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .wpee-edit-profile-inner.profile-section-content {
    margin-bottom: 0;
  }
}
.wpee-edit-profile-inner.profile-section-content .edit_my_location_form {
  order: 2;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .wpee-edit-profile-inner.profile-section-content .edit_my_location_form {
    padding-top: 0;
  }
  .wpee-edit-profile-inner.profile-section-content .edit_my_location_form #edit_my_location {
    width: 100%;
  }
}

#map_wrapper {
  order: 1;
  width: 100% !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  #map_wrapper {
    margin: 16px 0 !important;
  }
}
#map_wrapper button {
  box-shadow: none;
  border-radius: 0;
}
#map_wrapper img {
  max-width: none;
}

.additional-search {
  position: relative;
}
.additional-search .option-btn-adv {
  color: var(--color-body);
}
@media (max-width: 767px) {
  .additional-search {
    margin: 16px 0;
  }
}
.additional-search > * {
  position: relative;
}
.additional-search .option-btn-adv {
  display: flex;
  flex-wrap: wrap;
}
.additional-search .option-btn-adv input[type=checkbox] {
  margin: 0;
  width: 14px;
  height: 14px;
}
.additional-search .option-btn-adv > * {
  flex: 1 1 14em;
  max-width: 50%;
  display: flex;
  padding: 8px 4px;
  line-height: 1.2;
  align-items: center;
}
@media (max-width: 767px) {
  .additional-search .option-btn-adv > * {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.additional-search .panel-title-toggle {
  display: flex;
  align-items: center;
  color: var(--color-heading);
  cursor: auto;
}
.additional-search .panel-title-toggle .icon-plus {
  display: none;
}

.near-me-message {
  margin-top: 0;
}
.near-me-message a {
  font-weight: 700;
  color: var(--color-primary);
}
.near-me-message a:hover {
  text-decoration: underline;
}

.wpee-search-tab .heading-submenu .near-me-message {
  margin-top: 0;
}

.wpee-container .profile-content-inner input[type=submit] {
  padding: 16px 32px;
  box-shadow: none;
}
.wpee-container .profile-content-inner input[type=submit]:hover {
  background-color: var(--color-primary);
  color: #FFF;
}

.profile-header-menu form input[type=submit] {
  box-shadow: none;
}
.profile-header-menu form .form-group:last-child {
  margin-bottom: 0;
}

.wpee-gift-inner form .form-group input[type=radio]:checked + img {
  border: none;
  box-shadow: 0 0 0 3px var(--color-primary);
}

form .zip-search {
  padding: 25px 25px 5px;
  margin: 0;
}
form .zip-search .form-group {
  margin-right: 0;
  flex: 0 1 calc(25% - 16px);
}
form .zip-search .form-group input[type=submit],
form .zip-search .form-group a.wpee-create-button {
  width: 100%;
  margin: 0;
}
form .zip-search .form-group a.wpee-create-button {
  padding: 16px 32px;
  box-shadow: none;
  text-align: center;
}
form .zip-search .dspdp-btn-group {
  gap: 10px;
}
@media (max-width: 991px) {
  form .zip-search {
    flex-wrap: wrap;
  }
  form .zip-search .form-group {
    flex: 0 1 calc(33.3333333333% - 8px);
  }
}
@media (max-width: 767px) {
  form .zip-search .form-group {
    margin-right: 0;
    flex: 0 1 calc(50% - 10px);
  }
  form .zip-search .form-group:first-child,
  form .zip-search .form-group:last-child {
    flex: 0 1 100%;
  }
}
@media (max-width: 575px) {
  form .zip-search .form-group:last-child,
  form .zip-search .form-group:nth-last-child(2) {
    margin-top: 8px;
  }
  form .zip-search .form-group:last-child input,
  form .zip-search .form-group:nth-last-child(2) input {
    width: 100%;
  }
}

.profile-content-inner.media {
  overflow: visible;
}
.profile-content-inner.media table.table tbody.files {
  display: flex;
  margin: 0;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .profile-content-inner.media table.table tbody.files {
    gap: 16px;
  }
}
.profile-content-inner.media table.table tbody.files .preview,
.profile-content-inner.media table.table tbody.files .preview a {
  display: block;
}
.profile-content-inner.media table.table tbody.files button.delete {
  position: absolute;
  top: 15px;
  right: 15px;
  margin-top: 0;
  font-size: 16px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  color: var(--color-secondary);
  box-shadow: none;
  border-radius: 40px;
  display: flex;
  align-items: center;
}
.profile-content-inner.media table.table tbody.files button.delete:hover {
  color: var(--color-primary);
}
.profile-content-inner.media table.table tbody.files button.delete span {
  margin-left: 4px;
  display: none;
}
.profile-content-inner.media table.table .template-download {
  flex: 0 0 calc(33.3333333333% - 20px);
  margin: 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .profile-content-inner.media table.table .template-download {
    flex: 0 0 calc(50% - 8px);
  }
}
.profile-content-inner.media table.table .template-download .image-bg {
  height: auto;
  min-height: 0;
  padding-top: 100%;
  border-radius: 8px;
}
.profile-content-inner.media table.table .template-download .info.text-info {
  color: #7db316;
  box-shadow: 0 3px 10px rgba(102, 163, 0, 0.1294117647);
  font-size: 12px;
  padding: 2px 12px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-radius: 4px;
  position: absolute;
  top: 14px;
  left: 16px;
  right: 16px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.profile-content-inner.media .profile-photo-list {
  gap: 30px;
}
.profile-content-inner.media .profile-photo-list .photos-list {
  flex: 0 0 calc(33.3333333333% - 20px);
  margin: 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .profile-content-inner.media .profile-photo-list .photos-list {
    flex: 0 0 calc(50% - 15px);
  }
}
.profile-content-inner.media .profile-photo-list .photos-list .image-bg {
  height: auto;
  min-height: 0;
  padding-top: 100%;
}

.col-fill {
  flex: 0 0 100%;
}

.row.fileupload-buttonbar {
  margin: 30px 0 0 0;
  padding-top: 30px;
}
.row.fileupload-buttonbar > .col-lg-7 {
  width: 100%;
  padding: 0;
}
.row.fileupload-buttonbar .btn {
  font-size: 14px;
  padding: 8px 16px;
  background-color: rgba(235, 83, 79, 0.1);
  border-color: transparent;
  color: var(--color-primary);
  box-shadow: none;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  margin-right: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .row.fileupload-buttonbar .btn {
    margin-right: 4px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 575px) {
  .row.fileupload-buttonbar .btn {
    padding: 8px;
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.row.fileupload-buttonbar .btn i {
  top: 0;
  margin-right: 4px;
}
.row.fileupload-buttonbar .btn:hover {
  background-color: rgba(235, 83, 79, 0.2);
}
.row.fileupload-buttonbar .btn.btn-success {
  border-color: transparent;
  color: #FFF;
  background-color: var(--color-primary);
}
.row.fileupload-buttonbar .btn.btn-success:hover {
  opacity: 0.9;
}
.row.fileupload-buttonbar .col-lg-5.fileupload-progress {
  padding: 0;
  width: 100%;
  margin: 16px 0;
}
.row.fileupload-buttonbar .col-lg-5.fileupload-progress .progress.progress-striped {
  height: 10px;
  border-radius: 10px;
  box-shadow: none;
  background-color: var(--color-border);
}
.row.fileupload-buttonbar .col-lg-5.fileupload-progress .progress.progress-striped .progress-bar.progress-bar-success {
  background-color: var(--color-primary);
}

.template-upload {
  flex: 0 0 calc(33.3333333333% - 20px);
  padding-top: 32px;
  border: 1px solid var(--color-border);
  padding: 16px;
  border-radius: 8px;
  background-color: #FFF;
}
@media screen and (max-width: 991px) {
  .template-upload {
    flex: 0 0 calc(50% - 15px);
  }
}
.template-upload .btn {
  font-size: 14px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}
.template-upload .btn {
  background-color: #FFF;
  border: 1px solid var(--color-border);
  color: var(--color-secondary);
  font-family: var(--font-body);
  border-radius: 40px;
}
.template-upload .btn:hover {
  background-color: rgba(235, 83, 79, 0.1);
  color: var(--color-primary);
  border-color: rgba(235, 83, 79, 0.1);
}
@media screen and (max-width: 1199px) {
  .template-upload .btn {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 991px) {
  .template-upload .btn {
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .template-upload .btn {
    padding: 8px 12px;
    height: 38px;
    margin-bottom: 0;
  }
}
.template-upload .btn + .btn {
  margin-left: 8px;
}
@media screen and (max-width: 1199px) {
  .template-upload .btn + .btn {
    margin-left: 4px;
  }
}
.template-upload .btn i {
  top: 0;
  margin-right: 0;
}
.template-upload .btn i + span {
  margin-left: 4px;
}
.template-upload .preview canvas {
  border-radius: 5px;
}
.template-upload .progress {
  height: 10px;
  border-radius: 10px;
  box-shadow: none;
  background-color: var(--color-border);
}
@media screen and (max-width: 767px) {
  .template-upload .progress {
    margin-bottom: 12px;
  }
}
.template-upload .progress .progress-bar.progress-bar-success {
  background-color: var(--color-primary);
}

a.wpee-create-button {
  font-size: 14px;
  padding: 8px 16px;
  background-color: rgba(235, 83, 79, 0.1);
  border-color: transparent;
  color: var(--color-primary);
  box-shadow: none;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}
a.wpee-create-button:before {
  content: "\f0415";
  font-family: "mdi";
  display: inline-block;
  line-height: 1;
  font-size: inherit;
  margin-right: 4px;
}
a.wpee-create-button:hover {
  color: var(--color-primary);
  background-color: rgba(235, 83, 79, 0.2);
}
.album-wrapper,
.video-wrapper,
.audio-wrapper {
  border-radius: 8px;
  border-color: var(--color-border);
}

.album-wrapper .image-holder span.image-bg {
  height: 0;
  min-height: 0;
  padding-top: 56.25%;
  background: var(--color-border) no-repeat 50% 50%/50% 50% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='rgb(256,256,256)' d='M21,17H7V3H21M21,1H7A2,2 0 0,0 5,3V17A2,2 0 0,0 7,19H21A2,2 0 0,0 23,17V3A2,2 0 0,0 21,1M3,5H1V21A2,2 0 0,0 3,23H19V21H3M15.96,10.29L13.21,13.83L11.25,11.47L8.5,15H19.5L15.96,10.29Z' /%3E%3C/svg%3E") !important;
}

.album-main-wrapper .wpee-edit-button,
.album-main-wrapper .wpee-delete-button,
.audio-main-wrapper .wpee-edit-button,
.audio-main-wrapper .wpee-delete-button,
.video-main-wrapper .wpee-edit-button,
.video-main-wrapper .wpee-delete-button {
  padding: 5px;
  line-height: 1;
}
.album-main-wrapper .wpee-edit-button:hover,
.album-main-wrapper .wpee-delete-button:hover,
.audio-main-wrapper .wpee-edit-button:hover,
.audio-main-wrapper .wpee-delete-button:hover,
.video-main-wrapper .wpee-edit-button:hover,
.video-main-wrapper .wpee-delete-button:hover {
  color: var(--color-primary);
}

.wpee-album-details .wpee-album-back-button-section a {
  border: none;
  border-radius: 36px;
  width: 36px;
  height: 36px;
  padding: 5px 9px;
  margin: 0 8px 0 0;
}

.wpee-empty-info {
  background-color: rgba(255, 0, 0, 0.05);
  padding: 16px;
  border-radius: 8px;
}

.album-main-wrapper,
.audio-main-wrapper,
.video-main-wrapper {
  margin: 0 0 30px 0;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .album-main-wrapper,
  .audio-main-wrapper,
  .video-main-wrapper {
    gap: 16px;
  }
}
.album-main-wrapper li,
.audio-main-wrapper li,
.video-main-wrapper li {
  width: auto;
  flex: 0 0 calc(33.3333333333% - 20px);
  margin: 0;
  display: flex;
}
@media screen and (max-width: 991px) {
  .album-main-wrapper li,
  .audio-main-wrapper li,
  .video-main-wrapper li {
    flex: 0 0 calc(50% - 8px);
  }
}
@media screen and (max-width: 575px) {
  .album-main-wrapper li,
  .audio-main-wrapper li,
  .video-main-wrapper li {
    flex: 0 0 100%;
  }
}
.album-main-wrapper .title-wrapper,
.audio-main-wrapper .title-wrapper,
.video-main-wrapper .title-wrapper {
  display: flex;
  flex-direction: column;
}
.album-main-wrapper .title-wrapper > span,
.audio-main-wrapper .title-wrapper > span,
.video-main-wrapper .title-wrapper > span {
  order: 2;
}

.album-main-wrapper .img-count,
.audio-main-wrapper .date-wrap,
.video-main-wrapper .date-wrap {
  font-size: 14px;
  color: var(--color-body);
}

.audio-main-wrapper li {
  flex: 0 0 100%;
}

.album-wrapper,
.video-wrapper,
.audio-wrapper {
  flex: 0 0 100%;
  align-self: stretch;
  padding: 0;
}

.album-wrapper .album-content-wrap,
.video-wrapper .video-content-wrap,
.audio-wrapper .audio-content-wrap {
  align-items: flex-start;
  padding: 16px;
}
.album-wrapper .album-content-wrap h6,
.video-wrapper .video-content-wrap h6,
.audio-wrapper .audio-content-wrap h6 {
  font-family: var(--font-body) !important;
}

.audio-wrapper {
  padding: 16px;
}
.audio-wrapper .audio-content-wrap {
  padding: 16px 16px 0;
}

.video-main-wrapper figure.video-thumbnail {
  height: 0;
  position: relative;
  padding-top: 56.25%;
  background-color: #000;
}
.video-main-wrapper figure.video-thumbnail video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup.is-open button,
.popup.is-open input[type=button],
.popup.is-open input[type=submit],
.popup.is-open .elementor-button {
  background-color: var(--color-primary);
  box-shadow: none;
}

.btn-fb-login {
  border-radius: 30px;
  height: 50px;
}
.btn-fb-login #fb-btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-main-wrapper .popup-form button.save-button {
  background-color: var(--color-primary);
  box-shadow: none;
  border-radius: 8px;
}

.popup-main-wrapper .popup-title {
  background-color: var(--color-border);
}

.message-block-compose {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--color-border);
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .message-block-compose {
    padding: 16px;
  }
}
.message-block-compose input[type=submit].dspdp-btn-default {
  box-shadow: none;
}
.message-block-compose input[type=submit].dspdp-btn-default[name=save] {
  background-color: #FFF;
  border: 1px solid var(--color-border);
  color: var(--color-secondary);
  font-family: var(--font-body);
  border-radius: 40px;
}
.message-block-compose input[type=submit].dspdp-btn-default[name=save]:hover {
  background-color: rgba(235, 83, 79, 0.1);
  color: var(--color-primary);
  border-color: rgba(235, 83, 79, 0.1);
}

.dspdp-text-success {
  color: #7DB210;
}

.dspdp-btn.dspdp-btn-info {
  padding: 8px 16px;
  font-size: 16px;
}
.dspdp-btn.dspdp-btn-info {
  background-color: #FFF;
  border: 1px solid var(--color-border);
  color: var(--color-secondary);
  font-family: var(--font-body);
  border-radius: 40px;
}
.dspdp-btn.dspdp-btn-info:hover {
  background-color: rgba(235, 83, 79, 0.1);
  color: var(--color-primary);
  border-color: rgba(235, 83, 79, 0.1);
}

.dsp_back_inbox {
  margin-bottom: 16px;
}
.dsp_back_inbox .dspdp-btn {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 16px;
  border-radius: 8px;
}
.dsp_back_inbox .dspdp-btn:hover {
  background-color: var(--color-border);
  opacity: 1;
}
.dsp_back_inbox .dspdp-btn::before {
  margin-right: 8px;
  display: inline-block;
}

form.message-block-sent .sent-message-page {
  border: 1px solid var(--color-border);
  background-color: #FFF;
  box-shadow: 0;
  border-radius: 0;
  padding: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  form.message-block-sent .sent-message-page {
    padding: 16px;
  }
}
form.message-block-sent .sent-message-page:hover {
  box-shadow: 0 0px 20px var(--color-info);
  z-index: 9;
  position: relative;
}
form.message-block-sent .sent-message-page + .sent-message-page {
  margin-top: -1px;
}
form.message-block-sent .sent-message-page:first-of-type {
  border-radius: 16px 16px 0 0;
}
form.message-block-sent .sent-message-page:last-of-type {
  border-radius: 0 0 16px 16px;
}
form.message-block-sent .sent-message-page::before, form.message-block-sent .sent-message-page::after {
  display: none;
}
form.message-block-sent .sent-message-page > li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
form.message-block-sent .sent-message-page > li::before, form.message-block-sent .sent-message-page > li::after {
  display: none;
}
form.message-block-sent .sent-message-page > li .dp-email-status {
  display: none;
}
form.message-block-sent .sent-message-page > li .read-message {
  margin-left: auto;
  flex: 0 0 auto;
  width: auto;
}
form.message-block-sent .sent-message-page > li .read-message img[alt=env_unread] {
  -o-object-position: -100px -100px;
     object-position: -100px -100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M22 6C22 4.9 21.1 4 20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6M20 6L12 11L4 6H20M20 18H4V8L12 13L20 8V18Z' /%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  opacity: 0.3;
}
form.message-block-sent .sent-message-page > li .read-message img[alt=env_read] {
  -o-object-position: -100px -100px;
     object-position: -100px -100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M21.03 6.29L12 .64L2.97 6.29C2.39 6.64 2 7.27 2 8V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V8C22 7.27 21.61 6.64 21.03 6.29M20 18H4V10L12 15L20 10V18M12 13L4 8L12 3L20 8L12 13Z' /%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  opacity: 0.3;
}
@media (max-width: 767px) {
  form.message-block-sent .sent-message-page > li .read-message img {
    display: none;
  }
  form.message-block-sent .sent-message-page > li .read-message .dp-email-status {
    display: block;
    margin-right: 16px;
    font-size: 12px;
    background-color: var(--color-border);
    padding: 4px 8px;
    border-radius: 20px;
    line-height: 1;
  }
  form.message-block-sent .sent-message-page > li .read-message .dp-email-status.dp-email-status-read {
    background-color: #ECFAD0;
    color: #7DB210;
  }
}
html.touch form.message-block-sent .sent-message-page > li .read-message img {
  display: none;
}
html.touch form.message-block-sent .sent-message-page > li .read-message .dp-email-status {
  display: block;
  font-size: 12px;
  background-color: var(--color-border);
  padding: 4px 8px;
  border-radius: 20px;
  line-height: 1;
}
html.touch form.message-block-sent .sent-message-page > li .read-message .dp-email-status.dp-email-status-read {
  background-color: #ECFAD0;
  color: #7DB210;
}
form.message-block-sent .sent-message-page > li .image {
  flex: 0 0 45px;
  padding: 0;
  margin: 0;
}
form.message-block-sent .sent-message-page > li .image img {
  border-radius: 45px;
}
form.message-block-sent .sent-message-page > li .dspdp-check {
  margin: 0 16px 0 0 !important;
  height: 45px;
  display: flex;
  align-items: center;
}
form.message-block-sent .sent-message-page > li .dspdp-check input {
  margin: 0;
}
form.message-block-sent .sent-message-page > li .msg-info {
  flex: 1 1 0;
}
form.message-block-sent .sent-message-page > li .msg-info ul {
  display: flex;
  flex-wrap: wrap;
}
form.message-block-sent .sent-message-page > li .msg-info ul li.name,
form.message-block-sent .sent-message-page > li .msg-info ul li:last-child {
  flex: 0 0 100%;
}
form.message-block-sent .sent-message-page > li .msg-info ul li.name {
  font-size: 16px;
  margin-bottom: 0;
}
form.message-block-sent .sent-message-page > li .msg-info ul li:nth-child(2),
form.message-block-sent .sent-message-page > li .msg-info ul li:nth-child(3) {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 991px) {
  form.message-block-sent .sent-message-page > li .msg-info ul li:nth-child(2),
  form.message-block-sent .sent-message-page > li .msg-info ul li:nth-child(3) {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 992px) {
  form.message-block-sent .sent-message-page > li .msg-info ul li:nth-child(3):before {
    content: "-";
    display: inline-block;
    margin: 0 8px;
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  form.message-block-sent .sent-message-page > li .msg-info ul li:last-child {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  form.message-block-sent .sent-message-page > li .msg-info {
    flex: 0 0 100%;
    padding: 16px 0 0 32px;
  }
}
form.message-block-sent .sent-message-page .show_more_text {
  padding: 2px 10px;
  margin: 0 2px;
  color: var(--color-primary);
  background: rgba(116, 145, 106, 0.1);
  color: rgb(116, 155, 106) !important;
  border-radius: 20px;
  font-size: 14px;
}
form.message-block-sent .sent-message-page .show_more_text:hover {
  background-color: rgba(116, 145, 106, 0.9);
  color: #FFF !important;
}
form.message-block-sent .sent-message-page .hide_more_text {
  padding: 2px 10px;
  color: var(--color-primary);
  background: #fee2e2;
  color: #d82c2c !important;
  border-radius: 20px;
  font-size: 14px;
}
form.message-block-sent .sent-message-page .hide_more_text:hover {
  background-color: #d82c2c;
  color: #FFF !important;
}

form.message-block-inbox .dsp_vertical_scrollbar,
form.message-block-delete .dsp_vertical_scrollbar,
form.message-block-draft .dsp_vertical_scrollbar {
  border: 1px solid var(--color-border);
  background-color: #FFF;
  box-shadow: 0;
  border-radius: 0;
  padding: 24px;
  margin-bottom: 0;
  margin-top: -1px;
}
@media screen and (max-width: 991px) {
  form.message-block-inbox .dsp_vertical_scrollbar,
  form.message-block-delete .dsp_vertical_scrollbar,
  form.message-block-draft .dsp_vertical_scrollbar {
    padding: 16px;
  }
}
form.message-block-inbox .dsp_vertical_scrollbar:hover,
form.message-block-delete .dsp_vertical_scrollbar:hover,
form.message-block-draft .dsp_vertical_scrollbar:hover {
  box-shadow: 0 0px 20px var(--color-info);
  z-index: 9;
  position: relative;
}
form.message-block-inbox .dsp_vertical_scrollbar:first-of-type,
form.message-block-delete .dsp_vertical_scrollbar:first-of-type,
form.message-block-draft .dsp_vertical_scrollbar:first-of-type {
  border-radius: 8px 8px 0 0;
}
form.message-block-inbox .dsp_vertical_scrollbar:last-of-type,
form.message-block-delete .dsp_vertical_scrollbar:last-of-type,
form.message-block-draft .dsp_vertical_scrollbar:last-of-type {
  border-radius: 0 0 8px 8px;
}
form.message-block-inbox .dsp_vertical_scrollbar > ul,
form.message-block-delete .dsp_vertical_scrollbar > ul,
form.message-block-draft .dsp_vertical_scrollbar > ul {
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  form.message-block-inbox .dsp_vertical_scrollbar > ul,
  form.message-block-delete .dsp_vertical_scrollbar > ul,
  form.message-block-draft .dsp_vertical_scrollbar > ul {
    align-items: flex-start;
  }
}
form.message-block-inbox .dsp_vertical_scrollbar > ul::before, form.message-block-inbox .dsp_vertical_scrollbar > ul::after,
form.message-block-delete .dsp_vertical_scrollbar > ul::before,
form.message-block-delete .dsp_vertical_scrollbar > ul::after,
form.message-block-draft .dsp_vertical_scrollbar > ul::before,
form.message-block-draft .dsp_vertical_scrollbar > ul::after {
  display: none;
}
form.message-block-inbox .dsp_vertical_scrollbar li.wpee-received-checkbox,
form.message-block-delete .dsp_vertical_scrollbar li.wpee-received-checkbox,
form.message-block-draft .dsp_vertical_scrollbar li.wpee-received-checkbox {
  flex: 0 0 32px;
  margin: 0;
}
form.message-block-inbox .dsp_vertical_scrollbar li.wpee-received-checkbox input,
form.message-block-delete .dsp_vertical_scrollbar li.wpee-received-checkbox input,
form.message-block-draft .dsp_vertical_scrollbar li.wpee-received-checkbox input {
  margin: 0;
}
form.message-block-inbox .dsp_vertical_scrollbar li.wpee-received-details,
form.message-block-delete .dsp_vertical_scrollbar li.wpee-received-details,
form.message-block-draft .dsp_vertical_scrollbar li.wpee-received-details {
  flex: 0 0 calc(50% - 32px);
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1199px) {
  form.message-block-inbox .dsp_vertical_scrollbar li.wpee-received-details,
  form.message-block-delete .dsp_vertical_scrollbar li.wpee-received-details,
  form.message-block-draft .dsp_vertical_scrollbar li.wpee-received-details {
    flex: 0 0 calc(60% - 32px);
    padding-right: 16px;
  }
}
@media screen and (max-width: 991px) {
  form.message-block-inbox .dsp_vertical_scrollbar li.wpee-received-details,
  form.message-block-delete .dsp_vertical_scrollbar li.wpee-received-details,
  form.message-block-draft .dsp_vertical_scrollbar li.wpee-received-details {
    flex: 0 0 calc(100% - 32px);
  }
}
@media screen and (max-width: 767px) {
  form.message-block-inbox .dsp_vertical_scrollbar li.wpee-received-details,
  form.message-block-delete .dsp_vertical_scrollbar li.wpee-received-details,
  form.message-block-draft .dsp_vertical_scrollbar li.wpee-received-details {
    display: flex;
    flex-direction: column;
  }
  form.message-block-inbox .dsp_vertical_scrollbar li.wpee-received-details br,
  form.message-block-delete .dsp_vertical_scrollbar li.wpee-received-details br,
  form.message-block-draft .dsp_vertical_scrollbar li.wpee-received-details br {
    display: none;
  }
}
form.message-block-inbox .dsp_vertical_scrollbar li.wpee-received-details .name a,
form.message-block-delete .dsp_vertical_scrollbar li.wpee-received-details .name a,
form.message-block-draft .dsp_vertical_scrollbar li.wpee-received-details .name a {
  font-size: 16px;
  color: var(--color-heading);
}
form.message-block-inbox .dsp_vertical_scrollbar li.wpee-received-details .dsp-email-photo img,
form.message-block-delete .dsp_vertical_scrollbar li.wpee-received-details .dsp-email-photo img,
form.message-block-draft .dsp_vertical_scrollbar li.wpee-received-details .dsp-email-photo img {
  border-radius: 45px;
}
@media screen and (max-width: 767px) {
  form.message-block-inbox .dsp_vertical_scrollbar li.wpee-received-details .dsp-email-photo,
  form.message-block-delete .dsp_vertical_scrollbar li.wpee-received-details .dsp-email-photo,
  form.message-block-draft .dsp_vertical_scrollbar li.wpee-received-details .dsp-email-photo {
    margin-bottom: 16px;
    display: block;
  }
}
form.message-block-inbox .dsp_vertical_scrollbar li:last-child,
form.message-block-delete .dsp_vertical_scrollbar li:last-child,
form.message-block-draft .dsp_vertical_scrollbar li:last-child {
  flex: 0 0 50%;
}
@media screen and (max-width: 1199px) {
  form.message-block-inbox .dsp_vertical_scrollbar li:last-child,
  form.message-block-delete .dsp_vertical_scrollbar li:last-child,
  form.message-block-draft .dsp_vertical_scrollbar li:last-child {
    flex: 0 0 30%;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  form.message-block-inbox .dsp_vertical_scrollbar li:last-child,
  form.message-block-delete .dsp_vertical_scrollbar li:last-child,
  form.message-block-draft .dsp_vertical_scrollbar li:last-child {
    flex: 0 0 100%;
    padding-left: 92px;
  }
}
@media screen and (max-width: 767px) {
  form.message-block-inbox .dsp_vertical_scrollbar li:last-child,
  form.message-block-delete .dsp_vertical_scrollbar li:last-child,
  form.message-block-draft .dsp_vertical_scrollbar li:last-child {
    margin: 8px 0 0;
    padding-left: 32px;
  }
}
form.message-block-inbox .heading-top,
form.message-block-delete .heading-top,
form.message-block-draft .heading-top {
  padding: 16px 24px;
  font-size: 14px;
  background-color: #fffbf6;
  border: 1px solid var(--color-border);
  border-radius: 16px 16px 0 0;
}
form.message-block-inbox .heading-top strong,
form.message-block-delete .heading-top strong,
form.message-block-draft .heading-top strong {
  padding: 0;
}
@media screen and (max-width: 1199px) {
  form.message-block-inbox .heading-top strong:nth-child(1),
  form.message-block-delete .heading-top strong:nth-child(1),
  form.message-block-draft .heading-top strong:nth-child(1) {
    flex: 0 0 60%;
  }
}
@media screen and (max-width: 1199px) {
  form.message-block-inbox .heading-top strong:nth-child(2),
  form.message-block-delete .heading-top strong:nth-child(2),
  form.message-block-draft .heading-top strong:nth-child(2) {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 991px) {
  form.message-block-inbox .heading-top,
  form.message-block-delete .heading-top,
  form.message-block-draft .heading-top {
    display: none;
  }
}
form.message-block-inbox .btn-delete input[type=submit],
form.message-block-delete .btn-delete input[type=submit],
form.message-block-draft .btn-delete input[type=submit] {
  box-shadow: none;
}
form.message-block-inbox .btn-delete input[type=submit],
form.message-block-delete .btn-delete input[type=submit],
form.message-block-draft .btn-delete input[type=submit] {
  background-color: #FFF;
  border: 1px solid var(--color-border);
  color: var(--color-secondary);
  font-family: var(--font-body);
  border-radius: 40px;
}
form.message-block-inbox .btn-delete input[type=submit]:hover,
form.message-block-delete .btn-delete input[type=submit]:hover,
form.message-block-draft .btn-delete input[type=submit]:hover {
  background-color: rgba(235, 83, 79, 0.1);
  color: var(--color-primary);
  border-color: rgba(235, 83, 79, 0.1);
}
form.message-block-inbox .btn-delete input[type=submit][disabled],
form.message-block-delete .btn-delete input[type=submit][disabled],
form.message-block-draft .btn-delete input[type=submit][disabled] {
  cursor: not-allowed;
}

form.message-block-draft .email-page {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}
form.message-block-draft .email-page li:first-child {
  width: auto !important;
  text-align: left !important;
  flex: 0 0 32px;
}
form.message-block-draft .email-page li.draft-detail-wrap {
  flex: 0 0 calc(50% - 32px);
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 1199px) {
  form.message-block-draft .email-page li.draft-detail-wrap {
    flex: 0 0 calc(60% - 32px);
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  form.message-block-draft .email-page li.draft-detail-wrap {
    flex: 0 0 calc(100% - 32px);
    padding-right: 64px;
  }
}
form.message-block-draft .email-page li.draft-detail-wrap .name a {
  color: var(--color-heading);
  font-size: 16px;
}
form.message-block-draft .email-page li.draft-subject-wrap {
  flex: 1 1 0;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  form.message-block-draft .email-page li.draft-subject-wrap {
    padding-right: 48px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  form.message-block-draft .email-page li.draft-subject-wrap {
    margin: 0;
    flex: 0 0 100%;
    padding: 8px 0 0 32px;
  }
}
form.message-block-draft .email-page li.edit-wrap {
  flex: 0 0 auto;
}
@media screen and (max-width: 1199px) {
  form.message-block-draft .email-page li.edit-wrap {
    flex: 0 0 100%;
    padding: 16px 0 0 32px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
form.message-block-draft .email-page li.edit-wrap h6 {
  margin: 0;
  font-family: var(--font-body);
}
form.message-block-draft .email-page li.edit-wrap h6 a {
  border-radius: 40px;
  font-size: 14px;
  padding: 8px 16px;
  display: inline-block;
}
form.message-block-draft .email-page li.edit-wrap h6 a {
  background-color: #FFF;
  border: 1px solid var(--color-border);
  color: var(--color-secondary);
  font-family: var(--font-body);
  border-radius: 40px;
}
form.message-block-draft .email-page li.edit-wrap h6 a:hover {
  background-color: rgba(235, 83, 79, 0.1);
  color: var(--color-primary);
  border-color: rgba(235, 83, 79, 0.1);
}
@media screen and (max-width: 1199px) {
  form.message-block-draft .email-page li.edit-wrap h6 a {
    font-size: 0;
    padding: 8px 13px;
  }
  form.message-block-draft .email-page li.edit-wrap h6 a::before {
    font-family: "mdi";
    content: "\f03eb";
    font-size: 14px;
  }
}

.receiver,
.sender {
  border: none;
  padding: 0;
  margin: 0 0 16px;
}
.receiver .view-message,
.sender .view-message {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background-color: #FFF;
}
.receiver .view-message::before, .receiver .view-message::after,
.sender .view-message::before,
.sender .view-message::after {
  display: none;
}
.receiver .view-message .dspdp-col-sm-2,
.sender .view-message .dspdp-col-sm-2 {
  flex: 0 0 45px;
  width: 45px;
  padding: 0;
}
.receiver .view-message .dspdp-col-sm-2 img,
.sender .view-message .dspdp-col-sm-2 img {
  border-radius: 45px;
}
.receiver .view-message .dspdp-col-sm-9,
.sender .view-message .dspdp-col-sm-9 {
  flex: 1 1 0;
  max-width: 100%;
  padding: 0 0 0 16px;
}
.receiver .view-message .dsp-msg-date,
.sender .view-message .dsp-msg-date {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 16px;
  font-size: 14px;
}
.receiver .view-message .name,
.sender .view-message .name {
  margin: 4px 0 0 0;
}

.sender {
  background-color: rgba(0, 0, 0, 0.05);
}

.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame {
  border-radius: 16px;
  border: 1px solid var(--color-border);
  background: #FFF;
  box-shadow: none;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame {
    height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 991px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame {
    padding-top: 51px;
  }
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel {
  background: #FFF;
  border-radius: 16px 0 0 16px;
  border-right: 1px solid var(--color-border);
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel {
    width: 51px;
    position: static;
  }
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #search {
  border-top: none;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #search {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #search {
    width: auto;
  }
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #search input {
  border: none;
  background: #FFF;
  padding: 0 0 0 46px;
  border-radius: 16px 0 0 0;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #search input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #search input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #search input:focus {
  outline: none;
  background: #FFF;
  color: var(--color-body);
}
@media screen and (max-width: 991px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #search input {
    border-radius: 16px 16px 0 0;
  }
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #search .fa {
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #search label {
  margin: 0;
  line-height: 1;
  display: block;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts {
  overflow: auto;
  height: calc(100% - 51px);
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts::-webkit-scrollbar {
  border-radius: 10px;
  background-color: rgba(123, 98, 87, 0.05);
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(123, 98, 87, 0.1);
}
@media screen and (max-width: 991px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts {
    height: 100%;
  }
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts ul li .wrap {
  display: flex;
  align-items: center;
  padding: 16px;
}
@media screen and (max-width: 991px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts ul li .wrap {
    padding: 9.5px 0 9.5px 8px;
    justify-items: center;
  }
}
@media screen and (max-width: 991px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts ul li .wrap img {
    margin: 0;
    width: 32px;
    height: 32px;
  }
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts ul li .wrap span.online {
  background: #95CD6A;
  border-color: #FFF;
  top: 0px;
  left: 0px;
  margin: 0;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts ul li .wrap .meta {
  padding: 0;
  flex: 1 1 0;
  max-width: 100%;
  position: relative;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts ul li .wrap .meta .meta_user_name,
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts ul li .wrap .meta p {
  flex: 1 1 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts ul li .wrap .meta .meta_user_name,
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts ul li .wrap .meta p {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts ul li .wrap .meta label {
    display: none;
  }
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts ul li .wrap img + .meta {
  position: static;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1 1 0;
  max-width: calc(100% - 50px);
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts ul li .wrap img + .meta span.online {
  top: 16px;
  left: 16px;
}
@media screen and (max-width: 991px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts ul li .wrap img + .meta span.online {
    top: 8px;
    left: 8px;
  }
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts ul li .wrap p {
  padding: 0;
  line-height: 1.2;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts ul li .wrap.active {
  background: rgba(235, 83, 8, 0.1);
  border-right: none;
  position: relative;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #contacts ul li .wrap:hover {
  background: rgba(235, 83, 8, 0.15);
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #profile {
  padding: 16px;
  margin: 0;
  display: none;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel #profile .wrap img {
  border: 2px solid var(--color-primary);
}
@media screen and (max-width: 991px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content {
    width: calc(100% - 51px);
  }
}
@media screen and (max-width: 767px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content {
    padding-top: 0;
  }
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .contact-profile {
  height: 51px;
  line-height: 1;
  background: transparent;
  border-bottom: 1px solid var(--color-border);
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .contact-profile a {
  color: var(--color-secondary);
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .contact-profile img {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 16px;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input {
  padding: 10px;
  background: #FFF;
  border-radius: 0 0 16px 0;
  box-shadow: 0 -1px var(--color-border);
}
@media screen and (max-width: 991px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input {
    padding: 10px 0;
  }
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap {
  display: flex;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap button {
  background: #fff;
  color: var(--color-primary);
  opacity: 0.7;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap button:hover {
  background: #FFF;
  color: var(--color-primary);
  opacity: 1;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap .left-image {
  flex: 0 0 60px;
  width: 60px !important;
  position: relative;
}
@media screen and (max-width: 991px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap .left-image {
    flex: 0 0 50px;
    width: 50px !important;
  }
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap .left-image .attachment {
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: 0 !important;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap .left-image .attachment {
    font-size: 22px;
  }
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap .center-chat {
  width: auto !important;
  flex: 1 1 0;
  max-width: 100%;
  margin: 0 10px;
  display: block !important;
}
@media screen and (max-width: 991px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap .center-chat {
    margin: 0;
  }
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap .center-chat .emoji-picker-icon {
  color: var(--color-primary);
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap .center-chat textarea {
  height: 100%;
  width: 100%;
  display: block;
}
@media screen and (max-width: 991px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap .center-chat textarea {
    font-size: 14px;
  }
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap .right-send {
  width: 60px !important;
}
@media screen and (max-width: 991px) {
  .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap .right-send {
    flex: 0 0 50px;
    width: 50px !important;
    height: 50px;
  }
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap .dsp-instant-chat-message-box {
  background-color: #FFF;
  border: 1px solid var(--color-border) !important;
  border-radius: 4px;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap .dsp-instant-chat-message-box:focus {
  outline: 1px solid var(--color-primary);
  border: 1px solid var(--color-border) !important;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap .attachment {
  color: var(--color-primary);
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap .send-button {
  box-shadow: none;
  transition: none;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap .send-button[disabled=disabled] {
  font-size: 0;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .message-input .wrap .send-button[disabled=disabled]:before {
  display: block;
  content: "\f0772";
  font-family: "mdi";
  font-size: 22px;
  animation: spin 2s infinite linear;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .messages {
  height: calc(100% - 60px);
  max-height: calc(100% - 60px);
  overflow: auto;
  min-height: 0;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .messages ul::after {
  clear: both;
  content: "";
  display: table;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .messages ul li + li {
  margin-top: 0;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .messages ul li + li .message-text {
  margin-top: 0;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .messages ul li.sent .message-text {
  background: var(--color-border) !important;
  color: #060606;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .messages ul li.replies .message-text {
  background: var(--color-primary) !important;
  color: #fff;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content .dsp-chat-user-container {
  overflow: auto !important;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .dsp-chat-user-display-name,
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .dsp-chat-user-display-name:visited,
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .dsp-chat-user-display-name:hover {
  color: var(--color-heading);
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .delete-chat-icon {
  margin: 0 0 0 auto !important;
  border-top: none;
  color: var(--color-primary) !important;
  opacity: 0.7;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .delete-chat-icon:hover {
  opacity: 1;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .emoji-menu-tab.icon-bell:before {
  content: "";
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap .delete-chat-icon {
  margin-right: 5px !important;
  color: rgba(255, 255, 255, 0.6117647059) !important;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap .dsp-file-input {
  position: relative;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap .dsp-file-input img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin: 0 16px 16px;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap .dsp-file-input button.remove-image-button {
  padding: 8px;
  font-size: 16px;
  border-radius: 24px;
  box-shadow: none;
  font-size: 0;
  position: absolute;
  left: auto;
  right: 16px;
  top: 0;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap .dsp-file-input button.remove-image-button {
  background-color: #FFF;
  border: 1px solid var(--color-border);
  color: var(--color-secondary);
  font-family: var(--font-body);
  border-radius: 40px;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap .dsp-file-input button.remove-image-button:hover {
  background-color: rgba(235, 83, 79, 0.1);
  color: var(--color-primary);
  border-color: rgba(235, 83, 79, 0.1);
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap .dsp-file-input button.remove-image-button::before {
  font-size: 16px;
  font-family: "mdi";
  content: "\f0156";
}

.profile-content-inner.instant-chat .dc_instant_chat_wrap .dsp-user-list ul label {
  color: var(--color-primary);
  line-height: 1.2;
  margin: 0;
  font-size: 16px;
}

.profile-content-inner.instant-chat .dc_instant_chat_wrap .dsp-user-list ul p {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  font-size: 14px;
}

.profile-content-inner.gifts .wpee-gifts-received-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .profile-content-inner.gifts .wpee-gifts-received-wrapper {
    gap: 16px;
  }
}
.profile-content-inner.gifts .wpee-gifts-received-wrapper .wpee-gifts-received-content {
  box-shadow: none;
  border-radius: 8px;
  box-shadow: 0 0 0 1px var(--color-border) inset;
  flex: 0 0 calc(25% - 22.5px);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .profile-content-inner.gifts .wpee-gifts-received-wrapper .wpee-gifts-received-content {
    flex: 0 0 calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .profile-content-inner.gifts .wpee-gifts-received-wrapper .wpee-gifts-received-content {
    flex: 0 0 calc(50% - 8px);
  }
}
.profile-content-inner.gifts .wpee-gifts-received-wrapper .wpee-gifts-received-content .row-comment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .profile-content-inner.gifts .wpee-gifts-received-wrapper .wpee-gifts-received-content .row-comment {
    flex-direction: row;
  }
}
.profile-content-inner.gifts .wpee-gifts-received-wrapper .wpee-gifts-received-content .row-comment .gift-image {
  order: 1;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  height: 150px;
  text-align: center;
  justify-content: center;
  padding: 16px;
}
.profile-content-inner.gifts .wpee-gifts-received-wrapper .wpee-gifts-received-content .row-comment .gift-image img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.profile-content-inner.gifts .wpee-gifts-received-wrapper .wpee-gifts-received-content .row-comment .gift-user-image {
  order: 2;
  flex: 0 0 32px;
  margin: 0 10px 0 0;
  align-self: center;
}
.profile-content-inner.gifts .wpee-gifts-received-wrapper .wpee-gifts-received-content .row-comment .gift-user-image img {
  width: 32px;
  height: 32px;
  border-radius: 32px;
}
.profile-content-inner.gifts .wpee-gifts-received-wrapper .wpee-gifts-received-content .row-comment h6.gift-user-name {
  order: 3;
  font-size: 13px;
  margin: 0;
  max-width: calc(100% - 42px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: var(--font-body) !important;
}
.profile-content-inner.gifts .wpee-gifts-received-wrapper .wpee-gifts-received-content .row-comment h6.gift-user-name > a {
  font-size: inherit;
  font-weight: 400;
}
.profile-content-inner.gifts .wpee-gifts-received-wrapper .wpee-gifts-received-content .row-comment h6.gift-user-name > a:hover {
  color: var(--color-primary);
}
.profile-content-inner.gifts .wpee-gifts-received-wrapper .wpee-gifts-received-content .row-comment .gift-action {
  order: 4;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
}
.profile-content-inner.gifts .wpee-gifts-received-wrapper .wpee-gifts-received-content .row-comment .gift-action .gift-action-trigger {
  flex: 0 0 50%;
}
.profile-content-inner.gifts .wpee-gifts-received-wrapper .wpee-gifts-received-content .row-comment .gift-action .dspdp-btn-danger {
  border-radius: 0 0 0 7px;
  color: #f63b3b;
  background-color: rgba(252, 101, 101, 0.2);
  margin: 0;
}
.profile-content-inner.gifts .wpee-gifts-received-wrapper .wpee-gifts-received-content .row-comment .gift-action .dspdp-btn-danger:hover {
  background-color: rgba(252, 101, 101, 0.3);
}
.profile-content-inner.gifts .wpee-gifts-received-wrapper .wpee-gifts-received-content .row-comment .gift-action .dspdp-btn-success {
  border-radius: 0 0 7px 0;
  color: #7DB210;
  background-color: rgba(149, 205, 106, 0.2);
  margin: 0;
}
.profile-content-inner.gifts .wpee-gifts-received-wrapper .wpee-gifts-received-content .row-comment .gift-action .dspdp-btn-success:hover {
  background-color: rgba(149, 205, 106, 0.3);
}

.profile-content-inner.gifts .profile-section-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .profile-content-inner.gifts .profile-section-content {
    gap: 16px;
  }
}
.profile-content-inner.gifts .profile-section-content .gift-sent-wrap {
  border-radius: 8px;
  border: 1px solid var(--color-border);
  flex: 0 0 calc(25% - 22.5px);
  background-color: #FFF;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .profile-content-inner.gifts .profile-section-content .gift-sent-wrap {
    flex: 0 0 calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .profile-content-inner.gifts .profile-section-content .gift-sent-wrap {
    flex: 0 0 calc(50% - 8px);
  }
}
.profile-content-inner.gifts .profile-section-content .gift-sent-wrap .dspdp-spacer.dspdp-member-col {
  box-shadow: none;
  margin: 0;
  background-color: transparent;
  position: relative;
  padding: 16px;
}
.profile-content-inner.gifts .profile-section-content .gift-sent-wrap .row-comment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  padding: 0;
}
.profile-content-inner.gifts .profile-section-content .gift-sent-wrap .row-comment .show-comment {
  order: 1;
  flex: 1 0 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  height: 150px;
  text-align: center;
  justify-content: center;
  padding: 16px;
}
.profile-content-inner.gifts .profile-section-content .gift-sent-wrap .row-comment .show-comment span {
  position: absolute;
  display: flex;
  left: auto;
  top: 10px;
  right: 10px;
  color: rgb(116, 155, 106);
  background-color: rgba(116, 145, 106, 0.15);
  padding: 1px 12px;
  font-size: 10px;
  letter-spacing: 0.08em;
  border-radius: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.profile-content-inner.gifts .profile-section-content .gift-sent-wrap .row-comment .dsp-friend-image-holder {
  order: 2;
  flex: 0 0 32px;
  margin-right: 10px;
  align-self: center;
}
.profile-content-inner.gifts .profile-section-content .gift-sent-wrap .row-comment .dsp-friend-image-holder img {
  width: 32px !important;
  height: 32px !important;
  border-radius: 32px;
}
.profile-content-inner.gifts .profile-section-content .gift-sent-wrap .row-comment h6.gift-user-name {
  order: 3;
  font-size: 13px;
  margin: 0;
  max-width: calc(100% - 42px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: var(--font-body) !important;
}
.profile-content-inner.gifts .profile-section-content .gift-sent-wrap .row-comment h6.gift-user-name > a {
  font-size: inherit;
  font-weight: 400;
  color: var(--color-body);
}
.profile-content-inner.gifts .profile-section-content .gift-sent-wrap .row-comment h6.gift-user-name > a:hover {
  color: var(--color-primary);
}
.profile-content-inner.gifts .profile-section-content .gift-sent-wrap .row-comment .gift-action {
  order: 4;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
}
.profile-content-inner.gifts .profile-section-content .gift-sent-wrap .row-comment .gift-action .gift-action-trigger {
  flex: 0 0 50%;
}
.profile-content-inner.gifts .profile-section-content .gift-sent-wrap .row-comment .gift-action .dspdp-btn-danger {
  border-radius: 0 0 0 7px;
  color: #f63b3b;
  background-color: rgba(252, 101, 101, 0.2);
}
.profile-content-inner.gifts .profile-section-content .gift-sent-wrap .row-comment .gift-action .dspdp-btn-danger:hover {
  background-color: rgba(252, 101, 101, 0.3);
}
.profile-content-inner.gifts .profile-section-content .gift-sent-wrap .row-comment .gift-action .dspdp-btn-success {
  border-radius: 0 0 7px 0;
  color: #7DB210;
  background-color: rgba(149, 205, 106, 0.2);
}
.profile-content-inner.gifts .profile-section-content .gift-sent-wrap .row-comment .gift-action .dspdp-btn-success:hover {
  background-color: rgba(149, 205, 106, 0.3);
}

.profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap,
.friends-favourites ul.friends-section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
}
.profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap li,
.friends-favourites ul.friends-section li {
  flex: 0 0 calc(33.3333333333% - 20px);
  padding: 0;
}
.profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .member-detail-wrap,
.friends-favourites ul.friends-section .member-detail-wrap {
  height: 100%;
  border-radius: 16px;
}
.profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .img-holder,
.friends-favourites ul.friends-section .img-holder {
  padding-top: 165%;
  height: 0;
  position: relative;
}
.profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .img-holder a,
.friends-favourites ul.friends-section .img-holder a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .img-holder img,
.friends-favourites ul.friends-section .img-holder img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .user-details,
.friends-favourites ul.friends-section .user-details {
  padding: clamp(10px, 2.38095vw, 30px);
  background: rgba(123, 98, 87, 0.7);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
@media screen and (max-width: 1599px) {
  .profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .user-details,
  .friends-favourites ul.friends-section .user-details {
    padding: 15px 20px;
  }
  .profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .user-details h6.member-user-name,
  .friends-favourites ul.friends-section .user-details h6.member-user-name {
    font-size: 15px;
  }
  .profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .user-details .user-detail-content,
  .friends-favourites ul.friends-section .user-details .user-detail-content {
    font-size: 12px;
  }
  .profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .user-details .user-detail-content p,
  .friends-favourites ul.friends-section .user-details .user-detail-content p {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .user-details .user-detail-content p [class*=gender-],
  .friends-favourites ul.friends-section .user-details .user-detail-content p [class*=gender-] {
    margin: 3px 0;
  }
}
.profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .member-user-name .dspdp-status-on,
.profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .member-user-name .dspdp-status-off,
.friends-favourites ul.friends-section .member-user-name .dspdp-status-on,
.friends-favourites ul.friends-section .member-user-name .dspdp-status-off {
  width: 7px;
  height: 7px;
  border: none;
}
.profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .member-user-name .dspdp-online-status,
.friends-favourites ul.friends-section .member-user-name .dspdp-online-status {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap,
  .friends-favourites ul.friends-section {
    gap: 16px;
  }
}

.profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .member-detail-wrap,
.friends-favourites ul.friends-section li {
  min-height: 0;
  margin: 0;
  flex: 0 0 calc(33.3333333333% - 20px);
}
.profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .member-detail-wrap > strong,
.friends-favourites ul.friends-section li > strong {
  display: block;
  padding: 16px;
}
@media screen and (max-width: 991px) {
  .profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .member-detail-wrap,
  .friends-favourites ul.friends-section li {
    flex: 0 0 calc(50% - 8px);
  }
}

.main-member-list-wrap + .row-paging {
  margin-top: 64px;
}

.row-paging {
  display: flex;
  justify-content: center;
}

.wpse_pagination {
  display: flex;
  flex-wrap: wrap;
  float: none;
  justify-content: center;
}
.wpse_pagination::after, .wpse_pagination::before {
  display: none;
}
.wpse_pagination .current,
.wpse_pagination .disabled,
.wpse_pagination a {
  font-size: 16px;
  border: 1px solid var(--color-border);
  color: var(--color-body);
  padding: 10px;
  line-height: 1;
  height: auto;
  display: block;
  border-radius: 4px;
  margin: 3px;
  min-width: 38px;
  text-align: center;
  transition: 0.2s ease all;
}
@media screen and (max-width: 991px) {
  .wpse_pagination > *:first-child, .wpse_pagination > *:first-child *,
  .wpse_pagination > *:last-child,
  .wpse_pagination > *:last-child * {
    font-size: 0;
  }
  .wpse_pagination span:first-child::before,
  .wpse_pagination div:first-child > a::before {
    font-size: 16px;
    font-family: "mdi";
    content: "\f0141";
  }
  .wpse_pagination span:last-child,
  .wpse_pagination div:last-child > a {
    font-size: 0;
  }
  .wpse_pagination span:last-child::before,
  .wpse_pagination div:last-child > a::before {
    font-size: 16px;
    font-family: "mdi";
    content: "\f0142";
  }
}
.wpse_pagination a {
  color: var(--color-body) !important;
}
.wpse_pagination a:hover {
  border-color: var(--color-primary);
  color: var(--color-primary) !important;
}
.wpse_pagination .current {
  background-color: var(--color-primary);
  color: #FFF;
  border: 1px solid var(--color-primary);
}
.wpse_pagination span.disabled {
  background-color: var(--color-border);
  color: rgba(0, 0, 0, 0.2) !important;
}

.empty-content, .wpee-gifts-no-content, .friends-favourites .error strong, .profile-friends-list .friends-section .dsp_span_pointer, .profile-content-inner.message .box-pedding > div > strong, .friend-request .profile-section-content > .box-page > strong, .settings-list-wrapper .friends-section.no-list li:not(.wpee-fav-list) {
  background-color: rgba(255, 0, 0, 0.05);
  padding: 16px;
  border-radius: 16px;
  color: rgb(255, 0, 0);
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-align: center;
  flex: 0 0 100%;
  font-style: normal;
}

.form-control {
  width: 100%;
}

.settings-list-wrapper .heading-submenu + span.dsp-none {
  display: none;
}
.settings-list-wrapper .friends-section.no-list li:not(.wpee-fav-list) {
  flex: 0 0 100%;
  text-align: left;
}
.settings-list-wrapper .friends-section.no-list li:not(.wpee-fav-list) strong {
  padding: 0;
  font-weight: 400;
}

.friends-favourites [align=center] {
  flex: 0 0 100%;
}
form[name=frmuseraccount],
form[name=frmprivacysettings] {
  padding: 25px;
  border-radius: 16px;
  border: 1px solid var(--color-border);
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  form[name=frmuseraccount],
  form[name=frmprivacysettings] {
    padding: 16px;
  }
}

.friends-favourites ul.friends-section li {
  position: relative;
  text-align: left;
}
.friends-favourites ul.friends-section li .fav-content {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: rgba(123, 98, 87, 0.5);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 0;
  color: var(--color-info);
}
@media screen and (max-width: 1599px) {
  .friends-favourites ul.friends-section li .fav-content {
    padding: 15px 20px;
  }
}
.friends-favourites ul.friends-section li .fav-content .user-name-show a {
  font-size: 16px;
  color: var(--color-info);
}
@media screen and (max-width: 991px) {
  .friends-favourites ul.friends-section li .fav-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.friends-favourites ul.friends-section li .fav-content .dsp-btn-default,
.friends-favourites ul.friends-section li .fav-content .wpee-remove-fav {
  padding: 4px 12px;
  font-size: 14px;
  border-radius: 4px;
}
.friends-favourites ul.friends-section li .fav-content .dsp-btn-default,
.friends-favourites ul.friends-section li .fav-content .wpee-remove-fav {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #FFF;
  font-family: var(--font-body);
  border-radius: 40px;
}
.friends-favourites ul.friends-section li .fav-content .dsp-btn-default:hover,
.friends-favourites ul.friends-section li .fav-content .wpee-remove-fav:hover {
  color: #FFF;
  opacity: 0.8;
}
.friends-favourites ul.friends-section li .fav-content .wpee-remove-fav {
  padding-left: 9px;
  padding-right: 9px;
}

form .form-group.dsp-row {
  width: auto;
}

form .setting-page-account .form-group:last-child {
  margin-bottom: 0;
}

ul.profile-section-tab {
  padding-bottom: 0;
  margin-bottom: 16px;
  overflow: auto;
}
ul.profile-section-tab li a {
  white-space: nowrap;
}

.profile-section-content .btn-blue-wrap {
  text-align: center;
  padding: 32px 0;
}

ul.friend-request-list.wpee-listing.no-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  ul.friend-request-list.wpee-listing.no-list {
    gap: 16px;
  }
}
ul.friend-request-list.wpee-listing.no-list > li.view-list {
  padding: 0;
  margin: 0;
  flex: 0 0 calc(25% - 22.5px);
  border: none;
  box-shadow: 0 0 0 1px var(--color-border) inset;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border-radius: 8px;
}
@media screen and (max-width: 1199px) {
  ul.friend-request-list.wpee-listing.no-list > li.view-list {
    flex: 0 0 calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 991px) {
  ul.friend-request-list.wpee-listing.no-list > li.view-list {
    flex: 0 0 calc(50% - 8px);
  }
}
ul.friend-request-list.wpee-listing.no-list > li.view-list figure {
  flex: 0 0 100%;
  border-radius: 8px 8px 0 0;
}
ul.friend-request-list.wpee-listing.no-list > li.view-list .user-details {
  padding: 16px;
  margin: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
ul.friend-request-list.wpee-listing.no-list > li.view-list .user-details h6.member-user-name {
  margin: 0;
  font-size: clamp(10px, 1.2698412698vw, 16px);
  color: var(--font-heading);
}
ul.friend-request-list.wpee-listing.no-list > li.view-list .user-details h6.member-user-name a {
  color: var(--font-heading);
  display: block;
}
ul.friend-request-list.wpee-listing.no-list > li.view-list .wpee-friend-request-action {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.friend-request-list.wpee-listing.no-list > li.view-list .wpee-friend-request-action .wpee-friend-request-trigger {
  flex: 0 0 50%;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
ul.friend-request-list.wpee-listing.no-list > li.view-list .wpee-friend-request-action [data-action=delete] {
  border-radius: 0 0 0 7px;
  color: #f63b3b;
  background-color: rgba(252, 101, 101, 0.2);
}
ul.friend-request-list.wpee-listing.no-list > li.view-list .wpee-friend-request-action [data-action=delete]:hover {
  background-color: rgba(252, 101, 101, 0.3);
}
ul.friend-request-list.wpee-listing.no-list > li.view-list .wpee-friend-request-action [data-action=approve] {
  border-radius: 0 0 7px 0;
  color: #7DB210;
  background-color: rgba(149, 205, 106, 0.2);
}
ul.friend-request-list.wpee-listing.no-list > li.view-list .wpee-friend-request-action [data-action=approve]:hover {
  background-color: rgba(149, 205, 106, 0.3);
}

.wpee-plan-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .wpee-plan-item-wrapper {
    gap: 16px;
  }
}
.wpee-plan-item-wrapper .wpee-plan-item {
  margin: 0;
  flex: 0 0 calc(33.3333333333% - 20px);
}
@media screen and (max-width: 991px) {
  .wpee-plan-item-wrapper .wpee-plan-item {
    flex: 0 0 calc(50% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .wpee-plan-item-wrapper .wpee-plan-item {
    flex: 0 0 100%;
  }
}
.wpee-plan-item-wrapper .wpee-plan-item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wpee-plan-item-wrapper .wpee-plan-item-inner li:last-child {
  margin-top: auto;
}
.wpee-plan-item-wrapper .wpee-plan-item-inner li:last-child div:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.wpee-plan-item-wrapper .wpee-plan-item-inner li form ~ strong,
.wpee-plan-item-wrapper .wpee-plan-item-inner li form ~ .credit_price_change {
  color: var(--color-primary);
  margin: 4px 16px;
}
.wpee-plan-item-wrapper .wpee-plan-item {
  background-color: #FFF;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 32px;
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  .wpee-plan-item-wrapper .wpee-plan-item {
    padding: 24px;
  }
}
@media screen and (max-width: 991px) {
  .wpee-plan-item-wrapper .wpee-plan-item {
    padding: 16px;
  }
}
.wpee-plan-item-wrapper .wpee-plan-item input[type=submit] {
  box-shadow: none;
  padding: 8px 16px !important;
  font-size: 14px;
  line-height: 1.5;
  width: auto;
}
.wpee-plan-item-wrapper .wpee-plan-item input[type=submit] {
  background-color: #FFF;
  border: 1px solid var(--color-border);
  color: var(--color-secondary);
  font-family: var(--font-body);
  border-radius: 40px;
}
.wpee-plan-item-wrapper .wpee-plan-item input[type=submit]:hover {
  background-color: rgba(235, 83, 79, 0.1);
  color: var(--color-primary);
  border-color: rgba(235, 83, 79, 0.1);
}
.wpee-plan-item-wrapper .wpee-plan-item form[name=wpdating-payment-checkout] input[type=submit],
.wpee-plan-item-wrapper .wpee-plan-item form[name=stripe-credit] input[type=submit] {
  background-color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  color: #FFF;
  font-family: var(--font-body);
  border-radius: 40px;
}
.wpee-plan-item-wrapper .wpee-plan-item form[name=wpdating-payment-checkout] input[type=submit]:hover,
.wpee-plan-item-wrapper .wpee-plan-item form[name=stripe-credit] input[type=submit]:hover {
  opacity: 0.8;
}
.wpee-plan-item-wrapper .wpee-plan-item .wpee-plan-name {
  font-size: 32px;
  line-height: 1.1;
  margin: 32px 0 0;
  font-family: var(--font-heading);
  color: var(--color-secondary);
  font-style: italic;
}
.wpee-plan-item-wrapper .wpee-plan-item .wpee-plan-name strong {
  font-weight: 400;
}
.wpee-plan-item-wrapper .wpee-plan-item .wpee-plan-desc {
  font-size: 12px;
  margin: 0 0 32px;
  color: var(--color-primary);
}
.wpee-plan-item-wrapper .wpee-plan-item form span {
  font-size: 32px !important;
  display: block;
  margin: 16px 0;
  font-family: var(--font-body);
  font-weight: 400 !important;
  letter-spacing: 0;
}
.wpee-plan-item-wrapper .wpee-plan-item .default-credit-value {
  font-size: 12px;
  color: var(--color-primary);
}
.wpee-plan-item-wrapper .wpee-plan-item form[name=wpdating-payment-checkout],
.wpee-plan-item-wrapper .wpee-plan-item form[name=stripe-credit] {
  margin: 0;
}
.wpee-plan-item-wrapper .wpee-plan-item .purchase-credit-heading {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-body);
}
.wpee-plan-item-wrapper .wpee-plan-item .purchase-credit-image {
  margin: auto 0;
}
.wpee-plan-item-wrapper .wpee-plan-item .dspdp-input-group-addon {
  background-color: transparent;
}
.wpee-plan-item-wrapper .wpee-plan-item .wpee-plan-item-title {
  height: 115px;
  display: flex;
  flex-direction: column;
}
.wpee-plan-item-wrapper .wpee-plan-item .input-credits {
  max-width: 150px;
  margin: auto;
}
.wpee-plan-item-wrapper .wpee-plan-item .input-credits #no_of_credits {
  height: 39px;
  border-radius: 4px 0 0 4px;
}
.wpee-plan-item-wrapper .wpee-plan-item .input-credits .dspdp-input-group-addon.dsp-input-group-addon {
  min-width: 39px;
  border-radius: 0 4px 4px 0;
}
.wpee-plan-item-wrapper .wpee-plan-item #stripe-error {
  flex: 0 0 100%;
}

.form-inline.remember-me-group {
  margin: 0 0 25px;
}
@media screen and (max-width: 767px) {
  .form-inline.remember-me-group {
    margin: 0 0 15px 0;
  }
  .form-inline.remember-me-group .form-group + .form-group {
    margin: 0 !important;
  }
}
.form-inline.remember-me-group .form-group {
  margin: 0;
}

.wpee-lr-tab .wpee-lr-tab-title {
  background-color: rgba(0, 0, 0, 0.05);
  font-family: var(--font-body) !important;
  text-transform: none;
}
.wpee-lr-tab .wpee-lr-tab-title:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--color-primary);
}
.wpee-lr-tab .wpee-lr-tab-title.active {
  background-color: #FFF;
  color: var(--color-primary);
}

.lost-password-page p.dspdp-font-2x {
  line-height: 1.3;
  font-size: 1em;
  background-color: rgba(247, 231, 212, 0.35);
  border: 1px solid var(--color-border);
  color: var(--color-secondary);
  padding: 20px;
  border-radius: 4px;
}

.fpw-link.bttn.login-tab-trigger[data-id=lr-login] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.dsp_reg_main {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  padding: 0;
}
.dsp_reg_main .form-group {
  flex: 0 0 calc(50% - 8px);
  order: 2;
}
.dsp_reg_main .form-group.register-username-group, .dsp_reg_main .form-group.register-gender-group {
  order: 1;
}
.dsp_reg_main .form-group.register-terms-group {
  flex: 0 0 100%;
  margin: 16px 0 32px;
}
.dsp_reg_main .form-group.register-terms-group input[type=checkbox] {
  margin: 0 16px 0 0;
}
.dsp_reg_main .form-group:last-child {
  flex: 0 0 100%;
}
.dsp_reg_main .form-inline {
  order: 2;
}
.dsp_reg_main .g-recaptcha {
  padding: 0;
}
@media screen and (max-width: 451px) {
  .dsp_reg_main {
    padding: 0 8px;
  }
}

.wpee-register-form-wrap {
  border-radius: 16px;
}
@media screen and (max-width: 481px) {
  .wpee-register-form-wrap {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 481px) {
  .wpee-register-form-wrap label {
    font-size: 14px;
  }
  .wpee-register-form-wrap span.close-trigger {
    right: 0;
    top: -48px;
  }
}
.wpee-register-form-wrap span.close-trigger {
  background-color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  .wpee-register-form-wrap .wpee-lr-tab-content-wrap[data-tab=lr-register] {
    height: calc(100vh - 250px);
  }
}
.wpee-register-form-wrap .wpee-lr-tab {
  border-radius: 16px 16px 0 0;
}

.wpee-lr-tab-content-wrap .wpee-lr-content-tab.lr-register {
  overflow: auto;
  left: 34px;
  right: 34px;
}
.wpee-lr-tab-content-wrap .wpee-lr-content-tab.lr-register .form-group {
  margin-bottom: 16px;
}
@media screen and (max-width: 481px) {
  .wpee-lr-tab-content-wrap .wpee-lr-content-tab.lr-register {
    left: 16px;
    right: 16px;
  }
}

.wpee-register-form {
  z-index: 999999;
}

.wpee-register-form-wrap #wpee-registration-form .form-inline.dob-wrap {
  gap: 8px;
}
@media screen and (max-width: 481px) {
  .wpee-register-form-wrap #wpee-registration-form .form-inline.dob-wrap select {
    flex: 0 0 calc(33.3333333333% - 5.3333333333px);
  }
}

.inner-page-wrap {
  background: var(--color-secondary) url(images/inner-page-header@2x.png) no-repeat 50% 50% scroll;
  background-size: cover;
  color: #FFF;
  height: auto;
  padding: 60px 0 200px;
  margin-bottom: -150px;
}
@media screen and (max-width: 767px) {
  .inner-page-wrap {
    height: auto !important;
    padding: 25px 0 20vh;
    margin-bottom: calc(-20vh + 50px);
  }
}
.inner-page-wrap h1 {
  color: var(--color-info);
  margin: 0;
  padding-bottom: 30px;
  background: no-repeat 50% 100% url("data:image/svg+xml,%3Csvg width='147' height='14' viewBox='0 0 147 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M77.9995 0C76.5399 0 75.2636 0.765494 74.565 1.90903C74.2059 2.49697 73.9995 3.18485 73.9995 3.92C73.9995 3.18485 73.7931 2.49697 73.434 1.90903C72.7355 0.765495 71.4591 0 69.9995 0C67.7895 0 65.9995 1.755 65.9995 3.92C65.9995 4.50226 66.1025 5.01727 66.2965 5.5L14.2069 5.5L11.1714 2.46456C10.9762 2.2693 10.6596 2.2693 10.4643 2.46456C10.2691 2.65982 10.2691 2.97641 10.4643 3.17167L12.7927 5.5H9.20687L6.17142 2.46456C5.97616 2.2693 5.65958 2.2693 5.46432 2.46456C5.26906 2.65982 5.26906 2.97641 5.46432 3.17167L7.79265 5.50001L4.20687 5.50001L1.17142 2.46456C0.976162 2.2693 0.65958 2.2693 0.464318 2.46456C0.269056 2.65982 0.269056 2.97641 0.464318 3.17167L2.99985 5.7072V6.29299L0.464318 8.82852C0.269056 9.02378 0.269056 9.34037 0.464318 9.53563C0.65958 9.73089 0.976162 9.73089 1.17142 9.53563L4.20705 6.50001L7.79284 6.50001L5.46432 8.82852C5.26906 9.02378 5.26906 9.34037 5.46432 9.53563C5.65958 9.73089 5.97616 9.73089 6.17142 9.53563L9.20705 6.50001L12.7928 6.5L10.4643 8.82852C10.2691 9.02378 10.2691 9.34037 10.4643 9.53563C10.6596 9.73089 10.9762 9.73089 11.1714 9.53563L14.207 6.5L66.849 6.5C67.4337 7.33455 68.2968 8.14469 69.3646 9.14701C70.5576 10.2668 72.0062 11.6264 73.6075 13.528C73.6557 13.585 73.7157 13.6309 73.7834 13.6623C73.8511 13.6938 73.9249 13.7101 73.9995 13.7101C74.0742 13.7101 74.1479 13.6938 74.2156 13.6623C74.2833 13.6309 74.3434 13.585 74.3915 13.528C75.9929 11.6264 77.4414 10.2668 78.6344 9.14701C79.7022 8.14473 80.5653 7.33461 81.1499 6.5001L144.793 6.5001L142.464 8.82853C142.269 9.02379 142.269 9.34037 142.464 9.53563C142.66 9.7309 142.976 9.7309 143.172 9.53563L146.354 6.35365C146.549 6.15839 146.549 5.84181 146.354 5.64655L143.172 2.46457C142.976 2.2693 142.66 2.2693 142.464 2.46457C142.269 2.65983 142.269 2.97641 142.464 3.17167L144.793 5.5001L81.7024 5.5001C81.8965 5.01734 81.9995 4.5023 81.9995 3.92C81.9995 1.755 80.2095 0 77.9995 0ZM72.9995 3.92C72.9995 4.47228 73.4472 4.92 73.9995 4.92C74.5518 4.92 74.9995 4.47228 74.9995 3.92C74.9995 2.3261 76.3228 1 77.9995 1C79.6762 1 80.9995 2.3261 80.9995 3.92C80.9995 5.13091 80.4458 5.98568 79.1314 7.29006C78.7948 7.62406 78.4102 7.98509 77.9859 8.38333C76.8775 9.42368 75.4986 10.7179 73.9995 12.4474C72.5004 10.7179 71.1215 9.42368 70.0132 8.38333C69.5891 7.9853 69.2041 7.62391 68.8676 7.29006C67.5532 5.98568 66.9995 5.13091 66.9995 3.92C66.9995 2.3261 68.3228 1 69.9995 1C71.6762 1 72.9995 2.3261 72.9995 3.92Z' fill='%23F7E7D4'/%3E%3C/svg%3E%0A");
}

.page-template-tpl-testimonials .testimonials-wrap {
  background: #FFF;
  padding: clamp(16px, 4.7619vw, 60px) clamp(16px, 3.96825vw, 50px);
  padding-left: 260px;
  position: relative;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .page-template-tpl-testimonials .testimonials-wrap {
    padding-left: 110px;
  }
}
.page-template-tpl-testimonials .testimonials-wrap h5.title {
  line-height: 1.2;
  color: var(--color-heading);
}
@media screen and (max-width: 1199px) {
  .page-template-tpl-testimonials .testimonials-wrap h5.title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-tpl-testimonials .testimonials-wrap h5.title {
    margin-bottom: 0;
  }
}
.page-template-tpl-testimonials .testimonials-wrap figure {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 220px;
  border-radius: 16px 0 0 16px;
}
@media screen and (max-width: 767px) {
  .page-template-tpl-testimonials .testimonials-wrap figure {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    left: 25px;
    top: 25px;
  }
}
.page-template-tpl-testimonials .testimonials-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.page-template-tpl-testimonials .testimonials-wrap .name.heading-font {
  color: var(--color-primary);
  font-family: var(--font-body);
}
.page-template-tpl-testimonials .testimonials-wrap .user-detail-wrap {
  margin-bottom: 16px;
  line-height: 1.2;
  align-items: center;
}
.page-template-tpl-testimonials .testimonials-wrap .desc-wrap {
  margin-bottom: 0;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .page-template-tpl-testimonials .testimonials-wrap .desc-wrap {
    font-size: 14px;
  }
}
.page-template-tpl-testimonials .testimonials-wrap .author {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-template-tpl-testimonials .testimonials-wrap .author {
    margin-top: 20px;
  }
}
.page-template-tpl-testimonials .testimonials-wrap .author p {
  margin: 0;
}
.page-template-tpl-testimonials .testimonials-wrap .author:after {
  content: "";
  border-bottom: 1px solid var(--color-border);
  position: absolute;
  width: 100px;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-template-tpl-testimonials .testimonials-wrap .author:after {
    display: none;
  }
}

.testimonials-listing-wrap .content-wrap.col-2 {
  margin: 0;
}
.testimonials-listing-wrap .content-wrap.col-2 > div.testimonials-wrap {
  flex: 0 0 calc(50% - 32px);
  margin-bottom: 64px;
}
@media screen and (max-width: 1199px) {
  .testimonials-listing-wrap .content-wrap.col-2 > div.testimonials-wrap {
    flex: 0 0 calc(50% - 16px);
    margin-bottom: 32px;
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 991px) {
  .testimonials-listing-wrap .content-wrap.col-2 > div.testimonials-wrap {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 767px) {
  .testimonials-listing-wrap .content-wrap.col-2 > div.testimonials-wrap {
    margin-bottom: 16px;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
}

.page-template-tpl-user-story .user-stories-wrap {
  padding-bottom: 32px;
}
.page-template-tpl-user-story .user-stories-wrap .user-story-wrap {
  box-shadow: none;
  background-color: transparent;
  display: flex;
  flex-direction: column;
}
.page-template-tpl-user-story .user-stories-wrap .user-story-wrap .post-title {
  font-size: 24px;
  color: var(--color-body);
  margin: 16px 0;
}
.page-template-tpl-user-story .user-stories-wrap .user-story-wrap .post-title a {
  color: var(--color-body);
}
@media screen and (max-width: 1199px) {
  .page-template-tpl-user-story .user-stories-wrap .user-story-wrap .post-title a {
    font-size: 24px;
  }
}
.page-template-tpl-user-story .user-stories-wrap .user-story-wrap .img-holder {
  border-radius: 16px 16px 0 0;
  height: 0;
  padding-top: 66.6666666667%;
  position: relative;
  background-color: var(--color-info);
}
.page-template-tpl-user-story .user-stories-wrap .user-story-wrap .img-holder img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.page-template-tpl-user-story .user-stories-wrap .content-wrap.col-2 {
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .page-template-tpl-user-story .user-stories-wrap .content-wrap.col-2 {
    gap: 30px 16px;
  }
}
.page-template-tpl-user-story .user-stories-wrap .content-wrap.col-2 > div {
  flex: 0 0 calc(33.3333333333% - 20px);
  margin: 0;
}
@media screen and (max-width: 991px) {
  .page-template-tpl-user-story .user-stories-wrap .content-wrap.col-2 > div {
    flex: 0 0 calc(50% - 8px);
  }
}
@media screen and (max-width: 575px) {
  .page-template-tpl-user-story .user-stories-wrap .content-wrap.col-2 > div {
    flex: 0 0 100%;
  }
}
.page-template-tpl-user-story .user-stories-wrap .story-content-wrap {
  padding: 25px;
  margin: 0;
  background: #FFF;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  flex-grow: 1;
  z-index: 9;
  display: flex;
  flex-direction: column;
}
.page-template-tpl-user-story .user-stories-wrap .story-content-wrap .link-wrap {
  margin-top: auto;
  font-size: 14px;
}
.page-template-tpl-user-story .user-stories-wrap .story-content-wrap .link-wrap a {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='8' viewBox='0 0 27 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.1716 0.46432L26.3536 3.6463C26.5488 3.84156 26.5488 4.15815 26.3536 4.35341L23.1716 7.53539C22.9763 7.73065 22.6597 7.73065 22.4645 7.53539C22.2692 7.34013 22.2692 7.02354 22.4645 6.82828L24.7929 4.49985L-3.656e-07 4.49985L-2.78178e-07 3.49985L24.7929 3.49985L22.4645 1.17143C22.2692 0.976164 22.2692 0.659582 22.4645 0.46432C22.6597 0.269058 22.9763 0.269058 23.1716 0.46432Z' fill='rgba(235,83,78,.3)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 47px;
  color: var(--color-primary);
  font-weight: 400;
}
.page-template-tpl-user-story .user-stories-wrap .meta-wrap {
  font-size: 14px;
  margin: 0;
}
.page-template-tpl-user-story .user-stories-wrap .meta-wrap a {
  display: inline-flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
}
.page-template-tpl-user-story .user-stories-wrap .desc-wrap {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--color-body);
  opacity: 0.8;
}

.contact-page-form {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.contact-page-form .form-group.last-child {
  flex: 0 0 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.contact-form-wrap form .form-group textarea {
  height: 264px;
  padding: 15px;
}
.contact-form-wrap form .form-group input,
.contact-form-wrap form .form-group textarea {
  background: #FFFFFF;
  border: 1px solid #B9A496;
}
.contact-form-wrap form .form-group input:focus,
.contact-form-wrap form .form-group textarea:focus {
  background-color: #FFF;
  border-color: var(--color-primary);
}
.contact-form-wrap form .form-group label {
  color: rgba(33, 25, 15, 0.5);
  font-weight: 400;
  font-family: var(--font-body);
}
.contact-form-wrap form .form-group label .required {
  color: #FC6565;
}
.contact-form-wrap form .form-group input[type=submit]:focus {
  color: var(--color-primary);
}

.contact-page-form-col {
  flex: 0 0 calc(50% - 15px);
}
@media screen and (max-width: 991px) {
  .contact-page-form-col {
    flex: 0 0 100%;
  }
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title {
  border-color: rgba(0, 0, 0, 0.08);
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
  color: var(--color-info);
}
.elementor-accordion .elementor-tab-content p:last-child {
  margin-bottom: 0;
}

.elementor-widget-text-editor .elementor-widget-container h3,
.elementor-widget-text-editor .elementor-widget-container h4,
.elementor-widget-text-editor .elementor-widget-container h5,
.elementor-widget-text-editor .elementor-widget-container h6 {
  margin-bottom: 0;
}
.elementor-widget-text-editor .elementor-widget-container h3:not(:first-child),
.elementor-widget-text-editor .elementor-widget-container h4:not(:first-child),
.elementor-widget-text-editor .elementor-widget-container h5:not(:first-child),
.elementor-widget-text-editor .elementor-widget-container h6:not(:first-child) {
  margin-top: 32px;
}

.dont-break-out, body.page-template-default .site-body,
body.post-template-default .site-body,
body.search-results .site-body,
body.archive .site-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

body.page-template-default .site-body,
body.post-template-default .site-body,
body.search-results .site-body,
body.archive .site-body {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  justify-content: center;
  padding: 64px 16px;
}
body.page-template-default .site-body > main,
body.post-template-default .site-body > main,
body.search-results .site-body > main,
body.archive .site-body > main {
  flex: 0 1 684px;
}
@media screen and (max-width: 1199px) {
  body.page-template-default .site-body > main,
  body.post-template-default .site-body > main,
  body.search-results .site-body > main,
  body.archive .site-body > main {
    flex: 0 1 574px;
  }
}
body.page-template-default .site-body > aside,
body.post-template-default .site-body > aside,
body.search-results .site-body > aside,
body.archive .site-body > aside {
  flex: 0 1 320px;
}
@media screen and (max-width: 1000px) {
  body.page-template-default .site-body > aside,
  body.post-template-default .site-body > aside,
  body.search-results .site-body > aside,
  body.archive .site-body > aside {
    flex: 0 1 574px;
  }
}
body.page-template-default .entry-meta,
body.post-template-default .entry-meta,
body.search-results .entry-meta,
body.archive .entry-meta {
  color: rgba(0, 0, 0, 0.45);
  border-radius: 5px;
}
body.page-template-default article.post,
body.page-template-default article.page,
body.post-template-default article.post,
body.post-template-default article.page,
body.search-results article.post,
body.search-results article.page,
body.archive article.post,
body.archive article.page {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid var(--color-border);
}
@media screen and (max-width: 767px) {
  body.page-template-default article.post,
  body.page-template-default article.page,
  body.post-template-default article.post,
  body.post-template-default article.page,
  body.search-results article.post,
  body.search-results article.page,
  body.archive article.post,
  body.archive article.page {
    padding: 16px;
  }
}
body.page-template-default article.post .entry-header .entry-title,
body.page-template-default article.page .entry-header .entry-title,
body.post-template-default article.post .entry-header .entry-title,
body.post-template-default article.page .entry-header .entry-title,
body.search-results article.post .entry-header .entry-title,
body.search-results article.page .entry-header .entry-title,
body.archive article.post .entry-header .entry-title,
body.archive article.page .entry-header .entry-title {
  font-size: 32px;
}
body.page-template-default article.post .entry-footer span + span,
body.page-template-default article.page .entry-footer span + span,
body.post-template-default article.post .entry-footer span + span,
body.post-template-default article.page .entry-footer span + span,
body.search-results article.post .entry-footer span + span,
body.search-results article.page .entry-footer span + span,
body.archive article.post .entry-footer span + span,
body.archive article.page .entry-footer span + span {
  margin-left: 16px;
}
body.page-template-default article.post .entry-footer a,
body.page-template-default article.page .entry-footer a,
body.post-template-default article.post .entry-footer a,
body.post-template-default article.page .entry-footer a,
body.search-results article.post .entry-footer a,
body.search-results article.page .entry-footer a,
body.archive article.post .entry-footer a,
body.archive article.page .entry-footer a {
  color: var(--color-primary);
}
body.page-template-default article.post .entry-footer a.post-edit-link,
body.page-template-default article.page .entry-footer a.post-edit-link,
body.post-template-default article.post .entry-footer a.post-edit-link,
body.post-template-default article.page .entry-footer a.post-edit-link,
body.search-results article.post .entry-footer a.post-edit-link,
body.search-results article.page .entry-footer a.post-edit-link,
body.archive article.post .entry-footer a.post-edit-link,
body.archive article.page .entry-footer a.post-edit-link {
  background-color: var(--color-primary);
  padding: 0 12px;
  color: #FFF;
  border-radius: 10px;
}
body.page-template-default article + article,
body.post-template-default article + article,
body.search-results article + article,
body.archive article + article {
  margin-top: 32px;
}
body.page-template-default .navigation.post-navigation,
body.post-template-default .navigation.post-navigation,
body.search-results .navigation.post-navigation,
body.archive .navigation.post-navigation {
  border: 1px solid var(--color-border);
  padding: 16px;
  margin: 64px 0;
  border-radius: 5px;
}
body.page-template-default .navigation.post-navigation a:hover,
body.post-template-default .navigation.post-navigation a:hover,
body.search-results .navigation.post-navigation a:hover,
body.archive .navigation.post-navigation a:hover {
  color: var(--color-primary);
}
body.page-template-default .author a,
body.post-template-default .author a,
body.search-results .author a,
body.archive .author a {
  color: var(--color-primary);
}
body.page-template-default .comment-author-link a,
body.post-template-default .comment-author-link a,
body.search-results .comment-author-link a,
body.archive .comment-author-link a {
  color: var(--color-primary);
}
body.page-template-default header.page-header h1.page-title,
body.post-template-default header.page-header h1.page-title,
body.search-results header.page-header h1.page-title,
body.archive header.page-header h1.page-title {
  font-size: 24px;
}
body.page-template-default header.page-header h1.page-title span,
body.post-template-default header.page-header h1.page-title span,
body.search-results header.page-header h1.page-title span,
body.archive header.page-header h1.page-title span {
  color: var(--color-primary);
}
body.page-template-default .comments-area,
body.post-template-default .comments-area,
body.search-results .comments-area,
body.archive .comments-area {
  margin: 64px 0;
}

.post-navigation .nav-links {
  background-color: #FFF;
  padding: 25px;
  border-radius: 5px;
}
.post-navigation .nav-links .nav-next {
  margin-left: auto;
}

.post-navigation .nav-links > div .nav-title {
  font-size: 16px;
  color: var(--color-primary);
}

.post-navigation .nav-links > div .nav-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-secondary);
}

.post-navigation .nav-links > div:hover .nav-title {
  color: var(--color-primary);
}

aside.widget-area {
  --color-border: #F9F1E6;
}
aside.widget-area .widget-title {
  background-color: #FFF;
  color: var(--color-body);
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid var(--color-border);
  font-family: var(--font-body) !important;
  color: var(--color-secondary);
  font-size: 16px;
}
aside.widget-area .comment-author-link a {
  color: var(--color-primary);
}
aside.widget-area section.widget {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background-color: #FFF;
}
aside.widget-area section.widget.widget_search {
  padding: 0;
  border: none;
  background: transparent;
}
aside.widget-area .widget_search form .search-field {
  border-radius: 8px;
  border: 1px solid var(--color-border);
}
aside.widget-area .widget_search form input.search-submit {
  background-color: #FFF;
  color: var(--color-primary);
  border: 1px solid var(--color-border);
  border-radius: 0 8px 8px 0;
  font-weight: 400;
}
aside.widget-area .widget_search form input.search-submit:hover {
  color: #FFF;
}

aside.widget-area .widget ul li {
  font-size: 15px;
}
aside.widget-area .widget ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.single-banner-wrap {
  margin-bottom: 160px;
}
.single-banner-wrap .img-holder {
  max-height: 30vh;
}
.single-banner-wrap .inner-banner-content {
  bottom: 0;
  transform: translateY(50%);
}
.single-banner-wrap .inner-banner-content .content-wrap {
  background: rgba(78, 51, 40, 0.6);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  color: rgba(255, 255, 255, 0.8);
}
.single-banner-wrap .inner-banner-content .content-wrap .single-title {
  color: #FFF;
}
.single-banner-wrap .inner-banner-content .content-wrap .meta-wrap {
  flex-wrap: wrap;
  gap: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.single-banner-wrap .inner-banner-content .content-wrap .meta-wrap i {
  opacity: 0.7;
}
.single-banner-wrap .inner-banner-content .content-wrap .meta-wrap li:not(:last-child) {
  margin: 0;
}
.single-banner-wrap .inner-banner-content .content-wrap .meta-wrap li,
.single-banner-wrap .inner-banner-content .content-wrap .meta-wrap a {
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
}

body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button {
  border-radius: 30px;
  padding: 3px;
}

body.single,
body.single .site-body {
  background-color: #FFF8F0;
}

body:not(.home) {
  background-color: #FFF8F0;
}
body:not(.home) .site-body {
  background-color: #FFF8F0;
}

.comments-area .comment-list {
  background-color: #FFF;
  border: 1px solid var(--color-border);
}

.comments-area .comments-title {
  color: var(--color-secondary);
}

/* Registration form mobile responsive CSS */
@media only screen and (max-width: 481px) {
  .wpee-lr-tab-content-wrap[data-tab=lr-login],
  .wpee-lr-tab-content-wrap[data-tab=lr-forget] {
    height: 400px;
  }
  .wpee-lr-tab .wpee-lr-tab-title {
    padding: 12px;
  }
}
/* Other profile details mobile view CSS */
@media screen and (max-width: 481px) {
  ul.no-list .d-flex {
    flex-wrap: wrap;
  }
}
/*EVENTS*/
.tribe-common.tribe-events {
  --tec-color-text-primary:white;
  --tec-color-background-events-bar: transparent;
  --tec-color-border-events-bar: transparent;
  --tec-color-background-events-bar-submit-button: #ce091f;
  --tec-color-text-view-selector-list-item-hover: white;
  --tec-color-background: #242428;
  --tec-color-text-secondary: rgba(255, 255, 255, 0.7);
  --tec-color-text-events-bar-submit-button: white;
  --tec-color-icon-active: white;
  --tec-border-radius-default: 1rem;
  --tec-color-text-primary-light: rgba(255, 255, 255, 0.5);
  --tec-color-accent-primary: var(--color-primary);
  --tec-color-button-primary: white;
  --tec-color-border-secondary-month-grid: #202023;
  --tec-color-background-events-bar-submit-button-hover: #F6041F;
  --tec-color-background-secondary-datepicker: #333;
  --tec-color-background-subscribe-list-item-hover: #333;
  --tec-color-text-events-title: #FFF;
  --tec-color-text-event-date: #FFF;
  --tec-color-text-view-selector-list-item:#FFF;
  --tec-color-link-accent: var(--color-primary);
  --tec-color-link-primary: var(--color-primary);
  --tec-color-background-view-selector:transparent;
  --tec-color-day-marker-month:#FFF ;
}

/* View Details CSS */
ul.custom-user-detail-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  margin: 0em 0em 0.5em 0em;
}

.wpee-profile-content-wrap.no-left-bar {
  display: flex;
}

.wpee-profile-content-wrap.no-left-bar .profile-content-inner {
  flex: 0 0 64%;
  max-width: 100%;
}

@media screen and (max-width: 1280px) {
  .wpee-profile-content-wrap.no-left-bar .profile-content-inner {
    flex: 0 0 80%;
  }
}
@media screen and (max-width: 1024px) {
  .wpee-profile-content-wrap.no-left-bar .profile-content-inner {
    flex: 0 0 77%;
  }
}
@media screen and (max-width: 991px) {
  ul.custom-user-detail-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}
@media screen and (max-width: 991px) {
  .no-left-bar .profile-content-inner {
    grid-template-columns: 1fr 0px;
  }
  .wpee-profile-content-wrap.no-left-bar {
    display: flex;
    flex-direction: column;
  }
  .profile-activity-right-sidebar {
    width: 95%;
  }
}
.dsp-user-details-wrapper {
  background: #1A1E20;
}

.tribe-common.tribe-events .tribe-events-l-container {
  padding-top: 0;
}

.tribe-common.tribe-events .tribe-events-c-top-bar__today-button {
  font-size: 0.9375rem;
}

.tribe-common.tribe-events button.tribe-events-c-top-bar__datepicker-button {
  font-size: 0.9375rem;
  background-color: #18191A;
  padding: 6px 15px;
  border-radius: 1rem;
}

.tribe-common .tribe-common-c-btn-icon {
  background-color: #18191A;
  padding: 6px 15px;
}

.tribe-common.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg {
  fill: white;
}

.tribe-common.tribe-events .tribe-events-c-events-bar__search-container {
  max-width: 512px;
}

.tribe-events .tribe-events-c-events-bar__views {
  margin-left: auto;
}

.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
  background-color: #303436;
  padding: 0.7rem 0.7rem 0.7rem 3rem;
  border-radius: 1rem;
}

.tribe-common.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
  border-radius: 1rem;
  margin-left: 0.5rem;
}

.tribe-common.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item {
  padding: 0;
}

.tribe-common.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
  background-color: #515455;
  padding: 0 1.5rem;
  border-radius: 0;
}

.tribe-common.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link {
  background-color: #45484A;
}

.tribe-common.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
  display: none;
}

.tribe-common.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list {
  border-radius: 1rem;
  overflow: hidden;
}

ul.tribe-events-calendar-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 1299px) {
  ul.tribe-events-calendar-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 959px) {
  ul.tribe-events-calendar-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  ul.tribe-events-calendar-list {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.tribe-events-calendar-list__month-separator {
  grid-area: auto/1/auto/-1;
}

.tribe-events-calendar-list__event-row {
  position: relative;
  margin: 0 !important;
}

.tribe-common.tribe-events .tribe-events-calendar-list__event-date-tag,
.tribe-events .tribe-events-calendar-list__event-date-tag {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  width: auto;
  min-width: 70px;
  padding: 0.7rem;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  right: 1rem;
  top: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}

.tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h4--min-medium {
  font-size: 1.875rem;
  font-weight: 400;
}

.tribe-common.tribe-events .tribe-events-calendar-list__event {
  position: relative;
  background-color: #1A1E20;
  border-radius: 1rem;
  display: grid;
  gap: 24px;
}

.tribe-common .tribe-events-calendar-day .tribe-events-calendar-day__event {
  margin: 0 !important;
  padding: 0;
}

.tribe-common.tribe-events .tribe-events-calendar-day__event-content.tribe-events-calendar-day__event-content {
  position: relative;
  background-color: #1A1E20;
  border-radius: 1rem;
  display: grid;
  gap: 24px;
  padding: 0;
  margin: 0;
}

.tribe-common.tribe-events .tribe-events-calendar-day__event-details {
  width: 100%;
  padding: 0 1.5rem 1.5rem;
}

.tribe-common.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper,
.tribe-common.tribe-events .tribe-events-calendar-day__event-featured-image-wrapper {
  width: 100%;
  padding: 0 !important;
  margin: 0;
}

.tribe-common.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper img,
.tribe-common.tribe-events .tribe-events-calendar-day__event-featured-image-wrapper img {
  border-radius: 1rem 1rem 0 0;
  height: 211.5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.tribe-common.tribe-events .tribe-events-calendar-list__event-details {
  width: 100%;
  padding: 0 24px 24px;
  margin: 0;
}

.tribe-common header.tribe-events-calendar-list__event-header,
.tribe-common header.tribe-events-calendar-day__event-header {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  gap: 0.5rem;
}

.tribe-events .tribe-events-calendar-list__event-title,
.tribe-events .tribe-events-calendar-day__event-title {
  order: -1;
  margin: 0 !important;
  --tec-font-size-7: 1.25rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.tribe-common.tribe-events .tribe-events-calendar-list__event-venue,
.tribe-common.tribe-events .tribe-events-calendar-day__event-venue {
  margin: 0;
}

.tribe-events .tribe-events-calendar-list__event-datetime-wrapper,
.tribe-events .tribe-events-calendar-day__event-datetime-wrapper {
  margin: 0 !important;
}

.tribe-events .tribe-events-calendar-list__event-datetime,
.tribe-events .tribe-events-calendar-day__event-datetime {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 8.6665H11V10.5465L12.6267 11.4865L12.1267 12.3532L10 11.1265V8.6665ZM12.6667 5.33317H3.33333V12.6665H6.44667C6.16 12.0598 6 11.3798 6 10.6665C6 9.42883 6.49167 8.24184 7.36684 7.36667C8.242 6.4915 9.42899 5.99984 10.6667 5.99984C11.38 5.99984 12.06 6.15984 12.6667 6.4465V5.33317ZM3.33333 13.9998C2.59333 13.9998 2 13.3998 2 12.6665V3.33317C2 2.59317 2.59333 1.99984 3.33333 1.99984H4V0.666504H5.33333V1.99984H10.6667V0.666504H12V1.99984H12.6667C13.0203 1.99984 13.3594 2.14031 13.6095 2.39036C13.8595 2.64041 14 2.97955 14 3.33317V7.39984C14.8267 8.23984 15.3333 9.39317 15.3333 10.6665C15.3333 11.9042 14.8417 13.0912 13.9665 13.9663C13.0913 14.8415 11.9043 15.3332 10.6667 15.3332C9.39333 15.3332 8.24 14.8265 7.4 13.9998H3.33333ZM10.6667 7.43317C9.80913 7.43317 8.98672 7.77382 8.38035 8.38019C7.77399 8.98656 7.43333 9.80897 7.43333 10.6665C7.43333 12.4532 8.88 13.8998 10.6667 13.8998C11.0913 13.8998 11.5117 13.8162 11.904 13.6537C12.2963 13.4912 12.6527 13.2531 12.953 12.9528C13.2532 12.6526 13.4914 12.2961 13.6539 11.9038C13.8164 11.5116 13.9 11.0911 13.9 10.6665C13.9 8.87984 12.4533 7.43317 10.6667 7.43317Z' fill='%23717171'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  padding-left: 1.5rem;
  background-position: 0 50%;
}

.tribe-common.tribe-events .tribe-events-calendar-list__event-venue,
.tribe-common.tribe-events .tribe-events-calendar-day__event-venue {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00033 2.66683C9.46699 2.66683 10.667 3.86683 10.667 5.3335C10.667 6.7335 9.26699 9.00016 8.00033 10.6002C6.73366 8.9335 5.33366 6.7335 5.33366 5.3335C5.33366 3.86683 6.53366 2.66683 8.00033 2.66683ZM8.00033 1.3335C5.80033 1.3335 4.00033 3.1335 4.00033 5.3335C4.00033 8.3335 8.00033 12.6668 8.00033 12.6668C8.00033 12.6668 12.0003 8.26683 12.0003 5.3335C12.0003 3.1335 10.2003 1.3335 8.00033 1.3335ZM8.00033 4.00016C7.26699 4.00016 6.66699 4.60016 6.66699 5.3335C6.66699 6.06683 7.26699 6.66683 8.00033 6.66683C8.73366 6.66683 9.33366 6.06683 9.33366 5.3335C9.33366 4.60016 8.73366 4.00016 8.00033 4.00016ZM13.3337 12.6668C13.3337 14.1335 10.9337 15.3335 8.00033 15.3335C5.06699 15.3335 2.66699 14.1335 2.66699 12.6668C2.66699 11.8002 3.46699 11.0668 4.73366 10.5335L5.13366 11.1335C4.46699 11.4668 4.00033 11.8668 4.00033 12.3335C4.00033 13.2668 5.80033 14.0002 8.00033 14.0002C10.2003 14.0002 12.0003 13.2668 12.0003 12.3335C12.0003 11.8668 11.5337 11.4668 10.8003 11.1335L11.2003 10.5335C12.5337 11.0668 13.3337 11.8002 13.3337 12.6668Z' fill='%23717171'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  padding-left: 1.5rem;
  background-position: 0 50%;
}

.tribe-common.tribe-events .tribe-events-calendar-list__event-description,
.tribe-common.tribe-events .tribe-events-calendar-day__event-description {
  margin: 0;
  color: #aaa;
  visibility: visible;
  max-height: 4.86em;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tribe-events .datepicker .day.active {
  color: white;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  color: white;
}

.tribe-common.tribe-events .tribe-events-calendar-month__day-date {
  font-weight: 400;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
  opacity: 0.4;
}

.tribe-events-calendar-month__day--current {
  background-color: #18191a;
}

.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover {
  color: #fff;
}

.tribe-events-calendar-day {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.5rem;
}

@media (max-width: 1299px) {
  .tribe-events-calendar-day {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 959px) {
  .tribe-events-calendar-day {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .tribe-events-calendar-day {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.tribe-events-calendar-day__time-separator {
  grid-area: auto/1/auto/-1;
}

.tribe-common .tribe-events-calendar-day-nav {
  margin-top: 2.5rem;
}

#user-quote {
  font-size: 28px;
  margin-left: 0% !important;
}

.wpee-profile-header h4.username.text-white {
  color: #fff;
  margin-right: 6px;
}

/*media*/
.profile-content-inner.media .profile-activity-right-sidebar {
  display: none;
}

.no-left-bar .profile-content-inner.media .main-profile-mid-wrapper {
  flex: 0 0 100%;
  width: 100%;
}

.wpee-profile-content-wrap.no-left-bar .profile-content-inner.media {
  flex: 0 0 100%;
  width: 100%;
}

ul.profile-section-tab li a,
.main-tab-wrap .search-tab-title,
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title {
  color: rgba(255, 255, 255, 0.65);
}

ul.profile-section-tab li a:hover,
ul.profile-section-tab li.active a,
.main-tab-wrap .search-tab-title:hover,
.main-tab-wrap .search-tab-title.active,
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title:hover,
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title.active {
  color: white;
}/*# sourceMappingURL=style.css.map */