/*
Theme Name: HYBRID CULTURE.
Theme URI:
Author: Jaime
Author URI:
Description:
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 2.0
License: GNU
License URI:
Text Domain: hybridculture
Tags:

/* IMPORT */
@font-face {
  font-family: Switzer;
  font-weight: 100;
  src: url(assets/fonts/Switzer/Switzer-Thin.otf);
}
@font-face {
  font-family: Switzer;
  font-weight: 200;
  src: url(assets/fonts/Switzer/Switzer-Light.otf);
}
@font-face {
  font-family: Switzer;
  font-weight: 300 400;
  src: url(assets/fonts/Switzer/Switzer-Regular.otf);
}
@font-face {
  font-family: Switzer;
  font-weight: 500;
  src: url(assets/fonts/Switzer/Switzer-Medium.otf);
}

@font-face {
  font-family: Switzer;
  font-weight: 600;
  src: url(assets/fonts/Switzer/Switzer-Semibold.otf);
}
@font-face {
  font-family: Switzer;
  font-weight: 700;
  src: url(assets/fonts/Switzer/Switzer-Bold.otf);
}
@font-face {
  font-family: Switzer;
  font-weight: 800;
  src: url(assets/fonts/Switzer/Switzer-Extrabold.otf);
}
@font-face {
  font-family: Switzer;
  font-weight: 900;
  src: url(assets/fonts/Switzer/Switzer-Black.otf);
}

:root {
    --background: #000;
    --foreground: #fefdf8;
    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;
    --primary: 222.2 47.4% 11.2%;
    --primary-foreground: 210 40% 98%;
    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;
    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;
    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;
    --border: 231, 6%, 79%;
    --input: 214.3 31.8% 91.4%;
    --ring: 222.2 84% 4.9%;
    --chart-1: 12 76% 61%;
    --chart-2: 173 58% 39%;
    --chart-3: 197 37% 24%;
    --chart-4: 43 74% 66%;
    --chart-5: 27 87% 67%;
    --radius: 0.5rem;
    --hc-primary: 46, 19%, 43%;
    --hc-primary-hover: 41 15% 59%;
    --hc-border: 231, 6%, 79%;
    --hc-input: 228, 7%, 13%;
    --hc-studio: 0, 0%, 15%;
    --black: #000;
    --black-50: rgba(0, 0, 0, .5);
    --white: #fff;
    --dark: #1a1a1a;
    --dark-alpha-80: rgba(26, 26, 26, .8);
    --dark-alpha-50: rgba(26, 26, 26, .5);
    --dark-alpha-40: rgba(26, 26, 26, .4);
    --dark-alpha-15: rgba(26, 26, 26, .15);
    --light: #fefdf8;
    --light-alpha-80: hsla(50, 75%, 98%, .8);
    --light-alpha-50: hsla(50, 75%, 98%, .5);
    --light-alpha-35: hsla(50, 75%, 98%, .35);
    --light-alpha-30: hsla(50, 75%, 98%, .3);
    --light-alpha-20: hsla(50, 75%, 98%, .2);
    --light-alpha-10: hsla(50, 75%, 98%, .1);
    --primary-600: #776e50;
    --primary-500: #7d7456;
    --primary-100: #dedcd0;
    --primary-100-alpha-30: hsla(51, 18%, 84%, .3);
    --accent-500: #818455;
    --border-base: #e6e6e6;
    --font-switzer: "Switzer", sans-serif;
    --swiper-pagination-progressbar-bg-color: var(--light-alpha-20);
    --swiper-pagination-color: var(--light);
    --header-height: 128px;
    --header-height-sm: 88px;
    --dark-linear: linear-gradient(180deg, rgba(26, 26, 26, .8), rgba(26, 26, 26, 0));
    --toastify-color-error: #7d7456;
    --toastify-color-info: #2b7fff;
    --toastify-color-success: #00c951;
    --toastify-color-warning: #ff6900;
    --toastify-toast-padding: 20px 14px;
    --toastify-toast-bd-radius: 0;
    --toastify-color-dark: #000;
    --toastify-text-color-dark: #fefdf8;

    --hc-grey: #7f7f7c;
}

/*
div{
  cursor: url(assets/img/icons/cursor.svg), auto;
}
*/
::-webkit-scrollbar {
  display: none;
}

::-moz-selection { /* Code for Firefox */
  color: var(--white);
  background: #282828;
}

::selection {
  color: var(--white);
  background: #282828;
}

a.cta::-moz-selection, img::-moz-selection { /* Code for Firefox */
  background: none;
}

a.cta::selection, img::selection {
  background: none;
}

/*** basic style ***/
html, body{
  background: #000;
  margin:0;
  padding:0;
	margin-top:0!important;
	color:var(--white);
  font-family: Switzer, Arial, Helvetica, sans-serif;
  font-size: clamp(12px, calc( 0.5 * (.25vw + 1rem)), 24px);
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
	letter-spacing: .05em;
	text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

html {
  scroll-behavior: smooth;
}
/*
html::-webkit-scrollbar, *::-webkit-scrollbar {
	display: none;
}
*/

div{
	vertical-align:top;
}

p{
  font-size: 12px;
  font-size: clamp(12px, calc( 0.5 * (.25vw + 1rem)), 24px);
  margin: 2px 0 5px 0;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  font-family: Switzer, Monserrat, Helvetica;
  color: var(--white);
  white-space: pre-line;
}

h1, h2, h3, h4, h5, h6{
  font-size: 35px;
  font-family: Switzer, Monserrat, Helvetica;
  text-transform: uppercase;
	margin: 5px 0 20px 0;
  line-height: .9;
  font-weight:600;
  color: var(--white);
}

h1{
	font-size: clamp(50px, calc( 0.5 * (12vw + 1rem)), 150px);
}
h2{
	font-size: clamp(40px, calc( 0.5 * (8vw + 1rem)), 100px)
}
h3{
	font-size: clamp(30px, calc( 0.5 * (5vw + 1rem)), 60px);
}
h4{
  font-size: clamp(30px, calc( 0.5 * (4vw + 1rem)), 50px);
}
h5{
  font-size: clamp(20px, calc( 0.5 * (3vw + 1rem)), 35px);
}
h6{
	font-size: clamp(20px, calc( 0.5 * (1vw + 1rem)), 24px);
}

header nav a, footer nav a{
  color:var(--white);
  font-family: Switzer, Arial, Helvetica, sans-serif;
}

p, li, a{
  font-size: 16px;
  margin: 0.5em 0 1em 0;
  font-weight: 400;
  font-style: normal;
  line-height: 1.58;
  color: var(--white);
  text-decoration: none;
}


a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

main p > a{
    color: #30a4f6;
}

main p > a:hover{
    text-decoration:underline;
}


[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'FontAwesome'!important;
}

section{
  background-position: center;
  background-size: cover;
}

.row{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  grid-gap: 20px;
}

section > div.row-2{
  grid-template-columns: repeat(2, minmax(50px, 1fr));
  grid-gap: 20px;
}
.row-2{
  grid-template-columns: repeat(2, minmax(50px, 1fr));
}
.row-4{
  grid-template-columns: repeat(4, minmax(50px, 1fr));
}

section > .row{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  grid-gap: 75px;
  width: calc(100% - 120px);
  max-width: 1200px;
  margin: 75px auto;
  justify-items: center;
  position: relative;
}

.single-post header nav{
    position: absolute;
    width: 100%;
}
.single-post header > img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.single-post main section .row{
    max-width: 950px;
}
section .col{
  padding: 20px 0;
  overflow: hide;
  width:100%;
  position: relative;
}
section .row.full{
  width: 100%;
  max-width: 100%;
}
section .col.full{
  max-width: 100%;
}
section .col.centered{
  text-align: center;
  max-width: 950px;
  max-width: 650px;
}

.content{
  padding: 75px 0;
}
header .content{
  padding: 75px 0 0;
}

ul, ol, li{
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}
ul{

}
ol{

}
li{
  position: relative;
}

table{
    width:100%;
    max-width:650px;
    border-collapse: collapse;
}
th, td{
    padding:15px;
    border: 1px solid #010101;
    font-weight:400;
}


blockquote {
    position: relative;
    padding: 10px 50px;
    margin: 30px auto;
    width: fit-content;
}
blockquote:before{
  position: absolute;
  font-size: 60px;
}
blockquote:before {
  content:'“';
  top: -5px;
  left: 0;
}

input,
textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgb(209, 209, 209);
    color: rgb(31, 31, 31);
    box-shadow: rgb(0 0 0 / 4%) 1px 1px 3px;
    transition: border-radius 200ms ease 0s;
    padding: 8px 10px;
}

