/* *********************
 * Banner
 * ********************* */
/* .header-banner img { 
	aspect-ratio: 3.6;
	object-fit: cover;
}
@media only screen and (max-width: 767px) {
	.header-banner img { 
		aspect-ratio: 5 / 6.2;
	}
} */
/* *********************
 * End Banner
 * ********************* */

 .lang-zh h6 {
	font-weight: 700 !important;
 }

.fancybox__slide .fancybox__content {
    padding: 50px;
    border-radius: 15px;
    width: 80%;
	flex-direction: row;
	gap: 50px;
}
.fancybox__slide .fancybox__content .image {
	max-width: 350px;
	display: flex;
    justify-content: center;
	align-items: start;
}
.fancybox__slide .fancybox__content .image img {
	width: 300px;
	height: auto;
	aspect-ratio: 1;
	border-radius: 50%;
	object-fit: cover;
}
.fancybox__slide .fancybox__content .info {
	flex: 1;
}
.fancybox__content p.designation {
	margin: 5px 0 16px;
}
.fancybox__content p:last-child {
	margin-bottom: 0 !important;
}
.fancybox__content .is-close-btn {
    transform: translate(-20px, 50px);
    color: red;
    border: 3px solid red;
    border-radius: 50%;
}

/* *********************
 * Fieldset
 * ********************* */
.custom-fieldset {
	border: 1px solid rgba(70, 70, 70, .5);
    border-radius: 10px;
}
.custom-fieldset legend {
	margin-left: 63px;
    padding: 0 10px;
}
.custom-fieldset .fieldset-content {
	padding: 38px 0px 48px 80px;
}
/* .custom-fieldset.with-repeater .details.with-lightbox:hover {
	cursor: pointer;
} */
 .custom-fieldset.with-repeater .details.with-lightbox h6 {
	display: inline-block;
	text-decoration: underline;
 }
.custom-fieldset.with-repeater .details.with-lightbox h6:hover {
	color: var(--imperialred);
	cursor: pointer;
}
.custom-fieldset.with-repeater .fieldset-content {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
}
.narrow-fieldset .custom-fieldset .fieldset-content {
	padding: 18px 0px 25px 80px;
}
.custom-fieldset .fieldset-content p {
	margin: 3.5px 0;
	max-width: 80.56vw;
}
.elementor-widget-wp-widget-fieldset_widget {
	margin-bottom: 0 !important;
	margin-block-end: 0 !important;
}
@media only screen and (max-width: 1024px) {
	.fancybox__slide .fancybox__content {
		flex-direction: column;
		row-gap: 24px;
	}
}
@media only screen and (max-width: 767px) {
	.custom-fieldset legend {
		margin-left: 23px;
	}
	.custom-fieldset .fieldset-content p{
		max-width: 100%;
	}
	/* .fancybox__slide .fancybox__content .image {
		display: none;
	} */
	.fancybox__slide .fancybox__content {
		width: 100%;
		margin: 50px 10px;
	}
	.fancybox__content .is-close-btn {
		background-color: var(--white);
		transform: none;
		box-shadow: none !important;
	}
}
/* *********************
 * End Fieldset
 * ********************* */



/* *********************
 * Tremble Pink SVG 
 * ********************* */
.honorary-council-pg .post-contents div[data-elementor-type="wp-page"] > section > div.elementor-container:after, 
.management-admin-team-pg .post-contents div[data-elementor-type="wp-page"] > section > div.elementor-container:after,
.management-administration-team-pg .post-contents div[data-elementor-type="wp-page"] > section > div.elementor-container:after,
.vision-mission-value-pg .post-contents div[data-elementor-type="wp-page"] > section > div.elementor-container:after {
	content: "";
    display: block;
    background-image: url('/wp-content/uploads/icons/treble-pink.svg');
    background-size: contain;
    background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	height: 100svh;
	max-height: 577px;
}
.management-admin-team-pg .post-contents div[data-elementor-type="wp-page"] > section > div.elementor-container:after, 
.management-administration-team-pg .post-contents div[data-elementor-type="wp-page"] > section > div.elementor-container:after,
.vision-mission-value-pg .post-contents div[data-elementor-type="wp-page"] > section > div.elementor-container:after {
	aspect-ratio: 0.32928;
}
.management-administration-team-pg.page-id-13785 h6 {
	font-weight: 600 !important;
}
/* *********************
 * End Tremble Pink SVG 
 * ********************* */



/* *********************
 * Vision, Mission & Values
 * ********************* */
