/* General
============================= */

body {
    background-color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;

    margin: 0 auto;
}

.wrapper {
    overflow-x: hidden;
}

.full-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
    position: relative;
}

a {
    color: #ffffff
}

section {
    padding-top: 75px;
    position: relative;
}

.gradient-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 20%;
    z-index: 10;
}

.gradient-top {
    width: 100%;
    position: absolute;
    top: 0;
    height: 20%;
    z-index: 10;
}

.v-parent {
    display: table;
    height: 100%;
}

.v-child {
    display: table-cell;
    vertical-align: middle;
}

.yellow-bigger {
    color: #ffef42;
    font-size: 18px;
}

h2 {
    color: #ffef42;
    text-align: center;
    font-family: 'avillar';
    text-transform: uppercase;
    z-index: 200;
    position: relative;
}

h3 {
    color: #ffffff;
    text-align: center;
    font-family: 'avillar';
    text-transform: uppercase;
    z-index: 200;
    position: relative;
    font-size: 21px;
}

h4 {
    color: #ffffff;
    text-align: center;
    font-family: 'avillar';
    text-transform: uppercase;
    z-index: 200;
    position: relative;
    font-size: 36px;
}

h4 .active-studio {
    color: #ffef42;
    transition: all 0.5s ease-in-out;
}

.slick-slide:focus {
    outline: none;
}


/* Header
============================= */

.header {
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 15px;
    z-index: 9998;
}

.logo {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9999;
}


/* Nav
============================= */

.header ul {
    list-style: none;
}

.nav-container {
    text-align: right;
    padding: 5px 10px;
}

.header ul li {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 10px;
    font-family: 'avillar';
    font-size: 18px;
}

.header ul li a {
    transition: all 0.5s ease-in-out;
}

.header ul li a:hover {
    color: #ffef42;
}

.active {
    color: #ffef42;
}

.slicknav_menu {
    display: none;
}


/* Home section - slider
============================= */

#home {
    background-attachment: fixed;
    height: 100vh;
    min-height: 700px;
    background-size: cover;
    -ms-behavior: url(http://dev.searsdavies.co.uk/zaiwalla/backgroundsize.min.htc);
    background-position: center;
    position: relative;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%), -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%), -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%), -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%), linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%);
}

#home h1 {
    color: #ffef42;
    text-align: center;
    font-family: 'avillar';
    text-transform: uppercase;
    z-index: 200;
    position: relative;
    font-size: 32px;
}

h3 {
    color: #ffffff;
    text-align: center;
    font-family: 'avillar';
    text-transform: uppercase;
    z-index: 200;
    position: relative;
    font-size: 21px;
}

.slogan {
    position: absolute;
    bottom: 120px;
}


/* About Section
============================= */

#about {
    background-color: black;
    height: auto;
    padding-bottom: 65px;
    z-index: 100;
}

.half-page-image {
    width: 100%;
    background-size: cover;
    -ms-behavior: url(http://dev.searsdavies.co.uk/zaiwalla/backgroundsize.min.htc);
    background-position: center;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%), -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%), url('../img/aboutus.jpg');
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%), -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%), url('../img/aboutus.jpg');
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%), -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%), url('../img/aboutus.jpg');
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%), linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.9) 100%), url('../img/aboutus.jpg');
}

.about-text p {
    font-family: 'avillar';
    font-size: 16px;
    color: white;
}


/* Studio Gallery
============================= */

#rehearsal {
    background-color: black;
    height: auto;
    padding-bottom: 0px;
    z-index: 100;
    min-height: 700px;
}

#studio1 {
    cursor: pointer;
}

#studio2 {
    cursor: pointer;
}

.slide {
    height: 75vh;
    background-position: center;
    background-size: cover;
    -ms-behavior: url(http://dev.searsdavies.co.uk/zaiwalla/backgroundsize.min.htc);
    z-index: 1;
    position: relative;
    min-height: 550px;
}

#rehearsal .slider-one {
    margin-bottom: 65px;
}

