/*
Theme Name: AWY
Author: eloq GmbH
Author URI: https://eloq.swiss/
Description: Die eloq GmbH macht nicht einfach Internetseiten. Wir bieten Ihnen durchdachte Konzepte, mischen Designkompetenz mit technischem Können und streben so nach der perfekten Internet-Präsenz unseres Kunden. Das vorliegende Theme wurde von uns mit Passion und Freude handgefertigt. Wir hoffen, Ihnen gefällt unsere Arbeit!
Version: 1.0
*/

/* Imports */
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://indestructibletype.com/fonts/Jost.css");
/*
Green:          #5FBA94
light green:    #EDF7F3
Dark green:     #039D64
Dark grey:      #636865
*/

/* GENERAL */
html {
  position: relative;
}
.grecaptcha-badge {
  visibility: hidden;
}
body {
  font-family: "Jost", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 75rem;
  padding-top: 4.5rem;

  /* Experimental */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 90px;
}

main,
footer {
  width: 100%;
}

.btn {
  border-radius: 0;
  border: 0;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  font-weight: 400;
  font-size: 22px;
  position: relative;
  background: transparent;
  text-decoration: none;
  color: #5fba94;
  padding: 0px;
}
.btn-primary:after {
  content: "\e5c8";
  position: absolute;
  -webkit-transition: right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  right: -30px;
  font-family: "Material Icons";
}
.btn-primary:active {
  color: #039d64 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary:hover:after,
a.awy_card:hover .btn-primary:after {
  right: -34px;
}
.btn-primary:hover,
.btn-primary:focus,
a.awy_card:hover .btn-primary {
  color: #039d64;
}

.btn-primary.inverted {
  color: #edf7f3;
}

.btn-primary.inverted:hover,
.btn-primary.inverted:focus {
  color: #fff;
}

.btn-circle,
.btn-circle-small {
  background: #5fba94;
  color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 100%;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn-circle {
    height: 50px;
    width: 50px;
  }
}

.btn-circle-small {
  height: 40px;
  width: 40px;
}

.btn-circle:hover,
a.awy_card:hover .btn-circle,
.btn-circle-small:hover,
a:hover .btn-circle-small {
  background: #039d64;
  color: #fff;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(95, 186, 148, 1);
  box-shadow: 0px 10px 25px 0px rgba(95, 186, 148, 1);
}
input.form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.btn-circle-small.inverted {
  background: #edf7f3;
  color: #5fba94;
}

a:hover .btn-circle-small.inverted {
  background: #039d64;
  color: #fff;
}

a.back_to_parent_page:hover p.lead {
  color: #039d64;
}

small {
  font-size: 11px;
}

p.hint {
  font-size: 14px;
}

section {
  position: relative;
}

hr {
  margin-right: 15rem;
  margin-left: 15rem;
  border-top: 2px solid #000;
}

a,
a:hover {
  position: relative;
  font-weight: 300;
  font-size: 18px;
  color: #5fba94;
  text-decoration: underline;
}

h1,
.h1 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 50px;
}

h2,
.h2 {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 40px;
}

h3,
.h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 1pt;
}

p {
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 1pt;
  font-size: 18px;
}

p.lead,
p.lead a {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 40px;
}
p.lead a {
  color: #000;
}
ul {
  list-style: none; /* Remove default bullets */
}

main section ul li::before {
  position: absolute;
  left: -25px;
  top: 11px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #5fba94;
  content: " ";
}
ul li {
  position: relative;
  font-weight: 300;
  letter-spacing: 1pt;
  font-size: 18px;
}
blockquote {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 2pt;
  margin-bottom: 50px;
}

h2.accent,
.h2.accent,
h3.accent,
.h3.accent,
p.accent,
p.lead.accent,
p.lead.accent a {
  color: #039d64;
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  h2,
  .h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  h3,
  .h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  p {
    margin-bottom: 15px;
    font-size: 14px;
  }

  ul li {
    font-size: 14px;
  }
  p.lead {
    font-size: 18px;
    margin-bottom: 30px;
  }

  blockquote {
    font-size: 20px;
    margin-bottom: 40px;
  }
  a,
  a:hover {
    font-size: 14px;
  }
}

svg.e_icon {
  width: 100%;
  height: 100%;
}
img.herb {
  opacity: 0.2;
  position: absolute;
  z-index: 0;
  width: 220px;
  left: 15px;
}

section.pt_50 img.herb {
  top: -50px;
}
section.pt_100 img.herb {
  top: -100px;
}
section.pt_150 img.herb {
  top: -150px;
}
@media (max-width: 767px) {
  img.herb {
    width: 160px;
  }
}

