/* SHANTILOFT INSERTS */

@font-face {
  font-family: 'Bizantheum';
  src: url('../fonts/Bizantheum.woff2') format('woff2'),
      url('../fonts/Bizantheum.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-variant: small-caps; 
}

.ttbase-heading {
  text-transform: none;
}

.fs-heading-dec, 
h2.ttbase-heading 
  {
  font-family: 'Bizantheum', sans-serif;
  font-variant: small-caps;
}

body .sticky-nav {
  background: #d7d4cb;
}

body .sticky-nav .nav-menu li a {
  color: #070707;
}

body h1 {
  font-size: 1.1rem;
}

body h3 {
  font-size: 1.1rem;
}

body .fs-heading-dec::after {
  display: none;
}

body .nav-menu > ul > li.active > a, 
body .nav-menu > ul > li:hover > a {
  color: #a26541;
}

body .nav-menu > ul > li > a::before {
  display: none;
}

body #cookie-law-info-bar {
  background-color: #d7d4cb !important;
  color: #070707 !important;
}

.tt_responsive .tt_timetable.small .tt_items_list .event_header,
.tt_responsive .tt_timetable.small .tt_items_list a.event_header {
  font-weight: bold;
}


ul.ttbase-class-filter-list li a:after,
ul.ttbase-trainer-filter-list li a:after,
.tt_tabs.ui-tabs ul.ui-tabs-nav.events_categories_filter li a:after {
  border-bottom: 2px solid #a6a6a6;
}

.tt_timetable.small .tt_items_list li {
  border-bottom: 1px solid #878787;
  padding: 20px !important;
  
  background-color: #d9d9d9;
}

.tt_timetable.small .tt_items_list li:nth-child(odd) {
  background-color: #d2d2d2;
}


/* Private Training Styles */

.ttbase-icon-box.pt-benefits {
  margin: 0 10px 40px 10px;
}

.pt-trainers .ttbase-trainer-item.card {
  background-color: #e0e0e0;
}

.pt-trainers .a.ttbase-trainer-item-image .ttbase-trainer-item-heading {
  margin-bottom: 5px;
}

.pt-trainers .ttbase-trainer-item-image-content {
  padding: 35px 0 20px 0;
}

.page-template-private-training-template .btn-primary.color-3:hover {
  color: #21252b;
}

.page-template-private-training-template .pt-trainers .btn-primary.color-3 {
  margin-top: 20px;
}


.pt-trainers .long-description, 
.pt-trainers .show-less {
  display: none;
}


.pt-trainers .show-on .long-description, 
.pt-trainers .show-on .show-less {
  display: block;
}

.pt-trainers .show-on .show-more {
  display: none;
}


.single-personal_training .short-intro-pt {
  padding-bottom: 60px;
}

.single-personal_training .pt-prices  {
  padding-top: 60px;
}
.single-personal_training .pt-type-prices .woocommerce {
  margin: 60px auto 0 auto;
}

.single-personal_training .benefits-top,
.single-personal_training .benefits-bottom {
  padding-top: 60px;
  padding-bottom: 60px;
}

.single-personal_training .pt-contact {
  padding-top: 60px;
}

.pt-types-list .ttbase-trainer-filter-list li {
  padding: 10px 5px;
}

.pt-type-preview-section .ttbase-heading a {
  color: inherit;
}

.pt-type-preview-section .ttbase-heading a:hover {
  color: #a26541;
}


@media screen and (min-width: 768px) {
  .pt-type-preview-section.even {
    flex-direction: row-reverse;
  }

  .pt-type-section {
    padding: 5%;
  }

  h2.ttbase-heading.pt-trainers-title {
    margin-bottom: 60px;
  }

}


@media screen and (min-width: 1080px) {
  .pt-type-section {
    padding: 5% 10% 5% 5%;
  }

}


@media (max-width: 767px) {
  .pt-type-section {
    padding: 40px;
    text-align: center;
  }

  .pt-type-section .ttbase-heading.text-align-left {
    text-align: center;
  }
}





@media screen and (max-width: 479px) {
  .tt_responsive .tt_timetable.small .box_header {
    font-size: 18px !important;
    margin-bottom: 13px;
    padding-top: 11px;
  }
}


