/*
Theme Name: Backblaze PHP
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: Jake Schwartz and the Front End team
Author URI: https://wordpress.org/
Description: The Backblaze theme was built off of the Wordpress 2021 boilerplate and originally authored by Jake Schwartz
Requires at least: 5.3
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

:root {
    --red-50: #e20626;
    --navy-50: #003;
    --navy-40: #4c4c6e;
    --navy-30: #5f5f82;
    --navy-45: #33335c;
    --navy-20: #b2b2c1;
    --beige-20: #f5f3f1;
    --beige-15: #f7f7f2;
    --spacer-l: 40px;
    --spacer-xs: 16px;
    --spacer-xxl: 80px;
    --spacer-s: 24px;
    --heading-m-font-size: 20px;
    --heading-m-line-height: 27px !important;
    --heading-xl-font-size: 48px;
    --heading-xl-line-height: 53px;
    --heading-l-font-size: 28px;
    --heading-l-line-height: 35px;
    --heading-s-font-size: 18px;
    --heading-s-line-height: 23px;
    --heading-xs-font-size: 16px;
    --heading-xs-line-height: 20px;
    --body-l-font-size: 19px;
    --body-l-line-height: 33px;
    --body-m-font-size: 16px;
    --body-m-line-height: 28px;
    --body-s-font-size: 14px;
    --body-s-line-height: 23px;
    --quote-l-font-size: 28px;
    --quote-l-line-height: 36px;
    --red-80: #590310;
    --red-70: #87061b;
    --red-40: #e02945;
    --purple: #5c44ff;
	--purple-70: #3430FF;
    --spacer-xl: 64px;
    --spacer-m: 32px;
    --rounded-corner-m: 8px;
    --beige-10: #faf9f8;
    --beige-50: #e5e0dd;
    --spacer-xxs: 8px;
    --beige-100: #686563;
    --beige-30: #eeeceb;
    --beige-80: #b7b3b1;
    --icon-l: 72px;
    --purple-10: #f5f4ff;
    --icon-m: 64px;
    --quote-m-font-size: 20px;
    --quote-m-line-height: 26px;
    --navy-10: #e5e5eb;
    --navy-30-31\<deleted\|variable-ae779c1b\>: #5f5f82;
    --beige-70: #cecac7;
    --red-40-41\<deleted\|variable-1cf3a772\>: #e02945;
    --red-30: #ec766d;
    --red-20: #f2a19b;
    --red-10: #f7cfcb;
    --red-60: #b40a23;
    --beige-60: #dad5d2;
    --beige-40: #eae6e4;
    --purple-30: #9e92ef;
    --grey-43\<deleted\|variable-6335cef4\>: #6e6e6e;
    --rounded-corner-s: 4px;
    --purple-20: #e6e3ff;
    --medium-spacer\<deleted\|variable-2063b650-c50e-e114-ae53-de02240ec522\>: 24px;
    --heading-xl: 0px;
    --box-border: 1px solid rgba(0,0,0,.06);
	--abstract-box-border: 4px solid rgba(0,0,0,.06);
    --box-border-radius: 16px;
}


#wpadminbar {
	display: none;
}
#header-content {
	z-index: 101;
}

body {
     background-color: #fff !important;
     font-family: 'DM Sans', sans-serif !important;
     color: var(--navy-45);
 }
 h1 {
 	font-size: var(--heading-xl-font-size) !important;
 	line-height: var(--heading-xl-line-height) !important;
 	color: var(--navy-50) !important;
 	font-family: 'Dmsans', sans-serif !important;
 	margin-bottom: var(--spacer-xxs) !important;
 	font-weight: 700 !important;
 }
 p {
 	color: var(--navy-45);
 }
main {
	display: flex !important;
	flex-direction: column;
}
figure {
	width: auto !important;
}



/* NAVIGATION */




#subnav {
	background-image: linear-gradient(90deg, #e6e3ff, rgba(255, 255, 255, 1));
	position: fixed;
	width: 100%;
	top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}
