/*
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 ***************/

/*** Header ***/
#masthead .row.nasa-hide-for-mobile .logo-wrapper h1 {
    line-height: 0px !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: #27257b;
	letter-spacing: -1px;
	line-height: 110px;
}
h2 {
	font-family: 'Poppins', sans-serif !important;
	font-size: 40px;
	font-weight: bold;
	color: #27257b;
	letter-spacing: 0;
	line-height: 50px;
}
h3 {
	font-family: 'Poppins', sans-serif !important;	
	font-size: 38px;
	font-weight: bold;
	color: #27257b;
	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: #27257b;
	letter-spacing: 0;
	line-height: 32px;
}
h6 {
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	color: #27257b;
	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';
  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';
  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 */
}