/*------------------------------------*\
    STYLESHEET INDEX:
    01: RESET
    02: GLOBAL
    03: TYPOGRAPHY
    04: WPCF7
    05: GALLERIES
    06: BLOG
    07: GRID / FLEX
    08: HELPER
    09: BUTTONS
    10: POPUP
    11: MISC
\*------------------------------------*/
/*------------------------------------*\
  01: RESET
\*------------------------------------*/
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;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b {
  font-weight: 400;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
/*------------------------------------*\
  02: GLOBAL
\*------------------------------------*/
body.page-template-full {
  height: 100vh;
  background: #252525;
}
*, *:after, *:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html:not(.no-js) .wow {
  visibility: hidden;
}
a {
  font-weight: 400;
  color: inherit;
  text-decoration: none;
  /* outline: none; */
}
input, textarea, select {
  /*outline: none;*/
  border-radius: 0px;
  -webkit-appearance: none;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
blockquote {
  position: relative;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #c2c2c2;
  border-radius: 4px;
}
/*------------------------------------*\
03: TYPOGRAPHY
\*------------------------------------*/
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  /*font-family: 'Lato';*/
}
/* base font size */
:root {
  font-size: 18px;
}
h1 {
  font-size: 2.75rem;
}
h2 {
  font-size: 2.25rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h1, h2, h3 {
  line-height: 1.2;
}
ul, ol {
  font-size: 1.1rem;
  line-height: 2;
}
ul li {
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: .5rem;
}
p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-weight: 300;
}
/* screen < mobile */
@media only screen and (max-width: 767px) {
  :root {
      font-size: 3.5vw;
  }
  p {
    font-size: 1.3rem!important;
  }
}
/* mobile < screen < tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  :root {
      font-size: 1.75vw;
  }
}
/* tablet < screen < laptop */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
   :root {
      font-size: 1.5vw;
  }
}
/*------------------------------------*\
  04: WPCF7
\*------------------------------------*/
.form-wrap input:not([type="submit"]), 
.form-wrap textarea {
  width: 100%;
}
/* AJAX load animation */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.form-wrap .ajax-loader {
  display: none !important;
}
.form-wrap .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  margin: -1rem 0 1rem;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 10px;
  background: #FFF;
  line-height: 1.5;
  color: #FFF;
  background: #d92128;
  display: none;
}
.form-wrap .wpcf7-form-control-wrap input:focus+.wpcf7-not-valid-tip {
  display: none;
}
.form-wrap div.wpcf7-response-wrap {
  position: absolute;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  background: #252525;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
}
.form-wrap div.wpcf7-response-wrap .button {
  position: relative;
  display: inline-block;
  color: #FFF;
  /*font-family: 'Lato';*/
  font-weight: 400;
  margin-top: 1rem;
  padding: .5rem 1rem;
  border: 1px solid #FFF;
  background: transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.form-wrap div.wpcf7-response-wrap .button:hover {
  background: #FFB600;
}
.form-wrap form.sent div.wpcf7-response-wrap {
  background: rgba(57, 143, 20, 0.9);
}
.form-wrap form.invalid div.wpcf7-response-wrap {
  background: rgba(217, 33, 40, 0.9);
}
.form-wrap form.failed div.wpcf7-response-wrap {
  background: rgba(217, 33, 40, 0.9);
  display: none;
}
.form-wrap div.wpcf7-response-output {
  height: auto !important;
  margin: 0;
  padding: 10px 15px;
  border: none;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  background: none;
  line-height: 1.2;
  /*font-family: 'Lato';*/
}
.wpcf7 img.ajax-loader {
  display: block;
  margin: 0 0 0 auto;
}

/* Contact Page Form */
.default-contact-form-wrap {
  margin: 4rem 0;
}
.default-contact-form-wrap h1,
.default-contact-form-wrap p {
  margin-bottom: 1rem;
}
/* /Contact Page Form */

/*============================ */
/* 2019 Form Standardization:
============================== */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  font-family: inherit;
  color: #000;
  font-size: 1rem;
  padding: .5rem;
  margin-bottom: .6rem;
  border: 1px solid #ccc;
}
.wpcf7 input[type="submit"] {
  display: flex;
  margin: 0 auto;
  width: max-content;
  padding: .5rem 2.5rem;
  border: 1px solid grey;
  background: grey;
  color: #fff;
  cursor: pointer;
}
.wpcf7 input[type="submit"]:hover {
  background: darkgrey;
  border-color: darkgrey;
}
.wpcf7 label {
  /*font-family: 'Arial';*/
  line-height: 2;
  padding: .5rem;
  cursor: pointer;
}
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-right: .5rem;
}
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.wpcf7 .wpcf7-list-item {
  display: flex;
  margin: 0 0 .5rem 0;
  width: 33%;
}
.wpcf7 .wpcf7-list-item label {
  cursor: pointer;
  display: flex;
  padding: 0 .5rem .5rem 0;
  margin-bottom: 0;
  line-height: 1.4;
  /*font-family: 'Arial';*/
  font-size: 1rem;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  width: 100%;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
  font-style: italic;
  /*font-family: 'Lato';*/
  font-weight: 300;
  font-size: 1.1rem;
}
.wpcf7 ::-webkit-input-placeholder {
  color: #777;
}
.wpcf7 ::-moz-placeholder {
  color: #777;
}
.wpcf7 :-ms-input-placeholder {
  color: #777;
}
.wpcf7 :-moz-placeholder {
  color: #777;
}
@media only screen and (max-width: 767px) {
  .wpcf7 .wpcf7-list-item {
    width: 50%;
  }
}
/*------------------------------------*\
  05: GALLERIES
\*------------------------------------*/
/*Basic Thumbnail Grid*/
.ngg-galleryoverview {
  max-width: 95%;
  margin: 0 auto;
}
.ngg-gallery-thumbnail-box {
  max-width: 100%!important;
  width: 25%!important;
}
.ngg-gallery-thumbnail {
  border: none!important;
  margin: 0;
}
.ngg-gallery-thumbnail a {
  margin: 2px;
  cursor: pointer;
}
.ngg-gallery-thumbnail a:hover {
  opacity: 0.9;
}
.ngg-gallery-thumbnail a img {
  width: 100%!important;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .ngg-gallery-thumbnail-box {
    width: 50%!important;
  }
}
@media only screen and (max-width: 767px) {
  .ngg-gallery-thumbnail-box {
    width: 100%!important;
  }
}

