/*
Theme Name: 	sanctuary
 
*/

body{
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
	color: #727272;
	padding-top: 20px;
}
.container{
	max-width: 940px;
}
p{
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5{
	font-family: 'Lato', sans-serif;
	color: #52c0a8;
	margin-top: 0;
}
.content a{
	color: #52c0a8
}
h1{
	font-size: 25px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 16px;
}
.rel{position: relative;}
.abs{position: absolute;}
a {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: color 0.25s, background-color 0.25s;
	-moz-transition: color 0.25s, background-color 0.25s;
	-o-transition: color 0.25s, background-color 0.25s;
	transition: color 0.25s, background-color 0.25s;
	text-decoration: none;
	color: #a7a9ab;
}
a:hover{
text-decoration: none;
}
input{
	max-width: 100%;
}
a.cola{
	color: #52c0a8;
}
img{
	max-width: 100%;
	height: auto;
}
img#logo{
	margin-bottom: 20px;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.tar{text-align: right;}
span.social{
	line-height: 30px;
	display: inline-block;

}
.social img{
	margin-left: 15px;
}
.socials{
	text-align: right;
}
span.bold{
font-weight: 400;
}
span.social i{
	font-style: normal;
	font-size: 16px;
	vertical-align: middle;
	margin:0 0 0 5px;
 
}
.affix{
	top:0;
	width: 100%;
 
}
nav{
	background: #87cebd;
	z-index: 99999;
}
nav a{
	color: #fff;
	font-weight: lighter;
	font-size: 20px;
}
.navbar {
	position: relative;
	z-index: 1000;
	min-height: 0;
	margin-bottom: 0;
	border: none;
}
.dropdown-menu{
	z-index: 9999;
	padding: 0px;
	padding-top:20px !important;
	background-color: #52c0a8;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-clip: padding-box;
	max-width: 124%;
	min-width: 0;
	margin-left: -12%;
	width: 124%;
}
li.dropdown:hover .dropdown-menu{
	display: block;
}
 .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;

}
.navbar-nav > li > .dropdown-menu {
	margin-top: -10px;
}
.dropdown-menu li{
	background: none;
	color: #ffffff;
}
.dropdown-menu li a{
	color: #fff;
}
.dropdown-menu > li > a {
	display: block;
	padding: 6px 1px;
	clear: both;
	font-weight: normal;
	text-align: center;
	font-size: 17px;
	font-weight: lighter;
	white-space: initial;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #88d8c6;
}
li.current-menu-item{
	background: url(images/navbg.png) repeat-x bottom;
	font-weight: bold;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background: url(images/navbg.png) repeat-x bottom #87cebd;
	color: #fff;
}
.carousel {
	background: #fff;
	margin-bottom: 30px;
}

.carousel .container {
	position: relative;
	z-index: 9;
}
.carousel .item {
	height: 550px;
}
.carousel2{
	margin-bottom: 50px; 
}
.carousel2 .item {
	height: auto ;
}
.carousel3 .item {
	height: auto ;
}
.carousel3 img{
	width: 100%;
}
.carousel-control.right,.carousel-control.left {
background: none;
}

.carousel-fade .item {-webkit-transition: opacity 1s; -moz-transition: opacity 1s; -ms-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s;}
.carousel-fade .active.left {left:0;opacity:0;z-index:2;}
.carousel-fade .next {left:0;opacity:1;z-index:1;}

.carousel-caption {
	background-color: transparent;
	position: static;
	max-width: 325px;
	float: right;
	color: #333;
	text-shadow: none;
	background-color: rgba(255, 255, 255, 0.63);
	padding: 15px;
}
.carousel-caption span{
	background: #f7931d;
	display: block;
	text-align: center;
	text-shadow: none;
	font-size: 20px;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: bold;
}
.carousel-caption .h1  {
	color: #f7931d;
	text-transform: uppercase;
	text-shadow: none;
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 25px;
}
 
.carousel-caption h2 i {
	padding: 12px 15px;
	background-color: rgba(42, 42, 42, 0.57);
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	color: #fff;
  
}

