.slider_function_wrap {
	width: 100%;
}
.single_slide_block {

}
.single_slide_wrap {

}
.slick-slide {
	float: left;
    display: flex;

}
..events_slide .text_details_wrap {
	display: flex;
	align-content: center;
}
.events_slide .text_details_wrap {
	display: flex;
	align-content: center;
	align-items: center;
}
.slick-track {
	display: flex;
}
.slider_function_wrap {
	overflow: hidden;
}
.slick-dots li button {

    border: 0 none;
    border-radius: 100%;
    color: transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 15px;
    line-height: 0;
    outline: medium none;
    padding: 5px;
    width: 15px;
    border: 1px solid #e9e9e9;
    background-color: transparent;
}

.slick-dots .slick-active button { background: #000000 none repeat scroll 0 0; }
#dot_box {
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 100%);
    position: absolute;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    z-index: 100;
}
.slick-dots {
	padding: 0px !important;
    white-space: nowrap;
    display: inline-block !important;
}
.slick-dots li {
	margin: 10px 0;
	list-style: none !important;
	display: inline-block !important;
	margin: 0 10px;
}
.prev_1 {
    top: 50% !important;
    left: 0% !important;
    transform: translate( -50px, -50% ) !important;
    position: absolute !important;
    z-index: 100 !important;
}
.next_1 {
    top: 50% !important;
    right: 0% !important;
    transform: translate( 50px, -50% ) !important;
    position: absolute !important;
    z-index: 100 !important;
}

.ss_desktop_image {
	width: 100%;
}

.single_slide_text_wrap {
	position: relative;
	z-index: 10;
}
.absolute_bg_images .ss_desktop_image {
	top: 0px;
	left: 0px;
	position: absolute;		
	width: 100%;
	height: 100%;
	z-index: 1;
}
.absolute_bg_images .ss_mobile_image {
	top: 0px;
	left: 0px;
	position: absolute;		
	width: 100%;
	height: 100%;
	z-index: 1;
}
.absolute_center .single_slide_block {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.ss_desktop_image img {
	opacity: 0;
}
.arrow_height_width {
	width: 45px;
	height: 45px;
}
.arrow_img {
	position: absolute;
	top: 0px;
	left: 0px;

}
.hover_arrow_img {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.arrow span:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0 !important;
}
.slider_block {
	max-height:0px;
	overflow: hidden;
}
.slide_count_1 {
	width: 100% !important;
}
.slide_count_1 .slick-list {
	width: 100% !important;
}
.slide_count_1 .slick-track {
	width: 100% !important;
	transform: none !important;
}
.all_slides_post_feed_wrap {
	overflow: hidden;
}
.events_slide .featured_wrap_block {
	display: block;
	width: 100%;
}
.featured_image {
	display: block;
	width: 100%;
}
.post_feed_wrap {
	margin-bottom: 500px;
}
.single_feed_post {
	border: 2px solid #002d74;
	background-color: rgba(255,255,255,0.5);
	margin-right: 25px;
}
.events_slide .text_details_wrap {
	display: block;
	width: (100% - 150px);
	padding: 25px;
}
.events_slide .date_wrap {
	display: block;
	width: 150px;
	background-color: #002d74;
	color: #ffffff;
	padding: 25px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.post_feed_block  {
	width: calc(100% + 200px);
	padding-top: 50px;

}
.next_1 {
	display: none !important;
}
.post_title {
	font-weight: bold;
	font-size: 22px;
    font-family: "Lora";
}
.event_listing_type_wrap {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #002d74;
	margin-bottom: 10px;
}
.events_slide .post_title {
	margin-bottom: 10px;
}
.event_location {
	font-size: 12px;
}
@media screen and (max-width: 1280px) {
	.post_feed_block.events_slide {
		position: relative;
		left: 50px;
	    width: calc(100% - 50px);
	}
}