.newsmag_posts_slider{
    margin: 0 !important;
    .post-carousel {
		position: relative;
		margin: 21px auto 26px;
		color: #ffffff;
		background-color: #272f32;
		text-align: center;

		.post-slider-dots .slick-dots li.slick-active {
			border-color: #c69c6d;
			button {
				background-color: #c69c6d;
			}
		}

		.post-carousel-description {
			position: absolute;
			top: 39px;
			left: 26px;
			right: 26px;
			z-index: 2;

			h5{
				text-align: center;
				text-transform: uppercase;
				color: #ffffff;
			}

			h6 {
				text-align: center;
				color: #ff3d2e;
			}
		}
		.slides {
			margin-bottom: 0;
			list-style: none;
			padding:0;
			li {
				padding: 0;
				.post-thumbnail {
					margin: 0px;
					border-bottom: 2px solid #ff3d2e;
				}
				.post-carousel-slide-number {
					display: inline-block;
					padding: 13px;
					padding: 0.92857142em;
					color: #ffffff;
					background-color: #ff3d2e;
					border-radius: 50%;
					position: absolute;
					left: 50%;
					margin-left: -26px;
					margin-left: -1.85714285em;
					margin-top: -26px;
					margin-top: -1.85714285em;
					min-width: 52px;
					min-width: 3.71428571em;
					min-height: 52px;
					min-height: 3.71428571em;
					box-sizing: border-box;
					font-weight: 700;
				}
					
			}
		}
		.post-title {
			margin-top: 40px;
			margin-top: 3em;
			margin-bottom: 26px;
			margin-bottom: 1.3em;

			a{
				color: #fff;
				text-decoration: none;
				outline: 0;
				transition: color 0.2s;
			}
		}
		p{
			color: #545e65;
			padding: 0px 39px 0;
			padding: 0 2.78571428em 0;
		}
		.post-carousel-pagination {
			text-align: center;
			padding-bottom: 33px;
			padding-bottom: 2.35714285em;
			a {
				position: relative;
				display: inline-block;
				padding: 0 13px;
				padding: 0 0.92857142em;
				color: #fff;
				&:hover{
					color: #ff3d2e;
				}
			}
		}		
	}
}