/*
Theme Name: Pro – Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro
*/

/* =============================================================================
   CUSTOM DROPDOWN BEHAVIOR
   ========================================================================== */
.x-dropdown {
  transition-delay: 0s, 0s, 0.01s !important;
}

/* =============================================================================
   CONTACT FORM 7 - MEMBERSHIP FIELD STYLE
   ========================================================================== */
.membership {
  color: #000000;
}

/* =============================================================================
   CUSTOM RECAPTCHA SCALING (e.g. for mobile/responsive fit)
   ========================================================================== */
.my-resized-recaptcha {
  transform: scale(0.80);
  -webkit-transform: scale(0.80);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

/* =============================================================================
   AOOS CONTAINER ALIGNMENT (e.g. homepage logo block)
   ========================================================================== */
#aoos {
  height: 275px;
  display: flex;
  justify-content: center;   /* align horizontal */
  align-items: center;       /* align vertical */
}
