/*
Your custom style

Add your custom styles in this file so it is easier to update the theme.
*/
@font-face {
    font-family: 'ThirstyRoughBolOne';
    src: url('https://bhamrestaurantweek.com//fonts/ThirstyRoughBolOne.woff') format('woff'),
         url('https://bhamrestaurantweek.com//fonts/ThirstyRoughBolOne.svg') format('svg'),
         url('https://bhamrestaurantweek.com//fonts/ThirstyRoughBolOne.eot') format('embedded-opentype'),
         url('https://bhamrestaurantweek.com//fonts/ThirstyRoughBolOne.ttf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GearedSlab-Bold';
    src: url('https://bhamrestaurantweek.com/fonts/GearedSlab-Bold.woff') format('woff'),
         url('https://bhamrestaurantweek.com/fonts/GearedSlab-Bold.svg') format('svg'),
         url('https://bhamrestaurantweek.com/fonts/GearedSlab-Bold.eot') format('embedded-opentype'),
         url('https://bhamrestaurantweek.com/fonts/GearedSlab-Bold.ttf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GearedSlab-Extrabold';
    src: url('https://bhamrestaurantweek.com/fonts/GearedSlab-Extrabold.woff') format('woff'),
         url('https://bhamrestaurantweek.com/fonts/GearedSlab-Extrabold.svg') format('svg'),
         url('https://bhamrestaurantweek.com/fonts/GearedSlab-Extrabold.eot') format('embedded-opentype'),
         url('https://bhamrestaurantweek.com/fonts/GearedSlab-Extrabold.ttf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KlinicSlab-Medium';
    src: url('https://bhamrestaurantweek.com/fonts/KlinicSlab-Medium.woff') format('woff'),
         url('https://bhamrestaurantweek.com/fonts/KlinicSlab-Medium.svg') format('svg'),
         url('https://bhamrestaurantweek.com/fonts/KlinicSlab-Medium.eot') format('embedded-opentype'),
         url('https://bhamrestaurantweek.com/fonts/KlinicSlab-Medium.ttf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

/*
.site-header + div {
    margin-top: 0px;
}
*/
h2.page-headings {
    font-family: 'GearedSlab-Bold';
}

h2.page-headings strong {
    font-family: 'GearedSlab-Bold';
    color: #b82c30;
}

.white {
    color: #ffffff;
}

input[type="submit"], button[type="submit"] {
    background: #d18316;
}

button[type="submit"]:hover {
    background:#e2972e;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

input[type="submit"]:active,button[type="submit"]:active {
    background:#d18316;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

/*
.page-content.full .grid-main, .page-content.full .elm-wrapper, .page-content.full .elements-sidebar-wrap, .page-content.full .sidebars-wrap {
    max-width: 100%;
    margin: 0px;
}

.grid-main, .elm-wrapper, .elements-sidebar-wrap, .sidebars-wrap {
    padding: 0px 0px;
    margin: auto;
}
*/

.contact-owner-disabled {
    display: none;
}