/*
Theme Name: The Broker
Theme URI:
Description: Made by bamboo-internet.nl
Version: 1.1.2
Author: Wouter van Erp <woutervanerp@gmail.com>
Author URI:
*/

/* Template post page composition fix for posts without an Author image */
.author-bottom-image-wrap div a {
    min-height: 34px;
    display: block;
}

/* About page: The Board - add space above the "Full Profile" button */
.management-section ul li.management-person .management-content p {
    margin-bottom: 16px!important;
}

/* Magazine page - move filters up more */
.search__container.search__container_magazine {
      margin-top: -189px;
}

/* Cookie consent button */
a.cc-btn.cc-dismiss {
    border-radius: 0;
}

/* Buttons in page header content not italic */
.intro-content-head a.button {
    font-style: normal;
}