/* single post page modifications */

body.single main {
	margin: auto;
	max-width: 1186px;
	padding: 85px 30px 0 30px;
	display: flex;
	flex-wrap: wrap;
}

body.single main h1 {
	color: var(--ryan-primary-blue);
	font-family: var(--font-myriad);
	font-size: 48px;
	font-weight: 600;
	padding: 20px 30px 30px 0;
	line-height: 60px;
	margin-bottom: 0;
}

.press-release-post-container {
	padding-top: 30px;
}

.press-release-post-container .blue-category-or-tag {
	font-size: 16px;
	padding: 8px 16px 8px 16px;
}

.author-container {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}

.author-container img {
	width: 64px;
	border-radius: 64px;
}

.author-container .info-container {
	margin-left: 0;
}

.author-container .author-name {
	margin-bottom: 0;
	font-family: var(--font-myriad);
	font-size: 20px;
	color: var(--text-grey);
	font-weight: 600;
}

.author-container .post-date {
	line-height: initial;
}

body.single .excerpt {
	width: 100%;
	font-size: 2rem;
	color: var(--text-grey);	
    padding: 1.25rem 0;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

body.single article {
	width: 65%;
	padding-bottom: 20px;
}

body.single article ul{
	margin-bottom: 12px;
}

body.single article .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

body.single article .elementor-widget-container{
	font-size: 1.15rem;
	line-height: 1.8;
	color: var(--e-global-color-primary);
}

body.single article .elementor-widget-container p{
	margin: 0 0 24px;
}

body.single article a, body.single .excerpt a {
	text-decoration: underline;
}


body.single article img {
	width: 100%;
	margin: 0.5rem 0 1rem 0;
}

body.single article table {
	border: none;
}

body.single article table tr td {
	font-size: 24px;
	border: none;
}

body.single article table tr td a, body.single article a {
	color: var(--ryan-royal-blue);
}

body.single article h2 {
	color: var(--text-grey);
	font-family: var(--font-myriad);
	font-weight: 600;
	font-size: 40px;
	line-height: 46px;
}

body.single article h4 {
	font-size: 24px;
	line-height: 46px;
	color: var(--ryan-primary-navy);
	letter-spacing: -0.5px;
}

.post-tags {
	padding-top: 20px;
	font-family: var(--font-lato);
	font-size: 20px;
	color: var(--ryan-primary-navy);
}

.post-tags a {
	padding: 0 8px;
}

body.single aside {
	width: 35%;
	padding: 0 0 20px 40px;
}

body.single aside .post-results-sidebar .post-preview {
	display: block;
	width: 100%;
}

body.single aside .post-results-sidebar h3 {
	font-size: 32px;
	color: var(--ryan-primary-blue);
	font-weight: 600;
	font-family: var(--font-myriad);
	padding: 0 0 30px 0;
	margin: 0;
}

body.single aside .post-results-sidebar h2 {
	margin-bottom: 0;
}

body.single aside .post-results-sidebar .blue-category-or-tag {
	line-height: 30px;
	display: none;
}

body.single aside .subscribe-anchor-container {
	background-image: url("../png/sidebar-subscribe-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px;
	text-align: center;
	border-radius: 20px;
	margin-top: 25px;
}

body.single aside .subscribe-anchor-container h4 {
	font-size: 24px;
	font-family: var(--font-myriad);
	font-weight: 700;
	color: white;
	line-height: 28.8px;
}

body.single aside .subscribe-anchor-container p {
	font-size: 20px;
	font-family: var(--font-myriad);
	font-weight: 400;
	color: white;
	line-height: 24px;
  margin-bottom: 20px;
}

body.single aside .subscribe-anchor-container a {
	color: white;
	font-family: var(--font-myriad);
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	padding: 9px 18px;
	border-radius: 33px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid white;
}

body.single aside .subscribe-anchor-container a:hover {
	background-color: white;
	color: #64759b;
}

.post-preview-grid {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 30px;
  text-decoration: none;
  color: inherit;
  background-color: var(--ryan-background-blue);
  padding: 1rem;
  border-radius: 8px;
}


.post-thumbnail-container {
  flex: 0 0 65px;
}

.post-thumbnail-container img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.post-info {
  flex: 1;
}

.post-info h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

.read-more-arrow {
  color: #0073aa;
  font-weight: bold;
  font-size: 16px!important;
}

@media (max-width: 768px) { 
	body.single article {
		width: 100%;
	}

	body.single aside {
		width: 100%;
		padding: 0;
	}

	body.single aside .post-preview {
		padding-left: 0;
		padding-right: 0;
	}

	.post-preview-grid {
		flex-direction: column;
	}

	.post-thumbnail-container {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.post-info {
		width: 100%;
	}

}