/*
Theme Name: Latitude West
Author: Tim Lu
Version: 1.0;
*/
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-slider {
  margin: 15px -15px 0 -15px;
  overflow: hidden; }
  @media (min-width: 375px) {
    .slick-slider {
      margin: 20px -20px 0 -20px; } }
  @media (min-width: 768px) {
    .slick-slider {
      margin: 30px -30px 0 -30px; } }
  @media (min-width: 1024px) {
    .slick-slider {
      margin: 30px -45px 0 -45px; } }
  @media (min-width: 1200px) {
    .slick-slider {
      margin-left: calc((100vw - 1080px) / -2);
      margin-right: calc((100vw - 1080px) / -2); } }

@media (min-width: 1200px) {
  #workshops .slick-list {
    padding-left: calc((100vw - 1095px) / 2) !important;
    padding-right: calc((100vw - 1095px) / 2) !important; } }

.slick-slider .slick-slide {
  margin: 0 3.75px; }
  @media (min-width: 768px) {
    .slick-slider .slick-slide {
      margin: 0 7.5px; } }

.slick-slider article {
  background: #f2f2f2; }

.slick-slider .slick-dots {
  padding: 15px 0;
  position: initial; }
  @media (min-width: 768px) {
    .slick-slider .slick-dots {
      text-align: left;
      padding: 15px 30px; } }
  @media (min-width: 1024px) {
    .slick-slider .slick-dots {
      padding: 15px 40px; } }
  @media (min-width: 1200px) {
    .slick-slider .slick-dots {
      padding-left: calc((100vw - 1080px) / 2); } }

.slick-slider .slick-dots button {
  margin: 0; }

.slick-slider .slick-dots button:after {
  display: none; }

.slick-slider .slick-dots li {
  margin: 0; }

.slick-slider .slick-dots li button:before {
  color: #553e74;
  font-size: 10px; }

.slick-slider .slick-dots li.slick-active button:before {
  color: #553e74;
  opacity: 1; }

#testimonials {
  background: rgba(85, 62, 116, 0.15);
  padding-bottom: 30px;
  margin-bottom: 0; }

@media (min-width: 1024px) {
  #testimonialsSection {
    position: relative;
    top: -109px; } }

#testimonials p {
  margin-top: 0; }

#testimonials p.title {
  margin-top: 10px; }

#testimonials .slick-dots {
  text-align: left;
  padding-top: 0;
  padding-left: 15px; }
  @media (min-width: 768px) {
    #testimonials .slick-dots {
      padding-left: 30px; } }
  @media (min-width: 1024px) {
    #testimonials .slick-dots {
      padding-left: 45px; } }
  @media (min-width: 1200px) {
    #testimonials .slick-dots {
      padding-left: calc((100vw - 1080px) / 2); } }

#testimonials .testimonial-cont {
  outline: none;
  margin-bottom: 15px;
  padding-top: 45px; }
  @media (min-width: 768px) {
    #testimonials .testimonial-cont {
      padding: 45px 30px 0px 30px; } }
  @media (min-width: 1024px) {
    #testimonials .testimonial-cont {
      padding: 60px 45px 0px 45px; } }
  @media (min-width: 1200px) {
    #testimonials .testimonial-cont {
      padding-left: calc((100vw - 1095px) / 2);
      padding-right: calc((100vw - 1095px) / 2); } }

@media (min-width: 768px) {
  #testimonials .testimonial-cont img {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: 45%; } }
@media (min-width: 1024px) {
  #testimonials .testimonial-cont img {
 	width: 30%; }}

@media (min-width: 768px) {
  #testimonials .testimonial-cont .padded-text {
    display: inline-block;
    padding: 30px; 
    vertical-align: middle;
    width: 54%;} }
@media (min-width: 1024px) {
  #testimonials .testimonial-cont .padded-text {
    padding: 45px; 
    width: 69%;} }

#testimonials .testimonial-inner-cont {
  background: #f2f2f2;
  -webkit-box-shadow: 2px 2px 15px 1px rgba(85, 62, 116, 0.35);
  box-shadow: 2px 2px 15px 1px rgba(85, 62, 116, 0.35); }

@media (min-width: 768px) {
  .workshop-cont.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media (min-width: 768px) {
  .workshop-cont:not(.workshop-single-cont) picture {
    height: auto;
    width: 50%; } }

.workshop-cont.not-in-slider {
  background: #f2f2f2;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .workshop-cont.not-in-slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 30px; } }

@media (min-width: 768px) {
  .workshop-cont:not(.workshop-single-cont) .padded-text {
    width: 50%;
    padding: 30px; } }
@media (min-width: 1024px) {
  .workshop-cont:not(.workshop-single-cont) .padded-text {
    padding: 45px; } }
@media (min-width: 1200px) {
  .workshop-cont:not(.workshop-single-cont) .padded-text {
    padding: 60px; } }

@media (min-width: 768px) {
  #vlogs .workshop-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (min-width: 768px) {
  #vlogs .padded-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    width: 100%; } }

@media (min-width: 1200px) {
  #vlogs .slick-list {
    padding-left: calc((100vw - 1095px) / 2) !important;
    padding-right: calc((100vw - 1095px) / 2) !important; } }

#footer {
  background: #939598;
  padding: 15px; }
  @media (min-width: 768px) {
    #footer {
      padding: 30px; } }
  @media (min-width: 1024px) {
    #footer {
      max-width: none;
      padding-left: calc(50vw - 512px + 40px);
      padding-right: calc(50vw - 512px + 40px); } }

#footer * {
  color: white;
  display: none;
  font-size: 11px;
  font-family: "nimbus-sans";
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    #footer * {
      display: initial; } }

#footer > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#footer a:first-of-type {
  margin-right: 15px; }

#footer a:last-of-type {
  margin-left: 15px; }

.logo-cont {
  width: 125px; }
  @media (min-width: 768px) {
    .logo-cont {
      width: 175px; } }

#mobile-menu {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  position: fixed;
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 768px) {
    #mobile-menu {
      padding: 20px 30px; } }
  @media (min-width: 1024px) {
    #mobile-menu {
      display: none; } }

#mobile-menu.state-active {
  background: #553e74; }

#mobile-menu .word-latitude-mobile,
#mobile-menu .word-west-mobile {
  -webkit-transition: 1s;
  transition: 1s; }

#mobile-menu.state-active .word-latitude-mobile,
#mobile-menu.state-active .word-west-mobile {
  fill: white; }

#mobile-menu.state-active > nav.mobile-nav {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }

#mobile-menu.state-active .hamburger > span {
  background: white;
  transition: top 0.3s linear 0s, -webkit-transform 0.3s linear 0.3s;
  -webkit-transition: top 0.3s linear 0s, -webkit-transform 0.3s linear 0.3s;
  transition: top 0.3s linear 0s, transform 0.3s linear 0.3s;
  transition: top 0.3s linear 0s, transform 0.3s linear 0.3s, -webkit-transform 0.3s linear 0.3s;
  transition: top 0.3s linear 0s, transform 0.3s linear 0s, -webkit-transform 0.3s linear 0.3s; }

