#custom-post-list .pagination {
  display: flex;
  justify-content: center;
}

#custom-post-list .pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

#custom-post-list .pagination a.active {
    font-weight: bold;


}

#custom-post-list .pagination a:hover:not(.active) {background-color: #ddd;}

/* BLOG START */

#blog-list .box{
	margin-bottom: 30px;	
}

#blog-list .box .header-img img{
	display: block;
	width: 100%;
}

#blog-list .box .header-img{
	max-height: 200px;
	overflow: hidden;
	height: 200px;
	background: #fff;
}

#blog-list .box .box-header{
	background: #DDDDDD;
	padding: 20px 30px;
}

#blog-list .box .box-header .box-title{
	color: #1978C8;
	font-size: 17px;
	font-weight: light;
	min-height: 50px;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

#blog-list .box .box-body{
	padding: 20px 30px;
	border: 3px solid #DDDDDD;
	min-height: 330px;
	position: relative;
}


#blog-list .box .box-body p{
	color: #575757;
	font-size: 17px;
	line-height: 30px;
	font-weight: light;
}

#blog-list .box .box-footer{
	position: absolute;
	bottom: 30px;
	left: 30px;
}

#blog-list .box .box-footer #details-btn{
	background: #1978C8;
	color: #fff;
	padding: 10px 30px;
	font-size: 17px;
	border: 1px solid #1978C8;
	transition: border-color 0.5s, background-color 0.5s, color 0.5s;
}

#blog-list .box .box-footer #details-btn:hover{
	background: #fff;
	color: #1978C8;
	text-decoration: unset;
}


@media screen and (max-width: 768px){
	#blog-list .box .box-header .box-title{
		min-height: unset;
	}
	
	#blog-list .box .box-body{
		min-height: unset;
	}
	
	#blog-list .box .box-footer{
		position: relative;
		bottom: unset;
		left: unset;
	}
}

/* BLOG END */



/* SLIDER LIST */

#slider-blog-list{
	margin: 30px 0;	
}



#slider-blog-list a:hover{
	text-decoration: unset;
}


#slider-blog-list .box .header-img img{
	display: block;
	width: 100%;
}

#slider-blog-list .box .header-img{
	max-height: 200px;
	overflow: hidden;
	height: 200px;
	background: #fff;
}


#slider-blog-list .box .box-title{
	color: #1978C8;
	font-size: 20px;
	font-weight: bold;
	min-height: 50px;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

#slider-blog-list .box .box-body{
	padding: 20px;
	border: 3px solid #DDDDDD;
	border-top: unset;
	height: 200px;
	position: relative;
	background: #fff;
}

#slider-blog-list .box .post-date{
	color: #5d5d5d;
}


#slider-blog-list .luv-carousel-nav{
	width: 110%;
	left: -5%;
}

#slider-blog-list .luv-carousel-item li{
	padding: 20px;
	height: 440px;
}


#slider-blog-list .show-more-blog{
	height: 100%;
	width: 100%;
	background-color: #1978C8;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition:.2s all; 
	font-size: 25px;
}

#slider-blog-list .luv-carousel-nav .owl-prev,
#slider-blog-list .luv-carousel-nav .owl-next{
	background: transparent;
}

#slider-blog-list .luv-carousel .luv-carousel-nav > div:after{
	color: #1978C8;
    font-size: 40px;	
}

#slider-blog-list .box{
  transition:.2s all; 
}

#slider-blog-list .show-more-blog:hover,
#slider-blog-list .box:hover{
  transform:scale(1.01);
  box-shadow:0 8px 10px 0px rgba(0,0,0,0.225);
}


/* SLIDER LIST END */




