/*
Theme Name: Chambers
Theme URI: http://chambers-sf.com/
Description:
Author: Chambers
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/
@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Futura';
  font-weight: normal;
  src: url('fonts/Futura/Futura-Light.eot');
  src: url('fonts/Futura/Futura-Light.eot?#iefix') format('embedded-opentype'),
       url('fonts/Futura/Futura-Light.woff') format('woff'),
       url('fonts/Futura/Futura-Light.ttf')  format('truetype'),
       url('fonts/Futura/Futura-Light.svg#svgFutura') format('svg');
}

html {
	background: #281705;
}

body {
	font-family: Georgia, serif;
}

body.bgcolor {
    background: #150d0a; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE1MGQwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iIzE3MGUwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODE3MDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #150d0a 0%, #170e09 86%, #281705 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#150d0a), color-stop(86%,#170e09), color-stop(100%,#281705)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #150d0a 0%,#170e09 86%,#281705 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #150d0a 0%,#170e09 86%,#281705 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #150d0a 0%,#170e09 86%,#281705 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #150d0a 0%,#170e09 86%,#281705 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#150d0a', endColorstr='#281705',GradientType=0 ); /* IE6-8 */
}

h3 {

}

p {
    font-family: Georgia, serif;
    color: #f1e7ce;
    font-size: 15px;
    line-height: 22px;
    padding: 0px;
    margin: 0px !important;
}

p.c93876d {
    color: #93876d;
}

.line {
    background: #665a44;
    height: 1px;
    border-top: 1px solid #272018;
    margin: 50px 0px 0px 0px;
}

.container {
    max-width: 990px;
    margin: 0 auto;
}

.bgimage-home {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: -200px;
    left: 0px;
}

.bgimage {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: -200px;
    left: 0px;
}

.bgimage img, .bgimage-home img{
	width: 100%;
	overflow: hidden;
}

nav.web {
    position: fixed;
	min-width: 32px;
	background: #000000;
	z-index: 3;
	width: 100%;
}

nav.web ul {
    text-align: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

nav.web ul li {
    text-align: center;
    display: inline-block;
    font-family: 'Futura', sans-serif;
}

nav.web ul li a {
    display: block;
    color: #93876d;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 23px;
}

nav.web ul li a:hover, nav ul li.current-menu-item a {
    text-decoration: none;
    color: #f3e7cd;
}

.socials {
    position: absolute;
    top: 4px;
    right: 0px;
}

.socials a {
    display: inline-block;
    margin-right: 10px;
}

header.web {
    position: relative;
	z-index: 2;
	padding-top: 32px;
}

header.web h1#logo {
    background: url("images/web/chambers_web_logo.png") no-repeat center center #000000;
	width: 240px;
	height: 94px;
	text-indent: -9999px;
	margin: 0px auto;
	padding: 0px;
	background-size: 55%;
}

header.web h1#logo a {
    display: block;
    width: 240px;
	height: 94px;
}

header.mobile {
	position: fixed;
	top: 0px;
	z-index: 3;
	background: #000000;
	width: 100%;
}

header.mobile .content-logo {
    padding: 15px 0px 20px 0px;
    border-bottom: 1px solid #665a44;
}

header.mobile .btn-menu {
    position: absolute;
    top: 35px;
    left: 25px;
}

header.mobile h1#logo {
    background: url("images/mobile/chambers_logo_mobile.png") no-repeat center center #000000;
    width: 134px;
    height: 57px;
    text-indent: -9999px;
    margin: 0px auto;
    padding: 0px;
    background-size: 100%;
}

header.mobile h1#logo a {
    display: block;
    width: 134px;
    height: 57px;
}

header.mobile nav {
    background: #150d0a;
    padding: 0px 30px;
    border-bottom: 1px solid #665a44;
    display: none;
}

header.mobile nav ul {
    list-style: none;
    padding: 15px 0px;
    margin: 0px;
}

header.mobile nav ul li {
    font-family: 'Futura', sans-serif;
    text-align: center;
    border-bottom: 1px solid #665a44;
}

header.mobile nav ul li:last-child {
    border-bottom: none;
}

header.mobile nav ul li a {
    color: #92866e;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    line-height: 34px;
}

header.mobile nav ul li a:hover {
    text-decoration: none;
}

.wrapper {
    position: relative;
    z-index: 1;
    padding-top: 190px;
}

.wrapper.home {
    padding-top: 240px;
}

.box {
    border: 1px solid #242527;
    background: #000000;
    padding: 36px 30px;
    margin-bottom: 10px;
}

