@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Spectral:wght@300;400;500;600;700&display=swap');

html, body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}


@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1424px;
  }
}
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1524px;
  }
}

.container-large {
  width: 100%;
  max-width: 1700px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container-large {
    padding: 0;
  }
}

ul, ol {
  padding-left: 1.5rem;
}

a {
  color: #0B3D68;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;  
}

a:hover {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: none;
}

strong, b {
  font-weight: 600;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Spectral', serif;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #0B3D68;
}

a:focus, button:focus {
  outline: none;
  box-shadow: none;
}

a.btn, a.wp-block-button__link, .wpcf7-form input[type="submit"], input.btn {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 1.1875rem 1.5rem;
  background: #1E70B7;
  border: 1px solid #1E70B7;
  border-radius: 0;
  white-space: nowrap;
  text-transform: uppercase;
}
a.btn:hover, a.wp-block-button__link:hover, .wpcf7-form input[type="submit"]:hover, input.btn:hover {
  background: #024052;
  border-color: #024052;
  color: #fff;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
}
a.btn:focus, .wpcf7-form input[type="submit"]:focus, input.btn:focus {
  outline: none;
  box-shadow: none;
}
a.btn-small {
  padding: 0.875rem 1.5rem;
}
a.btn i {
  margin-right: 1rem;
}
a.btn-yellow {
  background: #C2A02B;
  border-color: #C2A02B;
}
a.btn-yellow:hover {
  background: #024052;
  border-color: #024052;
}
@media (max-width: 991px) {
  a.btn, a.wp-block-button__link, .wpcf7-form input[type="submit"], input.btn {
    padding: 1rem 1.5rem;
  }
  a.btn-small {
    padding: 0.75rem 1.5rem;
  }
}
@media (max-width: 767px) {
  a.btn, a.wp-block-button__link, .wpcf7-form input[type="submit"], input.btn {
    padding: 0.75rem 1.25rem;
  }
}


.text-yellow {
  color: #C2A02B;
}


@media (max-width: 1199px) {
  html, body {
    font-size: 15px;
  }
}


.slick-slide:focus {
  outline: none;
}

.post-thumbnail {
  margin-top: -6.5rem;
}

.wp-block-image, .wp-block-embed {
  margin: 2rem 0;
}

.wp-block-quote {
  border: none !important;
  background: url(../images/quote.svg) no-repeat;
  padding-left: 80px;
}
.wp-block-quote > * {
  margin: initial !important;
}
.wp-block-quote cite {
  font-size: 1rem;
  padding-top: 0.5rem;
  display: block;
}
.wp-block-quote cite:before {
  content: '- ';
}


