
/* = Issues List
---------------------------------------------------- */

.issues-list .read-more a {
	font-size: 16px;
	line-height: 31px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.issues-section {
	text-align: center;
	padding: 4.75em 0 6.25em;
}
.issue-icon span {
	display: block;
	width: 240px;
	height: 240px;
	margin: 0 auto;
	border-radius: 50%;
}
.issue-title a {
	color: inherit;
}
.issue-title a:hover {
	text-decoration: none;
}
.issues-list {
	display: flex;
	justify-content: space-between;
	margin: 2.5em 0 0;
}
.issues-list .issue {
	flex: 0 0 45%;
}
.issues-list.three-per-row .issue {
	flex: 0 0 30%;
}
.issues-list.four-per-row .issue {
	flex: 0 0 22%;
}

/* = News List
---------------------------------------------------- */

.news-section {
	padding: 6.25em 0 5.25em;
}
.news-section .section-title{
	margin-bottom: 80px;
	text-align: center;
}

.news-section .read-more{
	margin: 85px 0 0;
	text-align: center;
}

.news-section .read-more a{
	font-size: 16px;
	line-height: 43px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

/* = Welcome
---------------------------------------------------- */

.welcome-section {
	position: relative;
}
.welcome-section .wrap {
	position: relative;
	z-index: 5;
}
.welcome-section .section-title{
	margin-bottom: 26px;
}
.welcome-section p + .social-buttons {
	margin-top: 60px;
}

.welcome-section.right-align {
	background-position: right center;
}
.welcome-section.right-align .wpb_column  {
	float: right;
}
.welcome-section.right-align .wpb_column + .wpb_column {
	float: left;
}
.welcome-section.right-align::before {
	background: linear-gradient(to left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 15%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 100%);
}

.welcome-buttons {
	margin: 1.85em 0 1em;
}
.welcome-buttons .button {
	margin: 0 6px;
}
.welcome-section-inner .social-buttons a {
	font-size: 32px;
}

.welcome-section .newsletter-form-title{
	margin-bottom: 10px;

	font-size: 26px;
	line-height: 30px;
}

.welcome-section .newsletter-form .gform_wrapper{
	margin-bottom: 0;
}

.welcome-section .newsletter-form .gfield .gfield_label{
	display: none;
}

.welcome-section .newsletter-form .gform_footer input{
	width: 100%;
}

.welcome-section .newsletter-form .gform_footer img{
	display: none;
}

.welcome-section {
	padding: 105px 0 70px;
	text-align: center;
}


/* = Video gallery
---------------------------------------------------- */
.video-gallery {
	max-width: 820px;
	margin: 0 auto 50px;
}
.video-grid {
	display: flex;
}
.video-grid .gallery-item + .gallery-item {
	margin-left: 20px;
}
.video-grid .gallery-item {
	flex: 1 1 0px;
}
.video-gallery .gallery-item-container {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	width:  100%;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	background: #000;
}
.video-gallery .gallery-item-container iframe {	
	position: absolute;
	left: 0;
	top:  0;
	width: 100%;
	height: 100%;
}
.video-gallery .gallery-item-1 {
	margin: -60px 0 0;
}


/* = Help us / donate
---------------------------------------------------- */
.help-us {
	margin: 35px 0 70px;
}
.help-us img {
	display: block;
	margin: -35px 0;
}
.help-donate-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 385px;
}
.help-donate-buttons a {
	flex: 0 0 calc(33.333% - 7px);
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 20px;
}