/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
*********************/
/*********************
FONTS
*********************/
.page-template-blocks-only .cardshowSection .cardshowWrapper {
  padding: 0 20px;
  max-width: 1490px;
  margin: 0 auto;
}
@media only screen and (min-width: 400px) {
  .page-template-blocks-only .cardshowSection .cardshowWrapper {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .page-template-blocks-only .cardshowSection .cardshowWrapper {
    padding: 0 70px;
    overflow: visible;
  }
}
@media only screen and (min-width: 1025px) {
  .page-template-blocks-only .cardshowSection .cardshowWrapper .cards {
    overflow: visible;
  }
}
.page-template-blocks-only .cardshowSection .cardshowWrapper .cards .slidecard {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .page-template-blocks-only .cardshowSection .cardshowWrapper .cards .slidecard {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-template-blocks-only .cardshowSection .cardshowWrapper .cards .slidecard {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-blocks-only .cardshowSection .cardshowWrapper .cards .slidecard {
    margin: 0 3px;
  }
}
.page-template-blocks-only .cardshowSection .cardshowWrapper .cards .slidecard img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-blocks-only .cardshowSection .cardshowWrapper .cards .slidecard .text-content {
  background: #02416b;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 77px;
  padding: 0 20px;
}
.page-template-blocks-only .cardshowSection .cardshowWrapper .cards .slidecard .text-content h3 {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: var(--wp--preset--font-size--32);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
@media only screen and (min-width: 1400px) {
  .page-template-blocks-only .cardshowSection .cardshowWrapper .cards .slidecard .text-content {
    height: 123px;
  }
}
.page-template-blocks-only .cardshowSection .cardshowWrapper .cards .nextArrow,
.page-template-blocks-only .cardshowSection .cardshowWrapper .cards .prevArrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  background: #0572BA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.page-template-blocks-only .cardshowSection .cardshowWrapper .cards .nextArrow svg path,
.page-template-blocks-only .cardshowSection .cardshowWrapper .cards .prevArrow svg path {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .page-template-blocks-only .cardshowSection .cardshowWrapper .cards .nextArrow,
  .page-template-blocks-only .cardshowSection .cardshowWrapper .cards .prevArrow {
    width: 46px;
    height: 46px;
  }
  .page-template-blocks-only .cardshowSection .cardshowWrapper .cards .nextArrow svg,
  .page-template-blocks-only .cardshowSection .cardshowWrapper .cards .prevArrow svg {
    width: 46px;
    height: 46px;
  }
}
.page-template-blocks-only .cardshowSection .cardshowWrapper .cards .nextArrow:hover,
.page-template-blocks-only .cardshowSection .cardshowWrapper .cards .prevArrow:hover {
  background: #fff;
}
.page-template-blocks-only .cardshowSection .cardshowWrapper .cards .nextArrow:hover svg path,
.page-template-blocks-only .cardshowSection .cardshowWrapper .cards .prevArrow:hover svg path {
  stroke: #0572BA;
}
.page-template-blocks-only .cardshowSection .cardshowWrapper .cards .nextArrow {
  right: 17px;
}
@media only screen and (min-width: 1025px) {
  .page-template-blocks-only .cardshowSection .cardshowWrapper .cards .nextArrow {
    right: -58px;
  }
}
.page-template-blocks-only .cardshowSection .cardshowWrapper .cards .prevArrow {
  left: 17px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media only screen and (min-width: 1025px) {
  .page-template-blocks-only .cardshowSection .cardshowWrapper .cards .prevArrow {
    left: -58px;
  }
}
.page-template-blocks-only .cardshowSection .cardshowWrapper .cards .slick-dots {
  left: 0;
  right: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -15px;
}
.page-template-blocks-only .cardshowSection .cardshowWrapper .cards .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 2.5px;
}
.page-template-blocks-only .cardshowSection .cardshowWrapper .cards .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
  margin: 0;
}
.page-template-blocks-only .cardshowSection .cardshowWrapper .cards .slick-dots li button::before {
  width: auto;
  height: auto;
  line-height: initial;
  position: relative;
  top: unset;
  left: unset;
  font-size: 6px;
}
.page-template-blocks-only .cardshowSection .cardshowWrapper .cards .slick-dots li.slick-active button::before {
  font-size: 9px;
}
.page-template-blocks-only .plan-your-trip-card {
  padding: 20px 25px;
}
.page-template-blocks-only .plan-your-trip-card .wp-block-cover__inner-container {
  margin-top: auto;
}
.page-template-blocks-only .plan-your-trip-card .wp-block-cover__inner-container p {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.page-template-blocks-only .plan-your-trip-card img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.page-template-blocks-only .plan-your-trip-card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 768px) {
  .page-template-blocks-only .plan-your-trip-card {
    min-height: 227px !important;
  }
}