/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.swiper-wrapper {
	transition-timing-function: linear !important; 
}

.elementor-31 .elementor-element .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image {
  max-height: 70px;
}

.site-header {
  background: #FFF;
  box-shadow: 0px 0px 7px 2px #0000000a;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 111111;
}

body.logged-in.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.logged-in.admin-bar .site-header {
	  top: 46px;
	}
}

.site-header .site-navigation ul.menu li.current_page_item a,
.site-header .site-navigation ul.menu li.current-menu-item a {
	color: var( --e-global-color-primary );
}

.site-header .header-inner .site-branding .site-logo img {
	border-radius: 0;
}

#site-header + * {
  margin-top: 102px;
}

#site-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#site-footer .footer-inner {
  gap: 1rem;
}

.site-footer .footer-inner .site-branding .site-logo img {
	opacity: 0;
}

#site-footer .custom-logo-link {
  background-image: url("/wp-content/uploads/2026/03/dnp-logo-alt.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

#site-footer .site-branding {
	width: 50%;
}

#site-footer .site-navigation {
  font-size: 0.85rem;
  order: 3;
}

@media (max-width: 768px) {
	#site-footer .site-branding {
		width: auto;
	}
	
	#site-footer .footer-inner {
		justify-content: center;
	}
}
