/*
Theme Name: Elessi Child Theme
Theme URI: http://elessi.nasatheme.com
Description: This is a child theme for Elessi Theme
Author: NasaTheme
Author URI: http://www.nasatheme.com
Template: elessi-theme
Version: 1.0
*/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
.row.rapidled-cat-desc-text {
    max-width: 1180px !important;
    margin: 0 auto;
	padding-top: 15px;
}

.ib-login-form {
	width: 450px;
	margin:auto;
}

.new-signup, .banner-btn {
	padding: 20px 20px;
    cursor: pointer;
    -webkit-transition: .35s all ease-out;
    transition: .35s all ease-out;
    text-transform: uppercase;
    background-color: black !important;
    border-color: black !important;
    color: white;
    min-width: 250px;
    max-width: 300px;
    border-radius: 50px;
    margin: auto!important;
    text-align: center;
    display: block;
}

.banner-btn {
	padding: 9px 15px;
	background-color: #FFF !important;
	color: #00ADEE!important;
	vertical-align: middle
}

.new-signup:hover {
	background-color: #00ADEE !important;
	color: #fff;
}

/*** Header ***/
#masthead .row.nasa-hide-for-mobile .logo-wrapper h1 {
    line-height: 0px !important;
}

/*** Extra profile fields frontend ***/
.rled_wooreg_form_hear input, .rled_wooreg_form_hear label {
    display: inline-block;
    margin-bottom: 10px;
}
.rled_wooreg_form_hear input[type="radio"] {
    height: 12px;
}
.rled_wooreg_form_hear input[type="text"] {
	font-size: 14px;
    margin-bottom: 20px!important;    
}

@media only screen and (max-width: 500px){
	.rl-gallery-item {
		position: relative !important;
		width: 100% !important;
		left: auto !important;
		margin: 0 auto 20px 0 !important;
		top: auto !important;
	}
}

/*** Global ***/
h1 {
	font-size: 46px;
	color: #000000;
	letter-spacing: -1px;
	line-height: 110px;
}
h2 {
	font-family: 'Poppins', sans-serif !important;
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0;
	line-height: 50px;
}
h3 {
	font-family: 'Poppins', sans-serif !important;	
	font-size: 38px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0;
	line-height: 56px;
}
h4 {
	font-family: 'Poppins', sans-serif !important;
	font-size: 20px;
	color: #000000;
	letter-spacing: 0;
	line-height: 32px;
}
h5 {
	font-size: 20px;
	color: #000000;
	letter-spacing: 0;
	line-height: 32px;
}
h6 {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
}
body p {
	font-size: 15px;
	color: #555555;
	letter-spacing: 0;
	line-height: 24px;
}
.white-color {
	color: white;
}
body .ff-amstd {
	font-family: 'Poppins', sans-serif !important;
}
body .ff-amstd-bold {
	font-family: 'Poppins', sans-serif !important;
	font-weight: bold;
}
.ls-1px {
	letter-spacing: 1px;
}
div#top-bar, .hide-all {
    display: none;
}

body #submit:hover, body button:hover, body .button:hover, body input[type="submit"]:hover {
    opacity: 1 !important;
}

/**********************************************************
Custom Fonts:
***********************************************************/
@font-face {
  font-family: 'AndaleMonoMTStd';
	font-display: swap;
  src: url('/wp-content/themes/elessi-theme-child/fonts/AndaleMonoMTStd.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/themes/elessi-theme-child/fonts/AndaleMonoMTStd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/elessi-theme-child/fonts/AndaleMonoMTStd.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/elessi-theme-child/fonts/AndaleMonoMTStd.woff') format('woff'), /* Pretty Modern Browsers */
       url('/wp-content/themes/elessi-theme-child/fonts/AndaleMonoMTStd.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/elessi-theme-child/fonts/AndaleMonoMTStd.svg#AndaleMonoMTStd') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'AndaleMonoMTStd-Bold';
	font-display: swap;
  src: url('/wp-content/themes/elessi-theme-child/fonts/AndaleMonoMTStd-Bold.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/themes/elessi-theme-child/fonts/AndaleMonoMTStd-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/elessi-theme-child/fonts/AndaleMonoMTStd-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/elessi-theme-child/fonts/AndaleMonoMTStd-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('/wp-content/themes/elessi-theme-child/fonts/AndaleMonoMTStd-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/elessi-theme-child/fonts/AndaleMonoMTStd-Bold.svg#AndaleMonoMTStd-Bold') format('svg'); /* Legacy iOS */
}

.nasa-loader{display:none !important}
