/* # Blog Posts Styles
---------------------------------------------------------------------------------------------------- */
.single.single-post h1,
.single.single-post h2,
.single.single-post h3,
.single.single-post h4,
.single.single-post h5,
.single.single-post h6 {
	margin: 0 0 10px;
	line-height: 1.3;
}

.single.single-post h1 {
	font-size: 36px;
}

.single.single-post h2 {
	font-size: 32px;
	color: #1D97BE;
}

.single.single-post h3 {
	font-size: 28px;
}

.single.single-post h4 {
	font-size: 24px;
}

.single.single-post h5 {
	font-size: 20px;
}

.single.single-post h6 {
	font-size: 18px;
}

.single.single-post .site-inner {
	max-width: 1430px;
	padding-top: 190px;
	padding-bottom: 50px;
}

/* # Blog Post Hero Section
---------------------------------------------------------------------------------------------------- */

.single.single-post .single-post-hero {
	display: flex;
	gap: 75px;
	margin-bottom: 120px;
}

.single.single-post .single-post-hero .single-post-hero__left {
	width: 37%;
}

.single.single-post .single-post-hero .single-post-hero__left h1 {
	margin-bottom: 50px;
}

.single.single-post .single-post-hero .single-post-hero__left .button {
	font-size: 20px;
	background-color: #0A0446;
	color: #ffffff;
	margin-bottom: 50px;
}

.single.single-post .single-post-hero .single-post-hero__left .button:focus,
.single.single-post .single-post-hero .single-post-hero__left .button:hover {
	background-color: #ffffff;
	color: #0A0446;
}

.single.single-post .single-post-hero .single-post-hero__left .single-post-icons a.fa {
	margin: 0 20px 0 0;
	font-size: 24px;
	color: #0A0446;
	cursor: pointer;
}

.single.single-post .single-post-hero .single-post-hero__left .date-published {
	display: block;
	margin-top: 50px;
	font-size: 16px;
}

.single.single-post .single-post-hero .single-post-hero__right {
	width: 58%;
}

.single.single-post .single-post-hero .single-post-hero__right img {
	display: block;
}

/* # Content Wrapper
---------------------------------------------------------------------------------------------------- */

.single.single-post .content-sidebar-wrap {
	display: flex;
	flex-wrap: nowrap;
}

.single.single-post .content-sidebar-wrap::after {
	display: none;
}

/* # Main Content
---------------------------------------------------------------------------------------------------- */

.single.single-post main {
	width: 65%;
	float: none;
	margin-right: 30px;
}

.single.single-post main article .entry-content,
.single.single-post main article .entry-content ol.normal-size li::marker {
	font-size: 16px;
}

.single.single-post main article .entry-content ol li,
.single.single-post main article .entry-content ul li {
	margin-bottom: 15px;
}

.single.single-post main article .entry-content ol li:not(ol li ul li):not(ol.normal-size li)::marker {
	font-size: 28px;
}

.single.single-post main article .entry-content img {
	margin-bottom: 0;
}

.single.single-post main article .entry-content #ez-toc-container {
	background-color: #ffffff;
	border: 0;
	padding: 20px;
	margin: 0 0 20px;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 15px 0px;
}

/* # Sidebar
---------------------------------------------------------------------------------------------------- */
.single.single-post aside.sidebar-primary {
	width: 26%;
	float: none;
	margin-bottom: 0;
}

.single.single-post aside.sidebar-primary .author-bio,
.single.single-post aside.sidebar-primary .related-service {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	background-color: #ffffff;
}

.single.single-post aside.sidebar-primary .author-bio h4,
.single.single-post aside.sidebar-primary .related-service h4 {
	font-size: 18px;
}

.single.single-post aside.sidebar-primary .author-bio {
	padding: 20px;
	margin-bottom: 30px;
}

.single.single-post aside.sidebar-primary .author-bio .author-box {
	padding: 0;
	margin: 30px 0 10px 0;
	background: none;
}

.single.single-post aside.sidebar-primary .author-bio .author-box::before,
.single.single-post aside.sidebar-primary .author-bio .author-box::after {
	display: none;
}

.single.single-post aside.sidebar-primary .author-bio .author-box .avatar {
	display: block;
	margin: 0 0 10px 0;
	float: none;
	border-radius: 0;
	width: 50%;
}

