:root {
  --studio-brand-gunmetal: #2c3537;
  --studio-brand-accent: #8fa3ad;
  --coaching-brand-base: #16384f;
  --coaching-brand-accent: #c46a3a;
  --evolution-brand-amber: #ff4f00;
  --evolution-brand-blue: #007fff;
}

/*-------------------------------------
TYPOGRAPHY
--------------------------------------*/

.text-studio {
  color: var(--studio-brand-gunmetal);
}

.text-coaching {
  color: var(--coaching-brand-accent);
}

.text-evolution {
  color: var(--evolution-brand-blue);
}

.sp-hero {
  font-family: "Cinzel";
}

.work-subtitle {
  font-size: 0.8em;
}

.expression-card-studio {
  /* margin: 5px; */
  padding: 2em;
  border-radius: 10px;
  border-color: var(--studio-brand-accent);
  background: #2c3537;
}

.expression-card-coaching {
  /* margin: 5px; */
  padding: 2em;
  border-radius: 10px;
  border-color: var(--coaching-brand-accent);
  background: #16384f;
}

.expression-card-evolution {
  /* margin: 5px; */
  padding: 2em;
  border-radius: 10px;
  border-color: var(--evolution-brand-amber);
  background: #1f3036;
}

.combination {
  font-size: 0.75em;
  min-height: 40px;
}

.combination-card {
  border-radius: 8px;
}

/* ==============================
   Sections styles
   ============================== */

.button-outline-sp {
  text-decoration: none;
  border-color: rgba(255, 255, 255);
  color: #ffffff;
}

.button-outline-sp:hover,
.button-outline-sp:focus {
  text-decoration: none;
  border-color: #00ff22;
  color: #00ff22;
}

/* ==============================
   Sections styles
   ============================== */

/*
 * Common
 */

.page-section,
.small-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  padding: 140px 0;
}
.small-section {
  padding: 100px 0;
}
.fixed-height-large,
.fixed-height-medium,
.fixed-height-small {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fixed-height-large {
  min-height: 800px;
}
.fixed-height-medium {
  min-height: 700px;
}
.fixed-height-small {
  min-height: 600px;
}
.bg-scroll {
  background-attachment: scroll !important;
  background-position: center center !important;
}
.bg-pattern {
  background-repeat: repeat;
  background-size: auto;
}
.bg-pattern-over:before,
.bg-pattern-over .YTPOverlay:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-size: auto;
  background-image: url(../images/pattern-bg-2.png);
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #f1f1f1;
}
.bg-gray-lighter {
  background-color: #f7f7f7;
}
.bg-gray-dark {
  background-color: #282828;
}
.light-content {
  color: #ffffff;
}
.bg-dark {
  background-color: #111 !important;
}
.bg-dark-lighter {
  background-color: #1b1b1b !important;
}
.bg-dark.light-content {
  background-color: #1b1b1b !important;
}
.bg-dark-lighter.light-content {
  background-color: #232323 !important;
}
.bg-dark,
.bg-dark-lighter,
.bg-dark-alfa-30,
.bg-dark-alfa-50,
.bg-dark-alfa-70,
.bg-dark-alfa-90,
.bg-dark-alfa,
.bg-color,
.bg-color-lighter,
.bg-color-alfa-30,
.bg-color-alfa-50,
.bg-color-alfa-70,
.bg-color-alfa-90,
.bg-color-alfa {
  color: #fff;
}
.bg-dark a,
.bg-dark-lighter a,
.bg-dark-alfa-30 a,
.bg-dark-alfa-50 a,
.bg-dark-alfa-70 a,
.bg-dark-alfa-90 a,
.bg-dark-alfa a,
.bg-color a,
.bg-colorlighter a,
.bg-color-alfa-30 a,
.bg-color-alfa-50 a,
.bg-color-alfa-70 a,
.bg-color-alfa-90 a,
.bg-color-alfa a {
  color: rgba(255, 255, 255, 0.8);
}
.bg-dark a:hover,
.bg-dark-lighter a:hover,
.bg-dark-alfa-30 a:hover,
.bg-dark-alfa-50 a:hover,
.bg-dark-alfa-70 a:hover,
.bg-dark-alfa-90 a:hover,
.bg-dark-alfa a:hover,
.bg-color a:hover,
.bg-color-lighter a:hover,
.bg-color-alfa-30 a:hover,
.bg-color-alfa-50 a:hover,
.bg-color-alfa-70 a:hover,
.bg-color-alfa-90 a:hover,
.bg-color-alfa a:hover {
  color: #fff;
}
.bg-color .text,
.bg-color-lighter .text,
.bg-color-alfa-30 .text,
.bg-color-alfa-50 .text,
.bg-color-alfa-70 .text,
.bg-color-alfa-90 .text,
.bg-color-alfa .text,
.bg-color .section-text,
.bg-color-lighter .section-text,
.bg-color-alfa-30 .section-text,
.bg-color-alfa-50 .section-text,
.bg-color-alfa-70 .section-text,
.bg-color-alfa-90 .section-text,
.bg-color-alfa .section-text {
  color: #fff;
}
.bg-dark-alfa:before,
.bg-dark-alfa .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.97);
}
.bg-dark-alfa-30:before,
.bg-dark-alfa-30 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.3);
}
.bg-dark-alfa-50:before,
.bg-dark-alfa-50 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.5);
}
.bg-dark-alfa-70:before,
.bg-dark-alfa-70 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.7);
}
.bg-dark-alfa-90:before,
.bg-dark-alfa-90 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(3, 3, 3, 0.9);
}
.bg-light-alfa:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.97);
}
.bg-light-alfa-30:before,
.bg-light-alfa-30 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.3);
}
.bg-light-alfa-50:before,
.bg-light-alfa-50 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.5);
}
.bg-light-alfa-70:before,
.bg-light-alfa-70 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.7);
}
.bg-light-alfa-90:before,
.bg-light-alfa-90 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.9);
}
.bg-color {
  background-color: #f1273c;
}
.bg-color-alfa:before,
.bg-color-alfa .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f1273c;
  opacity: 0.97;
}
.bg-color-alfa-30:before,
.bg-color-alfa-30 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f1273c;
  opacity: 0.3;
}
.bg-color-alfa-50:before,
.bg-color-alfa-50 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f1273c;
  opacity: 0.5;
}
.bg-color-alfa-70:before,
.bg-color-alfa-70 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f1273c;
  opacity: 0.7;
}
.bg-color-alfa-90:before,
.bg-color-alfa-90 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f1273c;
  opacity: 0.9;
}

