/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
@media screen and (min-width: 800px) {
  .post-author-head {
    display: block !important;
  }

  .mobile-icons {
    display: none !important;
  }

  .post-author-flexible {
    display: block !important;
  }

  .dekstop-share {
    display: block !important;
  }

  .author-desc-wrap {
    margin-left: 0 !important;
  }

  .post-author-flexible img {
    margin-bottom: 10px;
  }

  body:not(.page-template-page-fullscreen) .site {
    overflow-x: unset !important;
  }

  #secondary {
    position: sticky;
    top: 76px;
    left: 0;
    height: min-content;
  }

  .ud-fixed-footer {
    display: none;
  }

  .player-in-dekstop {
    display: block !important;
  }

  .player-audio-section {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #171717;
    z-index: 9;
    padding: 12px;
  }

  .player-title {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .player {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .player-progress {
    cursor: pointer;
  }
}

.hidden {
  display: none;
}

.player {
  padding: 8px 54px;
}

.player-track-meta {
  text-align: center;
}

.player-track-meta p {
  margin: 0;
  font-size: 20px;
  color: #0e0e0e;
  font-weight: 700;
}

.player-track-meta span {
  font-size: 16px;
  font-weight: 400;
  padding: 0 2px;
  position: relative;
  top: 1px;
  color: #a3a3a3;
}

.player-controls {
  display: flex;
  align-items: center;
}

.player-play-btn {
  background: #ff0101;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 22px;
}

.icon-play {
  fill: #ffffff !important;
}

g {
  fill: #ffffff;
}

.icon-container {
  fill: transparent;
  stroke: none;
}

.player-play-btn:hover {
  fill: #444444;
}

.player-play-btn svg {
  color: #0e0e0e;
  position: relative;
  left: 0.5px;
  width: 36px;
  height: 36px;
  display: block;
}

.player-play-btn:hover svg {
  color: #ffffff;
}

.player-timeline {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  padding-left: 28px;
}

.player-progress {
  display: flex;
  postion: relative;
  height: 6px;
  background: #a3a3a3;
  border-radius: 25px;
  margin: 0 5px;
  flex: 10;
  flex-basis: 100%;
  overflow: hidden;
}

.player-progress-filled {
  height: 6px;
  background: red;
  flex: 0;
  flex-basis: 0%;
  border-radius: 25px;
}

.player-time {
  padding: 2px 5px;
}

.player-volume-container {
  width: 15%;
}

.player-volume {
  height: 28px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background: transparent;
}

.player-volume:focus {
  outline: none;
}

.player-volume::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #0e0e0e;
  border-radius: 10px;
}

.player-volume::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 100px;
  border: none;
  background: #0e0e0e;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}

.player-volume:focus::-webkit-slider-runnable-track {
  background: #0e0e0e;
}

.player-volume::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #0e0e0e;
  border-radius: 10px;
}

.player-volume::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 100px;
  border: none;
  background: #0e0e0e;
  cursor: pointer;
  margin-top: -4px;
}

.player-volume::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #0e0e0e;
  border-radius: 10px;
}

.player-volume::-ms-fill-lower {
  background: #0e0e0e;
  border-radius: 10px;
}

.player-volume::-ms-fill-upper {
  background: #0e0e0e;
  border-radius: 10px;
}

.player-volume::-ms-thumb {
  margin-top: 1px;
  height: 15px;
  width: 15px;
  border-radius: 5px;
  border: none;
  background: #0e0e0e;
  cursor: pointer;
}

.player-volume:focus::-ms-fill-lower {
  background: #38bdf8;
}

.player-volume:focus::-ms-fill-upper {
  background: #38bdf8;
}

.player-in-dekstop {
  display: none;
}

.ud-mt-10 {
  margin-top: 10px;
}

.crm-form-footer {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.15);
  padding: 0 0 0 15px;
}

.crm-form-footer button {
  border-radius: 0 14px 14px 0 !important;
  gap: 10px;
}

.title-subscription-footer {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #181818;
}

.ud-fixed-footer {
  background: #f0f0f0;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  opacity: 0;
  max-height: 0;
  transition: 0.5s;
}

.ud-fixed-footer.active {
  z-index: 9;
  opacity: 1;
  max-height: 500px;
}

.ud-fixed-footer form {
  margin: 0 !important;
}

.dekstop-share {
  display: none;
}

