/*
Theme Name: EMRG Child 
Theme URL: http://yourdomain.com
Description: EMRG Child 
Template: emrg
Version: 1.0.0 
Text Domain: emrg-child 
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

@font-face {
  font-family: Poppins;
  src: url('fonts/Poppins-Regular.ttf');
}

@font-face {
  font-family: PoppinsBold;
  src: url('fonts/Poppins-Bold.ttf');
}

body {
  padding-top: unset !important;
}

nav .container {
  justify-content: center !important;
}

nav #navbar-content {
  display: none !important;
}

footer .bottom {
  text-align: center;
}

.form-body .gfield_label {
  color: red;
  color: #464754;
  text-transform: uppercase;
}

.form-body .form-fields .gfield_label {
  font-family: Poppins !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.form-fields .gfield {
  margin-top: 16px !important;
}

.form-fields textarea {
	font-family: Poppins !important;
}

.ginput_container_textarea textarea {
  border: 1px solid #1899b4 !important;
}

.gform_footer .button {
  background-color: #1899b4 !important;
  text-transform: uppercase;
}