/*
Theme Name: Greenpeace Planet 4 Greece Theme
Theme URI: https://github.com/greenpeace/planet4-child-theme-greece
Description: Planet 4 child theme for Greece
Author: Greenpeace International
Author URI: https://github.com/greenpeace
Template: planet4-master-theme
Version: 0.0.8
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-greece
*/

/* Replacing GreenpeaceSans with Roboto */

:root {
  --font-family-primary: Roboto, sans-serif;
  --nav-item--font-weight: var(--font-weight-bold);
  --nav-donate--font-weight: var(--font-weight-bold);
  --button--font-weight: var(--font-weight-bold);
  --columns-block--a--not--btn--font-weight: var(--font-weight-bold);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

/* Happy Point */

#happy-point {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}

.happy-point-block-wrap > picture img {
  height: 650px;
  overflow: unset;
}

.happy-point-block-wrap {
  height: 650px;
  max-height: unset;
}

.happy-point-block-wrap .happy-point iframe {
  height: 105%;
  top: 0;
  left: 0;
  margin-top: 0;
}

@media (max-width: 575px) {
  .page-header-title {
    font-size: 1.4rem;
    font-size: calc(100% + 2vw);
    width: 90%;
  }

  /* .happy-point-block-wrap .pt-20 iframe {
    height: 440px;
  } */
}

@media (min-width: 768px) {
  .happy-point-block-wrap {
    max-height: unset;
    height: 560px;
  }
}

@media (min-width: 1200px) {
  /* .happy-point-block-wrap .happy-point {
    padding-top:200px
  } */
}

.external-icon {
  display: none;
}
