/* GLOBAL */
body.media {
  display: block;
}
.container-responsive {
  width: 100%;
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
body,
.bg-white,
.text-body {
  color: #757575;
}

a,
button,
svg {
  transition: color 0.2s linear 0s, background-color 0.2s linear 0s,
    border-color 0.2s linear 0s;
}

.btn-wcag {
  position: absolute;
  top: 3rem;
  left: 1rem;
  color: white;
  border: 1px solid white;
}
.bg-blue-1 {
  background-color: #0d485a;
}
.bg-blue-2 {
  background-color: #f1faff;
}
.bg-blue-3 {
  background-color: #e5f7fb;
}
.text-blue-1,
.text-blue-1 a {
  color: #0d485a;
}
.text-blue-2 {
  color: #1894b6;
}
.btn-skip-content {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1030;
  color: white;
  border: 1px solid white;
  padding: 0.375rem 0.75rem;
}

.btn-skip-nav {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1030;
  color: white;
  border: 1px solid white;
  padding: 0.375rem 0.75rem;
}

a:not(.btn) {
  text-decoration: underline;
}

.content a:not(.btn):not(.submenu a) {
  font-weight: bold;
  text-decoration: underline !important;
}

.content,
.section {
  line-height: 1.6;
}

#content {
  position: relative;
}

.content-highlight {
  position: absolute;
  transition: 0.2s;
  top: 0;
  left: 0;
  background: #fff8a3;
  z-index: -1;
}

.content img {
  max-width: 100%;
  height: auto;
}

body.no-scrolling {
  overflow: hidden;
}

.menu-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.embed-responsive {
  margin-bottom: 1rem;
}

.text-white a {
  color: white;
}

/* SAGE DEFAULT */

.comment-list ol {
  list-style: none;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 1rem;
  }
  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

body#tinymce {
  margin: 12px !important;
}

/* FOCUS */

a:focus {
  outline-style: dotted;
  outline-width: 1px;
}

input:focus,
select:focus,
textarea:focus,
[tabindex]:not([tabindex="-1"]):focus {
  outline-style: dotted;
  outline-width: 2px;
}

.bg-primary a:focus,
.bg-secondary a:focus,
.bg-tetriary a:focus,
.white-outline a:focus {
  outline-color: white !important;
}

.bg-primary a:not(.btn),
.bg-secondary a:not(.btn),
.white-outline a:not(.btn) {
  color: white;
}

.bg-primary a .svg-inline--fa,
.bg-secondary a .svg-inline--fa,
.white-outline a .svg-inline--fa {
  border-bottom: 1px solid white;
  padding-bottom: 2px;
}

.bg-primary,
.bg-secondary {
  color: white;
}

/* NAVBAR */

.navbar-brand img {
  width: auto;
  max-height: 50px;
}

.navbar .navbar-collapse {
  flex-wrap: wrap;
  z-index: 99;
}

.dropdown-item.active,
.dropdown-item:active,
.navbar-nav a:focus,
.navbar-nav a:hover {
  background: transparent;
}

.navbar:not(.highlight-active) .navbar-nav .nav-link.highlighted {
  background-color: white;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: underline;
}

.navbar-nav a {
  text-decoration: none !important;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .dropdown-item,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: white;
  font-family: "roboto condensed";
  font-weight: 300;
  font-size: 1.1rem;
}

.navbar-dark .navbar-toggler {
  color: white;
  border-color: white;
}

