/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/
/* home */
.homepage-video-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.homepage-video-slide .active {
  z-index: 0;
}
/* Partners */
.partner-list article.post-entry {
  display: flex;
  flex-direction: row;
  padding: 20px 0;
}
.partner-list .av-heading-wrapper {
  padding-top: 6px !important;
}
.partner-list .entry-content p {
  font-size: 12px;
}
.partner-list .blog-categories,
.partner-list .post-meta-infos {
  display: none !important;
}
.partner-list .wpc-term-item input[type="checkbox"] {
  display: none !important;
}
.partner-list
  .wpc-term-item:not(.wpc-term-selected)
  > .wpc-term-item-content-wrapper
  > label
  > a
  > .wpc-term-swatch-wrapper
  > .wpc-term-swatch {
  background-color: white !important;
  border: solid 1px #cacaca !important;
  border-radius: 3px;
}
.partner-list .wpc-term-swatch {
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
}
.partner-list .wpc-search-field {
  background-color: white !important;
}
.partner-list .wpc-term-selected .wpc-term-swatch-wrapper {
  opacity: 1;
}
.partner-list .wpc-term-count {
  display: none !important;
}
.partner-list .wpc-term-item-content-wrapper {
  padding: 5px 0 !important;
}
.partner-list .pagination {
  display: none !important;
}
.partner-list .children {
  margin-left: 23px !important;
}
.partner-list .wpc-term-name {
  font-weight: bold !important;
  font-size: 15px !important;
  margin-left: 5px;
}
.partner-list .children .wpc-term-name {
  font-weight: normal !important;
}
.partner-list .wpc-term-swatch-wrapper {
  height: 12px;
  min-width: 12px;
  width: 12px;
}
.partner-list .post_delimiter {
  display: none;
}
.partner-list .standard-content {
  padding-left: 25px !important;
  margin: unset !important;
}
.partner-list .blog-meta {
  display: flex !important;
  align-items: flex-start !important;
  width: 225px !important;
  overflow: visible !important;
  padding-top: 3px;
}

.partner-list a,
.partner-list a img {
  width: 225px;
  height: auto;
  border-radius: 0;
}

@media (max-width: 767px) {
  .partner-list article.post-entry {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    justify-content: flex-start;
  }
  .partner-list .blog-meta {
    margin: 0 5px !important;
  }
  .partner-list .entry-content-wrapper {
    padding-top: 25px !important;
    padding-left: 0 !important;
  }
  .bg-dots4 {
    right: 94% !important;
  }
}

/* blog */
.featured-post-header {
  position: relative;
  z-index: 4;
  display: flex;
  margin: 25px 0;
  flex-direction: row;
}
.featured-post-header .featured-post-image {
  min-width: 545px;
}
.featured-post-header .featured-post-image img {
  width: 100%; /* Stretch the image to fill the container's width */
  height: 100%; /* Stretch the image to fill the container's height */
  object-fit: cover; /* Ensures the image fills the container, cropping excess */
  display: block; /* Remove any inline spacing (optional) */
}
.featured-post-content {
  background-color: var(--green-main);
  padding: 25px;
  padding-left: 50px;
}
.featured-post-content h2 {
  font-size: 1.7em !important;
}
.featured-post-content p {
  font-size: 1em !important;
}
.featured-post-content h2,
.featured-post-content p,
.featured-post-content a {
  color: white !important;
}
@media (max-width: 990px) {
  .featured-post-header {
    flex-direction: column;
  }
  .featured-post-header .featured-post-image {
    min-width: auto !important;
  }
}
.bg-dots4 {
  position: absolute;
  bottom: 29px;
  right: 70%;
  left: unset;
  width: 899px;
}
.bg-dots5 {
  width: 760px;
}
.avia-image-container.bg-dots4 {
  max-width: unset !important;
}
#featured-blog-archive article {
  display: flex;
  flex-direction: row;
}
#featured-blog-archive img {
  object-fit: contain;
  object-position: center;
  /* background: var(--green-main); */
  height: 100%;
}
#featured-blog-archive .slide-image {
  padding: 0;
  margin: 0;
}
#featured-blog-archive .slide-content {
  display: block;
  clear: none;
  content: none;
  position: unset;
  background: var(--green-main);
  top: 0;
  left: 70%;
  width: unset;
  min-height: 390px !important;
  float: right;
  padding: 5% 5% 5% 5%;
}
#blog-filter-form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.blog-index-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Force 3 columns */
  gap: 30px; /* Space between grid items */
  justify-content: start; /* Align to the left */
}
.blog-index-wrapper .blog-categories {
  top: 0 !important;
  padding-bottom: 10px;
}
.blog-index-wrapper .slide-entry {
  width: 100% !important; /* Ensure posts take full width of the grid cell */
}
@media (max-width: 768px) {
  .blog-index-wrapper .slide-entry {
    width: 100% !important; /* Ensure posts take full width of the grid cell */
  }
  .blog-index-wrapper {
    grid-template-columns: 1fr; /* 1 column on mobile */
  }
  #blog-filter-form {
    justify-content: flex-start !important;
    align-items: center;
  }
  #blog-filter-form .inner {
    flex-direction: column !important;
  }
}
.blog-index-wrapper .read-more-link {
  padding-top: 10px;
}
.blog-index-wrapper .category-badge a {
  color: black !important;
  font-size: 10px;
  text-transform: uppercase;
  background-color: #a2bf00;
  border-radius: 30px;
  padding: 3px 15px;
}

