/*!
Theme Name: wordherd
Theme URI: https://wordherd.io
Author: WordHerd
Author URI: https://wordherd.io
Description: Description
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wordherd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wordherd is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  --techni-light-gray: #f5f5f5;
  --techni-medium-gray: #BFBFBF;
  --techni-medium-dark-gray: #6C6C6C;
  --techni-dark-gray: #2B2E31;
  --techni-light-blue: #48A2DA;
  --techni-medium-blue: #005E98;
  --techni-dark-blue: #023758;
  --techni-orange: #EE5D0D;

  --white: #FFFFFF;
  --black: #000000;

  --flow-background: #EAEAEA;
  --flow-label: #E0E0E0;

  --forbes-logo: #33629A;
  --times-logo: #E90606;
  --cnet-logo: #CC0001;
  --pc-mag-logo: #E5382F;

  --gtm-footer-light-gray: #979797;
  --gtm-footer-medium-gray: #383838;
  --gtm-footer-dark-gray: #252525;

}

/* Full Width Gutenberg */
.alignwide { margin-left: -80px; margin-right: -80px }
.alignfull { margin-left: calc(-100vw / 2 + 100% / 2); margin-right: calc(-100vw / 2 + 100% / 2); max-width: 100vw }
/* .alignfull img { width: 100vw } */
html { line-height: 1.15; -webkit-text-size-adjust: 100% }
body { margin: 0; overflow-x: clip; }
h1 { font-size: 2em; margin: 0.67em 0 }
hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible }
pre { font-family: monospace, monospace; font-size: 1em }
a { background-color: transparent }
abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted }
b, strong { font-weight: bolder }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sub { bottom: -0.25em }
sup { top: -0.5em }
img { border-style: none }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0 }
button, input { overflow: visible }
button, select { text-transform: none }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0 }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText }
fieldset { padding: 0.35em 0.75em 0.625em }
legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal }
progress { vertical-align: baseline }
textarea { overflow: auto }
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit }
details { display: block }
summary { display: list-item }
template { display: none }
[hidden] { display: none }
body, button, input, select, optgroup, textarea, ul, ol, li { color: #404040; font-family: sans-serif; font-size: 16px; font-size: 1rem; line-height: 1.5 }
h1, h2, h3, h4, h5, h6 { clear: both; color: var(--black); }
p { margin-bottom: 1.5em }
dfn, cite, em, i { font-style: italic }
blockquote { margin: 0 1.5em }
address { margin: 0 0 1.5em }
pre { background: #eee; font-family: "Courier 10 Pitch", courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em }
code, kbd, tt, var { font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem }
abbr, acronym { border-bottom: 1px dotted #666; cursor: help }
mark, ins { background: #fff9c0; text-decoration: none }
big { font-size: 125% }
*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit }
html { -webkit-box-sizing: border-box; box-sizing: border-box }
body { background: #fff }
hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em }
ul, ol { margin: 0}
ul { list-style: disc }
ol { list-style: decimal }
li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em }
dt { font-weight: 700 }
dd { margin: 0 1.5em 1.5em }
img { height: auto; max-width: 100% }
figure { margin: 1em 0 }
table { margin: 0 0 1.5em; width: 100% }
button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; color: rgba(0, 0, 0, 0.8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: 0.6em 1em 0.4em }
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa }
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { border-color: #aaa #bbb #bbb }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; padding: 3px }
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111 }
select { border: 1px solid #ccc }
textarea { width: 100% }
a { color: var(--techni-medium-blue) }
/* a:visited { color: #800080 } */
a:hover, a:focus, a:active { color: #191970 }
/* a:focus { outline: thin dotted } */
a:hover, a:active { outline: 0 }
.main-navigation { display: block; width: 100% }
.main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0 }
.main-navigation ul ul { -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 100%; left: -999em; z-index: 99999 }
.main-navigation ul ul ul { left: -999em; top: 0 }
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { display: block; left: auto }
.main-navigation ul ul a { width: 200px }
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto }
.main-navigation li { position: relative }
.main-navigation a { display: block; text-decoration: none }
.menu-toggle, .main-navigation.toggled ul { display: block }
@media screen and (min-width:37.5em) {
	.menu-toggle { display: none }
	.main-navigation ul { display: -webkit-box; display: -ms-flexbox; display: flex }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation { margin: 0 0 1.5em }
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links { display: -webkit-box; display: -ms-flexbox; display: flex }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { -webkit-box-flex: 1; -ms-flex: 1 0 50%; flex: 1 0 50% }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { text-align: end; -webkit-box-flex: 1; -ms-flex: 1 0 50%; flex: 1 0 50% }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important }
.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000 }
#primary[tabindex="-1"]:focus { outline: 0 }
.alignleft { display: inline; float: left; margin-right: 1.5em; margin-bottom: 1.5em }
.alignright { display: inline; float: right; margin-left: 1.5em; margin-bottom: 1.5em }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 1.5em }
.widget { margin: 0 }
.widget select { max-width: 100% }
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.post, .page { margin: 0}
.updated:not(.published) { display: none }
.page-content, .entry-content, .entry-summary { margin: 1.5em 0 0 }
.page-links { clear: both; margin: 0 0 1.5em }
.comment-content a { word-wrap: break-word }
.bypostauthor { display: block }
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none }
.infinity-end.neverending .site-footer { display: block }
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0 }
embed, iframe, object { max-width: 100%; border: 0px; }
.custom-logo-link { display: inline-block }
.wp-caption { margin-bottom: 1.5em; max-width: 100% }
.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto }
.wp-caption .wp-caption-text { margin: 0.8075em 0 }
.wp-caption-text { text-align: center }
.gallery { margin-bottom: 1.5em }
.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100% }
.gallery-columns-2 .gallery-item { max-width: 50% }
.gallery-columns-3 .gallery-item { max-width: 33.33% }
.gallery-columns-4 .gallery-item { max-width: 25% }
.gallery-columns-5 .gallery-item { max-width: 20% }
.gallery-columns-6 .gallery-item { max-width: 16.66% }
.gallery-columns-7 .gallery-item { max-width: 14.28% }
.gallery-columns-8 .gallery-item { max-width: 12.5% }
.gallery-columns-9 .gallery-item { max-width: 11.11% }
.gallery-caption { display: block }

