/*!
Theme Name: Hippodrom Child Theme
Theme URI: http://www.wp-munich.com/
Description: Hippodrom Child Theme for agncy
Author: WP Munich
Author URI: http://www.wp-munich.com
Version: 0.0.3
Template: agncy
Text Domain: hdct
Domain Path: /languages
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
*/
/**
 * Gutenberg Blocks Frontend Styles
 *
 * This file imports the less needed to style our own blocks in the frontend
 */
.wp-block-hdct-coupon .notice {
  display: none;
}
input.hd-gf-button {
  font-weight: bold;
  color: #fff;
}
.gform_wrapper select {
  padding-left: 8px !important;
  padding-right: 32px !important;
}
.gform_wrapper .gfield_description {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    text-align: center;
  }
  .wp-block-columns .wp-block-column p {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .desktop-header .desktop-nav nav.header-menu-desktop > ul.desktop-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
