@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap");
/*.ui-dialog-titlebar-close:before {
    line-height: normal !important;
}

.ui-widget-header {
    border-color: #f64528 !important;
    background-color: #f64528 !important;
}

.ui-widget-header .ui-button {
    color: #FFFFFF !important;
}

#dialog-view {
    font-size: 16px;
}*/
.fancybox-slide--video .fancybox-content, 
.fancybox-slide--map .fancybox-content, 
.fancybox-slide--iframe 
.fancybox-content { height:100% !important;}

body.page-template-page-locker-room {
    display: block !important;
}


/*BTNS*/
.outlined-btn {
    font-family: "aktiv-grotesk", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 200px 200px 200px 200px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 200px 200px 200px 200px;
    display: inline-block;
    padding: 5px 20px;
    font-size: 18px;
    border: solid 1px #fff;
    background-color: transparent;
    color: #fff;
}
.outlined-btn:hover{
    text-decoration: none;
    background-color: #fff;
    color: #000;
}


.renderTAPlaylist a {
    display: block;
    width: 100%;
    text-align: center;
}
.renderTAPlaylist a .class-image {
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: solid 1px #ccc;
}
.renderTAPlaylist a .class-image:after {
    content: "";
    padding-top: 55%;
    display: block;
}
.renderTAPlaylist a:hover{
    text-decoration: none;
}
.renderTAPlaylist a .class-header {
    font-weight: 500;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 0px;
    line-height: normal;
}
.renderTAPlaylist .text {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.renderTAPlaylist .description {
    font-weight: 500;
    font-size: 16px;
    text-transform: initial;
}

.renderTAPlaylist .description  .read-more {
    color: #007DF1;
    margin-left: 5px;
}
.renderTAPlaylist .description  .read-more:hover{
    text-decoration: underline;
}


.renderTAPlaylistMM a {
    display: block;
    width: 100%;
    text-align: center;
}
.renderTAPlaylistMM .class .class-image {
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: solid 1px #ccc;
}

.renderTAPlaylistMM .class .class-image:after {
    content: "";
    padding-top: 100%;
    display: block;
}
.renderTAPlaylistMM .class:hover{
    text-decoration: none;
}
.renderTAPlaylistMM .class-header {
    font-weight: 500;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 0px;
    line-height: normal;
    color: #fff;
    border-top: solid 1px #fff;
    margin-top: 20px;
    border-bottom: solid 1px #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.renderTAPlaylistMM .explore-btn {
    display: inline-block;
    border-radius: 100vw;
    border: solid 1px #fff;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
}
.renderTAPlaylistMM .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.renderTAPlaylistMM .description {
    font-weight: 500;
    font-size: 16px;
    text-transform: initial;
}

.renderTAPlaylistMM .description  .read-more {
    color: #007DF1;
    margin-left: 5px;
}
.renderTAPlaylistMM .description  .read-more:hover{
    text-decoration: underline;
}

.renderTAPlaylistVideosMM-item {
    display: flex;
    background-color: #000;
    margin-bottom: 20px;
    width: 100%;
}

.renderTAPlaylistVideosMM-item .video_thumbnail {
    width: 50%;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.renderTAPlaylistVideosMM-item .video_thumbnail:after {
    content: '';
        padding-top: 56%;
    display: block;
}
.renderTAPlaylistVideosMM-item  .mmvideo_content {
    width: 50%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}
.renderTAPlaylistVideosMM-item  .mmvideo_title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.renderTAPlaylistVideosMM-item  .mmvideo_description {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    /* or 21px */

    letter-spacing: 0.05em;
}
.mmvideo_cta {
    margin-top: 20px;
}
.meta-details {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.meta-details .label {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */

    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.meta-details .row {
    margin-bottom: 10px;
}

#workout-modal .meta-info {
    color: #007DF1;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}
#workout-modal .description {
    color: #000;
    font-weight: 400;
    font-size: 18px;

}
#workout-modal .modal-content{
    text-align: left;
    border-radius: 10px;
    padding: 40px;
    min-width: 700px;
}
#workout-modal .modal-title {
    font-size: 36px;
    line-height: 22px;
    font-family: "Chronicle Display A", "Chronicle Display B";
}
#workout-modal .modal-title:after {
    width: 100%;
    background-color: #000;
}
#workout-modal .get-started {
    background-color: #000;
    font-weight: 400;
    font-size: 20px;
    padding: 10px 40px;
}
#workout-modal .close {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 10px;
    color: #007DF1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px #007DF1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.studio-highlights {
    text-align: center;
    padding: 50px;
    padding-bottom: 100px;
}
.studio-highlights h2 {
    font-family: "Chronicle Display A", "Chronicle Display B";
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 66px;
    /* identical to box height */

    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;

    color: #FFFFFF;
    border-bottom: solid 1px #fff;
    padding-bottom: 25px;
    margin-bottom:50px;
}
.studio-highlights .description {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 44px;
    /* identical to box height, or 157% */

    text-align: center;
    letter-spacing: 0.02em;

    color: #FFFFFF;
    margin-bottom: 40px;
}
.studio-highlights .class-slide {
    color: #fff;
    display: block;
    padding: 20px;
}
.studio-highlights .class-slide:hover {
    text-decoration: none;
}
.studio-highlights .video_thumbnail {
    position: relative;
}
.studio-highlights .video_thumbnail .fa-play-circle {
    position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 80px;
  font-size: 80px;
  opacity: .5;

}
.studio-highlights .video_title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 10px;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 25px;
    height: 45px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    font-size: 50px;

    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: "\f053";
}
[dir='rtl'] .slick-prev:before
{
    content: "\f053";
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: "\f054";
}
[dir='rtl'] .slick-next:before
{
    content: "\f054";
}
.mmvideo_content {
    font-family: "aktiv-grotesk", Sans-serif !important;
    
}

