.user-registration-Button {
	margin-top: 10px;
}

.owl-carousel.owl-theme .owl-dots .owl-dot {
	color: rgba(0, 0, 0, .3);
	border: none;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	display: inline-flex;
	align-items: center;
}

.owl-theme .owl-dots .owl-dot:not(:last-child):after, .owl-theme .owl-dots .owl-dot:last-child:before {
	content: "";
	width: 0;
	height: 2px;
	background: #4d734c;
	display: block;
	margin: 0 20px;
	transition: all .3s;
	border-radius: 1px;
}

.owl-theme .owl-dots .owl-dot:last-child:before {
	margin: 0 20px 0 -20px;
}

.owl-theme .owl-dots .owl-dot.active:after, .owl-theme .owl-dots .owl-dot.active:before {
	width: 50px;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active {
	color: #4d734c;
}

.owl-carousel.owl-theme .owl-nav button {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid #4d734c !important;
	background: transparent !important;
	outline: 0;
	box-shadow: none;
	border-radius: 50% !important;
	margin: 0 !important;
}

.owl-carousel.owl-theme .owl-nav button.disabled {
	pointer-events: none;
}

.owl-carousel.owl-theme .owl-nav button:before {
	display: none;
}

.owl-carousel.owl-theme .owl-nav button:hover {
	background: #4d734c !important;
}

.page-id-11189 .vendor_item a.btn.btn-primary {
	background: #800020;
	border-color: #800020;
	border-radius: 0;
	padding: 12px 20px !important;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.page-id-11189 .vendor_item h3 {
	font-size: 22px;
	text-transform: capitalize;
}

.page-id-11189 .modal-dialog.modal-dialog-centered .strong-form .form-field {
	margin-bottom: .5em;
}

.page-id-11189 .modal-dialog.modal-dialog-centered .strong-form textarea {
	height: 9em;
}

@media only screen and (max-width: 991px) {
	.vendor_wrapper .vendor_listing {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 20px !important;
	}
}

@media only screen and (max-width: 600px) {
	.vendor_wrapper .vendor_listing {
		grid-template-columns: repeat(1, 1fr) !important;
		gap: 20px !important;
	}
}

.vendor-list-page {
	padding: 100px 0;
	margin-bottom: 150px;
}

.vendor-list-page.no-data {
	margin-bottom: 0;
}

.vendor-list-page h2 {
	font-size: 56px;
	line-height: 60px;
	color: #000;
	font-weight: 400;
	margin: 0 0 40px;
	max-width: 870px;
}

.vendor-list-page .vendor-list {
	position: relative;
}

.vendor-list-page .vendor-list .vendor-item {
	display: flex;
}

.vendor-list-page .vendor-list .vendor-item .thumb, .vendor-list-page .vendor-list .vendor-item .content {
	width: 50%;
}

.vendor-list-page .vendor-list .vendor-item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vendor-list-page .vendor-list .vendor-item .content {
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.vendor-list-page .vendor-list .vendor-item .content .icon-logo {
	width: auto;
	max-width: 100%;
	height: 70px;
	margin-bottom: 30px;
}

.vendor-list-page .vendor-list .vendor-item .content h4.title {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 15px;
}

.vendor-list-page .vendor-list .vendor-item .content h1, .vendor-list-page .vendor-list .vendor-item .content h2, .vendor-list-page .vendor-list .vendor-item .content h3, .vendor-list-page .vendor-list .vendor-item .content h4, .vendor-list-page .vendor-list .vendor-item .content h5, .vendor-list-page .vendor-list .vendor-item .content h6 {
	font-family: "Montserrat", sans-serif;
	margin-top: 0;
	font-weight: 500;
}

.vendor-list-page .vendor-list .vendor-item .content > p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 15px;
}

.vendor-list-page .vendor-list .vendor-item .content ol, .vendor-list-page .vendor-list .vendor-item .content ul {
	margin: 0 0 15px;
	padding: 0;
}

.vendor-list-page .vendor-list .vendor-item .content ol li, .vendor-list-page .vendor-list .vendor-item .content ul li {
	display: flex;
	align-items: center;
	font-family: "Nunito", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 4px;
}

.vendor-list-page .vendor-list .vendor-item .content ol li::before, .vendor-list-page .vendor-list .vendor-item .content ul li::before {
	content: "✓";
	width: 12px;
	height: 20px;
	margin-right: 8px;
}

.vendor-list-page .vendor-list .vendor-item .content .contact-details a {
	color: inherit;
}

.vendor-list-page .vendor-list .vendor-item .content .contact-details p {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.vendor-list-page .vendor-list .vendor-item .content .contact-details p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.vendor-list-page .vendor-list .vendor-item .content .contact-details p a:hover {
	color: #fd8200;
	text-decoration: underline;
}

.vendor-list-page .vendor-list .vendor-item .content .contact-details p a.primary {
	color: #fd8200;
	font-weight: 600;
}

.vendor-list-page .vendor-list .vendor-item .content .review {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.vendor-list-page .vendor-list .vendor-item .content .review img {
	width: auto;
	height: 42px;
	border-right: 1px solid #000;
	padding-right: 15px;
	margin-right: 15px;
}

.vendor-list-page .vendor-list .vendor-item .content .review .right .text {
	display: flex;
	align-items: center;
	column-gap: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
}

.vendor-list-page .vendor-list .vendor-item .content .review .right .text .icon {
	display: flex;
	align-items: center;
	column-gap: 2px;
}

.vendor-list-page .vendor-list .vendor-item .content .review .right .text .icon .vendor-rating-container {
	display: flex;
	align-items: center;
	column-gap: 2px;
}

.vendor-list-page .vendor-list .vendor-item .content .review .right .text .icon .vendor-rating-container .vendor-star-rating {
	margin-right: 7px;
}

.vendor-list-page .vendor-list .vendor-item .content .review .right a {
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-decoration: underline;
	transition: all .3s;
	color: inherit;
}

.vendor-list-page .vendor-list .owl-nav {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 20px;
	margin-top: 0;
	position: absolute;
	right: 0;
	bottom: -100px;
}

@media (max-width: 767px) {}

.vendor-list-page .owl-carousel.owl-theme .owl-dots {
	position: absolute;
	bottom: -50px;
	left: 0;
	display: flex;
	align-items: center;
}

.user-registration-page #user-registration .ur-frontend-form.login a {
	color: #4d734c !important;
	transition: all .3s;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.user-registration-page #user-registration .ur-frontend-form.login a:hover {
	color: #000 !important;
}

.user-registration-page .user-registration-login-title {
	font-size: 56px !important;
	line-height: 60px !important;
	color: #000 !important;
	font-weight: 300 !important;
	margin: 0 0 10px !important;
}

.event-slide .owl-nav {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 20px;
	margin-top: 0;
	position: absolute;
	right: 175px;
	bottom: 0;
}

.event-slide .owl-dots {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.event-slide.owl-carousel.owl-theme .owl-dots .owl-dot {
	color: rgba(255, 255, 255, .3);
	border: none;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	width: 100%;
}

.event-slide.owl-carousel.owl-theme .owl-dots .owl-dot:not(:last-child):after, .event-slide.owl-carousel.owl-theme .owl-dots .owl-dot:last-child:before {
	content: "";
	width: 2px;
	height: 0;
	background: #4d734c;
	display: table;
	margin: 0 auto;
	transition: all .3s;
	border-radius: 1px;
}

.event-slide.owl-carousel.owl-theme .owl-dots .owl-dot.active:after, .event-slide.owl-carousel.owl-theme .owl-dots .owl-dot.active:before {
	height: 50px;
}

.event-slide.owl-carousel.owl-theme .owl-dots .owl-dot.active {
	color: #fff;
}

body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error {
	margin: 5px 0 0 !important;
}

@media (max-width: 992px) {
	.vendor-list-page {
		padding: 50px 0;
	}
	
	.vendor-list-page h2 {
		font-size: 40px;
		line-height: 50px;
		margin: 0 0 30px;
		max-width: 100%;
	}
	
	.vendor-list-page .vendor-list .vendor-item {
		flex-wrap: wrap;
	}
	
	.vendor-list-page .vendor-list .owl-item {
		padding: 1px;
	}
	
	.vendor-list-page .vendor-list .vendor-item .thumb, .vendor-list-page .vendor-list .vendor-item .content {
		width: 100%;
	}
	
	.vendor-list-page .vendor-list .vendor-item .content {
		padding: 25px;
	}
	
	.vendor-list-page .vendor-list .vendor-item .content .review .right .text {
		flex-wrap: wrap;
		row-gap: 10px;
	}
	
	.vendor-list-page .vendor-list .owl-nav {
		width: 100%;
		justify-content: center;
	}
	
	.vendor-list-page .owl-carousel.owl-theme .owl-dots {
		width: 100%;
		justify-content: center;
		bottom: -35px;
	}
	
	.event-slide .owl-nav {
		right: auto;
	}
}

@media (max-width: 600px) {}

#contactModal .required-notice, .vendor-review-modal .required-notice, #vendorReviewModal .required-notice {
	display: none;
}

.vendor-review-modal form .form-field.field-client_name, .vendor-review-modal form .form-field.field-email {
	width: 48%;
}

.vendor-review-modal form .form-field span.after {
	font-size: 13px;
	margin-top: 4px;
}

.vendor-review-modal form .form-field label {
	display: initial;
}

#contactModal form .strong-rating, .vendor-review-modal form .form-field .strong-rating {
	padding: 0;
}

#vendorReviewModal .vendor-reviews-pagination {
	margin-top: 0 !important;
}

#vendorReviewModal .vendor-reviews-list .single-review {
	border-radius: 0 !important;
	box-shadow: none !important;
}

