/* reviews page */
body.single-reviews .ps-site-btn a.full-review-link {
    line-height: 40px !important;
}
/* Author page  */
body .author_info h1 {
    padding-bottom: 0px;
}
.author_page_sec .archive-content > h4 {
    padding: 0px;
}
.cs_cat_section {
    padding-bottom: 20px;
}
.post_news_sec .pagination {
    padding: 30px 0px;
}
.author_page_sec .author_info {
    padding-bottom: 30px;
}
/* archive page template */
.category_filter {
    padding: 18px 15px;
    margin-bottom: 20px;
    background-color: #efefef;
    border-radius: 5px;
}
.category_filter select {
    padding: 5px 15px 5px 5px;
    cursor: pointer;
}.category_filter form {
    display: flex;
    align-items: center;
    gap: 5px;
}
.cat_pg_section .entry-title {
    color: #414141;
    font-size: 3em !important;
    letter-spacing: normal !important;
    line-height: 1.1 !important;
    text-transform: capitalize !important;
}
.category_filter form label {
    margin-bottom: 0px;
}
/* New Commercial template dedign */
.commercial_pg {
	padding: 30px !important;
}
.commercial_title {
    margin: 15px 0 10px;
    padding-bottom: 0.25rem;
    padding-top: 0;
    text-transform: capitalize;
}
.commercial_pg .entry-meta {
	margin-bottom: 25px;
}

.commercial_pg h2 {
	padding-top: 0px;
	margin-bottom: 10px;
}
.single-commercial .site-content-contain .site-content>.wrap {
    padding: 2em 2em 0px;
}
.single-commercial .site-footer {
	margin-top: 0em;
}

/* Guides css fro posts */
.archive_guides .wrap {
	float: left;
	width: 70%;
	border-right: 1px solid #e6e6e6;
	padding: 2em;
}

.post-image {
	width: 100%;
}

.post-image img {
    --width: 100%;
    min-width: var(--width);
    max-width: var(--width);
    max-height: calc(var(--width) - 30px);
    min-height: calc(var(--width) - 30px);
    object-fit: cover;
}

.common-cpt ul.post-list li {
	align-items: flex-start;
}

.common-cpt ul.post-list li .post-content {
	width: 100%;
}

.common-cpt ul.post-list li .post-content h3 {
	font-size: 1.125rem;
	margin-bottom: 5px;
	font-weight: bold;
}

.common-cpt ul.post-list li .post-content h3 a {
	font-size: inherit;
	font-weight: bold;
	color: #2a5b96;
	text-decoration: none;
}

.common-cpt ul.post-list li .post-content h3 a:hover {
	text-decoration: underline;
	color: #000;
}

.common-cpt ul.post-list li .post-content p {
	margin-bottom: 5px;
	font-size: 1rem;
}
.cpt-title {
	padding: 10px;
	border-left: solid 5px #e63b2f;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	margin-bottom: 1.25rem;
}
.common-cpt h1 {
    margin: 15px 0 10px;
    padding-bottom: 1.25rem;
    padding-top: 0;
    text-transform: capitalize;
}
.common-cpt h2 {
	padding-top: 0;
	margin-bottom: 0.5rem;
}
.cpt-title h2 {
	font-size: inherit;
	margin-bottom: 0;
}
.common-cpt ul.post-list li .post-content a {
	color: #e63b2f;
	text-decoration: none;
}

.common-cpt ul.post-list li .post-content a:hover {
	color: #000;
	text-decoration: underline;
}
.category_cs.common-cpt ul.post-list li {
    display: flex;
    margin-bottom: 20px;
}
/* sidebar css */
.cs_sidebar {
	width: 30%;
	float: right;
	padding: 2em 2em 2em 1em;
	border-bottom: 1px solid #e6e6e6;
}

.cs_sidebar h2 {
	border-left: 5px solid #F44336;
	padding: 0 0 0 10px;
	font-weight: 400;
	font-size: 1.125rem;
	font-family: 'Roboto Slab';
	letter-spacing: initial;
	text-transform: uppercase;
}

.cs_sidebar ul, .new_cs_sidebar ul  {
	list-style: none;
}

.cs_sidebar ul li, .new_cs_sidebar ul li  {
	padding: 5px;
	border-bottom: 0px !important;
	cursor: pointer;
	margin: 8px 0;
}
aside#secondary .widget .widgettitle {
    border-left: 5px solid #F44336;
    padding: 0 0 0 10px;
    font-weight: 400;
    font-size: 1.125rem;
    font-family: 'Roboto Slab';
    letter-spacing: initial;
    text-transform: uppercase;
}
.cs_sidebar ul li a, .new_cs_sidebar ul li a {
	display: flex;
	flex-flow: column;
	text-overflow: clip;
	white-space: normal;
	font-size: 15px;
	font-weight: bold;

}
.site-content-contain #secondary.widget-area h2.widget-title {
    margin-bottom: 20px;
}
.cs_sidebar ul li a span, .new_cs_sidebar ul li a span {
	font-size: 15px;
	color: #e63b2f;
	font-weight: 400;
}

