@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap');

body, p, li {
  font-family: "Plus Jakarta Sans",Arial,sans-serif !important;
}

footer a {
  color: #fff !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Plus Jakarta Sans",Arial,sans-serif !important;
}

#main-header.et-fixed-header #menu-item-32 a {
  color: #0daba0 !important;
}

footer .title {
  margin-bottom: 9px;
  font-weight: 600;
}

/*
#main-header {
  box-shadow: 0 0 30px #eee;
  -moz-box-shadow: 0 0 30px #eee;
  -webkit-box-shadow: 0 0 30px #eee;
  -khtml-box-shadow: 0 0 30px #eee;
}
*/

#et-top-navigation {
  padding-left: 0 !important;
  width: 100%;
  text-align: center !important;
}

#top-menu-nav {
  float: unset !important;
  text-align: center;
  width: 100% !important;
  float: initial !important;
}

#top-menu {
  float: unset !important;
  float: initial !important;
}

#top-menu li {
  padding-right: 40px;
}

#menu-item-32 a {
  /*background: #0daba0;*/
background: #fff;
  padding: 15px 15px !important;
  border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius: 8px;
  /*color: #fff !important;*/
color: #0daba0 !important;
  margin-top: -15px;
}

.bwround {
  border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px;
}

#menu-item-32 {
  position: absolute;
  right: 2%;
}

#bwbuttons .et_pb_button {
  width: 100%;
}

#bwbuttons {
  padding-top: 0 !important;
}

.et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
  background-color: #333d3b !important;
  padding: 25px 0;
}

/* CF 7 */

.wpcf7-form-control.wpcf7-text {
    border: 1px solid #ccc;
    color: #000;
    font-size: 15px;
    padding: 10px 0;
    width: 100%;
    text-indent: 10px;
}

.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #ccc;
    color: #000;
    font-size: 15px;
    padding: 10px 0;
    width: 100%;
    text-indent: 10px;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin-bottom: 12px;
}

.wpcf7-form-control.wpcf7-submit {
  border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius: 8px;
}

.wpcf7-form-control.wpcf7-submit {
    background: #0daba0;
    border: 0 solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 8px 0;
    text-transform: uppercase;
    width: 100%;
}

.wpcf7-response-output {
    margin: 0 !important;
}

.wpcf7-date {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px 6px;
    color: #888;
}

.wpcf7-select {
    width: 100%;
    padding: 8px 6px;
    border-color: #ccc;
}

.wpcf7-response-output {
  margin-top: 20px !important;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control {
  border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px;
  background: #fcfcfc;
}

.wpcf7-text {
  background: #fcfcfc !important;
}

#bwcf7 {
  background: #fff;
  box-shadow: 0 0 20px #eee; -moz-box-shadow: 0 0 20px #eee; -webkit-box-shadow: 0 0 20px #eee; -khtml-box-shadow: 0 0 20px #eee;
  padding: 35px;
  border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px;
}

.wpcf7-checkbox {
  background: #fff !important;
}

.wpcf7 .ajax-loader {
  position: absolute;
  left: 37%;
  bottom: -20px;
}

#mobile_menu {
  border-radius: 0 0 20px 20px; -moz-border-radius: 0 0 20px 20px; -webkit-border-radius: 0 0 20px 20px; -khtml-border-radius: 0 0 20px 20px;
}

/* MOB */

@media screen and (max-width: 980px) {

#et-top-navigation {
  text-align: left !important;
}

#menu-item-32 {
  position: unset !important;
  right: unset !important;
}

#menu-item-32 a {
  padding: 10px 15px !important;
  margin-top: unset !important;
}

}