/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */

/*Overrule presta template layouts*/

body#cms #main-content,
body#cms #main-content #wrapper,
body#cms #main-content #main,
body#cms #main-content #content,
body#cms #main,
body#cms #content.page-content{
    padding: 0;
    margin: 0;
}

body#cms #main-content .page-width{
    width: 100%;
    max-width: unset;
}

body #main-content .page-width.top-content{
    display: none;
}

body #main-content .page-width.main-content{
    margin-top: 90px;
}

body:not(#contact) .grecaptcha-badge{
    display: none;
}