/* cinzel-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/cinzel-v23-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cinzel-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/cinzel-v23-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cinzel-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/cinzel-v23-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/open-sans-v40-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/open-sans-v40-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/open-sans-v40-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.container,
.container-fluid,
.container-lg {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg {
    max-width: 1390px;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-lg {
    max-width: 1450px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
} /*!
 * Bootstrap Utilities v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.d-flex {
  display: flex !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
}

html {
  scroll-behavior: smooth;
}

.d-none {
  display: none;
}
.whiteout {
  filter: brightness(0) invert(1);
}

main {
  padding-bottom: 80px;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.entry-content {
  font-size: 19px;
  line-height: 31px;
}
.entry-content ul,
.entry-content ol {
  margin: 1.3rem 0 2.4rem 0;
  padding-left: 2.1rem;
  margin-top: 5px;
}
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 0.7rem;
}
.entry-content .tocbox li {
  margin-bottom: 0;
}

.main-view {
  margin-top: 30px;
}

h2[id] {
  scroll-margin-top: 8rem;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.pt-70 {
  padding-top: 70px;
}

.p-0 {
  padding: 0;
}

.grey-bg {
  background: #f1f1f1;
}

.entry-date {
  margin-bottom: 10px;
  display: block;
}

.btn,
.btn:visited {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.9px;
  color: #fff;
  background: #b85619;
  border: 1px solid #b85619;
  border-radius: 0px;
  padding: 1.3rem 2.3rem;
  transition: 0.25s;
  box-shadow: none;
  display: inline-block;
  text-transform: uppercase;
}
.btn:hover,
.btn:visited:hover {
  color: #b85619 !important;
  background: #fff;
  text-decoration: none;
}
.btn:focus,
.btn:visited:focus {
  text-decoration: none;
}

.btn-outline,
.btn-outline:visited {
  color: #b85619;
  background: #fff;
  border: 1px solid #fff;
}
.btn-outline:hover,
.btn-outline:visited:hover {
  color: #fff;
  background: #b85619;
}

.btn-header-container {
  margin: 2px 0 0 0;
}
.btn-header-container li {
  display: inline;
}
.btn-header-container li a {
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.9px;
  color: #fff;
  background: #b85619;
  border: 1px solid #e87c38;
  border-color: #b85619;
  transition: 0.25s;
  box-shadow: none;
  display: inline-block;
  padding: 9px 20px;
  font-size: 20px;
  border-radius: 4px;
  margin-left: 10px;
  text-transform: capitalize;
}
.btn-header-container li a:hover {
  background: #1c273a;
  border-color: #1c273a;
  color: #fff;
  text-decoration: none;
}
.btn-header-container li a:focus {
  text-decoration: none;
}
.btn-header-container .lang-item a {
  color: #fff;
  background: #00000061;
}

.site-header-mobile .btn-header-container {
  text-align: center;
  margin-top: 4px;
}
.site-header-mobile .btn-header-container li a {
  padding: 4px 10px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
  letter-spacing: 1px;
  border-width: 2px;
  margin-left: 1px;
  margin-right: 1px;
}
.site-header-mobile .btn-outline:hover {
  background: #1c273a;
}

a,
a:visited {
  color: #b85619;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #b85619;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: 400;
}

h1,
h2,
h3,
.blogCard-title,
.section-title,
.section-subtitle,
.fl-subtitle,
.locbox__title,
.reviewCard__name,
.team-card .team-card__name {
  font-family: "Cinzel", serif;
}

h2 {
  font-size: 38px;
  line-height: 48px;
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: 29px;
    line-height: 34px;
  }
}

h3 {
  font-size: 30px;
  line-height: 34px;
}
@media (max-width: 1199.98px) {
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.blog h1,
.post h1 {
  font-size: 60px;
  line-height: 65px;
  margin: 0.8rem 0;
  color: #000;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .blog h1,
  .post h1 {
    font-size: 35px;
    line-height: 34px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog h1,
  .post h1 {
    font-size: 45px;
    line-height: 44px;
  }
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #1c273a;
}

.blog--spacer {
  padding-top: 155px;
}
.blog__image {
  width: 100%;
  height: 220px;
  display: block;
  text-decoration: none;
  margin: 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.blogCard {
  background: rgb(255, 255, 255);
  border-bottom: 2px solid #d9d9d9;
  display: inline-block;
  margin: 10px 0 10px 0;
  width: 100%;
  transition: 0.2s;
}
.blogCard--bgholder {
  background: rgb(3, 45, 98);
  background: linear-gradient(
    0deg,
    rgb(3, 45, 98) 0%,
    rgba(3, 45, 98, 0.4766107126) 100%
  );
}
.blogCard__container {
  height: 100%;
}
.blogCard__info {
  padding: 18px;
}

.blogCard--title {
  color: #1c273a;
  font-size: 28px;
}
.blogCard button {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.9px;
  color: #b85619;
  background: transparent;
  border: 1px solid #b85619;
  border-radius: 0px;
  padding: 1rem 2.3rem;
  transition: 0.25s;
  box-shadow: none;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 30px;
}
.blogCard button:focus {
  text-decoration: none;
}
.blogCard:hover {
  text-decoration: none;
  transition: 0.2s;
}
.blogCard:hover button {
  color: #fff;
  background: #b85619;
  cursor: pointer;
}

@media (min-width: 1400px) {
  .site-header-mobile {
    display: none;
  }
}

.site-header {
  background: #1f345c;
  border-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 12px 10px;
  display: none;
  padding-top: 15px;
}
@media (min-width: 1400px) {
  .site-header {
    display: block;
  }
}

.site-branding img {
  max-width: 100%;
  padding-top: 4px;
  width: 320px;
  max-height: 83px;
  display: block;
}

#site-navigation-desktop {
  font-size: 19px;
  /*   text-transform: uppercase; */
}

