/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 02 2025 | 18:26:04 */
@font-face {
  font-family: 'Filson-Pro-Bold';
  src: url('/wp-content/fonts/FilsonProBold.otf') format("opentype");
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: 'Filson-Pro-Book';
  src: url('/wp-content/fonts/FilsonProBook.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Filson-Pro-Black';
  src: url('/wp-content/fonts/FilsonProBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Filson-Pro-Regular';
  src: url('/wp-content/fonts/FilsonProRegular.otf') format("opentype");
  font-weight: 400;
  font-style: regular;
}

@font-face {
  font-family: 'Filson-Pro-Light-Italic';
  src: url('/wp-content/fonts/FilsonProLightItalic.otf') format("opentype");
}

@font-face {
  font-family: 'Berringer';
  src: url('/wp-content/fonts/berringer_regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Claytonia';
  src: url('/wp-content/fonts/claytonia.ttf');
  font-weight: 400;
  font-style: normal;
}

:root {
  --primary-color: #3078d0;
  --yellow-color: #FFD600;
  --red-color: #F5333F;
  --blue-color: #4E76D0;
  --blue-color-ligth: #7BABE6;
}

/* Utility Font Classes */
.font-berringer {
  font-family: 'Berringer';
}

.font-filson-book {
  font-family: 'Filson-Pro-Book';
}

.font-filson-bold {
  font-family: 'Filson-Pro-Bold';
}

* {
  scroll-margin-top: 70px;
}

html {
  margin: 0 !important;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Berringer';
}

p,
a {
  font-family: 'Filson-Pro-Book';
}

p>span {
  font-family: 'Filson-Pro-Book';
}

.home-wrap,
.custom-wrap {
  width: 100% !important;
  max-width: none !important;
}

#design__center__button {
  background: transparent !important;
  padding: 0;
}

#design__center__button::after {
  display: none
}

#design__center__button>img {
  margin: 0 !important;
  padding: 0;
}


/* ::::::::::::::: START HEADER ::::::::::::::::::: */
header[role=banner] {
  background-color: var(--blue-color);
  background-blend-mode: overlay;
}

.cs-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-evenly;
  padding-top: 1.5rem;

}

.cs-logo {
  display: flex;
  justify-content: flex-start;
  flex: 0 0 15%;
}

.cs-logo > a {
  padding: 1rem;
}

.cs-logo img {
  width: 70%;
  min-width: 100px;
}

.cs-menu {
  flex: 1;
  width: 100%;
}

