@charset "UTF-8";
/*
Theme Name: Design Rangers - Hello Elementor Child Theme
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
*/
/*--------------------------------------------------------------
# Variables

Core Color – Primary: var( --e-global-color-primary );
Core Color – Secondary: var( --e-global-color-secondary );
Accent – Primary: var( --e-global-color-accent );
Accent – Buttons and Links: var( --e-global-color-288633a1 );
Core Color – Medium: var( --e-global-color-70decd9c );
Dividers – Primary:  var( --e-global-color-3391eeb7 );
Dividers – Dark: var( --e-global-color-4638f128 );
Icon Color – Primary: var( --e-global-color-289b40e4 );
Accent – Highlight: var( --e-global-color-5038878f );
Core Color – Extra light: var( --e-global-color-51f596e1 );
Accent – Hover: var( --e-global-color-10acb48 );
Core Color – Light: var( --e-global-color-fb5d11b );
Pure White: var( --e-global-color-ce5128f );
White – Extra Light: var( --e-global-color-8d6cf64 );
White – Light: var( --e-global-color-e354344 );

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Global Style Kit Export
--------------------------------------------------------------*/
/*********************

ELEMENTOR STYLE KITS EXPORT

**************  *******/
body .elementor-heading-title {
  /*line-height: inherit;*/ /*Hareth Change*/
}

body .dialog-message {
  font-size: inherit;
}

body .elementor-button,
[type="button"],
[type="submit"],
button {
  color: #fff;
  font-weight: 850;
  text-transform: uppercase;
  background: #d2813c;
  letter-spacing: 0.002em;
}

body a.elementor-button.elementor-size-xs,
body .elementor-button.elementor-size-xs {
  color: var(--e-global-color-primary);
  background-color: rgba(255, 255, 255, 0);
  padding: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}

body a.elementor-button.elementor-size-xs:hover,
body .elementor-button.elementor-size-xs:hover,
body a.elementor-button.elementor-size-xs:focus,
body .elementor-button.elementor-size-xs:focus {
  background-color: transparent;
  color: var(--e-global-color-10acb48);
}

body .elementor-button.elementor-size-sm {
  font-size: 1rem;
  letter-spacing: 0.04em;
}

body a.elementor-button.elementor-size-sm:hover,
body .elementor-button.elementor-size-sm:hover,
body a.elementor-button.elementor-size-sm:focus,
body .elementor-button.elementor-size-sm:focus,
[type="button"],
[type="submit"],
button {
  background-color: var(--e-global-color-10acb48);
}

body a.elementor-button.elementor-size-sm,
body .elementor-button.elementor-size-sm,
[type="button"],
[type="submit"],
button,
body .uael-gf-btn-size-sm .uael-gf-style input[type="submit"],
body .uael-gf-btn-size-xs .uael-gf-style input[type="submit"] {
  padding: 6px 24px;
}

body a.elementor-button.elementor-size-md:hover,
body .elementor-button.elementor-size-md:hover,
body a.elementor-button.elementor-size-md:focus,
body .elementor-button.elementor-size-md:focus,
[type="button"]:focus,
[type="submit"]:focus,
button {
  background-color: #d2813c;
}

body a.elementor-button.elementor-size-md,
body .elementor-button.elementor-size-md {
  padding: 10px 32px;
}

body a.elementor-button.elementor-size-lg:hover,
body .elementor-button.elementor-size-lg:hover,
body a.elementor-button.elementor-size-lg:focus,
body .elementor-button.elementor-size-lg:focus {
  background-color: var(--e-global-color-10acb48);
}

body a.elementor-button.elementor-size-lg,
body .elementor-button.elementor-size-lg {
  padding: 12px 32px;
}

body a.elementor-button.elementor-size-xl:hover,
body .elementor-button.elementor-size-xl:hover,
body a.elementor-button.elementor-size-xl:focus,
body .elementor-button.elementor-size-xl:focus {
  background-color: #d2813c;
}

body a.elementor-button.elementor-size-xl,
body .elementor-button.elementor-size-xl {
  padding: 16px 32px;
}

