/*
Theme Name: La Bimba
Theme URI: https://wordpress.org/themes/public-house/
Author: Wearesherwood
Author URI: https://wearesherwood.com.au/
Description: Website by Sherwood
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: La Bimbae

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */
 @font-face {
	font-family: 'Conv_GT-Pressura-Mono-Light';
	src: url('fonts/GT-Pressura-Mono-Light/GT-Pressura-Mono-Light.eot');
	src: local('☺'), url('fonts/GT-Pressura-Mono-Light/GT-Pressura-Mono-Light.woff') format('woff'), url('fonts/GT-Pressura-Mono-Light/GT-Pressura-Mono-Light.ttf') format('truetype'), url('http://labimba.com.au/wp-content/themes/la-bimba/fonts/GT-Pressura-Mono-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a img {
	border: 0;
}
a,a:hover,a:active,a:link,a:visited{
	text-decoration:none;
}

/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 200;
}

p {
	margin-bottom: 25px;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'Rubik', sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Rubik', sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Rubik', sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Rubik', sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Rubik', sans-serif;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a,a:hover {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}


/*-----------------OSS----------------------*/
html {background: #414042;}
body{
	font-family: 'Rubik', sans-serif; 
	font-size: 18px; 
	color: #26272f; 
	font-weight: 300;
	line-height:1.5;
	background-color: #e8e9eb;
	}
@font-face {
  font-family: 'Brandon-grotesque Bold';
  src: url('fonts/Brandon-grotesque/HVD Fonts - BrandonText-Bold.otf');  	   
  font-weight: normal;
  font-style:normal;
}
@font-face {
  font-family: 'Brandon-grotesque';
  src: url('fonts/Brandon-grotesque/HVD Fonts - BrandonText-Regular.otf'),
  	   url('fonts/Brandon-grotesque/HVD Fonts - BrandonGrotesque-MediumItalic.otf');;
  font-weight: normal;
  font-style:normal;
}
a {-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.site-header .main-menu .menu-main-menu-container{float: right;}
#menu-main-menu.menu { list-style: outside none none; margin: 0; padding: 0;}
#page .site-header{max-width: 1280px;margin:0 auto;}
#page .site-header:after{display:block; clear:both;content:""}
#menu-main-menu.menu li{display: inline-block;}
#menu-main-menu.menu li a{text-transform: uppercase; text-decoration: none; font-size: 18px; color: #444; padding:8px 18px; font-family: 'Rubik', sans-serif; font-weight: 200;}
#menu-main-menu.menu li:last-child a{ font-weight: 400; padding-right: 0; color: #262626;}
#menu-main-menu.menu li a:hover,
#menu-main-menu.menu li:last-child a:hover {color: #A5916D}
body.home .site-header.mobile-home{display: block;}

#menu-main-menu.menu .menu-item-875 a{color:#cd312d; font-weight: 700;padding:8px 0 0 0 !important; font-family: Brandon-grotesque Bold; position: relative;margin-left: 20px}
#menu-main-menu.menu .menu-item-875 a:after{position: absolute;content: "";background:#cd312d;width: 100%; height: 2px; bottom: 0; left: 0}

#nav-bar-wrap-fix{
	position:fixed;
	width:100%;
	z-index:99999999;
	top:0;
	right:0;
	left:0;
}

#nav-bar-wrap{
	padding: 0 55px;
    max-width: 1280px;
    margin: 0 auto;
	position:relative;
    min-height: 65px;
}
.nav-bar-mini,.navbar-fixed-top{
	width:100%;
}
.site-header.mobile-home .main-menu.home .menu-main-menu-container{
	margin: 0 auto;
	float: right;
}
.site-header.mobile-home .main-menu.home .menu-main-menu-container ul li{
	float: left;
	list-style: none;
	padding: 8px 0 7px;
}
.site-header.mobile-home .main-menu.home .menu-main-menu-container ul li a{
	padding: 8px 25px 0 25px;
	float: left;
	text-transform: uppercase;
}
#page .site-header.mobile-home .navbtn,#page .site-header.mobile-home h3{cursor: pointer; display: inline-block; float: none; position: relative;text-transform: uppercase;}

#page .site-header.mobile-home h3:after{
	position: absolute;
	content: "";
	background: #26272f;
	left: 0;
	width: 100%;
	height: 2px;
	bottom: -3px;
}

