/*
Theme Name: OnePress Child
Theme URI: https://www.famethemes.com/themes/onepress/
Author: FameThemes
Author URI: http://www.famethemes.com
Description: OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : https://demos.famethemes.com/onepress)
Version: 2.2.0
Template:     onepress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
  --font-primary: "DM Sans", serif;
  --font-secondary: "Playfair Display", serif;
}

body {
	font-size: 16px;
	font-family: var(--font-primary);
	letter-spacing: 0.5px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-secondary);
}
h1 {
	font-size: clamp(45px, 4vw, 60px);
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	line-height: 1.4;
    letter-spacing: 0;
}

h2{
  font-size: clamp(30px, 5vw, 40px);
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: clamp(10px, 2.5vw, 30px);
}
h2 em {
  font-weight: 400;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}
.breadcrumbs{
  display: none;
}
.entry-content blockquote {
	background: inherit;
}
a {
	color: #68707F;
	text-decoration: underline;
}

p {
	color: #68707F;
}
/* a:not(.wp-block-button__link):hover {
	color: #981a37;
	text-decoration: underline !important;
	text-decoration-color: #981a37 !important;
} */
.no-sidebar .entry-content > .alignfull{
max-width: 100vw;
max-width: calc(var(--vw, 1vw) * 100);
width: 100vw;
width: calc(var(--vw, 1vw) * 100);
transform: translateX(-50%);
left: 50%;
position: relative;
}
.kt-inner-column-height-full.kt-tab-layout-inherit:not(.kt-row-layout-row)>.wp-block-kadence-column>.kt-inside-inner-col, .kt-inner-column-height-full.kt-tab-layout-row>.wp-block-kadence-column>.kt-inside-inner-col{
  height: 100% !important;
}
.no-sidebar .entry-content > .alignfull{
  transform: unset;
  width: 100%;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50%;
  margin-left: -50vw;
}
#page{
  overflow-x: hidden;
}
.onepress-menu a{
  letter-spacing: 0;
  text-transform: none;
  font-family: var(--font-primary);
  font-weight: normal;
}
#primary{
	padding-top: 0; padding-bottom: 0;
}
.entry-content{
	margin-bottom: 0;
}
.no-sidebar .entry-content > .alignfull{
	margin-top: 0;
	margin-bottom: 0;
}


#page .entry-content a:hover {
    color: #981a37;	
}

.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content{
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  padding-left: 0;
}
#masthead{
  padding: 15px 0
}
.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img, .site-header{
  line-height: unset;
}
/* #mast-head > .container,
.container {
  width: 1350px;
} */
#masthead > .container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#masthead > .container > div{
  flex: 1;
}
#masthead > .container > div.site-branding{
  max-width: 300px;
  float: none;
  padding-left: 10px;
}
.header-right-wrapper{
  text-align: right;
  padding-right: 25px;
}
.onepress-menu{
  float: none;
  text-align: right;
  display: inline-block;
}
.onepress-menu ul, .onepress-menu li{
  text-align: left
}
.onepress-menu > li{
  float: none;
  display: inline-block;
}

.wp-block-columns{
  margin-bottom: 0;
}
p:empty{
  display: none;
}
#back-to-top{
  position: fixed;
  bottom: 0;
  right: 10px;
  background: gray;
  padding: 5px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  border: 0;
  z-index: 9;
}
.wp-block-button__link{
  background-color: unset;
}
.wp-block-button a {
    padding-top: 13px;
    padding-bottom: 12px;
    line-height: 1;
    font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
	font-family: var(--font-secondary);
}
.testimonials-block-wrapper .kt-testimonial-item-wrap {
	padding: 0;
	margin: 0;	
}
.testimonials-block-wrapper .kb-gallery-carousel {
	margin: 0;
}
#media_image-2 img {
	max-width: 180px !important;
}
.tab-slider .kt-tabs-title-list{
  display: none !important;
}
.tab-slider .kt-tabs-content-wrap .wp-block-kadence-tab{
  padding: 0 !important;
  outline: none !important;
  border: 0 !important
}
.tab-slider .kt-tabs-content-wrap .ab-block-container{
  position: relative;
}
.tab-slider .kt-tabs-content-wrap .ab-block-container:before{
  content: '';
  padding-bottom: 30%;
  display: block;
  position: relative;
}
.tab-slider .kt-tabs-content-wrap .ab-block-container .ab-container-content{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  z-index: 20
}
.thumbnail.square, .thumbnail.rectangular{
  position: relative;
}
.thumbnail.square:before, .thumbnail.rectangular:before{
  content: '';
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.thumbnail.rectangular:before{
  padding-bottom: 56%;
}
.thumbnail.square img, .thumbnail.rectangular img{
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  height: 100%; width: 100%; object-fit: cover;
}
#page .pagination{
  display: block;
  margin: 20px 0;
}
#page .pagination .page-numbers{
  padding: 3px 12px 5px;
  border: 1px solid;
  margin-right: 5px;
  border-radius: 2px;
  text-decoration: none !important
}
#page .pagination .page-numbers.current, #page .pagination .page-numbers:hover{
  background: #ddd;
  text-decoration: none;
}
#page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #page .gform_wrapper select, #page .gform_wrapper textarea{
/*   width: 100%;
  padding: 10px;
  border: 1px solid #707070 !important;
  line-height: unset;
  box-shadow: none;
  background: #fff;
  min-height: unset;
  outline: none; */
  background: #fff;
  border: 1px solid #707070 !important;
  color: #6C6C6C;
  font-weight: 600;
}
#page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 58px;	
}
#page .gform_wrapper .gform_footer{
  margin-top: 20px;
}
.kb-blocks-bg-video-container .fluid-width-video-wrapper{
  padding-top: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.top-strip > .container{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.top-strip > .container > .left-strip {
  flex: 1;
  margin-bottom: 0;
}
.top-strip > .container > div {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.top-strip ul li, .top-strip ul li a {
  list-style: none;
  color: #000;
}
.top-strip ul {
  display: flex;
}
.top-strip ul {
  padding-left: 0; margin: 0;
}
.top-strip .left-strip ul li{
  position: relative; padding-left: 60px;
  list-style-type: none;
  
}
.top-strip .left-strip ul li:before{
  content: '';
  position: absolute;
  left: 2px;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.top-strip ul.cnss-social-icon li.cn-fa-icon a {
    background-color: #C2272D !important; 
}
.top-strip .left-strip p{
  margin-bottom: 0px !important;
  
}
.top-strip ul {
	gap: 5px;
}
ul.cnss-social-icon li.cn-fa-icon a i {
	font-size: 16px !important;
}
ul.cnss-social-icon li.cn-fa-icon {
	border-radius: 50%;
	padding: 2px !important;
	border: 1px solid #fff !important;
}
ul.cnss-social-icon li.cn-fa-icon a {
    width: 27px !important;
    height: 26px !important;
	padding: 2px 4px !important;
}
#cnss_widget-2 .cnss-social-icon {
    margin-left: 0 !important;	
}
#masthead .onepress-menu > li > a {
	font-size: 16px;
	font-weight: normal;
}
#masthead .onepress-menu > li:last-child > a {
  background-color: #ffffff;
  color: #0E1730;
  border-radius: 5px;
  font-size: 14px;
  position: relative;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  margin-left: 20px;
	font-family: var(--font-secondary);
	font-weight: 700;
}
#masthead:not(.no-scroll) .onepress-menu > li > a,
.single-team-members #masthead .onepress-menu > li > a,
.single-event_gallery #masthead .onepress-menu > li > a{
	color: #141F38;	
}

