@import url(https://fonts.googleapis.com/css?family=Aleo:400,600,700);

* {
  padding: 0;
  margin: 0;
  font-family: "Aleo", sans-serif !important;
  color: black;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;

}

header {}

.ham-menu {    position: fixed;
  right: 21px;
  width: 45px;
  height: 45px;
  display: none;
  border: none;
  justify-content: center;
  align-items: center;
  background-color: #0000006b;
  color: white;
  border-radius: 5px;
}

.ham-close {display: none;}

  .ham-menu > i {
    font-size: 30px;
    color: white;
  }

nav {

  display: flex;
  justify-content: space-between;
  padding: 15px 50px;
  position: relative;
  z-index: 50;
}

.em.em-list .em-item .em-item-info .button {
  display: none;
}

.em.em-search .em-search-main.em-search-main-bar>.em-search-submit button,
.em.em-search-advanced .em-search-main.em-search-main-bar>.em-search-submit button {
  background-color: #BE3926 !important;
  border: none !important;
}

.em.pixelbones a {
  color: #BE3926 !important;
}


.menu-top-menu-container>ul {
  display: flex;

  align-items: center;
  padding: 0;
  margin: 0;
  gap: 20px;
  list-style: none;
  height: 80px;

}

.menu-item>a {
  color: white;
}

.logo-container {
  margin-top: 10px;
}

.logo-container>img {
  width: 100%
}

.logo-container>p {
  color: white;
  text-align: center;
}

.page_item>a {
  text-decoration: none;
  font-size: 15px;
  color: white;
}

.hero-gap {
  height: 100vh;
  margin-top: -110px;
}

.f-banner-gap {
  height: 335px
}

.accom {
  margin-bottom: 100px;
}

.f-state>h3 {
  color: rgb(32, 32, 32) !important;
  ;
}

.centered-text>p {
  text-align: center;
  font-size: 15px;
  padding: 26px 21%;
  line-height: 24px;
  margin-top: 34px;
  box-sizing: border-box;
}

.colored-gap {
  width: 150px;
  height: 4px;
  background-color: #85A82B;
  margin: auto;
}

.accom {
  margin-top: 30px;
}

.hero-content>p {
  text-align: center;
  color: white;
  font-size: 19px;
  margin-top: 8px;


}

.hero-content>p>a {
  color: white;
  text-decoration: none;
}

.hero-content>p>a:hover {
  text-decoration: underline;
}


.hero>video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
  filter: brightness(0.4);
}