#subnav .container {
	display: flex;
	justify-content: center;
	max-width: 1340px;
	margin: 0 auto;
	align-items: center;
	width: 100%;
	position: relative;
	min-height: 56px;
}
#subnav .silo-label {
	font-size: 12px;
	font-weight: 700;
	padding-left: 0px;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--navy-40);
	position: absolute;
	left: 0;
	transition: color .15s;
}
#subnav .silo-label:hover {
	color: var(--purple);
}
#subnav .menu-category-container {
	max-width: 1340px;/*1110px;*/
	width: 100%;
	padding-left: 135px;
	padding-right: 0;
}
#subnav .menu {
	display: flex;
	flex-direction: row;
	list-style: none;
	padding-left: 7px;
	flex-wrap: wrap;
	margin: 0px 0;
}
#subnav .menu-item {
	flex-shrink: 0;
	margin: 0 1%;
}
#subnav .menu-item:first-child {
	display: none;
}
#subnav .menu-item a {
	font-size: var(--body-s-font-size);
	color: var(--navy-45);
	font-weight: 700;
	font-family: "Dmsans";
	padding: 14px 0px;
	text-decoration: none;
	transition: color .15s;
}
#subnav .menu-item a:hover {
	color: var(--purple) !important;
}
#subnav .menu-item .menu-item-description {
	display: none;
}
#subnav .menu-item.search {
	flex-grow: 1;
	margin-right: 0px !important;
}
#subnav .menu-item.search form {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin: unset;
}
input[type='search'] {
	border: solid 1px var(--navy-20);
	border-radius: 25px;
	font-size: var(--body-s-font-size);
	font-family: 'Dmsans', sans-serif;
	padding: 6px 10px 6px 30px;
	background-image: url('https://www.backblaze.com/blog/wp-content/uploads/2024/03/Search.svg');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 3px 4px;
}
input[type='search']:focus {
	outline-color: var(--purple);
}

@media (max-width:991px) {
	#subnav .container {
		padding: var(--spacer-xxs) var(--spacer-xs);
		align-items: center;
		justify-content: unset;
	}
	#subnav .category {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#subnav .silo-label {
		display: none;
	}
	#subnav .menu-category-container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	#subnav .menu {
		padding-left: 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	#subnav .menu-item:first-child {
		display: inline-block;
	}
	#subnav .menu-item.search {
		flex-grow: 0;
	}
}
 .grid-post {
    width: 100%;
     color: var(--navy-50);
/*     border: var(--box-border);*/
     
 }
 .grid-post img {
     width: 100%;
 }

 .grid-post .img-link {
 	overflow: hidden;
 	display: flex;
 	border-radius: var(--box-border-radius);
 	min-height: 220px;
 }
 .post-grid .grid-post .img-link {
	max-height: 220px;
 }
 .grid-post .img-link img {
 	transition: transform .5s ease-out;
 	transform: scale(1.00);
 	margin: 0;
 	object-fit: cover;
 }

 .grid-post .img-link:hover img {
 	transform: scale(1.05);
 	transition: transform .2s ease-out;
 	
 }
 .grid-post .entry-title {
     font-size: var(--heading-m-font-size);
     line-height: var(--heading-m-line-height);
     font-weight: 500;
     text-align: left !important;
 }
 .grid-post .entry-title a {
     text-decoration: none;
     transition: color .15s;
 }
 .grid-post .entry-title a:hover {
 		color: var(--purple);
 }
 .grid-post .info {
 	padding: var(--spacer-s) var(--spacer-xs) 0 0;
 }
 .entry-meta {
     display: flex;
     flex-wrap: wrap;
     column-gap: 5px;
     font-size: var(--body-s-font-size);
     line-height: var(--body-s-line-height);
     color: var(--navy-30);
     text-transform: uppercase;
     letter-spacing: 1.8px;
 }
 .entry-meta span {
 		display: flex;
 }
 .entry-comment-link {
 		margin-left: 5px;
 		color: var(--navy-30);
 		text-decoration: none;
 }
 .entry-comment-link:hover {
 		color: rgba(0,0,0,.9)
 }
 .entry-author {
 		color: var(--purple) !important; /* #067ccc; */
 		text-decoration: none;
 		margin-left: 3px;
 		font-size: var(--body-s-font-size);
     	line-height: var(--body-s-line-height);
 }

 .post-grid {
    margin: 0;
 }
 .post-grid .container {
     max-width: 1200px;
     margin: 0 auto;
     display: flex;
     flex-direction: row;
     column-gap: var(--spacer-s);
     row-gap: var(--spacer-xl);
     flex-wrap: wrap;
 }
 .post-grid .grid-post {
     width: calc((100% - 48px)/3);
     width: -moz-calc((100% - 48px)/3);
     width: -webkit-calc((100% - 48px)/3);
 }
 .post-grid .grid-post .entry-title {
     font-size: var(--heading-m-font-size);
     line-height: var(--heading-m-line-height);
 }


 section.pagination {
     margin-top: 80px;
     display: flex;
     column-gap: 4px;
     margin: 0 auto;
     justify-content: center;
     border: none;
 }
 section.pagination .container {
 	display: flex;
 	justify-content: center;
 	margin: 0px auto;
 	border-radius: 4px;
 	overflow: hidden;
 	column-gap: 4px;
 }
 section.pagination .nav-links {
	display: flex;
	flex-direction: row;
	column-gap: 4px;
 }
 section.pagination .page-numbers {
     background-color: var(--purple-20);
     padding: 8px 14px;
     cursor: pointer;
     text-decoration: none;
     color: var(--purple);
     transition: background-color .15s, color .15s;
	 display: flex;
	 align-items: center;
	 justify-content: center;
 }
 section.pagination .page-numbers.current,
 section.pagination .page-numbers:not(.dots):hover {
     background-color: var(--purple);
     color: #fff;
 }
 section.pagination .prev,
 section.pagination .next {
     display: none;
 }
 section.pagination .btns {
 	display: flex;
 	justify-content: center;
 	column-gap: 4px;
 	border-radius: 4px;
 	overflow: hidden;
 }