.single.single-post aside.sidebar-primary .author-bio .author-box p {
	margin: 0;
}

.single.single-post aside.sidebar-primary .author-bio .author-box .author-name {
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 8px;
}

.single.single-post aside.sidebar-primary .author-bio .author-box .author-name a:first-child {
	color: #000000;
}

.single.single-post aside.sidebar-primary .author-bio .author-box .author-name a:first-child:focus,
.single.single-post aside.sidebar-primary .author-bio .author-box .author-name a:first-child:hover {
	color: #1D97BE;
}

.single.single-post aside.sidebar-primary .author-bio .author-box .author-name a:last-child {
	flex: none;
	display: flex;
}

.single.single-post aside.sidebar-primary .author-bio .author-box .author-name a svg {
	width: 20px;
	height: 20px;
}

.single.single-post aside.sidebar-primary .author-bio .author-box .author-role {
	font-size: 14px;
}

.single.single-post aside.sidebar-primary .related-service {
	position: sticky;
	top: 120px;
}

.single.single-post aside.sidebar-primary .related-service h4 {
	padding: 20px 20px 10px;
}

.single.single-post aside.sidebar-primary .related-service .page-thumbnail {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #1d97be;
	height: 240px;
}

.single.single-post aside.sidebar-primary .related-service .page-thumbnail img {
	max-height: 90%;
    object-fit: contain;
    overflow: hidden;
    max-width: 90%;
	display: inline-block;
    vertical-align: middle;
}

.single.single-post aside.sidebar-primary .related-service .page-info {
	padding: 20px;
}

.single.single-post aside.sidebar-primary .related-service .page-info h5,
.single.single-post aside.sidebar-primary .related-service .page-info .button {
	font-size: 16px;
}

.single.single-post aside.sidebar-primary .related-service .page-info h5,
.single.single-post aside.sidebar-primary .related-service .page-info p {
	margin-bottom: 15px;
}

.single.single-post aside.sidebar-primary .related-service .page-info p {
	font-size: 14px;
}

/* # FAQs
---------------------------------------------------------------------------------------------------- */
.single.single-post #single-faqs .wrap {
	max-width: 1430px;
}

.single.single-post #single-faqs .faqs {
	padding-top: 0;
	max-width: 890px;
}

.single.single-post #single-faqs .faqs .faq__title {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 25px;
}

.single.single-post #faqs {
	display: none;
}

/* # Floating CTA
---------------------------------------------------------------------------------------------------- */
.single.single-post .site-header .widget-area #floating-cta {
	display: flex;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: linear-gradient(0deg, #0A0446 0%, #1D97BE 100%);
	float: none;
}

/* # Related Articles
---------------------------------------------------------------------------------------------------- */
.single.single-post #related-articles_footer .widget-title {
	margin-bottom: 30px;
}