.navbar-dark .navbar-toggler span {
  background: white;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow,
.navbar-dark .navbar-nav.sm-collapsible .sub-arrow {
  border-color: white;
}

.navbar-dark .dropdown-menu {
  border-color: white;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .dropdown-item,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: gray;
}

.navbar-light .navbar-toggler {
  color: gray;
  border-color: gray;
}

.navbar-light .navbar-toggler span {
  background: gray;
}

.navbar-light .navbar-nav.sm-collapsible .nav-link .sub-arrow,
.navbar-light .navbar-nav.sm-collapsible .sub-arrow {
  border-color: gray;
}

.navbar-light .dropdown-menu {
  border-color: gray;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(128, 128, 128, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.dropdown-menu {
  border-radius: 0;
}

.navbar-toggler {
  position: relative;
  height: 40px;
  width: 56px;
}

.navbar-toggler span {
  border: none;
  height: 2px;
  width: 24px;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
  transform: translateX(-50%);
}

.navbar-toggler span:nth-of-type(2) {
  top: 18px;
}

.navbar-toggler span:nth-of-type(3) {
  top: 26px;
}

.navbar-toggler[aria-expanded="true"] .top {
  -webkit-transform: translateY(8px) translateX(-50%) rotate(45deg);
  transform: translateY(8px) translateX(-50%) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .middle {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .bottom {
  -webkit-transform: translateY(-8px) translateX(-50%) rotate(-45deg);
  transform: translateY(-8px) translateX(-50%) rotate(-45deg);
}

.navbar-highlight {
  position: absolute;
  transition: 0.5s;
  background: #e4335c;
  z-index: 1;
}

@media (max-width: 991px) {
  .fixed-top {
    z-index: 1031;
    max-height: 100vh;
    overflow: auto;
  }
}

header nav .nav-link:hover,
header nav .nav-link:focus,
header nav .dropdown-menu .dropdown-item:hover,
header nav .dropdown-menu .dropdown-item:focus {
  color: #137791 !important;
  background-color: #fff !important;
}

/* CF7 & SEARCH FORM */

.search-form label {
  font-weight: normal;
}

.wpcf7-form,
.error404 .searchform {
  max-width: 550px;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select {
  width: 100%;
}

/* SUBMENU */

.flc-submenu ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.submenu-column ul {
  flex-direction: column;
  align-content: center;
}

.flc-submenu li {
  width: 50%;
  padding: 3px;
}

.flc-submenu a {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  text-decoration: none !important;
  outline: 0;
  padding: 7px;
}

.flc-submenu a:focus,
.flc-submenu a:hover {
  background: white !important;
}

@media (max-width: 767px) {
  .flc-submenu li {
    width: 100%;
  }
}

/* BUTTONS */

.btn {
  text-decoration: none !important;
  border-radius: 0;
}
.btn-primary,
.btn-secondary,
.btn-outline-primary,
.btn-outline-secondary {
  border-radius: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  padding: 0.55rem 1.5rem 0.45rem 1.5rem;
  text-transform: uppercase;
}

.btn:focus {
  box-shadow: unset;
  outline-color: transparent;
}
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff !important;
  background-color: #d93600 !important;
  border-color: #d93600 !important;
}
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff !important;
  background-color: #10637a !important;
  border-color: #10637a !important;
}
.btn .svg-inline--fa {
  border-bottom: none !important;
}

/* MOBILE CTA */

.mobile-cta a {
  width: 50%;
  padding: 0.5rem 0;
  border: 1px solid;
}

.mobile-cta a:focus {
  outline: inherit;
}

/* BLOG */

.entry-summary {
  margin-bottom: 4rem;
  padding-bottom: 6rem;
  position: relative;
  border-bottom: 1px dashed;
}

.entry-summary .attachment-thumbnail,
.entry-content .attachment-thumbnail {
  margin: 0 auto 1rem;
  display: block;
}

.entry-summary .sharing {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .entry-summary .attachment-thumbnail,
  .entry-content .attachment-thumbnail {
    float: left;
    margin-right: 1rem;
  }
}

/* SECTIONS */

.section,
.content-wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .section,
  .content-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.section header {
  text-align: center;
  padding-bottom: 2rem;
}

.section header > h2 {
  margin: 0;
  padding: 0;
}

/* LATEST POSTS */

.section-latest-posts {
  border-bottom: 3px solid;
}

.section-latest-posts ul {
  list-style: none;
  padding: 0;
}

@media (max-width: 767px) {
  .section-latest-posts li {
    margin-bottom: 3rem;
  }
  .section-latest-posts li:last-of-type {
    margin-bottom: 0;
  }
  .section-latest-posts .btn {
    float: right;
  }
}

/* SOCIALS */

.socials a,
.sharing a {
  margin: 3px;
}

a .fa-stack .svg-inline--fa:last-of-type {
  border-bottom: transparent !important;
}

.sharing-text {
  padding-bottom: 5px;
  margin: 5px;
}

.contrastHigh a:focus .color-facebook,
.contrastHigh a:hover .color-facebook {
  color: #3b5998;
}
.contrastHigh a:focus .color-twitter,
.contrastHigh a:hover .color-twitter {
  color: #4099ff;
}
.contrastHigh a:focus .color-google-plus,
.contrastHigh a:hover .color-google-plus {
  color: #d34836;
}
.contrastHigh a:focus .color-linkedin,
.contrastHigh a:hover .color-linkedin {
  color: #0077b5;
}
.contrastHigh a:focus .color-youtube,
.contrastHigh a:hover .color-youtube {
  color: #e52d27;
}
.contrastHigh a:focus .color-pinterest,
.contrastHigh a:hover .color-pinterest {
  color: #bd081c;
}
.contrastHigh a:focus .color-instagram,
.contrastHigh a:hover .color-instagram {
  color: #cd486b;
}
.contrastHigh a:focus .color-yelp,
.contrastHigh a:hover .color-yelp {
  color: #d32323;
}

/* IMAGE HEADER */

.header-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.header-image {
  height: 25vw;
  position: relative;
  overflow: hidden;
}
.display-1 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.header-image > .container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .header-image {
    height: auto;
    overflow: auto;
  }
  .header-image > div {
    background: white !important;
    color: black;
  }
  .header-image a,
  .header-image .breadcrumb-item.active,
  .breadcrumb-item + .breadcrumb-item::before {
    color: black !important;
  }
  .header-image a:focus {
    outline-color: black !important;
  }
  .header-image > .container {
    position: static;
    transform: translateY(0%);
  }
}

/* BREADCRUMBS */

.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.header-image .breadcrumb-item.active {
  color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

.header-image ol {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* TEST ROWS */

.row-logo img {
  max-height: 50px;
  width: auto;
  padding: 0 1.5rem;
  max-width: 100%;
  margin: 1.5rem 0;
}

.row-newsletter label {
  margin-bottom: 0;
  font-size: 1.3rem;
}

/* HEADER ROW */

.header-row img {
  max-width: 100%;
}

/* BEFORE AFTER GALLERY */

.flc-before-after {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flc-before-after li {
  margin-bottom: 1rem;
}

.cross2-slider:focus,
.cross2-slider:hover {
  border-color: transparent !important;
}

/* OVERLAYS */

.overlay-solid,
.overlay-grid {
  position: relative;
}

.overlay-solid::before {
  display: block;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(32, 36, 39, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay-gradient {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.overlay-grid::after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3) 1px,
    transparent 2px,
    transparent 2px,
    rgba(0, 0, 0, 0.3) 3px
  );
  background-image: -moz-repeating-linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3) 1px,
    transparent 2px,
    transparent 2px,
    rgba(0, 0, 0, 0.3) 3px
  );
  background-image: -o-repeating-linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3) 1px,
    transparent 2px,
    transparent 2px,
    rgba(0, 0, 0, 0.3) 3px
  );
  background-image: repeating-linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.3) 1px,
    transparent 2px,
    transparent 2px,
    rgba(0, 0, 0, 0.3) 3px
  );
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 4px 4px;
}

