/* cmsms stylesheet: marquee modified: 03/14/18 17:55:49 */
.marquee {
  overflow: hidden;
  text-align: left;
}
.marquee.marquee-speed-drowsy:before {
  animation-duration: 30s;
}
.marquee.marquee-speed-slow:before {
  animation-duration: 20s;
}
.marquee.marquee-speed-custom:before {
  animation-duration: inherit;
}
.marquee.marquee-speed-normal:before {
  animation-duration: 10s;
}
.marquee.marquee-speed-fast:before {
  animation-duration: 7s;
}
.marquee.marquee-speed-swift:before {
  animation-duration: 5s;
}
.marquee.marquee-speed-hyper:before {
  animation-duration: 2s;
}
@keyframes movement-smooth {
  from {
    transform: translateX(0%);
    left: 100%;
  }
  to {
    transform: translateX(-100%);
    left: 0%;
  }
}
@keyframes movement-steps20 {
  0% {
    transform: translateX(0%);
    left: 100%;
  }
  5%,
  9.99% {
    transform: translateX(-5%);
    left: 95%;
  }
  10%,
  14.99% {
    transform: translateX(-10%);
    left: 90%;
  }
  15%,
  19.99% {
    transform: translateX(-15%);
    left: 85%;
  }
  20%,
  24.99% {
    transform: translateX(-20%);
    left: 80%;
  }
  25%,
  29.99% {
    transform: translateX(-25%);
    left: 75%;
  }
  30%,
  34.99% {
    transform: translateX(-30%);
    left: 70%;
  }
  35%,
  39.99% {
    transform: translateX(-35%);
    left: 65%;
  }
  40%,
  44.99% {
    transform: translateX(-40%);
    left: 60%;
  }
  45%,
  49.99% {
    transform: translateX(-45%);
    left: 55%;
  }
  50%,
  54.99% {
    transform: translateX(-50%);
    left: 50%;
  }
  55%,
  59.99% {
    transform: translateX(-55%);
    left: 45%;
  }
  60%,
  64.99% {
    transform: translateX(-60%);
    left: 40%;
  }
  65%,
  69.99% {
    transform: translateX(-65%);
    left: 35%;
  }
  70%,
  74.99% {
    transform: translateX(-70%);
    left: 30%;
  }
  75%,
  79.99% {
    transform: translateX(-75%);
    left: 25%;
  }
  80%,
  84.99% {
    transform: translateX(-80%);
    left: 20%;
  }
  85%,
  89.99% {
    transform: translateX(-85%);
    left: 15%;
  }
  90%,
  94.99% {
    transform: translateX(-90%);
    left: 10%;
  }
  95%,
  99.99% {
    transform: translateX(-95%);
    left: 5%;
  }
  100% {
    transform: translateX(-100%);
    left: 0%;
  }
}
@keyframes movement-steps10 {
  0% {
    transform: translateX(0%);
    left: 100%;
  }
  10%,
  19.99% {
    transform: translateX(-10%);
    left: 90%;
  }
  20%,
  29.99% {
    transform: translateX(-20%);
    left: 80%;
  }
  30%,
  39.99% {
    transform: translateX(-30%);
    left: 70%;
  }
  40%,
  49.99% {
    transform: translateX(-40%);
    left: 60%;
  }
  50%,
  59.99% {
    transform: translateX(-50%);
    left: 50%;
  }
  60%,
  69.99% {
    transform: translateX(-60%);
    left: 40%;
  }
  70%,
  79.99% {
    transform: translateX(-70%);
    left: 30%;
  }
  80%,
  89.99% {
    transform: translateX(-80%);
    left: 20%;
  }
  90%,
  99.99% {
    transform: translateX(-90%);
    left: 10%;
  }
  100% {
    transform: translateX(-100%);
    left: 0%;
  }
}
@keyframes movement-steps5 {
  0%,
  19.99% {
    transform: translateX(0%);
    left: 100%;
  }
  20%,
  39.99% {
    transform: translateX(-20%);
    left: 80%;
  }
  40%,
  59.99% {
    transform: translateX(-40%);
    left: 60%;
  }
  60%,
  79.99% {
    transform: translateX(-60%);
    left: 40%;
  }
  80%,
  99.99% {
    transform: translateX(-80%);
    left: 20%;
  }
  100% {
    transform: translateX(-100%);
    left: 0%;
  }
}
.marquee.marquee-movement-smooth:before {
  animation-name: movement-smooth;
}
.marquee.marquee-movement-steps20:before {
  animation-name: movement-steps20;
}
.marquee.marquee-movement-steps10:before {
  animation-name: movement-steps10;
}
.marquee.marquee-movement-steps5:before {
  animation-name: movement-steps5;
}
.marquee.marquee-direction-left:before,
.marquee.marquee-direction-normal:before {
  animation-direction: normal;
}
.marquee.marquee-direction-alternate:before {
  animation-direction: alternate;
}
.marquee.marquee-direction-right:before,
.marquee.marquee-direction-reverse:before {
  animation-direction: reverse;
}
.marquee:before {
  content: attr(data-marquee);
  white-space: nowrap;
  position: relative;
  transform: translateX(-50%);
  display: inline-block;
  left: 50%;
  animation: linear infinite;
}
.marquee:before {
  animation-duration: 10s;
}
.marquee:before {
  animation-name: movement-smooth;
}
.marquee:before {
  animation-direction: normal;
}
/* cmsms stylesheet: liveres_updated modified: 05/31/18 14:49:42 */
#container{width:710px;height:485px}
/* 7" tablet */
@media only screen and (max-width: 709px)
{
#container{width:610px;height:585px}
}
/* phone landscape */
@media only screen and (max-width: 609px)
{
#container{width:480px;height:585px}
}
/* phone portrait*/
@media only screen and (max-width: 479px)
{
#container{width:320px;height:855px}
}
/* cmsms stylesheet: mean_menu modified: 03/12/18 10:39:31 */
/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	padding: 1px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container .mean-bar li {
list-style-image: none;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanclose  {
	top: 0 !important;
	right: 0! important;
        color: #6e6259;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	border-top: 1px solid;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: .5em 10%;
	border-top: 1px solid;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {

}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 30px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	border: none !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {

}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}

/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {

}

.mean-container a.meanmenu-reveal {

}

.mean-container a.meanmenu-reveal span {

}

.mean-container .mean-nav {

}

.mean-container .mean-nav ul {

}

.mean-container .mean-nav ul li {

}

.mean-container .mean-nav ul li a {
	color: #6e6259;
	border-color: #6e6259;
}

.mean-container .mean-nav ul li li a {
	border-color: #ffffff;
}

.mean-container .mean-nav ul li.mean-last a {

}

.mean-container .mean-nav ul li li li a {

}

.mean-container .mean-nav ul li li li li a {

}

.mean-container .mean-nav ul li li li li li a {

}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	border-color: #6e6259 !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: transparent;
}