.box.events {
    padding: 70px 60px;
}

.box.address {
    padding: 20px 40px 32px 40px;
}

.box.padd {
    padding: 39px 40px;
}

.address p {
    font-size: 16px;
	font-family: 'Futura', sans-serif;
}

.hours {
    text-align: center;
}

.hours h2 {
    font-family: 'Futura', sans-serif;
    color: #f1e7ce;
    font-size: 18px;
    line-height: 22px;
    padding: 0px;
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}

.hours h3 {
    font-family: 'Futura', sans-serif;
    color: #f1e7ce;
    font-size: 16px;
    line-height: 22px;
    padding: 0px;
    margin: 0px !important;
}

.hours p {
    font-family: Georgia, serif;
    color: #93876d;
    font-size: 13px;
    line-height: 20px;
    padding: 0px;
    margin: 0px !important;
}

.hours span {
    font-family: Georgia, serif;
    color: #666666;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}

footer {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 80px 0px 40px 0px ;
}

footer p {
    text-align: center;
    color: #766a52;
    font-size: 12px;
    padding: 0px 20px;
}

footer p.visible-xs {
    padding-bottom: 20px;
}

footer p.visible-xs img {
    margin: 0px 10px;
    width: auto;
    height: 30px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.float-right {
    float: right !important;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.powered-by-open-table {
    display: none;
}

/* Open Table */

.widget h3.widget-title {
    font-family: 'Futura', sans-serif;
    color: #f1e7ce;
    font-size: 15px;
    line-height: 22px;
    padding: 0px;
    margin: 0px 0px 10px 0px !important;
}

.widget label {
    font-family: 'Futura', sans-serif;
    color: #92896c;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    width: 50%;
    float: left;
    text-align: right;
    padding: 0px 10px 0px 0px;
}

.widget .otw-input-wrap {
    margin-bottom: 10px;
    height: 30px;
}

.widget input[type="text"] {
    font-family: Georgia, serif;
    color: #181005;
    background: #92866c;
    font-size: 13px;
    height: 30px;
    line-height: 16px;
    font-weight: normal;
    width: 50%;
    float: left;
    padding: 7px 5px;
    border: 1px solid #494335;
    border-radius: 5px;
}

.widget select {
    font-family: Georgia, serif;
    color: #181005;
    background: #92866c;
    font-size: 13px;
    height: 30px;
    line-height: 16px;
    font-weight: normal;
    width: 50%;
    float: left;
    padding: 7px 5px;
    border: 1px solid #494335;
    border-radius: 5px;
}

.widget input[type="submit"] {
    font-family: Georgia, serif;
    color: #181005;
    background: #a6742d;
    font-size: 13px;
    text-transform: uppercase;
    height: 32px;
    line-height: 16px;
    font-weight: normal;
    width: 100%;
    padding: 8px 5px;
    border: 1px solid #494335;
    border-radius: 5px;
}

.widget .constantcontactwidget_form input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    padding: 7px 10px;
}

/* locu */

.locu-widget-wrapper #locu-render-output #locu-nav {
    text-align: center;
    border: none;
    margin-bottom: 50px;
}

.locu-widget-wrapper #locu-render-output #locu-nav li {
    float: none;
    display: inline-block;
    font-family: 'Futura', sans-serif;
    font-size: 16px;
    color: #93876d;
    background: url("images/web/golden_square.png") center right no-repeat;
    padding-right: 24px;
}

.locu-widget-wrapper #locu-render-output #locu-nav li:last-child {
    background: none;
    padding-right: 0px;
}

.locu-widget-wrapper #locu-render-output .locu-menu .locu-section-name {
    font-family: 'Futura', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
    color: #f2e8cf;
    border: none;
}

.locu-widget-wrapper #locu-render-output .locu-menu .locu-menu-item {
    border-bottom: 1px solid #92866c;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.locu-widget-wrapper #locu-render-output .locu-menu .locu-menu-item .locu-menu-item-name {
    font-family: 'Futura', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #f2e8cf;
    font-style: italic;
}

.locu-widget-wrapper #locu-render-output .locu-menu .locu-menu-item .locu-menu-item-price {
    font-family: 'Futura', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #f2e8cf;
    font-style: italic;
}

.locu-widget-wrapper #locu-render-output .locu-menu .locu-menu-item .locu-menu-item-description {
    color: #92866c;
    font-size: 14px;
    font-family: Georgia, serif;
}

