:root{
    font-size:0.071VW;
}
@media (max-width: 767px){
    :root{
        font-size:0.21VW;
    }
}

#the_page{
    overflow: hidden;
}

.hero_font{
    font-size:240rem;
    padding-left: 50rem;
    padding-right: 50rem;
}

/* Custom Styles */
.block-type--art,
.block-type--art_text,
.block-type--art_bg{
    position: absolute !important;
}
[class*="col-"]{
    z-index: 2;
}
body{
    overflow-x: unset;
}
.header__wrap{
    z-index: 10;
    position: relative;
}


/*
    Custom Card 1
=========================================*/
.pf4_section_24__item_holder{
   position: relative;
}
.pf4_section_24__item_image{
    overflow:hidden;
}
.pf4_section_24__item_image img{
    margin:0;
    width:100%;
}
.pf4_section_24__item_content{
    position:absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align:center;
    background-color: #EDDBD9;
    padding: 10rem;
    transition: background-color 2s ease,
    height 3s ease;
}
.pf4_section_24__item_title{
    margin:0;
    font-size: 24.5rem;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 1.8rem;
    color: #000000;
    /* text-transform: uppercase; */
}
.pf4_section_24__item_text{
    display: none;
    font-size: 14rem;
    line-height: 1.36;
    padding-top: 7rem;
    margin: 0;
    padding-bottom: 5rem;
}
.pf4_section_24__item_link{
    display: none;
    font-size: 14rem;
    line-height: 1.36;
    padding-top:5rem;
    margin: 0;
}

.pf4_section_24__item_holder:hover .pf4_section_24__item_content{
    background-color:rgba(0, 0, 0, 0.9);
    text-align:left;
    padding:25rem;
}
.pf4_section_24__item_holder:hover .pf4_section_24__item_title{
    color:#fff;
}
.pf4_section_24__item_holder:hover .pf4_section_24__item_text{
    display:block;
    color:#fff;
}
.pf4_section_24__item_holder:hover .pf4_section_24__item_link{
    display:block;
    color:#fff;
}



/*
    Custom Card 2
=========================================*/
.pf4_section_25__item_holder{
   position: relative;
   overflow: hidden;
   background-color:#000;
}
.pf4_section_25__item_image{
    overflow:hidden;
}
.pf4_section_25__item_image img{
    margin:0;
    width:100%;
}
.pf4_section_25__item_content{
    position:absolute;
    width: 100%;
    bottom: 11rem;
    left: 0;
    background-color: #EDDBD9;
    padding: 7px 10rem;
    transition: all .5s ease;
}
.pf4_section_25__item_title{
    margin:0;
    text-align:right;
    font-size: 41rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.2;
    letter-spacing: 3.1rem;
    color: #ffffff;
    padding-right: 120rem;
}
.pf4_section_25__item_number{
    margin:0;
    font-size: 126.5rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: 9.5rem;
    text-align: left;
    color: #ffffff;
    position: absolute;
    bottom: -59rem;
    right: 10rem;
}
.pf4_section_25__item_button{
    transform: translateY(-50%);
    position:absolute;
    width:80%;
    left:10%;
    top:50%;
    background-color:#000; 
    font-size: 13.8rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.27;
    letter-spacing: 1.4rem;
    text-align: center;
    color: #ffffff;
    margin: 0;
    opacity: 0;
    display:block;
    transition: all 1s ease;
    z-index: 4;
}
.pf4_section_25__item_button:hover{
  color:#fff;
}
.pf4_section_25__item_link{
    position:absolute;
    z-index:1;
    height:100%;
    width:100%;
    left:0;
    top:0;
    margin: 0;
    opacity:0;
    background-color:#000;
}
.pf4_section_25__item_holder:hover .pf4_section_25__item_button{
    opacity:1;
}
.pf4_section_25__item_holder:hover .pf4_section_25__item_content{
  opacity:0;
}
.pf4_section_25__item_holder:hover .pf4_section_25__item_link{
  opacity:0.6;
}


/*
    Blog page edits
-------------------------------------*/
.blog-listing{
    margin-bottom:60rem;
}
.blog-listing__title_hr{
  width: 124px;
  height: 6px;
  background-color: #F0E7E6;
  display: inline-block;
  margin-bottom: 10rem;
  margin-top: 10rem;
}
@media (min-width: 768px){
    .blog-listings__content--side-right-left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    } 
    .blog-listing--has-media.blog-listing--side-right-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 100%;
    }
    .blog-listing--has-media.blog-listing--side-right-left .blog-listing__media {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        /* padding-right: 30rem; */
    }
    .blog-listing--has-media.blog-listing--side-right-left .blog-listing__data {
        width: 50%;
        margin: 0 30rem 0 0;
        text-align: right;
    }
    
    .blog-listing--has-media.blog-listing--side-right-left:nth-child(even) .blog-listing__media{
      order:2;
      /* padding-right:0; */
      /* padding-left:30rem; */
    }
    .blog-listing--has-media.blog-listing--side-right-left:nth-child(even) .blog-listing__data{
      order:1;
      text-align: left;
      margin-left: 30rem;
      margin-right: 0;
    }
    .blog-listing--has-media.blog-listing--side-right-left:nth-child(odd) .blog-listing__tags{
        float: right;
    }
    .blog-listing--has-media.blog-listing--side-right-left .blog-listing__date{
        display: block;
        width: 100%;
        clear: both;
        font-size: 11rem;
        text-transform: uppercase;
        letter-spacing: 1rem;
        margin-bottom: 8rem;
    }
    .blog-listing__content{
        clear: both;
    }
    .blog-listing__more{
        font-size: 13rem;
        text-transform: uppercase;
        letter-spacing: 1rem;
        margin-top: 30px;
    }
}


.blog-post-body__content {
    padding-bottom: 40rem;
  }