/*
Theme Name: Lord's Taverners Sydney
Description: Lord's Taverners Sydney
Author: NTech Media
Author URI: http://ntechmedia.com


	Base Theme Name: HTML5 Blank
	Base Theme URI: http://html5blank.com
	Base Description: HTML5 Blank WordPress Theme
	Base Version: 1.4.2
	Base Author: Todd Motto (@toddmotto)
	Base Author URI: http://toddmotto.com
	Base Tags: Blank, HTML5, CSS3
	
	Base License: MIT
	Base License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
/* Disabling due to issues, and because HTML5 Boilerplate made the same change */
/* for similar reasons 4 years ago and still hasn't added it back in yet */
/* https://github.com/h5bp/html5-boilerplate/commit/0d7f8d775ab4ab171c6372f992d506088ca5d3ed */
/* http://aestheticallyloyal.com/public/optimize-legibility/ */
/*	text-rendering:optimizeLegibility; */
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 14px/1.4 'OpenSans-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	/*color:#006030;*/
	color: #50924a;
	text-decoration: underline;
}
a:hover {
	color:#006030;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	display: block;
	margin: 0px auto 11px;
	position: relative;
	width: 100%;
		max-width: 1200px;
	min-height: calc(100vh - 539px);
}

.home .wrapper {
	min-height: calc(100vh - 769px);
}
/* header */

.header_wrapper {
	background: #006131 url(img/header_bg.png) no-repeat center top;
}

.header {
	display: block;
	background: url(img/menu_bg.png) repeat-x center top 190px;
}

.header_inner {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	min-height: 256px;
}

/* logo */
.logo {
	display: inline-block;
	width: 150px;
	padding-top: 13px;
	vertical-align: top;
}
.logo-img {
	
}
/* nav */
.nav {
	display: inline-block;
	width: calc(100% - 150px);
	vertical-align: top;
	margin-top: 190px;
}

.nav ul {
	display: table;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.nav ul li {
	display: table-cell;
}

.nav ul li a {
	display: block;
	text-align: center;
	color: #333333;
	height: 41px;
	line-height: 41px;
	font-family: 'OpenSans-Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-decoration: none;
}

.nav li:hover > a {
	color: #006131;
}

ul.sub-menu {
	position: absolute;
	background: #006030;
	width: auto;
	z-index: 1;
	display: none;
	min-width: 150px;
}

.nav li:hover ul.sub-menu {
	display: block;
}

.nav ul.sub-menu li {
	display: block;
}

.nav ul.sub-menu li a {
	text-align: left;
	padding: 0px 10px;
	font-size: 16px;
}


.banner {
	background: url(img/banner_shadow.png) no-repeat center bottom;
	padding-bottom: 42px;
}
	
.banner_inner {
	background: #f6f5e3;
	min-height: 230px;
	height: 230px;
	overflow: hidden;
}

/* main content */
section[role=main] {
	display: inline-block;
	vertical-align: top;
	width: 100%; /*calc(100% - 300px);*/
	padding-right: 20px;
}
/* sidebar */
.sidebar {
	display: none; /*inline-block;*/
	vertical-align: top;
	min-width: 300px;
	padding-top: 40px;
}

.sidebar img {
	max-width: 300px;
}

.page-template-template-fullwidth section[role=main],
.page-template-template-partners section[role=main],
.single section[role=main] {
	width: 100%;
	padding: 0px;
}

.page-template-template-fullwidth .sidebar,
.page-template-template-partners .sidebar,
.single .sidebar {
	display: none;
}

/* footer */
.footer {
	background: #356349;
	min-height: 250px;
}

.footer_inner {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
}

.footer .sidebar-widget {
	display: table;
	width: 100%;
}

.footer .sidebar-widget > div {
	display: table-cell;
	color: #FFFFFF;
	width: auto;
	padding-right: 40px;
}

.footer .sidebar-widget > div:last-child {
	min-width: 300px;
	padding-right: 0px;
}

.footer h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFCD32;
}

.notitle h3 {
	visibility: hidden;
}

.footer p {
	line-height: 25px;
}

.footer_logo {
	background: url(img/footer_logo.png) no-repeat;
	display: none;
	margin: 15px auto;
	width: 714px;
	height: 98px;
}

.footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

.quick_links {
	min-width: 300px;
}

.quick_links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.quick_links li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 3px 3px 3px 0px;
}

/*------------------------------------*\
    HOME
\*------------------------------------*/

.home section[role=main] {
	width: 100%;
	padding-right: 0px;
}

.home_feature h4,
.home_feature strong {
	font-weight: bold;
	color: #bc9e3a; /*006131;*/
}

.home_feature td td {
	vertical-align: top;
	padding: 0px 20px 15px 0px;
}

.home_feature {
	border-bottom: 5px solid #008B47;
}