/*Theme layout Option CSS*/

body > #page > .content-area.boxed { width: 1250px; margin: 0 auto; max-width: 100%; padding: 0 20px; }
body > #page > .content-area.no-sidebar > main.site-main { width: 100%; }
body > #page > .content-area.left-sidebar,
body > #page > .content-area.right-sidebar { display: -webkit-box; display: -ms-flexbox; display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; }
body > #page > .content-area.left-sidebar > main.site-main,
body > #page > .content-area.right-sidebar > main.site-main { width: calc(100% - 350px); }
body > #page > .content-area.left-sidebar > aside.widget-area,
body > #page > .content-area.right-sidebar > aside.widget-area { width: 350px }

@media screen and (min-width: 769px){
	body > #page > .content-area.left-sidebar > main.site-main { -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2;padding-left: 3%; }
	body > #page > .content-area.right-sidebar > main.site-main { padding-right: 3% }
	body > #page > .content-area.left-sidebar > aside.widget-area { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
}

@media screen and (max-width: 992px){
	body > #page > .content-area.left-sidebar > aside.widget-area,
	body > #page > .content-area.right-sidebar > aside.widget-area { width: 200px }
	body > #page > .content-area.left-sidebar > main.site-main,
	body > #page > .content-area.right-sidebar > main.site-main { width: calc(100% - 200px); }
}
@media screen and (max-width: 768px){
	body > #page > .content-area > main.site-main { padding-right: 0 !important;padding-left: 0 !important; }
	body > #page > .content-area > aside.widget-area,
	body > #page > .content-area > main.site-main { width:100% !important; }
	body > #page > .content-area.left-sidebar > main.site-main,
	body > #page > .content-area.left-sidebar > aside.widget-area { -webkit-box-ordinal-group:unset; -ms-flex-order:unset; order:unset; }

}

/* Page Numbers blocks center inline */

