@font-face {
    font-family: 'Icons';
    src: url('/wp-content/themes/alphamalementality/assets/fonts/icons.woff2') format('woff2'),
         url('/wp-content/themes/alphamalementality/assets/fonts/icons.woff') format('woff'),
         url('/wp-content/themes/alphamalementality/assets/fonts/icons.ttf') format('truetype'),
         url('/wp-content/themes/alphamalementality/assets/fonts/icons.svg') format('svg');
}

h1 {
    font-size: clamp(3rem, calc(3rem + ((1vw - 0.32rem) * 5.6818)), 8rem);
    max-width: 75rem;
    padding: 1rem;
    margin-bottom: 0;
}

.article-banner {
    display: flex;
    position: relative;
    color: #fff;
    background: #010a11;
    text-shadow: 0 0 .5rem #010a11;
    height: 72rem;
}

.article-banner picture {
    width: 100%;
    max-width: 128rem;
    margin-left: auto;
}

.article-banner img {
    height: 100%;
    position: absolute;
    object-fit: cover;
    right: 0;
}

.banner-hover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 5rem;
}

h1, .meta {
    background: #010a11;
    z-index: 1;
}

.meta {
    font-size: clamp(1.3rem, calc(1.3rem + ((1vw - 0.3rem) * 0.1754)), 1.5rem);
    padding: 1rem;
    margin-right: auto;
}

.article-content {
    padding: clamp(5.5rem, calc(5.5rem + ((1vw - 0.32rem) * 2.2727)), 7.5rem) 1rem;
    max-width: 800px;
    margin: auto;
}

.article-content p {
    margin-block-start: 1rem;
    margin-block-end: 2rem;
}

.article-content > p:first-child:first-line {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1rem;
}

.article-content > p:first-child:first-letter {
    font-size: clamp(5rem, calc(5rem + ((1vw - 0.32rem) * 2.5)), 7rem);
    float: left;
    background: #010a11;
    color: #fff;
    padding: 4rem 2.4rem;
    margin-right: .5rem;
    line-height: 0.8;
    font-family: Georgia, Times New Roman, Garamond, Poppins;
}

.article-content img {
    max-width: 100%;
}

.article-content p a {
    color: #0000ff;
    background: #e6f2ff;
    background-image: linear-gradient(#009fffde, #009fffde), linear-gradient(#009fffde, #009fffde);
    background-size: 2rem .2rem, 100% .2rem, 0 .2rem;
    background-position: calc(2rem * -1) 100%, 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size .2s linear, background-position .2s linear;
    padding: .4rem .4rem .1rem .4rem;
    text-decoration: none;
}

.article-content p a:hover {
    background-size: 2rem .2rem, 0 .2rem, 100% .2rem;
    background-position: calc(100% + 2rem) 100%, 100% 100%, 0 100%;
}

h2 {
    margin-top: 7rem;
    padding: 1rem;
    text-align: center;
    background: #3a3a3a;
    color: #fff;
}

h3 {
    margin-bottom: 1rem;
}

.approved-book {
    display: flex;
    padding: 4rem 0;
}

.book-info {
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
}

.button {
    color: #fff;
    background: #cc0000;
    padding: 1.9rem 3rem;
    box-shadow: 0 1.7rem 1rem -1rem rgba(0, 0, 0, 0.4);
    transition: all cubic-bezier(0.42, 0, 0.93,-0.05) 100ms;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: .1rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    margin: 3rem auto 0 auto;
    max-width: 50rem;
}

.button:after {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    position: absolute;
    height: 15rem;
    left: -7.5rem;
    top: -5rem;
    transform: rotate(35deg);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 5rem;
}

.button:hover:after {
    left: 120%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.button:hover {
    background: #e90000;
    box-shadow: 0 3.5rem 2rem -2rem rgba(0, 0, 0, 0.2);
    transform: translate(0, -.3rem) scale(1.05);
    text-shadow: 0.1rem 0.1rem 0.3rem #00000080;
}

@media only screen and (min-width: 2100px) {
    .banner-hover {
        padding-left: clamp(5rem, calc(5rem + ((1vw - 2.1rem) * 54.3478)), 30rem);
        position: relative;
        left: 12%;
    }
}

@media only screen and (max-width: 1533px) {
    .article-banner {
        height: 54.1rem;
    }
}

@media only screen and (min-width: 1310px) and (max-width: 1700px) {
    .banner-hover {
        padding: 1rem 2rem;
    }
}

@media only screen and (max-width: 1200px) {
    .banner-hover {
        padding: 1rem;
    }
}

@media only screen and (max-width: 1150px) {
    .banner-hover {
        margin-top: 18rem;
    }
    .social-icons {
        background: #1b2329;
    }
}

@media only screen and (min-width: 800px) {
    h1 {
        font-size: clamp(4rem, calc(4rem + ((1vw - 0.8rem) * 3.125)), 6rem);
    }
}

@media only screen and (max-width: 800px) {
    .breadcrumb, .article-content {
        top: 0;
    }
    .banner-hover {
        margin-top: 31rem;
    }
}

@media only screen and (max-width: 769px) {
    .article-banner {
        flex-direction: column-reverse;
        justify-content: flex-end;
        height: auto;
    }
    .article-banner img {
        position: static;
        height: 43.9rem;
    }
    .banner-hover {
        background: #010a11;
        margin-top: 0;
        padding: 1.5rem 1rem 1.5rem 0;
    }
    .meta {
        padding: 0 1rem;
    }
    h1, .meta {
        background: none;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: auto;
    }
}

@media only screen and (max-width: 601px) {
    .article-banner img {
        height: 33.8rem;
    }
}
