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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}


body {
    font-family: 'Lato', sans-serif;
}

.small {
    font-size: 0.79rem
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

@media (min-width: 48.5em) {
    .small {
        font-size: 0.694rem
    }
}

@media (min-width: 67.5em) {
    .small {
        font-size: 0.75rem
    }
}

h1 {
    font-size: 1.602rem
}

@media (min-width: 48.5em) {
    h1 {
        font-size: 1.602rem
    }
}

@media (min-width: 67.5em) {
    h1 {
        font-size: 1.602rem
    }
}

h2 {
    font-size: 1.424rem
}

@media (min-width: 48.5em) {
    h2 {
        font-size: 1.728rem
    }
}

@media (min-width: 67.5em) {
    h2 {
        font-size: 2.369rem
    }
}

h3 {
    font-size: 1.266rem
}

@media (min-width: 48.5em) {
    h3 {
        font-size: 1.44rem
    }
}

@media (min-width: 67.5em) {
    h3 {
        font-size: 1.777rem
    }
}

h4 {
    font-size: 1.125rem
}

@media (min-width: 48.5em) {
    h4 {
        font-size: 1.2rem
    }
}

@media (min-width: 67.5em) {
    h4 {
        font-size: 1.333rem
    }
}

h5 {
    font-size: 1rem
}

@media (min-width: 48.5em) {
    h5 {
        font-size: 1rem
    }
}

@media (min-width: 67.5em) {
    h5 {
        font-size: 1rem
    }
}

a {
    color: #50af97;
    transition: all 0.5s ease;
    text-decoration: none;
    font-weight: 700;
}

a:hover {
    color: black
}

p {
    max-width: 67rem
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: -1
}

.bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%
}