#mobile-menu.state-active .hamburger > span:first-of-type {
  top: 8px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

#mobile-menu.state-active .hamburger > span:nth-of-type(2) {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

#mobile-menu.state-active .hamburger > span:last-of-type {
  top: -8px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

#menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none; }
  @media (min-width: 1024px) {
    #menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 auto;
      padding: 30px 45px;
      position: fixed;
      left: 0;
      right: 0;
      z-index: 10000; } }
  @media (min-width: 1200px) {
    #menu {
      padding-left: calc((100vw - 1080px) / 2);
      padding-right: calc((100vw - 1080px) / 2); } }

#menu:before {
  background: #553e74;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: 1s;
  transition: 1s;
  z-index: -1; }

#menu.default-purple:before,
#menu.state-active:before {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

#menu .word-latitude {
  -webkit-transition: 1s;
  transition: 1s; }

#menu.default-purple .word-latitude,
#menu.state-active .word-latitude {
  fill: white; }

#menu-buttons-cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  margin-bottom: -30px; }

#menu-buttons-cont > a {
  color: white;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -37.5px;
  padding: 48px 10px 10px 10px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

#menu-buttons-cont > a:hover,
#menu-buttons-cont > a.state-active {
  background: #553e74;
  color: white; }

.hamburger {
  height: 24px;
  width: 24px; }

.hamburger > span {
  background: #553e74;
  display: block;
  margin-top: 7px;
  position: relative;
  height: 1px;
  width: 100%;
  transition: top 0.3s linear 0.3s, -webkit-transform 0.3s linear 0s;
  -webkit-transition: top 0.3s linear 0.3s, -webkit-transform 0.3s linear 0s;
  transition: top 0.3s linear 0.3s, transform 0.3s linear 0s;
  transition: top 0.3s linear 0.3s, transform 0.3s linear 0s, -webkit-transform 0.3s linear 0s; }
  .hamburger > span:first-of-type {
    top: 0px;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  .hamburger > span:nth-of-type(2) {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  .hamburger > span:last-of-type {
    top: 0px;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }

.aside {
  margin-top: 15px; }
  @media (min-width: 768px) {
    .aside {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: inline-block;
      margin-top: 0;
      padding-left: 15px;
      vertical-align: top;
      width: 49.5%; } }
  @media (min-width: 1024px) {
    .aside {
      max-width: 375px; } }

@media (min-width: 768px) {
  .video {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    margin-top: 6px;
    padding-right: 15px;
    vertical-align: top;
    width: 49.5%; } }
@media (min-width: 1024px) {
  .video {
    margin-right: 15px;
    width: calc(50% - 15px); } }

.video iframe {
  height: 50vw;
  width: 100%; }
  @media (min-width: 768px) {
    .video iframe {
      height: 25vw; } }
  @media (min-width: 1024px) {
    .video iframe {
      height: 259px; } }

.workshop-single-cont article a.webinar-card{
	position: relative;
	margin-bottom: 50px;
	width: 45%;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	background-color: #8c7ba8;
	padding-bottom: 30px;
	display: block;
	text-decoration: none;
}

.webinar-card img{
	width: 100%;
	height: auto;
}

.web-card-content{
	padding: 0 15px;
}

.webinar-card h3{
	min-height: 55px;
	
	text-decoration: none;
	color: #fff !important;
	text-align: center !important;
	font-weight: bold !important;
	width: 100%  !important;
	line-height: 26px;
}

.webinar_single_wrap h2{
	margin-bottom: 15px;
}

.webinar_single_wrap{
	padding-bottom: 50px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 50px;
}

.flex_row{
	display: flex;
}



.video_testimonial{
	padding-top: 45px;
	text-align: center;
	flex: 45%;
	
}

.video_testimonial p{
	margin-bottom: 15px;
	font-weight: bold;
}

.video_spacer{
	flex: 10%;
}

@media only screen and (max-width: 767px) {
  
	.flex_row{
		display: block;
		
	}
	
	.video_testimonial, .video_spacer{
		flex:0;
	}
  
}


@media only screen and (max-width: 650px) {
  .workshop-single-cont article a.webinar-card {
    width: 100%;
    float: none;
    margin-left: 0%;
	margin-right: 0%;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.icon-cont {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .icon-cont {
      display: inline-block;
      margin-top: 30px;
      width: 49.5%;
      vertical-align: top; } }
  @media (min-width: 1024px) {
    .icon-cont {
      margin-top: 45px;
      width: 24.5%; } }

.icon-cont > img {
  margin: 0 auto;
  height: 50px; }

.icon-cont > p {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1024px) {
    .icon-cont > p {
      max-width: 175px; } }

.icon-cont > p:nth-of-type(2) {
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .icon-cont > p:nth-of-type(2) {
      margin-top: 10px; } }

#lessons {
  margin-top: 15px; }

.lesson-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  position: relative; }
  @media (min-width: 768px) {
    .lesson-cont {
      background-image: url("./assets/img/video_placeholder.png");
      background-size: cover;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      height: 25vw;
      margin-top: 15px;
      padding-bottom: 15px;
      width: calc(49.5% - 7.5px); } }
  @media (min-width: 1024px) {
    .lesson-cont {
      max-height: 255px;
      margin-top: 30px;
      width: calc(49.5% - 15px); } }
  @media (max-width: 767px) {
    .lesson-cont {
      background-image: none !important; } }

@media (min-width: 768px) {
  .lesson-cont:nth-of-type(odd) {
    margin-right: 15px; } }
@media (min-width: 1024px) {
  .lesson-cont:nth-of-type(odd) {
    margin-right: 30px; } }

@media (min-width: 768px) {
  #lessons > .lesson-cont > .overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,553e74+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#553e74));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #553e74 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#553e74',GradientType=0 );
    /* IE6-9 */
    display: block; } }

.lesson-cont:nth-of-type(even) > .overlay {
  background-color: #e5e5e5; }

.lesson-cont:nth-of-type(odd) > .overlay {
  background-color: #f0f0f0; }

.lesson-cont > p {
  color: #553e74;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 0px 15px;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .lesson-cont > p {
      color: white;
      font-size: 32px;
      font-weight: 400;
      margin-bottom: -4px;
      max-width: 200px; } }

.lesson-cont > span {
  font-size: 80px;
  font-weight: 600;
  line-height: 0.7;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .lesson-cont > span {
      color: white !important; } }

.lesson-cont:nth-of-type(even) > span {
  color: #cccccc; }

.lesson-cont:nth-of-type(odd) > span {
  color: #b2b2b2; }

@media (min-width: 768px) {
  .lesson-cont > span:before {
    content: "0"; } }

#scroll-to-payment {
  display: none; }
  @media (min-width: 1024px) {
    #scroll-to-payment {
      cursor: pointer;
      display: inline-block;
      margin-top: 30px;
      padding: 30px 0px 0px 0px;
      -webkit-transition: 0.5s;
      transition: 0.5s; } }

@media (min-width: 1024px) {
  #scroll-to-payment:hover {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px); } }

#scroll-to-payment:before,
#scroll-to-payment:after {
  background: white;
  content: "";
  display: inline-block;
  margin: 0 -2.5px;
  height: 2px;
  width: 75px; }

#scroll-to-payment:before {
  -webkit-transform: rotateZ(20deg);
          transform: rotateZ(20deg); }

#scroll-to-payment:after {
  -webkit-transform: rotateZ(-20deg);
          transform: rotateZ(-20deg); }