p.checkbox input[type="radio"],
p.checkbox input[type="checkbox"]{
    display:none;
}
p.checkbox label{
  position: relative;
}
p.checkbox label:before {
    content: '';
    display: inline-block;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    transition: .2s;
    vertical-align: bottom;
    margin:0 10px;
}
p.checkbox input[type="radio"]:checked + label:before,
p.checkbox input[type="checkbox"]:checked + label:before{
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  margin-right: 20px;
}

video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}

video::-webkit-media-controls {
  display: none !important;
}

img, video{
  max-width:100%;
  height:auto;
}
main img{

}
img.alignright{
  float:right;
  margin-left:1.5em;
}
img.alignleft{
  float:left;
  margin-right:1.5em;
}
img.aligncenter {
	display: block;
	margin:0 auto;
}

.grecaptcha-badge {
    visibility: hidden;
}

header video, .hero{
  filter: brightness(.8);
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* ABOUT */
.about h2{
  font-size: 65px;
  color:var(--light-alpha-30);
}

/*
main iframe{
  opacity: 0;
  animation: fadeIn 0s ease forwards;
  margin-top: -80px;
}

@keyframes fadeIn {
  to { opacity: 1; }
}
*/

/**/
.location .row{
  padding: 0;
  margin: 0;
  width: 100%;
}
.location iframe{
  filter: grayscale();
}
.location .content{
  position: absolute;
  right: 50px;
  top: 150px;
  border-radius: 20px;
  background: #000;
  padding: 20px;
}
.location p{
  color: var(--white);
}

/* product */
.trust-usp{
    margin-top:20px;
}
.trust-usp li{
    display:inline-block;
    font-size: 14px;
    width: 100px;
    text-align: center;
    line-height: 1.1;
    vertical-align: top;
}
.trust-usp li:before{
    content:"";
    height:40px;
    width:40px;
    display:block;
    margin:auto;
    background-size:contain;
    background-repeat:no-repeat;
    filter: invert();
}
.trust-usp li:nth-child(1):before{
    background-image:url(assets/img/icons/fast-delivery.png);
}
.trust-usp li:nth-child(2):before{
    background-image:url(assets/img/icons/original-product.png);
}
.trust-usp li:nth-child(3):before{
    background-image:url(assets/img/icons/secure-payment.png);
}
.trust-usp li:nth-child(4):before{
    background-image:url(assets/img/icons/14-days-return.png);
}

body .variations .value{
    display:block;
    margin-left:0;
}
body.woocommerce div.product form.cart div.quantity{
    float:none;
    margin-bottom:15px;
}

/* COMPONENTS */

.update-all{
    position: absolute;
    top: 20px;
    right:20px;
    background: var(--white);
    font-size:18px;
    font-weight:400;
    cursor:pointer;
    padding:5px 10px;
    border-radius:3em;
    border:2px solid #888;
}
.update-all:before{
    content:"";
    display:inline-block;
    height:18px;
    width:18px;
    vertical-align:middle;
    margin-right:10px;
    background-image:url(assets/img/icons/update.svg);
    background-size:contain;
    background-repeat:no-repeat;
    transition:all .3s ease;
}
.update-all:hover:before{
    transform:rotate(360deg);
}
.btn{
    border: 1px solid #010101;
    padding: 8px;
    border-radius: 5px;
    font-weight: 400;
    cursor:pointer;
}

.cta,
input[type="submit"]{
  background:#010101;
  background-color:#010101;
  /*border: 1px solid #010101;*/
  text-align:center;
  color:var(--white);
  font-weight:600;
  font-size:12px;
  padding:11px 31px;
  margin: 10px;
  text-decoration: none;
  letter-spacing:0.09em;
  border-radius:3em;
  display:inline-block;
  line-height:1.5;
  /*box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.25);*/
  cursor:pointer;
  text-transform: uppercase;
}

.cta a{
  color:var(--white);
}

.woocommerce div.product form.cart .button,
body .woocommerce a.button.alt,
body .woocommerce a.button,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button,
body .woocommerce button.button.alt{
  background:var(--primary-500);
  background-color:var(--primary-500);
  /*border: 1px solid #010101;*/
  text-align:center;
  color:var(--white);
  font-weight:600;
  font-size:12px;
  padding:11px 31px;
  margin: 10px;
  text-decoration: none;
  letter-spacing:0.09em;
  border-radius:4px;
  display:inline-block;
  line-height:1.5;
  /*box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.25);*/
  cursor:pointer;
  text-transform: uppercase;
}

.cta:hover,
input[type="submit"]:hover,
.woocommerce div.product form.cart .button:hover,
body .woocommerce a.button.alt:hover{
  background:var(--white);
  color:var(--primary-500);
  text-decoration:none;
}

.woocommerce div.product form.cart .button:hover,
body .woocommerce a.button.alt:hover{
  background:var(--white);
  color:var(--primary-500);
  text-decoration:none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
  color:var(--primary-500);
  font-size: 16px;
  font-weight: 500;
}



.cta.white{
  background:var(--white);
  border: 1px solid var(--white);
  color:var(--black);
  box-shadow: none;
}
.cta.white:hover{
  background:var(--transparent);
  color:var(--white);
}
.cta.white:hover a{
  color:var(--white);
}
.cta.green{
  background:var(--primary-500);
  border: 1px solid var(--primary-500);
  color:var(--white);
  box-shadow: none;
}
.cta.green:hover{
  background:var(--white);
  border: 1px solid var(--white);
  color:var(--primary-500);
}
.cta.green:hover a{
  color:var(--primary-500);
}

.cta.clear{
  background:none;
  border: 1px solid var(--white);
  color:var(--white);
  box-shadow: none;
}
.cta.clear:hover{
  background:var(--white);
  color:var(--black);
}


.wc-credit-card-form.wc-payment-form{
    width:100%;
    min-width:350px;
}

body .wpcf7 {
    background: rgba(255,255,255,.75);
    backdrop-filter: blur(16px);
    border-radius: 3px;
    max-width:fit-content;
    padding: 30px;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 15%);
}

@keyframes morph{
    0%,
  100% { border-radius: 5em 2em 3em 4em; }
   20% { border-radius: 4em 3em 2em 5em; }
   40% { border-radius: 2em 4em 3em 5em; }
   60% { border-radius: 3em 5em 2em 4em; }
   80% { border-radius: 2em 5em 3em 2em; }
}


del{
  color:red;
}

/* .logo */
.logo{
  display: inline-block;
  padding: 0;
  margin:20px 0;
  position:relative;
  z-index:10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.logo img{
  filter: invert();
  vertical-align:middle;
}

.logo img,
.woocommerce .logo img,
.woocommerce-page .logo img{
    height:20px;
}


.animate {
  color: white;
  font-size:6vh;
  font-weight: 700;
  text-transform: uppercase;
}

/* HEADER */
header{
  position:relative;
  width:100%;
}

.home header section{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70vw;
}

.home header{
  background:#010101;
}
.home header h1{
  color:var(--white);
  margin-bottom:20px;
  font-size: clamp(50px, calc(0.5 * (10vw + 1rem)), 100px);
  line-height: 1;
}
.home header section img{
    width:45vh;
}

.menu{
    margin-bottom:0;
}

/* Dark */
.dark header .logo,
.dark header a{
    color:var(--white);
}


.home header .cta.white:hover{
  background:var(--white);
  color:#010101;
}

header section{
   padding:0;
}



/* nav */
header nav a.cta{
  color:#282828;
}
header nav .row{
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
  grid-gap: 20px;
  width: calc(100% - 120px);
  margin: 0 auto;
  justify-items: center;

  z-index: 1000;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  mix-blend-mode: normal;
  background-color: #0000;
  border-bottom: 1px #b8a5ff;
  border-radius: 100px;
  height: 65px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}
header nav .col{
  padding: 0;
  width:100%;
  text-align: center;
}

header nav .cta{
  float: right;
}

.handle,
.action-menu{
  display: none;
}

.overlay {
    position: sticky;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(350deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0) 70%);
    height: calc(var(--viewportHeight,100vh) * 0.6);
    pointer-events: none;
    grid-column: 3 / -3;
}


