.impact-post-type .oxy-repeater-pages-wrap,
.blog-section .oxy-repeater-pages-wrap,
._blog_home .oxy-repeater-pages-wrap {
    display: none;
}

.load-more-btn {
    margin-top: 10px;
    padding: 10px;
    font-size: 16px;
    display: none;
}

/**
Impact post type styles
**/
.impact-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.impact-inner-container {
    height: 100%;
    min-height: 600px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.impact-content-container {
    width: 100%;
    border-radius: 16px;
    text-align: left;
    height: 100%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(0, 0, 0, 0.09);
    border-right-color: rgba(0, 0, 0, 0.09);
    border-bottom-color: rgba(0, 0, 0, 0.09);
    border-left-color: rgba(0, 0, 0, 0.09);
    overflow: hidden;
    position: relative;
    color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
}

.ct-impact-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    filter: brightness(50%);
    opacity: 1;
}

.immpact-text-block {
    padding-left: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
    width: 100%;
    height: 100%;
}

.impact-title-container {
    display: flex;
    text-align: left;
    z-index: 5;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
}

.impact-title {
    font-size: 48px;
    max-width: 15rem;
}

.impact-title-container .impact-link {
    text-align: left;
    background-color: #ffd000;
    color: #1b1e1e;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    border-radius: 16px;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 200px;
    align-self: flex-end;
    transform: perspective(1px);
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-out;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0);
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    font-size: 24px;
}

.impact-link:hover {
    background-color: #dbb300;
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
}

.impact-link .oxel_icon_button_icon {
    display: inline-flex;
    border-radius: 50%;
    color: #1b1e1e;
    margin-right: 0px;
}

.blog-page .blog-container {
    border-radius: 16px;
    text-align: left;
    background-color: #ffffff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(0, 0, 0, 0.09);
    border-right-color: rgba(0, 0, 0, 0.09);
    border-bottom-color: rgba(0, 0, 0, 0.09);
    border-left-color: rgba(0, 0, 0, 0.09);
    overflow: hidden;
    color: #1b1e1e;
    height: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
}

/**
Cuases
**/
.causes-container.ct-div-block {
    height: 100%;
}

.causes-content-container.ct-div-block {
    border-radius: 16px;
    text-align: left;
    background-color: #ffffff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(0, 0, 0, 0.09);
    border-right-color: rgba(0, 0, 0, 0.09);
    border-bottom-color: rgba(0, 0, 0, 0.09);
    border-left-color: rgba(0, 0, 0, 0.09);
    overflow: hidden;
    color: #1b1e1e;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
}
.causes-text-block-container.ct-div-block {
    height: 100%;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    gap: 1rem;
}
h3.ct-headline.causes-title {
    color: #1b1e1e;
    font-family: 'Teachers';
    font-size: 28px;
    font-weight: 700;
}
.cuases-description.ct-text-block.lc-line-clamp.lc-fs-body-text {
    color: #1b1e1e;
}
.ct-div-block.cuases-progress-bar-container {
    width: 100%;
    background-color: #59b9ff;
    height: 10px;
    border-radius: 2em;
    overflow: hidden;
}
.progress-bar.ct-div-block {
    background-color: #0090f5;
    min-width: 0px;
    min-height: 0px;
    height: 100%;
}
.ct-div-block.cuases-donation-container {
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}
.cuases-goal.ct-text-block {
    font-weight: 700;
    font-size: 16px;
}
.ct-text-block.donation-text {
    text-align: left;
    align-items: flex-end;
    font-size: 12px;
}
.ct-text-block.causes-raised {
    font-size: 12px;
}
a.donation-button.ct-link-button {
    width: 100%;
}
a.donation-button.ct-link-button:hover{
        background-color: #135a99;
    border: 1px solid #135a99;
}
.ct-text-block.total-donation-inner {
    font-weight: 700;
    font-size: 16px;
}



