body {
  background-color: #1a1a1a;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  color: #f5f5f5;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  color: #f5f5f5;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  color: #f5f5f5;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  color: #f5f5f5;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  color: #f5f5f5;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

p {
  margin-bottom: 25px;
}

a {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #ff65c3;
  text-decoration: underline;
}

a:hover {
  color: #fc72c6;
}

ul {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-top: 80px;
  margin-bottom: 80px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.spacer {
  width: 100%;
  height: 30px;
}

.spacer.small {
  height: 15px;
}

.spacer.large {
  height: 100px;
}

.spacer.medium {
  height: 60px;
}

.spacer.xlarge {
  height: 120px;
}

.rich-text-editor h2 {
  margin-top: 45px;
}

.rich-text-editor h3 {
  margin-top: 45px;
}

.rich-text-editor h4 {
  margin-top: 45px;
}

.rich-text-editor h5 {
  margin-top: 45px;
}

.rich-text-editor h6 {
  margin-top: 45px;
}

.items {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item.item-2 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.item.item-3 {
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.item.item-4 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.item.item-5 {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.item-inner {
  height: 100%;
  padding: 16px;
}

.primary-background {
  background-color: #ff65c3;
}

.secondary-background {
  background-color: #fff5a3;
}

.hero {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 5px 50px 0 rgba(255, 101, 195, .07);
}

.hero-background-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: none;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  background-color: rgba(0, 0, 0, .8);
  opacity: 0.8;
}

.hero-content {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-video-button {
  opacity: 0.8;
  -webkit-transition: color 200ms ease-in-out, opacity 200ms ease-in-out;
  transition: color 200ms ease-in-out, opacity 200ms ease-in-out;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.hero-video-button:hover {
  opacity: 1;
  color: #fff;
}

.hero-video-button-icon {
  font-family: 'Material Design Icons', sans-serif;
  font-size: 80px;
  line-height: 1;
  text-decoration: none;
}

.hero-intro-text {
  font-family: 'Great Vibes', cursive;
  color: #fff;
  font-size: 22px;
}

.hero-heading {
  font-family: 'Great Vibes', cursive;
  color: #fff;
  font-size: 78px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.hero-logo {
  width: 100%;
  max-width: 320px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.hero-more-link {
  position: absolute;
  left: 50%;
  bottom: 25px;
  z-index: 20;
  padding: 4px 25px;
  opacity: 0.8;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transition: color 200ms ease-in-out, opacity 200ms ease-in-out;
  transition: color 200ms ease-in-out, opacity 200ms ease-in-out;
  color: hsla(0, 0%, 100%, .6);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-more-link:hover {
  opacity: 1;
  color: #fff;
}

.hero-container {
  display: block;
  width: 100%;
  max-width: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 900px;
  -ms-flex-preferred-size: 900px;
  flex-basis: 900px;
  text-align: center;
}

.hero-text {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.action-link {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-more-link-icon {
  font-family: 'Material Design Icons', sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.section {
  position: relative;
}

.section.cta {
  overflow: hidden;
  background-color: #ff65c3;
}

.section.grey {
  background-color: #333;
}

.feature-content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-content.flipped {
  margin-right: -30px;
  margin-left: -30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-content-details {
  margin-right: 30px;
  margin-left: 30px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 620px;
  -ms-flex-preferred-size: 620px;
  flex-basis: 620px;
}

.feature-content-heading {
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.button {
  position: relative;
  display: inline-block;
  padding: 14px 20px;
  border-radius: 40px;
  background-color: #ff65c3;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fc72c6;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .8);
  color: #fff;
}

.button.alt {
  background-color: #333;
}

.button.alt:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
}

.button-icon {
  display: inline-block;
  margin-left: 8px;
  font-family: 'Material Design Icons', sans-serif;
  font-weight: 400;
}

.button-icon.left {
  margin-right: 8px;
  margin-left: 0px;
}

.feature-content-item {
  position: relative;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}

.feature-content-item-main {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  overflow: hidden;
  padding-bottom: 30px;
}

.brand {
  display: block;
  width: 100%;
  max-width: 100px;
  padding: 16px;
  float: none;
}

.navbar {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #1d1d1d;
  background-color: #161616;
  background-image: radial-gradient(circle farthest-corner at 85% 42%, rgba(255, 101, 195, .04), rgba(255, 101, 195, 0));
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  padding: 20px;
  float: none;
  border-radius: 50%;
  -webkit-transition: color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.nav-link:hover {
  box-shadow: 0 11px 5px -9px rgba(255, 101, 195, .17);
  color: #ff65c3;
}

.nav-link.w--current {
  box-shadow: 0 11px 5px -9px rgba(255, 101, 195, .17);
  color: #fff;
}

.action-link {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.action-link:hover {
  color: #ff65c3;
}

.button-spacer {
  display: inline-block;
  width: 30px;
  height: 5px;
}

.hero-video-button-text {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-text {
  opacity: 0.2;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 60px;
  font-weight: 200;
  letter-spacing: 20px;
  text-transform: uppercase;
}

.section-text-container {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-cta {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.page-cta.full {
  max-width: none;
}

.page-cta-heading {
  font-size: 36px;
  letter-spacing: 1px;
}

.link-alt {
  color: #fff;
}

.link-alt:hover {
  color: #fff;
}

.section-background {
  position: absolute;
  left: 0px;
  top: -50px;
  right: 0px;
  bottom: -50px;
  z-index: -1;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.15;
}

.showcase-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.showcase-logo-image {
  max-width: 140px;
}

.showcase-logo-image:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #242424;
  background-color: #131313;
}

.social-links {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-right: 6px;
  margin-left: 6px;
  border-radius: 50%;
  background-color: #ff65c3;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  font-family: 'Material Design Icons', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
}

.social-link:hover {
  background-color: #fc72c6;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .8);
  color: #fff;
}

.footer-heading {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.footer-list {
  margin: 0px;
  padding: 0px 0px 0px 6px;
  list-style-type: none;
}

.footer-text {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  opacity: 0.8;
  -webkit-transition: color 200ms ease-in-out, opacity 200ms ease-in-out;
  transition: color 200ms ease-in-out, opacity 200ms ease-in-out;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.footer-text:hover {
  opacity: 1;
  color: #fff;
}

.footer-link-icon {
  margin-left: 6px;
  font-family: 'Material Design Icons', sans-serif;
}

.navbar-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-left {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.nav-menu-right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.page-section {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg---glitz {
  position: absolute;
  left: 0px;
  top: -60px;
  right: 0px;
  bottom: -60px;
  z-index: -1;
  background-image: url('../images/best-showgirls-uk.jpg');
  background-position: 50% -40px;
  background-size: cover;
}

.bg---best {
  position: absolute;
  left: 0px;
  top: -60px;
  right: 0px;
  bottom: -60px;
  z-index: 0;
  background-image: url('../images/best-showgirls-uk.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer-bg {
  position: absolute;
  left: 0px;
  top: -59px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: url('../images/footer-background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0.15;
}

.bg---cabaret {
  position: absolute;
  left: 0px;
  top: -60px;
  right: 0px;
  bottom: -60px;
  z-index: -1;
  background-image: url('../images/cabaret.jpg');
  background-position: 50% -40px;
  background-size: cover;
}

.bg---hen {
  position: absolute;
  left: 0px;
  top: -60px;
  right: 0px;
  bottom: -60px;
  z-index: -1;
  background-image: url('../images/hen-parties.jpg');
  background-position: 50% -40px;
  background-size: cover;
}

.page-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-header-content {
  width: 100%;
  max-width: 800px;
  padding-top: 230px;
}

.page-header-heading {
  margin-bottom: 8px;
}

.page-header-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-image: url('../images/footer-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 2px solid #afafaf;
  border-radius: 3px;
  opacity: 0.9;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, box-shadow 200ms ease-in-out, opacity 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, box-shadow 200ms ease-in-out, opacity 200ms ease-in-out;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.post:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
  opacity: 1;
  color: #fff;
}

.post-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 160px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.post-heading {
  font-family: Oswald, sans-serif;
  font-size: 42px;
  text-decoration: none;
}

.post-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.post-summary {
  margin-bottom: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 14px;
}

.post-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 16px;
  margin-left: -10px;
  font-size: 10px;
}

.post-detail-label {
  margin-right: 11px;
  margin-left: 11px;
  font-weight: 700;
}

.rich-text-content h2 {
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
}

.rich-text-content h1 {
  font-weight: 300;
  text-transform: none;
}

.rich-text-content h3 {
  margin-top: 40px;
  font-weight: 300;
}

.rich-text-content h4 {
  margin-top: 80px;
  font-weight: 300;
}

.rich-text-content h5 {
  margin-top: 80px;
  font-weight: 300;
}

.rich-text-content h6 {
  margin-top: 80px;
  font-weight: 300;
}

.rich-text-content blockquote {
  margin-top: 80px;
  margin-bottom: 80px;
}

.rich-text-content figcaption {
  color: hsla(0, 0%, 100%, .6);
  font-size: 14px;
  font-style: italic;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: hsla(0, 0%, 100%, .1);
}

.page-heading-text {
  font-size: 14px;
}

.faq-question {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 20px;
  padding-left: 25px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 1px;
}

.faq-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: Oswald, sans-serif;
  color: #ff65c3;
  font-size: 22px;
  font-weight: 500;
}

.faq-answer {
  position: relative;
  padding-top: 8px;
  padding-left: 25px;
  font-size: 14px;
}

.section-header {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading {
  font-size: 32px;
  letter-spacing: 1px;
}

.layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar {
  margin-left: 50px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
}

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-label-small {
  color: #fff;
  font-size: 10px;
  font-style: italic;
}

.form-field {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-input-container {
  position: relative;
  padding-bottom: 24px;
}

.form-input {
  height: 50px;
  margin: 0px;
  padding: 0px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .1);
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease-in-out;
  transition: border-color 200ms ease-in-out;
  color: #fff;
}

.form-input:focus {
  border-color: rgba(255, 101, 195, .27);
}

.form-input.textarea {
  height: auto;
  min-height: 140px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.form-label {
  position: relative;
  left: 8px;
  top: 11px;
  z-index: 10;
  display: inline-block;
  margin: -11px 0px 0px;
  padding: 0px 4px;
  background-color: #1a1a1a;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.form-field-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-field-spacer {
  width: 16px;
  height: 10px;
}

.sidebar-widgets {
  margin-top: -50px;
}

.sidebar-widget {
  margin-top: 50px;
  margin-bottom: 50px;
}

.sidebar-heading {
  font-size: 20px;
  letter-spacing: 1px;
}

.sidebar-list {
  margin: -6px 0px;
  padding: 0px 0px 0px 8px;
  list-style-type: none;
}

.sidebar-list-link {
  position: relative;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  opacity: 0.8;
  -webkit-transition: color 200ms ease-in-out, opacity 200ms ease-in-out;
  transition: color 200ms ease-in-out, opacity 200ms ease-in-out;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.sidebar-list-link:hover {
  opacity: 1;
  color: #fff;
}

.icon {
  font-family: 'Material Design Icons', sans-serif;
}

.sidebar-list-icon {
  position: absolute;
  left: 0px;
  font-family: 'Material Design Icons', sans-serif;
}

.parsley-errors-list {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  padding: 2px 16px;
  color: #b84141;
  font-size: 12px;
  list-style-type: none;
}

.hero-background-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: none;
  margin-top: -60px;
  margin-bottom: -60px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-background-image.instructor {
  background-image: url('../images/young-girl-in-a-pole-dance-studio-P6KCVGB.jpg');
}

.team-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member.small {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-member.tiny {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-member-image {
  position: relative;
  margin-bottom: 16px;
  box-shadow: 12px 12px 0 4px #ff65c3;
}

.team-member-image.tiny {
  overflow: hidden;
  width: 120px;
  height: 120px;
  background-color: #2c2c2c;
}

.team-member-image-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: 16px -16px -16px 16px;
  background-color: #ff65c3;
  box-shadow: 5px 0 10px 0 #000;
}

.team-member-image-img {
  position: relative;
  z-index: 5;
  max-height: 420px;
  box-shadow: 5px 0 10px 0 rgba(0, 0, 0, .15);
}

.team-member-image-img.small {
  max-height: 220px;
}

.team-member-profile {
  width: 100%;
  margin-bottom: -25px;
  margin-left: 50px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.team-member-profile.small {
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.team-member-profile.tiny {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.team-member-name {
  margin-bottom: 5px;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-member-name.small {
  margin-left: 180px;
}

.team-member-name.tiny {
  margin-top: 12px;
  font-size: 25px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.team-member-position {
  padding-left: 16px;
  color: #ff65c3;
  font-size: 14px;
  font-style: italic;
}

.team-member-position.small {
  margin-left: 180px;
}

.team-member-image-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  font-family: 'Material Design Icons', sans-serif;
  font-size: 90px;
  line-height: 120px;
  text-align: center;
}

.team-member-small-text {
  font-size: 14px;
}

.hero-background-image---about {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: none;
  margin-top: -60px;
  margin-bottom: -60px;
  background-image: url('../images/IMG_9011.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-testimonial {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

.page-testimonial---quote {
  font-size: 36px;
  line-height: 1.4;
  font-style: italic;
  font-weight: 300;
}

.page-testimonial---author-details {
  font-size: 14px;
  font-weight: 600;
}

.stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.star {
  margin-right: 5px;
  margin-left: 5px;
  font-family: 'Material Design Icons', sans-serif;
  color: #ffc200;
  font-size: 26px;
  text-shadow: 0 0 6px hsla(0, 0%, 100%, .35);
}

.nav-menu-container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  text-align: right;
}

.post-content-list {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 2px solid #838383;
}

.instagram-image {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  opacity: 0.9;
  -webkit-transition: color 200ms ease-in-out, box-shadow 200ms ease-in-out, opacity 200ms ease-in-out;
  transition: color 200ms ease-in-out, box-shadow 200ms ease-in-out, opacity 200ms ease-in-out;
}

.instagram-image:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
  opacity: 1;
}

.footer-content {
  position: relative;
  z-index: 5;
}

.footer-small {
  margin: 0px;
  font-size: 10px;
  font-weight: 600;
}

.footer-mast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-small-separator {
  margin: 0px 16px;
  font-size: 10px;
  font-weight: 600;
}

.footer-link {
  color: #fff;
}

.footer-link:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .item.item-3 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .hero {
    max-height: 680px;
  }
  .hero-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .header {
    overflow: visible;
  }
  .nav-menu {
    z-index: 1000;
    background-color: #fff;
  }
  .navbar-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sidebar {
    -webkit-flex-basis: 280px;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
  }
  .nav-menu-container {
    background-color: #000;
  }
  .footer-mast {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-small-separator {
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 0;
  }
  .menu-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .menu-button.w--open {
    background-color: #292929;
  }
}

@media (max-width: 767px) {
  .item.item-2 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .item.item-3 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .item.item-4 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .item.item-5 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .hero {
    max-height: 520px;
  }
  .hero-heading {
    font-size: 60px;
  }
  .hero-text {
    font-size: 16px;
  }
  .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sidebar {
    margin-top: 30px;
    margin-left: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .form-field-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .team-member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .team-member-image {
    margin-bottom: 41px;
  }
}

@media (max-width: 479px) {
  .item.item-4 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .hero-heading {
    font-size: 48px;
  }
  .hero-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/*
@font-face {
  font-family: 'Material Design Icons';
  src: url('/wp-content/themes/supreme/assets/fonts/Material-Design-Iconic-Font.woff2') format('woff2'), url('/wp-content/themes/supreme/assets/fonts/Material-Design-Iconic-Font.eot') format('embedded-opentype'), url('/wp-content/themes/supreme/assets/fonts/Material-Design-Iconic-Font.woff') format('woff'), url('/wp-content/themes/supreme/assets/fonts/Material-Design-Iconic-Font.ttf') format('truetype'), url('/wp-content/themes/supreme/assets/fonts/Material-Design-Iconic-Font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
*/