.wp-block-embed {
  margin: 2rem 0;
}
.wp-block-embed-youtube .wp-block-embed__wrapper, .wp-block-embed-vimeo .wp-block-embed__wrapper {
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 30px;
   height: 0;
   overflow: hidden; 
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prev-next-post {
  height: 17.125rem;
  position: relative;
  background: #0B3D68;
  transition: all 0.3s ease-in-out;
}
.prev-next-post:hover {
  background: #1E70B7;
}
.prev-next-post-content {
  padding: 2rem 3rem;
  position: absolute;
  left: 0; right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.prev-next-post-content h6.h6 {
  color: #DDA669;
  font-size: 0.875rem;
  font-weight: 400;
}
.prev-next-post-content h3.h3 {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.prev-next-post-content img {
  height: 10px;
  width: auto;
  margin-bottom: 1rem;
}
a.prev-next-link {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 1;
}




ul.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.social-links li {
  display: inline-block;
  margin: 0 0.25rem;
}
.top-bar ul.social-links {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #ddd;
}



/* footer */
footer.site-footer {
  background: #0B3D68;
  color: #fff;
  text-align: center;
  padding: 0 0 2.5rem;
}
footer.site-footer a {
  color: #fff;
}
footer.site-footer a:hover {
  color: #1E70B7;
}
.footer-logo a {
  background: url(../images/logo-bg.png) no-repeat center center;
  background-size: cover;
  width: 12.5rem;
  height: 12.5rem;
  padding: 1rem;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-logo img {
  height: auto;
  transition: all 0.3s ease-in-out;
}

.footer-contact {
  margin-bottom: 2rem;
}
.footer-contact-info {
  display: inline-block;
}
.footer-contact-info i {
  color: #C2A02B;
}
.footer-contact-info span {
  display: inline-block;
  margin-bottom: 1rem;
}
.footer-contact-info a {
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 1rem;
}

ul.footer-menu {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0;
}
ul.footer-menu li {
  display: inline-block;
  margin: 0.5rem 1rem;
}
ul.footer-menu li a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
ul.footer-menu li.current-menu-item a, ul.footer-menu li a:hover {
  color: #C2A02B;
}
.bottom-line {
  margin-top: 3rem;
  text-align: initial;
}

.footer-social-links ul.social-links {
  font-size: 1.2rem;
}
.footer-social-links ul.social-links li a {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 2.875rem;
  border-radius: 50%;
  border: 2px solid #1E70B7;
  color: #1E70B7;
}
.footer-social-links ul.social-links li a:hover {
  background: #1E70B7;
  color: #fff;
}
footer.site-footer .container-xxl {
  position: relative;
}
a.back-to-top {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  background: #1E70B7;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 1rem;
  top: 0;
  transform: translateY(-50%);
}
a.back-to-top:hover {
  color: #C2A02B !important;
}
@media (max-width: 991px) {
  .footer-logo a {
    width: 10rem;
    height: 10rem;
  }
}
@media (max-width: 767px) {
  .footer-logo a {
    width: 8rem;
    height: 8rem;
  }
}
@media (max-width: 575px) {
  .footer-logo a {
    width: 6rem;
    height: 6rem;
  }
}



.page-header-inner {
  position: relative;
  background: #f2f1e9;
  padding: 9.25rem 0 6rem;
}
.post-header .page-header-inner:after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -4rem;
  height: 4rem;
  background: #f2f1e9;
  z-index: -1;
}
.page-header-image {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
}
.page-header-image:before {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  background: rgb(0 0 0 / 20%);
}
.page-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header-content {
  position: relative;
  text-align: center;
}
h1.page-title {
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1;
}
.page-header .container-xxl {
  max-width: 1524px;
}
.entry-content {
  margin: 6rem 0;
}
.entry-content a {
	font-weight: 600;
}
@media (max-width: 1399px) {
  .page-header-inner {
    padding: 8rem 0 5rem;
  }
}
@media (max-width: 1199px) {
  .page-header-inner {
    padding: 7rem 0 4.5rem;
  }
}
@media (max-width: 991px) {
  .page-header-inner {
    padding: 5rem 0;
  }
}



section.image-text-blocks {
  margin: 6rem 0;
}
.image-text-block {
  margin: 3rem 0;
}
.image-text-block-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1130px;
  margin: 0 auto;
}
.content-image {
  width: 51%;
  position: relative;
}
.content-image:before {
  content: '';
  display: block;
  padding-bottom: 73.275%;
}
.content-image img {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-text {
  width: 49%;
  padding-left: 3rem;
  font-size: 1.125rem;
}
.content-text h3.h3 {
  font-size: 1.875rem;
  text-transform: uppercase;
}
.content-text-inner {
  text-align: center;
}
.image-text-block:nth-of-type(2n+2) .image-text-block-inner {
  flex-direction: row-reverse;
}
.image-text-block:nth-of-type(2n+2) .content-text {
  padding-left: 0;
  padding-right: 3rem;
}
@media (max-width: 1399px) {
  .cta-content h3.h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 1199px) {
  .cta-content h3.h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .image-text-block {
    max-width: 42rem;
    margin: 3rem auto;
  }
  .image-text-block-inner {
    flex-direction: column !important;
  }
  .content-image, .content-text {
    width: 100%;
  }
  .content-text {
    font-size: 1rem;
    padding: 2rem;
  }
}



section.hero-cta-block {
  margin: 1.875rem 0 6rem 0;
}
.hero-cta-block-inner {
  background: #f2f1e9;
}
.hero-cta-block-inner .row {
  align-items: center;
  flex-direction: row-reverse;
}

.hero-cta-image {
  position: relative;
  padding-bottom: 63.3333%;
}
.hero-cta-image img {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-cta-block .cta-content {
  padding: 2rem;
  width: 100%;
  max-width: 38.5rem;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .hero-cta-block-inner {
    max-width: 42rem;
    margin: 0 auto;
  }
}




section.subscribe-section {
  margin: 1.875rem 0;
}
.subscribe-form {
  background: url('../images/subscribe-bg.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 6rem 2rem;
}
.subscribe-form form {
  max-width: 1050px;
  margin: 0 auto;
}
.mc4wp-form-fields {
  display: flex;
}
.input-items {
  flex-grow: 1;
  display: flex;
}
.input-item {
  flex-grow: 1;
  padding-right: 1rem;
}
.input-item input {
  height: 3.5rem;
  padding: 0 1rem;
  border: none;
  border-radius: 0;
}
.subscribe-form h2.h2 {
  color: #fff;
  font-size: 2.25rem;
  text-transform: uppercase;
  max-width: 34.5rem;
  margin: 0 auto 3rem;
  text-align: center;
}
.subscribe-form label {
  margin-bottom: 5px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .input-item input {
    height: 3.15rem;
  }
  .subscribe-form h2.h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .subscribe-form {
    padding: 4rem 1rem;
  }
  .input-item input {
    height: 2.6rem;
  }
  .mc4wp-form-fields {
    flex-direction: column;
    max-width: 30rem;
    margin: 0 auto;
  }
  .input-items {
    flex-direction: column;
  }
  .input-item {
    padding: 0 0 1rem;
  }
  .input-submit {
    margin-top: 1rem;
  }
  .subscribe-form h2.h2 {
    font-size: 1.5rem;
  }
}





section.contact-section {
  margin: 2rem 0;
}
.contact-box {
  background: #F2F1E9;
  padding: 5rem;
}

.contact-info {
  max-width: 36rem;
  margin-bottom: 2.5rem;
}
.contact-info a {
  color: #000;
}
.contact-info a:hover {
  color: #C2A02B;
}
.contact-info p {
  margin-bottom: 0.5rem;
}
.contact-info p i {
  color: #C2A02B;
}
.contact-map {
  width: 100%;
  max-width: 36rem;
}
.contact-map iframe {
  width: 100%;
  height: 24rem;
  display: block;
}
@media (max-width: 1199px) {
  .contact-box {
    padding: 4rem;
  }
}
@media (max-width: 991px) {
  .contact-info, .contact-map, .contact-form {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-form {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767px) {
  .contact-box {
    padding: 3rem;
  }
}
@media (max-width: 575px) {
  .contact-box {
    padding: 2rem;
  }
}



.wpcf7-spinner {
  position: absolute;
  left: 0;
  top: 0;
}
.form-element {
  margin-bottom: 1.2rem;
}
.wpcf7-form label {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.form-control {
  height: 3.125rem;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  padding: 0 1rem;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}
textarea.form-control {
  height: 6rem;
  padding: 0.6rem 1rem;
}
select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  border-width: 1px;
  padding: 0.5rem 1rem;
}

.wpcf7-radio input[type="radio"], .wpcf7-acceptance input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.wpcf7-radio .wpcf7-list-item-label, .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
}
.wpcf7-radio .wpcf7-list-item-label:before, .wpcf7-acceptance .wpcf7-list-item-label:before {
  content: '';
  background: #fff;
  border: 0.5rem solid #DDDDDD;
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  padding: 4px;
  margin-right: 10px;
  text-align: center;
  margin-top: 1px;
}
.wpcf7-radio .wpcf7-list-item-label:before {
  border-radius: 50%;
}
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
  border-color: #1E70B7;
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
  background: #ddd;
}
.wpcf7-acceptance .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  font-size: 20px;
  left: 4px;
  color: #fff;
}
.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "✔";
}
.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  background-color: #1E70B7;
  border-color: #1E70B7;
}

.wpcf7-acceptance {
  display: block;
}
.wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7-list-item label {
  font-weight: initial;
}
@media (max-width: 767px) {
  .wpcf7-radio {
    flex-direction: column;
  }
  .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}

.call-date input {
  background-color: #fff !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(30 112 183)" class="bi bi-calendar3" viewBox="0 0 16 16"><path d="M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z"/><path d="M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.call-time input {
  background-color: #fff !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(30 112 183)" class="bi bi-clock" viewBox="0 0 16 16"><path d="M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z"/><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
}
input.group-size {
  background-color: #fff !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(30 112 183)" class="bi bi-people-fill" viewBox="0 0 16 16"><path d="M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/><path fill-rule="evenodd" d="M5.216 14A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216z"/><path d="M4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
}



section.posts-grid-section {
  margin: 4rem 0;
}



/*posts-filter-old*/
/*
.posts-filter {
  background: #F2F1E9;
  padding: 2.5rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
}
.filter-element {
  margin-bottom: 1.5rem;
}
.filter-element label {
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.filter-element ul {
  list-style: none;
  padding: 0;
}
.filter-element ul li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.filter-element ul li a {
  display: inline-block;
  padding: 5px 15px;
  background: #999999;
  color: #fff;
  border-radius: 16px;
}
.filter-element ul li a:hover, .filter-element ul li.active a {
  background: #1E70B7;
}
select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  border-radius: 0;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  border-color: #ddd;
}
*/
/*posts-filter-old end*/



section.posts-filter-section {
  background: #f2f1e9;
  display: flex;
  margin-bottom: 3rem;
}
.posts-filter {
  flex-grow: 1;
  padding: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  justify-content: center;
}
.posts-search {
  padding: 1.25rem;
  padding-left: 2.5rem;
  background: #E5E7F0;
  position: relative;
}
.posts-search:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 100%;
  background: #f2f1e9;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
.filter-element {
  flex-grow: 1;
  padding: 0 0.5rem;
  max-width: 28rem;
}
.filter-element select {
  height: 3.125rem;
  background: #fff;
  border-radius: 0;
  padding: 0 1.25rem;
  border: 1px solid #ddd;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(0 0 0 / 30%)" class="bi bi-caret-down-fill" viewBox="0 0 16 16"><path d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.filter-element select:focus {
  outline: none;
  box-shadow: none;
  border-color: #ddd;
}
.posts-filter h6.h4 {
  padding-right: 1.5rem;
}
.filter-reset {
  padding-left: 0.5rem;
}
.filter-reset a.btn {
  height: 3.125rem;
  padding: 0 1.5rem;
  line-height: 3.125rem;
}
.posts-search input {
  height: 3.125rem;
  border-radius: 0;
  padding: 0 1.25rem;
  border: 1px solid #fff;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(0 0 0 / 30%)" class="bi bi-search" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.posts-search input:focus {
  outline: none;
  box-shadow: none;
  border-color: #ddd;
}
@media (max-width: 991px) {
  section.posts-filter-section {
    flex-direction: column;
  }
  .posts-filter h6.h4 {
    width: 100%;
    padding: 0 0 0.75rem 0.25rem;
  }
}
@media (max-width: 767px) {
  .posts-filter h6.h4 {
    width: 100%;
    padding: 0 0 0.5rem;
  }
  .filter-element {
    padding: 0 1rem 0 0;
  }
  .filter-reset {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .posts-filter {
    flex-direction: column;
    align-items: initial;
  }
  .filter-reset {
    padding: 0.5rem 0 0;
  }
  .filter-element {
    padding: 0.5rem 0;
  }
}




.blog-sidebar {
  max-width: 24rem;
  margin-left: auto;
}
.cta-grid-item {
  background: #0B3D68;
  color: #fff;
  text-align: center;
}
.cta-grid-item-content {
  padding: 2rem 2rem 2.5rem;
  font-size: 1.125rem;
}
.cta-grid-item-content h3.h4 {
  color: #C2A02B;
  margin-bottom: 0.5rem;
}
.cta-grid-item-content img {
  height: 10px;
  width: auto;
}
@media (max-width: 767px) {
  .blog-sidebar {
    margin: 0 auto;
  }
}


.grid-post {
  margin-bottom: 2.5rem;
}
/*.grid-post-content {
  background: #fff;
  border: 1px solid #E4E4E4;
  min-height: 17rem;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}*/
.grid-thumb {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 1.5rem;
}
.grid-thumb img {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1.5rem;
  border: 1px solid #ddd;
}
.team-thumb {
  padding-bottom: 120%;
}
.team-thumb img {
  padding: 0;
  object-fit: cover;
  border: none;
}
.cats {
  position: absolute;
  left: 15px;
  top: 13px;
  z-index: 1;
}
.cats a {
  display: inline-block;
  padding: 2px 5px 3px;
  background: #1E70B7;
  color: #fff;
  margin-right: 3px;
}
.cats a:hover {
  background: #000;
}
.date {
  color: #999;
  font-size: 0.875rem;
  margin-bottom: 0.875rem;
}
.grid-post h6.h6 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.post-cats {
  position: static;
}


.list-post {
  margin-bottom: 2rem;
}
.list-thumb {
  position: relative;
  height: 100%;
  padding-bottom: 67%;
}
.list-thumb img {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-post-content {
  padding: 1rem 0 1rem 2.5rem;
}
.list-post-content h6.h6 {
  font-size: 1.3125rem;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
}
a.read-more-link {
  color: #1E70B7;
}
a.read-more-link:hover {
  color: #000;
}
@media (max-width: 1399px) {
  .list-post-content {
    padding-left: 2rem;
  }
}
@media (max-width: 1199px) {
  .list-post-content {
    padding-left: 1.5rem;
  }
}
@media (max-width: 575px) {
  .list-post-content {
    padding: 1rem;
  }
}




.woocommerce .woocommerce-breadcrumb {
  padding: 1rem 0;
  margin: 0;
  font-size: 1rem;
  color: #333;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #333;
}
.shop-container {
  margin: 4rem 0;
}
.shop-container .sidebar {
  padding-right: 1rem;
}


.woocommerce ul.products li.product .price {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.woocommerce ul.products li.product .button {
  margin: 0;
}

.woocommerce .products ul, .woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 23.2%;
  margin: 0 2.4% 2rem 0;
  text-align: center;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 31.13%;
  margin: 0 3.3% 2rem 0;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last,
.woocommerce ul.products.columns-3 li.product.last, .woocommerce-page ul.products.columns-3 li.product.last {
  margin-right: 0;
}
h2.woocommerce-loop-product__title {
  text-align: center;
  font-size: 1.3125rem !important;
  text-transform: uppercase;
  padding: 0 !important;
  margin-bottom: 1rem !important;
}

.shop-head {
  margin-bottom: 2rem;
}
.shop-head .woocommerce-result-count {
  padding: 0.8rem 0;
  float: none;
  display: inline-block;
  margin: 0;
}

.woocommerce button.button.alt.disabled {
  background-color: rgba(30, 112, 183, 0.5);
  border-color: rgba(30, 112, 183, 0.5);
}

@media (max-width: 1199px) {
  .shop-container .sidebar {
    padding-right: 0;
  }
  .woocommerce .products ul, .woocommerce ul.products {
    justify-content: space-between;
  }
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 4% 2.992em 0;
  }
  .woocommerce ul.products.columns-3 li.product:nth-child(2n), .woocommerce-page ul.products.columns-3 li.product:nth-child(2n) {
    float: right;
    clear: none!important;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: none;
    margin: 1rem 0;
  }
}


.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}


a.slick-arrow {
  display: block;
  width: 3rem;
  height: 3rem;
  background: #1E70B7;
  color: #fff;
  line-height: 3rem;
  text-align: center;
}
a.slick-arrow:hover {
  background: #0B3D68;
}
.slider-nav {
  display: flex;
}
.slider-nav a.slick-arrow {
  margin-left: 4px;
}

section.products-slider-section {
  margin: 4rem 0;
  overflow: hidden;
}
.products-slider {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  position: relative;
}
.products-slider.slick-not-init .slide:nth-child(n+2) { 
  display: none;
}
.products-slider:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 50%;
  right: 100%;
  top: 0;
  background: #fff;
  z-index: 1;
}
.products-slider .slick-track {
  display: flex;
}
.products-slider .slick-track .slick-slide {
  height: auto;
}
.product-slide {
  padding: 0 1.25rem;
  width: 24rem;
  height: 100%;
}
.product-slide li {
  display: block;
  height: 100%;
  width: 100% !important;
  position: relative;
}
.product-slide li::marker {
  display: none;
}
.products-slider .slick-list {
  overflow: visible;
}
.products-slider a.slick-arrow {
  z-index: 2;
}
@media (max-width: 1399px) {
  .product-slide {
    width: 24rem;
  }
}
@media (max-width: 419px) {
  .products-slider {
    width: 100%;
  }
  .products-slider .slick-list {
    overflow: hidden;
  }
  .product-slide {
    width: auto;
    padding: 0;
  }
  .products-slider .slick-track {
    display: block;
  }
}


.yith-wcan-filters .yith-wcan-filter {
  margin-bottom: 3rem;
}
.yith-wcan-filter h4.filter-title {
  color: #152B48;
  font-size: 1rem;
  font-weight: 700;
}
.yith-wcan-filter .price-slider {
  margin-top: 2rem;
}



.pagination {
  justify-content: center;
  margin: 4rem 0;
}
.pagination .page-link {
  border-radius: 0 !important;
  margin-right: 0.5rem;
  color: #1E70B7;
  width: 40px;
  height: 40px;
  padding: initial;
  text-align: center;
  line-height: 40px;
  border: 1px solid #DDE5E7;
  font-weight: 700;
}
.pagination .page-item.active .page-link {
  background: #1E70B7;
  border-color: #1E70B7;
  color: #fff;
}
.page-link:focus {
  outline: none;
  box-shadow: none;
}



.room {
  background: #0B3D68;
  color: #fff;
  margin: 2rem auto;
}
.room:nth-of-type(2n+2) .row {
  flex-direction: row-reverse;
}
.room-images-slider a.slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.room-images-slider a.slick-next {
  left: initial;
  right: 0;
}
.room-content {
  padding: 2.5rem 2.5rem 2.5rem 3rem;
}
.room-content h1, .room-content h2, .room-content h3, .room-content h4, .room-content h5, .room-content h6 {
  color: #fff;
}
.room-content h2.h2 {
  font-size: 1.875rem;
  text-transform: uppercase;
}
.room-image {
  position: relative;
  padding-bottom: 68.5%;
}
.room-image img {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .room {
    max-width: 42rem;
  }
}
@media (max-width: 575px) {
  .room-content {
    padding: 1.5rem 1rem 1.5rem 1.5rem;
  }
}


.woocommerce table.shop_table {
  border-color: #e4e4e4;
  border-radius: 0;
  background: #f4f4f4;
}
.woocommerce table.shop_table td {
  border-color: #e4e4e4;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  padding: 0.9rem 1.5rem;
  border-radius: 0;
  border: 2px solid #1E70B7;
  background: #1E70B7;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background: none;
  color: #1E70B7;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  padding: 0.9rem 1.5rem;
  color: #fff;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  background: #fff;
  padding: 0.75rem 1rem;
  width: 13rem;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #1E70B7;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: none;
  color: #1E70B7;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 55px;
}

.select2-container--default .select2-selection--single {
  height: 3.125rem;
  border-radius: 0;
  border-color: #ddd;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 3.125rem;
  padding-left: 1rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.8rem;
  right: 0.5rem;
}
.woocommerce form .form-row textarea.input-text {
  width: 100%;
  height: 6rem;
}
.woocommerce form .form-row label {
  font-weight: 600;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
  margin-bottom: 3rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #f4f4f4;
  padding: 2rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0.5rem 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #333;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #f4f4f4;
  border-top-width: 2px;
}
.woocommerce-info {
  border-top-color: #333;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-radius: 0;
  background: #f4f4f4;
  border: none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #f4f4f4;
  border-radius: 0;
  padding: 1rem;
}

table.wishlist_table {
  font-size: 100%;
  border-collapse: collapse !important;
}
table.wishlist_table thead th {
  border: none;
}
.wishlist_table .product-add-to-cart a.button {
  line-height: 1;
  padding: 0.7rem 1.5rem !important;
  display: inline-block !important;
}
.yith-wcwl-wishlistexistsbrowse span.feedback {
  display: block;
}
.yith-wcwl-wishlistaddedbrowse span.feedback {
  padding-right: 10px;
}

.woocommerce-notices-wrapper {
  margin: 1rem 0;
}

.woocommerce .star-rating::before {
  color: #C2A02B;
}
.woocommerce .star-rating span {
  color: #C2A02B;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #000;
  font-weight: 700;
}
.woocommerce .quantity .qty {
  height: 3.05rem;
  border-width: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 2px solid #ddd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: none;
  border: none;
  margin: 0;
  border-radius: 0;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #1E70B7;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 4px solid #1E70B7;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #1E70B7;
}
.wc-tab:focus {
  outline: none;
}

#tab-description > h2 {
  display: none;
}

.product-extended-info {
  background: #f4f4f4;
  padding: 4rem 0;
}


ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: flex;
  justify-content: center;
}
ul.slick-dots li {
  margin: 0 0.25rem;
}
ul.slick-dots li button {
  border: none;
  border-radius: 50%;
  background: none;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  background: #1E70B7;
  padding: 0;
}
ul.slick-dots li.slick-active button, ul.slick-dots li button:hover {
  background: #0B3D68;
}