.stripe-button-el {
  background: white !important;
  border-radius: 0 !important;
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .stripe-button-el {
      margin-top: 30px; } }

.stripe-button-el span {
  background: transparent !important;
  border-radius: 0;
  color: #553e74 !important;
  height: auto !important;
  font-family: "nimbus-sans" !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: initial !important;
  letter-spacing: 1px;
  min-height: 1px !important;
  padding: 10px 30px !important;
  text-shadow: none !important;
  text-transform: uppercase; }

#payment-form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 10; }

#payment-form.state-active {
  opacity: 1;
  pointer-events: auto; }

#payment-form.state-result > .inner-cont {
  padding-bottom: 15px; }

#payment-form.state-result .price {
  width: 300px;
  margin-top: 15px; }

#payment-form.state-result p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
  padding: 0 15px;
  width: 300px; }

#payment-form.state-result a {
  margin-top: 10px; }

#payment-form button {
  background: #553e74;
  border: 1px solid #553e74;
  display: block;
  font-family: "nimbus-sans";
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 10px 0;
  text-transform: uppercase;
  width: calc(100% - 30px); }

#payment-form p {
  color: #553e74; }

#payment-form p.title {
  margin-top: 15px; }

#payment-form #card-number {
  padding: 3.5px 15px;
  width: 100%; }

#payment-form #card-expiry,
#payment-form #card-cvc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-top: 15px;
  padding: 3.5px 15px;
  width: calc(50% - 7.5px); }

#payment-form #card-expiry {
  margin-right: 15px; }

#payment-form #card-errors {
  color: red;
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
  width: 230px; }

#payment-form #close-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  top: 7.5px;
  right: 7.5px;
  height: 30px;
  width: 30px; }

#payment-form #close-form:after,
#payment-form #close-form:before {
  background: white;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  top: 14.5px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 100%; }

#payment-form #close-form:after {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg); }

#payment-form #close-form:before {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg); }

#payment-form .form-row {
  padding: 0px 15px; }

#payment-form .header {
  background: #553e74;
  height: 45px;
  position: relative;
  width: 100%; }

#payment-form > .inner-cont {
  background: white;
  padding-bottom: 1px;
  -webkit-box-shadow: 10px 10px 50px -10px #000;
          box-shadow: 10px 10px 50px -10px #000; }

.StripeElement {
  background: #bfbfbf;
  margin-top: 15px; }

.field-wrap.hidden-wrap {
  display: none; }

.nf-response-msg {
  border: 1px solid #553e74;
  margin-top: 15px;
  padding: 15px; }

.tribe-events-notices {
  display: none; }

.tribe-bar-disabled {
  display: none; }

.tribe-events-calendar h3,
.tribe-events-calendar a {
  color: white;
  opacity: 1 !important; }

.tribe-events-calendar a.url {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 35%;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .tribe-events-calendar a.url {
      background-color: rgba(85, 62, 116, 0.6); } }
  @media (max-width: 767px) {
    .tribe-events-calendar a.url {
      color: transparent; } }

.tribe-events-calendar thead tr {
  border-bottom: 1px solid #b2b2b2; }

.tribe-events-calendar thead th {
  background-color: #f4f4f4;
  border: none;
  color: #553e74; }
  @media (min-width: 1024px) {
    .tribe-events-calendar thead th {
      padding-top: 30px; } }
  @media (min-width: 1200px) {
    .tribe-events-calendar thead th {
      padding-top: 45px; } }

.tribe-events-calendar td div[id*=tribe-events-daynum-] {
  background: transparent !important;
  color: #b2b2b2 !important;
  font-size: 11px;
  font-weight: 300;
  margin-top: 3px;
  padding-right: 3px !important;
  text-align: right; }
  @media (min-width: 768px) {
    .tribe-events-calendar td div[id*=tribe-events-daynum-] {
      font-size: 16px;
      margin-top: 9px;
      padding-right: 9px !important;
      position: absolute;
      width: 100%; } }

#tribe-events-content .tribe-events-calendar td.tribe-events-has-events div[id*=tribe-events-event-] {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  height: 11vw;
  width: 100%; }
  @media (min-width: 1024px) {
    #tribe-events-content .tribe-events-calendar td.tribe-events-has-events div[id*=tribe-events-event-] {
      height: 110px; } }
  @media (max-width: 767px) {
    #tribe-events-content .tribe-events-calendar td.tribe-events-has-events div[id*=tribe-events-event-] {
      background-image: none !important; } }

.tribe-events-calendar .tribe-events-has-events:after {
  background-image: url(./assets/icons/eye.svg) !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  content: "";
  display: block;
  height: 20px;
  width: 20px; }
  @media (min-width: 375px) {
    .tribe-events-calendar .tribe-events-has-events:after {
      background-position: center; } }
  @media (min-width: 768px) {
    .tribe-events-calendar .tribe-events-has-events:after {
      width: 25px;
      position: absolute;
      left: 11px;
      top: 6px; } }
  @media (min-width: 769px) {
    .tribe-events-calendar .tribe-events-has-events:after {
      top: 16px; } }

#tribe-events-content {
  margin-bottom: 0;
  padding: 0; }

#tribe-events-content table.tribe-events-calendar {
  border: none;
  margin: 0; }
  @media (min-width: 1024px) {
    #tribe-events-content table.tribe-events-calendar {
      margin: -15px auto 0 auto;
      width: calc(100vw - 180px); } }
  @media (min-width: 1200px) {
    #tribe-events-content table.tribe-events-calendar {
      margin-top: -30px;
      width: calc(100vw - (calc((100vw - 1065px)))); } }

#tribe-events-content .tribe-events-calendar td {
  background: #f4f4f4;
  border-top: 1px solid #b2b2b2;
  border-bottom: none;
  border-left: 1px solid transparent;
  border-right: 1px solid #f4f4f4;
  height: 14vw;
  position: relative; }
  @media (min-width: 768px) {
    #tribe-events-content .tribe-events-calendar td {
      height: 11vw; } }
  @media (min-width: 1024px) {
    #tribe-events-content .tribe-events-calendar td {
      height: 110px; } }

.tribe-events-calendar td.tribe-events-present.mobile-active,
#tribe-events-content .tribe-events-calendar .mobile-active:hover,
#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover {
  background-color: #553e74; }

#tribe-events-content .tribe-events-calendar td.tribe-events-has-events {
  background: #553e74; }

#tribe-events-content .tribe-events-calendar td.tribe-events-has-events div {
  color: #f4f4f4 !important;
  display: block; }
  @media (max-width: 767px) {
    #tribe-events-content .tribe-events-calendar td.tribe-events-has-events div h3 {
      margin: 0 !important;
      padding: 0 !important; } }