#masthead:not(.no-scroll) .onepress-menu > li:last-child > a,
.single-team-members #masthead .onepress-menu > li:last-child > a,
.single-event_gallery #masthead .onepress-menu > li:last-child > a{
	border: 1px solid #141F38;
	background-color: #141F38;
	color: #fff;
}
#masthead .onepress-menu > li:last-child > a {
    position: relative;
    padding-left: 42px;
}

#masthead .onepress-menu > li:last-child > a::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url(/wp-content/uploads/2026/01/calendar.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(13%) sepia(32%) saturate(1070%) hue-rotate(185deg) brightness(92%) contrast(93%);
}
#masthead:not(.no-scroll) .onepress-menu > li:last-child > a::before,
.single-team-members #masthead .onepress-menu > li:last-child > a::before,
.single-event_gallery #masthead .onepress-menu > li:last-child > a::before{
	filter: unset !important;
}
#masthead .onepress-menu.onepress-menu-mobile > li:last-child > a {
    color: #fff !important;
    margin-left: 0;	
	border: 1px solid #141F38;
    background-color: #141F38;
}
#masthead .onepress-menu.onepress-menu-mobile > li:last-child > a::before {
    filter: unset !important;
}
.onepress-menu.onepress-menu-mobile > li > a {
	color: #141F38 !important;
}

#masthead .site-branding img {
    max-width: 250px;
    padding: 1rem;	
}
#page #input_1_1 {
    background-color: transparent !important;
    color: #b0b3bb !important;
    border: none !important;
	font-size: 16px;
	font-weight: 400;
}
#gfield_description_1_1 {
    font-size: 16px;
    color: #fff;	
}
#text-6 {
	margin-bottom: 15px;
}
#text-6 p {
	margin-bottom: 0 !important;
}
#text-4 ul {
    display: flex;
	margin-bottom: 0;
	gap: 30px;
}
#text-4 ul > li:first-child {
	flex-basis: 50%;
}

#gform_submit_button_1 {
    background-color: transparent !important;	
}
/* #page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-radius: 50px;
	border: 1px solid #1a3665 !important;
    font-weight: 700;
    color: #1d3867;	
	letter-spacing: .5px;
	font-size: 13px;
} */

#gform_1 .gform_footer {
    margin-top: 15px !important;	
}
#page #footer-widgets .widget-title {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: .5px;	
	margin-bottom: 30px;
	font-weight: 600;
	font-family: var(--font-secondary);
	color: #C09A59 !important;
}
#footer-widgets .sidebar .widget a {
	font-size: 16px;
	font-weight: 700;	
}
#footer-2 #menu-footer-menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;	
}
#footer-2 h3 {
    font-size: 16px;
    font-family: var(--font-primary);	
}
.testimonials-block-wrapper {
	position: relative;
}
#footer-3 ul li {
	color: #68707F;
}
#footer-3 ul li a {
	text-decoration: none;
	font-weight: normal !important;
}

.testimonials-block-wrapper:before{
	content: '';
	background: url(/wp-content/uploads/2026/01/double-quote.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 95px;
    height: 100px;
    display: inline-block;
    position: absolute;
    right: 80px;
    top: -55px;
}

.home-banner-buttons .wp-block-heading {
    margin-bottom: 0;
    padding: 15px 20px;
}

#cnss_widget-2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    justify-content: center;
    align-items: center;	
}
#page #cnss_widget-2 .widget-title {
	margin-bottom: 0;
	color: #1a3665 !important;
}
#footer-widgets p {
	font-size: 16px;
}


#text-3 ul {
    display: flex;
    margin-left: 0;
    padding-left: 0;
	gap: 2rem;
}
#text-3 ul li {
	list-style: none;
	margin-top: 0;
}
#text-3 a {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
#text-3 p {
	max-width: 400px;
}
#text-2 p {
	margin-bottom: 0;
}

.optimize-travel-apis figure {
	margin-bottom: 0;
	position: absolute;
    right: 0;
	bottom: 0;
}
.optimize-travel-apis > .kt-row-column-wrap > .wp-block-kadence-column {
	height: 100%;
}
.optimize-travel-apis figure {
	margin: 0 !important;
}
.optimize-travel-apis > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
	padding-bottom: 95px;
}
.optimize-travel-apis > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(1):hover > .kt-inside-inner-col {
	background-color: #981a37;
}
.optimize-travel-apis > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2):hover > .kt-inside-inner-col {
	background-color: #1a3665;
}
.optimize-travel-apis > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(3):hover > .kt-inside-inner-col {
	background-color: #1a3665;
}
.optimize-travel-apis > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(4):hover > .kt-inside-inner-col {
	background-color: #981a37;
}


.optimize-travel-apis > .kt-row-column-wrap > .wp-block-kadence-column:hover > .kt-inside-inner-col h4,
.optimize-travel-apis > .kt-row-column-wrap > .wp-block-kadence-column:hover > .kt-inside-inner-col p {
	color: #fff !important;
}
.optimize-travel-apis > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col h4 {
	font-size: 20px;	
	margin-top: 5px;
	margin-bottom: 18px;
}
.optimize-travel-apis > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col p {
	font-size: 15px;
	margin-bottom: 0;
}
.optimize-travel-apis .wp-block-image {
	margin-bottom: 0;
}

.offset-to-left {
  width: calc(100% + clamp(0px, (100vw - 1250px) / 2, 125px));
  margin-left: calc(clamp(0px, (100vw - 1250px) / 2, 125px) * -1);
}
.offset-to-right {
  width: calc(100% + clamp(0px, (100vw - 1250px) / 2, 125px));
  margin-right: calc(clamp(0px, (100vw - 1250px) / 2, 125px) * -1);
}

