	.mag-emp {
	padding: 0 40px;
	font-size: 14px;
}
.mag-emp * {
	box-sizing:border-box;
}
.mag-emp img {
	max-width:100%;
}
.mag-emp .btn {
	background: transparent;
	border: 1px solid #000;
	color: #000;
	font-size: 14px;
	transition: .25s ease all;
	padding: 12px 25px;
	display: inline-block;
	border-radius: 35px;
}
.mag-emp .btn:hover {
	background-color: #000;
	color: #FFF;
}
.mag-emp .content-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.mag-emp .event-info {
	position: relative;
	padding: 20px;
	color: #FFF;
	background: #000;
	margin-top: -50px;
	flex: 1;
}
.mag-emp .event-info:before {
	content: '';
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgb(143 143 143 / 0%) 100%);
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 40px;
}
.mag-emp .event-info a {
	color: #FFF;
	text-decoration: none;
}
.mag-emp .event-info .event-title {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 10px;
	text-decoration: none;
	color: #FFF;
}
.mag-emp .event-wrapp {
	width: calc(100% / 3 - 20px);
	margin: 0 10px 20px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	border-radius: 10px;
}
.mag-emp .event-wrapp .event-index {
	flex-direction: column;
	display: flex;
	position: relative;
	width: 100%;	
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.mag-emp .event-image {
	position: relative;
	display: block;
	padding-top: 100%;
}
.mag-emp .event-image:hover img{
	transform: scale(1.05);
}
.mag-emp .event-image img {
	position: absolute;
	transition: 0.3s ease;
	inset: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.mag-emp .event-dates {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px 10px;
}
.mag-emp .event-dates fieldset { 
	width: calc(100% / 3 - 10px);
	margin: 5px;
	background: transparent;
	border-radius: 35px;
	padding: 8px 14px 10px;
	line-height: 1.2;
}
.mag-emp .event-dates legend {
	font-size: 10px;
}
.mag-emp .action-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px -5px 0;
} 
.mag-emp .action-wrapper a {
	background: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	transition: .25s ease all;
	padding: 8px 15px;
	display: inline-block;
	border-radius: 35px;
	margin: 5px;
}
.mag-emp .action-wrapper .event-share {
	cursor: pointer;
}
.mag-emp .action-wrapper a:hover {
	background-color: #FFF;
	color: #000;
	border-color: #FFF;
}
.mag-emp .event-info > span {
	display: block;
	margin-top: 5px;
}
.mag-emp .navigation-container {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
	margin: 15px 0 40px;
	background-color: transparent;
}
.mag-emp .search-wrapper {
	display: flex;
}
.mag-emp .search-bar {
	margin-bottom: 15px;
	position: relative;
	width: 90%;
	max-width: 520px;
}
.mag-emp .search-wrapper .search-btn {
	cursor: pointer;
	background: #000;
	color: #FFF;
	padding: 10px 20px;
	border-radius: 0 35px 35px 0;
	border: 1px solid #000;
	font-size: 13px;
	line-height: 1.2;
}
.mag-emp .search-wrapper input[type="text"] {
	padding: 11px;
	margin: 0;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 35px 0 0 35px;
	font-size: 14px;
	flex:1;
	line-height: 1.2;
}
.mag-emp .search-results:empty {
	opacity: 0;
	visibility: hidden;
}
.mag-emp .search-results {
	list-style: none;
	margin: 0;
	position: absolute;
	z-index: 999;
	background: #FFF;
	padding: 15px;
	top: 100%;
	width: 100%;
	box-shadow: 2px 2px 6px #ccc;
	max-height: 45vh;
	overflow: auto;
}
.mag-emp .search-results::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.mag-emp .search-results::-webkit-scrollbar-track {
	background: #ebebeb;
}
.mag-emp .search-results::-webkit-scrollbar-thumb {
	background: black;
	border-radius: 35px; 
}
.mag-emp .search-results .product {
	display: flex;
	align-items: center;
}
.mag-emp .search-results .product img {
	max-width: 100px;
	max-height: 100px;
	object-fit: contain;
	width: 100%;
	margin-right: 15px;
}
.mag-emp .navigation-container .event-registration-tab {
	cursor: pointer;
	background: transparent;
	border: 1px solid #000;
	color: #000;
	min-width: 120px;
	transition: .25s ease all;
	padding: 8px 15px;
	display: inline-block;
	border-radius: 35px;
	margin: 5px;
	text-align: center;
}
.mag-emp .navigation-container .event-registration-tab:hover,
.mag-emp .navigation-container .event-registration-tab.active {
	background-color: #000;
	color: #FFF;
}
.mag-emp .event-reg-title img {
	max-width: 100px;
	margin: auto;
	display: block;
}
.mag-emp .event-reg-title h1 {
	margin: 0;
	text-align: center;
}
.mag-emp .event-reg-title {
	margin-bottom: 30px;
}
.mag-emp form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 600px;
	margin: auto;
}
.mag-emp .form-group {
	width: calc(100% / 2 - 20px);
	margin: 0 10px 20px;
}
.mag-emp .form-group.full-width {
	width: calc(100% - 20px);
}
.mag-emp .form-group label {
	display: block;
	margin: 0;
	line-height: 1.2;
	letter-spacing: 0;
	font-size: 14px;
}
.mag-emp .form-group input,
.mag-emp .form-group select,
.mag-emp .form-group textarea {
	font-size: 14px;
	padding: 10px;
	width: 100%;
	transition: .25s ease all;
	border: 1px solid currentColor;
	border-radius: 4px;
	height: 45px;
}
.mag-emp .form-group input:focus, 
.mag-emp .form-group select:focus,
.mag-emp .form-group textarea:focus {
	outline: none;
	box-shadow: 0 0 7px #a3a3a3;
} 
.mag-emp .form-group textarea {
	height: 100px;
	border-radius: 8px;
}
.mag-emp .submit-event-btn {
	width: 100%;
	padding: 0 10px;
	margin-top: 15px;
}
.mag-emp .submit-event-btn .btn {
	width: 100%;
	display: block;
}
#showEventSelectedImg {
	font-size: 0;
}
#video-preview {
  display: none;
}
#showEventSelectedImg {
  display: none;
}
.empty-event-wrapper {
  text-align: center;
}
.empty-event-wrapper img {
  max-width: 300px;
}
.empty-event-wrapper h2 {
  display: block;
  width: 100% !important;
  max-width: 100%;
  margin: 15px 0 0 !important;
  font-size: 28px;
  text-align: center;
}
.topnav .search-container {
  float: right;
}
.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}
.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.topnav .search-container button:hover {
  background: #ccc;
}
.social-icon-wrapper {
	display: none;
}
.social-icon-wrapper.active {
	display: block;
}
.share-btn-wrapper {
	display: block;
	text-align: center;
}
.mag-emp .action-wrapper a{
	height:fit-content;
}
/* .mag-emp .action-wrapper{
	align-items:end;
} */
a.social-icon svg {
	vertical-align: middle;
}

