/*
 * Stylesheet for the New Coffee WordPress Theme
 *
 * Author: Studio-NS
 * Author URI: studio-ns.fr
 *
 * Since 1.0
 *
 * Table of Contents:
 * 1. Global
 * 2. Header
 * 3. Footer
 * 4. Navigation
 * 5. Builder Widgets
 * 6. Posts
 * 7. Page Titles
 * 8. Restaurant Menu Extension Tweaks
 * 9. Contact Form 7 Tweaks
 * 10. Booking Form
 * 11. Media Queries
 *
 */


/*
 * 1. Global
 */

p {
    line-height: 1.7em;
}

body {
    font-weight: 300;
    font-size: 16px;
    color: #444444;
    background-color: #F5F4F0;
}

.container,
.title-container .title {
    max-width: 1170px;
}

.content-main,
.title-container .title {
    padding: 3% 40px;
}

.content-vertical-massive {
    padding-top: 5%;
    padding-bottom: 4%;
}

.wrapper-site {
    background-color: transparent;
}

.heading {
    font-weight: 400;
}

.section-title .excerpt {
    color: #444444;
}

/* Adjust some homepage widget typography */
.section-title.large .heading {
    font-size: 2.75em;
}

.section-title.medium .heading {
    font-size: 2.5em;
}

.section-title.small .heading {
    font-size: 2em;
}

.section-title.large .excerpt {
    font-size: 1em;
}

.section-title.medium .excerpt {
    font-size: 1em;
}

.section-title.small .excerpt {
    font-size: 0.9em;
}

.column .large .heading {
    font-size:2.5em;
}

.column .medium .heading {
    font-size: 1.6em;
}

.column .small .heading {
    font-size: 1.4em;
}

.column .large .excerpt {
    font-size: 1em;
}

.column .medium .excerpt {
    font-size: 1em;
}

.column .small .excerpt {
    font-size: 0.8em;
}

/* Forms Fields */
textarea,
input {
    border: none;
}

.comment-form input,
.comment-form textarea {
    border: none;
    max-width: 100%;
}

/* Buttons */
input[type="button"],
input[type="submit"],
button,
.button,
.form-submit input[type="submit"],
.invert input[type="button"],
.invert input[type="submit"],
.invert button,
.invert .button,
.invert .form-submit input[type="submit"] {
    padding: 10px;
    font-weight: 300;
}

/* Lighten the Slider button on hover using opacity */
.banner .button:hover {
    opacity: .5;
    -moz-opacity: .5;
}

.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
    background: url('../images/scroll-to-top.png') no-repeat;
    background-size: contain;
    text-indent: -9999px;
    z-index: 9999;

}


/*
 * 2. Header
 */

.header-site {
    padding-left: 40px;
    padding-right: 40px;
}

.header-secondary .nav-horizontal li a {
    font-weight: 300;
}

.header-additional {
    margin-left: 20px;
}

.header-additional-text {
    margin-left: 5px;
}

.header-overlay-no-push .invert.header-overlay:not(.is_stuck) {
    background: rgba(0, 0, 0, 0.5);
}

.header-overlay-no-push .header-overlay:not(.is_stuck) {
    background: rgba(255, 255, 255, 0.5);
}

.sitename {
    font-weight: 400;
}

.tagline {
    font-weight: 300;
}

.bread-crumbs a {
    font-weight: 400;
}


/*
 * 3. Footer
 */

.footer-site {
    padding: 0;
}

.footer-site .section-nav-title {
    font-weight: 400;
    font-size: 0.9em;
    text-transform: uppercase;
}

.footer-site.invert .section-nav-title {
    color: #cccccc;
}

.footer-site .row:first-child {
    padding: 0;
}

.row + .copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
}


/*
 * 4. Navigation
 */

.header-site .nav-horizontal li {
    margin: 0;
    font-weight: 400;
}