#rehearsal .slider-two {
    margin-top: 25px;
    margin-bottom: 65px;
}

.slide .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 25px;
}

.caption p {
    color: white;
    font-family: 'avillar';
    font-size: 18px;
}


/* FAQ
============================= */

#faqs {
    background-color: black;
    height: auto;
    padding-bottom: 65px;
    z-index: 100;
    min-height: 700px;
}

#faqs h3 {
    color: #ffef42;
    text-align: center;
    font-family: 'avillar';
    text-transform: uppercase;
    z-index: 200;
    position: relative;
    font-size: 32px;
    margin-bottom: 20px;
}

.contact-form ul {
    list-style: none;
}

.question {
    padding: 0 30px;
}

.question-container {
    border: 2px solid #ffef42;
    width: 85%;
    margin: 15px auto;
    text-align: center;
    padding: 15px;
    position: relative;
}

.question-container h2 {
    margin: 130px auto;
    cursor: pointer;
}

.question-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 50%;
    left: 0;
    z-index: 100000000;
    padding: 16px;
    opacity: 0;
    cursor: pointer;
    transition: all 0.5s ease;
    display: table;
    transform: translate(0, -50%);
}

.v-child {
    display: table-cell;
    vertical-align: middle;
}

.question-overlay p {
    font-family: 'avillar';
    font-size: 14px;
    color: #ffffff;
}

.question-overlay .yellow {
    font-family: 'avillar';
    font-size: 15px;
    color: #ffef42;
    margin-bottom: 7px;
}

.faq-row {
    margin-top: 35px;
}

.question-container:hover .question-overlay {
    opacity: 1;
}

.faq-row {
    margin-top: 35px;
}


/* Find us
============================= */

#find {
    background-color: black;
    height: auto;
    padding-bottom: 65px;
    z-index: 100;
    min-height: 700px;
}

.half-page-map {
    width: 100%;
    background-size: cover;
    -ms-behavior: url(http://dev.searsdavies.co.uk/zaiwalla/backgroundsize.min.htc);
    background-position: center;
    z-index: 200;
    position: relative;
    height: 75vh;
    min-height: 450px;
}

.find-text {
    margin-top: 15vh;
}

.find-text p {
    font-family: 'avillar';
    font-size: 18px;
    color: white;
    margin-top: 25px;
}

.yellow-bigger {
    color: #ffef42;
    font-size: 18px;
    font-family: 'avillar';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.find-text a {
    color: #ffef42;
}


/* Booking
============================= */

#enquiries {
    background-color: black;
    height: auto;
    padding-bottom: 65px;
    z-index: 100;
    padding-bottom: 100px;
}

.contact-form {
    margin-top: 25px;
}

.second-row {
    padding-top: 75px;
}

button {
    font-family: 'avillar';
    text-transform: uppercase;
}

label {
    cursor: default;
    text-align: left;
    color: #ffef42;
    font-family: 'avillar';
    text-transform: uppercase;
    margin-bottom: 10px;
}

.line-boxes {
    display: block;
}

input[type="text"] {
    background: black;
    border: 1px solid #5d6673;
    color: #ffef42;
    font-family: 'avillar';
}

input[type="text"]:focus {
    background: black;
}

input[type="submit"] {
    background: #ffef42;
    border: none;
    padding: 10px 40px;
    font-family: 'avillar';
    color: black;
    cursor: pointer;
    font-size: 20px;
    text-transform: uppercase;
}

.contact-form p {
    font-family: 'avillar';
    font-size: 14px;
    color: #ffffff;
}

.lose-pad .columns {
    padding-right: 12px;
    padding-left: 0;
}

#enquiries textarea {
    background-color: black;
    border: 1px solid #5d6673;
    color: #ffef42;
    height: 100px;
    font-family: 'avillar';
}