@media (max-width:1366px) {
	.mag-emp .event-wrapp {
    width: calc(100% / 2 - 20px);
	}
}
@media (max-width:991px) {
	.mag-emp {
    padding: 0 15px;
	}
	.mag-emp .event-wrapp {
    width: 100%;
		margin: 0 0 20px;
	}
}
@media (max-width:767px) {
	.mag-emp .event-dates fieldset {
		width: 100%;
    flex: 1 1 calc(50% - 10px);
    margin: 5px;
	}
	.mag-emp .form-group {
    width: 100%;
    margin: 0 0 15px;
	}
	.mag-emp .form-group.full-width {
    width: 100%;
	}
	.mag-emp .submit-event-btn {
		padding: 0;
	}
	.mag-emp .navigation-container {
		flex-wrap: wrap;
	}
	.mag-emp .navigation-container .event-registration-tab:first-child {
    flex: 1 0 100%;
	}
	.mag-emp .navigation-container .event-registration-tab {
    flex: 1 0 calc(50% - 10px);
	}
}

.map-show-btn{
	width: 100%;
	padding: 0 10px;
	display: flex;
	align-items: center;
}
#map-show-button{
	
	margin-left: 0.5rem;
	width: auto;
}
.qr-code-wrapper,.g-calender-wrapper{
	padding: 0 10px;
}

/* #map-show-button{
	padding: 12px 25px;
	margin: 15px 0px;
	width: 100%;
	border-radius: 35px;
	background: #fff;
	font-size: 14px;
	border: 1px solid black;
	transition: .25s ease all;
}
#map-show-button:hover{
	background-color: #000;
	color: #FFF;
} */
.direction-btn{
	position: relative;
	cursor: pointer;
	margin-top: 10px;
}
.direction-btn svg{
	margin-left: 10px;
}
.direction-btn::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid currentColor;
  transform: scale(0);
  transform-origin: 0 50%;
  transition: all 0.6s ease;
}
.direction-btn:hover:after{
  transform: scale(1);
}


/* custom store requirments */
body.storeid--46011351192 .mag-emp .tabs {
	display: flex;
	flex-wrap: wrap;
}
body.storeid--46011351192 .mag-emp #eventCalendarTab {
	order: -1;
}
/* ends */

.mag-emp .content-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.mag-emp .content-wrapper .event-form-wrapper {
	padding: 0 10px;
	flex: 1 0 50%;
}

.mag-emp .content-wrapper .map-wrapper{
	width: 100%;
	padding: 0 10px;
}

.event-main-wrapper{
	display: flex;
	align-items: center;
}

.content_wrapper{
	display: flex;
	flex: 0 0 70%;
	justify-content: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

.qr-content{
	flex: 0 0 30%;
}

.qr-code-image {
	width: 100%;
	display: block;
	height: 100%;
}
.event-info .event-map {
	padding-top: 10px;
}
