/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*GLOBAL*/

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	background: #151515 !important;
}

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	color: #fff;
	overflow-x: hidden;
}

/* h1 {
font-size: 9.2rem;
color: #f9af16;
text-transform: uppercase;
text-align: center;
} */

h2,
h1 {
	font-size: 6.8rem;
	color: #f9af16;
	text-transform: uppercase;
	text-align: center;
}

h3 {
	font-size: 2.5rem;
	color: #f9af16;
	text-transform: uppercase;
	text-align: center;
}

.case-studies h2 {
	font-size: calc(1.6rem + 3.5vw);
}

.center-page {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.down-arrow-box {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.button-center {
	text-align: center;
	margin-top: 15px;
}

.button {
	display: inline-block;
	color: #f9af16;
	border: 1px solid #f9af16;
	padding: 7px 25px;
	font-size: 2rem;
	background-color: rgba(0, 0, 0, 0.4);
}

.hero,
.about,
.our-approach,
.case-studies,
.contact {
	position: relative;
}

main {
	position: relative;
	min-height: 100vh;
}

/*HEADER*/

header {
	position: fixed;
	z-index: 99999;
	width: 100%;
}

.navbar-brand {
	padding-left: 7px;
}

nav {
	background-color: #000;
	position: absolute;
}

.nav-link {
	color: #fff !important;
	padding-bottom: 0;
	display: inline-block;
}

.navbar {
	padding: 20px 0;
}

/*SLIDER*/

.bx-wrapper {
	border: none !important;
	margin-bottom: 0 !important;
}

/* .home-hero .hero-slider-text{
top: 40%;
} */

.hero-slider-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: block !important;
}

/* .bx-wrapper .bx-controls-direction a{
top: 40%;
} */

.bx-wrapper .bx-prev {
	background-image: url(/wp-content/uploads/2019/09/left-slider-arrow.png) !important;
	width: 45px !important;
	height: 80px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	left: 1% !important;
}

.bx-wrapper .bx-next {
	background-image: url(/wp-content/uploads/2019/09/right-slider-arrow.png) !important;
	width: 45px !important;
	height: 80px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	right: 1% !important;
}

/* .home-hero .bx-wrapper .bx-controls-direction a{
top: 40% !important;
} */

/*ABOUT*/

/*
.about, .our-approach{
background-size: cover;
height: 100vh;
}
*/

.about {
	background-color: #003444;
	position: relative;
}

/*OUR APPROACH*/

.yellow-dash {
	font-size: 5rem;
	color: #f9af16;
	font-weight: 900;
	text-align: left;
}

.green-bg {
	background: #003444;
	height: 100vh;
	/* height: calc(var(--vh, 1vh) * 100); */
}

/* .our-approach .hero-slider-text{
top: 40%;
} */

/* .our-approach .bx-wrapper .bx-controls-direction a{
top: 40% !important;
} */

/*CASE STUDIES*/

.case-studies .case-study__h2 {
	font-size: 2.4rem;
	color: #fff;
	text-shadow: 1px 1px 3px black;
}

.case-studies .hero-slider__p {
	color: #fff;
}

.case-studies .white-font {
	color: #fff;
}

.case-studies .yellow-font {
	color: #f9af16;
	font-size: 2rem;
}

.transparent-box {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.left-transparent {
	left: 0;
	text-align: right;
}

.right-transparent {
	right: 0;
}

.transparent__box--container {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 75%;
	padding: 0 15px;
}

.right-inner {
	left: 0;
}

.left-inner {
	left: 0;
}

.case-studies p {
	color: #f9af16;
	text-shadow: 1px 1px #000;
}

@media (max-width: 1199px) {
	/*
	.case-studies .bx-wrapper .bx-controls-direction a{
	top: 75% !important;
}
	*/
	.transparent__box--container {
		width: 100%;
	}
}

.transparent__box--container {
	width: auto;
}

.lipa-case-study .case-study__h2 {
	display: none;
}

.case-studies .item > img {
	-webkit-filter: brightness(60%);
	filter: brightness(60%);
}

/* .transparent-box {
background-color: transparent;
} */

.right-transparent {
	left: 0;
}

/*CONTACT*/

/*
.contact{
background-image: url(/wp-content/uploads/2019/09/people-in-art-gallery.jpg);
height: 100vh;
background-size: cover;
background-position: center;
}
*/

.contact {
	position: relative;
}

.form-control {
	font-size: 1.8rem;
	margin-top: 15px;
	background-color: transparent;
	border-radius: 0;
	text-align: center;
	text-transform: uppercase;
}

::-webkit-input-placeholder {
	color: #f9af16 !important;
}

::-moz-placeholder {
	color: #f9af16 !important;
}

:-ms-input-placeholder {
	color: #f9af16 !important;
}

::-ms-input-placeholder {
	color: #f9af16 !important;
}

::placeholder {
	color: #f9af16 !important;
}

.item > img {
	height: 100vh;
	/* height: calc(var(--vh, 1vh) * 100); */
	min-height: 800px;
	width: 100%;
	background-position: center;
	background-size: cover;
	-o-object-fit: cover;
	object-fit: cover;
}

/*
.home-hero .item > img{
min-height: 100%;
}

*/

.navbar-toggler-icon {
	border-top: 3px solid #fff !important;
	display: block;
	width: 40px;
}

/*FOOTER*/

.footer {
	position: static;
	bottom: 0;
	z-index: 9999;
	background-color: #000;
	width: 100vw;
	padding: 50px 0;
}

.middle-footer-col {
	position: relative;
}

/*GLOBAL*/

.site {
	position: relative;
}

body {
	font-size: 1.8rem;
}

@media (min-width: 1200px) {
	.container {
		max-width: 960px;
	}
}

#header-logo {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

a {
	display: inline-block;
	position: relative;
}

.button-center a:before,
.nav-item a:before {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: '';
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: #f9af16;
	-webkit-transition:
		width 0.3s ease 0s,
		left 0.3s ease 0s;
	-o-transition:
		width 0.3s ease 0s,
		left 0.3s ease 0s;
	transition:
		width 0.3s ease 0s,
		left 0.3s ease 0s;
	width: 0;
	color: #fff;
}

header a:hover:before {
	width: 100%;
	left: 0;
	color: #fff;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.background-image-cover {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

.form-control {
	font-size: 2rem !important;
	border-radius: 0 !important;
	display: inline-block !important;
}

.button {
	display: inline-block !important;
	color: #f9af16 !important;
	border: 1px solid #f9af16 !important;
	padding: 7px 25px !important;
	font-size: 2rem !important;
	background-color: rgba(0, 0, 0, 0.4) !important;
	width: auto;
	height: auto !important;
	border-radius: 0 !important;
}

.wpcf7-validation-errors {
	background-color: #f9af16 !important;
	border: none !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: 1.6rem !important;
	margin: 5px 0 0 0 !important;
}

span.wpcf7-not-valid-tip {
	display: none;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #f9af16 !important;
}

/*HEADER*/

#breadcrumb {
	position: relative;
	height: 35px;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
}

.nav-link {
	margin-right: 15px;
}

#menu-item-35 a {
	margin-right: 0;
}

/*ABOUT*/

#about .bx-wrapper .bx-controls-direction a,
#contact .bx-wrapper .bx-controls-direction a {
	display: none !important;
}

