/*
Theme Name: The Weather
Theme URI: The Weather
Description: The Weather
Author: The Weather
Author URI: theweather.agency
Template: hello-elementor
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;
}*/


/* Complianz Cookie Banner*/
/* Commented out because best practive is Elementor Cookie Banner*/

/* Reverse Standard Button order*/
/*.cmplz-cookiebanner.cmplz-categories-type-view-preferences .cmplz-buttons, .cmplz-cookiebanner.cmplz-categories-type-no .cmplz-buttons {
  flex-direction: row-reverse!important;
}*/

/* Make banner font size like global text font size*/
/*.cmplz-message{
    font-size: var( --e-global-typography-text-font-size )!important;
}*/


/*Cookie Consent*/

.cmplz-cookiebanner.banner-1 { display: none; }

#cmplz-manage-consent{
  display: none;
}

/*
.cmplz-document h1{
 font-size: 2.6rem !important;    
}
.cmplz-document h2{
 font-size: 1.55rem !important;    
}
.cmplz-document h3{
 font-size: 1.25rem !important;    
}*/