.hero-content {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hero-text {
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.hero-text>p {
  color: white;
}

.title-hero>a {
  font-size: 24px !important;

}

.title-hero {
  font-size: 24px !important;
}

.hero-text>p>a {
  color: white;
  color: white;
  font-size: 13px;

}

.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-links>a {
  text-decoration: none;
}

.side-links>a {
  display: flex;
  color: white;
  align-items: center;
}

.side-links>a>p {
  color: white;
}

.side-links>a>i {
  color: white;
}

.side-links {
  display: flex;
  align-items: center;
  gap: 17px;
}

.hero {
  height: 100vh;
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 0px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 17px;
}

.f-banner {
  background-image: url(http://the-almanett.local/wp-content/themes/American%20Blues%20Network/images/accomadations.png);
  background-size: cover;
  position: absolute;
  width: 100%;
  top: 0px;
  padding: 166px 0px;
  box-sizing: border-box;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {background-color: #dede00;}

.f-banner-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.f-banner-text>img {
  width: 200px;
}

.f-banner-text>h1 {
  font-size: 60px;
  color: white;
  font-weight: 550;
  font-family: sans-serif !important;
  margin-top: -5px;
}

.hero-buttons>a>button {
  background-color: white;
  border-radius: 5px;
  border: none;
  color: black;
  padding: 10px 25px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  border: solid 2px white;
}

.hero-buttons>a>button:hover {
  background-color: #f5f5f5;
  color: black;
}

.secondary {
  background-color: transparent !important;
  color: white !important;
  ;
}

.secondary-outline {
  background-color: white;
  border-radius: 5px;
  border: none;
  color: black;
  padding: 10px 17px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  border: solid 2px black;
  background-color: transparent !important;
  color: black !important;
  margin-top: 10px;
}

.material-icons {
  font-family: 'Material Icons' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
















.post-wrapper-subtext {
  width: 100%; text-align: center;
}

.post-wrapper {
  display: flex;
  justify-content: center;
  gap: 35px;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 3px 53px;
}

.post-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 285px;
  border-radius: 5px;
  background-color: transparent;
  transition: 0.3s;
  cursor: pointer;
  align-items: flex-start;
}

.post-content>h3 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 15px;
  color: white;
}

.post-content>p>span {
  color: #688422;
}

.post-content>p {
  color: rgb(58, 58, 58);
  font-size: 14px;
  margin-top: 5px;
}


.post-image>img {
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  height: 161px;
  object-position: bottom;
}


.post-image {
  width: 100%;
}


.segmented-list {
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 26px;
  ;
  background-repeat: no-repeat;
  background-size: cover;
}

.seg-text>h3 {
  font-size: 40px;
  font-weight: 600;
  color: white;
  width: 100%;
  text-align: center;
}

.seg-text>p {
  width: 50%;
  text-align: center;
  font-size: 16px;
  ;
  line-height: 25px;
  margin-top: 10px;
  color: white;
}

.seg-text {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
}

.inverted-colors>h3 {
  color: black;
}

.inverted-colors>p {
  color: black;
}











.left-right {
  display: flex;
  justify-content: center;
  background-image: none;
  background-color: white;
  gap: 42px;
  align-items: center;
  padding: 130px;
  flex-wrap: wrap;
}

.lr-text {
  width: 40%;
}

.lr-text>h3 {
  font-size: 40px;
  font-weight: 600;
  color: black;
  width: 100%;
}

.lr-text>p {

  font-size: 16px;
  line-height: 25px;
  margin-top: 10px;
  color: black;
}

.lr-image>img {
  width: 520px;
  border-radius: 5px;
  object-fit: cover;
}













footer {
  background-color: #f7f7f7;
}

.footer-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
}

.footer-logo>img {
  width: 248px
}

.footer-logo>p {
  font-size: 14px;
  margin-top: 5px;
}


.footer-links>ul {
  display: flex;
  list-style-type: none;
  gap: 31px;
}

.footer-links>ul>li>a {
  color: black;
}

.mySwiper {
  width: 54%;
  height: 368px;
  border-radius: 10px;
}

.swiper-slide>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  color: white;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: white;
}

:root {
  --swiper-theme-color: #fff;
}





@media only screen and (max-width: 800px) {

  #menu-top-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    left: 0px;
    background-color: #000000de;
    top: 0px;
    padding-top: 140px;
    backdrop-filter: blur(22px);
  }

  .footer-links>ul {
    flex-direction: column;
    margin-top: 23px;
    gap: 8px;
    text-align: center;
  }
  #menu-top-menu {
    display: none;
  }

  .side-links {
    position: absolute;
    top: 72px;
    left: 0px;
    width: 100%;
    justify-content: center;
  }

  .mySwiper {
    margin: 0px;
    width: 100%;
  }

  .left-right {
    padding: 88px 20px;
  }

  .hero-buttons>a>button {
    font-size: 14px;
  }

  .lr-text {
    width: 100%;
  }

  .lr-image>img {
    width: 100%;
  }

  .footer-content {
    flex-direction: column;
  }

  .seg-text>p {
    width: 100%;
  }

  #wpadminbar {
    filter: opacity(0.5);
  }

  .hero-gap {
    margin-top: 0px;
  }

  .hero>video {
    filter: brightness(0.75);
  }

  .f-banner-text>h1 {
    font-size: 42px;
    margin-top: 0px;
  }

  .centered-text>p {
    margin-top: 80px;
  }

  .post-wrapper {
    padding: 3px 20px;
  }

  .post-item {
    width: 100%;
  }

  .post-content>h3 {
    min-width: 358px;
  }

  .centered-text>p {
    padding: 26px 8%;
  }


  .showMenu {
    display: flex !important;
  }

.ham-menu {display: flex;}

  .ham-close {
    position: fixed;
    right: 21px;
    width: 45px;
    height: 45px;
    display: flex;
    border: none;
    justify-content: center;
    align-items: center;
    background-color: #0000006b;
    color: white;
    border-radius: 5px;
    display: none;
    z-index: 3000;
    border: solid 2px white;
  }
.ham-close > i {color: white;font-size: 30px;}

  .showClose {
    display: flex !important;
  }
}