*,::after,::before {

    box-sizing: border-box;

    -webkit-box-sizing: border-box;

}

body {

    margin: 0;

    padding: 0;

    font-family: 'Inter', sans-serif;

    overflow-x: hidden;

}

.pink-text {

    color: #FF0084;

}

h1,h2,h3,h4,h5,h6, p {

    margin-top: 0;

    margin-bottom: 12px;

}

h3 {

    font-size: 24px;

	font-weight: bold;

}

h4 {

    font-size: 20px;

	font-weight: bold;

}

h5 {

    font-size: 18px;

	font-weight: bold;

}

h6{

	font-weight: bold;

}

h6, p {

    font-size: 16px;

}

img {

    max-width: 100%;

}

.py-35 {

    padding-top: 35px;

    padding-bottom: 35px;

}

.my-35 {

    margin-top: 35px;

    margin-bottom: 35px;

}

.wpem-odd-container {

    max-width: 1065px;

    padding-left: 15px;

    padding-right: 15px;

    margin: 0 auto;

}

.wpem-odd-row {

    display: flex;

    display: -webkit-flex;

    flex-wrap: wrap;

    -webkit-flex-wrap: wrap;

    margin-left: -10px;

    margin-right: -10px;

}

.wpem-odd-col25 {

    width: 25%;

    padding: 0 10px;

}

.wpem-odd-col50 {

    width: 50%;

    padding: 0 10px;

}

.wpem-odd-col30 {

    width: 30%;

    padding: 10px;

}

.wpem-odd-col70 {

    width: 70%;

    padding: 0 10px;

}

.wpem-odd-flex {

    display: flex;

    display: -webkit-flex;

}

.wpem-odd-banner-market {

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    min-height: 563px;

    padding: 40px 0;

    display: flex;

    align-items: center;

    justify-content: center;

}



.banner-logo{

	max-width: 550px;

}



.wpem-odd-banner-content {

    text-align: center;

    margin-bottom: 60px;

}

.wpem-odd-at {

    display: block;

    margin: 10px 0;

}

.wpem-odd-align-center {

    align-items: center;

}

.wpem-odd-banner-market .wpem-odd-col25 {

	display: flex;

}

.wpem-odd-banner-datetime {

	border-radius: 20px;

	background: rgba(255, 255, 255, 0.85);

	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

	display: flex;

	padding: 30px 20px;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	text-align: center;

}

.wpem-odd-banner-eventdate {

	border-radius: 20px;

	background: rgba(255, 255, 255, 0.85);

	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

	display: flex;

    display: -webkit-flex;

	padding: 20px;

	flex-direction: column;

	-webkit-flex-direction: column;

	align-items: flex-start;

	-webkit-align-items: flex-start;

}

.wpem-odd-banner-eventdate ul {

	list-style: none;

	padding: 0;

	margin: 0;

}

.wpem-odd-banner-eventdate ul li {

	display: flex;

    display: -webkit-flex;

	align-items: center;

	-webkit-align-items: center;

    margin-bottom: 13px;

}

.wpem-odd-banner-eventdate ul li:last-child {

    margin-bottom: 0;

}

.wpem-odd-banner-eventdate ul li p {

	margin-bottom: 0;

	color: #FF0084;

	font-size: 16px;

	font-weight: 500;

	line-height: normal;

    padding-right: 13px;

}

.wpem-odd-banner-eventdate ul li span {

	border-radius: 10px;

	background: #D9E021;

	display: flex;

    display: -webkit-flex;

	padding: 10px;

	justify-content: center;

	align-items: center;

}

.wpem-odd-banner-datetime h4 {

	color: #FF0084;

	font-size: 22px;

	font-weight: 600;

	line-height: normal;

	margin-bottom: 0;

	padding-left: 10px;

}

.wpem-odd-banner-datetime p {

	margin-bottom: 0;

	border-top: 3px solid #D9E021;

	padding-top: 15px;

	margin-top: 15px;

	color: #242424;

	text-align: center;

	font-size: 14px;

	font-weight: 400;

	line-height: 21px;

}

.wpem-odd-timesec {

	background-color: #FF0084;

	min-height: 200px;

	padding: 5rem 0;

}

.wpem-odd-timesec ul {

	padding: 0;

	list-style: none;

	display: flex;

	margin: 0 auto;

    max-width: 900px;

}

.wpem-odd-timesec ul li {

	padding: 0 10px;

	width: 25%;

	text-align: center;

    position: relative;

}

.wpem-odd-timesec ul li::after {

	content: "";

	position: absolute;

	right: 0;

	background-image: url("./images/dots.png");

	width: 12px;

	height: 37px;

	background-repeat: no-repeat;

	top: 50%;

	transform: translateY(-50%);

}

.wpem-odd-timesec ul li:last-child:after {

    display: none;

}

.wpem-odd-timesec ul li h2 {

	color: #FFF;

	text-align: center;

	font-size: 65px;

	font-weight: 700;

	line-height: normal;

	margin-bottom: 0;

}

