/*
Theme Name:   CVNM - Acme Child Theme
Theme URI:    https://cvnm-three.rinse-design.com
Description:  An Salient child theme
Author:       BMcW+RI
Author URI:   https://cvnm-three.rinse-design.com
Template:     salient
Version:      1.0.1
////// Use version numbers to prompt browsers to re-cache the stylesheet when we update your theme
*/
.post-type-archive-initiatives article {
    background-size: cover;
    background-position: center;
    display: grid;
    height: 635px;
    overflow: hidden;
    border: 1px solid #fff;
    border-width: 0 0 2px 0;
    align-items: center;
    color: #fff;
}

.post-type-archive-initiatives article:first-of-type {
    height: 550px;
}

.post-type-archive-initiatives .content {
    /* max-width: 700px; */
    margin: 0 auto;
    text-align: center;
    padding: 30px 50px;
    z-index: 999;
    border: 0px solid white;
    background: rgb(221 102 34 / 90%);
       /* clip-path: polygon(0% 100%, 100% 100%, 100% 50px, calc(100% - 50px) 0%, 0% 0%); */
clip-path: polygon(0% 0%, calc(100% - 50px) 0%, 100% 50%, calc(100% - 50px) 100%, 0% 100%);

/* box-shadow: #333 40px 30px 30px; */}

.post-type-archive-initiatives p {
    max-width: 700px;
    /* margin: 0 auto; */
    /* text-align: center; */
    /* padding: 0; */
}

.post-type-archive-initiatives article:first-of-type .content {
    margin-top: 100px;
}

.post-type-archive-initiatives h1 {
    display: block;
    font-family: Merriweather;
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: .5px;
    /* text-align: center; */
}

.post-type-archive-initiatives h1 a {
    color: #fff;
}

.post-type-archive-initiatives .excerpt {
    display: block;
    text-align: center;
}

.post-type-archive-initiatives .wp-block-button {
    display: inline-block;
    max-width: 300px;
}

.post-type-archive-initiatives .container.main-content {
    padding: 0px 0px;
    max-width: 100%;
    margin: 0;
}

.post-type-archive-initiatives .post-area {
    padding-right: 0px;
    margin-top: 0px;
}

.post-type-archive-initiatives .post-content {
    padding-left: 0px
}

.post-type-archive-initiatives span.post-featured-img {
    display: block;
    height: 550px;
    overflow: hidden;
    border: 0px solid red;
    background-size: cover;
    background-position: bottom left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.post-type-archive-initiatives .post-content-wrap {
    z-index: 0;
    border: 0px solid blue;

    padding: 40px;
}
USE LATER.post-type-archive-initiatives .post-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center; }