/*

Theme Name:Wallbase
Theme URL: http://www.web2feel.com/wallbase/
Description: Free WordPress theme released by web2feel.com
Author: Jinsona
Author URI: www.web2feel.com
Version: 1.0.0
Tags: Black, Fullscreen, photography, Portfolio, twitter, fixed-width, theme-options, threaded-comments, banner ads.

*/
html
   {
		height: 100%;
		/*-webkit-font-smoothing: antialiased;
		-webkit-text-stroke-width: 0.1px;
		text-rendering: optimizeLegibility; */

	}

body {
	height: 100%;
	margin:0 auto;
	padding: 0px;
	background:#000;
	font-family: 'Lato', Arial, sans-serif;
	color:#666;
	font-size:13px;
	/*background: url('images/pe_6.jpg') no-repeat;*/
	background-position: top center;
    -webkit-background-size: cover;
 	-moz-background-size: cover;
  	-o-background-size: cover;
 	 background-size: cover;

 	-webkit-background-attachment: fixed !important;
 	-moz-background-attachment: fixed !important;
  	-o-background-attachment: fixed !important;
 	 background-attachment: fixed !important;
 	
	}

	/* ---- BODY BACKGROUND IMAGES --*/
	body.page-template-about-php
	{
		background-image: url('images/interior_bg_shelf.jpg');
	}

	body.page-template-chefs_counter-php
	{
		background-image: url('images/interior_bg_knife.jpg');
	}

	body.page-template-private_hire-php
	{
		background-image: url('images/interior_bg_frame.jpg');
	}


	body.page-template-contact-php
	{
		background-image: url('images/interior_bg_contact.jpg');
	}

	body.page-template-menus-php
	{
		background-image: url('images/interior_bg_menus.jpg');
	}


img {
	border:0;
	margin: 0 0;
	}
a {
	color:#f21b52;
	font-style: normal;
	font-weight: 400;
	text-decoration:none;
	outline:none;	
}
	
a:hover {
	font-weight: 400;
	font-style: normal;
	color:#f21b52;
	text-decoration:underline;
}
		
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding:0px 10px 0px 20px;
	color:#666;
	font-style: italic;
	font-family:Georgia;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}	
.clear {
	clear:both;
	}

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
	display: inline;
	background:#eee;

	}

img.alignright {
	padding: 5px 5px;
	margin: 5px 0px 10px 10px;
	display: inline;
	background:#eee;

	}

img.alignleft {
	padding: 5px 5px;
	margin: 10px 15px 10px 0px;
	display: inline;
	background:#eee;

	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 10px 15px 10px 0px;
	}
	
.wp-caption {

	text-align: center;
	background:#eee;
	padding: 4px 0px 5px 0px;
	margin: 10px 10px ;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color:#444;
	}
.rounded{

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.boxshadow{
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    box-shadow: 0px 0px 5px #888;


}	


/* Container */



.black_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

#container{
	position: relative;
	padding: 20px 40px;
}

	
/* The Header */
#masthead{
	width: 100%;
	border: 0px solid green;
	overflow: hidden;
	z-index: 300;
}

/*#masthead-inner{}*/

#masthead-inner
{
	/*max-width: 1080px;*/
	margin: 0 auto;
	padding: 0 2.5% 0 2.5%;
	border: 0px solid red;
	overflow: hidden;
	z-index: 300;
}

#masthead-inner #logo h1 
{	
	float: left;
	height: 116px;
	margin-top: -3px;
	z-index: 200;
}





#top {
	margin:0px 0px ;
	padding:50px 0px 15px 0px;
	text-align:center;
	border-bottom:1px solid #000;	
	width:230px;	
	}



	
	/* Media Queries
	@media screen and (max-width: 818px)
	{
		#masthead ul
		{
			border: 0px solid red;
			position: static;
			margin-top: 0px;
			text-align: center;
		}
		
		#masthead ul li 
		{
			display: inline-block;
			background: url('images/nav_border.png') top right no-repeat !important;
			float: none !important;
			padding: 0 !important;
			margin: 0 !important;
		}
		
	#masthead ul li.welcome {width: 80px;}
	#masthead ul li.pigsear {width: 104px;}
	#masthead ul li.foodwine {width: 145px; }
	#masthead ul li.privatehire {width: 108px;}
	#masthead ul li.gallery {width: 70px;}
	#masthead ul li.contact {width: 92px;}
	}*/


