/* Logo bar styles */
.nav-spacer {
    height: 96px; 
    width: 100%;
}
.nav-cont {
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(180deg, #F25573 0%, #EA254A 4.33%, #E11239 50.96%, #D91137 100%);
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.26);
    display: flex;
    justify-content: center;
    height: 72px;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 25;
}
.nav-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 960px;
    padding: 0 16px;
}
.nav-logo {
    display: flex;
    align-items: center;
    gap: 4px;
}
.nav-logo img:first-of-type {
    height: 56px;
    width: auto;
}
.nav-logo img:last-of-type {
    height: 20px;
    width: auto;
}
@media screen and (max-width:640px) {
    .nav-bar {
        height: 72px;
    }
    .nav-logo img:first-of-type {
    height: 56px;
    }
    .nav-logo img:last-of-type {
    height: 20px;
    width: 133px;
    }
}

.donate-button-desktop {
    width: 120px;
    background-color: var(--wp--preset--color--new-pink);
    position: relative;
    height: 48px;
    display: flex;
    border-radius: 12px;
    padding: 12px;
    margin-right: 28px;
    font-size: 20px;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
    color: #043820;
    font-family: 'gamay-condensed', sans-serif;
    font-weight: 600;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
    transition: 0.2s ease-in-out;
}
.donate-button-mobile {
    width: 120px;
    background-color: var(--wp--preset--color--drsg-red);
    bottom: 32px;
    transform: scale(1.2);
    height: 48px;
    display: flex;
    border-radius: 12px;
    padding: 12px;
    margin-right: 28px;
    font-size: 20px;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--wp--preset--color--drsg-offwhite);
    font-family: 'gamay-condensed', sans-serif;
    font-weight: 600;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.4);
}
#mobile-donate-cont {
    position: fixed;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, #ffffff00 0%, #ffffff30 100%);
    backdrop-filter: blur(8px);
    width: 100%;
    min-height: 32px;
    justify-content: center;
    z-index: 55;
    padding: 16px 0 20px 0;
    align-items: center;
    display: none;
}
.donate-button-desktop span, .donate-button-mobile span {
    margin-bottom: 1px;
}
.donate-button-desktop:hover {
    background-color: #f9acac;
}
.donate-button-mobile:hover {
    background-color: var(--wp--preset--color--drsg-hover-red);

}
.header-donate-dachshund {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    width: 64px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer;
    margin-top: 2px;
}

/* Desktop navigation menu styles */
.drsg-desktop-menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    gap: 16px;
    height: 72px;
}
.drsg-desktop-menu .menu-item-text {
    padding-bottom: 2px;
}
.drsg-desktop-menu > li {
    padding: 0 16px;
    height: 100%;
    text-decoration: none;
    font-family: 'gamay-condensed', sans-serif;
    font-weight: 600;
    align-items: center;
    cursor: pointer;
    display: flex;
    color: var(--wp--preset--color--drsg-offwhite);
    font-size: 20px;
}
.drsg-desktop-menu > li:hover, .drsg-desktop-menu > li > a:hover {
    background-color: #BC0104;
}
.drsg-desktop-menu > li > a {
    display: block;
    position: relative;
    height: 100%;
    align-content: center;
    cursor: pointer;
    text-decoration: none;
    color: var(--wp--preset--color--drsg-offwhite);
    font-weight: 700;
}
.drsg-desktop-submenu-wrapper {
    display: none;
    position: absolute;
    top: 72px;
    padding: 16px;
    border-radius: 0 0 24px 24px;
    background-color: #FEECEC;
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.16);
    align-items: center;
}
.drsg-desktop-menu > li:hover .drsg-desktop-submenu-wrapper {
    display: flex;
    z-index: 13;
    column-gap: 16px;
}
.drsg-desktop-menu > li:hover .drsg-desktop-submenu-wrapper {
opacity: 1;
transform: translateX(-50%) scale(1);
pointer-events: auto;

@starting-style {
    opacity: 0;
}
}
.mega-menu-image {
    border-radius: 0 0 0 16px;
    width: 256px;
    height: 164px;
    object-fit: cover;
    object-position: center;
}
.drsg-desktop-submenu {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 32px;
    row-gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 24px 0 16px;
    height: min-content;
}
.drsg-desktop-submenu li a {
    display: block;
    text-decoration: none;
    color: #043820;
    white-space: nowrap;
}
.drsg-desktop-submenu li a:hover {
    color: #BC0104;
}

/* Mobile menu styles */
.drsg-mobile-menu-cont {
    height: 100dvh;
    min-height: 100dvh;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    padding: 94px 16px 120px 16px;
    z-index: 10;
    overflow-y: scroll;
    background-color: #FEECEC;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: 0.5s ease-in-out;
}
.mobile-menu {
    height: calc(100dvh - 94px - 96px);
    max-height: calc(100dvh - 94px - 96px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
}
.mobile-menu::-webkit-scrollbar {
  display: none;
}
.drsg-mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--wp--preset--color--drsg-green-black);
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 2.2rem;
    font-family: 'gamay-condensed', sans-serif;
    font-weight: 700;
    justify-content: center;
}
.drsg-mobile-menu li a {
    text-decoration: none;
    color: var(--wp--preset--color--drsg-green-black);
    list-style: none;
    padding: 4px 0;
    margin: 0;
    justify-content: center;
    text-align: center;
    display: block;
}
.drsg-mobile-menu-cont.open {
    transform: translateX(0);
}
.submenu-hidden {
    display: none;
}
.mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
}
.mobile-menu-toggle::after {
    content: '';
    width: 16px;
    height: 12px;
    background-image: url('mobile_chevron_down.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 8px;
    margin-top: 4px;
    transition: transform 0.1s ease-out;
}
.mobile-menu-toggle.open::after {
    transform: rotate(180deg);
}
.mobile-submenu {
    list-style: none;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.25s ease;
    margin: 0;
    padding: 0;
    font-size: 1.75rem;
    background-color: #fad8d8;
    border-radius: 24px;
    padding: 0;
}
.mobile-submenu.open {
    max-height: fit-content;
    margin: 8px 0 0 0;
    padding: 8px 8px 24px 8px;
    opacity: 1;
    overflow: visible;
    transition-delay: 200ms;
    transition: opacity 0.4s ease;
}
.mobile-submenu li {
    margin-top: 4px;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 1.0; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #ffffff; }

.hamburger-box {
  width: 32px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }


/* Responsive settings */
@media screen and (max-width: 859px) {
    .drsg-desktop-nav {
        display: none;
    }
    .hamburger {
        display: inline-block;
    }
    .nav-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .donate-button-desktop {
    transform: scale(0.75) translateX(-19px);
    margin-right: 0;
    }
}
@media screen and (max-width: 560px) {

    .donate-button-desktop {
        display: none;
    }
    footer > div {
        padding-bottom: 96px!important;
    }
    .dmtdrsg-footer-links  {
        gap: 0!important;
    }
    #mobile-donate-cont {
        display: flex;
    }
    .nav-inner {
        justify-content: space-between;
    }
    .nav-logo {
        position: static;
        transform: none;
    }
}