/*
Theme Name: DSK Codes Theme
Description: DSK Codes Themes - A Retina Multi Purpose Wordpress Theme
Author: DSK Codes LTD
Author URI: https://dsk.codes
Version: 3.0
*/

* {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

::-webkit-scrollbar {
	background: #000000;
	width: 5px;
}

::-webkit-scrollbar-button {
	display: none;
}

::-webkit-scrollbar-track {
	display: none;
}

::-webkit-scrollbar-track-piece {
	display: none;
}

::-webkit-scrollbar-thumb {
	background: #418b87;
	background-clip: content-box;
	border-radius: 9px;
}

::-webkit-scrollbar-corner {
	display: none;
}

::-webkit-resizer {
	display: none;
}




.single.single-post .post .post-meta .post-meta-info{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.blog-card-section{
	margin-top: 100px;
}

.single-post-section .single-post-row .post-title h1{
	font-size: 45px;
}
.single-case-study .single-post-section .post-pagination{
	display: flex;
	justify-content: space-between;
}
@media(max-width: 991px){
	.post-category-section,
	.blog-card-section,
	.single-post-section, .single-post-section .single-post-row{
		margin-top: 60px;
	}
}

@media(max-width: 576px){
	.single.single-post .post .post-meta .post-meta-info .post-cat{
		display: flex;
		gap: 5px;
		flex-wrap: wrap;
		font-size: 12px;
		align-items: center;
	}
	
}

.single.single-post .post .post-meta .post-meta-info .post-cat{
	text-transform: uppercase;
}
.single.single-post .author-info{
	padding: 20px 10px 40px;
	display: flex;
	gap: 20px;
	background: #fff;
	border-radius: 10px;
	margin: 30px 0px;
}

.single.single-post .post-pagination a{
	font-size: 20px;
}


.single.single-post .author-info .author-content{
	color: #000;
}
.single.single-post .author-info .author-content .author-name{
	padding-bottom: 10px;
}
.single.single-post .author-info .author-img img{
	border-radius: 50%;
	border: 5px solid #418b87;
}

.single.single-post .post-pagination{
	padding: 20px 0px;
	display: flex;
	justify-content: space-between;
}

.single.single-post .related-posts .related-post-content img{
	width: 100%;
	object-fit: cover;
}
/* .single.single-post .related-posts{
	padding
} */

.single.single-post .related-posts .related-post-content .related-post-title{
	margin-top: 20px;
}
.single.single-post .comments-section .comment-form-comment{
	display: flex;
	flex-direction: column;
	gap : 20px;
}
.single.single-post .comments-section .form-submit input[type="submit"]{
	background: #418b87;
    border: 0;
    color: #fff;
    padding: 10px 12px;
} 
@media(max-width: 576px){
	/* .single.single-post .author-info .author-img{
		text-align: center;
	} */

	.single.single-post .author-info{
		flex-direction: column;
	}
}

.archive.category .post-cards .no-post{
	display: block;
}

.blog .post-cards, .page-template-page-case-study-php .post-cards,
.archive.category .post-cards{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	padding: 0px 0px 60px; 
}
@media(max-width: 768px){
	.blog .post-cards, .page-template-page-case-study-php .post-cards,
	.archive.category .post-cards{
		grid-template-columns: repeat(2, 1fr);
	}	
}
@media(max-width: 576px){
	.blog .post-cards, .page-template-page-case-study-php .post-cards, 
	.archive.category .post-cards{
		grid-template-columns: 1fr;
		padding: 0px 0px 20px; 
	}	
}
.page-template-page-case-study-php .post-cards .post-card-img img,
.blog .post-cards .post-card .post-card-img img, 
.single.single-post .post-cards .post-card .post-card-img img, 
.archive.category .post-cards .post-card .post-card-img img{
	width: 100%;
    height: 237px;
    border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	object-fit: cover;
}

.page-template-page-case-study-php .post-cards .post-card .post-card-info .post-card-author-img, 
.blog .post-cards .post-card .post-card-info .post-card-author-img, 
.single.single-post .post-cards .post-card .post-card-info .post-card-author-img, 
.archive.category .post-cards .post-card .post-card-info .post-card-author-img{
	position: relative;
    padding: 0 30px;
    width: 100%;
    top: -51px;
    left: -30px;
    height: 0;
    pointer-events: none;
}
.page-template-page-case-study-php .post-cards .post-card .post-card-info .post-card-author-img img,
.blog .post-cards .post-card .post-card-info .post-card-author-img img,
.archive.category .post-cards .post-card .post-card-info .post-card-author-img img,
.single.single-post .post-cards .post-card .post-card-info .post-card-author-img img{
	transform: translateY(-50%);
	width: 60px;
	height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.page-template-page-case-study-php .post-cards .post-card,
.blog .post-cards .post-card,
.single.single-post .post-cards .post-card,
.archive.category .post-cards .post-card{
	background-color: #0c2f39;
	border-radius: 10px;
}
.page-template-page-case-study-php .post-cards .post-card .post-card-info,
.blog .post-cards .post-card .post-card-info,
.single.single-post .post-cards .post-card .post-card-info,
.archive.category .post-cards .post-card .post-card-info{
	/* background-color: #0c2f39; */
	padding: 40px 20px 5px 20px;
	margin: 0 10px 20px;
	text-align: left;
}


.page-template-page-case-study-php .post-cards .post-card .post-card-info .post-card-title .title,
.blog .post-cards .post-card .post-card-info .post-card-title .title,
.single.single-post .post-cards .post-card .post-card-info .post-card-title .title,
.archive.category .post-cards .post-card .post-card-info .post-card-title .title{
	font-size: 18px;
	margin-bottom: 5px;
	color: #418b87;
}
.single.single-post .post-cards .post-card .post-card-info .post-card-title .title{
	margin-bottom: 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.blog .post-cards .post-card .post-card-info .post-card-title .title:hover,
.single.single-post .post-cards .post-card .post-card-info .post-card-title .title:hover,
.archive.category .post-cards .post-card .post-card-info .post-card-title .title:hover{
	color: #3b423e;
}	
.blog .post-cards .post-card .post-card-info .post-card-desc,
.single.single-post .post-cards .post-card .post-card-info .post-card-desc,
.archive.category .post-cards .post-card .post-card-info .post-card-desc{
	line-height: 1.5em;
    font-size: 14px;
    margin-bottom: 10px;
}
.blog .post-cards .post-card .post-card-info .post-card-meta,
.single.single-post .post-cards .post-card .post-card-info .post-card-meta,
.archive.category .post-cards .post-card .post-card-info .post-card-meta{
	display: flex;
	gap: 10px;
}
.blog .post-cards .post-card .post-card-info .post-card-meta .post-card-date,
.archive.category .post-cards .post-card .post-card-info .post-card-meta .post-card-date{
	margin-right: 10px;
}
.blog .post-cards .post-card .post-card-info p,
.single.single-post .post-cards .post-card .post-card-info p,
.archive.category .post-cards .post-card .post-card-info p{
	margin-bottom: 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.blog .post-cards .post-card .post-card-info .post-card-meta,
.single.single-post .post-cards .post-card .post-card-info .post-card-meta,
.archive.category .post-cards .post-card .post-card-info .post-card-meta{
	line-height: 1.3em;
    font-size: 12px;
    margin-bottom: 13px;
	color: #adadad;
}


.blog .pagination,
.single.single-post .pagination,
.archive.category .pagination{
	justify-content: center;
	padding: 30px 0px;
}

.single.single-post .pagination .pagination-list,
.blog .pagination .pagination-list,
.archive.category .pagination .pagination-list{
	display: flex;	
	list-style-type: none;
	gap: 20px;
}
.blog .pagination .pagination-list li a, .blog .pagination .pagination-list li span,
.single.single-post .pagination .pagination-list li a, .blog .pagination .pagination-list li span,
.archive.category .pagination .pagination-list li a, .archive.category .pagination .pagination-list li span{
	line-height: 1;
    font-size: 1em;
    font-weight: 400;
    text-decoration: none;
    padding: 0.75em;
    margin: 0 0.4em 0.4em 0;
	background-color: #40514e;
	color: #418b87;

}

.blog .pagination .pagination-list li span.current,
.single.single-post .pagination .pagination-list li span.current,
.archive.category .pagination .pagination-list li span.current{
	color: #40514e;
	background-color: #418b87;
}



body.privacy-policy .top-b-links, body.page-id-787 .top-b-links, body.page-id-789 .top-b-links{
    display: none;
}

body.privacy-policy .main-page-title > h2, body.page-id-787 .main-page-title > h2, body.page-id-789 .main-page-title > h2{
    font-size: 42px;
    text-align: center;
}









