/*
Theme Name: St Michael's School
Theme URI: http://catchthemes.com/themes/catch-kathmandu-pro
Author:      Kristin Greenwood
Template:     catch-kathmandu-pro
*/

/* = Child Theme Custom CSS starts here
-------------------------------------------------------------- */

/* adding vertical space around list items */
#content ol li {margin-bottom: 20px;} 




/* creating scalable images */

.scale-image-wrapper
{position: relative;}

.scale-image
{display: block;
width: auto;
max-width: 75%;}



/* Enroll LP */

.enroll-lp-page {
	max-width: 1920px;
	margin: 0 auto;
}

.enroll-lp-page,
.enroll-lp-page.custom-background {
  font-family: 'MiloOT', sans-serif;
  line-height: 1.3;
  background: #fff; 
  background-image: none;
}
.enroll-lp-page img {
  max-width: 100%;
}


.lp-header-wrapper {
	width: 100%;
	box-sizing: border-box;
	padding: 16px;
}

.lp-header {
	max-width: 1750px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.lp-header {
		flex-direction: column;
	}
	
	.lp-header-top {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
}

.lp-header__logo {
	max-height: 100px;
	height: auto;
	width: auto;
}

.lp-header__menu {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 767px) {
	.lp-header__menu {
		display: none;
	}
}

.lp-header__menu .menu-item {
	padding: 12px 20px;
	font-family: 'MiloOT', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #003669;
	text-transform: uppercase;
	text-align: center;
}

.lp-header__menu .menu-item > a {
	color: inherit;
}

.lp-mobile-menu {
	width: 100%;
	margin-top: 1em;
}

.tinynav-desktop-menu {
	display: none;
}

.mobile-close-button {
	font-size: 40px;
	font-weight: 700;
	color: #003669;
	margin-left: 0.75em;
}

@media (min-width: 768px) {
	.lp-mobile-menu,
	.mobile-close-button {
		display: none;
	}
}

.gradient-separator {
	height: 10px;
	margin: 0;
	background-image: linear-gradient(to right, #003669 50%, #FDEA5C 50%, #FDEA5C);
	
	/* Fallback for browsers without linear-gradient support */
	background-color: #003669;	
}
.gradient-separator--top-margin {
	margin-top: 26px;
}

.yellow-separator {
	height: 10px;
	background-color: #FDEA5C;
	margin: 0;
}


.lp-hero {
	display: flex;
	align-items: flex-start;
	background-color: #fff;
}

.lp-hero__heading-wrapper {
	flex: 1 1;
	max-width: 640px;
	width: 100%;
	height: 490px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 67px;
	box-sizing: border-box;
	padding: 0.25em 1em;
	background-color: #EE3664;
	border-bottom: 14px #FDEA5C solid;
}

.lp-hero__heading {
	font-family: franklin-gothic-urw, "Franklin Gothic", sans-serif;
	font-size: 1em;	/* Based on wrapper's font-size */
	font-weight: 900;
	line-height: 1.15;
	color: #FDEA5C;
}

.lp-hero__heading strong {
	font-weight: inherit;
	color: #fff;
}

.lp-hero__slider {
	min-width: 50%;
	width: 100%;
	flex: 1 1;
}
.lp-hero__slider .sa_hover_container {
	font-size: 0; /* Remove extraneous spacing */
}
.lp-hero__slider .owl-pagination-true {
	margin-bottom: 0 !important;
}

.lp-hero-slider__image {
	height: 476px !important;
	width: 100% !important;
	object-fit: cover;
	border-bottom: 14px #499DD6 solid;
	/* border-bottom: 14px #003669 solid; */
}

.lp-hero-slider__content {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	padding: 35px 16px;
	border-right: 50px solid transparent;
}
.lp-hero-slider__content--purple-border {
	border-right-color: #B855A0;
}
.lp-hero-slider__content--blue-border {
	border-right-color: #003669;
}
.lp-hero-slider__content--red-border {
	border-right-color: #EE3664;
}

.lp-hero-slider__heading {
	width: 1050px;
	max-width: 100%;
	margin: 0 auto 0.5em;
	font-family: 'MiloOT-Text', sans-serif;
	font-size: 34px;
	font-weight: 700;
	color: #003669;
}

.lp-hero-slider__copy {
	width: 1050px;
	max-width: 100%;
	margin: 0 auto;
	font-family: 'MiloOT-Text', sans-serif;
	font-size: 28px;
	font-weight: 400;
	color: #003669;
}

.lp-hero__slider .owl-dots {
	position: absolute !important;
	top: 430px !important;
}

.lp-hero__slider .sa_owl_theme .owl-dots .owl-dot:not(:last-child) {
	margin-right: 30px;
}

.lp-hero__slider .sa_owl_theme .owl-dots .owl-dot span {
	width: 18px !important;
	height: 18px !important;
	border: 2px #fff solid !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); 
	background-color: transparent !important;
}
.lp-hero__slider .sa_owl_theme .owl-dots .owl-dot.active span {
	background-color: #fff !important;
}

@media (max-width: 1000px) {
	.lp-hero {
		flex-wrap: wrap;
	}
	
	.lp-hero__heading-wrapper {
		max-width: 100%;
	}
}
@media (max-width: 450px) {
	.lp-hero__heading-wrapper {
		height: auto;
		font-size: 15vw;
		padding: 1em;
	}
}


.lp-strengths {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 8px;
  width: 100%;
}

.lp-strengths__strength {
  padding: 80px 60px 50px;
  color: #003669;
}
.lp-strengths__strength:nth-child(odd) {
  background-color: #F8F8F9;
}
.lp-strengths__strength:nth-child(even) {
  background-color: #EDEEEF;
}

.lp-strengths__icon {
  display: block;
  text-align: center;
  margin: 0 auto 40px;
}

.lp-strengths__title {
  font-family: 'MiloOT', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  min-height: 80px;
  margin-bottom: 0.5em;
}

.lp-strengths__copy {
  font-family: 'MiloOT-Text', sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
.lp-strengths__copy i {
  font-family: 'MiloOT', sans-serif;
  font-weight: 300;
  font-style: italic;
}

@media (max-width: 1400px) {
  .lp-strengths {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .lp-strengths {
    grid-template-columns: 1fr;
  }
  
  .lp-strengths__title {
	min-height: auto;
  }
}

@media (max-width: 520px) {
	.lp-strengths__strength {
		padding: 32px 16px;
	}
}
	

.lp-cta-section {
  display: flex;
  margin-top: 26px;
}

@media (max-width: 1200px) {
	.lp-cta-section {
		flex-wrap: wrap;
	}
}


.lp-form-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 60px;
  background-color: #507796;
  color: #fff;
}

.lp-form-section__heading {
  font-family: 'MiloOT', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 70px;
  max-width: 840px;
}

.lp-form-section__form.wpforms-container {
  max-width: 840px;
  width: 100%;
  margin: 0;
}

.lp-form-section__form .wpforms-field {
	display: flex;
	flex-direction: column-reverse;
	padding: 0 !important;
	margin-bottom: 10px !important;
}
.lp-form-section__form .wpforms-field-label {
	font-family: 'MiloOT', sans-serif;
	font-size: 20px !important;
	font-weight: 700;
	text-transform: uppercase !important;
	margin: 6px 0 0 !important;
}
.lp-form-section__form input {
	font-family: 'MiloOT-Text', sans-serif !important;
	font-size: 20px !important;
	font-weight: 400;
	color: #003669 !important;
}

.lp-form-section__form .wpforms-required-label {
	color: inherit !important;
}

.lp-form-section__form .wpforms-submit {
	font-family: 'MiloOT', sans-serif;
	font-size: 20px !important;
	font-weight: 700;
	color: #fff !important;
	text-transform: uppercase;
	background-color: #EE3664 !important;
	border: 0 !important;
}
.lp-form-section__form .wpforms-submit:hover,
.lp-form-section__form .wpforms-submit:focus,
.lp-form-section__form .wpforms-submit:active {
	opacity: 0.8;
}

@media (max-width: 520px) {
	.lp-form-section {
		padding: 32px 16px;
	}
	
	.lp-form-section__form .wpforms-one-half {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}


.lp-phone-cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px;
  background-color: #EDEEEF;
}

.lp-phone-cta__copy {
	max-width: 440px;
	font-family: franklin-gothic-urw, "Franklin Gothic", sans-serif;
	font-weight: 900;
	font-size: 52px;
	line-height: 1;
	color: #003669;
	text-align: center;
}

.lp-phone-cta__phone-number {
	max-width: 100%;
	font-family: franklin-gothic-urw, "Franklin Gothic", sans-serif;
	font-weight: 900;
	font-size: 40px;
	color: #fff;
	background-color: #499DD6;
	padding: 14px 24px;
}
.lp-phone-cta__phone-number:hover {
  background-color: #003669;
}

@media (max-width: 520px) {
	.lp-phone-cta {
		padding: 70px 16px;
	}

	.lp-phone-cta__copy {
		font-size: 36px;
		text-align: center;
	}
	
	.lp-phone-cta__phone-number {
		font-size: 32px;
	}
}


.lp-testimonial {
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.lp-testimonial--left {
	border-left: 50px #B855A0 solid;
}
.lp-testimonial--right {
	border-right: 50px #FDEA5C solid;
}

.lp-testimonial__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 0;
	text-align: left;
	padding:  50px 30px 30px;
	padding-left: 90px;
}
.lp-testimonial__content,
.lp-testimonial__content--light-blue-background {
	background-color: #499DD6;
}
.lp-testimonial__content--dark-blue-background {
	background-color: #003669;
}

.lp-testimonial__quote {
	position: relative;
	width: 100%;
	max-width: 900px;
	font-family: franklin-gothic-urw, "Franklin Gothic", sans-serif;
	font-weight: 900;
	font-size: 30px;
	color: white;
}
.lp-testimonial__quote::before {
	content: "“";
	font-family: franklin-gothic-urw, "Franklin Gothic", sans-serif;
	font-weight: 900;
	position: absolute;
	left: -55px;
	top: -55px;
	font-size: 104px;
}
.lp-testimonial__quote::after {
	content: "”";
	font-family: franklin-gothic-urw, "Franklin Gothic", sans-serif;
}

.lp-testimonial__author {
	width: 100%;
	max-width: 900px;
	font-family: 'MiloOT', sans-serif;
	font-size: 27px;
	font-weight: 500;
	color: white;
	text-transform: uppercase;
	margin-top: 40px;
	padding-bottom: 28px;
	border-bottom: 1px #fff solid;
}

.lp-testimonial__author-detail {
	display: block;
	font-family: 'MiloOT', sans-serif;
	font-size: 27px;
	font-weight: 200;
	font-style: italic;
}

img.lp-testimonial__image {
	min-width: 40%;
	max-width: 40%;
	height: auto;
	object-fit: cover;
}
@media (max-width: 970px) {
	.lp-testimonial__content {
		padding: 50px 30px 30px 70px;
	}
	.lp-testimonial__image {
		display: none;
	}
}
@media (max-width: 550px) {
	.lp-testimonial {
		border: 0 transparent;
	}
}
@media (max-width: 375px) {
	.lp-testimonial__content {
		padding: 32px 16px;
	}
	
	.lp-testimonial__quote::before,
	.lp-testimonial__quote::after {
		display: none;
	}
}


.lp-footer-wrapper {
	width: 100%;
	padding: 60px 16px 42px;
	background-color: #EDEEEF;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lp-footer {
	width: 1600px;
	max-width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.lp-footer__logo {
	height: auto;
}

.lp-footer__logo-section {
	margin-right: 30px;
}

.lp-footer__slogan {
	font-family: 'MiloOT', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #003669;
	margin-bottom: 0;
}

.lp-footer__address {
	font-family: 'MiloOT-Text', sans-serif;
	font-size: 38px;
	font-weight: 400;
	color: #003669;
	margin-bottom: 0;
}

.lp-footer__address-break {
	display: none;
}

@media (max-width: 1400px) {
	.lp-footer__address-break {
		display: block;
	}
	
	.lp-footer__address-separator {
		display: none;
	}
}

@media (max-width: 970px) {
	.lp-footer {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
    
	.lp-footer__logo-section {
		margin-right: 0;
		margin-bottom: 50px;
	}
    
	.lp-footer__address {
		font-size: 32px;
	}
}


@media (max-width: 760px) {
	/* Improve font weights for mobile */

	.lp-hero-slider__heading {
		font-size: 26px;
	}
	.lp-hero-slider__copy {
		font-size: 20px;
	}
	
	.lp-strengths__title {
		font-size: 26px;
	}
	.lp-strengths__copy {
		font-size: 20px;
	}
	
	.lp-form-section__heading {
		font-size: 26px;
	}
	
	.lp-phone-cta__copy {
		font-size: 36px;
	}
	.lp-phone-cta__phone-number {
		font-size: 28px;
	}
	
	.lp-testimonial__quote {
		font-size: 24px;
	}
	.lp-testimonial__author,
	.lp-testimonial__author-detail {
		font-size: 22px;
	}
	
	.lp-footer__address {
		font-size: 26px;
	}
}



/* Enroll Popup */

#popmake-5904 {
	padding: 0;
	width: 650px;
}

#popmake-5904 .popmake-close {
  padding: 1em;
  font-size: 16px;
}

.enroll-popup {
	display: flex;
	align-items: stretch;
	background-image: linear-gradient(to bottom, #EE3664 50%, #005AAB 50%);
}


.enroll-popup__content {
	flex: 10;
	display: flex;
	flex-direction: column;
	width: 100%;
}


.enroll-popup__heading-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 54px;
	box-sizing: border-box;
	padding: 0.75em 1em;
	background-color: #EE3664;
}

.enroll-popup__heading {
	font-family: franklin-gothic-urw, "Franklin Gothic", sans-serif;
	font-size: 1em;	/* Based on wrapper's font-size */
	font-weight: 900;
	line-height: 1.15;
	color: #FDEA5C;
}
.enroll-popup__heading strong {
	font-weight: inherit;
	color: #fff;
}


.enroll-popup__text {
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 30px #CAECF5 solid;
	padding: 26px 16px;
	background-color: #fff;
}

.enroll-popup__copy {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: #003669;
	margin: 0;
}
.enroll-popup__copy a {
	text-transform: uppercase;
	background-color: #FDEA5C;
	color: inherit;
	padding: 0 0.2em;
}


.enroll-popup__footer {
	padding: 20px 46px;
	background-color: #005AAB;
}
.enroll-popup__footer-logo {
	max-height: 80px;
	width: auto;
}


.enroll-popup__images {
	flex: 8;
	display: flex;
	flex-direction: column;
	width: 100%;
	font-size: 0;	/* Remove extraneous spacing */
}
.enroll-popup__images br {
	display: none;
}

.enroll-popup__image {
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media (max-width: 700px) {
	.enroll-popup__heading-wrapper {
		font-size: 36px;
	}
	
	.enroll-popup__copy {
		font-size: 20px;
	}
	
	.enroll-popup__images {
		flex: 4;
	}
}

@media (max-width: 630px) {
	.enroll-popup__images {
		flex: 5;
	}
}

@media (max-width: 550px) {
	.enroll-popup__images {
		display: none;
	}
}