.vision-mission-values-pg strong {
	font-family: var(--gothambold) !important;
}
.our-vision .custom-fieldset .fieldset-content {
	padding: 24px 0px 38px 80px;
}
.our-mission .custom-fieldset .fieldset-content {
	padding: 30px 0px 56px 80px;
}
.our-values .custom-fieldset .fieldset-content {
	padding: 28px 0px 40px 80px;
}
@media only screen and (max-width: 767px) {
	.fieldset-content{
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}
/* *********************
 * End Vision, Mission & Values
 * ********************* */



/* *********************
 * Board of Directors
 * ********************* */
.designation-title h3 {
	text-align: center;
}
.board-of-directors-img {
	display: flex;
	justify-content: center !important;
	padding-bottom: 20px;
}
.board-of-directors-img img {
	width: 240px;
}
.name-with-designation {
	justify-content: center;
}
.name-with-designation h6{
	line-height: var(----line-height-150) !important;
}
.name-with-designation h6,
.name-with-designation p {
	text-align: center;
}
.name-with-designation p {
	margin: 0;
	font-size: var(--font-size-14);
	line-height: var(--line-height-114);
}
section.separator::after {
	margin: 0 80px;
}
section.separator.more-than-one::after {
	margin: 0;
}
section.more-than-one > .elementor-container {
	width: 72.222vw;
	justify-content: center;
	column-gap: 100px !important;
	display: grid;
    grid-template-columns: repeat(3, minmax(240px, 1fr));
    row-gap: 32px;
}
section.more-than-one > .elementor-container > .elementor-column {
	/* max-width: 19.444vw; */
	/* min-width: 240px; */
	width: 100% !important;
}
section.more-than-one > .elementor-container > .elementor-column > .elementor-widget-wrap {
	padding: 0 !important;
}
section.more-than-one.pb-32 {
	padding-bottom: 32px;
}
/* *********************
 * End of Board of Directors
 * ********************* */



/* *********************
 * Honorary Council
 * ********************* */
.honorary-council-pg .post-contents div[data-elementor-type="wp-page"] > section > div.elementor-container:after {
	aspect-ratio: 0.32863;
	height: 100svh;
	max-height: 426px;
}
/* *********************
 * End of Honorary Council
 * ********************* */



/* *********************
 * Management & Admin Team
 * ********************* */
.management-admin-team-pg .custom-fieldset .fieldset-content {
	padding: 25px 0px 38px 80px;
}
.management-admin-team-pg .custom-fieldset .fieldset-content p:not(:last-child) {
    margin-bottom: 20px;
}
.management-admin-team-pg .management-zh h6 {
	font-weight: bold !important;
}
/* *********************
 * End of Management & Admin Team
 * ********************* */



/* *********************
 * Whistle Blowing Policy
 * ********************* */
.whistle-blowing-policy-pg .post-contents .elementor-section .elementor-container {
	padding: 0 128px;
}
.whistle-blowing-policy-pg .post-contents .elementor-widget-container > h5:not(:first-child) {
	margin-top: 50px;
}
.whistle-blowing-policy-pg .post-contents .elementor-widget-container > h5 {
	font-family: var(--gothammedium) !important;
}
.whistle-blowing-policy-pg .post-contents .elementor-widget-container > h5,
.whistle-blowing-policy-pg .post-contents .elementor-widget-container > p:not(:last-child) {
	margin-bottom: 20px;
}
/* *********************
 * End of Whistle Blowing Policy
 * ********************* */



/* *********************
 * Annual Reports
 * ********************* */
.annual-reports-pg .post-contents .elementor-posts-container {
	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
	gap: 40px;
}
.annual-reports-pg .post-contents article.elementor-post {
	width: 100%;
	max-width: 27.778vw;
}
.annual-reports-pg .post-contents .elementor-post__card {
	border-radius: 8px !important;
	border: 1px solid rgba(230, 30, 30, 0.25) !important;
}
.annual-reports-pg .post-contents .elementor-post__thumbnail__link,
.annual-reports-pg .post-contents .elementor-post__read-more {
	margin-bottom: 0 !important;
}
.annual-reports-pg .post-contents .elementor-post__thumbnail img {
	aspect-ratio: 1.333333;
}
.annual-reports-pg .post-contents .elementor-post__text {
	margin-top: 24px !important;
	margin-bottom: 20px !important;
	padding: 0 20px !important;
}
.annual-reports-pg .post-contents .elementor-post__title {
	margin-bottom: 16px;
}
.annual-reports-pg .post-contents .elementor-post__title a {
	font-family: var(--gothammedium);
	font-weight: unset;
	font-size: var(--font-size-20);
}
.annual-reports-pg .post-contents .elementor-post__read-more-wrapper {
	margin-top: 0;
}
/* .annual-reports-pg .post-contents a:visited {
	color: var(--imperialred) !important;
} */
.annual-reports-pg .post-contents a.elementor-post__read-more,
.annual-reports-pg .post-contents a#view-previous-reports {
	font-family: var(--gothammedium);
	font-size: var(--font-size-16);
	line-height: var(--line-height-std);
	border: 1px solid var(--imperialred);
	text-transform: none !important;
	border-radius: 5px;
}
.annual-reports-pg .post-contents a.elementor-post__read-more {
	padding: 12px 16px;
	color: var(--imperialred);
}
.annual-reports-pg .post-contents a#view-previous-reports {
	padding: 20px 24px;
	color: var(--imperialred);
	background: var(--white) !important;
}
.annual-reports-pg .post-contents a.elementor-post__read-more:hover,
.annual-reports-pg .post-contents a#view-previous-reports:hover {
	color: var(--white);
	background: var(--imperialred) !important;
}
/* *********************
 * End of Annual Reports
 * ********************* */



