#news-events-dtls {
	padding-top: 180px;
}

#news-events-dtls .l-col {
    width: 70%;
}

#news-events-dtls .sub-header h2, #news-events-dtls .sub-header h1 {
    text-transform: capitalize;
    line-height: 32px;
}

#news-events-dtls a {
    color: #000;
}

/*#date, #event-name {
    background-color: rgba(97, 97, 97, 0.5);
    margin-right: 20px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 3px 1px 1px 1px #2491d0;
    font-weight: 600;
    padding: 3px 14px;
    zoom: 85%;
}*/

#date, #event-name {
	margin-right: 20px;
    border-radius: 5px;
    font-weight: 500;
}

#date i, #event-name i {
    color: #2491d0;
    margin-right: 5px;
    font-size: 1.2em;
}

.news-event-details .abstract {
    column-count: 2;
    column-gap: 30px;
    margin-top: 30px;
    text-align: justify;
}

.news-event-details .abstract p {
    margin-top: 0;
}

.news-event-details .ne-img {
    margin-top: 20px;
}

.news-event-details .ne-img img {
    height: inherit;
}


.next-btn {
    margin-top: 50px;
}

.next-btn a {
    display: inline-block;
    color: #fff !important;
    border: 1px solid #2591d0;
    background-color: #2591d0;
    font-weight: 400;
    cursor: pointer;
    outline: none;
    padding: 10px;
    margin-right: 20px;
    letter-spacing: 1px;
}

.next-btn .btn {
    margin-right: 0;
    font-weight: 100;
    width: 120px;
}

#news-events-dtls .r-col {
    width: 275px;
    box-sizing: border-box;
}

#sidebar-details h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 1.3em;
    position: relative;
    padding-bottom: 10px;
    font-weight: 500;
    color: #555555;
}

#sidebar-details h3:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #c1c1c1;
    position: absolute;
    bottom: 0;
    left: 0;
}

#news-events-dtls .mid-bdr {
    width: 100px;
}

#sidebar-details div {
    border: 1px solid #d9d9d9;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 0px 1px #bbbbbb;
    background-color: #f0f0f0;
}

#sidebar-details ul {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 0;
}

#sidebar-details ul li {
    margin-bottom: 5px;
    list-style-type: none;
    border-bottom: 2px dotted #d8d8d8;
    padding: 10px 0px;
}

#sidebar-details ul li:last-child {
    border-bottom: none;
}

#sidebar-details ul li a {
    font-weight: bold;
    color: #828282;
    font-size: 1.05em;
}

#sidebar-details ul li .post-date {
    color: #8b8b8b;
    font-style: italic;
}



/** Mobile Responsive Styles */
@media screen and (max-device-width: 1024px) and (orientation: landscape){/** TABLET LANDSCAPE */



}


@media screen and (max-device-width: 736px) and (orientation: landscape){/** LARGE PHONE LANDSCAPE */

    #news-events-dtls {
        padding-top: 150px;
        flex-direction: column;
    }
    
    .mid-bdr {
        display: none;
    }

    #news-events-dtls .l-col {
        width: 100%;
    }

    .news-event-details .ne-img {
	    height: 240px;
	}

	.news-event-details .ne-img img {
	    width: 500px;
	}

    #sidebar-details.r-col {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }

    #recent-post {
        width: 340px;
    }

    #category {
        width: 160px;
    }

}


@media screen and (max-device-width: 640px) and (orientation: landscape){/** SMALL PHONE LANDSCAPE */

    
}


@media screen and (min-device-width: 320px) and (orientation: portrait){/** SMALL PHONE PORTRAIT */

    #news-events-dtls {
        padding-top: 150px;
        flex-direction: column;
    }
    
    .mid-bdr {
        display: none;
    }

    #news-events-dtls .l-col {
        width: 100%;
    }

    .news-event-details .ne-img {
	    height: 240px;
	}

	.news-event-details .abstract {
	    column-count: 1;
	}

    #sidebar-details.r-col {
        width: 100%;
        margin-top: 40px;
    }

    .news-event-details .ne-img img {
	    width: 330px;
	}


}


@media screen and (min-device-width: 414px) and (orientation: portrait){/** LARGE PHONE PORTRAIT */


}


@media screen and (min-device-width: 600px) and (orientation: portrait){/** TABLET PORTRAIT */

    .news-event-details .ne-img {
	    height: 300px;
	}

	.news-event-details .abstract {
	    column-count: 2;
	}

	#sidebar-details.r-col {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }

    #recent-post {
        width: 340px;
    }

    #category {
        width: 160px;
    }
}