.fuel-the-journey > .kt-row-column-wrap > .wp-block-kadence-column:last-child > .kt-inside-inner-col,
.fuel-the-journey > .kt-row-column-wrap > .wp-block-kadence-column:last-child > .kt-inside-inner-col figure, 
.fuel-the-journey > .kt-row-column-wrap > .wp-block-kadence-column:last-child > .kt-inside-inner-col figure img{
	height: 100%;	
}
.fuel-the-journey > .kt-row-column-wrap > .wp-block-kadence-column:last-child > .kt-inside-inner-col figure img {
    max-height: 600px !important;
    object-fit: cover;	
}
.with-arrow-right a {
	background-color: #981a37;
	color: #fff;
	padding: 20px 30px;
	border-radius: 50px;
	font-size: 14px;
	position: relative;
	padding-right: 64px;
	font-weight: 600;
}
.with-arrow-right a:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/04/arrow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 10px;
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);	
}
.two-columns-li {
	column-count: 2;	
}
.two-columns-li li {
	margin-left: 0 !important;	
	margin-top: 0 !important;
	margin-right: 50px;
}
.fa-strava::before {
  content: "\e671" !important;
}

.fa-twitter::before {
  content: "\e61b" !important;

}

.eventon-past-events {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
.eventon-past-events > .event {
  padding: 3rem;
  background-color: #1a3665;
  color: #fff;
  border-radius: 10px;
	padding-bottom: 6rem;
	position: relative;
}
.eventon-past-events > .event h2 em,
.eventon-past-events > .event h2 {
  color: #fff;
  font-size: 22px;
}
.eventon-past-events > .event a {
    background-color: #981a37;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
	position: absolute;
	bottom: 30px;
}
.eventon-pagination {
  text-align: right;
}
.page-numbers {
  padding: 7px 14px;
  border: 1px solid #1a3665;
  border-radius: 10px;
  font-size: 20px;
  color: #1a3665;
}
.page-numbers.current, .page-numbers.next, .page-numbers.prev {
  background-color: #1a3665;
  color: #fff;
  text-transform: lowercase;
}
.custom-posts-list {
  margin-bottom: 3rem;
}
.custom-posts-list > .post-item:not(:last-child) {
  border-bottom: 1px solid #cfcfcf;
}
.custom-posts-list > .post-item h2 {
  margin-bottom: 20px;
}
.custom-posts-list > .post-item h2 a {
  font-size: 22px;
  color: #1a3665;
}
.custom-pagination {
  text-align: right;
}
.meet-the-team-wrapper .kt-tabs-title-list > .kt-title-item {
  flex: 1;
}
.meet-the-team-wrapper .kt-tabs-title-list .kt-title-text {
  margin: 0 auto;
  text-align: center;
}

.meet-the-team-wrapper h2 em {
  font-size: 35px;
}
.staff-wrapper > div > div {
  margin-bottom: 2rem;
}
.staff-wrapper .inner-wrapper {
  background-color: #fff;
  margin-bottom: 2rem;
  padding: 24px;
  text-align: center;
  border-radius: 15px;
  height: 100%; 
  padding-bottom: 0;
}
.staff-wrapper .inner-wrapper  img {
  border-radius: 50%;
  height: 120px;
  max-width: 120px;
  margin-bottom: 20px;
  object-fit: cover;
  overflow-clip-margin: unset;

}
.staff-wrapper .inner-wrapper h4 {
  font-size: 19px;
  font-weight: 700;
}
.staff-wrapper .inner-wrapper h5 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600; 
}
.staff-wrapper .inner-wrapper p {
  font-size: 14px; 
}
.staff-wrapper .inner-wrapper .details > * {
  margin-bottom: 10px !important;
}
.m0-last-child li {
  margin: 0 !important;
}
.who-we-serve li {
	margin-bottom: 10px;
}
.white-box-img-wrapper .kb-gallery-ul li {
  background-color: #fff;
  border-radius: 10px;
  width: 100% !important;
  padding: 30px !important;
}
.white-box-img-wrapper  .kb-gallery-ul {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important; 
  gap: 40px;
}
.white-box-img-wrapper  .kb-gallery-ul .kb-gallery-image-contain {
  padding-bottom: 40% !important;
  position: relative !important; 
}
.white-box-img-wrapper  .kb-gallery-ul .kb-gallery-image-contain img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; 
}
.mission-vision-wrapper > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col  {
	height: 100%;
}
.foundation-offerings .wp-block-media-text__content {
	padding: 0 4% !important;
}
#gform_wrapper_8 .gform_heading {
	text-align: center;
}
.media-room-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;	
}
.media-room-wrapper > .media-item {
	padding: 3rem 3rem 5rem;
    background-color: #1a3665;
    color: #fff;
    border-radius: 10px;
	position: relative;
}
.media-room-wrapper > .media-item h2 {
	color: #fff;
	font-size: 22px;
}
.media-room-wrapper .learn-more {
    background-color: #981a37;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    position: absolute;
    bottom: 30px;	
}
.media-room-pagination {
	float: right;
}
.onepress-menu ul li.current-menu-item > a,
.onepress-menu ul li:hover > a {
	color: #981a37;	
}
.onepress-menu:not(.onepress-menu-mobile) ul {
	overflow-y: auto !important;
	max-height: 600px !important;
}
.opentravel-membership-wrapper ul {
	column-count: 2;
}
.opentravel-dues-wrapper table tbody tr:first-child {
	background-color: #1a3665;
}
.opentravel-dues-wrapper table tbody tr:first-child td {
	color: #fff;
}
.opentravel-dues-wrapper table tbody tr:first-child td {
	border-right: 1px solid #fff;
}
.opentravel-dues-wrapper table tbody tr:not(:first-child) {
	background-color: #fff;
}
.opentravel-dues-wrapper table tbody tr td {
	border: none;
	padding: 15px;
}
.opentravel-dues-wrapper table tbody tr td:not(:last-child) {
	border-right: 1px solid #ddd;	
}
.small-text-btn a {
	padding: 20px 30px;
	border-radius: 50px;
	font-size: 14px;
	position: relative;
}
.gform_fields {
	gap: 20px !important;
}
#gform_fields_1 {
	gap: 0;
}
#gform_1 {
	display: flex;
	border-bottom: 2px solid #868b97;
}
#gform_1 .gform-body {
    flex: 1;	
}
#gform_1 .gform_footer {
    margin-top: 0 !important;	
}
#footer-1 #cnss_widget-2 h2 {
    font-size: 18px;
    padding-right: 20px;
    padding-left: 20px;	
}
#menu-footer-menu > li:first-child {
	margin-top: 0;
}

