#site-header .custom-logo {
    height: 5rem;
    width: auto;
}

#site-header .menu-item {
    white-space: nowrap;
}

#site-header .menu-item:not(:last-child) {
    margin-right: 1rem;
}

#site-header .title,
#site-header .title * {
    font-size: 3rem;
    line-height: 0.85;
    font-weight: 800;
}
@media screen and (max-width: 991px) {
    #site-header .title,
    #site-header .title * {
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 991px) {
    #site-header #menu-toggle {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    
    #site-header #primary-menu-list {
        display: none !important;
    }

    #site-header #primary-menu-list.active {
        display: block !important;
    }

    #site-header .menu-item {
        padding: 1rem 0;
    }

    /* Hiding site content on header open (mobile) */
    #page-wrapper.hidden,
    #site-footer.hidden {
        opacity: 0;
    }

    body:not(.home) #site-header .title,
    body:not(.home) #site-header .title * {
    font-size: 2.5rem !important;
}

}

.ea-head {
    width: 150px;
    height: auto;
}
@media screen and (max-width: 991px) {
    .ea-head {
        width: 125px;
    }
}

.hell-gate-logo {
    display: block;
    width: 75px;
    height: calc(75px * 1.09812108559);
    animation-name: hellgate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes hellgate {
    0%   {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(100%);;
    }
    45%   {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(100%);;
    }
    55% {
        transform: rotateX(10deg) rotateY(10deg) rotateZ(5deg) scale(110%);
    }
    60%   {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(100%);;
    }
    100%   {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(100%);;
    }
    
}

body.single-post .quote {
    background-color: var(--wp--preset--color--orange);
}

body.single-post .triangle {
    width: 25px;
    height: 25px;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, var(--wp--preset--color--orange) 50%, var(--wp--preset--color--orange) 100%);
}

body .quote {
    background-color: var(--wp--preset--color--white);
}

body .triangle {
    width: 25px;
    height: 25px;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, var(--wp--preset--color--white) 50%, var(--wp--preset--color--white) 100%);
}

.head-section .ea-head {
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.head-section:hover .ea-head {
    transform: rotateY(360deg);
}

.type-logo {
    width: 150px;
    margin-top: -5px;
}

@media screen and (max-width: 991px) {
    .logo-section {
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
        background-color: var(--wp--preset--color--off-white);
    }
    .logo-section .mobile-1 {
        order: 1;
    }
    .logo-section .mobile-2 {
        order: 2;
        margin-top: auto;
        margin-bottom: auto;
    }
    .hell-gate-logo {
        width: 50px;
        height: calc(50px * 1.09812108559);
    }
    .type-container {
        order: 2;
    }
    .type-logo {
        width: 120px;
    }
    .about-button {
        order: 3;
    }
    .title-head-section {
        order: 2;
    }
    body:not(.home) .title-head-section {
        flex-wrap: nowrap !important;
    }
    body.home .ea-section.title {
        width: 100%;
    }
}