/* *********************
 * Careers
 * ********************* */
.careers-pg .post-contents section.section-title {
	padding-top: 22px;
	padding-bottom: 50px;
}
.careers-pg .post-contents section.section-title.smpad {
	padding-bottom: 30px;
}
.careers-pg .nf-form-cont {
	max-width: 64.55vw;
}
.careers-pg .nf-form-cont .nf-before-form-content {
	display: none;
}
.careers-pg .post-contents h3[aria-expanded="false"],
.careers-pg .post-contents h3[aria-expanded="false"] > a {
	font-size: var(--font-size-20);
	font-family: var(--gothammedium);
	line-height: var(--line-height-110);
}
.application-form {
	margin: 0px !important;
	width: 64.58vw;
}
.application-form .wpforms-form .choices {
	max-width: 31.25vw !important;
}
.application-form .choices[data-type*="select-one"] .choices__inner,
.application-form .choices__inner,
.application-form .choices__inner .choices__list {
	padding-top: 0 !important;
}
/* *********************
 * End Careers
 * ********************* */



/* *********************
 * Form Styling
 * ********************* */
.wpforms-form .wpforms-field-label {
	font-family: var(--gothambold);
	line-height: var(--line-height-150);
	margin: 0 0 16px 0 !important;
	font-weight: unset !important;
}
.wpforms-form input {
	padding: 17px 24px !important;
	width: 31.25vw !important;
	font-size: var(--font-size-14) !important;
	line-height: var(--line-height-114) !important;
	border: 1px solid rgba(16, 16, 16, 0.25) !important;
	border-radius: 8px !important;
}
.wpforms-form select {
	padding: 17px 24px !important;
	width: 31.25vw !important;
	font-size: var(--font-size-14) !important;
	line-height: var(--line-height-114) !important;
	border: 1px solid rgba(16, 16, 16, 0.25) !important;
	border-radius: 8px !important;
	height: fit-content !important;
}
.wpforms-form .wpforms-layout-row {
	justify-content: normal !important;
	margin: 0 !important;
	column-gap: 24px;
}
.wpforms-form .wpforms-layout-column {
	padding: 0 !important;
	max-width: 31.25vw;
}
.wpforms-form .choices__inner {
	padding: 0 !important;
	font-size: var(--font-size-14) !important;
	line-height: var(--line-height-114) !important;
	border: 1px solid rgba(16, 16, 16, 0.25) !important;
	border-radius: 8px !important;
}
.wpforms-form .choices__item {
	padding: 17px 24px !important;
	font-size: var(--font-size-14) !important;
	line-height: var(--line-height-114) !important;
}
.wpforms-form .wpforms-uploader {
	padding: 0!important;
	border: 1px solid rgba(16, 16, 16, 0.25) !important;
	border-radius: 8px !important;
}
.wpforms-form .wpforms-uploader .dz-message {
	padding: 17px 24px !important;
	font-size: var(--font-size-14) !important;
	line-height: var(--line-height-114) !important;
	flex-direction: row-reverse !important;
	width: 100%; 
	justify-content: flex-end;
	position: relative;
}
.wpforms-form .wpforms-uploader .dz-message svg {
	width: 1.388vw !important;
    height: auto !important;
	margin-bottom: 0 !important;
    position: absolute;
    right: 24px;
}
.wpforms-form .wpforms-uploader .dz-message svg {
	width: 1.388vw !important;
    height: auto !important;
	margin-bottom: 0 !important;
    position: absolute;
    right: 24px;
}
.wpforms-form .wpforms-uploader .dz-image-preview {
	padding-bottom: 0 !important;
	align-items: center;
}
.wpforms-form textarea {
	max-width: 64.583vw;
	padding: 17px 24px !important;
	font-size: var(--font-size-14) !important;
	line-height: var(--line-height-114) !important;
	border: 1px solid rgba(16, 16, 16, 0.25) !important;
	border-radius: 8px !important;
}
.wpforms-form button.wpforms-submit {
	padding: 12px 16px !important;
    border-radius: 5px !important;
	font-size: var(--font-size-16) !important;
	font-family: var(--gothambold) !important;
    border: 1px solid var(--imperialred) !important;
    background: var(--white) !important;
    color: var(--imperialred) !important;
}
.wpforms-form button.wpforms-submit:hover {
	background: var(--imperialred) !important;
	color: var(--white) !important;
}
.wpforms-form div.wpforms-container-full button[type=submit]:focus:after{
	display: none !important;
}
/* *********************
 * End Form Styling
 * ********************* */



