/* Default Dark Color Theme */
body.page-template-default,
body.page-template-default .site-inner {
  background-color: #14141A;
}

body.dbio_light_theme.page-template-default, body.dbio_light_theme.page-template-default .site-inner, body.dbio_light_theme.page-template-default .grid-container {
    background-color: #FFFFFF;
}

body.page-template-default {
  color: #fff;
}

.dbio_blocks.dbio_dark {
  background-color: #14141A;
}

/* Light theme colors */
body.dbio_light_theme.page-template-default,
body.dbio_light_theme.page-template-default .site-inner {
  background-color: #FFFFFF;
}

body.dbio_light_theme.page-template-default {
  color: #6A6A6D;
}

.dbio_light_theme .entry-content .dbio_author_box * {
  color: #6A6A6D;
}

.dbio_light_theme .dbio-second-button-container a {
  color: #AA33FF;
}

.dbio-second-button-container a svg path {
  stroke: #AA33FF;
}

.dbio_light_theme .dbio_tag {
  border-color: #8A8A8D;
  color: #8A8A8D;
}

.dbio_light_theme .dbio_tag:hover {
  border-color: #2C2C31;
  color: #2C2C31;
}

.dbio_light_theme .dbio_blog_card .dbio_blogcard_main_headline {
  color: #2C2C31;
}

.dbio_light_theme .dbio_gradient_bg_cover {
  background-color: #fff;
  border-color: #adadaf;
}

.dbio_light_theme .dbio-default-heading-block h2 {
  color: #2C2C31;
}

body .dbio_light_theme p.dbio_regular_paragraph {
  color: #fff !important;
  font-weight: unset !important; 
}
/*body .gb-container h1 {
  letter-spacing: unset;
}*/

