@font-face {
    font-family: 'OldLondonAlternate';
    src: url('/wp-content/uploads/OldLondonAlternate.eot');
    src: url('/wp-content/uploads/OldLondonAlternate.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/OldLondonAlternate.woff2') format('woff2'),
        url('/wp-content/uploads/OldLondonAlternate.woff') format('woff'),
        url('/wp-content/uploads/OldLondonAlternate.ttf') format('truetype'),
        url('/wp-content/uploads/OldLondonAlternate.svg#OldLondonAlternate') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*** GALLERY-HEADINGS ***/
.elementor-widget-heading h1.elementor-heading-title{
  line-height: 1.5em;
  color: #c31212;
}

/*** GALLERY ***/
.elementor-slideshow__title {
  display: none;
}


/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 48%;
}
.wpcf7 select, .wpcf7 textarea {
  width: 92.5%;
  background: none;
  border: none;
  border-bottom: 1px solid #3A3A3A;
}
.wpcf7 textarea {
  height: 250px;
}
.consent {
  font-size: 14px;
  margin: 20px 0px;
}
.wpcf7 input:not([type="submit"]) {
  width: 95%;
  background: none;
  border: none;
  border-bottom: 1px solid #3A3A3A;
  margin-bottom: 5px;
}
input[type="email"], input[type="number"], input[type="password"], input[type="reset"], [type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  color: #333333;
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
  width: 1.4em !important;
}
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 980px) {
}
@media (max-width: 820px) {
}
@media (max-width: 480px) {
  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
}