ul.page-numbers {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  margin-top:2rem;
  margin-bottom: 2rem;
  justify-content: center!important;
  gap:4px;
}

li span.page-numbers, li a.page-numbers {
  position: relative;
  padding: 0.39rem 0.5rem;
  margin-left: -5px;
  line-height: 1.25;
  color: var(--techni-light-blue);
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-size: .875rem;
  line-height: 1.5;
  text-decoration: none;
}

li span.page-numbers:hover,
li a.page-numbers:hover,
li span.page-numbers.current {
  z-index: 2;
  color: var(--techni-medium-blue);
  background-color: #e9ecef;
  border-color: #dee2e6;
}

p {
  font-family: 'Roboto', sans-serif;
  line-height: 150%;
  font-size: 18px;
}

.site-header {
  border-bottom: 2px solid var(--black);
  position: relative;
  z-index: 999;
}

@media screen and (max-width: 1025px){
  .wp-block-site-logo {
    display: none;
  }
  .mega-menu-wrap {
    width: 100% !important;
  }
}

.footer-logo-social {
  border-bottom: 1px solid var(--gtm-footer-light-gray) !important;
}

.footer-top .social-icons {
  gap: 20px !important;
  flex-wrap: nowrap;
  /* margin-right: 30px; */
}

@media screen and (min-width: 769px){
  .footer-top .footer-copy-text .kt-inside-inner-col {
    gap: 250px !important;
  }
}

.footer-top .footer-top-text {
  font-size: 15px;
  font-weight: 300;
}

.footer-top .footer-top-text a {
  color: var(--white);
  text-decoration: underline;
}

.footer-top .footer-top-text a:hover {
  text-decoration: none;
}

.footer-top .copyright {
  font-size: 14px;
  display: none;
}

.footer-top .copyright.mobile {
  display: block;
}

@media screen and (min-width: 769px){
  .footer-top .copyright.desktop {
    display: block;
  }
  .footer-top .copyright.mobile {
    display: none;
  }
}

.footer-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 767px){
  .footer-top ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

.footer-top ul a {
  color: var(--gtm-footer-light-gray);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
}

.footer-top ul a:hover {
  text-decoration: underline;
}

.footer-bottom p {
  margin: 0;
  font-size: 12px;
}

.footer-bottom a {
  color: var(--gtm-footer-light-gray);
  text-decoration: underline;
}

.footer-bottom a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px){
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    margin: 0 50px 0 0 !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    letter-spacing: 1px;
    font-weight: 600;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    font-weight: 600;
  }
}

.find-answers-box {
  background-color: var(--techni-light-gray);
  padding: 20px;
  min-height: 325px;
}

.find-answers-box .wp-block-image .alignleft {
  margin: 0 1em 0 0;
}

.find-answers-box h2 {
  margin: 0;
  font-size: 32px;
  line-height: 32px;
  color: var(--techni-dark-gray);
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  clear: none;
}

.find-answers-box p {
  clear: both;
  padding: 0 25px;
  margin: 20px 0 10px;
}

.technipages-experts-box {
  background-color: var(--techni-dark-blue);
  padding: 20px;
  color: var(--white);
}

.technipages-experts-box .wp-block-image .alignright {
  margin: 0;
}

.technipages-experts-box h2 {
  word-spacing: 100vw;
  margin-top: -60px;
  clear: both;
  display: inline-block;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: var(--white);
}

.technipages-experts-box p {
  margin: 20px 0 10px;
  font-size: 15px;
}

.wp-block-query ul.wp-block-post-template,
.wp-block-query figure.wp-block-post-featured-image {
  margin: 0;
}

.wp-block-query figure.wp-block-post-featured-image img {
  border-radius: 0;
}

.wp-block-query ul.wp-block-post-template {
  gap: 2rem;
}

.wp-block-query ul.wp-block-post-template .wp-block-post-title {
  margin: 15px 0 5px;
}

.wp-block-query ul.wp-block-post-template .wp-block-post-title a,
h2.entry-title a,
.yarpp-related li a h3 {
  color: var(--techni-dark-gray);
  font-size: 21px;
  text-decoration: none;
  line-height: 115%;
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}

