/*
Theme Name:     Construct Child 
Theme URI:      http://wpdemo.oceanthemes.net/construction/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       construct
*/

/*
Permis de louer
Version Beta
Auteur : Didier COUBARD
*/

@import url("../construct/style.css");




/* Class additionnel Permis de louer 
-------------------------------------------------------- */

.cbd_table {
	border-collapse:collapse;
	}
.cbd_table tr td {
	border:1px solid;
}
/* =Theme customization starts here
------------------------------------------------------- */


.widget-columns {
    display: flex;
    flex-wrap: wrap;
}

.widget-column {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}


.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
 
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}