body {
    border-top-color:#5385c1;
    border-top-width:1px;
    border-top-style:solid;
}

section.wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
}

.margin-lr-auto {
    margin-left: auto;
    margin-right: auto;
}

.margin-lr-auto-50 {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
a[href^=tel] {
	color:inherit;
	text-decoration:none;
}

#header{
    z-index: 100;
    top: 12em;
    text-align: center;
    /*border-top-style: solid;*/
    /*border-top-width: 1px;*/
    /*border-top-color: #5385C1;*/
}

#header a {
    /*color:#FFFFFF;*/
    color: #5385C1;
    /*font-size: 0.9em;*/
    /*font-weight: bold;*/
}

#header a:hover{
    color: inherit;
}

@media only screen and (min-width: 999px) {
    .inner {
        max-width: 1000px;
    }
}


#banner {
    background-image: url("../../images/Planet-Jungle-Gym-600px-loopfix.gif");
    background-size: contain;
    /*background-attachment: scroll;*/
    /*background-position: center;*/
    border:none;

}

#banner-video{
    height: auto;
    width: 100%;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

#banner-video video{
    width:100%;
    height:100%;
    object-fit:cover;
}

.videoGallery video {
    object-fit: fill;
    width: 100%;
}

@media only screen and (min-width: 900px) {
    #banner {
        background-size: auto;
    }
}

@media only screen and (min-width: 600px) {
    #banner {
        background-size: auto;
        padding-top:8em;
        padding-bottom:8em;
    }
}

#products h4{
    border-bottom-color: #F0F8FF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#products .product .image {
    max-width:450px;
    width:auto;
}

.rounded-s {
    overflow: hidden;
    border-radius: 8px;
}

.category-container {
    padding-bottom: 8px;
    /*box-shadow: 4px 4px 4px 4px;*/
    box-shadow: inset 1px 6px 12px 0px;
    min-width: 15em;
}

.grid-item {
    display: flex;
    /*align-items: center;*/
}

.category-title {
    margin-bottom: 1em;
    color: #FFFFFF;
    background-color: #5385c1;
    line-height: 2.5em;
}

.image-container {
    padding: 8px 8px 8px;
    box-shadow: 4px 4px 4px 4px;
}

.product-container {
    /*padding: 8px 8px 8px;*/
    padding-bottom: 8px;
    /*box-shadow: 4px 4px 4px 4px;*/
    box-shadow: inset 1px 6px 12px 0px;
    min-width: 15em;
}

.product-container a > img:hover {
    box-shadow: 0 0 2px 1px #bdbd04;
}

.product-container a > img {
    overflow: hidden;
    border-radius: 15px;
}

.slide-combo-offer {
    display: block;
    font-size: 0.8em;
    color: #bdae09;
    /*font-weight: bold;*/

}
.slide-combo-terms {
    display: block;
    font-size: 0.7em;
    color: black;
}

.carousel-image {
    /*max-width: 560px;*/
    /*max-height: 400px;*/
    border: 2px solid #FFFFFF;
    border-radius: 8px;
}

#customize-controls {
    list-style-type: none;
    display: inline-flex;
    padding: 0;
}

#customize-controls li.prev {
    margin-right: 2em;
    /*display: block;*/
    /*left: 5em;*/
    /*position: relative;*/
}

#customize-controls li.next {
    margin-left: 2em;
    /*display: block;*/
    /*right: 5em;*/
    /*position: relative;*/
}


.box.product.no-border {
    border: none;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    /*background-color: #091935;*/
    background-color: #030e23;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 102px;
}

@media screen and (max-width: 980px) {

    #header {
        top: 12em;
        height: 44px;
        line-height: 44px;
    }

}

@media screen and (max-width: 736px) {

    #header {
        top: 8em;
    }

}

@media screen and (max-width: 480px) {

    #header {
        top: 6em;
        min-width: 320px;
    }

}

div.hr {
    background: #5385c1;
    min-height: 1px;
    width: 100%;
}

/*Simple Light Box*/
.slbWrapOuter {
    z-index: 12000;
}

.slbWrapOuter .slbCloseBtn {
    font-size: 2em;
}

.slbOverlay {
    opacity: 0.8;
}

.superscript {
    font-size: .63em;
    line-height: 0.5em;
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}


#nav {
    font-size: 1.35em;
}