.btn-secondary {
  border-radius: 0;
  border-width: 5px;
  border-color: #ddd;
  min-width: 200px;
  background: transparent;
  text-transform: uppercase;
  color: #df1c1c;
}

button:focus,
:focus {
  outline: none;
}

img {
  margin-bottom: 30px;
}

img.bg_static_cover {
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  max-width: 100%;
  width: 100%;
  height: 100%;
}

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

img.bg_static_cover {
  /* -webkit-filter: blur(3px);
  filter: blur(3px);
  transition: filter 500ms, -webkit-filter 500ms;*/
}

img.bg_static_cover.lazyloaded {
  /*-webkit-filter: blur(0);
  filter: blur(0);*/
}

/*
a {
  overflow: hidden;
}
a img {
  transition: transform 3s ease, opacity 3s;
}
a:hover img {
  transform: scale(1.03);
}
*/
.form-control {
  position: relative;
  border: none;
  color: #000;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mt_15 {
  margin-top: 15px;
}

.mt_30 {
  margin-top: 30px;
}
.mt_50 {
  margin-top: 50px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_100 {
  margin-top: 100px;
}
.mt_150 {
  margin-top: 150px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_50 {
  margin-bottom: 50px;
}
.mb_70 {
  margin-bottom: 70px;
}

.mb_100 {
  margin-bottom: 100px;
}

.mb_150 {
  margin-bottom: 150px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_50 {
  padding-top: 50px;
}

.pt_70 {
  padding-top: 70px;
}

.pt_100 {
  padding-top: 100px;
}

.pt_150 {
  padding-top: 150px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pb_150 {
  padding-bottom: 150px;
}

@media (max-width: 767px) {
  section.pt_150 {
    padding-top: 100px;
  }
  section.pt_150 img.herb {
    top: -100px;
  }
  section.pb_150 {
    padding-bottom: 100px;
  }

  section.pt_100 {
    padding-top: 65px;
  }
  section.pt_100 img.herb {
    top: -65px;
  }
  section.pb_100 {
    padding-bottom: 65px;
  }

  section.pt_50 {
    padding-top: 35px;
  }
  section.pt_50 img.herb {
    top: -35px;
  }

  section.pb_50 {
    padding-bottom: 35px;
  }
}
/* Header */

header .navbar {
  background: #fff;
}
header .nav_wrapper {
  margin-top: -0.5rem;
}
header ul#menu-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-top: 5px;
  padding-bottom: 5px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #edf7f3;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
header ul#menu-meta a {
  padding: 0;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
  text-decoration: none;
}
header ul#menu-meta a:hover {
  color: #5fba94;
  text-decoration: underline;
}
header ul#menu-meta a.toggle_search i {
  font-size: 18px;
}
header .navbar-brand img {
  height: 75px;
  width: 75px;
  margin-bottom: 0;
}
header #nav_meta {
  text-align: right;
}
header #nav_main {
  margin-top: 20px;
}
header #nav_main li.menu-item a {
  padding: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 5px;
  font-size: 18px;
  text-decoration: none;
}
header #nav_main li.menu-item a.active {
  color: #5fba94;
}

header #nav_main li.menu-item a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #5fba94;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
header #nav_main li.menu-item a:after {
  left: 0;
}

header #nav_main li.menu-item a:hover:after {
  width: 100%;
  left: 0;
}

