/**
* Slider
*/
.elementor-widget-xl-slider .carousel-inner {
    margin: 45px 30px;
}
.elementor-widget-xl-slider .arrows .left,
.elementor-widget-xl-slider .arrows .right {
    position: absolute;
    top: 45%;
}
.elementor-widget-xl-slider .arrows .left {
    left: -15px;
}
.elementor-widget-xl-slider .arrows .right {
    right: -15px;
}
.elementor-widget-xl-slider .carousel-indicators {
    left: 30px;
    bottom: -40px;
    margin: 0;
    text-align: left;
    width: 100%;
}

/**
* Blog
*/
.xl-custom-blog .entry-meta > div {
    display: inline-block;
}
.xl-custom-blog .entry-meta>div i {
    margin-right: 5px;
}
.xl-custom-blog .entry-meta>div:not(:last-child) {
    margin-right: 15px;
}
.xl-custom-blog .entry-meta .category .post-categories {
    list-style: none;
    padding: 0;
    display: inline-block;
}
/* .xl-custom-blog .entry-meta .category .post-categories li {
    display: inline-block;
} */
/* .xl-custom-blog .entry-meta .category .post-categories li:not(:last-child) {
    margin-right: 10px;
} */
.xl-custom-blog .custom-post {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    max-height: 450px;
    overflow: hidden;
    min-height: 450px;
}
.xl-custom-blog .custom-post .blog-details {
    padding: 20px;
}
    .xl-custom-blog .custom-post .blog-details .entry-meta {
    margin: 0;
}
.xl-custom-blog .custom-post .post-thumb-title {
    position: relative;
    max-height: 240px;
    height: 240px;
    overflow: hidden;
}
.xl-custom-blog .custom-post .post-thumb-title:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 1) 100%);
}
.xl-custom-blog .custom-post .post-thumb-title .entry-header {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
}
.xl-custom-blog .custom-post .no-thumb.entry-header {
    padding: 20px 20px 0;
}
.xl-custom-blog .custom-post .post-thumb-title .entry-header .entry-title a {
    color: #fff;
}
.xl-custom-blog .custom-post .entry-content {
    color: #302a34;
}
.xl-custom-blog .custom-post .content-btn a {
    text-transform: uppercase;
    font-weight: 500;
}

/**
* Event
*/
.xl-event-wraper .xl-event .entry-title {
    font-size: 26px;
    margin-bottom: 25px;
}
.xl-event-wraper .xl-event .event-info > div:not(:last-child) {
    margin-bottom: 8px;
}
.xl-event-wraper .xl-event .event-info > div i {
    color: #a0d1d5;
    width: 20px;
}
.xl-event-wraper .xl-event .event-details-btn {
    margin-top: 20px;
}
.xl-event-wraper .xl-event .thumb-date {
    position: relative;
}
.xl-event-wraper .xl-event .thumb-date .edate-time {
    position: absolute;
    top: -41px;
    background: #fff;
    padding: 5px;
    text-align: center;
    left: 50%;
    width: 80px;
    margin-left: -40px;
}
.xl-event-wraper .xl-event .thumb-date .edate-time .date {
    text-transform: uppercase;
}
.xl-event-wraper .xl-event .thumb-date .edate-time .day {
    font-weight: 700;
    font-size: 25px;
}
.xl-event-wraper .xl-event .thumb-date .edate-time .time {
    border-top: 1px solid #ddd;
}
.xl-event-wraper .xl-event {
    margin-bottom: 40px;
    border-top: 1px solid #ddd;
    padding-top: 40px;
}


/**
* Partner
*/
.xl-partner .title-sub-title {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}
.xl-partner .title-sub-title .title {
    margin: 5px 0;
}
.xl-partner .title-sub-title .sub-title {
    margin-bottom: 5px;
}
.xl-partner .partner-img {
    margin: 20px 0;
}
.xl-partner .partner-description p:last-child {
    /* margin-bottom: 0; */
}

/**
* Element Sidebar Featured Post
*/

.xl-blog-featured-posts .custom-post:not(:last-child) {
    /* margin-bottom: 30px; */
}
