/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
    margin:0;
    padding:0
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display:block
}
body {
    line-height:1
}
ol, ul {
    list-style:none
}
blockquote, q {
    quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
    content:none
}
html {
    height:100%;
    scroll-behavior:smooth;
}
body {
    font:normal 13px Georgia, 'Times New Roman', serif;
    line-height:1.5;
    color:#000;
    height:100%;
}
input, select, textarea, button, label {
    font-family:Georgia, 'Times New Roman', serif;
    font-size:13px;
}
h1 {
    margin:0 0 13px 0;
    font-size:20px;
    color:#7f5422;
    font-weight:bold;
}
h2 {
    margin:0 0 13px 0;
    font-size:16px;
    color:#7f5422;
    font-weight:bold;
}
h3 {
    margin:0 0 13px 0;
    font-size:14px;
    color:#7f5422;
    font-weight:bold;
}
img {
    border:0;
}
div.clear {
    clear:both;
    width:100%;
    height:0;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 */
}
div.centre {
    text-align:center;
}
a {
    color:#703319;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}
a.named {
    position:relative;
    top:-20px;
}
hr {
    clear:both;
    margin:20px 0 20px 0;
    border-width:0;
    background-color:#d4be89;
    color:#d4be89;
    height:1px;
}
ul {
    margin:0 0 15px 20px;
}
ul.withDots li {
    list-style:disc;
}
p {
    margin-bottom:15px;
    font-size:13px;
    line-height:20px;
}
p.float {
    float:left;
}
p.floatRight {
    float:right;
}
p.red {
    color:red;
}
strong {
    font-weight:bold;
}
table p {
    display:inline;
}
table.data {
    background-color:#aaa;
    font-size:11px;
}
table.data th {
    text-align:left;
    background-color:#e9dbb8;
    padding:2px;
    font-weight:normal;
    font-size:11px;
    vertical-align:top;
}
table.data td {
    background-color:#fff;
    padding:2px;
    font-size:11px;
    vertical-align:middle;
}
br.mobileOnly {
    display:none;
}
@media (max-width:400px) {
    br.mobileOnly {
        display:inline;
    }
}
/***** general *****/

div.center {
    width:100%;
    margin:0 auto 0 auto;
    min-height:calc(100vh - 34px);
}
div.masthead {
    width:770px;
    height:153px;
    margin:0 auto;
    background:url(../images/masthead.png) no-repeat;
}
@media (max-width:800px) {
    div.masthead {
        width:100%;
        height:4.84%;
        margin:0 auto;
        background-image:none;
    }
}
img#mastheadMobile {
    display:none;
    width:100%;
    height:auto;
    max-width:770px;
    margin:2.7% auto 1%;
}
@media (max-width:800px) {
    img#mastheadMobile {
        display:block;
    }
}
/***** desktop menu *****/

div#navWrapper {
    width:100%;
    background-color:#f3ebd9;
    border-top-color:#cebc8e;
    border-bottom-color:#eae3cf;
    border-style:solid;
    border-width:4px 0 2px;
}
div.nav {
    height:20px;
    width:762px;
    padding:4px;
    margin:0 auto;
}
@media (max-width:800px) {
    div.nav {
        display:none;
    }
}
div.nav a {
    float:left;
    font-size:14px;
    white-space:nowrap;
    margin-left:26px;
    font-weight:bold;
    text-decoration:none;
}
div.nav a:hover {
    text-decoration:underline;
}
div.navBottom {
    width:770px;
    height:2px;
    margin:0 auto;
    background:url(../images/nav-bottom.gif) no-repeat;
}
div.content {
    width:720px;
    max-width:100%;
    margin:0 auto;
    padding:20px 25px 25px 25px;
}
@media (max-width:800px) {
    div.content {
        width:100%;
        padding:3%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }
}
/***** touch menu *****/