.wp-block-query ul.wp-block-post-template .wp-block-post-title a:hover,
h2.entry-title a:hover,
.yarpp-related li a h3:hover {
  text-decoration: underline;
}

.today-top-pick,
aside #block-3 {
  position: relative;
}

aside #block-3 {
  margin-top: 50px;
}

.today-top-pick.wp-block-query ul.wp-block-post-template .wp-block-post-title a {
  font-size: 32px;
  line-height: 35px;
}

.today-top-pick::before,
aside #block-3::before {
  content: "Today's Top Pick";
  background-color: var(--techni-orange);
  padding: 5px 10px;
  position: absolute;
  top: -28px;
  left: 0;
  color: var(--white);
  font-size: 13px;
  text-transform: uppercase;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

aside #block-3::before {
  content: "Recent Posts";
  top: -29px;
}

.wp-block-query .wp-block-post-author__name a,
.wp-block-query .wp-block-post-terms a,
p.learn-more a,
.entry-meta .author a,
.single .posted-on a,
.single .entry-meta .comments,
.single .site-main .entry-footer a,
.single .site-main .entry-footer .cat-links,
.entry-meta a,
.comment-meta .comment-author,
.comment-metadata a {
  color: var(--techni-medium-blue);
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
}

.wp-block-query .wp-block-post-author__name a::after,
.entry-meta .author::after,
.comment-meta .comment-author::after {
  content: "";
  margin: 0 10px 0 10px;
  border-right: 1px solid var(--techni-dark-gray);
}

.wp-block-query .wp-block-post-terms a,
.single .posted-on a,
.single .entry-meta .comments,
.single .site-main .entry-footer .cat-links,
.entry-meta a,
.comment-metadata a {
  color: var(--techni-dark-gray);
  font-weight: 600;
}

.single .site-main .entry-footer .cat-links {
  font-weight: 700;
}

.single .entry-meta .comments a {
  text-decoration: none;
}

/* .single .posted-on {
  margin-left: 10px;
} */

.wp-block-query .wp-block-post-author__name a:hover,
.wp-block-query .wp-block-post-terms a:hover,
p.learn-more a:hover,
.entry-meta a:hover {
  text-decoration: underline;
}

p.learn-more {
  margin: 0
}

p.learn-more.light-blue a {
  color: var(--techni-light-blue);
}

.top-categories .wp-block-query ul.wp-block-post-template > li:not(:first-child) .taxonomy-category,
.top-categories .wp-block-query ul.wp-block-post-template > li:not(:first-child) .wp-block-post-featured-image,
.top-categories .wp-block-query ul.wp-block-post-template > li:not(:first-child) .kb-section-dir-horizontal,
.top-categories .wp-block-query ul.wp-block-post-template > li .taxonomy-category.more {
  display: none;
}

.top-categories .wp-block-query ul.wp-block-post-template > li .taxonomy-category:first-child a {
  background-color: var(--techni-orange);
  padding: 5px 20px;
  color: var(--white);
  font-size: 13px;
  text-transform: uppercase;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline;
}

.top-categories .wp-block-query ul.wp-block-post-template > li:last-child .taxonomy-category.more {
  display: block;
  font-family: 'Raleway', sans-serif;
  color: var(--techni-medium-blue);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  border-top: 1px solid var(--techni-medium-gray);
  padding-top: 10px;
  margin-top: 15px;
}

.top-categories .wp-block-query ul.wp-block-post-template > li:last-child .taxonomy-category.more a {
  color: var(--techni-medium-blue);
  font-weight: 800;
}

.top-categories .wp-block-query ul.wp-block-post-template > li:first-child {
  border-bottom: 1px solid var(--black);
  padding-bottom: 10px;
}

.top-categories .wp-block-query ul.wp-block-post-template > li {
  border-bottom: 1px solid var(--techni-medium-gray);
  padding-bottom: 10px;
}

.top-categories .wp-block-query ul.wp-block-post-template > li:last-child {
  border-bottom: 0;
}

.top-categories .wp-block-query ul.wp-block-post-template > li:first-child h2 a {
  font-size: 21px;
  line-height: 115%;
}