.blog-index-wrapper .post-date {
  font-size: 12px;
}
.blog-index-wrapper .more-link {
  color: black;
  text-transform: capitalize;
}
#blog-filter-form .filter-item label {
  font-weight: bold;
  text-transform: uppercase;
  color: black;
}
#blog-filter-form .inner {
  display: flex;
}
#blog-filter-form .inputs {
  color: black;
}
#blog-filter-form .filter-item {
  padding: 0 30px;
  margin: 0;
}

#blog-filter-form .dropdown-content > label {
  font-weight: normal;
  text-transform: none;
}
#after_section_1 {
  z-index: 2;
}
.pagination-wrapper {
  text-align: center;
}

.pagination-wrapper .page-numbers {
  padding: 15px 20px;
  margin: 10px;
  border-radius: 5px;
  border: solid 1px gray;
  color: inherit !important;
}
.pagination-wrapper .page-numbers.current {
  font-weight: bold;
}
.pagination-wrapper .next,
.pagination-wrapper .prev {
  display: none;
}
.post-template-default #head-bg-image {
  background: url(/wp-content/uploads/2024/12/gradient-default.svg),
    linear-gradient(to right, #4c1a36, #241427, #23163c) !important;
  background-color: #4c1a36 !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.blog-head #head-bg-image {
  height: 250px;
}
.blog-post-header {
  height: 250px;
  position: unset;
}

.blog-post-header .category-text {
  font-size: 2.2em !important;
}

/* Sort By Styling */

.sort-options {
  display: flex;
  gap: 20px;
  height: 25px;
}

.sort-option {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sort-option .text {
  text-transform: capitalize !important;
  color: black !important;
}

.sort-option input[type="radio"] {
  display: none;
}

.sort-option input[type="radio"] + .square {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc !important;
  background-color: #fff;
  margin-right: 5px;
  display: inline-block;
  border-radius: 2px;
  transition: background-color 0.3s, border-color 0.3s;
}

.sort-option input[type="radio"]:checked + .square {
  background-color: var(--green-main); /* Active teal color */
  border-color: var(--green-main) !important;
}

.sort-option .text {
  font-weight: bold;
  color: #333;
}

/* Audience Filter Dropdown Styling */
/*  */

.date-and-read {
  font-size: 12px;
  padding: 15px 0;
}
.big-preview {
  position: relative;
  pointer-events: none;
}

.big-preview h1 {
  position: absolute !important;
  bottom: 0 !important;
  z-index: 43 !important;
  color: white;
  font-size: 3em !important;
  text-align: left !important;
  margin: 0 15px !important;
  display: inline-block !important;
}
@media (max-width: 768px) {
  .big-preview h1 {
    font-size: 1.2em !important;
    padding: 15px !important;
  }
}
.template-single-blog .standard-content {
  max-width: 801px;
  margin: auto;
  top: -340px;
  position: relative;
}
@media (max-width: 768px) {
  .template-single-blog .standard-content {
    top: -310px;
  }
}
.template-single-blog #featured-content {
  margin-top: -380px;
}

#main
  > div.container_wrap.container_wrap_first.main_color.fullsize
  > div.container.template-blog.template-single-blog
  > main
  > div.entry-content-wrapper.clearfix.standard-content
  > h1 {
  text-align: left !important;
}
.search-container {
  z-index: 999 !important;
}
.custom-search-form {
  z-index: 999;
  max-width: 250px;
  margin-top: 10px !important;
  min-height: 55px;
  background-color: white !important;
}
.custom-search-form input[type="search"] {
  background-color: white !important ;
}
.custom-search-form input::placeholder {
  font-size: 16px;
}

