@import "nice.css";
header.header {
  padding: 0px 0;
  transition: all 0.3s ease;
}
header.header .menu-toggle {
  color: #028fbf;
  line-height: 90px;
  font-size: 30px;
  cursor: pointer;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
}
header.header .menu-toggle span {
  font-size: 0.75em;
  margin-right: 4px;
}
header.header .menu-toggle span.icon-menu {
  display: inline-block;
  font-size: 0.55em;
}
header.header .main-head {
  padding: 10px 0px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #fff;
  position: relative;
  z-index: 1600;
}
header.header .extra-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
header.header .extra-menu > br {
  display: none;
}
header.header .extra-menu li a {
  font-size: 18px;
  color: #028fbf;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  padding: 0 10px;
}
header.header .phone {
  color: #45cc06;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  font-size: 30px;
}
header.header .nav {
  background: #028fbf;
  position: relative;
  z-index: 1100;
}
header.header .nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  position: relative;
  z-index: 1100;
  padding: 7px 0;
}
header.header .nav ul > li.menu-item {
  padding: 4px 4px;
  font-size: 16px;
  width: 20%;
  text-align: center;
  position: static;
  z-index: 1100;
  border-right: 1px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
header.header .nav ul > li.menu-item:last-child {
  border: none;
}
header.header .nav ul > li.menu-item.menu-item-has-children a:after {
  font-family: 'swingset-icons';
  content: "\f054";
  position: absolute;
  font-size: 0.65em;
  display: inline-block;
  margin-left: 4px;
  transform: rotate(90deg);
}
header.header .nav ul > li.menu-item a {
  display: block;
  padding: 0px 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 14px;
  position: relative;
  line-height: 1.1em;
}
header.header .nav ul > li.menu-item a:hover {
  color: #45cc06;
}
header.header .nav ul li.menu-item:nth-child(n+6 ) .sub-menu li {
  width: 100%;
}
header.header .nav ul li.menu-item:nth-child(n+6 ) .sub-menu li a {
  text-align: right;
}
header.header .nav ul li.menu-item:nth-child(n+6 ) .sub-menu li a .menu-image-title {
  width: 100%;
}
header.header .nav ul li.menu-item-791 ul.sub-menu li {
  width: 32%;
  display: inline-block;
  float: left;
  vertical-align: top;
}
header.header .nav ul li.menu-item-830 .sub-menu li a {
  text-align: right;
}
header.header .nav ul li.menu-item-830 .sub-menu li a .menu-image-title {
  width: 100%;
}
header.header .nav ul ul.sub-menu {
  position: absolute;
  top: -500px;
  padding: 10px 10px 20px;
  background: #b7e2f1;
  border-bottom: 4px solid #028fbf;
  transition: top 0.26s ease-in;
  transition: opacity 0.26s ease-in 0.24s;
  z-index: 900;
  opacity: 0;
  left: 0;
}
header.header .nav ul ul.sub-menu.active {
  left: 0;
  top: 64px;
  position: absolute;
  display: block;
  width: 1280px;
  opacity: 1;
}
header.header .nav ul ul.sub-menu li.menu-item {
  line-height: 45px;
  position: relative;
  min-width: 150px;
  border: 0;
}
header.header .nav ul ul.sub-menu li.menu-item:hover a {
  color: #45cc06;
}
header.header .nav ul ul.sub-menu li.menu-item img {
  max-width: 75px;
  height: auto;
  float: left;
}
header.header .nav ul ul.sub-menu li.menu-item:after {
  display: none;
}
header.header .nav ul ul.sub-menu li.menu-item a {
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  line-height: 1.2em;
  font-size: 16px;
  padding: 11px 10px;
  color: #056688;
  text-align: left;
  overflow: auto;
}
header.header .nav ul ul.sub-menu li.menu-item a .menu-image-title {
  float: left;
  width: 75%;
}
header.header .nav ul ul.sub-menu li.menu-item a:after {
  display: none;
}
header.header .nav ul ul.sub-menu li.menu-item-has-children > a:after {
  font-size: 0.5em;
  margin-left: 7px;
  font-family: 'tcla';
  content: "\f054";
  transform: none;
}
header.header .nav ul ul.sub-menu li.menu-item-has-children:nth-child( n+4 ) li a {
  text-align: right;
}
header.header .nav ul ul.sub-menu li:hover ul.sub-menu {
  display: block;
  right: -170px;
  position: absolute;
  background: red;
  top: 0;
  width: 170px;
}
header.header .nav ul ul.sub-menu li:hover ul.sub-menu li {
  line-height: 30px;
  font-size: 14px;
  text-align: left;
}
header.header#header-2 {
  top: -200px;
  position: fixed;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1500;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
header.header#header-2.sticky {
  top: 0px;
}
header.header#header-2 .logo {
  max-width: 185px;
}
header.header#header-2 .menu-toggle {
  background: none;
  display: block;
  line-height: 60px;
  color: #028fbf;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
}
header.header .second-nav {
  min-width: 50%;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
header.header .second-nav .phone {
  line-height: 65px;
  min-width: 300px;
}
header.header .extra-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
header.header .extra-menu > br {
  display: none;
}
header.header .extra-menu li.highlight {
  position: relative;
}
header.header .extra-menu li.highlight:before {
  content: '';
  background: #9323b3;
  width: 100%;
  height: 120%;
  position: absolute;
  z-index: 900;
  top: -2px;
}
header.header .extra-menu li.highlight a {
  font-weight: bold !important;
  position: relative;
  z-index: 1000;
  color: #fff;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
}
header.header .extra-menu li a {
  font-size: 18px;
  color: #028fbf;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  padding: 0 10px;
}
.main-head {
  gap: 60px;
}
@media (max-width: 750px) {
  .main-head {
    gap: 15px;
  }
}
@media (min-width: 751px) {
  .main-head .logo {
    -ms-flex: 0 0 300px;
        flex: 0 0 300px;
  }
}
.main-head .action {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  gap: 15px;
}
.main-head .action-menu {
  gap: 15px;
}
.main-head .action-menu li {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}
.main-head .action-menu a {
  background: #028fbf;
  color: #fff;
  padding: 5px 8px;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  font-size: 22px;
  display: block;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-head .action-menu a:hover {
  background: #45cc06;
}
.main-head .header-financing-banner {
  -ms-flex-align: center;
      align-items: center;
}
.main-head .header-financing-banner a {
  background-color: #a33035;
  color: #fff;
  display: block;
  font-family: 'Montserrat', 'arial';
  font-size: 16px;
  padding: 5px 10px;
  text-align: center;
}
@media (max-width: 750px) {
  .main-head .header-financing-banner {
    margin-top: 15px;
  }
}
.main-head .column.corner-menu {
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  gap: 30px;
  -ms-flex-pack: start;
      justify-content: start;
}
.main-head .column.corner-menu .promo-banner {
  width: 400px;
}
@media (max-width: 1366px) {
  .main-head .column.corner-menu {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .main-head .column.corner-menu .extra-menu {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px;
    margin-left: 15px;
    text-align: right;
  }
  .main-head .column.corner-menu .extra-menu a {
    padding: 0;
  }
  .main-head .column.corner-menu .promo-banner {
    display: none;
  }
}
#slide-nav {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  width: 320px;
  background: url(../img/slide_bg.jpg );
  z-index: 2000;
  left: -1000px;
  color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media only screen and (min-width: 950px) {
  #slide-nav {
    width: 400px;
  }
}
#slide-nav.open {
  left: 0;
}
#slide-nav .logo {
  background: #fff;
  width: 90%;
  margin: 10px auto;
  padding: 5px 20px;
}
#slide-nav h2 {
  width: 100%;
  padding: 10px 20px;
  font-size: 2.35em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
  color: #1b1c20;
}
#slide-nav .menu-toggle {
  position: absolute;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #0000004d;
  display: block;
  right: 0px;
  text-align: center;
  cursor: pointer;
}
#slide-nav ul {
  margin-top: 0px;
}
#slide-nav ul li {
  width: 100%;
  padding: 0px 00px;
}
#slide-nav ul li a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  color: #fff;
  padding: 10px 10px;
  width: 90%;
  margin: 0 auto;
  display: block;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}
