/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/











/* TRIPS */

.arr-trip-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  gap: 16px;
}
.arr-trip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 8%);
     -moz-box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 8%);
          box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 8%);
}
.arr-trip a {
  text-decoration: none;
  color: inherit;
}
.arr-trip .arr-trip-image a::after {
  content: '';
  width: 100%;
  height: 30%;
  background: url(/wp-content/uploads/2023/02/Mask-Group-5.svg);
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: top center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.arr-trip.image-default .arr-trip-image a::after {
  -webkit-filter: contrast(0.75);
          filter: contrast(0.75);
}

/* Trip Image */
.arr-trip-image {
  position: relative;
  padding: 65% 0 0;
}
.arr-trip-level {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  padding: 4px 8px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background: #ffffff;
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 1;
}
.arr-trip-image-wrapper,
.arr-trip-image-wrapper img {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.arr-trip-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  -o-transition: -o-transform 2s;
  -moz-transition: transform 2s, -moz-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s, -moz-transform 2s, -o-transform 2s;
}
.arr-trip-image:hover img {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

/* Trip Info */
.arr-trip-info {
  padding: 16px 24px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.arr-trip .arr-trip-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin: 0 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: pre-wrap;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.arr-trip-title a {
  display: block;
}
.arr-trip-title:hover {
  color: var(--e-global-color-accent);
}
/* Trip Meta */
.arr-trip-meta {
  padding: 16px 0;
}
.arr-trip-meta-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 10px;
}
.arr-trip-meta-item:last-child {
  margin-bottom: 0;
}
.arr-trip-meta-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  margin: 0 8px 0 0;
}
/* Trip Footer */
.arr-trip-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arr-trip-footer-button a {
  font-family: "Arial Black";
  font-size: 12px;
  line-height: 18px;
  padding: 9px 15px;
  color: var(--e-global-color-accent);
  border: 2px solid #EFEFEF;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  display: block;
  text-transform: uppercase;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
  white-space: nowrap;
}
.arr-trip-footer-button a svg {
  width: 12px;
  fill: var(--e-global-color-accent);
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0 0 8px;
  position: relative;
  top: 2px;
}
.arr-trip-footer-button a:hover {
  border-color: var(--e-global-color-accent);
}
.arr-trip-footer-price {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0 5px 5px;
}

@media ( max-width: 1270px ) {
  .arr-trip-list {

  }
}

@media ( max-width: 767px ) {
  .arr-trip-list {
    gap: 24px;
  }
}










/* Title / Total Trips Bar */

.arr-total-trips-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 24px;
}
.arr-total-trips-bar > * {
  margin: 0;
}














/*
* Loader
*/

.loading {
  position: relative;
  width: 100%;
  height: 500px;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255,255,255,0.75);
  z-index: 9999;
}
.loading div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.loading svg {
  width: 100px;
}






















#trips-filter-form > div {
  margin-top: 27px;
}
#trips-filter-form p {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: bold;
}























#trips-filter-form-redirect div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 16px;
}
#trips-filter-form-redirect p {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  margin: 8px 0;
  font-weight: bolder;
}





