@charset "UTF-8";
/* Google Fonts */
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;
}

* {
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  background: #f9f9f9;
  color: #54657e;
}

body * {
  font-family: "proxima-nova-soft";
  box-sizing: border-box;
}

img {
  max-width: 100%;
  width: auto;
  display: inline-block;
  line-height: 0px;
}

.wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
.wrapper {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
@media (min-width: 765px) {
  .wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1080px;
  }
}
@media (min-width: 765px) {
  .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 765px) {
  .wrapper .left {
    float: left;
    width: calc(60% - 15px);
  }
  .wrapper .right {
    float: right;
    width: calc(40% - 15px);
  }
}

#header {
  background: #ffffff;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
@media (min-width: 765px) {
  #header {
    padding-top: 20px;
    margin-bottom: 50px;
  }
}
#header img, #header p {
  display: inline-block;
}
#header img {
  max-height: 40px;
}
@media (min-width: 765px) {
  #header img {
    max-height: 50px;
  }
}
#header p {
  font-family: "alianza-script";
  text-transform: lowercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #57c5ce;
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  padding-top: 15px;
  margin-left: 0px;
}
@media (min-width: 765px) {
  #header p {
    margin-left: 8px;
    padding-top: 20px;
    font-size: 27px;
  }
}
#header .back-to-shop {
  float: right;
  padding-top: 27px;
}
@media (max-width: 765px) {
  #header .back-to-shop {
    display: none;
  }
}
#header .back-to-shop a {
  text-decoration: none;
  color: #57c5ce;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  color: #54657e;
  transition: color 0.15s;
}
#header .back-to-shop a:hover {
  color: #57c5ce;
  transition: color 0.3s;
}
#header .back-to-shop a:hover:after {
  transform: translateX(2px);
  transition: transform 0.15s;
}
#header .back-to-shop a:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "";
  margin-left: 7px;
  position: relative;
  transform: translateX(0px);
  transition: transform 0.3s;
}

#footer {
  background: #e8f5f6;
  padding: 30px 0px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
#footer:before, #footer:after {
  content: "";
  display: table;
}
#footer:after {
  clear: both;
}
#footer {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
@media (max-width: 765px) {
  #footer .wrapper > img {
    margin-bottom: 12px;
  }
  #footer .wrapper > div {
    margin-bottom: 20px;
  }
}
#footer img {
  position: relative;
  max-height: 50px;
  margin-bottom: 10px;
}
@media (min-width: 765px) {
  #footer img {
    top: -5px;
    float: left;
    margin-bottom: 0px;
    max-height: 50px;
  }
}
#footer .cr {
  vertical-align: middle;
  color: #57c5ce;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
@media (min-width: 765px) {
  #footer .cr {
    font-size: 14px;
    display: inline-block;
    float: right;
    line-height: 50px;
  }
}
@media (min-width: 765px) {
  #footer .social {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
#footer .social > a {
  display: inline-block;
  background: #57c5ce;
  border-radius: 500px;
  text-align: center;
  margin: 0 5px;
  transition: background 0.3s;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
}
@media (min-width: 765px) {
  #footer .social > a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
#footer .social > a:hover {
  background: #0098b9;
  transition: background 0.15s;
}
#footer .social > a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Brands";
  content: "";
  color: #ffffff;
  top: 1px;
  position: relative;
}
#footer .social > a.pn:before {
  content: "";
}
#footer .social > a.in:before {
  content: "";
}

label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
}
@media (min-width: 765px) {
  label {
    font-size: 15px;
  }
}

.card.class-details p, .card.class-details a,
.class-meta p,
.class-meta a {
  font-family: "alianza-slab";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
}
@media (min-width: 765px) {
  .card.class-details p, .card.class-details a,
.class-meta p,
.class-meta a {
    font-size: 20px;
  }
}

.class-meta {
  padding: 0 20px;
  margin-bottom: 30px;
}
@media (min-width: 765px) {
  .class-meta {
    padding: 0 50px;
    margin-bottom: 50px;
  }
}
.class-meta > div {
  display: inline-block;
  margin-right: 30px;
}
@media (min-width: 765px) {
  .class-meta > div {
    margin-right: 150px;
  }
}
.class-meta > div label {
  margin-bottom: 10px;
}
@media (min-width: 765px) {
  .class-meta > div label {
    margin-bottom: 15px;
  }
}

.card {
  background: #ffffff;
  margin-bottom: 20px;
}

.watercolor-header {
  text-transform: uppercase;
  color: #ffffff;
  background: url("/img/watercolor-1.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  letter-spacing: 1.5px;
  font-weight: 500;
  vertical-align: middle;
  font-size: 14px;
  height: 60px;
  line-height: 53px;
  padding-left: 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 765px) {
  .watercolor-header {
    margin-bottom: 30px;
    padding-left: 50px;
    font-size: 18px;
    line-height: 69px;
    height: 69px;
    text-align: left;
  }
}

.watercolor-header.alt {
  text-align: center;
  padding: 0px;
  margin-bottom: 40px;
}
@media (min-width: 765px) {
  .watercolor-header.alt {
    background: url("/img/watercolor-2.jpg");
    margin-bottom: 50px;
  }
}

.card.class-details {
  padding-bottom: 40px;
}
@media (min-width: 765px) {
  .card.class-details {
    padding-bottom: 50px;
  }
}
.card.class-details .section {
  padding: 20px 20px;
}
@media (min-width: 765px) {
  .card.class-details .section {
    padding: 20px 50px;
  }
}
.card.class-details .section label {
  margin-bottom: 25px;
}
@media (min-width: 765px) {
  .card.class-details .section label {
    margin-bottom: 35px;
  }
}
.card.class-details .section > div {
  margin-bottom: 20px;
}
.card.class-details .section > div:last-child {
  margin-bottom: 0px;
}
.card.class-details .section > div a {
  color: #54657e;
  text-decoration: none;
  transition: color 0.3s;
}
@media (max-width: 765px) {
  .card.class-details .section > div a {
    line-height: 1.5;
  }
}
.card.class-details .section > div a:hover {
  color: #57c5ce;
  transition: color 0.15s;
}
.card.class-details .section > div a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "";
  width: 20px;
  text-align: center;
  margin-right: 10px;
}
@media (min-width: 765px) {
  .card.class-details .section > div a:before {
    margin-right: 15px;
  }
}
.card.class-details .section > div a.video:before {
  content: "";
}

