/*
Theme Name: Isteni Interior
Theme URI: https://isteniinterior.co.uk
Author: Crevero
Author URI: https://crevero.net
Description: Isteni Interior Theme
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 8.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: isteni-interior
Tags: 
*/

/* General */
*,:before,:after {
  box-sizing: border-box;
}

html{
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion:reduce){
	html{
		scroll-behavior: auto;
	}
}

#cc_div {
	font-family: inherit;
}

/* Cookie consent banner */
#cc_div #s-rall-bn {
	display: none;
}

#cc_div #c-bns {
    flex-direction: row;
    gap: 1rem;
}

#cc_div #cm {
	border-radius: 0;
}

#cc_div #c-s-bn {
    margin-top: 0;
}

#cc_div .c-bn {
	border-radius: 0;
}

#cc_div #s-ttl {
	font-size: 1.5rem;
	letter-spacing: inherit !important;
	color: var(--wp--preset--color--custom-color-4) !important;
}

#cc_div #c-ttl {
    font-size: var(--wp--preset--font-size--l);
    letter-spacing: inherit !important;
    color: var(--wp--preset--color--custom-color-4) !important;
}
pressidium-floating-button {
  z-index: 2 !important;
}