/* Menu handles*/
.handle{
  float: right;
  padding:0;
  margin: 19px 0;
  cursor:pointer;
  position:relative;
  z-index:10;
  text-align: right;

}

.handle span{
  background: var(--white);
  height: 2px;
  width: 25px;
  display: block;
  margin: 6px 0;
  transition: all .3s easy-in-out!important;
}

header nav.active .handle span:nth-child(1){
  transform:rotate(225deg);
  margin-top: 14px;
  width: 25px;
}
header nav.active .handle span:nth-child(2){
  opacity:0;
}
header nav.active .handle span:nth-child(3){
  transform:rotate(-225deg);
  margin-top: -16px;
  width: 25px;
}

/* Menu */
header .menu-main-menu-container,
header .menu-logout-container{
  display:none;
}
header .menu li{
  display: block;
  padding: 0;
  margin: 0 auto;
}
header .menu li a{
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 25px 20px 25px 0;
  margin: 0;
  display: block;
}

.menu-main-container{
  display: inline-block;
  float: left;
}
.menu-main-container > ul > li{
  display: inline-block;
}

.menu-main-container > ul:hover > li a{
  color: var(--light-alpha-35);
}
.menu-main-container > ul > li:hover a{
  color: var(--white);
}

nav.active .menu-main-container{
  display: block;
  position: fixed;
  top: -20px;
  left: -20px;
  padding-top: 150px;
  height: 100vh;
  width: 100vw;
  z-index: 5;
}
body.dark nav.active{
    background:#010101;
}

nav.active .login span{
  display:inline-block;
  vertical-align: top;
  margin-left: 10px;
}

nav.active .menu-main-menu-container,
nav.active .menu-logout-container{
  display: block;
}

nav.active .menu-main-container .menu li a{
  padding: 0;
}

header nav.active .cta.green{
  display: block;
  position: fixed;
  bottom: -50vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: max-content;
}

/* .home */
.home header{
  height:calc(100vh - 0px);
}


.home main section#usp,
.home main section#partners{
  background: #fafafa;
}


.home main section#usp .col:nth-child(1):before{
  background-image:url(assets/img/icons/plus.svg);
  background-size: 36px 36px;
  height: 270px;
  width: 180px;
  position: absolute;
  left: -10px;
  top: 50px;
  z-index: 0;
  content: "";
}

.home main section#coaching .col:nth-child(2):before{
  background-image:url(assets/img/icons/arrows.svg);
  background-size: 36px 36px;
  height: 270px;
  width: 180px;
  position: absolute;
  right: -10px;
  top: -20px;
  z-index: 0;
  content: "";
}

.home main section#coaching img{
  right: 50px;
  bottom: -23px;
  transform: scale(1.15);
}

/* MAIN */
main{

}


main .col > ol li{
    padding-left:50px;
}

main .col > ol li:before{
  content:"";
  display:inline-block;
  vertical-align:middle;
  margin-right:20px;
  height:40px;
  width:40px;
  background:var(--white);
  border-radius:50%;
  z-index:1;
  box-shadow: 0 5px 15px rgba(1,1,1,.16);
  position:absolute;
  left:0;
}

main .col > ol li:after{
  content:"";
  display:inline-block;
  height:20px;
  width:20px;
  z-index:1;
  position:absolute;
  top:10px;
  left:10px;
  vertical-align:bottom;
  margin-right:10px;
  background: url(assets/img/icons/check.svg);
  background-repeat: no-repeat;
  background-size:contain;
}

main .col > ol li:after{
  font-size: 28px;
  font-weight: 900;
  font-style: italic;
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 10px;
  vertical-align: middle;
}
main .col > ol li:nth-child(1):after{
  content:"1";
}
main .col > ol li:nth-child(2):after{
  content:"2";
}
main .col > ol li:nth-child(3):after{
  content:"3";
}
main .col > ol li:nth-child(4):after{
  content:"4";
}
main .col > ol li:nth-child(5):after{
  content:"5";
}
main .col > ol li:nth-child(6):after{
  content:"6";
}
main .col > ol li:nth-child(7):after{
  content:"7";
}
main .col > ol li:nth-child(8):after{
  content:"8";
}
main .col > ol li:nth-child(9):after{
  content:"9";
}
main .col > ol li:nth-child(10):after{
  content:"10";
}



#usp{
  overflow: hidden;
}

#usp .row > div:nth-child(3){
    text-align:center;
    display:none;
}
#usp .row > div:nth-child(3) img{
    width: 50%;
    margin: 0 25%;
    display:inline-block;
}
/* iphone */
.iphone{
  left:100px;
  bottom:-300px;
  position: absolute;
  height: 500px;
  width:245px;
  overflow: hidden;
  border-radius: 38px;
  background: var(--white);
}
.iphone > img{
  position: absolute;
  height: 100%;
}
.iphone > div{
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--white);
  text-align: center;
}
.iphone .page{
  text-align: left;
}

.iphone .page,
.iphone .intro{
  min-height: 250px;
  padding: 25px;
}

.iphone h3{
  font-size: 9px;
  margin-top:50%;
}
.iphone h4{
  font-size: 8px;
}
.iphone p{
  font-size: 7px;
}

.iphone h3 span{
  font-size: 12px;
  color: #30a4f6;
  color: #00aeef;
}


/* FAQs */
.faqs > li{
  padding: 20px 0;
  border-top:1px solid #2c2c2c;
  cursor: pointer;
  margin: 0;
  color:#2c2c2c;
  position: relative;
}
.faqs > li:hover{

}
.faqs > li h6,
.faqs > li p{
  margin: 5px 50px 0 0;
}
.faqs > li p,
.faqs > li > ul,
.faqs > li > ol{
  display: none;
}
.faqs > li:focus p,
.faqs > li:focus ul,
.faqs > li:focus ol{
  display: block;
}
.faqs > li:after{
  content: "+";
  font-size: 40px;
  border-radius: 50%;
  color:var(--white);
  line-height: 1.04;
  padding: 10px;
  height: 20px;
  width: 20px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  transition: transform .3s ease;
}

.faqs:hover li * {
  color: var(--light-alpha-35);
}
.faqs:hover li:after {
  color: var(--light-alpha-35);
}
.faqs li:hover * {
  color: var(--white);
}
.faqs li:hover:after {
  color: var(--white);
}

.faqs > li.active *{
    display: block;
}

.faqs > li.active:after{
  content:"-";
  line-height: .9;
  padding: 10px;
  height: 20px;
  width: 20px;
  text-align: center;
}




em {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
em:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 3px;
    vertical-align: middle;
    background: #010101;
    margin-top: -2px;
    margin-right: 16px;
    transform: skewX(-30deg);
}

/* Testimonials */
.testimonials .slide{
  width: 300px;
}
.testimonials{
  text-align: left;
  display:inline-block;
  vertical-align:top;
  padding:20px;
  margin:30px;
  width:250px;
  position:relative;
  text-align: center;
}
.testimonials img{
  float:left;
  margin-right:20px;
  height:140px;
  width:140px;
  border-radius:50%;
}
.testimonials h4,
.testimonials p,
{
  margin: 0;
  padding: 0;
}
.testimonials h6{
  font-size:16px;
}
.testimonials date{
  display:block;
  font-weight:400;
  font-size:13px;
}
.testimonials blockquote{
  font-size:15px;
  display:block;
  margin:20px 0;
  clear:both;
}
.testimonials blockquote > *{
  font-size:15px;
}
.testimonials a{
  font-size:15px;
  color:#49b0ff;
  text-align:center;
  border-top:1px solid #eee;
  padding-top:10px;
  margin:0;
  display:block;
}
.testimonials a:before{
  content:"";
  display:inline-block;
  height:20px;
  width:20px;
  background-image:url(assets/img/icons/like.svg);
  background-size:contain;
  vertical-align:bottom;
  margin-right:10px;
}

