/*
Template Name: BA:R
Theme URI: http://wearekllr.com/demos/ba-r
Author: KLLR
Author URI: http://themes.wearekllr.com/
Description: HTML template for bars, clubs and coffee-shops
Version: 1.0
Support: https://kllr.ticksy.com
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
01. Base
  01.1 Typography
  01.2 Buttons
  01.3 Forms
02. Components
  02.1 Generic
  02.2 Topbar
  02.3 Main Navigation
  02.4 Newsletter
03. Layout
  03.1 Intro
  03.2 Events
  03.3 About
  03.4 News
  03.5 Contact
  03.6 Footer
  03.7 Event Single
  03.8 Post Single
04. Media Queries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
01. Base
--------------------------------------------------------------*/

body {
    background-color: #171f27;
}


/*
* 01.1 Typography
*/

body {
    font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3 {
    color: #fff;
}

p {
    color: #dedfe0;
}

h1,
h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 6px;
    line-height: 90px;
}

h2 {
    font-size: 100px;
    letter-spacing: 5px;
    opacity: 0.1;
}

p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6em;
}

a:hover {
    text-decoration: none;
}

.subtitle {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.subtitle::before {
    background-color: #475d70;
    display: inline-block;
    content: "";
    width: 60px;
    height: 1px;
    margin-right: 10px;
    margin-bottom: 4px;
    opacity: 0.4;
}

a {
    color: #fff;
    text-decoration: none;
}


/*
* 01.2 Buttons
*/

.btn {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 15px 25px;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
}

.btn-home {
    background-color: transparent;
    border: 3px solid #fff;
}

.btn-home:hover {
    background-color: #fff;
    color: #171f27;
}

.btn-event {
    background-color: #28CAD6;
    padding: 15px 30px;
    font-weight: 400;
}

.btn-category {
    background-color: #28cad6;
    padding: 10px 20px;
    font-weight: 400px;
}

.btn-circle {
    background-color: transparent;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    width: 42px;
    height: 42px;
    padding: 10px 0 0 0;
}

.btn-circle i {
    color: #fff;
    font-size: 14px;
}

.btn-circle:hover {
    background-color: #fff;
}

.btn-circle:hover i {
    color: #171f27;
}


/*
 * 01.3 Forms
 */

.form-control {
    color: #fff;
    font-size: 16px;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input.form-control {
    height: 52px;
}



/*--------------------------------------------------------------
02. Components
--------------------------------------------------------------*/

/*
 * 02.1 Generic
 */

 br {
    margin: 0px;
    display: block;
    line-height: 5px;
    content: "";
}

.slide {
    background-size: cover;
}


/*
 * 02.2 Topbar
 */

.topbar {
    position: fixed;
    z-index: 1000;
    top: 40px;
    left: 0;
    right: 0;
}

.next-event-top {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: right;
    margin-top: 10px;
    display: block;
}

.next-event-top::before {
    background-color: #fff;
    display: inline-block;
    content: "";
    width: 60px;
    height: 1px;
    margin-right: 10px;
    margin-bottom: 4px;
    opacity: 0.3;
}

a.next-event-top {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

a.next-event-top:hover {
    color: #fff;
}


/*
* 02.3 Main Navigation
*/

/* nav 1 */

#nav-1 {
    top: 30%;
    right: 0;
    left: auto;
}

.sidebar-nav {
    right: 0;
    padding: 0;
}

.sidebar-nav li {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-nav li a {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin: 0;
    opacity: 0.4;
    box-shadow: 0 1px 0 0 #fff;
    -webkit-transition: box-shadow ease-in-out 150ms;
    transition: box-shadow ease-in-out 150ms;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active a {
    color: #fff;
    background-color: transparent;
    box-shadow: 0 4px 0 0 #fff;
    opacity: 1;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}


/* nav 2 */

#nav-2 {
    background-color: transparent;
    border: none;
    text-align: center;
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
}

#nav-2 .navbar-nav > li > a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
}

#nav-2 .navbar-nav > li > a:hover {
    opacity: 0.6;
}

#nav-2 .nav > li > a {
    padding: 30px 25px;
}

#nav-2 .logo {
    margin-top: 40px;
    margin-bottom: 30px;
}

#nav-2 ul.nav.navbar-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
    #nav-2.navbar .navbar-nav {
        display: inline-block;
        float: none;
    }
    #nav-2.navbar .navbar-collapse {
        text-align: center;
    }
}