.form-description p {
    font-size: 15px;
    margin-top: -5px;
}

.thanks {
    margin-top: 45px;
}

.thanks p {
    color: #ffef42;
    font-family: 'avillar';
    font-size: 18px;
    margin-left: 22px;

}

form .columns {
    display: inline-block;
}


/* Links 
====================== */

#links {
    background-color: black;
    height: auto;
    padding-bottom: 45px;
    z-index: 100;
}

.link-container {
    display: table;
    height: 100%;
}

.link-container .asslogo {
    display: table-cell;
    vertical-align: middle;
}

.asslogo img {
    width: 75%;
    margin-top: 30px;
}

#four-img {
    width: 60%;
}


/* Footer
============================= */

.footer {
    background: black;
    padding: 5px 25px;
}

.footer h6 {
    color: #ffef42;
    font-family: 'avillar';
    text-transform: uppercase;
    font-size: 11px;
}

.footer a {
    color: #ffef42;
    font-family: 'avillar';
    text-transform: uppercase;
    font-size: 11px;
}

@media screen and (max-width: 1024px) {
    #home {
        background-image: url('http://ritzstudios.com/images/bgslider/1a.jpg');
        background-size: cover;
        background-attachment: scroll;
        background-position: 70% center;
    }
    #faqs h3 {
        color: #ffef42;
        text-align: center;
        text-align: center;
        font-family: 'avillar';
        text-transform: uppercase;
        z-index: 200;
        position: relative;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .q-box {
        border: 2px solid #ffef42;
        padding: 65px 0 75px;
    }
    .question {
        padding: 0 15px;
    }
    .question-container h2 {
        margin: 120px auto;
        cursor: pointer;
        font-size: 22px;
    }
    
    #four-img {
    width: 100%;
}
}

@media screen and (max-width: 840px) {
    .header ul li {
        display: inline-block;
        text-transform: uppercase;
        padding: 0 5px;
        font-family: 'avillar';
        font-size: 16px;
    }
}

@media screen and (max-width: 740px) {
    .header ul li {
        display: inline-block;
        text-transform: uppercase;
        padding: 0 5px;
        font-family: 'avillar';
        font-size: 14px;
    }
    .question-overlay p {
        font-size: 13px;
    }
    .question-overlay .yellow {
        font-size: 13px;
    }
    .question-container h2 {
        margin: 140px auto;
        cursor: pointer;
        font-size: 22px;
    }
    .question-overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        top: 50%;
        left: 6.1%;
        z-index: 100000000;
        padding: 16px;
        opacity: 0;
        cursor: pointer;
        transition: all 0.5s ease;
        transform: translate(0, -50%);
    }
}

@media screen and (max-width: 640px) {
    .slide .caption {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding: 10px 25px;
        background: rgba(0, 0, 0, 0.6);
    }
    .js #menu {
        display: none;
    }
    .js .slicknav_menu {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 500;
    }
    .header {
        background: none;
    }
    .logo-box {
        text-align: center;
    }
    .logo {
        position: absolute;
        margin: 80px 10% 0;
        width: 70%;
        z-index: 499;
    }
    #home h1 {
        font-size: 26px;
        text-shadow: 1px 1px black;
    }
    #home h3 {
        font-size: 21px;
        text-shadow: 1px 1px black;
    }
    .questionmark {
        margin: 15px auto 30px;
        width: 35%;
        cursor: pointer;
    }
    .question-container {
        margin-top: 25px;
    }
    .faq-row {
        margin-top: 5px;
    }
    .question-container h2 {
        margin: 145px auto;
        cursor: pointer;
        font-size: 22px;
    }
    .question-overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        top: 50%;
        left: 6.1%;
        z-index: 100000000;
        padding: 16px;
        opacity: 0;
        cursor: pointer;
        transition: all 0.5s ease;
        transform: translate(0, -50%);
    }
}