/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

/* Add custom CSS here */


.archive_page {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: start;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
    gap: 40px 15px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.archive_page .post {
    width: 32%;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 20px;
}
.extra_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.extra_content div {
    width: 50%;
    font-size: 14px;
}
.archive_page .entry-title {
    font-size: 1.25rem;
    margin-top: 2px;
    margin-bottom: 16px;
}
.archive_page button.slick-arrow {
    z-index: 2;
    height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    border-radius: 0;
}
.archive_page button.slick-prev.slick-arrow {
    left: 0;
}
.archive_page button.slick-next.slick-arrow {
    right: 0;
}
.bottom_content {
    padding: 1rem;
}
.slick-prev:before, .slick-next:before {
    background: #0000003c;
    padding: 10px !important;
    border-radius: 0 !important;
    opacity: .8 !important;
}
.archive_page button.slick-arrow:focus {
    outline: none;
}
.extra_content i {
    width: 1.25em;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    color: #012169;
    font-style: normal;
    line-height: 1;
}
.fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.fa-check:before {
    content: "\f00c";
}
.post-button-link {
    width: 100%;
    border-radius: 0 !important;
    margin-top: 10px;
    background: #fff !important;
    color: var(--e-global-color-accent) !important;
    border: 1px solid var(--e-global-color-accent);
    text-decoration: none !important;
}
.post-button-link:hover {
    background: var(--e-global-color-accent) !important;
    color: #fff !important;
}
.archive_inner_header {
    background-image: url("https://www.carbuyeraustralia.au/wp-content/uploads/2023/10/head_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 153px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.archive_inner_header h2 {
    margin-bottom: 0;
    z-index: 2;
}
.archive_inner_header h6 {
    z-index: 2;
}
.archive_inner_header::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #012169;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
}
@media (min-width: 768px) and (max-width: 900px) {
    .posts_listing {
        max-width: 94% !important;
    }
}
@media (max-width: 767px) {
    .archive_page .post {
        width: 100%;
    }
}