@media (max-width: 767px) {
	.mobile-show-read-more {
		display: none;
	}
}

@media (min-width: 768px) {
	.desktop-hide-read-more {
		display: none;
	}
}

/*SLIDER*/

.slider .animated.off {
	/* remove existing animations */
	display: none;
	-webkit-animation-name: none;
	animation-name: none;
}

@media (max-width: 991px) {
	.hero-slider__h1 {
		font-size: 7rem;
	}
	.transparent__box--container .ml-auto {
		margin-right: auto !important;
		margin-left: 0 !important;
	}
	.transparent__box--container .text-right {
		text-align: left !important;
	}
	.hero-slider__p {
		font-size: 2rem;
	}
	#about img {
		-o-object-position: 80% 0;
		object-position: 80% 0;
	}
	#our-approach img {
		-o-object-position: 55% 0;
		object-position: 55% 0;
	}
}

.navbar-toggler {
	margin-right: 7px;
}

/*CASE STUDY*/

.case-study__h1 {
	font-size: 2rem;
	color: #fff;
	margin-top: 25px;
}

.case-studies h2 {
	font-size: 6rem;
	/*margin-bottom: 30px;*/
}

.yellow-dash {
	font-size: 4rem;
	/* text-align: left !important; */
}

.case-study__h1 {
	font-size: 2rem !important;
	color: #fff;
	margin-top: 0;
}