.google-search-wrapper tr td {
	border: 0;
}
.google-search-wrapper .gsc-search-button-v2 {
    padding: 20px 27px !important;	
}
.google-search-wrapper .gsc-input {
	margin-left: 0 !important;
}
.media-room-wrapper .learn-more:hover {
	color: #fff;
}
.related-posts h3.center-line {
	color: #1a3665;
	font-size: 40px;
	font-family: 'Onest';
	font-style: italic;
	font-weight: 700;	
}
.related-posts .article {
	margin-bottom: 30px;
}
.related-posts .article .thumbnail {
	display: none;
}
.related-posts .article > .wrapper {
    padding: 3rem;
    background-color: #1a3665;
    color: #fff;
    border-radius: 10px;
    padding-bottom: 6rem;
    position: relative;
	height: 100%;
}
.related-posts .article h3 a {
	color: #fff;
    font-size: 22px;
	font-weight: 600;
}
.related-posts .article .details a.gb-button {
	background-color: #981a37 !important;
	padding: 10px 20px;
	border-radius: 50px;
	font-size: 16px;
}
.related-posts .article .details .gb-block-button {
    position: absolute;
    bottom: 45px;	
	margin-bottom: 0;
}
.post-thumbnail .post-share {
	z-index: 1;
	position: relative;	
	text-align: center;
}
.post-thumbnail img {
	object-fit: contain !important;
}
.gsc-overflow-hidden {
	overflow: unset !important;	
}
.gsc-control-wrapper-cse .gsc-results-wrapper-overlay {
    position: relative !important;
    width: 100%;
    height: 100%;	
	left: unset !important;
}
.gsc-results-wrapper-overlay:not(.gsc-results-wrapper-visible) {
	display: none;
}
.gsc-modal-background-image.gsc-modal-background-image-visible {
	opacity: 0;
}
.single-ajde_events .evo_page_body {
    padding-top: 60px;	
}
.evoet_dayblock.evcal_cblock,
.ajde_evcal_calendar #evcal_list .eventon_list_event .evoet_cx span.evcal_event_title, .evo_lightboxes .eventon_list_event .evoet_cx span.evcal_event_title,
.ajde_evcal_calendar #evcal_list .eventon_list_event .evoet_cx span.evcal_event_subtitle, .color.evo_sin_page #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_lightboxes .eventon_list_event .evoet_cx span.evcal_event_subtitle{
	color: #202124 !important;	
}
.evcal_evdata_img {
    background-size: contain !important;
	min-height: 300px;
}
.single-post h1.entry-title {
	text-align: center;
	color: #1a3665;
}
#input_1_2 {
    display: flex;
    justify-content: center;
    margin-top: 18px;	
}
.announcement-list .announcement-item {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-bottom: 8px;
	padding: 2rem;
	border-bottom: 1px solid #ddd;
}
.announcement-list  .announcement-date {
	font-weight: 700;
	border-right: 1px solid #bfbfbf;
	flex: 0 0 180px;
}
.single-post .post-thumbnail {
	max-width: 700px;
	margin: 0 auto;
}
.wp-block-image img {
	border-radius: 5px;
}
.site-footer {
	font-size: 16px;
}

#media_image-2 img {
    max-width: 200px;	
}


.curated-menus-wrapper h3 {
    font-size: 25px;	
	text-align: left;
    margin-bottom: 10px !important;
}

.curated-menus-wrapper .wp-block-kadence-column .kt-inside-inner-col {
    position: relative;
    overflow: hidden;
}

.curated-menus-wrapper .wp-block-kadence-column .wp-block-group {
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px;
}


.curated-menus-wrapper .wp-block-kadence-column .wp-block-group h3 {
    margin: 0;
    transition: transform 0.4s ease;
    position: relative; 
}

.curated-menus-wrapper .wp-block-kadence-column .wp-block-group p {
    margin: 5px 0 0 0;
    opacity: 0; 
    max-height: 0; 
    transition: all 0.4s ease;
}


.curated-menus-wrapper .wp-block-kadence-column:hover .wp-block-group p {
    opacity: 1;
    max-height: 2em; 
}
.with-border-design {
	position: relative;
	display: inline-block;
}
.with-border-design img {
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 5px;
}
.with-border-design:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: #ffffff;
    border: 1px solid #E2E2E3;
    border-radius: 5px;
    z-index: 0;
}
.with-border-design:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -17px;
    width: 70%;
    height: 63%;
    background: #edebe9;
    border: 1px solid #EDEBE9;
    border-radius: 5px;
    z-index: 0;
}

.with-circle-style {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border: 1px solid;
	padding: 3px 19px;
	border-radius: 50px;
	font-size: 12px;
	background-color: #ffffff24;
}

.with-border-design > .kt-inside-inner-col {
    position: relative;
    overflow: visible;
    z-index: 1;
}

.with-border-design > .kt-inside-inner-col::after {
	content: "";
    position: absolute;
    top: 61px;
    right: -35px;
    width: 58%;
    height: 20%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    border-radius: 2px;
    box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.05);
    z-index: -1;
    pointer-events: none;
}
.centered-text {
	max-width: 519px;
	margin: 0 auto;
}
.special-events-wrapper p {
	font-size: 11px;
}
.host-your-event-wrappper ul {
	padding-left: 0;
	list-style-type: disc;
}
.host-your-event-wrappper ul li {
	margin-left: 1.3em;
}
.host-your-event-wrappper ul li::marker {
    color: #C09A59;
    font-size: 1.4em;
	vertical-align: middle;
}
.host-your-event-wrappper img {
	max-height: 600px;
	object-fit: cover;
}
.entry-content ul, .entry-content ol {
	margin: unset;
}


.site-footer .site-info .container {
	border-top: 1px solid #68707F;
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 20px;
}
#colophon .site-info {
	padding-bottom: 0 !important;
}
#text-8 ul {
    display: flex;
    gap: 20px;	
	margin: 0;
}
#text-8 ul li {
	list-style: none;
	font-size: 16px;
	color: #68707F;
	font-weight: 400;
	margin: 0;
}
.testimonials-wrapper button.splide__arrow {
    border-radius: 50%;
    width: 41px;
    height: 41px;
    background: #ffffff !important;
    border: 1px solid #E2E2E3;
	opacity: 1 !important;
}
.testimonials-wrapper .splide__arrow.splide__arrow--prev.slick-prev {
	left: 15px;	
}
.testimonials-wrapper .splide__arrow.splide__arrow--next.slick-next {
	right: 15px;
}
.testimonials-wrapper .kt-testimonial-item-wrap {
	padding: 60px;
	border-radius: 20px;
	text-align: center;
}

.testimonials-wrapper .kt-testimonial-name {
	color: #141F38;
	font-size: 20px;
	font-family: var(--font-secondary);
	font-weight: 700;
}
.testimonials-wrapper  .kt-testimonial-content {
	font-size: 14px;
	font-style: normal;
	color: #68707F;
}
.testimonials-wrapper .kt-testimonial-occupation {
	font-size: 16px;
	font-style: italic;
	color: #68707F;
}

