html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* =Box Sizing
========================================================================================*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce a.button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  }

/* =Deafult Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; font-smoothing:antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust:100%; }
body { font:16px/2.25 'Source Sans Pro', Arial, Helvetica, sans-serif; color:#000; }
img { vertical-align:top; border:0; }
a, input[type="button"], input[type="submit"], button, table th, table td, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce a.button { -webkit-transition:background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1); transition:background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1); }
.allanim, #mainmenu li a:after  { -webkit-transition:all 550ms cubic-bezier(0.77,0,0.175,1); transition:all 550ms cubic-bezier(0.77,0,0.175,1); }
a { color:#6f4a9a; text-decoration:none;}
a:hover { text-decoration:underline; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	a:active{ background-color:transparent;}
}

footer p {font-size: 21px; line-height: 21px;}
strong { font-weight:bold; }
small, .small { font-size: 85%; }
sub, sup { font-size:80% }
p { margin:0 0 20px 0; }
h1,h2, h3, h4, h5, h6 { line-height:1.3; margin:0 0 10px; font-weight:700;  }
h1{ font-size:77px; }
h2 { font-size:59px;}
h3 { font-size:45px; }
h4 { font-size:35px; }
h5 { font-size:27px; }
h6 { font-size:20px; }

ul li { line-height:24px; }

.cf:after,.wrap:after { content:""; display:table; clear: both; }
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignright { float:right; }
:focus { outline:none; }
.text_cont p { padding:0 0 10px 0; }
.nopad p, p.nopad { padding:0; }

.cols { margin-left:-20px; margin-right:-20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center;}
.cols .col { padding-left:20px; padding-right:20px; }
.cols1 .col { width:100% }
.cols2 .col { width:50% }
.cols3 .col { width:33.333333333333%; }
.cols4 .col { width:25%; }

/* =Blockquote & highlight
========================================================================================*/
blockquote { border-left:solid 6px #e1e1e1; margin-left:0; padding-left:15px; }
blockquote small { font-size:85%; display:block; color:#999; padding:5px 0 0 0; font-style:italic; }
.highlight, mark { background:#fffd64; }

/* =Text Size, color & Custom list style
========================================================================================*/
.text-bigger { font-size:22px;  }
.text-big { font-size:20px; }
.text-small { font-size:12px; }
.text-muted { color:#777; }
.text-primary { color:#28abe2; }
.text-secondary { color:#90c440; }

.bg-muted { background:#777; }
.bg-primary { background:#e34f26; }
.bg-secondary { background:#7979a9; }

.text-lc { text-transform:lowercase; }
.text-uc { text-transform:uppercase; }

.has-show { display:block !important; }
.has-hide { display:none !important; }

.has-error { padding:8px 12px 0; display:block; color:#f34834; }
input.has-error { border:solid 1px #f34834 !important;  }

.tall-space { margin:45px 0; }
.medium-space { margin:20px 0; }

.custom-arrow-list { margin:0; padding:0; list-style:none; }
.custom-arrow-list li { position:relative; padding-left:20px; }
.custom-arrow-list li:before { content:''; border:solid 2px #bbb; border-left:0; border-top:0; position:absolute; left:1px; top:9px; -webkit-transform:rotate(-45deg); transform:rotate(-45deg); width:7px; height:7px; }

/* =Divider Width
========================================================================================*/
hr { border:0; border-bottom:solid 1px #e1e1e1; margin:20px 0; position:relative; width:100%; }
hr:before { background:#888; bottom: 0; content: ""; display: block; height: 1px; left: 0; right:0; margin:0 auto; top:0; position: absolute; width: 40px; }
.dashed-border { border-bottom-style:dashed }
.dotted-border { border-bottom-style:dotted; }
.double-border { border-bottom-style:double; border-bottom-width:3px; }
.double-border:before { height:3px; }

/* =Drop Caps
========================================================================================*/
p.drop-caps:first-child:first-letter { float: left; font-size: 75px; line-height: 60px; padding: 4px; margin-right: 5px; margin-top: 5px; font-family: Georgia; }
p.drop-caps.secundary:first-child:first-letter { background-color: #6f4a9a; color: #fff; padding: 6px; margin-right: 11px; border-radius: 4px; }

/* =Image Caps
========================================================================================*/
.image-block { padding:25px 0;  }
.image-block:after { display:table; clear:both; content:''; }
.image-block figure { width:33.33333%; float:left; position:relative; border:solid 1px #e5e5e5; padding:5px; background:#fff; margin:0 20px 10px 0; }
.image-block figure img { width:100%; height:auto; }
.image-block.right-align figure { float:right; margin:0 0 10px 20px;  }
.image-block figcaption { display:block; font-weight:700; position:absolute; left:5px; right:5px; bottom:5px; margin:0 auto; background:rgba(0,0,0,0.40); padding:13px 10px; color:#fff; text-align:center; line-height:1.25; }
.image-block h3 { margin-bottom:20px; }

/* =Section Caps
========================================================================================*/
.section-block { padding:25px 0; background:#fff; }

/* =Layout Width
========================================================================================*/
#wrapper {  }
.wrap { max-width:1470px; width:100%; margin:0 auto; padding-left:30px; padding-right:30px; }

#main { padding:0; }
#primary { float:left; width:700px; }
#sidebar { float:right; width:200px; }
.one-column { width:auto !important; float:none !important; }


/* =Common-Page (common classes for all pages)
========================================================================================*/
#header { background:#fff;}
#logo { /*float:left;*/ width:280px; position:relative; }
#logo img { max-width:98%; height:auto; width:auto; }
#mainmenu {font-size:18px; margin:0 auto; }
#mainmenu ul { margin:0; padding:0; list-style:none; }
#mainmenu li { float:left; line-height:30px; }
#mainmenu > ul > li { margin:0; font-weight:bold; text-transform:uppercase; width:144px; display:flex;  }
#mainmenu li a { text-decoration:none; padding:0; display:flex; align-items: center; justify-content:center; color:#fff; position:relative; font-weight:700; padding:38px 8px; text-align:center; line-height:normal; width:100%; }
#mainmenu li a:hover { background:#df5c95!important;}
#mainmenu li:nth-child(1) a { background:#6f4a9a; }
#mainmenu li:nth-child(2) a { background:#28abe2; }
#mainmenu li:nth-child(3) a { background:#ec782e; }
#mainmenu li:nth-child(4) a { background:#be288c; }
#mainmenu li:nth-child(5) a { background:#90c440; }
#mainmenu li:nth-child(6) a { background:#ECD624; }
#mainmenu li:nth-child(7) a { background:#de4b38; }
#mainmenu li:nth-child(8) a { background:#6f4a9a; }


#header .contact-box > a {padding: 0 12px 0 24px;}
#header .contact-box > a i {
    position: relative;
    color: #28abe2;
}

#header .contact-box > a i span {
    position: absolute;
    top: -8px;
    right: -8px;
    height: 16px;
    width: 16px;
    font-size: 12px;
    padding: 2px;
    border-radius: 50%;
    background: #6f4a9a;
    color: #fff;
    text-align: center;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

#footer { font-size: 16px; }
.footer-top { padding: 28px 0 20px; }
.newsletter-row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; -webkit-align-items: center; }
.footer-logo a { display: block; max-width: 254px; }
.footer-logo a img { width: 100%; }

.newsletter-data { margin-left: auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; -webkit-align-items: center; }
.newsletter-data h5 { color: #28abe2; margin: 0 25px 0 0; }
.newsletter-box {position: relative;}
.newsletter-box label {display: none !important;}
.newsletter-box .form-group { padding: 0; position: relative; max-width: 592px; }
.newsletter-box .form-group input[type="email"] { padding-right: 166px; width: 592px; }
/* .newsletter-box input[type="submit"] { position: absolute; right: 0; top: 0; bottom: 0; } */
.footer-row { position: relative; background: none; color: #fff; }
.footer-row:before, .footer-row:after { content:''; position: absolute; height: 100%; background-size: cover; top: 0; z-index: 1; }
.footer-row:before {  left: 0; width: 60.3125%; background-image: url(../../media/images/footer-left-bg.svg); background-position: right top;  }
.footer-row:after {right: 0; width: 43.3333%; background-image: url(../../media/images/footer-right-bg.svg); background-position: left top; }
.footer-box { position: relative; z-index: 2; }
.footer-data { padding: 40px 0 20px;  }
.footer-data .cols .col:last-child { max-width: 470px; margin-left: auto; }
.footer-info { font-size: 21px; margin-bottom: 50px; }
.footer-info:last-child { margin-bottom: 0; }
.footer-info a { color: #fff; line-height: 1; display: table; }
.footer-info address { line-height: 1.3; font-style: normal; }
.footer-info address:not(:first-child), .sec-phone {margin-top: 1rem;}
.sec-line {margin-top: 1rem; display: block;}
.block {display: block;}
.footer-right .cols .col:first-child {padding-right: 14px;}
.phone-loc {font-size: 14px;}
.newsletter-box form {font-size: 0;}
.newsletter-box form > * {vertical-align: top; display: inline-block; font-size: 16px; width: auto !important; padding: 0 !important}
.newsletter-box form > * .ginput_container {margin: 0 !important}
.newsletter-box form > * .ginput_container input {width: 100% !important; height: 58px; padding: 16px !important;}

/*.footer-info h5 { margin-bottom: 15px; }*/
.footer-links { max-width: 385px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.fmenu { margin:0; padding:0; list-style:none; width: 50%; }
.fmenu li { margin-bottom: 10px; font-size: 16px; }
.fmenu li a { color:#fff; }
.fmenu li a:hover, .fmenu li.active a { text-decoration: underline; color: #f1f1f1; }
.social-info { text-align: right; font-size: 0; margin: 0 -8px; }
.footer-social a { display: inline-block; vertical-align: middle; padding: 0 8px; text-decoration: none; transition: 350ms opacity; }
.footer-social a img { width:36px; }
.footer-social a:hover { opacity: 0.8; }
.social-info h6 { font-weight: 400; }
.copyright-box { padding: 10px 0; }
.copyright { margin:0; }
.copyright a { color:#fff; }

/* =Home-Page (only homepage used classes)
========================================================================================*/
.sprites { background-image: url(../../media/images/bgi/sprites.svg);  }
.sp-after:after { background-image: url(../../media/images/bgi/sprites.svg); display: inline-block; width: 25px; height: 25px; margin-left: 10px; content: ''; vertical-align: middle; }
.sp-before:before { background-image: url(../../media/images/bgi/sprites.svg); display: inline-block; width: 25px; height: 25px; margin-right: 10px; content: ''; vertical-align: middle;  }

/* =Form Style
========================================================================================*/
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select, input[type="submit"], input[type="button"], .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce a.button { font-size:100%; margin:0; vertical-align:baseline; vertical-align:middle;   }
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, input[type="submit"], input[type="button"], .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce a.button { -webkit-appearance:none; -webkit-border-radius:0;  border-radius:0; }
button, input { line-height:normal; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select { background:#fff; padding: 4px 15px; height: 56px; line-height:1.55; border:solid 1px #979797; color:#000; width:100%; font-size: 14px; text-transform: uppercase; font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; font-weight: 400; -moz-transition:border-color 200ms ease-in; -webkit-transition:border-color 200ms ease-in; transition:border-color 200ms ease-in; }
input[type="text"].input-lg, input[type="password"].input-lg, input[type="email"].input-lg, input[type="tel"].input-lg, input[type="search"].input-lg, input[type="url"].input-lg { height:58px; }
input[type="text"].input-sm, input[type="password"].input-sm, input[type="email"].input-sm, input[type="tel"].input-sm, input[type="search"].input-sm, input[type="url"].input-sm { height:38px; }
textarea { width:100%; height:160px; overflow:auto; resize:vertical; padding:10px 15px;  font-family:'Open Sans', Arial, Helvetica, sans-serif; }
select { height:auto; padding:12px 42px 12px 12px; font-size:14px; -webkit-appearance:none; -moz-appearance:none; border: 1px solid #979797; -ms-appearance:none; appearance:none; position:relative; z-index:1; background:none; line-height:1.25; border-radius:0; }
select::-ms-expand { display:none; }
.custom-select { display:block; margin:0; position:relative; background:#fff; }
.custom-select:before { position:absolute; right:1px; top:1px; width:48px; background:#fff; content:''; height:48px; }
.custom-select:after { content:''; border-top:solid 6px #848690; border-right:solid 6px transparent; border-left:solid 6px transparent; position:absolute; right:18px; top:50%; margin-top:-3px; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus, select:focus { border:solid 1px #acacac;  }
input::-moz-focus-inner, button::-moz-focus-inner {border:0; padding:0;}
input[type="button"], input[type="submit"], button, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce a.button { background:#28abe2; color:#fff; border:0;  cursor:pointer; width:auto; overflow:visible; padding: 19px 48px; vertical-align:middle; text-decoration:none; text-transform:uppercase; font-size: 14px; line-height:1.25; font-family:'Source Sans Pro', Arial, Helvetica, sans-serif; font-weight: 600;  }
input[type="button"]:hover, input[type="submit"]:hover, button:hover { background:#df5c95; color:#fff; }
input[type="checkbox"], input[type="radio"] { margin: 0 8px 6px; vertical-align:top;  }

::-webkit-input-placeholder { opacity:1; color: #7f7f7f; }
::-moz-placeholder { opacity:1; color: #7f7f7f; }
:-ms-input-placeholder { opacity:1; color: #7f7f7f; }
:-moz-placeholder { opacity:1; color: #7f7f7f; }

.checkbox, .radio { position: relative; float: left; margin-right: 20px; }
.form-block .form-group .checkbox label, .form-block .form-group .radio label { padding: 0; padding-left: 26px; display: block; line-height: 1.1; }
.checkbox input, .radio input { top: 0; left: 0; z-index: 1; cursor: pointer; opacity: 0; position: absolute; }
.checkbox input:checked + .input-helper:before, .radio input:checked + .input-helper:before { border-color: #28abe2; }
.checkbox input:disabled + .input-helper:before, .radio input:disabled + .input-helper:before { opacity: 0.35; }
.checkbox .input-helper:before, .radio .input-helper:before, .checkbox .input-helper:after, .radio .input-helper:after { position: absolute; content: ""; transition: all 200ms; }
.checkbox .input-helper:before, .radio .input-helper:before { left: 0; border: 1px solid #7a7a7a; }
.checkbox input { width: 18px; height: 18px; margin: 0; }
.checkbox input:checked + .input-helper:before { background-color: #28abe2; }
.checkbox input:checked + .input-helper:before { background-color: #28abe2; }
.checkbox input:checked + .input-helper:after { transform: scale(1); opacity: 1; }
.checkbox .input-helper:before { top: 0; width: 18px; height: 18px; border-radius: 2px; color: #fff; }
.checkbox .input-helper:after { content: '\2713'; font-size: 13px; left: 2px; top: 1px; font-weight: 600; color: #fff; transform: scale(0); opacity: 0; }
.radio input { width: 18px; height: 18px; margin: 0; }
.radio input:checked + .input-helper:after { transform: scale(1); }
.radio .input-helper:before { top: 0; width: 18px; height: 18px; border-radius: 50%; }
.radio .input-helper:after { width: 8px; height: 8px; background: #28abe2; border-radius: 50%; top: 5px; left: 5px; transform: scale(0); }


/* =BreadCrumbs
========================================================================================*/
.breadcrumbs { padding:10px 0; background:#efeded; border-bottom:solid 1px #dedede; font-size:14px; color:#999; }
.breadcrumbs ul { display: inline; margin: 0 0 0 5px; padding: 0; }
.breadcrumbs li { display:inline-block; margin:0 0 0 20px; position:relative; }
.breadcrumbs li:before { content:''; border-left:solid 4px #999; border-bottom:solid 4px transparent; border-top:solid 4px transparent; width:0; height:0; display:inline-block; position:absolute; left:-14px; top:50%; margin-top:-4px; }
.breadcrumbs li a { color:#505061; text-decoration:none; }
.breadcrumbs li a:hover { color:#e34f26; }

/* =Form list
========================================================================================*/
.form-block { margin:10px 0; }
.form-group { padding:10px 0 }
.form-group:after { clear:both; content:''; display:table; }
.formlist .form-group ul { margin:0; padding:0; list-style:none; }
.forgot-link { float:right; }
.form-block .form-group label { display:inline-block; padding:0 0 5px;  }
.form-inline .form-group label { float:left; width:30%; padding:10px 10px 10px 0; line-height:1.5 }
.form-inline .form-group .field-box { width:70%; float:left; }

/* =Common button CSS
========================================================================================*/
.button { background-color:#28abe2; text-transform:uppercase; font-size:14px; color:#fff; display:inline-block; line-height:1.2; padding:13px 30px; vertical-align:bottom; font-weight:700;  letter-spacing: 1.8px; }
.button:hover { background-color:#28abe2; text-decoration:none; color:#fff; }
.button.btn-lg, input[type="submit"].btn-lg, input[type="button"].btn-lg, button.btn-lg { padding:15px 47px; font-size:18px; }
.button.btn-sm, input[type="submit"].btn-sm, input[type="button"].btn-sm, button.btn-sm { padding:10px 25px; font-size:14px; }
.button.btn-xs, input[type="submit"].btn-xs, input[type="button"].btn-xs, button.btn-xs { padding:8px 20px; font-size:12px; }
.button.btn-lightgray, input[type="submit"].btn-lightgray, input[type="button"].btn-lightgray, button.btn-lightgray { background:#969fb0; color:#fff; }
.button.btn-lightgray:hover, input[type="submit"].btn-lightgray:hover, input[type="button"].btn-lightgray:hover, button.btn-lightgray:hover { background:#757f90; }
.button.btn-secondary, input[type="submit"].btn-secondary, input[type="button"].btn-secondary, button.btn-secondary { background:#555; color:#fff; }
.button.btn-secondary:hover, input[type="submit"].btn-secondary:hover, input[type="button"].btn-secondary:hover, button.btn-secondary:hover { background:#333; }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline, button.btn-outline { background:#fff; border:solid 2px #28abe2; color:#28abe2;  }
.button.btn-outline:hover, input[type="submit"].btn-outline:hover, input[type="button"].btn-outline:hover, button.btn-outline:hover { background:#28abe2; color:#fff; }
.button.btn-lg.btn-outline, input[type="submit"].btn-lg.btn-outline, input[type="button"].btn-lg.btn-outline {  padding:14px 35px;   }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline {  padding:11px 30px;   }
.button.btn-sm.btn-outline, input[type="submit"].btn-sm.btn-outline, input[type="button"].btn-sm.btn-outline {  padding:8px 25px;   }
.button.btn-xs.btn-outline, input[type="submit"].btn-xs.btn-outline, input[type="button"].btn-xs.btn-outline {  padding:6px 20px;   }
.button.btn-block { display:block; }
.buttonset .button { margin: 10px 7px; text-align: center; width: 160px; padding-left:10px !important; padding-right:10px !important; }


/* =Table CSS
========================================================================================*/
table { max-width:100%; background-color:transparent; border-collapse:collapse; border-spacing:0; border:1px solid #ddd; }
table { width:100%; margin-bottom:30px; }
table th, table td { padding:14px 15px; line-height:1.32; text-align:left; vertical-align:top; border-top:1px solid #ddd;  border-right:1px solid #ddd;}
table th { background:#ececec; font-weight:700; padding:17px 15px; font-size:16px; }
table tr:hover td { background:#fbfbfb; }
table tr.selected td { background:#fbfbfb; }
table thead th { vertical-align:middle; }
table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td { border-top:0; }

/* =tabnav CSS
========================================================================================*/
.tabnav { width:100%; margin:0; padding:0; list-style:none; border:solid 1px #e9edee;  }
.tabnav li { float:left; position:relative; margin:0; width:25%; text-align:center; font-weight:600; text-transform:uppercase; }
.tabnav li:first-child { margin:0; }
.tabnav li h2 { margin:0; font-size:15px; }
.tabnav li a { display:block; padding:16px 5px; text-decoration:none; color:#505061; line-height:1.25; background:#e9edee; margin-bottom:-1px; border-left:solid 1px #dde1e2; }
.tabnav li:first-child a { border-left:0; }
.tabnav li.active a, .tabnav li a:hover { background-color:#fff; color:#6f4a9a; }
.tabnav li.active a:after { display:block; }
.tab-container { padding:20px; border:solid 1px #e9edee; border-top:0; }
.tabcontent .quicklist li, .tabcontent .quicklist { margin:0; }
.tabcontent { display:none;  }
.tabcontent p { color:#666; margin:20px 0 0; }
.tabcontent p:first-child { margin-top:0; }
.tabcontent p a, .accordion-data p a { color:#7f97ae; text-decoration:underline; }
.tabcontent p a:hover, .accordion-data p a:hover { color:#00305d }
.tabcontent h4 { margin:0 0 15px; }

/* =Accordian CSS
========================================================================================*/
.accordion-databox .accordion-row { }
.accordion-databox .accordion-row:first-child { border-top:0; }
.accordion-databox .accordion-row h5 { cursor:pointer; margin:0; background:#f3f3f3; color:#555; position:relative; padding:16px 54px 16px 16px; font-weight:600; font-size:15px; margin-bottom:7px; text-transform:uppercase; }
.accordion-databox .accordion-row h5:before { position:absolute; right:0; top:0; content:''; width:54px; height:100%; z-index:1; background:rgba(0,0,0,0.08); }
.accordion-databox .accordion-row h5:after { content:''; position:absolute; right:18px; top:50%; margin-top:-4px; border-top:solid 8px #818181; border-left:solid 8px transparent; border-right:solid 8px transparent; z-index:2  }
.accordion-databox .accordion-row h5.open { color:#272c2f;}
.accordion-databox .accordion-row h5.open:after { border-top:0; border-bottom:solid 8px #272c2f; }
.accordion-data { display:block; padding:15px 0; }
.accordion-data p { padding:0 6px; margin:20px 0 0; }
.accordion-data p:first-child { margin-top:0; }

/* =Alertbox CSS
========================================================================================*/
.alert { padding:16px 16px 16px 55px; margin:20px 0; color:#454545; position:relative; }
.alert:before { position:absolute; content:''; left:15px; top:15px; width:24px; height:24px; background:url(../../media/images/bgi/sprites.svg) no-repeat 0 0; }
.alert-notification {  background-color:#fff0f4; border:solid 1px #db524c; color:#db524c; }
.alert-notification:before { background-position:0 0; }
.alert-info { background-color:#e8f6ff;  border:solid 1px #0082d5; color:#0082d5;  }
.alert-info:before { background-position:-26px 0; }
.alert-warning { background-color:#fef4ec; border:solid 1px #ff9948; color:#ff9948; }
.alert-warning:before { background-position:-52px 0; }
.alert-success { background-color:#edfff6; border:solid 1px #04be5b; color:#04be5b; }
.alert-success:before { background-position:-79px 0; }
.alert-normal { background-color:#efefef; border:solid 1px #999; padding-left:16px; color:#555; }
.alert-normal:before { display:none; }

/* =Default page CSS
========================================================================================*/
.heading-listblock { padding:20px 0; }
.heading-listblock p, .heading-listblock blockquote { margin:0 0 35px; }
.heading-listblock p:last-child { margin-bottom:0; }
.heading-listblock .paragraph-block p { margin:0 0 20px; }
.list-block ul, .list-block ol { padding-left:22px; margin-left:-5px; }
.list-block ul li, .list-block ol li { margin:5px 0; }
.list-block ul.custom-arrow-list { margin:0; padding:0; }

/* =Homepage CSS
========================================================================================*/
#header .wrap { display:flex; align-items:center; justify-content:space-between; max-width:1680px;  padding: 0 16px;}
.top-menu { display:flex; align-items:center; justify-content:flex-end; width:100%; }
#mainmenu ul { display:flex; width:100%; }
.contact-box { display:flex; align-items:center; }
.contact-detail { display:flex; align-items:center; flex-direction:column; align-items:flex-end; margin-left:16px; }
.contact-detail p { margin:0; opacity:0.5; font-size:21px; line-height:normal; }
.contact-detail a { font-weight:700; color:#6f4a9a; font-size:20px; text-decoration:none; line-height:1; margin: 8px 0;}
.contact-detail a:hover { color:#df5c95; }
.search-details { display:flex; align-items:center; justify-content:center; padding:0 16px; min-height:120px; border-right:1px solid #d8d8d8; position: relative; }
.search-details a { display:flex; transition:all 300ms ease-in-out; }
.search-details a:hover { opacity:0.7; }

.banner-slider { width:100%; position: relative; }
.banner-slider figure { height:681px; background-size:cover; background-position:center center; }
.banner-slider  .wrap { position: relative; max-width:1680px; }
figure { margin:0; }
.banner-slider figure img { width:100%; }
.banner-content { position:absolute; bottom:120px; max-width:600px; width:100%; left:30px; }
.banner-content h2 { color:#fff; line-height:1; }
.banner-content p { color:#fff; font-size:21px; line-height:normal; }
.banner-content .button { background:#90c440; padding:18px 66px; border:1px solid #90c440; font-size:16px; }
.banner-content .button:hover { background:#fff; color:#90c440;  }
.content-img { background:url('../../media/images/monthly-specials.png')no-repeat center top; width:100%; height:100%; padding:40px 50px; background-size:cover; }

.padding { padding:100px 0; }
.why-woodplay { background:url('../../media/images/woodplay-backgound.png')no-repeat center top; background-size:cover; width:100%; }
.heading-bg { background:url('../../media/images/title-woodplay.png')no-repeat center top; }
.heading { width: 100%;	height: auto;text-align: center;padding:26px 15px; display: flex; flex-flow: wrap; margin: 0 auto; text-align: center;	justify-content: center;align-items: center; }
.heading h2 { color:#fff; margin-bottom:0;}
h2.heading strong {flex: 1 0 100%;}
h2.heading small {flex: 1 0 100%; font-size: 60%;}
.benifit-box { text-align:center; width:100%; margin-top:70px; }
.benifit-box  figure { border-radius:100%; overflow: hidden; margin-bottom:25px; border:4px solid transparent; }
.benifit-box  figure  img { width:100%; }
.benifit-box  h2 { font-size:62px;font-family: 'Londrina Solid'; text-transform:uppercase; font-weight:400; margin-bottom:0; line-height:normal;  }
.benifit-box p { font-size:21px; color:#000; line-height:1.3; margin-bottom:0; }
.purple figure { border-color:#6f4a9a; }
.purple h2 { color:#6f4a9a; }
.skyblue figure { border-color:#28abe2; }
.skyblue h2 { color:#28abe2; }
.green figure { border-color:#90c440; }
.green h2 { color:#90c440; }
.orange figure { border-color:#ec782e; }
.orange h2 { color:#ec782e; }
.why-woodplay .cols .col { padding:0 50px; }
.why-woodplay .cols.cols4 { margin:0 -55px; }
.great-day { padding:55px 0; background:url('../../media/images/great-bg.jpg')no-repeat center top; width:100%; background-size:cover!important;  }
.great-day h2 {  font-size:77px; text-align:center; color:#fff; margin-bottom:0 ; }
.heading-bg-great { background:url('../../media/images/great-title-bg.png')no-repeat center top; padding:15px; background-size:100% 100%; }
.title-bg-accessories { background:url('../../media/images/accessories-bg.png')no-repeat center top; text-align:center; }
.amenities-section { overflow: hidden; }
.amenities-box { display:flex; flex-direction: row-reverse;}
.amenities-img { width:50%; }
.amenities-content { width:50%; }
.amenities-img figure { background-size:contain; background-position:center center; width:100%; height:692px; background-repeat: no-repeat;}
.amenities-img figure .img-background  { display:none; }
.right-padding { padding:50px 100px; }
.amenities-content { display:flex; justify-content:flex-start; align-items:center; position: relative; }
.amenities-content:before  { content:''; position:absolute; top:0; left:0; right:0; background:url('../../media/images/box-bg.png')no-repeat center top;  height:100%; background-size:left bottom; }
.amenities-details { max-width:735px; width:100%; position: relative; }
.amenities-details.right { padding-right:80px; padding-top:100px; }
/* .amenities-title { position: relative; display:flex; justify-content:flex-end;  } */
.amenities-title a { text-decoration:none; }
.title-bg-purple { background:url('../../media/images/purple-title.png')no-repeat center top; text-align:center; }
.title-bg-skyblue { background:url('../../media/images/trampolines.png')no-repeat center top; text-align:center;  }
.title-bg-orange { background:url('../../media/images/basketball.png')no-repeat center top; text-align:center; }
.title-bg-party-room { background:url('../../media/images/party-room.png')no-repeat center top; text-align:center; }
.title-bg-play-room { background:url('../../media/images/magento-color.png')no-repeat center top; text-align:center; }
.amenities-heading  { color:#fff; margin-bottom:0; padding:27px 50px; text-align:center; background-size:100% 100%!important; min-width:499px;  }
.amenities-heading strong {display: block;}
.amenities-heading small {display: block; font-size: 60%;}
.stamp-img { position:absolute; left:100%; bottom:100%; transform: translate(-50px, 60px); }
.amenities-content p {  margin-top: 40px;   margin-bottom: 0; }
.amenities-section .amenities-box:nth-child(even) { flex-direction: row; }
.amenities-section .amenities-box:nth-child(even) .amenities-content p {margin-top: 40px;   margin-bottom: 0;  }
.amenities-section .amenities-box:nth-child(even) .stamp-img { position:absolute; right:100%; top:100%; left:auto; top:auto; transform: translate(50px, 60px);  }
.amenities-section .amenities-box:nth-child(even) .amenities-details.right {  padding-left: 80px; padding-right:0;   padding-top: 100px; }
.amenities-section .amenities-box:nth-child(even)  .amenities-content { display:flex; justify-content:flex-end; }
.amenities-section .amenities-box:nth-child(even)  .amenities-content:before  { content:''; position:absolute; top:-70px; left:0; right:0; background:url('../../media/images/box-bg2.png')no-repeat center top;  height:100%; }
.search-box{ background: #50b7d1; position: absolute; top:100%; right:10px; width:440px; height:70px;  box-shadow: 0 0 10px rgba(0,0,0,0.5); display: none; z-index: 1; }
.search-box:before{ content: ""; position: absolute; bottom: 100%; right: 13px;  border-left: 12px solid transparent;  border-right: 12px solid transparent;  border-top: 14px solid transparent;  border-bottom: 14px solid #36a1ce; }
.search-box input[type="text"]{ width: 100%; height: 100%; padding: 5px 10px; border: 6px solid #36a1ce; outline: none; }
.amenities-section .amenities-box:nth-child(even) .amenities-title { justify-content:flex-start; }
/* Testimonials */
.testimonial-section .tns-nav { display: none; }
.testimonial-section { padding: 64px 0; background: #f1f1f1; position: relative; z-index: 1; }
.testimonial-section:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url("../../media/images/bgi/testimonial-abstracts.png") no-repeat; background-position: center bottom; z-index: -1; }
.testimonial-box { max-width: 811px; margin: 0 auto; text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; }
.user-info { margin-top: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; align-items: center; -webkit-align-items: center; text-align: left; }
.user-info figure { max-width: 101px; border-radius: 50%; overflow: hidden; }
.user-info figure img { width: 100%; }
.user-data { width: calc(100% - 101px); padding-left: 24px; line-height: 1; }
.user-data h5 { margin: 0; line-height: 1; margin-bottom: 8px; }
.user-data span { display: block; margin-bottom: 8px; font-style: italic; }
.user-data p { margin: 0; }
.testimonial-row #tns1-ow { margin-top: 50px; padding: 0 60px !important; position: relative; }
.tns-controls { position: absolute; left: 0; right: 0; top: 56px; }
.tns-controls button { position: absolute; font-size: 0; padding: 0; background: none; height: 33px; width: 20px; background-repeat: no-repeat; background-size: 100% 100%; transition: 350ms all; }
.tns-controls button:first-child { left: 0; background-image: url('../../media/images/arrow-left.svg'); }
.tns-controls button:last-child { right: 0; background-image: url('../../media/images/arrow-right.svg'); }
.tns-controls button:first-child:hover { transform: translateX(-5px); }
.tns-controls button:last-child:hover { transform: translateX(5px); }

/* Playsets Page */
.inner-banner { width:100%; position: relative; }
.inner-banner figure { background-position:center center; background-size:cover; width:100%; height:368px; display:flex; align-items: center; justify-content: center;  }
.img-background { display:none; }
.heading-bg-purple { background:url('../../media/images/banner-purple-background.png')no-repeat center center; }
.safety-orange { background:url('../../media/images/safety-orange.png')no-repeat center center; }
.inner-section .heading { margin-bottom:50px; }
.inner-section p { margin-bottom:0; }
.safety .wrap p { max-width:700px; width:100%; margin:0 auto; }
p.text-center { text-align:center; }
.remove-bg:before { display:none; }
.remove-bg .amenities-details { padding-top:0!important; }
.playsets .button { margin-left: auto; margin-right: auto; display: table; margin-top: 50px; padding:17px 36px; font-size:16px; }
.playsets .button:hover { background:#df5c95; }
.amenities-section .playsets.amenities-box:nth-child(even) .button { margin-right: auto; margin-left: auto; display: table; margin-top: 50px; padding:17px 36px; font-size:16px; }
.purple-btn { background:#6f4a9a; }
.skyblue-btn { background:#28abe2; }
.orange-btn { background:#ec782e; }
.pink-btn { background:#be288c; }
.magento-btn { background:#AF3789; }
.green-btn { background:#90c440; }
.title-bg-pink { background:url('../../media/images/pink-bg.png')no-repeat center top; text-align:center; }
.title-bg-green { background:url('../../media/images/green-tile-bg.png')no-repeat center top; text-align:center; }
.heading-bg-trampolines { background:url('../../media/images/banner-skyblue-background.png')no-repeat center center; }
.heading-bg-basketball { background:url('../../media/images/banner-orange-background.png')no-repeat center center; }
.springfree { background:url('../../media/images/springFree-trampolines.png')no-repeat center center; }
.goalrilla { background:url('../../media/images/goalrilla-goals.png')no-repeat center center; }
.title-bg-more-ways { background: url('../../media/images/more-ways-to-play.png')no-repeat center top;  text-align: center; }
.fun-everyone { background:url('../../media/images/fun-for-everyone.png')no-repeat center center; }
.heading-bg-partyroom { background:url('../../media/images/banner-purple-bg.png')no-repeat center center; }
.great-day.reserve-space { background:url('../../media/images/reserve-space-today.jpg')no-repeat center top; }
.heading-bg-reserve { background:url('../../media/images/reserve-today.png')no-repeat center center; padding:0; }
.heading-bg-reserve h2 { padding:18px 10px; }
.title-bg-playroom { background:url('../../media/images/our-playroom-svg.png')no-repeat center top; text-align:center; }
.amenities-details.left { padding-left:80px; }
.amenities-section .amenities-box:nth-child(even) .amenities-details.left { padding-left:0; padding-right:80px; }
.planning-party { background:#f1f1f1; }
.party-planing { background:url('../../media/images/planing-party.png')no-repeat center top; }
.package-box { width:100%; text-align:center; margin-top:60px; }
.planning-party .wrap { max-width:1200px; width:100%; }
.package-price { max-width:250px; height:250px; width:100%; background:#fff; display:flex; align-items: center; justify-content: center; border-radius:100%; margin:0 auto; margin-bottom:30px; border:4px solid transparent;  }
.package-price h2 { font-size:100px; font-family: 'Londrina Solid'; color:#90c440; margin-bottom:0; }
.package-info h5 { margin-bottom:10px; }
.package-info p { font-size:21px; color:#000000; line-height:1.3; margin-bottom:0;  }
.purple-border { border-color:#6f4a9a; }
.skyblue-border { border-color:#28abe2; }
.green-border { border-color:#90c440; }
.booking-room  { background:url('https://clients.redsharkdigital.com/woodplay/wp-content/uploads/2020/02/Megasets-Hero-Image.jpg')no-repeat center top; padding:60px 0; background-position: center center; background-size:cover; }
.booking-room .wrap { max-width:1160px; }
.booking-details {  background : #fff;  padding:61px 140px; background-size:cover; }
.booking-details  .heading { padding:0; margin-bottom:15px; }
.form-details form { display:flex; align-items: flex-start; justify-content:space-between; flex-wrap:wrap; }
.form-details form .form-group { width:49.2%; padding:2px 0; }
.form-details form .form-group label { text-transform:uppercase; color:#fff; font-weight: 400; font-size:16px; }
.form-details form .form-group .textbox { border:0!important; }
.form-details .form-group.full-width { width:100%; display:inline-flex; flex-direction:column; }
.form-details .button { padding:18px 68px; font-size:16px; margin:0 auto; margin-top:40px; }
.form-details .button:hover { background:#6f4a9a; }
.calendar { position: relative; }
.calendar {  background:#fff url('../../media/images/calendar.svg')no-repeat 96% 20px!important; width:12px; height:12px; }
.timing-div {  background:#fff url('../../media/images/time-svg.svg')no-repeat 96% 20px!important; width:12px; height:12px; }
.request-a-catalog { background:url('../../media/images/request-a-catalog.png')no-repeat center top; background-size:cover; padding:20px 60px 15px; max-width:417px; width:100%; position: fixed; bottom: 0; right: 5%; z-index:6; }
.trigger-heading { display:flex; align-items: center; justify-content:center; }
.trigger-heading h2 { color:#fff; font-size:27px; margin-bottom:0; display:flex; align-items: center; cursor: pointer; }
.trigger-heading h2 img { margin-left:15px; transform:rotate(180deg); transition:all 350ms ease-in-out; transform-origin: center center; margin-top:6px ; }
.expand-div .textbox { height:48px; }
.request-a-catalog.open .trigger-heading h2 img {  transform:rotate(0deg); }
.expand-div .form-group { padding:2px 0; }
.expand-div .form-group label { color:#fff; }
.expand-div  .button { display:table; padding:15px 68px; margin:0 auto; margin-top:20px ; }
.expand-div  .button:hover { background:#90c440; }
.expand-div { display:none; }
.heading-about { background:url('../../media/images/banner-title-about.png')no-repeat center top; }
.local-family { background:url('../../media/images/local-family-bg.png')no-repeat center top; }
.about-section .wrap { max-width:1020px; }
.about-section p { max-width:800px; width:100%; margin:0 auto; }
.source-bg.great-day { background:url('../../media/images/complete-source.jpg')no-repeat center top; }
.title-we-parents { background:url('../../media/images/we-parents.png')no-repeat center top; }
.title-bg-discover { background:url('../../media/images/discover-the-quality.png')no-repeat center top; }
.source-bg.great-day  h2 { padding:27px 38px; }
.heading-source  .heading { padding:0!important; }
.heading-source { background:url('../../media/images/cpmlt-source-title.png')no-repeat center center; background-size: cover; padding:15px 0; }
.about-amenities .amenities-content p {margin-top: 40px; margin-bottom: 0; }
.amenities-content {text-align: center;}
/* .inner-section .amenities-content p {text-align:center; } */
.heading-bg-offer { background:url('../../media/images/offer-finance.png')no-repeat center top; }
.we-offer { margin-top:50px; }
.we-offer p { margin-bottom:0; }
.shape { position: relative; width:100%; display:block; position:absolute; left:0; right:0; bottom:-1px; height:32px; }
.shape:before { background: url('../../media/images/shape.png')no-repeat center top;    background-size:cover;    background-position: top center;    content: '';    position: absolute;    width: 100%;    left: 0;    right: 0;    height: 100%;    bottom:0;    z-index:0;}
.top-heading { display:flex; justify-content:center; }
.heading { color: #fff;  margin-bottom: 0;   padding: 27px 60px;   text-align: center;   background-size: 100% 100%!important;   min-width: auto; width:auto; }
.inner-banner .heading { min-width:480px; }


/*Woodplay Party Room*/

.partyroom-details{max-width: 800px; margin: 0 auto; text-align: center; padding: 0 35px;}
.partyroom-details .button{margin-top: 50px; padding: 24px 62px; width: 420px;}


/*new-css*/

.blog-section {padding: 32px 0 56px;}
.blog-section .wrap {max-width: 800px;}
.blog-section article.blog-listing {padding: 32px 0; border-bottom: 2px solid #ccc;}
.blog-section article.blog-listing:last-child {border-bottom: 0;}
.blog-section article.blog-listing h2 {font-size: 32px;}
.blog-section article.blog-listing p {line-height: 1.6; font-size: 18px;}
.blog-pagination {text-align: center; font-size: 24px; line-height: 1; padding: 24px 0;}
.blog-pagination span,
.blog-pagination a
{display: inline-block; padding: 4px 8px; background: #ec782e; color: #fff; text-decoration: none;}
.blog-pagination a:hover {background: #6f4a9a;}
.blog-pagination span.dots {background: none; color: #ec782e;}
.blog-pagination span.current {background: #df5c95; color: #fff;}

/*accesories*/
.accessories-detail .cols { justify-content: center; align-items: center; }
.accessories-box { text-align: center; margin-bottom: 40px; }
.accessories-box p , .accessories-box a { font-size: 20px; color: #000; }
.accessories-detail a:hover { text-decoration: none; }
.accessories-page { margin: 80px 0; overflow: hidden; }
.accessories-trampolines-content h2 { font-size: 45px; }
.accessories-trampolines-content ul { margin: 0; padding: 0; }
.accessories-trampolines-content ul li { list-style: none; display: flex; justify-content: space-between; padding: 6px 0; }
.accessories-trampolines-content ul li span { font-weight: bold; padding: 0 10px; }
.accessories-trampolines-content ul li span.square-number { font-weight: 400; }
.accessories-trampolines-content ul li:nth-child(even) { background: #e3e3e3; }
.accessories-trampolines-box figure img { width: 100%; }
.accessories-trampolines-box .cols .col { padding-left: 10px; padding-right: 10px; }
.accessories-trampolines-box .cols { margin-left: -10px; margin-right: -10px; }
.accessories-trampolines-box .cols .col:first-child { width: 39%; }
.accessories-trampolines-box .cols .col:last-child { width: 61%; }
.accessories-trampolines-box { margin-bottom: 70px; }
.accessories-trampolines-detail { margin: 90px 0; overflow: hidden; }
.accessories-detail { overflow: hidden; }
.accessories-trampolines { overflow: hidden; }

/*basket-in-ground*/
.basketball-in-ground .amenities-title { justify-content: center; }
.basketball-in-ground-content { max-width: 790px; margin: 24px auto 60px; }
.basketball-in-ground-content p { font-size: 16px; line-height: 1.3; text-align: center; color: #000; }
.basketball-in-ground .accessories-trampolines-box .cols .col:first-child { width: 44%; }
.basketball-in-ground .accessories-trampolines-box .cols .col:last-child { width: 54%; }
.basketball-in-ground .wrap { max-width: 1660px; }
.basketball-in-ground .accessories-trampolines-content ul li { padding: 3px 0; }
.basketball-in-ground .accessories-trampolines-content ul li span { font-size: 14px; }
.basketball-in-ground .accessories-trampolines-detail { padding-bottom: 10px; border-bottom: 3px solid #f2f2f2; }
.gallery-box figure img { width: 100%; }
.gallery-box { margin-bottom: 34px; }
.basketball-in-ground { margin: 60px 0 80px 0; overflow: hidden; }
.gallery-page h2 , .page-sub-content { font-weight: bold; line-height: 1; color: #6b4b9e; font-size: 45px; margin-bottom: 32px; }
.basketball-in-ground .accessories-trampolines-detail { margin: 90px 0 0 0; }
.gallery-page { margin: 60px 0 0 0; }
.gallery-page .cols .col { padding-left: 17px; padding-right: 17px; }
.gallery-page .cols { margin-left: -17px; margin-right: -17px; }

.gallery-page .wrap { max-width: 1470px; }
.amenities-title.content-center { justify-content: center; }
.outback-content span { display: block; color: #000; line-height: 1; font-weight: bold; text-align: center; font-size: 27px; margin: 16px 0; }
.outback-option-info .custom-select { position: relative; }
.outback-option-info .custom-select  select { color:#747474; height: 54px; text-transform: none; }
.outback-option-info .custom-select:after {  transition: all 0.5s; content: ''; border-left: solid 2px #8c8c8c;  border-top: solid 2px #8c8c8c; position: absolute; right: 22px;  bottom: 26px; -webkit-transform: rotate(-135deg); border-right: 0; top: inherit; transform: rotate(-135deg); width: 12px; height: 12px; display: block; }
.outback-option  { text-align: center; overflow: hidden; }
.outback-option .wrap {  max-width: 1610px;  }
.outback-option-info { overflow: hidden; text-align: center; margin: 0 auto; border-bottom: 3px solid #f3f3f3; }
.outback-option .cols { max-width: 1470px; margin: 0 auto; }

.outback-option .cols .col { margin-bottom: 56px; }
div.outback  { margin: 50px  0; }
.outback-option-box figure img { width: 100%; }

/*accessories-accordion*/
.accessories-accordion .accordion-databox .accordion-row h5 { padding: 14px 0; background: transparent; text-align: center; font-size: 45px; color: #6f499c; text-transform: none; }
.accessories-accordion .accordion-databox .accordion-row h5:before , .accessories-accordion  .accordion-databox .accordion-row h5:after { display: none; }
.accessories-accordion .accordion-data p { margin: 10px 0; line-height: 1; }
.accessories-accordion  .accessories-box { margin-bottom: 24px; }
.accessories-box figure img { width: 100%; }
.accessories-accordion { margin: 60px 0; }

/*contact-page*/
.contact-page .cols .col:first-child { width: 35%; }
.contact-page .cols .col:last-child { width: 65%; }
.contact-info { display: flex; justify-content: space-between; padding: 0 20px; margin-bottom: 40px; }
.contact-info span { line-height: 1; color: #2ba9e4; font-size: 30px; font-weight: bold; display: block; margin-bottom: 6px; }
.contact-phone a { line-height: 1.2; color: #000; text-decoration: none; font-size: 22px; }
.contact-page-box .social-info { padding: 0 20px; text-align: left; margin: 0 0 40px 0; }
.sub-title-content { padding-bottom: 20px; font-size: 45px; color: #29a6e0; font-weight: bold; line-height: 1; }
.contact-page-box .sub-title-content { padding: 0 20px 20px 20px; margin-bottom: 16px; border-bottom: 1px solid #dfdfdf; }
.contact-form-detail { display: flex; }
.contact-form-detail .form-group  { width: 100%; padding: 0 10px; }
.contact-form-detail { margin: 0 -10px; }
.map iframe { width: 100%; display: block; min-height: 570px; height: 100%; }
.contact-page { margin: 80px 0; }
.contact-page .footer-social a { border-radius: 50%;  margin-right: 12px; background: #000; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; transition: all 0.5s; }
.contact-page-box .social-info h6 { font-size: 30px; color: #2ba9e4; font-weight: bold; }
.contact-page .footer-social a  img { max-width: 30px; width: 100%; }
.contact-page .footer-social { display: flex; }

.contact-page .footer-social a:hover { background: #148fd0;}
.form-submit-btn button { padding: 14px 53px; }
.contact-form-detail input { font-size: 18px; height: 55px; border: 1px solid #979797; }
.contact-us-form textarea { height: 168px; }
.contact-phone { padding-right: 10px; }
.contact-us-form { margin-left: 40px; }
.outback-option-info.safari-detail { padding-bottom: 40px; }
.outback-option-info.safari-detail .cols .col { margin-bottom: 20px; }
.inner-banner .outback-shape { min-width: 410px; width: 100%; }
.access-shape { background: url(../../media/images/shape-new.png); }
.shape-right { background: url(../../media/images/shape-1.png); }
.outback .amenities-title {text-align: center;}
.outback .top-heading { font-size: 45px; display: inline-block;}
.accessories-blue-shape { background: url(../../media/images/blue-shape.png); }
.portable-shape { background: url(../../media/images/pink-shape.png); }
.shape-orange { background: url(../../media/images/orange-shape.png); }
.blue-shape { background: url(../../media/images/blue-shape.png); }
.accessories-dark-blue-shape { background: url(../../media/images/dark-blue-shape.png); }
.overview-shape { min-width: 410px; background:url(../../media/images/overview-shape.png); }
.contact-us-form label { font-size: 16px; color: #7c7c7c; }
.form-submit-btn button { padding: 16px 68px; font-size: 16px; letter-spacing: 3px; font-weight: bold; }
.contact-address address { font-style: normal; line-height: 1.2; font-size: 22px; }
.form-submit-btn { margin-top: 26px; }

.page-result { padding:  100px 0; }
.page-box { border: 1px solid #28abe2; cursor: pointer; }
.page-detail .cols .col { padding-left: 10px; padding-right: 10px; margin-bottom: 20px; }
.page-detail p { font-size: 16px; line-height: 1.2; padding: 0 20px 50px 20px; }
.page-heading { font-size: 40px; line-height: 1; padding: 20px 20px 20px 20px; border-bottom: 1px solid #dfdfdf; margin-bottom: 18px; }
.page-box span.view-page-btn { width: 100%; text-align: center; transition: all 0.5s; display: block; background: #28abe2; font-size: 28px;  font-weight: bold;  color: #fff; }
.page-box span:hover { text-decoration: none; background: #90c440; }
.page-content { padding: 0 20px; color: #000; }
.page-box.orange { border: 1px solid #ec782e; }
.page-box:hover span.view-page-btn { background: #ec782e; }
.page-box.orange span.view-page-btn { background:#ec782e; }
.page-result a:hover { text-decoration: none; }
.page-box.orange:hover .view-page-btn { background: #28abe2; }
.page-detail .gform_wrapper {max-width: 1080px; margin: 0 auto !important}
.page-product h1 {
    font-family: 'Londrina Solid', serif; color: #6f499c;
    font-weight: normal;
    margin: 0;
    line-height: 1;
}
.page-product .woocommerce-breadcrumb {
    color: #000;
    font-size: 1rem;
}

.product-content {padding: 32px 0;}
.product-content:after {
    display: block;
    content: "";
    clear: both;
}

.product-content .summary .price {
    margin: 0;
}
.product-content .summary .price .amount {
    font-family: 'Londrina Solid', 'sans-serif';
    color: #ec782e;
    font-size: 2rem;
}

.product-content .summary .product_meta {
    font-weight: bold;
    display: flex;
    flex-flow: column;
}

.product-content .summary .product_meta a {
    color: #28abe2;
    border-bottom: 2px solid currentColor;
}

.product-content .summary .product_meta a:hover {
    text-decoration: none;
    color: #6f499c;
}

.product-content .cart-input {
    display: flex;
    align-items: center;
    padding-top: 1rem;
}

.product-content .cart-input .button {
    float: none !important;
    padding: 17px 36px!important;
}

.product-content .cart-input .button.customize {
    margin-left: auto;
}

.product-content .cart-input .quantity {
    margin: 0!important;
    float: none!important;
}
.product-content .cart-input .quantity input {
    width: 5rem;
    height: 51px;
}
.product-content .flex-control-nav {
    padding-top: 5px!important;
}
.product-content .flex-control-nav li {
    padding: 5px;
}

.page-product .overview {
    padding: 1.5rem 0;
    background: #f6f4f3 url("../../media/images/woodplay-backgound.png") repeat-x;
}
.page-product .overview .title,
.page-product .related .title {
    text-align: center;
    font-family: 'Londrina Solid', 'sans-serif';
}

.page-product .overview .title {
    color: #603913;
}

.page-product .overview .desc {
    max-width: 890px;
    margin: 0 auto;
}

.page-product .related {
	padding: 1.5rem 0;
}

.page-product .related .title {
    color: #6f499c;
}

.product-archive .content-area#primary {
    float: none;
    width: auto;
}

.product-archive .page-title {
    font-family: 'Londrina Solid', 'sans-serif';
    color: #6f499c;
    font-weight: normal;
}

    /* custom css */
#gform_wrapper_3 .gform_fields input, #gform_wrapper_3 .gform_fields select { height: 48px; padding: 10px !important; background-color: #fff; }
#gform_wrapper_3 .gform_fields label { color: #fff; margin: 10px 0 0 0; font-weight: 400!important; }
#gform_wrapper_3 .gform_wrapper .gfield_required { color:#fff;}
body .gform_wrapper ul li.gfield { margin-top: 0 !important; padding-right: 0 !important;  padding-top: 0 !important; }
.gform_wrapper .gform_footer { margin: 0!important; }
.gform_footer  .gform_button { margin: 0 !important; }
.gform_footer #gform_submit_button_3 { margin: 0 !important; width: 100%; }
.gform_wrapper { margin:0 !important;}
.gform_wrapper .gform_footer { margin:4px 0 0; }
.page-result .page-box .page-content{  min-height: 300px; }
#gform_wrapper_3 .gform_fields input { height: 48px; padding: 10px !important; text-transform:none; }
#gform_wrapper_3 .gform_fields label { color: #fff; margin: 10px 0 0 0; font-weight: 400!important; }
.gform_wrapper .gfield_required { color:#fff;}
body .gform_wrapper ul li.gfield { margin-top: 0 !important; padding-right: 0 !important; padding-top: 0 !important; }
.gform_wrapper .gform_footer { margin: 0!important; }
.gform_footer  .gform_button { margin: 0 !important; }
.gform_footer #gform_submit_button_3 { margin: 0 !important; width: 100%; }
.gform_wrapper { margin:0 !important;}
.gform_wrapper .gform_footer { margin:4px 0 0; }
.page-result .page-box .page-content{  min-height: 300px; }
.standard .page-detail p { font-size:21px; padding:0;  }
.searchform div { display:flex; flex-wrap:wrap; }
.searchform div.screen-reader-text { width:100%; }
.searchform div #searchsubmit { margin-top:25px; }
.expand-div .gform_wrapper div.validation_error { font-size:14px; font-weight:400; padding:10px 0 0 0; margin:0; line-height:normal; border:0; }
.gform_wrapper .validation_message { font-weight:400; }
.expand-div #gform_wrapper_3.gform_wrapper .field_description_below .gfield_description { padding:0; font-family:'Source Sans Pro'; font-weight:400; }
.expand-div #gform_wrapper_3.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .expand-div .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label { margin-top:8px; }
.expand-div #gform_wrapper_3.gform_wrapper li.gfield.gfield_error, .expand-div .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { background:transparent; padding:0; border:0; }
.expand-div #gform_wrapper_3.gform_wrapper .gfield_error .gfield_label { color:#fff; }
.expand-div #gform_wrapper_3 .gform_ajax_spinner { margin:15px auto 0; display:flex; justify-content:center;  }
.expand-div #gform_wrapper_3.gform_wrapper .gfield_required {color: #fff; margin-left: 4px; }

.gallery-filter-box {display: none; }
.gallery-filter-box.active { display: flex;}

#gform_wrapper_1 .ginput_container.ginput_container_phone { padding: 0 0 0 8px; }
#gform_wrapper_1 .ginput_container.ginput_container_email { padding: 0 8px 0 0; }
#gform_wrapper_1 #gform_submit_button_1 { padding: 16px 68px; font-size: 16px; letter-spacing: 3px; font-weight: bold; }
#gform_wrapper_1 #input_1_7_3_container label { font-size: 16px; color: #7c7c7c; }
#gform_wrapper_1 #input_1_7_6_container label { font-size: 16px; color: #7c7c7c; }
#gform_wrapper_1 label.gfield_label  { font-weight: normal; font-size: 16px; color: #7c7c7c; }
#gform_wrapper_1 #field_1_9 label.gfield_label  { padding: 0 0 0 8px; }
#gform_wrapper_1 input { font-size: 18px; height: 55px; border: 1px solid #979797; }
/*.booking-details { background-color:#fff; }*/
.bookly-form * { font-size : 17px; }
.bookly-form .bookly-table * { font-size:18px !important; }
.bookly-form .bookly-label-error { color: #c21818 !important; font-size: 15px !important; margin-top:0!important; }
.bookly-columnizer .bookly-day, .bookly-columnizer .bookly-hour { font-size:15px !important;   }
#gform_wrapper_1 .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half { /* border: 0 !important; */ }
#gform_wrapper_1 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description { padding-left:8px; }
#gform_wrapper_1 .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { border: 0 !important; }
#gform_wrapper_1 .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half { /* border: 0 !important; */ }
#gform_wrapper_1 .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { border: 0 !important; }
#gform_wrapper_1 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description { padding-left:9px !important; }
figure.parking-img { margin: 0 auto; text-align: center; }
.sub-title-content h3 { margin-bottom: 0; }

.expand-div #gform_confirmation_message_3 { color: #fff; }
#gform_wrapper_1 #validation_message_1_7 { border: 0 !important; }
#gform_wrapper_1 input { text-transform: none; }
#gform_wrapper_1 textarea { text-transform: none; }
#gform_wrapper_1 #input_1_7_3_container label { display: none;}
#gform_wrapper_1 #input_1_11_6_container label { display: none; }
#gform_wrapper_1 #field_1_11 { padding: 0 0 0 8px; }
#gform_wrapper_1 #input_1_11_6_container {  padding-right: 0; }
.parking-address p { max-width: 400px; margin: 0 auto; }
.parking-address p { max-width: 400px; margin: 0 auto; line-height: 1.4; font-size: 15px; }
.parking-address p img { width: 100%; margin-top: 10px; margin-bottom: 10px; }

.error-404.not-found { text-align: center; margin: 40px 0; }

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {line-height: 2; font-size: 18px;}

.woocommerce .button.alt {background: #6f4a9a !important; padding: 17px 36px; border-radius: 0;}
.woocommerce .button.alt:hover {background: #df5c95 !important}

.install_checkbox .input-checkbox-w {
    vertical-align: middle;
    height: 18px;
    width: 18px;
}
p.woo_xt_option {
    margin: 10px 0;
}

img {max-width: 100%; vertical-align: middle;}

.center {display: table; width: 100%; table-layout: fixed;}
.center > * {display: table-cell; vertical-align: top;}

#galleryLB {display: none; justify-content: center; align-items: center; top: 0; left: 0; height: 100vh; width: 100%; z-index: 10000; position: fixed;}
#galleryLB.active {display: flex;}
#galleryLB .shade {position: absolute; top: 0; left: 0; height: 100vh; width: 100%; background: rgba(0,0,0,.5); z-index: 5;}
#galleryLB .wrapper {max-width: 1440px; padding: 16px; z-index: 10;}
#galleryLB article {background: #fff; display: none;}
#galleryLB article.active {display: block;}
#galleryLB article figure {width: 65%;}
#galleryLB article .content {padding: 25px 50px}
#galleryLB article .content a {font-size: 12px; line-height: 15px; color: #28ABE2; text-transform: uppercase;}
#galleryLB article .content p {font-size: 16px; line-height: 20px; padding: 0 0 8px; margin: 0 auto;}
#galleryLB article .content h3 {font-size: 45px; line-height: 57px; padding: 24px; text-align: center; background-image: url('../../media/images/trampolines.png'); background-position: center; background-repeat: no-repeat; background-size: contain; color: #fff; margin-bottom: 24px; margin-top: 24px;}
#galleryLB article .content h4 {font-size: 27px; line-height: 24px; color: #6F4A9A; padding-top: 32px;}

#galleryItems .wide {max-width: 1440px; margin: 0 auto;}
#galleryItems h2 {font-size: 45px; line-height: 57px; color: #6F4A9A;}
#galleryItems a {display: block;}
#galleryItems a figure {height: 225px;background-position: center; background-size: cover;}

/* Buy Product */
.buy-product .price {margin-right: auto; font-weight: bold;}
.buy-product .price .price-text, .buy-product .price .buy-text {line-height: 1.1;}
.buy-product .price .price-text {font-size: 225%; text-align: left;}
.buy-product {margin-top: 20px;}
.buy-product .buy-now .button {background-color: #9BC055; color: #fff; font-size: 18px; padding: 17px 50px;}
.buy-product.flex > * > * {height: auto;}
.accessories-trampolines .woocommerce-notices-wrapper {margin-top: 30px;}
.buy-product .buy-now .button.unavailable {background-color: #ccc; pointer-events: none; cursor: not-allowed;}

.single-product #main #banner {display: none;}

.options_button {background-color: #9BC055; color: #fff; font-size: 18px; padding: 17px 50px; margin: 5px; min-width: 70%;}

/* Cart */
.woocommerce table.cart img {width: 150px;}
.woocommerce table.cart td {border-right: none;}
.woocommerce table.shop_table td.product-thumbnail {width: 240px;}
.woocommerce table.shop_table th {text-transform: uppercase;}
.woocommerce table.cart td.actions .input-text {width: auto; height: 55px;}
.woocommerce table.cart .product-name a {pointer-events: none; color: #000;}
.woocommerce .cart .button {vertical-align: top;}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {color: #fff; padding: 19px 48px;}
.woocommerce .cart_totals  a.button.alt {background: #28abe2 !important; width: 100%; text-align: center; font-size: 16px;}
.woocommerce .cart_totals  a.button.alt:hover {background: #df5c95 !important;}
.woocommerce table.cart td.product-price, .woocommerce table.cart td.product-subtotal, .woocommerce table.shop_table td[data-title="Subtotal"], .woocommerce table.shop_table td[data-title="Total"] {color: #6CB571;}
body.woocommerce-page .testimonial-section {display: none;}
body.woocommerce-page #footer {border-top: 1px solid #F1F1F1;}


/* SPECIAL */
.bg--cover,
.bg--full
{background-position: center; background-size: cover; background-repeat: no-repeat;}
.bg--contain {background-position: center; background-size: contain; background-repeat: no-repeat;}
.list--side,
.form--fields
{display: block; width: 100%; line-height: 0; padding: 0; margin: 0; letter-spacing: -0.31em; letter-spacing: normal; word-spacing: -0.43em; text-rendering: optimizespeed; box-sizing: border-box;}
.list--side > *,
.form--fields > *
{line-height: 1; padding: 0; margin: 0; display: inline-block !important; zoom: 1; display: inline; letter-spacing: normal; word-spacing: normal; text-rendering: auto; box-sizing: border-box;}
.table--side {display: table; box-sizing: border-box; table-layout: fixed; width: 100%;}
.table--side > * {display: table-cell; box-sizing: border-box;}
.vertical--top > * {vertical-align: top;}
.vertical--middle > * {vertical-align: middle;}
.vertical--bottom > * {vertical-align: bottom;}
/* locations pages */

.bg--blue {background: #28abe2;}
.bg--purple {background: #6f4a9a;}
.bg--orange {background: #ec782e;}
.bg--pink {background: #be288c;}
.bg--green {background: #90c440;}

.header--simple {text-align: center; padding: 40px 0;}
.header--simple h1 {color: #fff; font-size: 56px; line-height: 1;}

.headline {text-align: center; color: #fff; margin: 0 0 40px;}
.headline span {display: inline-block; padding: 24px 56px; text-align: center; color: #fff;
-webkit-mask: url(../../media/images/headline.svg) no-repeat; -webkit-mask-size: 100% 100%; -webkit-mask-position: center center;
mask: url(../../media/images/headline.svg) no-repeat; mask-size: 100% 100%; mask-position: center center;}

.location--info {padding: 40px 0;}
.location--info .wrap .location-title .location-heading {color:#fff;margin-bottom:0;padding:27px 50px;text-align:center;}
.location--info .this--image {padding: 40px 0; width: 50%;}
.location--info .this--info {padding: 40px 40px 40px 0; width: 50%;}
.location--info .this--info h2 {line-height: 1.2; font-size: 60px; margin: 0 0 16px;}
.location--info .this--info h3 {font-size: 24px; line-height: 1.2; margin: 0 0 4px;}
.location--info .this--info li,
.location--info .this--info p
{font-size: 20px; line-height: 1.2;}
.location--info .this--info li {list-style: none;}
.location--info .this--info li strong,
.location--info .this--info p strong
{font-weight: 600;}
.location--info .this--info ul {padding: 0; margin: 0 0 20px;}
.location--info .review--stars {vertical-align: middle; display: inline-block; padding: 0 0 0 8px;}
.location--info .review--stars i {display: inline-block; color: #ffa62e; font-size: 24px; width: 24px; height: 24px; text-align: center;}
.location--info .this--review a {color: #000; text-decoration: underline;}

.location--products {padding: 40px 0;}
.location--products li {width: 33.33%; padding: 16px;}
.location--products figure {width: 100%; height: 0; padding-bottom: 72%; position: relative;}
.location--products figure img {position: absolute; top: 0; left: 0; opacity: 0; width: 100%; height: 100%;}
.location--products h3 {font-size: 32px; text-align: center; line-height: 1; color: #fff; padding: 16px; margin: 0; background: #be288c;}
.location--products a {display: block; text-decoration: none !important;}
.location--products a:hover h3 {background: #6f4a9a;}

.location--contact {padding: 40px 0;}
.location--contact .this--form {width: 100%; max-width: 600px; margin: 0 auto;}

.location--faq {padding: 40px 0;}
.location--faq .this--faq {width: 50%; padding: 0 16px 0 0;}
.location--faq .this--image {width: 50%; padding: 0 0 0 16px;}
.faq__main {margin: 0 auto; width: 100%; max-width: 1000px; padding: 0;}
.faq__main .faq__item {margin: 0; border-bottom: 2px solid #ec782e; display: block;}
.faq__main .faq__item:last-child {margin: 0;}
.faq__main .faq__question {display: block; padding: 0; margin: 0; font-size: 22px;}
.faq__main .faq__question a {display: block; padding: 20px 48px 20px 24px; color: #6f4a9a; position: relative; text-decoration: none !important;}
.faq__main .faq__question span {position: absolute; top: 24px; right: 18px;}
.faq__main .faq__question span svg {font-size: 18px; width: 18px; height: 18px; line-height: 1;}
.faq__main .faq__item .fa-chevron-down {display: block;}
.faq__main .faq__item.on .fa-chevron-down {display: none;}
.faq__main .faq__item .fa-chevron-up {display: none;}
.faq__main .faq__item.on .fa-chevron-up {display: block;}
.faq__main .faq__answer {display: none; padding: 0 24px 24px;}
.faq__main .faq__item.on .faq__question {}
.faq__main .faq__item.on .faq__answer {display: block;}

.gform_wrapper.gravity-theme .gfield_label {font-weight: 400 !important;}
.gform_footer {text-align: center; align-items: center; justify-content: center;}
.gform_required_legend {display: none;}

.collection--series {text-align: center; padding: 64px 0 32px;}
.collection--series ul {margin: 0; padding: 0;}
.collection--series h2 {font-size: 40px; font-weight: 700; color: #000;}
.collection--series h3 {font-size: 18px; line-height: 1.5; color: #616161; padding: 8px 0 0; margin: 0;}
.collection--series li {width: 160px; padding: 8px;}
.collection--series li a {color: #616161; text-decoration: none !important; display: block;}
.collection--series li a figure {aspect-ratio: 1 / 1; border-radius: 8px; border: 5px solid #fff; box-shadow: 0px 4px 11.8px 0px rgba(0, 0, 0, 0.12);}
.collection--series li a:hover figure {border-color: #90c440;}
.collection--series li.is--active a figure {border-color: #90c440;}

.collection--types {text-align: center;  padding: 40px 0 24px;}
.collection--types ul {margin: 0; padding: 0;}
/* .collection--types h2 {font-size: 18px; font-weight: 600; color: #000; padding: 0 0 16px;} */
.collection--types h2 {font-size: 40px; font-weight: 700; color: #000;}
.collection--types li {min-width: 200px; margin: 0; padding: 0;}
.collection--types li h3 {margin: 0; padding: 0; font-size: 18px; line-height: 1.5;}
.collection--types li a {color: #000; background: #fafafa; display: block; text-decoration: none !important; padding: 14px 4px;}
.collection--types li a:hover,
.collection--types li.is--active a
{background: #77bae4; color: #fff;}

.collection--items {width: 100%; display: flex; flex-flow: wrap; gap: 56px 24px; margin: 0; padding: 0 0 64px;}
.collection--items li {display: block; list-style: none; margin: 0; padding: 0 0 48px; flex: 0 0 calc(25% - 42px); position: relative;}
.collection--items li figure {width: 100%; height: auto; aspect-ratio: 1 / 1; display: block; overflow: hidden;}
.collection--items li figure img {width: 100%; height: 100%; object-fit: cover;}
.collection--items li h3 {font-size: 20px; font-weight: 600; line-height: 1.5; margin: 0; padding: 0;}
.collection--items li .woocommerce-Price-amount {color: #55a9dd; font-size: 24px; line-height: 1.5; font-weight: 600; display: inline-block; background: #eef7fc; padding: 4px;}
.collection--items li .this--link {position: absolute; bottom: 0; left: 0; width: 100%;}
.collection--items li .this--link a {display: block; background: #55a9dd; color: #fff; padding: 12px; text-decoration: none !important; text-transform: uppercase; font-size: 14px; line-height: 1.5; font-weight: 700; text-align: center;}
.collection--items li .this--link a:hover {background: #69bdf1;}
.collection--items li .this--title {display: flex; width: 100%; flex-flow: row; gap: 12px; padding: 12px 0 16px;}
.collection--items li .this--title > h3 {flex: auto;}
.collection--items li .this--title > .this--price {flex: 1 0 28%; text-align: right;}

/* Mobile Styles */
.flex {display: flex; flex-wrap: wrap; justify-content: center;}
.flex > * {margin: 0;}
.flex > * > * {height: 100%;}
.inline {font-size: 0; list-style-type: none; padding: 0;}
.inline > * {font-size: initial; display: inline-block; vertical-align: top;}

.gutters > * {padding: 16px;}

.mx01 {width: 8.333%;}
.mx02 {width: 16.666%;}
.mx03 {width: 25%;}
.mx04 {width: 33.333%;}
.mx05 {width: 41.666%;}
.mx06 {width: 50%;}
.mx07 {width: 58.333%;}
.mx08 {width: 66.666%;}
.mx09 {width: 75%;}
.mx10 {width: 83.333%;}
.mx11 {width: 91.666%;}
.mx12 {width: 100%;}
.full {width: 100%;}

[class*="fifth"] {width: 20%;}
[class*="fourth"]:not(.gfield--width-quarter) {width: 25%;}
[class*="third"]:not(.gfield--width-third) {width: 33.33%;}
[class*="half"]:not(.gfield--width-half) {width: 50%;}

/* Large Screen Size */
@media (max-width: 1439px) {
    .header--simple h1 {font-size: 52px;}
    .location--info .this--info h2 {font-size: 52px;}
    .location--products h3 {font-size: 26px;}
}
@media (max-width: 1200px) {
    .lg01 {width: 8.333%;}
    .lg02 {width: 16.666%;}
    .lg03 {width: 25%;}
    .lg04 {width: 33.333%;}
    .lg05 {width: 41.666%;}
    .lg06 {width: 50%;}
    .lg07 {width: 58.333%;}
    .lg08 {width: 66.666%;}
    .lg09 {width: 75%;}
    .lg10 {width: 83.333%;}
    .lg11 {width: 91.666%;}
    .lg12 {width: 100%;}

    [class*="fifth"] {width: 25%;}
    [class*="fourth"] {width: 33.33%;}
    .buy-product .buy-now .button {padding: 17px 30px;}

    .header--simple h1 {font-size: 48px;}
    .location--info .this--info h2 {font-size: 42px;}
    .location--info .this--info h3 {font-size: 20px;}
    .location--info .this--info li,
    .location--info .this--info p
    {font-size: 18px;}
    .location--products li {padding: 16px 8px;}
    .location--products h3 {font-size: 22px;}

    .collection--items li {flex: 0 0 calc(33.33% - 16px);}

}

/* Medium Screen size - Mobile starts here */
@media (max-width: 992px) {
    .mobile {display: inline-block;}

    .md01 {width: 8.333%;}
    .md02 {width: 16.666%;}
    .md03 {width: 25%;}
    .md04 {width: 33.333%;}
    .md05 {width: 41.666%;}
    .md06 {width: 50%;}
    .md07 {width: 58.333%;}
    .md08 {width: 66.666%;}
    .md09 {width: 75%;}
    .md10 {width: 83.333%;}
    .md11 {width: 91.666%;}
    .md12 {width: 100%;}

    [class*="fifth"] {width: 33.33%;}
    [class*="third"] {width: 50%;}
    [class*="half"] {width: 100%;}
    .center, .center > * {display: block;}

    .gutters > * {padding: 8px;}

	#galleryLB article figure {width: 100%; padding: 16px; text-align: center;}
	#galleryLB article .content {padding: 0 16px 16px;}
	#galleryLB article .content h3 {margin: 16px 0 !important; padding: 16px; font-size: 24px; line-height: 32px}
	#galleryLB article {padding: 16px; overflow: auto; max-height: 80vh; max-width: 600px}
	.buy-product .buy-now .button {padding: 17px 50px;}
	#header .contact-box > a {
        padding: 0 24px 0 10px;
    }

    .header--simple h1 {font-size: 32px;}
    .location--info .this--info h2 {font-size: 32px;}
    .location--info .this--info li,
    .location--info .this--info p
    {font-size: 16px;}
    .location--info .review--stars i {font-size: 18px; width: 18px; height: 18px;}
    .location--products h3 {font-size: 18px;}
    .faq__main .faq__question {font-size: 18px}
    .faq__main .faq__question a {padding: 16px 48px 16px 16px;}
    .faq__main .faq__answer {padding: 0 16px 16px;}

    .collection--items li {flex: 0 0 calc(50% - 12px);}
    .collection--types li {min-width: auto;}
    .collection--types li a {padding: 14px 16px;}

}

/* Small Screen Size */
@media (max-width: 768px) {
    .sm01 {width: 8.333%;}
    .sm02 {width: 16.666%;}
    .sm03 {width: 25%;}
    .sm04 {width: 33.333%;}
    .sm05 {width: 41.666%;}
    .sm06 {width: 50%;}
    .sm07 {width: 58.333%;}
    .sm08 {width: 66.666%;}
    .sm09 {width: 75%;}
    .sm10 {width: 83.333%;}
    .sm11 {width: 91.666%;}
    .sm12 {width: 100%;}

    [class*="fifth"], [class*="fourth"] {width: 50%;}
    [class*="third"] {width: 100%;}

    .headline {margin: 0 0 24px;}

    .location--info .this--info {display: block; width: 100%; padding: 0;}
    .location--info .this--image {display: block; width: 100%; padding: 24px 0 0;}

    .location--products li {display: block; width: 100%; max-width: 400px; margin: 0 auto; padding: 16px 0;}
    .location--faq .this--faq {display: block; width: 100%; padding: 0;}
    .location--faq .this--image {display: block; width: 100%; padding: 32px 0 0;}

}

/* Miminum Screen Size */
@media (max-width: 500px) {
    .mn01 {width: 8.333%;}
    .mn02 {width: 16.666%;}
    .mn03 {width: 25%;}
    .mn04 {width: 33.333%;}
    .mn05 {width: 41.666%;}
    .mn06 {width: 50%;}
    .mn07 {width: 58.333%;}
    .mn08 {width: 66.666%;}
    .mn09 {width: 75%;}
    .mn10 {width: 83.333%;}
    .mn11 {width: 91.666%;}
    .mn12 {width: 100%;}

    [class*="fifth"], [class*="fourth"] {width: 100%;}
    .buy-product .buy-now .button {padding: 17px 30px;}

    .collection--items li {flex: 0 0 100%;}

}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
.remodal_options,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}


/* Wood party gallery block */


    .gallery-section{
      padding: 40px 0;
  }

  .gallery-section .gallery-section-container{
      max-width: 1470px;
      width: 100%;
      margin: 0 auto;
      padding-left: 30px;
      padding-right: 30px;
  }

  .gallery-section .gallery-section-container .gallery-title{
      margin: 0 0 40px;
  }

  .gallery-section .gallery-section-container .gallery-title h2{
      color: #fff;
      margin-bottom: 0;
      padding: 27px 50px;
      text-align: center;
      font-size: 59px;
  }

  .gallery-section .gallery-section-container .gallery-images-wrap{
      display: flex;
      grid-gap: 24px;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .gallery-section .gallery-section-container .gallery-images-wrap .gallery-image{
      width: calc(25% - 24px);
      height: 342px;
  }

  .gallery-section .gallery-section-container .gallery-images-wrap .gallery-image img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      aspect-ratio: 3/2;
  }

  @media screen and (max-width: 1600px) {
      .gallery-section .gallery-section-container .gallery-title h2{
          font-size: 45px;
      }
  }

  @media screen and (max-width: 1200px) {
      .gallery-section .gallery-section-container .gallery-title h2{
          font-size: 40px;
      }
  }

  @media screen and (max-width: 1023px) {
      .gallery-section .gallery-section-container .gallery-title h2{
          font-size: 30px;
      }
  }

  @media screen and (max-width: 767px) {
      .gallery-section .gallery-section-container .gallery-title h2{
          font-size: 25px;
      }
  }

  @media screen and (max-width:1249px) {
      .gallery-section .gallery-section-container .gallery-images-wrap .gallery-image{
          width: calc(33% - 20px);
      }
      .gallery-section .gallery-section-container .gallery-images-wrap{
          grid-gap: 20px;
      }
  }

  @media screen and (max-width: 991px) {
      .gallery-section .gallery-section-container .gallery-images-wrap .gallery-image{
          width: calc(50% - 15px);
      }
      .gallery-section .gallery-section-container .gallery-images-wrap{
          grid-gap: 15px;
      }
  }

  @media screen and (max-width: 576px) {
      .gallery-section .gallery-section-container .gallery-images-wrap .gallery-image{
          width: 100%;
      }
      .gallery-section .gallery-section-container .gallery-images-wrap{
          grid-gap: 15px;
      }
  }


/* buy-product-price */
.buy-product-price {
  display: flex;
  align-items: center;
}
.regular-price {
  margin-left:10px;
}



/* Summer Camp Top */

.summer-camp-top{
  padding: 40px 0;
}

.summer-camp-top .summer-camp-top-container{
  max-width: 1470px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.summer-camp-top .summer-camp-top-container .text{
  max-width: 800px;
  margin: 0 auto 80px;
  text-align: center;
}

.schedule-table{
  max-width: 940px;
  margin: 40px auto;
}

.schedule-table .table-headings{
  display: flex;
  background: #6A4C95;
  padding: 15px 25px;
}

.schedule-table .table-headings .weeks{
  width: 70%;
  font-size: 16px;
  color: #ffffffff;
  margin: 0;
  padding: 0;
}

.schedule-table .table-headings .ages{
  width: 30%;
  font-size: 16px;
  color: #ffffffff;
  margin: 0;
  padding: 0;
}

.schedule-table .table-data{
  display: flex;
  padding: 28px 25px;
}

.schedule-table .table-data:nth-of-type(even){
  background: #ffffffff;
}

.schedule-table .table-data:nth-of-type(odd){
  background: #eeeeee;
}

.schedule-table .table-data .week{
  width: 70%;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 470px) {
  .schedule-table .table-headings{
    padding: 15px 15px;
  }
  .schedule-table .table-data{
    padding: 20px 15px;
  }
  .schedule-table .table-headings .weeks{
    width: 50%;
  }
  .schedule-table .table-headings .ages{
    width: 50%;
  }
  .schedule-table .table-data .week{
    width: 50%;
  }
  .schedule-table .table-data .age{
    width: 50%;
  }
}

.schedule-table .table-data .age{
  width: 30%;
  font-size: 16px;
  margin: 0;
  padding: 0;
}



/* Partyroom Heading Text */

.partyroom-heading-text{
  padding: 40px 0;
}

.partyroom-heading-text .partyroom-heading-text-container{
  max-width: 1470px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.partyroom-heading-text .partyroom-heading-text-container .text{
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}


/* Party Addons */

.party-addons{
  padding: 40px 0;
}

.party-addons .party-addons-container{
  max-width: 1470px;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.party-addons .party-addons-container .heading{
  margin: 40px 0 0;
}

.party-addons .party-addons-container .subtext{
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.party-addons .party-addons-container .addons-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: center;
}

.party-addons .party-addons-container .addons-wrapper .addon .addon-price{
  text-align: center;
  font-weight: bold;
  transform: translateY(-10px);
  opacity: 0;
  transition: all 0.3s ease;
}

.party-addons .party-addons-container .addons-wrapper .addon:hover .addon-price{
  transform: translateY(0);
  opacity: 1;
}

.party-addons .party-addons-container .addons-wrapper .addon{
  flex: 0 0 18%;
}

.party-addons .party-addons-container .addons-wrapper .addon .title p{
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #6A4C95;
  line-height: 120%;
  margin: 20px 0 10px;
}


.party-addons .party-addons-container .addons-wrapper .addon .subtitle p{
  text-align: center;
  font-size: 22px;
  margin: 0;
  line-height: 120%;
  padding: 0;
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-item-details-content,
.event-tickets .tribe-tickets__tickets-item-details-content
{display: block !important;}

@media screen and (max-width: 1200px) {
  .party-addons .party-addons-container .addons-wrapper{
    gap: 70px;
  }
  .party-addons .party-addons-container .addons-wrapper .addon{
    flex: 0 0 20%;
  }
}

@media screen and (max-width: 991px) {
  .party-addons .party-addons-container .addons-wrapper{
    gap: 50px;
  }
  .party-addons .party-addons-container .addons-wrapper .addon{
    flex: 0 0 25%;
  }
  .party-addons .party-addons-container .addons-wrapper .addon .title p{
    font-size: 24px;
  }
  .party-addons .party-addons-container .addons-wrapper .addon .subtitle p{
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .party-addons .party-addons-container .addons-wrapper .addon {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .party-addons .party-addons-container .addons-wrapper{
    justify-content: space-between;
  }
  .party-addons .party-addons-container .addons-wrapper .addon .title p{
    font-size: 22px;
  }
}

@media screen and (max-width: 560px) {
  .party-addons .party-addons-container .addons-wrapper{
    gap: 20px;
  }
}

@media screen and (max-width: 400px) {
  .party-addons .party-addons-container .addons-wrapper .addon {
    flex: 0 0 100%;
  }
}

.addon-button{
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.addon-button a{
  padding: 24px 0;
  width: 450px;
  background: #6A4C95;
  color: white;
  font-weight: bold;
  text-align: center;

}

.addon-button a:hover{
  background: #0082d5;
  text-decoration: none;
}
