/*
Theme Name: gotocoffee
Theme URI: http://ceciliazhang.com/demo/gotocoffee/
Author: Cecilia Zhang
Author URI: http://ceciliazhang.com
Description: The one page responsive wordpress theme is built based on twitter bootstrap 3. It is designed exclusively for coffee industry.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: coffee-themes, one-page, parallax-effect, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*general*/

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8;
}

section {
    width: 100%;
}

.section-title {
    visibility: hidden;
}

#logo {
    margin-top: 5px;
}

#banner {
    margin-top: 70px;
    position: relative;
}

#slogan {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
}

#slogan img {
    display: inline-block
}

h2 {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 32px;
}

h2:before,
h2:after {
    content: "";
    display: block;
    width: 55px;
    height: 40px;
    background-image: url(img/righthand.png);
    background-size: contain;
    background-repeat: no-repeat;
}

h2:before {
    float: left;
    margin-left: 10%;
    transform: scaleX(-1);
}

h2:after {
    float: right;
    margin-right: 10%;
}

.white {
    color: #fff;
}

.gold {
    color: #d0b384;
}

h2.normal:before,
h2.normal:after {
    display: none;
}

#contact .fa {
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background: #d0b384;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
}

.full-width {
    width: 100%!important;
}

#coffee-carousel img {
    display: inline-block;
}

.carousel-indicators {
    position: relative;
    top: 20px;
}

.carousel-indicators li {
    background: #ddd;
    margin: 0px 10px;
}

.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background: #17194c;
    margin: 0px 10px;
}

.img-full {
    width: 100%;
    max-height: 1000px;
}

.view-menu {
    text-transform: uppercase;
    display: inline-block;
    background: #fff;
    padding: 5px 30px;
    color: #000;
    margin-top: 30px;
    border: 1px solid #000;
    font-size: 15px;
    transition: all 0.3s ease 0s;
}

.view-menu:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}


/*header*/

#header {
    background: #f5f8fa;
    padding: 0px;
}

#banner {
    padding: 0px;
    background-image: url(img/bg_main.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-size: cover;
    width: 100%;
}

#navbar {
    padding: 0;
    /*margin: 0 auto;*/
}

#navbar ul.nav>li>a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 17px 25px;
}

#navbar ul.nav>li>a:hover::after {
    content: '';
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 8px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #fff;
}

.navbar-trans {
    background: #fff;
    border-bottom: 1px solid #eee;
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

#about {
    z-index: 999;
    background: #fff;
}


/* our coffee*/

#our-coffee img {
    margin-top: 5px;
}

#our-coffee .col-md-3 {
    margin-bottom: 40px;
}

#our-coffee h3 {
    font-weight: bold;
}

.parallax {
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0 auto;
    width: 100%;
}

#coffee-banner {
    background-image: url(img/bg_banner.jpg);
}

#reservation-banner {
    background-image: url(img/bg_tea_plantation.jpg);
}


/*menu*/

#menu img {
    padding: 3px;
}

#menu-photo img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}


/*reservation*/

#reservation {
    position: relative;
    padding: 0px;
}

#reservation .container-fluid {
    padding: 0px;
}

#reservation .fa {
    margin: 20px;
}

#reservation a {
    color: #000;
    font-weight: 600;
}

.reservation-title {
    z-index: 999;
}

.reservation-left {
    background: #e7e7e7;
}

.reservation-right {
    background: #f1f1f1;
}

h3 {
    color: #f7901e;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.phone-number {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}


/*contact*/

#contact {
    background: #2c2c2c;
}

#contact h2 {
    color: #fff;
}

#contact h2:before,
#contact h2:after {
    display: none;
}

#contact h3 {
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
}

#contact h4 {
    color: #f7901e;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#contact p {
    color: #fff;
}

#gmap {
    width: 100%;
}

#visit-us {
    background: #2c2c2c;
}

#section-map {
    padding: 0;
}

#map {
    height: 350px;
}


/*contact*/

#form-header {
    padding: 7px;
}

#contact-form .col {
    padding: 7px;
}