header .search_wrapper {
  background: #edf7f3;
  width: 0;
  position: absolute;
  right: 0;
  overflow: hidden;
  height: auto;
  -webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
  -ms-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

body.is-search-visible header .search_wrapper {
  width: 50%;
  right: 0;
}
body.is-search-visible {
  overflow: hidden;
}
main {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
body.is-search-visible main {
  opacity: 0.35;
}

header .search_wrapper .form-control {
  background: #edf7f3;
  font-weight: 400;
  font-size: 22px;
  margin-top: 10px;
}

header .search_wrapper .search_results {
  height: calc(100vh - 100px);
  overflow: hidden;
  padding: 15px;
  padding-bottom: 60px;
}

header .search_wrapper .search_results a {
  text-decoration: none !important;
}
header .search_wrapper .search_results a:hover {
  font-weight: bold;
}
header .search_wrapper .search_results h3 {
  margin-bottom: 0;
  font-size: 16px;
}
header .search_wrapper .search_results p {
  color: #000;
}

body.is-search-visible header .search_wrapper .search_results {
  overflow: scroll;
}

@media (max-width: 991px) {
  body.is-search-visible header .search_wrapper {
    width: 100%;
  }
  .navbar .navbar-brand {
    flex: 1;
  }
  .navbar .navbar-brand img {
    height: 50px;
    width: 50px;
  }
  header .navbar {
    background-color: transparent;
    transition: background-color 0.2s linear;
  }
  .navbar .nav_wrapper {
    width: 100%;
    height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.2s linear;
  }

  body.is-navbar-collapse {
    overflow: hidden;
  }
  body.is-navbar-collapse header .navbar {
    background-color: #fff;
    z-index: 10000;
  }
  body.is-navbar-collapse header.fixed-top,
  body.is-search-visible header.fixed-top {
    /* Annoying tawk.to fix */
    z-index: 9999999999999999999999 !important;
  }
  .navbar .nav_wrapper.show {
    overflow: visible;
    opacity: 1;
    height: calc(100vh - 52px);
  }
  header #nav_main {
    width: 100%;
    order: 1;
  }
  header #nav_meta {
    order: 2;
    background: #edf7f3;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header ul#menu-meta {
    display: block;
  }
  header ul#menu-meta li:not(:last-child) {
    margin-bottom: 10px;
  }
  header ul#menu-meta a {
    font-weight: 400;
    font-size: 18px;
  }

  header #nav_main li.menu-item a {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 1pt;
    color: #000;
    text-align: right;
  }
  header #nav_main li.menu-item a.active {
    text-decoration: underline;
  }
  header #nav_main li.menu-item a:hover {
    color: #5fba94;
    text-decoration: underline;
  }
  header #nav_main li.menu-item a:hover:after {
    display: none;
  }

  .navbar .btn-circle-small.navbar-toggler i:before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    color: #fff;
    content: "close";
  }

  .navbar .btn-circle-small.navbar-toggler.collapsed i:before {
    content: "menu";
  }

  .navbar .btn-circle-small.toggle_search {
    padding-left: 8px;
    padding-top: 8px;
  }

  body.is-navbar-collapse .navbar .btn-circle-small.toggle_search {
    opacity: 0;
  }
}

/* footer */

.footer_bg {
  position: absolute;
  left: 0;
  right: 0;
  height: 650px;
  bottom: 0;
  z-index: -1;
}

.scroll_to_top,
.scroll_to_top:hover,
.toggle_tawk_to,
.toggle_tawk_to:hover {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  /* will be shown throught js */
  display: none;
  text-decoration: none;
}
.toggle_tawk_to,
.toggle_tawk_to:hover {
  display: block;
}
.scroll_to_top .btn-circle,
.toggle_tawk_to .btn-circle {
  height: 40px;
  width: 40px;
}

@media (max-width: 767px) {
  .scroll_to_top,
  .scroll_to_top:hover,
  .toggle_tawk_to,
  .toggle_tawk_to:hover {
    right: 15px !important;
  }
}

.footer_bg::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 0.9))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.9) 100%
  );
}

footer {
  margin-top: 100px;
  margin-bottom: 15px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
}

footer .row {
  border: 1px solid black;
  border-radius: 5px;
  background: #fff;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer ul li {
  padding-left: 15px;
  padding-right: 15px;
}
footer ul li a {
  color: #000;
  text-decoration: none;
}

footer ul li:first-child {
  padding-left: 0px;
}
@media (max-width: 767px) {
  footer .row {
    margin-left: 0;
    margin-right: 0;
  }
  footer ul {
    display: block;
  }
  footer ul li {
    padding: 0;
  }
}

/* End footer */
a.awy_card {
  text-decoration: none;
  color: inherit;
}

.awy_card {
  background: #fff;
  border: 4px solid #edf7f3;
  border-radius: 5px;
  display: block;
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
  width: 100%;
}

.awy_card:hover {
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 55, 35, 0.15);
  box-shadow: 0px 10px 50px 0px rgba(0, 55, 35, 0.15);
}

.awy_card .awy_card_content {
  padding: 30px;
}

.awy_card .awy_card_content p.lead {
  margin-bottom: 15px;
}

.awy_card .awy_card_content p:last-child {
  margin-bottom: 0;
}

/* ./ PLUGIN STYLING */

@media (min-width: 1460px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1660px) {
  .container {
    max-width: 1500px;
  }
}

/* Small Devices, Tablets */

/* section archive */
section.archive {
  margin-top: 100px;
}
section.archive .cards_wrapper {
  margin-top: 150px;
  z-index: 3;
  position: relative;
}