.post-author-head {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.dekstop-share {
  margin-top: 1rem;
}

.post-author-flexible {
  display: flex;
}

.author-desc {
  margin: 0 !important;
}

.mobile-icons {
  align-self: center;
}

.mobile-icons i {
  cursor: pointer;
  font-size: 24px;
}

.author-desc-wrap {
  align-self: center;
  margin-left: 10px;
}

.date-section {
  display: flex;
}

.date-section a {
  margin-left: 10px;
}

.date-section .label-player {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #e3383e;
}

.ud-post-author {
  display: block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #181818;
}

.ud-title-share {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 150%;
  text-transform: uppercase;
  color: #666666;
  display: block;
}

.ud-hover-link:hover+.ud-post-author {
  color: var(--bb-primary-color) !important;
}

.widgettitle {
  display: none !important;
}

.ud-share-icon {
  cursor: pointer;
  font-size: 24px;
}

.ud-share-icon:hover {
  color: var(--bb-primary-color) !important;
}

#udcs-box-container {
  box-shadow: 0px 0px 18px 4px rgb(0 0 0 / 5%) !important;
  position: unset;
  height: 0;
  min-height: unset;
  width: 198px;
  bottom: 0;
  padding: 0;
  margin: 0;
  transform: unset;
}

.widget.widget_ud_author_custom_widget .author-box-share-wrap:hover .bb-share-author-box {
  padding: 10px !important;
  height: auto !important;
}
.widget.widget_ud_author_custom_widget .author-box-share-wrap .jssocials-shares{
  flex-direction: row;
}
.widget.widget_ud_author_custom_widget .jssocials-share{
  width: 25%;
}
.widget.widget_ud_author_custom_widget .bb-share-container .jssocials-share:not(:last-child){
  margin: 0;
}
.widget.widget_ud_author_custom_widget .jssocials-shares a i{
  font-size: 20px;
}
.ud-post-author:hover {
  color: var(--bb-primary-color) !important;
}
.single-post:not(.has-sidebar) .bb-share-container{
  margin-left: 0 !important;
}
@media screen and (max-width: 800px) {
  .mobile-icons .jssocials-share{
    width: 100% !important;
  }
  .widget.widget_ud_author_custom_widget .bb-share-container .jssocials-share:not(:last-child){
    margin: 0 0 10px;
  }
  #container-social-share{
    top: 70px !important;
    right: -15px !important;
    margin-left: 23px !important;
    height: 0;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    transform: max-height 0.5s;
  }
  #container-social-share.active{
    height: auto;
    opacity: 1;
    max-height: 100vh;
    visibility: visible;
  }
  .bb-share-author-box{
    height: auto !important;
  }
}
@media screen and (max-width: 1400px) {
  #udcs-box-container {
    margin-left: -40px !important;
    top: -17px !important;
    left: 108px !important;
    box-shadow: 2px 1px 22px 7px rgb(0 0 0 / 6%) !important;
  }
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-whatsapp:before {
  content: "\f232";
}

/* @media screen and (min-width: 800px) {
  .bb-buddypanel.sticky-header:not(.bb-sfwd-aside) .site-header {
    width: -webkit-calc(100% - 68px);
    width: calc(100% - 68px);
  }
  .bb-buddypanel.buddypanel-open.sticky-header .site-header{
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
  }
} */

/* cart popup */
.header-mini-cart {
  min-width: 400px;
}

.header-cart-link-wrap.cart-wrap .notification-header p {
  font-family: 'PoppinsBold';
  font-size: 15px;
  color: var(--bb-headings-color);
  padding: 0;
}

.header-cart-link-wrap.cart-wrap .notification-header .header-view-cart-link {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins';
}

.header-mini-cart ul.cart_list {
  max-width: -webkit-calc(100vw - 20px);
  max-width: calc(100vw - 20px);
  overflow: auto;
  max-height: -webkit-calc(100vh - 210px);
  max-height: calc(100vh - 210px);
}

.header-mini-cart .woocommerce-mini-cart__total.total {
  font-family: 'Poppins' !important;
  width: 50%;
  float: left;
  color: var(--bb-alternate-text-color);
  font-size: 14px !important;
  margin: 0;
  line-height: 35px;
  padding: 10px 0 9px 15px !important;
  background-color: var(--bb-content-background-color);
}

.header-mini-cart p.woocommerce-mini-cart__buttons {
  font-family: 'Poppins' !important;
  width: 50%;
  float: right;
  text-align: right;
  margin: 0;
  line-height: 35px;
  padding: 12px 15px 12px 0 !important;
  background-color: var(--bb-content-background-color);
  font-size: 14px !important;
}