/* Good Stuff Styling applied to good stuff template only
*
*/

/* Good Stuff Home Page */
.good-stuff article {
  margin-top: 100px;
}

.good-stuff .pq-quote {
  font-style: italic;
  text-align:center;
}

.good-stuff .pq-quote::before {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  padding: 10px 0px;
  height: 75px;
  min-width: 100%;
  background: url(https://storage.googleapis.com/corpsitev2-golden-dev/wp-content/uploads/2025/06/pq-top-1.png) no-repeat center center;
  background-size: contain;
}

.good-stuff .pq-attr {
  font-size:0.8em;
  text-transform: uppercase;
  text-align:center;
  font-family:'Figtree-Bold',sans-serif;
}

.good-stuff .pq-attr::after {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  padding: 10px 0px;
  height: 75px;
  min-width: 100%;
  background: url(https://storage.googleapis.com/corpsitev2-golden-dev/wp-content/uploads/2025/06/pq-bottom.png) no-repeat center center;
  background-size: contain;
}

.good-stuff.home-page .hero-area {
  text-align: center;
}
.good-stuff.home-page .hero-area .page-title h1 {
  color: #35c0e2;
  font-size: 18px;
  text-transform: uppercase;
}

.good-stuff.home-page .hero-area .desc {
  margin-top: 30px;
}
.good-stuff.home-page .hero-area .desc h3 {
  margin-bottom: 10px;
  font-size: 41px;
}
.good-stuff .filter-select-container {
  background: #f6f6f6;
  margin: 20px 0;
  padding: 20px 10px;
}

.good-stuff .filter-select-container h5 {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 2.2;
  text-align: center;
}
.good-stuff .filter-select-container .facetwp-facet {
  margin-bottom: 0;
}

.good-stuff.home-page .pages-container {
  margin-top: 25px;
  margin-bottom: 30px;
}

.good-stuff .ribbon {
  position: absolute;
  height: 130px;
  width: 125px;
  z-index: 10;
}

.good-stuff .ribbon.ri-thumb {
  top:0;
}

.good-stuff .ribbon.ri-hero {
  right:15px;
  height:175px;
  width:175px;
}

.good-stuff .podcast-category {
  background: url(../img/ribbon_podcast.svg) no-repeat top right;
  background-size: 100%;
  right: 0;
}
.good-stuff .video-category {
  background: url(../img/ribbon_video.svg) no-repeat top right;
  background-size: 100%;
  right: 0;
}

.good-stuff .casestudy-category {
  background: url(https://storage.googleapis.com/corpsitev2-golden-dev/wp-content/uploads/2023/03/ribbon_casestudyNEW.svg) no-repeat top right;
  background-size: 100%;
  right: 0;
}

.good-stuff.home-page .block-wrapper {
  padding: 25px 25px 0px 10px;
}

.good-stuff.home-page .block-wrapper h2 {
  font-size: 30px;
  height: 284px;
  max-height: 284px;
}

.good-stuff .facetwp-template {
  padding-top: 30px;
}

.good-stuff.home-page .facetwp-template {
  padding-top: 60px;
  border-top: 15px solid #545861;
}
.good-stuff.home-page .facetwp-template.border-hidden {
  padding-top: 0px;
  border-top: 0px;
}

/* Style shared with good-stuff subpages */
.good-stuff .filter-by {
  margin-top: 25px;
}
.good-stuff .date {
  font-weight: bolder;
  display: inline-block;
  font-size: 14px;
}

.good-stuff .custom-fields {
  list-style: none;
  display: block;
  padding-left: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}
.good-stuff .custom-fields li {
  display: inline-block;
  font-size: 14px;
  color: #707070;
  border-right: 1px solid #707070;
}

.good-stuff .custom-fields li:first-of-type {
  text-transform: uppercase;
  padding-right: 5px;
  line-height: 1.2em;
}
.good-stuff .custom-fields li:last-of-type {
  border-right: 0;
}
.good-stuff .categories-tag span {
  font-size: 13px;
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
}

.good-stuff .categories-tag a {
  font-size: 12px;
  display: inline-block;
  color: #555;
}

.good-stuff .categories-tag a:hover {
  text-decoration: underline;
}

.good-stuff .categories-tag a:after {
  content: ",";
}
.good-stuff .categories-tag a:last-of-type:after {
  content: " ";
}
.good-stuff .related-img {
  position: relative;
}

.good-stuff .related-img img {
  /* width: 100%;
  object-fit: contain; */
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

.good-stuff .fs-wrap {
  outline: none;
  width: 100%;
}

.good-stuff .fs-label-wrap {
  border-radius: 7px;
  padding: 5px;
  width: inherit;
}

.good-stuff .fs-dropdown {
  width: inherit;
  margin-top: 5px;
  box-shadow: 1px 3px 2px 2px rgb(0 0 0 / 10%);
  padding: 10px 10px 10px 0;
  border: 0;
}

.good-stuff .fs-arrow {
  right: 15px;
}

.good-stuff .fs-wrap.multiple .fs-option {
  margin: 7px 0;
}
.good-stuff .fs-wrap.multiple .fs-option-label {
  margin-left: 5px;
  font-size: 16px;
}

.good-stuff .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: #fd9e28;
}

.facetwp-selections ul {
  padding-left: 0;
}
.facetwp-selections ul li span {
  margin-left: 0;
  background: #35c0e2;
  padding: 7px 7px 7px 15px;
  color: white;
  border-radius: 30px;
  margin-right: 10px;
  font-size: 13px;
  font-weight: bolder;
}

.facetwp-selections ul .facetwp-selection-label {
  display: none;
}
.facetwp-selections li .facetwp-selection-value {
  background-image: none;
  padding-right: 5px;
  margin-bottom: 7px;
}
.facetwp-selections li .facetwp-selection-value:after {
  /*hide  default background x image*/
  background: #35c0e2 url("../img/x-close.svg") no-repeat center right;
  background-size: 15px;
  padding-right: 25px;
  line-height: 1em;
  margin-bottom: 10px;
  content: "";
}

/*********** Main Subpages ****************/
.good-stuff.subpage h3,
.good-stuff.category .archive-title {
  font-size: 34px;
  display: inline-block;
}
.good-stuff.subpage .page-block {
  margin-bottom: 35px;
}
.good-stuff.subpage .col-no-block-quote {
  margin: auto;
  width: 77%;
}
.good-stuff.subpage hr,
.good-stuff.category hr {
  border-top: 1px solid #ccc;
  margin: 5px 0 30px 0;
}
.good-stuff.subpage .featured-img {
  padding-bottom: 35px;
}
.good-stuff.subpage .featured-img img {
  width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}

.good-stuff.subpage .block-quote {
  border: 10px solid #35c0e2;
  padding: 30px 40px 20px;
  margin: 8px 0 0 35px;
  position: relative;
}
.good-stuff.subpage .block-quote img {
  position: absolute;
  left: -47px;
  top: 0;
}

.good-stuff.subpage .block-quote p {
  color: #35c0e2;
  font-size: 16px;
  font-style: italic;
  line-height: 2em;
}

.good-stuff.subpage .categories-tag {
  float: right;
  margin-bottom: 20px;
}
.good-stuff.subpage .custom-fields {
  margin-top: 0px;
}

.good-stuff.subpage .title {
  margin: 30px 0;
  font-size: 41px;
}
.good-stuff .author {
  font-size: 16px;
}

.good-stuff.subpage .content-wrapper {
  margin: 40px 0;
}

.good-stuff.subpage .content-wrapper.adjust-margin {
  margin-bottom: 120px;
}

/* You almost might like section*/

.good-stuff .sub-wrapper {
  padding: 15px 25px 25px;
  border-bottom: 1px solid #979797;
}

.good-stuff .sub-wrapper h2 {
  height: 85px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #d42b1e;
}

.good-stuff .related-post-section .categories-tag {
  float: inherit;
}

/** Contact Form Modal **/
#contact-form-link {
  color: #d42b1e !important;
}

h2#contactFormLabel {
  font-family: "MuseoSlab900", Helvetica, Verdana, sans-serif;
  line-height: 1.15;
  letter-spacing: 0pt;
  font-size:2.5em !important; 

}

/** Social Media Sharing Icons **/
.social-share-button {
  float: right;
  vertical-align: middle;
}

.social-share-button li:first-of-type {
  border-right: 3px solid #545861;
  padding: 5px 10px 5px 0;
  margin-right: 5px;
}

.social-share-button li {
  margin: 0 2px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.social-share-button a {
  display: block;
  height: 29px;
  width: 28px;
}

.share-twitter {
  background: url("../img/social_share_twitter.svg") no-repeat;
}

.share-facebook {
  background: url("../img/social_share_facebook.svg") no-repeat;
}

.share-linkedin {
  background: url("../img/social_share_linkedin.svg") no-repeat;
}
.share-email {
  background: url("../img/social_share_message.svg") no-repeat;
}

/* FacetWP Plugin Styling */

.fwpl-layout {
  grid-gap: 25px !important;
}

/***************************** Responsive **********************/

/* Mobile Screen Size*/
@media screen and (max-width: 767px) {
  .title-wrap {
    text-align: center;
  }
  .social-share-button {
    display: none;
    float: inherit;
    margin: 0;
    padding: 0;
    background: url(../img/share_this.png) no-repeat;
    width: 35px;
    height: 35px;
    border-right: none;
    background-size: 132%;
    cursor: pointer;
  }
  .social-share-button li {
    display: none;
  }
  .social-share-button li h6 {
    text-indent: -9999px;
  }
  .social-share-button.mobile-share {
    position: relative;
  }
  .social-share-button.mobile-share li {
    display: inline-block;
    position: relative;
    z-index: 99;
    top: 39px;
    background: #fff;
    padding: 7px;
    box-shadow: 1px 4px 2px rgba(0, 0, 0, 20%);
  }
  .social-share-button.mobile-share li:first-of-type {
    display: none;
  }

  .good-stuff .entry-content.container,
  .good-stuff.category .container,
  .good-stuff .related-post-section .container {
    padding: 0;
    width: inherit;
    overflow: hidden;
  }

  .good-stuff.subpage .content-wrapper.adjust-margin {
    margin-bottom: 50px;
  }

  .good-stuff .full-hr {
    display: none;
  }

  .good-stuff .date {
    font-size: 12px;
  }
  .good-stuff .author {
    font-size: 14px;
  }
  .good-stuff .custom-fields {
    font-size: 12px;
  }

  .good-stuff.home-page .hero-area .page-title h3 {
    font-size: 16px;
    background-size: 15%;
    padding-top: 22%;
  }

  .good-stuff.home-page .hero-area .desc h2 {
    font-size: 36px;
  }

  .good-stuff.home-page .hero-area .desc {
    font-size: 14px;
  }

  .filter-select-container {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  .good-stuff.home-page .facetwp-template {
    border-top: 0;
    padding-top: inherit;
  }

  .good-stuff .filter-select-container h5 {
    margin-bottom: 10px;
    text-align: left;
  }

  .good-stuff .filter-select-container .filter-select:nth-child(2) {
    margin-bottom: 10px;
  }

  .good-stuff.home-page .left-col {
    width: inherit;
    margin-right: 0;
  }
  .good-stuff.home-page .right-col {
    width: inherit;
  }

  .good-stuff.home-page .main-block {
    background-color: inherit;
  }

  .good-stuff.home-page .right-col.main-block h2,
  .good-stuff.home-page .left-col.main-block h2 {
    height: inherit;
  }

  .good-stuff.home-page .main-block img {
    height: inherit;
    border-bottom: 0;
  }
  .good-stuff.home-page .block-wrapper {
    height: inherit;
    max-height: inherit;
    width: 100%;
  }

  .good-stuff.home-page .pages-container .home-featured-img {
    width: 100%;
  }

  .good-stuff.home-page .hero-area .desc p {
    font-size: 14px;
    padding: 0 15px;
  }

  .good-stuff.home-page .left-col.main-block h2,
  .good-stuff.home-page .right-col.main-block h2 {
    font-size: 32px;
  }

  .good-stuff.home-page .right-col.main-block {
    border-top: 1px solid #979797;
  }

  .good-stuff.home-page .block-wrapper {
    padding: 20px 25px 20px 40px;
    height: inherit;
  }

  .good-stuff.home-page .has-podcast-category {
    background-size: 60%;
  }

  .good-stuff.subpage h2,
  .good-stuff.category .archive-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
  .good-stuff.subpage .full-hr {
    display: none;
  }
  .good-stuff.subpage .title {
    font-size: 32px;
  }

  .good-stuff .fs-dropdown {
    width: 92%;
  }
  .good-stuff .facetwp-selections ul {
    margin-left: 25px;
  }
  .good-stuff .filter-adj {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 15px;
  }

  .mobile-row-reverse {
    /*Shift left column below right column on mobile*/
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 45px;
  }

  .good-stuff.subpage .page-block {
    padding: 0 35px !important;
    margin-bottom: initial;
  }
  .good-stuff.subpage .col-no-block-quote {
    width: 100%;
  }

  .good-stuff .sub-wrapper {
    padding-bottom: 0;
    border-bottom: none;
  }
  .good-stuff .sub-wrapper h2,
  .good-stuff.home-page .block-wrapper h2 {
    height: inherit;
    font-size: 32px;
  }
  .filter-adj .facetwp-facet {
    margin-bottom: 20px;
  }

  .good-stuff.subpage .categories-tag {
    float: inherit;
  }

  .good-stuff .related-post-section.inset h3 {
    text-align:center;
    font-size:28px;
    display:block;
  }

  .good-stuff .related-post-section.inset h2 {
    text-align:left;
    color:#d42b1e;
  }

  .good-stuff .related-post-section.inset h2:hover:visited {
    color:#35c0e2;
  }
}

/* Ipad Screen Size*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}
