/*
Theme Name: Tippi Toes
Theme URI:
Author URI:
Version: 1.0.1
Tags: Sidebar, Slider, Custom Menu
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

/* GLOBALS */
body {
  font-family: 'Gelion', sans-serif;
}

.wrapper {
  overflow: hidden;
}

.container {
  padding-left: 50px;
  padding-right: 50px;
  margin-right: auto;
  margin-left: auto;
}

.container.custom {
  width: 100%;
  max-width: 1670px;
}

.container.default {
  width: 100%;
  max-width: 1470px;
}

.container.small {
  width: 100%;
  max-width: 1270px;
}

.container.xsmall {
  width: 100%;
  max-width: 1170px;
}

.toggle-menu {
  font-size: 35px;
  display: none;
}

.toggle-menu.toggle-menu-main {
  color: #da0e84;
}

.toggle-menu.toggle-menu-close {
  color: #da0e84;
}

.toggle-menu:hover {
  color: #f20f93;
}

.slow,
.slow:hover,
a,
a:hover,
input[type='submit'],
input[type='submit']:hover,
.wpcf7 .wpcf7-submit:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn.btn-big {
  font-size: 20px;
  padding: 25px 45px;
}

.btn.btn-med {
  font-size: 15px;
  padding: 18px 35px;
}