@media (max-width: 767px) {
  .top-footer-container .ttbase-image-widget {
    text-align: center;
  }

  .top-footer-container .ttbase-image-widget img {
    margin: 0 auto;
  }

  .top-footer-container .ttbase-icon-box-two.align-left {
    text-align: center;
  }

    
  .home-schedule-banner h2.ttbase-heading.text-align-left, 
  .home-schedule-banner h3.ttbase-heading.text-align-left, 
  .home-bottom-banner h3.ttbase-heading.text-align-left, 
  .home-bottom-banner h2.ttbase-heading.text-align-left, 
  .home-prices-banner h2.ttbase-heading.text-align-left, 
  .home-prices-banner h3.ttbase-heading.text-align-left {
    text-align: center;
  }

  .home-schedule-banner .button-center-wrapper, 
  .home-prices-banner .button-center-wrapper {
    margin-top: 30px;
  }

}

@media screen and (max-width: 520px) {
  
  .columns-3 .products li {
    width: 100%;
  }

}


body .product .onsale {
  display: none;
}

body .top-footer-container .widget_block {
  margin-bottom: 0;
}


.home-schedule-banner .btn-primary.color-6, 
.home-prices-banner .btn-primary.color-6 {
  color: #e0e0e0;
}

.site-footer a {
  color: #070707;
  opacity: 1;
  transition: all 0.15s;
}

.site-footer a:hover {
  opacity: 0.65;
}

.workshop-trainers, 
.workshop-date, 
.workshop-hours {
  font-size: 14px;
  color: #070707;
}

.workshop-trainers .fa,
.workshop-date .fa, 
.workshop-hours .fa {
  color: #a26541;
  margin-right: 4px;
  position: relative;
  top: -1px;
}

.workshop-trainers {
  display: block;
}

.workshop-info {
  margin-top: -10px;
  margin-bottom: 15px;
}

body.single-product .workshop-info {
  margin-bottom: 25px;
}

.custom-product-gallery .product {
  transition: all 0.2s;
}

.custom-product-gallery .product:hover {
  background-color: #dbdbdb;
}