.testimonials star:before{
  content:"★";
  display: inline-block;
}

.slider h3{
  font-size: 7vh;
  /*margin-left: -20px;*/
  line-height: .8;
}
.slider h3:after{
  margin-left: 20px;
}

.home .slider .row .col:nth-child(1){
  display: none;
}

@media (max-width: 767px){
  .slick-slider {
    max-width: 100vw;
  }
  .clients-slider.slick-slider {
    max-width: calc(100vw - 40px);
  }
  .slider .row .col:nth-child(1){
    display: block;
  }
}



.training li{

}

/* Contact Form */
.wpcf7{
  text-align: left;
}
.wpcf7 label{
  font-size: 16px;
  font-weight: 600;
}
.wpcf7 input:not([type="submit"]),
.wpcf7 textarea{
  display: block;
  width: calc(100% - 20px);
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

/* Partners */
.partners ul > li{
  display: inline-block;
  margin: 10px;
}

.partners ul li img {
    width: 100px;
    height: auto;
    object-fit: contain;
    vertical-align: middle;
    /* filter: grayscale(100%);
    opacity: .4; */
    transition: all .2s ease-in-out;
}
.partners ul li a{
    font-size:0;
}
.partners ul li img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
    opacity: 1;
}

/* stations */
.stations ul.row{
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-gap: 0;
  margin: auto;
  padding: 0;
}
.stations li{
  background-position: center;
  background-size: cover;
  height: 50vh;
  border: 1px solid var(--light-alpha-35);
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.stations img{
  filter: brightness(70%) grayscale();
  object-fit: cover;
  transform: scale(1);
  opacity: 0;
  transition: transform 2s ease;
}

.stations .content{
  position: absolute;
  bottom:0;
  padding: 30px;
}
.stations label{
  font-size: 16px;
  font-weight: 400;
}
.stations h4{
  font-size: 50px;
}
.stations p{
  opacity: 0;
  transition: opacity .3s ease;
  margin: 0;
}

.stations li:hover img{
  opacity: 1;
  transform: scale(1.1);
}
.stations li:hover p{
  opacity: 1;
}

/**/
.rooms ul.row{
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-gap: 0;
  margin: auto;
  padding: 0;
}
.rooms li{
  background-position: center;
  background-size: cover;
  height: 80vh;
  border: 1px solid var(--light-alpha-35);
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.rooms img{
  filter: brightness(70%) grayscale();
  object-fit: cover;
  transform: scale(1);
  transition: transform 2s ease;
}

.rooms .content{
  position: absolute;
  bottom:0;
  padding: 30px;
  border-top: 1px solid var(--light-alpha-35);
}
.rooms label{
  font-size: 16px;
  font-weight: 400;
}
.rooms h4{
  font-size: 50px;
}
.rooms p{
  opacity: 0;
  transition: all .3s ease;
  margin: 0;
  margin-bottom: -20%
}

.rooms li:hover img{
  opacity: 1;
  transform: scale(1.1);
  filter: brightness(100%) grayscale(0);
}
.rooms li:hover p{
  opacity: 1;
  margin-bottom: 0;
}

/**/
.memberships{
  position: relative;
}
.memberships .row{
  margin: 0;
}
.memberships .content{
  padding: 200px 0;
}
.memberships img{
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(0.8);
}

/** POSTS **/
.team{
  text-align: center;
  margin: 30px auto;
}
.member{
  display: inline-block;
  height: 400px;
  box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
  background: var(--white);
  border-radius: 10px;
  margin: 30px;
  padding: 0;
  vertical-align: top;
  cursor:pointer;
  outline: none;
  transition: transform .25s ease;
  position:relative;
}
.member:hover{
  -webkit-box-shadow: 0 5px 15px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 15px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 10px rgba(0, 0, 0, 0.1);

  -webkit-transform: scale(1.01) translate(0, -10px);
  -moz-transform: scale(1.01) translate(0, -10px);
  -o-transform: scale(1.01) translate(0, -10px);
  -ms-transform: scale(1.01) translate(0, -10px);
}

.member div{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(
180deg
 , rgb(1 1 1 / 0%) 0%, rgb(1 1 1 / 50%) 100%);
    mix-blend-mode: normal;
    text-align: center;
    padding: 20px 0;

  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}
.member h4{
  font-size: 18px;
  padding: 0;
  color:var(--white);
}
.member h5{
  font-size: 14px;
  padding: 0;
  color:var(--white);
}
.member img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius:10px;
}

/** Member Page **/
.single-profiles main .row{
  max-width: 1140px;
}
.single-profiles header nav.top-nav{
  background: var(--white);
  box-shadow: 0px 2px 20px rgba(0,0,0,.15);
}
.single-profiles h1{
  font-size: 35px;
  display: inline-block;
}

.single-profiles header{
  height:calc(50vh - 0px);
  background-image: url(assets/img/backgrounds/gym.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
}

.single-post header:before,
.single-profiles header:before{
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0,0,0,.2);
    background: linear-gradient(180deg, rgb(1 1 1 / 65%) 0%, rgb(1 1 1 / 0%) 100%);
  mix-blend-mode: normal;
}

.single-profiles main section{
  padding: 150px 0;
}

.single-profiles .profile{
  position: relative;
  border-radius:20px;
  background: var(--white);
  box-shadow: 0 10px 20px rgba(0,0,0,.15);
}

.profile.verified h1:after{
  content: "";
    width: 25px;
    height: 25px;
    margin-left: 10px;
  display: inline-block;
  background-image: url(assets/img/icons/verified-profile.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.notice{
    padding:20px;
}
.notice span{
  background: #c71640;
  padding: 10px;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  display:inline-block;
}


.profile-header{
    margin-bottom:10px;
}

.profile-footer{
    border-top:2px solid #eaeaea;
    text-align: center;
}
.profile-footer li{
	opacity:.3;
}
.profile-footer li:hover{
    opacity:1;
}

.profile-picture{
  display: inline-block;
margin-top: -50px;
margin-left: 20px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  font-style: italic;
  border:3px solid var(--white);
  text-transform: capitalize;
    box-shadow: 0 -5px 5px rgb(0,0,0,.2);
    background:var(--white);
  background-image: url(assets/img/backgrounds/pt.jpg);
  background-size: cover;
  background-position: top;
  position:relative;
}

.profile-picture img{
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position:relative;
}

                       .tags{
                           padding: 5px 5px 0 5px;
                            margin: 0;
                            margin-bottom:10px;
                       }
                       .tags li{
                           padding:10px 20px;
                           display:inline-block;
                           cursor:pointer;
                           background:#010101;
                           color:var(--white);
                           line-height:1;
                           margin:0 5px 5px 0
                       }
                       .tag-cloud li{
                           font-size:12px;
                           padding:5px 15px;
                       }
                       .tags li:after{
                           content:"";
                           width:20px;
                           height:20px;
                           display:none;
                           position:absolute;
                           top:-10px;
                           right:-10px;
                           background-color:var(--white);
                           border-radius:3em;
                           background-image:url(assets/img/icons/add.svg);
                           background-size:contain;
                           box-shadow:0 -5px 20px rgb(0 0 0 / 15%);
                           transform:rotate(45deg);
                       }
                       .tags li:hover:after{
                           display:block;
                       }
                       .tag-cloud{
                           border:2px solid #eaeaea;
                            min-height: 22px;
                       }
                       .tag-cloud li:after{
                           transform:rotate(0deg);
                       }

.single-profile .profile-picture{
    cursor:pointer;
}
.single-profile .profile-picture:after{
    content:"";
    position:absolute;
    bottom:0px;
    right:0px;
    width:35px;
    height:35px;
    display:none;
    border-radius:50%;
    border:2px solid var(--white);
    background:var(--white);
    background-image:url(assets/img/icons/change-plus.svg);
    background-size:contain;
}
.single-profile .profile-picture:hover:after{
    display:block;
}

.profile-info{
  text-align: left;
 display:inline-block;
  position: relative;
  max-width: 700px;
  padding: 0 10px;
}

.profile-info{
  text-align: left;
}

.profile-info h1{
    margin:0;
}
.profile-info p{
     margin:0;
    font-size:14px;
    text-transform:capitalize;
}

.profile-data form > div{
    padding:20px;
}
.profile-data > div:not(:last-child){
    border-bottom: 2px solid #eaeaea;
}
.profile-data p{
    display: inline-block;
    margin-right: 10px;
    font-size:14px;
}
.profile-data label{
    display: block;
}
.categories{
    margin-bottom:0;
    display:inline-block;
    vertical-align:middle;
}
.categories ul,
.categories li{
    margin:10px 10px 0 0;
    padding:0;
    display:inline-block;
}
.sports span, .services span{
  display: block;
}
.sports li{
  display: inline-block;
  margin: 2px 0;
  margin-right: 15px;
  font-weight: 500;
  font-size: 13px;
}
.sports li:before, .services li:before{
  content:"";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
}
/* sports */
.sports li.bodybuilding:before{
    background-image: url(assets/img/icons/sports/bodybuilding.svg);
}
.sports li.skiing:before{
    background-image: url(assets/img/icons/sports/skiing.svg);
}
.sports li.surfing:before{
    background-image: url(assets/img/icons/sports/surfing.svg);
}
.sports li.swiming:before{
    background-image: url(assets/img/icons/sports/swiming.svg);
}
.sports li.climbing:before{
    background-image: url(assets/img/icons/sports/climbing.svg);
}
.sports li.hiking:before{
    background-image: url(assets/img/icons/sports/hiking.svg);
}
.sports li.tennis:before{
    background-image: url(assets/img/icons/sports/tennis.svg);
}
.sports li.table-tennis:before{
    background-image: url(assets/img/icons/sports/table-tennis.svg);
}
.sports li.football:before{
    background-image: url(assets/img/icons/sports/football.svg);
}
.sports li.american-football:before{
    background-image: url(assets/img/icons/sports/american-football.svg);
}
.sports li.running:before{
    background-image: url(assets/img/icons/sports/running.svg);
}
.sports li.riding:before{
    background-image: url(assets/img/icons/sports/riding.svg);
}
.sports li.dressage:before{
    background-image: url(assets/img/icons/sports/dressage.svg);
}
.sports li.triathlon:before{
    background-image: url(assets/img/icons/sports/triathlon.svg);
}
.sports li.ironman:before{
    background-image: url(assets/img/icons/sports/ironman.svg);
}
/* services */
.services li.yoga:before{
    background-image: url(assets/img/icons/sports/yoga.svg);
}
.services li.massage:before{
    background-image: url(assets/img/icons/services/massage.svg);
}
.services li.deep-tissue-massage:before{
    background-image: url(assets/img/icons/services/deep-tissue-massage.svg);
}
.services li.chiropractic:before{
    background-image: url(assets/img/icons/services/chiropractic.svg);
}
..services li.cupping:before{
    background-image: url(assets/img/icons/services/cupping.svg);
}
.services li.cryotherapy:before{
    background-image: url(assets/img/icons/services/cryotherapy.svg);
}
.services li.acupuncture:before{
    background-image: url(assets/img/icons/services/acupuncture.svg);
}
.services li.personal-training:before{
    background-image: url(assets/img/icons/services/personal-training.svg);
}
.services li.one-on-one-training:before{
    background-image: url(assets/img/icons/services/1-on-1-training.svg);
}
.services li.spot:before{
    background-image: url(assets/img/icons/services/spot.svg);
}
.services li.coaching:before{
    background-image: url(assets/img/icons/services/coaching.svg);
}
.services li.mindfullness:before{
    background-image: url(assets/img/icons/services/mindfullness.svg);
}
.services li.nutrition:before{
    background-image: url(assets/img/icons/services/nutrition.svg);
}
.services li.posing:before{
    background-image: url(assets/img/icons/services/posing.svg);
}

.user-nav.menu li{
    display:inline-block;
}

nav.active .user-nav.menu li{
    display:block;
}
/* cart cta*/
.cart-contents{

}
.cart-contents:before{
    content:"";
    width: 25px;
    height: 25px;
    margin-top: 2px;
    display:inline-block;
    background-image:url(assets/img/icons/cart.svg);
    background-size:contain;
    background-repeat:no-repeat;
}
.cart-contents b{
    display: inline-block;
    vertical-align: super;
}
.cart-contents span{
    display:none;
}

/*login cta */
.login span{
    display:none;
}
.login:before{
    content:"";
    width: 25px;
    height: 25px;
    margin-top: 2px;
    display:inline-block;
    background-image:url(assets/img/icons/user4.svg);
    background-size:contain;
    background-repeat:no-repeat;
}
.single-profile .login:before{
    background-image:url(assets/img/icons/user_view_as.svg);
}
.login:hover:before{
    background-image:url(assets/img/icons/user_active.svg);
}



.dark .cart-contents:before,
.dark .login:before{
    filter:invert();
}

/* Slick tabs */
.slider-nav .slick-track{
  border-bottom: 2px solid #eaeaea;
}
.slider-nav li{
  display: inline-block;
  padding: 10px 20px;
  margin:0;
  outline: none!important;
  margin-bottom:-2px;
}
.slider-nav .slick-slide{
  opacity:.3;
  cursor:pointer;
}

.slider-nav .slick-slide:after{
  content:"";
  display: block;
  position: absolute;;
    left: 0px;
    bottom: 0px;
    width: 0%;
  height: 2px;
  background: rgba(1,1,1,1);
  transition: width .3s ease;
}

.slider-nav .slick-slide.slick-current:after{
  width: 100%;
}
.slider-nav .slick-slide.slick-current{
  opacity:1;
}

.slider-nav:hover .slick-slide:after{
  width: 0%;
}
.slider-nav:hover .slick-slide{
  opacity:.3;
}
.slider-nav .slick-slide:hover:after{
  width: 100%;
}
.slider-nav .slick-slide:hover{
  opacity:1;
}

.slider-nav li h5{
    margin:0px;
    margin-left:10px;
    line-height:2;
}
.slider-nav li h5,
.slider-nav li:before{
    display:inline-block;
}


              .slider-nav li.nav-bio.nav-bio:before{
                content: "\f2bd";
                font-family: FontAwesome;
                font-size: 25px;
              }
              body.single-profile .slider-nav li.nav-posts:before{
                content: "\f044";
                font-family: FontAwesome;
                font-size: 25px;
              }
              body:not(.single-profile) .slider-nav li.nav-posts:before{
                content: "\f02e";
                font-family: FontAwesome;
                font-size: 25px;
              }
              body:not(.single-profile) .slider-nav li.nav-chat:before{
                content: "\f1d8";
                font-family: FontAwesome;
                font-size: 25px;
              }
              .slider-nav li.nav-profile:before{
                content: "\f2bb";
                font-family: FontAwesome;
                font-size: 25px;
              }
              .slider-nav li.nav-progress:before{
                content: "\f00a";
                font-family: FontAwesome;
                font-size: 25px;
              }
              .slider-nav li.nav-stats:before{
                content: "\f00a";
                font-family: FontAwesome;
                font-size: 25px;
              }

body:not(.single-profile) .my-account-slider .slick-slide{
  padding: 20px;
}
.slick-slider{
    margin:0;
}

.slick-slider {
  touch-action: auto;
  -ms-touch-action: auto;
}


/* Tab 1 - Progress */

                    .add-progress{
                        position:absolute;
                        top:50%;
                        left:50%;
                        transform:translate(-50%, -50%);
                        color:var(--white);
                        text-align:center;
                        font-size:14px;
                        font-weight:500;
                        text-transform:uppercase;
                    }
                    .add-progress:before{
                        content:"";
                        height:100px;
                        width:100px;
                        display:block;
                        margin:10px auto;
                        background-image:url(assets/img/icons/shoot.svg);
                        background-size:contain;
                        background-repeat:no-repeat;
                        filter:invert();
                    }
                    .add-progress:after{
                        content:"Add progress shoot";
                        display:block;
                    }
                    .progress-container{
                        width:100%;
                        height:100%;
                        text-align:center;
                    }
                    .progress-container .progress-content{
                        display:inline-block;
    width: 40vh;
    height: 40vh;
                        position:relative;
                        margin:20px 0;
                        background:rgba(1,1,1,.7);
                        overflow:hidden;
                        box-shadow: 0 20px 20px rgb(0 0 0 / 15%);
                    }
                    .progress-container img{
                        width:100%;
                        height:100%;
                        object-fit:cover;
                        display:none;
                    }
                    .progress-container .progress-meta,
                    .progress-container .progress-settings{
                        display:none;
                        z-index:2;
                    }
                    .progress-container .progress-meta div,
                    .progress-container .progress-meta input{
                        position:absolute;
                    }
                    .progress-meta input{
                        font-size:20px;
                        font-weight:500;
                        color:var(--white);
    width: calc(50% - 20px);
                    }
                    .progress-container input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--white);
}
                    .progress-date{
                        position:absolute;
                        top:10px;
                    left:50%;
    transform: translate(-50%);
    font-size:16px;
    color: var(--white);
    font-weight: 500;
    z-index:2;
                    }
                    .progress-weight{
                        bottom:10px;
                        left:10px;
                        border:none;
                        color:var(--white);
                        background:none;
    z-index:2;
    text-align:left;
                    }
                    .progress-bf{
                        bottom:10px;
                        right:10px;
                        border:none;
                        color:var(--white);
                        background:none;
    z-index:2;
    text-align:right;
                    }
                    .add-progress,
                    .save-progress{
                        cursor:pointer;
                    }

                    .progress-container.active .add-progress:after{
                        content:"Retake shoot";
                        display:block;
                    }
                    .progress-container.active img,
                    .progress-container.active .progress-meta,
                    .progress-container.active .progress-settings{
                        display:block;
                    }
                    .progress-container.active .add-progress{
                        display:none;
                    }
                    .progress-container.active .progress-content:hover .add-progress{
                        display:block;
                    }
.progress-container.active .progress-content:before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(0,0,0,.2);
    background: linear-gradient(180deg, rgb(1 1 1 / 30%) 0%, rgb(1 1 1 / 0%) 100%);
    mix-blend-mode: normal;
}
.progress-container.active .progress-content:after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: rgba(0,0,0,.2);
    background: linear-gradient(0deg, rgb(1 1 1 / 30%) 0%, rgb(1 1 1 / 0%) 100%);
    mix-blend-mode: normal;
}
.progress-cards{
    text-aling:center;
}
.progress-cards li{
    margin: 10px auto;
    display: inline-block;
    width: 40vh;
    height: 40vh;
    box-shadow: 0 20px 20px rgb(0 0 0 / 15%);
}
.progress-cards li img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.my-account-slider{
  position: relative;
  min-height: 200px;
}
.my-account-slider:before {
    content: "";
    display: none;
    position: absolute;
    width:50px;
    height:50px;
    top: 50px;
    left: calc( 50% - 25px );
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #c71640;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

.my-account-slider:after {
    content: "";
    display: none;
    position: absolute;
    width:40px;
    height:40px;
    top: 55px;
    left: calc( 50% - 20px );
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color:#c71640;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

.my-account-slider.loading > div {
  display: none;
}

.my-account-slider.loading:before, .my-account-slider.loading:after {
  display: block;
}

.icon-home:before {
    content: "\f015"!important;
}
/* YoBro chat */
#yobro-inbox{
    position:relative;
}
#yobro-notification{
  display: inline-block;
  height: 26px;
  vertical-align: text-bottom;
    margin-right: 5px;
}
.newMsgNotifWrapper .totalUnseenMsgCounter i.fa{
    font-size:24px;
}
.yoBro-EditorWrapper{
    min-height:auto!important;
}
.yobroExternalChatModalHolder .modal-dialog{
    position:relative!important;
    background:none!important;
}
.yobroExternalChatModalHolder .modal-dialog .modal-content .modal-header.yobro-modal-header>button span{
    color:#010101!important;
}
.modalHolder .modal-dialog.yoBro-Modal{
    position:absolute!important;
}
.yoBro-chatHistory .yoBro-singleChatMsg,
.yobroExternalChatModalHolder .modal-dialog .modal-content .modal-header.yobro-modal-header{
    width:auto!important;
}
.chat-body-content .yoBro-singleChatMsgGrp{
    margin:0;
    margin-top:15px;
}
.yoBro-chatHistory .yoBro-singleChatMsg{
    padding:5px!important;
}
.yoBro-chatHistory .yoBro-singleChatMsg .yoBro-userImgGrp{
    display:inline-block;
}
.yoBro-chatHistory .yoBro-singleChatMsg .yoBro-msgWrapper{
    width: calc(100% - 80px);
    position: absolute;
    right: 20px;
    margin: 4px;
}