.wpem-odd-timesec ul li p {

	margin-bottom: 0;

	color: #FFF;

	text-align: center;

	font-size: 18px;

	font-weight: 700;

	line-height: normal;

}

.wpem-odd-imagesec {

	padding: 70px 0;

}

.wpem-odd-imagesec img {

	border-radius: 15px;

}

.wpem-odd-imagesec-img1, .wpem-odd-imagesec-img5 {

	margin-bottom: 20px;

	height: 233px;

	width: 100%;

	object-fit: cover;

}

.wpem-odd-imagesec-img5 {

    margin-bottom: 0px;

    margin-top: 20px;

}

.wpem-odd-imagesec-img2, .wpem-odd-imagesec-img4 {

	height: 138px;

	width: 100%;

	object-fit: cover;

}

.wpem-odd-imagesec-img3 {

	height: 391px;

	width: 100%;

	object-fit: cover;

}

.wpem-odd-landdetails h3 {

	color: #000;

	font-size: 24px;

	font-weight: 600;

	line-height: normal;

	margin: 0;

}

.wpem-odd-by {

    margin: 28px 0;

}

.wpem-odd-by h6 {

	color: #000;

	font-size: 16px;

	font-weight: 400;

	line-height: normal;

	margin-bottom: 0;

	padding-right: 25px;

}

.wpem-odd-by span {

	display: flex;

	align-items: center;

}

.wpem-odd-by span img {

    margin-right: 5px;

}

.wpem-odd-landprecontent p {

	color: #000;

	font-size: 16px;

	font-weight: 400;

	line-height: 25px;

	margin-bottom: 20px;

}

.wpem-odd-landprecontent p:last-child {

    margin-bottom: 0;

}

.wpem-odd-landWishlist {

	border-radius: 20px;

	border: 1px dashed #FF0084;

	background: #EFEFEF;

	display: flex;

	padding: 20px;

	flex-direction: column;

	justify-content: center;

	align-items: center;

    margin-bottom: 25px;

}

.wpem-odd-landWishlist p {

	color: #242424;

	font-size: 14px;

	font-weight: 400;

	line-height: 24px;

}

.wpem-odd-addwishlist {

	border-radius: 10px;

	background: #FF0084;

	display: flex;

	padding: 10px 8px;

	align-items: center;

	align-self: stretch;

	color: #fff;

	justify-content: center;

	text-decoration: none;

    transition: all ease-in-out 0.3s;

    -webkit-transition: all ease-in-out 0.3s;

}

.wpem-odd-addwishlist:hover, .wpem-odd-howbtn:hover, .wpem-odd-mapbtn:hover {

	background: #000;

	color: #fff;

}

.wpem-odd-addwishlist img {

	margin-right: 10px;

}

.wpem-odd-addwishlist span {

	margin-left: 5px;

}

.wpem-odd-landsharelink h6 {

	color: #000;

	font-size: 16px;

	font-weight: 600;

	line-height: normal;

	margin-bottom: 15px;

}

.wpem-odd-landsociallist a {

	margin-right: 6px;

}

.wpem-odd-landsociallist a:last-child {

	margin-right: 0px;

}

.wpem-odd-landinfo {

	border-radius: 20px;

	background: #FFECEC;

	padding: 20px;

    width: 100%;

}

.wpem-odd-landinfo h3 {

	color: #FF0084;

	font-size: 22px;

	font-weight: 700;

	line-height: 27px;

	text-transform: uppercase;

}

.wpem-odd-landinfo ul {

	padding-left: 15px;

    margin-bottom: 0;

}

.wpem-odd-landinfo ul li {

	color: #FF0084;

	font-size: 16px;

	font-weight: 400;

	line-height: 27px;

}

.wpem-odd-landquestions {

	border-radius: 20px;

	background: #FFECEC;

	padding: 20px;

    width: 100%;

}

.wpem-odd-landquestions h4 {

	color: #FF0084;

	font-size: 22px;

	font-weight: 700;

	line-height: 27px;

	text-transform: capitalize;

}

.wpem-odd-howbtn, .wpem-odd-mapbtn, .wpem-odd-btn,.wpem-organizer-page-url-button a, .wpem-odd-border-btn {

	border-radius: 10px;

	background: #FF0084;

	display: flex;

	padding: 10px 15px;

	justify-content: center;

	align-items: center;

	color: #FFF;

	font-size: 14px;

	font-weight: 600;

	line-height: 21px;

	margin-bottom: 15px;

    text-decoration: none;

    transition: all ease-in-out 0.3s;

    -webkit-transition: all ease-in-out 0.3s;

}

.wpem-odd-howbtn img, .wpem-odd-mapbtn img {

	margin-right: 10px;

}

.wpem-odd-howbtn:last-child {

    margin-bottom: 0;

}   


.wpem-odd-landtable .table {

	border-collapse: collapse;

	width: 100%;

	max-width: 100%;

	background-color: transparent;

}

