/* Vars */
:root {
  --card-gap: 50px;
}
/* Body BG Color on some pages */
body[class*="home"], body.page-id-9321, body.page-id-9320, body.page-id-11492 {
  background-color: #fafafa;
}
/* Remove UL LI styling in Header */
.header ul, .footer ul {
  padding-inline-start: 0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.header li, .footer li {
  list-style-type: none;
}
/* Mobile Header */
@media (max-width: 767px) {
  #_header_row-9-14429 .oxy-header-container {
    padding-right: 8px;
  }
  #_header_center-11-14429, #_header_right-12-14429 {
    display: none;
  }
  #_header_left-10-14429 {
    width: 100%;
  }
}
/* Grid Columns */
.grid-cols--2-1 > div:not(.oxy-dynamic-list) {
  background-color: #fff;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
}
/* Submit Buttons */
input[type=submit]:not(.search-submit) {
  cursor: pointer;
  margin: auto !important;
  padding: 14px 20px;
  text-align: center;
  background-image: none !important;
  border: 0px !important;
  background-color: #625fff !important;
  font-size: 13px !important;
  line-height: 18px !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 transparent;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type=submit]:not(.search-submit):hover {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3), inset 0 0 230px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3), inset 0 0 230px rgba(0, 0, 0, 0.1);
}
/* Category Pages */
.cat-description span {
  width: 100%;
}
.cat-description p {
  margin: 0 0 24px;
}
.cat-description img {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  height: auto;
}
.subcategories .subcategories__item {
  position: relative;
  display: flex;
  justify-content: center;
}
.subcategories .subcategories__link {
  display: flex;
  padding: 7px 14px;
  font-size: 18px;
  border-radius: 4px;
  text-transform: uppercase;
  transition: 0.3s;
  color: #666;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.subcategories .subcategories__link:hover {
  color: #000;
  background-color: #fff;
}
.subcategories .subcategories__more .subcategories__more-wrapper {
  position: absolute;
  top: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #333333;
  padding: 20px;
  z-index: 10;
  transform: translateX(-50px);
  transition: 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  min-width: 100%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.subcategories .subcategories__more .subcategories__more-wrapper .subcategories__link {
  color: #cccccc;
  padding: 6px;
}
.subcategories .subcategories__more .subcategories__more-wrapper .subcategories__link:hover {
  background-color: transparent;
  color: #fff;
}
.subcategories .subcategories__more:hover .subcategories__more-wrapper {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.oxy-infinite-scroller_inner {
  display: flex;
  flex-direction: column;
}
/* Search Form */
.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.oxy-search-form {
  width: auto;
}
.oxy-search-form .search-form {
  display: flex;
}
.oxy-search-form .search-form input {
  border: 1px solid #ccc;
  border-right: none;
  padding: 10px;
}
.oxy-search-form .search-form input[type="search"] {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 250px;
}
@media only screen and (max-width: 420px) {
  .oxy-search-form .search-form input[type="search"] {
    width: 200px;
  }
}
.oxy-search-form .search-form input[type=submit] {
  padding: 10px;
  width: 100px;
  background-color: black;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #ccc;
  border-left: none;
  text-transform: uppercase;
  font-size: 14px;
}
.oxy-search-form .search-form input[type=submit]:hover {
  background-color: #252525;
}
/* Footer */
.footer__disclaimers a {
  color: inherit;
}
.footer__disclaimers a:hover {
  color: #fff;
}
/* Newsletter Header - Hide on custom smaller breakpoint */
@media (max-width: 600px) {
  #text_block-139-14429 {
    display: none;
  }
}
/* Yoast Breadcrumbs */
.breadcrumbs a {
  color: #625FFF;
  transition: 0.3s;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
/* Post Card */
.post-card__author a, .post-meta__item-txt a, .hero-latest__author a {
  color: inherit;
  transition: 0.3s;
}
.post-card__author a:hover, .post-meta__item-txt a:hover, .hero-latest__author a:hover {
  text-decoration: underline;
}
/* User Bio Helper Class: Left align the text */
.user-bio-left {
  display: block;
  text-align: left;
}
