/*
Theme Name: Greenpeace Planet 4 Child Theme for GP Czech Republic
Theme URI: https://github.com/greenpeace/planet4-child-theme
Description: Exemplary child theme for the Planet 4 Wordpress project
Author: Greenpeace International
Author URI: https://github.com/greenpeace
Template: planet4-master-theme
Version: 0.1
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: light, accessibility-ready
Text Domain: planet4-child-theme-czech-republic
*/


/* hide reject all cookies */
.cookie-notice .cookies-intro .reject-all-cookies {
  display: none;
}

/* hide button and remove min height take action carousel */
.carousel-about .cover-card-btn {
    display: none;
}
.carousel-about .cover {
    min-height: 0px;
}
/* button-primary and button-donate change color and background */
:root {
    --button-primary--background:#f36b35;
    --button-primary--disabled--background:#f36b35;
    --button-primary--hover--background:#ee562d;
    --button-primary--color:var(--white);
    --button-primary--visited--color:var(--white);
    --button-primary--hover--color:var(--white);
    --button-donate--background:#f36b35;
    --button-donate--hover--background:#ee562d;
    --button-donate--color:var(--white);
    --button-donate--visited--color:var(--white);
    --button-donate--hover--color:var(--white);
}

/* hide the category tag in the page header of articles */
.page-header .top-page-tags .tag-wrap.issues {
    display: none;
}
.page-header .top-page-tags .main-tag-chevron {
    display: none;
}