.daily-details {
	padding: 10px 0;
	border-top: 1px solid #121212;
	overflow: hidden;
}
.daily-details .title-flex a {
	font-family: 'presicav';
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	display: block;
	margin: -20px -2px 6px 0;
	background-image: url(../../assets/icons/utility/circle.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 18px 25px 14px 48px;
	letter-spacing: 0.02rem;
}
.daily-details .title-flex a:hover {
	text-decoration: underline;
}
.daily-details .title-flex a img {
	width: 13px;
	margin: 4px 0 -1px 9px;
	display: inline-block;
}
.daily-details .title-flex {
	max-width: 1013px;
	margin: 46px auto 32px;
	display: flex;
	justify-content: space-between;
}
.daily-details .title-flex p {
	margin: 0;
	font-family: 'Carefree Serif';
	font-size: 50px;
	text-transform: uppercase;
	display: flex;
}
.daily-details .title-flex p em {
	text-transform: capitalize;
	font-family: 'Medusa';
	font-style: inherit;
	font-size: 65px;
	margin: -1px 0 0 10px;
	display: block;
	font-weight: 100;
}
.daily-details .pslider {
	border-top: 1px solid #121212;
	padding-bottom: 151px;
	position: relative;
}
.daily-details .pslider .swiper-slide{
	border-right:1px solid #121212;
}
.daily-details .pslider .swiper-slide #hero-image {
	border-bottom: 1px solid black;
	height: 100%;
	width: 100%;
	transition: all 0.5s;
	-webkit-filter: brightness(100%);
}
.daily-details .pslider .swiper-slide #hero-image:hover {
	-webkit-filter: brightness(70%);
}
.daily-details .pslider .swiper-scrollbar {
	width: 722px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 73px;
	height: 1px;
	border-radius: 0;
	background: #1E1E1E;
}
.daily-details .pslider .swiper-scrollbar .swiper-scrollbar-drag {
	height: 8px;
	border-radius: 0;
	background: #000000;
	top: -4px;
}
.daily-details .pslider .swiper-slide a {
	display: block;
}
.daily-details .pslider .swiper-slide .titles-area {
	display: block;
	height: 70px;
	border-bottom: 1px solid #121212;
	padding: 0px 0 0;
}
.daily-details .pslider .swiper-slide .titles-area .post-title {
	text-decoration: none;
	font-size: 10px;
	font-family: 'presicav';
	font-weight: 600;
	letter-spacing: 0;
	padding: 0 25px;
	margin: -3px auto 0;
}
.daily-details .pslider .swiper-slide .titles-area .post-title:hover span{
	text-decoration: underline;
}
.daily-details .pslider .swiper-slide .titles-area .post-title h2 {
	margin: -6px 0px 0 0;
	font-size: 29px;
	font-style: italic;
	text-align: right;
	font-weight: 100;
	font-family: 'Carefree Serif';
}
@media all and (max-width:1440px) {
	.daily-details .pslider .swiper-slide #hero-image {
		border-bottom: 1px solid black;
		height: 451px;
		width: 100%;
		transition: all 0.5s;
		-webkit-filter: brightness(100%);
	}
}
@media all and (max-width: 1170px) {
	.daily-details .pslider .swiper-slide #hero-image {
		height: 390px;
	}
}
@media all and (max-width:1080px) {
	.daily-details .title-flex {
		max-width: 700px;
	}
}
@media all and (max-width: 768px) {
	.daily-details .title-flex {
		max-width: 500px;
	}
	.daily-details .title-flex p {
		font-size:40px;
	}
	.daily-details .title-flex p em {
		font-size:50px;
	}
	.daily-details .pslider .swiper-scrollbar {
		width:80%;
	}
	.daily-details .pslider .swiper-slide .titles-area .post-title h2 {
		font-size:22px;
	}
}
@media all and (max-width:520px) {
	.daily-details .title-flex {
		max-width: 95%;
	}
	.daily-details .title-flex p {
		font-size: 32px;
	}
	.daily-details .title-flex p em {
		font-size: 43px;
		margin: -3px 0 0 2px;
	}
	.daily-details .title-flex a {
		padding: 12px 13px 9px 36px;
		margin: -15px 0px 6px 0;
	}
	.daily-details .pslider .swiper-slide #hero-image {
		height: 305px;
	}
	.daily-details .pslider .swiper-slide .titles-area .post-title {
		font-size:8px;
		padding: 0 12px;
	}
	.daily-details .pslider .swiper-slide .titles-area .post-title h2 {
		font-size: 20px;
	}
	.daily-details .pslider {
		padding-bottom: 65px;
	}
	.daily-details .pslider .swiper-scrollbar {
		bottom:25px;
	}
}
@media all and (max-width:440px) {
	.daily-details .pslider .swiper-slide #hero-image {
		height: 275px;
	}
}