.mean-container .mean-push {

}

.mean-nav .wrapper {

}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {

}


.mean-remove {

}
/* cmsms stylesheet: lamport_colours_images modified: 11/17/20 12:28:24 */
/* and now colours */

body {
	
}


header {
     background-color: #1c1710;
}

#outer_header, #header_back {
	border-color: #e0948a!important;
}

#inner_header {

}

#logo {

}

#phone, #phone a:link, #phone a:visited {
	color: #e0948a;
}

#top_button a:link, #top_button a:visited {
	background-color: #e0948a;
	color: #ffffff;
}

#top_button a:hover {
	background-color: #e0948a;
        color: #000000;
}

#top_navigation {

}

#actual_menu {

}

#actual_menu ul {

}

#actual_menu li {

}

#actual_menu a:link, #actual_menu a:visited {
        border-color: #e0948a!important;
        color: #e0948a;
}

#actual_menu a:hover {
	    border-color: #e0948a!important;
            color: #ffffff;
		 
}

#outer_mobile_bar {
background-color: #7e514b;
}

#inner_mobile_bar {

}

#inner_mobile_bar a:link, #inner_mobile_bar a:visited {
color: #fcfbf7;
}

#mobile_phone {

}

#mobile_phone span {

}

#mobile_button {

}

#outer_sports_ticker {
background-color: #ffffff;
color: #3d4061;
}


#outer_slider {
	background-color: #f5f5f5;
}

#inner_slider {

}