.top-categories .wp-block-query ul.wp-block-post-template > li h2 a {
  font-size: 16px;
  line-height: 130%;
}

.section-header {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 120%;
  padding: 20px 0;
  border-top: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  text-transform: uppercase;
  text-align: center;
  color: var(--black);
  font-weight: 600;
  margin: 0;
}

.logo-gallery ul {
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px){
  .logo-gallery ul li {
    width: 50% !important;    
  }
}

aside.widget-area .wp-block-kadence-posts.kb-posts-style-unboxed.grid-lg-col-1.item-image-style-beside {
  row-gap: 0;
}

aside.widget-area .wp-block-kadence-posts.kb-posts-style-unboxed.grid-lg-col-1.item-image-style-beside article.loop-entry  {
  grid-template-columns: 2fr 1fr;
  border-bottom: 1px solid #BFBFBF;
  border-radius: 0;
  padding: 20px 0;
}

aside.widget-area .wp-block-kadence-posts.kb-posts-style-unboxed.grid-lg-col-1.item-image-style-beside article.loop-entry:first-child {
  border-top: 1px solid #BFBFBF;
}

aside.widget-area .wp-block-kadence-posts.kb-posts-style-unboxed.grid-lg-col-1.item-image-style-beside article.loop-entry .post-thumbnail {
  order: 1;
}

aside.widget-area .wp-block-kadence-posts.kb-posts-style-unboxed .loop-entry.content-bg>.entry-content-wrap {
  display: flex;
  align-items: center;
}

aside.widget-area .wp-block-kadence-posts .loop-entry .entry-header .entry-title a {
  color: var(--black);
  text-decoration: none;
  font-size: 16px;
  line-height: 130%;
}

aside.widget-area .wp-block-kadence-posts .loop-entry .entry-header .entry-title a:hover {
  text-decoration: underline;
}

.single h1.entry-title {
  font-size: 40px;
  line-height: 110%;
  color: var(--techni-dark-gray);
}

.single .post-thumbnail img {
  width: 100%;
}

.single .entry-meta,
.search .entry-meta {
  margin-bottom: 20px;
}

.single .entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single .yarpp-related .entry-meta {
	display: block;
}

.single .entry-meta .comments {
  float: right;
}

.single .yarpp-related ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}

@media screen and (min-width: 768px){
  .single .yarpp-related ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.single .yarpp-related ul li {
  width: 100%;
}

.single .yarpp-related ul li img {
  width: 100%;
}

.single .yarpp-related .section-header {
  margin-bottom: 30px;
}

.single .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.author-box {
  display: flex;
  gap: 30px;
  background-color: var(--techni-dark-blue);
  color: var(--white);
  padding: 25px;
  margin: 50px 0;
  flex-direction: row;
}

@media screen and (max-width: 769px){
  .author-box {
    flex-direction: column;
  }
}

.author-box h2 {
  font-size: 32px;
  line-height: 94.4%;
  margin: 0 0 15px;
  color: var(--white);
}

.author-box h2 span {
  color: var(--techni-light-blue);
}

.author-box p {
  font-size: 15px;
  line-height: 125%;
}

.author-box .author-box-image {
  background-image: url('/wp-content/uploads/2023/10/author-border.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 15px;
}

@media screen and (max-width: 769px){
  .author-box .author-box-image {
    text-align: center;
  }
}

.author-box .author-box-image img {
  border-radius: 50%;
}

.author-box .author-box-info {
	flex: 1;
}

.user-social-icons a {
  margin-right: 10px;
  font-size: 20px;
  color: var(--white);
}

.user-social-icons a:hover {
  color: var(--techni-light-blue);
}

.single .site-main .entry-footer {
  background-color: var(--techni-light-gray);
  text-align: center;
  padding: 20px;
}

.our-team h2 {
  font-size: 28px;
  line-height: 100%;
  color: var(--black);
  margin-bottom: 10px;
}

.our-team span {
  font-size: 13px;
  line-height: auto;
  color: var(--techni-light-blue);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.wp-block-separator {
  border: 0;
}

.small-line {
  width: 75px;
  background-color: var(--techni-medium-gray);
  margin: 0;
  border: 0;
}

.page-hero {
  position: relative;
}

.page-hero h2,
.page-hero p {
  color: var(--white);
  position: relative;
}

.page-hero h2 {
  clear: none;
}

.page-hero.mobile p {
  margin: 0;
}

.page-hero.mobile .wp-block-image img {
  margin-right: 5px;
}

.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40%;
  background-color: rgba(43, 46, 49, 1); /* This is your color with 50% opacity */
  z-index: 1;
  display: inline !important;
}

.page-hero .wp-block-image img {
  margin-right: 50px;
}

.grid-3-col {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  margin: 20px 0;
}

@media screen and (min-width: 768px){
  .grid-3-col {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1025px){
  .grid-3-col {
    grid-template-columns: repeat(3, 1fr);
  }
}

.search-results h1,
.archive h1 {
  font-size: 15px;
  line-height: 150%;
  text-transform: uppercase;
  font-weight: 600;
  margin: 50px 0 30px;
  font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 1025px){
  .mega-menu-toggle.mega-menu-open + ul#mega-menu-menu-1  {
    display: flex !important;
    flex-direction: column;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-75494 {
    order: -1;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    font-weight: 700;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-159 .mega-search.mega-search-closed input[type=text] {
    background-color: var(--techni-light-gray);
  }
}

#comments .comment-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 0;
}

#comments .comment-meta, 
#comments .reply {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}

#comments .comment-meta {
  text-align: left;
  display: flex;
  align-items: center;
}

#comments .comment-meta .says {
  display: none;
}

#comments .reply {
  text-align: right;
}