#vendorReviewModal .vendor-reviews-list .single-review h5 {
	margin-top: 0;
}

@media (max-width: 992px) {
	.vendor-review-modal .modal-body {
		padding: 0;
	}
	
	.vendor-review-modal .modal-header {
		margin: 15px 15px 0;
	}
	
	.vendor-review-modal form .form-field.field-client_name, .vendor-review-modal form .form-field.field-email {
		width: 100%;
	}
}

.vendor-coming-soon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

.vendor-coming-soon h2 {
	margin-bottom: 0;
	text-transform: capitalize;
}

body.logged-in #login_section .register-link, body.logged-in #login_section .login-link {
	display: none !important;
}

body:not(.logged-in) #login_section .logout-link {
	display: none !important;
}

.hfe-nav-menu li.mega-menu .sub-menu {
	width: 100vw !important;
	background-color: #f7f7f7 !important;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	left: 50% !important;
	transform: translateX(-50%);
	z-index: 100;
	padding: 30px 50% 80px;
}

.hfe-nav-menu li.mega-menu .sub-menu li.menu-item {
	width: 20%;
	border: 0 !important;
}

.hfe-nav-menu li.mega-menu .sub-menu li.menu-item:first-child {
	flex: 0 0 100%;
	margin-bottom: 10px;
}