/*
 * 02.4 Newsletter
 */

.newsletter {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
    padding: 65px;
}

.newsletter h3 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    line-height: 1.45em;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0;
}

.newsletter p {
    margin-top: 10px;
    margin-bottom: 20px;
}

.newsletter .btn-circle {
    padding-top: 0;
    padding-left: 5px;
}

.newsletter .form-control {
    color: #fff;
    background-color: transparent;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #45505b;
}

.newsletter .form-control:focus {
    box-shadow: none;
}

.newsletter input.form-control {
    width: 300px;
    margin-right: 10px;
}



/*--------------------------------------------------------------
03. Layout
--------------------------------------------------------------*/

/*
* 03.1 Intro
*/

#intro {
    height: 100vh;
    position: relative;
}

.intro-1 {
    background-size: cover;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.intro-1 h1 {
    font-size: 50px;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.intro-1 .content {
    margin: auto auto;
    width: 80%;
}

.intro-1 .content p {
    color: #fff;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.intro-2 {
    background-size: cover;
}

.intro-2 .content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.intro-2 h1 {
    font-size: 60px;
    line-height: 1.35em;
    width: 70%;
    margin-bottom: 30px;
}

.intro-2 p {
    color: #fff;
}

.intro-2 p:before {
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    content: "";
    width: 60px;
    height: 1px;
    margin-right: 10px;
    margin-bottom: 4px;
}

.intro-2 .btn {
    margin-top: 40px;
}


/*
* 03.2 Events
*/

#events {
    padding-top: 150px;
    padding-bottom: 50px;
    position: relative;
}

#events h2 {
    font-size: 80px;
    margin-bottom: 100px;
}

.event-wrapper {
    position: relative;
}

.event-wrapper .content {
    width: 80%;
    position: absolute;
    top: 40px;
    right: -250px;
}

.event-wrapper h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    line-height: 1.45em;
    text-transform: uppercase;
}

.event-wrapper .date {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-left: 5px;
}

.event-wrapper .date span {
    background-color: rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 1px;
    display: inline-block;
    margin-bottom: 3px;
}

.event-wrapper img {
    margin-bottom: 50px;
}


/* slider */

.slick-slide {
    opacity: 0.4;
    margin-left: 150px;
    margin-right: 150px;
}

.slick-slide.slick-current {
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #fff;
}

.slick-dots li button:before {
    color: #fff;
    font-size: 12px;
}


/*
 * 03.3 About
 */

#about {
    padding-top: 100px;
    padding-bottom: 100px;
}

#about h2 {
    margin-bottom: 50px;
}

.about-intro h3 {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 60px;
    line-height: 1.3em;
    text-transform: uppercase;
    width: 70%;
    margin-bottom: 30px;
}

.about-intro .subtitle {
    margin-bottom: 20px;
}

.about-intro .text {
    margin-bottom: 30px;
}

.about-intro .quote {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.3em;
}

.about-intro .quote span {
    color: #2f3f4D;
    font-size: 100px;
    font-weight: 600;
    line-height: 1em;
}

.about-intro img {
    margin-top: 110px;
    margin-bottom: 60px;
}


/* staff */

.staff {
    position: relative;
    margin-top: 180px;
}

.staff .background-text {
    position: absolute;
    font-size: 500px;
    opacity: 0.05;
    top: 200px;
}

.staff-member {
    position: relative;
}

.staff-member img {
    margin-bottom: 100px;
    padding-left: 50px;
}

.staff-member .content {
    position: absolute;
    top: 80px;
}

.staff-member h3 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.staff-member p,
.staff-member ul {
    display: inline-block;
}

.staff-member ul {
    margin-left: 12px;
}


/*
 * 03.4 News
 */

#news {
    padding-top: 200px;
    position: relative;
}

#news h2 {
    font-size: 100px;
}

.news-post a {
    color: #fff;
}

.news-post .content {
    padding: 80px 25px 15px 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: none;
    position: relative;
}

.news-post h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 1.3em;
    top: -45px;
    position: absolute;
}

.news-post .text {
    font-size: 18px;
    margin-bottom: 25px;
}

.news-post .date {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}


/*
 * 03.5 Contact
 */

#contact {
    padding-top: 200px;
    padding-bottom: 150px;
}

#contact h2 {
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 1.4em;
    opacity: 1;
    width: 40%;
    margin-bottom: 50px;
}