.main-navigation-desktop ul {
  display: block;
  text-align: right;
}

.main-navigation-desktop li {
  float: none !important;
  position: relative;
  display: inline-block;
}

#site-navigation-desktop .menu > li a {
  transition: 0.1s;
}

#site-navigation-desktop .menu > li a:hover {
  transition: 0.1s;
  text-decoration: none;
  color: #b85619;
}

#site-navigation-desktop .menu > li > a {
  color: #fff;
  padding: 10px 10px 2px 10px;
  font-weight: 400;
  transition: 0.1s;
}
#site-navigation-desktop .menu > li > a:hover {
  color: #d16725;
}

#site-navigation-desktop .menu > li:last-of-type > a {
  padding-right: 3px;
}

#site-navigation-desktop ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  width: 250px;
  display: none;
  border-top: 0;
}
#site-navigation-desktop ul ul .sub-menu {
  left: 250px;
  top: 0;
}

#site-navigation-desktop ul li:hover > a,
#site-navigation-desktop ul li.focus > a {
  transition: 0.1s;
  color: #b85619;
}
#site-navigation-desktop ul li:hover ul,
#site-navigation-desktop ul li.focus ul {
  display: block;
}

#site-navigation-desktop ul ul li,
#site-navigation-desktop ul ul a {
  width: 100%;
}

#site-navigation-desktop ul ul a {
  padding: 0.7rem 1.2rem;
  color: #042c60;
  text-align: left;
  border-left: 3px solid transparent;
  border-bottom: 1px solid #344d7e1f;
  font-size: 16px;
  /*   text-transform: uppercase; */
}
#site-navigation-desktop ul ul a:hover {
  background: #f7f7f7 !important;
  color: #b85619 !important;
}

.menu-item-has-children > a::after,
.sub-menu .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 0.45em;
  left: 0.2em;
  position: relative;
  top: -0.05em;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  clear: both;
  border-radius: 2px;
  margin-right: 5px;
}

#fixedNav {
  background: #1f345c;
  width: 100%;
  position: fixed;
  top: 0;
  padding-bottom: 14px;
  padding-top: 14px;
  z-index: 100;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-bottom: 0;
}

.menu-toggle {
  width: 46px;
  background: rgba(203, 61, 61, 0);
  border: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 6px;
}
.menu-toggle span {
  display: block;
  width: 100%;
  margin-top: 6px;
  height: 2px;
  background: #fff;
}