section.archive .cards_wrapper img.bg_static_cover {
  height: inherit;
  margin-bottom: 0;
}

section.archive .cards_wrapper .awy_card_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

section.archive .cards_wrapper .awy_card_content .btn {
  align-self: flex-end;
}
section.archive .cards_wrapper img.post_image {
  height: 240px;
  border-radius: 5px;
  margin-bottom: 30px;
}

section.archive img.bg_static_cover.avatar {
  border-radius: 100%;
  width: 40px;
  margin-right: 20px;
  height: 40px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  section.archive .cards_wrapper .col-12 {
    margin-top: 30px;
  }
  section.archive .cards_wrapper .col-12:nth-child(3n + 2) {
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.archive .cards_wrapper .col-12:nth-child(odd) {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  section.archive .cards_wrapper {
    margin-top: 100px;
  }
  section.archive .cards_wrapper .col-12:not(:last-child) {
    margin-bottom: 30px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/* Banner */

.awy_banner {
  background: #039d64;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 0px;
  left: 15vw;
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  padding: 15px 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  animation: awy_banner_bounce 1s ease;
  -webkit-animation: awy_banner_bounce 1s ease;
  animation-delay: 0.5s;
  animation-fill-mode: backwards;
}

.awy_banner svg {
  margin-left: 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.awy_banner:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.17);
  position: fixed;
}
.awy_banner:hover svg {
  transform: translateX(7px);
  -webkit-transform: translateX(7px);
  -moz-transform: translateX(7px);
  -ms-transform: translateX(7px);
  -o-transform: translateX(7px);
}

.awy_banner.hide {
  transform: translateY(101%);
  -webkit-transform: translateY(101%);
  -moz-transform: translateY(101%);
  -ms-transform: translateY(101%);
  -o-transform: translateY(101%);
}

@media (max-width: 400px) {
  .awy_banner {
    left: 15px;
    right: 15px;
  }
}

@keyframes awy_banner_bounce {
  0% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

@-webkit-keyframes awy_banner_bounce {
  0% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

/* WPForms */

/* Kontaktformular */

#wpforms-form-10496 > div.wpforms-field-container {
  max-height: 240px;
}

#wpforms-10496 .wpforms-field {
  max-height: 75px;
  padding: 0;
  margin: 20px 0;
}

#wpforms-10496 .wpforms-field input,
#wpforms-10496 .wpforms-field textarea {
  border-radius: 4px 4px 0 0;
  background-color: #edf7f3;
  color: #000;
  font-family: "Roboto", serif;
  border-bottom: 1.5px solid #0000006b;
  border-top: none;
  border-left: none;
  border-right: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#wpforms-10496 .wpforms-field textarea {
  border: 1px solid #00000041 !important;
}

#wpforms-10496 .wpforms-field input:focus {
  border-bottom: #039d64 2px solid !important;
  border: none;
  background-color: #dbdbdb !important;
}

#wpforms-10496 .wpforms-field textarea:focus {
  border: 2px #039d64 solid !important;
  background-color: #dbdbdb !important;
  border-radius: 4px !important;
}

#wpforms-form-10496 .floating label:nth-of-type(2) {
  display: none;
}

#wpforms-form-10496 .floating input {
  position: relative;
  min-height: 60px;
  max-height: 65px;
  padding: 15px 10px 10px 15px !important;
}

#wpforms-form-10496 .floating textarea {
  position: relative;
  min-height: 120px;
  max-height: 120px;
  padding: 22px 15px 15px 15px !important;
}

#wpforms-form-10496 .floating input + label {
  position: relative !important;
  top: -65px !important;
  padding: 20px 0 0 15px !important;
  opacity: 0.5;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
  font-size: 14px !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#wpforms-form-10496 .floating textarea + label {
  position: relative !important;
  top: -140px !important;
  padding: 33px 15px 5px 15px !important;
  opacity: 0.5;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
  font-size: 14px !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#wpforms-form-10496 .floating input:focus + label,
#wpforms-form-10496 .floating input:not(:placeholder-shown) + label,
#wpforms-form-10496 .floating textarea:focus + label,
#wpforms-form-10496 .floating textarea:not(:placeholder-shown) + label {
  top: -75px !important;
  opacity: 1;
  color: #039d64;
  font-size: 12px !important;
}

#wpforms-form-10496 .floating textarea:focus + label,
#wpforms-form-10496 .floating textarea:not(:placeholder-shown) + label {
  top: -145px !important;
}

#wpforms-form-10496 .wpforms-error {
  color: #d02f2f !important;
}

