/*
Theme Name:     WDW Custom Theme
Theme URI:      https://welldressedwalrus.com/
Template:       kadence
Author:         Well Dressed Walrus
Author URI:     https://welldressedwalrus.com/
Description:    A Custom Theme from Well Dressed Walrus for your website.
Version:        1.2
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/************************************ Everything *************************************/

/************************************ Header *************************************/

/************************************ Footer *************************************/

#menu-main-menu a,
#block-41 a {
	color: var(--global-palette9);
}

#menu-main-menu a:hover,
#block-41 a:hover {
	color: var(--global-palette8);
	text-decoration: underline;
}

/************************************ Homepage *************************************/

.z-index-110 {
	position: relative;
	z-index: 110;
}

/************************************ Homepage Mobile *************************************/

/************************************ Testimonial *************************************/

 .testimonial-blur-bg {
	background: #0000000a;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
} 

/************************************ Subpage *************************************/

/************************************ Subpage *************************************/

/************************************ Mobile *************************************/

@media (max-width: 425px) {
	h1 {font-size: 30px !important;}
	h2 {font-size: 24px !important;}
	h3 {font-size: 18px !important;}
}

/************************************ ADA *************************************/


