/*
Theme Name: Mikestyle for The Green Interview
Author: Mike Targett
Description: Conversations with the thinkers, writers and observers whose ideas and work are leading the way to a new era of sustainability
Version: 1.0
*/

/*------------------------------------*\
	NORMALIZE
\*------------------------------------*/

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	clear: both;
}

/*------------------------------------*\
	BODY
\*------------------------------------*/

body,
input,
select,
textarea {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	font-weight: 300;
	color: #3e3e3e;
}

body {
	background-color: #fff;
    color: #001d06;
}

.container {
 padding-right: 15px;
 padding-left: 15px;
 margin-right: auto;
 margin-left: auto;
}
@media (min-width: 768px) {
 .container {
   width: 750px;
 }
}
@media (min-width: 992px) {
 .container {
   width: 970px;
 }
}
@media (min-width: 1200px) {
 .container {
   width: 1170px;
 }
}

/*------------------------------------*\
	LINKS
\*------------------------------------*/

a {
	color: #009320;
	text-decoration: none;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}

a:hover {
	color: #001d06;
}

a:focus,
input[type="search"]:focus,
select:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*------------------------------------*\
	BUTTON
\*------------------------------------*/

input[type="submit"],
.button {
    position: relative;
    z-index: 9999;
    display: inline-block;
    overflow: hidden;
	padding: 0 16px;
	padding: 0 1rem;
    background-color: #009320;
    border: 0;
    border-radius: 1px;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 44px;
    line-height: 2.75rem;
	font-weight: 900;
    text-align: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

input[type="submit"]:hover,
.button:hover {
	background-color: #5aa841;
	color: #fff;
}

/*------------------------------------*\
	TITLES
\*------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	line-height: 1.125;
	font-weight: 900;
	text-transform: uppercase;
	color: #001d06;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 28px;
	margin-bottom: 1.75rem;
}

.title {
	text-transform: none;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: #001d06;
}

h1 {
	font-size: 32px;
    font-size: 2rem;
}

h2 {
	font-size: 28px;
	font-size: 1.75rem;
}

h3 {
	font-size: 18px;
	font-size: 1.125rem;
}

h4 {
	font-size: 16px;
	font-size: 1rem;
}

h5 {
	font-size: 14px;
	font-size: 0.875rem;
}

h6 {
	font-size: 12px;
	font-size: 0.75rem;
}

	@media only screen and (min-width: 48rem) {

		h1 {
			font-size: 44px;
			font-size: 2.75rem;
		}

		h2 {
			font-size: 36px;
			font-size: 2.25rem;
		}

		h3 {
			font-size: 22px;
			font-size: 1.375rem;
		}

		h4 {
			font-size: 18px;
			font-size: 1.125rem;
		}

		h5 {
			font-size: 14px;
			font-size: 0.875rem;
		}

		h6 {
			font-size: 12px;
			font-size: 0.75rem;
		}

	}

/*------------------------------------*\
	LISTS
\*------------------------------------*/

ul,
ol {
	list-style: none;
	margin-left: 48px;
	margin-left: 3rem;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-top: 8px;
	margin-top: .5rem;
}

li {
	margin: 0;
	padding: 0;
}

/*------------------------------------*\
	VARIOUS
\*------------------------------------*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

hr {
	clear: both;
	height: 1px;
	margin: 48px 0;
	margin: 3em 0;
	border: 0;
	background: #001d06;
}

em,
i {
	font-style: italic;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

big {
	font-size: 125%;
}

del {
	opacity: 0.5;
	text-decoration: line-through;
}

ins {
  	background: #ffc;
}

pre {
	max-width: 100%;
	overflow: auto;
	padding: 6px 8px 4px;
	padding: 0.375rem 0.5rem 0.25rem;
	border: 1px solid #a79c93;
	border-radius: 2px;
	background-color: #f2f5f8;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	text-transform: uppercase;
	color: #a79c93;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr,
acronym {
	border-bottom: 1px dotted #001d06;
	text-decoration: none;
	cursor: help;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 0 1.5em;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 0 1.5em;
}

/*------------------------------------*\
	TABLES
\*------------------------------------*/

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	table-layout: fixed;
	width: 100%;
	margin: 0 0 1.5em;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	padding: 0.4375em;
	border-width: 0 1px 1px 0;
	font-weight: normal;
	text-align: left;
}

th {
	font-weight: 600;
	text-transform: uppercase;
}

/*------------------------------------*\
	BLOCKQUOTE
\*------------------------------------*/

blockquote {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
}

	@media only screen and (min-width: 48rem) {

		blockquote {
			display: flex;
			flex-flow: row nowrap;
		}

	}

blockquote:before,
blockquote:after {
	position: relative;
	left: 32px;
	left: 2rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #89d600;
	font-size: 4rem;
}

