/*
 Theme Name:   Blocksy Child
 Theme URI:    https://creativethemes.com/blocksy/
 Description:  Child theme van Blocksy
 Author:       Jouw Naam
 Author URI:   https://jouwwebsite.nl
 Template:     blocksy
 Version:      1.0.0
 Text Domain:  blocksy-child
*/

/* Hier komt je custom CSS */

/* Force reset van mobile menu / submenu */
@media (max-width: 1024px) {

  /* verwijder zwart overlay */
  .ct-header .ct-panel,
  .ct-header .ct-panel-inner {
    background: #fff !important;
  }

  /* fix hoogte bug bij rotatie */
  .ct-header .sub-menu {
    max-height: 75vh !important;
    overflow-y: auto !important;
    background: #fff !important;
  }

  /* voorkom ghost layer */
  .ct-header .ct-panel.active {
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* reset rare rendering bugs */
  .ct-header,
  .ct-header * {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
}

/* Hier komt je custom CSS */

/* Button van fluentform goede kleur geven */
.elementor-964 .elementor-element.elementor-element-a784c6f 
.fluentform-widget-wrapper .ff-el-group button.ff-btn-submit {
    background-color: #c8a165 !important;
    border-color: #c8a165 !important;
    color: #ffffff !important;
}

/* Hier komt je custom CSS */