.layout {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.layout:after {
    content: " ";
    display: block;
    clear: both
}

.hero {
    margin-top: 1.5em;
    width: 52%;
    max-width: 297px;
    display: inline-block
}

@media (min-width: 48.5em) {
    .hero {
        display: none
    }
}

.hero.single {
    margin-top: 4rem
}

@media (min-width: 48.5em) {
    .hero.single {
        display: block
    }
}

@media (min-width: 67.5em) {
    .hero.single {
        display: none
    }
}

.hero .branding {
    text-align: center
}

.hero .branding img {
    width: 90%;
    max-width: 180px
}

.single-post .navigation {
    display: none
}

.navigation {
    margin-top: 1.5em;
    padding: 0 1.5em;
    width: 47%;
    float: right;
    display: inline-block
}

@media (min-width: 48.5em) {
    .navigation {
        float: none;
        width: 100%;
        padding: none
    }
}

@media (min-width: 67.5em) {
    .navigation {
        padding: 0 2%
    }
}

.navigation ul {
    text-align: center
}

.navigation ul li {
    list-style: none;
    margin-bottom: 0.5em
}

@media (min-width: 48.5em) {
    .navigation ul li {
        display: inline-block;
        width: 23%;
        margin-right: 2%
    }
    .navigation ul li:last-of-type {
        margin-right: 0
    }
}

.navigation ul li a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: white;
    font-weight: 700;
    background-color: #fff;
    color: #50af97;
    font-size: 1rem;
    padding: 0.5em 0.7em 0.5em;
    transition: all 0.5s ease;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

@media (min-width: 48.5em) {
    .navigation ul li a {
        padding: 0.5em 0.5em 0.5em;
        font-size: 1.44rem
    }
    .navigation ul li a.menucontact {
        padding: 0.5em 0.5em 0.5em
    }
}

@media (min-width: 67.5em) {
    .navigation ul li a {
        font-size: 1.777rem
    }
}

.navigation ul li a:hover {
    background-color: #50af97;
    color: #fff;
}

.sidemenu {
    opacity: 0;
    position: fixed;
    z-index: 10;
    top: -50px;
    left: 0;
    width: 100%;
    font-size: 0.7rem;
    text-transform: uppercase;
    background-color: black
}

@media (min-width: 48.5em) {
    .sidemenu {
        font-size: 1.44rem
    }
}

@media (min-width: 67.5em) {
    .sidemenu {
        display: block;
        top: 0;
        left: -25%;
        height: 100%;
        background-color: white;
        font-size: 1rem;
        width: 16.66667%;
        float: left
    }
}

.sidemenu .logosml {
    width: 50%;
    height: auto;
    background: url(/wp-content/themes/thewall/img/logo-emblem-white.png) 10px center no-repeat;
    background-size: 100% auto;
    float: left;
}

@media (min-width: 67.5em) {
    .sidemenu .logosml {
        display: block;
        float: none;
        width: 100%;
        margin: 40px 0;
        background: url(/wp-content/themes/thewall/img/logo-black.png) center center no-repeat;
        background-size: auto 100%;
        height: 60px;
    }
}

.sidemenu nav {
    width: 87%;
    height: 50px;
    float: left
}

@media (min-width: 67.5em) {
    .sidemenu nav {
        width: 100%;
        height: auto;
        display: block;
        float: none;
        text-align: center
    }
}

.sidemenu nav ul {
    text-align: right
}

@media (min-width: 67.5em) {
    .sidemenu nav ul {
        text-align: center
    }
}

.sidemenu nav ul li {
    display: inline-block;
    margin-top: 17px
}

@media (min-width: 48.5em) {
    .sidemenu nav ul li {
        margin-top: 0
    }
}

@media (min-width: 67.5em) {
    .sidemenu nav ul li {
        display: block;
        margin: 0em auto;
        width: 85%
    }
}

.sidemenu nav ul li a {
    display: block;
    text-decoration: none;
    color: white;
    text-transform: none;
    font-weight: 700;
    padding: 0.4em 0.5em 0.4em;
    margin: 0em auto;
    transition: all 0.5s ease
}

@media (min-width: 48.5em) {
    .sidemenu nav ul li a {
        padding: 0.4em 0.4em 0.4em;
        margin: 0.2em auto
    }
}

@media (min-width: 67.5em) {
    .sidemenu nav ul li a {
        color: black;
        background-color: white
    }
}

.sidemenu nav ul li a:hover {
    background-color: #50af97;
    color: #fff;
}

.sidemenu nav ul li a.menuactive {
    background-color: #50af97;
    color: white
}

.sidemenu .sidemenu-bottom {
    display: none;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%
}

@media (min-width: 67.5em) {
    .sidemenu .sidemenu-bottom {
        display: block
    }
}

.sidemenu .sidemenu-bottom .contact {
    width: 80%;
    margin: 0 auto 1em
}

.sidemenu .sidemenu-bottom .contact a {
    display: block;
    text-decoration: none;
    color: black;
    background-color: white;
    text-transform: none;
    font-weight: 700;
    padding: 0.4em;
    margin: 0.2em auto;
    transition: all 0.5s ease;
}

@media (min-width: 67.5em) {
    .sidemenu .sidemenu-bottom .contact a {
        padding: 0.4em;
    }
}

.sidemenu .sidemenu-bottom .contact a:hover {
    color: #fff;
    background-color: #50af97;
}

.sidemenu .sidemenu-bottom .socialbox {
    padding-bottom: 0.5em
}

.sidemenu .sidemenu-bottom .socialbox .soclist li {
    margin: 0 3%;
    width: 29px;
    height: 29px
}

.small-sidemenu-bottom {
    position: fixed;
    z-index: 10;
    background-color: black;
    bottom: -40px;
    opacity: 0;
    width: 100%;
    height: 40px;
    padding-top: 0.3em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (min-width: 67.5em) {
    .small-sidemenu-bottom {
        display: none
    }
}

.small-sidemenu-bottom .contact a {
    display: block;
    text-decoration: none;
    color: #50af97;
    padding: 0.4em 0.4em 0.1em;
    margin: 0.2em auto;
    transition: all 0.5s ease
}

.small-sidemenu-bottom .contact a:hover {
    color: black;
    background-color: white
}

.small-sidemenu-bottom .socialbox {
    display: inline-block;
    width: 50%
}

@media (min-width: 48.5em) {
    .small-sidemenu-bottom .socialbox {
        width: 20%
    }
}

.small-sidemenu-bottom .socialbox .soclist {
    text-align: left
}

.small-sidemenu-bottom .socialbox .soclist li {
    margin: 0 3%;
    width: 25px;
    height: 25px;
    background: url(/wp-content/themes/thewall/img/colourswipe-white.png) 0 0 no-repeat;
}

.homehold {
    position: relative
}

.homehold .hometop {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2%
}

.homehold .hometop:after {
    content: " ";
    display: block;
    clear: both
}

@media (min-width: 48.5em) {
    .homehold .hometop {
        margin-top: 4em
    }
}

.homehold .hometop .leftside {
    margin-bottom: 2em
}

@media (min-width: 48.5em) {
    .homehold .hometop .leftside {
        width: 33.33333%;
        float: left;
        padding-left: 0.46296%;
        padding-right: 0.46296%
    }
}

@media (min-width: 67.5em) {
    .homehold .hometop .leftside {
        width: 25%;
        float: left;
        padding-left: 0.46296%;
        padding-right: 0.46296%
    }
}

.homehold .hometop .leftside .logobig {
    display: none;
    text-align: center
}

@media (min-width: 48.5em) {
    .homehold .hometop .leftside .logobig {
        display: block
    }
}

.homehold .hometop .leftside .logobig img {
    max-width: 297px
}

.homehold .hometop .leftside .tagline {
    background-color: white;
    text-transform: uppercase;
    text-align: center;
    padding: 1em 0 0.5em;
    margin-top: 13em
}

@media (min-width: 48.5em) {
    .homehold .hometop .leftside .tagline {
        margin: 1.5rem auto;
        max-width: 272px
    }
}

.homehold .hometop .rightside {
    text-align: right;
    width: 83.33333%;
    float: left;
    padding-left: 0.46296%;
    padding-right: 0.46296%;
    margin-left: 1%
}

@media (min-width: 48.5em) {
    .homehold .hometop .rightside {
        width: 33.33333%;
        float: right;
        padding-left: 0.46296%;
        padding-right: 0.46296%
    }
}

@media (min-width: 67.5em) {
    .homehold .hometop .rightside {
        width: 25%;
        float: right;
        padding-left: 0.46296%;
        padding-right: 0.46296%
    }
}

.homehold .hometop .rightside .address {
    display: inline-block;
    text-align: left;
    width: 100%;
    background-color: white;
    padding: 1em;
    line-height: 1.2rem
}

@media (min-width: 48.5em) {
    .homehold .hometop .rightside .address {
        max-width: 272px
    }
}

.homehold .hometop .rightside .address .openhours {
    margin-top: 1em
}

.homehold .hometop .rightside .address .openhours .opendays {
    width: 49%;
    display: inline-block
}

.homehold .hometop .rightside .address .openhours .opentimes {
    float: right;
    width: 48%;
    text-align: right
}

.homehold .hometop .rightside .socialcontacts {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-top: 14px;
    background-color: white;
    padding: 1.3em 0 1em;
    max-width: 272px
}

.contactbox,
.contactboxbtm {
    visibility: hidden;
    opacity: 0;
    top: 0;
    width: 100%;
    background-color: black;
    color: white
}

@media (min-width: 48.5em) {
    .contactbox,
    .contactboxbtm {
        top: auto
    }
}

.contactbox .contactinner,
.contactboxbtm .contactinner {
    position: relative;
    text-align: center;
    width: 95%;
    margin: 2em auto
}

@media (min-width: 48.5em) {
    .contactbox .contactinner .contactholder,
    .contactboxbtm .contactinner .contactholder {
        width: 100%;
        margin: 0 auto
    }
}

@media (min-width: 67.5em) {
    .contactbox .contactinner .contactholder,
    .contactboxbtm .contactinner .contactholder {
        width: 80%;
        margin: 0 auto
    }
}

.contactbox .contactinner .contactholder .contactform,
.contactboxbtm .contactinner .contactholder .contactform {
    display: inline-block;
    text-align: left;
    vertical-align: top
}

.contactbox .contactinner .contactholder .contactform h3,
.contactboxbtm .contactinner .contactholder .contactform h3 {
    text-transform: uppercase;
    margin-bottom: 4%;
    line-height: 106%;
    color: #50af97
}

.contactbox .contactinner .contactholder .contactform .contacttop span,
.contactboxbtm .contactinner .contactholder .contactform .contacttop span {
    display: inline-block;
    width: 48.5%
}

.contactbox .contactinner .contactholder .contactform .contacttop span:first-of-type,
.contactboxbtm .contactinner .contactholder .contactform .contacttop span:first-of-type {
    margin-right: 1.5%;
    width: 49%
}

@media (min-width: 48.5em) {
    .contactbox .contactinner .contactholder .contactform .contacttop span:first-of-type,
    .contactboxbtm .contactinner .contactholder .contactform .contacttop span:first-of-type {
        width: 47%
    }
}

.contactbox .contactinner .contactholder .contactform .contacttop span:last-of-type,
.contactboxbtm .contactinner .contactholder .contactform .contacttop span:last-of-type {
    width: 100%
}

@media (min-width: 48.5em) {
    .contactbox .contactinner .contactholder .contactform .contacttop span,
    .contactboxbtm .contactinner .contactholder .contactform .contacttop span {
        width: 47.5%
    }
}

.contactbox .contactinner .contactholder .contactform .contacttop span.wpcf7-not-valid-tip,
.contactboxbtm .contactinner .contactholder .contactform .contacttop span.wpcf7-not-valid-tip {
    font-size: 0.79rem;
    display: block !important;
    position: absolute;
    top: -19px;
    left: 0
}

@media (min-width: 48.5em) {
    .contactbox .contactinner .contactholder .contactform .contacttop span.wpcf7-not-valid-tip,
    .contactboxbtm .contactinner .contactholder .contactform .contacttop span.wpcf7-not-valid-tip {
        font-size: 1rem
    }
}

.contactbox .contactinner .contactholder .contactform .contacttop .wpcf7-mail-sent-ok,
.contactboxbtm .contactinner .contactholder .contactform .contacttop .wpcf7-mail-sent-ok {
    border: 1px solid #50af97 !important
}

.contactbox .contactinner .contactholder .contactform .contacttop .wpcf7-response-output,
.contactboxbtm .contactinner .contactholder .contactform .contacttop .wpcf7-response-output {
    margin: 1em 0em;
    padding: 0.5em 1em 0.2em;
    display: inline-block !important
}

.contactbox .contactinner .contactholder .contactform .contacttop input[type=text],
.contactbox .contactinner .contactholder .contactform .contacttop input[type=email],
.contactboxbtm .contactinner .contactholder .contactform .contacttop input[type=text],
.contactboxbtm .contactinner .contactholder .contactform .contacttop input[type=email] {
    width: 100%;
    margin-bottom: 4%;
    border: 1px solid #50af97;
    padding: 0.7em 0.7em 0.4em
}

.contactbox .contactinner .contactholder .contactform .contacttop textarea,
.contactboxbtm .contactinner .contactholder .contactform .contacttop textarea {
    width: 100%;
    height: 100px;
    padding: 0.7em;
    margin-bottom: 3%;
    border: 1px solid #50af97
}

@media (min-width: 48.5em) {
    .contactbox .contactinner .contactholder .contactform .contacttop textarea,
    .contactboxbtm .contactinner .contactholder .contactform .contacttop textarea {
        width: 97%
    }
}

.contactbox .contactinner .contactholder .contactform .contactbottom,
.contactboxbtm .contactinner .contactholder .contactform .contactbottom {
    text-align: right;
    width: 100%
}

@media (min-width: 48.5em) {
    .contactbox .contactinner .contactholder .contactform .contactbottom,
    .contactboxbtm .contactinner .contactholder .contactform .contactbottom {
        width: 97%
    }
}

.contactbox .contactinner .contactholder .contactform .contactbottom checkbox,
.contactboxbtm .contactinner .contactholder .contactform .contactbottom checkbox {
    background-color: #50af97
}

.contactbox .contactinner .contactholder .contactform .contactbottom .submitbtn,
.contactboxbtm .contactinner .contactholder .contactform .contactbottom .submitbtn {
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 1.333rem;
    color: white;
    margin-top: 0.5rem;
    background: url(/wp-content/themes/thewall/img/colourswipe.png) 0 250% no-repeat;
    background-size: 100% 500%;
    padding: 0.4em 0.5em 0.1em;
    transition: all 0.5s ease;
    border: none
}

.contactbox .contactinner .contactholder .contactform .contactbottom .submitbtn:hover,
.contactboxbtm .contactinner .contactholder .contactform .contactbottom .submitbtn:hover {
    background-position: 0 0
}

.contactbox .contactinner .contactholder iframe,
.contactboxbtm .contactinner .contactholder iframe {
    display: inline-block;
    margin-top: 1rem;
    width: 80%;
    height: 200px
}

@media (min-width: 48.5em) {
    .contactbox .contactinner .contactholder iframe,
    .contactboxbtm .contactinner .contactholder iframe {
        margin-top: 0;
        width: 30%;
        height: 300px
    }
}

@media (min-width: 67.5em) {
    .contactbox .contactinner .contactholder iframe,
    .contactboxbtm .contactinner .contactholder iframe {
        width: 49%;
        height: 300px
    }
}

.contactbox .contactinner .contactholder .contactclose,
.contactboxbtm .contactinner .contactholder .contactclose {
    text-transform: uppercase;
    text-align: right;
    transition: all 0.5s ease;
    margin-top: 1.2em;
    cursor: pointer
}

@media (min-width: 48.5em) {
    .contactbox .contactinner .contactholder .contactclose,
    .contactboxbtm .contactinner .contactholder .contactclose {
        margin: 1.2rem 0;
        width: 30%;
        float: right;
        clear: both
    }
}

@media (min-width: 67.5em) {
    .contactbox .contactinner .contactholder .contactclose,
    .contactboxbtm .contactinner .contactholder .contactclose {
        width: 49%
    }
}

.contactbox .contactinner .contactholder .contactclose:hover,
.contactboxbtm .contactinner .contactholder .contactclose:hover {
    color: #50af97
}

.contactbox {
    overflow: hidden;
    position: absolute;
    z-index: 50
}

.contactbox .contactinner .contactform {
    margin: 0 auto
}

@media (min-width: 67.5em) {
    .contactbox .contactinner .contactform {
        width: 50%
    }
}

.contactboxbtm {
    overflow: scroll;
    position: fixed;
    z-index: 20;
    height: 100%
}

@media (min-width: 48.5em) {
    .contactboxbtm {
        z-index: 7;
        bottom: 40px;
        height: auto
    }
}

@media (min-width: 67.5em) {
    .contactboxbtm {
        bottom: 0
    }
}

@media (min-width: 67.5em) {
    .contactboxbtm .contactinner {
        width: 83.33333%;
        float: right
    }
}

@media (min-width: 48.5em) {
    .contactboxbtm .contactinner .contactholder {
        width: 100%;
        margin: 0 auto
    }
}

@media (min-width: 67.5em) {
    .contactboxbtm .contactinner .contactholder {
        width: 80%;
        margin: 0 auto
    }
}

.contactboxbtm .contactinner .contactholder .contactform {
    margin-bottom: 1.5rem
}

@media (min-width: 48.5em) {
    .contactboxbtm .contactinner .contactholder .contactform {
        width: 50%;
        margin-bottom: 0
    }
}

.contactboxbtm .contactinner .contactholder .address {
    text-align: left;
    font-size: 0.79rem;
    line-height: 1.2em;
    margin-top: 0.5rem
}

@media (min-width: 48.5em) {
    .contactboxbtm .contactinner .contactholder .address {
        width: 80%;
        padding-left: 50%;
        margin: 0.5rem 10%
    }
}

@media (min-width: 67.5em) {
    .contactboxbtm .contactinner .contactholder .address {
        width: 49%;
        margin: 0.5rem 0;
        padding-left: 0;
        float: right
    }
}

@media (min-width: 48.5em) {
    .contactboxbtm .contactinner .contactholder .contactclose {
        margin: 0
    }
}

.mailingformTop {
    position: absolute;
    display: none;
    z-index: 0;
    opacity: 0;
    text-align: left;
    vertical-align: top;
    margin: 0 auto;
    padding: 1rem;
    background-color: black;
    width: 100%
}

@media (min-width: 48.5em) {
    .mailingformTop {
        width: 350px;
        background-color: white
    }
}

.mailingformTop h4 {
    text-transform: uppercase;
    margin-bottom: 3%;
    color: #50af97
}

.mailingformTop .epm-form-field input[type=text],
.mailingformTop .epm-form-field input[type=email] {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 4%;
    border: 1px solid #50af97;
    padding: 0.7em
}

.mailingformTop .epm-form-field label {
    display: none
}

.mailingformTop .epm-message.epm-error.message.error {
    margin: 0.5rem 0;
    padding: 0.3rem;
    background-color: #50af97;
    color: white
}

.mailingformTop .epm-sign-up-button {
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 1.333rem;
    color: white;
    background: url(/wp-content/themes/thewall/img/colourswipe.png) 0 250% no-repeat;
    background-size: 100% 500%;
    padding: 0.4em 0.5em 0.1em;
    transition: all 0.5s ease;
    border: none
}

.mailingformTop .epm-sign-up-button:hover {
    background-position: 0 0
}

@media (min-width: 48.5em) {
    .mailingformTop .epm-sign-up-button {
        color: #50af97;
        background: url(/wp-content/themes/thewall/img/colourswipe-white.png) 0 250% no-repeat
    }
    .mailingformTop .epm-sign-up-button:hover {
        color: black
    }
}

.mailingformTop .mailingbottom .submitbtn {
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 1.333rem;
    color: white;
    background: url(/wp-content/themes/thewall/img/colourswipe.png) 0 250% no-repeat;
    background-size: 100% 500%;
    padding: 0.4em 0.5em 0.1em;
    transition: all 0.5s ease;
    border: none
}

.mailingformTop .mailingbottom .submitbtn:hover {
    background-position: 0 0
}

@media (min-width: 48.5em) {
    .mailingformTop .mailingbottom .submitbtn {
        color: black;
        background: url(/wp-content/themes/thewall/img/colourswipe-white.png) 0 250% no-repeat
    }
}

.mailingformTop .mailingbottom .mailingclose {
    float: right;
    display: inline-block;
    text-transform: uppercase;
    text-align: right;
    transition: all 0.5s ease;
    cursor: pointer;
    color: white
}

.mailingformTop .mailingbottom .mailingclose:hover {
    color: #50af97
}

@media (min-width: 48.5em) {
    .mailingformTop .mailingbottom .mailingclose {
        color: black
    }
}

ul.soclist {
    text-align: center
}

ul.soclist li {
    text-indent: 5000px;
    cursor: pointer;
    overflow: hidden;
    list-style: none;
    display: inline-block;
    margin-right: 10%;
    width: 32px;
    height: 32px;
    background: url(/wp-content/themes/thewall/img/colourswipe.png) 0 0 no-repeat;
    background-size: 32px 96px;
    transition: all 0.5s ease
}

ul.soclist li:hover {
    background-position: 0 -64px
}

ul.soclist li:last-of-type {
    margin-right: 0
}

ul.soclist li a {
    display: block;
    height: 100%
}

ul.soclist li a.mail {
    background: url(/wp-content/themes/thewall/img/soc_mail.png) center center no-repeat;
    background-size: 100% auto
}

ul.soclist li a.tw {
    background: url(/wp-content/themes/thewall/img/soc_twitter.png) center center no-repeat;
    background-size: 100% auto
}

ul.soclist li a.fb {
    background: url(/wp-content/themes/thewall/img/soc_fb.png) center center no-repeat;
    background-size: 100% auto
}

ul.soclist li a.ins {
    background: url(/wp-content/themes/thewall/img/soc_ins.png) center center no-repeat;
    background-size: 100% auto
}

ul.soclist li a.mail_sml {
    background: url(/wp-content/themes/thewall/img/soc_mail_sml.png) center center no-repeat;
    background-size: 100% auto
}

ul.soclist li a.tw_sml {
    background: url(/wp-content/themes/thewall/img/soc_twitter_sml.png) center center no-repeat;
    background-size: 100% auto
}

ul.soclist li a.fb_sml {
    background: url(/wp-content/themes/thewall/img/soc_fb_sml.png) center center no-repeat;
    background-size: 100% auto
}

ul.soclist li a.ins_sml {
    background: url(/wp-content/themes/thewall/img/soc_ins_sml.png) center center no-repeat;
    background-size: 100% auto
}

.galleryhold,
.fooddrinkhold,
.ourstoryhold,
.eventshold,
.bloglisthold {
    position: relative;
    z-index: 5;
    float: left;
    width: 100%
}

.galleryhold {
    border-top: 3px solid white;
    background-color: black;
	margin-top: 50px;
}

.galleryhold .galleryinner {
    position: relative;
    float: left
}

.galleryhold .galleryinner .galleryimg {
    float: left;
    width: 50%;
    font-size: 0;
    cursor: pointer
}

@media (min-width: 67.5em) {
    .galleryhold .galleryinner .galleryimg {
        width: 33.3%
    }
}

.galleryhold .galleryinner .galleryimg img {
    width: 100%;
    vertical-align: middle;
    transition: all 0.6s ease
}

@media (min-width: 67.5em) {
    .galleryhold .galleryinner .galleryimg img {
        opacity: 0.7
    }
}

.galleryhold .galleryinner .galleryimg img:hover {
    opacity: 1
}

.galleryhold .lrgimg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.galleryhold .lrgimg .galleryimg {
    position: absolute;
    width: 100%
}

@media (min-width: 67.5em) {
    .galleryhold .lrgimg .galleryimg {
        width: 66.6%
    }
}

.galleryhold .lrgimg .galleryimg img {
    opacity: 1
}

.fooddrinkhold {
    margin-top: 2em;
    padding-top: 2em
}

/* Visible replacement for the legacy gallery with empty image sources. */
.galleryhold > .galleryinner { display: none; }
.galleryhold .banner:after {
    content: "Good food, good people, good times.  \A  From relaxed gatherings to big celebrations, we’ll help make your party feel right at home.";
    white-space: pre-line;
    display: block;
    max-width: 1100px;
    margin: 2rem auto 0;
    padding: 11rem 2rem 2rem;
    color: #fff;
    font-size: 1.35rem;
    line-height: 1.6;
    background: linear-gradient(90deg, rgba(0,0,0,.25), rgba(0,0,0,.05)), url('/wp-content/uploads/2017/11/The-Common-Old-Oak-53-1619x1080.jpg') center/cover;
}

@media (min-width: 67.5em) {
    .fooddrinkhold {
        width: 83.33333%;
        float: right
    }
}

@media (min-width: 48.5em) {
    .fooddrinkhold .menufood {
        width: 50%;
        float: left
    }
}

@media (min-width: 48.5em) {
    .fooddrinkhold .menudrink {
        width: 50%;
        float: right
    }
}

.fooddrinkhold .menuinner {
    overflow: hidden
}

.fooddrinkhold .menuinner .menuhead {
    text-transform: uppercase;
    color: #50af97;
    background-color: black;
    padding: 1em 3em 1em 1em;
    margin-left: 1em;
    display: inline-block
}

.fooddrinkhold .menuinner .menubox {
    background-color: white;
    padding: 1em;
    margin: 1em
}

.fooddrinkhold .menuinner .menubox h4 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0.9rem 0 1rem
}

.fooddrinkhold .menuinner .menubox .boxheader {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding: 0.7em 0 0.4em;
    margin-bottom: 0.8em
}

.fooddrinkhold .menuinner .menubox .boxheader .price {
    font-size: 1.125rem
}

@media (min-width: 48.5em) {
    .fooddrinkhold .menuinner .menubox .boxheader .price {
        font-size: 1.2rem
    }
}

@media (min-width: 67.5em) {
    .fooddrinkhold .menuinner .menubox .boxheader .price {
        font-size: 1.333rem
    }
}

.fooddrinkhold .menuinner .menubox .menuitem {
    margin-bottom: 0.7em
}

.fooddrinkhold .menuinner .menubox .menuitem .desc {
    font-weight: bold;
    margin-bottom: 0.3em;
}

.fooddrinkhold .menuinner .menudeal {
    background-color: black;
    color: white;
    padding: 1rem
}

.fooddrinkhold .menuinner .menudeal .dealname {
    margin-top: 0;
    margin-bottom: 0.5rem
}

.fooddrinkhold .menuinner .menudeal .deallabel {
    color: #50af97;
    text-transform: uppercase;
    margin-bottom: 0.9rem
}

.fooddrinkhold .menuinner .menurow {
    float: left;
    width: 100%
}

@media (min-width: 48.5em) {
    .fooddrinkhold .menuinner .menurow .menusmall {
        float: left;
        width: 47%;
        margin-right: 3%
    }
    .fooddrinkhold .menuinner .menurow .menusmall:last-of-type {
        margin-left: 0;
        margin-right: 0
    }
}

.ourstoryhold {
    margin-top: 2em;
    padding-top: 2em;
    background-color: rgba(0, 0, 0, 0.7)
}

.ourstoryhold .ourstoryinner {
    padding: 1em 1em 3em
}

.ourstoryhold .ourstoryinner .storyboxouter {
    position: relative;
    float: left;
    overflow: hidden
}

.ourstoryhold .ourstoryinner .storyboxouter .storybox {
    background-color: white;
    color: black;
    padding: 2em;
    line-height: 1.5em;
    clear: both
}

@media (min-width: 48.5em) {
    .ourstoryhold .ourstoryinner .storyboxouter .storybox {
        width: 55%
    }
}

@media (min-width: 48.5em) {
    .ourstoryhold .ourstoryinner .storyboxouter .storybox.box1 {
        margin-bottom: 3em
    }
}

@media (min-width: 67.5em) {
    .ourstoryhold .ourstoryinner .storyboxouter .storybox.box1 {
        margin-bottom: 7em
    }
}

@media (min-width: 48.5em) {
    .ourstoryhold .ourstoryinner .storyboxouter .storybox.box2 {
        margin-left: 45%
    }
}

.ourstoryhold .ourstoryinner .storyboxouter .storyimages {
    background-color: #50af97
}

@media (min-width: 48.5em) {
    .ourstoryhold .ourstoryinner .storyboxouter .storyimages {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%
    }
}

.ourstoryhold .ourstoryinner .storyboxouter .storyimages .storyimage1,
.ourstoryhold .ourstoryinner .storyboxouter .storyimages .storyimage2 {
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden
}

@media (min-width: 48.5em) {
    .ourstoryhold .ourstoryinner .storyboxouter .storyimages .storyimage1,
    .ourstoryhold .ourstoryinner .storyboxouter .storyimages .storyimage2 {
        width: 50%;
        position: absolute
    }
}

.ourstoryhold .ourstoryinner .storyboxouter .storyimages .storyimage1 img,
.ourstoryhold .ourstoryinner .storyboxouter .storyimages .storyimage2 img {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%
}

@media (min-width: 48.5em) {
    .ourstoryhold .ourstoryinner .storyboxouter .storyimages .storyimage1 img,
    .ourstoryhold .ourstoryinner .storyboxouter .storyimages .storyimage2 img {
        width: 140%
    }
}

@media (min-width: 67.5em) {
    .ourstoryhold .ourstoryinner .storyboxouter .storyimages .storyimage1 img,
    .ourstoryhold .ourstoryinner .storyboxouter .storyimages .storyimage2 img {
        width: 100%
    }
}

@media (min-width: 48.5em) {
    .ourstoryhold .ourstoryinner .storyboxouter .storyimages .storyimage1 {
        bottom: 0
    }
}

@media (min-width: 48.5em) {
    .ourstoryhold .ourstoryinner .storyboxouter .storyimages .storyimage1 img {
        position: absolute;
        bottom: 0
    }
}

.ourstoryhold .ourstoryinner .storyboxouter .storyimages .storyimage2 {
    background-color: black
}

@media (min-width: 48.5em) {
    .ourstoryhold .ourstoryinner .storyboxouter .storyimages .storyimage2 {
        top: 0;
        right: 0
    }
}

@media (min-width: 48.5em) {
    .ourstoryhold .ourstoryinner .storyboxouter .storyimages .storyimage2 img {
        float: right
    }
}

.eventshold {
    padding-top: 2em;
    background-color: rgba(255, 255, 255, 0.7)
}

.eventshold .eventsinner {
    padding: 1em 1em 3.5em
}

@media (min-width: 48.5em) {
    .eventshold .eventsinner {
        padding: 1em 1em 3em
    }
}

.eventshold .eventsinner h3 {
    text-transform: uppercase;
    margin-bottom: 1rem
}

.eventshold .eventsinner .eventsbox {
    background-color: black;
    color: white;
    line-height: 1.5em;
    clear: both
}

@media (min-width: 48.5em) {
    .eventshold .eventsinner .eventsbox {
        padding: 2em
    }
}

.eventshold .eventsinner .eventsbox a:hover {
    color: white
}

.eventshold .eventsinner .eventsbox iframe {
    width: 100%;
    height: 20rem;
    display: block
}

@media (min-width: 48.5em) {
    .eventshold .eventsinner .eventsbox iframe {
        height: 60rem
    }
}

.bloglisthold {
    padding-bottom: 2rem;
    padding-left: 8.33333%;
    padding-right: 8.33333%
}

@media (min-width: 67.5em) {
    .bloglisthold {
        width: 66.66667%;
        float: left;
        margin-left: 16.66667%;
        padding-left: 1.85185%;
        padding-right: 1.85185%
    }
}

.bloglisthold.single {
    padding-top: 2rem
}

.bloglisthold .bloglistinner .blog-item {
    background-color: white;
    margin-bottom: 2em
}

.bloglisthold .bloglistinner .blog-item img {
    width: auto;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.bloglisthold .bloglistinner .blog-item h4 {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    display: block;
    text-align: center;
    padding: 1rem 1rem 0;
    line-height: 1em;
    font-size: 1.424rem
}

@media (min-width: 48.5em) {
    .bloglisthold .bloglistinner .blog-item h4 {
        font-size: 1.728rem
    }
}

@media (min-width: 67.5em) {
    .bloglisthold .bloglistinner .blog-item h4 {
        font-size: 2.369rem
    }
}

.bloglisthold .bloglistinner .blog-item p.date {
    color: #999;
    padding: 0 1rem 1rem
}

.bloglisthold .bloglistinner .blog-item .intro-copy p {
    padding: 1rem;
    line-height: 1.4em
}

.bloglisthold .bloglistinner .blog-item .intro-copy .intro-link {
    text-align: right;
    padding: 0 0 1rem
}

.bloglisthold .bloglistinner .blog-item .intro-copy .blog-more {
    display: inline-block;
    text-transform: uppercase;
    padding-top: 0.1rem;
    background-size: auto 90%;
    margin-right: 0.5rem;
    color: #50af97;
    fill: #50af97
}

.bloglisthold .bloglistinner .blog-item .intro-copy .blog-more:hover {
    color: black;
    fill: black
}

.bloglisthold .bloglistinner .blog-item .intro-copy .blog-more svg {
    height: 12px;
    width: 17px
}

.bloglisthold .bloglistinner .blog-item .post-details p {
    font-size: 0.75rem;
    color: #999;
    padding: 0.2rem 1rem
}

.bloglisthold .bloglistinner .blog-item .post-details p:last-child {
    padding-bottom: 1rem
}

.bloglisthold .pagination {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.bloglisthold .pagination:after {
    content: " ";
    display: block;
    clear: both
}

.bloglisthold .pagination .prev a,
.bloglisthold .pagination .next a,
.bloglisthold .pagination .page-numbers {
    background-color: white;
    padding: 0.6rem 0.3rem;
    text-transform: uppercase;
    transition: all 0.5s ease;
    color: #50af97;
    fill: #50af97
}

.bloglisthold .pagination .prev a svg,
.bloglisthold .pagination .next a svg,
.bloglisthold .pagination .page-numbers svg {
    height: 11px;
    width: 17px
}

.bloglisthold .pagination .prev a:hover,
.bloglisthold .pagination .next a:hover,
.bloglisthold .pagination .page-numbers:hover {
    background-color: #50af97;
    color: white;
    fill: white
}

.bloglisthold .pagination .prev a,
.bloglisthold .pagination .next a {
    display: block
}

.bloglisthold .pagination .prev {
    width: 33.33333%;
    float: left;
    min-height: 2px
}

.bloglisthold .pagination .prev a {
    padding-left: 0.5rem
}

.bloglisthold .pagination .next {
    width: 33.33333%;
    float: right;
    text-align: right
}

.bloglisthold .pagination .next a {
    padding-right: 0.5rem
}

.bloglisthold .pagination .all-numbers {
    width: 33.33333%;
    float: left;
    padding-left: 0.46296%;
    padding-right: 0.46296%;
    text-align: center
}

.bloglisthold .pagination .all-numbers .page-numbers {
    display: inline-block
}

.bloglisthold .pagination .all-numbers .page-numbers.current {
    background-color: #50af97;
    color: white
}

.category-list {
    width: 83.33333%;
    float: right;
    margin-right: 8.7963%;
    margin-bottom: 5rem
}

@media (min-width: 67.5em) {
    .category-list {
        width: 16.66667%;
        float: right;
        padding-left: 0.46296%;
        padding-right: 0.46296%;
        padding-right: 1.85185%;
        margin-right: 0
    }
}

.category-list.single {
    margin-top: 2rem
}

.category-list .category-inner {
    background-color: white;
    padding: 1rem
}

.category-list .category-inner h5 {
    text-transform: uppercase;
    margin-bottom: 0.5rem
}

.category-list .category-inner ul li {
    margin-bottom: 0.2rem
}

.index-btn.single {
    width: 83.33333%;
    float: right;
    margin: 2rem 8.7963% 2rem 0
}

@media (min-width: 67.5em) {
    .index-btn.single {
        width: 16.66667%;
        float: right;
        padding-left: 0.46296%;
        padding-right: 0.46296%;
        padding-right: 1.85185%;
        margin-right: 0
    }
}

.index-btn.single .index-btn-inner {
    background-color: white;
    padding: 1rem
}

.index-btn.single h5 {
    text-transform: uppercase
}

.rightside .bloglisthead {
    text-transform: uppercase;
    color: #50af97;
    background-color: black;
    padding: 1.1em 1em 0.7em;
    display: inline-block;
    margin-bottom: 2em
}

.newsbox {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-bottom: 2rem
}

.newsbox:after {
    content: " ";
    display: block;
    clear: both
}

.newsbox .news-item {
    background-color: rgba(25, 32, 59, 0.5);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center center;
    min-height: 300px;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 1em;
    transition: background-color 0.3s ease-out
}

.newsbox .news-item:hover {
    background-color: rgba(25, 32, 59, 0)
}

@media (min-width: 48.5em) {
    .newsbox .news-item {
        width: 31.42857%;
        float: left;
        margin-right: 2.85714%;
        min-height: 400px
    }
    .newsbox .news-item:last-child {
        
        margin-right: 0
    }
}

.newsbox .news-item h4 {
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.1rem;
    display: block;
    padding: 0.5em;
    line-height: 1em
}

.newsbox .news-item .intro-copy {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0
}

.newsbox .news-item .intro-copy p {
    padding: 1rem
}

.newsbox .news-item .intro-copy .intro-link {
    text-align: right;
    padding: 1rem 0
}

.newsbox .news-item .intro-copy .blog-more {
    display: inline-block;
    text-transform: uppercase;
    padding-top: 0.1rem;
    background-size: auto 90%;
    margin-right: 0.5rem;
    color: #50af97;
    fill: #50af97
}

.newsbox .news-item .intro-copy .blog-more:hover {
    color: black;
    fill: black
}

.newsbox .news-item .intro-copy .blog-more svg {
    height: 12px;
    width: 17px
}

.newsbox .blog-link {
    display: inline-block;
    text-transform: uppercase;
    background-color: black;
    padding: 1.2rem 1.5rem 1rem 1rem;
    color: white;
    fill: white;
    font-size: 1.777rem
}

.newsbox .blog-link svg {
    height: 21px;
    width: auto
}

.newsbox .blog-link:hover {
    color: #50af97;
    fill: #50af97
}

@media (min-width: 67.5em) {
    .galleryhold .galleryinner,
    .fooddrinkhold .fooddrinkinner {
        width: 83.33333%;
        float: right
    }
}

.ourstoryhold .ourstoryinner,
.eventshold .eventsinner {
    width: 100%;
    float: left
}

@media (min-width: 67.5em) {
    .ourstoryhold .ourstoryinner,
    .eventshold .eventsinner {
        width: 83.33333%;
        float: right
    }
}

.ourstoryhold .ourstoryinner .ourstoryhead,
.eventshold .eventsinner .eventshead,
.bloglisthold .bloglistinner .bloglisthead {
    text-transform: uppercase;
    color: #50af97;
    background-color: black;
    padding: 1em 3em 1em 1em;
    margin-bottom: 2em;
    display: inline-block;
    clear: both;
    float: left
}


/* Updates 050416 by Andrew Tebbott */


/* Header */
.logo-wrap img {
	width: 100%;
	height: auto;
}
.culte-logo {
	width: 100px;
	margin: 0 auto;
	display: block;
	height: auto;
}
.culte-logo img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
}
.culte-logo:hover img,
.culte-logo:focus img {
	opacity: 0.5;
}

	.newsbox .news-item .intro-copy {
		left: 0;
		right: 0;
	}
	.bloglisthold .bloglistinner .blog-item p.date {
		text-align: center;
		margin: 20px 0;
	}
	.aligncenter {
		margin: 0 auto;
	}
	.bloglisthold .pagination {
		padding-top: 60px;
	}
	.blog-header-image {
		width: 100% !important;
		height: auto;
		margin-bottom: 40px !important;
		display: block;
		-webkit-box-shadow: inset 0px 0px 30px -1px rgba(0,0,0,0.53);
		-moz-box-shadow: inset 0px 0px 30px -1px rgba(0,0,0,0.53);
		box-shadow: inset 0px 0px 30px -1px rgba(0,0,0,0.53);
		background-color: #1f1f1f;
	}
	.bloglisthold .bloglistinner .blog-item {
		max-width: 1024px;
		margin: 0 auto;
		width: 100%;
		padding: 50px 0 0;
	}
	.news-holder {
		background-color: #f9f9f9;
	}
	.bloglisthold .pagination .page-numbers {
		padding: 0;
		height: 40px; 
		width: 40px;
		line-height: 40px;
	}
	.bloglisthold .pagination .prev a, .bloglisthold .pagination .next a {
		height: 40px;
		line-height: 40px;
		padding: 0;
	}
	.bloglisthold .pagination .next a {
		padding-right: 20px;
	}
	.bloglisthold .pagination .prev a {
		padding-left: 20px;
	}
	.bloglisthold .bloglistinner .blog-item .intro-copy p {
		padding: 0;
		max-width: 90%;
		margin: 0 auto 30px;
	}
	.intro-link a {
		text-align: center;
		display: inline-block;
		margin: 0 auto;
		padding: 0px 40px !important;
		height: 50px;
		line-height: 50px;
		border: 2px solid #50af97;
		margin-right: auto !important;
	}
	.intro-link a:hover,
	.intro-link a:focus {
		background-color: #50af97;
		color: #fff !important;
	}
	.bloglisthold .bloglistinner .blog-item .intro-copy .intro-link {
		text-align: center
	}
	.newsbox .news-item .intro-link a {
		margin-right: 20px !important;
	}
	.bloglisthold .bloglistinner .blog-item img {
		border: none !important;
	}
	.gallery {
		margin: 0 0 30px !important;
	}
	.post-details {
		padding: 60px 20px 40px;
		border-top: 15px solid #f9f9f9;
		margin-top: 60px;
	}
	.bloglisthold .pagination {
		padding-top: 20px;
	}
	.category-list .category-inner {
		text-align: center;
	}
	.bloglisthold .bloglistinner .blog-item .post-details p {
		padding: 0 ;
		margin: 0 30px 30px;
	}
	.left {
		float: left;
	}
	.right {
		float: right;
	}
	address {
		margin-bottom: 20px;
	}
	.contact-details li {
		margin-bottom: 10px;
	}
	.openhours {
		margin-bottom: 10px;
	}
	.newsbox .news-item h4 {
		padding: 20px 20px;
		line-height: 24px;
	}
	.newsbox .news-item .intro-copy .intro-link {
		padding: 0 0 20px;
	}
	.promo-banner {
		position: absolute;
		top: 0px;
		right: 360px;
	}
	.wp-caption-text {
		margin-top: 20px;
	}
	.socialcontacts,
	.homehold .hometop .rightside .address {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	
/*  ==========================================================================
	Added 24/10/16 - AT
	========================================================================== */
	.slicelogo {
		max-width: 200px;
		margin: 0 auto 30px;
		display: block;
	}
	#menuBox10 * {
		color: #d43133;
		border-color: #d43133;
	}
	.pr-link {
		margin-bottom: 40px;
		color: #fff;
		display: block;
	}
	.pr-link a:hover,
	.pr-link a:focus {
		color: #50af97;
	}
	.footer {
		clear: both;
	}
	.pwo-order-button,
	#booking-form .wpcf7-submit {
		width: 100%;
		height: 80px;
		text-align: center;
		margin-bottom: 20px;
		background-color: #50af97;
	    font-size: 28px;
	    line-height: 28px;
	    color: #fff;
	    border: none;
	    font-family: 'Oswald', sans-serif;
		font-weight: 300;
		text-transform: uppercase;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.pwo-order-button:hover,
	.pwo-order-button:focus {
		background-color: #fff;
		color: #50af97;
	}
	html.open {
		overflow: hidden;
	}
	.popup {
		opacity: 0;
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.6);
		visibility: hidden;
		z-index: -1;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.popup.open {
		z-index: 9999;
		opacity: 1;
		visibility: visible;
	}
	.popup-inner {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-color: #fff;
		padding: 50px;
		text-align: center;	
	}
	.popup .mailingclose {
		display: none;
	}
	.popup .epm-form-field {
		width: 100%;
		min-width: 250px;
		margin-top: 20px;
	}
	.popup .epm-form-field input,
	#booking-form .wpcf7-text,
	#booking-form textarea {
		width: 100%;
		padding: 10px 20px;
	}
	#booking-form .wpcf7-text,
	#booking-form textarea {
		border: 1px solid #ccc;
		outline: none;
		margin-top: 5px;
	}
	#booking-form textarea {
		height: 100px;
	}
	.popup .epm-sign-up-button {
		margin-top: 20px;
		display: inline-block;
	    padding: 20px;
	    background-color: #50af97;
	    font-size: 28px;
	    line-height: 28px;
	    color: #fff;
	    width: 26%;
	    text-align: center;
	    font-family: 'Oswald', sans-serif;
	    font-weight: 300;
	    text-transform: uppercase;
	    border: none;
	    width: 100%;
	}
	#close-popup,
	#close-booking {
		height: 50px;
		width: 50px;
		border-radius: 50%;
		background-color: #50af97;
		position: absolute;
		top: -20px;
		right: -20px;
		line-height: 42px;
		text-align: center;
		color: #fff;
		font-size: 30px;
		cursor: pointer;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	#close-popup:hover,
	#close-popup:focus,
	#close-booking:hover,
	#close-booking:focus {
		background-color: #fff;
		color: #50af97;
	}
	.epm-message {
		padding: 20px;
		color: #50af97;
	}
	#booking-form h4 {
		margin-bottom: 20px;
	}
	#booking-form p {
		margin-bottom: 10px;
	}
	#booking-form select,
	#booking-form .wpcf7-number,
	#booking-form .wpcf7-date {
		width: 100%;
		margin-top: 5px;
	}
	#booking-form .wpcf7-number,
	#booking-form .wpcf7-date {
		border: 1px solid #ccc;
		padding: 10px;
	}
	#booking-form .col-half {
		width: 48%;
	}
	div.wpcf7-mail-sent-ok {
	    background-color: #50af97 !important;
	    border: none !important;
	    color: #fff !important;
	        font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
	} 
	div.wpcf7-response-output {
	    position: relative !important;
	    bottom: 0px !important;
	    left: 0 !important;
	    width: 100% !important;
	    padding: 20px 5% !important;
	    text-align: center;
	    margin: 0 !important;
	}
	div.wpcf7-validation-errors,
	span.wpcf7-not-valid-tip {
	    background-color: #f74040 !important;
	    border: none !important;
	    color: #fff !important;
	    font-weight: bold !important;
	}
	span.wpcf7-not-valid-tip {
	    top: 26px !important;
	    left: 0 !important;
	    padding: 10px 3% !important;
	    text-align: center !important;
	    width: 100% !important;
	    
	}
	#booking-form .popup-inner {
		position: relative;
		margin: 50px auto;
		width: 90%;
		max-width: 500px;
		top: auto;
	    left: auto;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	}
	
	
