/* Custom copyright */
.site-copyright {
	display: none;}
.site-info::before {
  content: "\00A9  Bounty Banker™ and Get Paid for Who You Know™ are registered trademarks of Up-Set, LLC";
  display: block;
	color: black;
	font-size: 1.2em;
}

/* Make Home Page Header Same as Other Pages | #22951381-hc KEF */
.fullscreen-header, .fullscreen-header .hentry  {
    min-height:35em;
}

/* Hide Skip liink on home page | #22951381-hc KEF */
button#featured-content-skip {
    display:none;
}

/* Reduce Padding on Home Page | #22951381-hc KEF */
@media (min-width: 500px){
.sm\:th-py-xl {
    padding-top: 60px;
}
}

/* hide titles for protected pages */
.post-id-312, h1.entry-title.th-text-3xl.th-max-w-md {
    display: none;
}

/* reduce padding | #22986058-hc ls*/

.sm\:th-py-xl {
    padding-bottom: 0px;
}

/*Reduce padding between homepage header and first block */
.home .sm\:th-py-xl {
  padding-top: 35px;
}

/*remove margin below layout-grid cover blocks on home */
.home .wp-block-jetpack-layout-grid .wp-block-cover {
  margin-bottom: 0;
}

/*Reduce margin below page headers*/
.singular-page-header {
  margin-bottom: 0;
}

/* hide first text in password protect form | #3188171-hc eD */
.post-password-form p:first-of-type {
    visibility: hidden;
}

/* Remove the image overlay in the Venture theme / #23054034-HC JB */

.overlay {
    visibility: hidden;
}

/*  change menu background on scroll | 23150386-hc */
#masthead.scroll-header {
  color: #351c75;
  background: #fff;
}
 
/*  change menu text color on scroll | 23150386-hc */
#masthead.scroll-header a {
  color: #351c75;
}
 
/*  change menu background on mobile | 23150386-hc */
@media only screen and (max-width: 768px) {
  #masthead.header-loaded {
      background: #fff;
      color: #351c75;
  }
}

/* change menu text color  | 23150386-hc */
.site-header, .site-header a {
	color: #351c75;
}

/*  change header position | 3206161-zd bk */
@media (max-width: 500px) {
  .fullscreen-header .th-featured-image {
    object-position: 75% 50%;
  }
}

/*  change header image position | 23296256-zd DZ */
@media (max-width: 500px) {
  #primary-header .th-featured-image {
    object-position: 75% 50%;
  }
}

/* change position of featured images on desktop | KW-23296846-hc */
@media screen and (min-width: 1200px){
    #primary-header .th-featured-image {
        object-position: 75% 35%;
    }
}