.contact-info a:hover {
    color: #fff;
    opacity: 0.7;
}


/* map */

#map {
    height: 400px;
    width: 555px;
}

.gm-style-iw * {
    display: block;
    width: 100%;
}

.gm-style-iw h4,
.gm-style-iw p {
    margin: 0;
    padding: 0;
}

.gm-style-iw a {
    color: #4272db;
}


/*
 * 03.6 Footer
 */

footer {
    background-color: #10171c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding-top: 34px;
    padding-bottom: 20px;
}

footer li {
    margin-right: 20px;
}

footer a {
    opacity: 0.6;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
}

footer a:hover {
    color: #fff;
    opacity: 1;
}

.copyright {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 5px;
    text-align: right;
    opacity: 0.5;
}


/*
 * 03.7 Event Single
 */

.event-single {
    padding-top: 200px;
    padding-bottom: 150px;
}

.event-intro h1 {
    text-align: center;
    margin-top: -45px;
}

.event-intro img {
    margin-left: auto;
    margin-right: auto;
}

.event-info {
    padding: 60px 0px;
}

.event-info p {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 6px;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 20px;
}

.event-info i {
    color: #2f3f4d;
    margin-right: 4px;
    font-size: 20px;
}

.event-description p:first-child {
    margin-bottom: 30px;
}

.next-event {
    margin-top: 100px;
    position: relative;
}

.next-event img {
    margin-left: auto;
    margin-right: auto;
}

.next-event .content {
    position: absolute;
    top: 40px;
    right: 50%;
}

.next-event .btn-circle {
    padding-left: 5px;
}

.next-event p {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-left: 15px;
    display: inline-block;
}

.next-event h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    letter-spacing: 5px;
    text-transform: uppercase;
    opacity: 0.3;
    z-index: 10;
    position: relative;
}


/*
 * 03.8 Post Single
 */

.single-post {
    padding-top: 200px;
    padding-bottom: 150px;
}

.single-post h1 {
    font-size: 60px;
    margin-top: 120px;
}

.post-info p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.post-info .btn-category {
    margin-top: 15px;
}

.post-text {
    margin-top: 50px;
}

.post-text p {
    margin-bottom: 25px;
}

.post-nav {
    margin-top: 70px;
}

.post-nav .btn-circle {
    padding-left: 5px;
}

.post-nav p {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-left: 15px;
    display: inline-block;
}

.post-nav .right p {
    margin-left: 0;
    margin-right: 15px;
}

.post-nav h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    letter-spacing: 5px;
    text-transform: uppercase;
    opacity: 0.3;
    z-index: 10;
    position: relative;
}

.post-nav > div {
    display: inline-block;
    opacity: 0.7;
}

.single-post .comments {
    margin-top: 90px;
}

.single-post .comments .form-control {
    margin-bottom: 30px;
}

.single-post .comment {
    margin-top: 85px;
}

.single-post .comment .text {
    font-size: 16px;
}

.comments h3 {
    font-size: 30px;
    margin-bottom: 40px;
}

.comment .media-heading {
    color: #fff;
    font-size: 20px;
}

