@font-face
{ 
	font-family: 'Roboto-Light';
	src: url('../fonts/Roboto-Light.ttf') format('truetype');
}

html,body 
{
	margin: 0;
	padding: 0;
	font: 1em 'Roboto-Light';
}

a
{
	text-decoration: none;
}

#content-placeholder
{
	height: 98px;
background: #B40037 none repeat scroll 0% 0%;
    background: -webkit-linear-gradient(right, #B40037, #DB3337); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #B40037, #DB3337); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #DB3337,#B40037); /* For Firefox 3.6 to 15 */
    background: linear-gradient(right, #B40037, #DB3337); /* Standard syntax */
}

#header-home /*other header will be header-main*/ /*padding-top: 70px; padding-bottom: 70px;*/
{
	position: fixed;
	width: 100%;
	top: 0;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	overflow: hidden;
background: #B40037 none repeat scroll 0% 0%;
    background: -webkit-linear-gradient(right, #B40037, #DB3337); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #B40037, #DB3337); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #DB3337,#B40037); /* For Firefox 3.6 to 15 */
    background: linear-gradient(right, #B40037, #DB3337); /* Standard syntax */
z-index:10;
}

#header-home-logo
{
	float: left;
	width: 28.3%;
	padding-left: 5%;
}

#header-home-logo img
{
	max-width: 100%;
	/*width: 33%;*/
	padding-top: 0.7em;
}

#header-home-nav
{
	float: left;
	width: 33.3%;
}

#header-home-nav ul 
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 50%;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.4s;
    -moz-transition: max-height 0.4s, padding-top 0.4s;
    -webkit-transition: max-height 0.4s, padding-top 0.4s;
    -ms-transition: max-height 0.4s, padding-top 0.4s;
    -o-transition: max-height 0.4s, padding-top 0.4s;
}

#header-home-nav ul li 
{
	color: white;
	padding-top: 1%;
	padding-bottom: 1%;
}

#header-home-nav ul li:hover 
{
	background: #ebebeb;
}

#header-home-nav-menu 
{
	text-align: center;
	margin-top: 2.5%;
}

#header-home-nav .display_menu
{
    max-height: 20em;
}

#header-home-nav-menu img 
{
	cursor: pointer;
	box-sizing: border-box;
}

#header-home-booking
{
float: right;
width: 33.3%;
padding-top: 24px;
padding-bottom: 20px;
text-align: center;
padding-left: 0px;
}

#header-home-booking a 
{
border: 1px solid #fff;
color: white;
padding: 2% 9%;
float: right;
margin: 0px 15%;
border-radius: 4px;
}

#header-home-booking a:hover
{
border-radius:20px;
transition: 0.4s ease;

}

#content-entry-bars 
{
	overflow: hidden;
}

#content-entry-bars img 
{
	float: left;
	max-width: 100%;
	width: 100%;
	height:300px;
	background:#ddd;
}



.content-title
{
	width: 100%;
	margin: 0 auto;
	padding-top: 3%;
	padding-bottom: 2%;
	text-align: center;
	font-size: 1.2em;
}

#content-featured
{
background:#ddd;
text-align:center;
}

#content-featured-wrap
{
background: #ddd;
margin: 0% auto;
width: 100%;
overflow:hidden;
}

#featured-image
{
max-width:100%;

}

#content-featured-contain
{

height: 270px;
margin: 0% auto;
width: 92%;
}

#content-featured-image
{
background: transparent;
width: 30%;
float: left;
height: auto;
margin: 35px 0.4% 35px 1.6%;
padding: 10px 0.5% 10px 0.5%;
max-width:100%;
}

#content-casestudy-wrap
{

width:100%;

}

#content-casestudy
{
background:transparent;
height:300px;
width:80%;
margin: 0 auto;
overflow:hidden;
margin-top: 60px;
}
#content-casestudy-services
{
background:transparent;

width:80%;
margin: 0 auto;
overflow:hidden;
margin-bottom: 60px;
}

#content-casestudy-block
{
background:transparent;
height:200px;
width:14%;
float:left;
margin: 30px 1.5% 30px 4%;
}


#content-client-block
{

height:150px;
width:24%;
float:left;
margin: 50px 0% 30px 1%;
}

#content-client
{

height:250px;
width:50%;
margin: 0 auto;
}

#client-wrap
{
background: #CC2339;;
width:100%;
border-top:1px solid #B5142F;
}


.casestudy-img
{
margin: 10px auto;
text-align: center;
background: #b40037;
border-radius: 50%;
height: 100px;
width: 100px;
padding: 12px;
}

.case-icon
{
padding: 26px 0px;
}

.casestudy-text
{
text-align: center;
padding: 1px 0px;
}

.value-icon
{
padding: 26px 0px;
}

.value-img
{
margin: 10px auto;
text-align: center;
background: #b40037; 
border-radius: 50%;
height: 100px;
width: 60%;
padding: 26px;
}


#content-event
{
    background: url("../imgs/cms-imgs/events-bg.png") no-repeat center;
}

#content-event-info
{
	width: 48%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 5%;
	color: white;
}

#content-event-info h3
{
	padding-top: 5%;
}

#content-event-info a 
{
	background: white;
	color: #000;
	margin-top: 3%;
	padding: 2% 3%;
}

#content-title-events::after
{
	content: "";
	height: 5px;
	width: 40px;
	background: #159dcc;
	display: block;
	margin: 10px auto;
}

#content-title-events-text
{
width:30%;
margin: 0 auto;
}

.option-bg-cocktails
{
    background: url('../imgs/cms-imgs/slide1.jpg') no-repeat center;
}

.option-bg-events
{
    background: url('../imgs/cms-imgs/slide2.jpg') no-repeat center;
}

.option-bg-food
{
    background: url('../imgs/cms-imgs/slide3.jpg') no-repeat center;
}

.option-bg-djs
{
    background: url('../imgs/cms-imgs/slide4.jpg') no-repeat center;
}

#content-options 
{
	width: 80%;
	margin: 0 auto;
	padding-top: 1%;
z-index:9;
}

.content-options-option
{
	float: left;
	width: 100%;
	height: 150px;
	padding-top: 100px;
	text-align: center;
}

#content-location
{
	height: 100%;
}

#content-map-wrap
{
height:auto;
width:100%;
margin-top:30px;
}


#footer-container
{
	border-top: 1px solid;
	text-align: center;
	background:#111;
	color:#fff;
}

#footer-top-content
{
	width: 66%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 30px;
}

.footer-top-container
{

	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
}

.footer-top-container img 
{
	padding-top: 4%;
	padding-left: 2%;
	padding-right: 2%;
}

#footer-top-content ul 
{
	list-style: none;
	width: 90%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#footer-top-content ul li 
{
	display: inline-block;
	padding: 0 5.5%;
	border-right: 1px solid;
}

#footer-top-content ul li a
{
	color: #fff;
	font-size: 0.8em;
}

#footer-bottom-content
{
	background: #000;
	color: white;
	font-size: 0.7em;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
}

#footer-contact-container
{
background: #CC2339;
height:150px;
}

.footer-contact-content
{
background: transparent;
height: 30px;
width: 57%;
float: left;
padding: 0% 2% 0% 4%;
margin: 50px 10px;
}

.footer-contact-button-hold
{
background: transparent;
float: right;
margin: 50px 0% 0% 0%;
width: 32%;
}

.footer-contact-button
{
background: transparent;
float: left;
padding: 3% 10% 3% 10%;
border: 1px solid #fff;
text-align: center;
color:#fff;
border-radius: 4px;
}

.footer-contact-button:hover
{
border-radius:20px;
transition: 0.4s ease;

}


/* opening hours */
.header-central
{
	padding-bottom: 0px;
}

#header-central-bg {
    height: 340px;
    color: white;
    text-align: center;
    overflow: hidden;
    background: #fff none repeat scroll 0% 0%;
    background: url('../imgs/general/bache.png') center no-repeat;
    margin: 20px auto;

}

.header-bg-hours 
{
	background: url('../imgs/general/bg-bottom.jpg') center;
	background-size: cover;
}

.header-bg-gallery
{
	background: url('../imgs/general/bg-bottom.jpg') center;
	background-size: cover;
}

.header-bg-contact
{
	background: url('#') center;
	background-size: cover;


}

.header-bg-booking
{
	background: url('../imgs/general/bg-bottom.jpg') center;
	background-size: cover;
}

.header-bg-events
{
	background: url('../imgs/general/bg-bottom.jpg') center;
	background-size: cover;
}

.header-bg-ghostbar
{
	background: url('../imgs/general/greysky.png') center;
	background-size: cover;
	z-index: 1;
}

#header-central-bg h1
 {
    width: 70%;
    margin: 145px auto;
    font-size: 2em;
    color: #fff;
}

#content-container
{
	background: #eaeaea;
	text-align: center;
	padding-bottom: 90px;
}

#content-center-wrapper
{
	width: 70%;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

.content-container-openinghours
{
	float: left;
	width: 31.3%;
	margin-left: 2%;
}

.content-openinghours
{
	padding-top: 20px;
	padding-bottom: 150px;
	padding-left: 20px;
	padding-right: 20px;
	background: white;
	font-weight: bold;
}

#content-gallery-container
{
	background: #eaeaea;
}

#content-gallery-front
{
	background: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.content-gallery-button
{
	width: 60%;
	margin: 0 auto;
	background: #000;
	padding: 20px 0px;
}

#content-gallery-front a 
{
	background: url('../imgs/general/instagram-icon.png') no-repeat left center;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
	color: white;
}

#content-gallery-images
{
	margin-top: 10px;
	width: 100%;
}

.content-gallery-image 
{
	width: 33.3%;
}

#content-gallery-back 
{
	text-align: center;
	background: #000;
	padding-top: 30px; 
	padding-bottom: 30px;
}

#content-gallery-back a 
{
	color: white;
}

#content-contact-container
{
	padding-bottom: 0px;
}

#content-contact-wrap 
{
	overflow: hidden;
	background: #fff;

    overflow:hidden;
}

#content-contact-left 
{
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 65px;
    color: #222;
    font-size: 1.15em;
}

#content-contact-right
 {
    float: right;
    width: 100%;
    padding: 30px 0.5%;
    border-left: none;
    border-right: none;
    color: #fff;
    text-align: Center;
    background: #135f45 none repeat scroll 0% 0%;
    margin-bottom: 60px;
}
#content-contact-right-sub
{
	width: 50%; 
	margin: 0 auto;
}

#content-contact-right h3::after
{
	content: "";
	height: 5p
	width: 40px;
	background: #159dcc;
	display: block;
	margin: 5px 0;
}

#content-contact-enquiry-wrap
{
	background: #fff none repeat scroll 0% 0%;

	padding-bottom: 30px;

}

#content-contact-enquiry-wrap img 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content-contact-enquiry
{
	width: 60%;
	margin: 50px auto;
	text-align: left;
	overflow: hidden;
	color:#222;
	background:#fff;
	padding: 20px 50px;
	border-radius:8px;
}

#content-contact-enquiry div label 
{
	display: block;
}

#content-contact-enquiry-left
{
	float: left;
	width: 30%;
}

#content-contact-enquiry-right
{
	float: right;
	width: 70%;
}

#content-contact-enquiry-left div
{
	margin-top: 20px;
	margin-left: 20px;
}

#content-contact-enquiry-right div
{
	margin-top: 20px;
	margin-left: 20px;
	width: 40%;
	display: inline-block;
}

#content-contact-enquiry-right #content-submit
{
	width: 80%;
}

.content-textbox
{
	width: 90%;
	padding: 10px 1% 10px 1%;
	border:  2px solid #6AC5C1;
	border-radius:4px;
}

.content-button 
{
	background: #6AC5C1;
	color: #fff;
	padding: 20px 100px 20px 100px;
}

#content-contact-enquiry-right textarea 
{
	resize: none;
		border: 2px solid #6AC5C1;
	width: 88%;
	padding-bottom: 120px;
	border-radius:4px
}

#content-submit input[type=submit]
{
	display: block;
	margin: 0 0 0 auto;

	border-radius:4px;
}

#content-events
{
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 50px;
}

#content-events-wrap
{
	overflow: hidden;
}

#content-events-image
{
	max-width: 100%;
	float: left;
	width: 50%;
	display: block;
	margin-top: 45px;
}

#content-events-details
{
	float: right;
	//width: 46%;
	width: 47%;
	text-align: center;
	//padding: 20px 2% 20px 2%;
	padding: 15px 1% 20px 1%;
	margin-top: 45px;
	border: 1px solid;
}

.content-bar-wrap
{
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 60px;
}

.content-bar-wrap-mid
{
	background: #ddd;
	padding-top: 20px;
	padding-bottom: 20px;
}

.content-bar-left 
{
	float: left;
	//width: 55%;
	width: 53%;
	background: #fff;
	//padding: 100px 0;
	padding-top: 20px;
	padding-left: 2%;
	padding-bottom: 50px;
}

.content-bar-left h2:after 
{
	content: "";
	height: 5px;
	width: 40px;
	background: #159dcc;
	display: block;
	margin: 5px 0;
}

.content-bar-right
{
	float: left;
	max-width: 100%;
	width: 35%;
	background: url('../imgs/general/pizza-wardwick.jpg') no-repeat center;
	background-size: cover;
	padding: 140px 0;
}

#content-bar-change-left
{
	float: right;
}

.content-bar-p
{
	width:600px;

	font-size: 1.15em;
	line-height: 28px;
}

#content-bar-change-right
{
	float: left;
}

#content-booking-left
{
	float: left;
	width: 50%;
	background: #ddd;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

#content-booking-right
{
	float: right;
    text-align: center;
	width: 49%;
	padding: 30px 0.5%;
	border-left: none;
	border-right: none;
}

/*GhostBar*/

#ghost-img-1 {
background: url('../imgs/general/coming-soon.jpg') no-repeat center;
background-size: cover;
}

#ghost-img-2 {
background: url('../imgs/general/coming-soon.jpg') no-repeat center;
background-size: cover;
float:left;
}

#ghost-img-3 {
background: url('../imgs/general/coming-soon.jpg') no-repeat center;
background-size: cover;
}

/*Wardwick*/

#wardwick-img-1 {
background: url('../imgs/general/pizza-wardwick.jpg') no-repeat center;
background-size: cover;
}

#wardwick-img-2 {
background: url('../imgs/general/drinks-wardwick.jpg') no-repeat center;
background-size: cover;
float:left;
}

#wardwick-img-3 {
background: url('../imgs/general/sausage-rolls-wardwick.jpg') no-repeat center;
background-size: cover;
}