.newMsgNotifWrapper{
  margin: 0!important;
}

.yobroExternalChatModalHolder .modal-dialog .modal-content .modal-header.yobro-modal-header{
  width: auto;
}
.yobroExternalChatModalHolder .modal-dialog .modal-content .modal-header.yobro-modal-header h4{
  padding: 0;
}
.yobroExternalChatModalHolder .modal-dialog .modal-content .modal-header.yobro-modal-header>button{
  border: none;
}
.yobroExternalChatModalHolder .modal-dialog .modal-content .modal-header.yobro-modal-header>button span{
  color: #383838;
}
.yoBro-chatBody-header{
    display:none;
}
.yoBro-chatHeader{
    border-right: 1px solid #e6e6e6;
    width:auto;
}

/* centers */
.centers li{
    display: inline-block;
    height: 25px;
    width: 80px;
}
.centers li:before{
  content:"";
  display: inline-block;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.centers .sats:before{
  background-image: url(assets/img/icons/centers/sats.svg);
}
.centers .fitness-world:before{
  background-image: url(assets/img/icons/centers/fitness-world.svg);
}
.centers .fitnessx:before{
  background-image: url(assets/img/icons/centers/fitnessx.svg);
}
.centers .nordic-wellness:before{
  background-image: url(assets/img/icons/centers/nordic-wellness.svg);
}
.centers .repeat:before{
  background-image: url(assets/img/icons/centers/repeat.svg);
}
.centers .ok-fitness:before{
  background-image: url(assets/img/icons/centers/ok-fitness.svg);
}
.centers .arca:before{
  background-image: url(assets/img/icons/centers/arca.svg);
}
.centers .target:before{
  background-image: url(assets/img/icons/centers/target.png);
}


/* Top centers */
.top-centers li a{
  width: 100%;
  max-width: 940px;
  height: 120px;
  border-radius: 5px;
  margin: auto;
  margin-bottom: 30px;
  text-align: left;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,.15);
  transition: all .25s ease;
  display: flex;
}
.top-centers li a:hover{
  box-shadow: 0 5px 15px 10px rgba(0, 0, 0, .15);

  -webkit-transform: scale(1.01) translate(0, -10px);
  -moz-transform: scale(1.01) translate(0, -10px);
  -o-transform: scale(1.01) translate(0, -10px);
  -ms-transform: scale(1.01) translate(0, -10px);
}

