body {
  background: #f9f8f4 !important;
  font-family: "Avenir", sans-serif !important;
  letter-spacing: 0 !important;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: "Avenir", sans-serif !important;
}

li.login-menu-item {
  text-decoration: underline;
  color: #f58662 !important;
}

body.logged-in li.login-menu-item {
  display:none;
}

.bg-bege, .bg-default-1 {
  background-color: #faf8f3 !important;
}

.text-white {
  color: #fff !important;
 }

.invalid-feedback {
  display: block !important;
  font-weight: bold;
  color: #F58662;
}

.size-avatar {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  object-fit: cover;
}

#keyword-error {
  color: #F58662;
  margin: 25px 5px;
}

.show-password {
  display: flex !important;
  height: 3rem !important;
}

.footer-menu {
  text-align: center;
  padding: 30px 0 0 0;
  display: flex;
  width: 100%;
  list-style: none;
  align-items: center;
  justify-content: center;
}

.footer-menu .nav-item,
.footer-menu .nav-link  {
  color: #282828;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.social-media-footer {
  text-align: center;
  padding-bottom: 50px;
}

.social-media-footer a {
  margin: 0 10px;
  color: #282828;
}

.day {
  text-transform: capitalize !important;
}


.menu-only-mobile {
  display:none;
}


@media (min-width: 1200px) {

.px-lg-100 {
  padding: 50px 200px !important
}

.d-xs-block {
  display: flex !important;
}

}

.about-text {
  overflow-wrap: break-word;
}


@media (max-width: 480px) {
  body.logged-in .menu-only-mobile {
    display:block; }

  .header-photo {
    background-position-x: -820px !important;
  }

  .menu-only-mobile a {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    color: #282828 !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
  }

  .sm-flex-center {
    justify-content: center;
    margin: 15px 0;
  }

} 

.header-photo{
  background: url('../images/hero2.jpg') center top;
  background-size: cover;
  height: 100vh;
}


.gallery-item img {
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
  margin: 8px;
  object-position: center center;
}

.acf-field input[type=text],
.acf-field input[type=number],
.acf-field select,
.acf-input select {
  border: #e8e8e8 solid 1px !important;
  height: 40px !important;
  border-radius: 5px !important;
}

.select2-container.-acf .select2-selection {
  border: #e8e8e8 solid 1px !important;
}

.select2-selection--single,
.select2-selection__arrow {
  height: 40px !important;
}

.acf-selection {
  line-height: 38px;
}

.acf-field-62631fccecb57,
.acf-field-62d75fc5ab716,
.acf-field-62d763ae56b71,
.acf-field-62e3f9e83c52b,
.acf-field-62b3421c6cd1b,
.acf-field-633cc769de148 {
  display: none;
}

.acf-field p.description {
  font-size: 14px;
}

.select2-container.-acf .select2-selection--multiple .select2-selection__choice {
  padding-right: 20px !important;
}

.select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  padding-right: 5px !important;
}

.acf-field textarea {
  border: #e8e8e8 solid 1px !important;
  border-radius: 5px;
}

ul.acf-radio-list li, ul.acf-checkbox-list li {
  font-size: 16px !important;
  margin: 10px 0 !important;
}

.acf-field .acf-label label {
  color: #282828;
}


.acf-fields > .acf-field {
  padding: 30px !important;
}

.button-primary.button-large {
  background-color:#f58662;
  min-width: 180px;
  height: 60px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-transform: uppercase;
  color: #fff;
  margin: 70px 30px;
}



/* Toggle Button */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #76e141;
}

input:focus + .slider {
  box-shadow: 0 0 1px #76e141;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.swal2-popup {
  padding: 70px 0 !important;
}

.swal2-styled.swal2-default-outline:focus {
  box-shadow: none !important;
}

.circle-40 img {
  width: 40px;
  height: 40px;
  object-fit: cover;

}

.company-logo {
  object-fit: contain;
  border: 1px #eee solid;
  padding: 10px;
}