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

.detail-icon {
  width: 15px;
  display: inline-flex;
  justify-content: center;
}

p.vc_custom_heading.vc_do_custom_heading {
  font-weight: 700;
}
#lightbox {
  position: fixed !important;
  top: 25% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.calendar-icon:before {
  content: "";
  background: url(/wp-content/uploads/2024/06/mdi_clock.svg);
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-flex;
  background-size: contain;
  background-repeat: no-repeat;
  align-items: center;
  margin-right: 5px;
  background-position: center;
}

.center-aln {
    text-align: center !important;
}

button.ubtn {
    border-radius: 10px;
    font-size: 30px;
    padding: 20px 30px;
}

.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
    padding: 0px !important;
}

.post h1.vc_custom_heading.vc_do_custom_heading{
    font-size: 46px !important;
    color: #e26629;
    text-align: center;
    width: 90%;
    display: block;
    margin: auto;
}

.page .post_text {
display: none;
}
/*quick detail post*/

.image_slides .vc_single_image-wrapper {
  height: 512px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.quick-details-box {
    border-left: 4px solid var(--primary-color, #E26629); /* Orange left border */
    border-radius: 8px;
    padding: 16px;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.10);
    margin: 20px 0;
    font-family: inherit; /* Use the theme's font */
}

.quick-details-box h2 {
    font-size: 40px;
    font-weight: bold;
    color: var(--primary-color, #E26629);
    margin: 0 0 10px;
}

.quick-details-box p {
    margin: 8px 0;
    font-size: 16px;
    color: #333;
}

.quick-details-box p span.detail-icon {
    margin-right: 8px;
    color: var(--primary-color, #E26629);
}

.quick-details-box p span.detail-value {
    font-weight: bold;
    color: var(--primary-color, #E26629);
}


.post .page_text {
display: none;
}

 
.vc_custom_heading.vc_gitem-post-data-source-post_title > h3 {
  min-height: 72px;
}
.from-field:before {
  content: "Starts From ";
  color: #666;
}
.adults-field:before {
  content: "Adults ";
  color: #666;
}
.children-field:before {
  content: "Children over 2y.o ";
  color: #666;
}
.from-field:empty::before, .adults-field:empty::before, .children-field:empty::before {
    display: none;
}

.people-icon:before {
  content: "";
  background: url(/wp-content/uploads/2024/06/ion_pin.svg);
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-flex;
  background-size: contain;
  background-repeat: no-repeat;
  align-items: center;
  margin-right: 5px;
  background-position: center;
}
.col_grid .vc_custom_heading {
  width: 100%;
}
.col_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.simple-btn .vc_general {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  background: none !important;
  border: 0 !important;
}

.text-acf {
  color: var(--accent);
  font-size: 16px;
}
.text-acf > .vc_gitem-acf-label {
  color: #666;
}
.max-width {
  display: flex;
  align-items: center;
  width: max-content;
}
.breadcrumb > div > p > strong > span a {
    color: #000 !important;
}
.wpb_content_element.breadcrumb strong {
  font-weight: 500;
}
.breadcrumb {
    color: #000 !important;
}
/*sub banner*/
.sub_banner .wpb_column .vc_column_container > .vc_column-inner {
  border-radius: 300px 300px 0px 0px;
  background: rgba(255, 255, 255, 0.70);
  max-width: 682px;
  min-height: 255px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: end;
}
.cta_banner .wpb_column .vc_column_container > .vc_column-inner {
  border-radius: 500px 500px 0px 0px;
  background: rgba(255, 255, 255, 0.70);
  max-width: 885px;
  min-height: 436px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: end;
}
/*form*/
.grid-exrp p {
  margin: 0;
  min-height: 139px;
}
.contact_us_form #gform_submit_button_1 {
	  text-transform: uppercase;
  font-weight: 700;
  background-color: var(--global-color-8) !important;
  border: 0 !important;
  border-radius: 4px !important;
  padding: 20px 40px !important;
}
.contact_us_form input, .contact_us_form textarea {
  background-color: transparent !important;
  border: solid 1px #c9c9c9 !important;
  border-radius: 12px !important;
}
.gform_required_legend {
  display: none !important;
}
.gform-grid-col {
  display: flex;
  flex-direction: column-reverse;
}
.inside-footer-widgets a, .inside-footer-widgets p {
  font-weight: 400;
}

.contact_us_form .gfield_label.gform-field-label.gfield_label_before_complex {
  display: none !important;
}
.gfield_label.gform-field-label , .gform-field-label.gform-field-label--type-sub {
  margin-bottom: 8px;
  font-weight: 500 !important;
}
/*Footer*/
.inside-footer-widgets .widget-title {
  margin-top: 50px;
}
.inside-footer-widgets ul.sub-menu {
  display: none;
}
.footer-widgets-container.grid-container {
  max-width: 1500px;
}
.inside-footer-widgets .footer-widget-1 {
  flex: 20%;
}
/*icon*/
.email_icon:before ,.phone_icon:before {
  content: "";
  background-image: url(/wp-content/uploads/2024/06/material-symbols_mail.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
}
.email_icon, .phone_icon {
  padding-left: 35px;
  position: relative;
}
.phone_icon:before {
  background-image: url(/wp-content/uploads/2024/06/ic_baseline-phone-1.svg) !important;;
}

.post-alinks .vc_general.vc_btn3 {
  position: absolute;
  inset: 0;
	border:0 !important;
  background: transparent !important;;
}
.post-alinks .vc_general.vc_btn3:hover {
	border:0 !important;
  background: transparent !important;;
}
@media(min-width:1025px){
	.post-template-default.single.single-post .tours-grid .vc_col-sm-12.col_grid.vc_gitem-col.vc_gitem-col-align- {
  min-height: 477px;
}
.tours-grid .vc_col-sm-12.col_grid.vc_gitem-col.vc_gitem-col-align- {
  min-height: 413px;
}
}
@media (max-width:1024px){
	#site-navigation {
  order: 1;
}
}

@media (max-width:768px){
.footer-widget-1 .widget.inner-padding.widget_media_image {
  text-align: center;
}

.vc_btn3-container.simple-btn {
  width: 100%;
  margin-top: 5px;
}
}



@media (max-width: 1024px) {
	
.inside-header.grid-container .menu-toggle {
  margin-right: 10px;
  border-radius: 10px;
  max-height: 57px;
  background-color: #f7aa1a !important;
  color: #fff !important;
}
}
@media (max-width: 768px) { 
.inside-navigation.grid-container.grid-parent .main-nav {
  margin-bottom: 0;
}
.grid-container > .booking_menu_container {
  display: none;
}
.inside-article {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
}
@media (max-width: 600px) {
.icon-txt {
  display: none;
}
div.top-bar-list {
  gap: 5px !important;
}
	
.site-logo {
  max-width: 200px;
}
.inside-header.grid-container {
  padding-right: 10px;
  padding-left: 10px;
}
}

.free-riverside-walking-tour_banner {
    min-height: 500px;
}
@media only screen and (max-width: 2560px) {
	.free-riverside-walking-tour_banner {
		min-height: 664px;
	}
}
@media only screen and (max-width: 2104px) {
	.free-riverside-walking-tour_banner {
		min-height: 540px;
	}
}
@media only screen and (max-width: 1850px) {
	.free-riverside-walking-tour_banner {
		min-height: 475px;
	}
}
@media only screen and (max-width: 1850px) {
	.free-riverside-walking-tour_banner {
		min-height: 475px;
	}
}
@media only screen and (max-width: 1600px) {
	.free-riverside-walking-tour_banner {
		min-height: 411px;
	}
}
@media only screen and (max-width: 1340px) {
	.free-riverside-walking-tour_banner {
		min-height: 345px;
	}
}
@media only screen and (max-width: 1040px) {
	.free-riverside-walking-tour_banner {
		min-height: 268px;
	}
}
@media only screen and (max-width: 795px) {
	.free-riverside-walking-tour_banner {
		min-height: 200px;
	}
}
@media only screen and (max-width: 620px) {
	.free-riverside-walking-tour_banner {
		min-height: 161px;
	}
}
@media only screen and (max-width: 522px) {
	.free-riverside-walking-tour_banner {
		min-height: 134px;
	}
}
@media only screen and (max-width: 422px) {
	.free-riverside-walking-tour_banner {
		min-height: 110px;
	}
}