.dbio_light_theme.dbio_light_pink_gradient,
.dbio_light_theme .dbio_light_pink_gradient:not(.dbio_dark) {
  background: linear-gradient(180deg, rgba(204, 133, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}

body ol,
body ol li {
  list-style-type: decimal;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'avenir-next-regular', sans-serif;
}

h2,
h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.005em;
}

h3 {
  font-size: 20px;
}

/* Body Text */
/*p,
li {
  font-size: 14px;
  color: #6A6A6D;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.01em;
  margin-bottom: 1em;
}*/

li {
  margin-bottom: 0;
  color: #6A6A6D;
}

p sup {
  color: #6A6A6D;
}

body .entry-content ol,
body .entry-content ul {
  margin-bottom: 16px;
}

/* Regular cite is currently used in single post footnotes */
body cite {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.015em;
  text-align: left;
}

body .site-container .wp-block-pullquote,
body .site-container .wp-block-quote {
  margin: 32px 0;
  position: relative;
}

body .site-container .wp-block-pullquote:after,
body .site-container .wp-block-quote:after {
  content: '';
  position: absolute;
  top: 0;
  left: -40px;
  height: 100%;
  border: solid 1px #30B4E6;
}

body .site-container .wp-block-pullquote p,
body .site-container .wp-block-quote p,
body .site-container .wp-block-pullquote cite,
body .site-container .wp-block-quote cite {
  font-family: 'avenir-next-regular', sans-serif;
}

body .site-container .wp-block-pullquote p,
body .site-container .wp-block-quote p {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.0075em;
  margin-bottom: 40px;
}

body .site-container .wp-block-pullquote cite,
body .site-container .wp-block-quote cite {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.005em;
  text-transform: none;
}

.dbio_align_flex {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}

.dbio_flex_aic {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.dbio_flex_jcsb {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.dbio_default_bg_cover,
.dbio_default_bg_contain {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.dbio_default_bg_cover {
  -webkit-background-size: cover;
  background-size: cover;
}

.dbio-default-heading-block .dbio-image-headline img {
  height: 70px;
  width: auto;
  object-fit: contain;
}

.dbio-default-heading-block h2 {
  margin-bottom: 0;
}

.dbio_blocks.dbio_dark .dbio-default-heading-block h2 {
  color: #fff;
}

.dbio-default-heading-block {
  text-align: center;
  margin-bottom: 26px;
}

.dbio-default-heading-block.medium {
  margin-bottom: 16px;
}

body .dbio-default-heading-block.medium * {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.005em;
  text-align: left;
}

.dbio-default-heading-block .dbio-eyebrow-headline {
	/* font-weight: 500; */
	font-weight: 600;
	font-size: 16px;
	line-height: 1.58;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-family: "avenir-next-medium";
}
.dbio_blocks.dbio_dark .dbio-default-heading-block .dbio-eyebrow-headline {
	color: transparent;
	background: linear-gradient( 55deg, #00B5E6 35%, #03E886 65% );
	background-clip: text;
	display: inline-block;
}

.dbio_blocks .dbio-default-heading-block .dbio-eyebrow-headline {
  color: #FFF;
}

p.dbio_regular_paragraph {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}

.dbio_blocks.dbio_dark p.dbio_regular_paragraph {
  color: #FFF;
}

.dbio-default-button-container {
  text-align: center;
}

.dbio-default-button,
.facetwp-type-pager a.dbio_outlined_button_style {
  display: inline-block;
  background: linear-gradient(99.69deg, #3E44FE -10.66%, #BB5CFF 114.64%);
  border-radius: 26px;
  outline: none;
  /* padding: 13.5px 26px; */
  /* Reduced padding due to border */
  /* padding applied with EM: 12.5px 24px; */
  padding: 0.8333333333em 1.6em;
  border: 1.5px solid;
  border-color: transparent;
  font-weight: bold;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: 'avenir-next-medium';
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 126% 126%;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.dbio-default-button:focus {
  color: #fff;
}

.dbio-default-button:hover {
  background: linear-gradient(0deg, rgba(62, 68, 254, 0.6), rgba(62, 68, 254, 0.6));
  border-color: #3E49F4;
  box-sizing: border-box;
  box-shadow: 0px 8px 14px rgb(62 68 254 / 26%);
  color: #fff;
}

/* Outlined button */
a.dbio-default-button.dbio-outlined-button {
  border: 1px solid #FFFFFF;
  background: initial;
  background-color: transparent;
}

a.dbio-default-button.dbio-outlined-button:hover {
  border: 1px solid #FFFFFF;
  /* background-color: rgba(255, 255, 255, 0.2); */
  background-color: rgba(177, 133, 255, 0.2);
  box-shadow: 0px 2px 4px rgba(97, 97, 97, 0.18), 0px 4px 8px rgba(97, 97, 97, 0.18);
}

/* Outlined button ALT */
a.dbio-default-button.dbio-outlined-alt-button,
.facetwp-type-pager a.dbio_outlined_button_style {
  position: relative;
  border-color: #AA33FF;
  background: linear-gradient(150deg, hsla(337, 100%, 84%, 1) 0%, hsla(262, 100%, 60%, 1) 68.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.dbio-default-button.dbio-outlined-alt-button:hover,
.facetwp-type-pager a.dbio_outlined_button_style:hover {
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

.outlined_alt_hover_effect {
  background: linear-gradient(150deg, hsla(337, 100%, 84%, 1) 0%, hsla(262, 100%, 60%, 1) 68.75%);
  pointer-events: none;
  z-index: 4;
  opacity: 0;
  position: absolute;
  /* top: -1.5px;
  left: -1.5px; */
  top: 0;
  left: 0;
  /* width: 100%;
  height: 100%; */
  /* display: inline-block; */
  border-radius: 26px;
  padding: inherit;
  /* border: 1.5px solid; */
  border-color: transparent;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  /* background-repeat: inherit;
  background-position: inherit;
  background-size: inherit; */
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* Added extra hidden element to show different style on :hover, to avoid "flash" effect on Safari browser Mac/iOS */
a.dbio-default-button.dbio-outlined-alt-button:hover .outlined_alt_hover_effect,
.facetwp-type-pager a.dbio_outlined_button_style:hover .outlined_alt_hover_effect {
  opacity: 1;
}

a.dbio-default-button.dbio-outlined-alt-button:hover:before,
a.dbio-default-button.dbio-outlined-alt-button:hover:after,
.facetwp-type-pager a.dbio_outlined_button_style:hover:before,
.facetwp-type-pager a.dbio_outlined_button_style:hover:after {
  display: none;
}

a.dbio-default-button.dbio-outlined-alt-button:before,
a.dbio-default-button.dbio-outlined-alt-button:after,
.facetwp-type-pager a.dbio_outlined_button_style:before,
.facetwp-type-pager a.dbio_outlined_button_style:after {
  content: '';
  position: absolute;
  border-radius: 26px;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  box-sizing: content-box;
  background-color: #fff;
  overflow: hidden;
  z-index: -1;
  background: #14141a;
}

.dbio_light_theme a.dbio-default-button.dbio-outlined-alt-button:before,
.dbio_light_theme a.dbio-default-button.dbio-outlined-alt-button:after,
.facetwp-type-pager a.dbio_outlined_button_style:before,
.facetwp-type-pager a.dbio_outlined_button_style:after {
  background: #fff;
}

a.dbio-default-button.dbio-outlined-alt-button:after,
.facetwp-type-pager a.dbio_outlined_button_style:after {
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -2;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: linear-gradient(150deg, hsla(337, 100%, 84%, 1) 0%, hsla(262, 100%, 60%, 1) 68.75%);
}

/* Author Box Element */
.dbio_author_name {
  font-weight: 600;
}

.dbio_author_name,
.dbio_author_position {
  color: #fff;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.005em;
  margin-bottom: 0;
}

.dbio_light_theme .dbio_author_name,
.dbio_light_theme .dbio_author_position,
.dbio_light_theme time {
  color: #6A6A6D;
}

.dbio_author_position {
  color: hsla(255, 3%, 74%, 0.7);
}

.dbio_author_box img {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin-right: 16px;
}

.force_extended_width {
  width: 1312px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.force_fullscreen_width {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.force_extended_width_full_screen {
  width: 2000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* blog-ajax-search template */
body.page-template-blog-ajax-search .site-inner {
  max-width: 1312px;
}

body.page-template-dolby-blog .page.type-page.status-publish.entry,
body.page-template-blog-ajax-search .page.type-page.status-publish.entry {
  margin-bottom: 0;
}

body.page-template-blog-ajax-search .content,
body.page-template-dolby-blog.full-width-content .content {
  padding-left: 0;
  padding-right: 0;
}

body.page-template-blog-ajax-search .facetwp-template {
  margin-right: 0;
  margin-left: 0;
}

body.page-template-dolby-blog.full-width-content .content,
body.page-template-blog-ajax-search.full-width-content .content {
  padding-bottom: 0;
}
.page-template-blog-ajax-search .site-main .dbio_posts_grid {
    grid-template-columns: repeat(3, 1fr);
	margin-bottom: 80px;
}


/* Blog Template and Archives */
/* Archive Header */
#page .dbio_archive_header {
  margin-bottom: 50px;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.dbio_archive_header .facetwp-facet,
.dbio_archive_header ul {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}

.dbio_archive_header .facetwp-facet {
  margin-bottom: 0;
}

body.search .archive-description,
body.archive .archive-description {
  width: 1312px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.page-template-dolby-blog .dbio_blocks .dbio-default-heading-block .dbio-eyebrow-headline{
    color:#30B4E6;
}

.dbio_archive_header span.facetwp-counter {
  display: none;
}

.dbio_archive_header .facetwp-facet .facetwp-radio,
.dbio_archive_header ul li a {
  display: inline-block;
  background: none;
  padding: 0;
  padding: 20px 0px;
  margin: 0;
  margin-right: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #2C2C31;
  border-bottom: solid 2px transparent;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.dbio_archive_header .facetwp-radio.checked,
.dbio_archive_header .facetwp-radio.checked:hover,
.dbio_archive_header ul li.active a,
.page-template-dolby-blog .dbio_archive_header>ul li:first-child a {
  color: #AA33FF;
  border-color: #AA33FF;
}

.dbio_archive_header .facetwp-facet .facetwp-radio:last-child {
  margin-right: 0;
}

/* Search Trigger */
#dbio_search_link {
  width: 40px;
  height: 40px;
}

.dbio_archive_header .dbio_search_box input[type="text"] {
  border-radius: 8px;
  border: 1px solid #89898c;
  padding: 12px;
  padding-left: 50px;
  padding-right: 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  min-width: 420px;
  color: inherit;
  background-color: inherit;
}

.dbio_search_box i {
  right: initial;
  left: 14px;
  opacity: 1;
}

.dbio_search_box i:before {
  background-image: url(/wp-content/themes/altitude-pro/assets/search_icon.svg);
  background-size: 18.46px 18px;
  background-position: center;
  width: 20px;
}

.dbio_search_box ::-webkit-input-placeholder {
  color: #B9B9BA;
}

.dbio_search_box ::-moz-placeholder {
  color: #B9B9BA;
}

.dbio_search_box :-ms-input-placeholder {
  color: #B9B9BA;
}

.dbio_search_box :-moz-placeholder {
  color: #B9B9BA;
}

.dbio_search_box span[data-clear-input] {
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: transparent;
  right: 16px;
  width: 16.28px;
  height: 16.09px;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/altitude-pro/assets/close.svg);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Single WordPress Post */
/* Default content width on this page is 864px */
body.single-post.full-width-content .content {
  padding: 0;
  max-width: 864px;
  display: block;
  float: none;
  margin: 0 auto;
}

.dbio-post-meta {
  margin-bottom: 34px;
}

body.single-post header.entry-header, header.entry-header .dbio-eyebrow-headline {
  text-align: left;
}

body.single-post header.entry-header .dbio-eyebrow-headline {
  margin-bottom: 0;
}

body.single-post header.entry-header .dbio-default-heading-block {
  margin-bottom: 8px;
}

body.single-post header.entry-header h1.entry-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 133%;
  letter-spacing: -0.0075em;
  margin-bottom: 24px;
}

body.single-post .entry-footer:before,
body.single-post .entry-header:after {
  display: none;
}

/* Multiple Authors Element */
.dbio_author_box_alt .dbio_author_desc {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  -webkit-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dbio_author_box_alt a.dbio_author_name {
  color: #2C2C31;
}

.dbio_author_box_alt time {
  width: 100%;
}

.dbio_author_box_alt time {
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.005em;
}

.dbio_multiple_authors.dbio_author_box img {
  margin-right: 0;
}

.dbio_multiple_authors.dbio_author_box img:nth-child(n+2) {
  margin-left: -16px;
}

.dbio_multiple_authors.dbio_author_box .dbio_author_desc {
  margin-left: 16px;
}

/* Social Icons */
.dbio_social_icons {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  -webkit-display: inline-flex;
  -moz-display: inline-flex;
  -ms-display: inline-flex;
  -o-display: inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.dbio_social_icons a,
.dbio_social_icons button {
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  width: 32px;
  height: 32px;
  padding: 8px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.dbio_social_icons a:hover,
.dbio_social_icons button:hover {
  opacity: 0.8;
}

#genesis-content .dbio_social_icons a {
  border: none !important;
}

.dbio_social_icons .ss-social-icons-container>li>a:hover:after {
  background-color: transparent;
}

.dbio_social_icons a.ss-facebook-color {
  background-image: url(/wp-content/themes/altitude-pro/assets/social_icons/Facebook.svg);
}

.dbio_social_icons a.ss-linkedin-color {
  background-image: url(/wp-content/themes/altitude-pro/assets/social_icons/Linkedin.svg);
}

.dbio_social_icons a.ss-twitter-color {
  background-image: url(/wp-content/themes/altitude-pro/assets/social_icons/Twitter.svg);
}

.dbio_social_icons button.dbio_copy_link {
  background-image: url(/wp-content/themes/altitude-pro/assets/social_icons/Link.svg);
  margin-top: -5px;
}

.dbio_social_icons svg.ss-svg-icon {
  display: none;
}

.dbio_social_icons .ss-inline-share-wrapper {
  display: inline-block;
  margin: 0;
}

.dbio_social_icons .ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container>li:first-child {
  margin-left: 0px !important;
}

.dbio_social_icons .ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container>li {
  margin: 0 2px 0 !important;
}

.dbio_social_icons .ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container>li:last-child {
  margin-right: 2px !important;
}

.dbio_social_icons>span:first-child {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.015em;
  margin-right: 10px;
}

img.dbio_single_post_featured_img {
  width: 1080px;
  position: relative;
  max-width: initial;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 32px;
}

body .site-container blockquote.wp-block-quote::before {
  display: none;
}

.dbio_blocks.dbio_simple_version {
  padding: 32px 0;
}

.wp-block-image {
  margin: 40px 0;
}

.wp-block-image img {
  display: block;
}

.wp-block-image figcaption {
  margin-bottom: 0;
  margin-top: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #6A6A6D;
  text-align: left;
}

/* Simple Code Block */
.dbio_simple_version.codeb_container .code_syntax_tabs_content>div {
  position: relative;
}

.dbio_simple_version.codeb_container .dbio-default-button-container {
  position: absolute;
  top: 16px;
  right: 32px;
  z-index: 3;
}

.dbio_simple_version.codeb_container .code_syntax_tabs_content pre {
  border-color: #959598;
}

/* Simple Video Block */
.dbio_simple_video_container .contentvideo_video_container {
  padding: 16px 18px;
  border-color: #8A8A8D;
}

.dbio_simple_video_container .contentvideo_video_container .wp-block-embed iframe {
  min-height: 462px;
}

/* Single Post Footer */
body.single-post footer.entry-footer {
  margin-top: 47px;
}

body.single-post .dbio_tags_list {
  margin-top: 36px;
  margin-bottom: 40px;
}

/* Footnotes */
.dbio_single_footnote {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.015em;
  text-align: left;
}

ol.single_post_footnotes {
  margin-left: 18px;
}

.dbio_single_footnote a {
  font-size: .75em;
  vertical-align: super;
}

.dbio_single_footnote a:before {
  content: "[";
}

.dbio_single_footnote a:after {
  content: "]";
}

/* Related Articles */
.dbio_related_articles .dbio-default-heading-block h2 {
  text-align: center;
}

.dbio_related_articles .dbio-default-heading-block.medium {
  margin-bottom: 32px;
}

/* FacetWP Pager - kept generic selectors for consistency */
.facetwp-type-pager.facetwp-facet {
  margin-bottom: 80px;
}

.facetwp-type-pager .facetwp-pager {
  text-align: center;
}

.facetwp-type-pager .facetwp-page {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #6A6A6D;
  margin-right: 24px;
}

.facetwp-type-pager .facetwp-page.active {
  color: #AA33FF;
}

.content .facetwp-type-pager .dbio_outlined_button_style {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.content .facetwp-type-pager .dbio_outlined_button_style span.outlined_alt_hover_effect {
  border: 1.5px solid transparent;
  top: -1.5px;
  left: -1.5px;
  background-position: -3px -3px;
  background-repeat: no-repeat;
  background-size: 110% 110%;
}

body.page-template-blog-ajax-search .archive-description,
body.search .archive-description,
body.archive .archive-description,
body.archive .author-box {
  border: none;
  padding: 0;
  margin-bottom: 50px;
}

body.page-template-blog-ajax-search .archive-description h1,
body.search .archive-description h1,
body.archive .archive-description h1,
body.archive .author-box h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.005em;
  color: #2C2C31;
  margin-bottom: 0;
}

body.archive #genesis-content {
  padding: 0;
}

body.page-template-dolby-blog .site-inner,
body.search .site-inner,
body.archive .site-inner {
  max-width: 1080px;
}

body.single-post .site-inner,
body.page-template-dolby-blog .site-inner,
body.page-template-blog-ajax-search .site-inner,
body.search .site-inner,
body.archive .site-inner {
  /* warning: you may need to edit this top margin if header will not be ALWAYS sticky - margin top should be 50 if header is static and not absolute */
  margin-top: 5px;
}
p.dbio_regular_paragraph {
    font-weight: 600;
    color: #ffffff;
}



@media all and (min-width: 991px) {
    body.single-post .site-inner,
    body.page-template-dolby-blog .site-inner,
    body.page-template-blog-ajax-search .site-inner,
    body.search .site-inner,
    body.archive .site-inner {
      margin-top: 105px;
    }
  
  body.single-post .dbio_notification_bar ~ .site-inner, 
  body.page-template-dolby-blog .dbio_notification_bar ~ .site-inner, 
  body.page-template-blog-ajax-search .dbio_notification_bar ~ .site-inner,
  body.search .dbio_notification_bar ~ .site-inner, 
  body.archive .dbio_notification_bar ~ .site-inner {
    margin-top:145px;
  }
}

.dbio_wave_svg {
  margin-bottom: 100px;
}

.dbio_wave_svg svg {
  max-width: 100%;
}

.dbio_single_post {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  margin-bottom: 80px;
}

.dbio_post_metadata {
  width: 29%;
  padding-left: 35px;
}

.dbio_post_content {
  width: 68%;
  margin-right: 32px;
}

.dbio_single_post_container .dbio-eyebrow-headline {
  text-align: left;
  margin-bottom: 0;
  font-weight: 600;
}

.dbio_single_post_container .dbio-default-heading-block {
  margin-bottom:12px; 
}

.dbio_single_post .dbio_img_container {
  position: relative;
  margin-bottom: 16px;
}

.dbio_single_post .dbio_img_container:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: rgba(20, 20, 26, 0.1);
  top: 0;
  right: -32px;
}

.dbio_single_post .dbio_img_container img {
  display: block;
  border-radius: 6px;
  max-height: 360px;
  object-fit: cover;
}

.dbio_single_post .dbio-default-heading-block h2,
.dbio_single_post .dbio-default-heading-block a {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: -0.005em;
  color: #2C2C31;
  text-align: left;
}

.dbio_single_post a svg path {
    stroke: #AA33FF;
}

.dbio_single_post a .hover {
    display: none;
}

.dbio_single_post a .static {
    display: inline;
}

.dbio_single_post a:hover .static {
    display: none;
}

.dbio_single_post .dbio-second-button-container a:hover .hover {
    display: inline;
}

.dbio_single_post .dbio-second-button-container a svg.static {
    min-width: 15px;
}

.dbio_blogcard_excerpt,
.dbio-excerpt p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #6A6A6D;
  margin-bottom: 0;
}

.dbio-excerpt {
  margin-bottom: 20px;
}

.dbio_single_post .dbio-default-heading-block a {
  position: relative;
}

.dbio_single_post .dbio-default-heading-block a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #30B4E6;
  left: -23px;
}

.dbio_single_post .dbio-second-button-container a {
  font-weight: 600;
}

.dbio-second-button-container a {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.0168em;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.dbio-second-button-container a svg path {
  -webkit-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.dbio-second-button-container a:hover {
  color: #AA33FF;
}

.dbio-second-button-container a:hover svg path {
  stroke: #AA33FF;
}

.dbio-second-button-container svg {
  position: relative;
  top: 1px;
  margin-left: 11px;
  max-height: 16px;
}

/* Only if author box is inside a single post article, add a margin bottom */
.dbio_single_post .dbio_post_metadata .dbio_author_box {
  margin-bottom: 40px;
}

/* Tags Labels */
.dbio_tags_list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#page .dbio_tag {
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.015em;
  border: 1px solid;
  border-radius: 4px;
  /* padding: 4.5px 10px; */
  padding: 0.3em 0.6666666em;
  margin-right: 16px;
  margin-bottom: 8px;
}

.dbio_tag:last-child {
  margin-right: 0;
}

/* Search Archives */
body .site-main .dbio_posts_grid {
  display: grid;
/*  grid-template-columns: repeat(4, 1fr);*/
  grid-gap: 32px;
  margin-bottom: 80px;
}

/* Single Blog Card */
.dbio_blog_card {
  position: relative;
  padding: 24px;
  border-radius: 6px;
  overflow: hidden;
  z-index: 2;
  outline: none;
}

.dbio_blog_card .dbio-default-heading-block {
  margin-bottom: 0;
}

.dbio_blog_card .img_container img {
  display: block;
  min-height: 184px;
  object-fit: cover;
  border-radius: 4px;
}

.dbio_blog_card .img_container {
  margin-bottom: 12px;
}

.dbio_blog_card .dbio-default-heading-block .dbio-eyebrow-headline {
  color: #35C8FF;
  font-weight: 600;
  font-size: 14px;
  line-height: 158%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: left;
}

.dbio_blog_card .dbio_blogcard_main_headline {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 138%;
  letter-spacing: -0.005em;
  /* min-height: 2.7em; */
  min-height: 4.05em;
}

.dbio_blogcard_excerpt {
  min-height: 4.8em;
  margin-bottom: 35px;
}

.dbio_blog_card .dbio_blogcard_main_content,
.dbio_blog_card .dbio_blogcard_footer {
  position: relative;
  z-index: 4;
}

.dbio_blog_card .dbio_lighter_gradient_bg_cover {
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.dbio_blog_card:hover .dbio_lighter_gradient_bg_cover {
  opacity: 1;
  background: linear-gradient(180deg, rgba(102, 31, 153, 0.1) 0%, rgba(75, 31, 153, 0) 70.31%);
}

.dbio_gradient_bg,
.dbio_gradient_bg_cover,
.dbio_lighter_gradient_bg_cover {
  position: absolute;
  pointer-events: none;
  border-radius: 6px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dbio_gradient_bg {
  background: linear-gradient(150deg, hsla(337, 100%, 84%, 1) 0%, hsla(262, 100%, 60%, 1) 68.75%);
  border-radius: 6px;
  z-index: -1;
  box-sizing: content-box;
}

.dbio_gradient_bg_cover {
  background-color: #14141A;
  border: 1px solid #66666A;
  border-color: #66666A;
  z-index: 0;
}

.dbio_blog_card:hover .dbio_gradient_bg_cover {
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-color: transparent;
}

.dbio_blog_card:hover .dbio_blogcard_cta {
  opacity: 1;
}

.dbio_blog_card .dbio_blogcard_cta {
  outline: none;
  position: absolute;
  /* bottom: -24px;
  right: -24px; */
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 4;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-left: solid 2px;
  border-top: solid 2px;
  border-color: #7f33ff;
  border-radius: 6px 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.dbio_blogcard_cta svg path {
  stroke: #7f33ff;
}
.dbio_blogcard_main_content h3.dbio_blogcard_main_headline {
    margin-bottom: 8px;
}
.dbio_blogcard_main_content .dbio_blog_date {
    margin-bottom: 16px;
}
.dbio_single_post.dbio_align_flex .dbio_blog_date {
    margin-bottom: 16px;
}
.inside-navigation.grid-container.grid-parent {
    transition: all 0.5s linear;
}

/* Media queries */
@media only screen and (min-width:801px) {
  .facetwp-template {
    margin-right: 32px;
    margin-left: 32px;
  }
}

@media only screen and (max-width:1350px) {
  .force_extended_width {
    width: 95vw;
    /* Test adding 32px "padding" */
    width: calc(100vw - 64px);
  }

  /* Keep these rules separate */
  body.search .archive-description,
  body.archive .archive-description {
    width: 95vw;
    /* Test adding 32px "padding" */
    width: calc(100vw - 64px);
  }

  .dbio_archive_header .dbio_search_box input[type="text"] {
    min-width: 250px;
  }
}

@media only screen and (min-width:801px) and (max-width:1100px) {
  .page-template-blog-ajax-search .dbio_archive_header .facetwp-facet .facetwp-radio {
    margin-right: 24px;
  }
}

@media only screen and (max-width:1100px) {
  img.dbio_single_post_featured_img {
    width: 100%;
  }

  .dbio_author_box_alt .dbio_author_desc {
    width: 100%;
  }
}

@media only screen and (max-width:900px) {
  body.single-post.full-width-content .content {
    padding: 0 32px;
  }

  .dbio-post-meta .dbio_author_box.dbio_author_box_alt {
    width: 55%;
  }

  .dbio_archive_header .facetwp-facet .facetwp-radio,
  .dbio_archive_header ul li a {
    margin-right: 1.2em;
    font-size: 14px;
    padding: 1.2em 0 0.5em;
  }

  .dbio_search_box i:before {
    background-size: 16px 16px;
  }

  .dbio_archive_header .dbio_search_box input[type="text"] {
    font-size: 14px;
    padding: 10px;
    padding-left: 40px;
  }

  .dbio_archive_header .dbio_search_box {
    position: relative;
    top: 6px;
  }

  .dbio_blog_card .dbio_blogcard_main_headline {
    font-size: 18px;
  }

  body.single-post header.entry-header h1.entry-title {
    font-size: 24px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  body .site-container .wp-block-pullquote p,
  body .site-container .wp-block-quote p {
    font-size: 20px !important;
  }

  p,
  li,
  body .site-container .wp-block-pullquote cite,
  body .site-container .wp-block-quote cite,
  p.dbio_regular_paragraph,
  .dbio_blogcard_excerpt,
  .dbio-excerpt p {
    font-size: 15px;
  }

  .dbio-second-button-container a {
    font-size: 15px;
  }

  .dbio_simple_version.codeb_container .dbio-default-button-container a,
  .dbio_author_box_alt time,
  .dbio_author_name,
  .dbio_author_position,
  .dbio_tag {
    font-size: 13px;
  }

  .dbio_blog_card .dbio-default-heading-block .dbio-eyebrow-headline,
  .dbio-default-heading-block .dbio-eyebrow-headline {
    font-size: 11px;
  }

  body .dbio-default-heading-block.medium * {
    font-size: 22px;
  }

  .dbio_single_post .dbio-default-heading-block h2,
  .dbio_single_post .dbio-default-heading-block a {
    font-size: 22px;
  }

  body.page-template-blog-ajax-search .archive-description h1,
  body.search .archive-description h1,
  body.archive .archive-description h1,
  body.archive .author-box h1 {
    font-size: 22px;
  }

  .dbio_simple_video_container .contentvideo_video_container .wp-block-embed iframe {
    min-height: 331px;
  }
}

@media only screen and (max-width:870px) {

  body.single-post .site-inner,
  body.page-template-dolby-blog .site-inner,
  body.page-template-blog-ajax-search .site-inner,
  body.search .site-inner, body.archive .site-inner {
    margin-top: 48px;
  }

  .dbio_wave_svg {
    margin-bottom: 48px;
  }

  body.page-template-blog-ajax-search .archive-description,
  body.search .archive-description, body.archive .archive-description,
  body.archive .author-box {
    margin-bottom: 24px;
  }

  .page-template-blog-ajax-search .dbio_archive_header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-template-blog-ajax-search .dbio_search_box {
    display: block;
    width: 100%;
    margin-top: 24px;
  }

  .dbio_archive_header .facetwp-facet.facetwp-facet-search {
    width: 100%;
  }

  .dbio_archive_header .dbio_search_box input[type="text"] {
    min-width: initial;
  }

  .dbio_search_box .facetwp-facet-search span.facetwp-input-wrap {
    display: block;
    width: 100%;
  }

  .dbio_posts_grid {
    grid-gap: 16px;
  }

  .dbio_blog_card {
    padding: 16px;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .dbio_blog_card .dbio_blogcard_cta {
    width: 50px;
    height: 50px;
  }

  .dbio_author_box img {
    width: 48px;
    height: 48px;
    margin-right: 10px;
  }

  .dbio_author_desc {
    /* width: 95px; */
  }
}
@media only screen and (max-width:767px) {
  .dbio_block_static_latest_posts .dbio-default-heading-block.medium {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width:640px) {
  .dbio_block_static_latest_posts .dbio_posts_grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .dbio_block_static_latest_posts .dbio_blog_card .dbio_blogcard_main_headline {
    min-height: initial;
  }
}

@media only screen and (max-width:400px) {
  .dbio_block_static_latest_posts .dbio_blog_card .dbio_blogcard_cta {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .dbio_single_post.dbio_align_flex .dbio_blog_date {
    margin-bottom:12px;
  } 
  .dbio_single_post_container .dbio-default-heading-block {
    margin-bottom:12px;
  }
  body.single-post.full-width-content .content {
    padding: 0;
  }

  .dbio_multiple_authors.dbio_author_box .dbio_author_desc {
    margin-left: 0;
    margin-top: 16px;
  }

  .dbio-post-meta .dbio_author_box.dbio_author_box_alt {
    width: 100%;
    margin-bottom: 24px;
  }

  .dbio_single_post_featured_img_container {
    overflow: hidden;
  }

  img.dbio_single_post_featured_img {
    width: 100vw;
  }

 body .site-main .facetwp-template.dbio_posts_grid{
  grid-template-columns: repeat(1, 1fr);
}

  body.page-template-dolby-blog .site-inner {
    padding-right: 32px;
    padding-left: 32px;
  }

  .dbio_align_flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  section.dbio_blocks .dbio_block_column:first-child,
  section.dbio_blocks .dbio_block_column:last-child {
    width: 100%;
    max-width: 100%;
  }

  section.dbio_blocks .dbio_block_column:first-child {
    margin-bottom: 32px;
  }

  /* Added also the .dbio_blocks class - some ACF blocks have default padding on top but not on sides on desktop.
  Eg. the .dev_res_block has padding: 75px 0; - so it's necessary to increase specificity by 1 class.  */
  .dbio_blocks .force_extended_width,
  .force_extended_width {
    width: auto;
    position: relative;
    left: initial;
    transform: initial;
    /* Padding used in some blocks - static latest posts */
    padding-left: 32px;
    padding-right: 32px;
  }

  /* All elements that aren't inside a .force_fullscreen_width class must be set to padding sides at zero.
  The template of the page will take care of the padding. */
  body.page-template-blog-ajax-search .facetwp-template,
  .dbio_blocks:not(.force_fullscreen_width) .force_extended_width,
  section:not(.force_fullscreen_width) .force_extended_width:not(.force_fullscreen_width),
  .dbio_blocks.force_extended_width:not(.force_fullscreen_width),
  .dbio_archive_header.force_extended_width {
    padding-left: 0;
    padding-right: 0;
  }

  /* Note: for the moment this has been done for  static latest posts */
  .dbio_wave_svg.force_extended_width {
    padding-left: 0;
    padding-right: 0;
  }

  .dbio_post_content {
    margin-right: 0;
    width: 100%;
  }

  .dbio_single_post .dbio_img_container:after {
    display: none;
  }

  .dbio_single_post .dbio-default-heading-block a:before {
    display: none;
  }

  .dbio_post_metadata {
    margin-top: 32px;
    padding-left: 0;
    width: 100%;
  }

  .dbio_single_post .dbio_post_metadata .dbio_author_box {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width:660px) {

  .dbio_archive_header .facetwp-facet,
  .dbio_archive_header ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 400px;
  }

  .dbio_archive_header {
    max-width: 100%;
  }
  .dbio_wave_svg {
    display: none;
   }
}

@media only screen and (max-width:600px) {
  .dbio_posts_grid.force_extended_width {
    padding-left: 0;
    padding-right: 0;
  }

  .dbio_archive_header .facetwp-facet,
  .dbio_archive_header ul {
    width: 308px;
  }

  body.search .archive-description,
  body.archive .archive-description {
    width: calc(100vw - 10%);
  }

  .dbio_blogcard_excerpt,
  .dbio_blog_card .dbio_blogcard_main_headline {
    min-height: initial;
  }
}

@media only screen and (max-width:400px) {

  body.page-template-blog-ajax-search .dbio_archive_header .facetwp-facet,
  .dbio_archive_header .facetwp-facet.facetwp-facet-search {
    width: 100%;
  }

  #dbio_search_link {
    width: 24px;
  }

  .dbio_archive_header .facetwp-facet .facetwp-radio,
  .dbio_archive_header ul li a {
    margin-right: 0.8em;
    padding-top: 1em;
    letter-spacing: 0;
  }

  .dbio_archive_header .dbio_search_box {
    top: 0;
  }

  body.page-template-dolby-blog .site-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dbio_blocks .force_extended_width,
  .force_extended_width {
    /* Padding used in some blocks - static latest posts */
    /* Reduce it to 24px on smaller mobile devices */
    padding-left: 24px;
    padding-right: 24px;
  }

  .content .facetwp-type-pager .dbio_outlined_button_style {
    margin-top: 8px;
  }

  .dbio_simple_video_container .contentvideo_video_container .wp-block-embed iframe {
    min-height: 187px;
  }

  .dbio_simple_version.codeb_container .dbio-default-button-container {
    right: 24px;
  }
}