/*
Theme Name: Direxion University
Theme URI: https://www.direxion.com/
Author: Your Name
Author URI: https://www.direxion.com/
Description: A Wordpress theme design for Direxion University
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: direxion-university
*/

:root {
    --primary-color: #1a223b;
    --fontWhite: #ffffff;
    --background-color: #f8f9fa;
    --text-color: #212529;
    --font-size: 16px;
    --border-radius: 5px;
}
 
ul {
    margin: 0px;
    padding: 0px;
} 

/* Header CSS */
.top-header { 
    background-color: var(--primary-color);
    padding: 5px 0;
    height: 40px;
    justify-items: center;
}
 
.top-header .top-menu li {
    list-style: none;
}

.top-header .top-menu li a {
    color: var(--fontWhite);
    text-decoration: none;
    margin: 0 0 0 20px;
}

.navbar-brand img {
	width: 100%;
  max-width: 140px;
}

/* Homepage CSS */
article.mainpage {
  padding: 150px 0;
  background-color: #F0F0F3;
  height: 80vh;
  align-items: center;
  vertical-align: middle;
  display: flex;
}

.mainpage #mepro-login-hero {
  width: 100%;
}
 


/* Footer CSS */
.footer-section {
    background-color: var(--primary-color);
    position: relative;
}
/* .footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
 
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
} */

.copyright-area{
  padding: 20px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: var(--fontWhite); 
}
 

body.home { 
  background-color: #f2f2f2 !important;
}

body.home .site-header {
  background-color: transparent !important;
}

/* Membership Custom CSS */
.membership-login {
	margin: auto;
	width: 100%;
	max-width: 1270px;
	display: flex;
	padding: 0 15px !important;
	gap: 15px;
}

.mepr-guest-layout .site-branding img.site-logo {
	width: 100%;
  max-width: 333px !important;
}

.membership-login .mepr-checkout-container .form-wrapper {
	border-left: 1px solid transparent !important;
	padding: 0 !important;
}

.membership-login #mepro-login-hero .mepro-boxed {
	min-height: 520px; 
	max-width: 100% !important;
}

.membership-login #mepro-login-hero .mepro-login-contents {
	padding: 0;
	width: 100%
}

.membership-login .mepr-signup-form {
	display: flex;
	box-sizing: border-box;
	position: relative;
	padding: 36px 36px 52px 36px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	background-color: #fff;
	color: #2c2d36; 
}

.membership-login .mepr-signup-form .mepr-checkout-container {
  min-height: auto;
}

.membership-login .form-wrapper .mp-address-group {
	margin: 0 !important;
}

.mepr-signup-form,
.mepr-before-signup-form,
.mepr-pro-template #primary {
	max-width: 1170px !important;
}

.membership-login .mepr_spacer {
	display: none;
}

.form-wrapper .mp-form-row input[type="text"],
.form-wrapper .mp-form-row input[type="email"],
.form-wrapper .mp-form-row input[type="url"],
.form-wrapper .mp-form-row input[type="tel"],
.form-wrapper .mp-form-row input[type="password"] {
	display: block;
	width: 100%;
	min-height: 47px;
	padding: 8px 12px;
	margin-bottom: 10px;
	line-height: 1.42857143;
	border-radius: 4px;
}

.membership-login .mepr-checkout-container .form-wrapper input[type="submit"],
.membership-login #mepr-template-login .mepro-form input[type="submit"] {
	background: #1a223b !important;
}

.mepro-login-widget {
	display: none;
}

@media(max-width:767px) {
	.membership-login #mepro-login-hero {
		margin-bottom: 20px;
	}

	.membership-login #mepro-login-hero .mepro-boxed {
		max-width: 100%;
		min-height: auto;
	}

	.membership-login {
		display: block !important;
		padding: 0 15px !important;
	}
}


/* Membership Lgog CSS */
.single-mpcs-course .navbar-section .navbar-brand, 
.single-mpcs-quiz .navbar-section .navbar-brand, 
.single-mpcs-lesson .navbar-section .navbar-brand, 
.archive .navbar-section .navbar-brand {
  width: 100%;
  max-width: 140px;
  margin-top: 3px;
}