.testimonials-wrapper .kt-testimonial-rating-wrap {
	position: relative;
}
.testimonials-wrapper .kt-testimonial-rating-wrap:before {
    content: '';
    width: 45px;
    height: 25px;
    display: inline-block;

    /* Exact color */
    background-color: #c09a59;

    /* Use the white image as mask */
    -webkit-mask: url(/wp-content/uploads/2026/01/double-quote.png) no-repeat center;
    -webkit-mask-size: contain;
    mask: url(/wp-content/uploads/2026/01/double-quote.png) no-repeat center;
    mask-size: contain;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -34px;
}
.with-zoom-effect-img  img {
    transition: transform 0.5s ease;
    display: inline-block;
    overflow: hidden;
}

.with-zoom-effect-img:hover img {
    transform: scale(1.1);
	cursor: pointer;
}
.with-zoom-effect-img.background-img .kt-inside-inner-col {
    position: relative;
    overflow: hidden;
}

.with-zoom-effect-img.background-img .kt-inside-inner-col {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
	cursor: pointer;
}

.who-we-are-main-wrapper h5 {
	color: #20242c;
	text-transform: capitalize;
	font-size: 16px;
}
.who-we-are-tradition p {
	font-size: 12px;
}
.make-reservation-icon-floating {
	position: absolute;
	right: 30px;
	bottom: 0;
}
.make-reservation-icon-floating {
    animation: spin 6s linear infinite;
    transform-origin: center;
}

#page #gform_fields_2 input {
	border-radius: 0 !important;
	border: 0 !important;
	height: 50px;
	color: #858585;
}
#gform_fields_2 {
	gap: 10px;
}
#field_2_4 {
    color: #fff;
    font-style: italic;	
	margin-top: 20px;
}
#field_2_4 a {
	color: #fff !important;
}
#gform_submit_button_2 {
    background-color: #ffffff !important;
    color: #140909 !important;
	border-radius: 5px;
	margin: 0 auto;
	font-family: var(--font-secondary);
	font-size: 16px;
    font-weight: 600;
}


.menu-tabs-wrapper .menu-tab-content {
    display:none;
}

.menu-tabs-wrapper .menu-tab-content.active {
    display:block;
}

.menu-tabs-wrapper .menu-grid {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
	column-gap: 80px;
    row-gap: 25px;
}

.menu-tabs-wrapper .menu-title {
    margin-bottom:15px;
	font-weight: 700;
}

.menu-tabs-wrapper .menu-description {
	font-size: 16px;
    color: #000000;
}

.menu-tabs-wrapper .menu-price {
    font-weight:bold;
	color: #C3282D;
}
.menu-tabs-wrapper .menu-heading{
    margin-bottom:45px;
    font-weight:600;
	text-align: center;
	text-transform: uppercase;
	
}
.menu-tabs-wrapper > .menu-tabs-nav {
    display: flex;
    justify-content: center;
	padding-left: 0;
    list-style:none;
    cursor:pointer;
	margin-bottom: 50px;
}
.menu-tabs-wrapper > .menu-tabs-nav > li {
	margin: 0;
	flex: 1;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}
.menu-tabs-wrapper > .menu-tabs-nav > li.active {
	padding-bottom: 15px;
    border-bottom: 3px solid #C3282D;	
}
.menu-tabs-wrapper .menu-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;	
}
.menu-tabs-dropdown {
	display: none;
	width: 100%;
	padding: 12px;
	font-size: 16px;
	margin-bottom: 15px;
	border: 0;
    border-bottom: 1px solid #000000;
    color: #000;
}

.team-members-wrapper {
    display: flex;
    flex-wrap: wrap; /* prevent wrapping */
    gap: 80px;
    justify-content: space-between; /* optional: spreads them nicely */
}

.team-members-wrapper .team-member {
    flex-basis: calc((100% - 2 * 80px) / 3); /* 3 columns, 2 gaps between them */
}

.team-members-wrapper .team-member .team-member-image {
	position: relative;
    padding-bottom: 100%;	
	margin-bottom: 30px;
}
.team-members-wrapper .team-member .team-member-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;	
	border-radius: 10px;
}
.team-members-wrapper .team-member .team-member-name {
    margin-bottom: 20px;	
	font-weight: 700;
}
.team-members-wrapper .team-member .team-member-job{
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}
.team-members-wrapper .team-member .team-member-excerpt {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 30px;
}
.team-members-wrapper .team-member .team-member-readmore {
    color: #fff !important;
    background-color: #931F33;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    line-height: 1;
    font-family: 'Playfair Display', sans-serif;	
	text-decoration: none;
}
.single-team-member-wrapper {
    display: flex;
    flex-direction: column; 
    gap: 40px;   
	margin-top: 100px;
    margin-bottom: 100px;
}
.single-team-member-wrapper h1 {
	color: #141F38;
	font-size: 40px;
	margin-bottom: 10px;
}
.single-team-member-wrapper h3 {
    font-size: 25px;
    font-family: var(--font-primary);
    color: #141F38;
    font-weight: 700;
    margin-bottom: 25px;
}

.single-team-member-inner {
    display: flex;
    gap: 80px;             
    flex-wrap: wrap;         
}

.single-team-member-photo img {
	width: 100%;
}
.single-team-member-photo {
    flex-basis: calc(40% - 40px);
}


.single-team-member-details {
    flex-basis: calc(60% - 40px); 
}


.single-team-member-gallery  .team-gallery {
	display: flex;
    gap: 30px;
}
.single-team-member-gallery  .team-gallery .team-gallery-item {
	flex-basis: calc(25% - 10px);
}
.single-team-member-gallery  .team-gallery .team-gallery-inner {
	position: relative;
	padding-bottom: 100%;	
}
.single-team-member-gallery .team-gallery-inner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}

.event-photos-wrapper .event-row{
	display:flex;
	margin-bottom:40px;
	min-height:229px;
	gap: 30px;
}
.event-photos-wrapper .event-row > * {
    border-radius: 8px;	
}
.event-photos-wrapper .event-row  a {
	color: #fff !important;
	font-family: var(--font-secondary);
	font-size: 25px;
	padding: 25px;
	text-align: center;
}
.event-photos-wrapper .event-row-reverse{
flex-direction:row-reverse;
}

.event-photos-wrapper .event-details{
	width:70%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	display:flex;
	align-items:center;
	position:relative;
	overflow:hidden;
}
.event-photos-wrapper .event-details::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:1;
}
.event-photos-wrapper .event-details-inner{
    padding: 25px;
    color: #fff;
    max-width: 600px;
    position: absolute;
    bottom: 0;
	z-index: 9;
}