/* FAQ */

.fa-chevron-down {
  transform: rotate(0deg);
  transition: transform 0.3s ease 0s !important;
}

.collapsed .fa-chevron-down {
  transform: rotate(-90deg);
}

/* CAROUSEL TEXT ONLY */

.carousel-text-only .bx-wrapper {
  padding-right: 4rem;
  padding-left: 4rem;
  text-align: center;
}

/* CAROUSEL ROW LOGOS */

.carousel-row-logos {
  padding-right: 4rem;
  padding-left: 4rem;
}

.carousel-row-logos .bx-wrapper {
  text-align: center;
  padding-bottom: 2rem;
  margin: 0 auto;
}

.carousel-row-logos .bx-prev {
  left: -2rem;
}

.carousel-row-logos .bx-next {
  right: -2rem;
}

.carousel-row-logos img {
  max-height: 150px;
  margin: 0 auto;
}

.carousel-row-logos li {
  float: left;
  list-style: outside none none;
  position: relative;
}

.carousel-row-logos .bx-controls-auto {
  position: absolute;
  right: 0;
  left: 0;
  text-align: right;
  padding-right: 2rem;
}

/* CAROUSEL IMAGE WITH TEXT */

.carousel-image-with-text .carousel-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  padding-right: 4rem;
  padding-left: 4rem;
  text-align: center;
  padding-right: 20%;
}