@media (max-width: 767px) {
  #tribe-events-content .tribe-events-calendar td.tribe-events-has-events div.tribe_events {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background: #f4f4f4;
  border-top: 1px solid #dbdbdb; }

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth div[id*=tribe-events-daynum-] {
  color: #dbdbdb !important; }

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  margin: 10px 0 0 0;
  padding: 0px 10px; }

.tribe-events-month #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
  display: block;
  margin: 0; }

#tribe-events-header {
  display: block !important;
  margin: 0; }

#tribe-events-header .tribe-events-sub-nav {
  position: absolute;
  width: 100%;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  z-index: 10; }
  @media (min-width: 1024px) {
    #tribe-events-header .tribe-events-sub-nav {
      padding-bottom: 20px;
      position: absolute;
      left: 15px;
      right: 15px;
      top: 72px; 
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); 
      width: auto;} }
  @media (min-width: 1200px) {
    #tribe-events-header .tribe-events-sub-nav {
      left: calc((100vw - 1200px) / 2);
      right: calc((100vw - 1200px) / 2); } }

#tribe-events-header .tribe-events-sub-nav li a {
  background: #e0dee7;
  display: block;
  height: 18px;
  z-index: 2; }
  @media (min-width: 768px) {
    #tribe-events-header .tribe-events-sub-nav li a {
      height: 28px;
      padding: 10px 24px; } }
  @media (min-width: 1024px) {
    #tribe-events-header .tribe-events-sub-nav li a {
      background: transparent; } }

#tribe-events-header .tribe-events-sub-nav li a:after {
  display: none; }
  @media (min-width: 1024px) {
    #tribe-events-header .tribe-events-sub-nav li a:after {
      display: block;
      position: absolute;
      -webkit-transform: rotateZ(-90deg) translate(-4px, 10px);
              transform: rotateZ(-90deg) translate(-4px, 10px); } }

#tribe-events-header .tribe-events-sub-nav li.tribe-events-nav-next a:after {
  -webkit-transform: rotateZ(90deg) translate(4px, 32px);
          transform: rotateZ(90deg) translate(4px, 32px); }

#tribe-events-header .tribe-events-sub-nav li a[data-month$="01"]:after {
  content: "Jan"; }

#tribe-events-header .tribe-events-sub-nav li a[data-month$="02"]:after {
  content: "Feb"; }

#tribe-events-header .tribe-events-sub-nav li a[data-month$="03"]:after {
  content: "Mar"; }

#tribe-events-header .tribe-events-sub-nav li a[data-month$="04"]:after {
  content: "Apr"; }

#tribe-events-header .tribe-events-sub-nav li a[data-month$="05"]:after {
  content: "May"; }

#tribe-events-header .tribe-events-sub-nav li a[data-month$="06"]:after {
  content: "Jun"; }

#tribe-events-header .tribe-events-sub-nav li a[data-month$="07"]:after {
  content: "Jul"; }

#tribe-events-header .tribe-events-sub-nav li a[data-month$="08"]:after {
  content: "Aug"; }

#tribe-events-header .tribe-events-sub-nav li a[data-month$="09"]:after {
  content: "Sept"; }

#tribe-events-header .tribe-events-sub-nav li a[data-month$="10"]:after {
  content: "Oct"; }

#tribe-events-header .tribe-events-sub-nav li a[data-month$="11"]:after {
  content: "Nov"; }

#tribe-events-header .tribe-events-sub-nav li a[data-month$="12"]:after {
  content: "Dec"; }

#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next {
  width: auto; }

#tribe-events-footer {
  display: none; }

#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button {
  display: none; }

h2.tribe-events-page-title {
  background: #553e74;
  color: white;
  font-size: 15px;
  margin: 0 !important;
  padding: 10px 0;
  position: relative;
  width: 100%;
  z-index: 2; }
  @media (min-width: 768px) {
    h2.tribe-events-page-title {
      font-size: 24px; } }
  @media (min-width: 1024px) {
    h2.tribe-events-page-title {
      display: inline-block;
      padding: 15px 45px;
      position: relative;
      left: 82px;
      width: auto; } }
  @media (min-width: 1200px) {
    h2.tribe-events-page-title {
      padding: 15px 60px;
      left: calc((100vw - 1080px) / 2); } }

#tribe-events-pg-template {
  margin: 0 auto;
  max-width: none;
  padding: 0; }

#tribe-mobile-container {
  display: none; }

::-webkit-placeholder,
::-webkit-input-placeholder {
  color: white;
  font-family: 'nimbus-sans';
  font-size: 14px; }

::-webkit-placeholder,
::placeholder {
  color: white;
  font-family: 'nimbus-sans';
  font-size: 14px; }
  @media (min-width: 375px) {
    ::-webkit-placeholder,
    ::-webkit-input-placeholder {
      font-size: 15px; }
    ::-webkit-placeholder,
    ::placeholder {
      font-size: 15px; } }
  @media (min-width: 1024px) {
    ::-webkit-placeholder,
    ::-webkit-input-placeholder {
      font-size: 16px; }
    ::-webkit-placeholder,
    ::placeholder {
      font-size: 16px; } }

* {
  font-family: "nimbus-sans";
  outline: none; }

a {
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
  width: auto; }
  @media (min-width: 375px) {
    a {
      font-size: 15px; } }
  @media (min-width: 1024px) {
    a {
      font-size: 16px; } }

a[rel="prev"] {
  background-image: url(./assets/icons/arrow.svg) !important;
  background-size: 12px 12px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-transform: rotateZ(90deg) translateY(1px);
          transform: rotateZ(90deg) translateY(1px); }

a[rel="next"] {
  background-image: url(./assets/icons/arrow.svg) !important;
  background-size: 12px 12px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-transform: rotateZ(-90deg) translateY(1px);
          transform: rotateZ(-90deg) translateY(1px); }

a.all-events {
  position: relative; }

