/*
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
*/

@media (min-width: 1200px) {
    .happy-point-block-wrap .happy-point {
        padding-top: 60px;
    }
}

@media (min-width: 768px) {
    .happy-point-block-wrap .happy-point {
        padding-top: 50px;
    }
}
        
@media (max-width: 768px) { 
    .happy-point-block-wrap .happy-point {
        padding-top: 10px;
    }
    
    .happy-point-block-wrap picture {
        display: none;
    }
}
        
.happy-point-block-wrap { height: 600px; }
        
@media (max-width: 576px) {
    .happy-point-block-wrap .happy-point iframe {
        position: relative;
        min-height: 500px;
    }
}
            
.happy-point-block-wrap .happy-point iframe {
    height: 600px;
}

/* 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;
}