a:focus,
button:focus,
input:focus {
    outline: 0
}


body:not(.sqs-edit-mode-active) #cat-menu,
body:not(.sqs-edit-mode-active) #filter-grid {
    opacity: 0;
    transition: .24s
}

body:not(.sqs-edit-mode-active) #cat-menu.ready,
body:not(.sqs-edit-mode-active) #filter-grid.ready {
    opacity: 1
}

.distance-msg {
    color: #fff;
    border: 1;
    border-color: #a8a8a8;
    background: transparent;
    padding: 4px 6px;
    position: absolute;
    top: 0;
    right: 0;
    transition: .24s;
    opacity: 0
}

.distance-msg.show {
    opacity: 1
}

#filter-grid .grid-item .item-link:hover~.distance-msg {
    background: #a8a8a8
}

.btn {
    border: 0;
    background: #fff;
    text-transform: uppercase;
    font-size: 17px;
    cursor: pointer;
    color: #8f8f8f;
    font-weight: 300;
    font-family: futura-pt;
    letter-spacing: .65px;
    margin: 0 5.666666666666667px;
    padding: 4.25px;
    transition: .25s;
    line-height: 1.3
}

.cat-inner {
    float: left;
    margin-right: 17px;
    width: calc(100% - 150px)
}

.cat-inner .cat-filter {
    border: 0;
    background: #fff;
    text-transform: uppercase;
    font-size: 17px;
    cursor: pointer;
    color: #8f8f8f;
    font-weight: 300;
    font-family: futura-pt;
    letter-spacing: .65px;
    margin: 0 5.666666666666667px;
    padding: 4.25px;
    transition: .25s;
    line-height: 1.3;
    border-bottom: 4px solid transparent
}

.cat-inner .cat-filter:hover {
    color: #a8a8a8
}

.cat-inner .cat-filter.active {
    color: #8f8f8f;
    border-color: #8f8f8f
}

.order-by {
    float: right;
    margin-right: 8.5px
}

.order-by svg {
    width: 12px;
    display: inline-block;
    vertical-align: middle;
    stroke: #8f8f8f;
    transition: .25s
}

.order-by .sort-btn,
.order-by .current {
    border: 0;
    background: #fff;
    text-transform: uppercase;
    font-size: 17px;
    cursor: pointer;
    color: #8f8f8f;
    font-weight: 300;
    font-family: futura-pt;
    letter-spacing: .65px;
    margin: 0 5.666666666666667px;
    padding: 4.25px;
    transition: .25s;
    line-height: 1.3
}

.order-by .current {
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 0px solid transparent
}

.order-by .current:hover {
    color: #a8a8a8
}

.order-by .current:hover+svg {
    stroke: #a8a8a8
}

.order-by.dropdown {
    position: relative
}

.order-by.dropdown .dropdown-toggle>.current {
    margin-right: 0
}

.order-by.dropdown .dropdown-menu {
    position: absolute;
    top: 120%;
    left: 45%;
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    z-index: 1000;
    display: none;
    text-align: center;
    min-width: 140px;
    list-style: none;
    background-color: #a8a8a8;
    background-clip: padding-box
}

.order-by.dropdown .dropdown-menu button {
    width: 100%;
    display: block;
    padding: 8.5px 17px;
    margin: 0;
    color: #a8a8a8
}

.order-by.dropdown .dropdown-menu button:hover {
    background: #8f8f8f
}

.order-by.dropdown .dropdown-menu button.active {
    display: none
}

.order-by.dropdown .dropdown-menu.show {
    display: block
}

#filter-grid {
    margin-top: 17px;
    width: calc(100% + 17px);
    min-height: 50vh
}

#filter-grid .grid-item {
    border-right: 17px solid transparent;
    border-bottom: 17px solid transparent
}

#filter-grid .grid-item .content {
    position: relative;
    z-index: 10;
    background: #fff;
}