@media screen and (min-width: 981px) {

    #nav {
        display: inline-block;
    }

}

#nav ul a > i > span {
    display: inline-block;
    padding-left:4px;
}
#navPanel ul a > i > span {
    display: inline-block;
    padding-left:4px;
}

#nav a{
    text-decoration:none;
    /*color:#fff;*/
}
#nav,#navPanel ul {
    list-style:none;
}
#nav li {
    float:left;
    position:relative;
    display:block;
    border:none;
}
#nav li ul {
    display:none;
    position:absolute;
}
#nav li:hover ul{
    display:block;
    height:auto;
    width:8em;
    background-color: white;
    color: #5385c1;
}
#nav li ul li{
    clear:both;
    border-style:none;
}


#footer {
    /*background-color: #091935;*/
    background-color: #000000;
}

#footer .inner {
    padding-top: 0.3em;
    border-top: none;
}

.flex-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-row-gap: 1.0em;
}

.photoGallery {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-row-gap: 1.0em;
}

.photoGalaxy {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/*.grid-entry-new-row {*/
    /*grid-column-start: 1;*/
/*}*/

.grid-row-span-all {
    grid-column: 1/-1;
}


.photoGalaxy > div {
    margin-top: 1em;
    margin-bottom: 1em;
    /*box-shadow: 4px 4px 4px 4px;*/
}

.product-price {
    color: #04296f;
}

.product-rental-price {
    color: #ca7204;
}

.product-title {
    margin-bottom: 1em;
    border-bottom-color: grey;
    border-bottom-style: solid;
    border-bottom-width: 1px;

    color: #FFFFFF;
    background-color: #5385c1;
    line-height: 2.5em;
}

.product-variant-title {
    color: #5385C1;
}

.product-purchase-type-name {
    color: #2e3133;
    font-size: 0.9em
}

.product-variant-ages {
    color: #091935;
    font-size: 0.7em;
}

.product-dimensions {
    color: #091935;
    font-size: 0.7em;
}

.product-variant-custom {
    display: block;
    font-size: 0.7em;
    color: black;
}

.rent-notice-text {
    font-size: 0.8em;
}



.price-tag {
    display: inline-block;

    width: auto;
    height: 38px;

    background-color: rgba(151, 151, 151, 0.32);
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;

    border-left: 1px solid #979797;

    /* This makes room for the triangle */
    margin-left: 19px;

    position: relative;

    /*color: white;*/
    /*font-weight: 300;*/
    /*font-family: 'Source Sans Pro', sans-serif;*/
    /*font-size: 22px;*/
    line-height: 38px;

    padding: 0 10px 0 10px;
    margin-bottom: 5px;
}

/* Makes the triangle */
.price-tag:before {
    content: "";
    position: absolute;
    display: block;
    left: -19px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 19px solid #979797;
}

/* Makes the circle */
.price-tag:after {
    content: "";
    background-color: white;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: -9px;
    top: 17px;
}


/* Effects and Animation */

.fadeIn {
    /*opacity: 1;*/
    margin-top: 25px;
    font-size: 21px;
    text-align: center;
    animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.color-combo-container {
    /*margin-left: 3em;*/
    padding: 0.2em;
}

.color-combo-text{
    /*display: block;*/
    font-size: 0.7em;
    color: black;
    margin-left: 2em;
}

.color-combo-pink-purple {
    display: flex;
    width: 1em;
    height: 1em;
    background: linear-gradient( 135deg, pink, pink 49%, purple 49%, purple 51%, purple 51% );
    border-radius: 50%;
}

.color-combo-silver-gold {
    display: flex;
    width: 1em;
    height: 1em;
    background: linear-gradient( 135deg, silver, silver 49%, gold 49%, gold 51%, gold 51% );
    border-radius: 50%;
}

.color-combo-blue-turquoise {
    display: flex;
    width: 1em;
    height: 1em;
    background: linear-gradient( 135deg, blue, blue 49%, turquoise 49%, turquoise 51%, turquoise 51% );
    border-radius: 50%;
}


.canopy-thumb {
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #dddddd;
    padding: 2px;
}

/*whats app*/
.wa-float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    /*box-shadow: 2px 2px 3px #999;*/
    z-index:100;
}

.wa-float a {
    color:#FFF;
}

.wa-icon-float{
    margin-top:16px;
}