.carousel-image-with-text .position-relative > img {
  width: 100%;
}

.carousel-image-with-text .bx-wrapper .bx-pager,
.carousel-image-with-text
  .bx-wrapper
  .bx-controls.bx-has-controls-auto.bx-has-pager
  .bx-controls-auto {
  position: absolute;
  bottom: 2rem;
}

.carousel-image-with-text,
.carousel-image-with-text .bx-wrapper,
.carousel-image-with-text img {
  height: 22.65vw;
  overflow: hidden;
}

/* CAROUSEL BACKGROUND IMAGE */

.carousel-background-image .bx-viewport li {
  width: 100%;
  background-size: cover;
}

.carousel-background,
.carousel-background-image .bx-viewport li {
  height: 100vh;
}

.carousel-background-image .bx-controls-auto-item {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

/* MOUSE ANIMATION */

.carousel-background-image::after {
  font-family: "FontAwesome";
  content: "\f078";
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 2rem;
  color: #fff;
  width: 55px;
  line-height: 55px;
  text-align: center;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  animation-iteration-count: infinite;
  animation-iteration-count: 2;
}

@-webkit-keyframes bounce {
  0% {
    bottom: 10px;
  }
  25% {
    bottom: 15px;
  }
  50% {
    bottom: 10px;
  }
  75% {
    bottom: 20px;
  }
  to {
    bottom: 10px;
  }
}

@keyframes bounce {
  0% {
    bottom: 10px;
  }
  25% {
    bottom: 15px;
  }
  50% {
    bottom: 10px;
  }
  75% {
    bottom: 20px;
  }
  to {
    bottom: 10px;
  }
}

/* flc-amenities */

.flc-amenities {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flc-amenities li {
  width: 25%;
  padding: 5px;
  text-align: center;
}

@media (max-width: 991px) {
  .flc-amenities li {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .flc-amenities li {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .flc-amenities li {
    width: 100%;
  }
}

/* OPENING HOURS */

.section-opening-hours h3 {
  font-size: 1.5rem;
}

.section-opening-hours .col {
  padding: 15px;
}

.section-opening-hours .current-day {
  background: #f8f9fa;
  border-bottom: 1px solid;
  font-weight: bold;
}

/* EXPANDABLE REVIEWS */

.morelink {
  margin-top: 1rem;
  display: block;
}
.morelink:hover,
.morelink:focus {
  color: #ff6c3a;
}
.morelink:focus {
  outline: 1px solid;
}
#testimonials-modal .modal-content {
  max-height: 70vh;
}

#testimonials-modal .modal-body {
  overflow: auto;
}

#testimonials-modal .modal-footer {
  padding: 0;
}

.testimonials-blockquote cite {
  font-size: 1.3rem;
}

.testimonials-stars .fa-star {
  margin-right: 3px;
  color: #ffca2e;
  font-size: 1.3rem;
}

.testimonials-average {
  font-size: 2rem;
}

.testimonials-average small {
  font-size: 50%;
}

/* TEAM */

.section-team img {
  max-width: 100%;
}

.section-team figcaption {
  margin: 1rem 0;
}

/* flc-coupons */

.flc-coupons {
  padding: 0;
  list-style: none;
}

.flc-coupons li {
  border: 3px dashed white;
  padding: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  outline: 5px solid;
  margin: 5px 5px 2rem 5px;
  position: relative;
}

.flc-coupons li p:last-of-type {
  margin-bottom: 0;
}

.flc-coupons a {
  position: absolute;
  right: -3px;
  top: -3px;
  border-radius: 0;
}

.flc-coupons .one {
  font-size: 5rem;
  font-weight: bold;
}
.flc-coupons .two {
  font-size: 1.8rem;
}
.flc-coupons .three {
  font-size: 1.2rem;
}
.flc-coupons .four {
  font-size: 2.5rem;
}

@media print {
  .flc-coupons li {
    border-color: black;
  }
  .flc-coupons a {
    display: none;
  }
}

/* MENU IMAGE */

.menu-image-hover ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-image-hover .menu-item {
  min-height: 400px;
  position: relative;
}

.menu-image-hover .menu-item ul {
  display: none;
}

.menu-image-hover .menu-item.menu-active ul,
.touchevents .menu-image-hover .menu-item ul {
  display: block;
}

@media (max-width: 767px) {
  .menu-image-hover .menu-item ul {
    display: block !important;
    height: auto !important;
  }
}

.menu-image-hover h3 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  background: white;
  margin: 0;
  padding: 0.5rem 0;
}