#comments .reply a {
  text-decoration: none;
}

#comments .comment-content {
  flex-basis: 100%;
  width: 100%;
  order: 3;
}

#comments #respond input[type="text"],
#comments #respond textarea,
#comments #respond input[type="email"],
#comments #respond input[type="url"] {
  background-color: var(--techni-light-gray);
  border: 0;
  width: 100%;
  padding: 15px;
}

#comments #respond label {
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  display: block;
  width: 100%;
}

#comments #respond label[for='wp-comment-cookies-consent'] {
  text-transform: capitalize;
  display: inline;
}

#comments .comment-list .comment {
  border-bottom: 1px solid var(--techni-medium-gray)
}

#comments #respond input[type="submit"],
.kb-forms-submit {
  background-color: var(--techni-orange);
  color: var(--white);
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  border: 0;
  padding: 15px;
}

.kb-forms-submit {
  background-color: var(--techni-orange) !important;
  color: var(--white) !important;
  font-size: 15px !important;
  padding: 10px 45px !important;
}

.kb-field {
  background-color: var(--white) !important;
  border: 0 !important;
  width: 100% !important;
  padding: 15px !important;
}

.stats .kt-blocks-info-box-link-wrap {
  justify-content: center !important;
}

.wp-block-query .wp-block-post-featured-image,
article .post-thumbnail,
.yarpp-related li .post-thumbnail {
  position: relative;
}

.wp-block-query .wp-block-post-featured-image::before,
article .post-thumbnail::before,
.yarpp-related li .post-thumbnail::before {
  content: "";
  width: 1px;
  height: 0;
  float: left;
  padding-bottom: 55.08%;
  margin-left: -1px;
}

.wp-block-query .wp-block-post-featured-image img,
article .post-thumbnail img,
.yarpp-related li .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-block-query .wp-block-post-featured-image a,
article .post-thumbnail,
.yarpp-related li .post-thumbnail {
  display: inline-block;
  height: 225px;
}

article .post-thumbnail,
.yarpp-related li .post-thumbnail {
  display: block;
}

.yarpp-related li h3 {
  margin: 10px 0;
}

.yarpp-related li h3 a {
  color: var(--black);
}

.yarpp-related li h3 a:hover {
  text-decoration: underline;
}

.today-top-pick.wp-block-query .wp-block-post-featured-image a {
  height: 445px;
}

body.section-about .comments-area,
body.single .tags-links {
  display: none;
}