/*
Theme Name: Lord's Taverners ACT
Description: Lord's Taverners ACT
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 {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	font-size:13px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color:#444;
}
.clear {
 clear:both;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	color:#126030;
	text-decoration: underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */

.wrapper {
    margin: 0px auto 15px auto;
    position: relative;
    width: 100%;
    max-width: 1100px;
/*	background: url(img/shadow.png) no-repeat center top;*/
/*	min-height: calc(100vh - 680px);*/
	padding-bottom: 40px;
	border-bottom: 28px solid #126030;
}

.latest-news .wrapper {
	border: none;
	padding-bottom: 0px;
}

.header_wrapper {
	background: #ffcd32 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: #FFFFFF;
	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: #FFCD32;
}

ul.sub-menu {
	position: absolute;
	background: #006030;
	width: auto;
	z-index: 2;
	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;
}


.mobilenav {
	display:none;
}

.mobilenav_container {
	position: fixed;
	width: 100%;
	top: 50px;
	z-index: 2;
}

.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;
	padding: 0px 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.mobilenav_container ul a:hover {
	color: #ffcd32;
/*	background: rgba(255, 255, 255, 0.1);*/
}


/* main content */
section[role=main] {
	display: block;
}
/* sidebar */
.sidebar {
	display: none;
	min-width: 300px;
}
/* footer */
.footer {
	display: block;
	width:100%;
}

.button_long {
	background: #126030;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
}

.button_long span {
	color: #FFFFFF;
	padding-right: 10px;
}

.button_long {
	color: #fecd33;
}

h1 {
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 0px;
}

article p {
	font-size: 14px;
}

.home article p {
	font-size: 16px;
}

.home_images_wrapper {
	display: none;
}

.home .home_images_wrapper {
	display: block;
	background: #fff2cc;
	padding: 10px 0px;
}

.home_images {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
}

.home_images div {
	display: inline-block;
	width: 25%;
	padding: 0px 5px;
}

.home_images div:first-child {
	padding-left: 0px;
}

.home_images div:last-child {
	padding-right: 0px;
}

.home .home_images_wrapper {
	display: block;
	background: none;
	margin: 0px auto;
}

.home_images {
	width: 480px;
	height: 320px;
	position: relative;
	margin-left: 20px;
}

@media only screen and (max-width:600px) {
	.home_images {
		width: 300px;
		height: 200px;
	}
}

.home_images div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	padding: 0px;
}

.home_images .slick-arrow {
	display: none;
}

.home article p {
	font-size: 18px;
}

.home article {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 320px;
}

.home .columns-container {
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
}

.home .right-column {
	display: inherit;
	margin: 0px auto;
}

.home h1 {
	margin: 0px;
}

@media only screen and (max-width:768px) {
	.home .columns-container {
		flex-direction: column;
	}
	
	.home_images {
		margin: 0px auto 20px;
	}
}


/*------------------------------------*\
    BANNER
\*------------------------------------*/

.banner {
    width: 100%;
    /*height: 380px;*/
    overflow: hidden;
    margin: 0px auto;
	max-height: 380px;
}

@media only screen and (max-width:768px) {
}

.bannerinner {
	width:100%;
	background: #f6f6e2;
	z-index: 1;
	padding: 15px 30px;
	position:  relative;
	overflow: hidden;
	max-height: 380px;
}

.bannerinner .slick-prev,
.bannerinner .slick-next {
	z-index: 2;
	height: 52px;
	width: 52px;
}

.bannerinner .slick-prev,
.bannerinner .slick-prev:hover {
    left: 20px;
	background: url(img/slider_left.png) no-repeat center;
}

.bannerinner .slick-next,
.bannerinner .slick-next:hover {
    right: 20px;
	background: url(img/slider_right.png) no-repeat center;
}

.bannerinner .slick-prev::before,
.bannerinner .slick-next::before {
	color: #008A4A;
	font-size: 40px;
	display: none;
}

.bannerinner .slick-slide img {
/*	width: 100%;
	max-width: 600px;*/
	display: inline-block;
    vertical-align: middle;
}

.banner_placeholder {
	padding: 20px 0px 100px 0px;
}

.banner_title {
	display: block;
	width: 100%;
	height: 70px;
	line-height: 60px;
	padding: 0px 50px 0px 10px;
	position: absolute;
	bottom: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 19px;
	text-align: right;
	background:  rgba(18,96,48,0.8) url(img/slider_button.png) no-repeat center right 10px;
	background-size: auto 45%;
	border-top: 3px solid #fecd33;
}

.banner_title span {
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
}


