/*
Theme Name: Greenpeace Planet 4 Child Theme Aotearoa
Theme URI: https://github.com/greenpeace/planet4-child-theme-aotearoa
Description: Greenpeace Planet 4 Child Theme Aotearoa
Author: Greenpeace International
Author URI: https://github.com/greenpeace
Template: planet4-master-theme
Version: 0.10
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-aotearoa
*/

/*
	Display which theme is active right now in bottom right corner
	See also planet4-child-theme-aotearoa. Feel free to drop or hide display
*/

#en__field_supporter_phoneNumber { display: none; }
.warning, .warning:focus { color:orange; }
.valid, .valid:focus { color:green; }

#comments{ display:none; }

.page-header h1 { font-size:3rem; }

/* Mobile Styles */

@media only screen and (max-width: 480px) {
	
	.nav-search-toggle-container{
		display: none !important;
	}
   .btn-donate-mobile-nav{
 		margin: 0px 16px !important;
 		
 	}
}
@media (min-width:481px) and (max-width:992px) {
   .btn-donate-mobile-nav{
 		
 		margin-left: auto !important;
 	}
}
@media only screen and (max-width: 992px) {
	header{
		align-items: center;
	}
  
    .btn-donate-mobile-nav{
		line-height: 32px !important;
		padding: 0px 16px !important;
		width: auto;
		min-width: auto !important;
		height: 32px !important;
		font-size: 14px !important;
	}
	
}
@media (min-width: 992px) {
 .btn-donate-mobile-nav {
   display: none;
 }
}
@media (max-width: 576px) {
    .happy-point-block-wrap .happy-point iframe {
        margin-top: calc(var(--iframe-height) / 10);
    }
}
