/*  MICROTHEMER STYLES  */

/*= Animations ================ */

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


/*= General =================== */

/** General >> Nooth Logo **/
#fl-post-15 .wp-image-37 {
	-webkit-animation-name: fadeInDownBig !important;
	animation-name: fadeInDownBig !important;
	-webkit-animation-duration: 0.7s !important;
	animation-duration: 0.7s !important;
}

/** General >> Form input **/
.pp-input-required > input {
	border-bottom-color: rgba(157, 157, 157, 0.77) !important;
	border-bottom-width: 1px !important;
}

/** General >> Form text area **/
#contact textarea {
	border-bottom-color: rgba(157, 157, 157, 0.77) !important;
	border-bottom-width: 1px !important;
}

/** General >> Contact pp submit button **/
#contact .pp-submit-button {
	font-size: 19px !important;
	font-weight: 300 !important;
	text-align: center !important;
	background-color: rgba(0, 0, 0, 0.77) !important;
	width: 200px !important;
	border-bottom-color: rgba(157, 157, 157, 0.77) !important;
	border-width: 0 0 1px 0 !important;
	border-right-style: double !important;
}

/** General >> Contact pp submit button:hover **/
#contact .pp-submit-button:hover {
	background-color: rgb(116, 192, 67) !important;
	border-color: rgb(116, 192, 67) !important;
	-webkit-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
	-webkit-animation-play-state: running !important;
	animation-play-state: running !important;
}

/** General >> footer **/
.fl-rich-text span:nth-of-type(1) {
	text-align: center !important;
	bottom: 0 !important;
}