.elementor-button.elementor-size-xs {
  position: relative;
}
.elementor-button.elementor-size-xs:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: var(--e-global-color-288633a1);
  filter: url(#roughen);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.elementor-button.elementor-size-sm,
.elementor-button.elementor-size-md,
.elementor-button.elementor-size-lg,
.elementor-button.elementor-size-xl,
[type="button"],
[type="submit"],
button {
  background: var(--e-global-color-288633a1);
  border: 8px solid var(--e-global-color-288633a1);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

.elementor-button.elementor-size-xs:hover,
.elementor-button.elementor-size-sm:hover,
.elementor-button.elementor-size-md:hover,
.elementor-button.elementor-size-lg:hover,
.elementor-button.elementor-size-xl:hover,
[type="button"]:hover,
[type="submit"]:hover,
button:hover {
  background-color: var(--e-global-color-10acb48);
  border-color: var(--e-global-color-10acb48);
}

.elementor-button.elementor-size-xs:hover {
  letter-spacing: 0.1;
}
.elementor-button.elementor-size-xs:hover:after {
  background: var(--e-global-color-10acb48);
  bottom: -2px;
}

body .ang-section-padding-default {
  padding: 2.5% 2.5% 2.5% 2.5%;
}

body .ang-section-padding-narrow {
  padding: 1% 2.5% 1% 2.5%;
}

body .ang-section-padding-extended {
  padding: 4% 2.5% 4% 2.5%;
}

body .ang-section-padding-wide {
  padding: 5% 2.5% 5% 2.5%;
}

body .ang-section-padding-wider {
  padding: 7% 2.5% 7% 2.5%;
}

body
  .elementor-column-gap-narrow
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated {
  padding: 4px 4px 4px 4px;
}

body
  .elementor-column-gap-extended
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated {
  padding: 2.5% 5% 2.5% 5%;
}

body
  .elementor-column-gap-wide
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated {
  padding: 2.5% 8% 2.5% 8%;
}

body
  .elementor-column-gap-wider
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated {
  padding: 2.5% 12% 2.5% 12%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*********************

TYPOGRAPHY Edited From Hareth 02-10-2024

*********************/
@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/wp-content/uploads/InterVariable.woff2") format("woff2");
}
body,
/* Setting font-family to Inter and font-weight for paragraph */
p {
  font-family: "Inter Variable", sans-serif;
  /*font-variation-settings: "wght" 450;*/
  font-weight: 450;
}

div.elementor-content-item,
.elementor-content-item p {
  font-family: "Inter Variable", sans-serif;
  /*font-variation-settings: "wght" 450;*/
  font-weight: 450;
}

/* Setting font-weight for h1 to h3 tags */
h1,
h2,
h3 {
  /*font-variation-settings: "wght" 900;*/
  font-weight: 900;
  font-family: "Inter Variable", sans-serif;
}

/* Setting font-weight for h4 to h6 tags */
h4,
h5,
h6 {
  /*font-variation-settings: "wght" 800;*/
  font-weight: 800;

  font-family: "Inter Variable", sans-serif;
}

.inter-variable-semi .elementor-heading-title,
.inter-variable-semi p {
  font-family: "Inter Variable", sans-serif;
  font-weight: 600 !important;
  /*font-variation-settings: "wght" 600;*/
}

.inter-variable-bold .elementor-heading-title,
.inter-variable-bold p {
  font-family: "Inter Variable", sans-serif;
  /*font-variation-settings: "wght" 800;*/
  font-weight: 800 !important;
}

.inter-variable-extra .elementor-heading-title,
.inter-variable-extra p {
  font-family: "Inter Variable", sans-serif;
  /*font-variation-settings: "wght" 900;*/
  font-weight: 900 !important;
}

.inter-variable-special .elementor-heading-title {
  font-family: "Inter Variable", sans-serif;
  /* font-variation-settings: "wght" 900;*/
  font-weight: 900 !important;
  color: #4f5c5d;
  text-shadow: 0.025em 0.025em 0em #f5f4f2, 0.065em 0.055em 0em #a8b296;
  font-size: clamp(3.653125rem, 1.8718rem + 2.7806vw, 5rem);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-wrap: balance;
}
.ppra-hero-sign-titles .inter-variable-special .elementor-heading-title {
  display: inline;
}
body .ppra-hero-sign-titles .ppra-hero-subhead h1,
body .ppra-hero-sign-titles .ppra-hero-subhead h2,
body .ppra-hero-sign-titles .ppra-hero-subhead h3,
body .ppra-hero-sign-titles .ppra-hero-subhead h4,
body .ppra-hero-sign-titles .ppra-hero-subhead h5,
body .ppra-hero-sign-titles .ppra-hero-subhead h6 {
  color: var(--e-global-color-secondary);
  font-family: "Inter Variable", Sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.25em;
}
.text-upper {
  text-transform: uppercase;
}
.text-wide-spacing h1,
.text-wide-spacing h2 {
  letter-spacing: 0.022em !important;
}
.ppra-secondary-hero-container {
  --padding-top: 48px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
}

/*Button Font Weight - H*/
.elementor-button-text {
  font-weight: 850;
}

/*EVENTS - H */
.sch-date,
.ev-tt {
  font-weight: 800 !important;
}

/*FAQ - H*/
.uael-faq-accordion .uael-accordion-content {
  font-size: 0.889rem;
}

/** HERO SIGN HEADING CONTAINER **/

.ppra-hero-sign-titles {
  background-color: #f5f4f2;
  outline: 2px solid var(--e-global-color-secondary);
  outline-offset: -8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  --margin-bottom: -24px;
  --align-self: center;
  --gap: 16px 16px;
  --padding-top: 32px;
  --padding-bottom: 32px;
  --padding-left: 64px;
  --padding-right: 64px;
  width: auto;
  max-width: 95%;
  z-index: 10;
}
.ppra-hero-sign-titles h4 {
  text-transform: uppercase;
}

.ppra-hero-sign-titles .elementor-widget-heading {
}

@media only screen and (max-width: 767px) {
  .inter-variable-special .elementor-heading-title {
    font-size: 2.281rem;
  }
  .ppra-hero-sign-titles {
    --padding-top: 24px;
    --padding-right: 24px;
    --padding-bottom: 24px;
    --padding-left: 24px;
    --margin-bottom: -16px;
    --gap: 8px 8px;
  }
  body .ppra-hero-sign-titles .ppra-hero-subhead h1,
  body .ppra-hero-sign-titles .ppra-hero-subhead h2,
  body .ppra-hero-sign-titles .ppra-hero-subhead h3,
  body .ppra-hero-sign-titles .ppra-hero-subhead h4,
  body .ppra-hero-sign-titles .ppra-hero-subhead h5,
  body .ppra-hero-sign-titles .ppra-hero-subhead h6 {
    font-size: 0.889rem;
    letter-spacing: 0;
  }
  .ppra-secondary-hero-container {
    --padding-top: 24px;
    --padding-right: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
  }
}

/**** REMOVE SPACE BELOW TEXT ****/
.elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}

.elementor-element.elementor-widget-heading.text-space-bottom-none,
.elementor-element.elementor-widget-heading.text-space-bottom-none
  h1.elementor-heading-title,
.elementor-element.elementor-widget-heading.text-space-bottom-none
  h2.elementor-heading-title,
.elementor-element.elementor-widget-heading.text-space-bottom-none
  h3.elementor-heading-title,
.elementor-element.elementor-widget-heading.text-space-bottom-none
  h4.elementor-heading-title,
.elementor-element.elementor-widget-heading.text-space-bottom-none
  h5.elementor-heading-title,
.elementor-element.elementor-widget-heading.text-space-bottom-none
  h6.elementor-heading-title,
.elementor-element.elementor-widget-heading.text-space-bottom-none
  h6.elementor-heading-title,
.text-space-bottom-none p {
  margin-bottom: 0;
}
.mbn,
.mbn p {
  margin-bottom: 0 !important;
}

/**** SMALLER BODY FONT ****/
.text-small,
.text-small p {
  font-size: 15px;
}

/**** LARGER BODY FONT FOR INTRO TEXT ****/
.text-intro,
.text-intro p {
  font-size: 18px;
}

/**** NARROW TEXT FOR BETTER READABILITY ****/
.text-narrow {
  max-width: 800px;
}

/**** NARROW TEXT CENTERED ****/
.text-narrow-centered {
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  /**** SMALLER BODY FONT ****/
  .text-small,
  .text-small p {
    font-size: 18px;
    font-size: 1.125rem;
  }

  /**** LARGER BODY FONT FOR INTRO TEXT ****/
  .text-intro,
  .text-intro p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 544px) {
  /**** SMALLER BODY FONT ****/
  .text-small,
  .text-small p {
    font-size: 16px;
    font-size: 1rem;
  }

  /**** LARGER BODY FONT FOR INTRO TEXT ****/
  .text-intro,
  .text-intro p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/*********************

LINKS

*********************/

body .elementor-text-editor a,
body .elementor-widget-text-editor a,
body .premium-unfold-content a,
.uael-accordion-content a {
  color: var(--e-global-color-text) !important;
  border-bottom: 2px solid var(--e-global-color-5038878f);
  /*font weight - H*/
  font-weight: 600;
}
body .elementor-text-editor a:hover,
body .elementor-widget-text-editor a:hover,
body .premium-unfold-content a:hover {
  color: var(--e-global-color-10acb48) !important;
  border-bottom-color: var(--e-global-color-10acb48);
}
body a {
  color: #d2813c;
}

body a:hover {
  color: #ab5f1e;
}

body .link-reversed a {
  color: #fff;
}

body .link-reversed a:hover {
  color: var(--e-global-color-3391eeb7);
}

.elementor-icon-list-icon i {
  color: #f3ba4a;
}

body .link-yellow a {
  color: #f3ba4a;
}

body .link-yellow a:hover {
  color: #d2a24c;
}

.elementor-tab-title i {
  color: #f3ba4a;
}

.elementor-tab-title a {
  color: inherit;
}

/*--------------------------------------------------------------
# Elementor Element Styles
--------------------------------------------------------------*/

/****************************************

CONTAINER SPACING CLASSES

*****************************************/

.ppra-section-default {
  padding: 120px 24px 120px 24px;
}
.ppra-card-default {
  padding: 48px;
  --widgets-spacing: 8px;
}
.ppra-card-small {
  padding: 24px;
  --widgets-spacing: 8px;
}
@media (max-width: 1024px) {
  .ppra-section-default {
    padding: 80px 24px 80px 24px;
  }
  .ppra-card-default {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .ppra-section-default {
    padding: 48px 24px 48px 24px;
  }
  .ppra-card-default {
    padding: 24px;
  }
}

/****************************************

ELEMENTOR CONTAINER SPACING CLASSES

*****************************************/

.section-ptn {
  padding-top: 0;
}
.section-default-pad-top {
  padding-top: 80px;
}
.section-pts {
  padding-top: 24px;
}
.section-ptm {
  padding-top: 48px;
}
.section-ptl {
  padding-top: 96px;
}
.section-ptxl {
  padding-top: 110px;
}
.section-ptxxl {
  padding-top: 120px;
}
.section-pbn {
  padding-bottom: 0;
}
.section-default-pad-bottom {
  padding-bottom: 80px;
}
.section-pbs {
  padding-bottom: 24px;
}
.section-pbm {
  padding-bottom: 48px;
}
.section-pbl {
  padding-bottom: 96px;
}
.section-pbxl {
  padding-bottom: 110px;
}
.section-pbxxl {
  padding-bottom: 120px;
}

/********* MAIN MENU *********/

.ppra-menu-search-icon {
  /* font-size: 1.125em; */ /*Hareth Change*/
  margin-top: 4px;
}

/****************************************

HEADER AND MAIN MENU

*****************************************/

@media (max-width: 767px) {
  .ppra-topbar .ppra-social-icons {
    display: none;
  }
}
@media (min-width: 1025px) {
  #mobile_search,
  #mobile_social {
    display: none;
  }
}
#mobile_search a {
  color: var(--e-global-color-text);
}

/****************************************

ELEMENTOR POSTS

*****************************************/
body .elementor-post__read-more {
  color: #575043;
}

body .elementor-post__read-more:hover {
  color: #ab5f1e;
}

/****************************************

DIVIDERS

*****************************************/

.roughen .elementor-shape.elementor-shape-top {
  filter: url(#roughen);
}

.section-rough-bottom-white:after,
.section-rough-bottom-white.e-con:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 25px;
  width: 100%;
  background: url(images/section-divider-rough-white.svg) repeat-x center bottom;
  background-size: 550px 25px;
}

.section-rough-bottom-orange:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 25px;
  width: 100%;
  background: url(images/section-divider-rough-orange-btm.svg) repeat-x center
    bottom;
  background: var(--e-global-color-accent);
  background-size: 550px 25px;
}

.border-rough-left > .elementor-element-populated:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 100%;
  background: url("images/rough-divider-orage-vert.svg") repeat-y;
  background-size: 5px 117px;
}

.border-rough-right > .elementor-element-populated:after,
.border-rough-right.e-con:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 100%;
  background: url("images/rough-divider-orage-vert.svg") repeat-y;
  background: var(--e-global-color-accent);
  background-size: 4px 117px;
  filter: url(#roughen);
}

@media (max-width: 767px) {
  .border-rough-left > .elementor-element-populated:after,
  .border-rough-right > .elementor-element-populated:after,
  .border-rough-right.e-con:after {
    position: absolute;
    content: "";
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: url("images/rough-divider-orage-horiz.svg") repeat-x;
    background-size: 117px 5px;
  }

  body.home .border-rough-right > .elementor-element-populated:after {
    display: none;
  }
}
.elementor-widget-divider.rough {
  --divider-border-width: 1px;
  --divider-border-style: ppra_rough !important;
  --divider-border-color: var(--e-global-color-3391eeb7);
  --divider-pattern-height: 5px;
  --divider-pattern-size: auto;
  --divider-pattern-repeat: repeat-x;
}

