/*!
Theme Name: S3T 2020
Theme URI: http://studio3t.com/
Author: Stefano Pignataro, Studio 3T
Author URI: https://www.studio3t.com
Description: The shiny, all-new Studio 3T theme!
Text Domain: s3t-2020
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Definitions
# Building blocks
# Containers
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Cookie and kb banner
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Definitions
--------------------------------------------------------------*/
/* Colors:
	- Main green: #17AF66;
	- High contrast green: #22B970;
	- Teal: #103B41;
	- Positive text color - Default: #2C2C2C;
	- Positive text color - Light: #595959;
	- Negative text color - Default: #FFFFFF;
	- Negative text color - Light: #E6E6E6;
	- Separator/Border: #DADADA;
	- Gradient background: background: linear-gradient(90deg, #208B85 0%, #355882 100%);
	- Grey background: #F3F3F3;
*/
/*--------------------------------------------------------------
# CSS Filter - Color converter
----------------------------------------------------------------
# https://codepen.io/sosuke/pen/Pjoqqp
*/
/*--------------------------------------------------------------
# Main elements customizations
--------------------------------------------------------------*/
.hidden {
  display: none;
}
/*--------------------------------------------------------------
# Containers
--------------------------------------------------------------*/
.main-container, .site-header, .footer-menu, .footer-info {
  display: block;
  width: 100%;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header .content-container, .site-header .site-header-right, .page-header .content-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 80px;
  justify-content: space-between;
  max-width: 1170px;
}
.site-header {
  align-content: stretch;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: background, background-color, background-position, border, box-shadow, color, opacity, transform, visibility;
  z-index: 10;
}
.site-header.dark {
  background-color: #103b41;
}
body.scrolled .site-header {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 960px) {
  .site-header .content-container {
    height: 70px;
  }
}
.site-header .site-header-right {
  flex-grow: 2;
  justify-content: flex-end;
}
.page-header {
  background-color: #f3f3f3;
  position: relative;
  z-index: 5;
}
body.nav-secondary-open .page-header {
  z-index: 10;
}
.page-navigation-title {
  font-size: 1.2em;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.page-navigation-title a:not(:hover) {
  color: #595959;
}
.page-navigation-title a:hover {
  color: #17af66;
}
.single-case-study .hero-header {
  margin-top: -50px;
}
/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
.main-logo, .main-logo a, .main-logo img {
  line-height: 80px;
}
@media (max-width: 960px) {
  .main-logo, .main-logo a, .main-logo img {
    line-height: 70px;
  }
}
.main-logo a, .main-logo img {
  display: block;
  height: auto;
  width: 90px;
}
@media (max-width: 960px) {
  .main-logo a, .main-logo img {
    width: 70px;
  }
}
/*--------------------------------------------------------------
## Overlay
--------------------------------------------------------------*/
.overlay-bg {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 8;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  background-color: #ffffff;
  display: block;
  font-size: 0.95em;
  font-weight: 500;
  text-transform: uppercase;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  width: auto;
}
.site-header.dark .main-navigation {
  background-color: #103b41;
}
@media (max-width: 960px) {
  .main-navigation {
    left: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 70px;
    visibility: hidden;
    z-index: 20;
  }
  .sub-navigation {
    display: none;
  }
  body.nav-menu-open, body.nav-secondary-open {
    overflow: hidden;
  }
  body.nav-menu-open .main-navigation {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    height: auto;
    max-height: calc(90vh - 70px);
    overflow-y: auto;
    padding: 0 20px 20px;
    visibility: visible;
  }
  body.nav-secondary-open .sub-navigation {
    background-color: #f3f3f3;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    display: block;
    left: 0;
    position: absolute;
    top: 80px;
    width: 100%;
  }
}
.main-navigation ul, .sub-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media (max-width: 960px) {
  .sub-navigation ul {
    padding: 0 20px;
  }
}
.main-navigation ul li, .sub-navigation ul li {
  display: inline-block;
  margin-left: 15px;
  padding-left: 0;
  position: relative;
}
.sub-navigation ul li, .sub-navigation ul li a:not(:hover) {
  color: #595959;
}
@media (min-width: 961px) {
  .main-navigation ul li.mega-menu {
    position: static;
  }
  .main-navigation ul li.mega-menu ul {
    display: flex;
    flex-wrap: wrap;
    left: 0;
    right: 0;
  }
  .main-navigation ul li.mega-menu ul li {
    width: 33.3%;
  }
  .main-navigation ul li, .sub-navigation ul li {
    line-height: 80px;
  }
}
@media (max-width: 960px) {
  .main-navigation ul li, .sub-navigation ul li {
    display: block;
    line-height: 30px;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.main-navigation ul li a, .sub-navigation ul li a {
  display: block;
  text-decoration: none;
}
.main-navigation ul li a {
  color: #2c2c2c;
}
.site-header .main-navigation ul li a:hover, .site-header .main-navigation ul li a:active {
  color: #17af66;
}
.site-header.dark .main-navigation ul li a {
  color: #ffffff;
}
.site-header.dark .main-navigation ul li a:hover, .site-header.dark .main-navigation ul li a:active {
  color: #e6e6e6;
}
.main-navigation ul li.menu-button a {
  background-color: #17af66;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  padding: 5px 10px;
}
.main-navigation ul li.menu-button a:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
@media (min-width: 961px) {
  .main-navigation ul li.menu-button a {
    line-height: 30px;
  }
}
/* Menu items with submenus */
.main-navigation ul li.menu-item-has-children a {
  padding-right: 15px;
  position: relative;
}
.main-navigation ul li.menu-item-has-children > a:after {
  border-color: #2c2c2c transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  cursor: pointer;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: background, background-color, background-position, border, box-shadow, color, opacity, transform, visibility;
  width: 0;
}
.site-header.dark .main-navigation ul li.menu-item-has-children > a:after {
  border-color: #ffffff transparent transparent transparent;
}
@media (max-width: 960px) {
  .main-navigation ul li.toggled.menu-item-has-children > a:after {
    transform: rotate(180deg);
  }
}
.main-navigation ul li.menu-item-has-children:hover > a:after {
  border-color: #17af66 transparent transparent transparent;
}
/* Submenus */
@media (min-width: 961px) {
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    opacity: 1;
    visibility: visible;
  }
}
.main-navigation ul ul {
  background-color: #ffffff;
  opacity: 0;
  text-transform: capitalize;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: background, background-color, background-position, border, box-shadow, color, opacity, transform, visibility;
  visibility: hidden;
  z-index: 99999;
}
.site-header.dark .main-navigation ul ul {
  background-color: #103b41;
}
@media (min-width: 961px) {
  .main-navigation ul ul {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    top: 100%;
  }
}
@media (max-width: 960px) {
  .main-navigation ul ul {
    height: 0;
    overflow: hidden;
    padding-left: 15px;
    position: relative;
    text-transform: none;
  }
  .main-navigation ul li.toggled ul {
    height: auto;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
  }
}
.main-navigation ul ul li {
  display: block;
  line-height: 30px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.main-navigation ul ul li a {
  margin-bottom: 10px;
}
.main-navigation ul ul li:last-of-type a {
  margin-bottom: 0;
}
/* Mobile menu */
.mobile-menu-toggle, .overlay-bg, .secondary-menu-toggle {
  display: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
@media screen and (max-width: 960px) {
  .mobile-menu-toggle, .mobile-menu-toggle:hover, .secondary-menu-toggle, .secondary-menu-toggle:hover {
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 15px;
    padding: 0;
    position: relative;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-property: background, background-color, background-position, border, box-shadow, color, opacity, transform, visibility;
    width: 20px;
  }
  .mobile-menu-toggle span, .secondary-menu-toggle span {
    background-color: #404040;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
  }
  .site-header.dark .mobile-menu-toggle span {
    background-color: #ffffff;
  }
  body.nav-menu-open .mobile-menu-toggle, body.nav-secondary-open .secondary-menu-toggle {
    transform: rotate(90deg);
  }
  body.nav-menu-open .mobile-menu-toggle span, body.nav-menu-open .mobile-menu-toggle:hover span {
    background-color: #17af66;
  }
  .mobile-menu-toggle .mobile-menu-1, .secondary-menu-toggle .secondary-menu-1 {
    top: 0;
  }
  .mobile-menu-toggle .mobile-menu-2, .secondary-menu-toggle .secondary-menu-2 {
    top: 6px;
  }
  .mobile-menu-toggle .mobile-menu-3, .secondary-menu-toggle .secondary-menu-3 {
    top: 12px;
  }
  body.nav-menu-open .overlay-bg, body.nav-secondary-open .overlay-bg {
    display: block;
  }
}
.site-content .comment-navigation, .site-content .posts-navigation, .site-content .post-navigation {
  margin: 30px 0 0;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
/* Search icon */
.search-icon {
  cursor: pointer;
  margin-left: 15px;
}
@media (max-width: 980px) {
  .search-icon {
    margin-right: 25px;
  }
}
.search-icon img {
  display: block;
  height: 20px;
  width: auto;
}
body.search-open .search-icon img {
  filter: invert(49%) sepia(20%) saturate(5596%) hue-rotate(120deg) brightness(97%) contrast(82%);
}
.site-header.dark .search-icon img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(157deg) brightness(104%) contrast(101%);
}
/* Search menu */
body.search-open .overlay-bg {
  display: block;
}
.site-search {
  background-color: #ffffff;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);
  display: none;
  left: 50%;
  max-width: 600px;
  top: 50%;
  padding: 30px;
  position: fixed;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
body.search-open .site-search {
  display: block;
  z-index: 8;
}
@media (max-width: 980px) {
  .site-search {
    max-width: 90vw;
  }
}
@media (max-width: 640px) {
  .site-search {
    font-size: 0.8em;
    padding: 15px;
  }
}
/* Search form */
.search-form .search-field {
  background-color: transparent;
  border: none;
  border-bottom: #17af66 1px solid;
  border-radius: 0;
  color: #103b41;
  font-size: 2em;
  padding-right: 70px;
  width: 100%;
}
.main-container .search-form .search-field {
  font-size: 1.3em;
  padding-bottom: 18px;
  padding-top: 18px;
}
.main-container.light .search-form .search-field {
  border-bottom: #fff 1px solid;
  color: #fff;
}
.main-container.light .search-form.kb-search-form .search-field {
  background-color: #fff;
  border-bottom: none;
  border-radius: 10px;
  color: #2c2c2c;
  padding-left: 20px;
  padding-right: 80px;
}
@media (max-width: 640px) {
  .search-form .search-field {
    padding-right: 0;
  }
}
.search-form {
  position: relative;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  border-left: #17af66 1px solid;
  border-radius: 0;
  color: #103b41;
  cursor: pointer;
  font-weight: 500;
  line-height: 33px;
  margin-right: 0;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: background, background-color, background-position, border, box-shadow, color, opacity, transform, visibility;
}
.main-container.light .search-form .search-submit {
  border-left: #fff 1px solid;
  color: #fff;
}
.main-container.light .search-form.kb-search-form .search-submit {
  background-color: #fff;
  bottom: 0;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-left: #dadada 1px solid;
  color: #2c2c2c;
  padding: 0 15px;
  top: 0;
  transform: none;
}
.search-form .search-submit:hover, .main-container.light .search-form .search-submit:hover {
  background-color: #17af66;
  border-left: #17af66 1px solid;
  box-shadow: none;
  color: #ffffff;
}
.main-container.light .search-form.kb-search-form .search-submit:hover {
  border-left: #17af66 1px solid;
  background-color: #17af66;
  color: #fff;
}
@media (max-width: 480px) {
  .search-form .search-submit, .search-form .search-submit:hover {
    background-color: #ffffff;
    border: #17af66 1px solid;
    border-radius: 4px;
    color: #103b41;
    display: block;
    font-size: 16px;
    margin-top: 15px;
    padding: 7px 15px;
    position: static;
    transform: none;
    width: 100%;
  }
  .search-form .search-submit:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
/* Search and 404 page */
.search .search-filters ul {
  list-style: none;
}
.search .search-filters ul, .search .search-filters li {
  padding-left: 0;
}
.search .search-filters, .search .search-filters li:last-of-type {
  margin: 0;
  padding-bottom: 0;
}
.search .content-container div:not(.sidebar-column) .search-form, .error404 .content-container .search-form {
  margin-bottom: 50px;
}
.search .content-container .search-form .search-field {
  font-size: 1.2em;
}
.search .content-container .search-form .search-submit {
  line-height: 22px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  color: #e6e6e6;
  font-size: 1em;
  position: relative;
  z-index: 5;
}
footer h4 {
  color: #17af66;
  margin-bottom: 15px;
}
footer a, footer a:visited {
  color: #17af66;
}
footer a:hover {
  color: #e6e6e6;
}
.footer-menu {
  background-color: #103b41;
  padding-bottom: 50px;
  padding-top: 50px;
}
.footer-menu ul, .footer-menu li {
  display: block;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.footer-menu li {
  margin-bottom: 10px;
}
/* Text widget customizations */
.footer-menu .widget_text img {
  max-width: 80px;
}
/* Recent tweets widget customizations */
.footer-menu .widget_tp_widget_recent_tweets li {
  padding-left: 35px;
  line-height: 24px;
}
.footer-menu .tp_recent_tweets .twitter_time {
  font-size: 0.7em;
  font-style: normal;
  color: #e6e6e6;
  margin-top: 5px;
  text-transform: capitalize;
}
/* Recent posts widget customizations */
.footer-menu .widget_recent_entries .post-date {
  color: #e6e6e6;
  display: block;
  font-size: 0.7em;
  margin-top: 5px;
}
.footer-info {
  background-color: #2c2c2c;
  text-align: center;
  padding-bottom: 25px;
  padding-top: 30px;
}
.footer-info p {
  margin: 0 0 5px;
}
.footer-info #footer-bottom {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-info #footer-bottom li {
  display: inline-block;
  padding-left: 0;
}
.footer-info #footer-bottom li:not(:last-of-type):after {
  content: "|";
  display: inline-block;
  margin: 0 2px 0 4px;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .clearfix:after, .entry-content:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
li.widget {
  list-style: none;
}
.widget-block, .content-container.sidebar .sidebar-column .widget {
  border: #dadada 1px solid;
  border-top-width: 6px;
  border-radius: 0;
  font-size: 0.9em;
  padding: 20px;
}
.widget-block .widget-title, .content-container.sidebar .sidebar-column .widget .widget-title, .content-container.sidebar .sidebar-column .widgettitle {
  text-transform: uppercase;
}
.widget-block h2, .widget-block h3, .content-container.sidebar .sidebar-column .widget h2, .content-container.sidebar .sidebar-column .widget h3 {
  color: #17af66;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0.5em;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.content-container.sidebar .sidebar-column .widget h4 {
  font-size: 1em;
}
.widget-block a:not(:hover), .content-container.sidebar .sidebar-column .widget a:not(:hover) {
  color: #595959;
}
.widget-block a:not(:hover).is-active-link, .content-container.sidebar .sidebar-column .widget a:not(:hover).is-active-link {
  color: #17af66;
}
.widget-block p:last-of-type, .content-container.sidebar .sidebar-column .widget p:last-of-type {
  color: #595959;
  margin-bottom: 0.5em;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.content-container.sidebar .sidebar-column .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content-container.sidebar .sidebar-column .widget ul:last-of-type {
  margin-bottom: 0;
}
.content-container.sidebar .sidebar-column .widget ul li {
  border-bottom: #dadada 1px solid;
  display: block;
  list-style: none;
  padding: 5px 0;
}
.content-container.sidebar .sidebar-column .widget ul li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 961px) {
  .content-container.sidebar .sidebar-column .detachable-area {
    position: -webkit-sticky;
    position: sticky;
    max-height: 100%;
    overflow-y: auto;
    top: 100px;
  }
}
@media (max-width: 960px) {
  #kb-article-navigation {
    background-color: #fff;
    border: none;
    border-top: #dadada 1px solid;
    bottom: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    flex-direction: column-reverse;
    left: 0;
    padding: 15px 20px;
    position: fixed;
    margin: 0 auto;
    max-width: 1170px;
    right: 0;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-property: background, background-color, background-position, border, box-shadow, color, opacity, transform, visibility;
    width: 100%;
    z-index: 5;
  }
  #kb-article-navigation:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  }
  #kb-article-navigation h3 {
    position: relative;
    margin-bottom: 0;
  }
  #kb-article-navigation h3:after {
    border-color: transparent transparent #2c2c2c transparent;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    cursor: pointer;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-property: background, background-color, background-position, border, box-shadow, color, opacity, transform, visibility;
    width: 0;
  }
  #kb-article-navigation.kb-nav-open h3:after {
    transform: translateY(-50%) rotate(180deg);
  }
  #kb-article-navigation .toc {
    display: none;
    margin-bottom: 20px;
    max-height: 50vh;
    overflow-y: auto;
  }
  #kb-article-navigation.kb-nav-open .toc {
    display: block;
  }
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
  margin: 0;
}
.archive-block:not(:last-of-type), .search-block:not(:last-of-type), .blog-block:not(:last-of-type) {
  border-bottom: #dadada 1px solid;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.archive-block p:last-of-type, .search-block p:last-of-type, .blog-block p:last-of-type {
  margin-bottom: 0;
}
.archive h2 .custom-tag, .archive h2 a.custom-tag, .blog h2 a.custom-tag {
  background: #f3f3f3;
  border-radius: 4px;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0px 10px;
}
.posted-on, .posted-on a:not(:hover) {
  color: #2c2c2c;
}
.single .posted-on, .single .posted-on a:not(:hover) {
  color: #103b41;
}
.posted-on a {
  font-weight: regular;
}
.article-helpful {
  border: #dadada 1px solid;
  display: flex;
  font-weight: 500;
  position: relative;
}
.article-helpful > div, .article-helpful > div img {
  display: block;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: background, background-color, background-position, border, box-shadow, color, opacity, transform, visibility;
}
.article-helpful > div {
  line-height: 20px;
  padding: 15px 20px;
}
.article-helpful-text {
  flex-grow: 2;
}
.article-helpful > div.article-helpful-rating {
  border-left: #dadada 1px solid;
  cursor: pointer;
  float: right;
}
.article-helpful > div.article-helpful-rating:hover {
  background-color: #f3f3f3;
}
.article-helpful > div.article-helpful-rating:hover img {
  filter: invert(52%) sepia(29%) saturate(4908%) hue-rotate(118deg) brightness(95%) contrast(82%);
}
.article-helpful > div.article-helpful-voted {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: background, background-color, background-position, border, box-shadow, color, opacity, transform, visibility;
  visibility: hidden;
}
.article-helpful.voted > div.article-helpful-voted {
  background-color: #f3f3f3;
  bottom: 0;
  left: 0;
  visibility: visible;
  opacity: 0.95;
  overflow: visible;
  top: 0;
  width: 100%;
}
@media (max-width: 640px) {
  .article-helpful {
    flex-wrap: wrap;
  }
  .article-helpful > div {
    text-align: center;
    width: calc(100% / 5);
  }
  .article-helpful > div > img {
    margin: 0 auto;
  }
  .article-helpful > #article-hideous {
    border-left: none;
  }
  .article-helpful > .article-helpful-text {
    border-bottom: #dadada 1px solid;
    width: 100%;
  }
}
.author .archive-description {
  font-weight: 500;
}
.author.full .post-author-image, .author.full .post-author-details {
  float: left;
}
.author.full .post-author-image {
  border-radius: 50%;
  margin-right: 1.5em;
  overflow: hidden;
  width: 70px;
}
.author.full .post-author-image img {
  display: block;
  height: auto;
  width: 100%;
}
.author.full .post-author-details {
  width: calc(100% - 70px - 1.5em);
}
.author.full .post-author-details h4 {
  margin-bottom: 5px;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.single-knowledge-base .content-area {
  padding-bottom: 40px;
  padding-top: 40px;
}
.post, .page {
  margin: 0;
}
.updated:not(.published) {
  display: none;
}
.entry-header {
  margin-bottom: 2em;
}
.entry-title {
  margin-bottom: 15px;
}
.entry-title + small, .posted-on {
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
}
.entry-content h3 {
  color: #2c2c2c;
}
.page-content, .entry-content, .entry-summary {
  margin: 0 0 1.5em;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.post-thumbnail img {
  display: none;
}
/*--------------------------------------------------------------
## Row widths
--------------------------------------------------------------*/
.sm {
  max-width: 600px;
  margin: auto;
}
.md {
  max-width: 800px;
  margin: auto;
}
.full {
  max-width: 100vw;
  margin: auto;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
.s3t-vpb-embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.s3t-vpb-embed-preloader {
  bottom: 0;
  cursor: pointer;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.s3t-vpb-embed-preloader:not(.disabled):hover {
  opacity: 0.7;
}
.s3t-vpb-embed-preloader > img {
  display: block;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.s3t-vpb-embed-preloader .s3t-vpb-embed-preloader-warning {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.s3t-vpb-embed-preloader .s3t-vpb-embed-preloader-action:before, .s3t-vpb-embed-preloader .s3t-vpb-embed-preloader-action:after {
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.s3t-vpb-embed-preloader .s3t-vpb-embed-preloader-action:before {
  background: rgba(16, 59, 65, 0.7);
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
.s3t-vpb-embed-preloader .s3t-vpb-embed-preloader-action:after {
  border-color: transparent transparent transparent #FFFFFF;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  height: 0;
  width: 0;
}
.s3t-vpb-embed iframe, .s3t-vpb-embed object, .s3t-vpb-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.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;
}
/*--------------------------------------------------------------
# COOKIE AND KB BANNERS
--------------------------------------------------------------*/
body.noconsent, body.choiceselector {
  overflow: hidden;
}
body.noconsent .overlay-bg {
  display: block;
  z-index: 10;
}
body.choiceselector .overlay-bg {
  display: block;
  z-index: 50;
}
.cookie-banner-wrapper, .kb-academy-banner-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.cookie-banner-container:not(.hidden) {
  background-color: white;
  bottom: 0;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
  font-size: 0.9em;
  left: 0;
  padding: 15px 30px;
  position: fixed;
  width: 100%;
  z-index: 50;
}
.cookie-banner-wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
.cookie-banner-message a {
  text-decoration: underline;
}
.cookie-banner-button.button, .kb-academy-banner-button {
  white-space: nowrap;
}
.cookie-banner-button.button {
  margin-left: 20px;
  margin-right: 0;
}
.cookie-choice-container:not(.hidden) {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
  font-size: 0.9em;
  left: 50%;
  max-height: 95vh;
  max-width: 560px;
  overflow-y: auto;
  padding: 20px 30px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 95vw;
  z-index: 90;
}
.cookie-choice-container label {
  display: inline-block;
  font-weight: 700;
  max-width: 80%;
}
.cookie-choice-trigger {
  border: #dadada 1px solid;
  border-top: none;
  padding: 15px;
  position: relative;
}
.cookie-choice-trigger:first-of-type {
  border-top: #dadada 1px solid;
}
.cookie-choice-trigger p {
  display: none;
  margin-bottom: 0;
  margin-top: 5px;
}
.cookie-choice-trigger.active p {
  display: block;
}
.cookie-choice-button.secondary {
  margin-top: 20px;
}
.cookie-choice-trigger-info {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
.cookie-choice-close {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  line-height: 15px;
  padding: 15px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.cookie-warning {
  background: #F3F3F3;
  border: #DADADA 1px solid;
  border-radius: 0;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  color: #595959;
  cursor: pointer;
  font-size: 14px;
  margin: 15px auto !important;
  opacity: 1;
  padding: 8px 8px 8px 30px;
  position: relative;
  text-align: left;
  text-shadow: none;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: box-shadow;
  width: 90%;
}
.cookie-warning:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 980px) {
  .cookie-warning {
    max-width: 90%;
  }
}
.cookie-warning img {
  display: block;
  height: 16px;
  left: 8px;
  position: absolute;
  top: 10px;
  width: 16px;
}
.cookie-warning span {
  color: #17af66;
}
.kb-academy-banner-container:not(.hidden) {
  background-color: #103b41;
}
.kb-academy-banner-wrapper {
  color: #fff;
  margin: 0 auto;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
@media (max-width: 980px) {
  /* Hide the KB Academy banner on mobile devices to avoid reported CLS */
  .kb-academy-banner-container {
    display: none !important;
  }
  .cookie-banner-wrapper, .kb-academy-banner-wrapper {
    flex-wrap: wrap;
  }
  .cookie-banner-wrapper {
    justify-content: center;
    text-align: center;
  }
  .cookie-banner-button.button, .kb-academy-banner-button {
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=/wp-content/themes/s3t-2020/css/main.css.map */