/*
Theme Name: thetopfloorsinfra
Author: Thanksweb
Author URI: https://www.thanksweb.in/
Version: 1.0
*/


/************************************/
/***      13. Our Blog css	      ***/
/************************************/

.our-blog .section-title {
	text-align: center;
}
.blog-item {
	border: 1px solid #e9e9e9;
	border-radius: 16px;
	box-shadow: 5px 28px 75px 4px #585b631a;
	overflow: hidden;
	margin-bottom: 30px;
	height: calc(100% - 30px);
	position: relative;
}
.blog-item .post-item-content {
	padding: 30px;
}
.post-featured-image figure a {
	display: block;
	cursor: none;
}
.blog-item .post-featured-image img {
	aspect-ratio: 1 / 0.6;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}
.blog-item:hover .post-featured-image img {
	transform: scale(1.1);
}
.post-item-body h2 {
	font-size: 20px;
	color: #000;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.post-item-body h2 a {
	color: inherit;
}
.page-blog .post-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
.post-item-body p {
	margin-bottom: 20px;
}
.post-item-footer a {
	background-color: #1e1e31;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.post-item-footer a img {
	max-width: 20px;
	transition: all 0.4s ease-in-out;
	transform: rotate(-45deg);
}
.blog-item:hover .post-item-footer a img {
	transform: rotate(0deg);
}

/********* Blog Pagination *********/
.post-pagination {
    margin-top: 30px;
    text-align: center
}
.post-pagination .pagination {
    justify-content: center;
    padding: 0;
    margin: 0
}
.post-pagination .pagination span.page-numbers.current {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: #1e1e31;
    color: #fff;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    border-radius: 4px;
    font-weight: 700;
    transition: all .3s ease-in-out
}
.post-pagination .pagination a.page-numbers {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: #1076c4;
    color: #fff;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    border-radius: 4px;
    font-weight: 700;
    transition: all .3s ease-in-out
}
.post-pagination .pagination a.page-numbers:hover {
    background: #1e1e31;
}
.post-pagination .pagination a.next.page-numbers,.post-pagination .pagination a.prev.page-numbers {
    width: unset;
    height: unset;
    background: unset;
    color: #1e1e31;
    font-size: 14px;
}
/*********END Blog Pagination *********/

/********* Blog Detail Page *************/
.blog-details .post-featured-image img {
    width: 100%;
    height: 650px;
    border-radius: 16px;
    object-fit: cover;
}
.global-desc-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.blog-details .post-date {
    margin: 15px 0;
}
.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.post-navigation a{
	color: #1076c4;
	transition: 0.3s ease-in-out;
}
.post-navigation a:hover{
	color: #1e1e31;
}
ul.recent-posts-list {
  list-style-type: none;
  padding-left: 0px;
}
ul.recent-posts-list li a {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}
.widget.widget-recent-posts h4 {
  font-size: 22px;
  padding-bottom: 15px;
}
.blog-details {
    background: #fff;
    box-shadow: 0px 0px 20px #0000000D;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    margin-bottom: 20px;
}
.blog-sec {
    max-width: 100%;
    padding: 15px 20px 15px;
}

/****** Sidebar *********/
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.widget-recent-posts {
    background: #fff;
    box-shadow: 0px 0px 20px #0000000D;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    opacity: 1;
    padding: 30px;
}

@media (max-width: 991px) {
.sidebar {
  margin-top: 20px;
}
}
/*********** Error page ***********/
.error-page {
    padding: 100px 0;
}
.error-page-image {
    text-align: center;
    margin-bottom: 60px
}
.error-page .error-page-content {
    text-align: center
}
.error-page-content-heading {
    margin-bottom: 30px
}
.error-page-content-heading h2 {
    font-size: 46px
}
.error-page-content-heading h2 span {
    color: #1076c4;
}
/*********** END Error page ***********/
.btn-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn-flex .btn-get-started {
    margin-top: 0;
}