.elementor-widget-divider.rough .elementor-divider {
  --divider-pattern-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 117 5'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23c2813c;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Erough-divider-orange%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Hand-Drawn_Marker_Brush_Set' data-name='Hand-Drawn Marker Brush Set'%3E%3Cpath class='cls-1' d='M117,1.56a3.38,3.38,0,0,0-1.81.17c-1.26-.73-1.51-.46-2.82-.23a4.6,4.6,0,0,0-2.93-.12c-1.61-.75-2.44.31-3.79-.09-4.13-1.19-8.42.2-8.47-.93-1.4.71-2.76,0-4.31.36C92,.29,92.09.78,91.12.51S90.4.3,89.56.44c-.32,0-.71-.34-1.09-.19a4.42,4.42,0,0,1-2.6.09C83.2.85,84.23-.39,82,.5c-.85-.15-.49-.34-1,0-.51-.29-1.08.08-1.75,0-4-.58-3.67.74-4.15-.28-.34-.27-.27.22-.56.3A5.26,5.26,0,0,0,72.26.44c-.21,0-.21-.72-.77-.32-1,1.21-2.15-.57-3.61.92-.33.21-.23-.47-.71-.43-1.14,0-2.33.2-3.48.13-1-.94-2.25,0-3.54.09-.56-.28-.93.05-1.49-.07-.74-.51-1.68.33-2.49.29-5.45-.5-7.26.48-8.82-.27-.45-.23-.46.52-.8.36a19.38,19.38,0,0,0-5.61.14C36.15,1.27,32,1,27.31,1c-1.44.82-.85.22-1.74.28-.22.43-.67.43-1.08.2a3.74,3.74,0,0,1-2-.33,5.08,5.08,0,0,1-3.94.1c-1.2.79-1.77,0-2.51,0-.93.17-2.68.7-2.72.21-2,.08-4.4-.13-6.66-.26a8,8,0,0,0-2.16.27c-.43-.06-.92-.32-1.44,0-1,.26-2.09-.4-3.07,0V4.62c.4.19.83-.11,1.28-.14s.62.43,1.12.27c1.25-.53,2.16,0,3.59,0,1.59-.55,3.25.25,4.79-.17.35.08.37.47.87.31,1.21-.45.59-.16,1.61,0,.94,0,.53-.29,1.49,0,2-.3,2.71.14,3.68-.49-.44,1,2.2.17,2.69.14,1.05.39.69.12,1.48-.12.36.71,3.5.19,4.13.12.56.91.58-.09,1.12.08.3.21.33,0,.73,0a4,4,0,0,0,2.87-.14,2.07,2.07,0,0,0,2.12-.6c.58.69,1.58.43,2.49.61.45,0,1-.65,1.46-.37.47.69,1.51.37,2.25.19.43-.15.68.38,1.15,0,1.41.37.68.19,1.75-.08,1,.34,2.07-.46,3.06.22,1.41.15.28-.78,1.58-.61.41-.25.44.22,1,.2A3.4,3.4,0,0,1,49.8,4c.39-.1.88-.75,1.22-.16s.9.43,1.37.12a1.24,1.24,0,0,0,1.67-.22c.5.16,1.29.65,1.8.14.56.15.63.13.72-.45.09-.07.21-.05.34.13.27,1.1,1-.09,1.5.1.65.69,1.73.16,2.5,0a4.57,4.57,0,0,0,3,.14c.51.45.66-.11,1-.18.67.79.63.25,1.37.21,1.84.66,1.69.16,3.35,0s2.49.44,3.94-.23c1.82.94,3.12.11,3.94.28.94.41,3.16-.28,3.87-.13s.46-.54,1.1-.17c2.18.79.89-.56,2.33,0,.47.17,1-.32,1.43-.1.22.71.86.13,1.3-.11,0,0,.22-.31.22-.1-.66.78,1.77.25,2.15.21.41.81,1.66,0,2.3-.17.38.83.59,0,1.16-.06.59.78.62,0,1.27,0,.2.27.21.55.47.06.39-.23.41.4.83.39a15.47,15.47,0,0,0,2.59-.45c1-.22-.22.88,1,.4.65-.4.9,0,1.2.25,2.09-.35,4.07.05,6-.21a5.55,5.55,0,0,0,3.46.18,1.63,1.63,0,0,0,1.6.09c2,1.18.31.2,2.07.71,1.09-.34,2,.19,3.21-.08Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.elementor-widget-divider.rough .elementor-divider-separator {
  min-height: var(--divider-pattern-height);
  background-image: var(--divider-pattern-url);
  background-size: var(--divider-pattern-size) 100%;
  background-repeat: var(--divider-pattern-repeat);
}

/****************************************

CTA BLOCKS

*****************************************/
body a.elementor-button.elementor-size-sm.elementor-cta__button {
  padding: 0;
}

body .elementor-button.elementor-cta__button:hover {
  transform: none;
}

body .elementor-ribbon.elementor-ribbon-right {
  transform: none;
  top: 0;
  width: auto;
  min-width: 150px;
}

#elementor body .elementor-ribbon-inner,
body .elementor-ribbon-inner {
  transform: none;
  margin-top: 16px;
  width: auto;
  padding: 0 24px;
}

/****************************************

ICON LISTS

*****************************************/
/* UNCOMMENT TO GLOBALLY STYLE ICON LISTS

body .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(12px/2);
}
body .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(12px/2);
}
body .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(12px/2);
    margin-left: calc(12px/2);
}
body .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-12px/2);
    margin-left: calc(-12px/2);
}
body.rtl body .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-12px/2);
}
body:not(.rtl) body .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-12px/2);
}
body .elementor-icon-list-icon i {
    font-size: 14px;
}
body .elementor-icon-list-icon svg {
    width: 14px;
}
body .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    padding-left: 12px;
}

*/
/****************************************

ACCORDIONS AND TOGGLE ELEMENTS

*****************************************/
.elementor-accordion .elementor-tab-title.elementor-active,
.elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active {
  background: #f5f4f2;
}

.elementor-accordion .elementor-accordion-item {
  border-color: #e7dfcf;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border-top-color: #e7dfcf;
}

.elementor-accordion
  .elementor-accordion-item
  .elementor-tab-title.elementor-active {
  border-bottom-color: #e7dfcf;
}

.elementor-accordion .elementor-tab-title {
  background-color: #fff;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .fa:before {
  color: #d2813c;
}

.elementor-toggle .elementor-tab-content {
  border-bottom-color: #e7dfcf;
}

.elementor-toggle .elementor-tab-title {
  border-color: #e7dfcf;
  background-color: #fff;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .fa:before {
  color: #e7dfcf;
}

.elementor-toggle .elementor-toggle-item {
  border: 1px solid #e7dfcf;
  border-bottom: none;
}

.elementor-toggle .elementor-toggle-item + .elementor-toggle-item {
  border-top: none;
}

.elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active {
  border-bottom: 1px solid #e7dfcf;
}

/****************************************

HOMEPAGE SLIDESHOW

*****************************************/
body .attractions-slides .swiper-slide-inner .elementor-slide-heading {
  background: #42512f;
  color: #fff;
  /*font-size: 13px;*/ /*Hareth Change*/
  padding: 8px 16px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 20%;
}

body
  .attractions-slides
  .swiper-slide-inner
  .elementor-slide-heading:not(:last-child) {
  margin: 0;
}

body .attractions-slides .swiper-slide-inner .elementor-slide-description,
.attractions-image-slider .elementor-image-carousel-caption {
  color: var(--e-global-color-secondary);
  font-family: "Inter Variable", Sans-serif;
  /* font-size: 24px;*/ /*Hareth Change*/
  /*font-weight: 200;*/ /*Hareth Change*/
  font-style: normal;
  line-height: 1.25;
  transform: rotate(-3deg);
  position: absolute;
  top: 6%;
  left: 6%;
  width: 50%;
  max-width: 320px;
}

body .attractions-slides .elementor-slide-description:after,
.attractions-image-slider .elementor-image-carousel-caption:after {
  content: "";
  background-image: url("/wp-content/themes/ranger-hello-child/images/curved-arrow.svg");
  width: 38px;
  height: 50px;
  position: absolute;
  left: 45%;
  bottom: -70px;
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
  line-height: 0;
}

body .attractions-slides .swiper-slide-bg {
  background-position: bottom left;
  background-size: contain;
}

@media (max-width: 767px) {
  body .attractions-slides .swiper-slide-inner .elementor-slide-heading,
  .attractions-image-slider .elementor-image-carousel-caption {
    /*font-size: 13px;*/ /*Hareth Change*/
    padding: 6px 12px;
    left: 32px;
  }

  body .attractions-slides .swiper-slide-inner .elementor-slide-description {
    color: var(--e-global-color-3391eeb7);
    font-family: "Inter Variable", Sans-serif;
    /*font-size: 16px;*/ /*Hareth Change*/
    position: absolute;
    top: 10px;
    left: 24px;
    width: 50%;
  }
}
/****************************************

ATTRACTIONS PAGES

*****************************************/
body .attractions-title-box {
  background: #575043;
  margin-top: 10px;
  padding: 48px;
  color: #f3ba4a;
}
@media (max-width: 1024px) {
  body .attractions-title-box {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  body .attractions-title-box {
    padding: 24px;
  }
}
body
  .attractions-title-box
  .elementor-widget-heading
  h1.elementor-heading-title {
  color: #fff;
  /* font-size: 48px;*/ /*Hareth Change*/
}
@media (max-width: 1024px) {
  body
    .attractions-title-box
    .elementor-widget-heading
    h1.elementor-heading-title {
    /*font-size: 36px;*/ /*Hareth Change*/
  }
}
@media (max-width: 767px) {
  body
    .attractions-title-box
    .elementor-widget-heading
    h1.elementor-heading-title {
    /* font-size: 26px;*/ /*Hareth Change*/
  }
}
@media (max-width: 767px) {
  body .attractions-title-box .elementor-icon-list-item {
    /*font-size: 14px;*/ /*Hareth Change*/
    line-height: 1.25;
    margin-bottom: 12px;
  }
}
body .attractions-title-box a,
body .attractions-title-box .elementor-text-editor {
  color: #f3ba4a;
  word-break: break-all;
}
body .attractions-title-box a:hover,
body .attractions-title-box .elementor-text-editor:hover {
  color: #d2a24c;
}
body .attractions-title-box a.elementor-button {
  color: #fff;
}

.attractions-info-box .elementor-widget:not(:last-child) {
  margin-bottom: 10px;
}
.attractions-info-box p {
  margin-bottom: 0;
}

.attractions-info-box
  .elementor-element-populated.elementor-element-populated.elementor-element-populated {
  padding: 24px 24px 24px 24px;
}

.attractions-info-box .elementor-column {
  border-right: 1px solid var(--e-global-color-3391eeb7);
}
@media (max-width: 767px) {
  .attractions-info-box .elementor-column {
    border-right: none;
    border-bottom: 1px solid var(--e-global-color-3391eeb7);
  }
}

.attractions-info-box .elementor-column:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .attractions-info-box .elementor-column:last-child {
    border-bottom: none;
  }
}
.attraction-contact-icons {
  font-weight: 600;
}

