@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap')
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap')
	
@font-face {
    font-family: 'Palatino';
    src: url('https://www.portlandspirit.com/wp-content/themes/portland-spirit/assets/fonts/Palatino.ttf');
}

/*
font-family: 'Public Sans', sans-serif;
font-family: 'Merriweather', serif;
font-family: "Raleway", sans-serif;
font-family: "Roboto", sans-serif;
font-family: "Palatino", serif;
*/

.hb_icon.vc_element-icon { background-image: url('https://images.hornblower.com/images/Hb_Logo_ico.png'); }
body { font-family: 'Roboto', sans-serif; font-size: 18px; color: #30373E; }
body h1, body h2, body h3, body h4, body h5, body h6 { font-family: 'Palatino', serif; text-transform: none; }
.breadcrumbs { display: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #00745f;}
.btn.btn-primary { color: #2a2e3e; font-size: 18px; line-height: 1; padding: 15px 20px; border-radius: 10px; text-align: center; background-color: #e9ae11; border: 2px solid #e9ae11; text-transform: none; box-shadow: none; }
.btn.btn-primary:not(:disabled):not(.disabled):active { background: #e9ae11; color: #ffffff; border-color: #e9ae11; }
.btn.btn-primary:not(:disabled):not(.disabled):active:focus { box-shadow: none; text-decoration: none; }
.btn.btn-primary:hover { background: #e9ae11; color: #ffffff; border-color: #e9ae11; }
.btn.btn-primary-reverse { color: #003084; font-size: 18px; line-height: 1; padding: 7px 20px; border-radius: 50px; text-align: center; background-color: #fff; border: 2px solid #e9ae11; text-transform: none; }
.btn.btn-primary-reverse:hover { background: #e9ae11; color: #003181; border-color: #e9ae11; }
.btn.btn-primary.text-only { color: #02745f; font-size: 18px; line-height: 1; border-radius: initial; text-align: center; background-color: transparent; border: none; text-transform: none; padding: 0; }
.btn.btn-primary.text-only:hover { color: #2a2e3e; text-decoration: underline;}

.vc_row.overflow-visible[data-vc-full-width] { overflow: visible; z-index: 2; }
body a { color: #00745f; }
div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

video { width: 100%; height: 100%; }

.min-height-650 { min-height: 650px; }
.min-height-200px { min-height: 200px; }
.min-height-250px { min-height: 250px; }
.min-height-400px { min-height: 400px; }
.min-height-350px { height: 350px; }
.min-height-500px { min-height: 500px; }
img.full-image-width { width: 100%;  }
div.full-div-height { height: 100%; }
div.full-div-width { width: 100%; }
img.height-auto { height: auto !important; }

.padding-5-15 { padding: 5px 15px; }
.padding-top-15 { padding-top: 15px; }
.padding-bottom-15 { padding-bottom: 15px; }
.padding-15px { padding: 15px; }
.border-radius-10px { border-radius: 10px; }
.border-radius-15px { border-radius: 15px; }

.margin-top-15px { margin-top: 15px; }
.margin-top-25px { margin-top: 25px; }
.margin-bottom-15px { margin-bottom: 15px; }
.margin-bottom-25px { margin-bottom: 25px; }
.margin-bottom-50px { margin-bottom: 50px; }

.sm-spacing { height: 50px !important; }
.md-spacing { height: 75px !important; }
.lg-spacing { height: 100px !important; }

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.min-height-xs-650px { min-height: 650px; }
	.min-height-xs-200px { min-height: 200px; }
	.min-height-xs-250px { min-height: 250px; }
	.min-height-xs-400px { min-height: 400px; }
	.min-height-xs-350px { height: 350px; }
	.min-height-xs-500px { min-height: 500px; }
	.min-height-xs-auto { min-height: auto; }
	.md-spacing { height: 50px !important; }
	.lg-spacing { height: 75px !important; }
}

.font-size-18 { font-size: 18px; }
.z-index-2 { z-index: 2; }
.margin-top-minus-150px { margin-top: -150px; }
.flex-center-center { display: flex; align-items: center; justify-content: center; }
.flex-end-center { display: flex; align-items: end; justify-content: center; }
.overlay-layer { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.padding-bottom-50px { padding-bottom: 50px; }
.padding-bottom-25px { padding-bottom: 25px; }

.background-color-black-50-percent { background-color: rgba(0,0,0,0.5); }
.background-color-black { background-color: #1a1a1a; }
.background-color-grey { background-color: #333; }
.background-color-ltgrey { background-color: #f4f4f4; }
.background-color-green { background-color: #00745f; }
.has-background-image { background-size: cover; background-position: center center; background-repeat: no-repeat; }
.has-background-image.background-image-top { background-position: center top; }
.padding-bottom-50 { padding-bottom: 50px; }
.padding-bottom-sm-50-xs-25 { padding-bottom: 50px; }
.z-index-1 { z-index: 1; }
.container.force-container { margin: 0 auto !important; }

.line-clamp-5 { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-4 { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after, #nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after { background-color: #000; }

.newsletter-wrapper { background-image: url(https://client-assets2.hornblower.com/wp-content/uploads/sites/7/2021/10/Email_Background.png); background-size: cover; border-radius: 10px; padding: 7% 5%; margin-top: -375px; position: relative; }
.newsletter-wrapper > h2 { margin: 0; color: #6aadda; font-weight: 800; font-size: 60px; line-height: 1; margin-bottom: 25px; }
.newsletter-wrapper .note { color: #6aadda; font-size: 24px; margin-bottom: 25px; }
.newsletter-wrapper .wufoo-wrapper {  }

.margin-auto-1400px { margin: 0 auto; max-width: 1400px; width: 100%; }

.site-footer { background-color: #fff; font-size: 15px; }
.site-footer a { color: #2A2E42; text-decoration: none; }
.site-info a {  }

.site-footer ul.reviews { list-style: none; padding: 0; }
.site-footer ul.reviews li {  }
.site-footer ul.reviews li a {  }
.site-footer ul.reviews li a img { filter: grayscale(100%); width: 80px; }

.site-footer ul.hours-wrapper { list-style: none; padding: 0; display: flex; justify-content: space-between; gap: 25px; }
.site-footer ul.hours-wrapper li { margin-top: 0; }
.site-footer ul.hours-wrapper li p { font-size: 14px; }

.site-footer .footer-wrapper { padding: 60px 3% 2em; display: flex; justify-content: space-between; flex-wrap: wrap; }
.site-footer .footer-wrapper .footer-logo { margin-bottom: 25px; width: 15%; padding: 0 10px; }
.site-footer .footer-wrapper .footer-logo .site-logo-div { max-width: 150px; }
.site-footer .footer-wrapper .footer-company-wrapper { margin-bottom: 25px; width: 15%; padding: 0 10px; }
.site-footer .footer-wrapper .footer-hours-wrapper { margin-bottom: 25px; width: 55%; padding: 0 10px; }
.site-footer .footer-wrapper .footer-reviews-wrapper { margin-bottom: 25px; width: 15%; padding: 0 10px; }

button:focus { outline: none; }

.footer-menus { padding: 130px 0 60px; }
.footer-menus .container {  }
.footer-menus-row {  }
.footer-menus-row:after { content: ''; clear: both: display: block; }
.footer-menus-row > div { float: left; }
.footer-menus-row .footer-logo {  }
.footer-menus-row .footer-logo img { max-width: 90%; width: 100%; display: block; }
.footer-menus-row .footer-box-office {  }
.footer-menus-row .footer-visit-us {  }
.footer-menus-row .footer-more-info {  }
.footer-menus-row .footer-social-info {  }
.footer-menus-row ul {  }
.footer-menus-row ul li { margin: 3px 0; }
.footer-menus-row ul li a {  }
.footer-menus-row h4 { color: #FFFFFF; margin-bottom: 30px; font-size: 20px; line-height: 1.2; }

.site-footer { color: #404040; }
.site-footer a { color: #2A2E42; }
.site-footer a:hover { color: #00745f; }
.site-footer .site-info { padding: 15px;  clear: both; text-align: left; }
.site-footer .site-info .copyrights { text-align: left; }
.site-footer .site-info .privacy-toc { text-align: right; }

@media only screen and (max-width: 768px) {
	.site-footer .footer-wrapper .footer-company-wrapper { width: 20%; }
	.site-footer .footer-wrapper .footer-hours-wrapper { width: 50%; }
	.site-footer ul.hours-wrapper { display: block;}
	.site-footer ul.reviews { margin-bottom: 0 !important; }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.site-footer .site-info { padding-left: 0; padding-right: 0; }
	.site-footer .footer-wrapper { padding: 50px 0; }
	.col-sm-6 { -ms-flex: unset; flex: unset; max-width: 100%; }
	.col-sm-5 { -ms-flex: unset; flex: unset; max-width: 100%; }
	.col-sm-7 { -ms-flex: unset; flex: unset; max-width: 100%; }
	.site-footer .site-info .copyrights { text-align: center; }
	.site-footer .site-info .privacy-toc { text-align: center; }
	.site-footer { padding: 0 15px; }
	.site-footer .site-info a { /*margin: 0 10px;*/ }
	.site-footer ul.hours-wrapper { display: block; }
	.site-footer ul.hours-wrapper li { margin-bottom: 25px; }
}

@media only screen and (min-width: 320px) and (max-width: 767px) { 
	.footer-menus-row { font-size: 14px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) { 
	.footer-menus-row { font-size: 14px; margin: 0; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) { 
	.footer-menus { font-size: 12px; }
}

@media only screen and (max-width: 736px) {
	.site-footer .footer-wrapper .footer-logo { width: 50%; }
	.site-footer .footer-wrapper .footer-company-wrapper { width: 50%; }
	.site-footer .footer-wrapper .footer-hours-wrapper, .site-footer .footer-wrapper .footer-reviews-wrapper { width: 100%; }
}

.site { }
.above-footer { margin-top: -130px; z-index: 2; display: block; position: relative; }
.above-footer .conainer {  }
.like-what-you-see { text-align: center; background-color: #F02A1C; border-radius: 10px; padding: 50px 15px; }
.like-what-you-see h2 { display: block; color: #fff; font-weight: 700; font-size: 38px; line-height: normal; }
.like-what-you-see a { color: #062E45; background-color: #fff; padding: 20px 25px; border-radius: 50px; font-size: 18px; display: inline-block; min-width: 250px; border: 2px solid #fff; }
.like-what-you-see a:hover { color: #000; box-shadow: 0px 3px 6px #00000066; text-decoration: none; }

.site-footer h4 { text-transform: uppercase; }

.site-footer .footer-social { display: inline-flex; gap: 7px; list-style: none; padding: 0; }
.site-footer .footer-social li {  }
.site-footer .footer-social li a { margin: 0; font-size: 16px; display: inline-flex; align-items: center; justify-content: center; background-color: #2A2E3B; border-radius: 50%; width: 30px; height: 30px; }
.site-footer .footer-social a:hover {  }
.site-footer .footer-social li a span { display: none; }
.site-footer .footer-social li a i {  }
.footer-menus-row > div { margin-bottom: 15px; }
.footer-menus-row > div.footer-logo img {  }
.footer-menus-row > div.footer-follow-us img { max-width: 220px; }
.footer-menus-row .footer-social-wrapper { margin-bottom: 15px; }
.footer-menus-row .footer-social-wrapper a { margin-right: 15px; display: inline-block; width: 50px; height: 50px; line-height: 50px; background-color: #688095; text-align: center; font-size: 20px; border-radius: 50%; color: #fff; }
.footer-menus-row .footer-contact-info > div { margin-bottom: 15px; }
.footer-menus-row .footer-contact-info img { max-width: 20px; filter: brightness(0) invert(1); margin-right: 7px; }

.copyrights-row { font-size: 16px; }
.copyrights-row .copyright {  }
.copyrights-row .privacy-tc { text-align: right; }

#header-section {  }
#header-section .site-header { box-shadow: none; background-color: #fff; }
.site-branding { float: none; }
.site-branding .site-brand-inner {  }
.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img {  }
.site-branding .site-logo-div { line-height: normal; max-width: 230px; }

#header-section .site-header.no-scroll .container { background-color: transparent; }
#header-section .site-header.header-fixed .container {  }

body.home #header-section {  }
body.home #header-section .site-header {  }
.main-nav-wrapper {  }
.main-nav-wrapper:after { content: ''; clear: both; display: block; }
.main-nav-wrapper .site-branding { width: 140px; }
.main-nav-wrapper .header-right-wrapper { border-bottom: 7px solid #e9ae11; }
.main-nav-wrapper .header-right-wrapper .header-nav-wrapper { display: flex; align-items: center; padding: 7px 15px; }
.main-nav-wrapper .header-right-wrapper .header-nav-wrapper .left-side { width: 150px; }
.main-nav-wrapper .header-right-wrapper .header-nav-wrapper .left-side .site-logo-div { padding: 5px; background-color: #fff; border-radius: 0 0 5px 5px; margin-bottom: 5px; max-width: 100px; }
.main-nav-wrapper .header-right-wrapper .header-nav-wrapper .middle-side { width: calc(100% - 300px); }
.main-nav-wrapper .header-right-wrapper .header-nav-wrapper .right-side { min-width: 150px; padding-right: 15px; text-align: right; }
ul#menu-book-now { display: inline-block; position: relative; }
ul#menu-book-now > li { display: inline-block; position: relative; }
ul#menu-book-now > li > a { color: #2a2e3e; font-size: 18px; line-height: 1; padding: 15px 20px; border-radius: 10px; text-align: center;background-color: #e9ae11; border: 2px solid #e9ae11; text-transform: none; box-shadow: none; font-weight: 600; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
ul#menu-book-now > li > a:hover { color: #fff; text-decoration: none; }
ul#menu-book-now > li ul.sub-menu { display: none; }
ul#menu-book-now > li:hover ul.sub-menu { display: block; position: absolute; top: 100%; right: 0; background-color: #2a2e3e; border-radius: 5px; padding: 5px 0; }
ul#menu-book-now > li:hover ul.sub-menu li { font-size: 1.2em; margin: 0; display: block; }
ul#menu-book-now > li:hover ul.sub-menu li a { white-space: nowrap; padding: 10px 15px; display: block; text-align: left; color: #fff; }
ul#menu-book-now > li:hover ul.sub-menu li a:hover { background-color: #000; text-decoration: none; }

.main-nav-wrapper .nav-book-now { width: 130px; }
.main-nav-wrapper .nav-book-now a { display: inline-block; padding: 18px 25px; font-size: 16px; line-height: 25px; color: #fff; font-weight: 500; background: #00AEFB; border-radius: 0 0 20px 0; }
/*#header-section .site-header .container { background-color: #003181; border-radius: 50px; display: flex; align-items: center; -webkit-align-items: center; }*/
body.home #header-section .site-header .container:after { clear: both; content: ''; display: block; }
.top-logo-info-wrapper { padding: 15px; display: flex; align-items: center; justify-content: end; background-color: #00745f; }
.top-logo-info-wrapper a { color: #fff; }
.top-logo-info-wrapper .site-branding {  }
.top-logo-info-wrapper .header-site-info { display: flex; gap: 15px; }
.top-logo-info-wrapper .header-site-info > div { display: block; text-align: right; line-height: 1; }
.top-logo-info-wrapper .header-site-info > div.white-vborder { border-right: 1px solid #fff; padding-right: 15px; }
.top-logo-info-wrapper .header-site-info > div a { font-size: 18px; display: inline-flex; align-items: center; }
.top-logo-info-wrapper .header-site-info > div a span {  }
.top-logo-info-wrapper .header-site-info > div a i { margin-left: 10px }
.top-logo-info-wrapper .header-site-info > div.header-social-wrapper { display: flex; justify-content: flex-end; }
.top-logo-info-wrapper .header-site-info > div.header-social-wrapper .module-icon-item { margin-left: 15px; }
.top-logo-info-wrapper .header-site-info > div.header-social-wrapper .module-icon-item a { display: inline-flex; width: 35px; height: 35px; background-color: #000; color: #fff; align-items: center; border-radius: 50%; justify-content: center; }
.top-logo-info-wrapper .header-site-info > div.header-social-wrapper .module-icon-item a i { margin: 0; }

body:not(.home) {  }
body:not(.home) #header-section {  }
body:not(.home) #header-section .site-header {  }

body.hiding-page-title #header-section { display: none; }
body.hiding-page-title .site-content { border: none; }

#site-navigation { text-align: center; }
.onepress-menu { float: none; display: inline-flex; align-items: center; -webkit-align-items: center; }
.onepress-menu > li { display: inline-block; padding: 0 20px; text-align: left; position: relative; }
.onepress-menu > li.mobile-close { display: none; }
.onepress-menu .nav-toggle-subarrow { display: block; position: absolute; right: 5px; top: 2px; color: #fff; }
.onepress-menu > li > a { display: block; font-size: 18px; line-height: 25px; font-weight: 400; padding: 0; text-transform: uppercase; position: relative; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; text-transform: none; color: #2a2e3e; }
.onepress-menu > li > a > i { display: none; }
.onepress-menu > li > a:hover { color: #00745f; text-decoration: none; }
.onepress-menu > li.buy-tickets > a { background-color: #e9ae11; color: #003084; padding: 7px 30px; border-radius: 50px; }
.mobile-placeholder-nav { display: none; transition: opacity .2s ease-in-out,visibility .2s ease-in-out,left .2s ease-in-out,right .2s ease-in-out,background-color .2s ease-in-out; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(206,206,206,.8); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.onepress-menu ul li a { background-color: #2a2e3e; color: #fff; border: none; }
.onepress-menu ul li a:hover { color: #ffffff; text-decoration: none; background-color: #000; }
.onepress-menu .dropdown-menu li.current-menu-item a { background-color: #000; color: #fff; }
.onepress-menu > li.close-nav { display: none; }
.onepress-menu > li.menu-item-has-children:hover {  }

.left-menu-wrapper { display: block; position: fixed; left: -400px; top: 0; height: 100%; width: 100%; max-width: 378px; -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); z-index: 100; background: #30373E; padding: 130px 64px 30px; }
.left-menu-wrapper.open { left: 0; }
.left-menu-wrapper .left-menu-close-wrapper { position: absolute; top: 0; left: 0; }
.left-menu-wrapper .left-menu-close-wrapper a { color: transparent; display: inline-block; width: 50px; height: 50px; }
.left-menu-wrapper .left-menu-close-wrapper a:before { content: ''; clear: both; display: block; width: 20px; height: 2px; position: absolute; top: 20px; left: 15px; background-color: #fff; transform: rotate(45deg); }
.left-menu-wrapper .left-menu-close-wrapper a:after { content: ''; clear: both; display: block; width: 20px; height: 2px; position: absolute; top: 20px; left: 15px; background-color: #fff; transform: rotate(135deg);  }
.left-menu-wrapper ul.left-menu-items { padding: 0; list-style: none; margin-top: -70px }
.left-menu-wrapper ul.left-menu-items li { margin: 20px 0; }
.left-menu-wrapper ul.left-menu-items li a { display: block; font-size: 16px; color: #fff; font-weight: 500; }
.left-menu-wrapper ul.left-menu-items li label { font-size: 14px; color: rgba(255, 255, 255, 0.45); margin-bottom: 10px; font-weight: 500; text-transform: uppercase; }
.left-menu-wrapper ul.left-menu-items li div { color: #fff; font-size: 16px; }
.left-menu-wrapper ul.left-menu-items li div a.nav-social { display: inline-block; margin-right: 15px; width: 45px; height: 45px; background-color: rgba(104, 128, 149, 0.8); text-align: center; line-height: 45px; border-radius: 50%; }

@media only screen and (min-width: 992px) { 
	.onepress-menu > li.menu-item-has-children:hover > .dropdown-menu { display: block; border: none; }
	.onepress-menu > li.menu-item-has-children:hover > .dropdown-menu > ul { display: block; padding: 10px 0; border: none; border-radius: 5px; background-color: #2a2e3e; }
	.onepress-menu > li:hover > a {  }
	.onepress-menu > li.menu-item-has-children:hover > .dropdown-menu > ul > li.menu-item-has-children { position: relative; }
	.onepress-menu > li.menu-item-has-children:hover > .dropdown-menu > ul > li.menu-item-has-children:hover > .dropdown-menu { display: block; position: absolute; left: 100%; top: 0; }
	.onepress-menu > li.menu-item-has-children:hover > .dropdown-menu > ul > li.menu-item-has-children:hover > .dropdown-menu ul { display: block; left: 0px; border: none; border-radius: 5px; overflow: hidden; background-color: #30373E; }
	.onepress-menu > li.menu-item-has-children:hover > .dropdown-menu > ul > li.menu-item-has-children:hover > .dropdown-menu ul li {  }
	.onepress-menu > li.menu-item-has-children:hover > .dropdown-menu > ul > li.menu-item-has-children:hover > .dropdown-menu ul li a {  }
}
@media only screen and (min-width: 768px) { 
	/*.onepress-menu > li:hover > .dropdown-menu { display: block; }
	.onepress-menu > li:hover > .dropdown-menu > ul, .onepress-menu li.sfHover > .dropdown-menu > ul { display: block; border: none; }*/
}

@media only screen and (min-width: 320px) and (max-width: 767px) { 
	body:not(.home) #header-section {  }
	.padding-bottom-sm-50-xs-25 { padding-bottom: 25px; }
	.site-branding .site-logo-div { width: 120px; }
	.site-branding {  }
	.onepress-menu.onepress-menu-mobile li {  background-color: transparent; border: none; padding: 0; }
	.onepress-menu.onepress-menu-mobile .nav-toggle-subarrow { width: 100%; text-align: right; border: none; }
	.onepress-menu.onepress-menu-mobile .nav-toggle-subarrow i {  }
	.onepress-menu.onepress-menu-mobile > li > a { width: 100%; padding: 15px; }
	.newsletter-wrapper > h2 { font-size: 36px; }
	.newsletter-wrapper .note { font-size: 18px; }
	.copyrights-row .copyright { text-align: center; }
	.copyrights-row .privacy-tc { text-align: center; }
	.main-navigation {  }
	.onepress-menu-mobile-opening .main-navigation {  }
	.onepress-menu.onepress-menu-mobile { top: 0 !important; width: 70% !important; height: 100% !important; background-color: #ffffff; border: none; position: fixed; }
	.onepress-menu.onepress-menu-mobile > li.mobile-close { text-align: right; padding-right: 15px; height: 75px; }
	.onepress-menu.onepress-menu-mobile > li.mobile-close > a { border: none; display: inline-block; margin-top: 15px; margin-left: 15px; color: transparent; border-radius: 7px; width: 30px; height: 30px; padding: 0;  }
	.onepress-menu.onepress-menu-mobile > li.mobile-close > a:before { content: ''; background-color: #000; width: 20px; height: 1px; position: absolute; transform: rotate(45deg); left: 8px; top: 14px; }
	.onepress-menu.onepress-menu-mobile > li.mobile-close > a:after { content: ''; background-color: #000; width: 20px; height: 1px; position: absolute; transform: rotate(135deg); left: 8px; top: 14px; }
	.onepress-menu.onepress-menu-mobile > li.buy-tickets { padding: 50px 0; text-align: center; border: none; }
	.onepress-menu.onepress-menu-mobile > li.buy-tickets a { width: auto; display: inline-block; color: #003084; padding: 15px 40px; }
	body.onepress-menu-mobile-opening .mobile-placeholder-nav { /*display: block; position: absolute; top: 0; left: 0; width: 20%; height: 100%;*/ }
	ul.onepress-menu li.nav-toggle-dropdown {  }
	ul.onepress-menu li.nav-toggle-dropdown > .dropdown-menu { display: block; background: transparent; border: none; width: 100%; }
	ul.onepress-menu li.nav-toggle-dropdown > .dropdown-menu > ul { display: block; background: transparent; }
	ul.onepress-menu li.nav-toggle-dropdown > .dropdown-menu > ul > li { background: transparent; }
	ul.onepress-menu li.nav-toggle-dropdown > .dropdown-menu > ul > li a {  }
	.onepress-menu li { clear: both; }
	ul.onepress-menu > li > a i.fa-chevron-down { display: none; }
	ul.onepress-menu > li .dropdown-menu { display: none; position: relative; }
	.main-nav-wrapper .left-menu-link { display: none; }
	.main-nav-wrapper .nav-book-now { display: none; }
	.main-nav-wrapper .site-branding { display: none; }
	.main-navigation .onepress-menu { margin: 0!important; box-sizing: content-box; position: fixed; top: 0; bottom: 0; right: -350px; width: 350px !important; height: 100%; background: #f4f4f4; z-index: 9999; transform-origin: 0 100%; overflow: auto; transition: right .2s ease-in-out,left .2s ease-in-out; display: block; }
	.main-nav-wrapper .header-right-wrapper .header-nav-wrapper .left-side .site-logo-div { max-width: 100px; display: block; }
	.main-navigation .onepress-menu.onepress-menu-mobile { right: 0; }
	.top-logo-info-wrapper .header-site-info > div { text-align: left; margin-bottom: 0; }
	.main-nav-wrapper .header-right-wrapper .header-nav-wrapper .middle-side {  }
	.top-logo-info-wrapper .header-site-info > div.header-social-wrapper { display: none; }
	.main-nav-wrapper .header-right-wrapper .header-nav-wrapper { padding: 0; position: relative; }
	.main-nav-wrapper .header-right-wrapper .header-nav-wrapper .left-side .mobile-header-logo { max-width: 100px; padding: 5px; background-color: #fff; border-radius: 0 0 10px 10px; margin-bottom: 5px; }
	.main-nav-wrapper .header-right-wrapper .header-nav-wrapper .right-side { width: 80%; padding-right: 70px }
	.onepress-menu > li.mobile-close { display: block; }
	ul#menu-book-now > li > a { font-size: 14px; padding: 10px; }
	#nav-toggle { display: block; position: absolute; right: 15px; top: calc(50% - 12px); }
	.top-logo-info-wrapper { justify-content: center; }
	.top-logo-info-wrapper .header-site-info { gap: 8px; }
	.top-logo-info-wrapper .header-site-info > div.white-vborder { padding-right: 5px; }
	.top-logo-info-wrapper .header-site-info > div a { font-size: 16px; }
	a.glink img { width: 20px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) { 
	.site-branding { width: 100px; }
	.site-branding .site-logo-div {  }
	.header-right-wrapper {  }
	.onepress-menu > li > a {  }
	.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img { margin-top: 0; }
	.main-nav-wrapper .nav-book-now { width: 300px; }
	.main-nav-wrapper .nav-book-now a { padding: 18px 57px; }
	.main-nav-wrapper .header-right-wrapper .header-nav-wrapper .left-side { width: 120px; }
	.main-nav-wrapper .header-right-wrapper .header-nav-wrapper .middle-side { width: calc(100% - 240px); }
	.main-nav-wrapper .header-right-wrapper .header-nav-wrapper .right-side { width: 120px; }
	ul#menu-book-now > li > a { padding: 10px; font-size: 14px; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) { 
	.onepress-menu > li.buy-tickets > a { padding: 7px 15px; }
	.main-nav-wrapper .nav-book-now { width: 300px; }
	.main-nav-wrapper .nav-book-now a { padding: 18px 57px; }
}
@media only screen and (max-width: 1199px) { 
	#nav-toggle { /*display: none; float: none; position: absolute; right: 15px; top: 30px;*/ }
	#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after, #nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {  }
	.main-navigation .onepress-menu { /*width: 0 !important; height: 100% !important; top: 0 !important; background-color: #30373E; right: 0 !important; position: absolute; display: block;*/ }
	.main-navigation .onepress-menu.onepress-menu-mobile {  }
	.main-navigation { /*position: fixed; top: 0 !important; left: 100%; width: 100%; height: 100% !important; overflow: scroll !important; -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);*/ }
	.onepress-menu-mobile-opening .main-navigation { left: 0 !important; }
	.onepress-menu li { height: auto; background-color: transparent; border: none; padding: 0 5px; display: block; float: none; position: relative; }
	.onepress-menu-mobile-opening .mobile-placeholder-nav { display: block; }
	.onepress-menu > li > a { padding: 0 2px; font-size: 12px; }
	.onepress-menu > li > a:hover { color: #00AEFB; }
	.onepress-menu > li.menu-item-has-children > a {  }
	.onepress-menu > li.menu-item-has-children > a > i { /*transform: rotate(90deg); right: 15px; top: calc(50% - 8px); position: absolute;*/ }
	.onepress-menu > li.menu-item-has-children.nav-toggle-dropdown > a > i { display: none; }
	.onepress-menu > li.menu-item-has-children.nav-toggle-dropdown > .dropdown-menu { position: relative; display: block; width: 100%; height: auto; border: none; background-color: transparent; }
	.onepress-menu .nav-toggle-subarrow { /*display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; cursor: pointer;*/ }
	.onepress-menu .nav-toggle-subarrow i {  }
	.dropdown-menu ul { position: relative; display: block; border: none; }
	.dropdown-menu ul li {  }
	.dropdown-menu ul li a { background-color: transparent; }
	.onepress-menu > li.close-nav > a { display: inline-block; width: 40px; height: 40px; overflow: hidden; position: relative; color: transparent; }
	.onepress-menu > li.close-nav > a:before { content: ''; clear: both; display: block; width: 20px; height: 2px; position: absolute; top: 20px; left: 15px; background-color: #fff; transform: rotate(45deg); }
	.onepress-menu > li.close-nav > a:after { content: ''; clear: both; display: block; width: 20px; height: 2px; position: absolute; top: 20px; left: 15px; background-color: #fff; transform: rotate(135deg); }
	.onepress-menu > li.close-nav { display: block; }
}

@media only screen and (min-width:768px) and (max-width:991px){
.main-nav-wrapper .header-right-wrapper .header-nav-wrapper{justify-content:space-between}
.main-nav-wrapper .header-right-wrapper .header-nav-wrapper .left-side{width:80px}
.main-nav-wrapper .header-right-wrapper .header-nav-wrapper .right-side{min-width:100px}
.onepress-menu>li.menu-item-has-children:hover>.dropdown-menu{display:block;border:none}
.onepress-menu>li.menu-item-has-children:hover>.dropdown-menu>ul{display:block;padding:10px 0;border:none;border-radius:5px;background-color:#2a2e3e}
}

.homepage-padding { padding: 100px 0; }


.hbg-generic-listing {  }
.hbg-generic-listing .module-header { margin-bottom: 15px; }
.hbg-generic-listing .module-header .title { color: #30373E; font-weight: 600; }
.hbg-generic-listing .module-header h1.title {  }
.hbg-generic-listing .module-header h2.title { font-size: 43px; line-height: 64px; }
.hbg-generic-listing .module-header h3.title {  }
.hbg-generic-listing .module-header h4.title {  }
.hbg-generic-listing .module-header h5.title {  }
.hbg-generic-listing .module-header h6.title {  }
.hbg-generic-listing .module-header .sub-title {  }

.hbg-generic-listing ul.glisting {  }
.hbg-generic-listing ul.glisting.row { margin-left: -15px; margin-right: -15px; }
.hbg-generic-listing ul.glisting li.glisting-item {  }
.hbg-generic-listing ul.glisting li.glisting-item .article {  }
.hbg-generic-listing ul.glisting li.glisting-item .article .item-info {  }
.hbg-generic-listing ul.glisting li.glisting-item .article .item-info h1 {  }
.hbg-generic-listing ul.glisting li.glisting-item .article .item-info h2 {  }
.hbg-generic-listing ul.glisting li.glisting-item .article .item-info h3 {  }
.hbg-generic-listing ul.glisting li.glisting-item .article .item-info h4 {  }
.hbg-generic-listing ul.glisting li.glisting-item .article .item-info h5 {  }
.hbg-generic-listing ul.glisting li.glisting-item .article .item-info h6 {  }

.hbg-generic-listing.show-listing-style {  }
.hbg-generic-listing.show-listing-style .generic-list-content {  }
.hbg-generic-listing.show-listing-style .listing-wrapper {  }
.hbg-generic-listing.show-listing-style .slick-list {  }
.hbg-generic-listing.show-listing-style .slick-track {  }
.hbg-generic-listing.show-listing-style .slick-item-wrapper { padding: 15px; }
.hbg-generic-listing.show-listing-style .article { display: flex; flex-direction: column; box-shadow: 0 0px 10px 5px rgb(0 0 0/20%);    -moz-box-shadow: 0 0px 10px 5px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 0px 10px 5px rgb(0 0 0/10%); border: 1px solid rgba(128, 128, 128, .1);
    border-radius: 15px; overflow: hidden; }
.hbg-generic-listing.show-listing-style .article .img-wrap { aspect-ratio: 5 / 4; background-position: center; }
.hbg-generic-listing.show-listing-style .article .item-info-wrapper { aspect-ratio: 5 / 3; display: flex; flex-wrap: wrap; align-content: space-between; padding: 15px; }
.hbg-generic-listing.show-listing-style .article .item-info {  }
.hbg-generic-listing.show-listing-style .article .item-info .title { margin: 0; line-height: 2; font-weight: bold; font-size: 24px; margin-bottom: 15px; }
.hbg-generic-listing.show-listing-style .article .item-info .wheel-wrapper { text-align: center; margin-bottom: 25px; display: none; }
.hbg-generic-listing.show-listing-style .article .item-info .wheel-wrapper span { position: relative; padding: 0 50px; display: inline-block; }
.hbg-generic-listing.show-listing-style .article .item-info .wheel-wrapper span:before { content: ''; clear: both; display: block; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: rgba(180,180,180,.5); z-index: -1; }
.hbg-generic-listing.show-listing-style .article .item-info .wheel-wrapper span img { max-width: 55px; background-color: #fff; display: inline-block; padding: 0 15px; }
.hbg-generic-listing.show-listing-style .article .item-info .data { margin-bottom: 25px; }
.hbg-generic-listing.show-listing-style .article .item-info .cta-wrapper { margin-bottom: 25px; }
.hbg-generic-listing.show-listing-style .article .item-info .cta-wrapper a {  }
.hbg-generic-listing.show-listing-style .slick-slider button.slick-arrow.slick-prev { left: 0; }
.hbg-generic-listing.show-listing-style .slick-slider button.slick-arrow.slick-next { right: 0; }

.hbg-generic-listing.image-on-the-right-half {  }
.hbg-generic-listing.image-on-the-right-half .generic-list-content {  }
.hbg-generic-listing.image-on-the-right-half .listing-wrapper {  }
.hbg-generic-listing.image-on-the-right-half .slick-list {  }
.hbg-generic-listing.image-on-the-right-half .slick-track {  }
.hbg-generic-listing.image-on-the-right-half .article { display: flex; }
.hbg-generic-listing.image-on-the-right-half .article .img-wrap { width: 50%; background-size: cover; background-position: center; order: 2; }
.hbg-generic-listing.image-on-the-right-half .article .item-info-wrapper { width: 50%; padding: 100px 15px; text-align: center; }
.hbg-generic-listing.image-on-the-right-half .article .item-info {  }
.hbg-generic-listing.image-on-the-right-half .article .item-info .title { margin: 0; font-weight: 600; line-height: 2; font-size: 32px; }
.hbg-generic-listing.image-on-the-right-half .article .item-info .wheel-wrapper { text-align: center; margin-bottom: 25px; }
.hbg-generic-listing.image-on-the-right-half .article .item-info .wheel-wrapper span { position: relative; padding: 0 50px; display: inline-block; }
.hbg-generic-listing.image-on-the-right-half .article .item-info .wheel-wrapper span:before { content: ''; clear: both; display: block; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: rgba(180,180,180,.5); z-index: -1; }
.hbg-generic-listing.image-on-the-right-half .article .item-info .wheel-wrapper span img { max-width: 55px; background-color: #fff; display: inline-block; padding: 0 15px; }
.hbg-generic-listing.image-on-the-right-half .article .item-info .data { margin-bottom: 25px; }
.hbg-generic-listing.image-on-the-right-half .article .item-info .cta-wrapper { margin-bottom: 25px; }
.hbg-generic-listing.image-on-the-right-half .article .item-info .cta-wrapper a {  }

.hbg-generic-listing.image-on-the-right-half .listing-wrapper.slick-slider { position: relative; }
.hbg-generic-listing.image-on-the-right-half .listing-wrapper.slick-slider button {  }
.slick-slider button.slick-arrow { position: absolute; top: calc(50% - 25px); display: block; width: 50px; height: 50px; border-radius: 50%; overflow: hidden; color: transparent; z-index: 2; background-color: rgba(0,0,0,0.5); border: none; }
.slick-slider button.slick-arrow:before { content: ''; clear: both; display: block; }
.slick-slider button.slick-arrow:after { content: ''; clear: both; display: block; }
.slick-slider button.slick-arrow.slick-prev { left: 15px; }
.slick-slider button.slick-arrow.slick-prev:before { width: 15px; height: 2px; background-color: #fff; position: absolute; left: 15px; transform: rotate(135deg); top: 17px; }
.slick-slider button.slick-arrow.slick-prev:after { width: 15px; height: 2px; background-color: #fff; position: absolute; left: 15px; transform: rotate(45deg); top: 27px; }
.slick-slider button.slick-arrow.slick-next { right: 15px; }
.slick-slider button.slick-arrow.slick-next:before { width: 15px; height: 2px; background-color: #fff; position: absolute; left: 17px; transform: rotate(45deg); top: 17px; }
.slick-slider button.slick-arrow.slick-next:after { width: 15px; height: 2px; background-color: #fff; position: absolute; left: 17px; transform: rotate(135deg); top: 27px; }

.hbg-generic-listing.homepage-special-list {  }
.hbg-generic-listing.homepage-special-list ul.glisting { padding: 0; }
.hbg-generic-listing.homepage-special-list ul.glisting li.glisting-item { list-style-type: none; }
.hbg-generic-listing.homepage-special-list ul.glisting li.glisting-item .article { height: 100%; background-color: #2a2e3e; padding-bottom: 100px; position: relative; }
.hbg-generic-listing.homepage-special-list ul.glisting li.glisting-item .article .img-wrap {  }
.hbg-generic-listing.homepage-special-list ul.glisting li.glisting-item .article .img-wrap img { width: 100%; }
.hbg-generic-listing.homepage-special-list ul.glisting li.glisting-item .article .item-info { text-align: center; padding: 15px; }
.hbg-generic-listing.homepage-special-list ul.glisting li.glisting-item .article .item-info .title {  }
.hbg-generic-listing.homepage-special-list ul.glisting li.glisting-item .article .item-info .data { padding: 30px 0; font-size: 20px; font-weight: 300; }
.hbg-generic-listing.homepage-special-list ul.glisting li.glisting-item .article .item-info .compass-wrapper span img { background-color: #2a2e3e; z-index: 2; position: relative; }
.hbg-generic-listing.homepage-special-list ul.glisting li.glisting-item .article .item-info .cta-wrapper { position: absolute; bottom: 35px; left: 0; width: 100%; }
.hbg-generic-listing.homepage-special-list ul.glisting li.glisting-item .article .item-info .cta-wrapper a {  }

.compass-wrapper { text-align: center; }
.compass-wrapper span { position: relative; padding: 0 50px; display: inline-block; }
.compass-wrapper span:before { content: ''; clear: both; display: block; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: rgba(180,180,180,.5); z-index: 1; }
.compass-wrapper span img { max-width: 55px; background-color: #fff; display: inline-block; padding: 0 15px; }


@media only screen and (min-width: 320px) and (max-width: 767px) { 
	.hbg-generic-listing.homepage-special-list ul.glisting li.glisting-item .article .item-info { margin-left: 15px; margin-right: 15px; }
	.hbg-generic-listing.image-on-the-right-half .article { flex-wrap: wrap; }
	.hbg-generic-listing.image-on-the-right-half .article .img-wrap { width: 100%; height: 250px; }
	.hbg-generic-listing.image-on-the-right-half .article .item-info-wrapper { width: 100%; padding: 25px 0; }
	.hbg-generic-listing.image-on-the-right-half .article .item-info .title { font-size: 26px; }
	.hbg-generic-listing.image-on-the-right-half .article .item-info .cta-wrapper { margin-bottom: 0; }
	.hbg-generic-listing.image-on-the-right-half .article .item-info .wheel-wrapper { margin-bottom: 15px; }
	.hbg-generic-listing.homepage-special-list ul.glisting li.glisting-item { margin-bottom: 25px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) { 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) { 
}


table.fc-col-header { margin-bottom: 0; }

.event-detail-content { margin-bottom: 50px; }
.event-detail-content .event-heading h1 { font-size: 42px; margin: 0; color: #2a2e3e; line-height: normal; }
.event-detail-content .event-heading .sub-heading{ font-size: 20px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: 1.33; letter-spacing: normal; color: #000000; }

.tour-page-hero-wrapper {  }
.tour-page-hero-wrapper .tour-page-hero-outer { height: 500px; background-color: #292d3d; display: flex; position: relative; }
.tour-page-hero-wrapper .module-wrapper { background-size: cover; background-position: center; height: calc(100% - 100px); width: 100%; }
.tour-page-hero-wrapper .tour-page-hero-inner { position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; }
.tour-page-hero-wrapper .tour-page-hero-header { display: inline-block; max-width: 660px; width: 100%; padding: 25px; background-color: #292d3d; border-radius: 30px 30px 0 0; }
.tour-page-hero-wrapper .tour-page-hero-header .tour-title { margin: 0; color: #fff; text-align: center; padding-bottom: 15px; font-size: 48px; font-weight: 600; }
.tour-page-hero-wrapper .tour-page-hero-header .tour-sub-title { color: #fff; display: block; text-align: center; }
.tour-page-hero-wrapper .tour-page-hero-header .wheel-wrapper { text-align: center; margin-bottom: 15px; }
.tour-page-hero-wrapper .tour-page-hero-header .wheel-wrapper span { position: relative; padding: 0 50px; display: inline-block; }
.tour-page-hero-wrapper .tour-page-hero-header .wheel-wrapper span:before { content: ''; clear: both; display: block; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: rgba(180,180,180,.5); z-index: 1; }
.tour-page-hero-wrapper .tour-page-hero-header .wheel-wrapper span img { background-color: #292d3d; padding: 0 15px; height: 25px; position: relative; z-index: 2;; }


.review-tour-wrapper > h4 { font-weight: bold; font-size: 30px; line-height: normal; text-align: center; }
.review-tour-wrapper .wheel-wrapper { text-align: center; margin-bottom: 25px; }
.review-tour-wrapper .wheel-wrapper span { position: relative; padding: 0 50px; display: inline-block; }
.review-tour-wrapper .wheel-wrapper span:before { content: ''; clear: both; display: block; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: rgba(180,180,180,.5); z-index: 1; }
.review-tour-wrapper .wheel-wrapper span img { background-color: #fff; padding: 0 15px; height: 25px; position: relative; z-index: 2;; }

.related-tour-wrapper {  }
.related-tour-wrapper > h4 { font-weight: bold; font-size: 30px; line-height: normal; text-align: center; }
.related-tour-wrapper .wheel-wrapper { text-align: center; margin-bottom: 25px; }
.related-tour-wrapper .wheel-wrapper span { position: relative; padding: 0 50px; display: inline-block; }
.related-tour-wrapper .wheel-wrapper span:before { content: ''; clear: both; display: block; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: rgba(180,180,180,.5); z-index: 1; }
.related-tour-wrapper .wheel-wrapper span img { background-color: #fff; padding: 0 15px; height: 25px; position: relative; z-index: 2;; }
.related-tour-wrapper .glisting-container {  }
.related-tour-wrapper .glisting-container {  }
.related-tour-wrapper .glisting-wrapper {  }
.related-tour-wrapper .glisting-content { gap: 15px; flex-wrap: nowrap; }
.related-tour-wrapper .listing-item-wrapper { width: 33.33%; box-shadow: 0 0px 10px 5px rgb(0 0 0/20%); -moz-box-shadow: 0 0px 10px 5px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 0px 10px 5px rgb(0 0 0/10%); border: 1px solid rgba(128, 128, 128, .1); border-radius: 15px; overflow: hidden; }
.related-tour-wrapper .listing-item-wrapper .img-wrap { height: 250px; }
.related-tour-wrapper .listing-item-wrapper .description-wrapper { padding: 15px; }
.related-tour-wrapper .listing-item-wrapper .description-wrapper .item-info { height: 100px; }
.related-tour-wrapper .listing-item-wrapper .description-wrapper .h3heading  { font-family: 'Palatino'; font-weight: bold; font-size: 24px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.related-tour-wrapper .listing-item-wrapper .description-wrapper .buy-now {  }

.related-tour-wrapper .glisting-content .listing-item-wrapper .description-wrapper .listing-price-btn .listing-duration { font-size: 16px; width: 50%; }
.related-tour-wrapper .glisting-content .listing-item-wrapper .description-wrapper .listing-price-btn .listing-duration:before { font-family: "Font Awesome 5 Free"; font-weight: 900; color: #000; display: inline-block; width: 15px; text-align: center; content: "\f017"; }
.related-tour-wrapper .glisting-content .listing-item-wrapper .description-wrapper .listing-price-btn .listing-duration label { font-size: 12px; }


.event-detail-content .tour-asset-slick { width: 100%; height: 500px; overflow: hidden; margin-bottom: 25px; position: relative; }
.event-detail-content .tour-asset-slick .slick-list { height: 100%; }
.event-detail-content .tour-asset-slick .slick-track { height: 100%; }
.event-detail-content .tour-asset-slick .slick-arrow { position: absolute; top: calc(50% - 25px); z-index: 2; color: transparent; border: none; width: 50px; height: 50px; border-radius: 50%; border: 1px solid #003181; }
.event-detail-content .tour-asset-slick .slick-arrow.slick-prev { left: 0; }
.event-detail-content .tour-asset-slick .slick-arrow.slick-prev:before { content: ''; background-color: #003181; width: 15px; height: 2px; position: absolute; transform: rotate(135deg); left: 15px; top: 17px; }
.event-detail-content .tour-asset-slick .slick-arrow.slick-prev:after { content: ''; background-color: #003181; width: 15px; height: 2px; position: absolute; transform: rotate(45deg); left: 15px; top: 27px; }
.event-detail-content .tour-asset-slick .slick-arrow.slick-next { right: 0; }
.event-detail-content .tour-asset-slick .slick-arrow.slick-next:before { content: ''; background-color: #003181; width: 15px; height: 2px; position: absolute; transform: rotate(45deg); left: 17px; top: 17px; }
.event-detail-content .tour-asset-slick .slick-arrow.slick-next:after { content: ''; background-color: #003181; width: 15px; height: 2px; position: absolute; transform: rotate(135deg); left: 17px; top: 27px; }
.event-detail-content .tour-asset-slick .tour-asset { padding: 0 15px; }
.event-detail-content .tour-asset-slick .tour-asset a { display: block; width: 100%; height: 100%; }
.event-detail-content .tour-asset-slick .tour-asset img { width: 100%; height: 100%; object-fit: cover; }

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.related-tour-wrapper .glisting-content { flex-wrap: wrap; }
	.related-tour-wrapper .listing-item-wrapper { width: 100%; }
	.tour-page-hero-wrapper .tour-page-hero-header .tour-title { font-size: 35px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}


.check-availability-wrapper { padding-bottom: 25px; }
.check-availability-wrapper .price-from-wrapper { font-size: 28px; }
.check-availability-wrapper .price-from-wrapper label { font-size: 22px; }
.check-availability-wrapper a.check-avail-action { display: block; background-color: #00745f; color: #fff; padding: 7px; text-align: center; }
.event-content #hb-commerce-sdk-root.has-check-availability { height: 0; overflow: hidden; }
.event-detail-content .event-content h2 { font-size: 24px; color: #2a2e3e; font-weight: bold; }
.event-content .select-tour-date-wrapper { box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07); padding: 15px; background: #ffffff; }
.event-content #hb-commerce-sdk-root { margin-bottom: 25px; }
.event-content #ticknovate-widget { margin-top: -50px; box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07); padding: 15px; background: #ffffff; margin-bottom: 25px; }
.event-content .tour-prices-notice { font-size: 12px; display: inline-block;}
.share-this-section > span { float: right; line-height: 30px; }
.share-this-section #my-inline-buttons { width: 175px; }
.ios-app { background-image: url(https://www.portlandspirit.com/wp-content/uploads/2020/03/download-mobile.png); background-repeat: no-repeat; padding-left: 55px; background-position: left center; }
.event-detail-content .event-content .tour-data-wrapper { margin-bottom: 25px; font-size: 16px; }
.event-detail-content .event-content .tour-data-wrapper.with-background-color { background-color: #fafafa; padding: 15px 25px; border-radius: 15px; }
.event-detail-content .event-content .tour-data-wrapper.about-this-experience-list ul { list-style: none; }
.event-detail-content .event-content .tour-data-wrapper.about-this-experience-list ul { padding-left: 30px; }
.event-detail-content .event-content .tour-data-wrapper.about-this-experience-list ul li {  }
.event-detail-content .event-content .tour-data-wrapper.about-this-experience-list ul li:before { content: "\f13d"; font-family: "Font Awesome 5 Free"; font-weight: 900; color: #000; padding-right: 10px; display: inline-block; width: 30px; text-align: center; margin-left: -30px; }
.event-detail-content .event-content .tour-data-wrapper.about-this-experience-list ul li.ages-icon:before { content: "\f2c2"; }
.event-detail-content .event-content .tour-data-wrapper.about-this-experience-list ul li.clock-icon:before { content: "\f017"; }
.event-detail-content .event-content .tour-data-wrapper.about-this-experience-list ul li.food-icon:before { content: "\f2e7"; }
.event-detail-content .event-content .tour-data-wrapper.about-this-experience-list ul li.views-icon:before { content: "\f1e5"; }
.event-detail-content .event-content .tour-data-wrapper.about-this-experience-list ul li.music-icon:before { content: "\f787"; }
.event-detail-content .event-content .tour-data-wrapper.about-this-experience-list ul li.non-smoking-icon:before { content: "\f54d"; }
.event-detail-content .event-content .tour-data-wrapper.about-this-experience-list ul li.vegan-icon:before { content: "\f787"; }
.event-detail-content .event-content .tour-data-wrapper.about-this-experience-list ul li.costumes-icon:before { content: "\f6e2"; }
.event-detail-content .event-content .tour-data-wrapper.about-this-experience-list ul li.stairs-icon:before { content: "\f554"; }
.event-detail-content .event-content .tour-data-wrapper.about-this-experience-list ul li.festive-icon:before { content: "\f786"; }
.event-detail-content .event-content .tour-data-wrapper.about-this-experience-list ul li.no-reserved-icon:before { content: "\f6c0"; }
.event-detail-content .event-content .tour-data-wrapper.about-this-experience-list ul li.shirt-icon:before { content: "\f553"; }
.event-detail-content .event-content .tour-data-wrapper.about-this-experience-list ul li.wheelchair-icon:before { content: "\f193"; }
.event-detail-content .event-content .tour-data-wrapper.about-this-experience-list ul li.cheers-icon:before { content: "\f79f"; }
.event-detail-content .event-content .whats-included {  }
.event-detail-content .event-content .whats-included ul { list-style: none; padding: 0; }
.event-detail-content .event-content .whats-included .inclusions ul li { background-image: url(https://client-assets2.hornblower.com/wp-content/uploads/sites/8/2024/03/check-solid.png); background-repeat: no-repeat; background-position: center left; padding-left: 35px; background-size: 20px; }
.event-detail-content .event-content .whats-included .exclusions ul li { background-image: url(https://client-assets2.hornblower.com/wp-content/uploads/sites/8/2024/03/x-solid.png); background-repeat: no-repeat; background-position: center left; padding-left: 35px; background-size: 20px; }

.event-detail-content .where-to-meet-map-wrapper { display: flex; gap: 30px; flex-wrap: wrap; margin-bottom: 35px; }
.event-detail-content .where-to-meet-map-wrapper h2 { font-size: 24px; color: #2a2e3e; font-weight: bold; width: 100%; }
.event-detail-content .where-to-meet-map-wrapper .tour-data-wrapper { width: calc(50% - 15px); font-size: 16px; }
.event-detail-content .where-to-meet-map-wrapper .tour-map-wrapper { width: calc(50% - 15px); }
.event-detail-content .where-to-meet-map-wrapper .tour-map-wrapper iframe {  }

.event-detail-content  .bwc-wrapper h2 { font-size: 24px; color: #2a2e3e; font-weight: bold; width: 100%; } 
.event-detail-content  .bwc-icon i { color: #000}
.event-detail-content  .bwc { background: #fafafa; border-radius: 16px}
.event-detail-content  .bwc.custom-bwc .d-none { display: none !important}
.event-detail-content  .bwc.custom-bwc .mb-0 { margin-bottom: 0 !important}
.event-detail-content  .bwc-text h3 {color: #000 !important;margin-bottom: 5px;margin-top: 10px;font-size: 20px;} 
.event-detail-content  .bwc-text p { margin-bottom: 0; font-size: 16px;}
.event-detail-content  .bwc-icon { width: 30px; padding-right: 15px}
.event-detail-content  .bwc-icon i,.bwc-icon svg { width: 100%}

.event-detail-content .event-content iframe { height: 400px; }

.event-detail-content .map-video-wrapper { display: flex; gap: 25px; margin-bottom: 25px; }
.event-detail-content .map-video-wrapper .tour-video-wrapper { width: 50%; }
.event-detail-content .map-video-wrapper .tour-video-wrapper iframe { height: 400px; }
.event-detail-content .map-video-wrapper .tour-map-wrapper { width: 50%; }
.event-detail-content .map-video-wrapper .tour-map-wrapper iframe { height: 400px; }

.event-detail-content .event-assets-v2 { padding: 25px 0; height: 250px; }
.event-detail-content .assets-wrapper-v2 { height: 100%; position: relative; }
.event-detail-content .assets-wrapper-v2 .slick-arrow { position: absolute; top: calc(50% - 25px); z-index: 2; display: block; width: 50px; height: 50px; border-radius: 50%; color: transparent; }
.event-detail-content .assets-wrapper-v2 .slick-arrow:before { content: ''; clear: both; display: block; width: 15px; height: 2px; background-color: #000; position: absolute; }
.event-detail-content .assets-wrapper-v2 .slick-arrow:after { content: ''; clear: both; display: block; width: 15px; height: 2px; background-color: #000; position: absolute; }
.event-detail-content .assets-wrapper-v2 .slick-arrow.slick-prev {  }
.event-detail-content .assets-wrapper-v2 .slick-arrow.slick-prev:before { transform: rotate(135deg); top: 17px; left: 12px; }
.event-detail-content .assets-wrapper-v2 .slick-arrow.slick-prev:after { transform: rotate(45deg); top: 27px; left: 12px; }
.event-detail-content .assets-wrapper-v2 .slick-arrow.slick-next { right: 0; }
.event-detail-content .assets-wrapper-v2 .slick-arrow.slick-next:before { transform: rotate(45deg); top: 17px; right: 12px; }
.event-detail-content .assets-wrapper-v2 .slick-arrow.slick-next:after { transform: rotate(135deg); top: 27px; right: 12px; }
.event-detail-content .assets-wrapper-v2 .slick-list { height: 100%; }
.event-detail-content .assets-wrapper-v2 .slick-track { height: 100%; }
.event-detail-content .assets-wrapper-v2 .slick-slide { padding: 0 15px; }
.event-detail-content .assets-wrapper-v2 .tour-asset {  }
.event-detail-content .assets-wrapper-v2 .tour-asset a { display: block; width: 100%; height: 100%; }
.event-detail-content .assets-wrapper-v2 .tour-asset img { width: 100%; height: 100%; object-fit: cover; }

.event-content { padding: 50px 0 30px; }

@media only screen and (min-width: 320px) and (max-width: 767px) {
	
	.event-detail-content .tour-asset-slick { height: 300px; }
	
	.event-content #hb-commerce-sdk-root { margin-top: 25px;}
	.event-content #ticknovate-widget { margin-top: 25px;}
	.event-detail-content .event-content iframe { height: 300px; }

	.event-detail-content .map-video-wrapper { display: block; }
	.event-detail-content .map-video-wrapper .tour-video-wrapper { width: 100%; margin-bottom: 15px; }
	.event-detail-content .map-video-wrapper .tour-video-wrapper iframe { height: 300px; }
	.event-detail-content .map-video-wrapper .tour-map-wrapper { width: 100%; margin-bottom: 15px; }
	.event-detail-content .map-video-wrapper .tour-map-wrapper iframe { height: 300px; }
	
	.event-detail-content .where-to-meet-map-wrapper {  }
	.event-detail-content .where-to-meet-map-wrapper .tour-data-wrapper { width: 100%; }
	.event-detail-content .where-to-meet-map-wrapper .tour-map-wrapper { width: 100%; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.event-detail-content .tour-asset-slick { height: 400px; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.event-detail-content .tour-asset-slick { height: 450px; }
}


.hbg-checkout-tour .title { color: #000000; font-size: 32px; font-weight: 500; line-height: normal; margin-top: 0; }
.hbg-checkout-tour .title.use-primary-color { color: #751038; }


.spinner { margin: 150px auto; width: 50px; height: 50px; position: relative; text-align: center; -webkit-animation: sk-rotate 2.0s infinite linear; animation: sk-rotate 2.0s infinite linear; }
.spinner-cal { margin: 0 auto; width: 50px; height: 50px; position: relative; text-align: center; -webkit-animation: sk-rotate 2.0s infinite linear; animation: sk-rotate 2.0s infinite linear; }

.dot1, .dot2 { width: 60%; height: 60%; display: inline-block; position: absolute; top: 0; background-color: #ccc; border-radius: 100%; -webkit-animation: sk-bounce 2.0s infinite ease-in-out; animation: sk-bounce 2.0s infinite ease-in-out; }

.dot2 { top: auto; bottom: 0; -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

.zoom-in-on-hover .vc_grid-item .vc_grid-item-mini { overflow: hidden; }
.zoom-in-on-hover .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone { -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.zoom-in-on-hover .vc_grid-item:hover .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone { -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); }

.hb-carousel { max-width: 800px; margin: 0 auto; }
.hb-carousel .carousel-indicators { bottom: 100px; }
.hb-carousel .carousel-indicators li {  }
.hb-carousel .carousel-inner {  }
.hb-carousel .carousel-inner.height-600px { height: 500px; }
.hb-carousel .carousel-inner .carousel-item { height: 100%; }
.hb-carousel .carousel-inner .carousel-item .hb-carousel-wrapper { background-size: cover; background-position: center center; width: 100%; height: 100%; }
.hb-carousel-content-wrapper { width: 100%; height: calc(100% - 100px); position: relative; border: 15px solid #f00; margin-bottom: 15px; }
.hb-carousel-content-wrapper .hb-carousel-image { float: left; width: 50%; height: 100%; }
.hb-carousel-content-wrapper .hb-carousel-content { float: left; width: 50%; height: 100%; display: flex; align-items: center; justify-content: center; background: #F4F4F4; }
.hb-carousel-wrapper .hb-carousel-overlay { width: 100%; height: 100%; background-color: rgba(0,0,0,0.4); position: absolute; top: 0; left: 0; }
.hb-carousel-content-wrapper .hb-carousel-content .hb-carousel-title { font-size: 36px; }
.hb-carousel-content-wrapper .hb-carousel-content .hb-carousel-date { font-size: 24px; }
.hb-carousel-content-wrapper .hb-carousel-content .hb-carousel-cta {  }
.hb-carousel-footer-wrapper { background-color: #333; padding: 15px; }
.hb-carousel .carousel-control-next, .hb-carousel .carousel-control-prev { height: calc(100% - 100px); }
.hb-carousel .hb-carousel-footer-wrapper .hb-carousel-footer-title { color: #fff; font-size: 18px; }
.hb-carousel .hb-carousel-footer-wrapper .hb-carousel-footer-date { color: #999999; font-size: 16px; }
.hb-carousel .hb-carousel-footer-wrapper .slider-footer-btn { display: block; padding: 15px; }
.carousel-control-prev-icon {  }
.carousel-control-next-icon {  }

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.hb-carousel-content-wrapper { height: calc(100% - 140px); }
	.hb-carousel .carousel-inner.height-600px {  }
	.hb-carousel-content-wrapper .hb-carousel-content .hb-carousel-title { font-size: 18px; }
	.hb-carousel-content-wrapper .hb-carousel-content .hb-carousel-date { font-size: 16px; }
	.hb-carousel-content-wrapper .hb-carousel-image { float: none; width: 100%; }
	.hb-carousel-content-wrapper .hb-carousel-content { display: none; }
}

.top-header-local { background-color: #364049; line-height: normal; }
.top-header-local .top-header-social { text-align: right; }
.top-header-local .top-header-social a { display: inline-block; color: #ffffff; margin-left: 15px; padding: 15px 0; font-size: 16px; }
.top-header-local .top-header-social a i { padding-right: 7px; }

.hbg-show-listing {  }
.hbg-show-listing .module-header {  }
.hbg-show-listing .module-header .title { line-height: normal; }
.hbg-show-listing .module-header h1.title {  }
.hbg-show-listing .module-header h2.title { font-size: 32px; }
.hbg-show-listing .module-header h3.title { font-size: 24px; }
.hbg-show-listing .module-header h4.title {  }
.hbg-show-listing .module-header h5.title {  }
.hbg-show-listing .module-header h6.title {  }
.hbg-show-listing .module-header .title red { color: #F02A1C; }
.hbg-show-listing .item-info .wheel-wrapper { text-align: center; }
.hbg-show-listing .item-info .wheel-wrapper span { position: relative; padding: 0 50px; display: inline-block; }
.hbg-show-listing .item-info .wheel-wrapper span:before { content: ''; clear: both; display: block; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: rgba(180,180,180,.5); z-index: -1; }
.hbg-show-listing .item-info .wheel-wrapper span img { max-width: 55px; background-color: #fff; display: inline-block; padding: 0 15px; }
.hbg-show-listing ul.glisting { list-style: none; padding: 0; margin: 0; }
.hbg-show-listing ul.glisting li { margin-bottom: 15px; padding-bottom: 15px; /*border-bottom: 1px solid;*/ }
.hbg-show-listing ul.glisting li .listing-item-wrapper {  }
.hbg-show-listing ul.glisting li .listing-item-wrapper:after {  }
.hbg-show-listing ul.glisting li .listing-item-wrapper .img-wrap { margin-bottom: 15px; }
.hbg-show-listing ul.glisting li .listing-item-wrapper .description-wrapper { text-align: center; }
.hbg-show-listing ul.glisting li .listing-item-wrapper .description-wrapper:after {  }
.hbg-show-listing ul.glisting li .listing-item-wrapper .description-wrapper .item-info {  }
.hbg-show-listing ul.glisting li .listing-item-wrapper .description-wrapper .item-info .h3heading { font-size: 24px; font-weight: 600; font-family: 'Palatino', serif; margin-bottom: 15px; }
.hbg-show-listing ul.glisting li .listing-item-wrapper .description-wrapper .item-info .sub-title { font-weight: 600; font-size: 24px; margin-bottom: 15px; }
.hbg-show-listing ul.glisting li .listing-item-wrapper .description-wrapper .item-info .tour-review { margin-bottom: 15px; font-size: 24px; }
.hbg-show-listing ul.glisting li .listing-item-wrapper .description-wrapper .item-info .description {  }
.hbg-show-listing ul.glisting li .listing-item-wrapper .description-wrapper .listing-price-btn { margin-bottom: 15px; display: flex; }
.hbg-show-listing ul.glisting li .listing-item-wrapper .description-wrapper .listing-starting-price { margin-bottom: 15px; font-size: 24px; line-height: normal; }
.hbg-show-listing ul.glisting li.specialty-cruises .listing-item-wrapper .description-wrapper .listing-starting-price { display: none; }
.hbg-show-listing ul.glisting li .listing-item-wrapper .description-wrapper .item-info .wheel-wrapper span {  }
.hbg-show-listing ul.glisting li .listing-item-wrapper .description-wrapper .item-info .wheel-wrapper img {  }
.hbg-show-listing .glisting-content.slick-slider {  }
.hbg-show-listing .glisting-content.slick-slider .slick-list { position: relative; }
.hbg-show-listing .glisting-content.slick-slider .slick-track {  }
.hbg-show-listing .glisting-content.slick-slider .slick-arrow { display: block; position: absolute; top: 50%; width: 50px; height: 50px; border-radius: 50%; color: transparent; z-index: 2; }
.hbg-show-listing .glisting-content.slick-slider .slick-arrow:before { content: ''; clear: both; display: block; }
.hbg-show-listing .glisting-content.slick-slider .slick-arrow:after { content: ''; clear: both; display: block; }
.hbg-show-listing .glisting-content.slick-slider .slick-arrow.slick-prev { left: 0; }
/*.hbg-show-listing .glisting-content.slick-slider .slick-arrow.slick-prev:before { width: 15px; height: 2px; background-color: #000; position: absolute; top: 17px; left: 12px; transform: rotate(135deg); }*/
/*.hbg-show-listing .glisting-content.slick-slider .slick-arrow.slick-prev:after { width: 15px; height: 2px; background-color: #000; position: absolute; top: 27px; left: 12px; transform: rotate(45deg); }*/
.hbg-show-listing .glisting-content.slick-slider .slick-arrow.slick-next { right: 0; }
/*.hbg-show-listing .glisting-content.slick-slider .slick-arrow.slick-next:before { width: 15px; height: 2px; background-color: #000; position: absolute; top: 17px; right: 14px; transform: rotate(45deg); }*/
/*.hbg-show-listing .glisting-content.slick-slider .slick-arrow.slick-next:after { width: 15px; height: 2px; background-color: #000; position: absolute; top: 27px; right: 14px; transform: rotate(135deg); }*/
.hbg-show-listing .glisting-content.slick-slider .slick-track .listing-item-outer-wrapper { padding: 0 15px; margin: 15px 0; }
.hbg-show-listing .glisting-content.slick-slider .slick-track .listing-item-wrapper { box-shadow: 0 0px 10px 5px rgb(0 0 0/20%); -moz-box-shadow: 0 0px 10px 5px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 0px 10px 5px rgb(0 0 0/10%); border: 1px solid rgba(128, 128, 128, .1); border-radius: 15px; overflow: hidden; }
.hbg-show-listing .glisting-content.slick-slider .slick-track .listing-item-wrapper .img-wrap { display: block; width: 100%; aspect-ratio: 5 / 4; }
.hbg-show-listing .glisting-content.slick-slider .slick-track .listing-item-wrapper .img-wrap img {  }
.hbg-show-listing .glisting-content.slick-slider .slick-track .listing-item-wrapper .description-wrapper { aspect-ratio: 5 / 3; display: flex; flex-wrap: wrap; align-content: space-between; padding: 15px; }
.hbg-show-listing .glisting-content.slick-slider .slick-track .listing-item-wrapper .description-wrapper .item-info { width: 100%; }
.hbg-show-listing .glisting-content.slick-slider .slick-track .listing-item-wrapper .description-wrapper .item-info .h3heading { font-family: 'Palatino'; font-weight: bold; font-size: 24px; margin-bottom: 15px; }
.hbg-show-listing .glisting-content.slick-slider .slick-track .listing-item-wrapper .description-wrapper .listing-price-btn { width: 100%; margin: 0; display: flex; align-items: center; }
.hbg-show-listing .glisting-content.slick-slider .slick-track .listing-item-wrapper .description-wrapper .listing-price-btn .buy-now { padding: 0; width: 50%; }
.hbg-show-listing .glisting-content.slick-slider .slick-track .listing-item-wrapper .description-wrapper .listing-price-btn .listing-starting-price { padding: 0; font-size: 28px; }
.hbg-show-listing .glisting-content.slick-slider .slick-track .listing-item-wrapper .description-wrapper .listing-price-btn .listing-starting-price label { font-size: 12px; }
.hbg-show-listing .glisting-content.slick-slider .slick-track .listing-item-wrapper .description-wrapper .listing-price-btn .listing-duration { padding: 0; font-size: 16px; width: 50%; }
.hbg-show-listing .glisting-content.slick-slider .slick-track .listing-item-wrapper .description-wrapper .listing-price-btn .listing-duration:before { font-family: "Font Awesome 5 Free"; font-weight: 900; color: #000; display: inline-block; width: 15px; text-align: center; content: "\f017"; }
.hbg-show-listing .glisting-content.slick-slider .slick-track .listing-item-wrapper .description-wrapper .listing-price-btn .listing-duration label { font-size: 12px; }
.hbg-show-listing .glisting-content.slick-slider .slick-track .listing-item-outer-wrapper.sightseeing-category .listing-item-wrapper .description-wrapper .listing-price-btn .listing-starting-price label { display: none; }
/*.hbg-show-listing .glisting-content.slick-slider .slick-track .listing-item-outer-wrapper.dining-cruises-category .listing-item-wrapper .description-wrapper .listing-price-btn .listing-starting-price { display: none; }*/
.hbg-show-listing .glisting-content.slick-slider .slick-track .listing-item-outer-wrapper.dining-cruises-category.dinner-cruises .listing-item-wrapper .description-wrapper .listing-price-btn .listing-starting-price { display: block; }
.hbg-show-listing .glisting-content.slick-slider .slick-track .listing-item-wrapper .description-wrapper .listing-price-btn .buy-now .btn.btn-primary { white-space: nowrap; }

.hbg-show-listing.main-tour-listing ul.glisting li .listing-item-wrapper .img-wrap { /*height: 500px;*/ aspect-ratio: 1110/500; }
.hbg-show-listing.main-tour-listing ul.glisting li .listing-item-wrapper .img-wrap img {  }
.hbg-show-listing.main-tour-listing ul.glisting li .listing-item-wrapper .description-wrapper {  }
.hbg-show-listing.main-tour-listing ul.glisting li .listing-item-wrapper .description-wrapper .item-info { margin-bottom: 15px; }
.hbg-show-listing.main-tour-listing ul.glisting li .listing-item-wrapper .description-wrapper .item-info .h3heading { font-size: 32px; font-family: 'Palatino', serif; }
.hbg-show-listing.main-tour-listing ul.glisting li .listing-item-wrapper .description-wrapper .listing-price-btn { display: flex; flex-wrap: wrap; justify-content: center; }
.hbg-show-listing.main-tour-listing ul.glisting li .listing-item-wrapper .description-wrapper .listing-price-btn .buy-now { margin-bottom: 15px; }
.hbg-show-listing.main-tour-listing ul.glisting li .listing-item-wrapper .description-wrapper .listing-price-btn .buy-now a {  }
.hbg-show-listing.main-tour-listing ul.glisting li .listing-item-wrapper .description-wrapper .listing-starting-price { width: 100%; max-width: 100%; flex: none; text-align: center !important; }
.hbg-show-listing.main-tour-listing ul.glisting li .listing-item-wrapper .description-wrapper .listing-starting-price label {  }


.top-banner-wrapper { position: relative; line-height: normal; background-color: #e9ae13; text-align: center; color: #30373E; }
.top-banner-wrapper .banner-text-wrapper { position: relative; z-index: 2; padding: 7px; color: #2a2e3e !important; }
.top-banner-wrapper .banner-text-wrapper strong { color: #30373E; }


.hbg-block-content {  }
.hbg-block-content .module-header {  }
.hbg-block-content .module-header .title {  }
.hbg-block-content .module-header h1.title { font-size: 36px; }
.hbg-block-content .module-header h2.title { font-size: 32px; }
.hbg-block-content .module-header h3.title {  }
.hbg-block-content .module-header h4.title {  }
.hbg-block-content .module-header h5.title {  }
.hbg-block-content .module-header h6.title { ; }
.hbg-block-content .module-header .sub-title {  }
.hbg-block-content .module-header .anchor-wrapper { text-align: center; margin-bottom: 15px; }
.hbg-block-content .module-header .anchor-wrapper span { position: relative; padding: 0 50px; display: inline-block; }
.hbg-block-content .module-header .anchor-wrapper span:before { content: ''; clear: both; display: block; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: rgba(180,180,180,.5); z-index: 1; }
.hbg-block-content .module-header .anchor-wrapper span img { max-width: 55px; background-color: #fff; display: inline-block; padding: 0 15px; z-index: 2; position: relative; }
.hbg-block-content .module-header .anchor-wrapper span img.ltgrey { background-color: #f4f4f4; }
.hbg-block-content .module-header .wheel-wrapper, .hbg-display-tour .module-wrapper .wheel-wrapper { text-align: center; margin-bottom: 15px; }
.hbg-block-content .module-header .wheel-wrapper span, .hbg-display-tour .module-wrapper .wheel-wrapper span { position: relative; padding: 0 50px; display: inline-block; }
.hbg-block-content .module-header .wheel-wrapper span:before, .hbg-display-tour .module-wrapper .wheel-wrapper span:before {content: '';clear: both;display: block;position: absolute;top: 50%;left: 0;width: 100%;height: 2px;background-color: rgba(180,180,180,.5);z-index: 1;}
.hbg-block-content .module-header .wheel-wrapper span img, .hbg-display-tour .module-wrapper .wheel-wrapper span img {max-width: 55px;/* background-color: #f4f4f4; */display: inline-block;padding: 0 15px;position: relative;z-index: 2;}
.hbg-block-content.wheel-background-color-green .module-header .wheel-wrapper span img { background-color: #00745f; }
.hbg-block-content .image-before-header { aspect-ratio: 4 / 3; }
.hbg-block-content .image-before-header img { width: 100%; height: 100%; object-fit: cover; }
.hbg-block-content .image-before-header img.height-auto { height: auto; }
.hbg-block-content .image-before-content { margin-bottom: 15px; }
.hbg-block-content .module-header .note {  }
.hbg-block-content .module-header .title red { color: #C62E29; }
.hbg-block-content .module-header .title yellow { color: #FFC72C; }
.hbg-block-content .module-header .title green { color: #36826E; }
.hbg-block-content .content { margin-bottom: 15px; }
.hbg-block-content .content p { margin-bottom: 20px; }
.hbg-block-content .content figure {  }
.hbg-block-content .content figure.alignleft {  }
.hbg-block-content .content figure img {  }
.hbg-block-content .content figure strong {  }
.hbg-block-content .content a:not(.btn) { color: #00745f; }
.hbg-block-content .cta-wrapper {  }
.hbg-block-content .cta-wrapper a.btn-primary { margin-bottom: 15px; margin-top: 15px; }
.hbg-block-content .cta-wrapper a.btn-primary { margin-left: 8px; margin-right: 8px; }
/*.hbg-block-content .cta-wrapper a.btn-primary:first-child { margin-left: 0; }*/

.hbg-block-content.homepage-hero {  }
.hbg-block-content.homepage-hero .module-wrapper { background-size: cover; background-position: center; height: 700px; display: flex; align-items: center; justify-content: center; }
/*.hbg-block-content.homepage-hero .module-wrapper:after { content: ''; clear: both; display: block; transform: rotate(180deg); background-size: 100.1% 100%; height: 6%; width: 100%; background-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%201500%20150%22%3E%3Cpath%20fill%3D%22rgba(255%2C%20255%2C%20255%2C%201)%22%20d%3D%22M0%200v75l47.8%2024.7c26.3%2013.6%2073.1%2012%20104-3.7l73.6-37.2c31-15.6%2082.8-18.5%20115.3-6.5l70.8%2026.3C444%2090.6%20497%2089.9%20529%2076.9l57.2-23c32.1-13%2084-11.5%20115.4%203.2l93%2043.6c31.3%2014.7%2082.8%2015.1%20114.4.9l54.7-24.7c31.5-14.3%2084.2-16.7%20117-5.4l11.3%204c32.8%2011.2%2086.3%2011%20119-.5l89.6-31.6c32.7-11.5%2086-11%20118.4%201.2l81%2030.4V0H0z%22%2F%3E%3C%2Fsvg%3E'); position: absolute; bottom: 0; left: 0; z-index: 2; }*/
.hbg-block-content.homepage-hero .module-wrapper:after { content: ''; clear: both; display: block; height: 6%; width: 100%; position: absolute; bottom: -1px; left: 0; z-index: 2; background-image: url(https://client-assets2.hornblower.com/wp-content/uploads/sites/8/2024/03/White-Wave-png.png); background-repeat: repeat-x; background-size: auto; }
.hbg-block-content.homepage-hero .module-wrapper:before { content: ''; clear: both; display: block; height: 8%; width: 100%; position: absolute; bottom: -10px; left: 0; z-index: 2; background-image: url(https://client-assets2.hornblower.com/wp-content/uploads/sites/8/2024/04/White-Wave-png-transparent.png); background-repeat: repeat-x; background-size: auto; }
/*.hbg-block-content.homepage-hero .module-wrapper:after { content: ''; position: absolute; bottom: -1px; left: 0; z-index: 1; background-repeat: repeat-x; background-size: auto; transform: rotate(180deg); background-size: 100.1% 100%; height: 6%; width: 100%; background-image: url(https://client-assets2.hornblower.com/wp-content/uploads/sites/8/2024/03/wave-svg.svg); z-index: 1; }
.hbg-block-content.homepage-hero:after { transform: rotate(180deg); height: 7%; width: 100%; content: ''; display: block; width: 100%; z-index: 1; position: absolute; bottom: 0; background-image: url(https://client-assets2.hornblower.com/wp-content/uploads/sites/8/2024/03/wave-2.svg); }*/
.hbg-block-content.homepage-hero .module-wrapper .image-listing-zoom-interval-wrapper { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.hbg-block-content.homepage-hero .module-wrapper .image-listing-zoom-interval-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: opacity .05s ease-in-out; -moz-transition: opacity .05s ease-in-out; -webkit-transition: opacity .05s ease-in-out; position: absolute; top: 0; left: 0; }
.hbg-block-content.homepage-hero .module-wrapper .image-listing-zoom-interval-wrapper img.active { transition: transform 5s; z-index: 2; }
.hbg-block-content.homepage-hero .module-wrapper .image-listing-zoom-interval-wrapper img.active.zoom { transform: scale(1.5); }
.hbg-block-content.homepage-hero .module-inner-wrapper { position: relative; z-index: 2; }
.hbg-block-content.homepage-hero .module-inner-wrapper .module-header {  }
.hbg-block-content.homepage-hero .module-inner-wrapper .module-header .title { margin: 0; color: #fff; text-align: center; padding-bottom: 100px; font-size: 76px; font-weight: 600; line-height: normal; text-shadow: 8px 3px 13px #2a2e3e; }
.hbg-block-content.homepage-hero .module-inner-wrapper .module-header .sub-title {  }
.hbg-block-content.homepage-hero .module-inner-wrapper .cta-wrapper { text-align: center; }

.hbg-block-content.image-on-left-two-third {  }
.hbg-block-content.image-on-left-two-third .module-inner-wrapper { display: flex; }
.hbg-block-content.image-on-left-two-third .image-before-header { width: 66.66%; aspect-ratio: auto; }
.hbg-block-content.image-on-left-two-third .image-before-header img {  }
.hbg-block-content.image-on-left-two-third .module-header-content-cta { width: 33.33%; display: flex; align-items: center; padding: 75px 15px; }
.hbg-block-content.image-on-left-two-third .module-header-content-cta-inner {  }
.hbg-block-content.image-on-left-two-third .module-header {  }
.hbg-block-content.image-on-left-two-third .module-header .title {  }
.hbg-block-content.image-on-left-two-third .module-content {  }
.hbg-block-content.image-on-left-two-third .cta-wrapper {  }

.hbg-block-content.image-on-left-one-forth .module-inner-wrapper { display: flex; }
.hbg-block-content.image-on-left-one-forth .image-before-header { width: 25%; }
.hbg-block-content.image-on-left-one-forth .image-before-header img {  }
.hbg-block-content.image-on-left-one-forth .module-header-content-cta { width: 75%; padding: 0 15px; }

.hbg-block-content.image-on-right-two-third .module-inner-wrapper { display: flex; }
.hbg-block-content.image-on-right-two-third .image-before-header { width: 66.66%; order: 2;  aspect-ratio: auto; }
.hbg-block-content.image-on-right-two-third .image-before-header img {  }
.hbg-block-content.image-on-right-two-third .module-header-content-cta { width: 33.33%; display: flex; align-items: center; padding: 75px 15px; }

.hbg-block-content.image-on-right-half-half .module-inner-wrapper { display: flex; }
.hbg-block-content.image-on-right-half-half .image-before-header { width: 50%; order: 2; }
.hbg-block-content.image-on-right-half-half .image-before-header img {  }
.hbg-block-content.image-on-right-half-half .module-header-content-cta { width: 50%; display: flex; align-items: center; }

.hbg-block-content.image-on-left-half-half .module-inner-wrapper { display: flex; }
.hbg-block-content.image-on-left-half-half .image-before-header { width: 50%;  }
.hbg-block-content.image-on-left-half-half .image-before-header img {  }
.hbg-block-content.image-on-left-half-half .module-header-content-cta { width: 50%; display: flex; align-items: center; }


.hbg-block-content.hero-with-title {  }
.hbg-block-content.hero-with-title .module-wrapper { height: 250px; display: flex; align-items: end; background-size: cover; }
.hbg-block-content.hero-with-title .module-wrapper:before { content: ''; clear: both; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,116,95,0.5); }
.hbg-block-content.hero-with-title .module-wrapper .module-inner-wrapper { position: relative; z-index: 2; }
.hbg-block-content.hero-with-title .module-wrapper .module-header {  }
.hbg-block-content.hero-with-title .module-wrapper .module-header .title { color: #fff; }

.hbg-block-content.page-hero {  }
.hbg-block-content.page-hero .module-wrapper { background-size: cover; background-position: center; height: 400px; display: flex; align-items: end; justify-content: center; }
.hbg-block-content.page-hero .module-wrapper:after { /*content: ''; clear: both; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5);*/ }
.hbg-block-content.page-hero .module-inner-wrapper { position: relative; z-index: 2; padding-bottom: 25px; }
.hbg-block-content.page-hero .module-inner-wrapper .module-header {  }
.hbg-block-content.page-hero .module-inner-wrapper .module-header .title { margin: 0; color: #fff; text-align: center; padding-bottom: 15px; font-size: 48px; font-weight: 600; }
.hbg-block-content.page-hero .module-inner-wrapper .module-header .wheel-wrapper span {  }
.hbg-block-content.page-hero .module-header .wheel-wrapper span:before { content: none; }
.hbg-block-content.page-hero .module-inner-wrapper .module-header .wheel-wrapper span img { background-color: transparent; }
.hbg-block-content.page-hero .module-inner-wrapper .module-header .sub-title { color: #fff; display: block; text-align: center; }
.hbg-block-content.page-hero .module-inner-wrapper .cta-wrapper { text-align: center; }

.hbg-block-content.page-hero-v2 {  }
.hbg-block-content.page-hero-v2 .module-inner-block-content { height: 500px; background-color: #292d3d; display: flex; position: relative; }
.hbg-block-content.page-hero-v2 .module-wrapper { background-size: cover; background-position: center; height: calc(100% - 100px); width:100%; }
.hbg-block-content.page-hero-v2 .module-wrapper:after {  }
.hbg-block-content.page-hero-v2 .module-outer-wrapper { position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; }
.hbg-block-content.page-hero-v2 .module-inner-wrapper { display: inline-block; max-width: 660px; width: 100%; padding: 25px; background-color: #292d3d; border-radius: 30px 30px 0 0; }
.hbg-block-content.page-hero-v2 .module-inner-wrapper .module-header {  }
.hbg-block-content.page-hero-v2 .module-inner-wrapper .module-header .title { margin: 0; color: #fff; text-align: center; padding-bottom: 15px; font-size: 48px; font-weight: 600; }
.hbg-block-content.page-hero-v2 .module-inner-wrapper .module-header .wheel-wrapper { margin-bottom: 10px; }
.hbg-block-content.page-hero-v2 .module-inner-wrapper .module-header .wheel-wrapper span img { background-color: #2a2e3e; z-index: 2; position: relative; }
.hbg-block-content.page-hero-v2 .module-inner-wrapper .module-header .wheel-wrapper span:before { background-color: #fff; z-index: 1; height: 1px; }
.hbg-block-content.page-hero-v2 .module-inner-wrapper .module-header .wheel-wrapper span img {  }
.hbg-block-content.page-hero-v2 .module-inner-wrapper .module-header .sub-title { color: #fff; display: block; text-align: center; }
.hbg-block-content.page-hero-v2 .module-inner-wrapper .cta-wrapper { text-align: center; }


.hbg-block-content.vessel-block-info {  }
.hbg-block-content.vessel-block-info .image-before-header { aspect-ratio: 4 / 2; }
.hbg-block-content.vessel-block-info .image-before-header img {  }
.hbg-block-content.vessel-block-info .module-header { border-top-left-radius: 20px; border-top-right-radius: 20px; background-image: none; background-color: #2a2e3e; padding: 10px; margin: -3% 25% 3%; position: relative; }
.hbg-block-content.vessel-block-info .module-header .title { color: #fff; text-align: center; margin-top: 0; }
.hbg-block-content.vessel-block-info .module-header .sub-title { color: #fff; text-align: center; margin-bottom: 15px; }
.hbg-block-content.vessel-block-info .module-header .wheel-wrapper { margin-bottom: 10px; }
.hbg-block-content.vessel-block-info .module-header .wheel-wrapper span img { background-color: #2a2e3e; z-index: 2; position: relative; }
.hbg-block-content.vessel-block-info .module-header .wheel-wrapper span:before { background-color: #fff; z-index: 1; height: 1px; }
.hbg-block-content.vessel-block-info .module-header .anchor-wrapper { margin-bottom: 10px; }
.hbg-block-content.vessel-block-info .module-header .anchor-wrapper span img { background-color: #2a2e3e; z-index: 2; position: relative; }
.hbg-block-content.vessel-block-info .module-header .anchor-wrapper span:before { background-color: #fff; z-index: 1; height: 1px; }
.hbg-block-content.vessel-block-info .content { text-align: text-center; }

.hbg-block-content.sample-menus-item {  }
.hbg-block-content.sample-menus-item .module-inner-wrapper { background-color: #e9ae11; }
.hbg-block-content.sample-menus-item .module-inner-wrapper .module-header-content-cta {  }
.hbg-block-content.sample-menus-item .module-inner-wrapper .module-header-content-cta-inner { padding: 15px; }
.hbg-block-content.sample-menus-item .module-inner-wrapper .module-header-content-cta .module-header {  }
.hbg-block-content.sample-menus-item .module-inner-wrapper .module-header-content-cta .module-content {  }
.hbg-block-content.sample-menus-item .module-inner-wrapper .module-header-content-cta .content {  }

.hbg-block-content.modal-popup-block { padding: 25px; }
.hbg-block-content.modal-popup-block .module-header {  }
.hbg-block-content.modal-popup-block .module-header .title {  }
.hbg-block-content.modal-popup-block .module-content { font-size: 14px; }

.hbg-block-content.popup-sample-menu {  }
.hbg-block-content.popup-sample-menu .module-inner-wrapper { display: flex; flex-wrap: wrap; gap: 30px; align-items: end; padding: 25px; }
.hbg-block-content.popup-sample-menu .module-inner-wrapper .image-before-header { width: calc(25% - 15px); }
.hbg-block-content.popup-sample-menu .module-inner-wrapper .image-before-header img {  }
.hbg-block-content.popup-sample-menu .module-inner-wrapper .module-header { width: calc(75% - 15px); }
.hbg-block-content.popup-sample-menu .module-inner-wrapper .module-header .title {  }
.hbg-block-content.popup-sample-menu .module-inner-wrapper .module-content { width: 100%; font-size: 14px; }


@media only screen and (min-width: 320px) and (max-width: 767px) {
	.hbg-block-content .module-header h1.title {  }
	.hbg-block-content .module-header h2.title { font-size: 25px; }
	.hbg-block-content .module-header h3.title {  }
	.hbg-block-content .module-header h4.title {  }
	.hbg-block-content .module-header h5.title {  }
	.hbg-block-content .module-header .sub-title {  }
	
	.hbg-block-content.image-on-left-two-third .module-inner-wrapper { display: block; }
	.hbg-block-content.image-on-left-two-third .image-before-header { width: 100%; }
	.hbg-block-content.image-on-left-two-third .module-header-content-cta { width: 100%; }

	.hbg-block-content.image-on-right-two-third .module-inner-wrapper { display: block; }
	.hbg-block-content.image-on-right-two-third .image-before-header { width: 100%; }
	.hbg-block-content.image-on-right-two-third .module-header-content-cta { width: 100%; }

	.hbg-generic-listing.homepage-ultimate { padding: 50px 0; }
	.hbg-generic-listing.homepage-ultimate .module-header .background-text-on-header { display: none; }
	
	.hbg-block-content.image-on-right-half-half .module-inner-wrapper { display: block; }
	.hbg-block-content.image-on-right-half-half .image-before-header { width: 100%; }
	.hbg-block-content.image-on-right-half-half .module-header-content-cta { width: 100%; }

	.hbg-block-content.image-on-left-half-half .module-inner-wrapper { display: block; }
	.hbg-block-content.image-on-left-half-half .image-before-header { width: 100%; }
	.hbg-block-content.image-on-left-half-half .module-header-content-cta { width: 100%; }

	.hbg-block-content.image-on-left-one-forth .module-inner-wrapper { display: block; }
	.hbg-block-content.image-on-left-one-forth .image-before-header { width: 100%; }
	.hbg-block-content.image-on-left-one-forth .image-before-header img {  }
	.hbg-block-content.image-on-left-one-forth .module-header-content-cta { width: 100%; display: }

	.hbg-block-content.page-hero-v2 .module-inner-block-content { height: 450px; }
	.hbg-block-content.page-hero-v2 .module-inner-wrapper .module-header .title { font-size: 28px; }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
	.hbg-block-content.image-on-left-two-third .module-header-content-cta { padding: 15px; }
	.hbg-block-content.image-on-right-two-third .module-header-content-cta { padding: 15px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hbg-block-content.image-on-left-two-third .module-header-content-cta { padding: 25px 15px; }
	.hbg-block-content.image-on-right-two-third .module-header-content-cta { padding: 25px 15px; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hbg-block-content.image-on-left-two-third .module-header-content-cta { padding: 50px 15px }
	.hbg-block-content.image-on-right-two-third .module-header-content-cta { padding: 50px 15px }
}


.find-a-tour {  }
.find-a-tour .module-header {  }
.find-a-tour .module-header .title { line-height: 1; }
.find-a-tour .find-tour-wrapper {  }
.find-a-tour .find-tour-wrapper ul {  }
.find-a-tour .find-tour-wrapper ul li {  }
.find-a-tour .find-tour-wrapper ul li .select-wrapper {  }
.find-a-tour .find-tour-wrapper ul li .select-wrapper select {  }
.find-a-tour .find-tour-wrapper ul li .select-date-wrapper {  }
.find-a-tour .find-tour-wrapper ul li .select-date-wrapper input[type=text] {  }
.find-a-tour .find-tour-wrapper ul li .select-date-wrapper input[type=submit] {  }

.find-a-tour.homepage { background-image: url(https://client-assets2.hornblower.com/wp-content/uploads/sites/10/2022/04/thumb-3.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; padding: 200px 0 50px; }
.find-a-tour.homepage .module-header { text-align: center; }
.find-a-tour.homepage .module-header .title { font-size: 50px; color: #FFFFFF; font-weight: 700; margin-bottom: 25px; text-shadow: rgb(0 0 0 / 50%) 5px 5px 15px; }
.find-a-tour.homepage .find-tour-wrapper ul li .select-wrapper { display: block; background-color: #fff; padding: 15px; border-radius: 50px; }
.find-a-tour.homepage .find-tour-wrapper ul li .select-wrapper select { border: none; width: 100%; }
.find-a-tour.homepage .find-tour-wrapper ul li .select-date-wrapper { display: block; background-color: #fff; padding: 15px; border-radius: 50px; }
.find-a-tour.homepage .find-tour-wrapper ul li .select-date-wrapper input[type=text] { background-color: transparent; border: none; box-shadow: none; }
.find-a-tour.homepage .find-tour-wrapper ul li .select-button-wrapper { display: block; background-color: transparent; padding: 15px; border-radius: 50px; }
.find-a-tour.homepage .find-tour-wrapper ul li .select-button-wrapper button { width: 100%; padding: 25px 15px; }



@media only screen and (min-width: 320px) and (max-width: 767px) {
	.find-a-tour.homepage .module-header .title { font-size: 32px; margin-bottom: 15px; }
	.find-a-tour.homepage .find-tour-wrapper ul li { padding: 0; }
	.find-a-tour.homepage .find-tour-wrapper ul li .select-wrapper { padding: 7px; }
	.find-a-tour.homepage .find-tour-wrapper ul li .select-date-wrapper { padding: 7px; }
	.find-a-tour.homepage .find-tour-wrapper ul li .select-button-wrapper { padding: 7px; }
	.find-a-tour.homepage .find-tour-wrapper ul li .select-button-wrapper button { padding: 15px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

.event-tour-tags { background: #f4f4f4; padding: 20px; margin-bottom: 40px; } 
.event-tour-tags .fa { color: red; position: absolute; left: 24px; top: 5px; } 
.event-tour-tags .col span { display: block; padding-left: 30px; line-height: 24px; } 
.event-tour-tags .col span.tag-title { font-weight: 600; color: #363636; font-size: 14px; } 
.event-tour-tags .col span.tag-value { font-size: 14px; } 
.event-description-box > h2:first-child { margin-top: 0; } 


.hbg-custom-sdk {  }
.hbg-custom-sdk .module-header {  }
.hbg-custom-sdk .module-header .title { color: #003084; text-transform: uppercase; line-height: 1.2; }
.hbg-custom-sdk .module-header h1.title { font-size: 42px; }
.hbg-custom-sdk .module-header h2.title { font-size: 36px; }
.hbg-custom-sdk .module-header h3.title {  }
.hbg-custom-sdk .module-header h4.title {  }
.hbg-custom-sdk .module-header h5.title {  }
.hbg-custom-sdk .module-header h6.title { ; }
.hbg-custom-sdk .module-header .sub-title {  }


.grid-column-four {  }
.grid-column-four ul.wpb_image_grid_ul { margin-left: -15px; margin-right: -15px; display: flex; flex-wrap: wrap; }
.grid-column-four ul.wpb_image_grid_ul li { width: 25% !important; position: relative !important; top: auto !important; left: auto !important; margin: 0 0 15px !important; padding: 0 15px !important; }
.grid-column-four ul.wpb_image_grid_ul li a { width: 100%; height: 100%; }
.grid-column-four ul.wpb_image_grid_ul li img { width: 100%; height: 100%; object-fit: cover; }

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.grid-column-four ul.wpb_image_grid_ul li { width: 50% !important; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed { border: none; }

.fluid-width-video-wrapper { padding-top: 56.25% !important; }
iframe { max-width: 100%; width: 100%; }


.fc .fc-daygrid-event-harness {  }
.fc .fc-daygrid-event-harness a { flex-wrap: wrap; }
.fc .fc-daygrid-event-harness .show-img { display: block; width: 100%; margin-bottom: 7px; }
.fc .fc-daygrid-event-harness .show-img img { width: 100%; height: 100%; object-fit: cover; }
.fc .fc-daygrid-event-harness .show-title { display: block; width: 100%; margin-bottom: 7px; text-align: center; padding: 0 7px; font-family: 'Palatino', serif; color: #00745f; }
.fc .fc-daygrid-event-harness .show-times { display: block; width: 100%; margin-bottom: 7px; text-align: center; padding: 0 7px; }
.fc .fc-daygrid-event-harness .show-times a { color: #00745f; background-color: #e9ae11; border-radius: 5px; padding: 7px; text-decoration: none; display: inline-block; font-size: 14px; }

.vc_toggle { border: 1px solid rgba(0, 0, 0, .05) }
.vc_toggle_title { background-color: #F7F7F7; padding: 15px !important; }
.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon { display: none !important; }
.vc_toggle_title>h4 { color: #00745f; }
.vc_toggle_content {  }


.newsletter-slideout-wrapper { position: fixed; top: 15em; z-index: 9999999999; right: 0; transition: all .5s ease-in; width: 340px; background: #00745f; } 
.newsletter-slideout-wrapper-hidden { right: -350px; } 
.newsletter-slideout-wrapper button { position: absolute; background: none; color: #fff; border: none; left: 4px; top: 4px; } 
.newsletter-slideout-wrapper iframe { border: none; } 
.newsletter-slideout-wrapper a { }
@media(max-width:768px){
    .newsletter-slideout-wrapper{ display:none !important;}
	.pp_content_container .pp_gallery { display: none !important; }
}


.search-tour-date-wrapper { background-color: #292d3d; padding: 15px; }
.search-tour-date-wrapper .search-tour-date { display: flex; align-items: center; gap: 25px; }
.search-tour-date-wrapper .search-start-date { width: 33.33%; }
.search-tour-date-wrapper .search-start-date label { display: block; color: #fff; }
.search-tour-date-wrapper .search-start-date input { width: 100%; padding: 5px; }
.search-tour-date-wrapper .search-end-date { width: 33.33%; }
.search-tour-date-wrapper .search-end-date label { display: block; color: #fff; }
.search-tour-date-wrapper .search-end-date input { width: 100%; padding: 5px; }
.search-tour-date-wrapper .search-submit { width: 33.33%; }
.search-tour-date-wrapper .search-submit button { padding: 15px 45px; }
@media(max-width:768px){
    .search-tour-date-wrapper .search-tour-date { flex-direction: column; } 
.search-tour-date-wrapper .search-tour-date > div { width: 100%; } 
    .search-tour-date-wrapper .search-submit button { padding: 12px 45px; }
}

a.glink.gt-current-lang img {
	opacity: 1 !important;
}
.site-content { margin-top: -10px; }


access-widget-ui button.container { z-index: 1000 !important; }
button.container { z-index: 1000 !important; }
button[part=acsb-trigger].container { z-index: 1000 !important; }
button.container[part=acsb-trigger] { z-index: 1000 !important; }
button[part=acsb-trigger] { z-index: 1000 !important; }
button[part="acsb-trigger"] { z-index: 1000 !important; }
button[part='acsb-trigger'] { z-index: 1000 !important; }
button[data-testid=acsb-trigger] { z-index: 1000 !important; }
button[data-testid='acsb-trigger'] { z-index: 1000 !important; }
button[data-testid="acsb-trigger"] { z-index: 1000 !important; }

/* why not showing??? */


.tour-reviews-wrapper > h4 { font-weight: bold; font-size: 30px; line-height: normal; text-align: center; }
.tour-reviews-wrapper .wheel-wrapper { text-align: center; margin-bottom: 25px; }
.tour-reviews-wrapper .wheel-wrapper span { position: relative; padding: 0 50px; display: inline-block; }
.tour-reviews-wrapper .wheel-wrapper span:before { content: ''; clear: both; display: block; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: rgba(180,180,180,.5); z-index: 1; }
.tour-reviews-wrapper .wheel-wrapper span img { background-color: #fff; padding: 0 15px; height: 25px; position: relative; z-index: 2;; }
.tour-reviews {	gap: 20px; font-size: 16px; }
.tour-review { width: 100%; box-shadow: 0 0 6px 0px #0000001f; border-radius: 10px; padding: 20px; gap: 10px; }
.tour-reviews p { font-size: 16px; }
.tour-review i { color: #e9ae11; }
@media screen and (max-width: 767px) {
	.tour-reviews {
		flex-wrap: wrap;
	}
}