/*Pro Thumbnail Grid*/
.nextgen_pro_thumbnail_grid {
  text-align: left!important;
}
.nextgen_pro_thumbnail_grid .image-wrapper {
  overflow: hidden;
  width: calc(25% - 4px);
  margin: 2px;
}
.nextgen_pro_thumbnail_grid .image-wrapper img {
  min-width: 100%;
  max-height: unset !important;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .nextgen_pro_thumbnail_grid .image-wrapper {
    max-height: 185px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .nextgen_pro_thumbnail_grid .image-wrapper {
    width: calc(33% - 1px)!important;
    overflow: hidden;
    max-height: 195px!important;
  }
  .nextgen_pro_thumbnail_grid .image-wrapper a img {
    height: auto !important;
    min-width: 100% !important;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .nextgen_pro_thumbnail_grid .image-wrapper {
    width: calc(50% - 4px)!important;
    max-height: 230px!important;
  }
}
@media only screen and (max-width: 767px) {
  .nextgen_pro_thumbnail_grid .image-wrapper {
    display: inline-block;
    float: left;
    width: 100%!important;
    margin: 0 0 1rem 0 !important;
  }
  .nextgen_pro_thumbnail_grid .image-wrapper img {
    min-width: 100% !important;
    max-height: none !important;
    height: 100%;
  }
}

/*------------------------------------*\
06: BLOG
\*------------------------------------*/
.blog-wrap {
    /*font-family: 'Lato';*/
    font-size: 2rem;
    font-weight: 300;
}
.blog-wrap .post-item a i {
    padding-left: 10px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.blog-wrap .post-item a:hover i {
    padding-left: 15px;
}
.blog-section.active {
    animation: fadeIn 0.15s forwards;
}
.blog-section.no-content {
    text-align: center;
}
.loading {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 0.25rem solid rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 50%;
    border-top-color: black;
    animation: cssLoader 1s infinite linear;
}
@keyframes cssLoader {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}
/* Taglist Style */
.taglist {
    position: relative;
    text-align: center;
    margin: 30px 0;
    padding: 25px 15px 20px 15px;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
}
.taglist .topics {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
}
.taglist .topics h3 {
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
}
.taglist a {
    font-size: 16px;
    color: #fff;
    transition: background 0.25s;
    background: #252525;
    padding: 5px 10px;
    border-radius: 3px;
}
.taglist a:hover, .taglist a:active {
    background: #363636;
}
/*Blog Page Thumbnail Image*/
.article-bg {
    position: relative;
    border-radius: 3px;
    height: 450px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .article-bg {
        height: 450px;
        margin: 25px 0;
    }
}
.article-bg-overlay {
    border-radius: 3px;
    display: block;
    width: 100%;
    min-height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    transition: background 0.25s;
    background-color: rgba(0, 0, 0, 0.3);
}
.article-bg:hover .article-bg-overlay {
    background-color: rgba(0, 0, 0, 0.1);
}
/*Blog Page Thumbnail Content*/
.article-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
}

.article-content h2 {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}
.article-content h2:after {
    content: '';
    z-index: 99;
    width: 100%;
    height: 5px;
    display: block;
    background: #363636;
    margin: 15px 0;
}
.article-content p {
    line-height: 1.5;
    font-size: 18px;
}
/*Pagination*/
.pagination .page-numbers {
    padding: 0.4rem 1rem;
    background: #444444;
    color: #fff;
    transition: background 0.3s ease;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus {
    background: #999999;
}
.pagination span.page-numbers.current {
    background: #999999;
}
/* Tag Template*/
.blog.tag-template .article-topic h1 {
    background: #fff;
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
/* BLOG POST
================================ */
/*Single Post Header */
.blog-post-header {
    position: relative;
    min-height: 700px;
}
.blog-post-overlay {
    display: block;
    width: 100%;
    min-height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
    .blog-post-header {
        min-height: 250px;
    }
    .blog-post-overlay {
        min-height: 250px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-post-content h1 {
        top: 20%;
        font-size: 28px;
    }
}
/*Single Post Body */
.blog-post-content {
    padding: 2rem 0;
}
h2#topics-h2 {
    font-size: 28px;
}
h2#topics-h2 span {
    color: #707070;
}
h2#topics-h2 a {
    color: #363636;
    text-decoration: underline;
}
.blog-post-content p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

/* POST SIDEBAR
================================ */
.blog-sidebar .sidebar-thumbnail {
    overflow: hidden;
    height: 12rem;
    text-align: center;
    margin-bottom: 1rem;
}
.blog-header-wrap {
    margin: 30px 0;
}
.blog-wrap .post-item .post-content a {
    color: #fff;
    background: #999999;
    align-self: flex-start;
    font-size: 1.2rem;
    padding: 0.7rem;
    transition: all .3s ease;
}
.blog-wrap .post-item p {
    border: 1px solid #999999;
    line-height: 1.5;
    padding: 1rem;
    flex: 1;
    width: 100%;
}
/* Blog sidebar */
.blog-wrap .blog-sidebar {
    margin-top: 20px;
}
.blog-sidebar {
    background: #fff;
    border: 1px solid #6096cd;
    box-shadow: 0 2px 5px -2px #000;
}
.blog-sidebar .post-item-header h2 {
    margin-bottom: 0;
    color: #fff;
    background: #999;
    border-bottom: 1px solid #444;
    text-align: center;
    padding: .5rem;
    font-size: 1.4rem;
}
.blog-sidebar .blog-sidebar-link {
    display: block;
    padding: 1rem;
    background: #fff;
    transition: all .3s ease;
}
.blog-sidebar .blog-sidebar-link:hover {
    box-shadow: 0 2px 5px -2px #000;
    transform: scale(1.04);
}
.blog-sidebar .sidebar-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-sidebar article h2 {
    text-align: center;
    font-size: 1.3rem;
}
/* Single blog post page */
.blog-header {padding: 1rem 0;}
.blog-return {
    padding: 2rem 0;
    text-align: center;
}
.blog-return .blog-return-btn {
    display: inline-block;
    background: #6096cd;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 0.6rem 0.8rem;
    transition: all .3s ease;
}
/*============================ */
/* Interior Blog Page & Posts
============================== */
.blog-wrap {
  margin-bottom: 4rem;
}
.blog-wrap .post-item-header h1 {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 2rem;
  transition: all .3s ease;
  padding: .7rem 1rem;
  color: #fff;
  background: #999999;
}
.blog-wrap .thecontent {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-wrap .pagination {
  font-size: 1rem;
  text-align: center;
  display: inline-block;
  width: 100%;
  line-height: 2.5;
  margin: 0;
}
.blog-post-content h1 {
  font-size: 2.2rem;
  text-transform: capitalize;
}
.blog-post-content h2 {
  font-size: 1.7rem;
  margin-bottom: .25rem;
}
.blog-post-content h3 {
  font-size: 1.5rem;
  margin-bottom: .5rem;
}
.blog-post-content ul {
  list-style: disc inside;
  margin-left: 2.5rem;
  text-indent: -1.5rem;
  margin-bottom: 1rem;
  font-weight: 300;
}
.blog-post-content ul li {
  line-height: 1.5;
  margin-bottom: .5rem;
}
.blog-post-content ol {
  list-style-type: decimal;
  margin-left: 2.5rem;
  margin-bottom: 1rem;
}
.blog-post-content ol li {
  padding-left: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: .5rem;
}
.post-content .thumbnail-wrap {
  height: 16rem;
  overflow: hidden;
  width: 100%;
}
.post-content span.date-wrap {
  display: block;
}
.post-content span.date-wrap i {
  padding-right: 0.8rem;
}
.blog-wrap .post-item .left {
  display: block;
}
.blog-wrap .post-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* =========================== */
/* Blog Search Form
============================== */
.search-form-wrap {
  padding: 2rem 0;
}
.search-form-wrap form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-form-wrap input {
  font-size: 1rem;
  padding: .5rem 0.7rem;
  width: 90%;
  border: 1px solid #ccc;
}
.search-form-wrap button {
  background: #999999;
  padding: .5rem 1.5rem;
  margin-left: 0.6rem;
  color: #fff;
  border: none;
  font-size: 1rem;
  transition: all .3s ease;
}
.search-form-wrap button:hover {
  cursor: pointer;
  background: #444444;
}
/* =========================== */
/* Blog Category Page
============================== */
.blog-wrap .category-header {
  padding: 4rem 0;
}
/* =========================== */
/* Blog Search Results Page
============================== */
.search-post-results-page h1 {
  font-size: 2rem;
  margin: 2rem;
}
.search-post-results-page article {
  padding: 1rem;
  border-bottom: 2px solid #ccc;
  margin: 2rem 1rem;
}
.search-post-results-page article:first-of-type {
  border-top: 2px solid #ccc;
}
.search-post-results-page article a {
  font-size: inherit;
}
.search-post-results-page article h2 {
  font-size: 1.8rem;
}
.search-post-results-page article span {
  font-size: 1.2rem;
}
.search-post-results-page article img {
  display: inline-block;
}
/* =========================== */
/* Blog Media Queries
============================== */
@media only screen and (max-width: 991px) {
  .search-form-wrap input {
    width: 80%;
  }
  .blog-wrap {
    margin-top: 2rem;
  }
  .blog-post {
    margin-top: 3rem;
  }
  .blog-return {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .search-form-wrap input {
    width: 70%;
  }
  .search-form-wrap form {
    max-width: 100%;
  }
  .blog-post-content {
    padding-top: 4rem;
  }
  .blog-wrap .post-item {
    padding-bottom: 4rem;
  }
  .blog-wrap .post-item img {
    width: 100%;
  }
  .blog-return a.blog-return-btn {
    font-size: 1.5rem;
  }
  .blog-wrap {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .blog-post {
    margin-top: 0rem;
  }
  .blog-wrap .thecontent {
    padding-bottom: 0;
  }
  .blog-wrap .category-header {
    padding: 2rem 0;
  }
}

/*============================ */
/* FLEX BLOGS
============================== */
.blog-wrap .thecontent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-wrap .post-item {
  display: flex;
  flex-direction: column;
  width: 49%;
  padding-bottom: 2rem;
}
.blog-wrap .post-item .post-content {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .blog-wrap .post-item {
    padding: 0 0 2rem;
    width: 100%;
  }
}
/*------------------------------------*\
07: GRID + Flex Containers
\*------------------------------------*/
.flex-container {
  display: flex;
  margin: auto;
}
.flex-container-fluid,
.flex-container-fluid-xs,
.flex-container-fluid-sm,
.flex-container-fluid-md,
.flex-container-fluid-lg {
  display: flex;
  width: 100%;
  margin: auto;
}
.flex-column {
  flex-direction: column;
}
.grid-container {
  display: grid;
  margin: auto;
}
.grid-container-fluid {
  display: grid;
  width: 100% !important;
}
.space-between {
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .flex-container-fluid-md {
    width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .flex-container,
  .flex-container-fluid-md,
  .grid-container {
    width: 1140px;
  }
}
@media only screen and (max-width: 1199px) {
  .flex-container,
  .grid-container {
    width: 960px;
  }
  .flex-lg-column {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .flex-container,
  .grid-container {
    width: 720px;
  }
  .flex-md-column {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .flex-container,
  .grid-container {
    width: 540px;
  }
  .flex-sm-column {
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .flex-container,
  .grid-container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .flex-xs-column {
    flex-direction: column;
  }
}

/*------------------------------------*\
08: HELPER
\*------------------------------------*/
:root {
  --gutter: 1rem;
}
.va-parent {
  font-size: 0px;
}
.va-parent>* {
  font-size: 18px;
}
.va-parent>.va-top, .va-parent>.va-middle, .va-parent>.va-bottom {
  float: none !important;
  display: inline-block !important;
}
.va-top {
  vertical-align: top;
}
.va-middle {
  vertical-align: middle;
}
.va-bottom {
  vertical-align: bottom;
}
.va-col {
  font-size: 2rem;
  /*font-family: 'Lato';*/
}
span.nowrap {
  white-space: nowrap;
}
span.nowrap a,
span.num-span a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media only screen and ( max-width: 1199px) and ( min-width: 992px) {
  .va-middle.hidden-md {
      display: none !important;
  }
}
@media only screen and ( max-width: 991px) and ( min-width: 768px) {
  .va-middle.hidden-sm {
      display: none !important;
  }
}
@media only screen and ( max-width: 767px) {
  .va-middle.hidden-xs {
      display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .hide-lg {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .hide-md {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hide-sm {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .hide-xs {
    display: none;
  }
}
/*------------------------------------*\
  09: BUTTON FAMILIES
\*------------------------------------*/
/*Fills
--------------*/
a.fill {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  padding: .6rem 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  border: 2px solid #000;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  z-index: 1;
}
a.fill:before {
  display: flex;
  position: absolute;
  width: 100%;
  z-index: -1;
  content: '';
  background: #000;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/*Fill Up*/
a.fill.fill-up:before {
  top: 0;
  left: 0;
  height: 0;
}

/*Fill Down*/
a.fill.fill-down:before {
  bottom: 0;
  left: 0;
  height: 0;
}

/*Fill Left*/
a.fill.fill-left:before {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

/*Fill Right*/
a.fill.fill-right:before {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  a.fill:hover {
    color: #fff;
    background: transparent;
    text-shadow: none;
  }
  a.fill.fill-up:hover:before {
    bottom: 0%;
    top: auto;
    height: 100%;
  }
  a.fill.fill-down:hover:before {
    top: 0%;
    bottom: auto;
    height: 100%;
  }
  a.fill.fill-left:hover:before {
    left: auto;
    width: 100%;
    right: 0%;
  }
  a.fill.fill-right:hover:before {
    right: auto;
    width: 100%;
    left: 0%;
  }
}

/*Underlines
--------------*/
a.under {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .7rem 1rem .8rem;
  line-height: 1;
  font-size: 1rem;
  font-weight: 400;
  transition: all .3s ease;
  background: #fff;
  color: #000;
  overflow: hidden;
}
a.under:before {
  content: '';
  position: absolute;
  height: 3px;
  bottom: 0;
  background: #000;
  transition: all .3s;
}

/*Uderline Left*/
a.under.under-left:before {
  left: 0;
  right: 100%;
}

/*Uderline Center*/
a.under.under-center:before {
  left: 50%;
  right: 50%;
}

/*Uderline Right*/
a.under.under-right:before {
  right: 0;
  left: 100%;
}

/*Uderline Reveal*/
a.under.under-reveal:before {
  right: 0;
  left: 0;
  transform: translateY(4px);
}

@media only screen and (min-width: 992px) {
  a.under.under-left:hover:before {
    right: 0;
  }
  a.under.under-center:hover:before {
    left: 0;
    right: 0;
  }
  a.under.under-right:hover:before {
    left: 0;
  }
  a.under.under-reveal:hover:before {
    transform: none;
  }
}

/*Pills
--------------*/
a.pill {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem 1rem;
  border-radius: 3rem;
  font-size: 1rem;
  line-height: 1;
  color: #000;
  font-weight: 400;
  border: 2px solid #000;
  background: #fff;
  transition: all .3s ease;
}
@media only screen and (min-width: 992px) {
  a.pill:hover {
    background: #000;
    color: #fff;
  }
}

/*Slots
--------------*/
a.slot {
  position: relative;
  display: flex;
  line-height: 1;
  width: 9rem;
  font-size: 1rem;
  font-weight: 400;
  overflow: hidden;
  transition: all .3s ease;
  color: #fff;
}
a.slot span {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .6rem 1rem;
  background: #c1c1c1;
  transition: .3s;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
a.slot span::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  transition: .3s;
  backface-visibility: hidden;
}

/*Slot Up*/
a.slot.slot-up span {
  transform-origin: 50% 0;
}
a.slot.slot-up span::before {
  background: #828282;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  top: 100%;
  left: 0;
}

/*Slot Down*/
a.slot.slot-down span {
  transform-origin: 0 100%;
}
a.slot.slot-down span::before {
  background: #eaeaea;
  transform: rotateX(90deg);
  transform-origin: 0 100%;
  bottom: 100%;
  left: 0;
}

/*Slot Left*/
a.slot.slot-left {
  perspective: 800px;
}
a.slot.slot-left span {
  display: flex;
  transform-origin: 50% 50% -4.5rem;
}
a.slot.slot-left span::before {
  background: #828282;;
  position: absolute;
  top: 0;
  left: 100%;
  transform: rotateY(90deg);
  transform-origin: 0 50%;
}

/*Slot Right*/
a.slot.slot-right {
  perspective: 800px;
}
a.slot.slot-right span {
  display: flex;
  transform-origin: 50% 50% -4.5rem;
}
a.slot.slot-right span::before {
  background: #828282;;
  position: absolute;
  top: 0;
  right: 100%;
  transform: rotateY(-90deg);
  transform-origin: 100% 50%;
}

@media only screen and (min-width: 992px) {
  a.slot.slot-up:hover span {
    background: #eaeaea;
    transform: rotateX(90deg) translateY(-22px);
  }
  a.slot.slot-up:hover span::before {
    background: #d6d6d6;
  }
  a.slot.slot-down:hover span {
    background: #828282;
    transform: rotateX(-90deg) translateY(22px);
  }
  a.slot.slot-down:hover span::before {
    background: #d6d6d6;
  }
  a.slot.slot-left:hover span {
    transform: rotateY(-90deg);
    background: #7d7d7d;
  }
  a.slot.slot-left:hover span::before {
    background: #d6d6d6;
  }
  a.slot.slot-right:hover span {
    transform: rotateY(90deg);
    background: #7d7d7d;
  }
  a.slot.slot-right:hover span::before {
    background: #d6d6d6;
  }
}

/*Pushers
--------------*/
a.push {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
a.push:before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  transition: all .3s ease;
  background: #fff;
  color: #000;
  z-index: -1;
}
a.push span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000;
  padding: .6rem 1rem;
  transition: all .3s ease;
}

/*Push Right*/
a.push.push-right:before {
  transform: translateX(-25%);
}

/*Push Left*/
a.push.push-left:before {
  transform: translateX(25%);
}

/*Push Up*/
a.push.push-up:before {
  transform: translateY(25%);
}

/*Push Down*/
a.push.push-down:before {
  transform: translateY(-25%);
}

@media only screen and (min-width: 992px) {
  a.push.push-right:hover:before {
    transform: none;
  }
  a.push.push-right:hover span {
    transform: translateX(100%);
  }
  a.push.push-left:hover:before {
    transform: none;
  }
  a.push.push-left:hover span {
    transform: translateX(-100%);
  }
  a.push.push-up:hover:before {
    transform: none;
  }
  a.push.push-up:hover span {
    transform: translateY(-100%);
  }
  a.push.push-down:hover:before {
    transform: none;
  }
  a.push.push-down:hover span {
    transform: translateY(100%);
  }
}

/*------------------------------------*\
  10: POPUP
\*------------------------------------*/
/*============================ */
/* Default Popup
============================== */
.default-popup .form-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 11000;
}
.default-popup .form-wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 40rem;
  padding: 2rem;
  background: darkblue;
  z-index: 12000;
  border-radius: 5px;
  transform: translate(-50%, -50%);
}
.default-popup .form-wrap h3 {
  color: #fff;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.default-popup .form-wrap .close {
  display: flex;
  position: absolute;
  top: 4px;
  right: 4px;
  padding: .5rem .6rem .4rem;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  background: red;
  border: 2px solid #fff;
  cursor: pointer;
  transition: all .3s ease;
}
.default-popup .form-wrap .close:hover {
  background: darkred;
  /*transform: scale(1.15);*/
}
.default-popup ::-webkit-input-placeholder {
  color: #555;
}
.default-popup ::-moz-placeholder {
  color: #555;
}
.default-popup :-ms-input-placeholder {
  color: #555;
}
.default-popup :-moz-placeholder {
  color: #555;
}
.default-popup .wpcf7-form-control-wrap select {
  -webkit-appearance: none;
}
.default-popup .wpcf7-form-control-wrap input,
.default-popup .wpcf7-form-control-wrap select,
.default-popup .wpcf7-form-control-wrap textarea {
  font-size: 1.1rem;
  font-weight: 300;
  color: #000;
  width: 100%;
  padding: .5rem;
  margin-bottom: 1rem;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.default-popup .wpcf7-form-control-wrap input:focus,
.default-popup .wpcf7-form-control-wrap select:focus,
.default-popup .wpcf7-form-control-wrap textarea:focus {
  border-color: deepskyblue;
}
.default-popup .wpcf7-form-control-wrap textarea {
  height: 6rem;
}
.default-popup .wpcf7-form input[type="submit"] {
  font-size: 1.1rem;
  color: #fff;
  background: grey;
  margin: 0;
  padding: .5rem 1.5rem;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all .3s ease;
}
.default-popup .wpcf7-form input[type="submit"]:hover {
  background: darkgrey;
}
.default-popup .wpcf7 .ajax-loader {
  display: none;
}
.default-popup .wpcf7-validation-errors {
  display: none;
}
.default-popup div.wpcf7-mail-sent-ok {
  display: none;
}
.default-popup div.wpcf7-response-output {
  display: none;
}
.default-popup .form-wrap div.wpcf7-response-wrap {
  display: none;
}
.default-popup .form-wrap .message-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.default-popup .form-wrap .message-wrap .message {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  opacity: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.default-popup .form-wrap.sent .message.success-message {
  opacity: 1;
  pointer-events: auto;
}
.default-popup .form-wrap .message-wrap h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
.default-popup .form-wrap .success-message h3 {
  color: green;
}
.default-popup .form-wrap .error-message h3 {
  color: red;
}
.default-popup .form-wrap .message-wrap p {
  font-size: 1.4rem;
  color: grey;
}
.default-popup .form-wrap.error .message.error-message {
  opacity: 1;
  pointer-events: auto;
}
.default-popup .form-wrap.sent .success {
  display: flex;
}
.default-popup .wpcf7-not-valid-tip {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: .5rem;
  color: red;
  z-index: 15;
  background: rgba(255,255,255,0.9);
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}
.default-popup .loader-wrap {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: deepskyblue;
  transform: translate(-50%,-50%);
}
.default-popup .loader-wrap i {
  font-size: 1.5rem;
  color: #fff;
}
.default-popup .form-wrap.sending .loader-wrap {
  display: flex;
}
.default-popup .button-wrap {
  position: fixed;
  z-index: 10000;
  bottom: 1.25rem;
  left: 1.25rem;
  color: #fff;
}
.page-template-page-contact .default-popup .button-wrap {
  display: none;
}
.default-popup .button-wrap i {
  background: deepskyblue;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all .3s ease;
}
.default-popup .button-wrap i:hover {
  transform: scale(1.2);
}
@media only screen and (max-width: 991px) {
  .default-popup .form-wrap {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .default-popup .form-wrap {
    width: 90%;
  }
  .default-popup .wpcf7-form-control-wrap input,
  .default-popup .wpcf7-form-control-wrap textarea {
    margin-bottom: 1rem;
  }
  .default-popup .form-wrap .message-wrap h3 {
    font-size: 1.8rem;
  }
  .default-popup .form-wrap .message-wrap p {
    font-size: 1.2rem;
  }
}
/*------------------------------------*\
  11: ADA COMPLIANCE
\*------------------------------------*/
a.skipNav {
  position: absolute;
  top: -3rem;
  left: 0;
  overflow: hidden;
  z-index: 10000;
  padding: .5rem 1rem;
  transition: top 2s ease-out;
}
a.skipNav:focus {
  top: 0;
  transition: top 0.2s ease-in;
}
/*@media only screen and (min-width: 992px) {
  a:focus, input:focus, textarea:focus, select:focus {
    outline: solid 3px #abc8ff;
  }
}*/
/*------------------------------------*\
  12: MISC
\*------------------------------------*/
/*HIDE RECAPTCHA BADGE*/
.grecaptcha-badge{
  visibility: collapse !important;  
}
/*============================ */
/* DEFAULT SLICK SLIDERS
============================== */
.slick-slide {
  outline: none;
}
/*============================ */
/* DEFAULT INTERIOR PLACEHOLDERS
============================== */
.interior-placeholder {
  display: block;
  position: relative;
  text-align: center;
  padding: 8rem 1rem;
}
.interior-placeholder-header {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 4rem 3rem;
  border: 1.5px solid #444444;
  background: #999999;
}
.interior-placeholder-header h1 {
  color: #FFF;
  /*font-family: 'Lato';*/
  font-weight: 300;
  line-height: 1.2;
}
.interior-page .interior-page {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .interior-page {
    /* margin-top: 2rem; */
  }
}
@media only screen and (max-width: 767px) {
  .page-template-page-contact {
/*     margin-top: 1rem; */
  }
  .interior-placeholder {
    padding: 4rem 1rem;
  }
  .interior-placeholder-header {
    padding: 2rem 1rem;
  }
}
/*============================ */
/* pushNav: MODERN MOBILE MENU
============================== */
@media only screen and (max-width: 991px) {
  .pushNav nav #menu-main-navigation-menu {
    height: 100vh!important;
    width: 50%!important;
    opacity: 1!important;
    transform: translateX(-100%);
    padding-bottom: 20vh;
    max-height: 100vh!important;
    transition: transform 0.3s ease-in-out!important;
  }
  .pushNav.header-menu-open nav #menu-main-navigation-menu {
    width: 50%!important;
    transform: translateX(0);
  }
  .pushNav nav ul li a {
    text-transform: capitalize;
    padding: 1.2rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  .pushNavBody header .logo {
    transition: transform 0.3s ease-in-out;
  }
  .pushNavBody > main,
  .pushNavBody > section,
  .pushNavBody > div,
  .pushNavBody > footer {
    transform: none;
    transition: transform 0.3s ease-in-out;
  }
  .pushNavBody.pushNavBodyNavOpen {
    overflow: hidden;
  }
  .pushNavBody.pushNavBodyNavOpen header .logo {
    transform: translateX(25%);
  }
  .pushNavBody.pushNavBodyNavOpen > section,
  .pushNavBody.pushNavBodyNavOpen > main,
  .pushNavBody.pushNavBodyNavOpen > div,
  .pushNavBody.pushNavBodyNavOpen > footer {
    transform: translateX(50%);
  }
  .pushNavBody.pushNavBodyNavOpen > .default-popup {
    transform: none;
  }
  .pushNavBodyOverlay {
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: transparent;
    z-index: 4900;
    display: none;
  }
  .pushNav.header-menu-open .pushNavBodyOverlay {
    display: block;
  }
  /* Header-05 specifix */
  .pushNavBody .hollow-header-05 .slider-wrap {
    transform: none;
    transition: transform 0.3s ease-in-out;
  }
  .pushNavBody.pushNavBodyNavOpen .hollow-header-05 .slider-wrap {
    transform: translateX(50%);
  }
  /* End Header-05 specifix */
  /* Header-06 specifix */
  .pushNavBody.pushNavBodyNavOpen header.hollow-header-06 .logo {
    transform: translateX(50%);
  }
  /* End Header-06 specifix */
  /* Header-08 specifix */
  .hollow-header-08.pushNav nav {
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .hollow-header-08.pushNav.header-menu-open nav {
    visibility: visible;
  }
  .hollow-header-08.pushNav .content-wrap {
    max-height: 3rem;
  }
  /* End Header-08 specifix */
}
/*============================ */
/* FONT AWESOME 5 DEFAULTS
============================== */
i.fas, i.fal, i.far {
  font-family: 'Font Awesome 5 Pro';
}
i.fab {
  font-family: 'Font Awesome 5 Brands';
}
i.fad {
  font-family: 'Font Awesome 5 Duotone';
}
/*============================ */
/* DEFAULT PAGE HEADER
============================== */
.default-page-header {
  font-size: 2rem;
  font-weight: 300;
  margin-top: 2rem;
}
.default-page-header h1,
.default-page-header h2,
.default-page-header h3 {
  line-height: 1;
  margin: .2em 0;
}
.default-page-header p {
  line-height: 1.4em;
}
.default-page-header h1 {
  font-size: 1.5em;
  font-weight: 400;
}
.default-page-header h2 {
  font-size: 1em;
  font-weight: 400;
}
.default-page-header p {
  font-size: .6em;
}
.main-row {
  margin-bottom: 1em;
}
/*============================ */
/* PASSWORD-PROTECTED PAGE FORM
============================== */
.post-password-required {
  padding: 4rem 0;
}
.post-password-required form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 40rem;
  margin: auto;
  text-align: center;
  padding: 4rem 3rem;
  background: #f5f5f5;
  border: 2px dashed #ccc;
  border-radius: 9px;
}
.post-password-required form p {
  width: 100%;
}
.post-password-required form p input {
  font-family: inherit;
  font-size: 1.1rem;
  border: 1px solid #ccc;
  padding: .2rem .7rem;
}
.post-password-required form p input[type='submit'] {
  font-family: inherit;
  color: #fff;
  border: none;
  cursor: pointer;
  background: #999999;
}
.post-password-required form p input[type='submit']:hover {
  background: #444444;
}
@media only screen and (max-width: 991px) {
  .post-password-required {
    padding: 6rem 0 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .post-password-required {
    padding: 4rem 0 2rem;
  }
  .post-password-required form {
    flex-flow: column;
    max-width: 85%;
    padding: 2rem 2rem 1rem;
  }
  .post-password-required form p input[type='submit'] {
    margin-top: 1rem;
  }
}
/*============================ */
/* DEFAULT CONTACT PAGE
============================== */
.default-contact-page {
  position: relative;
  overflow: hidden;
}
.default-contact-page iframe {
  width: 100%;
  height: 50vh;
  pointer-events: none;
}
.default-contact-page iframe.clicked {
  pointer-events: auto;
}
/*============================ */
/* DEFAULT SEO FOOTER
============================== */
.content.seo {
  background: #949494;
  padding: 2rem 0;
  font-size: 2rem;
}
.content.seo i {
  color: #fff;
  font-size: 45px;
  display: inline-block;
  float: left;
  padding-right: 20px;
  margin-top: -10px;
}
.content.seo strong {
  font-weight: 700;
}
.content.seo p {
  font-size: .5em;
  padding: 0;
  margin: 0;
  color: #fff;
  overflow-y: hidden;
  overflow-x: auto;
  line-height: 1.2;
  font-weight: 400;
}
.content.seo p a {
  color: #fff;
  transition: color .3s ease;
}
.content.seo p a:hover {
  text-decoration: none;
  color: #86b0ff;
}
