/*
Theme Name: Mergelgrotten van Kanne child
Author: BusyBees Marketing
Author URI: https://busybeesmarketing.nl/
Template: hello-elementor
Version: 1.1
*/


/*Call to action box*/
.elementor-widget-call-to-action .elementor-widget-container {
    border-radius: 15px;
}

/*form*/
button, [type="submit"]{
    border: none;
}

/*color selectiom bar*/
::selection {
    background: #B38D5A; /* WebKit/Blink Browsers */
    color: #fff;
  }
  ::-moz-selection {
    background: #B38D5A; /* Gecko Browsers */
    color: #fff;
  }