/*
 Theme Name: OLOL - School
 Author: CODA Education
 Author URI: http://coda.education
 Template:   madebycoda
*/
 
@import url("../madebycoda/style.css");

/*---------------------------------
Footer 
---------------------------------*/

#site-footer {
background: #333; height: 600px; position: relative;
}

#site-footer .footer-map-contact {
width: 800px; padding: 20px 50px;
position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
	color: #FFF;
}

#site-footer p {
color: #FFF;font-size: 15px;
}

#site-footer  h3 {
margin-bottom: 30px;
}

#site-footer .contact-details-left {
width: 50%;
}

#site-footer .contact-details-mid {
width: 50%;
}


#accreditations {
padding: 30px 0px;
}

#copywrite {
background: linear-gradient(101.19deg, #44587E 0%, #2C3B59 100%);
position: relative;
}

.top-row {
position: absolute;
left: 5%;
top: 50%;
width: calc(100% - 600px); max-width: 1100px;
transform: translateY(-50%);
}

.top-row p {
color: #FFF; font-size: 15px;
}

.top-row p a:link,
.top-row p a:visited {
color: #FFF; font-weight: 800; text-decoration: none;
}


.second-footer-left {
width: calc(100% - 560px);
height:  400px;
}

.footer-trust-logo  {
width: 400px; height: 300px;
position: absolute;
right: 5%;
top: 50%;
transform: translateY(-50%);
}

.footer-trust-logo img {
position: absolute;
    width: auto;
    height: 300px;
	position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);

}

img.transparent-logo.footer {
opacity: 0.5;
}

.footer-trust-logo .main-image {
height: 150px; width: auto; z-index: 999;
}

.contact-details-main a:link,
.contact-details-main a:visited {
color: #FFF; text-decoration: none;
}



#contact-details {
	background: linear-gradient(101.19deg, #44587E 0%, #2C3B59 100%) !important;
	color: #fff;
	position: relative;
	height: 470px;
}

#contact-details h3 {
text-transform: uppercase; letter-spacing: 2px;
}

.contact-details-main {
	display: flex;
}

.contact-details-left {
	width: 30%; margin-right: 20px;
}

.contact-details-mid {
	width: 30%;
}

.contact-details-right {
	width: 40%;
	display: flex;
	justify-content: flex-end;
	position: absolute;
	right: 0px;
}

.contact-details-right .main-image {
	height: 150px;
}


#contact-details p {
	color: #fff;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
	letter-spacing: 0.5px;
}

.contact-para-point {
	text-transform: uppercase;
	font-weight: 600 !important;
	letter-spacing: 5px !important;
	margin-bottom: 5px;
}

#contact-details .margin-bottom {
	margin-bottom: 30px !important;
}

.school-logo .logo {
background-size: 100% auto;
width: 100%;
}

#accreditations {
text-align: center; margin-bottom: 50px;
}

#accreditations img {
height: 80px; width: auto; margin: 0px 10px;
}

#site-footer .curve {
position: absolute;
right: 0px;
width: 500px;
height: 100%;
bottom: 0px;
}

#site-footer .curve svg  {
position: absolute;
width: auto;
height: 100%;
bottom: 0px;
right: 0px;
}

.transparent-hero-logo.footer {
	width: 350px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#second-footer {
	padding: 40px 0;
}


.second-footer-main {
	display: flex;
}


.second-footer-right {
	display: flex;
	justify-content: flex-end;
	width: 44%;
}

#second-footer p {
	line-height: 1.5;
	margin-bottom: 0px; font-size: 13px;
}

.top-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.second-footer-left .separator {
	margin: 2px 10px;
	height: 16px;
	width: 1px;
}

.bottom-row {
	display: flex;
	justify-content: normal; 
}

.bottom-row p {
margin-right: 30px;
}

.second-footer-right img {
	height:80px;
}

.second-footer-right .margin-left {
	margin-left: 30px;
}

.bottom-row p {
	text-transform: uppercase;
	font-weight: 700;
}



@media (max-width: 1000px) {

.second-footer-left {
width: 100%; 
position: relative;
display: table;
float: none; margin-top: 30px;
}

.top-row p {
width: 100%;
}


.top-row {
position: relative;
width: 90%; text-align: center; top: 0px; transform: none; max-width: 90%;
}

}