.cs-menu-container {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cs-menu>div {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
}

.cs-menu>div>ul {
  display: flex !important;
  width: 97%;
  align-items: center;
  justify-content: space-between;
}

.cs-menu ul li a,
.cs-menu ul li span {
  color: white;
}

.cs-dealer-login-btn {
  margin-left: auto;
  margin-bottom: 10px;
  margin-right: 30px;
}
.cs-dealer-login-btn a {
  background: white;
  border-radius: 3rem;
  height: 1.5rem;
  margin: 0 0.5rem;
  font-size: 1rem;
  color: var(--yellow-color) !important;
  padding: 0.5rem 1rem !important;
  white-space: break-spaces;
  line-height: 1.7rem;
  max-width: 5rem;
}


nav[role="navigation"] ul li.has-submenu a:hover:not(nav[role="navigation"] ul li.cs-mega-menu a:hover) {
  color: #fff !important;
}

nav[role="navigation"] ul li li.has-submenu:hover>a:not(nav[role="navigation"] ul li li.cs-mega-menu:hover>a) {
  color: #fff !important;
}


nav[role=navigation] ul li {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Additional header styles */
header .header__right--top {
  margin-top: 0.5rem;
  padding: 0.5em 0 0.5em;
}

header .header__right--top .grid-4.header__lookup {
  margin-left: auto;
}

header .header__lookup {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

header .header__lookup input[type="submit"] {
  background-color: transparent;
}

header .header__lookup .form-title {
  margin-right: 6rem !important;
  margin-bottom: 0.3rem !important;
  font-weight: normal;
  font-size: 1rem;
}

nav[role="navigation"] ul li.has-submenu ul li a,
nav[role="navigation"] ul li.has-submenu ul li span {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

nav[role="navigation"] ul li li.has-submenu>ul {
  left: 100% !important;
  top: -3.5rem;
}

.mobile__nav ul li a {
  font-family: 'Berringer' !important;
  font-weight: 300 !important;
}

/* ::::::::::::::: END HEADER ::::::::::::::::::: */


/* ::::::::::::::: END CS MEGA MENU ::::::::::::::::::: */
nav[role="navigation"] ul li.cs-mega-menu {
  position: static !important;
}

nav[role="navigation"] ul li.cs-mega-menu ul {
  border-radius: 1rem;
  display: flex !important;
  justify-content: center;
  align-items: flex-start !important;
  padding: 0 1rem !important;
  flex-wrap: wrap;
  left: -10% !important;
  background-size: 12rem !important;
  right: 0 !important;
}

nav[role="navigation"] ul li.cs-mega-menu.playset-options-menu ul {
  left: -250% !important;
}

nav[role="navigation"] ul li.cs-mega-menu:hover>a::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid var(--blue-color-ligth);
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 30%;
}

nav[role="navigation"] ul li.cs-mega-menu ul::after {
  content: "" !important;
  display: flex !important;
  height: 100% !important;
  width: 100% !important;
  position: absolute !important;
  z-index: 1;
  border-radius: 1rem;
}

nav[role="navigation"] ul li.cs-mega-menu ul li {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto !important;
  position: relative;
  z-index: 2;
  width: 20% !important;
  margin: 1.2rem;
}

nav[role="navigation"] ul li.cs-mega-menu ul li>a {
  display: flex !important;
  height: 100% !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.5rem;
  color: var(--primary-color) !important;
  text-align: center !important;
}

nav[role="navigation"] ul li.cs-mega-menu.playset-options-menu ul li>a {
  justify-content: center !important;
}

nav[role="navigation"] ul li.cs-mega-menu ul li span {
  color: white ;
  text-align: center !important;
  padding: 0 !important;
  height: auto !important;
  font-size: 16px !important;
}

nav[role="navigation"] ul li.cs-mega-menu ul li img {
  padding: 0 !important;
  width: 100%;
  min-width: 8rem;
  object-fit: cover;
}

nav[role="navigation"] ul li.cs-mega-menu ul li:hover>a {
  background: transparent !important;
}


/* ::::::::::::::: END CS MEGA MENU ::::::::::::::::::: */


/* ::::::::::::::: START GOOGLE REVIEWS ::::::::::::::::::: */
.google__review__header {
  color: var(--primary-color) !important;
  font-size: 1.8rem !important;
  font-family: Filson-Pro-Bold !important;
  margin-bottom: 2rem !important;
}

.ti-widget.ti-goog .ti-rating-text,
.ti-widget.ti-goog .ti-rating-text strong,
.ti-widget.ti-goog .ti-rating-text strong a,
.ti-widget.ti-goog .ti-rating-text strong span,
.ti-widget.ti-goog .ti-rating-text span strong,
.ti-widget.ti-goog .ti-rating-text span,
.ti-widget.ti-goog .ti-footer,
.ti-widget.ti-goog .ti-footer strong,
.ti-widget.ti-goog .ti-footer span,
.ti-widget.ti-goog .ti-footer strong a {
  font-size: 1.2rem !important;
  color: var(--primary-color) !important;
  font-family: Filson-Pro-Book !important;
  margin-top: 1.5rem !important;
}

.ti-widget.ti-goog .ti-review-item>.ti-inner {
  background: var(--primary-color) !important;
}

.ti-widget.ti-goog .ti-review-item>[class$="inner"] {
  border-style: solid !important;
  border-color: var(--primary-color) !important;
  background: var(--primary-color) !important;
  border-radius: 12px !important;
  padding: 25px !important;
  margin: 0 !important;
  display: block;
  position: relative;
}

.google__reviews .ti-review-text {
  color: #fff;
}

.ti-widget.ti-goog .ti-review-header::before {
  border-top-color: var(--primary-color) !important;
}

.ti-widget.ti-goog .ti-review-item [class$="inner"]::after {
  display: none;
}

.ti-widget.ti-goog .ti-profile-img {
  border: 0.1rem solid var(--primary-color);
  border-radius: 100%;
}

.ti-widget.ti-goog .ti-widget-container .ti-name {
  color: var(--primary-color) !important;
}

.ti-widget.ti-goog .ti-widget-container .ti-date {
  color: var(--primary-color) !important;
}

.ti-widget.ti-goog .ti-controls-dots .dot {
  width: 1.3rem !important;
  height: 1.3rem !important;
  background: #ffffff !important;
  border-radius: 100% !important;
  border: 0.1rem solid var(--primary-color) !important;
  opacity: 1 !important;
  margin-right: 0.3rem !important;
}

.ti-widget.ti-goog .ti-controls-dots .dot.active {
  background: var(--primary-color) !important;
}

.ti-widget.ti-goog .ti-review-content .ti-review-text {
  font-family: Filson-Pro-Book !important;
  color: #fff !important;

}

.ti-widget.ti-goog .ti-widget-container .ti-name {
  color: var(--primary-color) !important;
  font-family: Filson-Pro-Book !important;
  font-size: 1rem !important;
}

.ti-widget.ti-goog .ti-widget-container .ti-date {
  color: var(--primary-color) !important;
  font-size: 0.9rem !important;
  font-family: Filson-Pro-Book !important;

}

/* ::::::::::::::: END GOOGLE REVIEWS ::::::::::::::::::: */




/* ::::::::::::::: START FOOTER ::::::::::::::::::: */

.cs-footer>div {
  background-color: var(--primary-color);
  padding: 4rem 1rem 0.5rem 1rem;
}

.cs-footer .footer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.cs-footer .footer>div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.cs-footer .footer .footer-list {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
}

.cs-footer .footer .footer-list>li {
  margin-bottom: 1rem;
}

.cs-footer .footer .footer-list>li a {
  color: #ffffff;
}

.cs-footer .footer .btn-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cs-footer .footer .btn-list>li {
  margin-bottom: 1rem;
}

.cs-footer .footer .btn-list>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  max-width: 300px;
  border: 0.1rem solid #fff;
  border-radius: 1.5rem;
  color: var(--primary-color);
  background-color: white;
}

.cs-footer .social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.cs-footer .social-links>h3 {
  font-family:'Filson-Pro-Bold';
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.cs-footer .social-links > ul {
  color: white;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.cs-footer .social-links.icons > ul {
  gap: 0;
}


.cs-footer .icons > ul > li {
  display: flex;
  flex-wrap: wrap;
  flex: 0 36%;
  justify-content: center;
}


.cs-footer .social-links > ul li a,
.cs-footer ul.footer-list  li a {
  color: white;
  text-decoration: underline;
  font-weight: normal;
}

.cs-footer .social-links >ul > li > a.icon {
  font-size: 2.5rem;
}

.cs-footer .footer-list .footer-list-subtitle {
  font-weight: normal;
}

.cs-footer .footer-trademark {
  width: 50%;
  margin-top: 1rem;
}

.cs-footer .footer-center .social-links {
  margin-top: 2rem;
}

.cs-footer .footer-trademark p {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: normal;
  text-align: right;
}

/* mobile */

@media screen and (max-width: 865px) {
  .cs-footer .footer-trademark {
    width: 100%;
  }

  .cs-footer p,
  .cs-footer a,
  .cs-footer .footer-trademark p {
    text-align: center;
  }


  .cs-footer .footer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

}

/* ::::::::::::::: END FOOTER ::::::::::::::::::: */


/* ::::::::::::::: END HOME BANNER ::::::::::::::::::: */

/* ::::::::::::::: START CS-INFO-ITEM ::::::::::::::::::: */
.cs-info-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.cs-info-item>img {
  width: 6rem;
  margin-bottom: 1rem;
}

.cs-info-item>h3 {
  font-size: 2.2rem !important;
  text-align: center;
  font-family: Berringer !important;
  font-weight: 400 !important;
}

.cs-info-item>h3.warning {
  color: var(--yellow-color);
}

.cs-info-item>h3.danger {
  color: var(--red-color);
}

.cs-info-item>h3.primary {
  color: var(--primary-color);
}

.cs-info-item>p {
  text-align: center;
}

.cs-info-item .cs-btn {
  text-align: center;
  display: flex;
  flex: 1;
}

.cs-btn {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #999;
  padding: 0.5rem 1.5rem;
  border-radius: 5rem;
  color: #000;
  font-weight: 200;
}

.cs-btn>br {
  display: none !important;
}

.cs-btn.cs-btn-lg {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1rem 2rem;
}

.cs-btn.warning {
  background-color: var(--yellow-color);
  border: 0.1rem solid var(--yellow-color);
  color: #fff;
}

.cs-btn.danger {
  background-color: var(--red-color);
  border: 0.1rem solid var(--red-color);
  color: #fff;
}

.cs-btn.primary {
  background-color: var(--primary-color);
  border: 0.1rem solid var(--primary-color);
  color: #fff;
}

.cs-btn.white {
  background-color: transparent;
  border: 0.2rem solid #fff;
  color: #fff;
}

.cs-btn.transparent {
  border: none;
  color: var(--primary-color);
}

.grid-2 .cs-info-item p.section-description {
  height: 12rem;
}

/* ::::::::::::::: END CS-INFO-ITEM ::::::::::::::::::: */


/* ::::::::::::::: START CS BANNER 1 ::::::::::::::::::: */
.cs-banner-1 {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  position: relative !important;
}

.cs-banner-1>img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
}

.cs-banner-1>a {
  position: absolute;
  bottom: 40%;
}

/* ::::::::::::::: END CS BANNER 1 ::::::::::::::::::: */

/* ::::::::::::::: START CS BANNER 2 ::::::::::::::::::: */
.cs-banner-2 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.cs-banner-2>img {
  width: 100%;
  min-height: 25rem;
  object-fit: cover;
}

/* ::::::::::::::: START CS BANNER 2 ::::::::::::::::::: */


/* ::::::::::::::: START LAST POST ::::::::::::::::::: */
.cs-last-post {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 3.5rem auto 3rem 8%;
  text-align: center;
  padding-left: -5%;
}

.cs-last-post>.cs-post-image {
  position: relative;
  margin-bottom: 2.5rem;
  min-width: 20rem;
}

.cs-last-post> .cs-post-image > img.overlay-image {
  position: absolute;
  top: 4rem;
  left: 1rem;
  mask: url('/wp-content/uploads/2024/01/mask_blog.svg') no-repeat;
  width: 70%;
  height: 21rem;
  object-fit: cover;
  min-width: 12rem;
  margin-left: 30px;
}

.cs-last-post> .cs-post-image > img.base-image {
  width: 80%;
  height: auto;
  min-width: 12rem;
  margin-left: 5rem;
}


.cs-last-post .cs-post-title {
  font-size: 1.2em;
  text-align: right;
  font-weight: bold;
  color: #000;
}
.cs-post-content .cs-post-excerpt {
  text-align: right;
}

.cs-post-content .page-title {
  text-align: right;
}

.cs-post-btns {
  text-align: right;
}


/* ::::::::::::::: END LAST POST ::::::::::::::::::: */


/* ::::::::::::::: START BANNER 02 ::::::::::::::::::: */
.page-banner-02 {
  display: flex;
  width: 100%;
  background-image: url('/wp-content/uploads/2023/02/tile_b_y.jpg');
  background-attachment: scroll !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  /* padding: 3rem 10%; */
  padding: 0;
}

.page-banner-02>a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 3rem 10%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

/* ::::::::::::::: END BANNER 02 ::::::::::::::::::: */


/* ::::::::::::::: START CONTROL ITEM ::::::::::::::::::: */
.cs-control-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cs-control-item>a {
  display: flex;
  height: 9rem;
  /* width: 8rem; */
  width: 100%;
  background-color: var(--primary-color);
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.cs-control-item>a>img {
  height: 6rem;
  width: 6rem;
  margin: 0 !important;
}

.cs-control-item>div {
  flex: 1;
  height: 9rem;
  display: flex;
  background-color: var(--yellow-color);
  align-items: center;
  padding: 1rem;
}

.cs-control-item>div>p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
  font-weight: bold;
}

/* ::::::::::::::: END CONTROL ITEM ::::::::::::::::::: */


/* ::::::::::::::: START SWING SET PACKAGES ::::::::::::::::::: */
.swing__set__packages section *[class^=grid] a img {
  max-width: none !important;
}

.swing__set__packages section {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.swing__set__packages section:nth-of-type(1),
.swing__set__packages section:nth-of-type(3),
.swing__set__packages section:nth-of-type(5),
.swing__set__packages section:nth-of-type(7) {
  background: transparent !important;
}

.swing__set__packages section:nth-of-type(2) {
  background: var(--red-color) !important;
}

.swing__set__packages section:nth-of-type(6) {
  background: var(--primary-color) !important;
}

.swing__set__packages section:nth-of-type(4) {
  background-color: transparent !important;
  background: url('/wp-content/uploads/2023/02/awp_yellow.jpg') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position-y: center !important;
  padding: 0;
  background-position-x: right !important;
}

.swing__set__packages section [class^="grid"] a {
  position: relative;
  border: 0.4rem solid var(--primary-color);
  background-color: var(--primary-color);
  border-radius: 10px;
  margin-bottom: 2rem !important;
}

.swing__set__packages section [class^="grid"] a img {
  border: none !important;
  border-radius: 5px;
  width: 100% !important;
}

.swing__set__packages section [class^="grid"] a span {
  font-family: 'Filson-Pro-Book' !important;
  position: absolute;
  top: 80%;
  padding: 0.5rem 0.8rem 0.4rem 0.8rem !important;
  background: var(--red-color);
  border-radius: 3rem;
  color: #fff;
  line-height: 1;
}

.swing__set__packages section#discovery-depot [class^="grid"] a {
  border-color: #fff;
}

.swing__set__packages section#discovery-depot [class^="grid"] span {

  background-color: var(--yellow-color);
  color: var(--primary-color);
}

.swing__set__packages section#fantasy-fortress [class^="grid"] span {
  left: 0%;
  right: 0%;

  top: 80%;
}

.swing__set__packages section#frolic-zone [class^="grid"] a {
  border-color: var(--red-color);
}