.cs_sidebar ul li:hover, .new_cs_sidebar ul li:hover {
	background: #edffd5;
}
.new_cs_sidebar ul li a:hover {
    box-shadow: none !important;
}
/* End */
/*--single post css  */
.cpt_single_post h1,
.cpt_single_post h2,
.cpt_single_post h3,
.cpt_single_post h4,
.cpt_single_post h5,
.cpt_single_post h6 {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-block-start: 0;
}

.cpt_single_post h1 {
	font-size: 2.5rem;
}

.pagination {
	padding: 20px 0 10px;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	gap:5px;
	
}
.pagination .page-numbers {
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
	box-shadow:none;
}
.pagination .page-numbers.current {
    background: #e63b2f;
    color: #fff;
	font-size:0.85rem;
	border-color:#e63b2f;
}
 .pagination .prev.page-numbers,
.pagination .next.page-numbers {
	font-size: 0.85rem;
	padding: 0.5em 0.75em 0.5em;
	line-height: normal;
}
.pagination .page-numbers:focus {
    box-shadow: none !important;
    border-style: solid !important;
}
.pagination .page-numbers {
    padding: 0.5em 0.75em 0.5em;
    line-height: normal;
    font-size: 0.85rem;
    display: flex;
    justify-content: center;
    font-weight: 400;
    align-items: center;
}
.pagination .page-numbers:hover,
.pagination a:not(.prev):not(.next):hover
 {box-shadow:none !important;}
 
.pagination .page-numbers:hover ,
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover
{
	 background: #e63b2f;
    color: #fff !important;
	border-color:#e63b2f;	
}	
body .cpt_single_post .entry-header {
	padding-bottom: 0 !important;
}

/* category page */
.container.category_cs, .author_page_sec {
    padding: 2em 2em 2em 2em !important;
}
.cs_cat_section .post-grid {
	display: flex;
	flex-wrap: wrap;
	margin-bottom:1.25rem;
	
}
.cs_cat_section .post-grid .post-item {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-radius: 10px;
	height:inherit;
}
.cs_cat_section .cs_post_images {
	height:160px;
	 border-radius: 8px 8px 0 0;
}
.cs_cat_section .cs_post_images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.cs_cat_section .post-grid>div {
	width: calc(100%/4 - 20px);
	margin: 10px 10px 20px;
}

.cs_cat_section .post-grid .post-item .post-title {
	padding-top: 0px;
	font-size: 18px;
   line-height: 1.3;
}
.cs_cat_section .post-grid .post-item .post-content {
   padding: 10px;
}
.cs_cat_section span.byline {
    display: inline;
}

.view_more_btn {
display:flex;
justify-content:center;
align-items:center;
  margin: 20px auto; 
}
.view_more_link { 
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    color: #686868;
    font-size: .8em;
    padding: 10px 15px;
    text-transform: uppercase;
	font-weight: 800;
}
.view_more_link i{transition: all 0.3s ease;}
.view_more_link:hover {
	background: #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
	color: #686868;
}
.view_more_link:hover i{
transform:translateX(5px);
}
/* --top category image  */

.cat-img img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;   
}
.cat_pg h1 {
  padding-top:1rem;
  margin-bottom:10px;
}
/* -----common media begins----- */
@media (min-width:768px) {
	.post-image {
		width: 200px;
	}

	.post-image img {
		--width: 200px;
	}

	.common-cpt ul.post-list li .post-content {
		width: calc(100% - 200px - 15px);
	}

	.cpt_single_post h1 {
		font-size: 3rem;
	}

	.common-cpt ul.post-list li {
		align-items: center;
	}
	
}

@media (min-width:992px) {
	.site-content-contain .site-content>.wrap.common-cpt {
		width: 70%;
		float: left;
	}

	.cs_sidebar {
		width: 30%;
	}
	.cat-img img {		
		min-height: 350px;
	}
}

@media (max-width:1199.98px) {
.cs_cat_section .post-grid .post-item .post-title {
    padding-top: 0px;
    font-size: 16px;
    margin-bottom: 10px; 
}
}
@media (max-width:991.98px) {
	.site-content-contain .site-content>.wrap.common-cpt {
		width: 100%;
	}
	.cat_pg_section h1.entry-title, .common-cpt h1, .cat_pg h1 {
		font-size: 26px !important;
		padding-bottom: 10px;
		margin-top: 10px;
	}
	.cs_sidebar {
		width: 100%;
		padding: 1em;
	}
	.cs_cat_section .post-grid > div {
		width: calc(100%/2 - 20px);	
	}
}
@media (min-width:768px) and (max-width:991.98px) {

}
@media (max-width:767.98px) {
	.common-cpt ul.post-list li {
		flex-flow: column;
		gap: 16px;
	}
	
	.post-image {
		margin-right: 0 !important;
	}
	.post-image img {
		width: 100%;
		height: 100%;
		object-position: center;
		max-height: 200px;
	}
	.cs_cat_section .cs_post_images {
	height: 100px;	
	}
	.cs_cat_section .post-grid .post-item .post-excerpt {
		display:none;
	}
	.cs_cat_section .post-grid>div h3.post-title a {
			 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
	}
}