blockquote:before {
	content: "\f10d";
}

	@media only screen and (min-width: 48rem) {

		blockquote:after {
			content: "\f10e";
		}

		blockquote:before,
		blockquote:after {
			left: 0;
		}

	}

blockquote p {
	padding: 0 36px;
	padding: 0 2.25rem;
}

.entry-content blockquote p {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 30px;
	line-height: 1.875rem;
	font-weight: 400;
	color: #001d06;
}

blockquote cite {
	color: #999999;
	display: block;
}

blockquote cite:before {
	content: "\2014 \2009";
}

/*------------------------------------*\
	IMAGES
\*------------------------------------*/

img {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0 none;
	line-height: 1;
}

/*------------------------------------*\
	CAPTIONS
\*------------------------------------*/

.wp-caption {
	max-width: 96%;
	padding: 8px 0;
	padding: 0.5rem 0;
	background: #fff;
	text-align: center;
}

img.aligncenter {
	margin: 0 auto 32px;
	margin: 0 auto 2rem;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 2rem 2rem;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 2rem 2rem 0;
}

.entry-content p.wp-caption-text {
	margin: 0;
	padding: 4px 0;
	padding: 0.25rem 0;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.25;
}

/*------------------------------------*\
	LAYOUT
\*------------------------------------*/

header,
footer {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	margin: 0 auto;
}

/*------------------------------------*\
	HEADER
\*------------------------------------*/

header {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 24px;
	padding: 0 1.5rem;
	background-color: #001d06;
}

/*------------------------------------*\
	LOGO
\*------------------------------------*/

.logo {
	position: relative;
	top: 10px;
	top: 0.625rem;
	z-index: 99;
}

.logo a {
	display: block;
    position: relative;
    padding: 14px 22px 18px 24px;
    padding: 0.875rem 1.375rem 1.125rem 1.5rem;
    background-color: #009320;
	border-radius: 1px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 0.925;
    font-weight: 900;
    text-transform: lowercase;
    text-align: left;
    color: #fff;
}

	@media only screen and (min-width: 48rem) {

		.logo {
			position: absolute;
		}

		.logo a {
			font-size: 32px;
    		font-size: 2rem;
		}

	}

.logo a span {
	color: #89d600;
	margin: 0 2px;
	margin: 0 0.125rem;
}

.logo a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -24px;
	left: 18px;
	width: 0;
	border-style: solid;
	border-width: 24px 0 0 24px;
	border-color: #009320 transparent;
}

/*------------------------------------*\
	MENU
\*------------------------------------*/

@media only screen and (max-width: 47.9375rem) {

	.button.nav:after {
		content: '\f0c9';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		margin: 0 2px;
		margin: 0 0.125rem;
	}

	.button.nav {
		background: transparent;
		border: solid 2px;
		text-transform: uppercase;
	}

	.button.nav:hover {
		background: transparent;
	}

	nav {
		display: none;
		position: absolute;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		padding: 24px 0;
		padding: 1.5rem 0;
		background-color: #001d06;
		text-align: center;
	}

	nav.show-nav {
		display: block;
	}

	.show-nav ~ .button.nav:after {
		content: '\f00d';
	}

	.show-nav ~ .button.nav span {
		display: none;
	}

}

	@media only screen and (min-width: 48rem) {

		.button.nav {
			display: none;
		}

		nav {
			display: flex;
		    flex-flow: row nowrap;
			justify-content: flex-end;
		    align-items: center;
			width: 100%;
			padding: 10px 0;
			padding: 0.625rem 0;
		}

		nav > div {
			display: flex;
			flex-flow: row nowrap;
			align-items: center;
		}

		nav a {
			display: inline-block;
		}

		.main-menu {
			margin: 0 8px;
			margin: 0 0.5rem;
			padding: 0 4px;
			padding: 0 0.25rem;
			border-right: solid 1px #fff;
		}

	}

nav a {
	position: relative;
	display: block;
	padding: 0 8px;
	padding: 0 0.5rem;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 44px;
	line-height: 2.75rem;
	font-weight: 900;
	color: #fff;
	text-decoration: none;
}

nav a:hover {
	color: #fff;
}

.fa-user {
	padding: 4px;
	padding: 0.25rem;
    border: solid 3px #89d600;
    border-radius: 50%;
    font-size: 16px;
	font-size: 1rem;
	color: #89d600;
}

nav a.main-search-button {
	padding: 0;
}

.main-menu .fa-search {
	position: relative;
	display: inline-block;
	padding: 0 12px;
	padding: 0 0.75rem;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 44px;
	line-height: 2.75rem;
	font-weight: 900;
	color: #fff;
	text-align: center;
}