.locu-widget-wrapper #locu-render-output #locu-outer {
    border-bottom: none;
}

/* contact */

.pcontact {
    text-align: center;
    color: #f2e8cf;
    font-size: 18px;
    font-family: Georgia, serif;
    padding: 25px 15px 20px 15px;
    border-top: 1px solid #92866c;
    border-bottom: 1px solid #92866c;
}

.addthis_native_toolbox {
    margin-top: 40px;
}

.press {
    padding: 0px;
}

.press .press-content {
    padding: 32px 62px 60px 62px;
}

.press .press-content h2 {
    font-family: 'Futura', sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;
    color: #f1eace;
    margin: 0px;
    margin-bottom: 15px;
    padding: 0px 15px;
}

.press .press-content h2 a {
    color: #f1eace;
}

.press .press-content h2 a:hover {
    text-decoration: none;
}

.press .press-content p {
    font-family: Georgia, serif;
    color: #f1eace;
    padding: 0px 15px;
}

.press .press-content .date {
    height: 16px;
    background: url("images/web/line.png") repeat-x;
    margin-bottom: 30px;
}

.press .press-content .date span{
    text-align: center;
    display: block;
    color: #93876d;
    font-family: 'Futura', sans-serif;
    font-size: 12px;
    width: 150px;
    background: #000;
    margin: auto;
}

.press .img-responsive {
    width: 100%;
    height: auto;
}

.press .press-content {
    padding: 32px 62px 60px 62px;
}

.events .event h2 {
    font-family: 'Futura', sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;
    color: #f1eace;
    margin: 0px;
    margin-bottom: 15px;
    padding: 0px 15px;
}

.events .event p {
    font-family: Georgia, serif;
    color: #f1eace;
    padding: 0px 15px;
}

.events .event .date-time-location-link {
    margin: 35px 0px 25px 0px;
    border-top: 1px solid #93876d;
    border-bottom: 1px solid #93876d;
    padding: 10px 15px 10px 0px;
}

.events .event .date-time-location-link .date {
    font-family: 'Futura', sans-serif;
    font-size: 17px;
    line-height: 24px;
    color: #f1eace;
}

.events .event .date-time-location-link .time-location {
    font-family: 'Futura', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #f1eace;
}

.events .event .date-time-location-link a {
    margin-top: 10px;
}

.gallery {
    padding: 10px;
}

#carousel-example-generic {
    min-height: 504px;
}

.gallery img {
    margin-bottom: 10px;
}

.navigation {
    text-align: center;
}

.navigation img {
    margin: 20px 40px;
}

.addthis-content {
    margin: 20px 62px 30px 62px;
    border-top: 1px solid #93876d;
}

.addthis-content .go-up {
    float: right;
    margin-top: 30px;
}

.addthis-content-page {
    margin: 25px 0px 0px 0px;
}

.addthis-content-page .go-up {
    float: right;
    margin-top: -5px;
}

::-webkit-input-placeholder {
    color: #181005;
}

:-moz-placeholder { /* Firefox 18- */
    color: #181005;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #181005;
}

:-ms-input-placeholder {
    color: #181005;
}

/* datepicker */

.datepicker-days .day {
    cursor: pointer;
}

@media (max-width: 767px) {
    .bgimage-home {
        position: relative;
        margin-top: -50px;
        top: 0px;
    }
    .bgimage {
        top: 130px;
    }

    .wrapper.home {
        padding-top: 0px;
    }

    .wrapper.page {
        padding-top: 150px;
    }


    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .box-mobile-home {
        background: none;
        border: none;
    }

    .press .press-content {
        padding: 16px 31px 30px 31px;
    }

    .press .press-content h2 {
        padding: 0px;
    }

    .press .press-content p {
        padding: 0px;
    }

    .box.events {
        padding: 45px 30px;
    }

    .events .event h2 {
        padding: 0px;
    }

    .events .event p {
        padding: 0px;
    }

    .addthis-content .go-up {
        float: none;
        margin: auto;
        display: block;
        text-align: center;
        margin-top: 30px;
    }

    .addthis-content-page .go-up {
        float: none;
        margin: auto;
        display: block;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bgimage-home, .bgimage {
        top: 0px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bgimage-home, .bgimage {
        top: 0px;
    }
}

@media (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {
}

/*
center the Yelp SeatMe 'Reserve Now' button, if in use
(you'll need to manually add this class to the <a> tag provided by SeatMe)
*/
.seatme-widget {
    display: inline-block;
    width: 100%;
    text-align: center;
}

