/*!
 * Start Bootstrap - New Age v5.0.7 (https://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)
 */

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  color: #fdcc52;
  transition: all .35s;
}

a:hover, a:focus {
  color: #fcbd20;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 100px 0;
}

section h2 {
  font-size: 50px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  transition: all .35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand {
  color: #fdcc52;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #fcbd20;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}

#mainNav .navbar-nav > li > a {
  font-size: 11px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
  color: #fdcc52 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #fdcc52;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: white;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #fdcc52;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #fdcc52;
  }
}

/* ESJF : Original gradient colours below */
/*   background: url("/images/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430); */

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  background: url("../png/bg-pattern.png"), #7b4397;
  background: url("../png/bg-pattern.png"), linear-gradient(to left, #BB7722, #dc2430);
}

header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
}

header.masthead .header-content h1 {
  font-size: 30px;
}

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead-es-override {
    height: 33vh;
    min-height: 250px;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
    font-size: 50px;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
}

section.download {
  position: relative;
  padding: 150px 0;
}

section.download h2 {
  font-size: 50px;
  margin-top: 0;
}

section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.download .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}

section.features .section-heading {
  margin-bottom: 100px;
}

section.features .section-heading h2 {
  margin-top: 0;
}

section.features .section-heading p {
  margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

section.features .feature-item h3 {
  font-size: 30px;
}

section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../jpg/bg-cta.jpg");
  background-position: center;
  background-size: cover;
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
  text-align: center;
}

section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #dd4b39;
}

section.contact ul.list-social {
  margin-bottom: 0;
}

section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