/* The Search */

	
#search {
	width:200px;
	padding:0px ;
	margin:10px 10px 0px 0px;
	display:inline-block;
	float:right;
	background:#1d1d1d;
	border:1px solid #2e2e2e;
	}

#search form {
	margin: 0px 0px 0px 0px;
	padding: 0;
	}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
	}

#search p {
	margin: 0;
	font-size: 85%;
	}

#s {
	width:160px;
	background:#1d1d1d;
	margin:0px 0px 0px 3px;
	padding: 3px 5px;
	height:20px;
	border:none;
	font-size:14px;
	font-family: 'Lato', Arial, sans-serif;
	color:#ddd;
	float:left;
	display:inline;

	}

#searchsubmit{
	background:url(images/search.png);
	border:none;
	color:#fff;
	display:block;
	width:12px;
	height:12px;
	margin:7px 7px 0px 0px;
	padding:5px 5px;
	float:right; 
	cursor:pointer;
	}
	
#searchpage{
	background:#fff;
	border:1px solid #ccc;
	margin:0px 10px 0px 10px;
	}

#sform{
	width:450px;
	border:none;
	padding:6px 5px;
	}

#formsubmit{
	float:right;
	background:url(images/sfrm.png) repeat-x;
	border-left:1px solid #ccc!important;
	border:none;
	padding:5px 5px;
	}

.scover{


	}
	
.sbox{
	padding:10px 0px;
	padding:10px 0px;
	}
	
.sbox p{
	padding:5px 0px;
	color:#777!important;
}
.shead{
	margin:0px 10px 25px 10px;

}
.shead p{
	margin-left:10px;
	margin-bottom:10px;
	color:#3E91CE;
}

.stitle h2{
	font-family: 'Lato', Arial, sans-serif;
	font-weight:normal;
	padding:0px 0px;
	font-size:26px;
}
.stitle h2 a{
	color:#6D6750;

}

.searchmeta{
	margin-top:5px; 
	color:#D14E25;
	text-transform:uppercase;
	font-size:10px;
}

.searchmeta a{
	color:#D14E25;

}


/* Menu */



#botmenu{
	padding:20px 10px;
	width:210px;
	background:url(images/botmen2.png) repeat-y;

}

#submenu{

	font-family: 'Lato', Arial, sans-serif;
	font-weight: 700;
	font-size:12px;
	margin:0px 0px;
}



/* menu bottom */

.strigger{
	height:78px;
	background:url(images/strigger2.png);
	display:block;
	border-top:1px solid #302F2F;
}

span.trig,span.trigu{
	width:27px;
	height:26px;
	background:url(images/trigd2.png);
	display:block;
	margin-left:103px;
	margin-top:35px;
	cursor:pointer;
}

span.trigu{
	background:url(images/trigu2.png)!important;
}


/* Main Content*/	

#content {
	float:left;
	width: 500px;
	height:100%;
	padding:10px 0px 0px 0px;
	margin:10px 0px 0px 20px;
	display:inline;
	overflow:hidden;
	border: 0px solid blue;
	}	
	

/* POST */

.postimg{

	float:left;
	margin:15px 10px 10px 0px;
	width:490px;
	height:200px;
	padding:5px ;
	background:#000;

}

.post {
	margin: 0px 0px 0px 0px;
	color:#777;
	}

.title{
	margin: 0px 0px;
	padding: 5px 0px;
	border: 2px solid green;
	}		
	
.title  h2 {
	margin: 0px 0px;
	padding: 0px 0px 5px 0px ;
	font-size: 20px ;
	font-family: 'Lato', Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;

	}

.title  h2 a, .title  h2 a:link, .title  h2 a:visited  {
	color:#eee;
	background-color: transparent;
	}
	
.title  h2 a:hover  {
	color: #fff;
	background-color: transparent;
	}	

.postmeta{
	padding:5px 0px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	font-size:10px;
	text-transform:uppercase;
	}
	
.author{
	color:#fff;
	padding:2px 5px 2px 15px;
	background:url(images/user.png) left center no-repeat;
	}

.clock{
	color:#fff;
	padding:2px 5px 2px 15px;
	background:url(images/clock.png) left center no-repeat;
}	

.comm{
	color:#fff;
	padding:2px 5px 2px 15px;
	background:url(images/comm.png) left center no-repeat;
	}