.top-centers li div{
  width: 20%;
  display: inline-block;
  height: 100%;
  padding: 20px;
  position: relative;
}
.top-centers > li div:nth-child(1){
  width: 20%;
}
.top-centers > li div:nth-child(2){
  width: 20%;
}
.top-centers > li div:nth-child(3){
  width: 35%;
}
.top-centers > li div:nth-child(4){
    width: 10%;
    text-align: center;
}
.top-centers .cta{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom-right-radius: 5px;
  font-size: 13px!important;
}
.top-centers .readmore{
  width: 100%;
  margin: 0;
  width: 100%;
  border-top-right-radius: 5px;
}
.top-centers .cta, .top-centers .readmore{
  margin: 0;
  text-align: center;
}

.top-centers li div:first-child{
  text-align: center;
  border-right: 1px solid #eee;
}
.top-centers li div:first-child:before{
  content:"";
  display: inline-block;
  width: 120px;
  height: 80px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.top-centers .target div:first-child{
  background: var(--white);
}
.top-centers .target div:first-child:before{
  background-image: url(./assets/img/icons/centers/target.png);
}

.top-centers .sats div:first-child{
  background: #0f2233;
}
.top-centers .sats div:first-child:before{
  background-image: url(./assets/img/icons/centers/sats_white.svg);
}

.top-centers .repeat div:first-child{
  background: #000;
}
.top-centers .repeat div:first-child:before{
  background-image: url(./assets/img/icons/centers/repeat_white.svg);
}
.top-centers .fitness-world div:first-child{
  background: var(--white);
}
.top-centers .fitness-world div:first-child:before{
  background-image: url(./assets/img/icons/centers/fitness-world.svg);
}

.top-centers .fitnessx div:first-child{
  background: #fad200;
}
.top-centers .fitnessx div:first-child:before{
  background-image: url(./assets/img/icons/centers/fitnessx.svg);
}

.top-centers .arca div:first-child{
  background: #803b3f;
}
.top-centers .arca div:first-child:before{
  background-image: url(./assets/img/icons/centers/arca_white.svg);
}
.top-centers .urban-gym div:first-child{
  background: #000;
}
.top-centers .urban-gym div:first-child:before{
  background-image: url(./assets/img/icons/centers/urban_yellow.svg);
}
.top-centers .ok-fitness div:first-child{
  background: #000;
}
.top-centers .ok-fitness div:first-child:before{
  background-image: url(./assets/img/icons/centers/ok-fitness_white.svg);
}
.top-centers .vesterbronx div:first-child{
  background: #f37405;
}
.top-centers .vesterbronx div:first-child:before{
  background-image: url(./assets/img/icons/centers/vesterbronx_white.svg);
}
.top-centers .shc div:first-child{
  background: #000;
}
.top-centers .shc div:first-child:before{
  background-image: url(./assets/img/icons/centers/shc_white.png);
}

.top-centers .copenhagen-gym div:first-child{
  background: #8b8d95;
}
.top-centers .copenhagen-gym div:first-child:before{
  background-image: url(./assets/img/icons/centers/copenhagen-gym.png);
}

.top-centers .anger-management div:first-child{
  background: #000;
}
.top-centers .anger-management div:first-child:before{
  background-image: url(./assets/img/icons/centers/anger-management_white.svg);
}

.top-centers .fitness1 div:first-child{
  background: var(--white);
}
.top-centers .fitness1 div:first-child:before{
  background-image: url(./assets/img/icons/centers/fitness1.png);
}

.top-centers h4{
  padding: 0;
  font-size: 18x;
}
.top-centers h4:before{
    content: "";
    display: block;
    width: 41px;
    width: 2.5625rem;
    margin-right: 16px;
    margin-right: 1rem;
    height: 3px;
    height: .1875rem;
    vertical-align: middle;
    background: #003cff;
    margin-top: -2px;
    margin-top: -.125rem;
    transform: skewX(-30deg);
}

.top-centers li div:after{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background: #c71640;
  color:var(--white);
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  border-bottom-right-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0,0,0,.25);
}
.top-centers li:nth-child(1) div:nth-child(1):after{
  content:"1";
}
.top-centers li:nth-child(2) div:nth-child(1):after{
  content:"2";
}
.top-centers li:nth-child(3) div:nth-child(1):after{
  content:"3";
}
.top-centers li:nth-child(4) div:nth-child(1):after{
  content:"4";
}
.top-centers li:nth-child(5) div:nth-child(1):after{
  content:"5";
}
.top-centers li:nth-child(6) div:nth-child(1):after{
  content:"6";
}
.top-centers li:nth-child(7) div:nth-child(1):after{
  content:"7";
}
.top-centers li:nth-child(8) div:nth-child(1):after{
  content:"8";
}
.top-centers li:nth-child(9) div:nth-child(1):after{
  content:"9";
}
.top-centers li:nth-child(10) div:nth-child(1):after{
  content:"10";
}