.taverners_map h2 {
	font-size: 24px;
	font-weight: normal;
}

.taverners_map span {
	font-size: 16px;
}

.branch_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: calc(100% - 757px);
	vertical-align: top;
}

.branch_list li {
	font-size: 16px;
	margin: 15px 0px;
}

.branch_list li > a {
	cursor: pointer;
	text-transform: uppercase;
}

.map_display {
	display: inline-block;
	vertical-align: top;
	background-image: url(img/map_full.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 757px;
	height: 630px;
}

.branch_map {
	background-image: url(img/map_full.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
}

.branch_details {
	display: none;
	padding: 10px;
	background: rgba(255, 205, 50,0.1);
	font-size: 14px;
	max-width: 300px;
	margin-top: 10px;
}

.branch_details p:first-child {
	margin-top: 0px;
}

.branch_details p:last-child {
	margin-bottom: 0px;
}

.column {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

div:first-child.column {
	margin-right: 1.8%;
}

h1 {
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 0px;
}

.banner_inner img {
	height: 200px;
	width: auto;
	margin: 15px 8px;
}

.slick-list {
	margin: 0px 20px;
}

.banner_slider {
	width: 95%;
	margin: 0px auto;
}

.banner_slider .slick-prev::before, 
.banner_slider .slick-next::before {
	color: #333333;
}

.single table td {
	vertical-align: top;
}

article .wp-caption {
	border: 0px;
	font-style: italic;
	padding: 0px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

h4 {
	font-weight: normal;
	font-size: 16px;
}

.senior-officers table {
	font-size: 0px;
}

.senior-officers td {
	vertical-align: top;
	display: inline-block;
	width: 200px;
	font-size: 14px;
	padding: 0px;
	margin: 20px 25px;
}

.senior-officers tr td:first-child {
	margin-left: 0px;
}

.senior-officers tr td:last-child {
	margin-right: 0px;
}

.senior-officers td img {
	width: 200px;
}

.senior-officers ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.senior-officers li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	font-size: 14px;
	padding: 0px;
	margin: 20px 18px;
	text-align: left;
}

.senior-officers .branch_chairman li {
	margin: 20px 25px;
}

.senior-officers li img {
	width: 200px;
	height: auto;
}


.what-we-do td {
	vertical-align: top;
}

.what-we-do td img {
	padding: 0px 20px;
}

.membership table {
	margin: 0px auto;
}

.membership table td:first-child {
	padding-right: 40px;
}

.partners_list {
	padding: 0px;
	list-style: none;
}

.partners_list li {
	display: inline-block;
	vertical-align: middle;
	width: 16%;
	margin: 2%;
	text-align: center;
}

.partners_list li:first-child {
	margin-left: 0px;
}

.partners_list li:last-child {
	margin-right: 0px;
}

.blog-post {
	clear: both;
}

.blog-post img {
	margin: 0px 10px 0px 0px;
	display: inline-block;
	vertical-align: top;
	width: 130px;
}

.blog-post-text {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 140px);
}

.single_thumbnail {
	text-align: center;
}

.single_slider .slick-slide {
	margin: 0px 20px;
}

.single_slider .slick-slide img {
	margin: 0px auto;
	max-height: 450px;
	width: auto;
}

.single_banner .featured_caption {
	text-align: center;
	font-style: italic;
}

.pagination {
	background: #006030;
	text-align: center;
	padding: 5px;
	margin-top: 15px;
}

.pagination a {
	color: #FFFFFF;
	padding: 5px;
}

.pagination a:hover,
span.current {
	color: #FFCD32;
	padding: 5px;
}

.news .blog-post h4 {
	font-weight: bold;
	margin-top: 0px;
}

.news article.blog-post {
	padding: 10px;
}

.news article.blog-post:nth-child(odd) {
	background: rgba(255, 205, 50, 0.2);
}

.news article.blog-post:nth-child(even) {
	background: rgba(255, 205, 50, 0.05);
}


.social_bar {
	text-align: right;
	margin: -20px 0px 20px 0px;
}

.social_icon {
	display: inline-block;
	vertical-align: top;
}

.facebook {
	background: url(img/social_fb.png) no-repeat;
	width: 112px;
	height: 36px;
	display: none;
}

.twitter {
	background: url(img/social_tw.png) no-repeat;
	width: 111px;
	height: 36px;
	display: none;
}

.youtube {
	background: url(img/social_yt.png) no-repeat;
	width: 36px;
	height: 36px;
	display: none;
}

.social_bar .search {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 36px;
	border: 1px solid #C7C7C7;
}

.social_bar .search-input {
	border: 0px;
	width: 250px;
	height: 32px;
}

.social_bar .search-submit {
	background: url(img/icon_search.png) no-repeat center center;
	border: 0px;
	height: 34px;
	width: 34px;
	vertical-align: top;
}

.column:nth-child(2) p:first-child {
	margin: 0px;
}

.senior-officers td h3 {
	text-align: center;
}

.what-we-do tr:nth-child(even) {
	background: rgba(255, 205, 50, 0.05);
}

.australian-captial-territory table td,
.new-south-wales table td,
.northern-new-south-wales table td,
.hunter table td  {
	width: 40%;
	margin: 5%;
	padding: 15px 15px 0px 15px;
}

.constitution table td {
	vertical-align: top;
	padding: 5px;
}

.constitution table td p {
	margin-top: 0px;
}


#cff.facebookfeed {
	background: rgba(13, 139, 76, 0.2);
	padding: 0px;
	border: 1px solid #0D8B4C;
	border-radius: 15px;
	max-width: 300px;
}

#cff.facebookfeed .cff-item {
	padding: 15px;
}

