div.page-header {
	height: 40vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
}

div.page-header div.breadcrumb-trail {
	position: absolute;
	top: 51%;
	background-color: rgba(255, 255, 255, .1);
	width: 100%;
	color: #fff;
	z-index: 999px;
}

div.page-header ul.trail-items {
	list-style-type: none;
}

div.page-header li.trail-item.trail-begin {
	display: inline-block;
	margin-right: 15px;
}

div.page-header li.trail-item.trail-end {
	display: inline-block;
}

.btn {
	background-color: #303030;
	color: #fff;
}

.btn:hover, .btn:focus {
	color: #ffcd00 !important;
}

section#contact div.header-social-media {
	background-color: #4475d4;
	padding: 15px 0;
	display: inline-block;
}

section#contact div.header-social-media a {
	background-color: #4475d4;
	color: #fefefe;
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	border-radius: 3px;
	margin-right: 5px;
	font-size: 18px;
	text-align: center;
}

section#contact div.header-social-media a:last-of-type {
	margin-right: 0;
}

section#contact div.header-social-media a.facebook {
	background-color: #3b5998;
}

section#contact div.header-social-media a.twitter {
	background-color: #1da1f2;
}

section#contact div.header-social-media a.google {
	background-color: #dd4b39;
}

section#contact div.header-social-media a.instagram {
	background: #cd201f;
}

section#contact div.header-social-media a.linkedin {
	background-color: #0077b5;
}

div.info-wrapper {
	background-color: #cf7a17;
	width: 420px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	float: right;
}

div.info-wrapper::after {
	content: "";
	display: block;
	height: 100%;
	width: 35px;
	border-bottom: 103px solid #4475d4;
	transform: rotate(38deg);
	position: absolute;
	bottom: -6px;
}

div.info-wrapper::before {
	content: "";
	display: block;
	height: 100%;
	width: 35px;
	right: 0;
	border-bottom: 103px solid #4475d4;
	transform: rotate(38deg);
	position: absolute;
	bottom: -45px;
}

@media screen and (max-width: 767px) {
	div.info-wrapper {
		width: 100%;
	}
	
	div.info-wrapper::before, div.info-wrapper::after {
		display: none !important;
	}
}

div.info-wrapper div.wrappers {
	display: inline-block;
}

div.info-wrapper div.wrappers p {
	color: #fefefe;
}

div.info-wrapper div.wrappers:first-of-type p {
	margin-right: 25px;
}

div.info-wrapper div.email-wrap p:hover {
	color: #3a70d7;
	transition: .5s ease-in-out;
}

@media only screen and (max-width: 1362px) {}

@media only screen and (max-width: 1220px) {}

@media only screen and (max-width: 1050px) {}

div#slider {
	background-color: #fff;
	height: 80vh;
	position: relative;
}

div#slider div.carousel-cell {
	width: 100%;
	height: 80vh;
	margin-right: 10px;
}

div#slider div.carousel-cell div.background-image {
	height: 80vh;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

div.banner-text {
	position: absolute;
	top: 50%;
	color: #fff;
	text-align: center;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 32px;
}

@media only screen and (max-width: 767px) {
	div#slider {
		zoom: .5;
	}
}

@media only screen and (max-width: 767px) {
	ol.flickity-page-dots {
		background-color: rgba(0, 0, 0, .5);
	}
}

button.flickity-prev-next-button.previous, button.flickity-prev-next-button.next {
	display: none;
}

@media only screen and (max-width: 767px) {}

div.about-logo {
	width: 100%;
	text-align: center;
}

div.about-logo img {
	height: 150px;
}

@media only screen and (max-width: 767px) {}

div.minister-name {
	position: absolute;
	top: 28%;
	left: 50%;
	transform: translate(-50%, 0);
	color: #fff;
	text-align: center;
}

@media only screen and (max-width: 767px) {}

div.background-image {
	height: 350px;
}

div.quote-text {
	background-color: rgba(255, 255, 255, .4);
	color: #fff;
	margin-top: 100px;
	float: right;
	margin-right: 110px;
}

