/* .owl-item {
    opacity: 0;
} */
.owl-item.active {
opacity: 1;
/* width: 1240px !important; */
}
.event-listing .item{
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px 0 0;
    border:1px solid #003C77;
}
.event-listing  .item .col-md-5{
    padding: 0;
    display: flex;
}
.event-listing  .item .col-md-7{
    background-color: #f57e25;
    padding: 10px 15px;
}
.list-events .item .col-md-7{
/*     background-color: #fff; */
	border-radius:0 8px 8px 0;
}
#featured-events .col-md-7{
	 padding: 50px 15px;
}
.event-listing  .item .col-md-7 .title{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 15px 0px 0 0;
    min-height: 120px;
}

.event-listing  .item .col-md-7 .get-ticket-btn{
    padding: 10px 20px !important;
    margin: 0 !important;
    background-image: linear-gradient(315deg, #003c77 0, #003c77 74%);
    color: #fff;
    width: 50%;
    float: left;
    border:1px solid #000;
	text-align:center;
	border-radius: 8px;
	    font-weight: 500;
}
#featured-events .get-ticket-btn{
	width:25% !important;
}
.event-listing  .item .col-md-7 .price{
    width: 20%;
    float: right;
    color: #fff;
	font-weight: 700;
}
/* .event-listing .owl-dots{
    margin-top:-16em !important;
} */
.event-listing .owl-dots .owl-dot span{
    height:20px !important;
    width:20px !important;
    background: #fff !important;
    border:1px solid #003C77;
}
.event-listing .owl-dots .owl-dot.active span{
    background: #000 !important;
}

.list-events{
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap;
        width: 102%;
}
.list-events .col-md-6{
    width:40% !important;
    margin: 30px 20px 30px 20px;
    border: 1px solid #003C77;
    display: flex;
    flex-direction: column;
    flex-basis: 45% !important;
    flex: 1;
	border-radius:8px;
}
.list-events .col-md-6 .row{
    display:flex;
}
.list-events .item .col-md-5 img{
	object-fit:cover;
	border-radius:8px 0 0 8px;
}
.list-events .col-md-7 .event-time{
	color:#003c77 !important;
	    font-weight: 500;
}
.list-events .col-md-7 .title{
    min-height: 80px !important;
/* 	color:#f57e25 !important; */
	font-weight:700;
}
/* .list-events .item .col-md-7 .price{
	color:#003c77 !important;
	    font-weight: 500;
} */
.list-events .col-md-7  .content{
    font-size:14px;
    color:#003C77;
    min-height: 140px !important;
	    font-weight: 500;
}
.ticket-section{
	    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.search_result {
    display: none;
  }
.event-search .search_bar form{
	    width: 100%;
    margin: 0 auto;
}
.event-search .search_bar form input{
    width: 100%;
	height:4em;
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 14px center;
    padding: 0px 0px 0px 3.5em;
	border: 1px solid #003C77;
	border-radius:5px;
}
.tabs-sponser ul li{
	border: 1px solid #003C77;
}
.tabs-sponser ul li:first-child{
	border-radius: 8px 0px 0px 8px !important;
}
.tabs-sponser ul li:last-child{
	border-radius: 0px 8px 8px 0px !important;
}
@media only screen and (max-width: 768px) {
	
	.event-listing .item{
		flex-basis:100% !important;
		flex:none;
		display:block !important;
	}
	.list-events .item .col-md-7{
		min-height:27vh;
	}
	.list-events .col-md-7 .title{
		    min-height: 65px !important;
	}
	.list-events .col-md-7 .content{
		 min-height: 100px !important;
	}
	.event-listing .item .col-md-5{
		width:100% !important;
	}
	.list-events .col-md-6 .row {
		display: block;
	}
	.list-events{
		width:105% !important;
	}
}
@media only screen and (max-width: 480px) {
	.event-listing .item .col-md-7 .title{
		min-height:100px;
	}
	#featured-events .get-ticket-btn{
		width: 60% !important;
	}
	.list-events{
		width:110% !important;
	}
	.list-events .col-md-7 .content{
		 min-height: 140px !important;
	}
/* 	.list-events .col-md-6 .row {
    	display: block;
	} */
	.list-events .item .col-md-7 {
		min-height: 36vh;
	}
}