/**
Theme Name: Giggle Garden
Author: MakeMyWebsite
Author URI: https://www.makemywebsite.com.au/
Description: Child Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: giggle-garden
Template: astra
*/

a:focus{outline:0 !important}

.elementor-widget-container p{margin-bottom:0;}

h1{
	font-size: clamp(1.3125rem, 0.975rem + 1.6875vw, 3rem) !important;
}
h2{
	font-size: clamp(1.3125rem, 1.0875rem + 1.125vw, 2.4375rem) !important;
}
h3{
	font-size: clamp(1.3125rem, 1.1625rem + 0.75vw, 2.0625rem) !important;
}
h4{
	font-size: clamp(1.3125rem, 1.23rem + 0.4125vw, 1.725rem) !important;
}
h5{
	font-size: clamp(1.3125rem, 1.2875rem + 0.125vw, 1.4375rem) !important;
}
h6{
	font-size: clamp(1.3125rem, 1.335rem + -0.1125vw, 1.2rem) !important;
}

.xlarge, .xlarge h2, .xlarge h3, .xlarge h4, .xlarge h5, .xlarge h6 {
   font-size: clamp(1.3125rem, 1.0875rem + 1.125vw, 2.4375rem) !important;
   
}

.mlarge, .large h2, .large h3, .large h4, .large h5, .large h6 {
   font-size: clamp(1.3125rem, 1.23rem + 0.4125vw, 1.725rem) !important;
   
}

.msmall, .small h2, .small h3, .small h4, .small h5, .small h6,  .ctatext p, .ctatext span {
   font-size: clamp(1.3125rem, 1.2875rem + 0.125vw, 1.4375rem) !important;
	margin-bottom:0;
   
}

.xsmall, .xsmall p, .xsmall h2, .xsmall h3, .xsmall h4, .xsmall h5, .xsmall h6, .lheading h2 {
   font-size: clamp(1.3125rem, 1.335rem + -0.1125vw, 1.2rem) !important;
	margin-bottom:0;
   
}

.logo{position:relative;}

.logo::after {
    position: absolute;
    content: "";
    width: 216px;
    height: 57px;
    left: -20px;
    bottom: -68px;
    background: url(https://giggle.makemywebsite.au/wp-content/uploads/2025/03/logo-shap.png) no-repeat;
    z-index: 9;
}

#ast-scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.elementor-button {
  background-color: white;
  color: black;
  border-radius: 10em;
  font-size: 17px;
  font-weight: 600;
  padding: 1em 2em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 1px solid black;
  box-shadow: 0 0 0 0 black;
}

.elementor-button:hover {
  transform: translateY(-4px) translateX(-2px);
  box-shadow: 2px 5px 0 0 black;
};

.elementor-button:active {
  transform: translateY(2px) translateX(1px);
  box-shadow: 0 0 0 0 black;
};

@media (max-width: 767px) {
	
	body, p, .elementor-kit-12 {font-size:1.1rem !important;}
	
}