#slide-nav ul li a:hover {
  background: #519548;
  color: #fff;
}
#slide-nav ul.sub-menu {
  display: none;
}
#slide-nav .address {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
#slide-nav .address li {
  border: none;
  padding: 0 40px;
}
#slide-nav .address li a {
  font-size: 16px;
  position: relative;
}
#slide-nav .address li a span {
  position: absolute;
  left: -20px;
  top: 2px;
}
.montserrat {
  font-family: 'Montserrat', 'arial';
}
.bebas {
  font-family: 'bebas_regular', 'arial';
}
.bebas-bold {
  font-family: 'bebas_bold', 'arial';
}
.riffic {
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
}
.source {
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
}
.source-bold {
  font-family: 'Source Sans Pro', 'arial';
  font-weight: bold !important;
}
@font-face {
  font-family: 'riffic';
  src: url('../fonts/riffic-bold-webfont.woff2') format('woff2'), url('../fonts/riffic-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ikaros_sanslight';
  src: url('../fonts/ikaros-light-webfont.woff2') format('woff2'), url('../fonts/ikaros-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ikaros_sansregular';
  src: url('../fonts/ikaros-regular-webfont.woff2') format('woff2'), url('../fonts/ikaros-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'swingset-icons';
  src: url('../fonts/swingset-icons.eot?7sghpp');
  src: url('../fonts/swingset-icons.eot?7sghpp#iefix') format('embedded-opentype'), url('../fonts/swingset-icons.ttf?7sghpp') format('truetype'), url('../fonts/swingset-icons.woff?7sghpp') format('woff'), url('../fonts/swingset-icons.svg?7sghpp#swingset-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'swingset-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\e900";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-film:before {
  content: "\f008";
}
.icon-check:before {
  content: "\f00c";
}
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-search-plus:before {
  content: "\f00e";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-image:before {
  content: "\f03e";
}
.icon-photo:before {
  content: "\f03e";
}
.icon-picture-o:before {
  content: "\f03e";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-times-circle:before {
  content: "\f057";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-comments:before {
  content: "\f086";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-chevron-circle-left:before {
  content: "\f137";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-facebook:before {
  content: "\e901";
  color: #3b5998;
}
.icon-googleplus:before {
  content: "\e902";
  color: #dc4e41;
}
.icon-houzz:before {
  content: "\e903";
  color: #7ac142;
}
.icon-instagram:before {
  content: "\e904";
  color: #e4405f;
}
.icon-pinterest:before {
  content: "\e905";
  color: #bd081c;
}
.icon-twitter:before {
  content: "\e906";
  color: #1da1f2;
}
.icon-youtube:before {
  content: "\e907";
  color: #f00;
}
.icon-location:before {
  content: "\e947";
}
.icon-mobile:before {
  content: "\e958";
}
body.home .slick-prev,
body.home .slick-next {
  top: 75%;
  z-index: 900;
}
body.home .slick-prev:before,
body.home .slick-next:before {
  color: #fff;
  font-family: 'tcla';
}
body.home .slick-next {
  right: 25px;
}
body.home .slick-next:before {
  content: "\f054";
}
body.home .slick-prev {
  left: 25px;
}
body.home .slick-prev:before {
  content: "\f053";
}
.home-slide {
  height: 70vh;
  position: relative;
  background-position: center center;
  background-size: cover;
  margin-bottom: -3px;
}
.home-slide:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #028fbf;
  opacity: 0.61;
  z-index: 1;
}
.home-slide article {
  text-align: center;
  z-index: 4;
  width: 80%;
}
.home-slide article div.row {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.home-slide article div.contain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.home-slide article h1 {
  -ms-flex-order: 2;
      order: 2;
  color: #fff;
  font-size: 1.85em;
  text-transform: uppercase;
}
.home-slide article h2 {
  margin: 0;
  -ms-flex-order: -1;
      order: -1;
  font-size: 7.75em;
  line-height: 1.15em;
  margin-bottom: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
  color: #fff;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
}
.home-slide article h3 {
  color: #fff;
  font-size: 5.5em;
  margin: 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
}
.home-slide article p {
  color: #fff;
}
.extra-banner {
  z-index: 1500;
}
@media only screen and (min-width: 750px) {
  .extra-banner {
    position: absolute;
    right: 2%;
    bottom: 2%;
  }
}
.content-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.content-list > br {
  display: none;
}
.content-list li {
  width: 20%;
  text-align: center;
  min-width: 340px;
}
.pic-menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pic-menu li {
  position: relative;
  margin-bottom: 20px;
  width: 48%;
}
.pic-menu li div.text {
  position: absolute;
  bottom: 10%;
  left: 0;
  background: #45cc06;
  color: #fff;
  width: 70%;
  text-align: left;
  padding-left: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.pic-menu li:hover div.text {
  background: #028fbf;
}
.pic-menu li .item-image {
  min-height: 250px;
  background-position: center;
}
@media (min-width: 770px) {
  .pic-menu li {
    width: 32%;
  }
  .pic-menu li .item-image {
    min-height: 30vh;
  }
}
.promotions.panel {
  padding-top: 2em;
  text-align: center;
  padding-bottom: 2em;
  background-position: center top;
}
.promotions.panel h2 {
  color: #028fbf;
  margin-bottom: 25px;
}
@media (min-width: 760px) {
  .promotions.panel h2 {
    margin-bottom: 40px;
  }
}
.promotions.panel div.woocommerce ul.products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.promotions.panel div.woocommerce ul.products:before,
.promotions.panel div.woocommerce ul.products:after {
  display: none;
}
.promotions.panel div.woocommerce ul.products > br {
  display: none;
}
.promotions.panel div.woocommerce ul.products li.product {
  float: none;
  text-align: center;
  margin-bottom: 6em;
}
@media (min-width: 760px) {
  .promotions.panel div.woocommerce ul.products li.product {
    width: 18%;
  }
}
.promotions.panel div.woocommerce ul.products li.product h2 {
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
}
.promotions.panel div.woocommerce ul.products li.product span.price {
  font-size: 16px;
  color: #45cc06;
}
.promotions.panel div.woocommerce ul.products li.product span.price ins {
  color: #45cc06;
  text-decoration: none;
  font-weight: normal;
}
.promotions.panel div.woocommerce ul.products li.product span.onsale {
  background: #45cc06;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  font-size: 1.25em;
  transform: rotate(4deg);
  border-radius: 0;
  left: -15px;
  right: auto;
}
.promotions.panel div.woocommerce ul.products li.product .product-image {
  background-size: cover;
  min-height: 220px;
}
.promotions.panel div.woocommerce ul.products li.product a.button {
  background: #028fbf;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 18px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 14px;
  padding: 8px 12px;
  margin-top: 5px;
  z-index: 0;
}
.promotions.panel div.woocommerce ul.products li.product a.button:hover {
  background: #45cc06;
  color: #fff;
}
.promotions.panel div.woocommerce ul.products li.product a.button span {
  font-size: 0.75em;
  margin-left: 5px;
}
.promotions.panel .block-link {
  margin: 10px auto 0;
  background: #028fbf;
}
.promotions.panel .block-link:hover {
  background: #45cc06;
}
.circle-images li.big-image h3 {
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  font-size: 2.75em;
  text-transform: uppercase;
  line-height: 1.1em;
  color: #028fbf;
  margin-bottom: 0;
}
.circle-images li.big-image h3 span {
  color: #45cc06;
}
.circle-images li.big-image p {
  color: #028fbf;
  font-size: 18px;
  max-width: 90%;
  margin: 10px auto;
}
.circle-images li.big-image .item-image {
  height: 220px;
  width: 220px;
  margin: 10px auto 45px;
  border-radius: 50%;
  position: relative;
  z-index: 800;
}
.circle-images li.big-image .item-image:after {
  content: '';
  border: 18px solid #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  transform: scale(1.25);
  z-index: 700;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.circle-images li.big-image .item-image:before {
  content: '';
  border: 15px solid #c2e8f5;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  transform: scale(1.1);
  z-index: 900;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.circle-images li.big-image .item-image:hover:after {
  border-color: #c2e8f5;
}
.circle-images li.big-image .item-image:hover:before {
  border-color: rgba(255, 255, 255, 0.7);
}
.grass:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 150px;
  background-image: url(../img/grass.png );
  background-repeat: repeat-x;
  background-position: bottom;
  bottom: 0;
  left: 0;
  z-index: -1;
}
section.locations {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfedf8+0,000000+100&0.65+0,0+69 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(207, 237, 248, 0.65) 0%, rgba(64, 73, 77, 0) 69%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6cfedf8', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  padding-bottom: 0em;
}
section.locations h2 {
  color: #028fbf;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  text-align: center;
}
section.locations .video {
  width: 67%;
  padding-right: 4%;
}
.location-list {
  margin-top: 20px;
}
.location-list li {
  width: 40%;
  min-width: 0;
  margin-bottom: 15px;
  position: relative;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  padding: 15px 0;
  font-size: 16px;
}
.location-list li:before {
  content: '';
  background: #028fbf;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 600;
  transform: rotate(-4deg);
  display: inline-block;
}
.location-list li a {
  color: #fff;
  z-index: 900;
  position: relative;
}
.location-list li:nth-child(2):before {
  transform: rotate(4deg);
  background: #45cc06;
}
.location-list li:nth-child(3):before {
  transform: rotate(4deg);
  background: #45cc06;
}
.skew {
  transform: rotate(4deg);
}
.skew-reverse {
  transform: rotate(-4deg);
}
.panel.about {
  padding: 7em 0;
}
.panel.about h2 {
  text-align: left;
  color: #028fbf;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
}
.panel.about .text {
  width: 73%;
  padding-right: 4%;
}
.panel.about nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.panel.about nav > br {
  display: none;
}
@media (max-width: 759px) {
  .panel.about nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .panel.about nav a {
    width: 100%;
  }
}
.panel.about nav a {
  background: #45cc06;
  margin-right: 10px;
  font-size: 24px;
}
.panel.about nav a:last-of-type {
  margin-right: 0;
}
body.home .testimonials {
  text-align: center;
  color: #fff;
}
body.home .testimonials h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
body.home .testimonials .slick-prev,
body.home .testimonials .slick-next {
  top: 40%;
  z-index: 900;
}
body.home .testimonials .slick-prev:before,
body.home .testimonials .slick-next:before {
  color: #fff;
  font-family: 'tcla';
}
body.home .testimonials .slick-next {
  right: 0%;
}
body.home .testimonials .slick-next:before {
  content: "\f054";
}
body.home .testimonials .slick-prev {
  left: 0%;
}
body.home .testimonials .slick-prev:before {
  content: "\f053";
}
body.home .testimonials .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}
body.home .testimonials .slick-dots li {
  text-align: center;
}
body.home .testimonials .slick-dots li button:before {
  content: '';
  background: #fff;
  font-size: 20px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.grecaptcha-badge {
  display: none;
}
.column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.wrapper {
  overflow: hidden;
}
.menu-toggle {
  display: none;
}
.contain {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.wide-contain {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.panel {
  padding: 11em 0;
  position: relative;
  border: none;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  height: 100%;
  *zoom: 1;
}
.panel.background-image {
  color: #fff;
}
@media (max-width: 759px) {
  .panel.background-image {
    padding: 4em 0;
    margin-bottom: 10px;
  }
}
p {
  font-size: 16px;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  line-height: 1.65em;
}
li p {
  margin: 0;
}
li p br {
  height: 0;
  display: none;
}
.page-template-default main .contain {
  width: 80%;
}
.content-row article.page {
  width: 70%;
  margin-right: 5%;
}
h1,
h2,
h3,
h4 {
  font-family: 'Riffic', 'arial';
}
h1.page-title {
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  color: #028fbf;
}
article.page h3 {
  font-size: 2.25em;
  margin: 12px 0;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
article.page ul,
article.post ul {
  list-style-type: disc;
  padding: inherit;
  margin: inherit;
}
.page-head {
  overflow: auto;
  padding: 7em 0;
  background-position: center center;
  background-size: cover;
}
.page-head h1 {
  color: #fff;
  text-align: center;
  font-size: 4.75em;
  margin: 0;
}
.page-title {
  font-size: 4.75em;
  margin-bottom: 0px;
}
.block {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  .block {
    width: 100%;
  }
}
article.page h2,
article.post h2,
article.tribe_events h2 {
  font-size: 3.26em;
  margin-bottom: 16px;
}
article.page h2:first-child,
article.post h2:first-child,
article.tribe_events h2:first-child {
  margin-top: 0;
}
article.page h4,
article.post h4,
article.tribe_events h4 {
  font-size: 2.256em;
  margin-bottom: 5px;
}
.block-link {
  background: #028fbf;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 18px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.block-link:hover {
  background: #45cc06;
  color: #fff;
}
.block-link span {
  font-size: 0.75em;
  margin-left: 5px;
}
.view-more {
  background: #028fbf;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 18px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.view-more:hover {
  background: #45cc06;
  color: #fff;
}
.view-more span {
  font-size: 0.75em;
  margin-left: 5px;
}
.page-section h2 {
  text-align: center;
  font-size: 3.25em;
  margin-bottom: 15px;
}
p a {
  text-decoration: underline;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
article.page ul.info-list,
article.post ul.info-list {
  padding: 0 0 0 2.5em;
}
article.page ul.info-list li,
article.post ul.info-list li {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 5px;
}
article.page .children,
article.post .children {
  margin-top: 2em;
}
article.page .children h2,
article.post .children h2 {
  font-family: 'Kalam', 'arial';
  font-weight: normal !important;
  margin-bottom: 0px;
}
article.page .children ul,
article.post .children ul {
  margin: 0;
  list-style-type: none;
  -ms-flex-pack: start;
      justify-content: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
article.page .children ul > br,
article.post .children ul > br {
  display: none;
}
article.page .children ul li,
article.post .children ul li {
  margin: 5px 5px 5px 0;
}
article.page .children ul a,
article.post .children ul a {
  display: block;
  font-weight: bold;
  padding: 10px 15px;
  font-size: 14px;
}
.item-image {
  min-height: 100px;
  min-width: 100px;
  background-size: cover;
}
.content-list {
  list-style-type: none;
  padding: 0;
}
body.page-template-default article.page {
  padding-bottom: 4em;
}
.tab-content {
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tab-content.current {
  display: block;
  opacity: 1;
}
.tab-contain {
  min-height: 20vh;
}
.brands {
  padding-top: 3em;
}
.brands h2 {
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  color: #028fbf;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
.award-item .award-image {
  width: 170px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.award-list ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.award-list ul li {
  width: 16.56%;
  text-align: center;
  margin-bottom: 4em;
}
.award-list ul li h3 {
  display: none;
}
body.woocommerce .accordion-content,
body.page .accordion-content {
  display: none;
}
.testimonials {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfedf8+0,000000+100&0.65+0,0+69 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(207, 237, 248, 0.65) 0%, rgba(64, 73, 77, 0) 69%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6cfedf8', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  padding: 11em 0;
  position: relative;
  border: none;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  height: 100%;
  *zoom: 1;
}
.testimonials:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 150px;
  background-image: url(../img/grass.png );
  background-repeat: repeat-x;
  background-position: bottom;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.testimonials.background-image {
  color: #fff;
}
@media (max-width: 759px) {
  .testimonials.background-image {
    padding: 4em 0;
    margin-bottom: 10px;
  }
}
.testimonials h2 span:first-child {
  color: #028fbf;
}
.testimonials h2 span:last-child {
  color: #45cc06;
}
.testimonials .text {
  font-style: italic;
  width: 70%;
  margin: 20px auto;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-size: 1.46em;
}
.testimonials .customer-info {
  margin-top: 4em;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}
.testimonials .customer-info > br {
  display: none;
}
.testimonials .customer-info span {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
}
.testimonials .customer-info h4 {
  margin: 0 8px 0 0;
}
body.locations .page-title {
  text-align: center;
}
body.locations article.page .panel {
  padding-top: 4em;
}
body.design-center h1 {
  text-align: center;
  margin-bottom: 20px;
}
body.design-center article.page {
  text-align: center;
}
body.design-center article.page iframe {
  max-width: 100%;
  display: inline-block;
  margin: 0 auto 40px;
}
body.photo-gallery .page-title,
body.video-gallery .page-title {
  text-align: center;
}
.sl9-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.sl9-gallery > br {
  display: none;
}
.sl9-gallery br {
  display: none;
}
.sl9-gallery a {
  padding: 8px;
  min-width: 120px;
}
.sl9-gallery a img {
  margin: 0;
}
article.page ul.gallery-list {
  list-style-type: none;
  margin-top: 4em;
}
article.page ul.gallery-list li {
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 40px;
}
article.page ul.gallery-list li a {
  margin-left: 10px;
}
article.page ul.gallery-list li a h3 {
  color: #45cc06;
}
article.form-contain header h2 {
  font-size: 2em;
}
article.form-contain header p {
  font-size: 1.45em;
}
article.form-contain div.wpcf7 {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
article.form-contain div.wpcf7 ul {
  margin-top: 20px;
}
article.form-contain div.wpcf7 li {
  margin-bottom: 15px;
}
article.form-contain div.wpcf7 input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
}
article.form-contain div.wpcf7 input[type="submit"] {
  border: none;
  text-shadow: 1px 1px 1px #888;
  font-weight: bold;
  font-size: 24px;
}
.row > br {
  display: none;
}
body.contact article.page section.panel {
  padding-top: 1em;
}
body.contact article.page section.panel div.row {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body.contact article.page section.panel div.row .block {
  width: 46%;
}
body.contact article.page section.panel div.row .block p {
  margin-top: 0;
  font-size: 22px;
}
body.contact article.page form {
  background: #ddd;
  text-align: center;
  padding: 20px;
}
body.contact article.page form input,
body.contact article.page form textarea {
  padding: 5px 8px;
  font-size: 16px;
}
body.contact article.page form input[type="submit"] {
  background: #028fbf;
  color: #fff;
}
body.contact article.page form .wpcf7-recaptcha > div {
  margin: 0 auto 20px;
}
body.catalog main header {
  border-top: 1px solid #eee;
  background: #9323b3;
  background-size: cover;
  overflow: auto;
  padding: 2em 0;
}
body.catalog main header .page-title {
  text-align: center;
  margin-top: 0;
  color: #fff;
}
body.catalog main article.page section.panel {
  padding: 3.5em 0;
}
body.catalog main article.page form {
  background: #ddd;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
body.catalog main article.page form input,
body.catalog main article.page form textarea {
  padding: 5px 8px;
}
body.catalog main article.page form input[type="submit"] {
  background: #028fbf;
  color: #fff;
}
body.catalog main article.page form .wpcf7-recaptcha > div {
  margin: 0 auto 20px;
}
body.shed-colors-options .page-title {
  text-align: center;
}
body.shed-colors-options section.panel {
  padding-top: 2em;
}
body.shed-colors-options section.panel h2 {
  text-align: center;
}
body.shed-colors-options section.panel h3 {
  text-align: center;
}
body.shed-colors-options section.panel img {
  margin: 0 auto 10px;
  display: block;
  max-width: 80%;
}
body.shed-colors-options section.panel ul {
  list-style-type: none;
}
body.shed-colors-options section.panel .green-box-header {
  background-color: #028fbf;
  color: white;
  display: block;
  margin: 12px auto;
  max-width: 1145px;
  padding: 5px 15px;
}
body.shed-colors-options section.panel .green-box-header:not(:first-of-type) {
  margin-top: 90px;
}
body[class*="commercial"] article.page .block.text {
  background: rgba(255, 255, 255, 0.85);
  padding: 20px;
}
body[class*="commercial"] article.page .block.text h2,
body[class*="commercial"] article.page .block.text h3 {
  color: #028fbf;
}
body[class*="commercial"] article.page .block.text p {
  color: #444;
}
body[class*="commercial"] article.page .block.text a {
  background: #ddba01;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
body[class*="blog"] .page-title,
.tax-page .page-title {
  margin-bottom: 0.67em;
}
body[class*="blog"] .tax-row,
.tax-page .tax-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body[class*="blog"] article.post,
.tax-page article.post,
body[class*="blog"] article.page,
.tax-page article.page,
body[class*="blog"] article.tribe_events,
.tax-page article.tribe_events,
body[class*="blog"] article[class*="post"],
.tax-page article[class*="post"] {
  margin-bottom: 4em;
  width: 48%;
  max-width: 840px;
  border-bottom: 1px solid #eee;
  padding-bottom: 2em;
}
@media (max-width: 759px) {
  body[class*="blog"] article.post,
  .tax-page article.post,
  body[class*="blog"] article.page,
  .tax-page article.page,
  body[class*="blog"] article.tribe_events,
  .tax-page article.tribe_events,
  body[class*="blog"] article[class*="post"],
  .tax-page article[class*="post"] {
    width: 95%;
  }
}
body[class*="blog"] article.post img,
.tax-page article.post img,
body[class*="blog"] article.page img,
.tax-page article.page img,
body[class*="blog"] article.tribe_events img,
.tax-page article.tribe_events img,
body[class*="blog"] article[class*="post"] img,
.tax-page article[class*="post"] img {
  margin-bottom: 15px;
}
.tax-page .sidebar {
  display: none;
}
body.single .page-title {
  margin-bottom: 0.45em;
}
body.single .content-row {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body.single .content-row article.post {
  padding-right: 5%;
}
@media only screen and (min-width: 750px) {
  body.single .content-row article.post {
    width: 75%;
  }
}
article.post .date,
article.page .date,
article.tribe_events .date,
article[class*="post"] .date {
  margin-top: 10px;
  display: block;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 14px;
}
article.post .view-more,
article.page .view-more,
article.tribe_events .view-more,
article[class*="post"] .view-more {
  clear: both;
  display: block;
  max-width: 150px;
  text-align: center;
  text-decoration: none;
  font-size: 0.9em;
}
.pagination {
  margin-bottom: 40px;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 18px;
}
.pagination .page-numbers {
  margin-right: 5px;
  background: #444;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff;
  padding: 5px 10px;
}
.pagination .page-numbers:hover {
  background: #777;
}
.pagination span.page-numbers {
  background: #333;
}
body.single-portfolio .content-row {
  -ms-flex-direction: column;
      flex-direction: column;
}
body.single-portfolio .content-row .sl9-gallery {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
body.single-portfolio .sidebar {
  width: 100%;
  margin-top: 6em;
}
body.single-portfolio .sidebar:before {
  width: 100%;
  height: 1px;
  top: -3em;
}
body.single-portfolio .sidebar .side-product-cats {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
body.single-portfolio .sidebar .side-product-cats > br {
  display: none;
}
body.single-portfolio .sidebar .side-product-cats li {
  width: 30%;
}
body.single-portfolio div.woocommerce {
  margin-top: 20px;
}
body.single-portfolio .products-header {
  border-top: 1px solid #eee;
  padding-top: 15px;
  color: #028fbf;
  font-size: 2.75em;
  margin-bottom: 5px;
}
body.woocommerce .term-description,
body.woocommerce-page .term-description {
  max-width: 870px;
  margin: 0 auto 30px;
}
body.woocommerce .term-description p,
body.woocommerce-page .term-description p {
  font-size: 14px;
}
body.woocommerce .site-main,
body.woocommerce-page .site-main {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
body.woocommerce .site-main .woocommerce-products-header,
body.woocommerce-page .site-main .woocommerce-products-header {
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}
body.woocommerce .site-main .woocommerce-products-header:before,
body.woocommerce-page .site-main .woocommerce-products-header:before {
  content: '';
  height: 1px;
  background: #028fbf;
  width: 100%;
  z-index: 600;
  top: 40px;
  position: absolute;
}
body.woocommerce .site-main .woocommerce-products-header h1,
body.woocommerce-page .site-main .woocommerce-products-header h1 {
  position: relative;
  z-index: 650;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  color: #028fbf;
  width: 55%;
  margin: 0 auto 10px;
  background: #fff;
  text-align: center;
}
body.woocommerce .woocommerce-breadcrumb,
body.woocommerce-page .woocommerce-breadcrumb {
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
  font-size: 14px;
  text-transform: uppercase;
  color: #444;
  margin: 0;
  text-align: center;
}
body.woocommerce .woocommerce-breadcrumb a,
body.woocommerce-page .woocommerce-breadcrumb a {
  color: #028fbf;
  text-decoration: underline;
}
body.woocommerce span.onsale,
body.woocommerce-page span.onsale {
  background: #45cc06;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  font-size: 1.25em;
  transform: rotate(4deg);
  border-radius: 0;
}
body.woocommerce .vinyl-colors,
body.woocommerce-page .vinyl-colors {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
body.woocommerce .vinyl-colors h2,
body.woocommerce-page .vinyl-colors h2 {
  font-size: 2.25em;
}
body.woocommerce .vinyl-colors ul.row,
body.woocommerce-page .vinyl-colors ul.row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.woocommerce .vinyl-colors ul.row li,
body.woocommerce-page .vinyl-colors ul.row li {
  margin: 10px;
}
body.woocommerce .vinyl-colors .squares,
body.woocommerce-page .vinyl-colors .squares {
  min-width: 150px;
}
body.woocommerce .vinyl-colors .squares span,
body.woocommerce-page .vinyl-colors .squares span {
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
}
body.woocommerce .vinyl-colors .squares span.almond,
body.woocommerce-page .vinyl-colors .squares span.almond {
  background: #f3efd5;
}
body.woocommerce .vinyl-colors .squares span.green,
body.woocommerce-page .vinyl-colors .squares span.green {
  background: #156332;
}
body.woocommerce .vinyl-colors .squares span.blue,
body.woocommerce-page .vinyl-colors .squares span.blue {
  background: #035aab;
}
body.woocommerce .vinyl-colors .squares span.red,
body.woocommerce-page .vinyl-colors .squares span.red {
  background: #88161c;
}
body.woocommerce .vinyl-colors .squares span.yellow,
body.woocommerce-page .vinyl-colors .squares span.yellow {
  background: #f6f143;
}
body.woocommerce .vinyl-colors .squares span.wood,
body.woocommerce-page .vinyl-colors .squares span.wood {
  background: url(https://www.swingsetwarehouse.com/wp-content/uploads/2018/10/wood_grain.jpg );
}
body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
  margin-bottom: 4em;
}
body.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 16px;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  color: #028fbf;
}
body.woocommerce ul.products li.product span.favorite,
body.woocommerce-page ul.products li.product span.favorite {
  background: #f9e114;
  left: -15px;
  right: inherit;
  line-height: 1.4em;
  padding: 15px 8px;
  margin: 0;
  top: -15px;
  transform: rotate(-4deg);
  color: #c3351a;
}
body.woocommerce ul.products li.product .product-image,
body.woocommerce-page ul.products li.product .product-image {
  min-height: 275px;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #dedede;
  padding: 5px;
}
body.woocommerce ul.products li.product span.price,
body.woocommerce-page ul.products li.product span.price {
  font-size: 16px;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
}
body.woocommerce ul.products li.product span.price del,
body.woocommerce-page ul.products li.product span.price del {
  color: #555;
}
body.woocommerce ul.products li.product span.price ins,
body.woocommerce-page ul.products li.product span.price ins {
  color: red;
}
body.woocommerce ul.products li.product a img,
body.woocommerce-page ul.products li.product a img {
  width: auto;
  margin: 0 auto 1em;
}
body.woocommerce ul.products li.product a.button,
body.woocommerce-page ul.products li.product a.button {
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  border-radius: 0;
  color: #fff;
  background: inherit;
  position: relative;
  z-index: 1200;
  background: #028fbf;
}
body.woocommerce ul.products li.product:nth-child(even) span.onsale,
body.woocommerce-page ul.products li.product:nth-child(even) span.onsale {
  transform: rotate(-4deg);
}
body.woocommerce .accordion-toggle,
body.woocommerce-page .accordion-toggle {
  background: #eee;
  display: block;
  padding: 10px 10px;
  color: #028fbf;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  text-transform: uppercase;
  font-size: 1.75em;
  margin-bottom: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
body.woocommerce .accordion-toggle:hover,
body.woocommerce-page .accordion-toggle:hover {
  background: #028fbf;
  color: #fff;
}
body.woocommerce .accordion-toggle span,
body.woocommerce-page .accordion-toggle span {
  font-size: 0.8em;
  transform: rotate(90deg);
  display: inline-block;
}
body.woocommerce .shop-gallery,
body.woocommerce-page .shop-gallery {
  border-top: 1px solid #eee;
}
body.woocommerce .shop-gallery h2,
body.woocommerce-page .shop-gallery h2 {
  color: #028fbf;
  font-size: 2.45em;
}
body.woocommerce .shop-gallery li.product h3,
body.woocommerce-page .shop-gallery li.product h3 {
  font-size: 1.75em;
}
div.woocommerce ul.products li.product {
  margin-bottom: 4em;
}
div.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 16px;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  color: #028fbf;
}
div.woocommerce ul.products li.product span.favorite {
  background: #f9e114;
  left: -15px;
  right: inherit;
  line-height: 1.4em;
  padding: 15px 8px;
  margin: 0;
  top: -15px;
  transform: rotate(-4deg);
  color: #c3351a;
}
div.woocommerce ul.products li.product .product-image {
  min-height: 275px;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #dedede;
  padding: 5px;
}
div.woocommerce ul.products li.product span.price {
  font-size: 1.25em;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
}
div.woocommerce ul.products li.product span.price del {
  color: #555;
}
div.woocommerce ul.products li.product span.price ins {
  color: red;
}
div.woocommerce ul.products li.product a img {
  width: auto;
  margin: 0 auto 1em;
}
div.woocommerce ul.products li.product a.button {
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  border-radius: 0;
  color: #fff;
  background: inherit;
  position: relative;
  z-index: 1200;
  background: #028fbf;
}
div.woocommerce ul.products li.product:nth-child(even) span.onsale {
  transform: rotate(-4deg);
}
.shop-results {
  display: block;
  overflow: visible;
  clear: both;
  width: 100%;
  text-align: right;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .shop-row .shop-results {
    width: 80%;
  }
}
.accordion-content .shop-results {
  margin: 2em auto;
}
.shop-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 2.5em;
}
.shop-head > br {
  display: none;
}
.shop-head p.woocommerce-result-count {
  float: none;
  display: inline-block;
  margin: 0 10px 0 0;
}
.shop-head form.woocommerce-ordering {
  float: none;
  display: inline-block;
  margin: 0;
}
.shop-head form.woocommerce-ordering .nice-select {
  float: none;
}
.shop-head p.woocommerce-result-count {
  float: none;
  display: inline-block;
  margin: 0 10px 0 0;
}
.shop-head form.woocommerce-ordering {
  float: none;
  display: inline-block;
  margin: 0;
}
.shop-head form.woocommerce-ordering .nice-select {
  float: none;
}
#cat-images {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0;
  margin-bottom: 4em;
  display: -ms-flexbox;
  display: flex;
}
#cat-images li {
  width: 31%;
  border: 1px solid #eee;
  margin-bottom: 2em;
}
#cat-images li a.image-link {
  display: block;
}
@media only screen and (min-width: 750px) {
  #cat-images li a.image-link {
    width: 60%;
  }
}
#cat-images li .cat-image {
  background-position: center;
  width: 100%;
  height: 150px;
  min-width: 150px;
  background-size: cover;
}
#cat-images li .link-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px;
}
@media only screen and (min-width: 750px) {
  #cat-images li .link-text {
    width: 40%;
    padding: 0 0 0 15px;
  }
}
#cat-images li .link-text a {
  font-size: 17px;
  font-family: 'Source Sans Pro', 'arial';
  font-weight: bold !important;
}
.shop-row {
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.shop-row > br {
  display: none;
}
.product-cats {
  padding-right: 2%;
  width: 20%;
}
.product-cats li {
  margin-bottom: 10px;
}
.product-cats a {
  color: #028fbf;
  font-size: 14px;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.product-cats a:hover {
  color: #45cc06;
}
.product-cats a:hover span {
  left: 10px;
}
.product-cats a span {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  left: 5px;
  font-size: 0.7em;
  font-weight: normal !important;
  position: relative;
}
body.woocommerce nav.woocommerce-pagination {
  width: 100%;
}
body.woocommerce nav.woocommerce-pagination .page-numbers {
  border: none;
  font-size: 16px;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
}
body.woocommerce nav.woocommerce-pagination .page-numbers li {
  border: 0;
}
body.woocommerce nav.woocommerce-pagination .page-numbers li .page-numbers {
  margin: 0 1px;
  color: #fff;
  background: #028fbf;
  border: none;
  padding: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
body.woocommerce nav.woocommerce-pagination .page-numbers li .page-numbers:hover {
  background: #1B676B;
}
body.woocommerce nav.woocommerce-pagination .page-numbers li span.current.page-numbers {
  background: #45cc06;
}
body.woocommerce.single div.product .woocommerce-product-gallery__image {
  border: 1px solid #dedede;
  text-align: center;
  padding: 20px 5px;
}
body.woocommerce.single div.product .woocommerce-product-gallery__image img {
  width: auto;
  display: inline-block;
}
body.woocommerce.single .woocommerce-breadcrumb {
  margin-bottom: 4em;
}
body.woocommerce.single .sidebar {
  display: none;
}
body.woocommerce.single .description {
  display: block;
  clear: both;
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
  font-size: 1.4em;
}
body.woocommerce.single .description iframe {
  display: block;
  float: none;
}
body.woocommerce.single .description h2 {
  font-family: 'Source Sans Pro', 'arial';
  font-weight: bold !important;
  font-size: 3.75em;
  margin-bottom: 10px;
}
body.woocommerce.single .description li {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-size: 16px;
}
body.woocommerce.single .description br {
  height: 5px;
}
body.woocommerce.single div.product h1 {
  color: #028fbf;
  font-size: 2.75em;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
}
body.woocommerce.single div.product div.quantity {
  float: none;
  margin-bottom: 10px;
}
body.woocommerce.single div.product form.cart button.button {
  background: #028fbf;
  float: none;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  border-radius: 0;
  font-size: 1.35em;
}
body.woocommerce.single div.product .woocommerce_msrp {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-size: 1.25em;
}
body.woocommerce.single div.product p.price {
  display: none;
}
body.woocommerce.single div.product div.price {
  font-size: 1.25em;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  color: #028fbf;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 5px 0;
  position: relative;
}
body.woocommerce.single div.product div.price:after {
  content: '';
  background: #eee;
  width: 70%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
}
body.woocommerce.single div.product div.price label {
  color: #444;
  min-width: 110px;
  display: inline-block;
}
body.woocommerce.single div.product div.price span {
  font-weight: bold;
  font-size: 1.12em;
}
body.woocommerce.single div.product div.price del {
  display: block;
  color: #555;
}
body.woocommerce.single div.product div.price del span {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
}
body.woocommerce.single div.product div.price ins {
  color: red;
}
body.woocommerce.single div.product div.price.sale {
  font-size: 1.4em;
}
body.woocommerce.single div.product div.price.sale label {
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  font-weight: bold;
  color: #9022de;
}
body.woocommerce.single .variations tr {
  display: block;
}
body.woocommerce.single .product_meta {
  margin-top: 1em;
  font-family: 'Source Sans Pro', 'arial';
  font-weight: normal !important;
  font-size: 14px;
}
body.woocommerce.single .product_meta a {
  color: #028fbf;
}
body.woocommerce.single .product_meta > span {
  display: block;
  margin: 0 0 5px;
}
body.woocommerce.single section.related {
  border-top: 1px solid #dedede;
  margin-top: 20px;
}
body.woocommerce.single section.related h2 {
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  font-size: 2.5em;
  color: #028fbf;
}
body.woocommerce.single div.custom-upsells {
  margin-bottom: 2em;
}
body.woocommerce.single div.custom-upsells h2 {
  font-size: 2.5em;
  color: #45cc06;
}
.woocommerce-message {
  border-top-color: #45cc06;
  line-height: 2em;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-size: 16px;
}
.woocommerce-message:before {
  color: #45cc06;
}
.woocommerce-message a.button {
  background: #45cc06;
  color: #fff;
}
.product-summary-info {
  margin-top: 30px;
}
.product-summary-info li {
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  color: #028fbf;
  text-transform: uppercase;
  font-size: 1.65em;
}
.product-summary-info li span {
  margin-right: 8px;
  font-size: 1.25em;
  color: #519548;
  display: inline-block;
  vertical-align: middle;
}
.call-us-button {
  background: #028fbf;
  padding: 10px;
  border: 2px dashed #b7e2f1;
  cursor: pointer;
  color: #fff;
  font-size: 2em;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
}
.call-us-button span {
  margin-right: 8px;
}
.call-us-button:hover {
  border-color: #ddba01;
}
.woocommerce table.shop_table {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  border-radius: 0;
  background: rgba(239, 239, 239, 0.53);
}
.woocommerce table.shop_table td {
  font-size: 14px;
}
.woocommerce table.shop_table td.actions {
  width: 100%;
}
.woocommerce table.shop_table td.actions p {
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
.woocommerce table.shop_table td.actions input#coupon_code {
  border-radius: 4px;
  font-size: 16px;
  padding: 8px 1em;
}
@media only screen and (min-width: 750px) {
  .woocommerce table.shop_table td.actions input#coupon_code {
    width: 150px;
  }
}
.woocommerce table.shop_table td.actions button[type="submit"] {
  font-size: 16px;
}
.cart_totals a br {
  display: none;
}
.cart_totals .wc-proceed-to-checkout a.checkout-button {
  background: #028fbf;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  font-size: 1.65em;
}
.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
  width: 100% !important;
}
.woocommerce .woocommerce-checkout .col2-set .col-1 {
  margin-bottom: 30px;
}
body.checkout .woocommerce span,
body.checkout .woocommerce li {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
}
.woocommerce-info {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-size: 1.24em;
}
form.woocommerce-checkout {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
}
form.woocommerce-checkout span,
form.woocommerce-checkout li {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
}
form.woocommerce-checkout input {
  padding: 0.6em 1em;
}
.promo-title {
  font-size: 3.45em;
  border-bottom: 1px solid #ddd;
}
.promotion {
  background: #989898;
  color: #fff;
  margin: 0 0 20px;
  background-size: cover;
}
.promotion span.promo-name {
  position: absolute;
  top: 0;
  z-index: 900;
  background: #45cc06;
  padding: 15px 15px;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  text-transform: uppercase;
}
.promotion div {
  z-index: 1000;
  position: relative;
  width: 85%;
  margin: 0 auto;
  font-size: 2.45em;
}
.promotion div span:nth-of-type(even) {
  color: #45cc06;
}
.promotion div span:nth-of-type(odd) {
  color: #028fbf;
}
.promotion div a {
  color: #fff;
  text-decoration: underline;
}
.promotion:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1b1c20;
  opacity: 0.67;
  top: 0;
  z-index: 900;
}
.promotion.basketball-systems {
  background-image: url(../img/basketball_bg.jpg);
}
.promotion.trampolines {
  background-image: url(../img/trampoline.jpg);
}
.promotion.swing-sets {
  background-image: url(../img/swingset_bg.jpg);
}
.promotion.sheds {
  background-image: url(https://www.swingsetwarehouse.com/wp-content/uploads/2018/09/garage_barn_featured.jpg);
}
#product-coupon.basketball-systems {
  background-image: url(../img/basketball_bg.jpg);
}
#product-coupon.trampolines {
  background-image: url(../img/trampoline.jpg);
}
#product-coupon.swing-sets {
  background-image: url(../img/swingset_bg.jpg);
}
#product-coupon.sheds {
  background-image: url(https://www.swingsetwarehouse.com/wp-content/uploads/2018/09/garage_barn_featured.jpg);
}
#product-coupon {
  z-index: 2000;
  position: absolute;
  padding: 20px;
  background-size: cover;
  color: #fff;
  border: 2px solid #fff;
  right: -20000px;
  max-width: 640px;
}
#product-coupon.open {
  right: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
}
#product-coupon:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
#product-coupon .coup-toggle {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: #fff;
  padding: 4px 8px;
  font-size: 26px;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
#product-coupon .coup-toggle:hover {
  background: red;
  color: #fff;
}
#product-coupon h3 {
  font-size: 2.45em;
  margin: 0;
}
#product-coupon p {
  font-size: 14px;
  font-weight: bold !important;
  line-height: 1em;
  margin-bottom: 0;
}
#product-coupon .coup {
  font-size: 45px;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  margin: 15px 0;
  display: block;
}
#product-coupon .print-coup {
  background: #028fbf;
  color: #fff;
  padding: 5px 10px;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  font-size: 20px;
  margin-left: 25px;
  cursor: pointer;
}
#product-coupon .print-coup:hover {
  background: #45cc06;
}
.coup-bg {
  right: -2000px;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(36, 46, 66, 0.68);
  z-index: 1900;
  top: 0;
  transition: right 0.5s ease;
  transition: opacity 0.5s ease 0.24s;
  -webkit-transition: opacity 0.5s ease 0.24s;
  -moz-transition: opacity 0.5s ease 0.24s;
  -o-transition: opacity 0.5s ease 0.24s;
}
.coup-bg.open {
  right: 0;
  opacity: 1;
}
.term-description p a {
  background: purple;
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.term-description p a:hover {
  background: #45cc06;
}
div.woocommerce-order address {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  font-size: 16px;
}
div.woocommerce-order ul.order_details {
  font-size: 16px;
}
@media print {
  body.single-product .header .logo {
    width: 130px;
  }
  body.single-product .header div.column,
  body.single-product .header #menu-top-head,
  body.single-product .header div.action,
  body.single-product .header .nav {
    display: none;
  }
  body.single-product #header-2 {
    display: none;
  }
  body.single-product #primary .woocommerce-breadcrumb,
  body.single-product #primary .coup-bg,
  body.single-product #primary .custom-upsells,
  body.single-product #primary section.related,
  body.single-product #primary div.images,
  body.single-product #primary .rrssb-container,
  body.single-product #primary .product_meta,
  body.single-product #primary .call-us-button,
  body.single-product #primary .product-summary-info {
    display: none;
  }
  body.single-product #primary .site-main {
    margin-top: 0;
  }
  body.single-product #primary div.summary {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
  body.single-product #primary div.summary h1 {
    margin: 0;
    font-family: 'Source Sans Pro', 'arial';
    font-weight: normal !important;
  }
  body.single-product #primary div.summary div.price {
    font-family: 'Source Sans Pro', 'arial';
    font-weight: normal !important;
    margin: 0;
    padding: 0;
  }
  body.single-product #primary div.summary div.price label {
    font-family: 'Source Sans Pro', 'arial';
    font-weight: normal !important;
  }
  body.single-product #primary div.summary div.price span {
    font-size: 1em;
    font-weight: normal !important;
  }
  body.single-product #primary .description h2 {
    font-size: 16px;
    margin: 0;
  }
  body.single-product #primary .description p {
    font-size: 12px;
  }
  body.single-product #product-coupon {
    position: relative;
    transform: none;
    left: 0;
    right: 0;
    top: 0;
  }
  body.single-product #product-coupon:before {
    background: none;
    border: 2px solid #000;
  }
  .call-toggle,
  .onsale {
    display: none !important;
  }
  .footer {
    display: none;
  }
  #review_combo {
    display: none !important;
  }
}
.sidebar h2 {
  font-size: 2.25em;
  margin-bottom: 5px;
  color: #444;
  text-transform: uppercase;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
}
.sidebar h2:first-of-type {
  margin-top: 0;
}
.sidebar:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar div[class*="widget"] {
  margin-bottom: 4em;
}
.sidebar ul > li {
  font-size: 16px;
}
.sidebar ul > li a {
  padding: 5px 0;
  display: inline-block;
}
.sidebar ul > li.menu-item-has-children:after {
  margin-left: 5px;
  font-size: 12px;
  font-family: 'tcla';
  content: "\f054";
  transform: rotate(90deg);
  display: inline-block;
}
.sidebar ul li a {
  font-family: 'Source Sans Pro', 'arial';
  font-weight: bold !important;
  color: #028fbf;
}
.sidebar ul .sub-menu {
  display: none;
}
.sidebar .search {
  margin-top: 20px;
  font-size: 16px;
}
.sidebar .search input {
  border: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 5px;
  vertical-align: middle;
  float: left;
  box-sizing: border-box;
}
.sidebar .search button {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  border: 1px solid;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.sidebar {
  position: relative;
  padding-left: 2%;
  width: 25%;
  margin-bottom: 2em;
}
.sidebar h2 {
  font-size: 2.25em;
  margin-bottom: 5px;
}
.sidebar h2:first-of-type {
  margin-top: 0;
}
.sidebar:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar ul > li {
  font-size: 16px;
}
.sidebar ul > li a {
  padding: 5px 0;
  display: inline-block;
}
.sidebar ul > li.menu-item-has-children:after {
  margin-left: 5px;
  font-size: 12px;
  transform: rotate(90deg);
  display: inline-block;
}
.sidebar ul .sub-menu {
  display: none;
}
.sidebar .search {
  margin-top: 20px;
  font-size: 16px;
}
.sidebar .search input {
  border: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 5px;
  vertical-align: middle;
  float: left;
  box-sizing: border-box;
  border-radius: 4px;
}
.sidebar .search button {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  border-radius: 4px;
  margin-left: 4px;
}
.side-product-cats li {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.side-product-cats li > br {
  display: none;
}
.side-product-cats .cat-image {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  border: 1px solid #eee;
  margin-right: 10px;
}
.bokeh {
  animation: bokeh 3s linear;
  position: relative;
}
div[class^='pos-detect'] {
  width: calc(100vw/6);
  height: calc(101vh/6);
  float: left;
}
div[class$='ground-layer'] {
  position: absolute;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  top: 50vh;
  left: 50vw;
  margin-top: -50vh;
  margin-left: -50vw;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
div[class^='bubble-'] {
  position: absolute;
  width: 3vw;
  height: 3vw;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.37);
}
div[class^='bubble-']:nth-child(even) {
  width: 7vw;
  height: 7vw;
}
.background-layer {
  z-index: 1;
  transition-duration: 30s;
  opacity: 0.1;
}
.background-layer .bubble-1 {
  margin-top: 16vh;
  margin-left: 6vw;
}
.background-layer .bubble-2 {
  margin-top: 8vh;
  margin-left: 35vw;
}
.background-layer .bubble-3 {
  margin-top: 31vh;
  margin-left: 73vw;
}
.background-layer .bubble-4 {
  margin-top: 57vh;
  margin-left: 20vw;
}
.background-layer .bubble-5 {
  margin-top: 69vh;
  margin-left: 62vw;
}
.background-layer .bubble-6 {
  margin-top: 9vh;
  margin-left: 78vw;
}
.background-layer .bubble-7 {
  margin-top: 23vh;
  margin-left: 44vw;
}
.background-layer .bubble-8 {
  margin-top: 55vh;
  margin-left: 47vw;
}
.background-layer .bubble-9 {
  margin-top: 75vh;
  margin-left: 8vw;
}
.background-layer .bubble-10 {
  margin-top: 89vh;
  margin-left: 78vw;
}
.background-layer .bubble-11 {
  margin-top: 89vh;
  margin-left: 30vw;
}
.background-layer .bubble-12 {
  margin-top: 63vh;
  margin-left: 91vw;
}
.middleground-layer {
  z-index: 2;
  transition-duration: 20s;
  opacity: 0.3;
}
.middleground-layer .bubble-1 {
  margin-top: -2vh;
  margin-left: 10vw;
}
.middleground-layer .bubble-2 {
  margin-top: 27vh;
  margin-left: 24vw;
}
.middleground-layer .bubble-3 {
  margin-top: 9vh;
  margin-left: 60vw;
}
.middleground-layer .bubble-4 {
  margin-top: 45vh;
  margin-left: 38vw;
}
.middleground-layer .bubble-5 {
  margin-top: 54vh;
  margin-left: 78vw;
}
.middleground-layer .bubble-6 {
  margin-top: 79vh;
  margin-left: 72vw;
}
.middleground-layer .bubble-7 {
  margin-top: 19vh;
  margin-left: 78vw;
}
.middleground-layer .bubble-8 {
  margin-top: 45vh;
  margin-left: 68vw;
}
.middleground-layer .bubble-9 {
  margin-top: 68vh;
  margin-left: 43vw;
}
.middleground-layer .bubble-10 {
  margin-top: 40vh;
  margin-left: 5vw;
}
.middleground-layer .bubble-11 {
  margin-top: 65vh;
  margin-left: 14vw;
}
.middleground-layer .bubble-12 {
  margin-top: 25vh;
  margin-left: 48vw;
}
.foreground-layer {
  z-index: 3;
  transition-duration: 13s;
  opacity: 0.5;
}
.foreground-layer .bubble-1 {
  margin-top: 69vh;
  margin-left: -5vw;
}
.foreground-layer .bubble-2 {
  margin-top: 26vh;
  margin-left: 30vw;
}
.foreground-layer .bubble-3 {
  margin-top: 14vh;
  margin-left: 77vw;
}
.foreground-layer .bubble-4 {
  margin-top: 85vh;
  margin-left: 39vw;
}
.foreground-layer .bubble-5 {
  margin-top: 67vh;
  margin-left: 73vw;
}
.foreground-layer .bubble-6 {
  margin-top: 4vh;
  margin-left: 94vw;
}
.foreground-layer .bubble-7 {
  margin-top: 5vh;
  margin-left: 48vw;
}
.foreground-layer .bubble-8 {
  margin-top: 35vh;
  margin-left: 58vw;
}
.foreground-layer .bubble-9 {
  margin-top: 25vh;
  margin-left: 8vw;
}
.foreground-layer .bubble-10 {
  margin-top: 54vh;
  margin-left: 24vw;
}
.foreground-layer .bubble-11 {
  margin-top: 41vh;
  margin-left: 93vw;
}
.foreground-layer .bubble-12 {
  margin-top: 55vh;
  margin-left: 52vw;
}
.pos-detect-top-1:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 11);
  left: calc(100vw / 12 * 11);
}
.pos-detect-top-2:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 11);
  left: calc(100vw / 12 * 9);
}
.pos-detect-top-3:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 11);
  left: calc(100vw / 12 * 7);
}
.pos-detect-top-4:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 11);
  left: calc(100vw / 12 * 5);
}
.pos-detect-top-5:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 11);
  left: calc(100vw / 12 * 3);
}
.pos-detect-top-6:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 11);
  left: calc(100vw / 12);
}
.pos-detect-top-7:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 9);
  left: calc(100vw / 12 * 11);
}
.pos-detect-top-8:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 9);
  left: calc(100vw / 12 * 9);
}
.pos-detect-top-9:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 9);
  left: calc(100vw / 12 * 7);
}
.pos-detect-top-10:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 9);
  left: calc(100vw / 12 * 5);
}
.pos-detect-top-11:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 9);
  left: calc(100vw / 12 * 3);
}
.pos-detect-top-12:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 9);
  left: calc(100vw / 12);
}
.pos-detect-center-1:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 7);
  left: calc(100vw / 12 * 11);
}
.pos-detect-center-2:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 7);
  left: calc(100vw / 12 * 9);
}
.pos-detect-center-3:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 7);
  left: calc(100vw / 12 * 7);
}
.pos-detect-center-4:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 7);
  left: calc(100vw / 12 * 5);
}
.pos-detect-center-5:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 7);
  left: calc(100vw / 12 * 3);
}
.pos-detect-center-6:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 7);
  left: calc(100vw / 12);
}
.pos-detect-center-7:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 5);
  left: calc(100vw / 12 * 11);
}
.pos-detect-center-8:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 5);
  left: calc(100vw / 12 * 9);
}
.pos-detect-center-9:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 5);
  left: calc(100vw / 12 * 7);
}
.pos-detect-center-10:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 5);
  left: calc(100vw / 12 * 5);
}
.pos-detect-center-11:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 5);
  left: calc(100vw / 12 * 3);
}
.pos-detect-center-12:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 5);
  left: calc(100vw / 12);
}
.pos-detect-bottom-1:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 3);
  left: calc(100vw / 12 * 11);
}
.pos-detect-bottom-2:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 3);
  left: calc(100vw / 12 * 9);
}
.pos-detect-bottom-3:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 3);
  left: calc(100vw / 12 * 7);
}
.pos-detect-bottom-4:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 3);
  left: calc(100vw / 12 * 5);
}
.pos-detect-bottom-5:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 3);
  left: calc(100vw / 12 * 3);
}
.pos-detect-bottom-6:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12 * 3);
  left: calc(100vw / 12);
}
.pos-detect-bottom-7:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12);
  left: calc(100vw / 12 * 11);
}
.pos-detect-bottom-8:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12);
  left: calc(100vw / 12 * 9);
}
.pos-detect-bottom-9:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12);
  left: calc(100vw / 12 * 7);
}
.pos-detect-bottom-10:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12);
  left: calc(100vw / 12 * 5);
}
.pos-detect-bottom-11:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12);
  left: calc(100vw / 12 * 3);
}
.pos-detect-bottom-12:hover ~ div[class$='ground-layer'] {
  top: calc(100vh / 12);
  left: calc(100vw / 12);
}
@keyframes bokeh {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
footer.footer {
  background: #cfedf8;
  border-top: 5px solid #028fbf;
}
footer.footer .maps {
  background: #dedede;
}
footer.footer .copyright {
  text-align: center;
  color: #028fbf;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  text-transform: uppercase;
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: left;
  font-size: 12px;
}
footer.footer .copyright a {
  color: #028fbf;
}
footer.footer a {
  color: #fff;
}
footer.footer ul.foot-social {
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 20px auto 0;
}
footer.footer ul.foot-social li {
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  margin: 0 1%;
  text-align: center;
  position: relative;
}
footer.footer ul.foot-social li:before {
  content: '';
  position: absolute;
  background: #028fbf;
  width: 100%;
  height: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  display: inline-block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
footer.footer ul.foot-social li:nth-child(odd):before {
  transform: rotate(4deg);
  background: #45cc06;
}
footer.footer ul.foot-social li:nth-child(even):before {
  transform: rotate(-4deg);
}
footer.footer ul.foot-social li:hover:before {
  transform: rotate(110deg);
}
footer.footer ul.foot-social li a {
  position: relative;
  z-index: 200;
  text-align: center;
  display: block;
}
footer.footer ul.foot-social li span:before {
  color: #fff;
}
footer.footer .info {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
footer.footer .info li {
  text-align: left;
}
footer.footer .info li h3 {
  font-size: 2em;
  font-family: 'riffic', 'arial';
  font-weight: normal !important;
  font-style: normal;
  color: #028fbf;
}
footer.footer .info li a {
  font-size: 16px;
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
  color: #444;
}
footer.footer .info > li {
  width: 33%;
  text-align: left;
}
.call-toggle {
  transform: rotate(90deg);
  display: inline-block;
  position: fixed;
  width: 140px;
  right: -44px;
  top: 429px;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  background: #45cc06;
  padding: 15px 10px 10px;
  border: 1px solid #fff;
  font-weight: bold;
  font-size: 20px;
  color: #eee;
}
.call-toggle:hover {
  color: #eee;
  text-decoration: underline;
}
.call-toggle a {
  color: #eee;
}
.modal-form {
  position: fixed;
  width: 25%;
  right: -1000px;
  top: 0;
  height: 100%;
  background: url(../img/slide_out_bg_blue.jpg);
  background-color: #416888;
  background-size: cover;
  background-position: bottom;
  padding: 20px;
  z-index: 2000;
  color: #fff;
  border-left: 5px solid #fff;
  min-width: 275px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media only screen and (min-width: 950px) {
  .modal-form {
    min-width: 350px;
  }
}
.modal-form.open {
  right: 0;
}
.modal-form .modal-toggle {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 26px;
  z-index: 1800;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.modal-form .modal-toggle:hover {
  color: #ddba01;
}
.modal-form h2 {
  margin: 0 0 10px;
}
.modal-form input,
.modal-form select {
  height: 30px;
  line-height: 30px;
  width: 100%;
  padding: 0 0 0 8px;
  background: #fff;
  border-radius: 0;
  font-size: 14px;
}
.modal-form input[type="submit"],
.modal-form select[type="submit"] {
  border: transparent;
  background: #ddba01;
  color: #fff;
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 1.45em;
}
.modal-form textarea {
  width: 100%;
  padding: 8px 8px 0;
  max-height: 80px;
  font-size: 14px;
}
.modal-form h3 {
  margin: 10px 0 0;
}
.modal-form p {
  margin-top: 0;
  margin-bottom: 10px;
}
.modal-form span.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #D8000C;
  background-color: #FFBABA;
  border: 0;
  padding: 2px 10px;
}
.modal-form .call-us {
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.modal-form .call-us h3 {
  margin: 0;
}
.modal-form .call-us a {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  font-size: 2.45em;
  color: #fff;
}
.form-bg {
  right: -2000px;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(36, 46, 66, 0.68);
  z-index: 1900;
  top: 0;
  opacity: 0;
  transition: right 0.5s ease;
  transition: opacity 0.5s ease 0.24s;
  -webkit-transition: opacity 0.5s ease 0.24s;
  -moz-transition: opacity 0.5s ease 0.24s;
  -o-transition: opacity 0.5s ease 0.24s;
}
.form-bg.open {
  right: 0;
  opacity: 1;
}
.wpcf7 p:last-of-type {
  margin: 0;
}
.wpcf7 .wpcf7-response-output {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
  margin-top: 0px;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: red;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  background: #f7e700;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #D8000C;
  background-color: #FFBABA;
  border: 0;
  padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #4F8A10;
  background-color: #DFF2BF;
  border: 0;
  padding: 10px;
}
div.wpcf7-mail-sent-ok:before,
div.wpcf7-validation-errors:before {
  margin-right: 16px;
  vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
  content: ":)";
}
div.wpcf7-validation-errors:before {
  content: "!";
}
.ba-playset-customizer {
  display: none;
}
.ba-playset-customizer .button,
.woocommerce .ba-playset-customizer a.button {
  background-color: #45cc06;
  color: #FFFFFF;
}
@media screen and (min-width: 770px) {
  .ba-playset-customizer {
    display: block;
  }
}
.ba-customizer-iframe {
  border: 0;
  width: 100%;
  min-height: 100vh;
}
.centered-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-box {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
.vertical-center {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.filter {
  filter: brightness(0) invert(1);
}
.gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+14,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 14%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.blue-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cfedf8+0,000000+100&0.65+0,0+69 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(207, 237, 248, 0.65) 0%, rgba(64, 73, 77, 0) 69%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6cfedf8', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.kalam {
  font-family: 'Kalam', 'arial';
  font-weight: normal !important;
}
.montserrat {
  font-family: 'Montserrat', 'arial';
  font-weight: normal !important;
}
.montserrat-bold {
  font-family: 'Montserrat', 'arial';
  font-weight: bold !important;
}
.source-serif {
  font-family: 'Source Serif Pro', 'arial';
  font-style: normal !important;
}
.playball {
  font-family: 'Playball', 'cursive';
}
.playfair {
  font-family: 'Playfair Display SC', 'Georgia';
  font-weight: normal !important;
}
.playfair-bold {
  font-family: 'Playfair Display SC', 'Georgia';
  font-weight: bold !important;
}
.playfair-fancy {
  font-family: 'Playfair Display SC', 'Georgia';
  font-style: italic;
  font-weight: bold !important;
}
.ikaros {
  font-family: 'ikaros_sansregular', sans-serif;
  font-weight: normal !important;
}
.ikaroslight {
  font-family: 'ikaros_sanslight', sans-serif;
  font-weight: normal !important;
}
.fast {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.icon-text {
  padding-bottom: 40px;
  position: relative;
}
.icon-text:after {
  font-family: 'bakery-icons';
  content: '\e911';
  font-weight: normal !important;
  position: absolute;
  bottom: 15px;
  left: 50%;
  font-size: 110px;
  line-height: 20px;
  transform: translate(-50%, 0%);
  color: #444;
}
.in-quotes:before {
  content: '\201c';
}
.in-quotes:after {
  content: '\201d';
}
.triangle-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: absolute;
  width: 100%;
  top: -50px;
}
.triangle-panel .pane {
  width: 47.85%;
  background: #fff;
  height: 50px;
  position: relative;
  display: block;
}
.triangle-panel .pane.right {
  float: right;
}
.triangle-panel .pane.right:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 50px solid transparent;
  position: absolute;
  left: -50px;
}
.triangle-panel .pane.left:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-right: 50px solid transparent;
  position: absolute;
  right: -50px;
}
.triangle-left {
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-right: 50px solid transparent;
}
.triangle-right {
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 50px solid transparent;
}
@media only screen and (max-width: 1350px) {
  header.header .nav ul > li.menu-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .content-list li {
    min-width: 280px;
  }
  .location-list li {
    min-width: 0;
  }
}
@media only screen and (max-width: 950px) {
  header.header {
    border-bottom: 1px solid #eee;
  }
  header.header .nav ul {
    display: none;
  }
  .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row .block {
    width: 100% !important;
  }
  .desktop-only {
    display: none !important;
  }
  .menu-toggle {
    display: block;
  }
  body.home .home-slide article div.row {
    width: 85%;
    margin: 0 auto;
  }
  body.home .home-slide article div.row nav {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body.home .home-slide article div.row nav a {
    height: inherit;
    line-height: 1.1em;
    padding: 10px;
  }
  .promotions .content-list li {
    margin-bottom: 10px;
  }
  .award-list ul {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .award-list ul li {
    padding: 0 10px;
    width: 24.65%;
  }
  .award-list ul li .award-image {
    max-width: 100%;
  }
  .content-row article.page {
    width: 100%;
    margin: 0;
  }
  .content-row aside.sidebar {
    width: 100%;
    border: none;
    padding: 20px 0 0;
  }
  .content-row aside.sidebar:before {
    width: 100%;
    height: 1px;
  }
  body.woocommerce .call-toggle {
    display: none;
  }
  .shop-row .product-cats {
    width: 20%;
  }
  #cat-images li {
    width: 48%;
    margin-bottom: 1em;
  }
  footer.footer ul.foot-social li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  header.header {
    background: #fff;
  }
  header.header .menu-toggle {
    line-height: 30px;
    font-size: 20px;
  }
  header.header .main-head {
    width: 100%;
  }
  header.header .column {
    width: 100%;
    display: block;
    text-align: center;
  }
  header.header .logo {
    width: 200px;
    display: block;
    margin: 0 auto 10px;
  }
  header.header#header-2 .main-head {
    -ms-flex-direction: row;
        flex-direction: row;
    width: 95%;
    padding: 5px 0;
  }
  header.header#header-2 .main-head .logo {
    width: 150px;
    margin: 0;
  }
  header.header#header-2 .phone {
    min-width: 0;
    font-size: 35px;
    margin-right: 15px;
  }
  header.header#header-2 .phone span {
    display: none;
  }
  header.header#header-2 .phone span[class*="icon"] {
    display: block;
    line-height: 50px;
  }
  header.header#header-2 .menu-toggle {
    line-height: 50px;
    font-size: 35px;
  }
  header.header#header-2 .second-nav {
    -ms-flex-direction: row;
        flex-direction: row;
    width: 50%;
  }
  header.header#header-2 .second-nav a {
    text-align: center;
  }
  #slide-nav .logo {
    padding: 5px 50px;
  }
  #slide-nav ul li a {
    font-size: 16px;
    padding: 5px 10px;
  }
  body.home .call-toggle {
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  body.home .call-toggle.active {
    opacity: 1;
  }
  body.home .slick-prev {
    left: 8px;
  }
  body.home .slick-next {
    right: 8px;
  }
  body.home .home-slide {
    background-position: center center;
  }
  body.home .home-slide:before {
    content: '';
    background: rgba(33, 33, 33, 0.43);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  body.home .home-slide article {
    width: 100%;
  }
  body.home .home-slide article h2 {
    font-size: 2.25em;
  }
  body.home .home-slide article p {
    font-size: 2em;
  }
  body.home .home-slide .extra-banner {
    display: none;
  }
  body.home .content-list,
  body.home .award-list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body.home .content-list li,
  body.home .award-list li {
    width: 85%;
    margin: 0 auto 40px;
  }
  body.home iframe {
    max-width: 100%;
  }
  .row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .row.foot-social {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  body.woocommerce .woocommerce-products-header h1.page-title,
  body.woocommerce-page .woocommerce-products-header h1.page-title {
    width: 80%;
    font-size: 3.5em;
  }
  .shop-results {
    padding: 0;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
  .shop-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .shop-row ul.product-cats,
  .shop-row ul.products {
    width: 100%;
  }
  .shop-row ul.product-cats {
    margin-top: 20px;
  }
  .modal-form {
    width: 300px;
  }
  .modal-form p {
    margin-bottom: 15px;
  }
  .promotion h2 {
    font-size: 24px;
  }
  .woocommerce-pagination {
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 10px;
  }
  .woocommerce-pagination li {
    margin-bottom: 2px !important;
  }
  footer.footer .info > li {
    width: 100%;
  }
  footer.footer .info > li .foot-social li {
    margin: 10px 5%;
  }
  .page-section h2 {
    font-size: 2.85em;
  }
  article.form-contain {
    width: 100% !important;
  }
  article.form-contain header,
  article.form-contain div.wpcf7 {
    width: 100%;
    padding-top: 0;
  }
}
.shortcode-swatches {
  margin: 0 auto;
  max-width: 1145px;
  text-align: center;
}
@media (max-width: 759px) {
  .shortcode-swatches {
    max-width: 446px;
  }
}
.shortcode-swatches .swatches {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
  -ms-flex-pack: end;
      justify-content: flex-end;
  list-style: none;
}
@media (max-width: 759px) {
  .shortcode-swatches .swatches {
    grid-template-columns: repeat(2, 1fr);
  }
}
.shortcode-swatches .swatches figure .thumb {
  margin: 0;
  max-width: 100%;
}
.shortcode-swatches li {
  position: relative;
}
.shortcode-swatches figure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
}
.shortcode-swatches .swatch-title {
  font-size: 2.25rem;
  margin-bottom: 30px;
}
.shortcode-swatches figcaption {
  margin-top: 10px;
  font-size: 1.5rem;
}
.sl9-financing-section {
  font-size: 16px;
  font-family: 'Montserrat', 'arial';
  max-width: 700px;
}
.sl9-financing-section .subtitle {
  margin: 40px 0;
}
.sl9-financing-section .vertical {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.sl9-financing-section .vertical > div:nth-of-type(1) {
  -ms-flex: 0 1 400px;
      flex: 0 1 400px;
}
.sl9-financing-section .vertical > div:nth-of-type(2) {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}
.sl9-financing-section .vertical li {
  margin: 0 0  10px 45px;
}
.sl9-financing-section .vertical p,
.sl9-financing-section .vertical ul {
  margin: 0 0 15px 0;
}
@media (max-width: 700px) {
  .sl9-financing-section .vertical {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    gap: 0;
  }
  .sl9-financing-section .subtitle {
    margin: 30px 0 0 0;
  }
}