footer {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.bg-primary {
  background: #fdcc52;
  background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
  color: #fdcc52;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #fdcc52;
  background-color: #fdcc52;
}

.btn {
  border-radius: 300px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}


.booked-lesson {
  padding: 5px;
  margin: 5px;
  border-radius: 4px;
  background-color: #D33;
  color: #fff;
}

.booked-lesson:hover {
  background-color: #F22;
}

.booked-lesson-golden {
  padding: 5px;
  margin: 5px;
  border-radius: 4px;
  background-color: #DC3;
  color: #fff;
}

.booked-lesson-golden:hover {
  background-color: #FC2;
}

.es-danger {
  background-color: #D33;
  color: #fff;
  padding: 4px;
  border-radius: 3px;
}
.es-warning-book {
  background-color: #FC2;
  color: #333;
  padding: 4px;
  border-radius: 3px;
}
.es-success {
  background-color: #4D3;
  color: #fff;
  padding: 4px;
  border-radius: 3px;
}





/* ESJF from inline styles */




.es-debugging-info {
  display: none;
  font-family: monospace;
  border-radius: 6px;
  background-color: #333;
  color: #3F5;
  padding: 12px;
  max-height: 360px;
  overflow: scroll;
}
.es-day {
  display: block;
  border-radius: 12px;
  margin: 5px;
  padding: 5px;
  border: 1px solid #999;
}
.es-day-detail {
  display: inline-block;
/*             width: 18%; */
  background-color: #eee;
  border-radius: 4px;
  margin: 5px;
  padding: 5px;
}
.es-hidden-for-debugging {
  display: none !important;
}
.es-day-title {
  display: inline-block;
/*             width: 60%; */
  color: #6c757d;
  border-radius: 4px;
  margin: 5px;
  padding: 5px;
  font-size: 22px;
  font-weight: 100;
  text-align: center;
}
.es-lesson {
  border-radius: 4px;
  margin: 5px;
  padding: 5px;
  flex-grow: 4;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 32px;
}
.es-lessons-container {
  display: flex;
  flex-wrap:wrap;
}
.mighty_morphs {
  background:  linear-gradient( to bottom,
    hsla(0, 100%, 40%, 0.55), 
    hsla(350, 100%, 20%, 0.85)
  ), 
  url("../jpg/mighty_morphs.jpg") no-repeat center center;
  background-size: cover , cover;
  background-color: #e33;
}
.mighty_morphs:hover {
  background:  linear-gradient( to bottom,
    hsla(0, 100%, 40%, 0.85), 
    hsla(350, 100%, 20%, 0.95)
  ), 
  url("../jpg/mighty_morphs.jpg") no-repeat center center;
  background-size: cover , cover;
}
.juniors_white_blue {
  background:  linear-gradient( to bottom,
    hsla(30, 100%, 40%, 0.55), 
    hsla(40, 100%, 20%, 0.85)
  ), 
  url("../jpg/juniors_white_blue.jpg") no-repeat center center;
  background-size: cover , cover;
  background-color: #e39;
}
.juniors_white_blue:hover {
  background:  linear-gradient( to bottom,
    hsla(30, 100%, 40%, 0.85), 
    hsla(40, 100%, 20%, 0.95)
  ), 
  url("../jpg/juniors_white_blue.jpg") no-repeat center center;
  background-size: cover , cover;
}
.juniors_blue_black {
  background:  linear-gradient( to bottom,
    hsla(200, 100%, 40%, 0.55), 
    hsla(220, 100%, 20%, 0.85)
  ), 
  url("../jpg/juniors_blue_black.jpg") no-repeat center center;
  background-size: cover , cover;
  background-color: #e3e;
}
.juniors_blue_black:hover {
  background:  linear-gradient( to bottom,
    hsla(200, 100%, 40%, 0.85), 
    hsla(220, 100%, 20%, 0.95)
  ), 
  url("../jpg/juniors_blue_black.jpg") no-repeat center center;
  background-size: cover , cover;
}
.adults_white_blue {
  background:  linear-gradient( to bottom,
    hsla(70, 100%, 30%, 0.65), 
    hsla(90, 100%, 15%, 0.90)
  ), 
  url("../jpg/seniors_white_blue.jpg") no-repeat center center;
  background-size: cover , cover;
  background-color: #3e3;
}
.adults_white_blue:hover {
  background:  linear-gradient( to bottom,
    hsla(70, 100%, 30%, 0.85), 
    hsla(90, 100%, 15%, 0.95)
  ), 
  url("../jpg/seniors_white_blue.jpg") no-repeat center center;
  background-size: cover , cover;
}
.adults_blue_black {
  background:  linear-gradient( to bottom,
    hsla(240, 100%, 40%, 0.55), 
    hsla(260, 100%, 20%, 0.85)
  ), 
  url("../jpg/seniors_blue_black.jpg") no-repeat center center;
  background-size: cover , cover;
  background-color: #3e9;
}
.adults_blue_black:hover {
  background:  linear-gradient( to bottom,
    hsla(240, 100%, 40%, 0.75), 
    hsla(260, 100%, 20%, 0.95)
  ), 
  url("../jpg/seniors_blue_black.jpg") no-repeat center center;
  background-size: cover , cover;
}
.adults_all {
  background:  linear-gradient( to bottom,
    hsla(0, 0%, 0%, 0.55), 
    hsla(0, 0%, 0%, 0.85)
  ), 
  url("../jpg/all_adults.jpg") no-repeat center center;
  background-size: cover , cover;
  background-color: #3e6;
}
.adults_all:hover {
  background:  linear-gradient( to bottom,
    hsla(0, 0%, 0%, 0.75), 
    hsla(0, 0%, 0%, 0.99)
  ), 
  url("../jpg/all_adults.jpg") no-repeat center center;
  background-size: cover , cover;
}
.online_mighty_morphs_and_juniors {
  background:  linear-gradient( to bottom,
    hsla(270, 100%, 40%, 0.75), 
    hsla(310, 100%, 20%, 0.95)
  ), 
  url("../jpg/juniors_blue_black.jpg") no-repeat center center;
  background-size: cover , cover;
  background-color: #3e6;
}
.online_mighty_morphs_and_juniors:hover {
  background:  linear-gradient( to bottom,
    hsla(270, 100%, 60%, 0.75), 
    hsla(310, 100%, 40%, 0.99)
  ), 
  url("../jpg/juniors_blue_black.jpg") no-repeat center center;
  background-size: cover , cover;
}
.online_all_adults {
  background:  linear-gradient( to bottom,
    hsla(330, 100%, 40%, 0.75), 
    hsla(360, 100%, 20%, 0.95)
  ), 
  url("../jpg/all_adults.jpg") no-repeat center center;
  background-size: cover , cover;
  background-color: #3e6;
}
.online_all_adults:hover {
  background:  linear-gradient( to bottom,
    hsla(330, 100%, 60%, 0.75), 
    hsla(360, 100%, 40%, 0.99)
  ), 
  url("../jpg/all_adults.jpg") no-repeat center center;
  background-size: cover , cover;
}
.teenagers {
  background:  linear-gradient( to bottom,
    hsla(55, 100%, 35%, 0.75), 
    hsla(70, 100%, 40%, 0.90)
  ), 
  url("../jpg/seniors_white_blue.jpg") no-repeat center center;
  background-size: cover , cover;
  background-color: #3e3;
}
.teenagers:hover {
  background:  linear-gradient( to bottom,
    hsla(55, 100%, 40%, 0.90), 
    hsla(70, 100%, 45%, 0.95)
  ), 
  url("../jpg/seniors_white_blue.jpg") no-repeat center center;
  background-size: cover , cover;
}



.es-member-graphic {
  height: 360px;
  padding: 12px;
  padding-top: 36px;
  color: #fff;
  border-radius: 6px;
}
.es-member-card {
  min-height: 480px;
  padding: 6px;
  color: #fff;
  background-color: #555;
  font-weight: 600;
}
.es-member-card:hover {
  background-color: #333;
}
.es-member-card-inner {
  padding-top: 12px;
}


/*     ESJF Modal Styles */
    
    
    

.es-modal-outer {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: hsla(360, 0%, 0%, 0.8);
}
.es-modal-inner {
  background-color: #fff;
  margin-top: 120px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  color: #555;
  border-radius: 5px;
}
.es-booking-button {
  padding: 10px;
  margin: 10px;
  text-align: center;
  min-width: 200px;
  border-radius: 10000px;
  background-color: #E33;
  font-size: 16px;
  color: #fff;
}
.es-booking-button:hover {
  background-color: #F00;
}
.es-return-button {
  padding: 10px;
  margin: 10px;
  text-align: center;
  min-width: 200px;
  border-radius: 10000px;
  background-color: #63F;
  font-size: 14px;
  color: #fff;
}
.es-return-button:hover {
  background-color: #85F;
}


/* LIVE pulse */




.btn-bounce{-webkit-animation:btnbounce 2.5s 2s;animation:btnbounce 2.5s 2s}
@-webkit-keyframes btnbounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}