.swing__set__packages section#frolic-zone [class^="grid"] span {
  background-color: var(--primary-color);
}

.swing__set__packages section#frolic-zone>.wrap {
  background-color: #FFD60095;
  max-width: none;
  padding: 1rem;
}

.swing__set__packages section#giggle-junction [class^="grid"] a {
  border-color: var(--yellow-color);
}

.swing__set__packages section#giggle-junction [class^="grid"] span {
  background-color: var(--primary-color);
  top: 85;
  left: 0%;
  right: 0%;
}

.swing__set__packages section#happy-hideout [class^="grid"] a {
  border-color: #fff;
}

.swing__set__packages section#happy-hideout [class^="grid"] span {

  background-color: var(--yellow-color);
  color: var(--primary-color);
}

.swing__set__packages section h4 {
  color: #6c6d70;
  font-size: 2rem !important;
  margin-top: -4.5rem !important;
  margin-bottom: 2rem !important;
}

.swing__set__packages section h4>span {
  color: #fff !important;
}

.swing__set__packages section #adventure-gym h4>span {
  color: var(--primary-color) !important;
}

.swing__set__packages section .overlay__background.group .grid-2 {
  border-radius: 3rem;
  margin-top: 3rem;
}

.swing__set__packages section .overlay__background.group #adventure-gym {
  background: var(--yellow-color) !important;
}

.swing__set__packages section .overlay__background.group #imagination-station {
  background: var(--primary-color) !important;
}

.swing__set__packages section .overlay__background.group #jolly-jamboree {
  background: var(--red-color) !important;
}

.swing__set__packages section .overlay__background.group p {
  color: #fff;
}

.swing__set__packages section .overlay__background.group #adventure-gym p {
  color: #000;
}

.swing__set__packages section#final [class^="grid"] span {

  top: 80%;
  left: 0%;
  right: 0%;
}

.swing__set__packages section .overlay__background.group #imagination-station>a,
.swing__set__packages section .overlay__background.group #jolly-jamboree>a {
  border-color: #fff !important;
}

/* ::::::::::::::: END SWING SET PACKAGES ::::::::::::::::::: */

/* ::::::::::::::: START PROMOTIONAL BANNER 1 ::::::::::::::::::: */
.promotional-banner-1 {
  display: flex;
  width: 100%;
  background-attachment: scroll !important;
  background-image: url('https://via.placeholder.com/400');
  align-items: center;
  justify-content: center;
}

.promotional-banner-1>div {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: rgba(250, 250, 250, 0.5);
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 2rem 10%;
}

.promotional-banner-1>div h3 {
  color: #000;
}

.promotional-banner-1>div img {
  border-radius: 100%;
  width: 100%;
  max-width: 20rem;
}


/* ::::::::::::::: START PLAYSET ITEM ::::::::::::::::::: */
.playsets-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.playsets-items>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.playset-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-attachment: scroll;
  display: flex;
  width: 15rem;
}

.playset-item>img {
  border-radius: 4rem;
  width: 15rem;
  height: 12rem;
  object-fit: cover;
}

.playset-item.yellow {
  border: 0.2rem solid rgba(255, 214, 0, 0.6);
}

.playset-item.yellow>.playset-color {
  background-color: rgba(255, 214, 0, 0.6);
}

.playset-item.yellow>.playset-color>p {
  color: var(--primary-color);
}

.playset-item.yellow>.playset-color>p>ion-icon {
  color: var(--primary-color);
}

.playset-title {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.playset-title>.icon {
  display: flex;
  width: 100%;
  background-color: var(--primary-color);
  align-items: center;
  justify-content: center;
}

.playset-title>.title {
  display: flex;
  width: 100%;
  background-image: url('/wp-content/uploads/2023/01/banner.jpg');
  align-items: center;
  justify-content: center;
  background-attachment: scroll !important;
  min-height: 16rem;
  padding: 2rem;
}

.playset-title>.title>h2 {
  color: #000;
  font-size: 1.8rem;
  margin-bottom: 0;
  font-family: Berringer !important;
  font-weight: 300 !important;
}

a.playset-item:hover {
  text-decoration: none !important;
}

.playset-item .playset-description p {
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--blue-color);
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  margin-top: 10px;
  font-family: Filson-Pro-Bold !important;
}

.playset-item .playset-description p.subtitle {
  font-size: 0.75rem;
  text-transform: unset;
}