#site-navigation {
  text-align: right;
  padding-top: 10px;
}
#site-navigation .menu {
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 100%;
  left: auto;
  width: 100%;
  padding: 0;
  float: none;
  clear: both;
  background: #2e4366;
  background: #fff;
  right: 0;
}
#site-navigation #primary-menu {
  height: 100vh;
  left: 100vw;
  transition: all 0.2s ease-in-out;
}
#site-navigation #primary-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 0;
  border-top: 1px solid rgba(151, 162, 229, 0.812);
}
#site-navigation #primary-menu li a {
  color: #fff;
  color: #1c273a;
  text-align: left;
  padding: 8px 19px;
}
#site-navigation .sub-menu {
  position: relative !important;
  margin-left: auto;
  display: none;
  float: none;
  box-shadow: none;
  background: #fff;
  margin: 0;
  border-top: 0;
  border-left: 43px solid #d9dced;
  border-right: 0;
}
#site-navigation .sub-menu a {
  width: auto;
}

.menu-toggle {
  display: inline-block;
}

.menu-toggle #primary-menu,
.main-navigation.toggled #primary-menu {
  left: 0 !important;
  transition: all 0.2s ease-in-out;
}

.look {
  display: block;
  width: 24px;
  height: 2px;
  margin: 4px auto;
  transition: all 0.15s;
  background-color: rgb(0, 0, 0);
}

.main-navigation.toggled .k1 {
  transform: rotate(45deg) translate(7px, 3px);
}
.main-navigation.toggled .k2 {
  opacity: 0;
}
.main-navigation.toggled .k3 {
  transform: rotate(-45deg) translate(7px, -5px);
}

.nav-btn-container {
  padding: 3px 6px;
  flex: 1;
  text-align: right;
}

.nav-flex {
  display: flex;
  align-items: center;
  flex-direction: row;
}

#site-navigation ul li.focus > ul {
  left: auto;
  display: block !important;
}

#site-navigation ul li.focus > .nav-flex .icon-cheveron-down::before {
  content: "\e906";
}

.dropdown-button {
  background: transparent;
  color: #1c273a;
  border: 0;
  font-size: 26px;
  padding: 0;
  line-height: 1px;
}

.shm-logo {
  height: 57.15px;
  -o-object-fit: cover;
  object-fit: cover;
  padding-top: 4px;
  image-rendering: -webkit-optimize-contrast;
  -o-object-position: 0% 0;
  object-position: 0% 0;
  transition: all 0.2s ease-out;
}

.widget_nav_menu,
.widget_categories {
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.widget_nav_menu h2,
.widget_categories h2 {
  color: #1e2733;
  font-size: 31px;
  margin: 0;
  padding-left: 25px;
  padding-bottom: 10px;
  padding-top: 9px;
}
.widget_nav_menu ul,
.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_nav_menu ul li,
.widget_categories ul li {
  background: transparent;
  position: relative;
}
.widget_nav_menu ul li:before,
.widget_categories ul li:before {
  position: absolute;
  top: 9px;
  left: 21px;
  content: "\e903";
  font-family: "icomoon";
  color: transparent;
  transition: 0.2s;
}
.widget_nav_menu ul li:hover:before,
.widget_categories ul li:hover:before {
  color: #b85619;
  transition: 0.2s;
}
.widget_nav_menu ul li a,
.widget_categories ul li a {
  padding: 7px 25px;
  transition: 0.2s;
  display: inline-block;
  width: 100%;
  color: #1f345c;
  text-decoration: none;
  border-top: 1px solid #dfdfdf;
  font-weight: 300;
  font-size: 18px;
}
.widget_nav_menu ul li a:hover,
.widget_categories ul li a:hover {
  color: #c55c1b;
  /*   background: #dfdfdf; */
  padding-left: 40px;
}

.site-footer {
  padding: 110px 0;
  background: #17294b;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .site-footer {
    padding: 40px 0;
  }
}
.site-footer__sub {
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.1098039216);
  padding-top: 20px;
  margin-top: 40px;
  text-align: center;
}
.site-footer__sub a {
  color: #fff;
}

.footer-section-full,
.banner-section-full {
  margin: 0;
}

@media (max-width: 1199.98px) {
  .footer-right {
    padding: 20px 20px 0 20px;
  }
  .footer-right .locbox__title {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 0;
  }
}

.site-contact {
  background: #1f345c;
  color: #fff;
  padding-bottom: 90px;
}

.contact-page-form {
  background: #f1f1f1;
  color: #192a4b;
  padding: 20px 56px;
}
@media (max-width: 1199.98px) {
  .contact-page-form {
    padding: 19px 25px;
  }
}

.cf8-title {
  font-size: 39px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 35px;
}