.causes-container .ct-impact-image {
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.blog-page .content-block {
    height: 100%;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    gap: 1rem;
}

.blog-page .date-container {
    text-align: left;
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: .75rem;
}

.blog-page .ct-fancy-icon svg {
    width: 25px;
    height: 25px;
}

.blog-page .ct-headline {
    color: #1b1e1e;
    font-family: 'Teachers';
    font-size: 28px;
    font-weight: 700;
}

.blog-page .read-more-btn {
    font-size: 16px;
    color: #1b1e1e;
    font-weight: 400;
}

.blog-page .read-more-icon:hover {
    transform: translate(5px);
}

.blog-page .read-more-icon {
    margin-right: 0px;
    margin-left: 15px;
    color: #0090f5;
}

.blog-page .read-more-link:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 144, 245, 0);
    gap: 2px;
}

.oxy-repeater-pages-wrap {
    display: none !important;
}

a.load-more-btn {
        border-radius: 12px;
    border-top-style: none;
    font-size: 16px;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-transform: uppercase;
    background: linear-gradient(155deg, #00c0d8 0%, #0090f5 100%);
        padding-top: .7rem;
    padding-right: 1.5rem;
    padding-bottom: .7rem;
    padding-left: 1.5rem;
    font-family: teachers, 'Inter', sans-serif;
    font-weight: 700;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px);
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    
}
.post-side-bar .load-more-wrapper {
    display: none;
}   
a.load-more-btn {
    display: none;
} 
.single .load-more-wrapper {
    display: none;
}
body.causes a.load-more-btn,
body.impact a.load-more-btn,
body.blog a.load-more-btn{
      display: inline-block;
}
a.load-more-btn.
a.load-more-btn:hover {
    background-color: #0090f5;
    border: 1px solid #0090f5;
    background-image: radial-gradient(ellipse farthest-corner, #00afc6, #0084e2);
     transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
}

.load-more-wrapper {
    width: 100%;
        top: 54px;
    text-align: center;
    grid-column: 1 / -1;
    text-align: center;
    align-self: start;
    position:relative;
}

.oxy-dynamic-list {
    grid-auto-rows: auto !important;
}

/**
* Blog post css
*/
.blog-container{
    border-radius: 16px;
    text-align: left;
    background-color: #ffffff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgba(0, 0, 0, 0.09);
    border-right-color: rgba(0, 0, 0, 0.09);
    border-bottom-color: rgba(0, 0, 0, 0.09);
    border-left-color: rgba(0, 0, 0, 0.09);
    overflow: hidden;
    color: #1b1e1e;
    height: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
}
.blog-container .content-block{
        height: 100%;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    gap: 1rem;
}
.blog-container .date-container {
    text-align: left;
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: .75rem;
}

.blog-container .date-container .ct-fancy-icon {
    color: #374047;
}
.ct-fancy-icon.date-icon svg {
    width: 25px;
    height: 25px;
    color: #374047;
}
a.ct-link.oxel_icon_button__container.read-more-blog-link {
    padding: 0;
}
a.ct-link.oxel_icon_button__container.read-more-blog-link:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 144, 245, 0);
    gap: 2px;
}
.blog-container .ct-text-block {
    color: #374047;
}
.blog-container .ct-headline {
    color: #1b1e1e;
    font-family: 'Teachers';
    font-size: 28px;
    font-weight: 700;
}
.ct-div-block.blog-inner-container {
    height: 100%;
}
.ct-div-block .date-blog-container {
    height: 100%;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    gap: 1rem;
}
.ct-div-block.date-blog-inner-container {
    text-align: left;
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: .75rem;
}
.blog-container .ct-text-block.oxel_icon_button_text.read-more-blog-btn {
    font-size: 16px;
    color: #1b1e1e;
    font-weight: 400;
}

a.ct-link.oxel_icon_button__container.read-more-blog-link svg {
    width: 18px;
    height: 18px;
}

.ct-fancy-icon.oxel_icon_button_icon.read-more-blog-icon:hover {
    transform: translate(5px);
}
.ct-fancy-icon.oxel_icon_button_icon.read-more-blog-icon {
    margin-right: 0px;
    margin-left: 15px;
    color: #0090f5;
}