#main-search {
	position: relative;
	display: inline-block;
	width: 0 !important;
	margin: 0;
	padding: 0;
	background-image: linear-gradient(to right, #89d600 75%, transparent 75%);
	background-position: 0 2.25em;
	background-repeat: repeat-x;
	background-size: 1px 2px;
	-webkit-transition: .3s;
	   -moz-transition: .3s;
	     -o-transition: .3s;
	        transition: .3s;
}

#main-search.show-search {
	width: 160px !important;
  	margin-right: 16px;
	margin-right: 1rem;
}

.main-menu input[type="search"] {
	width: 100%;
	height: auto;
	margin: 0;
	background-color: transparent;
	background-image: none;
	border: none;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
	text-indent: 0;
    color: inherit;
}

/*------------------------------------*\
	PAGE-HEADER
\*------------------------------------*/

.page-header {
	position: relative;
	width: 100%;
	padding: 40px 16px 24px;
	padding: 2.5rem 1rem 1.5rem;
	text-align: center;
	-webkit-box-shadow: 0 4px 4px -2px #e0e0e0;
	   -moz-box-shadow: 0 4px 4px -2px #e0e0e0;
	        box-shadow: 0 4px 4px -2px #e0e0e0;
}

.page-header p {
	max-width: 896px;
	max-width: 56rem;
	margin: 0 auto 16px;
	margin: 0 auto 1rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	font-weight: 400;
}

	.page-header .bull {
		color: #89d600;
    	animation-name: pulse;
		animation-duration: 0.8s;
		animation-direction: alternate;
		animation-iteration-count: infinite;
	}

		@keyframes pulse {
			0% {
				opacity: 0;
			}
			100% {
				opacity: 1;
			}
		}

/*------------------------------------*\
	SORT FILTERS
\*------------------------------------*/

.sort-filters {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	clear: both;
	width: 100%;
	max-width: 1020px;
	max-width: 63.75rem;
	margin: 0 auto;
	padding-top: 12px;
	padding-top: 0.75rem;
}

	@media only screen and (min-width: 48rem) {

		.sort-filters {
			width: 85%:
		}

	}