div.quote-logo img {
	height: 225px;
	margin-top: 72px;
	margin-left: 115px;
}

@media only screen and (max-width:767px) {
	div.background-image {
		height: 511px;
		background-size: cover;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 767px) {
	div.quote-logo {
		text-align: center;
		padding-top: 10px;
	}
}

@media only screen and (max-width: 767px) {
	div.quote-logo img {
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	div.quote-text {
		margin: 0;
		margin-top: 10px;
	}
}

div.blog-header {
	text-align: center;
	max-width: 100%;
	font-size: 22px;
}

h2.blog-title {
	text-decoration: none;
	color: #303030;
}

div.blog-image img {
	width: 100%;
}

.btn {
	float: right;
	margin-top: 10px;
	width: 100%;
}

div.about-header-description {
	text-align: right;
	font-size: 20px;
}

div.about-header-logo img {
	height: 150px;
}

div.about-header-content {
	text-align: left;
	font-size: 18px;
}

div.about-boxes-header {
	text-align: center;
	font-size: 19px;
	line-height: 1.2em;
}

div.about-box {
	border: 1px solid rgba(168, 168, 168, .5);
	border-radius: 5px;
}

section#about-boxes div.about-boxes {
	display: flex;
	flex-wrap: wrap;
}

section#about-boxes div.about-boxes div.about-box {
	flex-flow: column;
}

div.about-box {
	background-size: cover;
	background-repeat: no-repeat;
	transition: .5s ease-in-out;
}

div.about-box:hover {
	background-image: none !important;
	background-color: #460352;
	color: #fff;
}

div.video-item {
	background-color: rgba(168, 168, 168, .1);
	margin: 10px 0px;
	padding-bottom: 20px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	height: auto;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.ministers-repeater {
	text-align: center;
}

div.ministers-header {
	text-align: center;
	font-size: 19px;
}

div.ministers-title {
	text-align: center;
	color: #303030;
	font-size: 18px;
}

div.ministers-name {
	text-align: center;
	color: #303030;
	font-size: 18px;
	font-weight: bold;
}

div.ministers-bio {
	margin: 30px 0px;
}

div.donations-image img {
	width: 100%;
	height: 530px;
}

div.donations-price {
	text-align: center;
	font-size: 20px;
}

div.donation-content {
	text-align: center;
	font-size: 20px;
}

article.article-post img {
	width: 75%;
	height: auto;
}

article#single-post {
	margin: 30px 0px;
}

div.blog-page {
	margin: 30px 0px;
}

div.card-image {
	position: relative;
	height: 220px;
	overflow: hidden;
}

div.card-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	background-color: rgba(255, 255, 255, .6);
	transition: .3s ease-in-out;
}

div.card-overlay:hover {
	opacity: 1;
}

div.card-overlay-content {
	position: absolute;
	font-weight: bold;
	text-align: center;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
}

div.card-content {
	position: absolute;
	bottom: 0%;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 0px 5px;
	color: #000;
	background-color: rgba(255, 255, 255, .6);
}

div.contact-header {
	font-size: 19px;
	text-align: center;
}

form.wpcf7-form {
	margin: 25px 0;
	position: relative;
}

form.wpcf7-form p {
	display: inline-block;
	margin-bottom: 15px;
}

form.wpcf7-form input.wpcf7-text, form.wpcf7-form input.wpcf7-textarea {
	width: 100%;
	border: 2px solid #a8a8a8;
	border-radius: 30px;
	padding: 10px 15px;
	margin-bottom: 20px;
	outline: 0;
	resize: none;
	text-align: center;
}

form.wpcf7-form input.wpcf7-textarea {
	height: 150px;
}

form.wpcf7-form div.input-field input.error, form.wpcf7-form div.input-field textarea.error {
	border-color: #f00;
}

form.wpcf7-form input.wpcf7-submit {
	text-align: center;
}