/* Facility Booking Form */
.facility-booking-form {
	margin: 0 !important;
	max-width: 64.58vw;
}
.facility-booking-form .wpforms-form .choices {
	max-width: 31.25vw !important;
}
.facility-booking-form .choices__inner {
	padding: 17px 24px !important;
}
/* .facility-booking-form .choices[data-type*="select-one"] .choices__inner,
.facility-booking-form .choices__inner,
.facility-booking-form .choices__inner .choices__list {
	padding-top: 0 !important;
} */




/* *********************
 * About SCH
 * ********************* */
 .about-sch-pg p {
	font-size: var(--font-size-16) !important;
	line-height: var(--line-height-150) !important;
 }
.intro-details p:first-child {
	margin-top: 0 !important;
}
.tabs-overview.timeline h1 {
	padding-left: 80px;
}
section.our-present {
	padding-bottom: 50px !important;
}
.present-future .present-future-image {
	width: 100% !important;
	max-width: 22.22vw;
	aspect-ratio: 1.33;
/* 	height: 100%;
	max-height: 240px; */
	margin-right: 50px;
}
.present-future .present-future-image img {
	width: 100%;
}
.present-future .present-future-details {
	width: auto !important;
	align-items: center;
}
.present-future .present-future-details p:first-child {
	width: auto !important;
	margin-top: 8px;
}
/* *********************
 * END About SCH
 * ********************* */



/* *********************
 * Visitor Guide
 * ********************* */
.visitor-guide-pg section.header-banner {
	opacity: 0;
	visibility: hidden;
	height: 0;
}
.mrt-intro p {
	font-size: var(--font-size-20);
	font-family: var(--gothammedium) !important;
}
.mrt-intro strong {
	font-family: var(--gothambold) !important;
}
.mrt-station:not(:last-of-type) {
	padding-bottom: 16px;
}
.mrt-station .mrt-code {
	height: 64px;
	border-radius: 5px;
	align-items: center;
	text-align: center;
	max-width:64px;
	flex: 1 1 100%;
}
.mrt-station .mrt-code h6 {
	color: var(--white);
}
.mrt-station.shenton-way .mrt-code {
	background: #9C5C1D;
}
.mrt-station.tanjong-pagar .mrt-code {
	background: #009645;
}
.mrt-station.downtown .mrt-code {
	background: #215AAA;
}
.mrt-desc {
	padding-left: 16px;
	width: auto !important;
	align-items: center;
}
.mrt-desc h6 {
	line-height: var(--line-height-150) !important;
}
.mrt-desc p {
	line-height: var(--line-height-150) !important;
	margin: 0 !important;
}
.mrt-desc strong {
	font-family: var(--gothambold) !important;
}
.alternative-desc p {
	font-size: var(--font-size-14) !important;
}

