.post-navigation .nav-links { visibility: hidden; }
#wpadminbar { display: none; }
/* Change pre code background color */ pre:before { background-color: transparent; }

* Hide CSS content from preformatted block / -zen JAR */
pre.wp-block-preformatted::before  {
    content: "";
}


/* adjust background image on post-8670 on mobile | 30766047-hc EH */
@media only screen and (max-width: 960px) {
    .post-8670 .entry-media-thumb {
        background-size: 500px;
        background-position: 50% 22%;
    }
}

.wp-block-video iframe {
    border: none;

/* adjust background image on post-8757 on mobile | 30766047-hc EH */
@media only screen and (max-width: 960px) {
    .post-8757 .entry-media-thumb {
        background-size: 500px;
        background-position: 50% 22%;
    }
}

/* Vimeo Embed  | 5220493-hc RW */
.embed-vimeo iframe {
    height: 400px !important;
    margin-bottom: 0px !important;
}

/* adjust background image on post-8797 on mobile | 30766047-hc EH */
@media only screen and (max-width: 960px) {
    .post-8797 .entry-media-thumb {
        background-size: 500px;
        background-position: 50% 22%;
    }
}

/* Post Featured Image Size on Mobile | 30846227-hc (KK) */
@media only screen and (max-width: 680px) {
  .posts .hentry .entry-media-thumb {
  	background-size: contain;
  	background-repeat: no-repeat;
  }
}
.posts, .posts .entry-media, .comments-area-wrapper {
    background-color: #ffffff;
}
/* Remove white lines in page title home  / 26104220-hc wh */
@media only screen and (min-width: 960px) {
  .site-banner-header:before, .site-banner-header:after {
    border-top:0px solid rgba(255,255,255,0);
  }
}

/* Remove page title home on desktop  / 26104220-hc rw */
@media only screen and (min-width: 960px) {
.home h1.entry-title {
	font-family: 'Abril Fatface';
		font-style: normal;
	font-size: 6.0rem;
  font-weight: 500;
	margin-top: 0px;
}
	
.wf-active .site-title {
	margin-top: -15px;		
}
	
.site-banner-header:before {
	content: "Real-life films for a positive social impact";
	margin-top: 180px;
  text-align: center;
	left: 0;
	width: 100%;
	font-size:3.5rem;
  font-weight: 300;
  letter-spacing: 0;
}
}

@media only screen and (min-width: 960px) {
.banner-custom-header .site-banner-header h1:before {
    background-color: #ffffff;
    height: 2px;
    margin-top: 150px;
}
}
	
.site-branding .custom-logo-link img {
	padding-left: 45px;
}
	
.site-banner-media {
	background-color: black;
  opacity: 0.3;	
}
	
.banner-custom-header .site-banner-header h1:before {
	background-color: #ffffff;
	height: 2px;
}

.site-header {
	padding: 0px 48px;
	padding-bottom: 10px;
}
	
.site-banner-header {
  bottom: 25rem;
}
/* Global: Remove the font flash | 26104220-hc | lm */
.wf-loading body{
    visibility: hidden;
}
/* Post ID 7631: adjust positioning of featured image on mobile devices | #26107114-hc eD */
@media screen and (max-width: 960px) {
	.postid-7631.is-singular .entry-media-thumb{
		background-position: bottom;
	}
}

@media only screen and (max-width: 680px) {
	.home h1.entry-title {
	font-family: 'Abril Fatface';
	font-size: 2.2rem;
}
	
.site-banner-header {
    bottom: 10rem;
}

.site-banner-header:before {
	margin-top: 0px;
  text-align: center;
	left: 0;
	width: 100%;
	font-size:3.5rem;
  font-weight: 300;
  letter-spacing: 0;
}

.site-branding .custom-logo-link + .site-title {
	margin-top: -1rem;
}
	
.banner-custom-header .site-banner-header h1:before {
		background-color: #e1d4f600;
				content: "Real-life films \A for a positive social impact";
		font-family: "Open Sans",sans-serif;
	white-space: pre-wrap;
	font-size: 1.7rem;
	margin-top: 50px;
	}
	
	.site-branding .custom-logo-link img {
    padding-left: 0px;
}
	
	.site-banner h1 {
    margin: 0;
	}
	
	.banner-custom-header .site-banner-header h1:before {
    left: 11%;
    width: 100%;
}
	
  .posts #post-7631 .entry-media-thumb {
    background-image: none !important;
	}

  .posts #post-7631 .entry-media {
    background-position: bottom;
    background-image: url(https://i1.wp.com/souldefinition.net/wp-content/uploads/2020/12/A-Bold-Peace-comp-9.jpeg?resize=630%2C634&ssl=1) !important;
  }
}