
/* ------------------------------------------------ */
/* BASIC SETUP */
/* ------------------------------------------------ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    color: #555;
    font-family: "Lato", "Arial", sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    z-index: 1;

}

/* ------------------------------------------------ */
/* REUSABLE COMPONENTS */
/* Red brand color: #EA2027 */
/* ------------------------------------------------ */

.row {
    max-width: 1140px;
    margin: 0 auto;
    padding: 1% 0;
}

.header-row {
    margin: 1% 2%;
    /*z-index: 100;*/
}

section {
    padding: 2% 0;
}

.box {
    padding: 1%;
}

.left-align {
    text-align: left;
}

.top-link, .top-link-left, .home-link {
    float: right;
    color: #EA2027;
    text-decoration: none;
    font-size: 90%;
}

.top-link-left {
    float: left;
}

.home-link {
    float: none;
    display: inline-block;
}

.center-align {
    text-align: center;
}

.red-link {
    text-decoration: none;
}

.red-link:link, .red-link:visited {
    color: #EA2027;
}

.red-link:hover {
    color: rgba(197, 19, 25, 1);
}

/* ------------------------------------------------ */
/* HEADER */
/* ------------------------------------------------ */

/*#header-img {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: -5;
}

#header-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    background: #000;
    opacity: 1;
}*/

.header-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    /*padding-right: 5%;*/
}

#header {
    background: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(img/Kieran_Homepage_Edited1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-position: center;*/
    background-position: center;
    /*height: 100vh;*/
    background-attachment: scroll;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    display: block;
    position: relative;
}

.logo {
    height: 75px;
    width: auto;
    float: left;
}

.logo-small {
    display: none;
    height: 30px;
    width: auto;
    float: left;
}

.float-right {
    display: inline-block;
    float: right;
    padding-right: 5%;
}

/* Main Nav */

#main-nav {
    float: right;
    list-style: none;
    margin-top: 1%;
    /*z-index: 10;*/
    display: block;
    position: relative;
}

#main-nav li {
    display: inline-block;
    margin-left: 30px;
    padding-bottom: 3%;
}

#main-nav li a:link,
#main-nav li a:visited {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    padding: 8px 0;
}

#main-nav li a:hover,
#main-nav li a:active {
    border-bottom: 2px solid #EA2027;
}

/* Sticky Nav */

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(217, 233, 226, 0.9);
    z-index: 9999;
    box-shadow: 0 2px 2px #ccc;
}

.sticky #main-nav {
    margin: 0.3% 0 0 0;
}

.sticky #main-nav li a:link,
.sticky #main-nav li a:visited {
    color: #555;
   /* text-decoration: none;
    text-transform: uppercase;
    font-size: 90%; */
    padding: 16px 0;
    margin: 0;
}

.sticky #main-nav li a:hover,
#main-nav li a:active {
    border-bottom: 2px solid #EA2027;
}

.sticky .logo {
    display: none;
}

.sticky .logo-small {
    display: inline-block;
    margin: 0;
}

.hero-text-box {
    position: relative;
    display: block;
    float: left;
    /*width: 100%;*/
/*    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
    letter-spacing: 1px;
    word-spacing: 4px;
    margin: 10% 5%;
    /*z-index: 5;*/
    /*text-align: center;*/
}

.header-location-wrapper {
    position: relative;
    text-align: center;
    display: block;
    /*width: 100%;*/
    float: right;
    clear: both;
    margin: 2%;
    /*margin-bottom: 10%;*/
}

.header-location:link,
.header-location:visited,
.header-location:active {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    /*margin-top: 40%;*/
    display: block;
    /*text-align: center;*/
    /*z-index: 5;*/
}

.header-location:hover {
    color: #EA2027;
    /*font-weight: 600;*/

}

.hide-medium-large {
    display: none;
}


/* ------------------------------------------------ */
/* HEADINGS */
/* ------------------------------------------------ */


h1, h2, h3, h4, h5 {
    margin: 0;
    font-family: "Montserrat", "Arial", sans-serif;
    font-weight: lighter;
}

h1, h2, h3, h4 {
    letter-spacing: 1px;

}

h1, h3 {
    text-transform: uppercase;
}

h3, h4, h5 {
    word-spacing: 2px;
    text-align: center;
}