.btn.btn-pink {
  color: #fff;
  box-shadow: inset 0px -4px 0px 0px #bd0a69;
  background: #df1691;
  background: -moz-linear-gradient(-90deg, #df1691 0%, #d30b76 100%);
  background: -webkit-linear-gradient(-90deg, #df1691 0%, #d30b76 100%);
  background: linear-gradient(180deg, #df1691 0%, #d30b76 100%);
}

.btn.btn-pink:hover {
  box-shadow: inset 0px -4px 0px 0px #d70b77;
  background: #f4189f;
  background: -moz-linear-gradient(-90deg, #f4189f 0%, #ef0c85 100%);
  background: -webkit-linear-gradient(-90deg, #f4189f 0%, #ef0c85 100%);
  background: linear-gradient(180deg, #f4189f 0%, #ef0c85 100%);
}

.btn.btn-pink-invert {
  color: #fff;
  box-shadow: inset 0px -4px 0px 0px #d70b77;
  background: #f4189f;
  background: -moz-linear-gradient(-90deg, #f4189f 0%, #ef0c85 100%);
  background: -webkit-linear-gradient(-90deg, #f4189f 0%, #ef0c85 100%);
  background: linear-gradient(180deg, #f4189f 0%, #ef0c85 100%);
}

.btn.btn-pink-invert:hover {
  box-shadow: inset 0px -4px 0px 0px #bd0a69;
  background: #df1691;
  background: -moz-linear-gradient(-90deg, #df1691 0%, #d30b76 100%);
  background: -webkit-linear-gradient(-90deg, #df1691 0%, #d30b76 100%);
  background: linear-gradient(180deg, #df1691 0%, #d30b76 100%);
}

.btn.btn-pink-border {
  color: #da0e84;
  box-shadow: inset 0px 0px 0px 2px #da0e84;
}

.btn.btn-pink-border:hover {
  color: #f20f93;
  box-shadow: inset 0px 0px 0px 2px #f20f93;
}

.btn.btn-min-width.v1 {
  min-width: 300px;
}

.btn.btn-quote {
  font-size: 20px;
  padding: 25px 15px;
  width: 100%;
  max-width: 300px;
}

.bg-gr-pink {
  box-shadow: inset 0px -4px 0px 0px #bd0a69;
  background: #df1691;
  background: -moz-linear-gradient(-90deg, #df1691 0%, #d30b76 100%);
  background: -webkit-linear-gradient(-90deg, #df1691 0%, #d30b76 100%);
  background: linear-gradient(180deg, #df1691 0%, #d30b76 100%);
}

.bg-gr-green {
  box-shadow: inset 0px -4px 0px 0px #34a5ae;
  background: #3bb8c2;
  background: -moz-linear-gradient(-90deg, #3bb8c2 0%, #56c8d0 100%);
  background: -webkit-linear-gradient(-90deg, #3bb8c2 0%, #56c8d0 100%);
  background: linear-gradient(180deg, #3bb8c2 0%, #56c8d0 100%);
}

.bg-gr-green-v2 {
  box-shadow: inset 0px -4px 0px 0px #17adbd;
  background: #1ac1d3;
  background: -moz-linear-gradient(-90deg, #1ac1d3 0%, #2fd1df 100%);
  background: -webkit-linear-gradient(-90deg, #1ac1d3 0%, #2fd1df 100%);
  background: linear-gradient(180deg, #1ac1d3 0%, #2fd1df 100%);
}

.bg-white {
  background: #fff;
}

.bg-gray {
  background: #edf2f2;
}

.bg-gray-light {
  background: #f2f2f2;
}

.bg-blue {
  background: #47c3cc;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 2px;
}

.flex.flex-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex.flex-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-bottom {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.flex-align-top {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flex.flex-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex.flex-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-column {
  flex-direction: column;
}

.row .half {
  width: 50%;
}

.row .one-third {
  width: 33.33333333333333%;
}

.row .two-thirds {
  width: 66.66666666666666%;
}

.row .three-quarters {
  width: 75%;
}

.row .one-fifth {
  width: 20%;
}

.row .two-fifths {
  width: 40%;
}

.row .three-fifths {
  width: 60%;
}

.row .one-quarter {
  width: 25%;
}

.row .pull-left>.row-container {
  padding-right: 10%;
}

.row .pull-right>.row-container {
  padding-left: 10%;
}

.row .pull-left>.row-container-8 {
  padding-right: 8%;
}

.row .pull-right>.row-container-8 {
  padding-left: 8%;
}

.row .pull-left>.row-container-5 {
  padding-right: 5%;
}

.row .pull-right>.row-container-5 {
  padding-left: 5%;
}

.centered {
  text-align: center;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.bg-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1);
}

.radius {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.radius-30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.radius-50 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.radius-styled {
  -webkit-border-radius: 40px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius: 40px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomright: 8px;
  border-radius: 40px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.sp-big {
  padding: 100px 0;
}

.sp-med {
  padding: 80px 0;
}

.sp-sml {
  padding: 30px 0;
}

.sp-big-bottom {
  padding-bottom: 100px;
}

.sp-med-bottom {
  padding-bottom: 80px;
}

.sp-slide {
  padding-top: 360px;
  padding-bottom: 180px;
}

.sp-slide-inner {
  padding-top: 190px;
  padding-bottom: 40px;
}

.sp-dance {
  padding-top: 80px;
  padding-bottom: 190px;
}

.sp-events {
  padding-top: 140px;
  padding-bottom: 100px;
}

.sp-team {
  padding-top: 190px;
  padding-bottom: 480px;
}

.sp-callout {
  padding-top: 70px;
  padding-bottom: 60px;
}

.sp-find {
  padding-top: 180px;
  padding-bottom: 150px;
}

.sp-banner {
  padding-top: 130px;
  padding-bottom: 130px;
}

.title {
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'GothamRounded';
}

.title.title-banner {
  font-size: 72px;
  letter-spacing: 6px;
}

.title.title-big {
  font-size: 72px;
  letter-spacing: 6px;
}

.title.title-med {
  font-size: 64px;
  letter-spacing: 6px;
}

.title.title-med-xs {
  font-size: 48px;
  letter-spacing: 6px;
}

.title.title-sml {
  font-size: 36px;
  letter-spacing: 2px;
}

.title.title-xsml {
  font-size: 32px;
  letter-spacing: 2px;
}

.title.black {
  color: #000;
}

.title.white {
  color: #fff;
}

.title.pink {
  color: #da0e84;
}

.title.blue {
  color: #47c3cc;
}

.title.sp-v1 {
  margin-bottom: 50px;
}

.title.sp-v2 {
  margin-bottom: 35px;
}

.title.sp-v3 {
  margin-bottom: 25px;
}

.title.sp-v4 {
  margin-bottom: 15px;
}

.page-styles.black {
  color: #000;
}

.page-styles.gray {
  color: #4b5959;
}

.page-styles.white {
  color: #fff;
}

.page-styles p,
.page-styles ul,
.page-styles ol {
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 35px;
  font-weight: 400;
  font-family: 'Gelion', sans-serif;
}

.page-styles ul {
  margin-left: 20px;
}

.page-styles ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}

.page-styles ul li::before {
  content: '\f0c8';
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';
}

.page-styles ol li {
  margin-bottom: 12px;
  counter-increment: inst;
  position: relative;
  padding-left: 50px;
}

.page-styles ol li:before {
  content: counter(inst);
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 30px;
  font-size: 16px;
  border-radius: 50%;
  background: #da0e84;
  font-weight: 700;
  position: absolute;
  left: 0;
}

.page-styles h4 {
  font-size: 32px;
  line-height: 1.2em;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-styles h5 {
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-styles img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1);
}

.img-styles img {
  -webkit-border-radius: 40px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius: 40px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomright: 8px;
  border-radius: 40px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1);
}

.description.up {
  text-transform: uppercase;
}

.description.white {
  color: #fff;
}

.description.blue {
  color: #47c3cc;
}

.description.gray {
  color: #757575;
}

.description.big {
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
}

.description.sml {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
}

.description.xsml {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
}

.owl-carousel .owl-dots {
  text-align: center;
  width: 100%;
}

.owl-carousel .owl-dots button {
  border: none;
  background: none;
}

.owl-carousel .owl-dots button span {
  width: 16px;
  height: 16px;
  display: block;
  margin: 0px 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.owl-carousel.dots-pink .owl-dots button span {
  border: 3px solid #da0e84;
}

.owl-carousel.dots-pink .owl-dots button.owl-dot.active span,
.owl-carousel.dots-pink .owl-dots button span:hover {
  background: #da0e84;
  border: 2px solid #da0e84;
}

.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.owl-carousel .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel.nav-v1 .owl-nav button {
  font-size: 40px;
  color: #47c3cc;
}

.owl-carousel.nav-v1 .owl-nav button:hover {
  color: #50d1da;
}

header section.header-info {
  background: #47c3cc;
  padding: 20px 0;
}

header section.header-info ul {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: flex;
  justify-content: flex-end;
}

header section.header-info ul li {
  position: relative;
  padding: 0 30px;
  border-left: 1px solid #21cbdb;
}

header section.header-info ul li:first-child {
  padding-left: 0;
  border-left: none;
}

header section.header-info ul li:last-child {
  padding-right: 0;
}

header section.header-info ul li i {
  margin-right: 8px;
}

header section.header-info ul li a {
  color: #fff;
  padding: 3px 0;
}

header section.header-info ul li a:hover {
  color: #e5fdff;
}

header .header-stripe {
  width: 100%;
  height: 10px;
  background: #da0e84;
}

header section.header-content {
  padding: 25px 0;
}

header section.header-content .logo img {
  max-width: 100%;
  height: auto;
}

header .header-content nav.nav-mobile .menu-container {
  padding: 0 25px;
}

header .header-content nav.nav-mobile .sf-menu {
  display: block;
}

header .header-content nav.nav-mobile .sf-menu>li.menu-item-pink {
  margin-left: 0;
  padding-top: 1.5em;
}

header .header-content nav.nav-mobile .sf-menu>li.menu-item-pink>a {
  font-size: 22px;
}

header .header-content nav.nav-mobile .sf-menu>li {
  border-top: 1px solid #e6e6e6;
}

header .header-content nav.nav-mobile .sf-menu>li {
  width: 100%;
}

header .header-content nav.nav-mobile .sf-menu>li>a {
  font-size: 26px;
  padding: 0.75em 0;
}

header .header-content nav.nav-mobile .sf-menu ul {
  box-shadow: none;
  position: relative;
  padding-bottom: 1em;
  background: none;
}

header .header-content nav.nav-mobile .sf-menu ul li:hover,
header .header-content nav.nav-mobile .sf-menu ul li.current-menu-item {
  background: none;
}

header .header-content nav.nav-mobile .sf-menu ul li a {
  font-size: 18px;
  padding: 0.75em 1em;
  color: #47c3cc;
}

header .header-content nav.nav-mobile .sf-menu ul li a:hover,
header .header-content nav.nav-mobile .sf-menu ul li.current-menu-item>a {
  color: #50dce5;
}

header .header-content nav.nav-mobile .sf-menu>li.sfHover:before {
  display: none;
}

header .header-content nav.nav-mobile .sf-arrows .sf-with-ul:after {
  right: 0;
}

section.hero .owl-carousel .owl-item-image-mobile {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
}

section.hero .owl-carousel .owl-item-image {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-border-bottom-right-radius: 120px;
  -moz-border-radius-bottomright: 120px;
  border-bottom-right-radius: 120px;
}

section.hero .owl-carousel .owl-item-image:before,
section.hero .owl-carousel .owl-item-image-mobile:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

section.hero .owl-carousel .owl-dots {
  position: absolute;
  bottom: 50px;
  z-index: 1;
}

section.hero .owl-carousel .container {
  position: relative;
}

section.hero-home .owl-carousel .owl-item-image {
  min-height: 800px;
}

section.hero-page .owl-carousel .owl-item-image {
  min-height: 560px;
}

section.hero-home .owl-carousel .content-front .description {
  padding-top: 10px;
  padding-bottom: 50px;
}

section.hero-home .owl-carousel .content .items {
  padding-top: 80px;
  padding-bottom: 20px;
}

section.hero-home .owl-carousel .content .items .items-content {
  max-width: 740px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

section.hero-home .owl-carousel .content .items .item {
  padding: 0 6%;
  margin: 25px 0;
  color: #fff;
}

section.hero-home .owl-carousel .content .items .item .item-wrapper {
  margin-left: 40px;
  position: relative;
}

section.hero-home .owl-carousel .content .items .item .item-wrapper:before {
  position: absolute;
  left: -40px;
  top: -7px;
  font-size: 28px;
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';
}

section.hero-home .owl-carousel .content .items .item:first-child .item-wrapper:before {
  content: '\f3c5';
}

section.hero-home .owl-carousel .content .items .item:last-child .item-wrapper:before {
  content: '\f0e0';
}

section.hero-home .owl-carousel .content .items .item h5 {
  font-size: 15px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: 700;
}

section.hero-home .owl-carousel .content .items .item p,
section.hero-home .owl-carousel .content .items .item ul {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
}

section.hero-home .owl-carousel .content .items .item ul li a {
  color: #fff;
}

section.hero-home .owl-carousel .content .items .item ul li a:hover {
  color: #e5fdff;
}

section.hero-home .owl-carousel .content .items .item ul li i {
  margin-left: 8px;
}

section.hero-home .owl-carousel .content .items .item:last-child {
  border-left: 2px solid #fff;
}

section.hero-home .owl-carousel .content .favourite {
  margin-top: 80px;
}

section.hero-home .owl-carousel .content .favourite a {
  font-size: 14px;
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 700;
}

section.hero-home .owl-carousel .content .favourite a i {
  font-size: 35px;
  margin-bottom: 10px;
  display: block;
}

section.welcome .items .items-wrapper {
  margin-left: -40px;
  margin-right: -40px;
}

section.welcome .items .item {
  width: calc(33.3333% - 80px);
  margin: 0 40px;
}

/*
section.welcome .items .item .image {display: inline-flex; border: 2px solid #47c3cc;}
section.welcome .items .item .image .image-border {border: 4px dotted #47c3cc; padding: 8px;}
section.welcome .items .item .image .image-wrapper {position: relative;}
section.welcome .items .item .image .image-wrapper:before {content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(71, 195, 204, 0.25); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
section.welcome .items .item .image img {display: block; width: 100%; max-width: 250px;}
*/
section.welcome .items .item a.link {
  font-size: 16px;
  line-height: 1.2em;
  color: #da0e84;
  font-weight: 700;
  text-transform: uppercase;
}

section.welcome .items .item a.link i {
  margin-left: 10px;
}

section.welcome .items .item a.link:hover {
  color: #f20f93;
}

section.welcome .description {
  padding-top: 5px;
  padding-bottom: 50px;
}

section.info .info-single {
  position: relative;
  background: #47c3cc;
}

section.info .info-single .content {
  position: relative;
  min-height: 600px;
}

section.info .info-single .content .page-styles {
  padding-bottom: 15px;
}

section.info .info-single .image {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

section.info .info-single.even .content {
  justify-content: flex-end;
}

section.info .info-single.even .image {
  left: 0;
}

section.info .info-single.even .half {
  padding: 8% 0 8% 8%;
}

section.info .info-single.odd .image {
  right: 0;
}

section.info .info-single.odd .half {
  padding: 8% 8% 8% 0;
}

section.options.options-contact {
  margin-top: -120px;
}

section.options .item-single {
  max-width: 33.3333%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}

section.options .item-single:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

section.options .item-single .item-single-wrapper {
  position: relative;
  height: 100%;
}

section.options .item-single h5 {
  font-size: 24px;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}

section.options.options-v1 .item-single:before {
  background-color: rgba(0, 0, 0, 0.4);
}

section.options.options-v1 .item-single .item-single-wrapper {
  padding: 50% 10% 15% 10%;
}

section.options.options-v2 .item-single:before {
  background-color: rgba(255, 255, 255, 0.94);
}

section.options.options-v2 .item-single:nth-child(2):before {
  background-color: rgba(255, 255, 255, 0.88);
}

section.options.options-v2 .item-single .item-single-wrapper {
  padding: 300px 10% 130px 10%;
}

footer section.widgets .widget .widget-wrapper {
  padding-left: 20px;
}

footer section.widgets .widget:first-child .widget-wrapper {
  padding-left: 0;
}

footer section.widgets .widget.widget-logo img {
  margin-bottom: 35px;
  max-width: 100%;
  height: auto;
}

footer section.widgets .widget.widget-logo p {
  font-size: 15px;
  line-height: 1.4em;
  color: #4b5959;
  font-weight: 400;
}

footer section.widgets .widget.widget-logo p a {
  color: #4b5959;
  text-decoration: underline;
}

footer section.widgets .widget.widget-menu ul {
  font-size: 15px;
  line-height: 1.5em;
  color: #da0e84;
  text-transform: uppercase;
  font-weight: 700;
}

footer section.widgets .widget.widget-menu ul li {
  padding-bottom: 15px;
}

footer section.widgets .widget.widget-menu ul li a {
  color: #da0e84;
}

footer section.widgets .widget.widget-menu ul li a:hover {
  color: #f20f93;
}

footer section.widgets .widget.widget-menu ul li:last-child {
  padding-bottom: 0;
}

footer section.widgets .widget.widget-social ul.social {
  font-size: 16px;
}

footer section.widgets .widget.widget-social ul.social li {
  margin: 0 5px;
}

footer section.widgets .widget.widget-social ul.social li a {
  color: #da0e84;
  border: 1px solid #da0e84;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

footer section.widgets .widget.widget-social ul.social li a:hover {
  color: #fff;
  border: 1px solid #f20f93;
  background: #f20f93;
}

footer section.widgets .widget.widget-buttons ul.buttons li {
  margin-bottom: 10px;
}

footer section.widgets .widget.widget-buttons ul.buttons li a {
  width: 100%;
}

footer section.widgets .widget.widget-buttons ul.buttons li:last-child {
  margin-bottom: 0;
}

footer section.tippi-toes-info {
  background: #da0e84;
}

footer section.tippi-toes-info img {
  padding: 0 !important;
}

footer section.tippi-toes-info ul {
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

footer section.tippi-toes-info ul li {
  padding: 0 10px;
  position: relative;
  border-left: 2px solid #fff;
}

footer section.tippi-toes-info ul li a {
  color: #fff;
}

footer section.tippi-toes-info ul li a:hover {
  color: #ffe5f4;
}

footer section.tippi-toes-info ul li:first-child {
  padding-left: 0;
  border: none;
}

footer section.tippi-toes-info ul li:last-child {
  padding-right: 0;
}

section.dance-classes .dance-classes-info {
  background: #e3e3e3;
  background: linear-gradient(360deg, #e3e3e3 0%, #fcfcfc 15%);
}

section.dance-classes .content-text {
  padding-bottom: 50px;
}

section.dance-classes .classes .image img {
  margin-top: -25px;
}

section.dance-classes .classes .items .items-default {
  flex-wrap: wrap;
  padding-left: 20px;
}

section.dance-classes .classes .items .items-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

section.dance-classes .classes .items .item {
  width: calc(50% - 30px);
  margin: 0 15px;
  padding: 6% 4%;
  margin-bottom: 20px;
}

section.dance-classes .classes .items .item.item-default {
  text-align: center;
}

section.dance-classes .classes .items .item.item-default h5 {
  color: #47c3cc;
}

section.dance-classes .classes .items .item.item-default p {
  margin-bottom: 25px;
}

section.dance-classes .classes .items .item.item-default a.link {
  font-size: 16px;
  line-height: 1.2em;
  color: #da0e84;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

section.dance-classes .classes .items .item.item-default a.link i {
  margin-left: 10px;
}

section.dance-classes .classes .items .item.item-default a.link:hover {
  color: #f20f93;
}

section.dance-classes .classes .items .item.item-custom {
  border-bottom: 4px solid #34a5ae;
  background: rgb(59, 184, 194);
  background: linear-gradient(90deg,
      rgba(59, 184, 194, 1) 0%,
      rgba(71, 195, 204, 1) 33%,
      rgba(86, 200, 208, 1) 66%);
}

section.dance-classes .classes .items .item.item-custom h5 {
  font-size: 24px;
  line-height: 1em;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}

section.dance-classes .classes .items .item.item-custom p {
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 0;
}

section.dance-classes .lists .content-custom {
  padding: 1px 0px;
}

section.dance-classes .lists .content-custom-wrapper {
  margin-top: -115px;
}

section.dance-classes .lists .content iframe {
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tippi-toes.has-banner {
  background-repeat: no-repeat;
  background-position: center top;
}

.tippi-toes.has-overlay {
  position: relative;
}

.tippi-toes.has-overlay:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.tippi-toes.has-overlay .tippi-toes-wrapper {
  position: relative;
}

section.events .btn-tickets {
  margin-top: 40px;
}

section.events .events-list .acc-list.acc-list-style-1 {
  margin-top: -70px;
  position: relative;
}

.acc-list .container {
  flex-wrap: nowrap;
}

.acc-list .accordion-container:last-child {
  margin-bottom: 0;
}

.acc-list-style-1 .accordion-container {
  width: 100%;
  margin: 0 0 10px;
  overflow: hidden;
}

.acc-list-style-1 .accordion-toggle {
  font-size: 32px;
  color: #fff;
  display: block;
  padding: 18px 0;
  font-weight: 700;
}

.acc-list-style-1 .accordion-toggle .toggle-icon {
  margin-left: 10px;
}

.acc-list-style-1 .accordion-content {
  padding: 40px 0;
  overflow: auto;
  background: #fff;
  display: none;
}

.acc-list-style-1 .accordion-toggle:hover,
.acc-list-style-1 .accordion-toggle.open {
  box-shadow: inset 0px -4px 0px 0px #d70b77;
  background: #f4189f;
  background: -moz-linear-gradient(-90deg, #f4189f 0%, #ef0c85 100%);
  background: -webkit-linear-gradient(-90deg, #f4189f 0%, #ef0c85 100%);
  background: linear-gradient(180deg, #f4189f 0%, #ef0c85 100%);
}

.acc-list-style-2 .accordion-container {
  width: 100%;
  margin: 0 0 20px;
}

.acc-list-style-2 .accordion-container:last-child {
  margin-bottom: 0;
}

.acc-list-style-2 .accordion-toggle {
  font-size: 15px;
  line-height: 1.2em;
  color: #da0e84;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0px 0px 0px 2px #da0e84;
  padding: 20px 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.acc-list-style-2 .accordion-toggle .toggle-icon {
  margin-left: 10px;
}

.acc-list-style-2 .accordion-content {
  background: #fff;
  padding: 60px 50px 0 50px;
  margin-top: -30px;
  overflow: auto;
  display: none;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.acc-list-style-2 .accordion-toggle:hover,
.acc-list-style-2 .accordion-toggle.open {
  border: none;
  color: #fff;
  box-shadow: inset 0px -4px 0px 0px #34a5ae;
  background: #3bb8c2;
  background: -moz-linear-gradient(-90deg, #3bb8c2 0%, #56c8d0 100%);
  background: -webkit-linear-gradient(-90deg, #3bb8c2 0%, #56c8d0 100%);
  background: linear-gradient(180deg, #3bb8c2 0%, #56c8d0 100%);
}

section.team .location-info {
  margin-top: -260px;
  position: relative;
}

section.team .location-info .items {
  background: #47c3cc;
  overflow: hidden;
  -webkit-border-radius: 50px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius: 50px;
  -moz-border-radius-topleft: 8px;
  border-radius: 50px;
  border-top-left-radius: 8px;
}

section.team .location-info .items .item-info {
  width: 28%;
  padding: 3%;
}

section.team .location-info .items .item-info h3 {
  font-size: 32px;
  line-height: 1.2em;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
}

section.team .location-info .items .item-info h3:after {
  content: '';
  width: 30px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

section.team .location-info .items .item-info ul {
  margin-bottom: 30px;
}

section.team .location-info .items .item-info ul.address {
  font-size: 18px;
  line-height: 1em;
  color: #fff;
}

section.team .location-info .items .item-info ul.address li {
  padding: 15px 0 15px 35px;
  border-bottom: 1px dashed #fff;
  position: relative;
}

section.team .location-info .items .item-info ul.address li a {
  color: #fff;
  word-wrap: break-word;
}

section.team .location-info .items .item-info ul.address li span {
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
}

section.team .location-info .items .item-info ul.address li i {
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 11px;
}

section.team .location-info .items .item-info ul.social {
  font-size: 32px;
  display: flex;
  justify-content: center;
}

section.team .location-info .items .item-info ul.social li {
  margin: 0 10px;
}

section.team .location-info .items .item-info ul.social li a {
  color: #fff;
}

section.team .location-info .items .item-info ul.social li a:hover {
  color: #f4189f;
}

section.team .location-info .items .item-info a.btn {
  width: 100%;
}

section.team .location-info .items .item-content {
  width: 72%;
  padding: 3% 4%;
}

section.team .location-info .items .item-content {
  background: #d90e84;
}

section.team .location-info .items .item-content p,
section.team .location-info .items .item-content ul,
section.team .location-info .items .item-content ol {
  margin-bottom: 30px;
  line-height: 1.3em;
}

section.team .staff .staff-wrapper {
  border-bottom: 1px dashed #000;
}

section.team .staff .items {
  padding: 0 80px;
}

section.team .staff .item {
  text-align: center;
}

section.team .staff .item h6 {
  color: #da0e84;
  text-transform: uppercase;
}

section.team .staff .item span {
  font-size: 14px;
  line-height: 1.2em;
  color: #000;
  text-transform: uppercase;
}

section.team .staff .owl-staff .owl-nav {
  top: 50%;
  margin-top: -60px;
}

section.team .staff .owl-staff .owl-dots {
  margin-top: 30px;
}

section.faq {
  position: relative;
}

section.faq:before {
  width: 104%;
  margin-left: -2%;
  background: #fff;
  content: '';
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  position: absolute;
  bottom: -30px;
  z-index: 9;
  height: 30px;
}

.gform_wrapper.gravity-theme * {
  font-family: 'Gelion', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.contact.contact-default .ginput_container {
  margin-bottom: 10px;
}

.gform_wrapper.gravity-theme label {
  color: #757575;
}

.gform_wrapper.gravity-theme .gfield_label {
  display: none;
}

.gform_wrapper.gravity-theme input[type='text'],
.gform_wrapper.gravity-theme input[type='email'],
.gform_wrapper.gravity-theme input[type='tel'],
.gform_wrapper.gravity-theme input[type='number'],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  border: none;
  font-size: 15px;
  color: #757575;
  background-color: #fff;
  padding: 22px 50px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 52, 55, 0.1);
  box-shadow: 0px 0px 30px 5px rgba(0, 52, 55, 0.1);
}

.gform_wrapper.gravity-theme textarea {
  max-height: 150px;
}

.gform_wrapper.gravity-theme select {
  height: 60px;
  max-height: 60px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.gform_wrapper.gravity-theme input[type='number'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.gform_wrapper.gravity-theme input[type='submit'],
.gform_wrapper.gravity-theme input[type='button'] {
  width: 100%;
  font-size: 20px;
  border: none;
  cursor: pointer;
  padding: 25px 35px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.gform_wrapper.gravity-theme input[type='submit'],
.gform_wrapper.gravity-theme input[type='button'] {
  color: #fff;
  box-shadow: inset 0px -4px 0px 0px #bd0a69;
  background: #df1691;
  background: -moz-linear-gradient(-90deg, #df1691 0%, #d30b76 100%);
  background: -webkit-linear-gradient(-90deg, #df1691 0%, #d30b76 100%);
  background: linear-gradient(180deg, #df1691 0%, #d30b76 100%);
}

.gform_wrapper.gravity-theme input[type='submit']:hover,
.gform_wrapper.gravity-theme input[type='button']:hover {
  box-shadow: inset 0px -4px 0px 0px #d70b77;
  background: #f4189f;
  background: -moz-linear-gradient(-90deg, #f4189f 0%, #ef0c85 100%);
  background: -webkit-linear-gradient(-90deg, #f4189f 0%, #ef0c85 100%);
  background: linear-gradient(180deg, #f4189f 0%, #ef0c85 100%);
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  margin-bottom: 20px;
}

.gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
  font-size: 15px;
  line-height: 1.4em;
  padding: 10px;
  color: #da0e84;
  border: 1px solid #da0e84;
  text-align: center;
}

.gform_wrapper.gravity-theme .gfield.gfield_error .validation_message {
  font-size: 13px;
  color: #da0e84;
  position: absolute;
  top: 5px;
  right: 20px;
  font-weight: 400;
}

.gform_wrapper.gravity-theme .gfield .ginput_container.ginput_container_select {
  position: relative;
}

.gform_wrapper.gravity-theme .gfield .ginput_container.ginput_container_select:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  z-index: 9;
  color: #757575;
  pointer-events: none;
  font-size: 15px;
  content: '\f0d7';
  font-weight: 900;
  font-family: 'FontAwesome';
}

.gform_wrapper.gravity-theme .gform_page_footer {
  margin-top: 10px;
}

.gform_wrapper.gravity-theme .gf_progressbar_wrapper {
  margin-bottom: 20px;
}

.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar_title {
  font-size: 18px;
  color: #da0e84;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
}

.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar {
  color: #fff;
  background: #e1e1e1;
  border-radius: 30px;
  overflow: hidden;
}

.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background: #da0e84;
  padding: 8px 25px;
}

.contact.contact-styled .gform_wrapper.gravity-theme input[type='button'],
.contact.contact-styled .gform_wrapper.gravity-theme input[type='submit'] {
  max-width: 320px;
  margin-bottom: 10px;
}

.contact.contact-styled .gform_wrapper.gravity-theme .gfield--type-section {
  margin-top: 10px;
}

.contact.contact-styled .gform_wrapper.gravity-theme .gfield--type-section .gsection_description {
  font-size: 16px;
}

.contact.contact-styled .gform_wrapper.gravity-theme .gfield--type-section .gsection_description em {
  text-transform: none;
}

.contact.contact-styled .gform_wrapper.gravity-theme .gfield.gfield_html p {
  font-size: 18px;
  line-height: 1.5em;
  text-transform: none;
  margin-bottom: 25px;
  font-weight: 400;
}

.contact.contact-styled .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_checkbox .gchoice,
.contact.contact-styled .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice {
  display: inline-block;
  padding-left: 1rem;
}

.gravity-theme.gform-theme-datepicker {
  background: #fff;
  padding: 10px;
  font-family: 'Gelion';
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 52, 55, 0.1);
  box-shadow: 0px 0px 30px 5px rgba(0, 52, 55, 0.1);
}

.gravity-theme.gform-theme-datepicker th,
.gravity-theme.gform-theme-datepicker td {
  padding: 8px;
}

.gravity-theme.gform-theme-datepicker td a {
  color: #da0e84;
}

.cf-container,
.gform_fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.cf-col-1,
.cf-col-2,
.cf-col-3,
.cf-col-4,
.cf-col-5,
.cf-col-6,
.cf-col-7,
.cf-col-8,
.cf-col-9,
.cf-col-10,
.cf-col-11,
.cf-col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.popup-dance {
  max-width: 1170px;
  margin: 50px auto;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.popup-dance .title {
  text-transform: none;
}

.popup-dance .title.title-popup {
  font-size: 28px;
}

.popup-dance .popup-header,
.popup-dance .popup-footer {
  padding: 15px 45px;
}

.popup-dance .popup-content {
  padding: 50px 80px;
}

.popup-dance .popup-content .item {
  position: relative;
  width: 50%;
  margin-bottom: 30px;
}

.popup-dance .popup-content .item:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.popup-dance .popup-content .item .icon {
  flex: 0 0 130px;
}

.popup-dance .popup-content .item .content {
  padding-left: 20px;
}

.popup-dance .popup-content .item .content span.number {
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  background: #21cbdb;
  font-weight: 700;
}

.popup-dance .popup-content .item p {
  margin-bottom: 0;
}

.popup-dance .popup-content .items .item:nth-child(odd) {
  padding-top: 110px;
}

.popup-dance .popup-content .items.items:nth-child(odd) {
  padding-right: 11%;
}

.popup-dance .popup-content .items.items:nth-child(even) {
  padding-left: 11%;
}

.popup-dance .popup-content .items.items-1 .item:nth-child(odd):before {
  background-image: url(../png/arrow-1.png);
  top: 22px;
  left: 48%;
  width: 223px;
  height: 87px;
}

.popup-dance .popup-content .items.items-1 .item:nth-child(even):before {
  background-image: url(../png/arrow-2.png);
  bottom: -10px;
  left: 32%;
  width: 144px;
  height: 106px;
}

.popup-dance .popup-content .items.items-2 .item:nth-child(even):before {
  background-image: url(../png/arrow-3.png);
  top: 60px;
  left: -49%;
  width: 218px;
  height: 83px;
}

.popup-dance .popup-content .items.items-2 .item:nth-child(odd):before {
  background-image: url(../png/arrow-4.png);
  bottom: -135px;
  left: 8%;
  width: 28px;
  height: 158px;
}

.popup-dance .popup-content .items.items-3 .item:nth-child(odd):before {
  background-image: url(../png/arrow-5.png);
  top: 110px;
  left: 52%;
  width: 255px;
  height: 45px;
}

.popup-dance .popup-content .items.items-3 .item:nth-child(even):before {
  background-image: url(../png/arrow-6.png);
  bottom: -25px;
  left: 43%;
  width: 103px;
  height: 130px;
}

.popup-dance .popup-content .items.items-4 .item:nth-child(even):before {
  background-image: url(../png/arrow-7.png);
  top: 85px;
  left: -48%;
  width: 260px;
  height: 55px;
}

/* Syed */
.popup-dance .popup-content .items .hidden-odd-item {
  visibility: hidden;
}

.popup-dance .popup-content .items .hidden-even-item {
  visibility: hidden;
}

.popup-dance .popup-content .items .before-hidden:before {
  content: none;
}

.popup-options {
  max-width: 1170px;
  margin: 50px auto;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.popup-options .popup-header {
  padding: 15px 45px;
}

.popup-options .popup-header h3 br {
  display: none;
}

.popup-options .content {
  padding: 25px 45px;
}

.map-frame {
  margin-top: 0 !important;
}

.map-frame #locations-map {
  margin-top: -120px;
  height: 700px;
}

input#autocomplete {
  padding: 2% 5%;
  width: 100%;
  border-radius: 50px;
  border: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#autocomplete::placeholder {
  color: #000;
}

.search-box {
  position: relative;
  margin-bottom: 35px;
}

.search-box i {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  color: #da0e84;
  line-height: 1;
}

input#autocomplete:focus {
  border: none;
  outline: none;
  box-shadow: 0 1px 12px #b8c6db;
  -moz-box-shadow: 0 1px 12px #b8c6db;
  -webkit-box-shadow: 0 1px 12px #b8c6db;
}

body.page-template-tpl-find-location .gm-style-iw {
  border-radius: 0 !important;
  width: 300px !important;
  max-height: auto !important;
  padding: 30px;
  padding: 0;
}

body.page-template-tpl-find-location .gm-style-iw .gm-style-iw-d {
  overflow: unset !important;
  max-height: auto !important;
}

.locations-marker-popup {
  font-family: 'Open Sans', sans-serif !important;
  padding: 20px !important;
}

.locations-marker-popup h3 {
  font-weight: 700;
  font-size: 16px;
  color: rgb(68, 68, 68);
  line-height: 21.4286px;
  font-style: normal;
  text-align: start;
  text-decoration: none solid rgb(68, 68, 68);
  margin: 0px 0px 5px 0 !important;
  padding: 0px !important;
}

.locations-marker-popup .marker-state {
  font-weight: 400;
  font-size: 13px;
  color: rgb(119, 119, 119);
  line-height: 23px;
  font-style: normal;
  text-align: start;
  text-decoration: none solid rgb(119, 119, 119);
  margin: 0px 0px 7px 0 !important;
  padding: 0px !important;
}

.locations-marker-popup .marker-address {
  font-size: 16px;
  line-height: 24px;
  color: #576066;
  margin-bottom: 5px !important;
  font-weight: 500;
}

.locations-marker-popup .marker-phone,
.locations-marker-popup .marker-email {
  font-size: 16px;
  line-height: 24px;
  color: #576066;
  margin-bottom: 5px !important;
  font-weight: 700;
}

.locations-marker-popup .marker-phone a,
.locations-marker-popup .marker-email a {
  font-size: 14px;
  line-height: 24px;
  color: #e96cb5;
  margin-bottom: 5px !important;
  font-weight: 500;
}

.locations-marker-popup .marker-links {
  margin-top: 20px !important;
}

.locations-marker-popup .marker-links .enroll.enroll-now {
  color: #db0c83;
  border: 2px solid #db0c83;
  border-radius: 30px;
  padding: 8px 25px;
  /* border-radius: 30px; */
  font-weight: 700 !important;
}

.locations-marker-popup .marker-links .enroll.more-info {
  color: #db0c83;
  padding: 8px 25px;
  font-weight: 700 !important;
}

.locations-marker-popup .marker-links {
  margin-bottom: 10px;
}

/* Syed */
section.callout-rounded {
  position: relative;
}

section.callout-rounded:after {
  width: 110%;
  margin-left: -5%;
  background: #47c3cc;
  content: '';
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  position: absolute;
  bottom: -30px;
  z-index: 9;
  height: 50px;
}

section.callout-rounded .buttons {
  margin-right: -10px;
}

section.callout-rounded .buttons .btn {
  margin: 10px;
}

.items .item.item-default h2 {
  font-size: 42px;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 700;
}

.items .item.item-default h3 {
  font-size: 36px;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 700;
}

.items .item.item-default h5 {
  font-size: 28px;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: 700;
}

.items .item.item-default h6 {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: 700;
}

.items .item.item-style {
  background: #fff;
  -webkit-border-radius: 40px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius: 40px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomright: 8px;
  border-radius: 40px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
}

.items .item .image {
  display: inline-flex;
  border: 2px solid #47c3cc;
}

.items .item.has-image .image .image-border {
  border: 4px dotted #47c3cc;
  padding: 8px;
}

.items .item.has-image .image .image-wrapper {
  position: relative;
}

.items .item.has-image .image .image-wrapper:before {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(71, 195, 204, 0.25);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.items .item.has-image .image img {
  display: block;
  width: 100%;
  max-width: 250px;
}

.items .item.has-image h5 {
  margin: 20px 0;
  color: #da0e84;
}

.items .item.has-image h6 {
  margin: 10px 0;
}

.items .item.has-image span {
  font-size: 14px;
  line-height: 1.2em;
  color: #000;
  text-transform: uppercase;
}

.items-team .item.has-image h5 {
  margin-bottom: 5px;
}

.items-team .owl-dots {
  margin-top: 30px;
}

section.guarantee .guarantee-wrapper {
  background: #f2f7f7;
  overflow: hidden;
  padding-top: 30px;
}

section.guarantee .guarantee-options .items .items-wrapper {
  margin-left: -3%;
  margin-right: -3%;
}

section.guarantee .guarantee-options .items .items-default {
  align-items: stretch;
}

section.guarantee .guarantee-options .items .item {
  width: calc(33.333% - 6%);
  margin: 0 3%;
  padding: 3%;
  text-align: center;
}

section.guarantee .guarantee-options .items .item h5 {
  color: #47c3cc;
}

section.guarantee .guarantee-options .items .item .btn {
  width: 100%;
  max-width: 260px;
  margin: 15px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.guarantee .guarantee-options .items .item .btn i {
  margin-left: 10px;
}

section.guarantee .guarantee-text {
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
}

section.guarantee .guarantee-text .description {
  margin-bottom: 10px;
}

section.guarantee .guarantee-text ul {
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-weight: 400;
}

section.guarantee .guarantee-text ul li {
  padding: 10px 15px;
  border-bottom: 1px dashed #fff;
}

section.tippi-toes-benefits .item {
  max-width: 620px;
  background-color: rgba(32, 38, 38, 0.65);
}

section.tippi-toes-benefits .item .item-wrapper {
  padding: 12%;
}

section.tippi-toes-benefits .item .btn {
  margin-top: 20px;
}

section.tippi-toes-find .btn {
  margin-top: 50px;
}

section.banner.banner-page {
  min-height: 560px;
}

section.banner.banner-default {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-border-bottom-right-radius: 120px;
  -moz-border-radius-bottomright: 120px;
  border-bottom-right-radius: 120px;
}

section.banner,
section.banner .banner-mobile {
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}

section.banner:before,
section.banner .banner-mobile:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

section.banner .banner-wrapper {
  width: 100%;
  position: relative;
}

section.map-frame {
  margin-top: -120px;
}

section.map-frame iframe {
  display: block;
}

section.locations .items .items-default {
  flex-wrap: wrap;
}

section.locations .items .items-wrapper {
  margin-left: -20px;
  margin-right: -20px;
}

section.locations .items .item {
  width: calc(50% - 40px);
  margin: 0 20px;
  padding: 3% 5%;
  margin-bottom: 30px;
  flex-wrap: nowrap;
}

section.locations .items .item.item-default h3 {
  color: #47c3cc;
  margin-bottom: 5px;
}

section.locations .items .item.item-default span.location {
  font-size: 20px;
  line-height: 1.2em;
  color: #000000;
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
}

section.locations .items .item.item-default ul {
  font-size: 20px;
  line-height: 1.2em;
  color: #000000;
  font-weight: 400;
  word-wrap: break-word;
}

section.locations .items .item.item-default ul li {
  padding-left: 32px;
  margin-bottom: 5px;
  position: relative;
}

section.locations .items .item.item-default ul li:before {
  width: 20px;
  color: #da0e84;
  position: absolute;
  left: 0;
  top: -2px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';
}

section.locations .items .item.item-default ul li a {
  color: #000;
}

section.locations .items .item.item-default ul li.pin:before {
  content: '\f3c5';
}

section.locations .items .item.item-default ul li.phone:before {
  content: '\f095';
}

section.locations .items .item.item-default ul li.envelope:before {
  content: '\f2b6';
}

section.locations .items .btn-load-wrapper {
  text-align: center;
  margin-top: 30px;
}

section.locations .items .btn-load-wrapper .btn {
  width: 100%;
  max-width: 360px;
}

section.dance-classes-list .items .item {
  padding: 50px 55px;
  margin-bottom: 30px;
}

section.dance-classes-list .items .item:last-child {
  margin-bottom: 0;
}

section.dance-classes-list .items .item .title {
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 5px;
}

section.dance-classes-list .items .item h2 {
  color: #47c3cc;
}

section.dance-classes-list .items .item p {
  margin-bottom: 25px;
}

section.dance-classes-list .items .item p:last-child {
  margin-bottom: 0;
}

section.dance-classes-list .items .item .item-image {
  margin-top: 20px;
}

section.dance-classes-list .items .item .item-image.v2 {
  margin-top: 10px;
}

section.dance-classes-list .items .item img {
  width: 100%;
}

section.content-giving.default .text .description {
  padding-bottom: 10px;
}

section.content-giving.default .text .btn-wrapper {
  padding-top: 20px;
}

section.content-giving.franchises .items-wrapper {
  margin-left: -2%;
  margin-right: -2%;
}

section.content-giving.franchises .items .item {
  margin: 0 2% 30px 2%;
}

section.content-giving.franchises .items .item img {
  display: block;
  width: 100%;
}

section.content-giving.franchises .items .item:last-child {
  margin-bottom: 0;
}

section.default .spaced {
  padding-bottom: 15px;
}

section.story .items .items-default {
  flex-wrap: wrap;
}

section.story .items.items-style-1 .items-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

section.story .items.items-style-1 .item {
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

section.story .items.items-style-2 .item .content {
  margin-top: 30px;
}

section.story .items .item {
  padding: 35px 50px;
  margin-bottom: 30px;
}

section.story .items .item.item-default h3 {
  color: #47c3cc;
}

section.story .items .item.item-default h5 {
  color: #000000;
}

section.tippi-toes-team .join .content .page-styles {
  padding-bottom: 30px;
}

section.tippi-toes-team .join .items .item.item-odd .text {
  text-align: right;
}

section.tippi-toes-team .join .items .item .text {
  padding: 30px 0;
}

section.tippi-toes-team .join .items .item .text h3 {
  color: #47c3cc;
}

section.tippi-toes-team .join .items .item .text p:last-child {
  margin-bottom: 0;
}

section.tippi-toes-team .join .items .item .img-styles img {
  display: block;
  width: 100%;
}

section.tippi-toes-team .links ul li a {
  width: 100%;
  border-radius: 0;
}

section.videos .items-wrapper {
  margin-left: -2%;
  margin-right: -2%;
}

section.videos .items .item {
  margin: 0 2% 30px 2%;
}

section.videos .items .item img {
  display: block;
  width: 100%;
}

section.videos .items .item .item-wrapper {
  position: relative;
}

section.videos .items .item a.wp-video-popup i {
  font-size: 72px;
  color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

section.videos .items .item a.wp-video-popup:hover i {
  color: rgba(255, 255, 255, 1);
}

section.contact-form .description {
  margin-bottom: 10px;
}

section.tipi-toes.dance .content-single .text {
  padding-top: 30px;
}

section.tipi-toes.dance .content-single .image img {
  width: 100%;
}

section.tipi-toes.dance .content-single-options:nth-child(3n + 1) {
  background: #fcfcfc;
}

section.tipi-toes.dance .content-single-options:nth-child(3n + 1) .title {
  color: #da0e84;
}

section.tipi-toes.dance .content-single-options:nth-child(3n + 2) {
  background: #edf2f2;
}

section.tipi-toes.dance .content-single-options:nth-child(3n + 2) .title {
  color: #47c3cc;
}

section.tipi-toes.dance .content-single-options:nth-child(3n + 3) {
  background: #47c3cc;
}

section.tipi-toes.dance .content-single-options:nth-child(3n + 3) .title,
section.tipi-toes.dance .content-single-options:nth-child(3n + 3) .page-styles {
  color: #fff;
}

section.tipi-toes.dance .content-single-options .items .item {
  padding: 10%;
}

section.tipi-toes.dance .content-single-options .items .item h5 {
  color: #da0e84;
  margin-bottom: 20px;
}

section.tipi-toes.dance .content-single-options .items .item ul {
  font-size: 18px;
  line-height: 1.1em;
  color: #4b5959;
  margin-bottom: 35px;
}

section.tipi-toes.dance .content-single-options .items .item ul li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

section.tipi-toes.dance .content-single-options .items .item ul li:before {
  content: '\2022';
  color: #da0e84;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

section.tipi-toes.dance .content-single-options .items .item span {
  display: block;
}

section.tipi-toes.dance .content-single-options .items .item span.description {
  font-size: 18px;
  line-height: 1.2em;
  color: #da0e84;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

section.tipi-toes.dance .content-single-options .items .item p {
  font-size: 18px;
  line-height: 1.2em;
  color: #4b5959;
  margin-top: 15px;
}

section.tipi-toes.dance .content-single-options .items .item p a {
  color: #da0e84;
  font-weight: 700;
}

section.tipi-toes.dance .content-single-options .items .item img {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

section.tipi-toes.dance .content-single-options .items .item .btn {
  width: 100%;
}

::-webkit-input-placeholder {
  color: #757575;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #757575;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #757575;
}

:-ms-input-placeholder {
  color: #757575;
}

/* syed */

body.page-template-tpl-find-location .gm-style-iw {
  z-index: 99;
}

.w-100 {
  width: 100%;
}

.clearfix-custom {
  overflow: auto;
}

.clearfix-custom::after {
  content: "";
  clear: both;
  display: table;
}

section.events .events-list .acc-list .content-custom .content iframe {
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

section.locations .items .item-contact ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}

section.locations .item-contact {
  align-items: stretch;
  flex-grow: 1;
  display: flex;
}

section.locations .items .item-contact ul li:last-child {
  /* flex-grow: 1; */
  /* display: flex; */
  /* justify-content: flex-end; */
  /* flex-direction: column; */
}

section.locations .items .item {
  -webkit-justify-content: flex-start;
  justify-content: flex-start !important;
}

body.single-location .items .item.has-image .image .image-border {
  border: 4px dotted #da0e84;
}

body.single-location .items .item .image {
  border: 2px solid #da0e84;
}

i.remove_fav.fa.fa-bold.fa-heart {
  cursor: pointer;
  position: relative;
}

i.remove_fav.fa.fa-bold.fa-heart:after {
  position: absolute;
  right: -4px;
  top: 0;
  font-size: 12px;
  z-index: 9999;
  color: red;
  font-weight: 800;
  border-radius: 50%;
  content: '\f057';
  font-family: FontAwesome;
}

.location-card {
  cursor: pointer;
}

.location-card a.location-link {
  font-size: 16px;
  line-height: 1.2em;
  color: #da0e84 !important;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
}

p.disclaimer-text.pink {
  color: #da0e84;
  margin: 20px 0;
}

section.events .accordion-content .btn-tickets {
  margin-bottom: 35px;
  margin-top: 0;
}

/* syed */