.cf8-sub {
  font-size: 20px;
  text-align: center;
  padding: 0 90px;
  color: #dfdfdf;
  display: none;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  background-color: #fff;
  color: #333;
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 12px;
  border-radius: 0;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  margin-top: 15px;
  border-bottom: 0;
}

.widget .wpcf7-submit,
.contact-page-form .wpcf7-submit {
  margin-top: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
  background: #b85619;
  padding: 18px;
  font-size: 18px;
  transition: 0.2s;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 0;
  border: 0;
}

#secondary .widget_text {
  background: #384a6c;
  padding: 20px 25px 0 25px;
  color: #333;
}
#secondary .widget_text .widget-title {
  font-size: 31px;
}

#snippet-goto {
  background: #f1f1f1;
  padding: 35px 0;
}
#snippet-goto .goto-card {
  padding: 26px 0px 22px;
  text-align: center;
  transition: 0.2s;
  border: 2px solid #cbd0db;
  border-radius: 8px;
  background: white;
}
#snippet-goto .goto-card .goto-title {
  transition: 0.2s;
  color: #000;
  text-decoration: none;
}
#snippet-goto .goto-card .goto-link {
  transition: 0.2s;
  color: #000;
  text-decoration: none;
}
#snippet-goto .goto-card img {
  filter: grayscale(80%);
  transition: 0.2s;
}
#snippet-goto .goto-card:hover {
  cursor: pointer;
  transition: 0.2s;
}
#snippet-goto .goto-card:hover .goto-title {
  color: #c55c1b;
  transition: 0.2s;
}
#snippet-goto .goto-card:hover .goto-link {
  color: #3f3f3f;
  transition: 0.2s;
  font-weight: bold;
  letter-spacing: 2px;
}
#snippet-goto .goto-card:hover img {
  filter: grayscale(0);
  transition: 0.2s;
}
#snippet-goto .goto-title {
  font-size: 30px;
  line-height: 30px;
  padding-top: 26px;
  padding-bottom: 27px;
}
#snippet-goto .goto-link {
  text-transform: uppercase;
  letter-spacing: 1px;
}
#snippet-goto .goto-card-anchor:hover {
  text-decoration: none;
}

body.dark-mode #snippet-goto {
  background: transparent;
}

body.dark-mode #snippet-goto .goto-card img {
  filter: brightness(0) invert(1);
}

body.dark-mode #snippet-goto .goto-card {
  border: 2px solid #cbd0db2b;
  background: #ffffff0f;
}
body.dark-mode #snippet-goto .goto-card:hover {
  background: #d58b5c4d;
}
body.dark-mode #snippet-goto .goto-card .goto-title,
body.dark-mode #snippet-goto .goto-card .goto-link {
  color: #fff;
}

.section-pd {
  padding: 90px 0;
}

.section-title {
  font-size: 48px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 29px;
    line-height: 34px;
  }
}

.section-subtitle {
  font-size: 34px;
  padding-top: 50px;
}

.section-about-box {
  font-size: 19px;
  font-weight: 300;
}

.fpcr-card {
  color: #fff;
  margin-top: 30px;
  background: #172540;
}

.fpcr-case {
  background: #1f458c;
  padding: 10px;
  text-align: center;
  font-size: 23px;
  font-weight: 300;
  text-transform: uppercase;
}

.fpcr-desc {
  padding: 20px;
  font-weight: 300;
  font-size: 17px;
}

.section-overlay {
  background: rgba(31, 52, 92, 0.9607843137);
  padding: 90px 0;
}
.section-overlay .section-title {
  color: #fff;
}

.abtn-margin {
  margin-top: 50px;
}

#fl-badges {
  text-align: center;
  background: #fff;
  padding-bottom: 37px;
  padding-top: 50px;
}
#fl-badges .fp-badges img {
  width: 130px;
}

.fl_subtitle {
  font-size: 35px;
}
@media (max-width: 575.98px) {
  .fl_subtitle {
    font-size: 25px;
    line-height: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .fl_subtitle {
    font-size: 25px;
    line-height: 24px;
  }
}

.banner {
  background: #1f345c;
  color: #fff;
  padding: 220px 0 120px 0;
}
@media (max-width: 575.98px) {
  .banner {
    padding: 159px 0 39px 0;
  }
}
.banner h1 {
  font-size: 70px;
  line-height: 60px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .banner h1 {
    font-size: 35px;
    line-height: 34px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner h1 {
    font-size: 45px;
    line-height: 44px;
  }
}

#breadcrumbs {
  margin: 0;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 12px;
  font-weight: 300;
}
@media (max-width: 1199.98px) {
  #breadcrumbs {
    font-size: 14px;
  }
}
#breadcrumbs a {
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}