.playset-item .circle-container {
  width: 50px;
  height: 50px;
  float: right;
  border-radius: 50%;
  background-color: var(--blue-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: -15%;
  font-weight: bold;
  font-family: 'Filson-Pro-Bold' !important;
}

.playset-item .circle-container .plus {
  font-family: Berringer;
  float: right;
  font-size: 73px;
  color: var(--yellow-color);
  position: relative;
  top: 100%;
  transform: translateY(-50%);
}


/* ::::::::::::::: END PLAYSET ITEM ::::::::::::::::::: */

/* ::::::::::::::: START PLAYSET OPTIONS CHILDREN ::::::::::::::::::: */
.playset-options-children {
  position: relative;
}

.playset-options-children .playset__options__repeater,
.custom_group_3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.playset-options-children .playset__options__repeater .grid-2,
.custom_group_3 .grid-2 {
  float: inline-start;
  width: 100%;
}

.playset-options-children .playset__options__repeater .playset-item,
.custom_group_3 .playset-item {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.playset-options-children .custom-wrap .group::before,
.playset-options-children .custom-wrap .group::after,
.custom_group_3::before,
.custom_group_3::after {
  display: none !important;
}

.playset-options-children .playset__options__repeater::before,
.playset-options-children .playset__options__repeater::after {
  display: none !important;
}

.playset-options-title {
  position: absolute !important;
  top: 12rem;
  width: 6rem;
  height: 6rem;
  background-image: url('/wp-content/uploads/2023/02/yellow_dot_hd.png');
  background-attachment: scroll !important;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 1rem 1rem 3rem 1rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  opacity: 0.9;
}

.playset-options-title>h1 {
  font-size: 0.8rem !important;
  margin: 0 !important;
  margin-top: 0.7rem !important;
}

/* ::::::::::::::: END PLAYSET OPTIONS CHILDREN ::::::::::::::::::: */


/* ::::::::::::::: START OUR MISSION ::::::::::::::::::: */
.our-mission {
  height: 18rem;
  display: flex;
}

.our-mission>img {
  height: 100%;
  flex: 1;
  min-width: 5rem;
  object-fit: cover;
}

.our-mission>div {
  height: 100%;
  flex: 1;
  background-color: var(--primary-color);
  padding: 1rem;
  min-width: 5rem;
}

/* ::::::::::::::: END OUR MISSION ::::::::::::::::::: */





/* ::::::::::::::: START OUR GUARANTEE ::::::::::::::::::: */
.out-guarantee {
  display: flex;
}

.out-guarantee>img {
  width: 20rem;
}

.out-guarantee>div {
  padding: 2rem 5%;
  background-image: url('/wp-content/uploads/2023/01/banner.jpg');
  background-attachment: scroll !important;
}

.fancy_button {
  position: relative;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  width: auto;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--yellow-color);
  color: var(--primary-color);
  padding: 0.5rem;
  padding-left: 3rem;
  text-transform: capitalize;
  font-family: 'Filson-Pro-Bold' !important;
  text-decoration: underline;
  justify-content: flex-start;
  max-width: 45rem;
}

.fancy_button::before {
  position: absolute;
  top: -5px;
  left: -10px;
  content: "";
  height: 3rem;
  width: 3rem;
  display: flex;
  background-image: url('/wp-content/themes/adventure-world-playsets/svg/shield.svg');
  background-attachment: scroll !important;
  background-size: contain;
  background-repeat: no-repeat;
}

/* ::::::::::::::: END OUR GUARANTEE ::::::::::::::::::: */



/* ::::::::::::::: START CONTACT ::::::::::::::::::: */
.image-section {
  display: flex;
  width: 100%;
  position: relative;
}

.image-section>img {
  width: 100%;
  min-height: 20rem;
  max-height: 25rem;
  object-fit: cover;
}

.image-section>div {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.image-section>div span {
  color: #fff;
  font-size: 1rem;
  font-family: Filson-Pro-Bold !important;
}

.bg-liston {
  background-image: url('/wp-content/uploads/2023/01/liston-rojo.png') !important;
  background-attachment: scroll !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 1rem 3rem;
  font-size: 2rem;
  background-position: center;
  color: #fff;
  font-family: Berringer !important;
  font-weight: 300 !important;
}

.bg-liston.liston-azul {
  background-image: url('/wp-content/uploads/2023/01/liston-azul.png') !important;
}

.image-section>div>.bg-liston {
  margin-top: -2rem;
}

a.zipcode__search:hover {
  text-decoration: none !important;
}

.zipcode__search {
  display: inline-flex;
  align-items: center;
}

.zipcode__search span.text,
.zipcode__search input[name=zip] {
  font-family: Filson-Pro-Book;
  font-size: 14px;
  min-width: 10rem;
  max-width: 210px;
  width: 15rem;
  text-align: left;
  padding: 0 1em;
  border: 2px solid #e2e2e2;
  border-radius: 50px;
  display: flex;
  align-items: center;
}

.zipcode__search span.text {
  height: 3rem;
}

.zipcode__search input[name=zip] {
  height: 4rem;
  font-size: 18px;
  font-weight: 500;
}

.zipcode__search input[name=zip]::placeholder {
  color: black;
}

.zipcode__search input[name=zip] {
  outline: none;
}

.zipcode__search.zip-bg-white span.text {
  color: black;
  background-color: white;
}





.zipcode__search.zip-bg-white span.text {
  color: black;
  background-color: white;
}


.zipcode__search.zip-bg-blue span.text {
  background-color: var(--blue-color);
  color: white;
}

.zipcode__search span.zip-button,
.zipcode__search input[type=submit] {
  background-image: url('/wp-content/themes/adventure-world-playsets/svg/flag.svg') !important;
  background-color: var(--yellow-color);
  background-size: cover;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  border-radius: 2rem;
  margin: 0;
  margin-left: -1.9rem;
  width: 5rem;
  border: none;
  background-position: center center;
  padding: 0;
  transition: 0.25s ease-in-out;
}

.zipcode__search span.zip-button {
  height: 3rem;
}
.find-your-dealer .zipcode__search span.zip-button {
  background-size: initial;
  height: 4rem;
}

.zipcode__search input[type=submit] {
  background-image: url('/wp-content/themes/adventure-world-playsets/img/search_icon.png') !important;
  background-size: 50%;
  height: 5rem;
  width: 5rem;
  font-size: 18px;
  margin-left: -2.5rem;
  border-radius: 100px;
}

.find-your-dealer input[type=submit] {
  background-color: var(--blue-color);

}

@media screen and (max-width: 865px) {
  .zipcode__search {
    margin-top: 0;
  }

  .center_msn .zipcode__search {
    margin-top: 20px;
  }
}


/*----become a dealer----*/
.become-a-dealer .video_text {
  margin-top: 30px;
  margin-bottom: 15px;
}

.mx-auto {
  background-color: --yellow-color;
}
.video-container {
  margin-top: 15px !important;
}

.become-a-dealer .cs-btn.primary {
  background-color: var(--yellow-color);
  display: flex;
  justify-content: center;
}

.find-your-dealer {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/adventure-world-playsets/svg/withe_doodles_find_yourdelare.svg");
  background-attachment: initial !important;
  min-height: 22rem;
  background-size: 70%;
}

.find-your-dealer h2 {
  font-size: 1.8em;
}

.find-your-dealer .find-your-dealer-zip-code {
  width: 480px;
  height:100%;
  color: var(--blue-color);
}

.find-your-dealer .find-your-dealer-zip-code .zipcode__search_form .select-country,
.find-your-dealer .find-your-dealer-zip-code .zipcode__search_form label {
  color: var(--blue-color);
}

.find-your-dealer .subtitle {
  font-family: 'Filson-Pro-Bold' !important;
  margin-bottom: 0px !important;
}

/* ::::::::::::::: END CONTACT ::::::::::::::::::: */


/* ::::::::::::::: START BLOG ::::::::::::::::::: */
.blog-item {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.blog-item>.blog-item-info-container {
  display: flex;
  flex-direction: column;
  background-color: var(--primary-color);
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.5rem;
  flex: 0.45;
}

.blog-item>.blog-item-info-container>* {
  color: #fff;
}

.blog-item>.blog-item-info-container>p.fw-bold {
  font-family: Filson-Pro-Bold !important;
  margin-bottom: 0.5rem;
}

.blog-item>.blog-item-info-container>h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.blog-item>.blog-item-info-container>p:not(.fw-bold) {
  font-family: Filson-Pro-Book !important;
  margin-bottom: 1rem;
  word-break: break-word;
}

.blog-item>.blog-item-img-container {
  display: flex;
  flex: 0.65;
  align-items: center;
  justify-content: center;
  position: relative;
}

.blog-item>.blog-item-img-container>img {
  width: 100%;
  min-height: 18rem;
  max-height:18rem;
  object-fit: cover;
}

.blog-item>.blog-item-img-container>div {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.blog-item>.blog-item-img-container>.bg-liston {
  font-size: 1rem;
  bottom: 2rem;
  top: auto;
  right: 0;
  max-width: 100%;
}

.blog-item>.blog-item-img-container>div>img {
  height: 2rem;
  width: 2rem;
  object-fit: contain;
}

.blog.group>*:not(:nth-of-type(1)) {
  width: 100%;
  margin: 0;
  padding: 0.5rem;
}

.blog.group>*:nth-of-type(2n) .blog-item>.blog-item-info-container {
  background-color: var(--yellow-color);
}


.blog-item.text-dark>.blog-item-info-container>* {
  color: #000 !important;
}

.blog-item.text-white>.blog-item-info-container>* {
  color: #fff !important;
}

.pagination {
  margin-top: 1rem;
}

.pagination .page-numbers {
  background: var(--primary-color) !important;
  min-width: 2rem !important;
  border-radius: 5rem !important;
  font-family: Berringer !important;
  font-weight: 300 !important;
}

.pagination .page-numbers.current {
  background: #FFD600 !important;
}

.pagination .prev,
.pagination .next {
  background: transparent !important;
  color: red !important;
  font-size: 2rem !important;
}

.pagination .prev ion-icon,
.pagination .next ion-icon {
  margin-bottom: -0.65rem !important;
}

.blog-categories ul>li>a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3rem;
  text-align: left;
  font-size: 1rem;
  font-family: Berringer !important;
  font-weight: 300 !important;
  color: #000 !important;
}

.blog-categories ul>li>a>img {
  height: 2.5rem;
  width: 2.5rem;
  object-fit: contain;
}


.blog-categories {
  background: transparent !important;
  margin-top: 1rem;
}

/* ::::::::::::::: END BLOG ::::::::::::::::::: */


/* ::::::::::::::: START NUMBER LIST ::::::::::::::::::: */
.large__numbers>ol li,
.large__numbers>ol li span,
.gradient__list ol li,
.gradient__list ol li span {
  font-family: Filson-Pro-Book !important;
}

.large__numbers>ol li strong,
.large__numbers>ol li a,
.gradient__list ol li strong,
.gradient__list ol li a {
  font-family: Filson-Pro-Bold !important;
}

.large__numbers>ol li:nth-of-type(3n+1),
.gradient__list ol li:nth-of-type(3n+1) {
  background-color: var(--yellow-color);
}

.large__numbers>ol li:nth-of-type(3n+1)::before,
.gradient__list ol li:nth-of-type(3n+1)::before {
  background: var(--primary-color) !important;
  color: #fff !important;
}

.large__numbers>ol li:nth-of-type(3n+1)+*,
.gradient__list ol li:nth-of-type(3n+1)+* {
  background-color: var(--blue-color);
  color: #fff;
}

.large__numbers>ol li:nth-of-type(3n+1)+* a,
.gradient__list ol li:nth-of-type(3n+1)+* a {
  color: #fff;
  font-weight: bold
}

.large__numbers>ol li:nth-of-type(3n+1)+*::before,
.gradient__list ol li:nth-of-type(3n+1)+*::before {
  background: var(--red-color) !important;
  color: #fff !important;
}

.large__numbers>ol li:nth-of-type(3n+1)+*+*,
.gradient__list ol li:nth-of-type(3n+1)+*+* {
  background-color: var(--red-color);
  color: #fff;
}

.large__numbers>ol li:nth-of-type(3n+1)+*+* a,
.gradient__list ol li:nth-of-type(3n+1)+*+* a {
  color: #fff;
}

.large__numbers>ol li:nth-of-type(3n+1)+*+*::before,
.gradient__list ol li:nth-of-type(3n+1)+*+*::before {
  background: var(--yellow-color) !important;
  color: var(--primary-color) !important;
}

/* ::::::::::::::: END NUMBER LIST ::::::::::::::::::: */


/* ::::::::::::::: START DEALER MESSAGE ::::::::::::::::::: */
.dealer-message-section {
  display: flex;
  width: 100%;

  background-attachment: scroll !important;
  align-items: center;
  justify-content: center;
  margin-bottom: -1.5rem;
  padding: 6rem 10%;
  position: relative;
}

.dealer-message-section>.bg-liston {
  position: absolute;
  top: 3rem;
  left: 20%;
}

.dealer-message-section>.content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem;
}

.dealer-message-section>.content.large {
  width: 320px;
  height: 320px;
  font-size: 1rem;
  padding: 2rem;
}


/* ::::::::::::::: END DEALER MESSAGE ::::::::::::::::::: */

/*::::::::::::::::::START WARRANTY INQURY MESSAGE ::::::::::: */
.warranty-message-section {
  display: flex;
  width: 100%;

  align-items: center;
  justify-content: center;
  margin-bottom: -1.5rem;
  padding: 6rem 10%;
  position: relative;
}

.warranty-message-section>.bg-liston {
  position: absolute;
  top: 3rem;
  left: 20%;
}

.warranty-message-section>.content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem;
}

.warranty-message-section>.content.large {
  width: 320px;
  height: 320px;
  font-size: 1rem;
  padding: 2rem;
}
/*::::::::::::::::::END WARRANTY INQURY MESSAGE ::::::::::: */

/* ::::::::::::::: START LIST WITH ICONS ::::::::::::::::::: */
.list-with-icon {
  list-style: none;
}

.list-with-icon li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.list-with-icon li::before {
  content: "";
  width: 2rem;
  height: 2rem;
  margin-left: -1rem;
  position: absolute;
  left: -1rem;
;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  background-size: contain;
}

.list-with-icon.safely li::before {
  background-image: url('/wp-content/uploads/2023/01/safely-icon.png');
}

.list-with-icon.quality li::before {
  background-image: url('/wp-content/uploads/2023/01/quality-icon.png');
}

/* ::::::::::::::: END LIST WITH ICONS ::::::::::::::::::: */

/* ::::::::::::::: START WARRANTY ::::::::::::::::::: */

.warranty-section .group .grid-half {
  vertical-align: top;
}

.warranty-body {
  background-color: var(--blue-color);
  color: white;
  margin: 1rem;
  margin-top: -50px;
  border-radius: 2rem;
  padding: 5rem 10% 1rem 10%;
  max-width: 50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.warranty-image {
  margin: 2rem;
}

.warranty-body input,
.warranty-body select,
.warranty-body textarea,
.become-a-dealer input,
.become-a-dealer select,
.become-a-dealer textarea {
  background-color: var(--blue-color-ligth);
  border: unset !important;
  border-radius: 4px;
}

.warranty-section h1 {
  color: white !important;
}
.warranty-section .page-description {
  color: var(--blue-color);
  font-size: 1.3rem
}

.warranty-section form input[type="submit"] {
  background-color: var(--yellow-color);
  border-radius: 5rem;
}

select {
  background-color: transparent !important;
}

.cs-input-file {
  border: 1px solid #CCC;
  display: flex;
  align-items: center;
  padding: 0.3rem;
  cursor: pointer;
}



.cs-input-file>p {
  margin: 0 !important;
  margin-bottom: 0 !important;
}

.cs-input-file input[type="file"]::file-selector-button {
  background: transparent;
  border: none !important;
}


@media screen and (max-width: 865px) {
  .warranty-body {
    margin-top: 0;
  }
}

/* ::::::::::::::: END WARRANTY ::::::::::::::::::: */


/* ::::::::::::::: START FROM OUR BLOG BANNER ::::::::::::::::::: */
.from-our-blog-banner {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('/wp-content/uploads/2023/02/figuras_background.jpg') !important;
  background-attachment: scroll !important;
}

.from-our-blog-banner>div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.from-our-blog-banner>div:first-child {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2rem 10%;
}

.from-our-blog-banner>div:first-child h3 {
  color: #000;
  font-size: 2rem;
}

.from-our-blog-banner>div:first-child img {
  border-radius: 100%;
  width: 100%;
  max-width: 20rem;
  margin-bottom: -1rem;
}

.from-our-blog-banner>div:last-child {
  background-image: url('/wp-content/uploads/2023/01/tile_large.jpg') !important;
  background-attachment: scroll !important;
  padding: 2rem 10%;
}

.from-our-blog-banner>div:last-child img {
  width: 100%;
  max-width: 20rem;
}

/* ::::::::::::::: END FROM OUR BLOG BANNER ::::::::::::::::::: */


/* ::::::::::::::: START CARD-ITEMS ::::::::::::::::::: */
.card-items {
  display: flex;
  width: 100%;
  max-width: 340px;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.card-item {
  display: flex;
  height: 8rem;
  width: 100%;
  min-width: 14rem;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card-item>.img {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.card-item>.img>img {
  height: 3rem;
  width: 3rem;
  object-fit: contain;
}

.card-item>.text {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
  font-family: 'Filson-Pro-Bold' !important;
  font-weight: 300;
  font-size: 1.1rem;

  align-items: flex-end;
  padding-top: 0.5rem;
}

/* ::::::::::::::: END CARD-ITEMS ::::::::::::::::::: */


/* ::::::::::::::: START SLICK SLIDER ::::::::::::::::::: */
.cs-home-slick-slider .slick-slide {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.cs-home-slick-slider.slick-slider {
  margin-bottom: 6rem !important;
  margin-top: 4rem !important;
}

.cs-home-slick-slider .card-item {
  margin: 1rem;
  max-width: 14rem;
  width: 100%;
}

.cs-home-slick-slider .slick-arrow.slick-next {
  right: 0;
}

.testimonial-slider .slick-arrow.slick-next  {
  right: -4rem;
  padding: 0px;
}
.testimonial-slider .slick-arrow.slick-prev {
  left: -4rem;
  padding: 0px;
}
.cs-home-slick-slider .slick-arrow.slick-prev {
  left: 0;
}

.testimonial-slider .slick-prev .hydrated,
.testimonial-slider .slick-next .hydrated {
  color:var(--yellow-color);
  font-size: 100px;
}

.cs-home-slick-slider .slick-arrow,
.testimonial-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 35%;
  padding: 0.8rem 1rem;
  color: var(--text-for-primary-color);
  font-size: 1.8rem;
  line-height: 0;
  opacity: 0.7;
}

@media screen and (max-width: 865px) {
  .testimonial-slider .slick-arrow.slick-next  {
    right: -1rem;
  }

  .testimonial-slider .slick-arrow.slick-prev {
    left: -1rem;
  }
}
/* ::::::::::::::: END SLICK SLIDER ::::::::::::::::::: */


/* ::::::::::::::: START GLOBAL ELEMENTS ::::::::::::::::::: */

.page-section {
  text-align: center;
  margin: 2.5rem 10% 3rem 10%;
}

.page-section.use-padding {
  text-align: center;
  margin: 0;
  padding: 2.5rem 10% 3rem 10%;
}

.page-section-header {
  display: flex;
  width: 100%;
  background-color: var(--yellow-color);
  align-items: center;
  justify-content: center;
  padding: 1.5rem 10%;
}

.page-section-header>h1 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
}

.page-title,
h1 {
  font-family: 'Berringer';
  color: var(--primary-color);
  overflow-wrap: break-word;
  border-bottom: none !important;
  text-align: center;
  font-size: 2.4rem !important;
  font-weight:normal;
}

.page-title a,
h1 a {
  color: var(--primary-color) !important;
}

.page-title>span,
h1>span {
  color: var(--yellow-color);
}

.page-title>span.red,
h1>span.red {
  color: var(--red-color);
}

.page-subtitle {
  color: var(--blue-color) !important;
  text-transform: uppercase;
  border-bottom: none !important;
  text-align: center;
  font-size: 1.8rem !important;
}

.page-subtitle>span {
  color: var(--primary-color);
}

.page-description {
  color: #000;
  font-size: 1rem;
  text-align: justify;
  font-family: 'Filson-Pro-Book' !important;
}

.page-description-principal {
  text-align: center;
}

.card {
  padding: 1rem 2rem;
}

.card-primary {
  background-color: var(--primary-color);
}

.card-danger {
  background-color: var(--red-color);
}

.card {
  border-radius: 2rem;
}

.card-content {
  padding: 0;
}

.card-header {
  padding: 2rem 2rem 1rem 2rem;
}

.card-body {
  padding: 1rem 2rem 2rem 2rem;
}

.card-primary>.card-body {
  background-color: #b7c6eb;
  border-radius: 0 0 2rem 2rem;
}

.card-blue-green {
  background-color: #FFD600;
}

.card-blue-green>.card-body {
  background-color: #FFE888;
  border-radius: 0 0 2rem 2rem;
}


.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-center {
  text-align: center !important;
}

.text-white {
  color: #fff !important;
}

.text-warning {
  color: var(--yellow-color) !important;
}

.text-danger {
  color: var(--red-color) !important;
}

.text-gray {
  color: #6c6d70 !important;
}

.text-dark {
  color: #000 !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;

}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.card-warning-image {
  background-image: url('/wp-content/uploads/2023/02/awp_yellow.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll !important;
}

.card-warning-image .grid-2 {
  background-color: var(--yellow-color);
  padding: 2rem 3%;
}

.card-warning-image .grid-4 {
  padding: 2rem 3%;
}

.list-bold {
  padding: 0;
  list-style: none;
}

.list-bold>li {
  display: flex;
  margin-left: -1rem;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
  text-transform: none !important;
}

.list-bold>li::before {
  content: "" !important;
  display: flex;
  height: 0.8rem !important;
  width: 0.8rem !important;
  background-color: var(--primary-color) !important;
  margin-right: 0.5rem;
  border-radius: 100% !important;
  text-transform: none !important;
  position: static !important;
}

.list-bold>li>a {
  line-height: 0;
  font-family: 'Filson-Pro-Book';
}


.bg-warning {
  background-color: var(--yellow-color) !important;
}


.another-zip {
  background: var(--primary-color) !important;
}

#wpcf7-f431-p10-o1 form input[type="submit"] {
  border-radius: 5rem !important;
  background: var(--primary-color) !important;
}

#breadcrumbs,
#breadcrumbs span,
#breadcrumbs a {
  font-family: Filson-Pro-Book !important;
  color: var(--primary-color) !important;
}

.blog_grids h1 {
  color: var(--primary-color) !important;
}

span.faux-h3.orange {
  color: var(--primary-color) !important;
  font-family: Filson-Pro-Bold !important;
}

.ff-filson-pro-book {
  font-family: Filson-Pro-Book !important;
}

.ff-filson-pro-bold {
  font-family: Filson-Pro-Bold !important;
}

.ff-berringer {
  font-family: Berringer !important;
  font-weight: 300 !important;
}

.ff-claytonia {
  font-family: Claytonia !important;
}

/* ::::::::::::::: END GLOBAL ELEMENTS ::::::::::::::::::: */

@media screen and (min-width: 446px) {

  /* ::::::::::::::: START PLAYSET OPTIONS CHILDREN ::::::::::::::::::: */
  .playset-options-title {
    top: 30rem;
  }

  /* ::::::::::::::: END PLAYSET OPTIONS CHILDREN ::::::::::::::::::: */
}

@media screen and (min-width: 640px) {

  /* ::::::::::::::: START PLAYSET OPTIONS CHILDREN ::::::::::::::::::: */
  .playset-options-title {
    top: 34rem;
  }

  .playset-options-children .playset__options__repeater,
  .custom_group_3 {
    grid-template-columns: 1fr 1fr;
  }

  /* ::::::::::::::: END PLAYSET OPTIONS CHILDREN ::::::::::::::::::: */
}

.mobile__nav ul li a {
  border-bottom: none !important;
  background-color: #FFD600;
  color: #4E76D0;
  font-family: Filson-Pro-Bold !important;
  font-size: 20px;
  border-radius: 15px;
  text-align:center;
  margin: 10px 20%;

}

.mobile__nav {
  background: #4E76D0 !important;
}

.mobile__nav ul li .sub-menu {
  background: #4E76D0 !important;
  right: -100% !important;
  width: 100% !important;
}

.mobile__nav ul li .sub-menu.visible {
  transform: translateX(-100%) !important;
}

.mobile__nav.visible {
  visibility: visible;
  transition: 0.5s ease-in-out !important;
}

.mobile__nav {
  transition: 0.5s ease-in-out !important;
}

.mobile__nav ul li a {
  padding: 10px 16px !important;
}

@media screen and (max-width: 865px) {
  #page__wrap.active {
    transform: translateX(-100%) !important;
  }

  #page__wrap {
    transition: 0.5s ease-in-out !important;
  }

  .mobile__nav .close {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile__nav .close>img {
    width: 4rem;
  }
}

@media screen and (min-width: 865px) {

  /* ::::::::::::::: START PLAYSET OPTIONS CHILDREN ::::::::::::::::::: */
  .playset-options-title {
    top: 39rem;
  }

  /* ::::::::::::::: END PLAYSET OPTIONS CHILDREN ::::::::::::::::::: */
}

@media screen and (min-width: 866px) {

  /* ::::::::::::::: START HEADER ::::::::::::::::::: */

  header .header__lookup input[type="submit"] {
    margin-left: 0;
  }

  header .header__lookup .form-title {
    margin-right: 3.5rem !important;
    margin-bottom: 0 !important;
    font-size: 1.1rem;
    margin-top: 1rem;
    font-family: 'Berringer' !important;
  }

  nav[role="navigation"] ul li a,
  nav[role="navigation"] ul li span {
    border-bottom: none !important;
    font-family: Berringer !important;
    font-weight: 100 !important;
  }

  ul.menu>li>a,
  ul.menu>li>a>span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0.5em .3em!important;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  nav[role="navigation"] ul.has-submenu li a,
  nav[role="navigation"] ul.has-submenu li span,
  nav[role="navigation"] ul.cs-mega-menu li a,
  nav[role="navigation"] ul.cs-mega-menu li span {
    font-size: 16px !important;
  }

  /* ::::::::::::::: END HEADER ::::::::::::::::::: */

  /* ::::::::::::::: START PLAYSET OPTIONS CHILDREN ::::::::::::::::::: */

  .playset-options-title {
    top: 16rem;
    left: 10%;
    right: 100%;
  }

  /* ::::::::::::::: END PLAYSET OPTIONS CHILDREN ::::::::::::::::::: */
}

@media screen and (min-width: 886px) {

  /* ::::::::::::::: START BLOG ::::::::::::::::::: */
  .blog-categories>ul {
    width: 100%;
    display: flex;
  }

  .blog-categories>ul>li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }

  /* ::::::::::::::: END BLOG ::::::::::::::::::: */
}

@media screen and (max-width: 1024px) {

  .cs-last-post>.cs-post-image {
    padding-right: 1em;
  }

}

@media screen and (max-width: 865px) {

  .cs-menu {
    display: none !important;
  }

}

@media screen and (min-width: 900px) {

  /* ::::::::::::::: START LAST POST ::::::::::::::::::: */
  .cs-last-post {
    flex-direction: row;
    gap: 10rem;
  }

  .cs-last-post>.cs-post-image {
    height: 25rem;
  }


  /* ::::::::::::::: END LAST POST ::::::::::::::::::: */


  /* ::::::::::::::: START SWING SET SINGLE PAGE ::::::::::::::::::: */
  .swing-set-single-page .liston>div>span {
    font-size: 1.2rem;
  }

  .swing-set-single-page>a {
    padding-top: 0;
  }

  .swing-set-single-page .liston {
    right: 3rem;
    top: 1.5rem;
  }

  .swing-set-single-page .mancha {
    right: 13rem;
    top: 5rem;
  }

  .swing-set-single-page .mancha>div>img {
    width: 6rem;
  }

  .swing-set-single-page .mancha>div>span {
    font-size: 1.2rem;
  }

  /* ::::::::::::::: END SWING SET SINGLE PAGE ::::::::::::::::::: */

  /* ::::::::::::::: START PLAYSET ITEM ::::::::::::::::::: */
  .playsets-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  /* ::::::::::::::: END PLAYSET ITEM ::::::::::::::::::: */

  .playset-title {
    flex-direction: row;
  }

  .playset-title>.icon {
    min-height: 16rem;
    max-width: 16rem;
  }
}

@media screen and (max-width: 1024px) {

  nav[role="navigation"] ul li a,
  nav[role="navigation"] ul li span {
    font-size: 2rem;
    padding: 1em .4em!important;
  }

  .cs-search {
    display: none;
  }

}

@media screen and (min-width: 1024px) {

  nav[role="navigation"] ul li a,
  nav[role="navigation"] ul li span {
    font-size: 1.5rem;
  }

  ul.menu>li>a,
  ul.menu>li>a>span {
    display: flex !important;
    align-items: center;
    padding: 0.75em .3em!important;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  /* ::::::::::::::: START CONTROL ITEM ::::::::::::::::::: */
  .cs-control-item {
    flex-direction: row;
  }

  .cs-control-item>a {
    height: 8rem;
    width: 8rem;
  }

  .cs-control-item>div {
    height: 8rem;
  }

  .cs-control-item>a>img {
    height: 60%;
    width: 60%;
  }

  .cs-info-item::after {
    content: "";
    display: flex;
    height: 2rem;
    width: 3rem;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 20%;
    right: -15%;
  }

  #cs-into-items .grid-2:nth-child(1) .cs-info-item::after {
    background-image: url('/wp-content/uploads/2023/01/yellow_arrow.png');
  }

  #cs-into-items .grid-2:nth-child(2) .cs-info-item::after {
    background-image: url('/wp-content/uploads/2023/01/red_arrow.png');
  }

  /* ::::::::::::::: END CONTROL ITEM ::::::::::::::::::: */

  /* ::::::::::::::: START SWING SET PACKAGES ::::::::::::::::::: */
  .swing__set__packages>section#busy-basecamp {
    position: relative;
  }

  .swing__set__packages>section#busy-basecamp .page-title {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
  }

  .swing__set__packages>section#busy-basecamp .page-subtitle {
    margin-top: 2rem;
  }

  .swing__set__packages>section#busy-basecamp {
    display: flex;
    padding: 1.5rem 10% 0 10%;
  }

  .swing__set__packages>section#busy-basecamp>.wrap {
    position: static;
    width: 30%;
  }

  .swing__set__packages>section#busy-basecamp .grid-25 {
    width: 33%;
    height: auto;
  }

  .swing__set__packages section#fantasy-fortress .wrap.group {
    display: flex;
    justify-content: center;
  }

  .swing__set__packages section#frolic-zone {
    display: flex;
    flex-direction: row-reverse;
  }

  .swing__set__packages section#frolic-zone>.wrap {
    width: 50%;
  }

  .swing__set__packages section#frolic-zone>.overlay__background {
    max-width: none;
  }

  .swing__set__packages section#frolic-zone>.overlay__background>.wrap.group {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .swing__set__packages section#frolic-zone>.overlay__background>.wrap.group>.grid-25 {
    width: 30%;
  }

  .swing__set__packages section#giggle-junction>.overlay__background>.wrap.group {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .swing__set__packages section .overlay__background.group {
    display: flex;
    justify-content: center;
  }

  .swing__set__packages section .overlay__background.group .grid-2 {
    width: 25%;
  }

  /* ::::::::::::::: END SWING SET PACKAGES ::::::::::::::::::: */
  .promotional-banner-1>div h3 {
    position: absolute;
    left: 10%;
    top: 2rem;
  }

  /* ::::::::::::::: END PROMOTIONAL BANNER 1 ::::::::::::::::::: */

  /* ::::::::::::::: START PLAYSET ITEM ::::::::::::::::::: */
  .playsets-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  /* ::::::::::::::: END PLAYSET ITEM ::::::::::::::::::: */

  /* ::::::::::::::: START PLAYSET OPTIONS CHILDREN ::::::::::::::::::: */
  .playset-options-title {
    width: 16rem;
    height: 16rem;
  }

  .playset-options-title>h1 {
    font-size: 1.4rem !important;
  }

  .playset-options-children .playset__options__repeater,
  .custom_group_3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  /* ::::::::::::::: END PLAYSET OPTIONS CHILDREN ::::::::::::::::::: */


  /* ::::::::::::::: START BLOG ::::::::::::::::::: */
  .blog-item {
    flex-direction: row;
  }

  .blog.group>*:not(:nth-of-type(1)) {
    width: 50%;
  }

  /* ::::::::::::::: END BLOG ::::::::::::::::::: */


  /* ::::::::::::::: START NUMBER LIST ::::::::::::::::::: */
  .large__numbers>ol li:nth-of-type(3n+1),
  .gradient__list ol li:nth-of-type(3n+1) {
    -moz-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    -o-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
  }

  .large__numbers>ol li:nth-of-type(3n+1)+*,
  .gradient__list ol li:nth-of-type(3n+1)+* {
    -moz-transform: skew(-5deg, 0deg);
    -webkit-transform: skew(-5deg, 0deg);
    -o-transform: skew(-5deg, 0deg);
    -ms-transform: skew(-5deg, 0deg);
    transform: skew(-5deg, 0deg);
  }

  .large__numbers>ol li:nth-of-type(3n+1)+*+*,
  .gradient__list ol li:nth-of-type(3n+1)+*+* {
    -moz-transform: skew(15deg, 0deg);
    -webkit-transform: skew(15deg, 0deg);
    -o-transform: skew(15deg, 0deg);
    -ms-transform: skew(15deg, 0deg);
    transform: skew(15deg, 0deg);
  }

  .large__numbers>ol li:nth-of-type(3n+1)::before,
  .gradient__list ol li:nth-of-type(3n+1)::before {
    transform: skew(20deg, 0deg);
  }

  .large__numbers>ol li:nth-of-type(3n+1)+*::before,
  .gradient__list ol li:nth-of-type(3n+1)+*::before {
    transform: skew(10deg, 0deg);
  }

  .large__numbers>ol li:nth-of-type(3n+1)+*+*::before,
  .gradient__list ol li:nth-of-type(3n+1)+*+*::before {
    transform: skew(-20deg, 0deg);
  }

  /* ::::::::::::::: END NUMBER LIST ::::::::::::::::::: */


  /* ::::::::::::::: START FROM OUR BLOG BANNER ::::::::::::::::::: */
  .from-our-blog-banner {
    flex-direction: row;
    height: 21rem;
  }

  .from-our-blog-banner>div {
    width: 60%;
    height: 100%;
  }

  .from-our-blog-banner>div:first-child {
    position: relative;
    align-items: flex-end;
    padding: 0 5%;
  }

  .from-our-blog-banner>div:first-child h3 {
    position: absolute;
    left: 13%;
    top: 1rem;
  }

  .from-our-blog-banner>div:last-child {
    width: 40%;
    padding: 0;
  }

  /* ::::::::::::::: END FROM OUR BLOG BANNER ::::::::::::::::::: */
}

