/* 
Theme Name:		The new site
Theme URI:		https://elementor.com/
Description:	The new site uses a child theme of Hello Elementor, created by Elementor team and Zpirit
Author:			Elementor Team / Zpirit
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/* IMPORTING */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap'); /*
	

/* COOKIE NOTICE */
#cookie-notice {
    background-color: rgba(0,0,0,0.75)!important;
    margin: 0 10px 10px 10px;
    min-width: calc(100% - 20px)!important;
}
#cookie-notice a:hover {
	color: white;
	text-decoration: none!important;
	transition: all 0.2s ease-in-out;
}
.cookie-notice-container {
    padding: 20px;
}
.cookie-notice-container a {
	transition: all 0.2s ease-in-out;
	color: #F5F3ED;
	font-weight: 700;
}
.cn-button {
	background-color: #7b7b7b!important;
}

/* Typography */
/* body {
	font: 300 20px/140% 'Montserrat', sans-serif;
	color: #393939;
} */
