/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  line-height: 1.65;
  color: #fff;
  background: #000; }
  body.no-scroll {
    overflow-y: hidden; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px; }

p {
  margin: 0 0 20px; }

input, textarea {
  -webkit-appearance: none; }

.about-video {
  max-width: 700px;
  margin: 40px auto 0; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

html {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 17px; }

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -1.25px; }

h1, .h1 {
  font-size: 2.488rem; }

h2, .h2 {
  font-size: 2.074rem; }

h3, .h3 {
  font-size: 1.728rem; }

h4, .h4 {
  font-size: 1.44rem; }

h5, .h5 {
  font-size: 1.2rem; }

h6, .h6 {
  font-size: 1rem; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

@media screen and (max-width: 900px) {
  h1 {
    font-size: 1.602rem; }

  h2 {
    font-size: 1.424rem; }

  h3 {
    font-size: 1.266rem; }

  h4 {
    font-size: 1.125em; }

  h5, h6 {
    font-size: 1rem; } }
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.074rem; }

  h2 {
    font-size: 1.728rem; }

  h3 {
    font-size: 1.44rem; }

  h4 {
    font-size: 1.2em; }

  h5, h6 {
    font-size: 1rem; } }
.btn {
  display: inline-block;
  line-height: initial;
  text-decoration: none;
  padding: 10px 22px;
  background: #5fbeb4;
  border-radius: 5px;
  color: #fff; }

.contact-form {
  max-width: 620px;
  padding: 0 30px;
  margin: auto;
  /* Autocomplete styles in Chrome*/ }
  .contact-form label {
    display: none; }
  .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    border: 1px solid #fff;
    background: transparent;
    margin: 0 0 15px;
    font-size: 16px;
    color: #fff; }
  .contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  .contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  .contact-form :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  .contact-form input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    background: #fff;
    padding: 8px 16px;
    border-radius: 500px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .contact-form .validation_error, .contact-form .validation_message {
    color: #ff9494;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 10px; }
  .contact-form .gform_confirmation_message {
    padding: 30px;
    background: #333;
    line-height: 1.25;
    text-align: center; }
  .contact-form input:-webkit-autofill,
  .contact-form input:-webkit-autofill:hover,
  .contact-form input:-webkit-autofill:focus,
  .contact-form textarea:-webkit-autofill,
  .contact-form textarea:-webkit-autofill:hover,
  .contact-form textarea:-webkit-autofill:focus {
    border: 1px solid #fff;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s; }

.container {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px; }
  .container::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin: 0 -15px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.column {
  float: left;
  padding: 0 15px; }
  .column.full {
    width: 100%; }
  .column.two-thirds {
    width: 66.66666667%; }
  .column.one-third {
    width: 33.33333333%; }
  .column.one-half {
    width: 50%; }
  .column.one-fourth {
    width: 50%; }

@media screen and (max-width: 767px) {
  .column.two-thirds, .column.one-third, .column.one-half, .column.one-fourth {
    width: 50%; } }
@media screen and (max-width: 560px) {
  .column.two-thirds, .column.one-third, .column.one-half, .column.one-fourth {
    width: 100%; } }
#content {
  margin: 50px 0; }

#main {
  width: calc(100% - 400px);
  float: left; }

#sidebar {
  width: 360px;
  padding: 30px;
  float: right;
  background: #fff; }

@media screen and (max-width: 900px) {
  #main {
    width: calc(100% - 310px); }

  #sidebar {
    width: 280px; } }
@media screen and (max-width: 830px) {
  #main,
  #sidebar {
    width: 100%; } }
@media screen and (max-width: 560px) {
  .column.two-thirds, .column.one-third, .column.one-half, .column.one-fourth {
    width: 100%; } }
.header {
  background: #000;
  padding: 60px 0; }
  .header > .container {
    display: flex;
    align-items: baseline; }

.header-menu {
  margin-left: auto;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block; }
  .header-menu li {
    display: inline-block;
    margin: 0 15px; }
    .header-menu li a {
      color: #fff;
      text-decoration: none; }