.home_box, .event_box{
	position: relative;
	border: 5px solid #fff;
}
.event_box img{
	width: 100%;
}
.home_box span{
	position: absolute;
	top:10px;
	left: 10px;
	 right: 10px;
	background: #f7931d;
	font-size: 23px;
	color: #fff;
	text-align: center;
	padding: 5px;-webkit-transition: color 0.25s, background-color 0.25s;
	-moz-transition: color 0.25s, background-color 0.25s;
	-o-transition: color 0.25s, background-color 0.25s;
	transition: color 0.25s, background-color 0.25s;
}
.home_box img{
	width: 100%;
}
.home_box2 span{
	background: #fff;
	border-bottom: 7px solid #52c0a8;
	color: #52c0a8;
}
.homeb:hover .home_box span{
	background: #fff;
	border-bottom: 7px solid #52c0a8;
	color: #52c0a8;
}
.event_inner{
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: rgba(255, 255, 255, 0.85);
	font-size: 15px;
	color: #333;
}
.event_inner h2{
	font-size: 26px;
	color: #333;
}
.event_inner span.head{
	width: 100%;
	background: #52c0a8;
	display: block;
	text-align: center;
	padding: 5px;
	font-size: 25px;
	color: #fff;
}
.event_inner_pad{
	padding: 15px;
}
.event_inner a.more{
	padding: 10px;
	background: #999;
	color: #fff;
	margin-top: 10px;
	display: inline-block
}
.event_inner a.more:hover {
	background: #f7931d;
	text-decoration: none;
}
.thought_head{
	width: 100%;
	background: #52c0a8;
	display: block;
	text-align: center;
	padding: 5px;
	font-size: 25px;
	color: #fff;
	margin-top: 5px;
}


footer{
	color: #a7a9ab;
	margin-top: 30px;
}
#footlogo{
	max-width: 250px;
}
footer h3{
	color: #52c0a8;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 18px;
}
footer span.social i {
	font-size: 14px;
}
blockquote {
	padding: 0;
	margin: 0;
	border-left: none;
}
blockquote.style3 {
 font-size: 15px;
  padding-top: 22px;
  margin: 5px;
  background-image: url(images/bq1.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 65px;
  }
  blockquote.style3 span {
    display: block;
    background-image: url(images/bq2.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 35px;
} 
span.head{
 	display: block;
	background: #52c0a8;
	font-size: 25px;
	color: #fff;
	text-align: center;
	padding: 5px;
	width: 100%;
	margin-bottom: 10px;
}
span.times{
	font-size: 20px;
}
.times_prices{
	border-bottom: 6px solid #52c0a8;
}

#enquire{
	display: block;
	background: #52c0a8;
	color: #fff;
	font-weight: lighter;
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 20px;
	text-align: center;
	border: none;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
		-webkit-transition: color 0.25s, background-color 0.25s;
	-moz-transition: color 0.25s, background-color 0.25s;
	-o-transition: color 0.25s, background-color 0.25s;
	transition: color 0.25s, background-color 0.25s;
}
#enquire.collapsed{
	background: #f7931d;
}
 #enquire:hover, #enquiry:active{
	background: #52c0a8;
	}
.btn:focus {outline:0;}
.thought{
	z-index: 9;
	background-color: rgba(255, 255, 255, 0.63);
	padding: 15px;	
	top:0;
	right: 0;
	color: #333;
	font-size: 17px;
}
.thought .title{
	font-weight: normal;
	font-size: 28px;
	display: block;
	line-height: 33px;
}
.tobook{
	z-index: 99999;
	background-color: rgba(247,147,29,0.63);
	padding: 15px;	
 
	top:0;
	right: 0;
	margin-top: 400px;
	height: 150px;
	color: #fff;
	font-weight: lighter;
	text-align: justify;
}
.tobooks{
display: block;
font-size: 34px;margin-top: 12px;
}
.booktel{
display: block;
font-size: 43px;
font-weight: bold;
line-height: 38px;
}
 

