#header_main .av-logo-container .container {
  height: 100%; }

#header_main .av-main-nav li {
  border: 0; }

#header_main .av-main-nav a {
  text-transform: uppercase;
  border: 0; }

#header_main .av-main-nav #menu-item-search a {
  border: 0; }

.slide-content .slide-entry-title {
  text-align: center !important; }

#top .social_bookmarks li {
  border-right-width: 0 !important; }

#top .av_seperator_big_border .av-main-nav > #menu-item-search > a {
  border: 0; }

.html_bottom_nav_header #top .av_seperator_big_border .av-main-nav > #menu-item-search > a {
  border: 0; }

#top #header .av-main-nav li a {
  font-size: 1rem;
  font-weight: 600; }

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2.3rem !important; } }

.av-section-bottom-logo .av-logo-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 150px; }

@media only screen and (max-width: 767px) {
  .av-section-bottom-logo .logo img {
    max-height: 65px; } }

@media only screen and (min-width: 767px) {
  .av-section-bottom-logo .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-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; }
  .av-section-bottom-logo .logo img {
    height: 500px; } }

.container_wrap_first, .av_default_container_wrap {
  border-top: 0 !important; }

@media only screen and (max-width: 900px) {
  .home-slider .slideshow_caption {
    padding: 0; }
  .home-slider .avia-slideshow-arrows {
    display: none; } }

.home-slider .slideshow_caption {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox; }
  .home-slider .slideshow_caption h2, .home-slider .slideshow_caption h1 {
    text-shadow: none;
    color: #ffffff !important;
    margin-bottom: 1.5rem; }
    .home-slider .slideshow_caption h2:after, .home-slider .slideshow_caption h1:after {
      display: none; }

.home-slider .slideshow_inner_caption {
  height: auto;
  max-width: 650px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px; }

.home-slider .slideshow_align_caption {
  padding: 3rem; }

.home-slider .avia-slideshow-button.avia-color-light {
  background-color: #E38864 !important;
  border: 0 !important; }

div .wp-caption {
  border: 0 !important; }

.flex_column {
  border: 0 !important; }

@media screen and (min-width: 1000px) {
  .intro-section .content {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media screen and (min-width: 768px) {
  .intro-section .entry-content-wrapper {
    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; } }

.intro-section .intro-text {
  max-width: 830px; }

.social-icons-intro img {
  padding: 3px; }

.w-800 .entry-content-wrapper {
  max-width: 800px;
  margin: auto; }

.home .avia_textblock h2 {
  display: flex;
  align-items: center;
  justify-content: center; }
  .home .avia_textblock h2 span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    display: block;
    background-color: currentColor; }
    .home .avia_textblock h2 span:first-of-type {
      margin-right: 25px; }
    .home .avia_textblock h2 span:last-of-type {
      margin-left: 25px; }

.avia_textblock a img {
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms; }

.avia_textblock a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.slide-image img {
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms; }

.slide-image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.insta-feed-section .container {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0; }

#footer {
  display: none; }

#news-signup-form {
  max-width: 500px;
  margin: auto;
  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; }
  #news-signup-form input {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  #news-signup-form input[type='email'] {
    border-radius: 4px;
    border: 0;
    height: 40px;
    padding-left: 15px;
    font-size: 16px; }
    #news-signup-form input[type='email']::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.4); }
  #news-signup-form .signup-btn {
    border-radius: 4px;
    background-color: #293D40;
    margin-left: 15px;
    height: 40px;
    font-size: 16px; }
