/*
 Theme Name:   HWapps Hello-Elementor Child
 Theme URI:    https://hwny.org
 Description:  Hello-Elementor Child Theme
 Author:       Ben Aldrich
 Author URI:   https://hwny.org
 Template:     hello-elementor
 Version:      1.0.10
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         child
 Text Domain:  hello-elementorchild
*/

.fa-widget-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.page-header {
	display: none;
}

#employer-login-container {
  width: 95%;
  max-width: 960px;
  margin: 100px auto;
}

#employer-login-form {
  width: 50%;
  min-width: 300px;
  margin: 0 auto 0 0;
  padding: 20px 0px;
}

.textwidget > p {
  margin-bottom: 0px !important;
}

.name_first, .name_last {
	width: 49% !important;
	float: left;
}

footer {
  padding: 15px 0px;
  background-color: black;
}

.footer-container {
  overflow: hidden;
  width: 100%;
  max-width: 990px;
  color: white;
  margin: 0 auto;
  padding: 0 15px;
}

.fa {
  display: inline-block;
  width: 215px;
  max-width: 100%;
  margin: 15px 10px;
  vertical-align: top;
}

.name_first {
	margin-right: 2% !important;
}

.ginput_recaptcha, #field_2_10 {
	margin-top: 20px !important;
}

.ginput_recaptcha > div {
	width: 100% !important;
	text-align: center !important;
}

#gform_fields_1 {
	padding-bottom: 7px !important;
}

textarea {
	border: 1px solid #BBBBBB !important;
}

/*.rvw-hide, #gform_submit_button_2 {
	display: none;
}*/

#pwbox-37 {
	margin-top: 5px !important;
	border: 1px solid #BBBBBB !important;
}

@media (max-width: 983px) {

  .fa {
    width: 400px;
    max-width: 96%;
    margin: 15px 2%
  }

  #employer-login-form {
    width: 100%;
    margin: auto;
    padding: 0px;
  }

  #employer-login-container {
    width: 95%;
    max-width: 960px;
    margin: 30px auto;
  }

}