@media only screen and (min-width:2800px) {
	.bannerinner .slick-slide img {
		width: auto;
		max-height: 350px;
	}
}

.bannerinner .slick-slide {
	height: auto;
	/*line-height: 400px;*/
	text-align: center;
	margin: 0px 15px;
	position: relative;
	max-height: 350px;
/*	min-width: 400px;*/
/*	background-size: cover;*/
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.bannerinner .slick-slide.banner_default {
	background-size: auto 75%;
	background-repeat: no-repeat;
	background-position: center top;
}


.bannerinner .slick-list {
	max-height: 350px;
	text-align: center;
}

.bannerinner .slick-track {
	display: inline-block;
}


@media only screen and (max-width:640px) {
	.bannerinner .slick-prev,
	.bannerinner .slick-next {
		display: none;
	}	

}


.home article h2 {
	background: #126030;
	color: #FFFFFF;
	border-bottom: 4px solid #fecd33;
	padding: 3px 6px;
	margin-bottom: 0px;
	position: relative;
	height: 40px;
	line-height: 35px;
	clear: both;
	border-radius: 5px 5px 0px 0px;
}

.home article h2 a {
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	right: 10px;
	padding-left: 25px;
	background: url(img/calendar_icon.png) no-repeat left center / auto 50%;
	text-decoration: none;
}

.home article h2 a:hover {
	color: #FFFFFF;
}

.home article h2 a:after {
	content: ' »';
	color: #fecd33;
	font-weight: bold;
}

.view_button {
	font-size: 18px;
	color: #FFFFFF;
	display: inline-block;
	margin: 10px 50px;
	padding: 10px 10px 10px 40px;
	text-decoration: none;
	border: 2px solid #fecd33;
	border-radius: 10px;
}

.view_button:after {
	content: ' »';
	color: #fecd33;
	font-weight: bold;
}

.view_calendar {
	background: #126030 url(img/calendar_icon.png) no-repeat left 10px center / auto 50%;
}

.view_news {
	background: #126030 url(img/news_icon1.png) no-repeat left 10px center / auto 50%;
}

.view_normal {
	background: #126030;
	padding-left: 10px;
}

.article_list {
	clear: both;
}

.article_list h4 {
	margin-top: 0px;
}

.article_list h4 a {
	color: #126030;
	font-size: 15px;
	text-decoration: none;
}

.article_list article {
	position: relative;
	padding: 10px 10px 40px;
	margin-bottom: 5px;
	clear: both;
}

.article_list article:nth-child(odd) {
	background: rgba(254,205,51,0.1);
}

.article_list .view-article {
	position: absolute;
	right: 5px;
	bottom: 5px;
	background: #126030;
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
	border-radius:5px;
}

.article_list .view-article:after {
	content: ' »';
	color: #fecd33;
	font-weight: bold;
}

.article_thumb {
	display: inline-block;
	vertical-align: top;
	width: 130px;
}

.article_content {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 130px);
}

.pagination_wrapper {
	background: #126030;
	text-align: center;
	color: #FFFFFF;
}

.pagination a {
	color: #fecd33;
	padding: 5px;
	display: inline-block;
}

.widget_text {
	margin-bottom: 20px;
}

.sponsor_list  {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 300px;
}

