
.custom_events_slider .owl-dots{
	display:none;
}
.custom_events_slider .slider-outer .event-info:before{
    display: none;
}

.custom_events_slider  .owl-nav{
	position:absolute;
	left:8%;
	bottom:60px;
	z-index:1;
	width:250px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	transition: .3s all ease;
}


.custom_events_slider .owl-nav.disabled,
#events-carousel .owl-nav.disabled{
    display: none;
}
.custom_events_slider .owl-nav button span{
	display:none;
}
.custom_events_slider .owl-prev,
.custom_events_slider .owl-next{
	width:93px;
	height:30px;
	transition: .3s all ease;
	position:relative;
}
.custom_events_slider .owl-next{
	background: url('../../../../themes/usheru-venue-theme/images/slider-arrow-right.png') no-repeat!important;
    /*transform: rotate(180deg);*/
	background-size: contain!important;
	transition: .3s all ease;
	right:0;
}
.custom_events_slider .owl-prev{
	left:0px;
	background: url('../../../../themes/usheru-venue-theme/images/slider-arrow-left.png') no-repeat!important;
	transition: .3s all ease;
	background-size: contain!important;
}
.custom_events_slider .owl-prev:hover{
	left:-15px;
}
.custom_events_slider .owl-next:hover{
	right:-15px;
}
.custom_events_slider.owl-carousel{
	margin-bottom:0px;
}

.custom_events_slider .event-outer{
	display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
	background: var(--e-global-color-primary);
	padding-bottom:43px;
}
.custom_events_slider .event-outer .event-info{
	grid-area: 1 / 1 / 2 / 2;
	padding: 125px 30px 45px 75px;
	flex-direction: column;
    justify-content: end;
	display:flex;
	padding-bottom:110px;
	max-width:40%;
	flex: 40%;
	padding-right:20px;
	padding-left:8%;
	z-index:1;
    gap: 10px;
}
.custom_events_slider .event-outer .event-info .event-title{
	font-size:45px;
	letter-spacing:1.05px;
	line-height:55px;
	color:#fff;
	margin-bottom:30px;
	font-family: "Oswald", Sans-serif;
	text-transform:uppercase;
	font-weight: 900;
}
.custom_events_slider .event-outer .event-info .event-date{
	font-size:20px;
	line-height:24px;
	color:#fff;
	margin-bottom:24px;
}
.custom_events_slider .event-outer .event-info .event-action .btn:hover{
	background: var( --e-global-color-text );
}
.custom_events_slider .event-outer .event-banner{
	justify-content: end;
	grid-area: 1 / 1 / 2 / 2;
	display: flex;
	width: 100%;
}
.custom_events_slider .event-outer .event-banner .event-banner-content{
	max-width:60%;
	flex: 60%;
}
.custom_events_slider .event-outer .event-banner img{
	border-radius: 0px 0px 0px 60px;
	width: 100%;
	height: 80%;
	object-fit: cover;
}

.custom_events_slider .slider-outer .event-info .event-action {
    justify-content: flex-start;
    gap: 10px;
	flex-direction: row;
    padding-top: 30px;
}

.custom_events_slider .slider-outer .event-info .event-action .btn{
    border: 2px solid var(--e-global-color-b7bb236);
}

.custom_events_slider .slider-outer .event-info .event-action .btn.first_btn:hover{
    border: 2px solid var(--e-global-color-text);
}

.custom_events_slider .slider-outer .event-info .event-action .btn.second_btn{
    background: transparent;
    color: var(--e-global-color-b7bb236);
}

.custom_events_slider .slider-outer .event-info .event-action .btn.second_btn:hover{
    background: var(--e-global-color-b7bb236);
    color: var(--e-global-color-text);
}


@media (max-width:1090px) {
	.custom_events_slider .event-outer{
		grid-template-rows: auto auto;
	}
	.custom_events_slider .event-outer .event-info{
		grid-area: 2 / 1 / 3 / 2;
		padding: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		max-width: 100%;
		width: 100%;
	}
	.custom_events_slider .event-outer .event-banner{
		grid-area: 1 / 1 / 2 / 2;
	}
	.custom_events_slider .event-outer .event-banner .event-banner-content{
		max-width: 92%;
	}
	.custom_events_slider .owl-nav {
		position: relative;
		margin-top: 30px;
	}
}

@media (max-width:1023px) {
	.custom_events_slider .event-outer .event-banner .event-banner-content{
		max-width: 100%;
		flex: 100%;
		padding-left: 20px;
	}
	.custom_events_slider .event-outer{
		display: flex;
		align-items: start;
		flex-direction: column;
		padding-bottom: 1px;
	}
	.custom_events_slider .event-outer .event-info{
		order: 2;
		max-width: 100%;
    	flex: 100%;
		width: 100%;
		padding-left: 20px;
		padding-bottom: 95px;
		padding-top: 25px;
	}
	.custom_events_slider .event-outer .event-info .event-action {
		flex-direction: column;
		padding-top: 0px;
		gap: 10px;
	}
	.custom_events_slider .event-outer .event-banner{
		order: 1;
	}
	.custom_events_slider .owl-nav {
		left: 20px;
		bottom: 20px;
		width: auto;
		right: 20px;
		position: absolute;
		margin-top: 10px;
	}
	.custom_events_slider .owl-next{
		top: -5px;
	}
	.custom_events_slider .event-outer .event-info .event-title {
		font-size: 24px;
		letter-spacing: 0;
		line-height: 32px;
		margin-bottom: 10px;
	}
}