#page .site-header.mobile-home h3{
	float: right !important;
	margin: 5px 30px;
	font-size: 20px;
	font-weight: 700;
	position:absolute;
	bottom:5px;
	left:40px;
}
.nav-bar-mini{display:none}
.icon-bar2:last-child{margin-bottom: 0;}
.mobile-home h3{float: left;}

/*Show more about 10.11.2016*/

.toggle_content_wrap .toggle_show{
	text-transform:uppercase;
	color:#262626;
	position:relative;
}
.toggle_content{
	padding:20px 0;
}
.public_house_nan .social_home .title{
	font-size: 35px;
}
.public_house_nan .wpb_content_element,.public_house_nan .social_home{
	background-color:transparent !important;
}
.public_house_nan .contact_home{
	background-color: #cd312d !important;
}
.wpb_gallery .wpb_image_grid ul li{
	position: relative !important;
	width: 100% !important;
	top:4px !important;
}
.wpb_gallery .wpb_image_grid ul li img{
	width: 100% !important;
}
.while{
	background: #fff !important;
}
#post-19 .entry-content{
	padding-top: 180px;
       background-color: #f0ece0 !important
}
.public_house_nan .event_home{
	padding:162px 0 !important;
	text-align: :center;
}
@media (max-width:1440px){
	.public_house_nan .event_home {
	    padding: 112px 0 !important;
	}
}
@media (max-width:1280px){
	.public_house_nan .event_home{
			padding:95px 0 !important;
		}
}
@media (max-width:1240px){
	#menu-main-menu.menu li:last-child a{
		padding: 15px 0 0 0 !important;
	}
	#menu-main-menu.menu li a{
		padding: 8px 10px 0 10px;
	}
}
@media (max-width:1082px){
	#menu-main-menu.menu li a{
		font-size: 15px !important;
		padding: 11px 10px 0 0 !important;
	}
	#menu-main-menu.menu .menu-item-875 a{
		padding: 10px 0 0 0 !important;
	}
	#menu-main-menu.menu li:last-child a {
    padding: 20px 0 0 0 !important;
}
}
@media (max-width:1024px){
	.public_house_nan .event_home {
	    padding: 70px 0 !important;
	}

}
@media (max-width:950px){
	#menu-main-menu.menu .menu-item-875 a{
		font-weight: normal !important;
		margin-left: 0 !important;
		font-family: 'Open Sans', sans-serif !important;
	}
	#menu-main-menu.menu .menu-item-875 a:after{
		display: none !important;
	}

}

@media screen and (max-width: 480px){
	.public_house_nan .social_home .title{
		font-size: 25px;
	}
	
}
.first-ul {margin-top:-4px;}

.what_is_on_relative{
	position: relative;
}

.what_is_on_relative .colum{
	position: absolute;
	left: 50%;
	top: 0;
	right: 0;
	bottom: 0;
}
.what_is_on_relative .wpb_wrapper{
	position: initial;
}
.what_is_on_relative .wpb_wrapper .what_is_on_padding{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 125px 0 82px !important;
}
.what_is_on_relative .wpb_wrapper .what_is_on_padding .wpb_wrapper{
	height: 100%;
	border-bottom: 1px solid #111;
	position: relative;
}
.border_none .wpb_wrapper .what_is_on_padding .wpb_wrapper{
	border-bottom: none;
	}
.what_is_on_relative .wpb_wrapper .what_is_on_padding .wpb_wrapper :last-child{
	border-bottom: none;
}
.what_is_on_relative .wpb_wrapper .what_is_on_padding .wpb_wrapper .what_is_on_item{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    z-index: 99999;
}
@media (max-width:1024px){
	.what_is_on_relative .wpb_wrapper .what_is_on_padding{
		padding: 0 30px 0 30px !important;
	}
}
@media (max-width:950px){
	.what_is_on_relative .vc_col-sm-6{
		position: relative;
		width: 100%;
		left: 0 !important;

	}
	.what_is_on_relative .wpb_wrapper .what_is_on_padding .wpb_wrapper .what_is_on_item {
	    position: relative;
	    left: 0 !important;
	    top: 0!important;
	    transform:none;
	    -webkit-transform:none;
	    -ms-transform:none;
	    width: 100%;
	}
	.what_is_on_relative .wpb_wrapper .what_is_on_padding{
		position: relative;
		padding: 50px 30px !important;
	}
	.what_is_on_relative .wpb_wrapper .what_is_on_padding .wpb_wrapper{
		border-bottom: none;
	}
}
.margin-top-imges{
	margin-top:50px;
}
.contact_page_social .wp_social a{
	margin:0 30px 0 0 !important;
}
@media screen and (max-width: 1440px){
	.page-id-7 .entry-content {
		padding-top: 80px !important;
	}
}
/* Reset theme ---------------------- */
	.entry-content > .vc_row {margin: 0;}