.sponsor_list .slick-slide div {
	height: 100px;
	margin: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.widget_title h3 {
	background: #126030;
	color: #FFFFFF;
	border-bottom: 4px solid #fecd33;
	padding: 3px 6px;
	position: relative;
	height: 40px;
	line-height: 35px;
}

.sponsor_grid {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
}

@media only screen and (max-width:1140px) {
	.sponsor_grid {
		text-align: center;
	}
}

.sponsor_grid > a {
	width: 15%;
	min-width: 160px;
	margin: 10px 2%;
	height: 155px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
}

.sponsor_grid div {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #126030;
	display: none;
	z-index: 1;
	text-align: left;
}

.sponsor_grid div h3 {
	background: #126030;
	color: #FFFFFF;
	border-bottom: 4px solid #fecd33;
	padding: 3px 6px;
	margin: 0px;
}

.sponsor_grid div span {
	display: block;
	padding: 15px;
}

.sponsorship .right-column,
.our-partners .right-column {
	display: none;
}

.sponsor_active {
	cursor: pointer;
}


.sidebar .wp-caption {
	border: none;
	text-align: left;
	max-width: 300px;
	padding: 0px;
}

.sidebar .wp-caption.alignleft {
	margin: 20px 0px 20px 0px;
}

.sidebar .wp-caption img {
	max-width: 300px;
}

.sidebar .wp-caption .wp-caption-text {
	background: #126030;
	color: #FFFFFF;
	border-top: 2px solid #fecd33;
	text-align: center;
	padding: 3px 6px;
}


.our-regional-captains table th,
.our-administrative-committee table th {
	background: #126030;
	color: #FFFFFF;
	border-bottom: 1px solid #fecd33;
	text-align: left;
}

.our-regional-captains table th,
.our-regional-captains table td,
.our-administrative-committee table th,
.our-administrative-committee table td {
	padding: 5px;
}

.our-regional-captains table td:first-child,
.our-administrative-committee table td:first-child {
	font-weight: bold;
	min-width: 150px;
}

.our-regional-captains table tr:nth-child(odd),
.our-administrative-committee table tr:nth-child(odd) {
	background: rgba(254, 205, 51, 0.2);
}

@media only screen and (max-width:500px) {
	.our-regional-captains table,
	.our-administrative-committee table,
	.our-regional-captains table tr,
	.our-administrative-committee table tr,
	.our-regional-captains table tbody,
	.our-administrative-committee table tbody {
		display: block;
	}	
	
	.our-regional-captains table th,
	.our-administrative-committee table th {
		display: none;
	}
	
	.our-regional-captains table td,
	.our-administrative-committee table td {
		display: inline-block;
	}
	
	.our-regional-captains table td:first-child,
	.our-administrative-committee table td:first-child {
		display: block;
	}

}

.sponsor_button a {
	display: block;
	text-align: right;
	background: #126030 url(img/small_arrows.png) no-repeat center right 5px;
	color: #FFFFFF;
	border: 2px solid #fecd33;
	border-radius: 10px;
	text-decoration: none;
	height: 60px;
    padding: 5px 25px 5px 5px;
	font-size: 15px;
}

.sponsor_button a strong {
	text-transform: uppercase;
	display: block;
	font-size: 16px;
}

.gform_wrapper .gform_footer input[type="submit"] {
	background: #126030;
	color: #FFFFFF;
	border: 1px solid #fecd33;
	padding: 2px 5px;
	border-radius: 5px;
}

.about-us table.alignright {
	max-width: 300px;
}

.patron table td {
	vertical-align: top;
	padding-right: 20px;
}

/*------------------------------------*\
    CALENDAR
\*------------------------------------*/

.calendar .right-column {
	display: none;
}

.fc-event, .fc-event-dot {
	background: #126030;
}

.fc-event {
	border-radius: 0px;
	padding: 2px;
	font-size: 13px;
}

a.fc-event:hover {
	position: absolute;
}

a.fc-event:hover .fc-title:after {
	content: ' »';
	color: #fecd33;
	font-weight: bold;
}

.fc-event-container {
	position: relative;
	display: block;
	min-height: 24px;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
	border-color: rgba(18,96,48,0.2);
}

.fc-day-grid {
	background: rgba(255, 240, 194,0.1);
}

.fc-other-month {
	background: #FCFCFC;
}

.fc-day-header {
	background: #126030;
	color: #FFFFFF;
}

.calendar .fc-head-container {
	border-bottom: 3px solid #fecd33;
}

.fc-unthemed .fc-today {
	background: rgba(18,96,48,0.2);
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer {
	width: 100%;
	min-height: 290px;
	position: relative;
	margin-top: 5px;
}

.innerfooter {
	max-width: 1100px;
	min-height: 290px;
	margin:0 auto;
	position:relative;
} 

.innerfooter .sidebar-widget > div {
	width: 50%;
	display:inline-block;
	vertical-align: top;
}

.innerfooter .widget-first {
	padding-right: 15px;
}

.innerfooter .widget-last {
	padding-left: 15px;
}

.footer_social ul {
	list-style: none;
	padding: 0px;
	font-size: 0px;
	text-align: center;
}

.footer_social li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	min-width: 125px;
	text-align: left;
	padding-right: 10px;
	margin-bottom: 10px;
}

.footer_social li img.alignnone {
	margin: 0px;
	width: 125px;
}

.footer h3 {
	font-weight: normal;
}

.footer_twitter h3 {
	display: none;
}

.footer_social .search {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 36px;
	border: 1px solid #C7C7C7;
}

.footer_social .search-input {
	border: 0px;
	width: 250px;
	height: 32px;
	padding: 0px;
}

.footer_social .search-submit {
	background: url(img/icon_search.png) no-repeat center center;
	border: 0px;
	height: 34px;
	width: 34px;
	vertical-align: top;
}






.footertag {
	max-width:460px;
	font-family:'SolomonNormalRegular',Arial, Helvetica, sans-serif;
	font-size:23px;
	line-height:30px;
	font-weight: normal;
	color:#FFF;
	text-shadow: 0px 0px 5px #444;
	margin: 70px 0 0 20px;
	text-align:left;
}

.twitterfeed {
	background: rgba(13, 139, 76, 0.2);
	padding: 0px;
	border: 1px solid #0D8B4C;
	border-radius: 15px;
}

#ctf.twitterfeed .ctf-item:nth-child(even) {
	background: rgba(255, 255, 255, 0.7);
}