.wpem-odd-landtable .table tr th, .wpem-odd-landtable .table tr td {

	text-align: left;

	padding: 12px 0;

}

/* .wpem-odd-landtable .table tr th:last-child, .wpem-odd-landtable .table tr td:last-child {

    text-align: right;

} */

.wpem-odd-landtable .table tr {

    border-bottom: 1px solid #eee;

}

.wpem-odd-landtable .table td .crossIcon {

	margin-left: 10px;

}

.wpem-odd-landtable-totalprice {

	text-align: right;

	justify-content: flex-end;

    padding: 12px 0;

    border-bottom: 1px solid #eee;

}

.wpem-odd-landtable-totalprice h3 {

	margin-bottom: 0;

	color: #FF0084;

	text-align: right;

	font-size: 16px;

	font-weight: 600;

	line-height: 27px;

}

.wpem-odd-landtable-totalprice h3 span {

	padding-left: 20px;

}

.text-right {

    text-align: right;

}

.wpem-odd-btn,.wpem-organizer-page-url-button,.wpem-organizer-contact-button {

	display: inline-flex;

	min-width: 130px;

    margin-bottom: 0;

}

.wpem-odd-border-btn {

    background-color: transparent;

    border: 1px solid #FF0084;

    color: #FF0084;

}

.wpem-odd-btn:hover,.wpem-organizer-page-url-button a:hover, .wpem-odd-border-btn:hover {

	background-color: #000;

    color: #fff;

}

.wpem-odd-border-btn:hover {

    border-color: #000;

}

.wpem-odd-landtable .table-responsive {

	margin-bottom: 25px;

	display: block;

	width: 100%;

}

.wpem-odd-eventsec {

    padding: 33px 0 70px;

}

.wpem-odd-eventsec h5 {

    margin-bottom: 18px;

}

.wpem-odd-organizersec-box {

	border-radius: 20px;

	background: #FFECEC;

	padding: 20px;

    width: 100%;

}

.wpem-odd-organizersec figure {

	margin: 0;

}

.wpem-oddmarket {

    margin: 20px 0;

    align-items: center;

}

.wpem-oddtext {

	padding-left: 20px;

}

.wpem-oddtext a {

	margin-right: 10px;

}

.wpem-oddtext a:last-child {

	margin-right: 0px;

}

.wpem-odd-organizersec-box .wpem-odd-btn.wpem-odd-border-btn,.wpem-organizer-page-url-button a {

	margin-left: 15px;

}

.venue_logo{

	max-width: 226px;

}

/* Media css start */

@media (max-width:1199px) {}

@media (max-width:991px) {

    .wpem-odd-col25 {

        width: 50%;

    }

    .wpem-odd-col50 {

        width: 100%;

    }

    .wpem-odd-banner-datetime {

        width: 100%;

        margin-bottom: 20px;

    }

    .wpem-odd-imagesec .wpem-odd-col25 {

        width: 25%;

    }

    .wpem-odd-imagesec .wpem-odd-col50, .wpem-odd-organizersec .wpem-odd-col50 {

        width: 50%;

    }

}

@media (max-width:767px) {

    .wpem-odd-col70, .wpem-odd-col30, .wpem-odd-organizersec .wpem-odd-col50 {

        width: 100%;

    }

    .wpem-odd-landWishlist, .wpem-odd-landquestions, .wpem-odd-boothdetails {

        margin-top: 20px;

    }

    .wpem-odd-organizersec-box {

        margin-bottom: 20px;

    }

    .wpem-odd-imagesec {

        padding: 40px 0;

    }

}

@media (max-width:575px) {

    .wpem-odd-organizersec-box {

        padding: 20px 15px;

    }

    .wpem-odd-imagesec .wpem-odd-col25, .wpem-odd-imagesec .wpem-odd-col50 {

        width: 100%;

    }

    .wpem-odd-imagesec .wpem-odd-col50 {

        margin: 20px 0;

    }

    .wpem-odd-timesec ul li h2 {

        font-size: 30px;

    }

    .wpem-odd-timesec ul li p {

        font-size: 13px;

        font-weight: 500;

    }

    .wpem-odd-timesec {

        min-height: 130px;

        padding: 3rem 0;

    }

    .wpem-odd-banner-datetime .wpem-odd-flex {

        display: block;

    }

    .wpem-odd-banner-datetime h4 {

        font-size: 18px;

        padding-left: 0;

        padding-top: 10px;

    }

    .wpem-odd-landinfo h3, .wpem-odd-landquestions h4 {

        font-size: 20px;

    }

    .wpem-odd-banner-datetime {

        padding: 20px 10px;

    }

    .wpem-odd-imagesec-img3 {

        height: 241px;

    }

    h3 {

        font-size: 22px;

    }

    h4 {

        font-size: 18px;

    }

    h5 {

        font-size: 17px;

    }

}

@media (max-width:359px) {}