.header-site .nav-horizontal > ul > li > a {
    display: inline;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

/* Remove margin so divider can be centered between menu links */
.header-site .nav-horizontal > ul > li {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.header-site .nav-horizontal > ul > li:after {
    display: inline;
    content: '/';
    margin-left: 10px;
    margin-right: 10px;
}

.header-site .nav-horizontal > ul > li:last-child:after {
    display: none;
}

.nav ul ul a {
    font-weight: 300;
}


/*
 * 5. Builder Widgets
 */

.section-title > .heading {
    margin-bottom: 20px;
}

.media-body .excerpt {
    padding-top: 10px;
}

.fade-in {
    opacity: 0;
}

/* Reduce image size for blog and team members */
.team .media-image,
.layers-post-widget .layers-masonry-column.with-overlay {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
}

/* Frame on widget title */
.heading-frame .section-title > .heading {
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 10px;
    border: 1px #333333 solid;
}
.heading-frame .invert.section-title > .heading {
    border: 1px #eeeeee solid;
}

/* Post Widget */
.layers-post-widget .article-title .heading {
    margin-bottom: 20px;
    font-size: 1.4em;
}

.layers-post-widget .thumbnail-body {
    padding: 30px 0;
    background: transparent;
}

.layers-post-widget .excerpt {
    margin-bottom: 20px;
}

.layers-post-widget .layers-masonry-column {
    padding-left: 10px;
    padding-right: 10px;
}

/* About Us */

.section-about-us-divider {
    margin-top: 20px;
    height: 1px;
    width: 50px;
    background: #000000;
}

.photo-frame .media-image {
    padding: 30px;
    background-color: #ffffff;
    -webkit-transform: rotate(1deg) scale(.9);
    -moz-transform: rotate(1deg) scale(.9);
    transform: rotate(1deg) scale(.9);
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.25);
    box-shadow: 0 3px 7px rgba(0,0,0,.25);
}

.table-practical-info {
    margin-top: 20px;
}

.table-practical-info,
.table-practical-info td {
    border: none;
}

.table-practical-info td {
    padding: 5px;
    font-weight: 400;
}

/* Testimonials */

.testimonial .testimonial-content {
    position: relative;
    padding: 0 50px;
    font-weight: 400;
    font-style: italic;
    font-size: 1.1em;
}

.testimonial .testimonial-content:before {
    position: absolute;
    content: open-quote;
    left: 0;
    top: 20px;
    color: #ccc;
    font-size: 4em;
    line-height: 0.1em;
    vertical-align: -0.4em;
}

.testimonial .testimonial-content:after {
    position: absolute;
    content: close-quote;
    right: 0;
    top: 20px;
    color: #ccc;
    font-size: 4em;
    line-height: 0.1em;
    vertical-align: -0.4em;
}

.testimonial img {
    height: 150px;
    width: 150px;
}


/*
 * 6. Posts
 */

.article-title {
    margin-bottom: 10px;
}

.meta-info .meta-item {
    display: inline;
    margin-left: 10px;
    font-weight: 400;

}

.meta-info .meta-item:first-child {
    margin-left: 0;
}

.well .section-nav-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9em;
    color: #333333;
}

.well,
.comment-list .comment-respond {
    background-color: rgba(0, 0, 0, 0.02);
}

.comment-list .comment-respond {
    margin-top: 50px;
}

#comments .section-title .heading,
#respond .comment-reply-title {
    font-size: 1.5em;
    font-weight: 400;
}

#comments .copy.small {
    font-size: 1em;
    color: #333333;
}

.copy {
    font-size: 1em;
}

.type-post .thumbnail {
    overflow: visible;
}

.type-post .thumbnail img {
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.25);
    box-shadow: 0 3px 7px rgba(0,0,0,.25);
}

/* Sidebar Widgets */
.sidebar .search-field,
.sidebar .search-submit {
    height: 40px;
}


/*
 * 7. Page Titles
 */

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

.title-container {
    background-size: cover;
}

.title-container .heading {
    font-size: 2.5em;
}

.title-container .title {
    max-width: 1024px;
}


/*
 * 8. Restaurant Menu Extension Tweaks
 */

.rm-slider,
.rm-slider-main-container {
    margin-top: 0 !important;
}


/*
 * 9. Contact Form 7 Tweaks
 */

.wpcf7-form-control-wrap {
    display: inline;
}


/*
 * 10. Booking Form
 */

.booking-submit-container {
    text-align: center;
}

/* Hides CF7 loading image to avoid wrong centering of the submit button */
.booking-submit-container img {
    display: none;
}

/* Form field wrapper */
.booking-field-wrap {
    display: inline-block;
    padding-left: 2%;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #fff;
    font-family: "FontAwesome";
    font-size: 1.25em;
}

.booking-field-wrap input {
    display: inline;
    width: 90%;
    max-width: 1024px;
}

.booking-field-wrap input,
.booking-field-wrap select {
    background: transparent;
    font-size: 1em;
    font-weight: 300;
    border: none;
}

.booking-field-time select {
    display: inline;
    width: 30%;
}

.booking-field-additional {
    width: 100%;
}

/*
 * 11. Media Queries
 */

/* layouts smaller than 960px */
@media only screen
and (max-width: 960px) {

    .site-description {
        display: none;
    }

}

/* layouts smaller than 769px */
@media only screen
and (max-width: 769px) {

    .header-additional {
        display: none;
    }

    .content-vertical-massive {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    /* Force 100% width earlier */
    .booking-field-wrap {
        width: 100% !important;
    }

    .fade-in {
        opacity: 1;
    }

    .scroll-to-top {
        display: none !important;
    }

}
.count { display:none !important; }