.comm a:link,
.comm a:visited {
	color:#fff;
	}
	
.comm a:hover{
	color:#fff;
	}

.morer{
	float:right;
	margin-right:5px;
	background:url(images/rmore.png) no-repeat;
	width:121px;
	height:38px;
	line-height:38px;
	text-align:center;
	color:#fff!important;
	text-decoration:none;
	}


.singleinfo {
	font:10px  Tahoma, Georgia, Arial,century gothic,verdana, sans-serif;
	text-transform:uppercase;
	color:#827A60;
	padding:5px 0px;

	}

.category{
	padding:5px 0 5px 20px;
	color:#fff;
	background:url(images/tag.png) left center no-repeat;
	
	}

.category a:link,.category a:visited{
	color:#4D87A7;
	}
	
.category a:hover{
	color:#fff;
	}
	
.cover {
	margin:0 0;
	padding: 0px 0px ;
	}	
		
.entry {
	margin:0px 0px;
	padding: 0px 0px 5px 0px ;
		}	
	
.entry a:link,
.entry a:visited {
   	color:#4D87A7;
	}

.entry a:hover {
	color:#fff;
	background-color: transparent;
}

.entry ul, .entry ol{
  margin: .4em 0 1em;
  line-height: 150%;
}

.entry ul li, .entry ol li{
  list-style-position:outside;
  margin-left: 1.6em;
}

.entry p{
	margin:5px 0px 10px 0px;
	padding:10px 0px;
	line-height:24px;
}

	
	
/* Right column non-widgets*/

.right{
	float:right;
	width:180px;
	padding:20px 0px 0px 0;
	margin:10px 20px 0px 0px;
	display:inline;
	overflow:hidden;
	
}


/* The Sidebar WIDGETS */


.sidebar{
	float:left;
}

h3.sidetitl{
	font-family: 'Lato', Arial, sans-serif;
	color:#ccc;
	font-size:16px;
	padding:0px 0px 0px 0px;
	margin-bottom:10px;
	font-weight:normal;
}

.sidebox{
	width:180px;
	margin:0px 0px 30px 0px;
	list-style:none;
	color:#6f6f6f;
	}

.sidebox ul {
	list-style-type: none;
	margin:  0px;
	padding: 0px 0px 5px 0px ;

	}
.sidebox li{
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}
.sidebox ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
	}

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

.sidebox ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.sidebox ul li {
	height:100%;
	line-height:18px;
	clear:left;	
	width: 300px;
	margin:0px 0px;
	list-style-type: none;
	}
	
.sidebox ul li a:link, .sidebox ul li a:visited {
	color:#6f6f6f;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	display:block;
	}

.sidebox ul li a:hover {
	color: #fff;
	}

	
.sidebox.widget_categories ul li,.sidebox.widget_pages ul li,.sidebox.widget_archive ul li,
.sidebox.widget_links ul li,.sidebox.widget_meta ul li{
	padding-left:0px;
	border-bottom:1px solid #222;	
}

.sidebox.widget_recent_entries ul li a{
	border-bottom:1px solid #222;
}

ul#recentcomments li.recentcomments {
	padding:5px 0px;
	border-bottom:1px solid #222;
}

.squarebanner {
	margin:20px 0px 10px 20px;
	width:270px;
	float:left;
	}

.squarebanner ul{
	list-style-type:none;
	margin: 0px auto;
	padding: 0px 5px 0px 0px;
	overflow:hidden;
	width:270px;
		}
		
.squarebanner ul li{
	list-style-type:none;
	margin: 10px 10px 0px 0px;
	float:left;
	display:inline;
	background:#eee;
	}

.squarebanner ul li.rbanner{
	margin-right:0px;
	
}		
/* Footer widgets */


#bottom{
	margin:0px auto;
	width:740px;
	padding-bottom:20px;
}

.bottomcover{

	margin:0px auto;
}	

h3.bothead{
	font-size:18px;
	padding:10px 0px 10px 0px;
	color:#fff;
	text-shadow:1px 1px 0px #111;
	font-family: 'Lato', Arial, sans-serif;
	font-weight:normal;
	}
	
.botwid{
	float:left;
	width:190px;
	padding-bottom:30px;
	font-size:12px;
	margin:20px 10px 20px 18px;
	color:#ddd;
	list-style:none;
	}
	