.attraction-contact-icons
  .elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-text
  b {
  display: none;
}
.attraction-contact-icons
  .elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-text
  i {
  font-style: normal;
}
@media (max-width: 767px) {
  .single-attractions .ppra-breadcrumbs-container,
  .single-post .ppra-breadcrumbs-container {
    display: none;
  }
  .attraction-contact-icons
    .elementor-icon-list-items
    .elementor-icon-list-item
    .elementor-icon-list-text
    b {
    display: inline-block;
  }
  .attraction-contact-icons
    .elementor-icon-list-items
    .elementor-icon-list-item
    .elementor-icon-list-text
    i {
    display: none;
  }
}
@keyframes rotation {
  50% {
    transform: rotate(20deg);
  }
}
.attraction-icon-box-animated .elementor-icon-box-icon .elementor-icon {
  transform: rotate(-20deg);
  animation: rotation 10s infinite;
}
@media (min-width: 768px) {
  .attraction-icon-box-animated .elementor-icon-box-icon .elementor-icon {
    margin-left: -104px;
  }
}
body .elementor-element.attraction-icon-list a:hover .elementor-icon-list-text,
body
  .elementor-element.attraction-icon-list
  a:hover
  .elementor-icon-list-icon
  i {
  color: #d2813c;
}
body .elementor-widget-premium-addon-modal-box button {
  outline: none;
}
body .premium-modal-box-modal-header {
  padding: 24px 32px;
}
.attraction-hero-image .widget-image-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px 16px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px 0 0 0;
  /*font-size: 14px;*/ /*Hareth Change*/
  font-style: normal;
}
@media (min-width: 768px) {
  .attraction-hero-image .widget-image-caption {
    font-size: 13px;
  }
}
.attraction-hero-image .widget-image-caption:before {
  content: "\f030";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /*font-size: 14px;*/ /*Hareth Change*/
  margin-right: 8px;
}
.attractions-subnav-menu a.e-n-menu-title-text {
  color: var(--e-global-color-text) !important;
}
.attractions-subnav-menu a:hover {
  opacity: 0.8;
}
.attractions-subnav-menu .e-n-menu-toggle-icon:before {
  content: "Explore";
  margin-right: 8px;
  font-weight: 600;
}
@media (max-width: 767px) {
  #subnav_location {
    display: none;
  }
}
div[class*="elementor-widget-premium"] .premium-btn-sm {
  padding: 8px 0;
  margin: 16px 0 24px 0;
}
/****************************************

COLUMN CARDS

*****************************************/
/**** CARDS ****/
.elementor-column-gap-default
  > .elementor-row
  > .elementor-column.column-card
  > .elementor-element-populated {
  background: #f5f4f2;
  margin: 10px;
  padding: 48px;
}

.card-image-full.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.card-image-full > .elementor-widget-container,
#elementor .card-image-full > .elementor-widget-container {
  margin: -48px -48px 0px -48px;
}

.section-card-wrap .elementor-column {
  flex: 0 1 33.333%;
}

.section-card-wrap .elementor-row {
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .elementor-column-gap-default
    > .elementor-row
    > .elementor-column.column-card
    > .elementor-element-populated {
    padding: 32px;
  }

  .card-image-full > .elementor-widget-container,
  #elementor .card-image-full > .elementor-widget-container {
    margin: -32px -32px 0px -32px;
  }

  .section-card-wrap .elementor-column {
    flex: 0 1 50%;
  }
}
@media (max-width: 767px) {
  .elementor-column-gap-default
    > .elementor-row
    > .elementor-column.column-card
    > .elementor-element-populated {
    padding: 32px;
  }

  .card-image-full > .elementor-widget-container,
  #elementor .card-image-full > .elementor-widget-container {
    margin: -32px -32px 0px -32px;
  }

  .section-card-wrap .elementor-column {
    flex: 0 0 100%;
  }
}
/*--------------------------------------------------------------
# Associate Member Styles
--------------------------------------------------------------*/
/*********************************************

ITINERARY PAGES

*********************************************/
/* Helper Classes */
.text-nospace p {
  margin-bottom: 0;
}

.ppra-global-box-shadow {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
}

/* Typography */
body.single-itineraries h1.elementor-heading-title,
body.single-itineraries h2.elementor-heading-title,
body.single-itineraries h3.elementor-heading-title,
body.single-itineraries h4.elementor-heading-title,
body.single-itineraries h5.elementor-heading-title,
body.single-itineraries h6.elementor-heading-title {
  color: var(--e-global-color-primary);
}

body.single-itineraries h5.elementor-heading-title {
  color: #af9978;
}

/* Button Groups */
.ppra-button-group .elementor-widget-button .elementor-button {
  border-left: 1px solid #fff;
}

.ppra-button-group .elementor-widget-button .elementor-button:last-child {
  border-left: none;
  border-right: 1px solid #fff;
}

/* Day Navigation */
.ppra-itinerary-nav .elementor-widget-button .elementor-button {
  color: var(--e-global-color-288633a1);
  background-color: #ffffff;
  padding: 8px 16px 8px;
  border: 1px solid #d6d6d6;
  margin: 0px 2px 0px 2px;
  font-weight: 700;
}

.ppra-itinerary-nav .elementor-widget-button a.elementor-button:hover {
  color: #fff;
  background-color: var(--e-global-color-10acb48);
}

.ppra-itinerary-nav .elementor-widget-button .elementor-button.active {
  background-color: var(--e-global-color-288633a1);
  color: #fff;
}

.ppra-itineraries-popup:hover {
  opacity: 0.7;
}

/* Itinerary Buttons */
.single-itineraries .elementor-align-justify .elementor-button,
body.page-id-4280 .elementor-align-justify .elementor-button,
body.page-id-5573 .elementor-align-justify .elementor-button {
  border-style: solid;
  border-width: 0px !important;
  border-image-source: none;
  border-image-slice: 0 !important;
  border-image-width: 0 !important;
  border-image-outset: 0px;
  border-image-repeat: repeat;
  padding: 16px;
}

.single-itineraries .elementor-align-justify .elementor-button:hover {
  transform: none;
}