.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
	width: 22%;
}


.woocommerce .related, .woocommerce .upsells.products, .woocommerce-page .related, .woocommerce-page .upsells.products {
	clear: both;
}
nav.woocommerce-breadcrumb{
	background: transparent;
}
span.arrow{
	width: 80px;
	height: 80px;
	display: block;
	float: right;
}
.panel-default > .panel-heading {
	color: #414041;
	background-color: #e6e7e8;
	border-color: transparent;
		-webkit-transition: color 0.25s, background-color 0.25s;
	-moz-transition: color 0.25s, background-color 0.25s;
	-o-transition: color 0.25s, background-color 0.25s;
	transition: color 0.25s, background-color 0.25s;
}
.panel-heading {
	padding: 0px;
	border-bottom: 0px solid black;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	position: relative;

}
.panel-heading .padd {
	padding: 30px 0 0 30px;
	font-size: 20px;
	font-weight: bold;
}
.panel-heading .padd2 {
	padding: 15px 30px 0;
	font-size: 20px;
	font-weight: bold;
}
.panel-heading .dates{
	font-weight: lighter
}
.panel-heading a{
	display: block;
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0;
}
.panel-heading a{
	 background: url(images/arrow_d.jpg) no-repeat right center;
	 height: 100%;
}
.panel-heading a.collapsed{
	 background: url(images/arrow_r.jpg) no-repeat right center;
}
.panel:hover a.mylink{
	background: url(images/arrow_d.jpg) no-repeat right center;
}

.active-header.panel-heading{
	background-color: #c0e4da !important;
}
.panel-group .panel {
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 0;
	border: none;
}
 
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #dddddd;
	background: #f1f1f2;
	border-bottom: 7px solid #52c0a8;
}
.panel-body img{
	width: 100%;
	height: auto;
}
.brox{
	margin-bottom: 5px;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: lighter;
}
.brox a{
	color: #fff;
}
.brox img{
	margin: 0 15px;
}
.brox span.heading{
	display: block;
	font-weight: bold;
	
}
.brox.brox_green{
	background: #52c0a8;
}
.brox.brox_orange{
	background: #f7931d;
}
.brox .col-sm-10{
	padding-top: 5px;
}
input.button, .gform_wrapper .gform_footer input[type=submit] {
	background: #f7931d;
	border: none;
	color: #fff;
}
.gform_body input, .ginput_container textarea{
	border: 1px solid #eeeeee !important
}
.gform_wrapper div.validation_error {
color: #bf0000 !important;
font-size: 12px !important;
font-weight: bold;
}
span.blocks{
 	display: block;
	background: #f7931d;
	font-size: 25px;
	color: #fff;
	text-align: center;
	padding: 10px;
}
span.blocks_s,.woocommerce.widget h3{
	display: block;
	background: #f7931d;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 10px;
	-webkit-transition: color 0.25s, background-color 0.25s;
	-moz-transition: color 0.25s, background-color 0.25s;
	-o-transition: color 0.25s, background-color 0.25s;
	transition: color 0.25s, background-color 0.25s;
}
span.blocks_s:hover{
	background: #52c0a8;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
	padding: 2px 2px 2px 0;
	border-top: none;
}
#map_canvas {
	width: 100%;
	height: 400px;
	margin-bottom: 30px;
}
ul.product-categories{
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.shopping_cart{
	display: block;
	text-align: right;
}
img#basket{
	margin-top: -16px;
}
.product-categories li a{
	font-size: 20px;
}
.wpcf-field-teacher-value{
display: block;
min-height: 32px;
font-size: 13px;
}
.classblocks > div{
	margin-bottom: 30px;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
color: #52c0a8;
}
li.product h3{
color: #999;
min-height: 45px;
}
li.cat-item{

}
.product-categories li.cat-item a{
color: #fff;
display: block;
width: 100%;
background: #52c0a8;
padding: 5px;
margin-bottom: 5px;
font-weight: lighter;
font-size: 17px;
}
.product-categories li.cat-item a:hover{
	background: #53d2b7;
	text-decoration: none;
}
.widget{
margin-bottom: 30px;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt,.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
background: #52c0a8;
 
border: none;
color: #fff;
text-shadow: none;
}
.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
text-decoration: none;
font-weight: lighter;
}
.sidebar{
margin-top: 113px;
}
.woocommerce-page .sidebar{
	margin-top: 35px;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover,.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {
background: #5be1c4;
 color: #fff;
}
.woocommerce ul#shipping_method li, .woocommerce-page ul#shipping_method li {
margin: 0;
padding: 0;
text-indent: 0;
list-style: none outside;
}
 .spacer{
 
 height: 20px;
}
.table2  td{
width: 100%;
}