.botwid ul {
	list-style-type: none;
	margin:  0px;
	padding: 0px 0px 0px 0px ;


	}
.botwid li{
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}
.botwid ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
		}

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

.botwid ul ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.botwid ul li {
	height:100%;
	line-height:18px;
	clear: left;	
	width: 190px;
	list-style-type: none;
	}
	
.botwid ul li a:link, .botwid ul li a:visited  {
	
	color: #777;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	display:block;
	border-bottom:1px dotted #555;

	}

.botwid ul li a:hover{

	color: #fff;
	}

.botwid p{
	padding: 7px 0px;
	margin:0;
	line-height:150%;
	}

.botwid table {
	width:100%;
	text-align:center;
	color:#787d7f;
	}	
	

/* The Navigation */

#tnavigation{	
	margin:10px 0px 0px 0px;
	padding:5px 0px;
	
	}

	
/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	padding:10px 0px;
	font-size:14px;
	text-align:center;
	color:#444;
	margin-bottom:10px;
	}
 h2.pagetitle a {
 	color:#507409;
 }
 
 
.archead{
	color:#fff;
	text-align:left;
	padding:25px 0px 5px 20px;
	font-size:14px;
	text-shadow:2px 2px 5px #000;	
	font-family: 'Lato', Arial, sans-serif;

}

 
/* Comments */

#commentsbox {

	margin:0 0px;

}

h3#comments{
	font-size:18px;
	color:#eee;
	font-weight:normal;
	padding:10px 0px 10px 0px ;
	margin-top:10px;
	background:url(images/coms.png) left no-repeat;
	font-family: 'Lato', Arial, sans-serif;
}


ol.commentlist {
	margin:0px 0 0;
	clear:both;
	overflow:hidden;
	list-style:none;


}
ol.commentlist li {
	margin:20px 0;
	line-height:18px;
	padding:10px;
	background:#161616;
	border:1px solid #222;


}
ol.commentlist li .comment-author {
	color:#999;


}
ol.commentlist li .comment-author a:link,ol.commentlist li .comment-author a:visited{

	color:#999;
	font-weight:bold;
	text-decoration:none !important;
}

ol.commentlist li .comment-author .fn {
	color:#999;
}
cite.fn{
	color:#eee;
	font-style:normal;
}
ol.commentlist li .comment-author .avatar{
	float:right;
	border:1px solid #333;
	background:#000;
	padding:3px;
}
ol.commentlist li .comment-meta{
	font-size:10px;

}
ol.commentlist li .comment-meta .commentmetadata{

	color:#000;
}

ol.commentlist li .comment-meta a {
	color:#4D87A7;
	text-decoration:none !important;
}
ol.commentlist li p {
	line-height:22px;
	margin-top:5px;
	color:#666;
	font-size:12px;

}
ol.commentlist li .reply{
	margin-top:10px;
	font-size:10px;
}
ol.commentlist li .reply a{
	background:#666;
	border:1px solid #888;
	color:#fff;
	text-decoration:none;
	padding:3px 10px;
}

ol.commentlist li.odd {

}
ol.commentlist li.even {

}

ol.commentlist li ul.children {
	list-style:none;
	margin:1em 0 0;
	text-indent:0;

}

ol.commentlist li ul.children li.depth-2 {

	margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-3 {

	margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-4 {

	margin:0 0 0px 50px;

}
ol.commentlist li ul.children li.depth-5 {

	margin:0 0 0px 50px;

}
.comment-nav{

	padding:5px 0px;
	height:20px;
}

.comment-nav a:link,.comment-nav a:visited{

	color:#777;
}

#respond{

	padding:0px 0px ;
	margin:10px 0px;


}
 #respond h3 {
	font-size:16px;
	font-weight:normal;
	padding:5px 0px 0px 0px ;
	margin:0px 0px;
	color:#eee;
	font-family:'Lato', Arial, sans-serif;
	
	
}
#commentform {
	padding:10px 0px;
}
#commentform a {
		color:#4D87A7;
}

#commentform p{
	margin:5px 0px ;
	color:#999;
}
 #respond label{
	display:block;
	padding:5px 0;
	color:#999;
	
}
 #respond  label small {
	font-size:10px;

}
 #respond input {
	margin-bottom:10px;
	padding:5px 5px;
	margin:0 10px 10px 0;
	background:#333;
	border:1px solid #444;
	color:#ddd;
}
#commentform  input{
	width:50%;

}