.hfe-nav-menu li.mega-menu .sub-menu li.menu-item:first-child a {
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	pointer-events: none;
}

.hfe-nav-menu li.mega-menu .sub-menu li.menu-item a {
	background: transparent !important;
}

.hfe-nav-menu li.mega-menu .sub-menu li.menu-item a:hover {
	text-decoration: underline;
}

@media (max-width: 1350px) {}

@media (max-width: 1024px) {
	.mobile-menuu .hfe-nav-menu nav .hfe-nav-menu {
		overflow-y: auto;
		max-height: calc(100vh - 300px) !important;
	}
	
	.hfe-nav-menu li.mega-menu .sub-menu {
		overflow: hidden;
	}
	
	.hfe-nav-menu li.mega-menu .sub-menu {
		padding: 0 0 20px;
	}
	
	.hfe-nav-menu li.mega-menu .sub-menu li.menu-item {
		width: 50%;
	}
	
	.hfe-nav-menu li.mega-menu .sub-menu li.menu-item a {
		padding: 8px 15px !important;
	}
	
	.hfe-nav-menu li.mega-menu .sub-menu li.menu-item:first-child a {
		font-size: 16px;
	}
	
	.floating-btn {
		right: 15px !important;
		bottom: 15px !important;
		padding: 12px 25px 12px 25px !important;
	}
}