.nearest-bus-stops > .elementor-container {
	justify-content: space-between;
	column-gap: 1.8vw;
}
/* .bus-stop.elementor-column {
	max-width: 23.4%;
} */
.bus-stop img {
	width: 100%;
	aspect-ratio: 1.5;
}
.bus-stop h6 {
	margin: 20px 0;
	line-height: var(--line-height-150) !important;
}
.bus-stop a{
	font-size: var(--font-size-14);
	display: flex;
	gap: 16px;
}
.bus-stop p a::after {
    content: "";
    display: block;
    background-image: url("/wp-content/uploads/icons/arrow-top-right.svg");
    background-size: contain;
    width: 24px;
    height: 24px;
    background-color: #E61E1E;
    border-radius: 6px;     
}
.taxi-stand-and-parking > .elementor-container {
	justify-content: space-between;
}
.taxi-stand-and-parking .elementor-container .taxi-stand,
.taxi-stand-and-parking .elementor-container .parking{
	max-width: 46.8%;
}
.taxi-stand-and-parking p {
	line-height: var(--line-height-150) !important;
	margin-top: 20px !important;
}
.taxi-stand-and-parking strong {
	font-family: var(--gothambold) !important;
}
.taxi-stand-and-parking img {
	width: 100%; 
	aspect-ratio: 2;
}
section.google-maps-banner iframe {
	aspect-ratio: 3.6;
	height: unset !important;
}
.visitor-guide-pg strong {
	font-family: var(--gothambold) !important;
}
.special-seating-arrangements h6 {
	padding-bottom: 16px;
}
.special-seating-arrangements a {
	color: #E7283E;
}
.special-seating-arrangements a:hover {
	text-decoration: underline;
}
.access-needs-section h5 {
	padding-bottom: 24px;
}
.access-needs-details .elementor-container {
	gap: 20px;
	flex-wrap: wrap;
}
.access-needs-details .elementor-container .elementor-inner-column {
	border: 1px solid rgba(70, 70, 70, 0.15);
	border-radius: 5px;
	padding: 16px;
	width: calc(50% - 10px) !important;
	background: var(--white);
}
.access-needs-details h6 {
	margin-bottom: 10px;
}


.elementor-widget-tabs .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper {
	padding: 20px 80px;
	background: #464646;
	color: white;
}
/* .elementor-tab-content {
	padding: 0 !important;
} */
/* .elementor-tab-content > p:first-child {
    display: none !important;
} */
.elementor-tab-title:before,
.elementor-tab-title:after {
	display: none !important;
}
.elementor-tab-title.elementor-active {
    /* font-family: var(--gothambold) !important;
    line-height: var(--line-height-150) !important;
    letter-spacing: normal; */
    font-size: var(--font-size-20);
}
.elementor-tabs-wrapper .elementor-tab-title {
	padding: 0 !important;
	border: 0 !important;
}
.elementor-tabs-wrapper .elementor-tab-title:not(:last-child) {
	padding: 0 50px 0 0 !important;
	padding-right: 50px;
}
.elementor-tab-content {
	border: 0 !important;
}
.tab-button {
	position: absolute !important;
	top: 12px;
	right: 80px;
	width: auto !important;
}
.make-donation-btn a {
	padding: 12px 16px;
	background: var(--imperialred);
	font-family: var(--gothambold);
	line-height: normal;
	border: 0;
	border-radius: 5px;
}


/* Venues & Facilities */
.visitor-guide-pg p,
.visitor-guide-pg h6,
.visitor-guide-pg li {
	font-size: var(--font-size-16) !important;
	line-height: var(--line-height-150) !important;
}
.venues-facilities-pg .venues-listing .elementor-posts-container {
	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
	gap: 40px;
}
.venues-facilities-pg .venues-listing article.elementor-post {
	width: 100%;
	max-width: 27.778vw;
	aspect-ratio: 0.88;
}
.venues-facilities-pg .venues-listing .elementor-post__card {
	border-radius: 8px !important;
	border: 1px solid rgba(230, 30, 30, 0.25) !important;
}
.venues-facilities-pg .venues-listing .elementor-post__thumbnail__link,
.venues-facilities-pg .venues-listing .elementor-post__read-more {
	margin-bottom: 0 !important;
}
.venues-facilities-pg .venues-listing .elementor-post__thumbnail {
	padding: 0 !important;
}
.venues-facilities-pg .venues-listing .elementor-post__thumbnail img {
	aspect-ratio: 2;
}
.venues-facilities-pg  .venues-listing .elementor-post__text {
	margin-top: 24px !important;
	margin-bottom: 20px !important;
	padding: 0 20px !important;
}
.venues-facilities-pg .venues-listing .elementor-post__title {
	margin-bottom: 0 !important;
}
.venues-facilities-pg .venues-listing .elementor-post__title a {
	font-size: var(--font-size-20);
}
.venues-facilities-pg .venues-listing .elementor-post__excerpt {
	margin: 16px 0 !important;
}
.venues-facilities-pg .venues-listing .elementor-posts .elementor-post__excerpt p {
	font-size: var(--font-size-16);
	line-height: var(--line-height-150);
	color: var(--black);
}
.venues-facilities-pg .venues-listing .elementor-post__read-more-wrapper {
	margin-top: 0;
}
.venues-facilities-pg a.elementor-post__read-more {
/* .venues-facilities-pg a#view-previous-reports { */
	font-family: var(--gothammedium);
	font-size: var(--font-size-16);
	line-height: var(--line-height-std);
	border: 1px solid var(--imperialred);
	text-transform: none !important;
	border-radius: 5px;
}
.venues-facilities-pg a.elementor-post__read-more {
	padding: 12px 16px;
	color: var(--imperialred);
}
.venues-facilities-pg a.elementor-post__read-more:hover {
	color: var(--white);
	background: var(--imperialred);
}