section.product-reviews {
  background: #f2f1e9;
  padding: 4rem 0;
  margin: 4rem 0;
}
.woocommerce .star-rating {
  float: none;
  margin: 0 0 1rem;
}
.woocommerce-review-link {
  color: #000;
}
.product-reviews #comments {
  position: relative;
  margin-top: 0;
}
.product-reviews-slider {
  position: static;
  margin-bottom: 3rem;
  padding-top: 2rem;
}
.product-reviews-slider .slide {
  padding: 0 1rem;
}
.product-reviews-slider a.slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-reviews-slider a.slick-next {
  left: initial;
  right: 0;
}

@media (max-width: 1199px) {
  .product-reviews-slider {
    padding: 0 3rem;
  }
}
@media (max-width: 767px) {
  .product-reviews-slider {
    padding: 0 2rem;
  }
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: #1E70B7;
  width: 3rem;
  height: 3rem;
  color: #fff;
  border-radius: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  top: 14px;
  left: 14px;
  border-color: white;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  top: 24px;
  left: 28px;
  background: #fff;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin: 0.5rem -0.5rem;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 16.6667%;
  padding: 0.5rem;
}


.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  border: none;
  margin: 0 0 4rem;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  border-radius: 0 !important;
  margin-right: 0.5rem;
  color: #1E70B7;
  width: 40px;
  height: 40px;
  padding: initial;
  text-align: center;
  line-height: 40px;
  border: 1px solid #DDE5E7;
  font-weight: 700;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #1E70B7;
  border-color: #1E70B7;
  color: #fff;
}