#contact-form input,
#contact-form textarea {
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    display: inline-block;
}

.form-control {
    border-radius: 0px;
    height: 40px;
}

#contact-form textarea {
    min-height: 100px;
}

#submit {
    border-radius: 0;
    color: #d0b384;
    background: #2c2c2c;
    border: 1px solid #d0b384;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 30px;
    padding-right: 30px;
    transition: background .6s;
}

#submit:hover {
    color: #2c2c2c;
    background: #d0b384;
    border: 1px solid #2c2c2c;
}

#submit-message .success{
color:#4CAF50;
}

#submit-message .error_message{
color:red;
}





/* Custom */
.admin-bar .navbar-fixed-top {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .navbar-fixed-top {
        top: 46px;
    }
}

.navbar-inverse {
    background-color: #fff;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-size: cover;
}

#contact p {
    font-size: 18px;
    font-weight: 600;
}

#contact a {
    color: #fff;
}

#footer p {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
}

.navbar-toggle {
    margin-top: 18px;
}


/*responsive*/

@media screen and (max-width:767px) {
    #contact .fa {
        margin: 10px;
    }
    h2 {
        font-size: 25px;
        letter-spacing: 0px;
    }
    h2:before {
        margin-left: 0;
        width: 30px;
        margin-top: 7px;
    }
    h2:after {
        margin-right: 0;
        width: 30px;
        margin-top: 7px;
    }
    #logo {
        margin-left: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #banner {
        height: 300px;
        /*margin: 0;*/
    }
    .navbar-right {
        display: inline-block;
    }
    .parallax {
        height: 200px;
    }
    #slogan img {
        width: 80%;
    }
    section {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #our-coffee h3 {
        font-size: 17px;
    }
    #contact .container {
        text-align: center;
    }
    .reservation-title {
        padding-top: 20px;
    }
    .reservation-left,
    .reservation-right {
        /*height: 200px;*/
        /*padding-top: 30px*/
    }
    #subscription {
        text-align: center;
    }
    .form-control {
        width: 80%;
    }
    #coffee-banner {
        height: 100px;
    }

    #reservation-banner {
        height: 100px;
    }
    h3 {
        font-size: 22px;
    }
    .phone-number {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) {
    #logo {
        float: none!important;
        display: inline-block;
        margin: 10px auto 0 auto;
        text-align: center;
    }
    .navbar-header {
        float: none;
    }
    .navbar-right {
        float: none!important;
        display: inline-block;
    }
    #banner {
        height: 400px;
        margin-top: 132px;
    }
    .parallax {
        height: 300px;
    }
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .reservation-title {
        padding-top: 30px;
    }
    .reservation-left,
    .reservation-right {
        height: 200px;
        padding-top: 30px;
    }
    #contact .container {
        text-align: center;
    }
    .form-control {
        width: 70%;
    }
    #coffee-banner {
        height: 200px;
    }

    #reservation-banner {
        height: 200px;
    }
}

@media screen and (min-width: 992px) {
    #logo {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .navbar-header {
        float: left;
    }
    .navbar-right {
        float: right!important;
        display: block;
    }
    #banner {
        height: 500px;
        margin-top: 70px;
    }
    .reservation-title {
        height: 150px;
        position: relative;
        top: 200px;
    }
    .reservation-left,
    .reservation-right {
        height: 400px;
        padding-top: 180px;
    }
    #reservation {
        margin-top: -150px;
    }
    #contact .container {
        text-align: left;
    }
    .form-control {
        width: 95%;
    }
    .contact-address {
        width: 180px;
    }
    #navbar ul.nav>li>a {
        line-height: 36px;
    }
}

@media screen and (min-width: 1200px) {
    #banner {
        height: 500px;
    }

    #coffee-banner {
        height: 300px;
    }

    #reservation-banner {
        height: 300px;
    }
}

@media screen and (min-width: 1600px) {
    .parallax {
        height: 350px;
    }
    #reservation h2:before {
        margin-left: 20%;
    }
    #reservation h2:after {
        margin-right: 20%
    }
}