/****** Responsive ******/
@media only screen and (max-width: 1199px) {
	section.separator::after {
		max-width: calc(100% - 16px);
		margin: auto;
	}
	/* section.separator.more-than-one::after {
		max-width: 100%;
	} */
	section.more-than-one > .elementor-container {
		width: 100%;
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	}
}
@media only screen and (max-width: 992px) {
	.fancybox__slide .fancybox__content {
		padding: 20px;
	}
	
	.whistle-blowing-policy-pg .post-contents .elementor-section .elementor-container {
		padding: 0;
	}




	.annual-reports-pg .post-contents article.elementor-post {
		max-width: calc(50% - 20px) !important;
	}



	.tabs-overview.timeline h1 {
		max-width: calc(100% - 32px);
		margin: auto;
		padding-left: 0;
	}
	.timeline-section .qodef-grid-item {
		max-width: unset !important;
	}
	.timeline-section .qodef-grid-inner {
		padding-left: 16px;
	}
	.present-future .present-future-image {
		width: 100% !important;
		max-width: unset;
		margin: 0 0 20px 0;
	}





	.mrt-station > .elementor-container {
		flex-wrap: nowrap !important;
	}
	.bus-stop > .elementor-widget-wrap {
		flex-direction: column;
	}
	.bus-stop > .elementor-widget-wrap > .elementor-element {
		flex: 1;
	}
	.bus-stop > .elementor-widget-wrap > .elementor-element:last-child {
		display: flex;
		align-items: end;
	}

	.facility-booking-form {
		max-width: 100%;
	}
	.facility-booking-form .wpforms-form .choices {
		max-width: 60% !important;
	}
	.wpforms-form .choices,
	.wpforms-form .choices__inner {
		width: 100%;
	}
	.wpforms-form .choices,
	.wpforms-form .choices__inner,
	.wpforms-form input[type="text"], .wpforms-form input[type="email"], .wpforms-form input[type="tel"], .wpforms-form select {
		width: 100% !important;
		justify-content: flex-start !important;
	}
	.wpforms-form textarea {
		width: 100% !important;
		max-width: 60% !important
	}
	.wpforms-form .wpforms-layout-column {
		max-width: 60% !important;
	}
}

@media only screen and (max-width: 767px) {
	.venues-facilities-pg .venues-listing article.elementor-post {
		max-width: 100%;
		aspect-ratio: unset;
	}
	.venues-facilities-pg .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
		position: relative;
		-webkit-transform: unset;
		top: unset;
		left: unset;
	}


	.annual-reports-pg .post-contents article.elementor-post {
		max-width: unset !important;
	}



	.nearest-bus-stops > .elementor-container {
		gap: 20px;
	}
	.bus-stop.elementor-column {
		max-width: calc(50% - 10px);
	} 
	.taxi-stand-and-parking > .elementor-container {
		gap: 50px;
	}
	.taxi-stand-and-parking .elementor-container .taxi-stand, .taxi-stand-and-parking .elementor-container .parking {
		max-width: 100% !important;
	}
	.access-needs-details .elementor-container .elementor-inner-column {
		width: 100% !important;
	}



	.facility-booking-form .wpforms-form .choices,
	.wpforms-form .wpforms-layout-column,
	.wpforms-form textarea {
		max-width: 100% !important
	}
	.wpforms-container .wpforms-layout-row {
		row-gap: 0;
	}
}



