.elementor-kit-6{--e-global-color-primary:#F9724E;--e-global-color-secondary:#E1BB97;--e-global-color-text:#000000;--e-global-color-accent:#FEF2E6;--e-global-color-49f5e5e:#D6FAEE;--e-global-color-f3ba2b7:#D2C1E0;--e-global-color-b492d41:#B8ADA5;--e-global-color-63a04c9:#048D22;--e-global-color-3e35c0f:#C90032;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Tangerine";--e-global-typography-secondary-font-weight:normal;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:5px;}.elementor-element{--widgets-spacing:5px 5px;--widgets-spacing-row:5px;--widgets-spacing-column:5px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */a{
    color: #F9724E;
}

a:hover{
    color: #F9724E;
    text-decoration: underline;
}

a.elementor-button:hover{
    text-decoration: none;
}

.elementor-widget-text-editor p:last-child{
    margin-bottom: 0;
}

/** Maropost Form**/
.ghp-mpf{

}

.ghp-mpf .ghp-input-field{
	border-radius: 6px;
	/*padding: 12px 0px 10px 10px;*/
	padding: 12px 14px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	border-color: #ced4da;
	transition: none;
	
}

.ghp-mpf .ghp-input-field:focus{
	outline: 0;
	
}

.ghp-mpf .ghp-input-field.error{
	margin-bottom: 0;
	border-color: #ed3535;
    background-position: right calc(.3125em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.625em + .375rem) calc(.625em + .375rem);
    border-color: #ed3535;
    padding-right: calc(1.25em + .75rem);
    background-image: url("https://globalhappinessproject.com/wp-content/uploads/2026/02/icon-error-red.svg");
}

.ghp-mpf .ghp-input-field.error:focus{
	box-shadow: 0 0 0 .25rem rgba(237, 53, 53, .25);
	
}

.ghp-mpf .ghp-input-field.error:focus-visible {
  
}

.ghp-mpf label.error{
	font-style: italic;
    color: #ed3535;
    margin-bottom: 10px;
    margin-top: 5px;
}

.ghp-mpf .ghp-mpf-field{
    position: relative;
}

.ghp-mpf .ghp-mpf-submit{
	text-align: center;
	margin: 0 auto;
}

.ghp-mpf input[type="submit"]{
    padding: 12px;
	background-color: #F9724E;
    border-color: #F9724E;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    width: 100%;
    white-space: normal;
    border-width: 2px;
    font-family: "Open Sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ghp-mpf input[type="submit"]:hover{
    background-color: #F9724E;
    color: #fff;
}
/****/

/* Small devices (mobile/tablets, 767px and below) */
@media only screen and (max-width: 766px) {
    
    .ghp-mpf .ghp-input-field{
        font-size:16px;  
        padding: 10px 14px;
    }
    
    .ghp-mpf input[type="submit"]{
        font-size:20px;
        padding: 10px;
    }
}

/* Medium devices (tablets/desktops, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (large laptops and desktops, 1168px and up) */
@media only screen and (min-width: 1168px) {

}/* End custom CSS */