/**
Theme Name: Hello Elementor Child
Template: hello-elementor
Description: A plain-vanilla & lightweight theme for Elementor page builder
Version: 2.6.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor_child
Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,

/* Note: The CSS files are loaded from assets/css/ folder. */

.top-bar-left {
  width: 100%;
}

#topbar-template {
  display: block !important;
}

#footer-widgets .footer-box .widget-title {
  color: #333 !important;
}

.geo-locations__list {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  border: none;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  list-style: none;
  color: inherit;
}

@media (min-width: 1024px) {
  .geo-locations__list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 3.5%;
    -moz-column-gap: 3.5%;
    column-gap: 3.5%;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    -webkit-break-inside: avoid;
    -moz-break-inside: avoid;
    break-inside: avoid;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .geo-locations__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    -webkit-break-inside: avoid;
    -moz-break-inside: avoid;
    break-inside: avoid;
  }
}

.geo-locations__list-item {
  position: relative;
  /* border-bottom: 1px solid #bdd7e5 */
}

.geo-locations__list-item__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  height: 42px;
  width: 100%;
  color: #333;
}

.geo-locations__list-item__link:hover .geo-locations__list-item__name {
  color: #e37a11;
}

.geo-locations__list-item__link:hover
  .geo-locations__list-item__name.spot::before {
  animation: hopUp 0.25s ease-in;
}

.geo-locations__list-item__link:hover
  .geo-locations__list-item__name.region::before {
  animation: rotateZoom 0.25s ease-in;
}

.geo-locations__list-item__name {
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 42px;
  text-align: left;
}

.geo-locations__list-item__link::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: inline-block;
  z-index: 1;
  margin-right: 13px;
  height: 23px;
  width: 25px;
  background-image: url(./images/icon-geo-spot.png);
}

.geo-locations__list-item__name span {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.parent_images {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  overflow: hidden;
  height: 155px;
}

.parent_images__item {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 5px 5px;
  flex: 1 1 150px;
  text-align: center;
  justify-content: center;
}

.parent_images__item:first-child {
  margin-left: 0px;
}

.parent_images__item:last-child {
  margin-right: 0px;
}

.parent_images__item__name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 18px 0.5rem 0;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 0 40px #97b8d9, 0 0 70px #39a7da;
  white-space: normal;
  color: #fff;
}