div#clickCloseOverlay {
    display:none;
    position:fixed;
    top:0;
    width:100%;
    height:100%;
    z-index:24000;
}
a#touchMenuButton img {
    display:none;
    float:right;
    width:85px;
    margin:5px 10px 5px;
}
@media (max-width:800px) {
    a#touchMenuButton img {
        display:block;
    }
}
div#touchMenuWrapper {
    display:none;
    position:fixed;
    top:0;
    width:400px;
    max-width:100%;
    min-height:100%;
    right:-400px;
    background-color:#f3ead9;
    -webkit-transition:right 0.5s;
    -moz-transition:right 0.5s;
    -ms-transition:right 0.5s;
    -o-transition:right 0.5s;
    transition:right 0.5s;
    z-index:25000;
}
@media (max-width:800px) {
    div#touchMenuWrapper {
        display:block;
    }
}
div#touchMenu {
    padding:100px 0;
    background-color:#f3ead9;
}
div#touchMenu img.closeButton {
    position:absolute;
    top:52px;
    right:15%;
    cursor:pointer;
}
div#touchMenu div.link, div#touchMenu div.divider {
    height:10%;
}
div#touchMenu ul#mainMenu {
    margin:8px 0 0;
}
div#touchMenu ul#mainMenu li {
    float:right;
    clear:right;
    list-style:none;
    margin:0 16% 18px 0;
}
div#touchMenu ul#mainMenu li li {
    /*list-style-image:url('/themes/kneadpubs2017/images/menu-li-li.png');*/
    margin-left:19px;
}
@media (max-width:450px) {
    div#touchMenu ul#mainMenu li {
        margin-bottom:5px;
    }
}
div#touchMenu a {
    font-size:14px;
    font-weight:bold;
    color:#703319;
    text-decoration:none;
}
div#touchMenu li.divider {
    width:26%;
    border:1px solid #b9b9b9;
    border-width:1px 0 0 0;
    margin-top:15px;
    margin-bottom:15px;
}
@media (max-width:450px) {
    div#touchMenu ul#mainMenu li.divider {
        margin-bottom:20px;
    }
}
div#touchMenu li.divider hr {
    display:none;
}
/***** booking process *****/

