.faw {
  font-family: FontAwesome;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.georgia {
  font-family: 'Georgia', serif !important;
}
.merry {
  font-family: serif;
}
.fff {
  color: #fff !important;
}
.fff * {
  color: #fff !important;
}
.ffg {
  font-family: 'Georgia', serif;
}
.georgia {
  font-family: 'Georgia', serif;
}
.trans {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.trans4 {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.ttu {
  text-transform: uppercase;
}
.ttc {
  text-transform: capitalize;
}
.ttl {
  text-transform: lowercase;
}
.ttn {
  text-transform: none;
}
.fsi {
  font-style: italic;
}
.fsn {
  font-style: normal;
}
.fwb {
  font-weight: 900 !important;
}
.fw1 {
  font-weight: 100;
}
.fw2 {
  font-weight: 200;
}
.fw3 {
  font-weight: 300;
}
.fw4 {
  font-weight: 400;
}
.fw5 {
  font-weight: 500;
}
.fw6 {
  font-weight: 600;
}
.fw7 {
  font-weight: 700;
}
.fw8 {
  font-weight: 800;
}
.fw9 {
  font-weight: 900;
}
.mb1 {
  margin-bottom: 1rem;
}
.mb2 {
  margin-bottom: 2rem;
}
.mb3 {
  margin-bottom: 3rem;
}
.mb4 {
  margin-bottom: 4rem;
}
.fz8 {
  font-size: 0.8rem !important;
  line-height: 1.2em;
}
.fz10 {
  font-size: 1.2rem !important;
  line-height: 1.2em;
}
.fz12 {
  font-size: 1.2rem !important;
  line-height: 1.2em;
}
.fz14 {
  font-size: 1.4rem !important;
  line-height: 1.2em;
}
.fz15 {
  font-size: 1.5rem;
  line-height: 1.2em;
}
.fz16 {
  font-size: 1.6rem;
  line-height: 1.2em;
}
.fz18 {
  font-size: 1.8rem;
  line-height: 1.2em;
}
.fz20 {
  font-size: 2rem;
  line-height: 1.2em;
}
.fz22 {
  font-size: 2.2rem;
  line-height: 1.2em;
}
.fz24 {
  font-size: 2.4rem;
  line-height: 1.2em;
}
.fz26 {
  font-size: 2.6rem;
  line-height: 1.2em;
}
.fz28 {
  font-size: 2.8rem;
  line-height: 1.2em;
}
.fz29 {
  font-size: 2.9rem;
  line-height: 1.2em;
}
.fz30 {
  font-size: 3rem;
  line-height: 1.2em;
}
.fz32 {
  font-size: 3.2rem;
  line-height: 1.2em;
}
.fz34 {
  font-size: 3.4rem;
  line-height: 1.2em;
}
.fz36 {
  font-size: 3.6rem;
  line-height: 1.2em;
}
.fz38 {
  font-size: 3.8rem;
  line-height: 1.15em;
}
.fz40 {
  font-size: 4.0rem;
  line-height: 1.15em;
}
.fz42 {
  font-size: 4.2rem;
  line-height: 1.15em;
}
.fz44 {
  font-size: 4.4rem;
  line-height: 1.15em;
}
.fz46 {
  font-size: 4.6rem;
  line-height: 1.15em;
}
.fz48 {
  font-size: 4.8rem;
  line-height: 1.15em;
}
.fz50 {
  font-size: 5rem;
  line-height: 1.15em;
}
.fz52 {
  font-size: 5.2rem;
  line-height: 1.15em;
}
.fz54 {
  font-size: 5.4rem;
  line-height: 1.15em;
}
.fz56 {
  font-size: 5.6rem;
  line-height: 1.15em;
}
.redbtn {
  color: #fff !important;
  background-color: #ffa833;
}
.ttu {
  text-transform: uppercase;
}
.d-n {
  display: none;
}
#top-bar {
  background: #ffa833 !important;
  font-size: 1.6rem;
  font-weight: 700;
}
#top-bar a {
  color: #ffffff;
}
#top-bar a:hover {
  color: #f1f1f1 !important;
}
#top-bar .tb-right {
  text-align: right;
}
.locations {
  color: #ffffff;
  float: right;
  clear: right;
  position: relative;
  right: 7px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 0.4em;
}
.locations > span {
  padding: 0 8px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin-left: 0.95em;
}
.locations > span > a {
  display: block;
}
.locations a {
  padding: 2px 0;
  color: #ffffff;
  text-align: center;
}
.locations a:hover {
  text-shadow: 0 0 2px #ffffff;
  color: #ffffff;
}
.locations a:hover span {
  border-bottom: 1px solid #ffa833;
}
.locations a.lactive {
  border-bottom: 1px solid #ffa833;
}
.locations a span {
  display: block;
  padding-bottom: 2px;
}
.telephone {
  float: right;
  clear: right;
  color: #ffffff;
  padding-right: 15px;
  font-family: Georgia;
  text-shadow: 0 0 5px rgba(252, 253, 253, 0.75) !important;
}
.x-slider-scroll-bottom {
  position: absolute;
  display: inline-block;
  border: 2px solid #fff;
  font-size: 25px;
  line-height: 53px;
  text-align: center;
  color: #fff;
  z-index: 1020;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Arial', sans-serif;
  padding: 0.2em 0.6em;
}
.x-slider-scroll-bottom:hover {
  color: #000 !important;
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid rgba(0, 0, 0, 0.2);
}
a.mobile-menu-show {
  color: #fff !important;
}
a.logo span {
  display: none;
}
#mobile-menu ul#menu-top li:hover > a {
  color: #ffa833 !important;
}
@media only screen and (min-width: 768px) {
  #header-section.header-6 #header {
    height: auto !important;
    padding-bottom: 13px !important;
  }
  a.logo span {
    display: block;
    text-align: center;
    color: #fff;
    font-family: 'Georgia', serif;
    font-size: 1.6rem;
    font-weight: 900;
  }
}
@media only screen and (max-width: 1024px) {
  .locations {
    font-size: 11.5px;
  }
  nav#main-navigation .menu > li {
    padding: 0 7px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .top-locs {
    padding: 6px 0;
  }
  .top-locs > span {
    width: 48%;
    float: left;
    display: block;
  }
  .top-locs > span > a:nth-of-type(1) {
    font-size: 1.25rem !important;
    line-height: 1.45em;
  }
}
@media only screen and (max-width: 480px) {
  .header-container > .row,
  .header-5 header .container > .row,
  .header-6 header > .container > .row {
    height: auto !important;
  }
  #header-section #header-sticky-wrapper {
    max-height: 68px !important;
  }
  #header-section #header #logo {
    height: 55px !important;
  }
}
body {
  color: #1c1c1c !important;
}
body strong,
p strong {
  letter-spacing: 0;
  font-family: 'SF Pro Text', -apple-system, -apple-system-font, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', 'Helvetica', 'Verdana', 'Arial', 'sans-serif';
  font-weight: bold !important;
}
.page-heading {
  background-color: #111 !important;
}
.page-heading .entry-title {
  color: #fff !important;
}
.home .wpcf7 p {
  font-size: 14px;
}
.home .wpcf7 textarea {
  height: 150px !important;
}
.red {
  color: #ffa833 !important;
}
#dance-faqs {
  color: #ffa833 !important;
}
.gmaps h3 {
  text-align: center !important;
  display: block;
}
.gmaps h3 span {
  color: #ae1100 !important;
  font-size: 36px;
}
.find-out a {
  color: #fff;
}
.free {
  border: 1px solid #eee;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.32);
  background-color: #fff;
  border-radius: 0.3em;
  padding: 0.4em 1.5em 1.9em;
  margin-top: 1.6em;
}
.italic {
  font-style: italic !important;
}
h3.spb-heading {
  color: #656565 !important;
  line-height: 1.2em !important;
}
img.bdrs {
  border-radius: 100%;
  border: 5px solid #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  max-width: 85%;
  height: auto;
}
.tac {
  text-align: center;
}
.nobd h3:before,
.nobd h3 span:before,
.nobd h3:after,
.nobd h3 span:after {
  display: none;
}
.glows {
  text-shadow: 0 0 5px rgba(252, 253, 253, 0.75) !important;
}
.bgcfa {
  background-color: #fafafa !important;
}
.spb_testimonial_slider_widget .testimonial-text {
  font-family: "Helvetica", Arial, Helvetica, Tahoma, sans-serif !important;
  color: #c8c8c8;
}
.spb_testimonial_slider_widget h3 {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  font-weight: 700;
}
.spb_testimonial_slider_widget h3,
.spb_testimonial_slider_widget h3 span {
  color: #272727 !important;
}
.spb_testimonial_slider_widget h3:before,
.spb_testimonial_slider_widget h3 span:before,
.spb_testimonial_slider_widget h3:after,
.spb_testimonial_slider_widget h3 span:after {
  display: none;
}
.my-h2 h2 {
  text-transform: uppercase;
  font-size: 30px !important;
  line-height: 1.1em;
}
.bgcf2 {
  background-color: #f2f2f2 !important;
}
.no-shadow:after {
  display: none !important;
  margin-bottom: 0;
}
.pb25 {
  padding-bottom: 13.5em !important;
}
.fz44 {
  font-size: 44px !important;
  line-height: 1.1em;
}
.fancy-heading.page-heading {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
  text-align: center;
  border-top: 1px solid #444 !important;
  border-bottom: 1px solid pink !important;
  background-color: #000;
}
.fancy-heading.page-heading h1,
.fancy-heading.page-heading h3 {
  color: #fff !important;
  display: inline-block;
  font-size: 3rem !important;
  text-transform: capitalize;
  font-weight: 900;
  text-shadow: 1px 1px 1px #000000, 1px 1px 5px #ffa833;
}
.fancy-heading.page-heading h3 {
  font-weight: 500;
}
.call-out {
  position: relative;
  z-index: 2;
  padding: 0;
  margin-bottom: 0;
}
.call-out .free a.cso-btn {
  display: none !important;
}
.call-out .free {
  border-top: 4px solid #ffa833;
  border-bottom: 4px solid #ffa833;
  position: relative;
  margin-top: -0.5em;
  font-size: 15px;
  padding: 0.35em 1.5em 0.9em;
}
.call-out .free h2 {
  font-size: 30px;
  font-style: italic;
  color: #ffa833;
  font-weight: bold;
}
.call-out .free a {
  display: inline-block;
  float: right;
  clear: right;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 1em 1em;
  position: relative;
  margin-top: -1.5em;
  border-radius: 0.3em;
}
.page-id-110 .call-out {
  display: none;
}
.dance-s img {
  border-radius: 100em;
}
.dance-s p {
  font-size: 12px;
  margin-bottom: 0.5em;
}
.myul ul {
  list-style-position: outside;
  list-style: none;
  margin-left: 15%;
}
.myul ul li {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 1rem;
}
.myul ul li:before {
  position: relative;
  display: inline-block;
  content: ' ';
  width: 21px;
  height: 30px;
  background-color: red;
  background: transparent url('../img/bg-red-checkmark.png') left top no-repeat;
  left: -14px;
  top: 6px;
  margin-left: -30px;
}
.myul ul li span {
  display: block;
  font-style: italic;
}
.my-testi .spb-heading {
  font-size: 36px !important;
  margin-bottom: 35px;
  font-weight: normal;
  font-family: 'Georgia', serif;
}
.my-testi .testimonial-text {
  font-size: 20px;
}
.the-3 .spb-heading {
  color: #ffa833 !important;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 0;
}
.the-3 .spb-heading + p {
  font-size: 16px;
}
.the-3 .spb-heading span:before,
.the-3 .spb-heading span:after {
  display: none;
}
.the-3 .spb_content_element .spb_wrapper {
  padding-left: 70px;
}
.f-out {
  color: #ffa833;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #ffa833;
  border-radius: 2px;
  padding: 0.9em 2em;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.f-out:hover {
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
  background-color: #f9f9f9;
}
.bb1c {
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 40px;
}
.bdrs img {
  border-radius: 100em;
}
.blktxt * {
  color: #0a0a0a;
}
.prog h3,
.prog p {
  text-align: center !important;
}
.prog h3 {
  margin-bottom: 0;
  font-size: 3.6rem;
  line-height: 1.2em;
}
.prog h3 span:before,
.prog h3 span:after {
  display: none;
}
.spb_accordion .spb_accordion_section {
  margin-bottom: 3px;
  border: none;
}
.spb_accordion .ui-accordion h3.ui-accordion-header {
  text-align: center;
  font-size: 36px !important;
  font-family: 'Georgia', serif;
  color: #0a0a0a;
  background-color: #e8e8e8 !important;
}
.spb_accordion .ui-accordion h3.ui-accordion-header span.ui-accordion-header-icon {
  display: none;
}
.spb_accordion .ui-accordion h3.ui-accordion-header a {
  box-shadow: 0 0 0 0;
  line-height: 1.2em;
}
.spb_accordion .ui-accordion h3.ui-accordion-header:after {
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #ffa833;
  font-family: FontAwesome;
  font-size: 30px;
  position: relative;
  margin-top: -10px;
}
.spb_accordion .ui-accordion h3.ui-accordion-header.ui-state-active:after {
  display: none;
}
#myfull .col-sm-12 {
  padding: 0 !important;
}
#page-wrap {
  overflow: visible;
}
.page-id-110 .refaf {
  display: none !important;
}
.refaf {
  position: fixed;
  display: inline-block;
  z-index: 99;
  right: -4em;
  bottom: 50%;
  background-color: transparent !important;
  width: 10em;
  height: 2em;
  text-align: center;
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.refaf a {
  color: #ffffff;
  font-size: 20px;
  background-color: #ffa833 !important;
  display: block;
  white-space: nowrap;
  padding: 0.7em 1em 0.4em;
  text-align: center;
  border-radius: 7px 7px 0 0 ;
  position: relative;
  top: -0.1em;
  margin-top: -0.4em;
}
.refaf a:hover {
  background: #0a0a0a;
  color: #ffffff;
}
.col-sm-12.reviews .reviews {
  margin: auto;
  text-align: center;
}
.col-sm-12.reviews .reviews a {
  max-width: 290px;
}
.reviews {
  position: relative;
  display: block;
  margin-top: 3rem;
  padding: 2rem;
  margin-bottom: 20px;
  border-radius: 6px;
}
.reviews h4 {
  color: #99070e;
  font-size: 1.8rem;
  line-height: 1.3em;
  letter-spacing: normal;
  margin: 0;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.reviews p a {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  color: #99070e;
  line-height: 1.5em;
  text-align: center;
  font-size: 1.4rem;
}
.reviews p a img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
}
.spb_testimonial_slider_widget .testimonial-text {
  color: #111;
}
.page-id-110 .reviews {
  background-color: rgba(0, 0, 0, 0.015);
  border: 1px solid #eee;
  display: block;
  padding: 3.5rem 1.5rem;
}
.page-id-110 .reviews h4 {
  text-align: center;
}
#copyright > .container {
  text-align: left;
}
#copyright > .container > p,
#copyright > .container ul.social-icons {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-bottom: 0;
}
#copyright > .container ul.social-icons {
  margin-left: 2em;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?b2ur9o');
  src: url('../fonts/icomoon.eot?b2ur9o#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?b2ur9o') format('truetype'), url('../fonts/icomoon.woff?b2ur9o') format('woff'), url('../fonts/icomoon.svg?b2ur9o#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-kt:before {
  content: "\e900";
}
ul.social-icons li.deviantart a:hover {
  background-color: #6CC6F0 !important;
}
ul.social-icons li.deviantart i {
  font-family: 'icomoon' !important;
}
ul.social-icons li.deviantart i:before {
  content: "\e900" !important;
}
.page-id-4259 .col-sm-12.call-out {
  display: none;
}
.page-id-4259 .spb-heading span:before,
.page-id-4259 .spb-heading span:after {
  top: 0.65em !important;
}
.capp div.wpcf7 {
  max-width: 460px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.005);
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 20px;
  border-radius: 10px;
}
.pm0 p input {
  margin-bottom: 10px !important;
}
.pm0 textarea {
  height: 100px !important;
}
.uplds {
  padding-top: 5px;
  font-size: 14px;
}
.uplds .red {
  font-size: 1.4rem !important;
  line-height: 1.2em;
}
.uplds .upload-app {
  vertical-align: bottom;
  line-height: 1em;
}
.logo-footer {
  text-align: center;
}
.logo-footer img {
  max-width: 80%;
}
#footer-widgets .textwidget p {
  font-size: 12px;
  line-height: 1.4em;
}
#footer-widgets ul.menu li a {
  font-size: 16px;
  padding: 5px 0;
}
#footer-widgets .motto {
  font-size: 15px !important;
  line-height: 1.3em;
}
.sf-icon-box-animated .back a {
  display: inline-block;
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 5px 8px;
}
.sf-icon-box-animated .back a:hover {
  background-color: #fff;
  color: #ffa833;
}
.sf-icon-box-animated .back * {
  color: #fff;
}
.wrpr-a-fff * {
  color: #fff !important;
}
.ul-no-style,
.ul-center {
  text-align: center;
}
.ul-no-style ul,
.ul-center ul,
.ul-no-style ol,
.ul-center ol {
  display: inline-block;
  width: auto;
  text-align: left;
  min-width: 40%;
}
.btn-red {
  background-color: #ffa833;
  color: #fff;
  padding: 0.6em 3.5em;
  border-radius: 3px;
  margin-top: 2em;
  font-size: 1em;
}
.btn-red:hover {
  background-color: #000;
  color: #fff;
}
.img-dance img {
  max-width: 150px;
}
.spb_parallax_asset {
  box-shadow: none !important;
}
.vam .row {
  font-size: 0;
}
.vam h3 {
  font-weight: 900;
  letter-spacing: 1px;
}
.vam .row .spb_content_element {
  float: none;
  vertical-align: middle;
  display: inline-block;
}
.wrpr-fff * {
  color: #fff;
}
.wrpr-fff h2 {
  font-size: 3rem;
  font-weight: 900 !important;
}
.fz44 {
  font-size: 4.4rem;
  line-height: 1.2em;
}
.fz39 {
  font-size: 3.9rem;
  line-height: 1.2em;
}
.fz36 {
  font-size: 3.6rem;
  line-height: 1.2em;
}
.fz30 {
  font-size: 3rem;
  line-height: 1.2em;
}
.fz26 {
  font-size: 2.6rem;
  line-height: 1.2em;
}
.fwb {
  font-weight: bold;
}
.fsi {
  font-style: italic;
}
.awrpr-img {
  margin-bottom: 0;
  padding: 0 !important;
}
.awrpr-img img {
  width: 100%;
  height: auto;
}
.awrpr-img p {
  margin: 0;
}
.awrpr-img-r {
  padding-left: 0;
}
.awrpr-img-l {
  padding-right: 0;
}
.redbtn {
  background: #ffa833;
  text-decoration: none;
  padding: 1rem 2.5rem;
  display: inline-block;
  border-radius: 4px;
  font-size: 2rem !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.redbtn:hover {
  background: #0a0a0a !important;
}
.page-id-11301 #page-wrap,
.page-id-11303 #page-wrap,
.page-id-11304 #page-wrap,
.page-id-11305 #page-wrap,
.page-id-11306 #page-wrap,
.page-id-11307 #page-wrap,
.page-id-11308 #page-wrap,
.page-id-11309 #page-wrap,
.page-id-11195 #page-wrap {
  overflow: visible;
}
.page-id-11301 .page-heading,
.page-id-11303 .page-heading,
.page-id-11304 .page-heading,
.page-id-11305 .page-heading,
.page-id-11306 .page-heading,
.page-id-11307 .page-heading,
.page-id-11308 .page-heading,
.page-id-11309 .page-heading,
.page-id-11195 .page-heading {
  display: none !important;
}
.cas-dance h3 {
  margin-top: 5px;
}
.cas-dance img {
  float: left;
  margin-right: 15px;
}
.wrpr-local-team .animated-overlay {
  border: 2px solid rgba(255, 255, 255, 0.75);
}
.btn-purple {
  background-color: #ffa833;
  color: #fff;
}
.dbl {
  display: inline-block;
  white-space: nowrap;
}
.page-id-128 .sf-icon-box-animated .front {
  padding: 0;
  border-radius: 4px;
  background-color: #ffa833 !important;
}
.page-id-128 .sf-icon-box-animated .front img {
  border-radius: 0;
  width: 100%;
  border-radius: 4px;
}
.spb_wrapper iframe {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  border: 0.5rem solid #fff !important;
  box-shadow: 3px 3px 0.7rem rgba(0, 0, 0, 0.1);
}
.iframe-wrpr iframe,
.wrpr-video iframe {
  width: 100%;
  height: 310px;
  border: none !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select,
.ginput_container input[type="text"],
.ginput_container input[type="email"],
.ginput_container textarea,
.ginput_container select,
.mymail-form input[type="text"],
.mymail-form input[type="email"],
.mymail-form textarea,
.mymail-form select {
  width: 100%;
  max-width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.6rem;
}
textarea {
  max-height: 9rem;
}
.inputs {
  background-color: #fafafa;
  border: 1px solid #eee;
  padding: 9px 15px;
}
.inputs input.pug_search,
.inputs input.pu-enter {
  display: inline-block !important;
  float: none !important;
  vertical-align: middle !important;
  margin: 0;
}
.inputs input.pug_search {
  width: 57%;
  margin-right: 10px;
}
.inputs input.pu-enter {
  width: 40%;
  color: #fff;
  background-color: #ffa833;
  border-radius: 3px;
  padding: 10px 20px;
}
.inputs input.pu-enter:hover {
  background-color: #333;
}
.page-id-478 #main-container,
.page-id-478 .inner-page-wrap {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 0;
}
.pmb0 p {
  margin-bottom: 0;
}
.my-conts .mpfy-fullwrap,
div.col-sm-push-6 .mpfy-fullwrap,
div.call-out .mpfy-fullwrap {
  height: 0px;
  overflow: hidden;
}
.my-conts .mpfy-fullwrap.view,
div.col-sm-push-6 .mpfy-fullwrap.view,
div.call-out .mpfy-fullwrap.view {
  height: auto;
  overflow: visible;
}
.my-conts .mpfy-fullwrap a,
div.col-sm-push-6 .mpfy-fullwrap a,
div.call-out .mpfy-fullwrap a {
  background-color: rgba(0, 255, 0, 0.05);
  border: 1px dashed green !important;
  display: none !important;
  opacity: 0 !important;
}
.pug-learn {
  display: inline-block;
  color: #fff;
  background-color: #ffa833;
  padding: 6px 15px;
  border-radius: 3px;
  text-align: center;
}
.pug-learn:hover {
  background-color: #333;
  color: #fff;
}
.page .tltpcnt .mpfy-directions-button {
  display: block;
}
.page .tltpcnt .pug-learn {
  display: none;
}
.home .tltpcnt .mpfy-directions-button {
  display: none !important;
}
.home .tltpcnt .pug-learn {
  display: block !important;
}
.mpfy-controls {
  background-color: transparent !important;
}
.mpfy-controls .mpfy-search-form {
  background-color: #fff !important;
}
.mpfy-search-wrap {
  background-color: rgba(0, 0, 0, 0.65) !important;
  border: 1px solid rgba(0, 0, 0, 0.95) !important;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}
.gm-style .gmnoprint,
.gm-style .gm-fullscreen-control,
.gm-style .gm-style-cc {
  display: none !important;
}
.wrpr-iframe iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 450px;
}
.fancy-heading.page-heading {
  border: none !important;
}
.p0 {
  padding: 0;
  margin: 0;
}
.p0 > * {
  width: 100%;
}
.p0 > * img {
  width: 100%;
}
.p0 p {
  margin: 0;
}
.flex h3:first-child {
  margin-top: 14px;
  margin-bottom: 10px;
  font-weight: 900;
  letter-spacing: 1px;
}
.flex p:last-of-type {
  margin-bottom: 0;
}
.am-tooltip-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
}
.am-tooltip-wrapper .am-subtitle {
  color: #fff;
}
.am-tooltip-wrapper .am-phone {
  font-size: 1.5em;
  color: #fff;
  text-align: center;
}
.mpfy-tooltip .center {
  padding: 30px 20px 20px 20px !important;
  background: rgba(0, 0, 0, 0.86) !important;
}
.tp-button.btn-purple,
.tp-button:hover.btn-purple,
.purchase.btn-purple,
.purchase:hover.btn-purple {
  background-color: #ffa833;
  box-shadow: 0px 3px 0px 0px #995800;
  color: #fff;
  border-radius: 3px;
  padding: 6px 16px;
  font-family: 'SF Pro Text', -apple-system, -apple-system-font, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', 'Helvetica', 'Verdana', 'Arial', 'sans-serif';
}
.tp-button.btn-purple:hover,
.tp-button:hover.btn-purple:hover,
.purchase.btn-purple:hover,
.purchase:hover.btn-purple:hover {
  text-decoration: none;
  background-color: #ff970a;
}
textarea,
.wpcf7 textarea {
  max-height: 10em;
}
.mycaptcha {
  display: block;
  margin-bottom: 15px;
}
.mycaptcha:before,
.mycaptcha:after {
  content: '';
  display: table;
  clear: both;
}
.mycaptcha img,
.mycaptcha .caplabel,
.mycaptcha .wpcf7-form-control-wrap {
  display: inline-block !important;
  vertical-align: middle;
}
.mycaptcha img input,
.mycaptcha .caplabel input,
.mycaptcha .wpcf7-form-control-wrap input {
  margin-bottom: 0;
}
.mycaptcha .caplabel {
  font-size: 1.5rem;
  padding: 6px;
  margin-top: 6px;
  color: #222;
}
.mycaptcha img {
  float: none !important;
  border: none !important;
  padding: 11px 8px 6px !important;
  background-color: #f5f5f5;
}
.mycaptcha .wpcf7-form-control-wrap {
  width: 5em;
}
.grecaptcha-badge {
  position: absolute;
  z-index: -999;
}
.fullfull {
  width: 100% !important;
  padding-top: 0px;
  background-color: rgba(0, 255, 0, 0.05);
  border: 1px dashed green !important;
}
.product-after-wrap {
  display: none;
  background-color: rgba(0, 0, 255, 0.05);
  border: 1px dashed blue !important;
}
/**Blog**/
.tags-wrap {
  display: none;
}
/**END Blog**/
.grecaptcha-badge {
  display: none;
}
.container > .row {
  margin: 0px;
}
.row .btn-wrpr {
  display: block;
  text-align: center;
  padding-top: 1rem !important;
}
.row .btn-wrpr a {
  background-color: #ffa833;
  display: inline-block;
  float: none;
  margin-top: unset;
  padding: 1rem 4rem;
}
.row .btn-wrpr a:hover {
  background-color: #ff9200;
}
.free-online {
  text-align: center;
}
.pum-container.pum-responsive img {
  width: 100% !important;
}
h1,
h2,
h3,
h4,
h5,
.heading-font,
.custom-caption p,
span.dropcap1,
span.dropcap2,
span.dropcap3,
span.dropcap4,
.spb_call_text,
.impact-text,
.impact-text-large,
.testimonial-text,
.header-advert,
.spb_call_text,
.impact-text,
.sf-count-asset .count-number,
#base-promo,
.sf-countdown,
.fancy-heading h1,
.sf-icon-character {
  font-family: 'SF Pro Text', -apple-system, -apple-system-font, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', 'Helvetica', 'Verdana', 'Arial', 'sans-serif' !important;
}
.wrpr-fwimg * {
  color: #fff;
}
.wrpr-fwimg a:hover {
  color: #ffa833;
}
.wrpr-fwimg .row > .fwimg {
  text-align: center;
  height: 100vh;
}
.wrpr-fwimg .row > .fwimg h3 {
  display: block;
  text-align: center;
  width: 100%;
  color: #fff !important;
  font-size: 2em;
  margin-top: 1em;
  margin-bottom: 1.5rem;
  white-space: unset;
}
.wrpr-fwimg .row > .fwimg h3 span:before,
.wrpr-fwimg .row > .fwimg h3 span:after {
  display: none !important;
}
.wrpr-fwimg .row > .fwimg:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+61 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.wrpr-fwimg .row > .fwimg > .spb_wrapper {
  max-width: 85%;
  margin: 0 auto;
}
.fwimg {
  background-position: center 70px !important;
  background-repeat: no-repeat !important;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+61 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.85) 91%, rgba(0, 0, 0, 0.95) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.85) 91%, rgba(0, 0, 0, 0.95) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.85) 91%, rgba(0, 0, 0, 0.95) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.fwimg.img-001 {
  background-image: url('/wp-content/uploads/2021/05/dancers1.jpg');
  background-size: cover;
}
.fwimg.img-002 {
  background-image: url('/wp-content/uploads/2021/05/dancers3.jpg');
  background-size: cover;
}
.fwimg.img-003 {
  background-image: url('/wp-content/uploads/2021/05/bg-img-006.jpg');
  background-size: cover;
}
.fwimg.img-004 {
  background-image: url('/wp-content/uploads/2021/05/dancers2.jpg');
  background-size: cover;
}
.fwimg.img-005 {
  background-image: url('/wp-content/uploads/2021/05/dancers4.jpg');
  background-size: cover;
}
.page-id-17280 .wpcf7 {
  border: 1px solid #ddd !important;
  border-radius: 2px;
  padding: 1.5rem;
}
.page-id-17280 .wpcf7 input[type="date"],
.page-id-17280 .wpcf7 input[type="number"] {
  border: 1px solid blue;
  background: #f7f7f7;
  border-color: #e4e4e4;
  margin-top: 0.5rem;
  margin-bottom: 0.6rem;
  padding: 6px;
  border: 1px solid #e3e3e3;
  font-size: 14px !important;
  width: 100%;
}
.page-id-17280 .wpcf7 form .wpcf7-form-control-wrap,
.page-id-17280 .wpcf7 form .item-wrpr {
  display: inline-block;
  width: 50%;
  padding: 0 5px;
  vertical-align: top;
}
.page-id-17280 .wpcf7 form .wpcf7-form-control-wrap .wpcf7-form-control-wrap,
.page-id-17280 .wpcf7 form .item-wrpr .wpcf7-form-control-wrap {
  width: 100% !important;
}
.page-id-17280 .wpcf7 form .item-wrpr {
  padding-top: 5px;
  font-size: 14px;
}
.page-id-17280 .wpcf7 form .submit-wrpr {
  padding-top: 5px;
}
.page-id-17280 .wpcf7 form .submit-wrpr input {
  width: 100%;
  display: block;
  font-style: 2rem;
}
.innerList {
  display: block;
  margin: 0 auto;
  text-align-last: left;
  float: none;
  width: 300px;
}
.wpcf7-form-control-wrapx {
  display: block;
  width: 100%;
  text-align: center;
}
.wpcf7-form-control-wrapx .wpcf7-submit {
  display: block;
  width: 100%;
}
.daben h3,
.daben .faqs-nav,
.daben .faq-section-title {
  border: 1px solid red;
  display: none;
}
.daben h6 {
  font-family: 'Georgia', serif !important;
  font-family: 'Georgia', serif;
  font-size: 2rem;
  line-height: 1.1em;
  color: #ffa833 !important;
  font-weight: 900 !important;
  letter-spacing: unset;
}
@media only screen and (min-width: 480px) {
  .telephone {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .call-out .free {
    margin-top: -2.5em;
  }
  .wrpr-fwimg .row {
    display: flex;
  }
  .wrpr-fwimg .fwimg {
    border: 5px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .wrpr-fwimg .fwimg h3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .my-h2 h2,
  .my-h2 h1 {
    margin-top: 5% !important;
  }
  .bdcent:before {
    position: absolute;
    height: 100%;
    margin-left: 49%;
    width: 2px;
    content: ' ';
    border-left: 1px solid #eee;
  }
  .vam .row .spb_content_element {
    width: 50%;
  }
  .flex .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .flex .row .spb_content_element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fbfbfb;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .flex .row .spb_content_element h3 {
    margin-top: 1rem;
    font-weight: 900;
    letter-spacing: 1px;
  }
  .flex .row .spb_content_element p:last-of-type {
    margin-bottom: 0;
  }
  .evens div.row .spb_content_element.col-sm-6,
  .odds div.row .spb_content_element.col-sm-6 {
    width: 49.9%;
  }
  .evens .spb_content_element.col-sm-6:nth-of-type(1) {
    order: 2;
  }
  .section1 > .spb_content_element > .container {
    background: url('/wp-content/uploads/2018/05/Arthur-Murray-Dance-Studios.jpg') no-repeat right;
  }
  .section1 > .spb_content_element > .container > .row {
    padding: 25px 0;
  }
  .iq-parallax .sf-parallax-video video {
    top: -50%;
  }
  .fancy-heading.page-heading {
    padding-top: 79px !important;
    padding-bottom: 79px !important;
    text-align: center;
    border-top: 1px solid #444 !important;
    border-bottom: 1px solid pink !important;
    background-color: #000;
  }
  .fancy-heading.page-heading h1,
  .fancy-heading.page-heading h3 {
    color: #fff !important;
    display: inline-block;
    font-size: 7rem !important;
  }
  .page-id-17461 .fancy-heading.page-heading,
  .page-id-379 .fancy-heading.page-heading {
    padding-top: 190px !important;
    padding-bottom: 150px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .the-3 .spb-heading {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .section1 > .spb_content_element > .container > .row {
    padding: 80px 0;
  }
  .md-dbl {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: 98%;
  }
}
@media only screen and (min-width: 1200px) {
  .section1 > .spb_content_element > .container > .row {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 991px) {
  #page-wrap {
    padding: 0;
  }
  #header #logo {
    height: 85px !important;
    text-align: center;
  }
  #header #logo a.logo {
    text-align: center;
    float: none;
    display: inline-block;
  }
  #header #logo a.logo img {
    text-align: center;
  }
  #header #logo .mobile-menu-show {
    position: absolute;
    right: 0.5em;
    top: 0;
  }
  #header #logo .mobile-cart-link {
    position: absolute;
    right: 1.5em;
    top: 3px;
  }
  #header #logo .mobile-cart-link a,
  #header #logo .mobile-cart-link * {
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .call-out .free a {
    display: block !important;
    margin-top: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .fw-row > .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .container {
    padding: 0 15px;
  }
  .smb0 {
    margin-bottom: 0;
  }
  .page-id-11301 #top-bar,
  .page-id-11303 #top-bar,
  .page-id-11305 #top-bar,
  .page-id-11307 #top-bar,
  .page-id-11309 #top-bar,
  .page-id-11195 #top-bar {
    display: none !important;
  }
  .page-id-11301 .home-slider-wrap,
  .page-id-11303 .home-slider-wrap,
  .page-id-11305 .home-slider-wrap,
  .page-id-11307 .home-slider-wrap,
  .page-id-11309 .home-slider-wrap,
  .page-id-11195 .home-slider-wrap {
    background-color: rgba(0, 0, 255, 0.05);
    border: 1px dashed blue;
    display: none !important;
  }
  .page-id-11301 .call-outs,
  .page-id-11303 .call-outs,
  .page-id-11305 .call-outs,
  .page-id-11307 .call-outs,
  .page-id-11309 .call-outs,
  .page-id-11195 .call-outs {
    margin-bottom: 0;
  }
  .page-id-11301 .call-outs .free,
  .page-id-11303 .call-outs .free,
  .page-id-11305 .call-outs .free,
  .page-id-11307 .call-outs .free,
  .page-id-11309 .call-outs .free,
  .page-id-11195 .call-outs .free {
    margin-top: 0.5em;
  }
  #header-sticky-wrapper {
    max-height: 90px !important;
  }
  #header-sticky-wrapper.is-sticky,
  #header-sticky-wrapper.is-sticky #header {
    max-height: 90px !important;
    height: 90px !important;
  }
  .refaf {
    display: none !important;
  }
  .the-3 .spb_wrapper {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .the-3 .col-sm-4 {
    padding: 0;
    margin-bottom: 0;
  }
  .tb-text a {
    display: block;
    font-size: 2.2rem;
    line-height: 1.85em;
    margin-left: -8px;
    margin-right: -8px;
  }
  .tb-text a:hover {
    background-color: #020202;
  }
  .tb-text .hphone {
    display: block !important;
    display: none !important;
  }
  .inputs input.pug_search,
  .inputs input.pu-enter {
    width: 100%;
  }
  .inputs input.pu-enter {
    margin-top: 6px;
  }
  .wrpr-iframe,
  .wrpr-video,
  .wrpr-map {
    width: 100%;
    min-height: 300px;
  }
  .sf-parallax-video {
    padding: 0 !important;
  }
  .sf-parallax-video video.parallax-video {
    border: 1px solid red;
    display: none !important;
    opacity: 0;
  }
  #footer .col-sm-3 {
    margin-bottom: 5px;
  }
  #footer .col-sm-3 .widget {
    padding-bottom: 0;
  }
  #footer .col-sm-3 .widget h6 {
    font-size: 17px;
    font-weight: 700 !important;
    margin-bottom: 5px;
  }
  .wprs_unslider .next,
  .wprs_unslider .prev {
    display: none;
    background-color: rgba(0, 0, 255, 0.05);
    border: 1px dashed blue !important;
  }
  .row {
    margin: 0px;
  }
  .row .col-sm-4 {
    margin: 0px;
  }
  .btn-red {
    max-width: 100%;
    padding: 4%;
  }
}
@media only screen and (max-width: 480px) {
  .fancy-heading.page-heading {
    padding-bottom: 30px !important;
  }
  .fancy-heading.page-heading.fancy-image h3 {
    font-size: 7.5rem;
    line-height: 0.5em;
    padding-right: 4%;
    margin-top: 0;
  }
  .fancy-heading.page-heading h1 {
    font-size: 16px;
    letter-spacing: 4px;
  }
  #header #logo .mobile-menu-show {
    right: -0.25em;
    top: 0;
  }
  #header #logo .mobile-cart-link {
    right: -0.80em;
    top: 1.4em;
  }
  .call-out {
    margin-left: -10px;
    margin-right: -10px;
  }
  #header-section.header-6 #header {
    padding: 0.5em;
  }
  .telephone {
    display: inline-block;
    background-color: #ffa833;
    color: #ffffff !important;
    padding: 0.3em 1.5em;
    border-radius: 0.3em;
    position: relative;
    z-index: 9999;
    margin-top: -0.85em;
    float: none;
  }
  .telephone a {
    color: #ffffff !important;
  }
  .telephone a:hover {
    color: #0a0a0a !important;
  }
  .img-headings-sml {
    padding-left: 3rem !important;
  }
  .xs-mb0 {
    margin-bottom: 0 !important;
  }
}
#cf7 {
  opacity: 1;
}
.wpcf7-form.sent,
.wpcf7-form.invalid {
  position: relative;
  padding-top: 2.2em;
  z-index: 7;
}
.wpcf7-form.invalid .wpcf7-not-valid {
  border: 1px dashed #ed3342 !important;
}
.wpcf7-form.invalid .wpcf7-not-valid-tip {
  font-size: 12px;
  position: relative;
  top: 0em;
}
.wpcf7-form .wpcf7-response-output {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 95%;
  margin: 0;
  font-size: 12px;
  background-color: #ddd;
}
.wpcf7-form .wpcf7-mail-sent-ok {
  background-color: #428bca;
  border: 1px solid #006bc9;
  color: #fff;
}
.wpcf7-form .wpcf7-validation-errors {
  background-color: #f7e700;
  border: 1px solid #f7e700;
  color: #222;
}
.cf7p {
  font-size: 2.4rem;
  color: #0a0a0a;
}
.cf7h3 {
  color: #ffa833;
  font-size: 2.22rem;
  font-weight: bold;
}
.call-out h2 + p {
  margin-bottom: 5px;
}
.call-out span.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  float: left;
}
.call-out span.wpcf7-form-control-wrap input {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
}
.call-out input.wpcf7-submit {
  padding: 6px !important;
  display: inline-block;
  font-size: 14px !important;
  border: 1px solid #ffa833 !important;
  margin-top: 6px !important;
  margin-bottom: 10px !important;
  line-height: 24px !important;
}
.call-out .wpcf7-form-control.wpcf7-select {
  height: 38px !important;
  border-radius: 0 !important;
  border-radius: none !important;
}
.contpage input,
.contpage input[type="email"],
.contpage input[type="text"],
.contpage select,
.contpage textarea {
  background-color: #fff !important;
}
.contpage textarea {
  max-height: 190px;
}
@media only screen and (min-width: 768px) {
  .call-out h2 + p {
    margin-bottom: 5px;
  }
  .call-out span.wpcf7-form-control-wrap {
    display: inline-block;
    float: left;
  }
  .call-out span.wpcf7-form-control-wrap input {
    width: 98%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .call-out input.wpcf7-submit {
    width: 10%;
  }
  .call-out.fields3 span.wpcf7-form-control-wrap {
    width: 22.13%;
  }
  .call-out.fields4 span.wpcf7-form-control-wrap {
    width: 29.3%;
  }
  .call-out.fields5 span.wpcf7-form-control-wrap {
    width: 22.13%;
  }
  .call-outs span.wpcf7-form-control-wrap {
    display: inline-block;
    width: 29.3%;
  }
  .call-outs input.wpcf7-submit {
    width: 10%;
  }
}
.tribe-bar-disabled {
  z-index: 9;
}
table.tribe-events-calendar {
  border-top: 1px solid #ffa833 !important;
}
table.tribe-events-calendar th {
  background-color: #ffa833;
  color: #ffffff;
}
table.tribe-events-calendar .tribe-events-present {
  border-top: 1px solid #b3d41f !important;
}
table.tribe-events-calendar .tribe-events-present > div:nth-of-type(1) {
  background-color: #7ac143;
}
table.tribe-events-calendar .tribe-events-tooltip {
  background-color: #fff !important;
}
table.tribe-events-calendar .tribe-events-tooltip h4 {
  background-color: #0a0a0a !important;
  font-family: Helvetica, Arial, Helvetica, Tahoma, sans-serif;
  font-weight: bold !important;
}
.tribe-events-after-html a {
  color: #ffffff;
  background-color: #ffa833;
  padding: 0rem 1.6rem;
  border-radius: 3px;
}
.tribe-events-after-html a:after {
  content: "\f1c1";
  font-family: FontAwesome;
  padding-left: 5px;
}
.tribe-events-after-html a:hover {
  text-decoration: underline;
  color: #ffffff;
  background-color: #0a0a0a;
}
.video-contest .gallery-title-autor div.title {
  background-color: rgba(0, 0, 255, 0.05);
  border: 1px dashed red;
  display: none;
}
.video_contest-detail-info .video_content:first-of-type {
  background-color: rgba(0, 255, 0, 0.05);
  border: 1px dashed green;
  display: none;
}
ul.vcmenu li:nth-of-type(4),
ul.vcmenu li:nth-of-type(6) {
  background-color: rgba(0, 255, 0, 0.05);
  border: 1px dashed green;
  display: none;
}
#woo {
  opacity: 1;
}
body.single-product .page-content,
body.woocommerce-cart .page-content,
body.woocommerce-checkout .page-content,
body.woocommerce-page .page-content {
  max-width: 1170px;
  margin: 0 auto;
}
body.single-product .entry-summary .product_meta,
body.woocommerce-cart .entry-summary .product_meta,
body.woocommerce-checkout .entry-summary .product_meta,
body.woocommerce-page .entry-summary .product_meta {
  background-color: rgba(0, 255, 0, 0.05);
  display: none;
}
body.single-product .woocommerce-count-wrap,
body.woocommerce-cart .woocommerce-count-wrap,
body.woocommerce-checkout .woocommerce-count-wrap,
body.woocommerce-page .woocommerce-count-wrap,
body.single-product .woocommerce-result-count,
body.woocommerce-cart .woocommerce-result-count,
body.woocommerce-checkout .woocommerce-result-count,
body.woocommerce-page .woocommerce-result-count,
body.single-product .woocommerce-ordering,
body.woocommerce-cart .woocommerce-ordering,
body.woocommerce-checkout .woocommerce-ordering,
body.woocommerce-page .woocommerce-ordering,
body.single-product .cart-collaterals,
body.woocommerce-cart .cart-collaterals,
body.woocommerce-checkout .cart-collaterals,
body.woocommerce-page .cart-collaterals,
body.single-product p.wc-terms-and-conditions,
body.woocommerce-cart p.wc-terms-and-conditions,
body.woocommerce-checkout p.wc-terms-and-conditions,
body.woocommerce-page p.wc-terms-and-conditions {
  display: none;
}
body.single-product ul.products li .product-details,
body.woocommerce-cart ul.products li .product-details,
body.woocommerce-checkout ul.products li .product-details,
body.woocommerce-page ul.products li .product-details {
  text-align: center;
}
body.single-product ul.products li span.price,
body.woocommerce-cart ul.products li span.price,
body.woocommerce-checkout ul.products li span.price,
body.woocommerce-page ul.products li span.price {
  background: #ab1000 !important;
  color: #fff !important;
  text-align: center;
  display: block;
  width: 100%;
}
body.single-product ul.products li span.price span,
body.woocommerce-cart ul.products li span.price span,
body.woocommerce-checkout ul.products li span.price span,
body.woocommerce-page ul.products li span.price span {
  color: #fff !important;
}
ul.menu .shopping-bag-item ul.sub-menu * {
  color: #000 !important;
}
ul.menu .shopping-bag-item ul.sub-menu .sf-icon-reveal.checkout-button span {
  color: #fff !important;
}
ul.menu .shopping-bag-item ul.sub-menu .sf-icon-reveal.checkout-button {
  background-color: #ab1000 !important;
}
body.woocommerce-page .inner-page-wrap {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
body.woocommerce-page .page-heading {
  background-color: #ffa833 !important;
  padding: 1rem 1.5rem !important;
  text-align: left;
  border-bottom: none !important;
}
body.woocommerce-page .call-out {
  display: none;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  background: #ffffff;
  color: #222;
}
.woocommerce .help-bar {
  display: none;
}
.form-row.form-row-wide.create-account label {
  display: block;
  width: 100% !important;
}
.woocommerce .summary button.button.alt.disabled {
  background-color: #ffe9cc !important;
  opacity: 1 !important;
}
.product-name a {
  line-height: 1.25em;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  form.checkout .span7 {
    width: 54%;
  }
  form.checkout .span5 {
    width: 37%;
  }
  #customer_details .form-row.form-row-wide .woocommerce-input-wrapper {
    float: right;
    width: 75%;
  }
  #customer_details .form-row.form-row-wide .woocommerce-input-wrapper input {
    width: 100%;
  }
  #customer_details .form-row.form-row-wide .woocommerce-input-wrapper .select2 {
    padding-top: 5px;
  }
}
@media only screen and (min-width: 992px) {
  form.checkout .span5 {
    width: 39%;
  }
}
@media only screen and (min-width: 1200px) {
  form.checkout .span5 {
    width: 40.5%;
  }
}
@media only screen and (max-width: 767px) {
  body.woocommerce-page .page-heading h1 {
    line-height: 1.3em;
  }
  .woocommerce .woocommerce-message,
  .woocommerce-page .woocommerce-message,
  .woocommerce .woocommerce-info,
  .woocommerce-page .woocommerce-info {
    font-size: 12px;
    line-height: 1.3em;
    padding: 1.5rem;
    padding-left: 2.5rem;
  }
  .woocommerce-error::before,
  .woocommerce-info::before,
  .woocommerce-message::before {
    left: 1rem;
  }
  .woocommerce .quantity .minus,
  .woocommerce .quantity input.qty,
  .woocommerce .quantity .plus {
    width: 28px;
  }
  .woocommerce table.shop_table.cart tr td,
  .woocommerce-page table.shop_table.cart tr td {
    padding: 1.5rem 0;
  }
  .woocommerce .coupon input.input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-right: 0;
  }
  .woocommerce .coupon input.input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 48%;
    width: 50%;
  }
  .product-name a {
    font-size: 12px;
  }
  .woocommerce form #customer_details .form-row label {
    font-size: 13.5px;
    line-height: 1.2em;
    margin-bottom: 5px;
    width: 100% !important;
  }
  .form-row .woocommerce-input-wrapper,
  .form-row .woocommerce-input-wrapper {
    float: left;
    width: 100% !important;
  }
  .form-row .woocommerce-input-wrapper textarea,
  .form-row .woocommerce-input-wrapper textarea,
  .form-row .woocommerce-input-wrapper input,
  .form-row .woocommerce-input-wrapper input {
    width: 100% !important;
  }
  .review-order-wrap {
    padding: 2rem 1.5rem;
  }
  #order_review table.shop_table tr th,
  #order_review table.shop_table tr td {
    padding: 10px 0 10px;
    line-height: 1.25em;
  }
  #add_payment_method #payment .payment_method_paypal .about_paypal,
  .woocommerce-cart #payment .payment_method_paypal .about_paypal,
  .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 1.25em;
    font-size: 14px;
  }
  .woocommerce #payment div.payment_box {
    padding: 1rem;
  }
  .woocommerce #payment div.payment_box p {
    font-size: 14px;
    line-height: 1.25em;
  }
}
#_blog {
  opacity: 1;
}
.page-id-11410 ul.blog-items li:nth-of-type(2n) .mini-blog-item-wrapx .blog-hold,
body.archive ul.blog-items li:nth-of-type(2n) .mini-blog-item-wrapx .blog-hold {
  padding-right: 2.5rem;
}
.page-id-11410 ul.blog-items li:nth-of-type(2n) .mini-blog-item-wrapx .blog-hold .blog-item-details,
body.archive ul.blog-items li:nth-of-type(2n) .mini-blog-item-wrapx .blog-hold .blog-item-details {
  margin-right: -2.5rem;
}
.page-id-11410 ul.blog-items li:nth-of-type(2n) .mini-blog-item-wrapx figure,
body.archive ul.blog-items li:nth-of-type(2n) .mini-blog-item-wrapx figure,
.page-id-11410 ul.blog-items li:nth-of-type(2n) .mini-blog-item-wrapx div.col-sm-6,
body.archive ul.blog-items li:nth-of-type(2n) .mini-blog-item-wrapx div.col-sm-6 {
  float: right;
}
.page-id-11410 ul.blog-items li:nth-of-type(2n) .mini-blog-item-wrapx div.col-sm-6,
body.archive ul.blog-items li:nth-of-type(2n) .mini-blog-item-wrapx div.col-sm-6 {
  text-align: right;
}
.page-id-11410 ul.blog-items figure figcaption,
body.archive ul.blog-items figure figcaption {
  display: none;
}
.page-id-11410 .blog-item,
body.archive .blog-item {
  padding: 0;
  margin-bottom: 2rem;
}
.page-id-11410 .blog-hold,
body.archive .blog-hold {
  padding-left: 2.5rem;
}
.page-id-11410 h3.entry-title,
body.archive h3.entry-title {
  font-size: 3rem;
  line-height: 1.2em;
  font-family: serif;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  margin-top: 2rem;
  margin-bottom: 0;
}
.page-id-11410 .post-tags,
body.archive .post-tags {
  color: #666666;
  font-style: italic;
  font-weight: 500;
}
.page-id-11410 ul.pagenavi.bar-styling,
body.archive ul.pagenavi.bar-styling {
  display: block;
  text-align: center;
}
.page-id-11410 ul.pagenavi.bar-styling li,
body.archive ul.pagenavi.bar-styling li {
  float: none;
  display: none;
  vertical-align: middle;
}
.page-id-11410 ul.pagenavi.bar-styling li.prev,
body.archive ul.pagenavi.bar-styling li.prev,
.page-id-11410 ul.pagenavi.bar-styling li.next,
body.archive ul.pagenavi.bar-styling li.next {
  font-size: 0;
  display: inline-block;
}
.page-id-11410 ul.pagenavi.bar-styling li.prev a,
body.archive ul.pagenavi.bar-styling li.prev a,
.page-id-11410 ul.pagenavi.bar-styling li.next a,
body.archive ul.pagenavi.bar-styling li.next a {
  font-size: 5rem;
  line-height: 1.5em;
  display: block;
}
.page-id-11410 ul.pagenavi.bar-styling li.prev a i,
body.archive ul.pagenavi.bar-styling li.prev a i,
.page-id-11410 ul.pagenavi.bar-styling li.next a i,
body.archive ul.pagenavi.bar-styling li.next a i {
  height: 1.25em;
  vertical-align: -9px;
}
.page-id-11410 ul.pagenavi.bar-styling li.prev,
body.archive ul.pagenavi.bar-styling li.prev {
  margin-right: 1.1rem;
}
.page-id-11410 ul.pagenavi.bar-styling li.next,
body.archive ul.pagenavi.bar-styling li.next {
  margin-left: 1.1rem;
}
.page-id-11410 ul.pagenavi.bar-styling li a,
body.archive ul.pagenavi.bar-styling li a {
  color: #ffffff;
  background-color: #0a0a0a;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.page-id-11410 ul.pagenavi.bar-styling li a:hover,
body.archive ul.pagenavi.bar-styling li a:hover {
  background-color: #0d499c;
}
.blog-item-details {
  background-color: #0a0a0a;
  margin-left: -2.5rem;
  display: inline-block;
  color: #fff !important;
  text-align: center;
  padding: 4px 4px 0 4px;
}
.blog-item-details span {
  display: block;
  text-align: center;
}
.blog-item-details .blog-month {
  text-transform: uppercase;
  letter-spacing: 12px;
  text-indent: 12px;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500 !important;
}
.blog-item-details .blog-day {
  font-family: serif;
  font-size: 6rem;
  line-height: 1.1em;
  position: relative;
  margin-top: -7px;
}
body.single.single-post .inner-page-wrap {
  margin-top: 2.5rem;
}
body.single.single-post .post-pagination-wrap,
body.single.single-post .author-info-wrap {
  display: none;
}
body.single.single-post .post-info a,
body.single.single-post .tags-wrap .tags a {
  border: none !important;
}
.am-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
}
.am-header .page-heading {
  max-width: 1170px;
  margin: 0 auto;
  background-color: transparent !important;
  color: #000;
}
#popups {
  opacity: 1;
}
.modal-content {
  max-width: 468px;
}
.dibl {
  display: block !important;
}
.fade {
  background-color: rgba(0, 0, 0, 0.79) !important;
}
.modal-content {
  border-radius: 0;
}
.modal-content .modal-header {
  border-radius: 0;
  background-color: #ffa833;
}
.modal-content .modal-header h3 {
  color: #fff;
  font-weight: 900;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select,
.ginput_container input[type="text"],
.ginput_container input[type="email"],
.ginput_container textarea,
.ginput_container select,
.mymail-form input[type="text"],
.mymail-form input[type="email"],
.mymail-form textarea,
.mymail-form select {
  width: 100%;
  max-width: 100%;
}
#nav {
  opacity: 1;
}
body.mobile-menu-open {
  overflow: hidden;
  max-height: 100%;
}
body > #mobile-menu-wrap {
  position: absolute;
  width: 0;
  height: 0;
  display: none;
  z-index: -99999;
}
#my-row {
  display: grid;
  grid-template-columns: 1.5rem repeat(1, auto) 1fr;
  grid-column-gap: 0;
  justify-items: center;
  height: auto !important;
}
#my-row #logos {
  grid-column-start: 2;
}
#my-row #logos img {
  max-width: 115px;
}
#my-row .wrpr-nav {
  margin-left: auto;
}
.wrpr-btns {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#logos {
  position: relative;
}
#logos .logo {
  display: block;
}
#logos img {
  max-width: 33rem;
  height: auto;
}
.sticky-wrapper {
  height: auto !important;
}
.fm-overlay {
  top: 0;
  left: 0;
  overflow: auto;
  padding-top: 1.5rem;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  position: fixed;
  z-index: 100;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.fm-overlay .mobile-menu-show {
  z-index: 99999;
}
#fs-menu {
  text-align: right;
}
#fs-menu .menu-top-container {
  display: inline-block;
  max-width: 100%;
}
#fs-menu ul.sub-menu,
#fs-menu li {
  background-color: transparent !important;
  border: none;
}
#fs-menu ul.menu li {
  border: none;
  padding-right: 1.5rem;
}
#fs-menu ul.menu li a {
  font-size: 2.25rem;
  line-height: 1.35em;
  position: relative;
  display: block;
  color: #fff;
  padding-right: 5rem;
  padding-top: 0.4em;
  padding-bottom: 0.4rem;
  text-transform: uppercase;
}
#fs-menu ul.menu li a .nav-line {
  position: absolute;
  display: block;
  min-height: 3px;
  background-color: #b3d41f;
  right: 0;
  top: 50%;
  margin-top: -2px;
  width: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#fs-menu ul.menu li a:hover {
  padding-right: 9rem;
  background-color: rgba(0, 0, 0, 0.08);
}
#fs-menu ul.menu li a:hover .nav-line {
  width: 8rem;
}
#fs-menu ul.menu li > ul > li {
  margin-right: 2.2rem;
}
#fs-menu ul.menu li > ul > li a {
  position: relative;
  font-size: 1.95rem;
}
#fs-menu ul.menu li > ul > li a:after {
  content: ' ';
  position: absolute;
  right: 3rem;
  top: 50%;
  margin-top: -1rem;
  width: 0.35rem;
  height: 3rem;
  background-color: rgba(255, 255, 255, 0.95);
}
.mobile-menu-open {
  overflow: hidden;
}
.mobile-menu-open .bg-mn {
  opacity: 0;
}
.mobile-menu-open .fm-button div span {
  background-color: #fff !important;
}
.mobile-menu-open #mobile-menu-wrap {
  display: block !important;
  background-color: transparent;
  padding-top: 3rem;
}
.mobile-menu-open #mobile-menu-wrap .mobile-search-form,
.mobile-menu-open #mobile-menu-wrap .mobile-menu-close {
  display: none;
}
.mobile-menu-open #mobile-menu-wrap ul.menu li {
  border: none;
}
.mobile-menu-open #mobile-menu-wrap ul.menu li a {
  font-size: 2rem;
}
.mobile-menu-open #mobile-menu-wrap ul.menu ul.sub-menu {
  display: none;
}
.mobile-menu-open #container {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  opacity: 0.7;
}
.mobile-menu-open .fm-overlay {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-open .menu-wrpr {
  background-color: transparent;
}
.mobile-menu-open .fm-button.mobile-menu-show span {
  display: none;
}
.mobile-menu-open .fm-button.mobile-menu-show span:first-child {
  width: 100% !important;
  display: block;
  transform: rotate(45deg);
  top: 1.9rem;
}
.mobile-menu-open .fm-button.mobile-menu-show span:last-child {
  width: 100% !important;
  display: block;
  transform: rotate(-45deg);
  top: 1.9rem;
}
.fm-button.mobile-menu-show {
  width: 10rem;
  position: relative;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 1rem;
  min-height: 69px;
  right: 0;
  float: right;
}
.fm-button.mobile-menu-show > div {
  position: relative;
  width: 4.3rem;
  height: 4.3rem;
  display: inline-block;
  box-sizing: border-box;
}
.fm-button.mobile-menu-show > div span {
  background-color: #000;
  display: block;
  position: absolute;
  width: 100%;
  min-height: 0.4rem !important;
  height: 0.4rem !important;
  max-height: 0.4rem !important;
  top: 1.95rem;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.fm-button.mobile-menu-show > div span:first-child {
  top: 0.9rem;
}
.fm-button.mobile-menu-show > div span:last-child {
  top: 3rem;
}
.fm-button.mobile-menu-show:hover span {
  width: 80%;
}
.fm-button.mobile-menu-show:hover span:first-child {
  width: 98%;
}
.fm-button.mobile-menu-show:hover span:last-child {
  width: 96%;
}
#header.sticky-header {
  width: 100% !important;
}
#header.sticky-header .header-container {
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  #fs-menu .menu-top-container {
    display: inline-block;
    max-width: 80rem;
  }
  #my-row #logos img {
    max-width: 165px;
  }
}
@media only screen and (max-width: 767px) {
  #logos img {
    max-width: 25rem;
  }
  .fm-button.mobile-menu-show > div {
    margin-top: 5px;
  }
  #header-sections #logo {
    width: auto !important;
    height: 75px !important;
    z-index: 9;
    left: auto;
    top: 25px;
    text-align: center;
  }
}