#respond  input#commentSubmit {
	width:100px;
	padding:3px 5px;
	background:#4D87A7;
	border:1px solid #3C708C;
	color:#fff;
	margin:10px 0px;
	cursor:pointer;
}
textarea#comment{
	border:none;
	background:#333;
	border:1px solid #444;
	width:70%;
	margin:10px 0px 0px 0px;
	padding:5px 5px;
	color:#ddd;
}


/* Pagination */

.wp-pagenavi{

	font-size:12px;
	text-align: center !important;


}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {

	text-decoration: none;
	background:#4D87A7 !important;
	border: 1px solid #5FA6CC!important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}


.wp-pagenavi a:hover {
	color: #ffffff;
}

.wp-pagenavi span.pages {

display:none;
}

.wp-pagenavi span.current {
	text-decoration: none;
	background:#333 !important;
	border: 1px solid #444!important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}

.wp-pagenavi span.extend {

	text-decoration: none;
	background:#333 !important;
	border: 1px solid #444 !important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}	
/* 404  */

.ntitle h2{
	color:#fff;
	font-size:60px!important;
	text-shadow:2px 2px 5px #000;
	text-align:center;
	margin-top:60px;
}

.nentry{
	color:#fff;
	text-align:center;
	font-size:24px;
	text-shadow:2px 2px 5px #000;	
	font-family: 'Lato', Arial, sans-serif;
	margin-bottom:40px;
}

#usearch{
	width:400px;
	margin:30px auto;
	margin-bottom:50px;
	background:#222;
	border:1px solid #333;
	padding:5px 10px;
}

#seform{
	background:transparent;
	border:none;
	width:340px;
	color:#ddd;
}

#sebut{
	background:transparent;
	border:none;
	color:#fff;
}


/* Portfolio */
.porthov{
	position:relative;
}

.portimg1{
	margin-top:10px;
}

.port2{
	width:330px;
	float:left;
	clear:left;
}

.port2l{
	float:right;
	clear:right;
}

.port3{
	width:220px;
	float:left;
	margin-right:20px;

}

.port3l{
	float:right;
	margin-right:0px;
}

.ptitle{
	margin: 0px 0px;
	padding: 5px 0px;
	}		
	
.ptitle  h2 {
	margin: 0px 0px;
	padding: 0px 0px 5px 0px ;
	font-size: 14px;
	font-family: 'Lato', Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;

	}

.ptitle  h2 a, .ptitle  h2 a:link, .ptitle  h2 a:visited  {
	color:#eee;
	background-color: transparent;
	}
	
.ptitle  h2 a:hover  {
	color: #fff;
	background-color: transparent;
	}	


/*HOMEPAGE*/
#main_image
{
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
	z-index: -2;
}

.homepage_entry 
{
	text-align: center;
	width: 100%;
	max-width: 720px;
	margin: 8% auto 0 auto;
	padding: 0;
}


.homepage_entry h1
{
	font-weight: 500;
	font-size: 36px;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 26px;
	padding: 0 32px 0 32px;
}

.homepage_entry p
{
 	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: 0.02em;
	padding: 0 10% 12px 10%;
}

#homepage_feature_panel
{
	border: 0px solid green;
	background-color:rgba(0,0,0,0.7);
	width: 540px;
	height: 140px;
	position: absolute;
	left: 50%;
	margin-left: -265px;
	bottom: 80px;
	color: #fff;
	visibility: hidden;
}

#homepage_feature_panel li
{
	list-style-type: none; 
}

#homepage_feature_panel h2
{
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	float: left;
	border: 0px solid blue;
	display: inline;
	width: 230px;
	margin: 10px 0 0 12px;
}

#homepage_feature_panel p
{
	font-size: 14px;
	font-weight: 300;	
	float: left;
	border: 0px solid orange;
	display: inline;
	width: 230px;
	margin: 2px 0 0 12px;
}

#homepage_feature_panel img
{
	max-width: 140px;
	max-height: 140px;
	border: 0px solid red;
	display: inline;
	float: left;
}

#homepage_feature_panel .award
{
	background: url('images/award_2014.jpg');
	width: 140px;
	height: 140px;
	border: 0px solid red;
	display: inline;
	float: right;
}