ul.selectBarber li {
    font-size:17px;
    margin-bottom:5px;
}
div#footer {
    position:relative;
    bottom:0;
    left:0;
    width:100%;
    background-color:#50352e;
    border-top-color:#d4be89;
    border-style:solid;
    border-width:4px 0 0;
}
div#footerContent {
    width:770px;
    padding:6px 0 0 0;
    margin:0 auto;
}
@media (max-width:800px) {
    div#footerContent {
        width:100%;
    }
}
div#footerContent p {
    font-size:11px;
    margin:2px auto 2px auto;
    padding-left:26px;
    color:#e1cea1;
    display:inline;
    float:left;
}
@media (max-width:400px) {
    div#footerContent p {
        margin:4px 6px 5px auto;
        padding-left:0;
        float:right;
        clear:right;
    }
}
a.yapuraLink {
    float:right;
    margin-right:24px;
    display:inline;
}
@media (max-width:400px) {
    a.yapuraLink {
        margin-right:6px;
    }
}
a.privacyPolicy {
    float:right;
    color:#e1cea1;
    font-size:11px;
    margin:2px 20px 0 0;
}
div.map {
    width:345px;
    height:300px;
    float:left;
    clear:left;
    margin:10px 15px 10px 0;
    border:1px solid #703319;
    padding:1px;
    display:inline;
}
img.interior {
    float:right;
    margin:0 0 10px 10px;
}
img.interiorChair {
    float:right;
    clear:right;
    margin:0 0 10px 10px;
    border:4px solid #e5d8b9;
}
@media (max-width:800px) {
    img.interiorChair {
        margin:10px;
    }
}
@media (max-width:730px) {
    img.interiorChair {
        display:block;
        float:none;
        margin:0 auto;
        max-width:100%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }
}
img.barberRazor {
    float:left;
    margin:10px 30px 10px 10px;
    display:inline;
    width:30%;
    max-width:168px;
}
div.homeRightSide {
    background-color:#e5d8b9;
    float:right;
    width:140px;
    padding:5px 10px 10px 10px;
    margin:0 0 10px 20px;
}
@media (max-width:800px) {
    div.homeRightSide {
        display:none;
    }
}
div.homeRightSide h2 {
    margin-bottom:8px;
}
div.popularService {
    background-color:#fff;
    padding:5px;
    width:130px;
    float:left;
    text-align:center;
}
div.popularService p {
    font-size:11px;
}
div.popularService img {
    margin:0 0 5px 0;
}
div.openingTimes {
    float:left;
    clear:left;
    width:430px;
}
@media (max-width:800px) {
    div.openingTimes {
        float:left;
        clear:left;
        width:365px;
    }
}
@media (max-width:730px) {
    div.openingTimes {
        float:none;
        display:block;
        width:365px;
    }
}
div.openingTimes p {
}
div.openingTimes div.days {
    float:left;
    width:129px;
}
div.openingTimes div.times {
    float:left;
    width:380px;
}
table.openingTimes {
    margin-bottom:20px;
}
table.openingTimes td {
    font-size:17px;
    padding:5px 27px 5px 0;
}
table.openingTimes td:nth-child(2) {
    padding:5px 5px 5px 0;
}
img.razor {
    width:288px;
    height:165px;
    float:left;
    margin:10px 0 0 220px;
    display:inline;
}
@media (max-width:800px) {
    img.razor {
        clear:both;
        width:80%;
        max-width:288px;
        height:auto;
        float:none;
        margin:40px auto 20px;
        display:block;
    }
}
div.leftHalf {
    float:left;
    display:inline;
    width:355px;
    margin-right:10px;
}
div.rightHalf {
    float:left;
    display:inline;
    width:355px;
}
div.leftHalf p, div.rightHalf p {
    margin:0;
}
@media (max-width:800px) {
    div.leftHalf {
        float:left;
        width:47.5%;
        margin-right:0;
    }
    div.rightHalf {
        float:right;
        width:47.5%;
    }
}
@media (max-width:710px) {
    div.leftHalf {
        width:100%;
        margin-bottom:20px;
    }
    div.rightHalf {
        width:100%;
    }
}
select#staffMember {
    border:1px solid #7f5422;
    font-size:16px;
}
p.bookingDetails {
    margin-bottom:15px !important;
}
div.calendarContainer {
    float:left;
    clear:left;
    display:inline;
    margin-right:40px;
}
@media (max-width:800px) {
    div.calendarContainer {
        margin:0 0 25px 0;
    }
}
div.calendarContainer td {
    font-size:14px;
}
@media (max-width:800px) {
    div.calendarContainer td {
        font-size:16px;
    }
    div.calendarContainer .calendar tbody .day {
        width:2em;
        color:#456;
        text-align:center;
        /*padding:15px 28px 15px 28px;*/
    }
}
div.calendar tbody td {
    color:black !important;
}
div.calendar td.available {
    background-color:#81c784 !important;
}
div.calendar td.notAvailable {
    background-color:#e57373 !important;
}
div.calendar tbody td {
    /*padding:1px 3px 1px 1px !important;*/
    text-align:center !important;
}
div.calendar tbody td.active {
    padding:inherit !important;
}
div.calendar tbody td.selected, div.calendar tbody td:hover {
    border:1px solid #dddddd !important;
}
div.scheduleContainer {
    float:left;
    display:inline;
}
@media (max-width:800px) {
    div.scheduleContainer {
        clear:left;
    }
}
div#availableTimes {
    float:left;
    width:361px;
}
div#availableTimes p {
    float:left;
    width:44px;
}
div.loginForm {
    width:310px;
    margin:50px auto 50px auto;
    padding:10px 15px 0 15px;
    border:1px solid #e9dbb8;
}
div.loginForm p {
    float:right;
    display:inline;
    text-align:right;
    line-height:27px;
    padding-right:7px;
    white-space:nowrap;
}
div.loginForm p.forgot {
    clear:both;
    width:auto;
    padding-right:0;
}
div.loginForm input {
    float:right;
    clear:right;
}
div.loginForm input.submit {
    clear:both;
    margin-bottom:10px;
}
div.loginForm input.input {
    width:195px;
}
div.submissionMessage {
    width:320px;
    position:relative;
    top:20px;
    margin:0 auto 0 auto;
    padding:10px 10px 0 10px;
}
div.generalForm {
    width:330px;
    margin:50px auto 50px auto;
    padding:10px 15px 0 15px;
    border:1px solid #e9dbb8;
}
div.generalForm p input {
    font-size:11px;
}
div.generalForm input.submit {
    float:right;
    clear:both;
    margin-bottom:15px;
}
div.menu p {
    margin-bottom:0;
}
div#lowerGraphics {
    width:100%;
    padding:15px 0 6px;
    clear:both;
}
div.graphic {
    float:left;
    width:42.36%;
}
div.graphic img {
    width:100%;
    height:auto;
}
div.graphic:first-child {
    width:23%;
    margin-right:5%;
}
div.graphic:nth-child(3) {
    float:right;
    width:23.9%;
}
div.graphic:nth-child(4) {
    float:left;
    width:27.8%;
    margin-top:3%;
}
body.imageGallery {
    /*background:url('../images/header-stretch.jpg') repeat-x;*/
}
td.imageGalleryBody {
    /*background:url('../images/header-logo.gif') no-repeat;*/
    padding:10px;
    vertical-align:top;
    padding:65px 10px 0 10px;
}
td.imageGalleryUploadBar {
    border:1px solid #c6c6e3;
    border-width:1px 0 0 0;
    background:#eeeeff;
    padding:10px;
}
td.imageGalleryCell {
    text-align:center;
    width:25%;
    height:160px;
}
form input, form select {
    padding:2px;
}
form button {
    padding:2px;
}
input.name {
    width:200px;
}
input.duration {
    width:25px;
}
input.price {
    width:40px;
}
button.bookingConfirmation {
    margin-bottom:12px;
}
img#payPal {
    float:left;
    margin-bottom:12px;
}
div#boxes {
    float:right;
    width:176px;
    height:auto;
}
@media (max-width:450px) {
    div#boxes {
        float:right;
        width:100%;
    }
    div#boxes img {
        display:block;
        float:none;
        margin:0 auto 20px;
    }
}
img#payInAdvance {
    float:right;
    margin:0 0 10px 10px;
}
img#chipAndPin {
    float:right;
    clear:right;
    margin:0 0 10px 10px;
}
img.alignedRight {
    margin:12px 0 12px 12px;
}
img.alignedLeft {
    margin:12px 12px 12px 0;
}
table#notice {
    float:left;
    width:100%;
    border:0;
    margin:-10px 0 15px 0;
}
td#topLeft {
    width:32px;
    height:27px;
    background:url(../images/barber-pole-top.jpg) no-repeat;
}
td#topRight {
    width:32px;
    height:27px;
    background:url(../images/barber-pole-top.jpg) no-repeat;
}
td#centreLeft {
    background:url(../images/barber-pole-repeat-left.gif) repeat-y;
}
td#centreRight {
    background:url(../images/barber-pole-repeat-right.gif) repeat-y;
}
td#notice {
    background-color:#f5f0e5;
    padding:10px 10px 15px 10px;
}
td#bottomLeft {
    width:32px;
    height:14px;
    background:url(../images/barber-pole-bottom.jpg) no-repeat;
}
td#bottomRight {
    width:32px;
    height:14px;
    background:url(../images/barber-pole-bottom.jpg) no-repeat;
}
div#notice {
    width:540px;
    float:left;
    background:url(../images/notice-stretch.gif) repeat-y;
    margin-bottom:20px;
}
div#noticeHeader {
    width:540px;
    height:14px;
    float:left;
    background:url(../images/notice-header.gif) no-repeat;
}
div#noticeBody {
    width:510px;
    float:left;
    padding:0 15px 0 15px;
}
div#noticeFooter {
    width:540px;
    height:14px;
    float:left;
    background:url(../images/notice-footer.gif) no-repeat;
}
.validationFeedback li {
    list-style:disc;
}