@charset "UTF-8";
/*!
Theme Name: Adrenaline PT Child
Theme URI: https://demo.proteusthemes.com/adrenaline/
Author: devteam
Author URI: https://www.proteusthemes.com/
Template: adrenaline-pt
Description: Adrenaline is a WordPress theme for businesses which make heart beats race. Whether it is bungee jumping, paintballing, rock climbing or kayaking - we all love the exhilaration of facing our fears. This theme is the perfect way to show the world the adventure they crave.
Version: 1.0.2
License: GPL 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-menu, featured-images, footer-widgets, full-width-template, microformats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, entertainment, holiday
Text domain: adrenaline-pt-child
*/
.portfolio-article-image{
    display: block;
}
.archive-heading-section{
    display: flex;
    align-items:center;
    justify-content: center;
    position: relative;
    margin-top: 100px;
    margin-bottom: 35px;
}
.archive-heading-section .archive-heading{
    display: block;
    position: absolute;
    font-family: "Gloria Hallelujah";
    font-size: 7.2222222222rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.1);
    left: 0.5555555556rem;
    right: 0.5555555556rem;
    text-align: center;
}

@media (max-width: 767.98px) {
    .archive-heading-section{
        display: none;
    }
}

.article__featured-image:hover {
    transform: none !important;
}

.page-header__container {
    background-image: url(https://www.yellowstoneraft.com/wp-content/themes/adrenaline-pt/assets/images/light_pattern.png);
    background-repeat: repeat;
    background-position: top left;
    background-attachment: scroll;
}