/* Blog Page */
.blog-image {
	width: 100%;
	border-radius: 10px;
	height: 30vh;
	object-fit: cover;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;

}
.blog-banner {
/*     height: 12.9vh !important; */
    background-color: rgba(0, 0, 0, .05);
    background-image: none !important;
}
.blog-breadcrum li {
    color: #000000;
}

.single-blog-card a {
	color: #df931f;
}

.single-blog-card {
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
	background-color: #ffffff;
	border-radius: 10px;
	transform: scale(0.96);
	padding: 0px;
	position: relative;
}

.blog-details {
	width: 90%;
	margin: auto;
	padding: 5% 0px;
}

.blog-details p {
	font-size: 14px;
	line-height: 18px;
	font-family: 'PT Serif', serif;
}

.single-blog-date {
	border: 1px solid #4a398d;
	background-color: #4a398d;
	color: #fff;
	width: 130px;
	text-align: center;
	padding: 6px;
	position: absolute;
	/* border-bottom-left-radius: 0px; */
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	top: 2%;
}
.page-title {
	text-align: center;
	margin: auto;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	color: #fff;
	z-index: 2;
}

/* Single Blog Page */
.blog-banner-details {
	/* background-color: rgb(242 242 242 / 74%); */
	padding: 1% 2%;
	width: 90%;
	margin: auto;
	margin-top: -5%;
	display: block;
	z-index: 1;
	position: relative;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
	background-color: #ffffff;
	border-radius: 6px;
}

.blog-banner {
	height: 60vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	filter: brightness(0.7);
}

.blog-container {
	padding-top: 4%;
	padding-bottom: 4%;
	margin: auto;
}

.blog-details-container p, .blog-details-container div {
	font-size: 16px;
	line-height: 24px;
	font-family: 'PT Serif', serif;
}

.blog-details-container a {
	color: #df931f;
	text-decoration: underline !important;
	cursor: pointer;
}

.blog-details-container ul li {
	position: relative;
	padding-left: 5%;
	line-height: 40px;
}

.blog-details-container ul li::before {
	position: absolute;
	content: "";
	background-image: url(/website/wp-content/themes/test-funda/img/icons/Tick.svg);
	top: 16px;
	left: 5px;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: 10px;
}

.blog-details-container ul li::after {
	position: absolute;
	content: "";
	background-color: #27ae60;
	border-color: #27ae60;
	top: 10px;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	z-index: -1;
}

.blog-details-container table tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05);
}

.blog-details-container table tbody td,
.blog-details-container table tbody th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.blog-details-container table th {
	background-color: #32383e;
	color: #fff;
	padding: .75rem;
	vertical-align: top;
}

.blog-details-container table {
	table-layout: fixed;
	width: 100%;
	display: block; 
	overflow-x: auto; 
	white-space: nowrap;   
}

.blog-details-container img {
	width: 100%;
}

.latest-post {
	background-color: #f2f2f26b;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	border: 1px solid #ededed;
}

.latest-post img {
	width: 50px;
	border-radius: 5px;
}

.latest-post h4 {
	margin-bottom: 4px;
	font-size: 13px;
}

.latest-post p {
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 14px;
}

.blog-breadcrum {
	display: flex;
	column-gap: 3%;
	position: absolute;
	z-index: 1;
	width: 100%;
	padding-top: 2.5%;
	padding-left: 2%;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	margin: auto;
	left: 50%;
	right: 50%;
	transform: translate(-50%, -50%);
}

.blog-breadcrum-item {
	position: relative;
}

.blog-breadcrum-item::before {
	position: absolute;
	content: ">";
	top: 0;
	left: -25px;
	font-family: monospace;
}

.blog-breadcrum-item:nth-child(1)::before {
	visibility: hidden;
}

.blog-breadcrum-item a:hover {
	color: #df931f;
	text-decoration: underline;
}

.social-button svg {
	width: 30px;
	height: auto;
}

