/*=========================
  BANNER IMAGE BLOCK
=========================*/
.block-maps-banner {
  position: relative;
}
.block-maps-banner .container {
  position: relative;
  min-height: 700px;
  z-index: 2;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}

.block-maps-banner.full .container {
  position: unset;
}

.block-maps-banner .content,
.block-maps-banner .logo,
.block-maps-banner .links, 
.block-maps-banner .link
.block-maps-banner .label {
  z-index: 1;
  position: relative;
}

.block-maps-banner .container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
}

.block-maps-banner .container .image {
  position: relative;
}

.block-maps-banner.full .container .image {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
}

.block-maps-banner .content .title,
.block-maps-banner .content .top-title {
  width: 90%;
  margin-bottom: var(--space-3);
}

.block-maps-banner .content .top-title {
  color: var(--color-n-white);
}

.block-maps-banner .rating {
    display: flex;
    gap: var(--space-2);
    align-items: center;
    margin-top: var(--space-4);
}

.block-maps-banner .rating span { 
    color: var(--color-n-white);
} 

.block-maps-banner .rating .stars { 
    display: flex;
    align-items: center;
    gap: 4px;
}

.block-maps-banner .image.full {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
}

.block-maps-banner .acf-map {
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    min-height: 450px;
}

.block-maps-banner .breadcrumbs {
    position: absolute;
    top: 15px;
    left: 15px;
}

.block-maps-banner .acf-map  .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px 40px 0;
}

.block-maps-banner .acf-map  h5,
.block-maps-banner .acf-map  .font-copy {
  color: #0C2E3F !important;
  text-align: center;
}

.block-maps-banner .acf-map .address {
  margin-top: var(--space-3);
}

.gm-style .gm-style-iw-c { 
  max-width: 280px !important;
  background-color: #FF6550 !important;
}

.gm-style .gm-style-iw-tc::after { 
  background-color: #FF6550 !important;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

@media only screen and (max-width: 991px) {
  .block-maps-banner .container {
    display: grid;
    grid-template-columns: 1fr;
  }
  
  .block-maps-banner .image {
    grid-column: 1 !important;
    grid-row: 2 !important;
    min-height: 450px;
  }
  
  .block-maps-banner .content {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .block-maps-banner .content .copy {
    margin-bottom: var(--space-3);
  }

    .block-maps-banner .container .content {
        padding: var(--space-7) 15px var(--space-5) 15px !important; 
    }

  .block-maps-banner .content .title, .block-maps-banner .content .top-title {
    width: 100%;
  }
  .block-maps-banner.full .container .image {
      position: relative;
      width: 100%;
  }
  
}

@media only screen and (max-width: 768px) {
  .block-maps-banner .image {
    grid-column: 1 !important;
    grid-row: 2 !important;
    min-height: 500px;
  }
  .block-maps-banner .logo {
    position: absolute;
    bottom: 15px;
    left: 15px;
  }
    .block-maps-banner.alt-layout .container {
        padding: 0;
    }
}