/*
Theme Name: Greater Europe Mission
Theme URI: http://www.trippple.no
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: Trippple AS
Author URI: http://www.trippple.no
template: bb-theme
*/

/* Add your custom styles here... */ 

.header-text-2,
.header-text-3 {
  display: none;
}


.color-overlay {
  position: relative; /* Make the image container relative for positioning the overlay */
}

.color-overlay::before {
  content: ""; /* Create a pseudo-element */
  position: absolute; /* Position it absolutely within the image container */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 70, 40, 0.45); /* Set the overlay color with rgba (45% opacity) */
  z-index: 1; /* Ensure the overlay is on top of the image */
  pointer-events: none; /* Allow clicks to pass through the overlay to the image if needed */
}

.gw-horizontal-form .gform_body {
	display: flex !important;
}

.gw-horizontal-form .gform_body .gform_fields {
	display: flex !important;
	align-items: center;
}
.gw-horizontal-form .gform_body .gform_fields .gfield {
	height: 47px !important;
}
.gw-horizontal-form .gform_body .gform_fields .gfield input {
	height: 47px !important;
	margin: 0 !important;
}

.gw-horizontal-form .gform_body .gform_fields .gfield:first-child {
	flex: 1;
}

.gform_confirmation_message {
    color: white !important;
	background-color: #006773;
    padding: 10px;
	font-size: 20px !important;
}



#column-pin {
    position: sticky !important;
    top: 149px;
}

@media screen and (max-width: 768px) {
	#column-pin {
		position: relative !important;
		top: unset;
	}
}
