/*/*/*/*
Theme Name: LEHOA Theme;
Author: CRI;
*/
body {
  min-height: 100vh;
  position: relative;
  margin: 0;
  padding-bottom: 200px;
  box-sizing: border-box;
}


.page-title {
	font-weight: 700;
    color: #030357;
    font-size: 32px;
    text-transform: uppercase;
}


/*--------Navigation Menu---------*/
header {
	z-index: 9999999999;
}

#wpadminbar {
	z-index: 999999999999 !important;
}

.navbar {
	background: white;
	padding-bottom: 70px;
    padding-top: 30px;
}

.menu-topmenu-container {
	margin-left: auto !important;
}

#menu-topmenu {
	display: flex;
}

.navbar-light .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-nav > li {
	margin-right: 0px;
	margin-left: 0px;
	height: 30px;
}

.navbar-toggler:focus, .navbar-toggler:active {
	outline: none;
	box-shadow: none;
}

.navbar-light .navbar-toggler-icon {
    margin-top: 15px;
    margin-left: -12px;
}

.navbar-toggler-icon {
	width: 36px;
    margin-top: 20px;
}

.navbar-toggler {
   font-size: unset;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 0px;
    /*text-transform: uppercase;*/
}

/*.navbar-light .navbar-nav .nav-link:hover {
    color: #F8991C;
    transition: .2s;
}*/


#menu-topmenu > li a > span.dashicons.dashicons-search {
	font-size: 28px;
    color: black;
    transform: scalex(-1);
}

#menu-topmenu > li a > span.dashicons-arrow-down-alt2 {
	font-size: 18px;
    margin: 0;
    padding-top: 4px;
}

.menu-image-title-before.menu-image-title {
	padding-right: 0px;
}

.updown {
	transform: scaley(-1);
	padding-top: 0px !important;
}

.mobile-header-logo {
	display: none;
}

#menu-topmenu ul.sub-menu {
	display: none;
	list-style: none;
    top: 30px;
    position: absolute;
    background: white;
    width: 250px;
    padding-left: 10px;
    padding-bottom: 10px;
    z-index: 99999999;
}

#menu-topmenu ul.sub-menu > li {
	padding-bottom: 4px;
}

a#register-menu-link {
	font-size: 14px;
    font-weight: 700;
    color: #415993;
    text-decoration: underline;
    padding: 0px;
}

.search-bar {
	position: absolute;
    bottom: -40px;
    right: 210px;
    width: 500px;
    margin-right: 28px;
    border: 2px solid #000000;
    border-radius: 50px;
    font-size: 16px;
    padding: 2px 6px;
}


.search-bar:focus {
	outline: unset;
}

.search-bar::placeholder {
 	color: #030357;
 	font-size: 20px;
 	font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:after{
	content: "|";
	margin-left: 8px;
	font-size: 16px;
    font-weight: 600;
    color: #000000 !important;
}

ul.sub-menu > li.menu-item > a:after{
	content: unset !important;
}

ul#menu-topmenu > li.menu-item:nth-last-of-type(2) > a:last-of-type:after{
	content: "";
}

ul#menu-topmenu > li.menu-item:last-of-type > a:last-of-type:after{
	content: unset;
}

ul#menu-topmenu > li.menu-item:last-of-type > a:nth-last-of-type(2):after{
	content: "";
}

ul#menu-topmenu > li.menu-item:last-of-type {
	margin-left: 20px;
}

ul#menu-topmenu > li.menu-item:last-of-type > a:last-of-type{
	font-size: 16px;
    background: #030357;
    margin-top: 13px;
    text-align: center;
    letter-spacing: 3px;
    padding: 4px;
    width: 100%;
    border: 12px 12px 12px 12px solid red;
    color: white;
    text-transform: uppercase;
    border-radius: 50px;
}


@media (min-width: 1200px) and (max-width: 1250px) {
	.navbar-light .navbar-nav .nav-link {
	    font-size: 14px;
	}

	.navbar-nav > li {
		margin-right: 2px;
		margin-left: 2px;
	}

	.navbar-light .navbar-nav .nav-link:after{
		content: "|";
		margin-left: 4px;
		font-size: 14px;
	    font-weight: 600;
	}
}