.site-footer .whatsapp-icon {
  display: block;
  position: fixed;
  left: 40px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #d7d4cb;
  background-image: url( 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 24 24" width="36px" height="36px"><path fill="rgb(162, 101, 65)" d="M 12.011719 2 C 6.5057187 2 2.0234844 6.478375 2.0214844 11.984375 C 2.0204844 13.744375 2.4814687 15.462563 3.3554688 16.976562 L 2 22 L 7.2324219 20.763672 C 8.6914219 21.559672 10.333859 21.977516 12.005859 21.978516 L 12.009766 21.978516 C 17.514766 21.978516 21.995047 17.499141 21.998047 11.994141 C 22.000047 9.3251406 20.962172 6.8157344 19.076172 4.9277344 C 17.190172 3.0407344 14.683719 2.001 12.011719 2 z M 12.009766 4 C 14.145766 4.001 16.153109 4.8337969 17.662109 6.3417969 C 19.171109 7.8517969 20.000047 9.8581875 19.998047 11.992188 C 19.996047 16.396187 16.413812 19.978516 12.007812 19.978516 C 10.674812 19.977516 9.3544062 19.642812 8.1914062 19.007812 L 7.5175781 18.640625 L 6.7734375 18.816406 L 4.8046875 19.28125 L 5.2851562 17.496094 L 5.5019531 16.695312 L 5.0878906 15.976562 C 4.3898906 14.768562 4.0204844 13.387375 4.0214844 11.984375 C 4.0234844 7.582375 7.6067656 4 12.009766 4 z M 8.4765625 7.375 C 8.3095625 7.375 8.0395469 7.4375 7.8105469 7.6875 C 7.5815469 7.9365 6.9355469 8.5395781 6.9355469 9.7675781 C 6.9355469 10.995578 7.8300781 12.182609 7.9550781 12.349609 C 8.0790781 12.515609 9.68175 15.115234 12.21875 16.115234 C 14.32675 16.946234 14.754891 16.782234 15.212891 16.740234 C 15.670891 16.699234 16.690438 16.137687 16.898438 15.554688 C 17.106437 14.971687 17.106922 14.470187 17.044922 14.367188 C 16.982922 14.263188 16.816406 14.201172 16.566406 14.076172 C 16.317406 13.951172 15.090328 13.348625 14.861328 13.265625 C 14.632328 13.182625 14.464828 13.140625 14.298828 13.390625 C 14.132828 13.640625 13.655766 14.201187 13.509766 14.367188 C 13.363766 14.534188 13.21875 14.556641 12.96875 14.431641 C 12.71875 14.305641 11.914938 14.041406 10.960938 13.191406 C 10.218937 12.530406 9.7182656 11.714844 9.5722656 11.464844 C 9.4272656 11.215844 9.5585938 11.079078 9.6835938 10.955078 C 9.7955938 10.843078 9.9316406 10.663578 10.056641 10.517578 C 10.180641 10.371578 10.223641 10.267562 10.306641 10.101562 C 10.389641 9.9355625 10.347156 9.7890625 10.285156 9.6640625 C 10.223156 9.5390625 9.737625 8.3065 9.515625 7.8125 C 9.328625 7.3975 9.131125 7.3878594 8.953125 7.3808594 C 8.808125 7.3748594 8.6425625 7.375 8.4765625 7.375 z"/></svg>' );
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s;
}

.site-footer .whatsapp-icon:hover {
  background-image: url( 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 24 24" width="36px" height="36px"><path fill="rgb(177, 59, 62)" d="M 12.011719 2 C 6.5057187 2 2.0234844 6.478375 2.0214844 11.984375 C 2.0204844 13.744375 2.4814687 15.462563 3.3554688 16.976562 L 2 22 L 7.2324219 20.763672 C 8.6914219 21.559672 10.333859 21.977516 12.005859 21.978516 L 12.009766 21.978516 C 17.514766 21.978516 21.995047 17.499141 21.998047 11.994141 C 22.000047 9.3251406 20.962172 6.8157344 19.076172 4.9277344 C 17.190172 3.0407344 14.683719 2.001 12.011719 2 z M 12.009766 4 C 14.145766 4.001 16.153109 4.8337969 17.662109 6.3417969 C 19.171109 7.8517969 20.000047 9.8581875 19.998047 11.992188 C 19.996047 16.396187 16.413812 19.978516 12.007812 19.978516 C 10.674812 19.977516 9.3544062 19.642812 8.1914062 19.007812 L 7.5175781 18.640625 L 6.7734375 18.816406 L 4.8046875 19.28125 L 5.2851562 17.496094 L 5.5019531 16.695312 L 5.0878906 15.976562 C 4.3898906 14.768562 4.0204844 13.387375 4.0214844 11.984375 C 4.0234844 7.582375 7.6067656 4 12.009766 4 z M 8.4765625 7.375 C 8.3095625 7.375 8.0395469 7.4375 7.8105469 7.6875 C 7.5815469 7.9365 6.9355469 8.5395781 6.9355469 9.7675781 C 6.9355469 10.995578 7.8300781 12.182609 7.9550781 12.349609 C 8.0790781 12.515609 9.68175 15.115234 12.21875 16.115234 C 14.32675 16.946234 14.754891 16.782234 15.212891 16.740234 C 15.670891 16.699234 16.690438 16.137687 16.898438 15.554688 C 17.106437 14.971687 17.106922 14.470187 17.044922 14.367188 C 16.982922 14.263188 16.816406 14.201172 16.566406 14.076172 C 16.317406 13.951172 15.090328 13.348625 14.861328 13.265625 C 14.632328 13.182625 14.464828 13.140625 14.298828 13.390625 C 14.132828 13.640625 13.655766 14.201187 13.509766 14.367188 C 13.363766 14.534188 13.21875 14.556641 12.96875 14.431641 C 12.71875 14.305641 11.914938 14.041406 10.960938 13.191406 C 10.218937 12.530406 9.7182656 11.714844 9.5722656 11.464844 C 9.4272656 11.215844 9.5585938 11.079078 9.6835938 10.955078 C 9.7955938 10.843078 9.9316406 10.663578 10.056641 10.517578 C 10.180641 10.371578 10.223641 10.267562 10.306641 10.101562 C 10.389641 9.9355625 10.347156 9.7890625 10.285156 9.6640625 C 10.223156 9.5390625 9.737625 8.3065 9.515625 7.8125 C 9.328625 7.3975 9.131125 7.3878594 8.953125 7.3808594 C 8.808125 7.3748594 8.6425625 7.375 8.4765625 7.375 z"/></svg>' );
  opacity: 1;
}

@media screen and (max-width: 520px) {
  .site-footer .whatsapp-icon {
    left: 20px;
    bottom: 30px;
  }

  body #go-top {
    right: 20px;
    bottom: 30px;
  }
}
  


/* Pilates Reformer Machines Extensions */

/* Reformer Machines - Homepage Section */
.pilates-reformer-machines-home .btn-primary.color-3:hover {
  border-color: #21252b;
  color: #21252b;
  background-color: #e0e0e0;
}


.pilates-reformer-machines-listing {
background: linear-gradient(to bottom,  #e0e0e0 0%,#d7d4cb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.pilates-reformer-machines-listing .pilates-reformer-machine {
  box-shadow: 12px 12px 60px 0 rgba(0, 0, 0, .1);
  margin-bottom: 60px;
}

.pilates-reformer-machines-listing .pilates-reformer-machine .shantiloft-image-gallery > .image-preview {
  position: relative;
  height: 0;
  padding-top: 66.67%;
}

.pilates-reformer-machines-listing .pilates-reformer-machine .shantiloft-image-gallery  .shantiloft-gallery-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: all 0.2s;
}

.pilates-reformer-machines-listing .pilates-reformer-machine .shantiloft-image-gallery  .shantiloft-gallery-item img {
  display: block;
  height: auto;
  width: 100%;
  border: none;
  margin: 0;
}


.pilates-reformer-machines-listing .pilates-reformer-machine .shantiloft-image-gallery  .shantiloft-gallery-item.active {
  opacity: 1;
  z-index: 1;
}

.pilates-reformer-machines-listing .pilates-reformer-machine .shantiloft-image-gallery  .shantiloft-gallery-item-thumbnail {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  cursor: pointer;
  transition: all 0.2s;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 30px;
  border: 1px solid #86867a;
}
.pilates-reformer-machines-listing .pilates-reformer-machine .shantiloft-image-gallery  .shantiloft-gallery-item-thumbnail.active {
  border: 2px solid #a26541;
}

.pilates-reformer-machines-listing .pilates-reformer-machine .shantiloft-image-gallery  .shantiloft-gallery-item-thumbnail::before {
  content: ' ';
  display: inline-block;
  height: 100%;
  width: 0;
  text-indent: -2000em;
  vertical-align: middle;
}

.pilates-reformer-machines-listing .pilates-reformer-machine .shantiloft-image-gallery  .shantiloft-gallery-item-thumbnail img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  border: none;
  margin: 0;
}

