/*

Theme Name: Top Employers Institute Demo Portal
Theme URI: https://theme.co/pro/
Author: Themeco and Top Employers Institute
Author URI: https://theme.co/
Description: Top Employers Institute Demo Portal. Child theme of Themeco Pro
Version: 1.0.0
Template: pro
Text Domain: pro-child

*/

/*
GRAVITY FORM CUSTOMIZATIONS
*/

.registration-form div#gform_fields_1 {
  row-gap: 7px;
}

form.survey-form .gform_fields {
  row-gap: 12px;
}

form.survey-form h4 {
  margin-top: 7px;
}

form.survey-form .gfield_label.gform-field-label {
  font-size: 17px;
}

#field_1_23 {
  margin-top: -40px;
}

.registration-form div#gform_fields_1 h3 {
  color: #163b83;
  text-align: center;
}

form.registration-form .gfield_required, 
#gform_fields_login .gfield_required {
	color: gray!important;
}

#gform_fields_login .gfield_required {
	display: none;
}

form.survey-form .gfield_required {
	display: none;
}

#x-root input[id^="gform_submit_button_"].gform_button.button {
  background-color: #e02b19;
  border: 1px solid #e02b19;
  border-radius: 200px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 9px;
  padding: 15px 18px;
  position: relative;
  text-align: center;
  transition: all 0.15s ease-in-out;
  vertical-align: middle;
  width: 170px;
}

#gform_0 div.gform_footer.top_label {
  display: flex;
  justify-content: center;
}

#gform_wrapper_1 .gform-footer.gform_footer.top_label {
  margin-top: 20px;
  justify-content: center;
}

#field_0_3 {
  display: none;
}

h2.widgettitle {
  color: #163b83;
  text-align: center;
}

#gform_confirmation_message_2 {
  color: #f5f5f5;
}

/*
FEATURED IMAGE CUSTOMIZATIONS
*/

.header__image {
  display: inline-block;
  border-radius: 25px;
  position: relative;
  z-index: 10;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.header__image__backdrop .backdrop-block:nth-child(1) {
  background-color: #e02b19;
  border-radius: 25px;
  bottom: 15px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: -15px;
  z-index: 8;
}

.header__image__backdrop .backdrop-block:nth-child(2) {
  background-color: #c51e0d;
  border-radius: 25px;
  bottom: 30px;
  left: 40px;
  right: 40px;
  top: -30px;
  z-index: 4;
  position: absolute;
}

.header__image__backdrop .backdrop-block:nth-child(3) {
  background-color: #ad1b0c;
  border-radius: 25px;
  bottom: 45px;
  left: 60px;
  right: 60px;
  top: -45px;
  z-index: 2;
  position: absolute;
}

.header__image__backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

