/* 
 Theme Name:   Quelleformation
 Theme URI:    https://quelleformation.org
 Description:  Quelleformation.org
 Author:       Cherki Kaisser
 Author URI:   https://quelleformation.org
 Template:     listinghive
 Version:      2.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

@media (max-width: 768px) {
    .post--archive .post__image {
        position: relative;
        height: 100vh !important;
    }
    .post--archive .post__image img {
        height: 100% !important;
        object-fit: cover !important;
    }
}

@media (min-width: 768px) {
    .post--archive .post__image {
        position: relative;
        height: unset !important;
    }
    .post--archive .post__image img {
        height: unset !important;
        object-fit: unset !important;
    }
}

@media (min-width: 992px) {
    .post--archive .post__image {
        position: relative;
        height: unset !important;
    }
    .post--archive .post__image img {
        height: 100% !important;
        object-fit: unset !important;
    }
}

@media (min-width: 1200px) {
    .post--archive .post__image {
        position: relative;
        height: unset !important;
    }
    .post--archive .post__image img {
        height: unset !important;
        object-fit: unset !important;
    }
}

@media (min-width: 1400px) {
    .post--archive .post__image {
        position: relative;
        height: unset !important;
    }
    .post--archive .post__image img {
        height: unset !important;
        object-fit: unset !important;
    }
}
#forminator-module-2717{
    display:block !important;

}
div.hp-block.hp-listing__attributes.hp-listing__attributes--primary{
    border:0 !important;
    box-shadow: unset !important;
}