/* partners */
.partners-filter li {
  position: relative;
  list-style: none;
  margin-left: 0;
}
.partners-filter li label {
  padding-bottom: 15px;
}
.partners-filter li ul li {
  padding-bottom: 5px !important;
}
.partners-filter li ul li label {
  font-weight: normal !important;
}
.partners-filter li:not(.closed) i.wpc-toggle-children-list::before {
  display: none;
}
.partners-filter li.closed ul {
  display: none;
}
.partners-filter li i.wpc-toggle-children-list {
  width: 24px !important;
  height: 24px !important;
  top: 3px !important;
  right: 6px !important;
  position: absolute !important;
}
.partners-filter li label input {
  display: none !important;
}
.partners-filter .wpc-term-swatch {
  display: inline-block;
  height: 12px;
  width: 12px;
}

.partners-filter li label > input[type="checkbox"] + .wpc-term-swatch {
  margin-right: 5px !important;
  border-radius: 2px !important;
}
.partners-filter
  li
  label
  > input[type="checkbox"]:not(:checked)
  + .wpc-term-swatch {
  background-color: inherit;
  background-color: white !important;
  border: solid 1px #ccc !important ;
}
.portfolio-posts {
  display: flex;
  flex-direction: column;
}
#sort-portfolio {
  max-width: 145px;
}
@media (max-width: 768px) {
  .portfolio-posts {
    display: flex;
    flex-direction: column;
  }
}
.portfolio-post {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  padding: 25px 0 !important;
}

.portfolio-post-image {
  width: 220px;
  height: 220px;
  background: white;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.portfolio-post-image img {
  width: 100%;
  display: block !important;
}

.portfolio-post-content {
  font-size: 12px;
  padding-left: 25px;
}

.portfolio-post-content h2 {
  font-size: 24px;
  margin: 0 0 10px;
  padding-top: 6px;
}
@media (max-width: 990px) {
  .portfolio-post {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 0 !important;
  }
  .portfolio-post-content {
    padding-left: 0px;
  }
  .portfolio-post-content h2 {
    margin-top: 26px !important;

    margin-bottom: 25px;
  }
}
#active-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#active-filters .filter-remove {
  background: rgb(239, 239, 239);
  padding: 5px 10px;
  border-radius: 4px;
  border: solid 1px #ccc;
  cursor: pointer;
  margin: 5px;
}
#active-filters .filter-tag button {
  background-color: transparent;
  border: none;
}
#active-filters .clear-filters {
  background: none;
  border: none;
  cursor: pointer;
}
.portfolio-search {
  background-color: white !important;
}
/* general */
.hide {
  display: none !important;
}

.blog-filter-container {
  display: flex;
  align-items: normal;
  /* justify-content: space-between; */
  margin-bottom: 20px;
  z-index: 4;
  position: relative;
}
.blog-filter-container form {
  margin: inherit;
}

.custom-search-form {
  flex: 1;
  margin-right: 20px;
}

.search-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.filter-options {
  display: flex;
  align-items: center;
  gap: 20px;
}

.filter-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  color: black;
}

.filter-item .submit {
  display: inline;
}
.filter-item .submit button {
  display: inline;
  border-radius: 10px;
  background-color: var(--green-main);
  padding: 5px 8px;
  font-size: 9px;
  vertical-align: middle;
}
.filter-label {
  font-weight: bold;
  margin-bottom: 5px;
}

.sort-options {
  display: flex;
  gap: 10px;
}

.sort-option {
  display: flex;
  align-items: center;
  gap: 5px;
}

.filter-item .dropdown {
  position: relative;
  height: 25px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
}
.filter-item .down-caret:after {
  content: "\E87b";
  font-family: entypo-fontello;
  /* font-size: 10px; */
  vertical-align: middle;
  padding: 2px 3px;
}
.dropdown hr {
  margin-top: -6px;
  height: 1px;
  width: 100%;
}

.dropdown-btn {
  padding: 0;
  border: none;
  background-color: #fff;
  cursor: pointer;

  color: inherit;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  display: none;
  z-index: 10;
}

.dropdown.active .dropdown-content {
  display: flex;
  flex-direction: column;
  word-break: keep-all;
  white-space: pre;
  margin-top: 3px;
  left: -1px;
  border: none;
  box-shadow: 0 0 7px #00000029;
  padding-right: 35px;
}