.image_comment h3 {
color: #ffffff;
}

#outer_top_splash {
	background-color: #e9dfde;
}

#inner_top_splash {

}

.top_splash {

}

.top_splash h3 {
        color: #ffffff;
}

.top_splash a:link, .top_splash a:visited, .top_splash a:hover {
	color: #ffffff;
}

#top_splash_one {

}

#top_splash_two {

}

#top_splash_three {
	
}

#outer_middle_splash {
	background-color: #e9dfde;
}

#inner_middle_splash {

}

#inner_middle_splash h2 {
	color: #333230;
	border-color: #bfbab4;
}

.middle_splash {

}

.middle_splash h3 {
        color: #ffffff;
}

.middle_splash a:link, .middle_splash a:visited, .middle_splash a:hover {
	color: #ffffff;
}

#middle_splash_one {

}

#middle_splash_two {

}

#middle_splash_three {

}

#outer_mainpage {
        background-color: #e9dfde;
}

.main_pages {
        border-color: #70645b;
}

#inner_mainpage {
        
}

#main_column {

}

.side_splash h3 {
	color: #ffffff;
}

#outer_map {

}

#inner_map {

}

#inner_map iframe {
    width: 1140px;
}

#outer_bottom_splash {
	
}

#inner_bottom_splash {

}

.bottom_splash {

}

#bottom_splash_one {

}

#bottom_splash_two {

}

.undercol {

}

#outer_upper_footer {
	background-color: #1c1710;
}

#inner_upper_footer {

}

#newsletter {
	color: #ffffff;
}

#newsletter h3 {
color: #ffffff;
}

input#mc-embedded-subscribe {
color: #000000;
background-color: #e0948a;
}

#lower_logo {
	
}

#address {
	
}

#address .small_black_text {
    color: #ffffff;
}

#address a:link, #address a:visited {
color: #ffffff;
}

#lower_socials {

}

#lower_socials a {

}

#outer_footer {
	background-color: #1c1710;
        color: #ffffff;
}

#inner_footer {

}

#inner_footer a:link, #inner_footer a:visited {
	color: #ffffff;
}

#inner_footer a:hover  {
	color: #ffffff;
}

#footer_left {

}

#footer_right {

}

#footer_credit {
color: #a2a3a3;
}

#footer_credit a:link, #footer_credit a:visited {
color: #a2a3a3;
}

h1 {
        color: #313131;
}

h2 {
        color: #313131;
}

h3 {
        color: #313131;
}

h4 {
        color: #313131;
}

h5 {
        color: #313131;
}

h6 {
        color: #313131;
}

p {

}

a:link, a:visited {
color: #1e2883;
}

a:hover  {

}

a img {

}

/* start flyout */

.menu {

}

/* hack to correct IE5.5 faulty box model */
* html .menu {

}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {

}

.menu ul ul {

}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {

}

/* style the links for the top level */

.menu a, .menu a:visited {
}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {

}

/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#000000;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
}

.menu ul ul :hover > a.drop {
}

/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {
}

/* style the third level hover */

.menu ul ul ul a:hover {
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {

}

.menu ul ul li {

}

/* another hack for IE5.5 */

* html .menu ul ul {

}

/* position the third level flyout menu */

.menu ul ul ul {

}

/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {

}

/* style the table so that it takes no part in the layout - required for IE to work */

.menu table {

}

/* style the second level links */

div.menu ul ul a, div.menu ul ul a:visited, #actual_menu ul ul a:link, #actual_menu ul ul a:visited {
background-color: #c19690;
color: #000000;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
}

/* style the top level hover */

.menu ul ul a:hover, #actual_menu ul ul a:hover{
            background-color: #fbfaf6;
	    border-color: #9e5a2e;
            color: #9e5a2e;
}

.menu :hover > a, .menu ul ul :hover > a {
}

/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul, .menu ul a:hover ul {

}

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul{

}

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul{ 

}

/* end flyout */

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
background: #7e514b;
}

.mean-container a.meanmenu-reveal {

}

.mean-container a.meanmenu-reveal span {
background: #ffffff;
}

.mean-container .mean-nav ul li a {
	color: #ffffff;
	border-color: #413013;
}

