/*
Theme Name: The Weather
Theme URI: The Weather
Description: The Weather
Author: The Weather
Author URI: theweather.agency
Template: hello-elementor
Text Domain: hello-elementor-child
Version: 0.1*/


/* The Weather Base */

/* Focus Outline - Remove*/
/* Commented out because while the default focus outlines are ugly, not having any is not best practice for accessibility*/
/*:focus {
  outline:0;
}*/

/* Set base font sizes*/
/*
html{
    font-size: 14px;
}
@media (max-width: 767px) {
    html{
        font-size:13px;
}
}*/

/*Prevent width larger than 100%**/
/*
html, body {
    max-width: 100%;
    overflow-x: hidden;
}*/


/*Hide Complianz cookie banner (use if using Elementor cookie banner*/
.cmplz-cookiebanner.banner-1 { display: none; }

/*Hide Complianz manage consent button*/
#cmplz-manage-consent{
  display: none;
}


//Overwrite default Complianz styles
/*
.cmplz-document h1{
 font-size: 2.6rem !important;    
}
.cmplz-document h2{
 font-size: 1.55rem !important;    
}
.cmplz-document h3{
 font-size: 1.25rem !important;    
}*/