.apply-filters {
  padding: 10px 20px;
  background-color: #34c759;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.apply-filters:hover {
  background-color: #28a745;
}
@media (max-width: 825px) {
  .blog-filter-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .filter-options {
    flex-direction: column;
    align-items: flex-start;
  }
  .filter-item {
    padding-left: 0 !important;
  }
}
#blog-filter-form .clear-filters {
  border: none !important;
  display: inline;
  padding: 10px 20px;
  background-color: #ccc;
  color: black;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  padding: 5px 8px;
  font-size: 9px;
}
.post-count {
  margin-bottom: -35px;
}
.subtitle-h1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.subtitle-h1 h1 {
  font-size: 34px !important;
}
#header-q section {
  height: 100%;
}
@media (max-width: 990px) {
  #header-q section {
    height: unset;
  }
  .subtitle-h1 h1 {
    padding: 0 !important;
  }
}
.subtitle-h1 p {
  color: rgba(255, 255, 255, 0.65);
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: -35px !important;
  font-weight: bold !important;
  font-size: 14px !important;
}
.subtitle-h1 span {
  top: -13px;
  position: relative;
}
.subnav-bar-dark {
  position: relative;
  z-index: 5;
}

#iqm-logo-footer img {
  width: 180px !important;
}

#top .av-section-video-bg {
  z-index: 0 !important;
}
#hero-bg-gradient {
  overflow: hidden !important;
  position: relative;
}

/* #hero-bg-gradient .avia-slideshow {
  width: 100%;
  position:relative;
} */

.js_active .av-minimum-height .container {
  z-index: 1; /*required for transition*/
  opacity: 1 !important;
  transition: none !important;
}

.js_active.av-preloader-enabled .av-minimum-height .container {
  transition: none !important;
}
.bg-dots {
  background-size: 1150px !important;
  background-repeat: no-repeat !important;
  background-position: right -960px center !important;
}
@media (max-width: 990px) {
  .bg-dots {
    background-position: right -1100px center !important;
  }
}
.av-image-hotspot_inner {
  color: transparent !important;
}

.avia-tooltip h4 {
  color: white !important;
}
.read-more-link a {
  color: var(--green-main) !important;
}
@media (max-width: 767px) {
  .av-menu-mobile-active {
    display: none !important;
  }
  /* ot font fix */
  #onetrust-banner-sdk #onetrust-policy-text {
    padding-right: 25px !important;
  }
}
@media (max-width: 1023px) {
  /* fix for OT wrong on tablet */
  #onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
    position: relative;
  }
}
#av-sc-portfolio-1 {
  transition: none !important;
}
.responsive #top #wrap_all .slide-entry {
  margin-left: auto !important;
}
@media (max-width: 990px) {
  .template-single-blog
    > main
    > .entry-content-wrapper
    h1.post-title.entry-title {
    font-size: 2em !important;
    margin-top: 60px !important;
  }
}

.post-type-archive-awsm_job_openings #main {
  background-color: white;
}

#footer-page .awsm-job-form {
  display: none !important;
}

/* Job Grid Container */
/* Container grid */
.awsm-job-listings {
  display: grid;
  grid-template-columns: repeat(auto-fill, 33%);
  padding: 1rem 0;
}

/* Job card layout */
.custom-job-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
  padding: 1.2rem 1.5rem;
  border: 1px solid #eee;
  margin: 10px 10px 10px 0;
}

.custom-job-card:hover {
  /* transform: translateY(-4px); */
}

/* Make the card clickable */
.custom-job-card .job-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Header with arrow */
.job-card-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}

.job-title {
  font-size: 1.5rem !important;
  font-weight: 700;
  margin: 0;
  flex: 1;
}

.job-arrow {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  width: 1rem;
  height: 1rem;
}

/* Job meta (location, type, etc.) */
.job-meta {
  font-size: 1.25rem;
  color: #555;
  margin-bottom: 0.8rem;
}

/* Skills section */
.job-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.skill-tag {
  background: #f2f2f2;
  color: #333;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 5px;
  white-space: nowrap;
}

.awsm-lists {
  border: none;
}

#footer-page .awsm-job-single-wrap.awsm-col-2 .awsm-job-content {
  width: 100% !important;
}

#menu-privacy-pages a {
  font-size: 18px !important;
  color: var(--enfold-main-color-meta) !important;
  font-weight: bold !important;
}

#menu-privacy-pages .sub-menu {
  display: none;
  /* margin-left: 20px !important; */
  max-width: fit-content !important;
}

#menu-privacy-pages .sub-menu a {
  font-size: 14px !important;
  padding: 0.3em 3px !important;
}

#menu-privacy-pages .sub-menu .menu-item {
  border: none !important;
}

#menu-privacy-pages .menu-item-has-children > a {
  position: relative;
}

#menu-privacy-pages .menu-item-has-children > a .toggle-icon {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  pointer-events: auto;
  width: 10px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: translateY(-50%) rotate(45deg);
}

#menu-privacy-pages .menu-item-has-children.open > a .toggle-icon {
  transform: translateY(-50%) rotate(135deg);
}