@keyframes btnbounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation:bounce 2.5s infinite;animation:bounce 2.5s infinite}

@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}

@keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}

@-webkit-keyframes live-pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}

@keyframes live-pulse{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}

@keyframes live-pulse-golden{0%{opacity:1}50%{opacity:0.5}100%{opacity:1}}

.live{-webkit-animation:2s live-pulse infinite;animation:2s live-pulse infinite;display:inline-block;background:red;-webkit-border-radius:5px;border-radius:5px;color:#fff;font-weight:bold;padding:0.5rem 2rem;position:relative}

.live:before{content:"";-webkit-border-radius:50%;border-radius:50%;height:10px;width:10px;background:#fff;position:absolute;left:15px;top:16px}

.live-golden{-webkit-animation:2s live-pulse-golden infinite;animation:2s live-pulse-golden infinite;display:inline-block;background:#dc2;-webkit-border-radius:5px;border-radius:5px;color:#fff;font-weight:bold;padding:0.5rem 2rem;position:relative}

.live-golden:before{content:"";-webkit-border-radius:50%;border-radius:50%;height:10px;width:10px;background:#fff;position:absolute;left:15px;top:16px}


.arrow-container {
	position: relative;
	height:20px;
	overflow: visible;
}

.red-arrow {
	position: absolute;
	top:0px;
	right:0px;
	transform: rotateZ(220deg);
}

.red-text {
	position: absolute;
	top:0px;
	right:0px;
	color: #E22;
	text-shadow: 1px 1px 3px #000, -1px -1px 0px #f88;
	padding:12px;
	border-radius:4px;
	border-bottom: 2px solid #000;
/* 	float: left; */
	font-family: 'Bangers', cursive;
	font-size: 24px;
	max-width: 320px;
/* 	transform: translate(120px,90px); */
	background-color: hsla(360,0%,0%,0.7);
}

.day-notice {
	padding: 6px 22px;
	line-height: 40px;
	margin-right: 40px;
	border-radius: 4px;
	background-color: #EEE;
	color: #6c757d;
	font-size: 18px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  font-weight: 800;
  font-family: 'Mulish', sans-serif;
}

.day-notice:hover {
	background-color: #DDD;
}

.es-day-header {
	width: 95%;
	padding-bottom: 12px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
}