#homepage_feature_panel a.btn_read_more
{
	display: inline-block;
	width: 95px;
	height: 27px;
	background: url('images/feature_button.png');
	background-position: 0 0;
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	line-height: 27px;
	margin: 12px 0 0 12px;
}

#homepage_feature_panel a.btn_read_more:hover
{
	background-position: 0 27px;
	text-decoration: none;
}

/*Interior Page*/
#wrapper
{
	/*overflow: hidden;
	-moz-opacity: 0.95;
	opacity: 0.95;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=95);*/
height: 100%;
margin-top: -130px;
padding-top: 130px;
}


#interior_container
{
	width: 100%;
	overflow: hidden;
	padding: 4% 0 4% 0;
	margin-bottom: 160px;
	background: url(images/interior_bg.png) repeat;
	/*
	height: auto;
	overflow: hidden;
	max-width: 98%;
	min-height: 900px;
	margin-bottom: 140px !important;
	-webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 1);
	-moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 1);
	box-shadow: 0px 2px 10px rgba(50, 50, 50, 1);	*/
}


#interior_container .left_col h2
{
	font-size: 28px;
	font-weight: 400;
	color: #333333;
	margin: 0 0 10px 0;
}

#interior_container h3
{
	font-size: 20px;
	font-weight: 400;
	color: #333;
	margin: 0 0 22px 0;
	text-align: center;
}

#interior_container h4
{
	font-size: 16px;
	font-weight: 400;
	color: #333;
	margin-bottom: 4px;
	text-align: center;
}


.blurb
{
	text-align: center;
	display: block;
	color: #fff;
	margin: 2% auto 4% auto;
	max-width: 680px;
	border: 0px solid red;
}

.blurb h2
{
	text-align: center;
	font-weight: 500;
	font-size: 32px;
	color: #fff;
	margin-bottom: 0px;
	padding: 0;
}

.blurb p
{
	margin: 20px 0 0 0;
	line-height: 30px;
	font-size: 20px;
	font-weight: 300;
}


#interior_container p
{
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #333333;
	margin: 0 0 10px 0;
	text-align: center;
	padding: 0 20% 0 20%;
}

.menu_links
{
	overflow: hidden;
	width: 310px;
	margin: 20px auto 40px auto;
}

.btn_menu {
  -webkit-border-radius: 232;
  -moz-border-radius: 32;
  border-radius: 32px;
  color: #ffffff;
  background: #f21b52;
  padding: 4px 16px 6px 16px;
  margin: 0 10px 0 0;
  text-decoration: none;
  border: 2px solid #f21b52;
  display: inline-block;
  float: left;
  text-align: center;
}

.btn_menu:hover {
	color: #f21b52;
	background: none;
	text-decoration: none;
}

a.toplink
{
	display: block;
	text-align: center;
}


/*About Page*/

/*.about
{
	background: url(images/interior_bg.png) repeat;
}*/

.interior_image
{
	padding: 0 10% 0 10%;
}


.interior_image img
{
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
	border: 4px solid #cccccc !important;

}

.profile
{
	margin: 10px 0 60px 0;
}

.profile img
{
	float: left;
	width: 156px;
	height: 176px;
	border: 3px solid white;
	margin-right: 25px;
}

/*Gallery Page*/

.gallery_container
{
	border: 0px solid red;
	padding: 0 20px 0 20px;
	margin: 0 auto;
}

#gallery-1 img   {
	border: 3px solid #fff !important;
}

.gallery 
{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;	
}


/*Contact Page*/

ul#contact
{ 
border: 0px solid red;
list-style: none;
}

/*some button fix for mozilla dotted rectangle around button*/
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
	margin-top: -1px;
	}
}
#quickform, .wpcf7-form{

	margin-top: 40px;
}
#quickform, .wpcf7-form ul{
	list-style:none;
	margin:0;
	padding:0;
}
#quickform, .wpcf7-form ul li{

	padding:0;
	margin-bottom:1px;
	display:block;
}

#quickform, .wpcf7-form p{

	text-align: left !important;
}

.smallinput{
	font-family: 'Lato', Arial, sans-serif;
	font-size:14px;
	font-weight: 300 !important;
	color: #a8a4a6;
	border:1px solid #ccc;
	height: 22px;
	width: 98%;
	padding:8px 0px 8px 8px;
}

.smallinput:focus{
	color:#144056;
	text-shadow:1px 1px 0px #fff;
}