.btn-warning {
color: #fff;
background-color: #f7931d;
border-color: #f7931d;
display: block;
padding: 10px;
margin-bottom: 0;
font-size: 18px;
font-weight: lighter;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: none;
border-radius: 0px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
max-width: 283px;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
color: #fff;
background-color: #52c0a8;
border-color: #52c0a8;
}
#gallery-1 .gallery-item {
float: left;
margin-top: 0 !important;
text-align: center;
width: 25%;
padding: 5px;
}
#gallery-1 img {
border: none !important;
width: 100%;
height: auto;
}
dl {
margin-bottom: 0;
}
 #gforms_confirmation_message {
  width:500px;
 
	top:0;
	left:0;
	z-index:5000;
	background-color:#52c0a8;
	border:10px solid #3fa28d;
	color:#fff;
	font-size:28px;
	line-height:110%;
	padding:20px 10px;
	text-align:center;
}
.classrow{
	margin-top: 30px;
}
.z99{
		position: relative;
		z-index: 9999999;
	}
	body.contact .table td{
		display: inline-block;
	}
	body.contact .table td.first{
		width: 40%;
		text-align: left;
	}
	body.contact .table td.second{
		width: 25%;
	}
	body.contact .table td.third{
		width: 10%;
		text-align: center;
	}
	body.contact .table td.fourth{
		width: 25%;
	}
	body.contact .table td.fifth{
		width: 60%;
	}
#hellobar-shadow{
	display: none !important;
}
span.view_events{
	padding: 10px 20px;
	background: #52c0a8;
	color: #fff;
	display: inline-block;
	clear: both;
	margin: 30px 0 0;
	font-size: 17px;
}
.view_events img{
	max-height: 30px;
	margin-top: -5px;
}


.blogsidebar ul{
	list-style: none;
	padding: 0;
	
}
.blogsidebar ul li a {
	padding: 8px 0;
	display: block;
}