@media (max-width: 1024px) {
  .single-itineraries h1.elementor-heading-title {
    /*font-size: 64px;*/ /*Hareth Change*/
  }
}
@media (max-width: 767px) {
  .single-itineraries .entry-content {
    /*font-size: 16px;*/ /*Hareth Change*/
    line-height: 1.5;
  }

  .single-itineraries h1.elementor-heading-title {
    /*font-size: 48px;*/ /*Hareth Change*/
  }

  .single-itineraries h2.elementor-heading-title {
    /*font-size: 24px;*/ /*Hareth Change*/
  }

  .single-itineraries h3.elementor-heading-title {
    /*font-size: 32px;*/ /*Hareth Change*/
  }

  .single-itineraries h4.elementor-heading-title,
  h4.elementor-heading-title {
    /*font-size: 16px;*/ /*Hareth Change*/
  }

  .single-itineraries h5.elementor-heading-title {
    /*font-size: 13px;*/ /*Hareth Change*/
  }

  .ppra-itinerary-details,
  .ppra-itinerary-details p,
  .ppra-attraction-details,
  .ppra-attraction-details p {
    /* font-size: 15px;*/ /*Hareth Change*/
  }

  .ppra-itinerary-nav .elementor-widget-button .elementor-button {
    padding: 8px 12px;
  }
}
@media (max-width: 767px) {
  .elementor-inline-items .elementor-icon-list-item:not(:last-child):after {
    border-left-width: 0 !important;
  }
}
.ppra-itinerary-day-card .elementor-widget-icon {
  position: absolute;
  left: -12px;
  top: 40px;
}
.ppra-itinerary-section .elementor-column:nth-child(1) .elementor-widget-icon {
  position: absolute;
  right: -12px;
  top: 24px;
}
.ppra-itinerary-section .elementor-column:nth-child(2) .elementor-widget-icon {
  position: absolute;
  left: -12px;
  top: 24px;
}
@media (max-width: 1024px) {
  .ppra-itinerary-section
    .elementor-column:nth-child(1)
    .elementor-widget-icon {
    left: -12px;
    right: auto;
    top: 48px;
  }
  .ppra-itinerary-section
    .elementor-column:nth-child(2)
    .elementor-widget-icon {
    left: -12px;
    top: 48px;
  }
}
@media (max-width: 767px) {
  .ppra-itinerary-section
    .elementor-column:nth-child(1)
    .elementor-widget-icon {
    left: calc(50% - 24px);
    top: -14px;
  }
  .ppra-itinerary-section
    .elementor-column:nth-child(2)
    .elementor-widget-icon {
    left: calc(50% - 24px);
    top: -14px;
  }
  .elementor-icon-list--layout-inline .elementor-inline-item {
    margin-bottom: 8px;
  }
  .ppra-itinerary-day-card .elementor-widget-icon {
    position: absolute;
    left: 16px;
    top: -16px;
  }
}
.ppra-itinerary-event .elementor-container {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.ppra-itinerary-event .elementor-column .ppra-event-date {
  position: absolute;
  top: 24px;
}
.ppra-itinerary-event .elementor-column:nth-child(1) .ppra-event-date {
  left: 0;
}
.ppra-itinerary-event .elementor-column:nth-child(2) .ppra-event-date {
  right: 0;
}
@media (max-width: 767px) {
  .ppra-itinerary-event .elementor-column .ppra-event-date {
    top: 16px;
  }
  .ppra-itinerary-event .elementor-column:nth-child(1) .ppra-event-date {
    left: 0;
  }
  .ppra-itinerary-event .elementor-column:nth-child(2) .ppra-event-date {
    left: 0;
    right: auto;
  }
}
.ppra-itinerary-directions .elementor-container {
  border: 1px solid var(--e-global-color-3391eeb7);
}
.ppra-itinerary-directions .elementor-icon-list-icon {
  align-self: flex-start;
  margin-top: 4px;
}
/*--------------------------------------------------------------
# Associate Member Styles
--------------------------------------------------------------*/
/*********************************************

ASSOCIATE MEMBER PAGES

*********************************************/
.ppra-filters input[type="checkbox"] {
  vertical-align: top;
}

.ppra-filters li {
  padding-bottom: 0;
}

.ppra-filters label {
  width: 100%;
}

.ppra-filters label.sf-label-checkbox {
  width: 90%;
}

.ppra-filters .sf-field-reset {
  margin-top: 24px;
}

.ppra-filters .sf-field-reset a,
.search-filter-reset {
  background: var(--e-global-color-288633a1);
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 4px;
}
.ppra-filters .sf-field-reset a:hover,
.search-filter-reset:hover {
  background: var(--e-global-color-10acb48);
}

.ppra-lodging-grid.elementor-post__excerpt p:after {
  content: "...";
}

.ppra-amenities a {
  color: var(--e-global-color-288633a1);
  margin-left: 20px;
  position: relative;
}

.ppra-amenities a:before {
  content: "";
  color: var(--e-global-color-289b40e4);
  font: normal normal normal 13px/1 FontAwesome;
  position: absolute;
  left: -20px;
  top: 4px;
}

.ppra-nearby-attractions ul {
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
}

.ppra-nearby-attractions ul li {
  margin-left: 20px;
  position: relative;
}

.ppra-nearby-attractions ul li:before {
  content: "";
  color: var(--e-global-color-289b40e4);
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: -20px;
  top: 7px;
}

.ppra-amenities a,
.ppra-nearby-attractions ul li a {
  color: #435130;
}

.ppra-lodging-grid .elementor-pagination {
  margin-top: 48px;
}

.ppra-lodging-grid .elementor-pagination .page-numbers {
  border: 1px solid var(--e-global-color-288633a1);
  border-radius: 4px;
  color: var(--e-global-color-288633a1);
  /* font-weight: bold;*/ /*Hareth Change*/
  /* font-size: 0.85em;*/ /*Hareth Change*/
  padding: 1px 10px 5px 10px;
}

.ppra-lodging-grid .elementor-pagination .page-numbers:hover {
  background: var(--e-global-color-288633a1);
  color: #fff;
}

.ppra-lodging-grid .elementor-pagination .page-numbers.current {
  border-color: var(--e-global-color-3391eeb7);
  color: var(--e-global-color-3391eeb7);
}

.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next {
  display: inline;
}

@media (max-width: 767px) {
  .ppra-lodging-grid.elementor-widget-posts .elementor-widget-container {
    overflow: visible;
  }
}
/*--------------------------------------------------------------
# Search and Filter Styles
--------------------------------------------------------------*/
.ppra-filters .searchandfilter ul {
  margin-left: 0;
  padding-inline-start: 0;
}

.ppra-filters h4 {
  text-transform: uppercase;
}

.ppra-filters label {
  line-height: 1.7;
}

.ppra-filters input[type="radio"],
.ppra-filters input[type="checkbox"] {
  margin: 0.425em 0;
  margin-right: 0px;
  margin-bottom: 0.425em;
  margin-left: 0px;
}

.ppra-filters label,
.ppra-filters input,
.ppra-filters select,
.ppra-filters textarea,
.ppra-filters input[type="text"] {
  /* font-size: 16px;*/ /*Hareth Change*/
  border-color: var(--e-global-color-3391eeb7);
}

.ppra-filters.ppra-lodging-search-form
  .sf-field-taxonomy-attraction-categories
  label,
.ppra-filters.ppra-lodging-search-form
  .sf-field-taxonomy-attraction_seasons
  label {
  width: 100%;
}

.ppra-filters .searchandfilter select.sf-input-select {
  width: 100%;
  height: 2.65em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.ppra-filters .search-filter-reset {
  width: 100%;
  display: block;
  text-align: center;
  /* font-size: 16px;*/ /*Hareth Change*/
  font-weight: bold;
}

/*--------------------------------------------------------------
# Blog Styles
--------------------------------------------------------------*/
/*********************************************

BLOG

*********************************************/

.blog-intro .uael-sub-heading {
  /* font-size: 24px;*/ /*Hareth Change*/
  /*font-weight: 600;*/ /*Hareth Change*/
  line-height: 1.1;
}
.blog-intro .uael-subheading {
  /*font-size: 24px;*/ /*Hareth Change*/
  line-height: 1.5;
}
.ppra-blog-content h2,
.ppra-blog-content h3,
.ppra-blog-content h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.ppra-blog-content h5 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.ppra-blog-content h1:first-child,
.ppra-blog-content h2:first-child {
  margin-top: 0;
}
.ppra-blog-content h2 {
  /* font-size: 2.5rem;*/ /*Hareth Change*/
}
.ppra-blog-content h3 {
  /*font-size: 2rem;*/ /*Hareth Change*/
}
.ppra-blog-content p {
  margin-bottom: 1.7em;
}
.ppra-blog-content ul,
.ppra-blog-content ol {
  margin: 1rem 0 1.7rem 0;
}
.ppra-blog-content ul li,
.ppra-blog-content ol li {
  margin-bottom: 0.5rem;
}
.ppra-blog-content a {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .blog-intro .uael-sub-heading {
    /* font-size: 20px;*/ /*Hareth Change*/
  }
}
@media (max-width: 767px) {
  .ppra-blog-content h2 {
    /* font-size: 2rem;*/ /*Hareth Change*/
  }
  .ppra-blog-content h3 {
    /*  font-size: 1.5rem;*/ /*Hareth Change*/
  }
  .blog-intro .uael-sub-heading {
    /*font-size: 18px;*/ /*Hareth Change*/
  }
  .blog-intro .uael-subheading {
    /* font-size: 18px;*/ /*Hareth Change*/
  }
  .widget-image-caption {
    margin: 8px;
  }
}
/*--------------------------------------------------------------
# Artsopolis Calendar Styles
--------------------------------------------------------------*/
/*********************************************

ARTSOPOLIS CALENDAR

*********************************************/
/* Filter buttons */
.artsopolis-calendar-frontend
  .eli_filter
  .eli_filter-inner
  .eli_date-util
  > a#artsopolis-calendar-choice-today,
.artsopolis-calendar-frontend
  .eli_filter
  .eli_filter-inner
  .eli_date-util
  > a#artsopolis-calendar-choice-tomorrow,
.artsopolis-calendar-frontend
  .eli_filter
  .eli_filter-inner
  .eli_date-util
  > a#artsopolis-calendar-choice-weekend,
.artsopolis-calendar-frontend
  .eli_filter
  .eli_filter-inner
  .eli_date-util
  > a#reset {
  background: var(--e-global-color-primary);
  color: #fff !important;
  background: var(--e-global-color-primary);
  font-family: "Inter Variable", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.eli_content-inner .tabs .tab-links a {
  color: var(--e-global-color-primary) !important;
  background: var(--e-global-color-fb5d11b);
}

.fa-spin,
nav.ac-type li.current a,
nav.ac-type li:hover a {
  color: #fff !important;
  background: var(--e-global-color-primary);
}

.artsopolis-calendar-frontend
  .eli_filter
  .eli_filter-inner
  .eli_date-util
  > a#artsopolis-calendar-choice-today:hover,
.artsopolis-calendar-frontend
  .eli_filter
  .eli_filter-inner
  .eli_date-util
  > a#artsopolis-calendar-choice-tomorrow:hover,
.artsopolis-calendar-frontend
  .eli_filter
  .eli_filter-inner
  .eli_date-util
  > a#artsopolis-calendar-choice-weekend:hover,
.artsopolis-calendar-frontend
  .eli_filter
  .eli_filter-inner
  .eli_date-util
  > a#reset:hover {
  background: #af9978;
}

.artsopolis-calendar-frontend
  .eli_filter
  .eli_filter-inner
  .eli_date-util
  > a#reset {
  background: var(--e-global-color-288633a1);
}

.artsopolis-calendar-frontend
  .eli_filter
  .eli_filter-inner
  .eli_date-util
  > a#reset:hover {
  background: #b46d32;
}

.artsopolis-calendar-frontend {
  padding-top: 32px;
}

.artsopolis-calendar-slider .slider-content h2 a {
  /* color: #666; */
  font-family: "Inter Variable", Sans-serif;
  /*font-size: 24px;*/ /*Hareth Change*/
  /*font-weight: 600;*/ /*Hareth Change*/
  line-height: 1.4;
  color: #af9878;
}
.artsopolis-calendar-slider .slider-content {
  background-color: #f5f4f2;
  height: auto !important;
  position: relative;
  padding: 56px;
}

p.desc {
  color: #575043;
  /* font-size: 17px !important;*/ /*Hareth Change*/
  line-height: 1.7 !important;
}
.meta auth {
  color: #575043;
  /* font-size: 17px;*/ /*Hareth Change*/
  line-height: 1.7;
  font-weight: stronger;
}
#artsopolis-calendar-filter {
  display: none;
}