#ctf .ctf-header {
	background: #FFFFFF;
	padding: 5px;
}


.footer_links p {
	display: inline-block;
	color:#fff;
	font-size: 11px;
	width:33%;
}

.copyright {
	text-align:left;
}

.privacy {
	text-align: center;
}

.design {
	text-align:right;
}

.design a {
	color:#fff;
}

.design a:hover {
	color:#fff;
	text-decoration:underline;
}


dt {
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	clear: both;
	cursor: pointer;
	/*background: rgba(0, 138, 74, 0.1);*/
	/*border-radius: 5px;*/
	margin-top: 5px;
	background: #008A4A;
	color: #FFFFFF;
}

.accordion_title {
	/*border-radius: 5px 5px 0px 0px;*/
}

dt::after {
	content: '+';
	float: right;
	font-size: 30px;
    line-height: 22px;
}

dt.accordion_title::after {
	content: '–';
}



dd {
	margin: 0px;
	padding: 10px;
	display: none;
	clear: both;
	margin-bottom: 5px;
	border: 2px solid #008A4A;
	/*border-radius: 0px 0px 5px 5px;*/
}

.home_boxes {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.home_boxes div {
	display: inline-block;
	width: calc(33% - 20px);
	min-width: 300px;
	margin: 10px;
}
@media only screen and (max-width:500px) {
	.home_boxes div {
		margin: 10px 0px;
	}
}

.home_boxes div a {
	display: inline-block;
	position: relative;
	width: 300px;
	height: 200px;
	border-radius: 10px;
	border: 3px solid #fecd33;
	text-decoration: none;
	color: #FFFFFF;
}

.home_boxes h3 {
	position: absolute;
	bottom: 0px;
	border-top: 3px solid #fecd33;
	background: #126030;
	margin: 0px;
	width: 100%;
	border-radius: 0px 0px 10px 10px;
	padding: 5px 0px;
}

.homebox_scholars {
	background: url(img/homebox_scholars2.jpg) no-repeat center #126030;
}
.homebox_donations {
	background: url(img/homebox_donations2.jpg) no-repeat center #126030;
}
.homebox_uk {
	background: url(img/homebox_uk.jpg) no-repeat center #126030;
}

/*
iframe {
	margin: 0px auto;
	max-width: 560px;
	width: 100%;
	height: auto;
	display: block;
	min-height: 315px;
}
*/

/*------------------------------------*\
 * WOOCOMMERCE
\*------------------------------------*/

.woocommerce ul.products li.product.product-type-ticket-event a img.wp-post-image,
.woocommerce ul.products li.product.product_cat-lt-act-membership a img.wp-post-image,
.woocommerce div.product.product-type-ticket-event .woocommerce-tabs ul.tabs,
.woocommerce div.product.product-type-ticket-event div.images.woocommerce-product-gallery,
.woocommerce div.product.product_cat-lt-act-membership div.images.woocommerce-product-gallery,
.woocommerce div.product.product-type-ticket-event .product_meta,
.woocommerce div.product.product_cat-lt-act-membership .product_meta,
.woocommerce div.product.product-type-ticket-event .date_panel {
        display: none;
}

.woocommerce div.product.product_cat-lt-act-membership div.summary {
        width: 100%;
}

.checkout_donation {
        margin-bottom: 15px;
}

.woocommerce .cart .actions > .button {
	display: none;
}

.woocommerce .cart .woocommerce-placeholder {
	display: none;
}

.woocommerce .woocommerce-order-details ._view_and_pdf_row a:last-child {
	display: none;
}

.woocommerce div.product.product-type-ticket-event .woocommerce-tabs {
	position: absolute;
	width: 48%;
}

.woocommerce div.product.product-type-ticket-event .related.products {
	clear: both;
}


#tab-description td {
	padding: 5px 20px 5px 0px;
}

#tab-description tr td:first-child {
	font-weight: bold;
}

.content_service_row textarea {
	min-width: 100%;
}