.bg-orange {
  background-color: #f47631 !important;
}
.bg-yellow {
  background-color: #ffce02 !important;
}
.bg-cyan {
  background-color: #27c5c3 !important;
}
.bg-green {
  background-color: #58bf44 !important;
}
.bg-blue {
  background-color: #43a5de !important;
}
.bg-purple {
  background-color: #375acc !important;
}
.bg-red {
  background-color: #f1273c !important;
}

.section-title {
  margin-bottom: 3px;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.196;
  letter-spacing: -0.04em;
}
.section-title-descr {
  font-family: var(--font-global-alt);
  font-size: 18px;
  font-weight: 400; /*500*/
  color: #757575;
}
.light-content .section-title-descr {
  color: #bbb;
}
.section-more {
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
  color: #171717;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  opacity: 0.72;
  -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}
.section-more:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #171717;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.light-content .section-more:after {
  background-color: #fff;
}
.section-more:hover {
  text-decoration: none;
  color: #171717;
  opacity: 1;
}
.section-more:hover:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
}
.section-more .fa {
  font-size: 12px;
}

.section-heading {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5em;
  line-height: 1.3;
}
.section-line {
  width: 55px;
  height: 1px;
  margin: 30px auto;
  background: #111;
}
.section-text {
  font-weight: 400; /*500*/
}
.light-content .section-text {
  font-weight: 400;
}
.section-text .lead-alt {
  margin-top: -0.2em;
}
.section-bot-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.section-bot-image img {
  display: block;
}
.image-fullwidth img {
  width: 100%;
}
.text-link {
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
  color: #171717;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  opacity: 0.72;

  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}
.text-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #171717;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: transform 0.25s ease-out;
  -moz-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.text-link:hover {
  text-decoration: none;
  color: #171717;
  opacity: 1;
}
.text-link:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.light-content .text-link:after {
  background-color: #fff;
}
.light-content .text-link {
  color: #fff;
  opacity: 0.9;
}

/* Breadcrumbs */
.mod-breadcrumbs {
  margin-top: -5px;
  font-family: var(--font-global-alt);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.mod-breadcrumbs span {
  opacity: 0.67;
}
.mod-breadcrumbs a {
  text-decoration: none;
}
.mod-breadcrumbs a:hover {
  text-decoration: none;
}
.mod-breadcrumbs-slash {
  font-size: 13px;
}
.mod-breadcrumbs .fa {
  font-size: 9px;
}
.mod-breadcrumbs-mini {
  text-align: left;
}

/*-----------------------------------
PROCESS TIMELINE
-----------------------------------*/

.timeline-wrapper {
  position: relative;
}

/* Timeline Outer Ring */
.timeline-wrapper .timeline .timeline-date:before {
  border: 1px solid var(--coaching-brand-accent);
}

/* Timeline Inner Dot */
.timeline-wrapper.timeline-left .timeline .timeline-date:after {
   background: var(--studio-brand-gunmetal);
}

/* Desktop only */
@media (min-width: 992px) {
  .timeline-wrapper.timeline-left::before {
    content: "";
    position: absolute;
    left: 200px;
    top: 30px;
    bottom: 60px;
    width: 1px;
    height: auto;
    background: var(--coaching-brand-accent);
    transform: none;
  }

  .timeline-wrapper.timeline-left .timeline:last-child .timeline-date,
  .timeline-wrapper.timeline-left .timeline:last-child .timeline-content {
    padding-bottom: 60px;
  }
}

/* Mobile reset */
@media (max-width: 991.98px) {
  .timeline-wrapper.timeline-left {
    padding-left: 30px;
  }

  .timeline-wrapper.timeline-left::before {
    left: 0;
    top: 0;
    bottom: 30px;
    width: 1px;
    height: auto;
    background: var(--coaching-brand-accent);
    transform: none;
  }

  .timeline-wrapper.timeline-left .timeline .timeline-date,
  .timeline-wrapper.timeline-left .timeline .timeline-content {
    width: auto;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .timeline-wrapper.timeline-left .timeline .timeline-date:before {
    top: 1px;
    left: -40px;
    right: auto;
    background: #ffffff;
  }

  .timeline-wrapper.timeline-left .timeline .timeline-date:after {
    top: 7px;
    left: -34px;
    right: auto;
    background: var(--studio-brand-gunmetal);
  }

  .timeline-wrapper .timeline .timeline-date:before {
  border: 1px solid var(--coaching-brand-accent);
}


  .timeline-wrapper.timeline-left .timeline {
    margin-bottom: 30px;
  }

  .timeline-wrapper.timeline-left .timeline:first-child {
    padding-top: 30px;
  }

  .timeline-wrapper.timeline-left .timeline:last-child {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
