/* GENERAL */

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body > div[data-elementor-type] {
    flex: 1 0 auto;
}

body > footer[data-elementor-type="footer"] {
    flex-shrink: 0;
}


/* HEADER */

.mdw-mi-menu-item img{
    max-height:40px;
} 

#sticky-header{
position: fixed!important;
width: 100%;
top:0px!important;
}
.sticky {
background-color:#000;    
transition: all 0.6s ease;	
}

/* SLIDER ELEMENTOR */
.elementor-element .swiper .elementor-swiper-button:hover svg{
    fill:#fff!important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom:25px!important;
}
.swiper-pagination-bullet {
  width: 30px!important;
  height: 3px!important;
  border-radius: 0;
}

/* MEDIA LIST */
.press-review-list{
    list-style-type: none;
    padding-inline-start: 0px;
}
.press-review-list li, .newsletter-list li{
    margin-block-end: .9rem;
}
.newsletter-list li::marker{
    color: #fff;
}


/* RESOURCES LIST */
.resources-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.resource-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.resource-icon {
    width: 60px;
    flex-shrink: 0;
}
.resource-content a {
    text-decoration: underline;
    text-transform: uppercase;
    font-family: "Handel Gothic Regular", Sans-serif;
}
.resource-content p {
    color: #fff;
    margin-top: 8px;
}
/* PARTNER GRID */
.loghi-partner-header-wrapper {
    overflow-x: hidden;
}
.loghi-partner-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 50px 0px;
}

.loghi-partner-header {
    background: #252850;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.loghi-partner-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
}

.loghi-partner-grid:last-child {
    margin-bottom: 0;
}

.loghi-partner-grid .logo-item {
    flex: 0 1 calc((100% - 4 * 24px) / 5);
    min-width: 0;
    min-height: 0;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

.loghi-partner-grid .logo-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.loghi-partner-grid .logo-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* TAXONOMY PERSON */

.person-card{
    height:100%;
}


/* MOBILE */
@media (max-width: 1024px){
    .logo-item { flex-basis: calc((100% - 2 * 24px) / 3); }

}


@media (max-width: 767px){
    .logo-item { flex-basis: calc((100% - 24px) / 2); }

}