/*
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 *************************************/

.ginput_container input::placeholder {
	color: var(--global-palette2);
}

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

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

#menu-expertise a,
#menu-who-we-are a {
	color: var(--global-palette9);
}

#menu-expertise a:hover,
#menu-who-we-are a:hover {
	color: var(--global-palette8);
	text-decoration: underline;
}

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


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

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

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

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

.kt-blocks-page-nav .nav-links>.current {
    background: var(--global-palette1) !important;
    border-color: var(--global-palette1) !important;
    color: var(--global-palette9);
}

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

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

@media (min-width: 1025px) and (max-width: 1545px) {
	.uniques-title .kb-adv-text-inner {
		text-align: left;
	}
}

@media (max-width: 425px) {
	h1 {font-size: 42px !important;}
	h2 {font-size: 36px !important;}
	h3 {font-size: 24px !important;}
	
	h1.home-hero {font-size: 16px !important;}
	h2.home-hero {font-size: 42px !important;}
	
	.post-title h1 {font-size: 36px !important;}
	
	.mobile-hide {display: none;}
}

/*** Disable animate on scroll for mobile ***/
@media only screen and (max-width: 768px) {
	[data-aos] {
	   transform: none !important;
	   transition-duration: 0ms !important;
	   transition-property: none !important;
	   transition: none !important; 
	   animation-duration: 0s !important;
	   opacity: 1 !important; }
  }

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


