@font-face {
  font-family: 'Italiana Regular';
  src: url('../fonts/Italiana-Regular.ttf') format('truetype');
}
body {
  background-color: #f3f3f3;
  color: #111F39;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins", "Assistant", "Courier New", "Open Sans", sans-serif, arial;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
h1 {
  color: #111F39;
  font-size: 4em;
  font-weight: 100;
  margin-left: 10px;
  margin-top: 20px;
}
h1 a {
  display: block;
}
h1 a img {
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 3em;
  }
  h1 img {
    width: 200px;
  }
}
.logo-description {
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 1023px) {
  .logo-description {
    font-size: 0.7em;
  }
}
h2 {
  font-size: 2em;
  color: #111F39;
}
ul {
  padding: 0;
  margin: 0;
}
a {
  color: #111F39;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
textarea,
input[type="text"],
input[type="tel"],
button[type="submit"],
button[type="button"] {
  font-size: 1.2em;
  line-height: 2em;
  border: 1px solid #CCC;
}
textarea.invalid-form-field,
input[type="text"].invalid-form-field,
input[type="tel"].invalid-form-field,
button[type="submit"].invalid-form-field,
button[type="button"].invalid-form-field {
  border: 2px solid #c11 !important;
}
button[type="submit"] {
  padding-left: 20px;
  padding-right: 20px;
}
.list-items {
  display: block;
  padding: 0;
}
.list-items li {
  display: inline-block;
  list-style: none;
}
section {
  padding: 0;
  margin: 0;
}
.text-center {
  text-align: center;
}
/******************* site specific ********************/
#contact {
  display: none;
}
#contact .contact-background {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
#contact .contact-form-wrapper {
  direction: rtl;
  position: fixed;
  left: calc(50% - 250px);
  top: 20%;
  right: calc(50% - 250px);
  bottom: 30%;
  background-color: #f3f3f3;
  border: 1px solid #000;
  z-index: 20;
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media screen and (max-width: 1023px) {
  #contact .contact-form-wrapper {
    left: 10%;
    right: 10%;
  }
}
#contact .contact-form-wrapper form .input-wrapper {
  margin-bottom: 15px;
}
#contact .contact-form-wrapper form .input-wrapper label {
  font-size: 0.8em;
  /* Small font size */
  display: block;
  margin-bottom: 5px;
}
#contact .contact-form-wrapper form .input-wrapper input[type="tel"],
#contact .contact-form-wrapper form .input-wrapper input[type="text"],
#contact .contact-form-wrapper form .input-wrapper textarea {
  direction: rtl;
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 1em;
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#contact .contact-form-wrapper form #contactform-errormessage {
  padding: 5px;
  color: #c11;
}
#contact .contact-form-wrapper form button[type="submit"],
#contact .contact-form-wrapper form button[type="button"] {
  display: inline-block;
  padding: 5px 30px;
  background-color: #A1B1C2;
  color: #111F39;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
#contact .contact-form-wrapper form button[type="submit"]:hover,
#contact .contact-form-wrapper form button[type="button"]:hover {
  background-color: #C1D1E2;
}
#contact .contact-form-wrapper form button[type="button"] {
  color: #333;
  background-color: transparent;
}
#contact .contact-form-wrapper form button[type="button"]:hover {
  background-color: #AAA;
}
#header {
  overflow: hidden;
}
#topbar {
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px solid #A1B1C2;
  text-align: center;
}
#topbar .list-items {
  white-space: nowrap;
}
#topbar .list-items li {
  padding: 2px;
  margin: auto 10px;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  #topbar .list-items li {
    margin: auto 2px;
  }
}
#topbar a {
  display: inline-block;
  vertical-align: middle;
  color: #A1B1C2;
}
#topbar a i {
  vertical-align: middle;
}
#topbar a:hover {
  color: #111F39;
}
#topbar .list-items {
  margin: 0 auto;
  font-size: 1em;
}
#topbar .list-items li.contact-list-item {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
  border: 1px solid #666;
}
#topbar .list-items li.contact-list-item a {
  color: #A1B1C2;
}
#topbar .list-items li.contact-list-item a:hover {
  color: #111F39;
}
@media screen and (max-width: 1023px) {
  #topbar i {
    font-size: 1.5em;
  }
  #topbar span.header-links-text {
    display: none;
  }
}
#categories {
  overflow: hidden;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
#categories .list-items {
  display: block;
  margin: 0 auto;
}
#categories .list-items li {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 0.9em;
}
@media screen and (max-width: 1023px) {
  #categories .list-items li {
    display: block;
  }
}
#gallery {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
}
#gallery img,
#gallery video {
  width: 100%;
  height: auto;
}
#photos {
  text-align: center;
}
.media-item {
  display: inline-block;
  height: 700px;
  overflow: hidden;
  border-style: none;
  margin: 1px;
  padding: 1px;
  background-color: #f5f5f5;
  vertical-align: top;
  text-align: center;
  transition: all ease 0.5s;
}
.media-item:hover {
  box-shadow: 0px 0px 10px #AAA;
}
.media-item video,
.media-item img {
  cursor: pointer;
  display: block;
  border-radius: 5px;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.forceCursorGrabbing {
  cursor: grabbing !important;
}
.move-button {
  cursor: grab;
}
.item-move-active-item {
  border: 2px solid blue;
  box-shadow: 0 0 10px;
}
.item-move-target-item {
  position: relative;
  z-index: 1;
  left: 20px;
  box-shadow: 0 0 3px;
  background: #f3f4f6;
  border-left: 2px solid blue;
}
