@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT/DINOT.eot");
  src: url("../fonts/DINOT/DINOT.eot?#iefix") format("embedded-opentype"), url("../fonts/DINOT/DINOT.woff2") format("woff2"), url("../fonts/DINOT/DINOT.woff") format("woff"), url("../fonts/DINOT/DINOT.ttf") format("truetype"), url("../fonts/DINOT/DINOT.svg#DIN OT") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT/DINOT-Medium.eot");
  src: url("../fonts/DINOT/DINOT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DINOT/DINOT-Medium.woff") format("woff"), url("../fonts/DINOT/DINOT-Medium.ttf") format("truetype"), url("../fonts/DINOT/DINOT-Medium.svg#DIN OT") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT/DINOT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINOT/DINOT-Bold.otf") format("opentype"), url("../fonts/DINOT/DINOT-Bold.woff") format("woff"), url("../fonts/DINOT/DINOT-Bold.ttf") format("truetype"), url("../fonts/DINOT/DINOT-Bold.svg#DINOT-Medium") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT/DINOT-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DINOT/DINOT-Black.otf") format("opentype"), url("../fonts/DINOT/DINOT-Black.woff") format("woff"), url("../fonts/DINOT/DINOT-Black.ttf") format("truetype"), url("../fonts/DINOT/DINOT-Black.svg#DINOT-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT/DINOT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DINOT/DINOT-Light.otf") format("opentype"), url("../fonts/DINOT/DINOT-Light.woff") format("woff"), url("../fonts/DINOT/DINOT-Light.ttf") format("truetype"), url("../fonts/DINOT/DINOT-Light.svg#DINOT-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider .slick-slide {
  position: relative;
  height: 500px; /*define the height of slide*/
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  transform: translate(-50%, -50%);
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px; /*define the height of slide*/
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px; /*define the height of slide*/
  }
}
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%; /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right; /*aligning of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666; /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: "";
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa; /* set the active date background color */
  border: 1px solid #c19163; /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
}

/* Placeholder styling */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type=submit], input[type=reset] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #1a608b;
  color: #fff;
  font-family: "DINOT", sans-serif;
  transition: all 0.3s ease;
}
button:hover, button:focus, .button:hover, .button:focus, input[type=submit]:hover, input[type=submit]:focus, input[type=reset]:hover, input[type=reset]:focus {
  background-color: #124260;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #333;
  font-family: "DINOT", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit;
  color: inherit;
}

h1 {
  /*basic heading styles*/
}

h2 {
  /*basic heading styles*/
}

h3 {
  /*basic heading styles*/
}

h4 {
  /*basic heading styles*/
}

h5 {
  /*basic heading styles*/
}

h6 {
  /*basic heading styles*/
}

p {
  /*basic paragraph styles*/
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #1a608b;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #0a2535;
  outline: none;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Button additional styles */
.button {
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* Align Middle */
.align-middle {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #1a608b;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 0.5rem;
  cursor: pointer;
}
#searchsubmit::-moz-placeholder {
  color: black;
}
#searchsubmit::placeholder {
  color: black;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}

#home-slider .slick-slide {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  padding: 15px 0;
}

.logo img {
  max-height: 150px;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding: 100px 0;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #1a608b;
}
.not-found .label:hover {
  background-color: #144869;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
/* Map Section */
.map-behind-pass {
  height: 100vh;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.map-behind-pass .logo {
  padding-top: 95px;
}
.map-behind-pass .logo img {
  max-width: 155px;
  margin-bottom: 42px;
}
.map-behind-pass .logo h2 {
  color: #064A88;
  text-align: center;
  font-family: "DINOT", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 201px;
  margin-left: auto;
  margin-right: auto;
}
.map-behind-pass .password-form {
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
  display: grid;
  grid-template-columns: 599px 226px;
}
.map-behind-pass .password-form #password-field {
  color: #064A88;
  text-align: center;
  font-family: "DINOT", sans-serif;
  font-size: 21px;
  font-weight: 350;
  line-height: normal;
  border-radius: 5px 0 0 5px;
  background: rgba(255, 255, 255, 0.9);
  height: 80px;
  border: none;
  outline: none;
  box-shadow: none;
}
.map-behind-pass .password-form #password-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #064A88;
}
.map-behind-pass .password-form #password-field::-moz-placeholder { /* Firefox 19+ */
  color: #064A88;
}
.map-behind-pass .password-form #password-field:-ms-input-placeholder { /* IE 10+ */
  color: #064A88;
}
.map-behind-pass .password-form #password-field:-moz-placeholder { /* Firefox 18- */
  color: #064A88;
}
.map-behind-pass .password-form .submit {
  color: #FFF;
  text-align: center;
  font-family: "DINOT", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.map {
  position: relative;
}
.map .map-filters {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  justify-content: center;
  bottom: 40px;
  z-index: 10;
}
.map .map-filters button {
  opacity: 0.9;
  white-space: nowrap;
  display: inline-block;
  border-radius: 5px;
  margin-left: 3px;
  margin-right: 3px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #064A88;
  text-align: center;
  font-family: "DINOT", sans-serif;
  font-size: 21px;
  font-weight: 300;
  height: 80px;
  line-height: 80px;
  padding: 0 40px;
}
.map .map-filters button svg {
  vertical-align: middle;
  margin-right: 40px;
}
.map .map-filters button.active {
  background-color: #064A88;
  color: #fff;
}
.map .map-filters button.active svg * {
  fill: #fff;
}

.acf-map {
  width: 100%;
  height: 100vh;
  border: none;
  position: relative;
  margin: 0;
  margin-bottom: 0px;
}
.acf-map .marker {
  position: absolute;
  opacity: 0;
}
.acf-map .gm-style .gm-style-iw-c {
  padding: 10px !important;
}
.acf-map .gm-style-iw-d {
  overflow: auto !important;
}

.marker-content p.address {
  margin-bottom: 0;
}

.acf-map img {
  max-width: inherit !important;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: block;
  padding: 5px 10px;
}