.left-transparent__p,
.right-transparent__p {
	text-align: left;
}

/* .navbar-toggler {
display: none;
} */

.hero-slider__p {
	margin-bottom: 40px;
}

/*FOOTER*/

/* .up-arrow-box {
display: none;
} */

.home .up-arrow-box {
	display: block;
}

.page-template-page-church_diocese .down-arrow-box,
.page-template-page-barbara_daley .down-arrow-box,
.page-template-page-liverpool_uni .down-arrow-box,
.page-template-page-liverpool_library .down-arrow-box,
.page-template-page-lipa .down-arrow-box,
.page-template-page-botley_hill .down-arrow-box {
	display: none;
}

/*ANIMATION*/

.fadeInDown,
.fadeInUp {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.bounceInRight {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

/*CONTACT*/

.contact input,
.contact textarea {
	background-color: rgba(0, 0, 0, 0.4) !important;
	color: #f9af16 !important;
}

/* AUTOFILL */

/* Change Autocomplete styles in Chrome*/

/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
-webkit-text-fill-color: #f9af16 !important;
-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.4) inset !important;
-webkit-transition: background-color 5000s ease-in-out 0s !important;
transition: background-color 5000s ease-in-out 0s !important;
}

input:focus,
textarea:focus {
border: 1px solid #f9af16 !important;
}*/

.bounceInDown {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.zoomOut {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

.fadeIn {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.flipInX {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.email {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.subject {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.message {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.send {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.bx-wrapper {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.contact .bx-viewport {
	height: 950px !important;
}

.bx-viewport {
	height: 100vh !important;
	min-height: 770px;
}

.contact .item > img {
	min-height: 950px;
}

.wpcf7-submit {
	margin-top: 15px;
}

/*FANCY BURGER MENU*/

/* Icon 1 */

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
	width: 40px;
	height: 30px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #f9af16;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
	top: 0px;
}

#nav-icon1 span:nth-child(2) {
	top: 10px;
}

#nav-icon1 span:nth-child(3) {
	top: 20px;
}

#nav-icon1.open span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#nav-icon1.open span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.navbar button {
	outline: transparent;
}

.minheight-class {
	min-height: 980px !important;
}

.bx-wrapper {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	/* min-height: 800px; */
}

/*LIPA GRID	*/

.lipa-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: repeat(5, 19.3%);
	gap: 1% 0.5%;
	height: 100vh;
	/* height: calc(var(--vh, 1vh) * 100); */
	/* min-height: 620px; */
	background-color: #fff;
	padding: 0.5%;
}

.barbara-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: repeat(3, 32.8%);
	gap: 1% 0.5%;
	height: 100vh;
	/* height: calc(var(--vh, 1vh) * 100); */
	/* min-height: 800px; */
	background-color: #fff;
	padding: 0.5%;
}

.botley-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: repeat(4, 24.3%);
	gap: 1% 0.5%;
	height: 100vh;
	/* height: calc(var(--vh, 1vh) * 100); */
	/* min-height: 620px; */
	background-color: #fff;
	padding: 0.5%;
}

.library-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: repeat(3, 32.8%);
	gap: 1% 0.5%;
	height: 100vh;
	/* height: calc(var(--vh, 1vh) * 100); */
	/* min-height: 620px; */
	background-color: #fff;
	padding: 0.5%;
}

@media (max-width: 991px) {
	.library-grid,
	.botley-grid,
	.barbara-grid,
	.lipa-grid {
		gap: 0.5% 0.5%;
		height: calc(100vh - 67px);
	}
}

.lipa-grid img,
.barbara-grid img,
.botley-grid img,
.library-grid img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.strp-info {
	display: none;
}

.small-logo {
	width: 111px;
	height: 61px;
}

.case-studies-grid {
	height: calc(100vh - 112px);
	margin-top: 112px;
}

.case-studies-grid a {
	transform: scale(1);
	transition: all 0.2s ease-in-out;
}

.case-studies-grid a:hover {
	transform: scale(1.01);
	transition: all 0.2s ease-in-out;
}

@media (max-width: 575px) {
	.case-studies-grid {
		height: calc(100vh - 70px);
		margin-top: 70px;
	}
}

.hero-slider-text .yellow-dash {
	text-align: center !important;
}

#openfooter,
.up-arrow-box i {
	font-size: 36px;
	color: #fff;
}

/*new page*/
.banner-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.absolute-wrapper {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.landing-page--hero {
	position: relative;
}

.landing-page--hero:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.landing-page--hero_content h2,
.page-template-page-landing_page h3 {
	text-align: left !important;
}

.page-template-page-landing_page .site-main p {
	color: #000;
}

.page-template-page-landing_page h2 {
	font-size: 3.5rem;
	text-align: left;
}

.page-template-page-landing_page h3 {
	font-size: 2.5rem;
	margin-top: 2rem;
}

.page-template-page-landing_page blockquote {
	margin: 2rem;
	padding-left: 2rem;
	border-left: 5px solid #f9af16;
}

.page-template-page-landing_page ul {
	color: #000;
}

.card-header {
	background-color: #f9af16 !important;
	color: #fff !important;
}

.page-template-page-landing_page .wpcf7 {
	max-width: 100%;
}

.page-template-page-landing_page .contact input,
.page-template-page-landing_page .contact textarea {
	background-color: transparent !important;
	text-align: left;
	padding-left: 3rem;
}

.page-template-page-landing_page .wpcf7 input[type='submit'] {
	background-color: #000 !important;
}

.page-template-page-landing_page #contact .container {
	margin-top: 5rem;
	/* border-top: 2px solid #f9af16; */
}

.page-template-page-landing_page #contact {
	background-color: #f7f7f7;
}