.mean-container .mean-nav ul li li a {
	border-color: #ffffff;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	border-color: #6e6259 !important;
}

.calendar-event {

}

.inner-calendar-event {
background-color: #3d4063;
color: #ffffff;
}

.inner-calendar-event h4 {
color: #ffffff;
}

.calendar-date-from {

}

.contactform {
max-width: 100%;
}

.contactform input, .contactform textarea, .contactform select {
width: 100%;
}

#covidpopup {
position: absolute;
top: 0px;
left: 0px;
z-index: 999999999;
width: 100%;
}

#covidpopup_inner {
width: 80%;
max-width: 500px;
box-sixing: border-box;
padding: 30px;
margin: 150px auto;
background-color: #ffffff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.35);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.35);
}

#covidpopup_close {
float: right;
font-size: 110%;
cursor: pointer;
}

#covidpopup_close:hover {
font-weight: bold;
}

#covidpopup_close span {
font-size: 80%;
display: inline-block;
padding-left: 10px;
}

#covidpopup_title {

}

#covidpopup_title h3 {
margin-top: 30px;
margin-bottom: 20px;
}

#covidpopup_body {
line-height: 140%;
}
/* cmsms stylesheet: drop_menu modified: 03/31/17 12:35:26 */
/* start flyout */

.menu {
position:relative; 
z-index:100;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
width:100%; 
w\idth:100%;
}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

.menu ul ul {
width:220px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
position:relative;
}

/* style the links for the top level */

.menu a, .menu a:visited {
}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {
width:149px; 
w\idth:138px;
}

/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#000000;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
}

.menu ul ul :hover > a.drop {
}

/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {
}

/* style the third level hover */

.menu ul ul ul a:hover {
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden; 
position:absolute;
height:0;
top: 22px;
left: 0px; 
width:180px;
padding-bottom: 10px;
z-index: 9999;
}

.menu ul ul li {
padding: 0px;
width: 180px;
}

/* another hack for IE5.5 */

* html .menu ul ul {
top:0px;
t\op:31px;
}

/* position the third level flyout menu */

.menu ul ul ul {
right:-180px; 
top:0px; 
width:180px;
z-index: 2000;
}

/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {
left:-149px;
}

/* style the table so that it takes no part in the layout - required for IE to work */

.menu table {
position:absolute; 
top:0; left:0; 
border-collapse:collapse;
}

/* style the second level links */

div.menu ul ul a, div.menu ul ul a:visited, #actual_menu ul ul a:link, #actual_menu ul ul a:visited {
display: block;
text-align: left; 
width: 200px; 
height: 30px;
padding: 10px 14px 0px 14px;
border-left: 0px;
background-image: url(https://www.thomasabecket.co.uk/uploads/images/construction_graphics/white_trans.png);
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
width:1220px;
w\idth:218px;
}

/* style the top level hover */

.menu ul ul a:hover, #actual_menu ul ul a:hover{
text-decoration: none;
   -webkit-transition: background-color 200ms linear;
   -moz-transition: background-color 200ms linear;
   -o-transition: background-color 200ms linear;
   -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
   -webkit-transition: color 500ms linear;
   -moz-transition: color 500ms linear;
   -o-transition: color 500ms linear;
   -ms-transition: color 500ms linear;
    transition: color 500ms linear;
background-image: none;
}

.menu :hover > a, .menu ul ul :hover > a {
}

/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul, .menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/* end flyout */
/* cmsms stylesheet: all modified: 09/23/24 10:07:19 */
.category {
padding-bottom: 10px;
clear: both;
}

.category-description {
font-size: 50%;
}

h3.category-name {
    background-color: #1c1710;
    color: #f7f4ed;
padding: 10px;
cursor: pointer;
}

h3.category-name span.mini_advice {

}

.category_details {
display: none;
}

.mini_advice {
font-size: 50%;
}

.menuitem_item {
min-height: 65px;
}

h5.menuitem_title {

}

h5.menuitem_title span.menuitem_price {
float: right;
}

.menuitem_description {
margin-top: -20px;
font-size: 80%;
}

#instagram_holder {
	height: 350px;
	overflow-y: scroll;
	position: relative;
}

.juicer-feed {
	position: relative;
	top: -57px;
}