h1 {
    font-size: 240%;
    font-weight: 600;
    color: #EA2027;
    /* background: -webkit-linear-gradient(#ed3f45, #b51117);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

h2 {
    font-size: 120%;
    color: #fff;
}

h3 {
    font-size: 130%;
    line-height: 175%;
}

/* after pseudo class added for line under h3 title */

h3:after {
    display: block;
    width: 100px;
    height: 2px;
    background-color: #EA2027;
    content: " ";
    margin: 2% auto;
}

h4 {
    font-size: 120%;
    color: #EA2027;
}

h5 {
    font-size: 80%;
    text-align: left;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 140%;
}

h6 {
    color: #EA2027;
    font-family: "Lato", "Arial", sans-serif;
    font-weight: 300;
    font-size: 110%;
    line-height: 155%;
    word-spacing: 2px;
}

.page-title {
    font-size: 130%;
}

.bottom {

}

/* ------------------------------------------------ */
/* BUTTONS */
/* ------------------------------------------------ */

.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    margin: 30px 10px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    border: 3px solid #EA2027;
    transition: background-color 0.2s, color 0.2s, border 0.2s, font-weight 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type=submit] {
    background-color: #EA2027;
    color: #fff;
}

.btn-ghost:link,
.btn-ghost:visited {
    color: #EA2027;
    font-weight: 400;

}

#header-buttons .btn-ghost:link,
.btn-ghost:visited {
    background-color: rgba(205, 205, 205, 0.5);
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: rgba(197, 19, 25, 1) !important;
    border: 3px solid #c51319;
    color: #fff;
}

.collapsible {
    background-color: #a7dac3;
    color: #555;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.collapsible:hover,
.collapsible:active {
    background-color: #c0dbcf;
}

/* ------------------------------------------------ */
/* PARAGRAPHS */
/* ------------------------------------------------ */


.long-copy, .detail-list, .faq-reply {
    text-align: center;
    line-height: 150%;
    margin-top: 1%;
}

.section-about-us .long-copy,
.section-booking-form .long-copy {
    font-size: 110%;
}

.section-booking-sent {
    font-size: 120%;
    height: 100vh;
    padding: 10%;
}

.detail-list {
    list-style: none;
}

.faq-reply {
    text-align: left;
    margin-bottom: 3%;
}

highlight {
    color: #EA2027;
    font-weight: 400;
}

.box p {
    margin-top: 10px;
    line-height: 150%;
    font-size: 90%;
}

.small-para {
    margin-top: 5px;
    line-height: 150%;
    font-size: 90%;
}

/* ------------------------------------------------ */
/* ICONS */
/* ------------------------------------------------ */

.icon-big {
    font-size: 250%;
    display: block;
    color: #EA2027;
    margin-bottom: 5%;
}

ul li .uil {
    color: #EA2027;
}

/* ------------------------------------------------ */
/* INFO */
/* ------------------------------------------------ */

#section-info {
    background-color: #F8E9F6;
}

/* ------------------------------------------------ */
/* HOURS & RATES */
/* ------------------------------------------------ */

.section-hours-rates {
    background-image: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)), url(img/ComingSoon_kristin-brown-3kBtYrZ0-hw-unsplash.jpg);
    /*padding-top: 35%;*/
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
}


/* ------------------------------------------------ */
/* IMAGES SHOWCASE */
/* ------------------------------------------------ */

.section-comics {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    background: #f5f5f7;
}

.section-photos {
    margin-top: 0;
    padding-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.playspace-showcase {
    width: 100%;
    list-style: none;
}

.playspace-showcase li {
    display: block;
    float: left;
    width: 25%;
}

.figure-play-photo, .comic-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
}

.comic-photo img {
    width: 100%;
    height: auto;
}

.figure-play-photo img {
    width: 100%;
    min-height: 260px;
    max-height: 260px;
    transform: scale(1.03);
    opacity: .8;
    transition: transform .5s, opacity .5s;
}

.figure-play-photo img:hover {
    transform: scale(1.15);
    opacity: 1;
}

#btnTogglePhotos {
    text-align: center;
}

.collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #555;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
    color: #555;
}

.section-family-photos {
    text-align: center;
}

.figure-family-photo img {
    height: 400px;
    width: auto;
    display: inline-block;
}

.section-photos {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* ------------------------------------------------ */
/* PARTY PACKAGES */
/* ------------------------------------------------ */

.section-party-packages {
    background-image: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)), url(img/brooke-lark-158026-unsplash.jpg);
    /*padding-top: 35%;*/
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
}

.party-package-card {
    background-color: #fff;
    width: 90%;
    margin-left: 5%;
    border-bottom: none;
    box-shadow: 0 2px 2px #efefef;
}

.party-package-card-header {
    padding: 4%;
    border-bottom: 1px solid #e8e8e8;
    background-color: #fcfcfc;
    min-height: 115px;
    max-height: 115px;
}

