/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/
/* Studio 99 Page */
.s99.content-area {
  padding-top: 140px;
  background: #f5f5f5;
  font-size: 18px;
}

@media screen and (max-width: 900px) {
  .s99.content-area {
    padding-top: 80px;
  }
}

@media screen and (max-width: 600px) {
  .s99.content-area {
    padding-top: 50px;
  }
}

@media screen and (max-width: 350px) {
  .s99.content-area {
    padding-top: 0px;
  }
}

.s99 .s99-btn {
  padding: 0.5em 1em;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 5px 5% 5px auto;
  display: inline-block;
  -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
  font-family: "Knockout 29 A", "Knockout 29 B", "Knockout", "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
}

.s99 .s99-btn:last-child {
  margin-right: auto;
}

.s99 .s99-btn.btn-primary {
  background: #091f40;
  color: #f3f5f8;
}

.s99 .s99-btn.btn-primary:hover, .s99 .s99-btn.btn-primary:active, .s99 .s99-btn.btn-primary:focus {
  color: #fff;
  background: #030913;
}

.s99 .s99-btn.btn-secondary {
  background: #f3f5f8;
  color: #091f40;
  border-color: #46494e;
}

.s99 .s99-btn.btn-secondary:hover, .s99 .s99-btn.btn-secondary:active, .s99 .s99-btn.btn-secondary:focus {
  color: #fff;
  background: #091f40;
}

.s99-header {
  width: 100%;
  background: #888;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.s99-header .s99-nav {
  padding-top: 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1140px;
}

.s99-header .s99-nav-container {
  background: -webkit-gradient(linear, left top, left bottom, from(#192127), to(rgba(25, 33, 39, 0)));
  background: linear-gradient(180deg, #192127 0%, rgba(25, 33, 39, 0) 100%);
  position: relative;
  z-index: 1;
}

.s99-header .s99-nav-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  text-transform: uppercase;
}

.s99-header .s99-nav-item {
  margin: 0 15px;
  font-weight: 700;
}

.s99-header .s99-nav-item a {
  color: #dae1ed;
  font-family: "Knockout 29 A", "Knockout 29 B", "Knockout", "Lato", sans-serif;
  font-weight: 300;
  font-size: 30px;
  text-shadow: 1px 2px 1px #000;
}

.s99-header .s99-slider {
  position: relative;
  margin-top: -135px;
  z-index: 0;
}

.s99-header .s99-slider-content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px;
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.s99-header .s99-slider-content h1 {
  font-family: Lato, sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 72px;
  text-shadow: 1px 2px 1px #000;
  text-transform: none;
  margin: 0;
  line-height: 1;
}

.s99-header .s99-slider-content .tagline {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 2px 1px #000;
  margin: 0.5em 0 1.5em;
}

.s99-header .s99-slider .s99-slider-images:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  content: "";
}

.s99-header .s99-slider .s99-slider-images:not(.slick-initialized) {
  height: 40vw;
}

.s99-header .s99-slider .s99-slider-images:not(.slick-initialized) img {
  display: none;
}

.s99-header .s99-slider .s99-slide img {
  max-height: 40vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s99-intro-text {
  max-width: 920px;
  margin: 0 auto;
  background: #091f40;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  padding: 1em 2%;
  color: #fff;
}

.s99-intro-text a:link,
.s99-intro-text a:visited {
  color: #f3f5f8;
  text-decoration: underline;
}

.s99-section {
  max-width: 1140px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.s99-section h2 {
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 100;
  text-transform: none;
  line-height: 1;
}

.s99-section h2 .script {
  font-family: house-script, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-transform: none;
  color: #091f40;
  position: relative;
  top: 5px;
  left: -10px;
}

.s99-section-text {
  background: #fff;
  padding: 2em;
  margin: 25px 0;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 445px;
          flex: 0 1 445px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.s99-section-text.left {
  margin-right: -50px;
}

.s99-section-text.right {
  margin-left: -50px;
}

.s99-section-text .text {
  margin-bottom: 1em;
}

.s99-section-text .text strong em {
  font-weight: 400;
}

.s99-section-image {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.s99-section-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: center;
     object-fit: center;
}

.s99-events .btn-container {
  text-align: center;
}

.s99-table td {
  padding: 0.5em 0;
  border-bottom: dashed 1px #d2d8e1;
}

.s99-table .name {
  font-weight: 400;
  text-align: left;
}

.s99-table .date {
  text-align: right;
}

.s99-table-caption {
  font-size: 0.8em;
  text-align: center;
  font-style: italic;
  margin-bottom: 1.5em;
}

.s99-footer {
  margin-top: 50px;
  padding-top: 50px;
  border-top: dashed 2px #d2d8e1;
  display: block;
}

.s99-footer h2 {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.s99-footer h2 .script {
  left: 0;
}

.s99-footer-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 0;
}

.s99-footer-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  margin: 15px 0;
  padding: 0 15px;
}

.s99-footer-col .line-1 {
  font-weight: 400;
}

.s99-footer-col a {
  color: #091f40;
}

.s99-footer-col:not(:last-child) {
  border-right: dashed 1px #d2d8e1;
}

@media screen and (max-width: 1024px) {
  .s99-header .s99-nav-container {
    display: none;
  }
  .s99-header .s99-slider {
    margin-top: 0;
  }
  .s99-header .s99-slider .s99-slide img {
    min-height: 300px;
  }
  .s99-header .s99-slider-content {
    bottom: 15px;
  }
  .s99-header .s99-slider-content h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 500px) {
  .s99-section-image.img-fit {
    display: none;
  }
  .s99-section-text {
    margin: 0 !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
  }
}

#page-content {
  position: relative;
}

.rp-webskin {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center 300px;
}

.rp-webskin + .wpb_row .id__load-more,
.rp-webskin + .wpb_row #id__wrap .id__month {
  position: relative;
  z-index: 5;
}

.rp-webskin + .wpb_row .id__grid {
  position: relative;
  z-index: 5;
}

.rp-webskin_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */