/* ==========================================================================
    LEGACY CSS
========================================================================== */

.Species span.wpcf7-list-item label {
	display: flex;
	font-size: 20px;
	color: #072D48;
	font-family: 'CreatoDisplay-Light';
	letter-spacing: 1px;
	line-height: 24px;
	cursor:pointer;
}

button.gm-control-active:first-child {
	border-bottom: 1px solid #aadaff !important;
}

.stockist_find .Species span.wpcf7-list-item-label:hover {
	padding-left: 20px;
	font-family: 'CreatoDisplay-Regular';
}

.stockist_find .Species span.wpcf7-list-item-label, .stockist_find .Manta_Behavior input[type="radio"]:checked + span {
	transition: .3s ease-in-out;
	opacity: 1;
}

.stockist_find span.wpcf7-form-control-wrap.Manta_Behavior span {
	display: block;
	transition:.3s ease-in-out;
	padding-bottom: 0;
}

.sight-map-section span.wpcf7-list-item label span {
	transition: .3s;
}

.sight-map-section span.wpcf7-list-item label span:hover {
	font-family: 'CreatoDisplay-Regular';
}

.Latitude input {
	padding-left: 0;
}

.Months span.wpcf7-list-item:hover, .Year span.wpcf7-list-item:hover {
	font-family: 'CreatoDisplay-Regular';
	padding-left: 20px;
}

.sighting-details-btn {
	position: relative;
}

.sighting-details-btn img {
	width: 23px;
	height: 29px;
	float: left;
	position: absolute;
	z-index: 9;
	top: 112px;
	margin-top: unset !important;
	left: -3px;
	cursor: pointer;
}

.map-filter-wrap select.wpcf7-form-control.wpcf7-select {
	border: 0px;
	background: transparent;
	padding-left: 19px;
	color: #072D48;
	font-size: 18px;
	line-height: 21px;
}

.gm-control-active>img:nth-child(1){
	width: 7px !important;
	height: 7px !important;
}

.total-detail-sights {
	position: relative;
}

.donation .radio.active {
	background: #f5fdff;
	color: #072d48;
}

.map-filter-wrap .wpcf7-submit {
	display: block !important;
	margin-top: 15px;
	font-size: 16px;
	font-family: 'CreatoDisplay-Light';
}

.Months input {
	display: none;
}

.Months span.wpcf7-list-item {
	color: #072D48;
}

.stockist_find span {
	cursor: pointer;
}

.stockist_find span.wpcf7-form-control-wrap.Manta_Behavior span:hover {
	font-family: 'CreatoDisplay-Regular';
}

.Year input, .Source input {
	display: none;
}

.Source span.wpcf7-list-item-label, .Year span.wpcf7-list-item-label {
	color: #072D48;
	transition:.3s ease-in-out;
}

.gm-style-iw.gm-style-iw-c {
	background: #F5FDFF;
	padding: 0;
	border: 0px;
	text-align:center;
	border-radius:0px;
}

.gm-style-iw-d{
	display: contents;
}

.store-info-name {
	font-size: 17px;
}

.Source span.wpcf7-list-item {
	display: block;
	width: 100%;
}

.Months span.wpcf7-list-item, .Year span.wpcf7-list-item {
	width: 100%;
	display: block;
	transition:.3s ease-in-out;
}

.order_item a {
	color: #072D48;
	text-decoration: none;
	font-size: 22px;
	font-family: 'CreatoDisplay-Light';
}

a.added_to_cart.wc-forward:hover {
	background: #072D48;
	color: #F5FDFF;
	border: 1px solid #F5FDFF;
}

.stockist_find .Manta_Behavior span.wpcf7-list-item:hover {
	padding-left: 20px;
	font-family: 'CreatoDisplay-Regular';
}

/* ==========================================================================
    NEW CSS
========================================================================== */

/* General  */

.sighting-map-section,
.sighting-form-section,
.citizen-gallery-section {
	margin-top: 150px;
}

.sighting-body,
.sighting-body > p {
	color: var(--dark-blue);
	font-family: 'CreatoDisplay-Light';
	font-size: 18px;
	letter-spacing: 0.2px;
	line-height: 120%;
}

.sighting-body > p > strong {
    font-family: 'CreatoDisplay-Regular';
}

/* Sightings Map Section */

.sighting-map-section {
	align-items: center;
	gap: 100px;
}

.sighting-map-ctr {
	position: relative;
	z-index: 1;
}

.sighting-map-body-ctr,
.sighting-map-ctr {
	width: 50%;
}

.sighting-map-body-ctr {
	gap: 30px;
}

.sighting-map-body-ctr > div.sighting-body {
	gap: 6px;
}

#map {
    width: 100%;
    height: 600px;
	border-radius: 14px;
}

.stores-list-container {
	display: none;
}

.map-filter-icons-wrapper {
	position: relative;
}

.map-filter-icons-ctr {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 75px;
	right: 0px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
}

.open-filters-icon {
	width: 30px;
}

.close-filters-icon {
	width: 24px;
}

.map-filter-overlay-ctr {
	position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
	z-index: 2;
}

.map-filter-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100%;
    background: var(--dark-blue);
    opacity: 1;
    z-index: 9;
    border-radius: 14px;
    box-shadow: -6px 0 6px rgb(0, 0, 0, 0.05);
    padding: 50px;
}

.map-filter-grid {
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.map-filter-grid h2 {
	color: var(--white);
	font-family: 'creato-bold';
	font-size: 20px;
	letter-spacing: 0.2px;
	line-height: 120%;
	margin-bottom: 10px;
}

.map-filter-grid .wpcf7-list-item {
    margin: 0;
    display: block;
}

.map-filter-overlay .wpcf7-list-item-label,
.map-filter-overlay .wpcf7-select {
	color: var(--white);	
	font-size: 16px;
	letter-spacing: 0.2px;
	font-family: 'CreatoDisplay-Light';
	line-height: 120%;
}

.map-filter-overlay .wpcf7-select {
	border: none;
	background-color: transparent;
	width: 66%
}

.map-filter-overlay > div > div:nth-child(3) > h2:nth-child(3) {
	margin-top: 14px;
}

.map-filter-overlay input[type="radio"]:checked + span {
    font-family: 'CreatoDisplay-Regular';
	font-weight: 600;
}

.map-filter-overlay input[type="radio"]{
	display: none;
}

.map-filter-btn-ctr {
	margin-top: 50px;
}

.map-filter-btn-ctr > p {
	display: flex;
	flex-direction: row;
	gap: 8px;
}

.map-filter-btn-ctr input#btn-clear {
	background: transparent;
	color: var(--white);
	font-size: 16px;
	font-family: 'CreatoDisplay-Light';
	letter-spacing: 0.2px;
	line-height: 120%;
	text-transform: none;
	border: 1px solid var(--white);
    border-radius: 14px;
    padding: 14px 26px;
}

.map-filter-btn-ctr input#btn-apply {
	background-color: var(--white);
	color: var(--dark-blue);
	cursor: pointer;
	font-size: 16px;
	font-family: 'CreatoDisplay-Light';
	letter-spacing: 0.2px;
	line-height: 120%;
	text-transform: none;
	border: 1px solid var(--white);
    border-radius: 14px;
    padding: 14px 26px;
}

.map-filter-btn-ctr span.wpcf7-spinner {
	display: none;
}

.map-legend {
	position: absolute;
    bottom: 0;
    right: 0;
	gap: 10px;
	padding: 40px;
}

.map-legend-item {
	align-items: center;
	gap: 6px;
}

.map-legend-item > img {
	height: 12px;
}

.map-legend-item > p {
	font-family: 'CreatoDisplay-Light';
	font-size: 18px;
	color: var(--dark-blue);
	letter-spacing: 0.2px;
	line-height: 100%;
	gap: 6px;
}

.gmnoprint {
	display: none;
}

.total-sightings-ctr,
.sighting-stats-ctr {
	position: relative;
}


.total-sightings {
	position: absolute;
	background: var(--dark-blue);
	color: var(--white);
	font-size: 16px;
	font-family: 'CreatoDisplay-Light';
	line-height: 120%;
	border-radius: 14px;
	left: 24px;
    top: 24px;
    padding: 14px 22px;
	z-index: 1;
}

#sighting-stats {
	background: var(--dark-blue);
	width: 100%;
	display: none;
	max-width: 250px;
	padding: 15px 30px 5px 30px;
	border-bottom-right-radius: 14px;
	border-top-right-radius: 14px;
	position: absolute;
	z-index: 9;
	top: 100px;
}

#sighting-stats li {
	border-bottom: 1px solid var(--white);
	color: var(--white);
	font-size: 16px;
	font-family: 'CreatoDisplay-Light';
	letter-spacing: 0.2px;
	line-height: 120%;
	padding-bottom: 10px;
	text-align: left;
}

#sighting-stats li:nth-child(even) {
	border: 0;
}

/* Sighting Form Section */

.sighting-form-section {
	gap: 50px;
}

.sighting-form {
	background-color: var(--pale-blue);
	padding: 80px;
	border-radius: 40px;
}

.form-content {
	gap: 30px;
}

.form-section {
	justify-content: space-between;
}

.form-section-hd {
	color: var(--dark-blue);
	font-family: 'creato-bold';
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.2px;
	margin-bottom: 12px;
}

.form-body-text {
	color: var(--dark-blue);
	font-family: 'CreatoDisplay-Light';
	font-size: 18px;
	letter-spacing: 0.2px;
	line-height: 120%;
}

.form-sub-text {
	color: var(--dark-blue);
	font-family: 'CreatoDisplay-Light';
	font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 120%;
}

.sighting-form input {
	background: transparent;
	color: var(--dark-blue);
	font-size: 16px;
	font-family: 'CreatoDisplay-Regular';
	letter-spacing: 0.2px;
	border-width: 0px 0px 1px 0px;
	border-color: var(--dark-blue);
	padding: 6px 0;
}

.sighting-form input[type="file"] {
	display: none;
}

.sighting-form .file-upload-wrapper {
	background-color: var(--white);
	border: 1px solid rgb(0, 0, 0, 0.2);
    border-radius: 12px;
	margin-bottom: 20px;
	padding: 30px 40px;
	box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.025);
}

.file-upload-ctr {
	align-items: center;
	gap: 16px;
}

.sighting-form .file-upload-btn {
	cursor: pointer;
	background-color: var(--dark-blue);
	color: var(--white);
	font-size: 16px;
	font-family: 'CreatoDisplay-Regular';
	letter-spacing: 0.2px;
	padding: 12px 24px;
    border-radius: 6px;
}

.sighting-form textarea {
	background: var(--white);
	color: var(--dark-blue);
	font-size: 16px;
	font-family: 'CreatoDisplay-Regular';
	letter-spacing: 0.2px;
	border: 1px solid rgb(0, 0, 0, 0.2);
	border-radius: 6px;
	padding: 12px;
	box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.025);
}

.sighting-form input[type=radio] {
	margin-right: 6px;
	accent-color: var(--dark-blue);
}

.form-dbl-col {
	width: calc(50% - 20px);
}

.gps-input-ctr {
	justify-content: space-between;
	gap: 16px;
}

.gps-input {
	flex: 1;
}

.radio-card-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.radio-card-grid-compact {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.radio-card {
	background-color: var(--white);
	height: fit-content;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid rgb(0, 0, 0, 0.2);
	box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.025);
}	

.radio-card-dbl-img {
	gap: 16px;
}

.radio-img {
	border-radius: 6px;
}

.radio-singl-img,
.radio-sngl-inpt-ctr {
	width: calc(50% - 5px)
}

.radio-sngl-inpt-ctr {
	justify-content: center;
	align-items: center;
}

.radio-dbl-img-ctr,
.radio-card-grid-compact > .radio-card {
	gap: 16px;
}

.radio-card-grid-compact > .radio-card > img {
	height: 200px;
	object-fit: cover;
}

.radio-card-grid-compact > .radio-card > .radio-input-ctr > p {
	min-height: 80px;
}

.radio-card-grid-compact > .radio-card > .radio-input-ctr {
	gap: 8px;
}

.radio-dbl-img {
	width: calc(50% - 10px);
	height: 280px;
	object-fit: cover;
	border-radius: 6px;
}

#colour-morph {
	max-height: 1000px;
	margin-bottom: 30px;
	overflow-y: hidden;
	transition: 
		max-height 1s ease-in-out,
		margin-bottom 1s ease-in-out;
}

#colour-morph.hide-colour-morph {
	max-height: 0px;
	margin-bottom: 0px;
}

#number-of-individuals {
	margin-top: -30px;
}

#verification-image > div:nth-child(2) {
	flex-direction: column-reverse;
    margin-top: 40px;
}

#verification-image > div:nth-child(2) > p {
    width: 400px;
    margin: 0 auto 8px auto;
    text-align: center;
}

.img-id-example-ctr {
	justify-content: space-around
}

.img-id-example {
	max-width: 250px;
}

.form-submit-ctr {
	align-items: center;
	gap: 20px;
}

.form-submit-btn {
	align-self: start;
	background-color: var(--dark-blue);
	color: var(--light-blue);
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	font-family: 'CreatoDisplay-Light';
	letter-spacing: 0.2px;
	text-transform: none !important;
	border-radius: 12px;
	padding: 20px 30px;
	margin-top: 20px;
}

.validated,
.not-validated {
	display: none;
	margin-top: 8px;
}

.was-validated .form-input:valid ~ .validated {
	display: block;
	color: #28A745; 
}

.was-validated .form-input:invalid ~ .not-validated {
	display: block;
	color: #D9534F;
}

/* Citizen Gallery Section */

.citizen-gallery-section {
	gap: 50px;
}

.alm-listing {
  	display: flex;
  	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px;
}

.alm-listing::after {
  	content: none !important;
  	display: none !important;
}

.gallery-card-wrap {
  	flex: 1 1 calc((100% - 100px) / 3);
  	max-width: calc((100% - 100px) / 3);
}

.gallery-card-img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 14px;
}

.gallery-card-overlay {
	position: absolute;
	justify-content: start;
    align-items: center;
	position: absolute;
	background-color: rgb(0,0,0, 0.4);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 14px;
	padding: 50px;
	opacity: 0;
	transition: opacity 0.25s ease-in-out;
}

.gallery-card-wrap:hover .gallery-card-overlay {
	opacity: 1;
}

.gallery-overlay-hd {
    font-family: 'creato-bold';
    font-weight: 500;
	text-align: center;
    color: var(--white);
    letter-spacing: 0.2px;
    font-size: 28px;
    margin-bottom: 12px;	
}

.gallery-overlay-p {
	align-self: end;
	font-family: 'CreatoDisplay-Light';
	font-size: 18px;
	text-align: center;
	line-height: 120%;
	letter-spacing: 0.2px;
}

.gallery-card-overlay > div {
	margin-top: 50px;
}

.citizen-gallery-section .alm-btn-wrap {
    margin: 50px 0 0 0;	
	padding: 0;
}

.citizen-gallery-section .alm-load-more-btn.more {
	height: 100%;
	background-color: var(--dark-blue);
	color: var(--light-blue);
	cursor: pointer;
	align-self: start;
	font-size: 16px;
	font-family: 'CreatoDisplay-Light';
	letter-spacing: 0.2px;
	text-transform: none;
	border-radius: 12px;
	padding: 20px 30px;
}

.form-msg-ctr,
.form-loading, 
.form-result-success,
.form-result-error {
	display: none;
}

.form-msg-hd {
	color: var(--dark-blue);
    font-family: 'creato-bold';
	font-size: 34px;
	letter-spacing: 0.2px;
    font-weight: 400;
    margin-bottom: 12px;
}

.form-msg-btn {
	width: 180px;
	background-color: var(--dark-blue);
    font-size: 18px;
    text-transform: none;
    font-family: 'CreatoDisplay-Light';
    font-weight: 500;
	border: 1px solid var(--dark-blue);
    border-radius: 14px;
}

.form-msg-btn-outline {
	width: 180px;
	background-color: transparent;
	color: var(--dark-blue);
    font-size: 18px;
    text-transform: none;
    font-family: 'CreatoDisplay-Light';
    font-weight: 500;
	border: 1px solid var(--dark-blue);
    border-radius: 14px;	
}

.success-btn-ctr {
	margin-top: 30px;
	gap: 10px;
}