/* ::::::::::::::: END MEDIAQUERY ::::::::::::::::::: */

.large__numbers>ol li::before,
.gradient__list ol li::before {
  font-size: 2rem !important;
  border-radius: 100%;
  height: 4rem !important;
  width: 4rem !important;
  top: 10% !important;
  bottom: 0 !important;
}

.mobile__nav {
  width: 100% !important;
}

#design__center__button {
  padding: 0 !important;
}

.ti-widget[data-layout-id='15'][data-set-id='light-background-large'][data-pid='b865c0a13525173b7d36fe272f5'] .ti-widget-container .ti-name {
  color: #3078d0 !important;
}

.cs-contact-menu {
  min-width: auto !important;
}

header[role=banner] {
  z-index: 2;
}

.swing-design-section {
  background-color: var(--red-color);
  color: white;
}

.swing-design-section,
.get-pricing {
  padding: 3rem;
}

.swing-design-section h3 {
  text-align: center;
  text-transform: uppercase;
  color: white;
}

.swing-design-section p,
.get-pricing .page-description
{
  font-weight: normal;
  text-align: justify;
  margin-top: 1rem;
}

.swing-design-section a {
  display: inline-block;
  background-color: white;
  border-radius: 1rem;
  padding: 0.5rem;
  margin: 2rem 1rem;
}

