/*
Theme name: Makers Empire
Description: Custom Theme
*/

/*
	Source post-css styles are located in the postcss directory.
	The compiled bundle is in assets/bundle.css; The README.md
	file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment. It will override bundle.css styles.
*/

p {  }
.sign-up-form {padding: 0 30px}
.sign-up-form h2, .sign-up-form p, .sign-up-form label {color: #00ada8 !important}
.sign-up-form .btn-primary { width:100%}
.sign-up-form #mc_embed_signup .mc-field-group select { background: #dedede; border-radius: 0em}

/*
#contact-form-6087{
 width: 400px;
 margin: 0 auto;
}

#contact-form-6087 label {
 text-align: left;
 color: #888;
 font-weight: 400;
display: block;
}

#contact-form-6087 input, #contact-form-6087 select {
  height: 25px;
  border: 1px solid #00ada8;
  text-align: left;
  float: left;
  display: block;
  width: 100%;
}
*/

.nav>ul>li {
	text-transform: none !important;
}

.test {
	text-transform: none !important;
}

.slider .intro-video .intro-video-content .btn-primary { margin: 10px; }

@media ( max-width: 767px ) {
	.nav {
		max-width: 100%;
		width: 100%;
	}

	.nav ul li a { word-spacing: normal; white-space: normal !important; }

	.slider .intro-video.intro-video--two-buttons { min-height: 540px; }
}