#wpforms-form-10496 .floating ::-webkit-input-placeholder {
  /* Chrome and Safari */
  color: transparent !important;
}

#wpforms-form-10496 .floating :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent !important;
}

#wpforms-form-10496.floating ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent !important;
}

#wpforms-form-10496.floating :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent !important;
}

#wpforms-form-10496 .floating ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: transparent !important;
}

#wpforms-form-10496 > div.wpforms-submit-container {
  padding: 65px 0 0 0;
}

#wpforms-submit-10496 {
  background-color: #039d64;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  border: none;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding: 7px 17px;
  font-size: 14px;
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
    0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-top: 30px;
}

#wpforms-submit-10496:hover {
  background-color: #4254bd;
}

#wpforms-submit-10496:active {
  background-color: #2f96b9;
  color: #ddd;
}

#wpforms-confirmation-10496 {
  background: none;
  text-align: center;
  border: none;
  border-bottom: 2px solid #1b5e20;
}

/* Newsletter Form */

#wpforms-10528-field_12 > li::before {
  display: none !important; /* removes bullet point on top of form */
}

#wpforms-10528 .wpforms-field-row-block {
  width: 100% !important;
  margin: 5px 0 !important;
}

#wpforms-10528 div.wpforms-container-full,
div.wpforms-container-full .wpforms-form p {
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 1pt;
  font-size: 18px;
}

#wpforms-10528-field_8 h2 {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 40px;
}

#wpforms-10528-field_5-container
  > div
  > button.wpforms-page-button.wpforms-page-next {
  font-weight: 400;
  font-size: 22px;
  position: relative;
  top: -60px;
  left: 28px;
  z-index: 1;
  background: transparent;
  text-decoration: none;
  color: #5fba94;
  padding: 0px;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#wpforms-10528-field_5-container
  > div
  > button.wpforms-page-button.wpforms-page-next:after {
  content: "\e5c8";
  position: absolute;
  -webkit-transition: right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  right: -30px;
  font-family: "Material Icons";
}

#wpforms-10528-field_5-container
  > div
  > button.wpforms-page-button.wpforms-page-next:hover::after {
  right: -34px;
}

#wpforms-10528-field_5-container
  > div
  > button.wpforms-page-button.wpforms-page-next:hover,
#wpforms-10528-field_5-container
  > div
  > button.wpforms-page-button.wpforms-page-next:focus {
  color: #039d64;
}

#wpforms-10528 div.wpforms-container-full .wpforms-form .wpforms-one-half {
  width: 100%;
  margin: 10px 0 0 0;
}

#wpforms-10528
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-sublabel {
  position: relative;
  top: -65px;
}

#wpforms-10528 input[type="text"],
#wpforms-10528 input[type="email"],
#wpforms-10528-field_12 > li > label > a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#wpforms-10528 input[type="text"]:focus,
#wpforms-10528 input[type="email"]:focus {
  border: 1px solid #039d64;
}

#wpforms-10528-field_12 > li > label > a:hover {
  color: #1b5e20;
  text-decoration: underline;
  text-decoration-color: #1b5e20;
}

#wpforms-10528 .transition {
  transition: 5s all ease-in-out;
  -webkit-transition: 5s all ease-in-out;
}

#wpforms-10528 .anim-trans {
  animation: anim 5s ease-in-out;
}

#wpforms-submit-10528 {
  background-color: #039d64;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  border: none;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding: 7px 17px;
  font-size: 14px;
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
    0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#wpforms-submit-10528:hover {
  background-color: #4254bd;
}

#wpforms-submit-10528:active {
  background-color: #2f96b9;
  color: #ddd;
}

@keyframes anim {
  0% {
    opacity: 0;
  }
  20% {
    z-index: 11;
    opacity: 1;
  }
}

@media (max-width: 992px) {
  #wpforms-10528-field_8 {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #wpforms-10528
    div.wpforms-container-full
    .wpforms-form
    .wpforms-field:not(.wpforms-field-phone):not(
      .wpforms-field-select-style-modern
    ) {
    overflow: visible;
  }
}

@media only screen and (max-width: 600px) {
  div.wpforms-container-full
    .wpforms-form
    .wpforms-field:not(.wpforms-field-phone):not(
      .wpforms-field-select-style-modern
    ):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(
      .wpforms-field-layout
    ) {
    overflow-x: visible;
  }
}

#wpforms-confirmation-10528 {
  background: none !important;
  text-align: center !important;
  border: none !important;
  border-bottom: 2px solid #1b5e20 !important;
}