.menu-sort {
	position: relative;
	z-index: 0;
	width: 100%;
	overflow: hidden;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	background-image: linear-gradient(#ffffff, #f8f8f8);
	border: 1px solid #ccc;
	border-radius: 5px;
}

	@media only screen and (min-width: 48rem) {

		.menu-sort {
			width: 23%;
		}

	}

.sort-filters input[type="search"],
.sort-filters select {
	height: 42px;
	height: 2.625rem;
	background-color: transparent;
	background-image: none;
	border: none;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
	font-weight: 300;
	color: #3e3e3e;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}

.sort-filters select {
	width: calc(100% + 20px);
	text-indent: 8px;
	text-indent: 0.5rem;
}

	.menu-sort:hover {
		border-color: #aaa;
	}

.fa-chevron-down {
	position: absolute;
	z-index: -1;
    top: 5px;
    top: 0.3125rem;
    right: 0;
    padding: 8px 16px;
	padding: 0.5rem 1rem;
    border-left: solid 1px #ccc;
    color: #aaa;
}

.main .sort-filters {
	display: none;
}

	@media only screen and (min-width: 48rem) {

		.main .sort-filters {
			display: flex;
		}

	}

.main > h1 {
	display: none;
}

/*------------------------------------*\
	SEARCH
\*------------------------------------*/

.sort-filters input[type="search"] {
	width: 100%;
	margin: 0;
	padding: 0 6px 0 36px;
	padding: 0 0.375em 0 2.25rem;
	background-color: #fff;
	background-image: none;
	text-indent: 0;
}

.sort-filters .fa-search {
	position: absolute;
	top: 14px;
	top: 0.875rem;
	left: 12px;
	left: 0.75rem;
	width: 16px;
	width: 1rem;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
	font-weight: 900;
	color: #888;
	text-align: center;
}

.sort-filters input[type="search"]:focus ~ .fa-search {
	color: #3e3e3e;
}

.search-results .video-info h2 {
	margin-bottom: 11px;
}

.search-results .entry-content p {
	margin: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
}

.highlighter {
	background: #ffc;
    font-weight: bold;
	color: #001d06;
}

.reverse-highlighter {
	background: #001d06;
    font-weight: 700;
	color: #fff;
}

span.reverse-highlighter {
	padding: 8px;
	padding: 0.5rem;
}

/*------------------------------------*\
	PLACEHOLDER
\*------------------------------------*/

::-webkit-input-placeholder {
	color: #888;
	font-family: 'Merriweather Sans', sans-serif;
}

:-moz-placeholder {
	color: #888;
	font-family: 'Merriweather Sans', sans-serif;
}

::-moz-placeholder {
	color: #888;
	font-family: 'Merriweather Sans', sans-serif;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #888;
	font-family: 'Merriweather Sans', sans-serif;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.3s ease;
    opacity: 0;
}

[placeholder]:focus::-moz-placeholder {
    transition: opacity 0.3s ease;
    opacity: 0;
}

[placeholder]:focus::-ms-input-placeholder {
    transition: opacity 0.3s ease;
    opacity: 0;
}

/*------------------------------------*\
	MAIN
\*------------------------------------*/

.main {
	width: 100%;
	padding: 16px;
	padding: 1rem;
	background-color: #f5f5f5;
}

	@media only screen and (min-width: 48rem) {

		.main {
			padding: 24px;
			padding: 1.5rem;
		}

	}

.main.grey-bg {
	background-color: #fff;
}

	@media only screen and (min-width: 48rem) {

		.page-wrapper {
			width: 80%;
			max-width: 1200px;
			max-width: 75rem;
			margin: 0 auto;
		}

	}

/*------------------------------------*\
	META TAG
\*------------------------------------*/

.meta-tag h5 {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	line-height: 1;
	text-transform: capitalize;
	color: #fff;
}

.meta-tag h5 > span {
	padding: 14px;
	padding: 0.875rem;
}

.meta-tag span:nth-child(1) {
	background-color: #009320;
}

.meta-tag span:nth-child(2) {
	width: auto;
	background: #001d06;
}

/*------------------------------------*\
	ARTICLE
\*------------------------------------*/

article {
	width: 100%;
	margin: 0 auto;
}

/*------------------------------------*\
	ENTRY
\*------------------------------------*/

.entry {
	display: block;
	width: 100%;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	background-color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 10px 1px #d1d1d1;
	   -moz-box-shadow: 0px 1px 10px 1px #d1d1d1;
	        box-shadow: 0px 1px 10px 1px #d1d1d1;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}

	@media only screen and (min-width: 48rem)  {

		.entry {
			display: flex;
			flex-flow: row nowrap;
			width: 100%;
		}

	}

	@media only screen and (min-width: 40rem)  {

		.archive .entry {
			display: flex;
			flex-flow: row nowrap;
			width: 100%;
			min-height: 131px;
		}

	}

.related .entry {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	min-height: 131px;
}

/*------------------------------------*\
	VIDEO
\*------------------------------------*/

.video-container {
	display: block;
	position: relative;
	width: 100%;
	background-color: black;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.video-container img {
	max-height: 200px;
	object-fit: cover;
}

	@media only screen and (max-width: 39.9375rem) {

		.related .video-container {
			width: 33%;
		}

	}

	@media only screen and (min-width: 40rem)  {

		.archive .video-container,
		.related .video-container {
			width: 33%;
		}

		.team .video-container {
			width: 50%;
		}

		.archive .video-container img {
			display: none;
		}

	}

	@media only screen and (min-width: 48rem)  {

		.video-container {
			width: 50%;
		}

	}

	@media only screen and (min-width: 1400px)  {

		.team .video-container {
			width: 25%;
		}

	}

	.team .video-container {
		background-position: right;
	}

	.video-container > a {
		/*display: flex;
		align-items: stretch;
		width: 100%;
		height: 100%;*/
	}

		.archive .video-container,
		.related .video-container {
			-webkit-filter: grayscale(75%);
					filter: grayscale(75%);
			-webkit-transition: 0.3s;
	   		   -moz-transition: 0.3s;
	    		 -o-transition: 0.3s;
	    		    transition: 0.3s;
		}

		.archive .entry:hover .video-container,
		.related .entry:hover .video-container {
			-webkit-filter: grayscale(0%);
			filter: grayscale(0%);
		}

	.fa-play {
		position: absolute;
		z-index: 99999;
		bottom: 10px;
		bottom: 0.625rem;
		left: 10px;
		left: 0.625rem;
		padding: 8px 19px;
		padding: 0.5rem 1.1875rem;
		background: #001d06;
		border-radius: 3px;
		color: #fff;
		-webkit-transition: 0.3s;
		   -moz-transition: 0.3s;
		     -o-transition: 0.3s;
		        transition: 0.3s;
	}

		article:hover .fa-play {
			background: #009320;
			color: #fff;
		}

	.embed-container {
		position: relative;
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	}

	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/*------------------------------------*\
	INFO
\*------------------------------------*/

.video-info {
	display: block;
	width: 100%;
	padding: 24px 16px;
	padding: 1.5rem 1rem;
	text-align: left;
}

	@media only screen and (min-width: 48rem) {

		.video-info {
			display: flex;
			flex-direction: column;
			width: 50%;
		}

	}

	@media only screen and (min-width: 40rem) {

		.archive .video-info {
			width: 67%;
		}

	}

.related .video-info {
	width: 67%;
}

.firstname {
	display: block;
	font-size: 70%;
	font-weight: 300;
	text-transform: none;
}

.meta {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	font-weight: 400;
}

@media screen and (max-width: 575px) {
	.meta {
		margin-bottom: 8px;
	}
}

.meta-label {
	margin-right: 4px;
	margin-right: 0.25rem;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #001d06;
}

.entry-date {
	padding-top: 12px;
	padding-top: 0.75rem;
    border-top: 1px solid #ddd;
	color: #999;
}

/*------------------------------------*\
	TAGGED
\*------------------------------------*/

.tagged a {
	text-transform: capitalize;
}

.tagged a:hover {
	text-decoration: underline;
}

.tagged a:after {
	content: ', ';
}

.tagged a:last-child:after {
	content: '';
}

/*------------------------------------*\
	DOWNLOADS
\*------------------------------------*/

.downloads {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 8px 0 0;
	padding: 0.5rem 0 0;
}

	@media only screen and (min-width: 30rem) and (max-width: 75rem) {

		.downloads {
			flex-direction: row;
			justify-content: flex-start;
		}

	}

.downloads li {
	margin: 0 16px 0 0;
	margin: 0 1rem 0 0;
	padding: 0;
}

.downloads a {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding-top: 8px;
	padding-top: 0.5rem;
}

.downloads i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
	border: solid 1px #009320;
	border-radius: 100%;
	font-size: 16px;
	font-size: 1rem;
	color: #009320;
}

.downloads span {
	margin: 0 6px;
	margin: 0.375rem;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
}

.downloads a,
.downloads i,
.downloads div {
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}

.downloads a:hover {
	color: #009320;
}

.downloads a:hover i {
	background-color: #009320;
	border-color: #009320;
	color: #fff;
}

/*------------------------------------*\
	FLEX-WRAPPER
\*------------------------------------*/

.single .entry-content {
	width: auto;
	margin: 0 -16px 48px;
    margin: 0 -1rem 3rem;
    padding: 32px 16px 10px;
    padding: 2rem 1rem 0.625rem;
	background: #fff;
}

	@media only screen and (min-width: 48rem) {

		.flex-wrapper {
			display: flex;
			flex-flow: row nowrap;
		}

		.single .entry-content {
			width: calc(65% + 24px);
			width: calc(65% + 1.5rem);
			margin: 0 24px 48px -24px;
			margin: 0 1.5rem 3rem -1.5rem;
			padding: 32px 24px 10px;
			padding: 2rem 1.5rem 0.625rem;
			-webkit-box-shadow: 0px 1px 10px 1px #d1d1d1;
		   	   -moz-box-shadow: 0px 1px 10px 1px #d1d1d1;
				    box-shadow: 0px 1px 10px 1px #d1d1d1;
		}

		.sidebar-single {
			width: 35%;
		}

	}

.sidebar-single .video-info {
	padding: 16px 12px;
	padding: 1rem 0.75rem;
}

.related h6 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.navigation a {
	margin-left: 12px;
	margin-left: 0.75rem;
	white-space: nowrap;
}

.navigation a:before,
.navigation a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin: 0 2px;
	margin: 0 0.125rem;
}

.previous-post a:before {
	content: '\f104';
}

.next-post a:after {
	content: '\f105';
}

/*------------------------------------*\
	ENTRY-CONTENT
\*------------------------------------*/

.entry-content p {
	text-align: left;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}

.entry-content p,
.entry-content ul {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

.entry-content li {

}

.entry-excerpt p,
.page.about .entry-content p:first-of-type,
.single-memberpressproduct .entry-content p:first-of-type {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	font-size: 21px;
    font-size: 1.3125rem;
    line-height: 32px;
    line-height: 2rem;
    font-weight: 400;
}

section.contact {
	padding: 24px 0;
    padding: 1.5rem 0;
    border-top: solid 1px #ddd;
}

section.contact h6 {
	margin-bottom: 2px;
	margin-bottom: 0.125rem;
}

section.contact p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.entry-content a {
	color: #001d06;
	text-decoration: underline;
}

.entry-content a:hover {
	color: #009320;
}

.entry-content img {

}

.entry-content .meta a {
	color: #009320;
	text-decoration: none;
	text-transform: capitalize;
}

/*------------------------------------*\
	SIDEBAR
\*------------------------------------*/

.sidebar {
	display: none;
	width: 15%;
	padding-right: 12px;
	padding-right: 0.75rem;
}

.widget {
	margin-bottom: 36px;
	margin-bottom: 2.25rem;
}

.widget.menu-sort {
	width: calc( 100% - 12px );
	width: calc( 100% - 0.75rem );
}

.widget.sort-search {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

/*------------------------------------*\
	TAG CLOUD
\*------------------------------------*/

.tagcloud {

}

.tagcloud a {
	display: block;
	margin-block-end: 6px;
	margin-bottom: 0.375rem;
	padding: 6px;
	padding: 0.375rem;
	border: solid 1px transparent;
	border-radius: 2px;
	color: #444;
	text-align: center;
	text-transform: capitalize;
}

.tagcloud a:hover {
	transform: translateY(-1px);
}

.tagcloud a:last-child {

}

.tagcloud.topics a {
	background-color: #ececec;
}

.tagcloud.topics a:hover {
	background-color: #e1e1e1;
	-webkit-box-shadow: 0px 1px 1px 0px #bababa;
	   -moz-box-shadow: 0px 1px 1px 0px #bababa;
	        box-shadow: 0px 1px 1px 0px #bababa;
}

.tagcloud.locations a {
	background-color: #dcdcdc;
}

.tagcloud.locations a:hover {
	background-color: #ccc;
	-webkit-box-shadow: 0px 1px 1px 0px #aaaaaa;
	   -moz-box-shadow: 0px 1px 1px 0px #aaaaaa;
	        box-shadow: 0px 1px 1px 0px #aaaaaa;
}

.tagcloud a:active {
	background-color: #009320;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/

footer {
	padding: 28px 48px;
	padding: 1.75rem 3rem;
	background-color: #001d06;
	font-size: 14px;
	font-size: 0.875rem;
	color: #666;
}

.slogan {
	text-align: center;
}

/*------------------------------------*\
	TILES
\*------------------------------------*/

@media only screen and (max-width: 1250px) {

	.tile:nth-child(2),
	.tile:nth-child(4),
	.tile:nth-child(6),
	.tile:nth-child(7),
	.tile:nth-child(9),
	.tile:nth-child(11) {
		display: none;
	}

	.tile {
		width: calc(33% - 1.5rem) !important;
	}

}

.featured-tiles {
	display: none;
	padding: 24px 0 16px;
	padding: 3rem 0 1rem;
}

.featured-tiles .video-container {
	background: none;
	height: 100%;
}

.featured-tiles .video-container img {
	/* height: 200px; */
	display: block !important;
	max-height: 200px !important;
}

	@media only screen and (min-width: 48rem) {

		.featured-tiles {
			display: flex;
			flex-flow: row wrap;
			width: 100%;
		}

	}

.tile {
	position: relative;
	display: inline-block;
	margin: 0 12px 25px;
	margin: 0 0.75rem 1.5rem;
	padding: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 10px 1px #d1d1d1;
	   -moz-box-shadow: 0px 1px 10px 1px #d1d1d1;
	        box-shadow: 0px 1px 10px 1px #d1d1d1;
	-webkit-filter: grayscale(75%);
			filter: grayscale(75%);
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}

	.tile:hover {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}

	.tile .fa-play {
		display: none;
	}

.tile .video-container {
	width: 100%;
    min-height: auto;
    display: flex;
}

.tile .video-info {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 999;
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
	background-color: rgba(0, 0, 0, 0.8);
}

	.tile:hover .video-info {
		display: block;
	}

.tile h2 {
	margin-bottom: 0;
	font-size: 18px;
	font-size: 1.125rem;
	color: #fff;
}

.tile .firstname {
	font-size: 90%;
}

.tile {
	width: calc(13.33% - 1.5rem);
}

.tile:nth-child(1),
.tile:nth-child(3),
.tile:nth-child(5),
.tile:nth-child(8),
.tile:nth-child(10),
.tile:nth-child(12) {
	width: calc(20% - 1.5rem);
}

.tile:nth-child(2) .video-container img,
.tile:nth-child(4) .video-container img,
.tile:nth-child(6) .video-container img,
.tile:nth-child(7) .video-container img,
.tile:nth-child(9) .video-container img,
.tile:nth-child(11) .video-container img {
	display: none;
}

/*------------------------------------*\
	SHARING
\*------------------------------------*/

div.sharedaddy {
	margin-bottom: 32px !important;
	margin-bottom: 2rem !important;
}

/*------------------------------------*\
	SITEMAP
\*------------------------------------*/

.sitemap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 16px 0 48px;
	padding: 1rem 0 3rem;
}

.sitemap > div {
	padding: 0 24px 48px 0;
	padding: 0 1.5rem 3rem 0;
}

.sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sitemap li {
	margin: 0;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
	font-size: 13px;
	font-size: 0.8125rem;
}

.sitemap a {
	font-size: 16px;
	font-size: 1rem;
}

/*------------------------------------*\
	MEMBER & LOGIN
\*------------------------------------*/

.login .entry-content {
	max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.single-memberpressproduct .entry-content,
.single-memberpressgroup .entry-content,
.account .entry-content {
	width: 100%;
	max-width: 1200px;
    max-width: 75rem;
	margin: 0 auto 48px;
	margin: 0 auto 3rem;
	background: transparent;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.mepr-price-menu.custom {
	margin: -32px -24px 0;
	margin: -2rem -1.5rem 0;
}

.mepr-price-boxes {
	display: flex;
	flex-flow: row wrap;
}

.mepr-price-box,
.mepr-signup-form,
.mepr-account-form,
.mp_wrapper table.mepr-account-table {
	width: 100%;
	margin: 0 16px 32px;
	margin: 0 1rem 2rem;
    padding: 24px;
    padding: 1.5rem;
	background: #fff;
	border: solid 1px #dadada;
	border-top: solid 3px #89d600;
    text-align: center;
    -webkit-box-shadow: 0px 1px 10px 1px #d1d1d1;
       -moz-box-shadow: 0px 1px 10px 1px #d1d1d1;
            box-shadow: 0px 1px 10px 1px #d1d1d1;
}

	@media only screen and (min-width: 30rem) {

		.mepr-price-box {
			width: calc(50% - 32px);
			width: calc(50% - 2rem);
		}

	}

	@media only screen and (min-width: 48rem) {

		.mepr-price-box {
			width: calc(33.33% - 32px);
			width: calc(33.33% - 2rem);
		}

	}

.mepr-most-popular {
	display: none;
}

.mepr-price-box-title {
	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 2px;
	margin-bottom: 0.125rem;
	line-height: 1.125;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #001d06;
}

.mepr-price-box-price {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	font-weight: 700;
}

.mepr-price-box-benefits-list {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	padding-top: 10px;
	padding-top: 0.625rem;
	border-top: solid 1px #dadada;
	font-size: 14px;
	font-size: 0.875rem;
    line-height: 1.25;
}

.mepr-price-box-benefits-item {
	border-bottom: solid 1px #dadada;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.entry-content .mepr-price-box-button a {
    color: #fff;
    text-decoration: none;
}

	.entry-content .mepr-price-box-button a:hover {
    	background-color: #5aa841;
    	color: #fff;
	}

.single-memberpressproduct .entry-content {
	margin: 0 auto 48px;
	margin: 0 auto 3rem;
}

#mepr-account-nav {
	text-align: center;
}

.mepr-account-change-password {
	display: block;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	text-align: center;
}

.mp_wrapper form {
    max-width: 720px !important;
	margin: 0 auto 32px;
	margin: 0 auto 2rem;
}

.mp_wrapper .mp-form-row {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.mp_wrapper .mp-form-row label {
	display: block !important;
	margin-right: 4px;
	margin-right: 0.25rem;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #001d06;
}

.mp-form-label {
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
}

#mepr-account-welcome-message {
	display: none;
}

.mepr-nav-item a,
.mepr-account-change-password a {
	font-weight: 700;
	color: #009320;
}

.mp-form-row input,
.mp-form-row select {
    position: relative;
    z-index: 0;
    width: 100%;
	height: 42px;
	height: 2.625rem;
	overflow: hidden;
	margin: 0;
	padding: 0 6px 0 36px;
	padding: 0 0.375em 0 2.25rem;
	background-color: #fff;
	background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
	font-weight: 300;
	color: #3e3e3e;
	text-indent: 0;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}

.mp-form-row select {
	background-image: linear-gradient(#ffffff, #f8f8f8);
}

.mp-no-subs {
	display: block;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.mp_wrapper table.mepr-account-table {
	margin: 0 auto 32px;
	margin: 0 auto 2rem;
}

.mp_wrapper table.mepr-account-table th,
.mp_wrapper table.mepr-account-table td {
	padding: 12px;
	padding: 0.75rem;
	line-height: 1.25;
}

.postid-1088 div.mepr-payment-methods-icons,
.postid-1094 div.mepr-payment-methods-icons,
.postid-1095 div.mepr-payment-methods-icons {
    width: 50%;
    margin-bottom: 0.5rem;
}

.postid-1088 .mepr-loading-gif,
.postid-1094 .mepr-loading-gif,
.postid-1095 .mepr-loading-gif {
    max-width: 25px;
    margin-top: 1rem;
}

.postid-1088 .mp_wrapper .mepr-payment-method-icon img,
.postid-1094 .mp_wrapper .mepr-payment-method-icon img,
.postid-1095 .mp_wrapper .mepr-payment-method-icon img {
    height: unset !important;
}

div.mepr_coupon {
    margin-bottom: 1rem !important;
}

a.have-coupon-link {
    color: #009320;
    margin-bottom: 20px;
    display: inline-block;
}

.mp_wrapper .mepr-payment-method .spc input {
    border-radius: 0;
}

.postid-1088 #mepr_agree_to_tos,
.postid-1094 #mepr_agree_to_tos,
.postid-1095 #mepr_agree_to_tos {
    font-size: 1rem !important;
    width: unset;
    height: unset;
}

.mepr-checkbox-field a {
    margin-left: 0.5rem !important;
}

[data-label="Invoice"] {
    font-size: 10px !important;
}

/*------------------------------------*\
	DONATIONS
\*------------------------------------*/

iframe[name=donorbox] {
  max-width: 425px !important;
  margin: auto;
  display: block;
}

.page-id-1292 .entry-content {
    margin-top: 2rem;
}

.donor-page {
    margin-bottom: 3rem;
}

@media screen and (min-height: 800px) {
.page-id-1292 footer {
    position: fixed !important;
    bottom: 0 !important;
    }
}



/*------------------------------------*\
	FONTS
\*------------------------------------*/

body,
input,
select,
textarea {
	font-family: 'Merriweather Sans', sans-serif;
}

header,
h1, h2, h3, h4, h5, h6,
label,
input[type="submit"],
.meta-label,
.mp-form-row label,
.mepr-price-box-title,
#main-search input[type="search"] {
	font-family: 'Muli', sans-serif;
}

/*------------------------------------*\
	ACCESSIBILITY
\*------------------------------------*/

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

.d-none {
    display: none !important;
}

.film-type {
    margin-top: 3rem;
}
.film-type ul {
    list-style: none;
    margin-left: 0;
}
.film-type ul li {
    display: inline-block;
    margin-right: 6px;
}

.btn-film-type {
    background-color: #fff;
    border: 1px solid #009320;
    border-radius: 6px;
    color: #009320;
    padding: 6px 12px;
}
.btn-film-type.active {
    background-color: rgba(0, 147, 32, 0.7);
    color: #fff;
}

.btn-film-type .fas {
    margin-right: 6px;
}

.video-container .ribbon {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
  }
  .video-container  .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#009320 0%, #00801C 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
  }
  .video-container  .ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #00801C;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #00801C;
  }
  .video-container  .ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #00801C;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #00801C;
  }

  .list-partners {
	flex-flow: row wrap;
    display: flex;
    margin: 3rem 1rem;
    justify-content: center;
}

@media screen and (min-width: 1200px) {
	.list-partners {
		margin-left: 3rem;
		margin-right: 3rem;
	}
}

.partner-logo {
	display: block;
	flex: 1 1 calc((100% / 1) - 2rem);
	max-width: calc((100% / 1) - 2rem);
	margin: 0 1rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 575px) {
	.partner-logo {
		flex: 1 1 calc((100% / 2) - 2rem);
		max-width: calc((100% / 2) - 2rem);
	}
}
@media screen and (min-width: 768px) {

	.partner-logo {
		flex: 1 1 calc((100% / 3) - 2rem);
		max-width: calc((100% / 3) - 2rem);
	}
}
@media screen and (min-width: 991px) {

	.partner-logo {
		flex: 1 1 calc((100% / 4) - 2rem);
		max-width: calc((100% / 4) - 2rem);
	}
}
@media screen and (min-width: 1200px) {
	.partner-logo {
		flex: 1 1 calc((100% / 6) - 2rem);
		max-width: calc((100% / 6) - 2rem);
	}
}

.our-partners-header {
	margin-top: 2rem;
	text-align: center;
}

.our-partners .sub-header {
	text-align: center;
	font-weight: 500;
	font-size: 1.25rem;
}

.sidebar-single .tgi-partner-logo {
	max-width: 27%;
    float: left;
	margin-right: 1.5rem;
	min-width: 160px;
}

.sidebar-single .partners p{
	font-size: 1.15rem;
    line-height: 1.5;
}

.sidebar-single .partners {
	-webkit-box-shadow: 0px 1px 10px 1px #d1d1d1;
    -moz-box-shadow: 0px 1px 10px 1px #d1d1d1;
    box-shadow: 0px 1px 10px 1px #d1d1d1;
    background: #fff;
    padding: .5rem 1.5rem 0.625rem;
}

.sidebar-single .partners-header {
	margin-top: .5rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    text-align: left;
}

.sidebar-single .wrap {
	margin: 2.5rem 0;
}



.featured-tiles .featured-A {
	height: 275px !important;
}

.featured-tiles .featured-A img {
	height: 275px !important;
	max-height: 275px !important;
}

.featured-tiles .featured-B {
	height: 200px !important;
}

.featured-tiles .featured-B img {
	height: 200px !important;
	max-height: 200px !important;
}

.text-center {
	text-align: center;
}