a.all-events:before {
  background: url(./assets/icons/arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: "";
  display: inline-block;
  margin: 0px 5px 1px 0px;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  height: 9px;
  width: 9px; }

a.mail:before {
  background: url(./assets/icons/mail.svg);
  background-repeat: no-repeat;
  background-position: 0% center;
  content: "";
  display: inline-block;
  position: relative;
  top: 0.5px;
  width: 27px;
  height: 12px; }

a.no-underline {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

a.play-video {
  position: relative; }

a.play-video:before {
  height: 50px;
  width: 50px;
  background: url("./assets/icons/arrow-original.svg");
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  content: "";
  display: block;
  height: 90px;
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(-90deg);
          transform: translate(-50%, -50%) rotateZ(-90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s; }

a.play-video:hover:before {
  background-size: 24px; }

a.play-video img {
  width: 100%; }

@media (min-width: 768px) {
  article.about {
    padding-top: 45px;
    padding-bottom: 45px; } }

@media (min-width: 768px) {
  article.about > img {
    display: inline-block;
    width: 49.5%;
    vertical-align: top; } }

@media (min-width: 768px) {
  article.about > .text-overlap {
    display: inline-block;
    margin-top: 30px;
    padding-left: 12.5px;
    width: 49.5%; } }

@media (min-width: 768px) {
  article.about h1.statement.alternate {
    display: inline-block;
    padding: 0px 10px;
    -webkit-transform: translate(calc(-100% - 17px), 0);
            transform: translate(calc(-100% - 17px), 0); } }

@media (min-width: 768px) {
  article.about h1.statement.alternate b {
    padding: 0px 10px;
    position: absolute;
    top: 0;
    left: 100%; } }

article.service:not(:last-of-type) {
  padding-bottom: 40px; }

article.service picture {
  z-index: -1; }
  @media (min-width: 768px) {
    article.service picture {
      height: 40vw;
      max-height: 400px; } }

article.service .service-meta {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
  @media (min-width: 768px) {
    article.service .service-meta {
      padding: 20px 30px 0px 90px;
      width: 500px; } }
  @media (min-width: 1024px) {
    article.service .service-meta {
      padding: 40px 60px 20px 120px; } }
  @media (min-width: 1200px) {
    article.service .service-meta {
      padding-left: calc((100vw - 960px) / 2); } }

@media (min-width: 768px) {
  article.service .text-overlap {
    margin-left: 90px;
    margin-top: -15px;
    position: absolute;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%); } }
@media (min-width: 1024px) {
  article.service .text-overlap {
    margin-left: 120px; } }
@media (min-width: 1200px) {
  article.service .text-overlap {
    margin-left: calc((100vw - 960px) / 2); } }

article.video-meta {
  padding: 10px 15px 15px 15px; }

body {
  margin: 0; }

button {
  background: #553e74;
  border: 1px solid #553e74;
  color: white;
  cursor: pointer;
  display: block;
  font-family: 'nimbus-sans';
  letter-spacing: 1px;
  margin-top: 15px;
  max-width: 300px;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: 1; }

button:after {
  background: white;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1; }

button:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }

button:hover {
  color: #553e74; }

button.no-hover {
  border: none; }

button.no-hover:after {
  display: none; }

button.no-hover:hover {
  color: white; }

button.alternate {
  background: white;
  border: 1px solid white;
  color: #553e74; }

button.alternate:hover {
  color: white; }

button.alternate:after {
  background: #553e74; }

button.align-center {
  margin-left: auto;
  margin-right: auto; }

button.border {
  border: 1px solid white; }

button#youtube {
  background: #cd201f; }

button#youtube > var {
  background: #f2f2f2;
  color: black;
  float: right;
  font-style: normal;
  font-weight: 600;
  padding: 15px;
  margin: -15px -15px -15px 0; }

button#youtube:before {
  background-image: url(./assets/icons/youtube.svg);
  background-repeat: no-repeat;
  content: "icon";
  color: transparent;
  display: inline-block; }

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

footer {
  text-align: center; }

footer button {
  margin: 15px auto 30px auto;
  width: 80%; }
  @media (min-width: 1024px) {
    footer button {
      margin-bottom: 45px; } }

footer p {
  margin-top: 15px; }

footer section {
  padding-bottom: 60px; }

footer p.title {
  font-size: 11px;
  font-weight: 400; }

footer p.title {
  margin-top: 30px; }

h1, h2, h3, h4, h5, h6, p, a, li {
  color: #553e74;
  margin: 0; }

h1 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.15; }
  @media (min-width: 375px) {
    h1 {
      font-size: 26px;
      line-height: 1.1; } }
  @media (min-width: 768px) {
    h1 {
      font-size: 30px; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 34px; } }

@media (min-width: 1024px) {
  h1.align-center-desktop {
    text-align: center; } }

h1.statement {
  background: white;
  display: inline;
  line-height: 1.3;
  margin-top: 1px; }
  @media (min-width: 768px) {
    h1.statement {
      line-height: 1.6;
      padding: 5px 0px 5px 10px; } }

h1.statement b {
  background: rgba(85, 62, 116, 0.15);
  padding: 0px 5px;
  text-transform: lowercase; }
  @media (min-width: 768px) {
    h1.statement b {
      padding: 5px 10px; } }

h1.statement.alternate {
  padding: 5px 0px 5px 5px; }

h1.statement.alternate b {
  padding: 5px 5px;
  text-transform: capitalize; }

@media (min-width: 768px) {
  h1.limit-width {
    width: 350px; } }

h3 {
  font-size: 18px;
  font-weight: 300; }
  @media (min-width: 1024px) {
    h3 {
      font-size: 24px; } }

h4 {
  margin-top: 20px; }

hr {
  border: none;
  border-top: 1px solid #553e74;
  margin: 15px 0 15px 15px;
  width: 30px; }
  @media (min-width: 768px) {
    hr {
      width: 60px;
      margin: 60px 0 0 30px; } }
  @media (min-width: 1024px) {
    hr {
      width: 90px;
      margin: 60px 0 0 45px; } }
  @media (min-width: 1200px) {
    hr {
      margin-top: 75px;
      margin-left: calc((100vw - 1080px) / 2); } }

hr.middle {
  margin: 45px auto;
  width: 120px; }

li {
  font-size: 14px;
  font-weight: 300; }
  @media (min-width: 375px) {
    li {
      font-size: 15px; } }
  @media (min-width: 1024px) {
    li {
      font-size: 16px; } }

img {
  display: block;
  max-width: 100%; }

img.big-icon {
  height: 60px;
  margin: 0 auto; }

img.icon {
  height: 20px; }
  @media (min-width: 768px) {
    img.icon {
      height: 25px; } }

input {
  background: #bfbfbf;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #553e74;
  display: block;
  font-family: 'nimbus-sans';
  font-size: 14px;
  margin-top: 15px;
  padding: 10px 15px;
  width: 100%; }
  @media (min-width: 375px) {
    input {
      font-size: 15px; } }
  @media (min-width: 1024px) {
    input {
      font-size: 16px; } }

input[type=submit] {
  background: #553e74;
  color: white;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 12px 0;
  text-transform: uppercase; 
  -webkit-appearance: none;}

main {
  overflow: hidden;
  padding-top: 62px; }
  @media (min-width: 768px) {
    main {
      padding-top: 84.5px; } }
  @media (min-width: 1024px) {
    main {
      padding-top: 0; } }

main > .overlay {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 3; }

main.state-active > .overlay {
  opacity: 0.8;
  pointer-events: auto; }

nav.mobile-nav {
  background: #553e74;
  padding: 75px 15px 15px 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0px, calc(-100%));
          transform: translate(0px, calc(-100%));
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: -1; }
  @media (min-width: 768px) {
    nav.mobile-nav {
      padding: 90px 30px 15px 30px; } }

nav.mobile-nav > a {
  color: white; }

nav > a {
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0px;
  text-decoration: none; }

ol {
  margin: 0;
  padding: 0; }

ol p {
  padding: 0 5px; }

ol p.title {
  margin-top: 20px; }

ol.process > li {
  list-style-type: none;
  margin-top: 20px; }
  @media (min-width: 768px) {
    ol.process > li {
      display: inline-block;
      margin-top: 30px;
      vertical-align: top;
      width: 49.5%; } }
  @media (min-width: 1024px) {
    ol.process > li {
      width: 24.5%; } }

ol.services_list > li {
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    ol.services_list > li {
      display: inline-block;
      margin-top: 30px;
      vertical-align: top;
      width: 49.5%; } }
  @media (min-width: 1024px) {
    ol.services_list > li {
      width: 33.0%; } }

ol.process > li p {
  font-size: 14px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto; }

picture {
  background-size: cover;
  background-position: center;
  display: block;
  max-height: 700px;
  position: relative;
  height: 50vw;
  width: 100%; }
  @media (min-width: 768px) {
    picture {
      height: 60vw; } }
  @media (min-width: 1200px) {
    picture {
      height: 50vw; } }

picture > div.overlay {
  display: none; }
  @media (min-width: 768px) {
    picture > div.overlay {
      display: block; } }

picture.single-event-picture {
  height: 225px; }
  @media (min-width: 768px) {
    picture.single-event-picture {
      height: 300px; } }

picture.awards {
  margin-bottom: 30px;
  height: auto;
  width: 100%; }
  @media (min-width: 768px) {
    picture.awards {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

picture.award {
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 325px;
  margin: 15px 0px 0px 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  @media (min-width: 768px) {
    picture.award {
      height: 25vw;
      width: calc(50% - 7.5px); }
      picture.award:nth-of-type(odd) {
        margin-right: 15px; } }

picture.award:hover {
  background-size: 110% auto; }

picture.award > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

picture.award:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#553e74));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #553e74 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#553e74',GradientType=0 );
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  right: 0;
  top: 60%; }

picture.award h3 {
  color: white;
  position: relative;
  z-index: 1; }

picture.parallax {
  background-position-y: 100%; }

picture.landing-parallax {
  background-position-y: 0%; }

p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
  margin-top: 10px; }
  @media (min-width: 375px) {
    p {
      font-size: 15px; } }
  @media (min-width: 1024px) {
    p {
      font-size: 16px; } }

p.no-margin-top {
  margin-top: 0; }

p.smaller {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400; }

p.smaller > a {
  font-weight: 400;
  font-size: inherit; }

p.title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    p.title {
      font-size: 13px; } }

p.title.margin-top {
  margin-top: 20px; }

p.price {
  font-size: 30px;
  letter-spacing: 1px;
  margin: 0; }

p > a {
  display: inline; }

section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 15px; }
  @media (min-width: 375px) {
    section {
      padding: 40px 20px; } }
  @media (min-width: 768px) {
    section {
      padding: 60px 30px; } }
  @media (min-width: 1024px) {
    section {
      margin: 0 auto;
      padding: 60px 45px; } }
  @media (min-width: 1200px) {
    section {
      padding-top: 70px;
      padding-bottom: 70px;
      padding-left: calc((100vw - 1080px) / 2);
      padding-right: calc((100vw - 1080px) / 2); } }