.top-centers li div li{
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  margin-top: 20px;
  position: relative;
  font-size: 13px;
}
.top-centers li div li:before{
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: 5px auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.top-centers li div li.clean:before{
  background-image: url(./assets/img/icons/features/clean.svg);
}
.top-centers li div li.friendly:before{
  background-image: url(./assets/img/icons/features/friendly.svg);
}
.top-centers li div li.wellness:before{
  background-image: url(./assets/img/icons/features/sauna.svg);
}
.top-centers li div li.time:before{
  background-image: url(./assets/img/icons/features/time.svg);
}
.top-centers li div li.trophies:before{
  background-image: url(./assets/img/icons/features/trophy.svg);
}
.top-centers li div li.value:before{
  background-image: url(./assets/img/icons/features/value.svg);
}
.top-centers li div li.locations:before{
  background-image: url(./assets/img/icons/features/locations.svg);
}
.top-centers li div li.equipment:before{
  background-image: url(./assets/img/icons/features/equipment.svg);
}


.top-centers li div li.yes:after{
  content: "\f164";
  font-family: 'FontAwesome';
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 33%;
  top: -20px;
  color: #75e075;
}
.top-centers li div li.no:after{
  content: "\f165";
  font-family: 'FontAwesome';
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 33%;
  top: -20px;
  color: #fb403c;
}

/* Review */
.ratings{
  background: #323641;
  color: var(--white);
  font-weight: 500;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.25);
}
.ratings .rating{
  float: none;
}
.ratings > div > label{
  font-size: 35px;
  text-align: center;
}
.ratings > div{
  background: rgba(255,255,255,.2);
  border-radius: 5px;
  padding: 20px;
}
.feature-rating{
  width: 100%;
  background: rgba(0,0,0,.2);
  margin-bottom: 10px;
  position: relative;
  height: 25px;
}
.feature-rating span{
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  font-size: 13px;
}
.feature-bar{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0,0,0,.6);
  width: 0;
  transition: width 2s ease;
}
.vote-button{
  margin: 0 20px;
  transition: transform .25s ease;
}
.vote-button:hover{
  transform: scale(1.3);
}
.vote-button.up:after{
  content: "\f164";
  font-family: 'FontAwesome';
  width: 26px;
  height: 26px;
  font-size: 26px;
  display: block;
  color: #75e075;
  cursor: pointer;
}
.vote-button.down:after{
  content: "\f165";
  font-family: 'FontAwesome';
  width: 26px;
  height: 26px;
  font-size: 26px;
  display: block;
  color: #fb403c;
  cursor: pointer;
}


/* Single.php */
.meta-data{
    border-top: 6px solid #010101;
}
.breadcrumbs{
    float:left;
    font-size:14px;
    margin-bottom:20px;
    text-transform: uppercase;
}
.post-date{
    float:right;
    font-size:14px;
    margin:0;
}

.wp-block-columns{
  grid-gap: 75px;
}

/* Blog */
.row.posts {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
}
.post img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.post h3{
    font-size:22px;
}
.post p{
    font-size:16px;
}


/* Marquee Base */
.marquee {
  display: flex;
  overflow: hidden;
  --marquee-count: 5;
  --marquee-speed: 100;
  width: 100%;
}


.marquee.brands{
--marquee-count: 9;
--marquee-speed: 30;
}

.marquee.brands .marquee__item{
  background: none;
  border: none;
  width: 18%;
}

.marquee.brands img{
  height: 35px;
  width: auto;
  object-fit: contain;
  filter: contrast(0);
  opacity: .5;
  border-radius: 0;
}



.marquee--overflow-visible {
  overflow: visible;
}
.marquee--paused .marquee__item {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.marquee__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16rem;
  font-weight: 700;
  margin: 0 20px;
  font-family: Switzer, Arial, Helvetica, sans-serif;
  --marquee-item-position: calc(var(--marquee-item-index) + 1);
  --duration: calc(var(--marquee-speed) * 1s);
  --duration-per-item: calc(var(--duration) / var(--marquee-count));
  --delay: calc(-1 * var(--duration-per-item) * (var(--marquee-count) - var(--marquee-item-position)));
  -webkit-animation: marquee var(--duration) var(--delay) linear infinite;
  animation: marquee var(--duration) var(--delay) linear infinite;
}

@-webkit-keyframes marquee {
  from {
    translate: calc(100% * (var(--marquee-count) - var(--marquee-item-position)));
  }
  to {
    translate: calc(-100% * var(--marquee-item-position));
  }
}

@keyframes marquee {
  from {
    translate: calc(100% * (var(--marquee-count) - var(--marquee-item-position)));
  }
  to {
    translate: calc(-100% * var(--marquee-item-position));
  }
}