@media (width: 1200px) {
	.search-form-small {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	a#register-menu-link {
		display: inline-block;
		margin-top: 6px;
	}

	.navbar-light .navbar-toggler {
	    margin-right: -14px;
	    border-color: rgba(255, 255, 255, 0.1);
	}

	.search-form {
		position: absolute;
		top: 24px;
    	left: 50%;
    	transform: translateX(-50%)
	}

	.search-bar {
		position: static;
		margin-right: 0px;
	}

	.navbar {
		padding: 8px;
	}

	.navbar-light .navbar-nav .nav-link:after{
		content: unset;
	}

	#menu-topmenu ul.sub-menu {
	    position: unset;
	}

	.navbar-light .navbar-toggler-icon {
	    margin-top: 0px;
	    margin-left: -12px;
	}

	ul#menu-topmenu > li.menu-item:last-of-type {
	    margin-left: 4px;
	    order: -1;
	    margin-top: 16px;
	}

	ul#menu-topmenu > li.menu-item:last-of-type > a:last-of-type {
	    width: 160px;
	    float: right;
	    display: inline-block;
	    margin-top: 0px;
	}

	.navbar-nav > li {
	    height: unset; 
	}

	.navbar-light .navbar-nav .nav-link {
	    margin-bottom: 10px;
	}

	#menu-topmenu ul.sub-menu > li {
	    padding-bottom: 0;
	}
}

@media (max-width:992px) {
	a#register-menu-link {
		display: inline-block;
		margin-top: 10px;
	}

    .mobile-header-logo {
    	display: block;
    	height: 0px;
	}

	.mobile-header-logo img {
		position: absolute;
	    top: 10px;
	    left: 0;
	    padding: 0px;
	    right: 0;
	    margin: auto;
    	max-width: 175px;
	}

	.desktop-logo {
		display: none;
	}

	.navbar-light .navbar-nav .nav-link {
	    /*color: #3F4870;*/
	    font-size: 16px;
	    padding-top: 0px;
	    padding-left: 4px;
	}

	.search-form {
		position: absolute;
	    top: 55px;
	    left: 50%;
	    padding-bottom: 10px;
	    padding-top: 10px;
	    width: 100%;
	    background: white;
	    transform: translateX(-50%);
	}

	.search-bar {
		position: static;
		margin-right: 0px;
	}

	.navbar {
		padding: 8px;
		margin-bottom: 0px;
	}

	.navbar-light .navbar-nav .nav-link:after{
		content: unset;
	}

	#menu-topmenu ul.sub-menu {
	    position: unset;
	}

	.navbar-light .navbar-toggler-icon {
	    margin-top: 10px;
	    margin-left: -14px;
	}

	ul#menu-topmenu > li.menu-item:last-of-type {
	    margin-left: 4px;
	    margin-bottom: 0px;
	    order: -1;
	}

	ul#menu-topmenu > li.menu-item:last-of-type > a:last-of-type {
	    width: 150px;
	    padding: 10px;
	    float: right;
	    display: inline-block;
	    margin: 0px;
	    font-size: 14px;
	    letter-spacing: 2px
	}

	.navbar-nav > li {
	    height: unset; 
	}

	.navbar-light .navbar-nav .nav-link {
	    margin-bottom: 10px;
	}

	#menu-topmenu ul.sub-menu > li {
	    padding-bottom: 0;
	}

	.search-bar {
	    width: 100%;
	    margin: 0px;
	    font-size: 16px;
     	padding: 2px 4px;
	}

	.search-bar::placeholder {
	 	color: #030357;
	 	font-size: 16px;
	 	font-weight: 700;
	}

	.navbar-nav {
	    margin-top: 60px;
	}
}

@media (min-width: 375px) and (max-width: 425px) {
	ul#menu-topmenu > li.menu-item:last-of-type > a:last-of-type {
	    width: 120px;
	    letter-spacing: 1px;
	}
}

@media (max-width:375px) {
	ul#menu-topmenu > li.menu-item:last-of-type > a:last-of-type {
	    width: 120px;
	    letter-spacing: 1px;
	    margin-top: 10px;
	}

	a#register-menu-link {
	    width: 125px;
	}
}

.navbar-brand {
	max-width: 170px;
}

.nav-link {
    display: block;
    padding: 0rem 0rem;
    cursor: pointer !important;
}


.margin-top-remove {
	margin-top: 0px !important;
}