/*  ==========================================================================
	Banner
	========================================================================== */	
	.banner {
		width: 100%;
		background-color: #fff;
	}
	.banner .wrapper {
		width: 90%;
		margin: 0 3% 0 7%;
		padding: 20px 0;
	}
	.banner .button {
		display: inline-block;
		padding: 35px 0 29px;
		background-color: #50af97;
		font-size: 28px;
		line-height: 28px;
		color: #fff;
		width: 26%;
		text-align: center;
		font-family: 'Oswald', sans-serif;
		font-weight: 300;
		text-transform: uppercase;
	}
	.banner .button:hover,
	.banner .button:focus {
		background-color: #000;
	}
	.banner h3.bordered {
		padding: 15px 0 10px;
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
		margin-bottom: 20px;
	}
	.banner .banner-content {
		width: 70%;
		float: left;
	}
	.homehold {
		min-height: 60vh;
	}
	
	
/*  ==========================================================================
	Instagram
	========================================================================== */	
	.instagram-feed {
		margin: 60px 0 40px 0;
		background-color: rgba(0,0,0,0.8);
	}
	.instagram-feed h2 {
		color: #50af97;
		text-align: left;
		padding-top: 25px;
		text-transform: uppercase;
		margin-bottom: 15px;
		margin-left: 2%;
		margin-top: 10px;
		display: inline-block;
		padding: 15px 60px 5px 10px;
		background-color: #000;
	}
	.instagram-feed li {
		float: left;
		width: 25%;
	}
	.instagram-feed li img {
		width: 100%;
		height: auto;
		display: block;
		opacity: 0.7;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-moz-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
   	backface-visibility: hidden;
	}
	.instagram-feed li img:hover,
	.instagram-feed li img:focus {
		opacity: 1;
	}
	
	