.marquee-container {
  width: 100%;
}
.marquee__item{
  background: none;
  border: none;
  /*width: 16%*/
}


/* FOOTER */
.footer-cta .row{
  grid-gap: 2px;
}
.footer-cta a{
  width: 100%;
  padding: 20px 0;
  display: block;
  background: var(--primary-500);
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
.footer-cta a:hover{
  color: var(--primary-500);
  background: var(--white);
}

.download, .map{
  display: none;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black-50);
  z-index: 9999;
}
.download .close, .map .close{
  height: 20px;
  width: 20px;
  color:var(--black);
  position: absolute;
  right: 20px;
}

.download .close:before, .map .close:before{
  content:"";
  display: block;
  height: 2px;
  width: 16px;
  margin-bottom: -2px;
  background:var(--black);
  transform: rotate(45deg);
}
.download .close:after, .map .close:after{
  content:"";
  display: block;
  height: 2px;
  width: 16px;
  background:var(--black);
  transform: rotate(-45deg);
}

.download .content, .map .content{
  width: 100%;
  max-width: 80vw;
  min-height: 50vh;
  position: fixed;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: var(--white);
  text-align: center;
}
.download p, .download h4, .map p{
  color: var(--black);
}
.map iframe{
  filter: grayscale(1);
  height: 50vh;
  margin-top: 20px;
}


/* HYROX */
.hchg-round {
    display: inline-block;
    height: 200px;
    width: 200px;
    position: absolute;
    top:200px;
    left: calc(40% - 500px);
    display: inline-block;
    z-index: 2;
}
.hchg-round div{
    display: inline-block;
    height: 200px;
    width: 200px;
    background: url(assets/img/logos/HYBRID-CULTURE-HYROX-GYM-ROUND.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    left: -50px;
    display: inline-block;
    filter: invert();
}

footer{
  background:#010101;
}

footer p,
footer li,
footer a{
  color:var(--white);
  font-size: 13px;
  margin: 0;
}
/* nav */
footer h6{
  color: var(--light-alpha-35);
  font-size: 14px;
}

footer nav{

}
footer nav .row{
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
  grid-gap: 20px;
  max-width: 1040px;
  margin: 0px auto;
  justify-items: center;
}
footer nav .col{
  padding: 20px;
  overflow: hide;
}

/* Domain switcher */
.domain span:not(:first-child):before{
  content:"";
  height: 10px;
  width: 1px;
  background: var(--white);
  display: inline-block;
  margin: 0 10px;
}

/** Social menu **/
.chat a{
    display: list-item;
    margin: 7px;
    font-size: 20px;
    font-weight: bold;
}
.chat a:before {
  display:inline-block;
  content:"";
	height:30px;
	width:30px;
	background-image:url(assets/img/icons/chat.svg);
	background-size:contain;
	background-repeat:no-repeat;
  vertical-align: top;
  margin-right: 6px;
}


/* Social */


.scroll-top a:before {
  background-image: url(assets/img/icons/white-arrow.svg);
  transform: rotate(-90deg);
}

.scroll-top a:hover:before {
  background-image: url(assets/img/icons/white-arrow.svg);
  transform: rotate(-90deg);
}

.metro:before {
  font-size: 20px;
}


.metro:before {
  content: "";
  background-image: url(assets/img/icons/metro.png);
  background-size: cover;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.phone:before {
  content: "";
  background-image: url(assets/img/icons/phone.png);
  background-size: cover;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.email:before {
  content: "";
  background-image: url(assets/img/icons/email.png);
  background-size: cover;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.legal{
  text-align: right;
}
.legal li, .legal a{
  font-size: 12px;
  display: inline-block;
  margin: 10px;
  font-weight: 400;
}
.legal a{
  text-decoration: underline;
}

/* SCROLLING
.scrolling header nav{
  position: fixed;
  width:100%;
  background: var(--white);
  box-shadow: 0px 2px 20px rgba(1,1,1,0.15);
  animation: hesc .8s forwards;
}
@-webkit-keyframes hesc {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}
.scrolling header nav a.logo{
  color: #010101;
}
.scrolling header nav .handle span{
  background: #010101;
}
*/


header p{
  font-size: 18px;
  text-transform: uppercase;
  text-align: justify;
  font-weight: 500;
  max-width: 500px;
}

header p:after{
  content: "";
  height: 2px;
  width: 100%;
  margin-top: 20px;
  background: var(--white);
  display: block;
}

/* ARKETA */
body:not(.arketa) h1 .text-effect:nth-child(2){
  margin-left: 100px;
}
.arketa main .content,
.arketa main section .row{
  padding: 0;
  margin: auto;
  overflow: hidden;
}
.arketa header section .row{
  text-align: center;
  margin: 75px auto 0;
}
.arketa iframe{
  margin: -80px auto;
}

/*** Section active ***/
.text-effect{
  line-height: .8;
  overflow: hidden;
  display: inline-block;

}

section .text-effect *{
  line-height: .8;
  display: block;
  transition: all 1.5s cubic-bezier(0.6, 0, 0.4, 1);
  opacity:0;
  transform: translateY(+100%);
}

body.js section.active .text-effect *{
  opacity:1;
  transform: translateY(0%);
}

body.js section .text-effect *{
  /*transition-delay: .3s;*/
}


/* LAPTOP */
@media screen and (max-width: 1030px) and (min-width: 835px){

}

/* TABLE */
@media (max-width: 1200px){

}

/* MOBILE */

 @media (max-width: 767px) {
    .slider-nav li h5{
        display:none;
    }

  header section .col {
    width: auto;
  }
  section .row,
  footer nav .row {
    display: block;
    width: auto;
    padding: 0;
    justify-items: normal;
  }
  section .col,
  footer nav .col {
      width: auto;
      min-height: auto;
      padding: 20px;
  }
  .home header{
    height: auto;
  }
  .menu-main-container{
    display: none;
  }
  .home main section .col:before{
    display: none;
  }
  .home header{
    height: auto;
  }
  header .menu li{
    display: block;
    width: fit-content;
  }
  header .menu li a{
    font-size: 22px;
  }
  .iphone{
    display: none;
  }
  #usp .row > div:nth-child(3){
    display:inline-block;
    }

    table thead {
      display: none;
    }

    table tr {
        width: 50%;
        display: inline-block;
    }

    table td {
      display: block;
    }
    .menu-main-container{
        display:none;
        background:var(--black);
    }

    .dark header .menu-main-container{
        background:#010101;
    }

    .profile-picture{
        margin-top:-45px;
        margin-left:10px;
    }
    .profile-picture{
        width:100px;
        height:100px;
    }
    .profile-info{
        width: calc(100% - 130px);
        padding:0px;
    }
    .profile-info h1{
        font-size:20px;
    }
    .single-profile .profile-picture:after{
        display:block;
        bottom:-5px;
        right:-5px;
        height:25px;
        width:25px;
    }
    .profile.verified h1:after{
    width: 20px;
    height: 20px;
    }
    .update-all{
        top: -50px;
    }
    header video{
      height: 100vh;
    }
    .handle{
      display: block;
    }
    header nav .cta.green{
      display: none;
    }
    .animate{
      font-size: 3.5vh;
    }
    .marquee.brands img{
      height: 100px;
    }
    .marquee.brands .marquee__item{
      width: 50%;
    }
    .rooms li, .stations li{
      border: none;
      border-top: 1px solid var(--light-alpha-35);
      border-bottom: 1px solid var(--light-alpha-35);
    }
    .rooms img, .rooms p, .stations img, .stations p{
      opacity: 1;
      height: 100%;
    }
    .rooms img{
      filter: none;
    }
    .rooms .content{
      bottom: 50px;
    }
    .rooms .col, .stations  .col{
      padding: 0;
    }
    .rooms h4, .stations h4{
      font-size: 5vh
    }
    .marquee__item{
      font-size: 10vh;
    }
    header nav .row{
      width: calc(100% - 80px);
    }
    .logo{
      position: relative;
      float: left;
      left: 0;
      transform: none;
    }
    .hchg-round {
      top: -30px;
      right: -130px;
      left: auto;
    }
    body:not(.arketa) header .content, h1{
      padding: 0;
      margin: 0;
    }
    .footer-cta .col{
      padding: 2px 20px;
    }

 }