.event-photos-wrapper .event-title{
margin-bottom:15px;
}

.event-photos-wrapper .event-content{
	margin-bottom: 3px;
}
.event-photos-wrapper .event-content p {
	color: #fff !important;
	margin-bottom: 3px;
}

.event-photos-wrapper .event-link{
	width:30%;
	background:#931F33;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	font-weight:700;
	font-size:18px;
	transition:opacity .3s ease;
}

.event-photos-wrapper .event-link:hover{
	opacity:.8;
}

.event-photos-wrapper .event-link span{
	pointer-events:none;
}
.with-bottom-faded-light {
	position: relative;
}

.with-bottom-faded-light:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 300px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0.95) 100%);
}

.custom-events-wrapper{
    margin-top:40px;
}

.custom-events-wrapper .events-filter{
    margin-bottom:30px;
}

.custom-events-wrapper .events-filter a{
    margin-right:20px;
    text-decoration:none;
    font-weight:600;
}

.custom-events-wrapper .events-filter a.active{
    color:#C09A59;
}

.custom-events-wrapper .events-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.custom-events-wrapper .event-card{
    background:#202A42;
    border-radius:10px;
}

.custom-events-wrapper .event-inner{
    display:grid;
    grid-template-columns: 260px 1fr;
    align-items: start;
	height: 100%;
}
.custom-events-wrapper .event-thumb {
	position: relative;
	padding-bottom: 100%;
	height: 100%;
}
.custom-events-wrapper .event-thumb img{
    border-radius:10px;
    width:100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;	
}

.custom-events-wrapper .event-date{
    color:#C09A59;
    font-weight:600;
    margin-bottom:30px;
    font-size:11px;
    letter-spacing:1px;
}

.custom-events-wrapper .event-title{
    margin:0 0 10px 0;
    color:#fff;
	font-size: 20px;
}

.custom-events-wrapper .event-excerpt{
    color:#fff;
    margin-bottom:15px;
	font-size: 12px;
}
.custom-events-wrapper .event-details {
	padding: 25px;
}

.custom-events-wrapper .event-btn{
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    color: #C09A59 !important;
}

.custom-events-wrapper .event-btn:hover{
    opacity:.85;
}

.custom-events-wrapper .no-events{
    background:#F6F5F4;
    padding:80px;
    text-align:center;
    font-size:16px;
	border-radius: 20px;
}

#page #main .gform_wrapper .gform_footer .gform_button {
	background-color: #931F33;
    color: #ffffff;
	border-radius: 5px !important;
	text-transform: uppercase;
	font-family: var(--font-secondary);
	font-weight: 700;
}
.force-white-icon svg {
	color: #fff !important;
}

.remove-margin-left .kt-row-column-wrap {
	margin-left: 0 !important;	
}

.gf-repeater-group{
  border:1px solid #ddd;
  padding:15px;
  margin-bottom:15px;
  position:relative;
  display: flex;
  grid-column: span 12;
  gap: 20px;
}

.gf-repeater-group > div {
	flex: 1;
}
.remove-row{
  margin-top:10px;
}
.barrel-list h3 {
	margin-bottom: 30px; 
	font-weight: 700;
}
.whiskey-tabs .kt-tabs-title-list a.kt-tab-title {
	color: #141F38 !important;
}
.barrel-list ul {
	padding-left: 0;
	text-align:center;
}
.barrel-list ul li {
	margin-left: 0;
	list-style: none;
	font-family: var(--font-secondary);
	margin-bottom: 30px;
	color: #3e0809;
	font-weight: 700;
	font-size: 22px;
}
.ui-datepicker {
	background-color: #fff;
	padding: 31px;
    border: 1px solid #ddd;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
	float: right;
}
.ui-datepicker .ui-datepicker-title {
    display: flex;	
}
.ui-datepicker .ui-datepicker-title > * {
    flex: 1;	
}
#gform_browse_button_3_10 {
	color: #fff;
    background-color: #6c6c6c;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area:before {
	color: #6c6c6c; 
}
.gfield_list_icons .add_list_item  {
	background-color: #931f33 !important;	
}
#gform_fields_7 {
	column-gap: 90px !important;
}
#gform_fields_7 .ginput_container_singleproduct {
	display: flex;
	flex-direction: row;
	align-items: center;	
	gap: 15px;
}
#gform_fields_7 .ginput_product_price_wrapper {
	order: 1 !important;
}
#gform_fields_7 .ginput_product_price_label {
	text-transform: uppercase;
    color: #000;
    font-weight: 700;
	margin-bottom: 0;	
}
#gform_fields_7 .ginput_product_price {
	color: #C3282D !important;
	font-weight: 700;
}
#gform_fields_7 .ginput_quantity_label {
	order: 2 !important;
	text-transform: uppercase;
    color: #000;
    font-weight: 700;
	margin-bottom: 0;
}
#gform_fields_7 .ginput_quantity {
	order: 3 !important;
	margin-bottom: 0 !important;
}
#gform_fields_7  .gfield_label_product {
	font-family: var(--font-secondary);
	font-size: 20px;
	font-weight: 700;	
}
#gform_fields_7 .gfield_description {
	font-size: 16px;
	font-family: var(--font-primary);
	color: #000;
}
#field_7_11 {
    display: flex;
    align-items: center;
    gap: 20px;	
	
}
#field_7_11 .gform-field-label {
    font-size: 40px;
    font-family: var(--font-secondary);
    font-weight: 700;
    color: #141F38;	
}
#page #input_7_11 {
    border: 0 !important;
    background-color: transparent !important;
    color: #C3282D;
    font-weight: 700;
    font-size: 20px;
    font-family: var(--font-secondary);	
}
#gform_submit_button_7 {
	margin: 0 auto;	
}
#gform_fields_7 > .gfield--type-product {
	padding-bottom: 30px;
	border-bottom: 1px solid #BABABA;
	flex-basis: calc(50% - 90px);
}
.testimonials-wrapper .kt-testimonial-item-wrap {
	height: 100%;	
}
.single-events .followWrap {
    height: 124px;
    z-index: 99;
    width: 100%;
    position: absolute;
    top: 0px;
    display: block;	
}
.single-events #masthead {
	background: #fff;
}
.single-events #masthead.no-scroll {
	background: transparent;
}
div.wp-block-spacer[style="height:50px"] {
	height: 25px !important;
}
.wp-block-file a.wp-block-file__button {
    background-color: #141F38;
    color: #fff !important;	
}
.wp-block-file a.wp-block-file__button:hover {
	color: #fff !important;
}
.ot-form-wrapper .kt-row-column-wrap .kt-inside-inner-col > div  {
	text-align: center;
}
/* =========================
   MASONRY GALLERY WRAPPER
========================= */
.masonry-gallery {
    column-count: 3;
    column-gap: 18px;
    padding: 20px 0;
}