.page-template-page-landing_page .contact__h2 {
	padding-top: 4rem;
}

.page-template-page-landing_page
.wpcf7
.wpcf7-recaptcha[data-align='center']
> div {
	margin-right: auto !important;
	margin-left: 0 !important;
}

.page-template-page-landing_page #openfooter {
	font-size: 36px;
	color: #000;
}

.single-news p {
	color: #000;
}

.single-news main {
	min-height: auto;
}

.banner-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.absolute-wrapper {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;

}

.landing-page--hero {
	position: relative;
}

.landing-page--hero:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.landing-page--hero_content h2,
.page-template-page-landing_page h3 {
	text-align: left !important;
}

.page-template-page-landing_page .site-main p {
	color: #000;
}

h2 {
	font-size: 3.5rem;
	text-align: left;
}

h3 {
	font-size: 2.5rem;
	margin-top: 2rem;
}

.page-template-page-landing_page blockquote {
	margin: 2rem;
	padding-left: 2rem;
	border-left: 5px solid #f9af16;
}

.page-template-page-landing_page ul {
	color: #000;
}

.card-header {
	background-color: #f9af16 !important;
	color: #fff !important;
}

.page-template-page-landing_page .wpcf7 {
	max-width: 100%;
}

.page-template-page-landing_page .contact input,
.page-template-page-landing_page .contact textarea {
	background-color: transparent !important;
	text-align: left;
	padding-left: 3rem;
}

.page-template-page-landing_page .wpcf7 input[type=submit] {
	background-color: #000 !important;
}

.page-template-page-landing_page #contact .container {
	margin-top: 5rem;
	/* border-top: 2px solid #f9af16; */

}

.page-template-page-landing_page #contact {
	background-color: #f7f7f7;
}

.page-template-page-landing_page .contact__h2 {
	padding-top: 4rem;
}

.page-template-page-landing_page .wpcf7 .wpcf7-recaptcha[data-align="center"]>div {
	margin-right: auto !important;
	margin-left: 0 !important
}

.page-template-page-landing_page #openfooter {
	font-size: 36px;
	color: #000;
}

.btn-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.btn-link .arrow {
	transition: transform 0.3s ease;
}

.collapse.show .arrow {
	transform: rotate(180deg);
}

.accordion>.card .card-header {
	background: transparent;
}

.card-header button {
	font-size: 2.5rem;
	color: #000;
	text-transform: uppercase;
}

.btn-link:hover {
	color: #000;
	text-decoration: none;
}

.podcast-menu-item{
	margin-top: 2rem;
	border-top: 1px solid #f9af16;
	padding-top: 1rem;
	display: inline-block;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
}

.podcast-menu-item:before{
	content: '\f3c9';
	color: #f9af16;
	font-family: 'Font Awesome 6 Free';
    font-weight: 600;
}