@media (min-width: 768px) {
  section#contact-landing-section {
    display: block; } }

section#contact-landing-section > picture {
  max-height: 400px; }
  @media (min-width: 1024px) {
    section#contact-landing-section > picture {
      height: calc(25vw + 120px); } }

section.event-section {
  overflow: hidden;
  padding: 0;
  position: relative; }

section.event-section picture {
  height: 45vw;
  max-height: 400px;
  z-index: -1; }
  @media (min-width: 768px) {
    section.event-section picture {
      height: 35vw; } }
  @media (min-width: 1024px) {
    section.event-section picture {
      height: calc(30vw + 120px);
      margin-bottom: -100px; } }

@media (min-width: 768px) {
  section.event-section nf-field {
    display: inline-block;
    margin-right: 15px;
    width: 35%;
    vertical-align: top; } }

@media (min-width: 768px) {
  section.event-section nf-field:nth-of-type(3),
  section.event-section nf-field:nth-of-type(4) {
    display: none; } }

@media (min-width: 768px) {
  section.event-section nf-field:nth-of-type(5) {
    margin-right: 0;
    width: calc(30% - 30px); } }

@media (min-width: 768px) {
  section.event-section p.smaller {
    margin: 20px 0px 0px auto;
    text-align: right; } }

@media (min-width: 1024px) {
  section.first-section {
    padding-top: 168px; } }

section.light-grey {
  background: #f2f2f2; }

@media (min-width: 768px) {
  section.light-grey > h1 {
    margin: 0 auto;
    max-width: 500px; } }

section.purple {
  background-color: #553e74; }
  @media (min-width: 1024px) {
    section.purple {
      max-width: none; } }

section#services-section {
  position: relative; }
  @media (min-width: 768px) {
    section#services-section {
      padding: 0; } }

section.purple a,
section.purple h1,
section.purple p {
  color: white; }

section.landing-section {
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 0; }
  @media (min-width: 768px) {
    section.landing-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

@media (min-width: 768px) {
  section.landing-section > article {
    margin-top: 60px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    width: 450px; } }
@media (min-width: 1024px) {
  section.landing-section > article {
    margin-top: 120px;
    left: 25px;
    width: 450px; } }
@media (min-width: 1200px) {
  section.landing-section > article {
    left: calc((100vw - 1120px) / 2); } }

@media (min-width: 768px) {
  section.landing-section article *:not(button) {
    color: white; } }

section.less-padding {
  padding: 15px 15px; }
  @media (min-width: 375px) {
    section.less-padding {
      padding: 20px 20px; } }
  @media (min-width: 768px) {
    section.less-padding {
      padding: 45px 30px; } }
  @media (min-width: 1024px) {
    section.less-padding {
      padding: 45px; } }
  @media (min-width: 1200px) {
    section.less-padding {
      padding-left: calc((100vw - 1080px) / 2);
      padding-right: calc((100vw - 1080px) / 2); } }

section.no-padding-top {
  padding-top: 0; }

section.no-padding-bottom {
  padding-bottom: 0; }

span.duration {
  background: white;
  color: #939598;
  font-size: 10px;
  padding: 2.5px 5px;
  position: absolute; }

table {
  margin-top: 15px;
  width: 100%; }

table.videometa td {
  color: #939598;
  font-size: 10px;
  padding-left: 21px;
  width: 33%; }

table.videometa td:before {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-21px, -3px);
          transform: translate(-21px, -3px); }

textarea {
  border-radius: 0;
  font-size: 14px; }
  @media (min-width: 375px) {
    textarea {
      font-size: 15px; } }
  @media (min-width: 1024px) {
    textarea {
      font-size: 16px; } }

td.views:before {
  background-image: url("./assets/icons/eye_grey.svg"); }

td.likes:before {
  background-image: url("./assets/icons/heart.svg"); }

td.comments:before {
  background-image: url("./assets/icons/comment.svg"); }

textarea {
  background: #bfbfbf;
  border: none;
  padding: 10px 15px; }

ul {
  margin: 10px 0 0 15px;
  padding: 0; }

ul.icons {
  margin: 15px 0 30px 0; }

ul.icons > li {
  display: inline-block;
  list-style-type: none;
  margin: 0 5px; }
  @media (min-width: 768px) {
    ul.icons > li {
      margin: 0 10px; } }

.align-center {
  text-align: center; }

