/*!
 Theme Name: Rubrum
 Theme URI:
 Author: Dev Team
 Author URI:
 Description: Rubrum is a blank canvas for your ideas and it makes the block editor your best brush.
 Requires at least: 6.6
 Tested up to: 6.8.3
 Requires PHP: 8.0
 Version: 6.8
 Text Domain: rubrum
*/

/** Add your custom styles here **/

#gform_9 .gform_body .gform-field-label,
#gform_9 .gform_body .gfield_label {
  color: #032568;
}
#input_9_13_5_label {
  display: none;
}
#gfield_consent_description_9_12 {
  border: none;
  overflow: auto;
  color: #032568;
  margin-top: 0;
  font-weight: 300;
}
#field_9_13 {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#field_9_13 legend {
  width: 48%;
}

div#input_9_13 {
  width: 100%;
  justify-content: center;
}
div#challenges {
  margin-top: 0;
}
#challenges .wp-block-columns {
  gap: 0 !important;
}
#challenges .wp-element-button {
  transition: transform 0.3s ease-in-out;
  z-index: 1;
  position: relative;
}
#challenges .wp-element-button:hover {
  transform: scale(1.1);
  z-index: 2;
  position: relative;
  background-color: white;
  color: #032569;
}
.home .home-btn {
  display: none;
}
div#gform_confirmation_message_9 {
  color: #032569;
}
@media screen and (max-width: 1480px) {
  #challenges .wp-element-button {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 1200px) {
  #challenges .wp-element-button {
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 780px) and (max-width: 900px) {
  #challenges .wp-element-button {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 640px) {
  #field_9_13 legend {
    width: 100%;
  }
}
.parallax .background-image-container {
  background-attachment: fixed;
}