#filter-grid .grid-item .content .content-inner {
    height: 0;
    opacity: 0;
    display: none;
    height: 100%;
    -webkit-animation: fadeIn .6s ease;
    animation: fadeIn .6s ease;
    padding: 17px;
    margin: 17px 0 0;
    border: 2px solid #a8a8a8
}

#filter-grid .grid-item .content .content-inner p {
    color: #222;
    margin-bottom: 17px
}

#filter-grid .grid-item .content .content-inner p:first-of-type {
    text-transform: uppercase;
    font-weight: 500
}

#filter-grid .grid-item .content .content-inner p:last-of-type {
    padding-top: 5.666666666666667px;
    margin-bottom: 0
}

#filter-grid .grid-item .content .content-inner p:last-of-type a {
    margin-right: .4em;
    margin-bottom: .4em;
    display: inline-block;
    background: #8f8f8f;
    color: #fff;
    padding: .4em .8em;
    border: 2px solid transparent;
    transition: .25s
}

#filter-grid .grid-item .content .content-inner p:last-of-type a:hover {
    background: transparent;
    color: #222;
    border-color: #8f8f8f
}

#filter-grid .grid-item .item-link {
    display: block;
    position: relative;
    cursor: pointer
}

#filter-grid .grid-item .item-link img {
    border: 2px solid transparent;
    transition: .25s
}

#filter-grid .grid-item .item-link:hover img {
    border-color: #a8a8a8
}

#filter-grid .grid-item[data-state="open"] .item-link::after {
    content: '.';
    display: block;
    color: #8f8f8f;
    position: absolute;
    bottom: -2px;
    left: 50%;
    font-size: 60px;
    -ms-transform: translatex(-50%);
    transform: translatex(-50%)
}

#filter-grid .grid-item[data-state="open"] img {
    border-color: #8f8f8f
}

#filter-grid .grid-item[data-state="open"] .content .content-inner {
    max-height: initial;
    opacity: 1;
    display: block
}

@media (max-width:680px) {
    .mobile-style-nav:not(.sqs-edit-mode-active) #cat-menu,
    .mobile-style-nav:not(.sqs-edit-mode-active) #filter-grid {
        opacity: 1
    }
}

@media (max-width:680px) {
	.mobile-style-nav #filter-grid .grid-item .content .content-inner p:last-of-type a {
		font-size: 14px;
		background: transparent;
		color: #222;
		border-color: #a8a8a8;
		font-weight: 400;
		border-width: 3px;
		margin-bottom: .8em
	}
}

@media only screen and (max-width: 420px) {
    .mobile-style-nav #filter-grid .grid-item .content .content-inner p:last-of-type a {
        padding: .2em .6em;
        font-size: 13px
    }
}

@media (max-width:680px) {
	.mobile-style-nav .cat-inner .cat-filter,
	.mobile-style-nav .order-by .sort-btn,
	.mobile-style-nav .order-by .current {
		font-size: 13px;
		line-height: 1.2;
		border-bottom-width: 3px;
		font-weight: 400
	}

	.mobile-style-nav .cat-inner {
		margin-right: 0;
		width: calc(100% - 100px)
	}
}

@media only screen and (max-width: 420px) {
    .mobile-style-nav .cat-inner {
        width: 100%
    }
}

@media (max-width:680px) {
	.mobile-style-nav .cat-inner .cat-filter {
		margin: 0 4.25px
	}
}

@media only screen and (max-width: 420px) {
    .mobile-style-nav .cat-inner .cat-filter {
        margin: 0
    }
}

.hide {
    display: none !important
}

@-webkit-keyframes fadeIn {
    0% {
        display: none;
        opacity: 0
    }
    1% {
        display: block;
        opacity: 0;
        max-height: 0
    }
    100% {
        opacity: 1;
        max-height: 500px
    }
}

@keyframes fadeIn {
    0% {
        display: none;
        opacity: 0
    }
    1% {
        display: block;
        opacity: 0;
        max-height: 0
    }
    100% {
        opacity: 1;
        max-height: 500px
    }
}