.woocommerce .product-type-ticket-event a.button,
.woocommerce .product-type-ticket-event button.button.alt {
	background: #006030;
	color: #FFFFFF;
	border: 1px  solid #006030;
}

.woocommerce .product-type-ticket-event a.button::after,
.woocommerce .product-type-ticket-event button.button.alt::after {
	content: "\00BB";
	color: #FFCD32;
	padding-left: 10px;
}

.woocommerce .product-type-ticket-event a.button:hover {
	color: #FFCD32; /*#006030;*/
/*	background: #FFFFFF;*/
}

.yith_evti_total_price {
	display: none;
}

.woocommerce .product-type-ticket-event .quantity .screen-reader-text {
	height: auto;
	position: relative !important;
	width: auto;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
	background: #FFFFFF;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1140px) {
	
}

@media only screen and (max-width:1024px) {
	.innerfooterleft {
		display: block;
		margin: 0px auto;
		min-width: 640px;
		height: auto;
	}
	
	.innerfooterright {
		display: block;
		margin: 0px auto;
		height: auto;
		min-width: 320px;
	}
	
	.footertag {
		margin: 20px 0px;
		text-align: center;
	}

}

@media only screen and (max-width:640px) {
	.footercontact {
		display: block;
		margin: 20px auto;
		max-width: 360px;
	}
	
	.footerlogo {
		display: block;
		margin: 20px auto;
		width: 155px;
	}
	
	.innerfooterleft {
		min-width: 300px;
	}
	
	.innerfooterright {
		padding-bottom: 50px;
	}

	.footer_links p {
		width: 100%;
		text-align: center;
	}


}

.columns-container { 
	max-width: 1100px;
    margin: 25px auto 0px;
	display: block;
	width: 100%;
}

.left-column {
	display: block;
	width: 100%;
	vertical-align: top;
 }

.right-column {
	display: none;
}


/*
.home .right-column {
	display: none;
}
*/

td img.alignnone {
	margin: 0px;
}

@media only screen and (max-width:1120px) {
	.wrapper {
		padding: 0px 10px;
	}
}


@media only screen and (max-width:900px) {

	.mobilenav {
		display: block;
		position: fixed;
		top: 0px;
		background: #006030;
		width: 100%;
		z-index: 3;
		height: 50px;
		cursor: pointer;
		text-align: right;
		box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	}
	
	


	.nav {
		display: none;
	}
	
	.header {
		background: none;
	}
	
	.header_wrapper {
		margin-top: 50px;
	}
	
	.logo {
		margin-left: 25px;
	}
	
	
}

@media only screen and (max-width:768px) {
	
	.left-column {
		display: block;
	}
	
	.right-column {
		display: block;
		margin: 0px auto;
		padding: 0px;
	}
	
/*------------------------------------*\
    BANNER
\*------------------------------------*/
	
.bannerinner {
    width: 100%;
/*    height: 430px;*/
    margin:0;
	padding: 15px 10px;
}

.bannerinner .slick-slide {
	margin: 0px;
}
	
/*------------------------------------*\
    MOBILE NAV
\*------------------------------------*/

.wrapper {
    position: relative;
    width: 100%;
	padding: 0px 15px;
}


	.innerfooter .sidebar-widget > div {
		width: 100%;
		padding: 0px 15px;
	}

}

.junior-taverners-awards table {
	text-align: right;
}

.about-us table img {
	margin: 10px;
}

@media only screen and (max-width:600px) {
	.logo {
		display: block;
		margin: 0px auto;
		width: 75px;
	}
	
	.header_inner {
		min-height: 135px;
	}
	
	.header_wrapper {
		background: #ffcd32 url(img/header_bg_mobile.png) no-repeat center bottom;
	}
	
	.supporters table,
	.committee table,
	.lords-taverners-act-scholarships table {
		margin: 0px auto;
	}
	
	.about-us table,
	.junior-taverners-awards table {
		margin: 0px auto;
		text-align: center;
		float: none;
	}
	
	.patron img {
		display: block;
		margin: 0px auto;
	}
	
	
	
	
	.supporters table td,
	.committee table td,
	.lords-taverners-act-scholarships table td {
		display: block;
		max-width: 300px;
	}
	.latest-news .article_thumb {
		text-align: center;
		padding-bottom: 5px;
	}
	
	.latest-news .article_thumb,
	.latest-news .article_content {
		width: 100%;
	}
	
	
}

/*------------------------------------*\
    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;
}

@media only screen and (max-width:640px) {
	.alignright,
	.alignleft {
		float: none;
		margin: 5px auto 20px;
		display: block;
	}
}


.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;
	}
}