/* Responsive breakpoints */
@media (max-width: 1024px) {
    .masonry-gallery {
        column-count: 2;
    }
}

@media (max-width: 640px) {
    .masonry-gallery {
        column-count: 1;
    }
}

/* =========================
   MASONRY ITEMS
========================= */
.masonry-item {
    break-inside: avoid;
    margin-bottom: 18px;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Hover effect */
.masonry-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

/* =========================
   IMAGES
========================= */
.masonry-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.35s ease;
}

/* Slight zoom on hover */
.masonry-item:hover img {
    transform: scale(1.03);
}

/* =========================
   OPTIONAL LIGHTBOX CURSOR
========================= */
.masonry-item {
    cursor: zoom-in;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1250px;
        max-width: 100%;
    }
}
@media (max-width: 1691px){
	.testimonials-main-wrapper .kt-row-layout-overlay {
		opacity: .3 !important;
	}
}

@media (max-width: 1200px){
	.offset-to-left, .offset-to-right{
		width: 100%;
	}
	.offset-to-left{
		margin-left:0
	}
  #nav_menu-2 ul, #nav_menu-2 ul li{
    padding: 0;
  }
  .container{
    width: 100%;
  }
  #masthead:not(.no-scroll) #nav-toggle:not(.nav-is-visible) span,#masthead:not(.no-scroll) #nav-toggle span:before,#masthead:not(.no-scroll) #nav-toggle span:after{
    background: #141F38 !important;
  }
/*   #nav-toggle.nav-is-visible span {
	background: #981a37 !important;
  } */
  #nav-toggle{
    position: relative;
    top: 0;
    display: block
  }
  .onepress-menu{
    top: 0 !important;
    height: 100% !important;
    position: fixed !important;
    bottom: 0;
    right: 0;
    max-width: 400px;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0 !important;
    background: #ffffff !important;
  }
  .onepress-menu.onepress-menu-mobile a{
    color: #1a3665 ;
  }
  .onepress-menu.onepress-menu-mobile li{
    background: transparent;
	line-height: 20px;
	width: 100% !important;
	border-top: 0px none;
  }
  .onepress-menu.onepress-menu-mobile li a{
    padding-left: 0; padding-right: 0;
    text-transform:normal;
  }
  .onepress-menu ul, .onepress-menu ul li a{
    background: transparent;
  }
  .onepress-menu a{
    font-size: 20px;
  }
  .onepress-menu .nav-toggle-subarrow{
    left: unset !important;
    right: 0;
  }
  .onepress-menu .nav-toggle-subarrow{
    border-left: 0 !important;
  }
  .onepress-menu.onepress-menu-mobile li{
    border-top: 1px solid #981a37;
  }

  .onepress-menu.onepress-menu-mobile > li > a, .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow{
	  
    padding: 20px !important;
	  color: #981a37;
/* 	  display: block;
	  color: #1a3665;
	  font-weight: normal;
	  position: absolute;
	  top: 0;
	  right: 0;
	  cursor: pointer;
	  text-align: center;
	  padding: 11px 20px;
	  z-index: 10;
	  font-size: 22px; */
  }
	.onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
		display: block;
		font-weight: normal;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		text-align: center;
		padding: 11px 20px;
		z-index: 10;
		font-size: 22px;	
	}
  .onepress-menu{
    transition: right .2s;
    right: -100%;
  }
  .onepress-menu.onepress-menu-mobile{
    right: 0;
    box-shadow: 2px -5px 9px #a6a6a6;
	z-index: 800;
	overflow: auto !important;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	width: 100% !important;
	display: block;
  }
  .onepress-menu.onepress-menu-mobile ul li a{
    padding: 12px 20px;
  }
  .onepress-menu{
    transform: none;
  }
  #nav-toggle.nav-is-visible {
    position: fixed;
    top: 30px;
    z-index: 10000000;
    right: 30px;
  }
  #nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after{
    background: #fff;
  }
  .onepress-menu li ul:before{
    display: none;
  }
  .onepress-menu > li >ul{
    padding: 0 0px 0 20px !important;
  }
  #nav-toggle span{
    width: 36px;
  }
  #nav-toggle span:before, #nav-toggle span:after{
    width: 30px;
  }
  #nav-toggle.nav-is-visible span:after{
    top: 10px;
  }
  #nav-toggle.nav-is-visible span:before{
    top: -10px;
  }
  #content-inside {
    padding: 0 25px;
  }
  .entry-content > .alignfull.gb-block-container:not(.full-width-content) > div > .gb-container-content,
  .entry-content > .alignfull:not(.full-width-content) > div > .kt-row-column-wrap,
  .entry-content > .alignfull:not(.full-width-content) > .kt-row-column-wrap{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  #masthead .overlay{
    position: fixed;
    top: 0; left: 0; bottom: 0;
    background: #000;
    opacity: 0;
    right: -100%;
    transition: opacity .5s;
    z-index: 100;
    width: 0;
  }
  #masthead .nav-is-visible + .overlay{
    right: 0;
    width: 100%;
    opacity: 0.6;
  }
	.onepress-menu.onepress-menu-mobile li:hover ul {
        display: none;
		width: auto;
    }
	.onepress-menu.onepress-menu-mobile > li:first-child {
		border-top: 0px none;
	}
	#masthead .onepress-menu > li:last-child > a {
		margin-top: 25px;
		text-align: center;
	}
	#masthead > .container {
		padding-left: 0;
		padding-right: 0;
	}
	.onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > ul {
		left: 0px;
		display: block !important;
		height: initial;
		overflow: initial;
		opacity: 1;
		z-index: inherit;	
	}
	.onepress-menu.onepress-menu-mobile .sub-menu {
		width: auto;
	}
	.onepress-menu.onepress-menu-mobile ul {
		box-shadow: none;
		padding-bottom: 0;
		border: none;
		position: relative;	
	}
	#cnss_widget-2 {
		flex-direction: column;
	}
}
@media (max-width: 1030px){
	.testimonials-main-wrapper .kt-row-layout-overlay {
		    background-size: cover !important;
	}
	.testimonials-inner-wrapper > .kt-row-column-wrap {
		grid-template-columns: 1fr !important;
	}
	.custom-events-wrapper .events-grid {
		grid-template-columns: 1fr;
	}
	.custom-events-wrapper .event-inner {
		align-items: center;
	}
}
@media (max-width: 1024px) {
    .masonry-gallery {
        column-count: 2;
    }
}
@media (max-width: 820px){
	#footer-2 #menu-footer-menu {
		columns: 1;	
	}
	.optimize-travel-apis > .kt-row-column-wrap {
		grid-template-columns: 1fr !important;
	}
	.staff-wrapper > div > div {
		flex-basis: 50% !important;
		max-width: unset;	
	}
	.who-we-are-wrapper > .kt-row-column-wrap {
		grid-template-columns: 1fr !important;	
	}
}
@media (max-width: 768px) {
	.menu-tabs-wrapper > .menu-tabs-nav {
		display: none;
	}

	.menu-tabs-dropdown {
		display: block;
	}
}
@media (max-width: 767px){
	.home-banner-buttons .wp-block-heading {
		font-size: 23px;
		padding: 10px 20px;
	}
	.home-banner-buttons > .kt-row-column-wrap {
		gap: 15px;
	}
	.hide-mobile {
		display: none;
	}
	.reverse-section-mobile > .kt-row-column-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	.reverse-section-mobile > .kt-row-column-wrap > .wp-block-kadence-column {
		width: 100%;
	}
	.fuel-the-journey > .kt-row-column-wrap {
		display: flex;
		flex-direction: column-reverse;
		padding: 25px !important;
	}
	.fuel-the-journey > .kt-row-column-wrap img {
		border-radius: 20px !important;
	}
	.fuel-the-journey .wp-block-buttons {
		display: flex;
		justify-content: center;	
	}

	#cnss_widget-2 {
		display: flex;
		flex-direction: column;
	}
	.site-footer .site-info {
		padding: 0;
	}
	
	.site-footer .site-info .container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;	
	}
	.optimize-travel-apis-main > .kt-row-column-wrap {
		gap: 0;
	}
	.wp-block-spacer[style="height:100px"],
	.wp-block-spacer[style="height:30px"]{
		height: 0 !important;
	}
	.wp-block-spacer[style="height:60px"] {
		height: 30px !important;
	}
	.who-we-serve li {
		margin-right: 0 !important;
	}
	#footer-widgets {
		padding-top: 40px !important;
	}
	.partners-wrapper .kb-gallery-ul {
		margin: 0 !important;
	}
	.white-box-img-wrapper .kb-gallery-ul {
		grid-template-columns: repeat(3, 1fr) !important;
		gap: 20px;
	}
	.opentravel-membership-wrapper ul {
		column-count: 1;
	}
	.whats-going-on-today * {
		text-align: center !important;
	}
	.foundation-offerings img {
		max-width: 150px;
	}
	.foundation-offerings .wp-block-media-text__media {
		text-align: center;
	}
	.foundation-offerings .wp-block-media-text__content p {
		text-align: center;
	}
	.footer-widgets * {
		text-align: center;
	}
	#footer-widgets #footer-1, #footer-widgets #footer-2, #footer-widgets #footer-3 {
		flex-basis: 100%;
	}
	#cnss_widget-2 ul.cnss-social-icon {
		margin: 0 auto !important;
	}
	#text-3 p {
		margin: 0 auto !important;
	}
	.wp-block-spacer[style="height:50px"] {
		height: 25px !important;
	}
	.inline-mobile > .kt-row-column-wrap {
		display: flex !important;
	}
	.team-members-wrapper .team-member {
		flex-basis: calc((100% - 2 * 40px) / 2) !important;
	}
	#gform_fields_7 {
		display: flex;
		flex-direction: column;	
	}
	.wp-block-spacer[style="height:51px"] {
		height: 100px !important;
	}
	#masthead .site-branding img {
		max-width: 200px;
	}
}