/* hide normal book now */
.collection-5c76b8b4a4222f3843a393ce .booking-cta { display: none !important; }

/* book-table-or-room */

.book-table-or-room { display: none; position: fixed; bottom: 11%; right: 2%; z-index: 99; max-width: 340px; }
.book-table-or-room a.button-btor:hover {  background: rgba(51, 51, 51, 1); border: 2px solid rgba(51, 51, 51, 1); }
.book-table-or-room a.button-btor { 
    /*font-family: "futura" !important;*/
	
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;

	/*letter-spacing: .1em;*/

    font-size: 14px;
    font-weight: 300;
    font-style: normal;

    background: rgba(169,169,169,0.9);
	
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0.8em 1em;
    color: #fff;
	
    border-width: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    line-height: 1em;
	white-space: nowrap;

    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	
	border: 2px solid rgba(169,169,169,.9);

}

.book-table-or-room a.button-btor.gift-vouchers { }
.book-table-or-room a.button-btor.book-a-room { min-width: 105px; margin-bottom: 5px; background: #fff; color: #a9a9a9; }
.book-table-or-room a.button-btor.book-a-table { min-width: 105px; background: #fff; color: #a9a9a9; }


.www_theroyalforesters_co_uk .book-table-or-room a.button-btor.book-a-room,
.www_theroyalforesters_co_uk .book-table-or-room a.button-btor.book-a-table,
.www_blueboarwitney_co_uk .book-table-or-room a.button-btor.book-a-room,
.www_blueboarwitney_co_uk .book-table-or-room a.button-btor.book-a-table,
.www_kingsheadongar_co_uk .book-table-or-room a.button-btor.book-a-room,
.www_kingsheadongar_co_uk .book-table-or-room a.button-btor.book-a-table,
.www_thepolecatinn_co_uk .book-table-or-room a.button-btor.book-a-room,
.www_thepolecatinn_co_uk .book-table-or-room a.button-btor.book-a-table,

.www_theakeman_co_uk .book-table-or-room .col2 a.button-btor,
.www_akemaninnkingswood_co_uk .book-table-or-room .col2 a.button-btor,
.www_banyershouse_co_uk .book-table-or-room .col2 a.button-btor,
.www_beechhouseamersham_co_uk .book-table-or-room .col2 a.button-btor,
.www_beechhousebeaconsfield_co_uk .book-table-or-room .col2 a.button-btor,
.www_beechhousehamptonhill_co_uk .book-table-or-room .col2 a.button-btor,
.www_beechhousestalbans_co_uk .book-table-or-room .col2 a.button-btor,
.www_beechhousesolihull_co_uk .book-table-or-room .col2 a.button-btor,
.www_thebetseywynne_co_uk .book-table-or-room .col2 a.button-btor,
.www_thecherrytreeolney_co_uk .book-table-or-room .col2 a.button-btor,
.www_crownandthistleabingdon_co_uk .book-table-or-room .col2 a.button-btor,
.www_theglobewarwick_co_uk .book-table-or-room .col2 a.button-btor,
.www_kingsarmsberkhamsted_co_uk .book-table-or-room .col2 a.button-btor,
.www_thenavigationcosgrove_co_uk .book-table-or-room .col2 a.button-btor,
.www_redlionwaterend_co_uk .book-table-or-room .col2 a.button-btor,
.www_thewhitehartampthill_co_uk .book-table-or-room .col2 a.button-btor,
.www_opowallingford_co_uk .book-table-or-room .col2 a.button-btor,
.www_thelostboyfarnham_co_uk .book-table-or-room .col2 a.button-btor,
.www_thefourallswelfordonavon_co_uk .book-table-or-room .col2 a.button-btor,
.www_theanchorhullbridge_co_uk .book-table-or-room .col2 a.button-btor { background: #fff; border: 2px solid #000; color: #000; font-weight: 600; }


.www_beechhouseamersham_co_uk .book-table-or-room a.button-btor,
.www_beechhousebeaconsfield_co_uk .book-table-or-room a.button-btor,
.www_beechhousehamptonhill_co_uk .book-table-or-room a.button-btor,
.www_beechhousestalbans_co_uk .book-table-or-room a.button-btor,
.www_beechhousesolihull_co_uk .book-table-or-room a.button-btor { font-family: garage-gothic; font-size: 20px; font-weight: 400 !important; }

.book-table-or-room a.button-btor:hover,
.book-table-or-room a.button-btor:hover {
	background: rgba(51, 51, 51, 1) !important; border: 2px solid rgba(51, 51, 51, 1) !important; color: #fff !important;
}

.book-table-or-room>.inner { padding: 10px; }
.book-table-or-room>.inner:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.book-table-or-room>.inner>.col1 { text-align: left; width: 50%; float: left; }
.book-table-or-room>.inner>.col2 { text-align: right; width: 50%; float: left; }
.book-table-or-room>.inner>.col1>.inner { padding: 0 5px 0 0; }
.book-table-or-room>.inner>.col2>.inner { padding: 0 0 0 5px; }

.container-gift-vouchers { width: 100%; height: 650px; }

@media only screen 
and (max-width : 1100px) {
    .container-gift-vouchers { height: 850px; }

}


@media only screen 
and (max-width : 480px) {
	.book-table-or-room { bottom: 1%; width: auto; max-width: 440px; left: 10px; right: 10px; }

	.container-gift-vouchers { height: 900px; }
}
</style>
/* book-table-or-room */


/* fishbowl */
.site-footer .sqs-block-form {
	display: none;
}
.form-wrapper#fb-lb {
	width: 40%;
}
.form-wrapper .form-fishbowl .form-title {
	font-size: 28px;
	padding: 0 0 10px 0;
}

.form-wrapper .form-fishbowl .field-list .field {
	position: relative;
	margin: 0;
}
.form-wrapper .form-fishbowl .field-center {
	text-align: center;
	padding: 10px 0 0 0;
}
.form-wrapper .form-fishbowl .form-label {
	padding: 10px 0 5px;
}

.button-wrapper{ text-align: center; }

a.button-light-box {
	background-color: transparent;
	color: #272727;
	
	border-width: 2px;
	border-style: solid;
	
	-webkit-transition: 0.1s background-color linear, 0.1s color linear;
	-moz-transition: 0.1s background-color linear, 0.1s color linear;
	-o-transition: 0.1s background-color linear, 0.1s color linear;
	transition: 0.1s background-color linear, 0.1s color linear;

	font-family: futura-pt;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .35em;
	
	border-color: #272727;
	
	display: inline-block;
	width: auto;
	height: auto;
	padding: 1em 2.5em;

	text-align: center;
	cursor: pointer;
	outline: none;
}

a.button-light-box:hover {
	background-color: #272727;
	color: #fff;
}

a.button-light-box.beachhouses {
	font-family: "garage-gothic" !important;
    letter-spacing: .12em;
    color: #ee573a;
	border: 2px solid #ee573a;
}
a.button-light-box.beachhouses:hover {
    background: #ee573a;
    color: #fff;
	border: 2px solid #ee573a;
}

/* Christmas 2019 */
.dmn-form .dmn-venue-container {
	width: 230px;
	padding-top: 10px;
	margin: 0px auto;
    padding-bottom: 10px;
}
.dmn-form .dmn-venue-container label {
	text-align: left;
	padding-bottom: 5px;
	color: rgb(0, 0, 0);
	font-size: 20px;
}
.dmn-form .dmn-venue-container select {
	color: rgb(0, 0, 0);
    font-size: 20px;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
    border-color: rgb(230, 230, 230);
}


@media only screen 
and (max-width : 1000px) {

	.form-wrapper#fb-lb {
		width: 80%;
	}
	
}

@media only screen 
and (max-width : 480px) {

	.form-wrapper#fb-lb {
		width: 95%;
		padding: 24px;
	}
	
}
	
/* fishbowl */


