/*   
	Theme Name:        Studio Campo Theme
	Theme URI:         https://studiocampo.nl
	Description:       Studio Campo theme.
	Author:            Studio Campo
	Author URI:        https://studiocampo.nl
	License:           GNU General Public License v3 or later.
	License URI:       https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:       sc-theme
*/

/* Algemeen */
html,
body {
  padding: 0;
  margin: 0;
}

a,
input,
button,
select,
textarea,
i {
  outline: none;
}

/*HEADER*/
.elementor-sticky {
    box-shadow: none !important;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.elementor-sticky.scrolled-10px {
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.15) !important;
}

.dialog-lightbox-close-button {
  text-decoration: none;
}

.sc-formulier a{
	color:	black!important;
	text-decoration-color: black!important;
}
.sc-formulier a:hover {
	color:	white!important;
}