ol.flex-control-nav.flex-control-paging {
  background: #ffffff00;
  margin-top: -54px;
  padding: 25px;
  z-index: 4;
}
.artsopolis-calendar-slider .flex-control-paging li a.flex-active {
  background: #da7b29c4;
  color: #fff;
}
.artsopolis-calendar-slider .flex-control-paging li a {
  box-shadow: none;
  color: #444343;
  background: #f5f4f2;
  height: 28px;
  text-indent: 0;
  width: 28px;
  /* font-size: 13px;*/ /*Hareth Change*/
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 28px;
  transition: ease all 0.5s;
}
.artsopolis-calendar-slider .flex-control-paging li a:hover {
  background: #ab5f1e;
}
@media (min-width: 768px) {
  .artsopolis-calendar-slider .slider-content {
    box-sizing: border-box;
    float: left;
    height: 250px;
    width: 60%;
  }
  .artsopolis-calendar-slider .slider-pic,
  .artsopolis-calendar-slider .slider-content,
  .artsopolis-calendar-slider .flexslider .slides li,
  .artsopolis-calendar-slider .flexslider .slides,
  .artsopolis-calendar-slider {
    height: 500px !important;
  }

  /*button for main slider*/
  body .artsopolis-calendar-slider .slider-content a.vmore {
    position: relative;
    padding: 8px 22px;
    color: #fff !important;
    display: inline-block;
    margin-top: 32px;
    /*font-size: 16px;*/ /*Hareth Change*/
    text-transform: uppercase;
    background: var(--e-global-color-288633a1);
    right: 0px;
    /* font-weight: bold;*/ /*Hareth Change*/
    bottom: 0px;
  }
  a.vmore {
    transition: ease all 0.5s;
  }
  a.vmore:hover {
    background-color: var(--e-global-color-10acb48) !important;
  }
  .artsopolis-calendar-slider .slider-pic {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .silder-footer.art-calendar-silder-footer {
    display: none;
  }
  .artsopolis-calendar-slider .flexslider .slides {
    height: 650px !important;
  }
  .artsopolis-calendar-slider .flexslider .slides {
    height: 650px !important;
  }
}

/* View buttons */
nav.ac-type li.current,
nav.ac-type li:hover {
  background: var(--e-global-color-primary);
}

/* Navigation tabs */
.eli_content-inner .tabs .tab-links li.active a,
li.active a:hover {
  color: #fff !important;
  background: var(--e-global-color-primary);
  font-family: "Inter Variable", sans-serif;
  font-style: normal;
  font-weight: 700;
}

/* Pagination */
.artsopolis-calendar-frontend .eli_pagination > ul > li > a,
.artsopolis-calendar-frontend .eli_pagination > ul > li > span {
  background: #fff;
  border: 1px solid var(--e-global-color-288633a1);
  border-radius: 4px;
  color: var(--e-global-color-288633a1);
  padding: 1px 10px 5px 10px;
  box-shadow: none;
}
.artsopolis-calendar-frontend .eli_pagination > ul > li.active > a,
.artsopolis-calendar-frontend .eli_pagination > ul > li.active > span {
  box-shadow: none;
  color: var(--e-global-color-10acb48);
  cursor: pointer;
  text-shadow: 0 0 3px rgba(180, 109, 50, 0.5);
  background: #fff;
  border: 1px solid var(--e-global-color-10acb48);
  text-shadow: none;
}
.artsopolis-calendar-frontend .eli_pagination > ul > li > a:hover {
  background: var(--e-global-color-288633a1);
  color: #fff;
}
.artsopolis-calendar-frontend .eli_pagination > ul > li.active:hover > span {
  background: var(--e-global-color-10acb48);
  color: #fff;
}

.ac-search-bkl * {
  transition: all 0.3s ease;
}

/* Main card */
.ac-search-bkl nav.ac-search-list-thumb li {
  border: none;
  height: 320px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

/* Main card wrapper */
/* Image */
.ac-search-bkl nav.ac-search-list-thumb li .div-one .search-img {
  max-height: 225px;
}

/* Content wrapper */
/* Title */
.ac-search-bkl nav.ac-search-list-thumb li .div-one .search-info p {
  margin: 0;
}

.ac-search-bkl nav.ac-search-list-thumb li .div-one .search-info .ev-tt {
  /*font-size: 18px;*/ /*Hareth Change*/
  font-family: "Inter Variable", sans-serif;
  font-style: normal;
  /*font-weight: 700;*/ /*Hareth Change*/
  color: var(--e-global-color-primary);
  text-align: center;
  margin-top: 25px;
}

/* Details */
.ac-search-bkl nav.ac-search-list-thumb li .div-one .search-info .meta.auth {
  font-family: "Inter Variable", sans-serif;
  font-style: normal;
  /*font-weight: 400;*/ /*Hareth Change*/
  /* font-size: 14px;*/ /*Hareth Change*/
}

/* Date */
.ac-search-bkl nav.ac-search-list-thumb li .div-one .search-info .sch-date {
  background: var(--e-global-color-288633a1);
  color: #fff;
  font-family: "Inter Variable", sans-serif;
  font-style: normal;
  /*font-weight: 700;*/ /*Hareth Change*/
  /*font-size: 16px;*/ /*Hareth Change*/
  padding: 0 15px;
  line-height: 35px;
  height: 35px;
  display: block;
  text-align: center;
  width: 70%;
  left: 0;
  top: 10px;
}

/* Main card hover */
.ac-search-bkl nav.ac-search-list-thumb li .div-one:hover {
  background: var(--e-global-color-288633a1);
}

/* Image on hover */
/* Title on hover */
.ac-search-bkl nav.ac-search-list-thumb li .div-one:hover .search-info .ev-tt {
  margin: 80px 0 15px 0;
  text-align: left;
}

/* Details on hover */
/* Date on hover */
.ac-search-bkl
  nav.ac-search-list-thumb
  li
  .div-one:hover
  .search-info
  .sch-date {
  background: #b46d32;
  left: -5px;
}

/* Date icon */
.ac-search-bkl nav.ac-search-list-thumb li .ico-date {
  top: 10px;
  background: var(--e-global-color-primary);
}

/* Date icon clock */
.ac-search-bkl nav.ac-search-list-thumb li .ico-date a {
  top: 5px;
}

/* Date icon box with dates */
.ac-search-bkl nav.ac-search-list-thumb li .div-two {
  background: var(--e-global-color-primary);
}

/* Date events */
.ac-search-bkl nav.ac-search-list-thumb li .div-two .show-events {
  font-family: "Inter Variable", sans-serif;
  font-style: normal;
  /*font-weight: 400;*/ /*Hareth Change*/
  /*font-size: 14px;*/ /*Hareth Change*/
}

/* Event items */
/******** List View ********/
.artsopolis-calendar-frontend .eli_row h4.eli_h4.eli_title a.eli_a {
  color: var(--e-global-color-primary) !important;
  font-family: "Inter Variable", sans-serif;
  font-style: normal;
  /*font-weight: 700;*/ /*Hareth Change*/
  /* font-size: 24px;*/ /*Hareth Change*/
  text-transform: none;
}

.artsopolis-calendar-frontend {
  color: var(--e-global-color-primary);
  font-family: "Inter Variable", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.artsopolis-calendar-frontend .eli_row span.eli_address,
.artsopolis-calendar-frontend .eli_row .eli_full-price .eli_full-price-title,
.artsopolis-calendar-frontend .eli_row .eli_offer-date .eli_offer-date-title,
.artsopolis-calendar-frontend .eli_row .eli_our-price .eli_our-price-title {
  color: var(--e-global-color-primary);
}

.artsopolis-calendar-frontend .eli_row .eli_offer-date .eli_offer-date-title {
  /* font-weight: 700;*/ /*Hareth Change*/
  /*font-size: 14px;*/ /*Hareth Change*/
}

.ac-search-bkl nav.ac-search-list-thumb li .div-one:hover .search-info .ev-tt {
  color: #fff;
  margin: 25px 0 0 0;
  text-align: center;
}

.artsopolis-calendar-frontend .eli_row .eli_button.eli_large {
  background: var(--e-global-color-288633a1) !important;
  font-family: "Inter Variable", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.artsopolis-calendar-frontend
  .eli_row
  .eli_information
  .eli_button.eli_large:hover {
  background: #b46d32 !important;
}

/******** Calendar View ********/
.ac-month-bar .next-month .next-b,
.ac-month-bar .next-month .prev-b,
.ac-cl-date .event .ac-cl-event-list li span,
.ac-date-cell span.viewmore,
span.viewmore:hover,
.ac-date-cell span.viewmore:hover,
.artsopolis-calendar-frontend .eli_row a.eli_a {
  color: var(--e-global-color-288633a1) !important;
}

/******** Teaser Widget ********/
.widget.widget_artsopolis_calendar_teaser_widget ul li a {
  border: none;
}

@media (max-width: 1280px) {
  /* Main card */
  .ac-search-bkl nav.ac-search-list-thumb li {
    height: 300px;
  }

  /* Image */
  .ac-search-bkl nav.ac-search-list-thumb li .div-one .search-img {
    max-height: 200px;
  }

  body .x-navbar-inner {
    min-height: 15px;
  }

  body .x-brand img {
    width: 190px;
  }

  body .x-navbar .x-nav-wrap.desktop .x-nav > li > a {
    /* font-size: 17px;*/ /*Hareth Change*/
    letter-spacing: 0.5px;
    height: auto;
    padding: 30px 14px;
  }
}
@media (max-width: 1130px) {
  .ppca-weather-topbar .weather-summit,
  .ppca-weather-topbar .weather-cs {
    display: block;
  }

  .top-menu li a,
  .ppca-weather-topbar {
    /* font-size: 14px;*/ /*Hareth Change*/
    padding: 0 10px 0 0;
  }

  .ppca-weather-topbar {
    line-height: 24px;
    padding: 5px 0 5px 0;
  }

  .top-menu li a {
    line-height: 58px;
  }

  .x-topbar .x-social-global {
    margin-top: 17px;
  }
}
@media (max-width: 1000px) {
  .ac-search-bkl nav.ac-search-list-thumb li {
    width: 47%;
  }
}
@media (max-width: 600px) {
  .ac-search-bkl nav.ac-search-list-thumb li {
    width: 100%;
  }

  .artsopolis-calendar-frontend .ac-search-bkl nav.ac-search-list-thumb li {
    min-height: 220px;
  }

  .artsopolis-calendar-frontend
    .ac-search-bkl
    nav.ac-search-list-thumb
    li
    .div-one
    .search-img {
    max-height: 250px;
  }
}
/*--------------------------------------------------------------
# Ticket Page Styles
--------------------------------------------------------------*/
/*********************************************

TICKET PAGES

*********************************************/
.ticket-card-content ul {
  padding-inline-start: 24px;
}

.ticket-card-content ul li {
  margin-bottom: 8px;
}

.bwbutton {
  font-weight: 700;
  text-transform: none;
  background-color: var(--e-global-color-288633a1);
  color: #fff;
  fill: #fff;
  border: none;
  border-radius: 0px 0px 0px 0px;
  /* font-size: 15px;*/ /*Hareth Change*/
  line-height: 1;
  padding: 12px 24px;
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
}

.bwbutton:hover {
  background: var(--e-global-color-10acb48);
  color: #fff;
}

.bwbutton.button-fullwidth {
  display: block;
  width: 100%;
}

.bwbutton.button-attractions {
  border-width: 0;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 0.35em;
  /*font-size: 1em;*/ /*Hareth Change*/
  background-color: var(--e-global-color-288633a1);
  position: relative;
  padding: 12px 24px 12px 48px;
  max-width: 100%;
  white-space: normal;
}

.bwbutton.button-attractions:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  width: auto;
  height: 18px;
  margin: -9px 0 0 0;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bwbutton.button-attractions:hover {
  background-color: #be600e;
}

.ticket-button-learn-more {
  color: var(--e-global-color-accent);
  border:  1px solid var(--e-global-color-accent);
  background: #fff;
  padding: 8px 12px;
}
.ticket-button-learn-more:hover {
  color: var(--e-global-color-10acb48);
  border-color: var(--e-global-color-10acb48);
}

.ticket-card-button button.bwbutton {
  background-color: var(--e-global-color-accent);
  color: #fff;
  padding: 8px 12px;
  display: block;
  text-transform: uppercase;
}

.ticket-card-button button.bwbutton:hover {
  background-color: var(--e-global-color-10acb48);
  color: #fff;
}

@media (max-width: 1024px) {
  .bwbutton.button-attractions {
    /*font-size: 13px;*/ /*Hareth Change*/
    text-align: left;
  }
}
/*--------------------------------------------------------------
# Artsopolis Calendar Styles
--------------------------------------------------------------*/
/*********************************************

GRAVITY FORMS

*********************************************/

body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"],
body .gform_wrapper textarea {
  /*font-size: 1rem;*/ /*Hareth Change*/
}
.ppra-cog-blog-form .gform_wrapper,
.ppra-blog-form .gform_wrapper {
  padding: 15px;
}

body
  .ppra-cog-blog-form
  .gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  + li.gfield,
body
  .ppra-blog-form
  .gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  + li.gfield {
  margin-top: 10px;
}

.ppra-cog-blog-form .gfield_html,
.ppra-blog-form .gfield_html {
  /* font-size: 16px;*/ /*Hareth Change*/
}

body .gform_body input[aria-required="true"] {
  background: #fff;
}

body .ppra-cog-blog-form .gform_wrapper .top_label .gfield_label,
body .ppra-blog-form .gform_wrapper .top_label .gfield_label {
  /*font-size: 15px;*/ /*Hareth Change*/
}

/** VACATION PLANNER FORM **/
body
  .uael-gf-input-size-sm
  .uael-gf-style
  .gform_body
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
body .uael-gf-input-size-sm .uael-gf-style .ginput_container .chosen-choices,
body .uael-gf-input-size-sm .uael-gf-style .ginput_container .chosen-single,
body .uael-gf-input-size-sm .uael-gf-style .ginput_container textarea {
  /*font-size: 1rem;*/ /*Hareth Change*/
}
body .gform_wrapper h4 {
  margin: 16px 0;
}

.ppra-guide-checkbox {
  background: var(--e-global-color-51f596e1);
  padding: 16px !important;
}

body
  .gform_wrapper
  ul
  li.field_description_below.ppra-guide-checkbox
  div.ginput_container_checkbox {
  margin: 0;
}

body .gform_wrapper ul li.gfield.ppra-guide-checkbox,
.gform_wrapper .pppra-guide-checkbox ul.gfield_checkbox {
  margin: 0;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
select,
textarea {
  border: 1px solid var(--e-global-color-3391eeb7);
}

body
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  padding: 8px;
}

body
  .gform_wrapper
  .field_sublabel_above
  .ginput_complex.ginput_container
  label,
.gform_wrapper
  .field_sublabel_above
  div[class*="gfield_date_"].ginput_container
  label,
body
  .gform_wrapper
  .field_sublabel_above
  div[class*="gfield_time_"].ginput_container
  label,
body
  .gform_wrapper
  .field_sublabel_below
  .ginput_complex.ginput_container
  label,
body
  .gform_wrapper
  .field_sublabel_below
  div[class*="gfield_date_"].ginput_container
  label,
body
  .gform_wrapper
  .field_sublabel_below
  div[class*="gfield_time_"].ginput_container
  label {
  letter-spacing: 0;
  margin-bottom: 4px;
}

body .gform_body select[aria-required="true"] {
  background: #f5f4f2;
}

.gcore-form-row input[class*="required"],
.gcore-form-row select[class*="required"],
.gcore-form-row textarea[class*="required"],
.gform_body input[aria-required="true"],
.gform_body select[aria-required="true"],
.gform_body textarea[aria-required="true"] {
  background: #ffffdd;
}

.gcore-checkbox-item {
  margin: 5px 0px;
}

.awesome-radio input[type="radio"],
.awesome-checkbox input[type="checkbox"] {
  position: absolute;
  /*top:-100px;
  left:-100px;*/
  /* IE */
  /* FF */
  /* Safari and Chrome */
  /* Opera */
  transform: scale(0.1);
  margin-right: -15px !important;
  opacity: 0.1;
}

[class*="awesome"] {
  cursor: pointer;
}

.gform_wrapper
  .awesome-checkbox
  .gfield_checkbox
  li
  input[type="checkbox"]
  ~ label {
  /*font-size: 18px;*/ /*Hareth Change*/
  line-height: 30px;
  display: flex;
}

.awesome-radio input[type="radio"] ~ label::before,
.awesome-checkbox input[type="checkbox"] ~ label::before {
  font-family: "FontAwesome";
  padding-right: 10px;
  font-size: 30px;
  cursor: pointer;
}

.awesome-checkbox input[type="checkbox"]:checked ~ label::before {
  color: var(--e-global-color-secondary) !important;
}

.awesome-radio input[type="radio"] ~ label::before {
  content: "";
  /* circle-blank */
  color: var(--e-global-color-3391eeb7);
}

.awesome-radio input[type="radio"]:checked ~ label::before {
  content: "";
  /* circle */
  color: #575043;
}

.awesome-checkbox input[type="checkbox"] ~ label::before {
  content: "";
  /* check-empty */
  color: var(--e-global-color-3391eeb7);
}

.awesome-checkbox input[type="checkbox"]:checked ~ label::before {
  content: "";
  /* check */
  color: #575043;
}

.uael-gf-input-size-sm
  .uael-gf-check-style
  .gfield_checkbox
  input[type="checkbox"]:checked
  + label:before,
.uael-gf-input-size-sm
  .uael-gf-check-style
  .ginput_container_consent
  input[type="checkbox"]
  + label:before {
  width: 18px !important;
  height: 18px !important;
  border-color: var(--e-global-color-primary) !important;
}
.uael-gf-input-size-sm
  .uael-gf-check-style
  .gfield_checkbox
  input[type="checkbox"]:checked
  + label:before,
.uael-gf-input-size-sm
  .uael-gf-check-style
  .ginput_container_consent
  input[type="checkbox"]
  + label:before {
  /*font-size: 15px !important;*/ /*Hareth Change*/
}

@media (max-width: 480px) {
  .ppra-cog-blog-form .gform_wrapper,
  .ppra-blog-form .gform_wrapper {
    padding: 5px;
  }

  body .ppra-cog-blog-form .gform_wrapper .top_label .gfield_label,
  body .ppra-blog-form .gform_wrapper .top_label .gfield_label {
    /* font-weight: 700;*/ /*Hareth Change*/
    /*font-size: 14px;*/ /*Hareth Change*/
  }

  .ppra-cog-blog-form .gfield_html,
  .ppra-blog-form .gfield_html {
    /*font-size: 15px;*/
  }
}

/*********************************************

ELEMENTOR FORMS

*********************************************/

input::placeholder,
textarea::placeholder {
  color: var(--e-global-color-text);
  opacity: 0.8 !important;
}

.pad-sm .elementor-widget-wrap {
  padding: 24px;
}

@media (max-width: 1140px) {
  .pad-sm .elementor-widget-wrap {
    padding: 0px;
  }
}
.pad-md .elementor-widget-wrap {
  padding: 48px;
}

@media (max-width: 1140px) {
  .pad-md .elementor-widget-wrap {
    padding: 10px;
  }
}
.pad-lg .elementor-widget-wrap {
  padding: 72px;
}

@media (max-width: 1140px) {
  .pad-lg .elementor-widget-wrap {
    padding: 10px;
  }
}
.pad-left .elementor-widget-wrap {
  padding: 72px 0px 72px 72px;
}

@media (max-width: 1140px) {
  .pad-left .elementor-widget-wrap {
    padding: 8px 22px;
  }
}
.pad-right .elementor-widget-wrap {
  padding: 72px 72px 72px 0px;
}

@media (max-width: 1140px) {
  .pad-right .elementor-widget-wrap {
    padding: 22px;
  }
}
.nav-special {
  background: var(--e-global-color-288633a1);
  transition: ease all 0.5s;
}

.mask,
.uael-infobox-content .elementor-button-link {
  -webkit-mask-image: url(images/mask-rough-border.svg);
  mask-image: url(images/mask-rough-border.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
}

.grow-icon:hover .elementor-icon,
.grow-icon:hover .elementor-animation-grow,
.grow-icon:hover .uael-image-content {
  transform: scale(1.1);
}

.mega-icon-box:hover {
  color: white;
}
.mega-icon-box:hover h5 {
  color: white;
}
.mega-icon-box:hover .elementor-icon {
  transform: scale(1.1);
}

.force-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .live-stream {
    height: 220px !important;
  }
}

.min-height-tiles {
  min-height: 400px;
}

.dialog-type-lightbox .dialog-message {
  min-height: auto;
}

@media (min-width: 1025px) {
  .elementor .elementor-hidden-desktop {
    display: none !important;
  }
}
.premium-modal-box-modal-header {
  padding: 24px 56px;
}

.premium-modal-box-modal-body a {
  background: url(/wp-content/uploads/btn-background.png);
  background-size: cover;
  display: inline-block;
  padding: 12px 22px;
  color: white;
  transition: ease all 0.5s;
  font-weight: 600;
}

.premium-modal-box-modal-body a:hover {
  transform: scale(0.9);
  color: white;
}

.premium-btn-md {
  border-style: solid !important;
  border-width: 5px !important;
  border-image-source: url(images/btn-rough-border.svg) !important;
  border-image-slice: 5 !important;
  border-image-width: 1 !important;
  border-image-outset: 3px !important;
  border-image-repeat: repeat !important;
}

.premium-btn-md:hover {
  transform: scale(0.9);
}

.premium-modal-box-modal-body {
  columns: 2;
  column-gap: 40px;
}

/*--------------------------------------------------------------
# Ninja Tables
--------------------------------------------------------------*/

body .semantic_ui .ui.table,
body .semantic_ui .ui.table tr td {
  border-top: 1px solid var(--e-global-color-3391eeb7);
}
body .ninja_table_pro a {
  color: var(--e-global-color-288633a1);
  opacity: 1;
}
body .ninja_table_pro a:hover {
  color: #fff;
}
body .semantic_ui .ui.table {
  font-size: 0.889rem;
}
body .semantic_ui .ui.inverted.table tbody tr td.selectable:hover,
.semantic_ui .ui.selectable.inverted.table tbody tr:hover {
  background: none !important;
}
body .ninja_table_pro .btn-primary {
  background-color: var(--e-global-color-288633a1);
}
@media (max-width: 767px) {
  body .semantic_ui .ui.table {
    font-size: 0.889rem;
  }
}

/*--------------------------------------------------------------
# Where to Stay Search and Filter custom CSS
--------------------------------------------------------------*/

#search-filter-form-402356 ul {
  padding-inline-start: 0;
}

#search-filter-form-402356 label {
  display: block;
}

#search-filter-form-402356 li.sf-field-taxonomy-lodging_amenities label {
  display: inline-block !important;
}

@media (max-width: 767px) {
  #search-filter-form-402356 .sf-field-taxonomy-lodging_amenities {
    display: none;
  }
}

