/*!
Theme Name: Conversal hybrid theme
Theme URI: http://underscores.me/
Author: Conversal
Author URI: https://www.conversal.be/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: conversal
*/
@import url('assets/css/main.css'); 
.site-main.autocontainer article{
	padding-left: var(--wp--preset--spacing--16);
	padding-right: var(--wp--preset--spacing--16);
}
.site-main.autocontainer article .entry-content{
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 80px;	
}
body .hideElement{
    display: none;
    visibility: hidden;
}