/* Header */
@font-face {
    font-family: "Supreme LL";
    src: url("../woff2/supremellweb-regular.woff2") format("woff2"),
    url("../woff/supremellweb-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Supreme LL";
    src: url("../woff2/supremellsub-medium.woff2") format("woff2"),
    url("../woff/supremellsub-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Supreme LL";
    src: url("../woff2/supremellweb-bold.woff2") format("woff2"),
    url("../supremellweb-bold.html") format("woff");
    font-weight: 600;
    font-style: normal;
}

/* Header */
body.menu-opened {
    overflow: hidden;
}

/* html body:not(.ta-remove-top-space) */
html body:not(.home) {
    padding-top: 78px !important;
}

.ta-container {
    max-width: 1440px;
    margin: 0 auto;
}

.ta-header {
    /* position: fixed; */
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
    z-index: 99999;

    background-color: #e3d8d0;

    font-family: "Supreme LL", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

html body:not(.home) .ta-header {
    background-color: #e3d8d0 !important;
}

.ta-has-static-menu .ta-header {
    position: absolute;
}

.home .ta-header {
    position: fixed;
}

.home .ta-header,
.ta-has-transparent-menu .ta-header {
    background-color: transparent;
}

.ta-header.loading .ta-header-nav {
    opacity: 0;
}

.ta-header.scrolling,
.ta-header.opened {
    background-color: #e3d8d0;
}

.ta-header svg {
    fill: currentcolor;
    width: inherit;
    height: inherit;
}

.ta-header ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.ta-header li,
.ta-header-submenu-aside__menu a,
.ta-header a {
    font-family: "Supreme LL", sans-serif;
}

.ta-header a {
    text-decoration: none;
}

.ta-header-top {
    display: flex;
    position: relative;

    width: 100%;
}

.ta-header-bottom {
    display: none;
}

.ta-header.opened .ta-header-bottom {
    display: block;
}

.ta-header-nav {
    display: flex;
    align-items: center;

    width: 100%;
    padding-left: 40px;

    opacity: 1;

    transition: 0.2s ease-in opacity;
}

.ta-header-scroll-availability-informer {
    display: none;

    position: absolute;
    right: 24px;
    top: 68px;

    width: 24px;
    height: 24px;

    color: #000;
    opacity: 1;

    pointer-events: none;

    animation: moveLeftRight 1.5s ease-in-out infinite;
    transition: 0.2s ease-in-out opacity;
}

.home .ta-header-scroll-availability-informer,
.ta-has-transparent-menu .ta-header-scroll-availability-informer {
    color: #e3d8d0;
}

.ta-header.scrolling .ta-header-scroll-availability-informer,
.ta-header.opened .ta-header-scroll-availability-informer {
    color: #000;
}

.ta-header-scroll-availability-informer svg {
    width: inherit;
    height: inherit;
}

.ta-header-scroll-availability-informer.hidden {
    opacity: 0;
}

.ta-header-menu,
.ta-header-actions ul {
    display: flex;
    align-items: center;
}

.ta-header-menu {
    flex-grow: 1;
    position: relative;
}

.ta-header-menu li,
.ta-header-actions ul li {
    display: inline-flex;
}

.ta-header-menu li {
    cursor: pointer;
}

.ta-header-menu__separator {
    position: absolute;
    top: 50%;

    display: none;
    margin-left: -7px;
    margin-top: -2px;

    color: #000;

    transform: translateY(-50%);
}

.home .ta-header-menu__separator,
.ta-has-transparent-menu .ta-header-menu__separator {
    color: #fff;
}

.ta-header.scrolling .ta-header-menu__separator,
.ta-header.opened .ta-header-menu__separator {
    color: #000;
}

.ta-header-actions {
    padding: 0 40px;
}

.ta-header-actions ul,
.ta-header-actions ul {
    height: 100%;
}

.ta-header-actions a svg {
    fill: none;
    stroke: #000;

    transition: 0.2s ease-in-out transform;
}

.home .ta-header-actions a svg,
.ta-has-transparent-menu .ta-header-actions a svg {
    stroke: #fff;
}

.ta-header-actions a:hover svg {
    transform: scale(1.2);
}

.ta-header-action__badge {
    position: absolute;
    top: -11px;
    right: -11px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    padding: 0 0 1px 1px;
    border-radius: 50%;

    font-size: 12px;
    color: #fff;
    background-color: #000;
}

.home .ta-header-action__badge,
.ta-has-transparent-menu .ta-header-action__badge {
    color: #000;
    background-color: #fff;
}

.ta-header.scrolling .ta-header-action__badge,
.ta-header.opened .ta-header-action__badge {
    color: #fff;
    background-color: #000;
}

.ta-header-actions li + li,
.ta-header-nav__link {
    padding-left: 40px;
}

.ta-header .ta-header-menu {
    margin: 0 -20px;
}

.ta-header-menu li,
.ta-header-menu a,
.ta-header-actions a,
.ta-header-nav__link {
    position: relative;

    display: inline-flex;

    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    line-height: normal;
    letter-spacing: 0.1em;
}

.home .ta-header-menu li,
.home .ta-header-menu a,
.home .ta-header-actions a,
.home .ta-header-nav__link,
.ta-has-transparent-menu .ta-header-menu li,
.ta-has-transparent-menu .ta-header-menu a,
.ta-has-transparent-menu .ta-header-actions a,
.ta-has-transparent-menu .ta-header-nav__link {
    color: #fff;
}

.ta-header-menu a {
    padding: 31px 20px;
}

.ta-header-menu a::after,
.ta-header-actions li:not(.ta-header-action--icon) a::after,
.ta-header-nav__link::after,
.ta-header-nav__link::after {
    content: "";

    position: absolute;
    top: calc(100% + 2px);
    left: 0;

    display: block;
    width: 0;
    height: 1px;

    background: #000;

    transition: 0.2s ease-in-out width;
}
.ta-header-menu a::after {
    top: calc(50% + 10px);
    left: 20px;
}
.ta-header-actions li:not(.ta-header-action--icon) a::after {
    background: #000;
}

.home .ta-header-actions li:not(.ta-header-action--icon) a::after,
.ta-has-transparent-menu
.ta-header-actions
li:not(.ta-header-action--icon)
a::after {
    background: #fff;
}

.ta-header.scrolling .ta-header-menu a,
.ta-header.scrolling .ta-header-actions a,
.ta-header.scrolling .ta-header-nav__link,
.ta-header.opened .ta-header-menu a,
.ta-header.opened .ta-header-actions a,
.ta-header.opened .ta-header-nav__link {
    color: #000;
}

.ta-header.scrolling
.ta-header-actions
li:not(.ta-header-action--icon)
a::after,
.ta-header.opened .ta-header-actions li:not(.ta-header-action--icon) a::after {
    background-color: #000;
}

.ta-header.scrolling .ta-header-actions a svg,
.ta-header.opened .ta-header-actions a svg {
    stroke: #000;
}

.ta-header.scrolling .ta-header-menu li.hovered > a,
.ta-header.scrolling .ta-header-menu li > a.hovered,
.ta-header.scrolling .ta-header-menu li:hover > a,
.ta-header.scrolling .ta-header-nav__link:hover,
.ta-header.opened .ta-header-menu li.hovered > a,
.ta-header.opened .ta-header-menu li > a.hovered,
.ta-header.opened .ta-header-menu li:hover > a,
.ta-header.opened .ta-header-nav__link:hover {
    color: #000 !important;
}

.ta-header.scrolling .ta-header-menu li.hovered > a::after,
.ta-header.scrolling .ta-header-menu li > a.hovered::after,
.ta-header.scrolling .ta-header-nav__link:hover::after,
.ta-header.opened .ta-header-menu li.hovered > a::after,
.ta-header.opened .ta-header-menu li > a.hovered::after,
.ta-header-actions li:not(.ta-header-action--icon) a:hover::after,
.ta-header.opened .ta-header-nav__link:hover::after {
    width: 100%;
}

.ta-header.scrolling .ta-header-menu li.hovered > a::after,
.ta-header.scrolling .ta-header-menu li > a.hovered::after,
.ta-header.opened .ta-header-menu li.hovered > a::after,
.ta-header.opened .ta-header-menu li > a.hovered::after {
    width: calc(100% - 40px);
}

.ta-header-menu__item--middle,
.ta-header-menu li + li.ta-header-menu__item--middle {
    margin-left: auto;
}

.ta-header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: inline-flex;
    align-items: center;

    color: #000;
}

.ta-header__logo:hover {
    color: #000;
}

.home .ta-header__logo,
.ta-has-transparent-menu .ta-header__logo {
    color: #fff;
}

.home .ta-header__logo:hover,
.ta-has-transparent-menu .ta-header__logo:hover {
    color: #fff;
}

.ta-header.scrolling .ta-header__logo,
.ta-header.scrolling .ta-header__logo:hover,
.ta-header.opened .ta-header__logo,
.ta-header.opened .ta-header__logo:hover {
    color: #000;
}

.ta-header-submenu {
    height: 0;
    opacity: 0;
    overflow: hidden;

    transition: 0.4s ease-in opacity;
}

.ta-header.opened .ta-header-submenu.opened {
    height: auto;
    opacity: 1;
    overflow: unset;
}

.ta-header-submenu-inner {
    color: #fff;
    display: flex;
    padding: 24px 0 40px 40px;
}

.ta-header-submenu-content {
    flex-grow: 1;
    max-width: calc(100% - 360px);
    min-height: 100%;
}

.ta-header-submenu-content-inner:not(.ta-header-swiper) {
    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ta-header-submenu-content-inner:not(.ta-header-swiper)::-webkit-scrollbar {
    display: none;
}

.ta-header-submenu-aside {
    flex-grow: 0;
    width: 360px;
    padding: 48px 24px;
    margin: -24px 0 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

/* .ta-header-submenu-aside::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
bottom: 0;
  display: block;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
} */

.ta-header-submenu-aside__menu li + li {
    margin-top: 16px;
}

.ta-header-submenu-aside__menu a {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 12px;

    position: relative;

    font-weight: 400;
    font-size: 16px;
    color: #000;
    background-color: transparent;

    transition: 0.2s ease-in-out background-color;
}

.ta-header-submenu-aside__menu a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.ta-header-submenu-aside__menu a::after {
    content: "";

    position: relative;
    left: 0;

    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: auto;

    background-image: url("data:image/svg+xml,%3Csvg width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M0.69749 10.6123L5.30249 5.9998L0.697492 1.38731%22 stroke=%22rgba(0,0,0,0.30)%22 stroke-width=%221.5%22/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    transition: 0.2s ease-in-out left;
}

.ta-header-submenu-aside__menu a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width=%2212%22 height=%2212%22 viewBox=%220 0 12 12%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M0.69749 10.6123L5.30249 5.9998L0.697492 1.38731%22 stroke=%22black%22 stroke-width=%221.5%22/%3E%3C/svg%3E");
}

.ta-posts {
    display: flex;
}

.ta-posts--nowrap {
    flex-wrap: nowrap;
}

.ta-posts--nowrap::after {
    content: "";

    display: flex;
    flex: 1;
    min-width: 16px;
    max-width: 16px;
    width: 16px;
}

.ta-posts .ta-post:not(.swiper-slide) + .ta-post:not(.swiper-slide) {
    margin-left: 16px;
}

.ta-post,
.ta-post-inner {
    color: #fff;
}

.ta-post {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 322px;
    max-width: 322px;
    width: 322px;
}

.ta-post .ta-post-inner {
    color: #fff;
}

.ta-post-footer {
    display: flex;
    align-items: center;
    order: 1;
    flex-wrap: wrap;
    margin: 0 -10px;

    overflow-x: hidden;
    /* overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none; */
}

.ta-post-footer .ta-post-footer__btn {
    margin: 0 10px;
}

/* .ta-post-footer::-webkit-scrollbar {
  display: none;
} */

.ta-header-bottom {
    height: calc(100% - 78px);
}

.ta-header-submenu.opened .ta-container,
.ta-header-submenu.opened .ta-header-submenu-inner,
.ta-header.opened .ta-header-submenu.opened {
    height: 100%;
}

.ta-post .ta-post-footer__btn,
.ta-post-footer__btn {
    display: inline-flex;
    flex: 0 1 auto;
    height: 30px;
    max-width: calc(100% - 20px);
    padding: 0 14px;
    border: 1px solid #000;
    border-radius: 38px;
    justify-content: center;
    align-items: center;

    font-weight: 500;
    font-size: 12px;
    color: #000;

    background-color: transparent;

    transition: 0.2s ease-in-out all;
}

.ta-post .ta-post-footer__btn > span,
.ta-post-footer__btn > span {
    /* display: -webkit-box; */
    display: block;
    white-space: nowrap;

    overflow: hidden;

    padding: 2px 0;
    line-height: 14px;
    text-overflow: ellipsis;

    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}

.ta-post .ta-post-footer__btn:hover,
.ta-post-footer__btn:hover {
    color: #fff;
    background-color: #000;
}

.ta-post .ta-post-footer__btn--clean,
.ta-post-footer__btn--clean {
    padding: 0;
    border: none;

    background-color: transparent;
}

.ta-post .ta-post-footer__btn--clean:hover,
.ta-post-footer__btn--clean:hover {
    color: rgba(0, 0, 0, 0.75);
    background-color: transparent;
}

/* .ta-post .ta-post-footer__btn + .ta-post-footer__btn,
.ta-post-footer__btn + .ta-post-footer__btn {
  margin-left: 16px;
} */

.ta-post .ta-post__preview,
.ta-post__preview {
    position: relative;

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 320px;
    padding: 8px 12px;
    margin-bottom: 16px;
    border-radius: 8px;

    text-align: center;
    overflow: hidden;

    background-image: url("../png/placeholder.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ta-post .ta-post__preview--has-date,
.ta-post__preview--has-date {
    justify-content: start;
    padding-top: 113px;
}

.ta-post__preview::before {
    content: "";

    display: block;

    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

    background-color: rgba(0, 0, 0, 0.4);

    transition: 0.2s ease-in-out background-color;
}

/* start - 2024 BF-only rules - remove this */
.black-friday-card .ta-post__preview::before {
    background-color: rgba(0, 0, 0, 0);
}

/* end - 2024 BF-only rules */

.ta-post .ta-post__caption,
.ta-post__caption {
    display: -webkit-box;
    position: relative;
    max-height: 84px;
    padding: 4px 0;
    overflow: hidden;

    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.02em;
    text-overflow: ellipsis;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ta-post .ta-post__caption + .ta-post__sub-caption,
.ta-post__caption + .ta-post__sub-caption {
    margin-top: 16px;
}

.ta-post .ta-post__sub-caption,
.ta-post__sub-caption {
    position: relative;

    margin-bottom: 16px;

    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.ta-post .ta-post__title,
.ta-post__title {
    display: -webkit-box;
    max-height: 40px;
    margin: 0 0 12px 0;
    overflow: hidden;

    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
    text-overflow: ellipsis;
    white-space: normal;

    transition: 0.2s ease-in-out color;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ta-post .ta-post__description,
.ta-post__description {
    display: -webkit-box;
    max-height: 56px;
    margin: 0 0 12px 0;
    overflow: hidden;

    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    text-overflow: ellipsis;
    white-space: normal;
    letter-spacing: 0.02em;

    transition: 0.2s ease-in-out color;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ta-post .ta-post__sub-title,
.ta-post__sub-title {
    margin: auto 0 0 0;
    overflow: hidden;

    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;

    transition: 0.2s ease-in-out color;
}

.ta-post:hover .ta-post__preview::before {
    background: rgba(0, 0, 0, 0.6);
}

.ta-header-btn {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;

    display: inline-flex;
    align-items: center;
    padding: 12px 16px;
    border: none;
    border-radius: 30px;

    transition: 0.2s ease-in-out color, 0.2s ease-in-out background-color;
}

.ta-header-btn:hover {
    background-color: #000;
    color: #fff;
}

.ta-header-btn--close-submenu {
    display: none;

    background: #000;
    color: #fff;

    position: fixed;
    inset-block-end: calc(24px + env(safe-area-inset-bottom));
    left: 50%;
    z-index: 90;

    transform: translateX(-50%);

    transition: 0.2s ease-in-out inset-block-end;
}

.ta-header-btn svg {
    margin-right: 8px;

    transition: 0.2s ease-in-out transform;
}

.ta-header-btn:hover svg {
    transform: rotate(90deg);
}

.desktop-show {
    display: block;
}

.desktop-hide {
    display: none;
}

.ta-header {
    height: 78px;
    overflow: hidden;

    transition: 0.2s ease-in-out background-color, 0.4s ease-in-out height;
}

/* 502, 526 */
.ta-header.animated-height {
    height: calc(526px + 78px);
}

.ta-header-bottom {
    max-height: calc(100vh - 78px);
    overflow: auto;
}

.ta-header.animated-height .ta-header-bottom {
    opacity: 1;

    transition: opacity 0.4s ease-in-out 0.2s;
}

.ta-header-bottom {
    opacity: 0;

    transition: opacity 0.4s ease-in-out;
}

.ta-swiper-btn {
    position: absolute;
    top: 50%;
    z-index: 10;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #000;
    border-radius: 100%;

    opacity: 1;
    color: #fff;
    background: #000;
    cursor: pointer;

    transform: translateY(-50%);

    transition: 0.2s ease-in-out all;
}

.ta-swiper-btn:hover {
    background: #e3d8d0;
    border-color: #ffffff33;
    color: #000;
}

.ta-swiper-btn svg {
    width: 18px;
}

.ta-swiper-btn--prev {
    left: 8px;
}

.ta-swiper-btn--next {
    right: 8px;
}

.ta-swiper-btn.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}

.ta-swiper-slide-end-space {
    width: 1px;
    margin-left: -1px;
}

@media screen and (max-width: 1024px) {
    html body:not(.home) {
        padding-top: 103px !important;
    }
    /* html body:not(.ta-remove-top-space) {
      padding-top: 103px !important;
    } */

    .ta-header {
        order: 1;

        height: 103px;
        padding-left: 0;
        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .ta-header.animated-height {
        height: 100vh;
    }

    .ta-header__logo {
        position: static;
        top: auto;
        left: auto;

        margin: 0 auto;
        padding: 0 40px;

        order: 0;

        transform: none;
    }

    .ta-header:not(.loading) .ta-header-scroll-availability-informer {
        display: inline-flex;
    }

    .ta-header-top {
        flex-direction: column;

        padding: 16px 0;
    }

    .ta-header-bottom {
        height: calc(100vh - 103px);
    }

    .ta-header.animated-height .ta-header-bottom {
        opacity: 1;

        transition: opacity 0.4s ease-in-out 0.2s;
    }

    .ta-header-nav {
        order: 1;
        padding: 0 24px;
        margin-top: 16px;
        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .ta-header-nav::-webkit-scrollbar {
        display: none;
    }

    .ta-header .ta-header-menu {
        margin: 0 -12px;
        justify-content: space-between;
    }

    .ta-header-menu a {
        padding: 10px 12px;
    }

    .ta-header-menu a::after {
        left: 12px;
    }

    .ta-header-menu__item--middle,
    .ta-header-menu li + li.ta-header-menu__item--middle {
        position: relative;
        margin-left: 10px;
    }

    .ta-header-menu__separator {
        display: inline-block;
    }

    .ta-header.scrolling .ta-header-menu li.hovered > a::after,
    .ta-header.scrolling .ta-header-menu li > a.hovered::after,
    .ta-header.opened .ta-header-menu li.hovered > a::after,
    .ta-header.opened .ta-header-menu li > a.hovered::after {
        width: calc(100% - 24px);
    }

    .ta-header-actions li + li,
    .ta-header-nav__link {
        padding-left: 24px;
    }

    .ta-header-actions {
        position: absolute;
        top: 18px;
        right: 0;
        padding: 0 24px 0 0;
    }

    .ta-header-actions ul li {
        padding: 0;
    }

    .ta-header-actions li + li {
        padding-left: 14px;
    }

    .ta-header.animated .ta-header-btn--close-submenu {
        display: inline-flex;
    }

    .ta-header-submenu::after {
        content: "";

        position: fixed;
        inset-block-end: env(safe-area-inset-bottom);
        left: 0;
        right: 0;
        z-index: 90;

        display: none;
        height: 92px;

        background: linear-gradient(
                180deg,
                rgba(227, 216, 208, 0) 0%,
                #e3d8d0 100%
        );

        pointer-events: none;

        transition: 0.2s ease-in-out inset-block-end;
    }

    .ta-header.animated .ta-header-submenu::after {
        display: block;
    }

    .ta-header-submenu-inner {
        flex-direction: column;

        max-height: calc(
                var(--vh, 1vh) * 100 - 103px - env(safe-area-inset-bottom)
        );
        padding: 0 24px calc(60px + env(safe-area-inset-bottom));

        overflow-y: auto;
    }

    .ta-header-submenu.opened .ta-container,
    .ta-header-submenu.opened .ta-header-submenu-inner,
    .ta-header.opened .ta-header-submenu.opened {
        height: auto;
    }

    .ta-header-submenu-content {
        flex-grow: unset;
        max-width: none;
        min-height: auto;
    }

    .ta-header-submenu-aside {
        flex-grow: unset;
        width: auto;
        margin: 24px 0 0 0;
        padding: 24px 0;
        border-left: none;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .ta-header-submenu-aside__menu li + li {
        margin-top: 0;
    }

    .ta-header-submenu-aside__menu a {
        padding: 12px 0;
        border-radius: 0;

        position: relative;

        transition: none;
    }

    .ta-header-submenu-aside__menu a:hover {
        background-color: transparent;
    }

    .ta-posts--nowrap::after {
        display: none;
    }

    .ta-header-submenu-content-inner {
        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .ta-header-submenu-content-inner::-webkit-scrollbar {
        display: none;
    }

    .ta-swiper-slide-end-space {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .ta-header-bottom {
        height: auto;
    }

    .ta-post {
        min-width: 240px;
    }

    .ta-posts .ta-post + .ta-post {
        margin-left: 24px;
    }

    .ta-swiper-btn {
        display: none;
    }

    .ta-header
    .swiper-container:not(.swiper-container-initialized)
    > .swiper-wrapper,
    .ta-header .swiper:not(.swiper-initialized) > .swiper-wrapper {
        overflow: visible;
    }
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(24px);
    }
    100% {
        transform: translateX(0);
    }
}


/* new css */
.form-row-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: inherit;
    max-width: 710px;
}

.form-row-wrap input {
    flex-shrink: 0;
    margin: 10px 10px 0 0 !important;
}

.woocommerce form .form-row input.input-text {
    height: 40px !important;
}

.woocommerce form .show-password-input, 
.woocommerce-page form .show-password-input {
    top: 7px !important;
}

.woocommerce form .form-row {
    margin: 0 0 10px !important;
    padding: 0 !important;
    width: 100%;
}

.indent-top {
    padding: 20px 0 0;
}

.membership .flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
    width: 100%;
    }

.membership .fancyboxforwp {
    display: block;
    }

.membership .fancyboxforwp img {
    width: 100%;
    height: 100%;
    }

div.tam_testimonials_wrapper {
    padding-top: 6.5rem; 
    }

    div.tam_testimonials .title {
        position: relative;
        margin-bottom: 5.125rem;
    }

div.tam_testimonials h4 {
    margin: 0;
    font-family: futura-pt, sans-serif;
    font-size: 3.50rem;
    font-weight: 400;
    line-height: 3.75rem;
    text-align: center;
}
.tam_testimonials_wrapper div.description p {
    font-size: 1.175rem;
    }

div.tam_testimonials_wrapper img {
    margin: 4.5rem auto 4.9375rem;
    }

div.tam_testimonials_wrapper a {
    font-size: 0.8125rem;
    }

.tam_testimonials_wrapper div.name {
    padding: 27px 0 0 5px;
    font-size: 16px;
    }

div.tam_testimonials_wrapper .navigation {
    position: absolute;
    display: block;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    }

div.tam_testimonials_wrapper .swiper-button-prev {
    right: 20px;
    left: unset;
    background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2213%22 height=%2211%22 viewBox=%220%200%2013%2011%22 fill=%22none%22%3E%3Cpath d=%22M7.056 0C7.12 0 7.176 0.0240002 7.224 0.0720005L12.528 5.376C12.592 5.44 12.592 5.504 12.528 5.568L7.224 10.872C7.176 10.92 7.12 10.944 7.056 10.944L5.376 10.92C5.232 10.92 5.208 10.872 5.304 10.776L9.912 6.24H0.12C0.04 6.24 0 6.2 0 6.12V4.824C0 4.744 0.04 4.704 0.12 4.704H9.912L5.304 0.168C5.208 0.072 5.232 0.0240006 5.376 0.0240006L7.056 0Z%22 fill=%22%23fff%22/%3E%3C/svg%3E');
    margin-right: 30px;
    transform: rotate(180deg);
    }

div.tam_testimonials_wrapper .swiper-button-prev:after {
    display: none;
    }

div.tam_testimonials_wrapper .swiper-button-next {
    right: 0;
    left: unset;
    background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2213%22 height=%2211%22 viewBox=%220%200%2013%2011%22 fill=%22none%22%3E%3Cpath d=%22M7.056 0C7.12 0 7.176 0.0240002 7.224 0.0720005L12.528 5.376C12.592 5.44 12.592 5.504 12.528 5.568L7.224 10.872C7.176 10.92 7.12 10.944 7.056 10.944L5.376 10.92C5.232 10.92 5.208 10.872 5.304 10.776L9.912 6.24H0.12C0.04 6.24 0 6.2 0 6.12V4.824C0 4.744 0.04 4.704 0.12 4.704H9.912L5.304 0.168C5.208 0.072 5.232 0.0240006 5.376 0.0240006L7.056 0Z%22 fill=%22%23fff%22/%3E%3C/svg%3E');
    }

div.tam_testimonials_wrapper .swiper-button-next:after {
    display: none;
    } 

div.tam_shop_wrapper_home .navigation{
    position: relative;
}

.tam_shop_wrapper_home .section-title {
    margin-bottom: 3rem !important;
}

div.tam_shop_wrapper_home .swiper-button-prev {
    right: 48px;
    left: unset;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="11" viewBox="0 0 13 11" fill="none"><path d="M7.056 0C7.12 0 7.176 0.0240002 7.224 0.0720005L12.528 5.376C12.592 5.44 12.592 5.504 12.528 5.568L7.224 10.872C7.176 10.92 7.12 10.944 7.056 10.944L5.376 10.92C5.232 10.92 5.208 10.872 5.304 10.776L9.912 6.24H0.12C0.04 6.24 0 6.2 0 6.12V4.824C0 4.744 0.04 4.704 0.12 4.704H9.912L5.304 0.168C5.208 0.072 5.232 0.0240006 5.376 0.0240006L7.056 0Z" fill="black"/></svg>');
    margin-right: 30px;
    transform: rotate(180deg);
}
    
div.tam_shop_wrapper_home .swiper-button-prev:after {
    display: none;
}

div.tam_shop_wrapper_home .swiper-button-next {
    right: 28px;
    left: unset;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="11" viewBox="0 0 13 11" fill="none"><path d="M7.056 0C7.12 0 7.176 0.0240002 7.224 0.0720005L12.528 5.376C12.592 5.44 12.592 5.504 12.528 5.568L7.224 10.872C7.176 10.92 7.12 10.944 7.056 10.944L5.376 10.92C5.232 10.92 5.208 10.872 5.304 10.776L9.912 6.24H0.12C0.04 6.24 0 6.2 0 6.12V4.824C0 4.744 0.04 4.704 0.12 4.704H9.912L5.304 0.168C5.208 0.072 5.232 0.0240006 5.376 0.0240006L7.056 0Z" fill="black"/></svg>');
}

div.tam_shop_wrapper_home .swiper-button-next:after {
    display: none;
}

.se_home_main .swiper-button-lock {
    display: block !important;
}

/* 767 */
@media (max-width: 767px) {
    div.tam_testimonials_wrapper {
        padding-top: 5rem;
    }
.tam_testimonials_wrapper div.title {
    margin: 0 0 1.875rem;
    }
    .product_image img {
        height: 230px !important;
    }
div.tam_testimonials h4 {
    max-width: 20rem;
    width: 100%;
    font-size: 2.125rem;
    text-align: left;
    line-height: 2.125rem;
    }

div.tam_testimonials_wrapper img {
    margin: 0.75rem auto 4.9375rem;
    }

}

/* 520 */
@media (max-width: 520px) {

div.tam_testimonials_wrapper .navigation {
    right: 1.25rem;
    }

.membership .flex {
    grid-template-columns: repeat(1, 1fr);
    }

div.tam_testimonials_wrapper .swiper {
    padding: 0 1.25rem;
    }

div.tam_testimonials_wrapper .swiper-wrapper {
    padding: 0;
    }

.tam_testimonials_wrapper .swiper-slide {
    width: 100% !important;
    }

div.tam_testimonials_wrapper .swiper-wrapper {
    align-items: flex-start;
    }

}

/* offer-slider */
.offer-slider.swiper {
    position: fixed;
    margin: 0;
    padding: 14px 0;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    background: #000;
    z-index: 99;
    }

.offer-slider .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px 5px;
    padding: 0 15px;
    font-size: 14px;
    font-family: "Supreme LL", Sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 19px;
    /* opacity: 0;
    visibility: hidden; */
    transition: .5s all;
    overflow: visible;
    }

.offer-slider .swiper-slide-active {
    opacity: 1;
    visibility: visible;
    }

.offer-slider .swiper-slide span {
    display: block;
    }

.offer-slider .swiper-slide .offer-slider__link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    }

.offer-slider .swiper-slide .offer-slider__link:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -2px;
    background: #fff;
    content: "";
    transition: .3s opacity;
    }

/* 580 */
@media (max-width: 580px) {

.ta-header {
    top: 46px;
    }

.offer-slider .swiper-slide {
    gap: 0 8px;
    font-size: 12px;
    line-height: 18px;
    }

}

/* 360 */
@media (max-width: 360px) {

.offer-slider .swiper-slide {
    gap: 0 5px;
    font-size: 10px;
    }

}

.term-la-relief-donation-classes .elementor-element-b304a3c{
    display: none !important;
}