/*--------------------------------------------------------------
# Accessibe custom CSS
--------------------------------------------------------------*/
body .acsb-trigger.acsb-ready {
  border: 1px solid var(--e-global-color-primary) !important;
}

/*--------------------------------------------------------------
# Attraction sticky headers
--------------------------------------------------------------*/

.ppra-attractions-header.elementor-section.elementor-sticky--effects {
  padding: 0 24px !important;
  box-shadow: 4px 0 16px rgba(0, 0, 0, 0.2);
}
body
  .ppra-attractions-header
  .elementor-widget-heading
  h1.elementor-heading-title {
  /* font-size: 36px;*/ /*Hareth Change*/
}
.ppra-attractions-header .bwbutton {
  padding: 20px 16px;
  text-transform: uppercase;
  /*font-size: 18px;*/ /*Hareth Change*/
}
.elementor-section.elementor-sticky--effects.ppra-attractions-header .bwbutton {
  padding: 10px 16px;
  text-transform: uppercase;
  /*font-size: 16px;*/ /*Hareth Change*/
}
body
  .ppra-attractions-header.elementor-sticky--effects
  .elementor-widget-heading
  h1.elementor-heading-title {
  /*font-size: 20px;*/ /*Hareth Change*/
  transition: 0.25s ease-in;
}
.elementor-sticky--effects.ppra-attractions-header
  .elementor-icon-list-icon
  i:before {
  /*font-size: 12px;*/ /*Hareth Change*/
}
.elementor-sticky--effects.ppra-attractions-header .elementor-icon-list-text {
  /*font-size: 14px;*/ /*Hareth Change*/
}
@media (max-width: 767px) {
  body
    .ppra-attractions-header
    .elementor-widget-heading
    h1.elementor-heading-title {
    /* font-size: 24px;*/ /*Hareth Change*/
  }
  .ppra-attractions-header .bwbutton {
    padding: 10px 16px;
    margin-top: 8px;
    /*font-size: 14px;*/ /*Hareth Change*/
  }
}