.party-package-card-body-md {
    padding: 4%;
    min-height: 150px;
    max-height: 150px;
}

.party-package-card-body-sm {
    padding: 4%;
    min-height: 95px;
    max-height: 95px;
}

.package-price {
    font-size: 150%;
    margin-bottom: 2%;
    font-weight: 100;
    color: #EA2027;
}

.party-package-card ul {
    list-style: none;
    text-align: left;
}

.party-package-card ul li {
    padding: 1% 0;
    font-size: 95%;
}

.detail-list {text-align: left;}

.button-container {
    text-align: center;
}

.section-party-packages .row .btn-ghost {
    text-align: center;
}

/* ------------------------------------------------ */
/* FOOTER */
/* ------------------------------------------------ */

footer {
    background-color: #333;
}

.footer-nav {
    font-size: 120%;
}

.footer-social {
    float: right;
    font-size: 125%;
}

.uil-facebook-f:link, .uil-facebook-f:visited,
.uil-instagram:link, .uil-instagram:visited {
    color: #ddd;
}

.uil-facebook-f:hover, .uil-facebook-f:active {
    color: #3b5998;
}

.uil-instagram:hover, .uil-instagram:active {
    color: #e95950;
}

footer ul {
    list-style: none;
}

footer a:link,
footer a:visited {
    text-decoration: none;
    color: #ddd;
    font-size: 80%;
    letter-spacing: 1px;
    margin: 0 5px;
}

footer a:hover,
footer a:active {
    color: #EA2027;
}

.contact-info {
    color: #ddd;
    /*font-size: 80%;*/
    letter-spacing: 1px;
    line-height: 25px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1%;
}

.footer-social li {
    color: #ddd;

    letter-spacing: 1px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1%;
}

.footer-social-inline {
    height: 100%;
}

.footer-connect {
    display: inline;
    font-size: 75%;
}

hr {
    border-top: 1px solid #EA2027;
    border-bottom: hidden;
}

.copyright {
    color: #ddd;
    font-size: 60%;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 1%;
}

.hide-large {
    display: none;
}

.active-link {
    color: #EA2027;
    font-size: 85%;
}

/* ------------------------------------------------ */
/* ABOUT US */
/* ------------------------------------------------ */

.about-us {
    line-height: 150%;
    letter-spacing: .5px;
}


/* ------------------------------------------------ */
/* CONTACT/ BOOKING FORM */
/* ------------------------------------------------ */

.bookaparty {
    background-image: linear-gradient(rgba(255,255,255,.85), rgba(255,255,255,.85)), url(img/brooke-lark-158026-unsplash.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
}

.contact-form {
    width: 60%;
    margin: 0 auto;
}

/*label {
    font-size: 130%;
}*/

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #EA2027;
    /*font-size: 120%;*/
    font-weight: 300;
}

textarea {
    height: 100px;
}

input::-webkit-input-placeholder {
    color: #777;
    font-weight: 100;
}

*:focus {
    outline:none;
}


/* ------------------------------------------------ */
/* CAREERS */
/* ------------------------------------------------ */

.section-careers {
    background-image: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)), url(img/clay-banks-POzx_amnWJw-unsplash.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
    height: 100vh;
}

.section-careers a:link,
.section-careers a:visited {
    color: #EA2027;
    text-decoration: none;
    letter-spacing: 0.5px;
    word-spacing: 1px;
}

.job-listings {
    margin-left: 5%;
    text-align: left;
}

.bg-modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top:0;
    /*display: flex;*/
    justify-content: center;
    /*align-items: center;*/
    display: none;
}

.modal-content {
    width: 50%;
    height: 80%;
    overflow-y: scroll;
    line-height: 150%;
    word-spacing: .8px;
    background-color: #eff6f3;
    margin-top:5%;
    padding: 5%;
    border-radius: 6px;
    position: relative;
    text-align: left;
}

.close {
    position: absolute;
    top: 0;
    right: 14px;
    font-size: 220%;
    transform: rotate(45deg);
    cursor: pointer;
}


/* ------------------------------------------------ */
/* VENDORS */
/* ------------------------------------------------ */

.vendorBG {
    background-image: linear-gradient(rgba(255,255,255,.85), rgba(255,255,255,.85)), url(img/mockaroon-Efz7CTysCnE-unsplash.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
}

.section-vendors {
    height: 100vh;
}

.section-vendors h5 {
    color: #EA2027;
    font-size: 90%;
}

.section-vendors h5 p {
    color: #555;
}