.card.about p,
.card.contact p {
  font-family: "proxima-nova-soft";
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 765px) {
  .card.about p,
.card.contact p {
    font-size: 18px;
  }
}
.card.about label,
.card.contact label {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 765px) {
  .card.about label,
.card.contact label {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.card.about {
  background: #e8f5f6;
  padding: 40px 20px;
}
@media (min-width: 765px) {
  .card.about {
    padding: 50px;
  }
}
.card.about label {
  font-weight: 500;
}
.card.about label, .card.about p {
  color: #41b2bf;
}

.card.contact {
  text-align: center;
  padding: 40px 20px;
}
@media (min-width: 765px) {
  .card.contact {
    padding: 50px;
  }
}
.card.contact a {
  color: #57c5ce;
  text-decoration: none;
  transition: color 0.3s;
}
.card.contact a:hover {
  transition: color 0.15s;
  color: #0098b9;
}

.card.products {
  padding-bottom: 40px;
}
@media (min-width: 765px) {
  .card.products {
    padding-bottom: 0px;
  }
}
.card.products .product {
  text-align: center;
  padding-bottom: 30px;
}
@media (min-width: 765px) {
  .card.products .product {
    padding: 0 50px;
    padding-bottom: 46px;
  }
}
.card.products .product .image {
  width: 100%;
  position: relative;
  line-height: 0px;
  display: inline-block;
  max-width: 237px;
  margin-bottom: 20px;
  border: 1px solid #cfcfcf;
}
.card.products .product .image .overlay {
  margin-top: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(87, 197, 206, 0.9);
  opacity: 0;
  z-index: 2;
  transition: opacity 0.2s 0.1s;
}
.card.products .product .image .overlay > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  opacity: 0;
  padding: 0 10px;
  transition: opacity 0.1s;
  z-index: 3;
}
.card.products .product .image .overlay > div > div {
  color: #ffffff;
  font-size: 17px;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}
.card.products .product > a {
  color: #54657e;
  text-decoration: none;
}
.card.products .product > a label {
  cursor: pointer;
}
.card.products .product > a:hover .overlay {
  opacity: 1;
}
.card.products .product > a:hover .overlay > div {
  opacity: 1;
}
.card.products .product label {
  margin-bottom: 10px;
}
.card.products .product p {
  font-family: "alianza-slab";
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
@media (min-width: 765px) {
  .card.products .product p {
    font-size: 20px;
  }
}

.white {
  background: #ffffff;
  padding: 40px 0;
}
@media (min-width: 765px) {
  .white {
    padding: 70px 0;
  }
}
.white h3 {
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.white h3 br {
  display: block;
}
@media (min-width: 765px) {
  .white h3 {
    font-size: 20px;
    margin-bottom: 50px;
    line-height: 1;
  }
  .white h3 br {
    display: none;
  }
}
.white h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  height: 1px;
  background: #54657e;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
}
.white h3 > span {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 0 20px;
  display: inline-block;
}
@media (min-width: 765px) {
  .white .product {
    float: left;
    width: 33.333%;
    padding: 0 3px;
  }
  .white .product:nth-child(3n+1) {
    padding: 0px 6px 0 0;
  }
  .white .product:nth-child(3n+3) {
    padding: 0px 0px 0 6px;
  }
}
@media (max-width: 765px) {
  .white .product {
    max-width: 300px;
    margin: 0px auto;
    margin-bottom: 30px;
  }
  .white .product:last-child {
    margin-bottom: 0px;
  }
}
.white .product a {
  text-decoration: none;
  color: #54657e;
}
.white .product .mobile {
  display: none;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 765px) {
  .white .product .mobile {
    display: block;
  }
}
.white .product .mobile p {
  font-family: "alianza-slab";
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.white .product .mobile label {
  margin-bottom: 10px;
}
.white .product .image {
  position: relative;
  line-height: 0px;
  text-align: center;
  border: 1px solid #cfcfcf;
}
.white .product .image .overlay {
  margin-top: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(87, 197, 206, 0.9);
  opacity: 0;
  z-index: 2;
  transition: opacity 0.2s 0.1s;
}
.white .product .image .overlay > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  opacity: 0;
  padding: 0 10px;
  transition: opacity 0.1s;
  z-index: 3;
}
.white .product .image .overlay > div > div {
  color: #ffffff;
  font-size: 17px;
  display: block;
  margin-bottom: 5px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}
.white .product .image .overlay > div > div.price {
  margin-bottom: 20px;
}
.white .product .image:hover .overlay {
  opacity: 1;
}
.white .product .image:hover .overlay > div {
  opacity: 1;
}

/*# sourceMappingURL=main.css.map */