/*--------------------------------------------------------------
# Accessibilty, chat, and cart sticky footer
--------------------------------------------------------------*/

#ppra-mobile-bar {
  z-index: 1000;
  position: fixed !important;
  bottom: -60px !important;
  left: 0px !important;
  right: 0px !important;
  height: 130px !important;
  border-top: 1px solid var(--e-global-color-3391eeb7);
  padding-bottom: 60px !important;
  contain: paint !important;
  margin-bottom: env(safe-area-inset-bottom) !important;
  padding-left: env(safe-area-inset-left) !important;
  padding-right: env(safe-area-inset-right) !important;
  -webkit-transition: -webkit-transform 0.2s
      cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.2s !important;
  -moz-transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    visibility 0.2s !important;
  transition: -ms-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.2s !important;
}
.ppra-mobile-bar-button {
  padding: 4px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 0.79rem;
  color: var(--e-global-color-text);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  overflow-wrap: break-word !important;
  -webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  -ms-hyphens: auto !important;
  hyphens: auto !important;
}
.ppra-mobile-bar-button:hover {
  color: var(--e-global-color-text);
  opacity: 0.8;
}
.ppra-mobile-bar-button.accessibility {
  padding: 4px 16px;
}
.ppra-mobile-bar-button svg {
  margin-bottom: 4px;
}
.u-inlineBlock {
  display: none !important;
}
iframe#launcher {
  visibility: hidden;
}
.open-cart {
  visibility: hidden;
}
.container.size-medium {
  display: none;
}
#ppra-mobile-bar {
  transition: transform 0.34s ease;
}
.headerup {
  transform: translateY(
    130px
  ); /*adjust this value to the height of your header*/
}
@media (max-width: 767px) {
  .ppra-mobile-bar-button {
    /* font-size: 11px;*/ /*Hareth Change*/
  }
}
/* FACETWP STYLES */

/* FacetWP Loader */
.ppra-is-loading {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  z-index: 100;
}
.ppra-loading-animation {
  text-align: center;
  /*font-size: 1.5rem;*/ /*Hareth Change*/
  font-weight: bold;
  color: var(--e-global-color-text);
  background: transparent url(images/Ripple-1s-200px.svg) no-repeat;
  background-position: top center;
  height: 300px;
  width: 100%;
  margin-top: 48px;
}

/* Hide coutnters */
.facetwp-counter {
  display: none;
}

body .facet-wrap h4,
.facetwp-flyout h3 {
  /* font-size: 1rem;*/ /*Hareth Change*/
  /*font-weight: bold;*/ /*Hareth Change*/
  color: var(--e-global-color-text);
  margin: 4px 0 12px 0;
}
body .facetwp-facet {
  margin-bottom: 8px;
  /*font-size: 1rem;*/ /*Hareth Change*/
  line-height: 1.5;
  /*font-weight: 500;*/ /*Hareth Change*/
}
body .facetwp-checkbox {
  background-position: top 4px left;
}
body .facetwp-checkbox.checked {
  background-image: url(images/ppra-facet-checkbox-on.png);
}
.facetwp-facet-formats_offered {
  display: flex;
  column-gap: 16px;
}
.facetwp-facet a:not([href]):not([tabindex]),
.facetwp-facet a:not([href]):not([tabindex]):focus,
.facetwp-facet a:not([href]):not([tabindex]):hover.facetwp-toggle {
  color: var(--e-global-color-accent);
  font-weight: bold;
}
body .facetwp-facet.facetwp-type-dropdown {
  margin-bottom: 2px;
}
select.facetwp-dropdown {
  /* font-size: 0.875rem;*/ /*Hareth Change*/
  /*font-weight: 500;*/ /*Hareth Change*/
  color: var(--e-global-color-text);
  border-color: var(--e-global-color-289b40e4);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(images/icon-angle-down-primary.svg) no-repeat;
  background-position: right 10px center;
}
body .facetwp-facet.facetwp-facet-experience_working_with {
  margin-bottom: 24px;
}
body .facetwp-facet.facetwp-facet-experience_working_with .facetwp-checkbox {
  margin-bottom: 8px;
}
/* FacetWP Selections */
.facetwp-selections ul {
  margin: 16px 0;
  padding: 0;
}

.facetwp-selections li {
  /*font-size: 0.875rem;*/ /*Hareth Change*/
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 8px 10px;
  list-style-type: none;
  border: 1px solid var(--e-global-color-secondary);
  border-radius: 3px;
}

.facetwp-selections .facetwp-selection-value {
  color: var(--e-global-color-secondary);
}

.facetwp-selections .facetwp-selection-value:hover {
  text-decoration: underline;
}

.facetwp-selections .facetwp-selection-label + .facetwp-selection-value {
  margin-left: 4px;
}

.facetwp-selections .facetwp-selection-value:last-child {
  margin-right: 0;
}
body .facetwp-selections .facetwp-selection-value {
  background-image: url(images/ppra-facet-icon-close.png);
}
[data-facet="member_of_the_lgbtquia2_community"] .facetwp-selection-label,
[data-facet="transgender_or_nonbinary"] .facetwp-selection-label {
  display: none;
}
.fcomplete-wrap {
  z-index: 10;
}
.facetwp-autocomplete-update {
  display: none;
}
/* FacetWP Mobile Flyout */
body .facetwp-flyout .facetwp-facet,
body .facetwp-flyout select.facetwp-dropdown {
  /*font-size: 1rem;*/ /*Hareth Change*/
}
body .facetwp-flyout {
  width: 90%;
  max-width: 400px;
}
body .facetwp-flyout-content {
  padding: 8px 24px;
}
.flyout-row.name-attraction_key_categories h3,
.flyout-row.name-attraction_categories_facet h3,
.flyout-row.name-attraction_seasons_facet h3,
.flyout-row.name-located_on_pikes_peak h3,
.flyout-row.name-reset h3 {
  display: none;
}
.facetwp-flyout h3 {
  margin: 24px 0 16px 0;
}
.facetwp-flyout h6 {
  /*font-size: 1.25rem;*/ /*Hareth Change*/ /*Hareth Change*/
  /*font-weight: bold;*/ /*Hareth Change*/ /*Hareth Change*/
  margin-bottom: 16px;
}
body .facetwp-flyout-close {
  color: var(--e-global-color-accent);
  /*font-weight: bold;*/ /*Hareth Change*/
  /* font-size: 24px;*/ /*Hareth Change*/
}
body .facetwp-flyout .facetwp-facet.facetwp-type-dropdown {
  margin-bottom: 8px;
}
body .facetwp-type-reset {
  margin-top: 16px;
  margin-bottom: 48px;
}
body .facetwp-flyout .facetwp-type-reset {
  margin-top: 32px;
}
body .facetwp-flyout .facetwp-type-reset button.facetwp-reset {
  padding: 4px 16px !important;
}
/** RESPONSIVE YOUTUBE EMBEDS */
.ppra-youtube-embed {
  aspect-ratio: 16 / 9;
  width: 100%;
}