.pilates-reformer-machines-listing .pilates-reformer-machine .shantiloft-image-gallery  .shantiloft-gallery-item-thumbnail .gallery-photo-caption {
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  text-align: center;
  color: #21252b;
}

.pilates-reformer-machines-listing .pilates-reformer-machine .shantiloft-image-gallery  .shantiloft-gallery-item-thumbnail.active .gallery-photo-caption {
  color: #a26541;
}

.pilates-reformer-machines-listing .pilates-reformer-machine .btn.btn-primary {
  margin-top: 30px;
}

.fancybox-container {
  z-index: 99999;
}

/* Menu fixes */
.nav-menu > ul > li {
  padding: 3px 10px;
}

@media (min-width: 992px) {
  .sticky-nav .col-md-2 { 
    width: auto;
  }
  
  .sticky-nav .col-sm-10 {
    width: 100%;
  }

}



@media (max-width: 767px) {
  .pilates-reformer-machines-listing {
    padding-top: 15px;
  }
  
  .page-id-6892 #pilates-reformer, 
  .pilates-reformer-machines-listing .pilates-reformer-machine {
      display: flex; 
      flex-flow: column-reverse; 
      margin-left: 0;
      margin-right: 0;
  }
}



/* CookieBot Pop-up */

#CybotCookiebotDialog #CybotCookiebotDialogHeader {
  display: none;
}

#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll.CybotCookiebotDialogBodyButton, 
#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection.CybotCookiebotDialogBodyButton {
  background-color: transparent;
  border-color: #a26541;
  border-radius: 50px;
  font-weight: normal;
  color: #000000;
}