/*Echo*/

#echo-img-1 {
background: url('../imgs/general/echo-1.jpg') no-repeat center;
background-size: cover;
}

#echo-img-2 {
background: url('../imgs/general/coming-soon.jpg') no-repeat center;
float:left;
background-size: cover;
}

#echo-img-3 {
background: url('../imgs/general/echo-3.jpg') no-repeat center;
background-size: cover;
}


/*Other Venues*/


#other-img-1 {
background: url('../imgs/general/gbcheese-work.png') no-repeat center;
background-size: cover;
}

#other-img-2 {
background: url('../imgs/general/zizzi-work.png') no-repeat center;
background-size: cover;
float:left;
}

#other-img-3 {
background: url('../imgs/general/astute-work.png') no-repeat center;
background-size: cover;
}

#other-img-4 {
background: url('../imgs/general/newinn-work.png') no-repeat center;
background-size: cover;
}

#other-img-5 {
background: url('../imgs/general/beer-concept.png') no-repeat center;
background-size: cover;
}

#other-img-6 {
background: url('../imgs/general/churchinn-work.png') no-repeat center;
background-size: cover;
}

.service-button {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    padding: 12px 40px;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
    background: #B40037;
}

#googleMap {
width: 100%;
height:450px;
}

#terms-wrap
{
width:70%;
margin:0 auto;
}