.social-sharing .social-button {
	color: transparent;
}

.post-navigation {
	display: flex;
}

.post-navigation a {
	width: 50%;
}

.pdt6per {
	padding-top: 6%;
}

.banner-head {
	text-transform: capitalize;
}

svg#calendars {
	width: 20px;
	margin-bottom: -4px;
}

#searchform input#s {
	padding: 10px;
	border: 1px solid #4a398d;
	border-radius: 5px;
	outline: none;
	width: 85%;
}

#searchform #searchsubmit {
	border: 1px solid #4a398d;
	background-color: #4a398d;
	border-radius: 5px;
	height: 41px;
	/* width: 100px; */
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}

.comment-container input,
.comment-container textarea {
	border: 1px solid #4a398d;
	border-radius: 5px;
	padding: 5px;
}

.comment-container input#submit {
	border: 1px solid #4a398d;
	background-color: #4a398d;
	border-radius: 5px;
	height: 42px;
	width: 180px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}

p.comment-notes {
	display: none;
}

form#commentform p {
	display: grid;
}

.comment-container textarea {
	height: 100px !important;
}

form#commentform {
	/* column-count: 2; */
}

form#commentform p.comment-form-cookies-consent {
	display: block;
}

form#commentform p.logged-in-as {
	display: none;
}
.post-navigation .next-post {
	text-align: end;
}
.pagination {
	text-align: center;
	margin: auto;
}
.blog-banner {
	height: 45vh !important;
}

/* #searchform input#s {
width: 90%;
border: none !important;
} */

/* .main #searchform #searchsubmit {
width: 9%;
background-color: transparent;
border: none;
}

.main #searchform #searchsubmit svg {
color: #4a398d;
} */

.blog-banner-details {
	margin-top: -3% !important;
}

.st0 {
	display: none
}

.st1 {
	display: inline
}

.st2 {
	fill: #232323
}

.st3 {
	display: inline;
	fill: #fff
}

.st4 {
	font-family: &apos;
	Helvetica-Bold&apos;
}

.st6 {
	fill-rule: evenodd;
	clip-rule: evenodd
}

.st6,
.st7 {
	display: inline;
	fill: #232323
}

.category-list-item {
	font-size: 16px;
	font-weight: 500;
	list-style: disc;
	line-height: 32px;
	text-transform: capitalize;
}

.category-list {
	width: 75%;
	margin: auto;
}

.nav-sidebar {
	background-color: #f2f2f26b;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	border: 1px solid #ededed;
}

.blog-banner {
	height: 12.9vh !important;
}

/* #searchform input#s {
width: 90%;
border: none !important;
} */

/* .main #searchform #searchsubmit {
width: 9%;
background-color: transparent;
border: none;
}

.main #searchform #searchsubmit svg {
color: #4a398d;
} */

.blog-banner-details {
	margin-top: -3% !important;
}

@media only screen and (max-width: 600px) {
	.page-title {
		top: 25%;
	}
	.blog-banner-container .blog-banner {
/* 		height: 12vh !important; */
		position: relative;
	}
	.blog-breadcrum {
		column-gap: 40px;
		padding-top: 22.5%;
	}
	.nxt-prv-container .post-navigation a {
		width: 100%;
		margin: auto;
		padding: 0px;
		margin-bottom: 10%;
	}
	.nxt-prv-container .post-navigation {
		display: block;
		width: 100%;
	}
	.banner-head {
		font-size: 30px;
		line-height: 36px;
		margin: auto;
		width: 95%;
		padding-top: 2%;
	}
	svg#calendars {
		width: 18px;
	}
	.single-blog-banner-head {
		font-size: 18px;
		line-height: 26px;
	}
	.blog-details-container ul li {
		padding-left: 8%;
		line-height: 26px;
	}
	#testfundaTabs li.nav-item a {
		font-size: 18px !important;
	}
}