.bloghold{position: relative; opacity: 1;
-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    margin-bottom: 30px;
}
.bloghold:hover .blogover{
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
	opacity: 0	;
}
.bloghold:hover .blogtitle{opacity: 0;}
.blogover{position: absolute; width: 100%; height: 100%; top:0;left:0; background: #87cebd;}
.blogtitle,.blogtitle a{color: #fff;  text-align: center; font-size: 18px; padding: 0 5px;}
.blogtitle{position: absolute; top: 40%; color: #fff; width: 100%; text-align: center; z-index: 99999; font-weight: 100}
.blogtime{background: orange; position: absolute; top: 10px; left: 10px; right: 10px; color: #fff; text-align: center; z-index: 99999; padding: 5px; font-size: 18px;}
.bloglink{z-index: 9999999; display: block; width: 100%; height: 100%; position: absolute;}

.blogover.Healing{background:#87cebd;}
.blogover.News{background:#a87b4f;}
.blogover.Testimonials{background:#d3b490;}
.blogover.Nutrition{background:#d1d2d4;}
.blogover.Development{background:#a7a9ab;}
/* Cookie Policy */

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #fff  !important;
    border: 3px solid #fff;
    background-color: transparent !important;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
       width: 37px !important;
    height: 35px !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    text-align: center;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
}
.cc_container .cc_btn {
    font-size: 1em;
    padding: 0px 0px !important;
    font-size: 25px !important;
    font-weight: bold;
}
.cc_container .cc_message {
    font-size: 16px !important;
    clear: none !important;
}
.cc_container a, .cc_container a:visited {
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
	    text-decoration: none;
    color: #727272 !important;
    transition: 200ms color;
}
.cc_message  {
	color: #fff;
}
.cc_container {
    background: #87cebd !important;
    
    font-size: 17px;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
    box-sizing: border-box;
}
.cc_container p {
	color: #fff !important;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
}
.cc_banner-wrapper {
    z-index: 999999999 !important;
    position: relative;
}
/* End Cookie Policy */


/* monitors */
@media screen and (min-width:768px) {
	body.home .carousel,body.cafe .carousel {
		margin-bottom: -40px;
	}
	.event_inner{
		max-width: 50%;
	}
	.homeb{
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
	}
	.opening_times{
		margin-top: 75px;
		display: block;
		font-size: 17px;
	}
	.socials{
		margin-top: 90px;
	}
	body.woocommerce .socials{
		margin-top: 72px;
	}
}


/* phones */
@media screen and (max-width:767px) {
	.centerformob{
		text-align: center;
	}
	.carousel .item{
		height: 200px;
	}
	.tobook{
		z-index: 9999;
		background-color: rgba(247,147,29,0.63);
		padding: 15px;	
		font-size: 28px;
		top:0;
		right: 0;
		margin-top: 0;
		height: 120px;
	}
	.opening_times{
		text-align: center;
		display: block
	}
	.navbar-collapse,.navbar-collapse.in {
		max-height: 99999px;
		padding-right: 15px;
		padding-left: 15px;
		overflow-y: visible;
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		-webkit-overflow-scrolling: touch;
		z-index: 999999;
	}	
	.event_box img{
		display: none;
	}
	.event_inner {
		position: relative;		
		top: 0;
		left: 0;
		
		}
		.thought{
			display: none;
		}
		.event_box{
			border-bottom: 5px solid #fff;
			border-top: 5px solid #fff;
			border-left: none;
			border-right: none;
		}
		.panel-heading a.collapsed,.panel:hover a.mylink {
background-position:  right top;
background-size: 23px;
}
.panel-heading .padd2{font-size: 16px; padding: 0;}
.panel-heading .padd{padding: 0 0 0 15px; font-size: 10px;}
.tobook{height: 80px;}
.tobooks {
display: block;
font-size: 18px;
margin-top: 0px;
}
.booktel {
display: block;
font-size: 23px;
font-weight: bold;
line-height: 28px;
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_container,#slb_viewer_wrap .slb_theme_slb_baseline, #slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_layout, #slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
min-height: 0 !important;
}
}


@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	.booktel {font-size: 32px;}
	.tobooks {font-size: 28px;}
	.tobook{text-align: left; height: 100px; margin-top: 450px; padding: 0 10px;}
	.hidipadland{display: none;}
	.social img {margin-left: 5px;max-height: 18px;}
	.socials {margin-top: 70px;}
	.opening_times{margin-top: 50px;}
	nav a{font-size: 14px}
	.panel-heading .padd2{font-size: 18px;}
	.event_inner {width: 46%; max-width: 46%;}
	.event_inner h2{
		font-size: 16px;
	}
	.event_inner a.more {
		padding: 5px;
		margin-top: 5px;
	}
	
	.brox{font-size: 18px;}
	#footlogo{max-width: 100%;}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}

.tablepress-table-name{margin-top:50px;}
.tablepress-table-description{font-style: italic; margin:10px 0;}
.tablepress thead th {
  background-color: #fff !important;
}
#tablepress-12 tr:first-child td,#tablepress-11 tr:first-child td,#tablepress-soups tr:first-child td,#tablepress-sandwiches tr:first-child td,#tablepress-salads tr:first-child td,#tablepress-breakfast tr:first-child td,#tablepress-3 tr:first-child td {
width:100%;
}