/*
 Theme Name:   Hello Elementor Child - Altura Airlines
 description: >- A custom child theme created for Altura Airlines
 Author:       Nicole King on behalf of Platform Communications
 Template:     hello-elementor
 Version:      1.0.0
*/
/*.list-alpha ol {
	list-style-type: lower-alpha;
}*/

/* Create and reset the counter on a common parent wrapper */
.list-alpha {
  counter-reset: global-list-counter;
}

/* Remove default browser numbering */
.list-alpha ol {
  list-style-type: none;
  padding-left: 0;
}

/* Increment the same counter across all list items */
.list-alpha li {
  counter-increment: global-list-counter;
  position: relative;
  padding-left: 1.5em;
}

.list-alpha li + li {
	margin-top: 10px;
}

/* Display the continued number using a pseudo-element */
.list-alpha li::before {
  content: counter(global-list-counter, lower-alpha) ". ";
  position: absolute;
  left: 0;
}

.elementor .footer-row {
    column-gap: 4%!important;
	row-gap: 40px!important;
}