﻿.ra-menu{display:none;z-index:100;position:fixed;top:0;width:100%;background-color:transparent;background-image:linear-gradient(var(--black),rgba(0,0,0,0.5),transparent);transition:background-color .3s ease}.ra-menu.hide{display:none}.ra-menu.sticky{height:80px;background-color:var(--black)}.edit-mode .ra-menu{top:60px}.ra-menu .inner{display:flex;justify-content:space-between;align-items:center;width:100%;height:80px;max-width:1600px;margin:0 auto}.ra-menu .left{display:flex;align-items:center;gap:40px}.ra-menu .left .logo{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:80px;margin-bottom:-20px;padding-top:20px;background-color:#FFF;box-shadow:0 2px 5px 0 rgba(51,51,79,.07)}.ra-menu .left .logo.ra-logo{margin-bottom:-36px}.ra-menu .left .logo img{width:100%}.ra-menu .left .logo .country{margin-bottom:8px;padding-top:4px;font-family:var(--font-secondary);text-transform:uppercase;font-size:14px;line-height:normal;color:var(--black);border-top:1px solid var(--black)}.ra-menu .left .search{position:relative}.ra-menu .left .search input{margin-bottom:0;margin-top:6px;padding:24px 0;padding-left:32px;padding-bottom:29px;font-size:20px;color:#FFF;border:0;background-color:transparent;box-shadow:none;border-radius:0}.ra-menu .left .search :placeholder-shown{padding-bottom:24px}.ra-menu .left .search ::placeholder{font-family:var(--font-secondary);text-transform:uppercase;font-size:22px;color:#FFF;line-height:60px}.ra-menu .left .search span::after{content:'\f002';position:absolute;left:0;top:calc(50% - 12px);font-family:'Font Awesome 5 Pro';font-size:24px;line-height:normal;color:white}.ra-menu .items{display:flex;align-items:stretch;height:100%}.ra-menu .items .item{position:relative;display:flex;align-items:center;padding:var(--space) 0}.ra-menu .items .item.btn{margin-left:16px}.ra-menu .items .item:hover{background-color:var(--orange)}.ra-menu .items .item:hover .subitems{display:flex}.ra-menu .items .item>a{display:block;padding:24px;padding-bottom:26px;line-height:100%;font-size:22px;color:#FFF;white-space:nowrap;font-family:var(--font-secondary);line-height:100%;text-transform:uppercase}.ra-menu .items .item.btn>a{height:40px;display:flex;align-items:center;border-radius:var(--border-radius)}.ra-menu .items .item.btn.primary>a{background-color:var(--orange)}.ra-menu .items .item.btn.secondary>a{background-color:var(--light-orange)}.ra-menu .items .item:hover.btn>a{background-color:var(--orange)}.ra-menu .items .item .subitems{display:none;position:absolute;top:100%;left:0;flex-direction:column;gap:var(--space);width:300px;padding:var(--space);background-color:var(--orange)}.ra-menu .items .item.right .subitems{left:auto;right:0}.ra-menu .items .item .subitems a{color:#FFF;text-transform:uppercase;font-size:16px;font-weight:600;transition:all .3s ease}.ra-menu .items .item .subitems a:hover{color:var(--black)}@media screen and (min-width:1024px){.ra-menu{display:block}.ra-menu .inner{width:87%}}.ra-menu-mobile .bar{z-index:100;display:flex;position:fixed;top:0;justify-content:space-between;width:100%;height:64px;padding:0 8px;padding-right:24px;background-color:var(--black)}.ra-menu-mobile .logo{display:flex;flex-direction:column;align-items:center;justify-content:center;width:64px;margin-bottom:-40px;background-color:#FFF;box-shadow:0 2px 5px 0 rgba(51,51,79,.07)}.ra-menu-mobile .logo img{width:100%}.ra-menu-mobile .logo .country{margin-bottom:8px;padding-top:4px;font-family:var(--font-secondary);text-transform:uppercase;font-size:14px;line-height:normal;color:var(--black);border-top:1px solid var(--black)}.ra-menu-mobile .bar .right{display:flex;align-items:center;gap:24px}.ra-menu-mobile .bar .right a{padding:8px 10px;padding-bottom:10px;color:var(--white);white-space:nowrap;font-family:var(--font-secondary);line-height:100%;font-size:20px;text-transform:uppercase;border-radius:var(--border-radius)}.ra-menu-mobile .bar .right a.adopt{background-color:var(--orange)}.ra-menu-mobile .bar .right a.donate{background-color:var(--light-orange)}.ra-menu-mobile .bar .right .hamburger{display:flex;align-items:center;color:#FFF;font-size:24px}.ra-menu-mobile .popup{z-index:101;position:fixed;display:none;top:0;right:0;flex-direction:column;gap:24px;width:100%;height:100vh;padding:16px;background-color:var(--orange)}.ra-menu-mobile .popup.visible{display:flex}.ra-menu-mobile .popup .top{color:#FFF;font-size:32px;text-align:right}.ra-menu-mobile .popup .search{position:relative}.ra-menu-mobile .popup .search input{padding:24px 0;font-size:20px;color:#FFF;border:0;border-bottom:1px solid #FFF;background-color:transparent;box-shadow:none;border-radius:0}.ra-menu-mobile .popup .search ::placeholder{color:#FFF}.ra-menu-mobile .popup .search span::after{content:'\f002';position:absolute;right:0;bottom:24px;font-family:'Font Awesome 5 Pro';font-size:24px;font-weight:600;line-height:normal;color:white}.ra-menu-mobile .popup a{display:block;color:#FFF;font-family:var(--font-secondary);line-height:100%;font-size:40px}@media screen and (min-width:1024px){.ra-menu-mobile{display:none}.ra-menu-mobile .bar{height:80px}.ra-menu-mobile .logo{width:80px;margin-bottom:-60px}}.ra-menu .left .logo a,.ra-menu-mobile .logo a{width:100%}