.user-registration-form-row .user-registration-Button {
	border: 0 !important;
	border-radius: 0 !important;
	background: #18392b !important;
	font-family: "Montserrat", sans-serif;
	font-size: 12px !important;
	font-weight: 700 !important;
	color: #fff;
	text-transform: uppercase;
}

.user-registration-form-row .user-registration-Button:hover {
	background: #4d734c !important;
}

.user-registration-ResetPassword .ur-form-grid p:first-child {
	margin-bottom: 20px;
	font-weight: 700;
}

.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle, .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
	border: 0;
}

@media (max-width: 480px) {
	.vendor-list-page .vendor-list .vendor-item .content .review .right .text .icon .vendor-rating-container {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.vendor-list-page .vendor-list .vendor-item .content .review .right .text .icon .vendor-rating-container .vendor-star-rating {
		margin: 0 0 5px 0;
	}
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (orientation: portrait) {
	.owl-theme .owl-nav {
		right: auto;
	}
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (orientation: landscape) {
	.owl-theme .owl-nav {
		right: auto;
	}
}

@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1194px)
  and (orientation: portrait) {
	event-slide .event-item .content {
		padding-right: 0px;
		margin-top: 20px;
		width: 100%;
		padding-left: 0;
	}
	
	.owl-theme .owl-nav {
		right: auto;
	}
}

@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1194px)
  and (orientation: landscape) {
	event-slide .event-item .content {
		padding-right: 0px;
		margin-top: 20px;
		width: 100%;
		padding-left: 0;
	}
	
	.owl-theme .owl-nav {
		right: auto;
	}
}

#wpcf7-f11113-o1 .wpcf7-not-valid-tip {
	margin-top: 5px !important;
}

.issuu_pdf {
	position: relative;
	padding-top: max(60%);
	height: 0;
	width: 100%;
}

@media (max-width: 992px) {
	.issuu_pdf {
		position: relative;
		padding-top: max(100%);
		height: 0;
		width: 100%;
	}
}

.location-thumbnails .thumbnail-item, .event-thumbnails .thumbnail-item {
	border: 0px !important;
	padding: 0px !important;
	border-radius: 0px !important;
	display: flex;
	align-items: center;
	gap: 10px;
}

.location-thumbnails .thumbnail-item.active, .location-thumbnails .thumbnail-item:hover, .event-thumbnails .thumbnail-item.active, .event-thumbnails .thumbnail-item:hover {
	background-color: #fff !important;
	color: #000;
	font-weight: 700;
	text-decoration: underline;
	border: 0 !important;
}

.location-thumbnails .thumbnail-item .thumbnail-icon, .event-thumbnails .thumbnail-item .thumbnail-icon {
	display: block !important;
}

.location-thumbnails .thumbnail-icon img, .event-thumbnails .thumbnail-icon img {
	display: block;
	object-fit: cover;
	width: 20px !important;
}

.location-thumbnails .thumbnail-item.active .thumbnail-title, .event-thumbnails .thumbnail-item.active .thumbnail-title {
	color: #000;
	font-weight: 700;
}

#locationCarousel .pdf-controls a.btn, #eventCarousel .pdf-controls a.btn, .accordion-content .pdf-controls a.btn {
	color: #fff;
	border: 0;
	border-radius: 0;
	padding: 5px 8px;
	background: transparent !important;
}

#locationCarousel .pdf-controls a.btn img, #eventCarousel .pdf-controls a.btn img, .accordion-content .pdf-controls a.btn img {
	width: 30px;
	height: auto;
}

#eventCarousel .pdf-controls a.btn:hover img, #locationCarousel .pdf-controls a.btn:hover img, .accordion-content .pdf-controls a.btn:hover img {
	opacity: .9;
}