/*--------------Footer------------*/
#footer {
	position: absolute;
	bottom: 0;
	height: 170px;
	width: 100%;
}

ul#menu-footer-menu {
	list-style: none;
	padding: 0px;
}

ul#menu-footer-menu > li {
	margin-bottom: 10px;
}

ul#menu-footer-menu > li a {
	font-weight: bold;
	color: #000000;
	font-size: 16px;
}

#menu-footer-menu > li a > span.dashicons {
	color: #3b5998;
    background-color: #ffffff;
    border: 2px solid #3b5998;
    height: 27px;
    width: 27px;
    padding: 0px;
    font-size: 22px;
    border-radius: 50%;
}

#menu-footer-menu > li a > span.menu-image-title-after.menu-image-title {
    font-weight: 600;
}

.website-item span {
	font-size: 14px;
	display: block;
	font-weight: 600;
	color: #000000;
}

@media (max-width:425px) {
	.website-item span {
		font-size: 10px;
	}
}

@media (max-width:375px) {
	.website-item span {
		font-size: 9px;
	}
}

#footer-websites {
	border: 2px solid #000000;
	border-bottom: none;
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
}


/*---------Home Content-------*/
#homebanners {
	margin-top: 0px;
    position: relative;
    z-index: -14;
    margin-bottom: 50px;
}

/*@media (max-width:991px) {
	#homebanners {
		margin-top:50px;
	}
}*/

#lehoa-description {
	margin-bottom: 30px;
}

#home-newsletters, #our-community {
	margin-bottom: 50px;
}



/*----------Mission, Vision, Values-------------*/
.lnc-core-items {
	color: #000000;
}

.lnc-core-items h3 {
	position: absolute;
    bottom: 12px;
    left: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    background: white;
    padding: 6px 14px;
    text-transform: uppercase;
}

.lnc-core-items p {
	font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
}

/*----------LEHOA Short Description-------------*/
/*#lehoa-description h2, #lehoa-description p {
	font-weight: 700;
}*/

#lehoa-description h2 {
	color: #030357;
	font-size: 20px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: 600
}

#lehoa-description p {
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 0px;
	max-width: 800px;
    margin: auto;
}


/*----------Home Our Community-------------*/
#our-community-text h2, #our-community-text p {
	font-weight: 700;
}


#our-community-text h2 {
	color: #030357;
	font-size: 20px;
	margin-bottom: 0px;
	text-transform: uppercase;
}


#our-community-text p {
	color: #444447;
	font-size: 18px;
	line-height: 20px;
}



/*----------Home Newsletters-------------*/
div.newsletters-img {
	border: 1px solid #000000;
}

.newsletters-link:hover {
	text-decoration: unset;
}

#home-newsletters h2 {
	color: #030357;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
}

div.newsletters-txt {
	margin-top: 12px;
}

div.newsletters-txt h3 {
	font-weight: 700;
    color: #000000;
    font-size: 18px;
}

div.newsletters-txt p {
	font-weight: 600;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
}

.newsletters-pagination a {
	text-decoration: unset;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	padding: 4px;
}

.newsletters-pagination a:hover {
	color: #030357;
}

.page-numbers.current {
	color: #030357;
	font-size: 16px;
	font-weight: 600;
	padding: 4px;
}

@media (min-width: 992px) {
	.col-lg-20 {
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
}


.website-item {
	margin-top: auto;
	margin-bottom: auto;
}









#contactpage-form input, #contactpage-form textarea {
	border-radius: 4px;
    border: 2px solid #444447;
    color: #444447;
    font-size: 16px;
    padding: 4px;
    padding-left: 4px;
    width: 100%;
}

#contactpage-form textarea {
    resize: none;
}

#contactpage-form input:focus {
    outline: unset;
}

#contactpage-form textarea:focus {
    outline: unset;
}

#contactpage-form input[type=submit] {
    color: white;
    background: #030357;
    padding: 4px;
    border: unset;
    display: block;
    font-size: 16px;
    margin: auto;
    width: 120px;
    border-radius: unset;
    text-align: center;
}

#contactpage-form input[type=submit]:hover {
    background: #0a0a5a;
    transition: .2s;
}

/*#contactpage-form .wpcf7-not-valid-tip {
    color: white;
    font-size: 14px;
    font-weight: normal;
    display: block;
}

#contactpage-form .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #1c9935;
    color: white;
}

#contactpage-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: white;
}*/