@media (max-width:991px) {
	.grid-post .img-link {
	 	min-height: 170px;
	 }
}

@media (max-width:767px) {
	.post-grid .grid-post {
	   width: calc((100% - 24px)/2);
	   width: -moz-calc((100% - 24px)/2);
      width: -webkit-calc((100% - 24px)/2);
	}
	.grid-post .img-link {
	 	min-height: 195px;
	 }
}

@media (max-width:478px) {
	.post-grid .grid-post {
	   width: 100%;
	}
}

/* HOME */

#page {
    margin-top: 136px;
}

.red-blog-banner {
/*	background: linear-gradient(135deg,rgb(102,126,234) 0,rgb(118,75,162) 100%);*/
 	background: linear-gradient(135deg,#fff 0,var(--beige-20) 100%);
	padding: var(--spacer-xl) var(--spacer-s);
	margin: 0 0 var(--spacer-l) 0;
	font-family: 'Dmsans' !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.red-blog-banner .container {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.red-blog-banner h1 {
	color: var(--red-50) !important;
	font-weight: 500 !important;
	font-family: 'DM Serif Text', serif !important;

}
.red-blog-banner p {
	margin-top: var(--spacer-xs);
	margin-bottom: var(--spacer-xxs);
	font-weight: 400;
	font-size: var(--heading-m-font-size);
	line-height: var(--heading-m-line-height);
	color: var(--navy-50);
}

.page.home .post-grid {
	padding: 0 var(--spacer-s);
}

/* AUTHOR */

header.about-author {
	margin: var(--spacer-l) auto var(--spacer-xl);
	display: flex;
	flex-direction: column;
}
header.about-author .container {
	display: flex;
	align-items: flex-start;
	max-width: 1200px;
	margin: 0 auto;
	border-radius: var(--box-border-radius);
	background-color: var(--beige-20);
	padding: var(--spacer-l);
	width: 100%;
	color: #323232;
}
header.about-author .profile-picture {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	margin-right: var(--spacer-s);
}
header.about-author h1 {
	font-weight: 700 !important;
}
header.about-author a {
	color: var(--purple);
}
.author section.pagination {
	margin-top: var(--spacer-m);
}

@media (max-width:478px) {
	header.about-author .container {
		flex-direction: column;
		padding-left: var(--spacer-s);
		padding-right: var(--spacer-s);
	}
	header.about-author img {
		margin-bottom: var(--spacer-s);
	}
}



/* BLOG POST */

.single-post {
	padding-top: var(--spacer-m);
}
.single-post #page {
	margin-top: 156px;
}

.single-post main {
	padding: 0 var(--spacer-s);
	max-width: 1200px;
	margin: 0 auto;
}
@media (min-width: 991px) and (max-width: 1350px){
	.single-post main {
		padding-left: 72px;
	}
}
.single-post article.post {
	display: flex;
	flex-direction: column;
	max-width: 745px;
}

@media (max-width:991px) {
	.single-post article.post {
		max-width: 100%;
	}
}

.single-post .main-content {
	display: flex;
	column-gap: var(--spacer-m);
}
.single-post .right {
	max-width: 375px;
	width: 100%;
	flex-shrink: 0;
}

.single-post .entry-header,
.single-post .entry-content,
.single-post .entry-footer {
	background-color: #fff;
	width: 100%;
	color: #323232;
}
.single-post .entry-header {
	overflow: hidden;
	border-bottom: none;
	padding: 0;
	margin: 0 0 var(--spacer-l) 0;
}

.single-post .entry-header .info h1 {
	font-size: var(--heading-xl-font-size);
	line-height: var(--heading-xl-line-height);
	font-family: 'Dmsans', sans-serif;
	margin-bottom: var(--spacer-s) !important;
	color: var(--navy-50);
	font-weight: 700 !important;
}
.single-post .entry-content {
	border-radius: 0;
	border-top: none;
	border-bottom: none;
}
.single-post .entry-content > .wp-block-image:first-child, .single-post .entry-content > p img:first-child {
	border-radius: var(--box-border-radius);
	overflow: hidden;
}
.single-post .entry-content h2 {
	font-size: var(--heading-l-font-size);
	line-height: var(--heading-l-line-height);
	margin-bottom: var(--spacer-xs);
	color: var(--navy-50);
	font-family: 'Dmsans', sans-serif;
	font-weight: 700;
}
.single-post .entry-content h3 {
	font-size: var(--heading-m-font-size);
	line-height: var(--heading-m-line-height);
	margin-bottom: var(--spacer-xs);
	color: var(--navy-50);
	font-family: 'Dmsans', sans-serif;
	font-weight: 700;
}
.single-post .entry-content h4 {
	color: var(--navy-50);
	font-size: var(--heading-s-font-size);
	line-height: var(--heading-s-line-height);
	font-family: 'Dmsans', sans-serif;
	font-weight: 700;
}
.single-post .entry-content p {
	margin-bottom: 24px;
	color: var(--navy-45);
}
.single-post .entry-content a:not(.cta_button, .wp-block-file__button) {
	color: var(--purple) !important;
}
.single-post .entry-content li {
	font-size: var(--body-m-font-size);
	line-height: var(--body-m-line-height);
	color: var(--navy-45);
}

.single-post .entry-footer {
	padding-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: none;
}
.single-post .entry-footer .posted-by {
	display: none;
}
.single-post .entry-footer .cat-links,
.single-post .entry-footer .tags-links {
	display: flex;
	flex-wrap: wrap;
	font-size: var(--body-s-font-size);
	line-height: var(--body-s-line-height);
}
.single-post .entry-footer .cat-links a,
.single-post .entry-footer .tags-links a {
	margin-left: 4px;
	text-decoration: none;
	color: var(--purple);
}

.single-post .author-bio {
	margin-top: var(--spacer-l);
	margin-bottom: var(--spacer-l);
	background-color: var(--beige-20);
	padding: var(--spacer-m);
	width: 100%;
	color: var(--navy-45);
	border-radius: var(--box-border-radius);
	display: flex;
}
@media (max-width: 475px) {
	.single-post .author-bio {
		flex-direction: column;
	}
	.single-post .author-bio .avatar {
		margin-bottom: var(--spacer-xs);
	}
}
.single-post .author-title {
	margin-bottom: var(--spacer-xxs);
	color: var(--navy-50);
	font-weight: 700;
}
.single-post .author-bio .avatar {
	border-radius: 50px;
	margin-right: var(--spacer-s);
}
.single-post .author-description a {
	margin-right: 5px;
	color: var(--purple) !important;
}
.single-post .author-description a:not:first-child {
	margin-left: 5px;
} 

.single-post .post-navigation {
	padding: 40px 0;
}
.single-post .post-navigation .nav-links {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.single-post .post-navigation .nav-links .nav-previous,
.single-post .post-navigation .nav-links .nav-next {
	background-color: #fff;
	padding: var(--spacer-xs);
	border: var(--box-border);
	border-radius: var(--box-border-radius);
	max-width: calc((100% - 40px)/2);
	max-width: -moz-calc((100% - 40px)/2);
	max-width: -webkit-calc((100% - 40px)/2);
}

.single-post .post-navigation .nav-links .nav-previous:hover,
.single-post .post-navigation .nav-links .nav-next:hover {
	border-radius: var(--box-border-radius);
}


.single-post .post-navigation .nav-links a {
	display: flex;
	width: 100%;
	align-items: center;
	text-decoration: none;
	font-size: var(--heading-xs-font-size);
	line-height: var(--heading-xs-line-height);
	color: var(--navy-50);
}
.single-post .post-navigation .nav-links a .meta-nav {
	display: flex;
	column-gap: 12px;
	align-items: center;
}
.single-post .post-navigation .meta-nav .text {
	display: flex;
	flex-direction: column;
}
.single-post .post-navigation .meta-nav .eyebrow {
	font-size: var(--body-m-font-size);
}
.single-post .post-navigation .meta-nav img {
	width: 80px;
	height: 80px;
}
.single-post .post-navigation .meta-nav .svg-icon {
	width: 24px;
	flex-shrink: 0;
}

.single-post .related-posts {
	padding: var(--spacer-s) var(--spacer-xs);
	background-color: #fff;
	border: var(--box-border);
	border-radius: var(--box-border-radius);

	display: flex;
	flex-direction: column;
	align-items: center;
}
.single-post .related-posts .posts {
	display: flex;
	flex-direction: column;
	width: 100%;
	row-gap: var(--spacer-s);
}
.single-post .related-posts h2 {
	font-size: var(--heading-l-font-size);
	line-height: var(--heading-l-line-height);
	color: var(--navy-50);
	font-weight: 700;
	width: 100%;
}

.single-post .related-post {
	text-decoration: none;
	cursor: pointer;
	border-radius: var(--box-border-radius);
	overflow: hidden;
	/*background-color: #fff;
	border: var(--box-border);
	padding: 0;*/
}
.single-post .related-post {
	background-color: #fff;
}
.single-post .related-post,
.single-post .related-post .entry-meta {
	text-align: center;
	justify-content: center;
}
.single-post .related-posts .grid-post .info {
	padding: var(--spacer-xs)  0 !important;
}
.single-post .related-post img {
	width: 100%;
	margin-bottom: var(--spacer-xxs);
}

.single-post .related-post h3,
.single-post .related-post p,
.single-post .related-post a {
	font-size: var(--body-s-font-size);
	line-height: var(--body-s-line-height);
	color: rgba(0,0,0,.6) !important;
	text-decoration: none;
}
.single-post .related-post .entry-meta {
	font-size: var(--body-s-font-size);
	line-height: var(--body-s-line-height);
}


.single-post .hubspot {
/*	margin-top: var(--spacer-l);*/
	background-color: #fff;
	border: var(--box-border);
	border-radius: var(--box-border-radius);
	overflow: hidden;
	/*position: sticky;
	top: 184px;
	*/
	display: flex;
	flex-direction: column;
	align-items: center;
}
/*.social {
	position: fixed;
	left: 0;
	display: flex !important;  
	flex-direction: column;
	padding: var(--spacer-s) var(--spacer-xs);
	
}
*/

/* pull quote */

.single-post .pull-quote {
	float: right;
	margin: var(--spacer-xs) var(--spacer-l);
	padding: var(--spacer-s) 0px !important;
	width: 40%;
	border-top: 2px solid #E2E2E2;
	border-bottom: 2px solid #E2E2E2;
	font-size: 24px !important;
	line-height: 40px !important;
}
@media (max-width: 425px) {
	.single-post .pull-quote {
		width: unset;
		float: unset;
		font-size: unset !important;
		line-height: unset !important;
	}
}

/* pre-tablepress tables */
.single-post div:has( > table) {
	width: 100% !important;
	margin-left: 0 !important;
	overflow: auto;
	background-color: unset !important;
	padding: unset !important;
}


/* alternate */
.single-post .related-posts {
	background-color: transparent;
	border: none;
	text-align: left;
	padding: 0;
}
.single-post .related-post {
	border-radius: var(--box-border-radius);
	border: var(--box-border);
}
.single-post .related-post,
.single-post .related-post .entry-meta {
	text-align: left;
	justify-content: flex-start;
}
.single-post .related-post .info {
	padding: var(--spacer-xs) var(--spacer-xs) !important;
}
.single-post .related-post img {
	margin: 0;
}
.single-post .related-post h3 {
	font-size: var(--heading-s-font-size);
	line-height: var(--heading-s-line-height);
	color: var(--navy-50) !important;
	margin-bottom: 4px;
}
.single-post .related-post .entry-meta {
	color: var(--navy-40) !important;
}

.single-post .entry-content ul {
	font-size: var(--spacer-xs);
	margin-bottom: var(--spacer-s);
	padding-left: var(--spacer-m);
}

.single-post .entry-content ul li > ul {
	margin-top: var(--spacer-xs);
	margin-bottom: 0;
}

.single-post .entry-content ol {
	padding-left: var(--spacer-m);
}

.single-post .entry-content ol li {
	margin-bottom: var(--spacer-xs);
}

.single-post .entry-content .abstract {
	border-top: var(--abstract-box-border);
	border-bottom: var(--abstract-box-border);
	padding: var(--spacer-s) 0 !important;
	font-size: var(--body-m-font-size);
	color: var(--navy-45);
}

/* related posts at bottom of page */

.single-post .related-posts.bottom {
	padding: var(--spacer-m) 0;
}

.single-post .related-posts.bottom .posts {
	display: flex;
	flex-direction: row;
	column-gap: var(--spacer-s);
	row-gap: var(--spacer-s);
	flex-wrap: wrap;
}
.single-post .related-posts.bottom .posts .grid-post {
	width: calc((100% - (var(--spacer-s) * 2)) / 3);
}
/* For Thumbnail Images */
@media (min-width: 479px) {
	.single-post .related-posts.bottom .grid-post .img-link img {
		object-fit: scale-down;
	}
	.single-post .related-posts.bottom h2 {
		margin-bottom: unset;
	}
}
@media (max-width:478px) {
	.single-post .related-posts.bottom .posts .grid-post {
		width: 100%;
/*	width: calc((100% - (var(--spacer-s) * 1)) / 2);*/
}
}



/* CATEGORY / POST */

.archive #page {
	margin-top: 136px;
}
.archive .content-area {
	padding: 0 0;
}

.archive.category header,
.archive.tag header {
	display: flex;
	flex-direction: column;
	font-size: var(--body-m-font-size);
	line-height: var(--body-m-line-height);
}
.archive.category header .container,
.archive.tag header .container {
	max-width: 1200px;
	margin: var(--spacer-l) auto;
	width: 100%;
}
.archive.category .post-grid,
.archive.tag .post-grid {
	margin-bottom: var(--spacer-l);
}
.archive.category .post-grid {
	margin-left: var(--spacer-s);
	margin-right: var(--spacer-s);
}

@media (max-width:991px) {
	.single-post .left {
		width: 100%;
	}
	.single-post .right {
		display: none;
	}
}


/* SEARCH */

section.pagination {
	margin-top: var(--spacer-m);
}
.search .pagination .nav-links {
	display: flex;
	flex-direction: row;
	column-gap: 4px;
}


/* JOIN US BANNER */

.join-us-banner {
	padding: var(--spacer-xxl) var(--spacer-s);
}
.join-us-banner .container {
	background-color: var(--beige-20);
	border-radius: var(--box-border-radius);
	padding: var(--spacer-m);
	max-width: 1200px;
	margin: 0 auto;
}
.join-us-banner .hs_email {
	margin: var(--spacer-xxs) 0;
}
.join-us-banner .hs_submit {
	display: flex;
	justify-content: center;
}
.author .join-us-banner, .single-post .join-us-banner {
	padding-left: 0;
	padding-right: 0;
}


/* DEVLINK OVERWRITES */
html {
	margin-top: 0 !important;
}
 html .redesign #header-content,
  html .redesign #footer-content {
    font-size: 100% !important;
  }
  .redesign .css-noxfj3 {
    font-size: 15px !important;
  }
  .after-header {
    /*margin-top: 32px;*/
  }
  .nav-primary {
    margin-top: 74px;
  }
  @media only screen and (max-width: 776px) {
    html .redesign #header-content,
    html .redesign #footer-content {
      font-size: 16px !important;
    }
    .content-sidebar-wrap {
      margin-top: 74px;
    }
  }
  .genesis-nav-menu {
    display: -webkit-box !important;
  }
  .genesis-skip-link {
    display: none;
  }
  .nav-primary {
    margin-top: -1px !important;
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 81px;
  }
  h1 {
    background-color: none !important;
    background-clip: unset !important;
    background-image: none !important;
    -webkit-text-fill-color: unset !important;
  }
  @media only screen and (min-width: 992px) {
    .site-container {
      padding-top: 56px;
    }
  }
  @media only screen and (max-width: 991px) {
    #genesis-nav-primary {
      display: block !important;
      position: relative;
      top: 0;
    }
  }
  @media only screen and (max-width: 768px) {
    #genesis-nav-primary {
      display: block !important;
    }
  }
  @media only screen and (max-width: 768px) {
    .content-sidebar-wrap {
      margin-top: 36px;
    }
  }
  /*#genesis-nav-primary {
    background-image: linear-gradient(
      to right,
      var(--purple20-335deb26),
      hsla(0, 0%, 100%, 0.5)
    );
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }
  #genesis-content .archive-pagination ul {
    display: block;
    text-align: center !important;
  }*/
  .nav-primary .current-menu-item a,
  .genesis-nav-menu .menu-item-89088 a {
    color: #000033 !important;
  }
  #menu-category-1 {
    position: relative !important;
  }
  .home .nav-primary .current-menu-item > a,
  .nav-primary {
    background-color: unset !important;
  }
  #menu-category-1 .menu-item a span {
    font-size: 14px;
    font-weight: 700;
    font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
    color: #33335c;
  }
  .nav-primary a:hover,
  .nav-primary a:focus,
  .nav-primary .current-menu-item > a,
  .nav-primary .current-menu-ancestor > a,
  .nav-primary .menu-item-has-children:hover > a,
  .nav-primary .menu-item-has-children:focus > a,
  .nav-primary .nav-search:hover,
  .nav-primary .nav-search:focus {
    background-color: transparent !important;
    color: var(--purple-70) !important;
  }
  .entry-meta .entry-author,
  .entry-meta .entry-comments-link {
    display: flex;
  }
  .entry-meta .entry-author .entry-author-link,
  .entry-meta .entry-comments-link .leave_comments {
    margin-left: 5px;
  }
  #genesis-nav-primary {
    padding: 7px 0px;
  }
  .menu-item-object-category.current-menu-item a span,
  .current-menu-item a span {
    color: #5c44ff !important;
  }
  article a {
    display: unset;
  }
  article {
    font-family: "DM Sans", sans-serif;
  }
  body {
    font-family: dm sans, open sans, lucida grande, lucida sans unicode, Tahoma,
      sans-serif;
  }
  @media (max-width: 1080px) {
    .featuredpost article > a {
      width: 100% !important;
      margin-right: 0px !important;
    }
    .featuredpost article > a img {
      width: 100%;
    }
    .featuredpost .entry-header {
      display: inline-block;
    }
  }
  .post .entry-content a {
    color: #067ccc;
  }
  .entry-comments-link a {
    padding-left: 6px;
  }
  .elementor-top-section
    .elementor-widget-container
    h1.elementor-heading-title {
    color: #e20627 !important;
  }
  .elementor-widget-container .elementor-button {
    background-color: #e20627 !important;
  }
  .elementor-widget-button .elementor-button .elementor-button-text {
    color: white !important;
  }
  .elementor-pagination {
    display: flex;
    justify-content: center;
    font-family: "DM Sans", sans-serif;
  }
  .site-container {
    background: #faf9f8;
  }

  .author-box p:last-child {
    column-gap: 10px;
  }
  .author-box-content p a {
    display: unset !important;
    color: #067ccc !important;
  }
  .entry-author .entry-author-link {
    color: #067ccc !important;
    text-decoration: none !important;
  }

  /* Removes styles from devlink global css below */
  ul {
    display: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
  }

  a:not(.footer_link, .footer_blze, .nav2_link, .callout, .nav2_fakedropdownlink, .footer_link-2, .entry-comment-link) {
    color: rgb(6, 124, 204);
  }

  .entry-title a,
  h1 a,
  h2 a,
  h3 a {
    color: inherit;
  }

  .page-numbers a,
  .pagination a,
  a.elementor-button.elementor-button-link
  {
    color: white;
  }

	#page a {
		text-decoration: none;
	}


  .cta {
  		background-color: var(--red-50);
  		border-radius: 50px;
  		padding: 9px 24px;
  		text-decoration: none;
  		color: #fff !important;
  		font-size: var(--body-m-font-size);
  		line-height: var(--body-m-line-height);
  		font-weight: 700;
  		transition: background-color .15s;
  }
  .cta:hover {
  		background-color: var(--red-70);
  }



  /* PAGE: FEATURED CATEGORY */
  .single-featured_category .entry-header .entry-title {
  	display: none;
  }
  .single-featured_category .post-navigation,
  .single-featured_category .h5ab-print-button-container {
  		display: none;
  }
 	.featured_category-template {
 		background-color: var(--beige-10) !important;
 	}
 	.featured-cat-block .container {
 		max-width: 1200px;
		margin: 0 auto;
		row-gap: 0;
 	}
 	.featured-cat-block .container > .top {
 		margin: 0 0 var(--spacer-l);
 		width: 100%;
 		display: flex;
 		flex-direction: column;
 		align-items: flex-start;
 		text-align: left;
 	}
 	.featured-cat-posts .container {
 		row-gap: var(--spacer-xl);
 	}
 	.featured-cat-posts .container > .top h2,
  	.featured-cat-posts .container > .top p {
  		max-width: 790px;
  		margin: 0 auto;
  	}
 	.featured-cat-block .container > .top h2 {
 		color: var(--navy-50);
 		font-size: var(--heading-l-font-size);
  		line-height: var(--heading-l-line-height);
  		margin: 0;
  		font-weight: 700;
 	}
 	.featured-cat-block .container > .top p {
 		background-color: transparent;
 		font-size: var(--body-l-font-size);
  		line-height: var(--body-l-line-height);
  		margin: var(--spacer-xxs) 0 0 0;
 	}

  /* SHARE THIS */

  #st-1 .st-toggle {
  	height: 30px;
  }