.swing-design-section img{
  margin-top: 2rem;
}

.swing-zip-code-form {
  margin-bottom: 2rem;
}
/*//////////CHANGES 2024/////////*/

.wavebox {
  color: white;
  padding: 80px 20px;

  background-color:var(--primary-color);
  --mask:
          radial-gradient(101.51px at 50% 141.60px,#000 99%,#0000 101%) calc(50% - 118px) 0/236px 51% repeat-x,
          radial-gradient(101.51px at 50% -82.6px,#0000 99%,#000 101%) 50% 59px/236px calc(51% - 59px) repeat-x,
          radial-gradient(101.51px at 50% calc(100% - 141.60px),#000 99%,#0000 101%) calc(50% - 118px) 100%/236px 51% repeat-x,
          radial-gradient(101.51px at 50% calc(100% + 82.60px),#0000 99%,#000 101%) 50% calc(100% - 59px)/236px calc(51% - 59px) repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.wavebox .group {
  margin-left: 10%;
}

.form_contrainer {
  color: white;
  background-color:var(--primary-color);
  margin-left:10%;
  margin-right: 10%;
  padding: 40px;
  border-radius: 20px;
}
.form_contrainer h2 {
  color: white !Important;
  font-weight:normal;
}
.form_container .cs-btn .primary {
  background-color: var(--yellow-color) !Important;}
.no_es_boton {
  background-color: var(--yellow-color);
  color: var(--primary-color);
  border-radius: 30px;
  width: 450px;
  padding: 10px 20px;
  max-width: 80%;
}
.tel {
  width: 200px;}

.round-image {
  height: 25rem;
  width: 25rem;
  border-radius: 50%;
  background-image: url('/wp-content/uploads/2024/03/Become-a-SWING-SET-dealer.jpg');
  background-size: contain;
  background-attachment: initial !important;
  background-position: right;
}

/*/////////// 3D ZIP CODE ///////////*/
#design-center-zip-prompt,
#design-center-zip-prompt-3d {
  background-color: transparent;
  text-align:center;
  overflow: visible;
  max-width: 50%;
  min-width: 750px;
}

#design-center-zip-prompt > div,
#design-center-zip-prompt-3d > div{
  background-color:var(--primary-color);
  margin: 1rem;
  border-radius: 120px;
  padding: 2rem;
  margin-left: 5%;
  margin-right: 5%;
}


#design-center-zip-prompt div.dealer-info,
#design-center-zip-prompt-3d div.dealer-info {
  color: white;
  text-transform: uppercase;
  font-size: 1.1rem;
  border-radius: 15px;
  margin-left: 15%;
  margin-right: 15%;

}


#design-center-zip-prompt  p,
#design-center-zip-prompt-3d  p {
  margin-left: 20px;
  margin-right: 20px;
}