@media (max-width: 600px){
  .wp-block-media-text.is-stacked-on-mobile{
    display: block;
  }
  .wp-block-media-text .wp-block-media-text__media{
    margin-bottom: 20px;
  }
  .wp-block-media-text .wp-block-media-text__content{
    padding-left: 0;
    padding-right: 0;
  }
	.top-strip ul {
		justify-content: center;
		padding-left: 0;
	}
	.white-box-img-wrapper .kb-gallery-ul {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.staff-wrapper > div > div {
		flex-basis: 100% !important;
		max-width: unset;
	}
	.media-room-wrapper {
    	display: grid;
    	grid-template-columns: 1fr;
	}
	.media-room-pagination .page-numbers,
	.eventon-pagination .page-numbers {
		padding: 4px 10px !important;
		font-size: 15px !important;
	}
	.media-room-pagination,
	.eventon-pagination{
		float: unset !important;
		text-align: center;
	}
	.eventon-past-events {
		grid-template-columns: 1fr;
	}

	.who-we-are-wrapper > .kt-row-column-wrap > .wp-block-kadence-column:first-child > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column:first-child {
		margin-bottom: 0 !important;
	}
	.who-we-are-wrapper > .kt-row-column-wrap > .wp-block-kadence-column:first-child > .kt-inside-inner-col > .kb-row-layout-wrap > .kt-row-column-wrap > .wp-block-kadence-column {
		text-align: center;
	}
	.lunch-dinner-drinks-wrapper > .kt-row-column-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;	
	}
	.lunch-dinner-drinks-wrapper h2 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.four-img-items div[style="height:50px"] {
		display: none !important;
	}
	.testimonials-block-wrapper:before {
		right: 0 !important;
	}

	.discover-sb-cta-wrapper > .kt-row-column-wrap {
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	.team-members-wrapper .team-member {
		flex-basis: 100% !important;
	}
	.event-photos-wrapper .event-row > * {
		width: 50%;
	}
	.custom-events-wrapper .event-inner {
		grid-template-columns: 1fr;
	}
	.single-team-member-inner {
		flex-direction: column;
		gap: 30px;
        text-align: center;
	}
	.single-team-member-photo img {
		max-width: 300px;
	}
	.menu-tabs-wrapper .menu-grid {
		column-gap: 45px;
		grid-template-columns: 1fr;
	}
	.lunch-dinner-drinks-wrapper h2 {
		font-size: 1.4rem !important;
	}
	.testimonials-wrapper .kt-testimonial-item-wrap {
		padding: 60px 30px !important;
	}
	.testimonials-wrapper .kt-testimonial-content {
		padding: 0 !important;
	}
	.masonry-gallery {
        column-count: 1;
    }
}
@media (max-width: 500px) {
	.event-photos-wrapper .event-row {
		flex-wrap: wrap;
	}
	.event-photos-wrapper .event-row > * {
		width: 100%;
	}
	.event-photos-wrapper .event-row a {
		height: 100px;
	}
	.event-photos-wrapper .event-details {
		height: 300px;
	}
}
@media (max-width: 425px){
	.meet-the-team-wrapper .kt-tabs-title-list a {
		padding: 8px !important;
		font-size: 13px !important;
	}
}