.woocommerce span.onsale, span.onsale {
  position: absolute;
  top: 1rem !important;
  left: 1rem !important;
  border-radius: 0;
  right: initial !important;
  padding: 0.75rem 1rem;
  line-height: 1;
  min-height: initial;
  min-width: initial;
  text-transform: uppercase;
  background: #C2A02B;
  color: #fff;
  font-weight: 700;
  font-size: .857em;
  z-index: 1;
  margin: 0 !important;
}

a.added_to_cart {
  padding: 10px;
  background: #222;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-top: 5px;
  line-height: 1;
}




/* home page  */
.home-banner-container {
  margin-bottom: 1.875rem;
}
.home-banner-container .container-xxl {
  max-width: 1524px !important;
}
.home-banner {
  height: 46rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home-banner:before {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  background: rgb(0 0 0 / 25%);
}
.home-banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 3.25rem;
}
.home-banner-content-inner {
  width: 55%;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .home-banner {
    height: 42rem;
  }
}
@media (max-width: 991px) {
  .home-banner {
    height: 35rem;
  }
  .home-banner-content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home-banner {
    height: 30rem;
  }
}
@media (max-width: 575px) {
  .home-banner-content-inner {
    width: 65%;
  }
}


.home-content-section .row {

}
.home-content-column {
  background: #E6E3D3;
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
  font-size: 1.125rem;
}
.home-content-right {
  background: #0B3D68;
  color: #fff;
  font-size: 1rem;
  text-align: left;
}
.home-content-column-inner {
  width: 100%;
  max-width: 42rem;
  margin: 0 auto;
  padding: 3.5rem;
}
.home-content-right a {
  color: #fff;
}
.home-content-right a:hover {
  color: #C2A02B;
}
.home-content-column a.btn {
  width: 100%;
}
@media (max-width: 1199px) {
  .home-content-column-inner {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .home-content-column {
    max-width: 44rem;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .home-content-column-inner {
    padding: 2rem;
  }
}



.cta-blocks .row, .cta-grid .row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.cta-blocks .column, .cta-grid .column {
  padding: 0 0.9375rem;
  margin-top: 1.875rem;
}
.cta-block {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 3rem 2rem;
  display: flex;
  align-items: center;
  position: relative;
}
.cta-block:before {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  background: linear-gradient(to right, rgb(0 0 0 / 50%), rgb(0 0 0 / 0%));
}
.cta-block-content {
  max-width: 22.6rem;
  color: #fff;
  position: relative;
}
.cta-block-content h3.h3 {
  color: #fff;
  font-size: 1.875rem;
}
@media (max-width: 1199px) {
  .cta-blocks .row, .cta-grid .row {
    margin-left: calc(var(--bs-gutter-x) * -.5);
    margin-right: calc(var(--bs-gutter-x) * -.5);
  }
  .cta-blocks .column, .cta-grid .column {
    padding: 0 calc(var(--bs-gutter-x) * .5);
  }
}
@media (max-width: 991px) {
  .cta-block, .cta-grid-item {
    max-width: 44rem;
    margin: 0 auto;
  }
}



section.text-section {
  margin: 5rem 0;
  text-align: center;
}


section.menus-section {
  margin: 2rem 0;
}
.menus {
  background: #F2F1E9;
  padding: 5rem 5rem 4rem;
}
ul.tabs-main {
  list-style: none;
  padding: 0 0 1.5rem;
}
ul.tabs-main li {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
ul.tabs-main li a {
  font-family: 'Spectral', serif;
  font-size: 1.3125rem;
  color: #0B3D68;
  text-transform: uppercase;
  display: block;
  line-height: 1;

  height: 3.125rem;
  background: #E8E7DF;
  line-height: 3.125rem;
  padding: 0 1.25rem;
}
ul.tabs-main li a:hover, ul.tabs-main li a.active {
  color: #fff;
  background: #1E70B7;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.tab-description {
  margin-bottom: 2.25rem;
} 
.tab-content-inner {
  column-count: 2;
  column-gap: 4rem;
  padding-top: 2.25rem;
  border-top: 1px solid #ccc;
}
.dish {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.75rem;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.dish h5 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1199px) {
  .menus {
    padding: 4rem 4rem 3rem;
  }
}
@media (max-width: 991px) {
  .menus {
    padding: 3rem 3rem 2rem;
  }
  ul.tabs-main li a {
    font-size: 1.25rem;
  }
  .tab-content-inner {
    column-gap: 3rem;
  }
}
@media (max-width: 767px) {
  .menus {
    padding: 2rem 2rem 1rem;
  }
  .tab-content-inner {
    column-count: 1;
  }
}
@media (max-width: 575px) {
  .menus {
    padding: 1rem 1rem 1px;
  }
  ul.tabs-main li a {
    font-size: 1rem;
  }
  .dish h5 {
    font-size: 1rem;
  }
}