#cff.facebookfeed .cff-item:nth-child(even) {
	background: rgba(255, 255, 255, 0.7);
}

#cff.facebookfeed .cff-item:first-child {
	border-radius: 15px 15px 0px 0px;
}

#cff.facebookfeed .cff-item:last-child {
	border-radius: 0px 0px 15px 15px;
}

.facebookfeed .cff-likebox {
	margin: 0px 0px 5px;
}

.cff-likebox iframe {
	border-radius: 15px 15px 0px 0px;
}

.twitterfeed {
	background: rgba(13, 139, 76, 0.2);
	padding: 0px;
	border: 1px solid #0D8B4C;
	border-radius: 15px;
	max-width: 300px;
}

#ctf.twitterfeed .ctf-item:nth-child(even) {
	background: rgba(255, 255, 255, 0.7);
}

#ctf .ctf-header {
	background: #FFFFFF;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('fonts/OpenSans-Regular.eot');
  src: url('fonts/OpenSans-Regular.woff2') format('woff2'),
       url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSans-Regular.woff') format('woff'),
       url('fonts/OpenSans-Regular.ttf') format('truetype'),
       url('fonts/OpenSans-Regular.svg#OpenSans') format('svg');  font-weight: normal;
  font-style: normal;
}


div.shiftnav-wrap {
	line-height: 1.4; /* Fixes ShiftNav setting an em based line height when we want a unitless multiplier. */
}

.shiftnav-inner {
	background: url() center top no-repeat; /* Specify the site logo you want to appear in the mobile menu. */
	padding-top: 0px; /* Set to however tall the site logo is. */
}

.shiftnav ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target,
.shiftnav ul.shiftnav-menu ul.sub-menu li.shiftnav-retract > .shiftnav-target {
	line-height: 100%;
	padding: 15px 25px 15px 35px;
}

.mobilenav {
	display:none;
}

.mobilenav_container {
	position: absolute;
	width: 100%;
	top: 50px;
	z-index: 1;
}

.mobilenav_container ul {
	display: none;
	background: #006030;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.mobilenav_container ul.sub-menu {
	position: relative;
	margin-left: 20px;
}

.mobilenav_container ul a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #ffcd32;
	padding: 0px 20px;
}

.mobilenav_container ul a:hover {
	background: rgba(255, 255, 255, 0.1);
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1140px) {
	
}

@media only screen and (max-width:1200px) {
	.wrapper {
		padding: 20px;
	}
	
}


@media only screen and (max-width:1024px) {
	
	.mobilenav {
		display: block;
		position: absolute;
		top: 0px;
		background: #006030;
		width: 100%;
		height: 50px;
		cursor: pointer;
	}
	
	.nav {
		display: none;
	}
	
	.header {
		background: none;
	}
	
	.header_wrapper {
		margin-top: 50px;
	}
	
	.branch_list {
		display: block;
		width: 100%;
	}
	
	.branch_list li {
		display: inline-block;
		vertical-align: top;
		width: 45%;
	}
	
	.map_display {
		display: block;
		width: 100%;
		max-width: 757px;
		margin: 0px auto;
		height: 50vh;
		min-height: 630px;
	}

}

@media only screen and (max-width:768px) {
	.header_wrapper {
		background: #ffcd32 url("img/header_bg.png") no-repeat scroll right -220px top;
	}
	
	div.column {
		width: 100%;
		margin: 0px;
	}
	
	div.column:first-child {
		margin: 0px;
	}
	
}

@media only screen and (max-width:480px) {
	.header_wrapper {
		background: #ffcd32;
	}
	
	.logo {
		width: 100%;
		text-align: center;
	}
	
	.map_display {
		min-height: 300px;
	}

}

@media only screen and (max-width:320px) {
	

/*------------------------------------*\
    	END MOBILE NAV
\*------------------------------------*/


}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