.menu-image-simple ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-image-hover-collapse .card {
  min-height: 0;
  background: white !important;
}

.menu-image-hover-collapse .card h3 {
  position: static;
  display: block;
  width: 100%;
  padding: 0;
}

.menu-image-hover-collapse .card h3 a {
  position: relative;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  display: block;
  padding: 1rem;
}

.menu-image-hover-collapse .card h3 .sub-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  padding: 0;
  width: 2em;
  height: 1.4em;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
}

.menu-image-hover-collapse .card h3 .collapsed .sub-arrow::before {
  content: "+";
}

.menu-image-hover-collapse .card h3 .sub-arrow::before {
  content: "-";
}

@media (max-width: 767px) {
  .menu-image-hover-collapse .align-items-center {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
  }
}

/* MENU IMAGE BRICKS */

.menu-image-bricks ul {
  z-index: 2;
  border-left: 0.5rem solid white;
  border-right: 0.5rem solid white;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.menu-image-bricks a {
  border: solid 0.5rem white;
  display: flex;
  height: 100%;
  padding: 8rem 1rem;
  background-color: transparent;
  transition: all 0.5s;
}

.menu-image-bricks img {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
}

.menu-image-bricks a:hover,
.menu-image-bricks a:focus {
  transition: all 0.5s;
}

.menu-image-bricks a:hover img,
.menu-image-bricks a:focus img {
  opacity: 1;
}

.menu-image-bricks .box {
  position: unset;
  height: auto;
  padding: 0;
}

/* FINACIAL TABLE */

.table-javascript caption {
  caption-side: top;
  font-weight: bold;
  text-align: center;
  color: black;
}

.table-javascript th:nth-of-type(2n),
.table-javascript td:nth-of-type(2n + 1) {
  border-bottom: 1px dashed !important;
}

.table-javascript tr,
.table-javascript thead th {
  border-bottom: 1px dashed !important;
}

.table-javascript th,
.table-javascript td {
  display: table-cell;
  line-height: 1.2;
  padding: 20px 40px;
  text-align: center;
  border-top: none !important;
}

.table-javascript th {
  width: 33.3333%;
}

@media (max-width: 768px) {
  .table-javascript th,
  .table-javascript td {
    width: 100%;
    display: block;
    border: transparent !important;
    text-align: left;
    padding: 0.5rem;
  }
  .table-javascript th:nth-of-type(2n),
  .table-javascript td:nth-of-type(2n + 1) {
    border: none !important;
  }
  .table-javascript thead {
    display: none;
  }
  .table-javascript tr {
    padding: 1rem 0;
  }
}

/* BACKGROUND VIDEO */

#video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#btn-video {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border: none;
  background: transparent;
  z-index: 1;
}