.card {
  background: #f2f2f2;
  margin: 15px 0px 0px 0px;
  padding: 30px 30px; }
  @media (min-width: 768px) {
    .card {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      vertical-align: top;
      width: calc(33% - 11px); } }
  @media (min-width: 1024px) {
    .card {
      padding: 30px 60px; } }

@media (min-width: 768px) {
  .card:nth-of-type(2) {
    margin: 15px 15px 0px 15px; } }

.card > p {
  margin-top: 5px;
  font-size: 12px; }

@media (min-width: 768px) {
  .card-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
} }

#featured-vlog {
  display: none; }
  @media (min-width: 768px) {
    #featured-vlog {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin-top: 30px; } }

#featured-vlog > a {
  display: block;
  width: 66.66666%; }

#featured-vlog > a > img {
  height: 100%;
  width: 100%; }

#featured-vlog > article {
  background: #f2f2f2;
  box-sizing: border-box;
  display:block;
  padding: 15px;
  width: 33.33333%;
  vertical-align: top; }
  @media (min-width: 1024px) {
    #featured-vlog > article {
      padding: 20px; } }

#featured-vlog > article > * {
  color: #553e74; }

@media (min-width: 768px) {
  #frontpage-vlogs-cont > a {
    display: inline-block;
    width: calc(33% - 7.5px); } }

@media (min-width: 768px) {
  #frontpage-vlogs-cont > a:last-of-type {
    float: right; } }

#frontpage-vlogs-cont > a > button {
  max-width: none; }

.overlay {
  background: black;
  opacity: 0.4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

#map-header {
  background: #f2f2f2;
  margin: 15px 15px -45px 15px;
  padding: 30px 45px;
  position: relative;
  z-index: 2; }
  @media (min-width: 768px) {
    #map-header {
      margin: -30px 15px -45px auto;
      width: 200px; } }
  @media (min-width: 1024px) {
    #map-header {
      margin: -45px 30px -60px auto;
      padding: 45px; } }

#map-container {
  height: calc(40vw + 100px);
  max-height: 450px; }

#mc_embed_signup_scroll > h1,
#mc_embed_signup_scroll > p {
  text-align: center; }

#mc_embed_signup_scroll > p {
  margin-bottom: 15px; }

.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
    bottom: 0;
    left: 0;
-webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
  width: 100%; }

.pagination > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 50px; }

.pagination > a > img {
  height: 18px;
  width: 18px; }

.pagination > a.previous > img {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg); }

.pagination > a.next > img {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg); }

@media (min-width: 768px) {
  #footer-signup .mc-field-group {
    display: inline-block;
    margin-right: 10px;
    width: calc(35% - 10px); } }

@media (min-width: 768px) {
  #footer-signup #mce-responses {
    display: inline-block; } }

@media (min-width: 768px) {
  #footer-signup .signup-button-cont {
    display: inline-block;
    margin-left: -5px;
    width: 28.5%; } }

.footer-text {
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .footer-text {
      display: inline-block;
      text-align: left;
      width: 32.5%; } }

.landing-scroll {
  display: none; }
  @media (min-width: 1024px) {
    .landing-scroll {
      display: block;
      position: absolute;
      left: 50%;
      bottom: 20px;
      margin-left: -10px;
      height: 20px;
      width: 20px;
      -webkit-transform: translate(0);
              transform: translate(0);
      -webkit-transition: 1s;
      transition: 1s; } }

.landing-scroll:hover {
  -webkit-transform: translate(0px, 10px);
          transform: translate(0px, 10px); }

.nf-before-form-content {
  display: none; }

.nf-field-container {
  margin-bottom: 0 !important;
  margin-top: 15px; }

.nf-form-cont label {
  display: none; }

nf-field {
  vertical-align: top; }

.ninja-forms-field {
  border: 1px solid transparent; }

@media (min-width: 768px) {
  #nf-form-2-cont nf-field:nth-of-type(2) {
    display: inline-block;
    margin-right: 7.5px;
    width: calc(50% - 7.5px); } }

@media (min-width: 768px) {
  #nf-form-2-cont nf-field:nth-of-type(3) {
    display: inline-block;
    margin-left: 7.5px;
    width: calc(50% - 7.5px); } }

@media (min-width: 768px) {
  #nf-form-2-cont .field-wrap input[type='button'] {
    width: 150px; } }

.nf-form-cont .field-wrap input[type='button'] {
  background: #553e74;
  color: white;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 12px 0;
  text-transform: uppercase;
  -webkit-appearance: none;
  width: 100%; }

.nf-error-msg {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0px;
  margin-top: 10px; }

.padded-text {
  box-sizing: border-box;
  padding: 30px 15px; }
  @media (min-width: 375px) {
    .padded-text {
      padding: 20px 20px; } }

#player {
  background: rgba(0, 0, 0, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1; }

#player:before {
  cursor: pointer;
  color: white;
  content: "\00d7";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px; }

#player.state-active {
  opacity: 1;
  pointer-events: auto; }

#player iframe {
  pointer-events: none;
  height: 55vw;
  width: 100vw; }

#player .pagination {
  margin: 0;
  pointer-events: none;
  position: absolute;
    top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;}

#player .pagination > a {
  background: rgba(0, 0, 0, 0.3); }

#player.state-active{
  z-index: 10000;
}

#player.state-active .pagination > a {
  pointer-events: auto; }

#player.state-active iframe{
  pointer-events: auto;
}

#service-nav {
  display: none;
  width: 42px; }
  @media (min-width: 768px) {
    #service-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: absolute;
      top: 0;
      left: 27.5px;
      padding-top: calc(40vw + 37.5px);
      -webkit-transform: translate(0);
              transform: translate(0);
      -webkit-transition: 1s;
      transition: 1s; } }
  @media (min-width: 1024px) {
    #service-nav {
      left: 37.5px;
      padding-top: 460px; } }
  @media (min-width: 1200px) {
    #service-nav {
      left: calc((100vw - 1080px) / 2); } }

#service-nav.state-hidden {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%); }

#service-nav:before {
  background: #553e74;
  content: "";
  position: absolute;
  left: calc(50% - 0.5px);
  top: calc(40vw + 37.5px);
  bottom: 15px;
  width: 1px;
  z-index: -1; }
  @media (min-width: 1024px) {
    #service-nav:before {
      top: 460px; } }

#service-nav > a {
  background: #553e74;
  border-radius: 50%;
  border: 1px solid #553e74;
  height: 7.5px;
  margin-bottom: 15px;
  padding: 0;
  -webkit-transition: 1s;
  transition: 1s;
  width: 7.5px; }

#service-nav > a.state-active {
  background: white;
  height: 40px;
  width: 40px; }

@media (min-width: 768px) {
  #service-image:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 200px; } }

#service-cont {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  z-index: -1; }
  @media (min-width: 375px) {
    #service-cont {
      left: 20px;
      right: 20px; } }
  @media (min-width: 768px) {
    #service-cont {
      left: 30px;
      right: 30px; } }
  @media (min-width: 1024px) {
    #service-cont {
      left: 45px;
      right: 45px; } }
  @media (min-width: 1200px) {
    #service-cont {
      left: calc((100vw - 1080px) / 2);
      right: calc((100vw - 1080px) / 2); } }