/*  ==========================================================================
	Clearfix
	========================================================================== */
	.cf:before,
	.cf:after {
	    content: " "; /* 1 */
	    display: table; /* 2 */
	}
	.cf:after {
	    clear: both;
	}
	/**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
	.cf {
	    *zoom: 1;
	}	
	.clear {
		clear: both;
	}

	article iframe {
		width: 100% !important;
		height: auto;
	}
	article h2,
	article h3,
	article h4,
	article h5,
	article h6 {
		margin-bottom: 30px;
	}
	.book-button {
		margin: 20px auto 0;
		display: block;
		background-color: #50af97;
		padding: 20px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.book-button img {
		margin: 0 auto;
		display: block;
		transition: all 0.5s ease;
	}
	.book-button:hover img,
	.book-button:focus img {
		opacity: 0.7;
	}
	#booking-form {
		background-color: rgba(0,0,0,0.55);
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		visibility: hidden;
		opacity: 0;
		overflow: scroll;
		z-index: -1;
	}
	#booking-form.open {
		visibility: visible;
		opacity: 1;
		z-index: 9999;
	}
	#booking-form .booking-form-inner {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	#booking-toggle {
		display: inline-block;
	    padding: 25px 20px 25px;
	    background-color: #50af97;
	    font-size: 28px;
	    line-height: 28px;
	    color: #fff;
	    width: 100%;
	    margin-top: 20px;
	    text-align: center;
	    cursor: pointer;
	    font-family: 'Oswald', sans-serif;
		font-weight: 300;
		text-transform: uppercase;
	    transition: all 0.5s ease;
	    margin-bottom: 10px;
	}
	#booking-toggle:hover,
	#booking-toggle:focus {
		background-color: #000;

	}
	.white-bg {
		background-color: #fff;
	}
	.sidemenu .pwo-order-button {
		margin-top: 20px;
	}
	
	
	/* Blog post styling */
	article .intro-copy li {
		line-height: 20px;
		margin-bottom: 20px;
	}
	article .intro-copy strong {
		font-weight: bold !important;
	}
	article .sc-checkout-form {
		text-align: center;
	}
	article .sc-form-group .sc-form-control {
		margin: 0 auto;
	}
	
	
	
	
	