.locbox {
  font-weight: 300;
}
.locbox__title {
  font-size: 26px;
  margin-bottom: 14px;
}

.locbox__office-info {
  font-size: 16px;
}
.locbox__office-info__contact-hold {
  display: flex;
  width: 100%;
  height: auto;
  margin: 10px 0;
  flex-wrap: wrap;
}
.locbox--contact-icon {
  position: relative;
  top: 4px;
  width: 28px;
}

.reviewCard {
  background: #fff;
  padding: 25px 35px;
  margin-top: 20px;
  width: 100%;
}
.reviewCard__stars {
  text-align: center;
  color: #ecbb5c;
  font-size: 29px;
  margin-bottom: 25px;
}
.reviewCard__stars .icon-star-full {
  margin: 0 2px;
}
.reviewCard__body {
  font-size: 19px;
  width: 100%;
}
.reviewCard__body .icon-quotes-left {
  margin-right: 5px;
}
.reviewCard__body .icon-quotes-right {
  margin-left: 5px;
}
.reviewCard__name {
  text-align: center;
  margin-top: 40px;
  font-size: 22px;
  width: 100%;
}
.reviewCard--badge {
  width: 35px;
  margin-top: 20px;
}

.accordion {
  border-bottom: 1px solid #ccc;
}

.accordion-toggle {
  display: block;
  padding: 10px 8px 15px 8px;
  text-decoration: none;
  color: #1c273a;
  font-size: 20px;
  position: relative;
  background: #f1f1f1;
}
.accordion-toggle:hover,
.accordion-toggle:focus {
  color: #1c273a;
  text-decoration: none;
}

.accordion-content {
  font-size: 17px;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
}

.accordion.active > .accordion-content {
  max-height: 1000px;
  padding: 15px 8px 15px 8px;
  border-top: 1px solid #ccc;
  transition: max-height 0.2s ease-in;
}

.accordion-toggle::after {
  content: "\e901";
  font-family: "icomoon";
  position: absolute;
  right: 8px;
  font-size: 25px;
  color: #1c273a;
}

.accordion.active > .accordion-toggle::after {
  content: "\e902";
}

.mapmin {
  max-width: 750px;
  background: #f9f9f9;
  padding: 25px;
  border: 1px solid #ddd;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 20px;
}
.mapmin .mapmin__frame {
  border: 1px solid #777;
}
.mapmin .title {
  font-weight: 700;
  font-size: 1.1em;
  color: #000;
}
.mapmin div {
  margin-bottom: 6px;
}

.team-card {
  background: #f1f1f1;
  margin-bottom: 40px;
  box-shadow: 0 0 4px 2px #0000001a;
}

.team-card .team-card__name {
  font-size: 22px;
  line-height: 22px;
  padding-top: 19px;
  font-weight: 500;
  color: #042c60;
}
.team-card .team-card__title {
  color: #142231;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  padding: 11px 0;
  letter-spacing: 1px;
  min-height: 70px;
}
.team-card .team-card__link {
  color: #d08353;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 10px;
  font-size: 16px;
}
.team-card .team-card__info {
  padding: 0px 19px;
  padding-bottom: 15px;
}

.team-card-link {
  text-decoration: none;
}
.team-card-link:focus {
  text-decoration: none;
}
.team-card-link:hover {
  text-decoration: none;
}
.team-card-link:hover img {
  opacity: 1;
  transition: 0.2s;
}
.team-card-link:hover .team-card {
  background: #2a4771;
  transition: 0.2s;
}
.team-card-link:hover .team-card__name,
.team-card-link:hover .team-card__title {
  color: #fff;
}
.team-card-link:hover .team-card__link {
  color: #ef803b;
  text-decoration: underline;
} /*# sourceMappingURL=main.css.map */

.wpcf7-submit {
  margin-top: 29px;
  width: 100%;
  border-radius: 0;
  border: 0;
  background: #b85619;
  padding: 18px;
  font-size: 21px;
  transition: 0.2s;
  color: #fff;
  border-radius: 0;
  border: 0;
}