@media screen and (max-width: 850px) {
  .header {
    padding: 0; }
    .header > .container {
      position: relative;
      display: block;
      padding: 10px 0; }

  .header-brand {
    text-align: center;
    margin: 0; }
    .header-brand a {
      display: inline-block;
      max-width: 100px; }

  .header-menu {
    position: absolute;
    background: #000;
    display: none;
    width: 100%; }
    .header-menu.active {
      display: block; }
    .header-menu li {
      display: block; }
      .header-menu li a {
        text-align: center;
        display: block;
        padding: 5px; }

  .header-toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px; }
    .header-toggle a {
      height: 19px;
      width: 30px;
      display: block; }
      .header-toggle a i {
        display: block;
        height: 3px;
        width: 30px;
        background: #fff;
        margin-bottom: 5px; }
        .header-toggle a i:last-child {
          margin-bottom: 0; } }
.banner {
  background-size: cover;
  background-position: center;
  padding: 20% 0; }

.banner-text {
  padding: 0 50px;
  text-align: center; }
  .banner-text h1 {
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    margin: 0;
    font-size: 6vw; }

.section {
  padding: 60px 0; }

.section-title h2 {
  font-family: 'Playfar Display';
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px; }
  .section-title h2::before {
    content: "";
    display: block;
    height: 1px;
    background: #fff; }
  .section-title h2 span {
    color: #fff;
    background: #000;
    padding: 0 20px;
    position: relative;
    top: -20px;
    z-index: 1000;
    display: inline-block; }

.hero-banner {
  padding: 0; }

.text-block {
  font-family: 'Playfair Display';
  background: #000;
  padding: 100px 150px 50px;
  color: #fff;
  font-size: 23px;
  text-align: center; }
  .text-block::before {
    content: "";
    display: block;
    background: #fff;
    height: 1px;
    width: 110px;
    margin: 0 auto 30px; }

@media screen and (max-width: 850px) {
  .text-block {
    padding: 80px 30px;
    font-size: 19px; } }
.services .service {
  font-size: 15px;
  color: #fff;
  line-height: 1.5; }
  .services .service h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 300;
    color: #fff; }
.services .column {
  float: none;
  display: inline-block;
  margin: 0 0 40px -4px;
  vertical-align: top; }

@media screen and (max-width: 850px) {
  .services .column {
    margin: 0 0 10px -4px; } }
.events-gallery .event-thumbnails::after {
  content: "";
  display: table;
  clear: both; }
.events-gallery .event-thumbnails .event-thumbnail {
  width: 20%;
  float: left; }
  .events-gallery .event-thumbnails .event-thumbnail a, .events-gallery .event-thumbnails .event-thumbnail img {
    display: block; }

@media screen and (max-width: 600px) {
  .events-gallery .event-thumbnails .event-thumbnail {
    width: 50%;
    float: left; }
    .events-gallery .event-thumbnails .event-thumbnail a, .events-gallery .event-thumbnails .event-thumbnail img {
      display: block; } }
.team-member {
  max-width: 780px;
  padding: 0 50px 20px;
  margin: 0 auto 40px;
  text-align: justify; }
  .team-member:last-child {
    margin-bottom: -60px;
    padding-bottom: 0; }
  .team-member .team-image {
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    max-width: 400px; }
    .team-member .team-image img {
      display: block; }
  .team-member h3 {
    text-align: center;
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 400; }

@media screen and (max-width: 850px) {
  .team {
    padding-bottom: 0; }

  .team-member {
    padding: 0;
    margin: 0 0 20px;
    text-align: center; }
    .team-member:last-child {
      margin-bottom: -30px; } }
@media screen and (max-width: 850px) {
  .contact {
    padding-bottom: 0; } }
.testimonials {
  text-align: center; }
  .testimonials h3 {
    text-transform: uppercase;
    font-family: 'Playfar Display';
    font-weight: 400;
    font-size: 48px; }
    .testimonials h3::before {
      content: "\201c";
      margin-right: 3px; }
    .testimonials h3::after {
      content: "\201d";
      margin-left: 3px; }
  .testimonials p {
    text-transform: uppercase; }

.testimonials::before {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: 110px;
  margin: 0 auto 30px; }

@media screen and (max-width: 850px) {
  .testimonials {
    padding: 0 0 30px; }
    .testimonials h3 {
      font-size: 36px; } }
/* Post */
.post {
  margin: 0 0 40px;
  background: #fff;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.025); }

/* Post Category */
.post-content {
  padding: 30px; }

/* Post Thumbnail */
.post-thumbnail a, .post-thumbnail img {
  display: block; }

/* Post Category */
.post-category {
  color: #5fbeb4;
  margin: 0 0 10px; }
  .post-category a {
    font-size: 15px;
    color: #5fbeb4;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600; }

/* Post Title */
.post-title {
  margin: 10px 0; }
  .post-title a {
    color: #333;
    text-decoration: none;
    transition: ease all 0.2s; }
    .post-title a:hover {
      opacity: 0.75; }

/* Post Excerpt */
.post-excerpt {
  margin: 0 0 20px; }
  .post-excerpt p {
    margin: 0; }

/* Post Entry */
.post-entry strong {
  color: #333; }
.post-entry a {
  color: #5fbeb4; }
.post-entry ul, .post-entry ol {
  margin: 0 0 20px;
  padding-left: 20px; }
.post-entry ul {
  list-style: square; }
.post-entry ol {
  list-style: decimal; }

/* Page Header */
.post-header {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #e6e6e6; }
  .post-header h1 {
    margin: 0 0 20px; }

/* Share */
.share li {
  display: inline-block;
  margin: 0 4px; }
  .share li a {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff; }
  .share li.twitter a {
    background: #1ea1f3; }
  .share li.facebook a {
    background: #3d5b9b; }
  .share li.email a {
    background: #333; }

/* Pagination */
.pagination {
  margin: 30px 0; }

.nav-links {
  text-align: center; }
  .nav-links .page-numbers {
    color: #5fbeb4;
    margin: 0 4px;
    padding: 0 0 2px 0;
    text-decoration: none; }
    .nav-links .page-numbers.current {
      color: #666; }
  .nav-links a:hover {
    border-bottom: 1px solid; }

@media screen and (max-width: 767px) {
  /* Post */
  .post {
    background: transparent;
    box-shadow: none; }

  /* Post Category */
  .post-content {
    padding: 30px 0 0; } }
/* Post */
.page-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 30px; }
  .page-header h1 {
    font-size: 30px;
    margin: 0;
    letter-spacing: -2.15px; }

@media screen and (max-width: 767px) {
  .page-header {
    display: block; } }
/* Widget */
.widget {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e6e6e6; }
  .widget:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0; }
  .widget ul {
    list-style: square;
    margin-left: 20px; }
    .widget ul.gform_fields {
      list-style: none;
      margin-left: 0; }
  .widget li {
    margin: 0 0 10px; }
    .widget li a {
      display: block;
      line-height: 1.25;
      color: #777;
      text-decoration: none; }

/* Widget Title */
.widget-title {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 0 0 10px; }

.widget .gallery .gallery-item {
  margin-top: 0 !important; }
.widget .gallery .gallery-icon {
  padding: 4px; }
  .widget .gallery .gallery-icon a {
    display: block; }
  .widget .gallery .gallery-icon img {
    border: 0 !important;
    display: block; }

.price-widget {
  font-weight: 600; }
  .price-widget .price {
    font-size: 26px; }
  .price-widget .month {
    font-size: 14px;
    text-transform: uppercase; }

.form-widget label {
  display: none; }
.form-widget input, .form-widget textarea {
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #e6e6e6; }
.form-widget input[type="submit"] {
  width: auto;
  border: 0;
  background: #5fbeb4;
  border-radius: 5px;
  font-size: 16px;
  padding: 12px 20px;
  color: #fff; }
.form-widget .gform_heading {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px; }
.form-widget .ginput_container {
  margin: 20px 0; }

.lightbox {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.85);
  text-align: center; }

.lightbox-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 96%;
  max-height: 96%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); }
  .lightbox-wrap .close {
    font-size: 14px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    background: #fff;
    color: #333;
    border-radius: 50%;
    top: -13px;
    right: -13px; }

.lightbox-image {
  display: none;
  height: 100%; }
  .lightbox-image.active {
    display: inline-block; }
  .lightbox-image img {
    display: block; }

.lightbox-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -14px;
  padding: 0 30px;
  font-size: 24px; }
  .lightbox-controls .prev {
    float: left;
    color: #fff; }
  .lightbox-controls .next {
    float: right;
    color: #fff; }

.footer {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 60px 0 30px;
  margin-top: 20px; }
  .footer::before {
    content: "";
    display: block;
    height: 40px;
    width: 100%;
    background: url("../images/footer-stripe.jpg");
    background-size: cover;
    margin-bottom: 120px; }

.footer-address {
  margin-top: 20px; }
  .footer-address p {
    margin: 0;
    text-transform: uppercase; }
    .footer-address p:first-of-type {
      font-weight: 700; }

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