#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll.CybotCookiebotDialogBodyButton {
  background-color: #a26541;
  color: #e0e0e0;
}

#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll.CybotCookiebotDialogBodyButton:hover, 
#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection.CybotCookiebotDialogBodyButton:hover {
  border-color: #070707;
}

#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll.CybotCookiebotDialogBodyButton:hover {
  background-color: #070707;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #a26541;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane input[type=checkbox][disabled]:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #bcbcbc;
  pointer-events: none;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a#CybotCookiebotDialogBodyEdgeMoreDetailsLink {
  color: #555a58;
  transition: color 0.2s;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a#CybotCookiebotDialogBodyEdgeMoreDetailsLink:hover {
  color: #a26541;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a#CybotCookiebotDialogBodyEdgeMoreDetailsLink::after {
  transition: border-color 0.2s;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a#CybotCookiebotDialogBodyEdgeMoreDetailsLink:hover::after {
  border-color: #a26541;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription {
  transition: color 0.2s;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
  color: #a26541;
}

#CybotCookiebotDialog #CybotCookiebotDialogPoweredByText {
  display: none;
}

#gmp-gdpr-widget #CookiebotWidget .CookiebotWidget-close::before {
  background-color: transparent;
}

#gmp-gdpr-widget #CookiebotWidget .CookiebotWidget-consent-details .CookiebotWidget-consent-details button::before,
#gmp-gdpr-widget #CookiebotWidget .CookiebotWidget-consent-details .CookiebotWidget-consent-details button:hover::before {
  background-color: transparent;
}
  
#gmp-gdpr-widget #CookiebotWidget .CookiebotWidget-consent-details .CookiebotWidget-consent-details button:hover {
  color: #a26541;
}

#gmp-gdpr-widget #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw, 
#gmp-gdpr-widget #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: transparent;
  border-color: #a26541;
  border-radius: 50px;
  font-weight: normal;
  color: #000000;
}

#gmp-gdpr-widget #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw::before {
  background-color: transparent;
}

#gmp-gdpr-widget #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:hover, 
#gmp-gdpr-widget #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change:hover {
  border-color: #ddc779;
}

#gmp-gdpr-widget .elementor-widget-wrap {
  padding: 0 20px;
}

body #CookiebotWidget {
  display: none;
}

#gmp-gdpr-widget .elementor-widget-wrap > div {
  min-height: 48px;
  position: relative;
}

#gmp-gdpr-widget .elementor-widget-wrap > div::after {
  content: ' Opțiuni consimțământ';
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  color: #86867a;
}

#gmp-gdpr-widget #CookiebotWidget {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  bottom: 0;
  left: 0;
}

#gmp-gdpr-widget #CookiebotWidget .CookiebotWidget-main-logo {
  display: none;
}

#gmp-gdpr-widget #CookiebotWidget .CookiebotWidget-consent-details button::before, 
#gmp-gdpr-widget #CookiebotWidget .CookiebotWidget-consent-details button::after, 
#gmp-gdpr-widget #CookiebotWidget .CookiebotWidget-consent-details button:hover::before, 
#gmp-gdpr-widget #CookiebotWidget .CookiebotWidget-consent-details button:hover::after {
  background-color: transparent;
  transition: background-color 0s;
}

#gmp-gdpr-widget #CookiebotWidget .CookiebotWidget-consent-details button {
  color: #555a58;
}

#gmp-gdpr-widget #CookiebotWidget .CookiebotWidget-consent-details button svg {
  fill: #555a58;
  transition: fill 0.2s;
}

#gmp-gdpr-widget #CookiebotWidget .CookiebotWidget-consent-details button:hover {
  color: #a26541;
}

#gmp-gdpr-widget #CookiebotWidget .CookiebotWidget-consent-details button:hover svg {
  fill: #a26541;
}

#gmp-gdpr-widget #CookiebotWidget .CookiebotWidget-logo {
  opacity: 0.5;
  transition: opacity 0.2s;
}

#gmp-gdpr-widget #CookiebotWidget .CookiebotWidget-logo:hover {
  opacity: 1;
}

#gmp-gdpr-widget #CookiebotWidget.CookiebotWidget-open {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 500px;
}