#service-cont > article {
  height: 50vw;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  -webkit-transition: 0s;
  transition: 0s; }
  @media (min-width: 768px) {
    #service-cont > article {
      height: auto;
      overflow: hidden;
      padding: 0;
      top: 0; } }

#service-cont > article > picture {
  opacity: 0;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
  -webkit-transition: opacity 1s linear 0s, -webkit-transform 1s linear 1s;
  transition: opacity 1s linear 0s, -webkit-transform 1s linear 1s;
  transition: opacity 1s linear 0s, transform 1s linear 1s;
  transition: opacity 1s linear 0s, transform 1s linear 1s, -webkit-transform 1s linear 1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }
  @media (min-width: 768px) {
    #service-cont > article > picture {
      margin-top: 30px;
      margin-bottom: -30px; } }

#service-cont > article.state-active > picture {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 1s linear 1s, -webkit-transform 0.5s linear 1s;
  transition: opacity 1s linear 1s, -webkit-transform 0.5s linear 1s;
  transition: opacity 1s linear 1s, transform 0.5s linear 1s;
  transition: opacity 1s linear 1s, transform 0.5s linear 1s, -webkit-transform 0.5s linear 1s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }

#service-cont > article.state-active {
  opacity: 1; }

#service-cont > article > .text-overlap {
  display: none; }

#services-section-frontpage {
  position: relative; }
  @media (min-width: 768px) {
    #services-section-frontpage {
      padding-top: 0; } }

#services-section-frontpage > p {
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    #services-section-frontpage > p {
      font-size: 18px;
      font-weight: 400;
      width: 375px; } }

#services-section-frontpage > article {
  position: relative;
  z-index: 1; }

@media (min-width: 768px) {
  #services-section-frontpage .text-overlap {
    margin-left: 0;
    width: 100%; } }

@media (min-width: 768px) {
  #services-section-frontpage h1.statement {
    padding-left: 0; } }

@media (min-width: 768px) {
  #services-section-frontpage picture {
    height: 35vw;
    width: 60vw;
    margin-bottom: -45px;
    margin-left: auto;
    max-height: 400px;
    max-width: 600px; } }
@media (min-width: 1024px) {
  #services-section-frontpage picture {
    margin-bottom: -90px; } }

@media (min-width: 768px) {
  #single-video-section article {
    display: inline-block;
    max-width: 400px;
    width: 49.5%; } }

.text-overlap {
  margin-top: -45px; }

.toggle-form button {
  margin-left: auto;
  margin-right: auto; }

.video {
  margin-bottom: 10px; }

#vlogs:not(.frontpage-vlogs){
padding-bottom: 30px;
position: relative; 
}

@media (min-width: 768px) {
  #vlogs:not(.frontpage-vlogs) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
#vlogs:not(.frontpage-vlogs) .workshop-cont {
  -webkit-animation: fadein 1s;
          animation: fadein 1s; }
  @media (min-width: 768px) {
    #vlogs:not(.frontpage-vlogs) .workshop-cont {
      display: inline-block;
      margin-top: 30px;
      padding-bottom: 30px;
      position: relative;
      vertical-align: top;
      width: calc(50% - 17.5px); } }
  @media (min-width: 1024px) {
    #vlogs:not(.frontpage-vlogs) .workshop-cont {
      width: calc(33.333333% - 20px); } }

@media (min-width: 768px) {
  #vlogs:not(.frontpage-vlogs) .workshop-cont:nth-of-type(odd) {
    margin-right: 30px; } }
@media (min-width: 1024px) {
  #vlogs:not(.frontpage-vlogs) .workshop-cont:nth-of-type(odd) {
    margin-right: 0px; } }

@media (min-width: 1024px) {
  #vlogs:not(.frontpage-vlogs) .workshop-cont:nth-of-type(3n + 1) {
    margin-right: 30px; } }

@media (min-width: 1024px) {
  #vlogs:not(.frontpage-vlogs) .workshop-cont:nth-of-type(3n + 2) {
    margin-right: 30px; } }

@media (min-width: 768px) {
  #vlogs:not(.frontpage-vlogs) .videometa {
    position: absolute;
    bottom: 15px; } }

@media (min-width: 768px) {
  #vlog-section > a {
    display: inline-block;
    width: calc(33% - 7.5px); } }

@media (min-width: 768px) {
  #vlog-section > a:last-of-type {
    float: right; } }

.workshop-cont {
  background: #f2f2f2;
  margin-top: 15px; }

.workshop-cont h3 {
  font-weight: 600;
  margin-top: 5px; }

div.workshop-cont p {
  color: #553e74; }

.workshop-single-cont {
  background: #f2f2f2;
  margin: -20px 15px 15px 15px;
  position: relative;
  z-index: 0; }
  @media (min-width: 768px) {
    .workshop-single-cont {
      margin: -80px 30px 15px 30px; } }
  @media (min-width: 1024px) {
    .workshop-single-cont {
      margin: -100px 90px 15px 90px; } }
  @media (min-width: 1200px) {
    .workshop-single-cont {
      margin-left: calc((100vw - 1080px) / 2);
      margin-right: calc((100vw - 1080px) / 2); } }

@media (min-width: 768px) {
  .workshop-single-cont article.padded-text {
    padding: 30px; } }
@media (min-width: 1024px) {
  .workshop-single-cont article.padded-text {
    padding: 45px; } }
@media (min-width: 1200px) {
  .workshop-single-cont article.padded-text {
    padding: 60px; } }

@media (min-width: 768px) {
  .workshop-single-cont article.padded-text * {
    color: #553e74; } }

@media (min-width: 768px) {
  .workshop-single-cont article > *:not(div) {
    width: calc(70% + 15px); } }

.workshop-single-cont article p:first-of-type {
  margin-top: 0; }

.workshop-single-title {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 15px;
  position: absolute;
  -webkit-transform: translateY(calc(-100%));
          transform: translateY(calc(-100%));
  z-index: 10; }
  @media (min-width: 768px) {
    .workshop-single-title {
      width: 375px;
      padding-bottom: 20px; } }
  @media (min-width: 1024px) {
    .workshop-single-title {
      width: 450px; } }

.workshop-single-title.padding-left {
  padding-left: 15px; }
  @media (min-width: 768px) {
    .workshop-single-title.padding-left {
      padding-left: 30px; } }
  @media (min-width: 1024px) {
    .workshop-single-title.padding-left {
      padding-left: 83px; } }
  @media (min-width: 1200px) {
    .workshop-single-title.padding-left {
      padding-left: calc((100vw - 1080px) / 2); } }

.workshop-single-title * {
  color: white; }

.workshop-single-title p.title {
  margin-bottom: 5px; }

#wptime-plugin-preloader {
  background-image: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg); } }
#wptime-plugin-preloader > img {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  height: 75px;
  width: 75px; }

#tribe-events-content picture div.overlay{
  display: block;
}

#subscribe{
  margin-top: 70px;
}

@media(min-width:768px){
#subscribe{
  margin-top: 0;
}
}