#design-center-zip-prompt strong,
#design-center-zip-prompt-3d strong {
  font-family: 'Filson-Pro-Black';
  font-size: 1.3rem;
  text-transform: uppercase;
  color: var(--yellow-color);
}

#design-center-zip-prompt .fancybox-close-small {
  top: 0;
  right: 20px;
}

#design-center-zip-prompt .fancybox-close-small::after,
#design-center-zip-prompt-3d .fancybox-close-small::after {
  color: white;
  background:var(--yellow-color);
  width: 42px;
  height: 42px;
  top: 2rem;
  right: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}


@media screen and (max-width: 865px) {
  #design-center-zip-prompt,
  #design-center-zip-prompt-3d {
    min-width: 90%;
  }

  #design-center-zip-prompt > div, #design-center-zip-prompt-3d > div {
    margin: 1%;
  }

  #design-center-zip-prompt strong,
  #design-center-zip-prompt-3d strong {
    font-size: 1.2rem;
  }

  .zipcode__search input[name=zip] {
    height: 2em;
  }

  .zipcode__search input[type=submit] {
    height: 3rem;
    width: 3rem;
  }

  #design-center-zip-prompt .fancybox-close-small::after, #design-center-zip-prompt-3d .fancybox-close-small::after {
    width: 40px;
    height: 40px;
    right: 2rem;

  }
  #design-center-zip-prompt div.dealer-info, #design-center-zip-prompt-3d div.dealer-info{
    font-size:1.2rem;
  }
  #design-center-zip-prompt div.dealer-info, #design-center-zip-prompt-3d div.dealer-info a {
    word-break: break-all;
  }
}
/*///PRICING //////////////*/
.price {
  color: var(--red-color);
  font-family: filson-pro-bold;
  font-size: 1.2em;
}
