/*
Theme Name: Hello Elementor Child
Description: Child theme for Hello Elementor theme
Author: Proex Digital
Author URI: https://proexdigital.com.br
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

.biofao-posts {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.biofao-posts-list {
    width: calc(93% - 292px);
}

.biofao-posts-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.biofao-posts .biofao-sidebar .biofao-sidebar-filtro h4 {
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
}

.biofao-sidebar .biofao-sidebar-filtro a {
    font-weight: bold;
}

.biofao-post {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.biofao-post > a {
    width: 31%;
}

.biofao-post > div {
    width: 69%;
    padding-left: 30px;
}

.biofao-post > a img {
    display: block;
    width: 100%;
}

.biofao-post date {
    display: block;
    font-size: 13px;
}

.biofao-post h2 {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0;
}

.biofao-post p {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
}

.biofao-post .post-read {
    font-size: 22px;
    color: #FF6D00;
    font-weight: bold;
    font-family: 'Rajdhani';
    display: inline-block;
    margin-top: 15px;
}

.biofao-post-content {
    max-width: 700px;
    margin: auto;
}

.biofao-sidebar {
    width: 292px;
}

.biofao-sidebar form {
    position: relative;
}

.biofao-sidebar form input {
    display: block;
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    height: 50px;
    padding: 10px 40px 10px 10px;
}

.biofao-sidebar form button {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 10px;
}

.biofao-sidebar form button svg {
    display: block;
}

.biofao-sidebar-filtro {
    margin-top: 35px;
}

.biofao-sidebar-filtro h4 {
    font-family: 'AvenirBook', sans-serif;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    cursor: pointer;
    padding-right: 25px;
}

.biofao-sidebar-filtro h4::after {
    content: ' ';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12.318" height="8.212" viewBox="0 0 12.318 8.212"><path d="M0,2.053,2.053,0,6.159,4.106,10.265,0l2.053,2.053L6.159,8.212Z" fill="%23212934"></path></svg>') center no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 15px;
    height: 8px;
}

.biofao-sidebar-filtro ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: none;
}

.biofao-sidebar-filtro.open ul {
    display: block;
}

.biofao-sidebar-filtro.open h4::after {
    transform: rotate(180deg);
}

.biofao-sidebar-filtro ul li {
    margin-top: 15px;
}

.biofao-sidebar-filtro ul li ul {
    padding-left: 25px;
    font-size: 17px;
    line-height: 22px;
}

.biofao-sidebar-filtro ul li label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.biofao-sidebar-filtro ul li label input {
    width: 19px;
    height: 19px;
    margin-right: 10px;
}

.biofao-sidebar-filtro ul li label span {
    width: calc(100% - 29px);
}

.biofao-cuidados-permanentes-produto {
    border-radius: 10px;
    border: 1px solid #F8F8F8;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    position: relative;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}

.pagination > * {
    width: 40px;
    height: 40px;
    border: 1px solid #0A529E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 15px;
    margin: 0 10px;
}

.pagination a:hover, .pagination .current {
    text-decoration: none;
    background-color: #0A529E;
    color: #fff;
}

.pagination a:hover svg, .pagination .current svg {
    fill: #fff;
}

.page-load-status {
	display: none;
	text-align: center;
}

.page-load-status.active {
	display: block;
}

.page-load-status + .pagination {
    display: none;
}

@media (max-width: 1200px) {

    .biofao-posts .biofao-sidebar-filtro {
        display: none;
    }

    .biofao-posts-list {
        width: 100%;
        margin-top: 30px;
    }

    .biofao-posts {
        display: block;
    }

    .biofao-post {
        display: block;
    }

    .biofao-post > div {
        width: 100%;
        padding: 15px 0 0;
    }

    .biofao-post h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .biofao-sidebar {
        width: 100%;
    }

}