/* Rpdp Clear Fix Css */
.rpdp-clearfix {
    clear: both;
}

.rpdp-clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Rpdp flex Css */
.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Rpdp Display Posts Wrapper Css Start */
.rpdp-display-posts-wrapper {
    width: 100%;
    /* max-width: 1170px; */
    margin: 0 auto;
    /* padding: 0 15px; */
}

/* Rpdp Display Posts Title Css */
.rpdp_display_posts_title {
    padding: 30px 0;
}

.rpdp_display_posts_title h3 {
    font-size: 25px;
    font-weight: 500;
    color: #363636;
}

/* Rpdp Display Posts Css */
.rpdp-display-posts ul {
    margin: 0 -15px;
}

.rpdp-display-posts ul li {
    font-family: inherit;
    text-align: left;
    padding: 0 15px 20px;
    list-style: none;
}

.rpdp-display-posts-wrapper .rpdp-display-posts ul li {
    display: block !important;
    margin: 0 0 20px 0;
}

/* 4 column box */
.rpdp-display-posts ul.rpdp_4_column_box li {
    width: 25%;
}

/* 3 column box */
.rpdp-display-posts ul.rpdp_3_column_box li {
    width: 33.30%;
}

/* 2 column box */
.rpdp-display-posts ul.rpdp_2_column_box li {
    width: 50%;
}

/* 1 column box */
.rpdp-display-posts ul.rpdp_1_column_box li {
    width: 100%;
    float: none;
    text-align: center;
}

/* Rpdp Feature Thumbnail */
.rpdp-feature-thumbnail {
    margin-bottom: 19px;
}

/* Rpdp Posts Meta Wrap */
.rpdp-author, .rpdp-post-date, .rpdp-comments {
    display: inline-block;
    padding-left: 2px;
    text-transform: uppercase;
    font-size: 80%;
}

/* Rpdp Post Title */
.rpdp-post-title {
    padding: 8px 0;

}
.single-priorities .rpdp-post-title.APPLES h3 {
    font-size: 20px;
    line-height: 1.35;
}

/* Rpdp Read More Css */
.rpdp-read-more {
    padding-top: 16px;
    text-align: center;
}

.rpdp-read-more a {
    font-size: 14px;
    /* font-weight: 700; */
    /* color: #333333; */
    padding: 2px 15px;
    border: 2px solid #d62;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.rpdp-read-more a:hover {
    color: #ffffff;
    background: #d62;
}
/*
** compatible with twenty twenty one theme
*/
.woocommerce-tabs .rpdp-feature-thumbnail a {
    padding: 0;
    display: inline-block;
}

.woocommerce-tabs .rpdp-post-title h4 > a {
    padding: 0;
}

.woocommerce-tabs .rpdp-read-more a {
    padding: 5px 15px;
}
