html .formcraft-css .fc-form.fc-form-2 .form-element .field-cover input,
html .formcraft-css .fc-form .form-element .form-element-html select {
  border: 1px solid #664585;
  background-color: white !important;
}

html .formcraft-css .fc-form.fc-form-2 .form-element .form-element-html .error {
  color: #e74e00;
}

html .formcraft-css .fc-form .form-element.error-field .form-element-html input,
html
  .formcraft-css
  .fc-form
  .form-element.error-field
  .form-element-html
  select {
  border: 1px solid #e74e00 !important;
}

html .formcraft-css .fc-form .final-success span {
  color: #e74e00;
}

#lang__switcher {
  padding: 15px 0;
}
#lang__switcher li {
  padding-left: 5px;
}
#lang__switcher a {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

#lang__switcher a:hover {
  color: #005b88;
}

#gallery__wrapper .gallery__item .gallery__img {
  height: 238px;
}


#gallery__wrapper .album__title{
	display:none;
}

.col-start-2 {
  grid-column-start: 2;
}