#contactpage-form label {
    color: #030357;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0px;
}

#contactpage-form input[type=number]::-webkit-inner-spin-button, 
#contactpage-form input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}






/*---------Faqs--------------*/
.ewd-ufaq-post-margin-symbol {
	display: none !important;
}

.ufaq-faq-title-text > h4 {
	color: #030357 !important;
}

.ufaq-faq-title-text > h4:hover {
	color: #F8991C !important;
}





/*-----id registration page---------*/
#id-system-page {
	font-family: 'Open Sans', sans-serif !important;
}

#banner_desktop {
	display: block;
	width: 100%;
}

#banner_mobile {
	display: none;
}

@media (max-width:800px) {
	#banner_mobile {
		display: block;
		width: 100%;
	}

	#banner_desktop {
		display: none;
		width: 100%;
	}
}

#id-overview-content h2 {
	text-align: center;
    text-transform: uppercase;
    color: #030357;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

#id-overview-content p {
	font-weight: 600;
	text-align: justify;
	color: #000000;
}

#lehoa-id-steps h2 {
	text-align: center;
    text-transform: uppercase;
    color: #030357;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.steps-content h6 {
	text-align: center;
	color: #030357;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.steps-content h5 {
    font-weight: 700;
    font-size: 16px;
}

.steps-content img {
	max-width: 140px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

.steps-content p {
	font-weight: 600;
	color: #000000;
}

.steps-content span {
	display: block;
	line-height: 20px;
	color: #000000;
}

.grey-border {
	border: 2px solid #707070;
    border-radius: 32px;
    padding-bottom: 20px;
}

@media (max-width:578px) {
	.grey-border {
	    border: 2px solid #707070;
	    border-radius: 32px;
	    padding-bottom: 20px;
	    margin-left: 0px;
	    margin-right: 0px;
	}
}

@media (max-width:991px) {
	#lehoa-id-steps {
		text-align: center;
	}

	main {
		margin-top: 60px;
	}
}

#registration-guide h2 {
	text-align: center;
    text-transform: uppercase;
    color: #030357;
    font-size: 26px;
    font-weight: 600;
}

#registration-guide p {
	font-weight: 600;
	color: #000000;
}

.member-type-header {
	background: #030357;
	width: 100%;
}

.member-type-header h4 {
	color: white;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	padding: 8px;
}

.member-type-box {
	border: 1px solid black;
	padding: 10px;
}

.member-type-box p {
	margin-top: 20px;
	text-align: center;
	font-weight: 600;
	min-height: 50px;
}

.register-btn {
	width: 100%;
    display: block;
    color: white;
    background: #030357;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 6px;
    border: 1px solid #030357;
    border-radius: 8px;
    margin: 0px;
}

.register-btn:hover {
	width: 100%;
    display: block;
	text-decoration: none;
	color: #030357;
	background: white;
	transition: .2s;
	border: 1px solid #030357;
	border-radius: 8px;
}

.member-type-box span {
	display: block;
	min-height: 250px;
	font-weight: 600;
	font-size: 16px;
	color: #000000
}

#id-requirement-cards {
	max-width: 900px;
	margin: auto;
}

#powered-by-footer img {
	max-width: 180px;
}

#powered-by-footer h6 {
	font-weight: 700;
	font-size: 14px;
	color: #000000;
	text-align: center;
	margin-bottom: 0px;
}

#dpa-title {
	font-size: 24px;
	font-weight: bold;
}

@media (max-width:991px) {
	#dpa-title {
		margin-top: 50px;
	}	
}

.search-link {
	color: #030357;
}

.search-link:hover {
	text-decoration: none;
}

.search-title {
	font-size: 20px;
	font-weight: 700;
}


.single-newsletter-header {
	font-size: 20px;
    font-weight: 700;
    color: #030357;
    margin-top: 20px;
    margin-bottom: 12px;
}

.single-newsletter-content {
	font-weight: 600;
    color: #000000;
    font-size: 16px;
}







/*------village select-----------*/
.village-selection label {
	font-weight: 600;
    color: #000000;
    font-size: 16px;
}

.village-selection select {
	border: 2px solid #030357;
    border-radius: 4px;
}

.form-control:focus {
    border-color: unset;
    outline: unset;
    box-shadow: unset;
}