/*
 Theme Name: Astra Child
 Theme URL: http://hostinger-tutorials.com
 Description: Astra Child Theme
 Author: Christophe CORNEAU
 Author URL: https://labdigital.fr
 Template: astra
 Version: 1.0.0
 Text Domain: astra-child
 */


/* Page taxonomy.php */

.container_taxonomy_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.container_property {
    margin: 30px 20px;
}

.container_info_property {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.image_property {
    width: 500px;
    filter: brightness( 103%) contrast( 96%) saturate( 81%) blur( 0px) hue-rotate( 336deg);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 0.07);
}

.price_property {
    font-size: 24px;
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
	white-space:nowrap;
}

.name_property {
    color: #edc9a4;
}

.ast-page-builder-template .ast-archive-description {
    display: none;
}


/* Page single.php */

.image_property_single {
    display: flex;
    margin: auto;
    width: 60%;
    filter: brightness( 103%) contrast( 96%) saturate( 81%) blur( 0px) hue-rotate( 336deg);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 0.07);
}

.information_property {
    width: 60%;
    margin: auto;
}

.single {
    margin: 20px 0;
}

.header_property {
    height: 504px;
    background-image: url(https://labdigital.fr/wordpress/wp-content/uploads/2020/02/about-bg-2-black.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -105px;
    margin-bottom: -86px;
}

.title_porperty_single {
    color: white;
    position: relative;
    text-align: center;
    top: 3.5em;
}

.main-header-bar {
    background-color: transparent !important;
}

.main-header-menu a {
    color: white;
}
@media (max-width: 923px) {
    .main-header-menu a {
        color: black;
    }
	.header_property {
        height: 304px;
    }
}