form.wpcf7-form input.wpcf7-submit {
	border: 2px solid #a8a8a8;
	background-color: transparent;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	transition: all .6s ease;
	padding: 10px 40px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	border-radius: 30px;
	color: #303030;
}

form.wpcf7-form input.wpcf7-submit:hover {
	background-color: #303030;
	color: #fefefe;
}

form.wpcf7-form textarea.wpcf7-textarea {
	text-align: center;
	width: 100%;
	height: 150px;
	margin: 5px auto 15px;
	padding: 10px;
	border-radius: 25px;
	border: 2px solid #a8a8a8;
}

form.wpcf7-form div.form-message-wrap div.form-message.error {
	color: #f00;
	border-color: #f00;
	display: block;
}

@media screen and ( max-width: 767px ) {}

footer#main-footer div.social-media a.google {
	background-color: #dd4b39;
}

footer#main-footer div.social-media a.linkedin {
	background-color: #0077b5;
}

@media only screen and ( max-width: 767px) {}

section#contact-page form#site-form {
	margin-top: 25px;
}

section#contact-page form#site-form input, section#contact-page form#site-form textarea {
	border: 2px solid #cf7a17;
	padding: 10px 15px;
	outline: none;
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
	transition: border-color .5s ease;
}

section#contact-page form#site-form textarea {
	height: 125px;
}

section#contact-page form#site-form input:hover, section#contact-page form#site-form textarea:hover, section#contact-page form#site-form input:focus, section#contact-page form#site-form textarea:focus {
	border-color: #cf7a17;
}

section#contact-page form#site-form div.submit-form {
	text-align: center;
}

section#contact-page div.company-info span {
	cursor: default;
	font-size: 16px;
	color: #fff;
}

section#contact-page div.company-info span.who-are-we {
	text-align: center;
	display: block;
	color: #fff;
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 767px) {
	div.about-header-description {
		text-align: center;
	}
}

div.gallery-images {
	margin-bottom: 10px;
}

div#google-maps {
	margin-top: 62px;
}

div.events {
	margin-top: 30px;
}

div.events-item {
	margin-bottom: 30px;
}

div.events-image {
	position: relative;
	overflow: hidden;
}

div.events-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
}

div.events-filter-buttons {
	text-align: right;
}

div.events-filter-buttons div {
	display: inline-block;
}

div.events-filter-buttons a {
	color: #000;
	text-decoration: underline;
}

div.bristol.invisible, div.wednesbury.invisible, div.london.invisible {
	display: none;
}

div.submit-button {
	text-align: center;
}

div.contact-page-content {
	margin: 30px 0px;
}

div.ministers-item {
	margin-bottom: 30px;
}

div.ministers-overlay {
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	height: 26%;
	width: 90%;
	background-color: rgba(0, 0, 0, .5);
	transition: .3s ease-in-out;
}

div.ministers-overlay:hover {
	opacity: 1;
}

div.ministers-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
}

div.view-bio {
	text-align: center;
	margin-top: 10px;
}

div.view-bio a {
	background-color: #ffc500;
	color: #000;
	border: 2px solid #ffc500;
	padding: 10px 25px;
	border-radius: 3px;
	transition: .3s ease-in-out;
}

div.view-bio a:hover {
	background-color: #fff;
	color: #000;
}

div.ministers-image {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	height: 373px;
}

div.ministers-content h2 {
	margin-top: 0px;
}

div.ministers-content h3 {
	margin-bottom: 0px;
}

div.about-box {
	margin-bottom: 30px;
}

div.donations-page {
	margin-top: 30px;
}

div.donations-page div.row {
	display: flex;
	flex-wrap: wrap;
}

div.donation-item {
	flex-flow: column;
	margin-bottom: 15px;
}

div.donation-image {
	height: 350px;
	overflow: hidden;
}

div.donation-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 1370px) {
	div.ministers-overlay {
		opacity: 1;
	}
}

.wp-video {
	margin: auto;
}

@media only screen and (max-width: 768px) {
	#about-section video {
		width: 100%;
	}
}

.donations-top-content {
	margin-top: 20px;
}