/* ************** Practice Area Card *************** */
.practice_area_card__grey-border {
  margin: 20px 0;
}
.practice_area_card {
  padding: 0;
  transition: 0.25s;
  color: #000 !important;
  text-decoration: none;
}
.practice_area_card .practice_area_card__inner {
  padding: 70px 0;
  background: #fff;
}
.practice_area_card .practice_area_card--title {
  font-size: 22px;
  margin-top: 9px;
}
.practice_area_card img {
  transition: 0.25s;
  width: 80px;
}
.practice_area_card:hover {
  background: #c35b1a;
  color: #fff !important;
}
.practice_area_card:hover .practice_area_card__inner {
  transition: 0.25s;
  background: #c35b1aab;
}
.practice_area_card:hover img {
  filter: brightness(0) invert(1);
}

.practice_area_card {
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.practice_area_card__grey-border {
  border: 1px solid #ddd;
}

.practice_area_card__grey-border:nth-last-child(-n + 4) {
  border-bottom: none;
}

.practice_area_card:nth-child(4),
.practice_area_card:nth-child(8) {
  border-right: 0;
}

.front-page__banner {
  background: url("https://riveraybujosalaw.com/wp-content/uploads/2023/09/houston_bgs.jpg");
  background-size: cover;
}

@media (max-width: 767.98px) {
  .no-mobile {
    display: none !important;
  }
  .practice_area_card {
    border-right: 0;
  }
  .practice_area_card .practice_area_card__inner {
    padding: 20px 0;
  }
  .practice_area_card .practice_area_card--title {
    font-size: 18px;
  }
  .practice_area_card img {
    width: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .practice_area_card__grey-border {
    border-right: 0;
  }

  .practice_area_card,
  .practice_area_card:nth-child(4),
  .practice_area_card:nth-child(8) {
    border-right: 1px solid #ddd;
  }
}

body {
  font-family: "Open Sans", sans-serif;
}

.pt-25 {
  padding-top: 25px;
}

.site-page h1 {
  font-size: 44px;
  color: #345795;
  line-height: 52px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 25px;
}
.site-page .banner {
  padding: 0 0 110px;
  background: #fff;
}

.site-page .col-9 {
  background: white;
  color: #444;
  font-weight: 300;
}

@media (max-width: 1199.98px) {
  .site-page h1 {
    font-size: 35px;
    margin-top: 40px;
    line-height: 38px;
  }
  .site-page h2 {
    font-size: 27px;
    line-height: 31px;
  }
  .container {
    padding-right: 1.7rem;
    padding-left: 1.7rem;
  }
  .site-page .banner {
    /*padding: 0 0 77px;*/
    background: #fff;
  }
}

.widget_text .widget-title {
  color: #fff;
}

.side-contact-form {
  background: #384a6c;
  padding: 20px 25px 0;
}
.entry-content a {
  text-decoration: underline;
}
.team-card-link {
  text-decoration: none !important;
}

.btn-sm {
  padding: 0.6rem 1.3rem;
  font-size: 15px;
  border-radius: 2px;
}

.white-link {
  color: #fff !important;
  text-decoration: underline;
}

/*Youtube Responsive and Fast 1.0*/

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  padding: 0;
}

.video-container:hover {
  cursor: pointer;
}

.video-container:hover .play-button {
  filter: none;
}

.video-container .image-container {
  width: 100%;
  position: relative;
}

.video-container .image-container img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.play-button {
  width: 68px;
  height: 48px;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  /* youtube's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}

.btn-cta {
  background: #fff;
  color: #b85619;
  margin-top: 27px;
  font-size: 19px;
}
body.dark-mode .btn-cta {
  color: #b85619;
}
.btn-cta:hover {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

.loading-box {
    background: linear-gradient(90deg, #e4e4e4, #f9f9f9);
    background-size: 400% 400%;
    height: 30px;

    border-radius: 6px;

    -webkit-animation: AnimationName 1s ease infinite;
    -moz-animation: AnimationName 1s ease infinite;
    animation: AnimationName 1s ease infinite;
    margin-top: 20px;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 51%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 51%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 51%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 51%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 51%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 51%
    }
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #39496c;
    color: #333;
    background: #ecfff2;
    border-radius: 6px;
}