/* REMOVE THE DROP CAP FROM POST */

.has-drop-cap:not(:focus):first-letter {
    float: none;
    font-size: initial;
    line-height: inherit;
    margin: 0;
}

/* Stolen from themes/backblaze-php/style-rtl.css */
.aligncenter {
	clear: both;
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* ADDRESSES CODE BLOCK WEIRDNESS ABOVE 992PX */
@media (min-width: 992px) {
	.wp-block-code code {
		width: 0px;
		min-width: 100%;
	}
}

table {
	width: 100%;
	margin: var(--spacer-m) 0;
}

table th {
	font-size: var(--body-m-font-size);
}

table td, table th {
	text-align: left !important;
	padding: var(--spacer-xxs) var(--spacer-l) var(--spacer-xxs) 0 !important;
}


@media (max-width: 767px) {
	table td, table th {
		padding: var(--spacer-xxs) var(--spacer-l) var(--spacer-xxs) 0 !important;
	}
}

.wp-block-file__button {
	background-color: #e20627 !important;
	color: white !important;
}





/* ERROR / 404 PAGE */

.error404 .site-content .site-main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
.error404 .site-content form[role=search] {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: var(--spacer-s);
}

/* UPDATED MOBILE NAV RELATED CSS (MKTGWEB-2015) */
#subnav .mobileContainer {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

#subnav .mobileSearchIcon {
    display: none;
    width: 24px;
    height: 24px;
}

