/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

/* hide box outline link */
a:focus,.focus a {	outline: none !important;}

/* hide horizontal overflow */ 
body {
max-width: 100%;
overflow-x: hidden;
}

/* change colour selector */
  ::-moz-selection { background-color: #FFBCB3; }  ::selection { background-color:#FFBCB3A6; }

/* menu slide in top */
.header-2 {
transform: translatey(-80px);
-moz-transition: all .3s ease!important;
-webkit-transition: all .3s ease!important;
transition: all .3s ease!important;
width: 100%!important;
}


.elementor-sticky--effects.header-2  {
height: auto!important;
transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
display: none!important;
}

/* Frosted glass effect */
.frostedglass{
backdrop-filter:blur(20px);
}

/* font weight bold */ 
.bold {font-weight: 700
} 

.opstelling-datum .elementor-heading-title::first-letter {
  text-transform: uppercase;
}

.coupon-error-notice {
    margin-bottom: 0px !important;
    margin-top: 16px !important;
    color: #fd585c !important;
}