/* # Media Query (Max Width)
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1366px) {
	.single.single-post .site-inner {
		max-width: 1130px;
	}
}

@media only screen and (max-width: 1024px) {
	.single.single-post h1 {
		font-size: 32px;
	}

	.single.single-post h2 {
		font-size: 29px;
	}

	.single.single-post h3,
	.single.single-post main article .entry-content ol li:not(ol li ul li):not(ol.normal-size li)::marker {
		font-size: 26px;
	}

	.single.single-post h4 {
		font-size: 22px;
	}

	.single.single-post h5 {
		font-size: 19px;
	}

	.single.single-post h6 {
		font-size: 17px;
	}

	.single.single-post .site-inner {
		max-width: 850px;
		padding-top: 145px;
	}
	
	.single.single-post .single-post-hero {
		gap: 50px;
		flex-wrap: wrap;
		margin-bottom: 85px;
	}
	
	.single.single-post .single-post-hero .single-post-hero__left,
	.single.single-post .single-post-hero .single-post-hero__right {
		width: 100%;
	}
	
	.single.single-post .single-post-hero .single-post-hero__left h1,
	.single.single-post .single-post-hero .single-post-hero__left .button {
		margin-bottom: 35px;
	}

	.single.single-post .single-post-hero .single-post-hero__left .button {
		font-size: 19px;
	}
	
	.single.single-post .single-post-hero .single-post-hero__left .date-published {
		margin-top: 35px;
		font-size: 15px;
	}
	
	.single.single-post .content-sidebar-wrap {
		flex-wrap: wrap;
	}
	
	.single.single-post main {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.single.single-post main article .entry-content,
	.single.single-post main article .entry-content ol.normal-size li::marker {
		font-size: 15px;
	}
	
	.single.single-post aside.sidebar-primary {
		width: 100%;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.single.single-post aside.sidebar-primary .author-bio h4,
	.single.single-post aside.sidebar-primary .related-service h4 {
		font-size: 17px;
	}
	
	.single.single-post aside.sidebar-primary .author-bio .author-box {
		margin-top: 25px;
	}
	
	.single.single-post aside.sidebar-primary .author-bio .author-box .author-name,
	.single.single-post aside.sidebar-primary .related-service .page-info h5,
	.single.single-post aside.sidebar-primary .related-service .page-info .button {
		font-size: 15px;
	}
	
	.single.single-post aside.sidebar-primary .author-bio .author-box .author-name a svg {
		width: 18px;
		height: 18px;
	}

	.single.single-post aside.sidebar-primary .author-bio .author-box .author-role,
	.single.single-post aside.sidebar-primary .related-service .page-info p {
		font-size: 13px;
	}

	.single.single-post aside.sidebar-primary .related-service {
		position: static;
	}
	
	.single.single-post #single-faqs .faqs {
		margin-left: auto;
		margin-right: auto;
	}

	.single.single-post #single-faqs .faqs .faq__title {
		font-size: 19px;
		margin-bottom: 22.5px;
	}
	
	.single.single-post #related-articles_footer .widget-title {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.single.single-post h1 {
		font-size: 28px;
	}

	.single.single-post h2 {
		font-size: 26px;
	}

	.single.single-post h3,
	.single.single-post main article .entry-content ol li:not(ol li ul li):not(ol.normal-size li)::marker {
		font-size: 24px;
	}

	.single.single-post h4 {
		font-size: 20px;
	}

	.single.single-post h5 {
		font-size: 18px;
	}

	.single.single-post h6 {
		font-size: 16px;
	}
	
	.single.single-post .site-inner {
		max-width: 650px;
		padding-top: 100px;
	}
	
	.single.single-post .single-post-hero {
		gap: 30px;
		margin-bottom: 50px;
	}
	
	.single.single-post .single-post-hero .single-post-hero__left,
	.single.single-post .single-post-hero .single-post-hero__right {
		width: 100%;
		text-align: center;
	}
	
	.single.single-post .single-post-hero .single-post-hero__left h1,
	.single.single-post .single-post-hero .single-post-hero__left .button {
		margin-bottom: 20px;
	}
	
	.single.single-post .single-post-hero .single-post-hero__left .button {
		font-size: 18px;
	}
	
	.single.single-post .single-post-hero .single-post-hero__left .date-published {
		margin-top: 20px;
		font-size: 14px;
	}
	
	.single.single-post main article .entry-content,
	.single.single-post main article .entry-content ol.normal-size li::marker {
		font-size: 14px;
	}
	
	.single.single-post aside.sidebar-primary .author-bio h4,
	.single.single-post aside.sidebar-primary .related-service h4 {
		font-size: 16px;
	}
	
	.single.single-post aside.sidebar-primary .author-bio .author-box {
		margin-top: 20px;
	}
	
	.single.single-post aside.sidebar-primary .author-bio .author-box .author-name,
	.single.single-post aside.sidebar-primary .related-service .page-info h5,
	.single.single-post aside.sidebar-primary .related-service .page-info .button {
		font-size: 14px;
	}
	
	.single.single-post aside.sidebar-primary .author-bio .author-box .author-name a svg {
		width: 16px;
		height: 16px;
	}

	.single.single-post aside.sidebar-primary .author-bio .author-box .author-role,
	.single.single-post aside.sidebar-primary .related-service .page-info p {
		font-size: 12px;
	}
	
	.single.single-post #single-faqs .faqs .faq__title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.single.single-post #related-articles_footer .widget-title {
		margin-bottom: 20px;
	}
}