/**
 * Theme Name:     Hello Elementor Child
 * Author:         Solomon Thimothy
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A plain-vanilla &amp; lightweight theme for Elementor page builder
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
}
p {
    margin:0;
}
main.site-main {
    max-width: 100% !important;
    padding: 0;
}
.container{
	max-width:1200px;
	padding-left:15px;
	padding-right:15px;
	margin-left:auto;
	margin-right:auto;
}
.button-style .elementor-button-icon {
    height: 25px;
    width: 25px;
    background: #fff;
    color: #ef3f54;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin-left: 10px !important;
}

.button-style .elementor-button-content-wrapper {
    align-items: center;
}
.hero-wrapper h1.elementor-heading-title b {
    font-weight: 900;
    color: #F8B018;
}
.opportunities-items .elementor-widget-wrap {
    background: #fff;
    box-shadow: 15px 5px 51px rgb(209 213 219 / 42%);
}
.video-container .elementor-widget-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container .elementor-widget-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.footer-info-row .elementor-widget-image {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Error Page CSS */

body.error404 {
    background:#0C1F2B;
}
body.error404 header#masthead {
    display: none;
}
.error-page-wrapper {
    padding:70px 30px;
}
.error-page-wrapper .container {
    background: #fff;
    padding:50px 20px;
    max-width: 840px;
	text-align:center;
}
.error-page-wrapper .container h1 {
    margin: 0;
    font-size: 160px;
    font-weight: 800;
    letter-spacing: -8px;
    text-shadow: 5px 0px #D53609;
    line-height: 1;
	color:#000;
}
.error-page-wrapper h4 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 34px;
    margin: 20px 0 18px 0;
    color: #000;
}
.error-page-wrapper p {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px;
}
.btn-primary {
    font-size: 16px;
    font-weight: 600;
    background-color:#EF5023;
    padding: 15px 20px 15px 20px;
	color:#fff;
	display:inline-block;
	text-decoration:none;
	border-radius: 4px;
}
.btn-primary:hover,
.btn-primary:focus{
	background:#D53609;
	color:#fff;
}
.colleges-logo-wrapper .elementor-widget-wrap {
    border: 1px solid #ddd;
    margin: 10px;
    padding:15px 10px !important;
    min-height: 100px;
}
.colleges-logo-wrapper .elementor-widget-wrap img {
    max-height: 150px !important;
    width: auto !important;
}
.colleges-logo-wrapper .elementor-widget-wrap img {
    max-height: 100px !important;
    width: auto !important;
}
.colleges-logo-wrapper.empty-col .elementor-widget-wrap {
    border: none;
    max-height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
}
.top-right-header .elementor-widget-wrap {
    justify-content: end;
}
.top-right-header .elementor-widget-wrap .elementor-element {
    margin: 0;
    width: auto;
    margin-left: 20px;
}
.image-style-container .elementor-widget-container img {
    border-radius: 20px;
    position: relative;
}
.image-style-container .elementor-widget-container {
    position: relative;
}
.image-style-container .elementor-widget-container:before {
    content: "";
    background: #f8b018;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 112%;
    width: 70%;
    transform: skew(-15deg, 0);
    right: 0;
    left: 0;
    margin: auto;
}
.image-style-container-1 .elementor-widget-container:before {
    background: #60bbea;
    height: 108%;
    transform: skew(12deg, 0);
}



@media(max-width:767px) {
	
.error-page-wrapper {padding: 40px 5px;}
.error-page-wrapper .container h1 {font-size: 100px;}
.error-page-wrapper h4 {font-size: 24px;}
.btn-primary {font-size: 14px;padding: 10px 16px;}
h2.elementor-heading-title br {display:none}
.image-style-container {margin-top: 20px;margin-bottom: 20px;}

}