/*  ==========================================================================
	Responsive Styling
	========================================================================== */		
	@media only screen and ( max-width: 1350px ) {
		.promo-banner {
			clear: both;
			position: relative;
			right: auto;
			top: auto;
			margin-left: 21px;
		}
		.galleryhold {
			margin-top: 50px;
		}
		.banner .button {
			font-size: 20px;
		}
	}
	@media only screen and ( max-width: 1080px ) {
		.galleryhold .galleryinner .galleryimg:nth-child(2n+1) {
			clear: both;
		}
		.sidemenu {
			left: 0 !important;
		}
		.sidemenu .pwo-order-button {
			padding: 5px;
			font-size: 18px;
			height: auto;
			margin: 0;
		}
	}
	@media only screen and ( max-width: 1024px ) {
		
		.galleryhold {
			margin-top: 50px;
		}
		
	}
	@media only screen and ( max-width: 776px ) {
		.homehold .hometop .rightside {
			margin: 20px auto;
			float: none;
		}
		.booking-form {
			float: none;
			margin: 0 auto;
			display: inline-block;
		}
		.dmn-form {
			margin: 0 auto !important;
		}
		.galleryhold {
			margin-top: 30px;
		}
		.promo-banner {
			margin: 30px auto 0;
			display: block;
			max-width: 100%;
		}
		.banner .button {
			float: none;
			margin: 0 auto;
			width: auto;
			padding: 20px 20px 15px;
			display: block;
			margin-top: 20px;
		}
		.banner .banner-content {
			float: none;
			text-align: center;
			width: 100%;
		}
		.banner .wrapper {
			width: 79%;
			margin: 0 auto;
		}
		.instagram-feed li {
			width: 33.33333%;
		}
		.hidden-mobile-logo {
			display: none;
		}
		.logo-wrap {
			width: 140px;
		}
		.booking-widget {
			float: none;
			margin: 0 auto;
			width: 83.33333%;
			padding: 20px;
			padding-left: 0.46296%;
			padding-right: 0.46296%;
		}
		.sidemenu .pwo-order-button {
			font-size: 12px;
			line-height: 12px;
		}
		.logo-wrap {
			position: absolute;
			top: -150px;
			left: 5%;
		}
	}
	@media only screen and ( max-width: 480px ) {
		
		.instagram-feed li {
			width: 50%;
		}
		.logo-wrap {
			width: 100px;
			margin-left: 30px;
		}
		
	}