/* Header ----------------------*/
	/*.site-header .nav-bar-mini { max-width: 940px; margin: 0 auto;}*/
	.site-header .nav-bar-mini .logo {position: absolute; top: 31px; left: 50%;-webkit-transform: translateX(-50%); transform: translateX(-50%);}
	.site-header .nav-bar-mini .logo .logo_home{height: 50px;}
	.site-header .nav-bar-mini .nav-right {float:right;padding-top:40px;}
	.site-header .nav-bar-mini .nav-right a {text-transform: uppercase; font-weight: 400;font-size: 17px;color: #262626;}
	.site-header .nav-bar-mini .nav-left { float: left;padding-top: 45px;position: relative;z-index: 1;}
	.site-header .nav-bar-mini .nav-left .navbtn {width: 32px; height: 22px; background: url('images/icon-humburger.png') no-repeat center; background-size: 100%;}
	.site-header .main-menu {display: none; background-color: rgba(255, 255, 255, 0.9); border: none; min-height: 58px;}
	.site-header .main-menu .logo_fix {padding: 15px 0; float:left;}
	.site-header .main-menu .logo_fix img {max-height: 22px;}

/* Entry header --------------------- */
	.entry-header {padding: 150px 0 70px; text-align: center;}
	.entry-header .entry-title{ font-size: 60px; color: #A5916D;}
/* Top section --------------------- */
	.public_about_top .about_top{ padding: 0 20px !important; max-width: 650px; margin: 0 auto 140px !important; font-size: 24px; color: #414042;}
	.public_about_top .about_top h2 { margin: 0; line-height: inherit; font-size: inherit; padding: 0; color: inherit;}
	.public_about_top .about_top a {color: #A5916D ;}
	.public_about_top .about_top a:hover {color: #1D1C00 ;}
/* Our Story ------------------- */
	/* Main Services section*/
	.main-services:after {content: ""; display: block; clear: both;}
	.main-services .item {display: block; width: 50%;float: left; position: relative;}
	.main-services .item:after { content: ""; display: block; padding-top: 47%;}
	.main-services .item a {display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden;}
	.main-services .item a .img {display: block; width: 100%;height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; z-index: 0;}
	.main-services .item a .img img {display: none;}
	.main-services .item a .img:before {content: ""; background: transparent; position: absolute; top: 0; left: 0; right: 0; bottom: 0;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
	.main-services .item a:hover .img:before { background: rgba(165, 145, 109, 0.75);}
	.main-services .item a .title {font-weight: 200; font-size: 40px; position: relative; z-index: 1; color: #E8E9EB; display: block; width: 100%; text-align: center; position: absolute; top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
/* Events ---------------------- */
	/* carousel section */
		.events-carousel .vc_slide .vc_item img{width: 100% !important; height: auto !important}
		.events-carousel .vc_slide .vc_carousel-indicators {display: none;}
		.events-carousel .vc_slide .vc_carousel-control { display: block; width: 25px; height: 25px; border: 1px solid #fff;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
		.events-carousel .vc_slide .vc_carousel-control span {display: none;}
		.events-carousel .vc_slide .vc_carousel-control.vc_left { left: 50px !important; border-width: 0 0 1px 1px;}
		.events-carousel .vc_slide .vc_carousel-control.vc_right { right: 50px !important; border-width: 1px 1px 0 0;}
/* House About section ------------------- */
	.public-house_about .wp_social,
	.public-house_about .wp-contact{background: #262626; min-height: 300px; position: relative; text-align: center;}
	.public-house_about .wp_social .wpb_wrapper,
	.public-house_about .wp-contact .wpb_wrapper{ position: absolute; top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);left: 0;right: 0;}
	.public-house_about .wp-contact h3{font-size: 30px;color: #E8E9EB;text-transform: uppercase; margin: 0;padding-bottom: 15px;}
	.public-house_about .wp-contact p{font-size: 24px; color: #A5916D;}
	.public-house_about .wp_social{background: #E8E9EB; text-align: center;}
	.public-house_about .wp_social h3 {font-size: 30px;color: #A5916D ;text-transform: uppercase; margin: 0;padding-bottom: 40px; font-weight: 300;}
	.public-house_about .wp_social ul li {display: inline-block;}
	.public-house_about .wp_social ul li a {display: block; width: 30px; height: 30px; margin: 0 6px; background: #414042; border-radius: 50%; text-align: center; line-height: 30px; font-size: 0; color: #E8E9EB;}
	.public-house_about .wp_social ul li a span {display: none;}
	.public-house_about .wp_social ul li a:before {font-size: 15px;}
	.public-house_about .wp_social ul li a:hover {background-color: #a5916d;}
	.public-house_about .function h3{ margin: 0 0 14px 0;font-size: 30px; color: #A5916D;letter-spacing: 1.12px;}
	.public-house_about .function p strong,
	.public-house_about .function p b { font-weight: 500;}
	.public-house_about .function .links { display: block; list-style: none; padding: 0; margin: 0;}
	.public-house_about .function .links li {display: inline-block; margin-right: 26px;}
	.public-house_about .function .links li .icon-menu {width: 21px; height: 25px;  background: url('images/menu-icon.png') no-repeat center;}
	.public-house_about .function .links li .icon-book {width: 23px; height: 21px;  background: url('images/book-icon.png') no-repeat center;}
	.public-house_about .function .links li [class*="icon-"] {display: block;font-size: 100%;background-size: 100% auto;margin: 0 auto;}
	.public-house_about .function .links li .title {display: block;font-size: 11px;color: #414042;letter-spacing: 0;line-height: 30px; text-transform: uppercase; font-size: 300;} 
	.public-house_about .function .links li a:hover .title {color: #A5916D; }
	.public-house_about .function.open-time	{padding-top: 80px !important;}
	.public-house_about .function.open-time p { line-height: 30px;margin-bottom: 0;}
	.public-house_about .function.open-time .day {display: inline-block; min-width: 112px;}
	@media (min-width: 1200px) {
		.public-house_about .function p{max-width: 580px;}
		.public-house_about .function.open-time .wpb_wrapper{min-width: 403px}
	}
	

/* Our Suppliers -------------- */
	.products-suppliers { max-width: 970px; padding: 80px 15px 80px; margin: 0 auto;}
	.products-suppliers .products-suppliers-content { margin: 0 -10px}
	.products-suppliers .products-suppliers-content::after {content: ""; display: block; clear: both;}
	.products-suppliers .products-suppliers-content > .products-suppliers-content-col { width: 50%; float: left; padding: 0 10px;}
	.products-suppliers h3 {font-size: 30px;color: #A5916D;letter-spacing: 1.12px; margin-bottom: 55px;}
	.products-suppliers .item + .item{ margin-top: 25px;}
	.products-suppliers .item p {margin-bottom: 0; line-height: 30px;}
	.products-suppliers .item p .num { color: #A5916D; display: inline-block; margin-right: 5px;}
	.products-suppliers .item p b {color: #1D1C00; font-weight: 500;}
	.products-suppliers .item p a {color: #A5916D;}
	.products-suppliers .item p a:hover {color: #1D1C00;}
	.products-suppliers .item p a.genericon {display: block;width: 30px;height: 30px;margin: 0 6px 0 0;background: #414042;border-radius: 50%;text-align: center;line-height: 30px;font-size: 0;color: #E8E9EB;}
	.products-suppliers .item p a.genericon:before {font-size: 15px;}
	.products-suppliers .item p a.genericon:hover { background-color: #A5916D;}
	.products-suppliers .highline { font-size: 30px; font-weight: 300;}

/*404 Page ------------------*/
	.page-header {border: none; padding: 0;}
	.error-404 {padding: 150px 20px 180px!important;max-width: 650px;margin: 0 auto;text-align: center;}
	.error-404 .page-title {font-size: 60px;color: #A5916D;}

/* footer ----------------- */
	.edit-link{ display: none !important;}
	footer.site-footer{background: #414042; color: #fff; padding: 110px 0 20px;text-align: center;}
	footer.site-footer .copyright{font-size:14px;}
	footer.site-footer .copyright span {display: inline-block; position: relative; margin-right: 12px; padding-right: 12px;}
	footer.site-footer .copyright span:after {content: ""; display: block; width: 1px; height: 12px; background-color: rgba(255,255,255,0.4); position: absolute; top: 50%; margin-top: -7px; right: 0;}
	footer.site-footer .copyright span:last-child{ padding-right: 0; margin-right: 0;}
	footer.site-footer .copyright span:last-child:after {display: none;}
	footer.site-footer .copyright a { color: #A5916D;}
	footer.site-footer .copyright a:hover {color: rgba(255,255,255,0.9);}