#subnav .categoryDropdown {
    display: flex;
    align-items: center;
    gap: 12px;
}

#subnav .mobileArrowIcon {
    width: 20px;
    height: 10px;
    transition: transform 0.1s ease-in-out;
}

#subnav #search-form-1 {
    animation: slideInFromRight 0.4s forwards;
}

#subnav .currentCategory {
    color: var(--navy-45);
    font-weight: 700;
    font-size: var(--body-s-font-size);
    font-family: "Dmsans";
}

@keyframes slideInFromRight {
    from { width: 0px; }
    to { width: 290px; }
}

@keyframes slideInFromRightMedium {
    from { width: 0px; }
    to { width: 260px; }
}

@keyframes slideInFromRightSmall {
    from { width: 0px; }
    to { width: 200px; }
}

@media (max-width: 991px) {
    #subnav .menu-category-container {
        display: none;
    }

    #subnav .search.desktopSearchForm {
        display: none;
    }

    #subnav .menu {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        column-gap: 40px;
        padding-left: 16px;
        width: 100%;
    }
}

@media (max-width: 475px) {
    #subnav .mobileSearchIcon {
        display: block;
    }

    #subnav .mobileSearchForm {
        display: none;
    }

    #subnav .menu {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 374px) {
    #subnav #search-form-1 {
        animation: slideInFromRightMedium 0.4s forwards;
    }
}

@media (max-width: 319px) {
    #subnav #search-form-1 {
        animation: slideInFromRightSmall 0.4s forwards;
    }
}

@media (min-width: 992px) {
    #subnav .mobileContainer {
        display: none !important;
    }

    #subnav {
        padding: 0 var(--spacer-s);
    }

    #subnav .menu-category-container {
        display: block !important;
    }

    #subnav .menu-item a {
        color: var(--navy-45) !important;
    }
	#subnav .container {
		padding: unset !important;
		align-items: center !important;
	}
}

@media (min-width: 476px) {
    #subnav .mobileSearchForm {
        display: unset !important;
    }

    #subnav .mobileSearchIcon {
        display: none !important;
    }
}