.backgroundvideo {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero-image {
  padding: 13rem 0;
}
.hero-image .h2,
.hero-image .h3 {
  font-size: 4rem;
  font-weight: 300;
}
.hero-image a {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .hero-image h2,
  .hero-image h3 {
    font-size: 2.7rem;
  }
  .hero-image {
    padding: 5rem 0;
  }
  .hero-image a {
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  .hero-image h2,
  .hero-image h3 {
    font-size: 2.3rem;
  }

  .hero-image a {
    font-size: 1.1rem;
  }
}
#services ul {
  list-style: none;
}
#services a {
  background: linear-gradient(
    0deg,
    rgba(19, 119, 145, 0.65) 0%,
    transparent 25%
  );
  text-decoration: none;
  transition: all 0.3s;
}
#services a h3 {
  font-weight: 300;
}

#services a:hover h3 {
  padding-bottom: 1.6rem;
  transition: all 0.3s;
}

#services a h3 {
  z-index: 1;
  transition: all 0.3s;
}
#services a::before {
  content: "";
  position: absolute;
  background: #000;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
}

#services a:hover::before {
  opacity: 0.3;
  z-index: 0;
  transition: all 0.3s;
}

#services h2,
.section-latest-posts h2,
.testimonials-section h2 {
  font-size: 3rem;
  color: #1b93b6;
  font-weight: 300;
}
.testimonials-section h4 {
  color: #1b93b6;
}
blockquote cite,
blockquote .testimonials-stars .fa-star {
  font-size: 0.7rem;
}
.testimonials-blockquote cite {
  font-size: 1.1rem;
  color: #1b93b6;
  font-weight: 300;
}
.morelink {
  text-decoration: underline !important;
  color: #ff6c3c;
  padding: 0;
}
.testimonials-average {
  font-size: 1.2rem;
  font-weight: bold;
}
.testimonials-stars .fa-star {
  font-size: 1.1rem;
}
.row-cta {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .row-cta {
    padding: 3rem 0;
  }
}
.row-cta .btn {
  border-color: transparent;
}
.row-cta .h1 {
  color: #c0e6f3;
}
.section-latest-posts a.d-block {
  color: #1b93b6;
}
.section-latest-posts a.text-uppercase {
  /* color:#1b93b6; */
}
.section-opening-hours {
  background-image: url(../../assets/images/laguna-office.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 650px;
}
.day {
  font-weight: 600;
}
header .phone_anchor {
  padding: 0.35rem 1.5rem 0.25rem 1.5rem;
  background-color: #1894b6;
  border-color: #1894b6;
}
header .socials {
  font-size: 1.5rem;
}
header .socials a {
  margin: 0 0.5rem;
}
footer .socials {
  font-size: 1.4rem;
}
footer .socials a {
  margin: 0 0.5rem;
}

a .color-facebook {
  color: #3b5998;
}
a .color-twitter {
  color: #4099ff;
}
a .color-google-plus {
  color: #d34836;
}
a .color-linkedin {
  color: #0077b5;
}
a .color-youtube {
  color: #e52d27;
}
a .color-pinterest {
  color: #bd081c;
}
a .color-instagram {
  color: #cd486b;
}
a .color-yelp {
  color: #d32323;
}
.sidebar .nav-link {
  padding: 0.4rem 1rem;
}
@media (min-width: 991px) {
  header .bg-primary a .svg-inline--fa {
    border-bottom: 0;
    padding-bottom: 0;
  }
  header svg.d-none {
    display: inline-block !important;
    font-size: 0.95rem;
    vertical-align: -0.1em;
  }
  header .sub-arrow {
    display: none !important;
  }
  header ul ul .has-submenu svg.d-none {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
  }
}

section .align-self-center {
  z-index: 1;
}

@media (min-width: 768px) {
  .image-block-content {
    min-height: 100vh;
  }
}

@media (max-width: 768px) {
  .image-block-img {
    height: 450px;
  }
}

.procedures a,
.procedures img {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.procedure,
.procedure img,
.procedure nav {
  transition: all 0.3s;
}

.procedure img {
  height: 75vh;
  min-height: 700px;
}

.procedure nav {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

.procedure nav a:focus .menu,
.procedure-show nav {
  visibility: visible !important;
}

.procedure-block {
  position: relative;
}

.procedure-show h3 {
  color: #fff !important;
}

.procedure-show nav {
  opacity: 1 !important;
}

.procedure-show img,
.procedure:focus img,
.procedure:hover img {
  opacity: 0.4 !important;
}

.procedure nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.procedure nav ul li {
  margin-bottom: 4px;
}

.procedure nav a {
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  padding: 0.3rem 1rem;
  display: block;
}
.procedure nav a:hover,
.contrastHigh .procedure nav a:hover {
  text-decoration: underline;
  color: #fff !important;
}

.procedure a:focus nav,
.procedure:focus nav,
.procedure:hover nav {
  opacity: 1 !important;
  visibility: visible !important;
}

.procedure:focus,
.procedure:hover,
.procedure-show {
  background: #13809e;
  text-decoration: none;
}

.procedures a:focus,
.contrastHigh .procedures a:focus {
  /*   box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5); */
  z-index: 1;
  outline: 1px solid #fff;
  color: #fff !important;
}

.procedure:focus h3,
.procedure:hover h3 {
  color: #fff;
}

.procedure h3 {
  color: #106379;
  margin-bottom: 0;
}
.contrastHigh .procedure h3 {
  text-decoration: underline;
}
@media (min-width: 991px) and (max-width: 1250px) {
  .procedure h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .procedure nav {
    visibility: visible;
    opacity: 1;
  }
  .procedure img {
    opacity: 0.4 !important;
  }
  .procedure {
    background: #13809e;
  }
  .procedure h3 {
    color: #fff;
  }
}

.fadeIn {
  -webkit-animation: fadein 3s;
  -moz-animation: fadein 3s;
  -ms-animation: fadein 3s;
  -o-animation: fadein 3s;
  animation: fadein 3s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.dark-bg {
  color: #fff;
}
.procedures img {
  object-fit: cover;
}
.procedures .procedure-title a {
  text-decoration: none;
}
.procedures #menu-image-1 img {
  object-position: 15% 50%;
}
.procedures #menu-image-2 img {
  object-position: 45% 50%;
}
.procedures #menu-image-3 img {
  object-position: 15% 50%;
}
.procedures #menu-image-4 img {
  object-position: 25% 50%;
}
.procedures #menu-image-5 img {
  object-position: 50% 50%;
}
header a:focus {
  outline: 1px solid #ff6c3c;
}
#content a:focus,
.section-latest-posts a:focus,
footer a:focus,
.flc-sidemenu a:focus,
.contrastHigh #content a:focus,
.contrastHigh .section-latest-posts a:focus,
.contrastHigh footer a:focus,
.contrastHigh .flc-sidemenu a:focus {
  outline: 1px solid #137791;
}
.contrastHigh .breadcrumb-item a {
  color: #fff !important;
}