.messageinput{
	font-family: 'Lato', Arial, sans-serif;
	font-size:14px;
	font-weight: 300 !important;
	color: #a8a4a6;
	border:1px solid #ccc;
	height:100px;
	padding:8px 0px 8px 8px; /*padding is used to text don't get stick to the background from top and left*/
	width: 98%;

}`
.messageinput:focus{
	
}
.btn_submit {
  -webkit-border-radius: 232;
  -moz-border-radius: 32;
  border-radius: 32px;
  color: #ffffff;
  background: #f21b52;
  padding: 4px 16px 6px 16px;
  text-decoration: none;
  border: 2px solid #f21b52;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
}

.btn_submit:hover {
	color: #f21b52;
	background: none;
	text-decoration: none;
}

#map_canvas
{
	border: 3px solid #fff;
}

p.contact_address 
{
	color: #d7d7d7 !important;
	font-weight: 300;
	font-size: 16px !important;
	border: 0px solid red;
	padding: 10px 0 0 0 !important;
	margin: 0 !important;
	line-height: 22px !important;
}

#contact_number
{
	width: 100%;
	/*height: 80px;
	background: #000;*/
	text-align: center;
	border: 0px solid red;
	font-size: 26px;
	vertical-align: middle;

}


#contact_number a
{
	color: #ffffff;
	font-weight: 300;
	font-size: 18px;
	font-style: normal;
	letter-spacing: 1px;
}


.btn {
  -webkit-border-radius: 232;
  -moz-border-radius: 32;
  border-radius: 32px;
  color: #ffffff;
  background: #f21b52;
  padding: 12px 24px 12px 24px;
  text-decoration: none;
  border: 2px solid #f21b52;
}

.btn:hover {
	color: #f21b52;
	background: none;
	text-decoration: none;
}


#footer 
{	
	/*background: url('images/footer_bg.png') repeat-x; */
	background: #121212;
	width:100%; 
	margin-top: -200px;
	z-index: 120;
}

.footer_inner
{	
	padding: 0px 0 30px 0;
	margin: 20px auto 0 auto;	
	max-width: 980px;

}



.footer_block
{
	border: 0px solid blue;
	display: inline-block;
	vertical-align: top;
	padding: 10px 0 0 0;
}

.location
{
	width: 22%;

}

.news
{
	width: 24%;
	padding-right: 6%;
}

.opening
{
	width: 28%;
}

.footer_contact
{
	width: 17%;
	border: 0px solid red;
	float: right;
}

.footer_block h3
{
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #d0d0d0;

}

.footer_block p
{
	color: #898989;
	font-size: 14px;
	line-height: 24px;
}


#footer #contact_number a
{
	
}

.footer_link
{
	color: 	#898989;
	font-style: normal;
	text-decoration: underline;
}

.footer_link:hover
{
	color: 	#898989;
	font-style: normal;
	text-decoration: underline;
}



#social
{
	width: 100%;
	height: 50px;
	border: 0px solid red;
	overflow: hidden;
	border-top: 1px solid #333;
	padding: 20px 0 40px 0;
	margin-top: 20px;
}


#social ul
{
	list-style: none;
	border: 0px solid blue;
	overflow: hidden;
	width: 200px;
	margin: 0 auto;
	padding: 0;

}

#social ul li
{
	float: left;
	display: inline;
	padding: 1px 0 1px 0;
	width: 50px;
	height: 48px;
	border: 0px solid red;
}


/*ul#social_links li a
{
	float: left;
	display: inline;
	color: #898989;
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
}*/

#social ul li a
{
	background: url('images/footer_icons_retina.png') no-repeat 0 0;	
	border: 0px solid green;
	background-size: 200px 100px;
	padding: 0px 50px 50px 0px;
}

#social ul li a:hover
{

	text-decoration: none;
}


#social ul li.tw a 
{
	background-position: 0px 0px;

}

#social ul li.tw a:hover
{

	background-position: 0px -50px;
	text-decoration: none;
}

#social ul li.fb a
{
	background-position: -50px 0px;
}

#social ul li.fb a:hover
{
	background-position: -50px -50px;
}

#social ul li.ta a
{
	background-position: -100px 0px;
}

#social ul li.ta a:hover
{
	background-position: -100px -50px;
}


#social ul li.bg a
{
	background-position: -150px 0px;

}

#social ul li.bg a:hover
{
	background-position: -150px -50px;

}



