/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.4.4.1770988328
Updated: 2026-02-13 13:12:08

*/

.pulse-box { 
    /* Applying the animation */
    animation: gentle-pulse 5s infinite ease-in-out;
    border: none;
    outline: none;
    overflow: hidden; /* Clips content to border-radius */
    border-radius: 12px; /* Adjust value as needed */
}

/*
right down spread blur opacity
*/
@keyframes gentle-pulse {
  0% {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.4);
  }
  50% {
    /* The pulse expands and fades slightly */
    box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.4);
  }
  100% {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.4);
  }
}

.pulse-box-small { 
    /* Applying the animation */
    animation: gentle-pulse-small 5s infinite ease-in-out;
    border: none;
    outline: none;
    overflow: hidden; /* Clips content to border-radius */
    border-radius: 12px; /* Adjust value as needed */
    background: white;
}

/*
right down spread blur opacity
*/
@keyframes gentle-pulse-small {
  0% {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
  }
  50% {
    /* The pulse expands and fades slightly */
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
  }
}
.martopbottom{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.popup-drawer .drawer-inner{
    background: #fff;
}
.popup-drawer .drawer-content{

}
.mobile-navigation ul li.current-menu-item > a,
.mobile-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap {
    background: #fff;
    color: #000;
    border-bottom:1px solid rgba(0,0,0,0.3);
}
.mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap,
.mobile-navigation ul li:not(.menu-item-has-children) a {
    border-bottom:1px solid rgba(0,0,0,0.3);
}
.mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap,
.mobile-navigation ul li:not(.menu-item-has-children) a {
    border-bottom:1px solid rgba(0,0,0,0.3);
}
.mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
    border-left:1px solid rgba(0,0,0,0.3);
}
.drawer-nav-drop-wrap a{
  color: #000;
}
.mobile-navigation ul li > a,
.mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap {
  color: #000;
}
.drawer-sub-toggle{
  border-left:1px solid rgba(0,0,0,0.3);
}
.drawer-sub-toggle .kadence-svg-iconset{
  color:#000;
}
#mobile-drawer .drawer-header .drawer-toggle{
  color:#000;
}

/* 1. Define the animation */
@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 2. Apply to your 4 boxes */
/* Replace .your-box-class with the actual class of the 4 boxes */
.your-box-class {
  /* Initial state for browsers that don't support the API */
  opacity: 1; 
  
  /* Check for support */
  @supports (animation-timeline: view()) {
    animation: slide-up linear forwards;
    animation-timeline: view();
    /* This range ensures it triggers when the box is 10% into the screen */
    animation-range: entry 10% entry 40%;
  }
}
/* BLOG PAGE */
.entry-header.post-archive-title{
  margin-bottom:60px;
  min-height: 400px;
  background-image:url('/wp-content/uploads/2026/02/cckf4tshauw.jpg');
  background-size: cover;
  background-position: center;
  margin-left: -24px;
  margin-right: -24px;
}
.entry-header.post-archive-title h1{
  background-color: rgba(255, 255, 255, 0.9);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  min-width: 30vw;
}
#archive-container{
  margin: 0 0 60px 0;
}
/* Google Translate */
.gtranslate_wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);  
  max-width: 100%; 
  margin: 0 auto;
}
.gtranslate_wrapper a{  
  display: flex;  
  padding: 5px 5px;
}
.gt_float_switcher img{
  width: 23px !important;
}
.gt_float_switcher{
  font-size: 16px !important;
}