.comment .time {
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.comment .media-body {
    padding-left: 10px;
}

.comment .text {
    margin-top: 20px;
}

.comment .btn {
    padding: 12px 18px;
    margin-top: 20px;
}


/*--------------------------------------------------------------
04. Media Queries
--------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
    .intro-2 h1 {
        width: 100%;
    }
    .about-intro h3 {
        width: 100%;
    }
    .about-intro .quote {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .staff .background-text {
        font-size: 390px;
    }
    #news h2 {
        font-size: 120px;
    }
    .news-post .content {
        padding: 20px 18px 15px 18px;
    }
    .news-post h3 {
        font-size: 28px;
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }
    #contact h2 {
        width: 60%;
    }
    .event-single h1 {
        font-size: 60px;
    }
    .single-post h1 {
        font-size: 40px;
        margin-top: 80px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1000px) {
    #nav-1 {
        text-align: center;
        position: absolute;
        z-index: 10000;
        top: 90px;
        left: 0;
        right: 0;
    }
    .sidebar-nav li {
        margin-left: 8px;
        margin-right: 8px;
        display: inline-block;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media only screen and (max-width: 992px) {
    .intro-2 h1 {
        font-size: 50px;
    }
    .event-wrapper .content {
        left: 20px;
        right: auto;
    }
    .event-wrapper h3 {
        font-size: 45px;
    }
    #about {
        text-align: center;
    }
    .about-intro .subtitle {
        text-align: center;
    }
    .about-intro img {
        margin-left: auto;
        margin-right: auto;
    }
    .staff .background-text {
        font-size: 300px;
    }
    .staff-member h3 {
        font-size: 35px;
    }
    .newsletter {
        text-align: center;
    }
    .newsletter h3 {
        margin-bottom: 40px;
    }
    #news h2 {
        font-size: 90px;
        text-align: center;
        margin-bottom: 40px;
    }
    .news-post {
        margin-bottom: 30px;
    }
    #contact {
        padding-top: 100px;
        text-align: center;
    }
    #contact h2 {
        width: 100%;
    }
    .contact-info {
        margin-bottom: 50px;
    }
    .contact-info .subtitle::before {
        width: 0;
    }
    #map {
        margin-left: auto;
        margin-right: auto;
    }
    footer li {
        margin-left: 8px;
        margin-right: 8px;
    }
    footer,
    .copyright {
        text-align: center;
    }
    .copyright {
        margin-top: 20px;
    }
    .event-single h1 {
        font-size: 40px;
        line-height: 1.4em;
        margin-top: -30px;
    }
    .single-post-intro {
        text-align: center;
    }
    .single-post-intro img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 801px) {
    .intro-1 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .intro-1 h1 {
        font-size: 35px;
        letter-spacing: 4px;
    }
    .intro-1 .content {
        width: 100%;
    }
    .intro-1 .content p {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .topbar {
        text-align: center;
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }
    .topbar img {
        margin-bottom: 20px;
    }
    .topbar .next-event-top {
        text-align: center;
    }
    #nav-1 {
        top: 120px;
    }
    .navbar-toggle {
        float: none;
    }
    .navbar-toggle .icon-bar {
        width: 26px;
        height: 3px;
    }
    .navbar-default .navbar-toggle {
        border: none;
    }
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    #nav-2 .nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-default .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.6);
    }
    #events h2,
    #about h2 {
        font-size: 100px;
        text-align: center;
    }
    .staff {
        margin-top: 70px;
    }
    .staff .background-text {
        position: relative;
        top: 0;
    }
    .staff img {
        margin-left: auto;
        margin-right: auto;
    }
    .staff-member img {
        padding: 0;
    }
    .staff-member .content {
        left: 0;
        right: 0;
    }
    .newsletter {
        padding: 60px 40px;
    }
    .newsletter h3 {
        font-size: 35px;
    }
    .newsletter input {
        display: inline-block;
    }
    .newsletter .btn {
        display: inline-block;
    }
    .event-info {
        text-align: center;
        padding-top: 40px;
    }
    .event-info .btn {
        margin-top: 40px;
    }
    .next-event .content {
        text-align: center;
        left: 0;
        right: 0;
    }
    .next-event h3 {
        font-size: 35px;
        opacity: 1;
    }
}

@media only screen and (max-width: 630px) {
    .intro-2 h1 {
        font-size: 40px;
    }
    .event-wrapper h3 {
        font-size: 35px;
        word-wrap: break-word;
    }
    .event-wrapper .content {
        width: 60%;
        left: 80px;
    }
    #map {
        width: 100%;
    }
    footer li {
        letter-spacing: 2px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 500px) {
    .topbar .next-event-top::before {
        width: 0;
    }
    .intro-1 h1 {
        font-size: 30px;
        letter-spacing: 4px;
    }
}

@media only screen and (max-width: 480px) {
    .intro-2 h1 {
        font-size: 30px;
    }
    .newsletter input.form-control {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    footer li {
        font-size: 11px;
        letter-spacing: 2px;
        margin-left: 3px;
        margin-right: 3px;
    }
    .post-nav p {
        display: none;
    }
}

@media only screen and (max-width: 414px) {
    .intro-2 h1 {
        letter-spacing: 3px;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 400px) {
    .next-event-top {
        letter-spacing: 3px;
    }
    .sidebar-nav li a {
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .intro-2 h1 {
        font-size: 18px;
        letter-spacing: 3px;
    }
    .intro-2 p::before {
        display: none;
    }
    .event-wrapper h3 {
        font-size: 28px;
    }
    .event-wrapper .content {
        left: 120px;
    }
    footer li {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 320px) {
    .intro-2 h1 {
        margin-top: 160px;
    }
    #events h2 {
        font-size: 80px;
    }
}
