/*
Theme Name: The Mighty Wonton custom NTAV child – Old Melbourne Gaol
Theme URI: http://themightywonton.com/
Version: 1.0
Author: Miss Celine David
Template: themightywonton_ntav
*/

/************************************************
*	COLOUR PALETTE / FONT 						*
************************************************/
/*
	Gold #a08250
	Grey #4c4c4c
*/

/************************************************
*	OVERALL										*
************************************************/
html {
	height: 100%;
	min-height: 100%;
	font-size: 100%; /* to make sure IE behaves */
}

body {
	background: #4c4c4c;
	font-family: "adobe-caslon-pro", Georgia, Times, serif;
	font-weight: 400;
    font-style: normal;
	font-size: 1.15em; /* 1em = 16px */
	line-height: 1.4em;
	color: #fff;
	letter-spacing: 0;
	height: 100%;
	min-height: 100%;
	margin: 0;
    padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Sticky footer Opera Fix*/
body:before {
	content:"";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

.wrapper {
	background: #4c4c4c;
}

p {
 	font-size: 1.05em;
	padding-bottom: 1.5em;	
}

strong {
	font-weight: 700;
}

/************************************************
*	HYPERLINKS									*
************************************************/
a, a:visited {
	color: #FFF;
	text-decoration: none;
	opacity: 1;
	
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
}

a:hover, .blacktext a:hover {
	text-decoration: none;
	opacity: 0.7;
}

a img, a img:hover {
	border: 0;
}

.blacktext a, .blacktext a:visited {
	color: #a08250;
	font-weight: 400;
	opacity: 1;
}

/************************************************
*	NAVIGATION					     		    * 
************************************************/
.nav {
	font-family: "acumin-pro-wide", Helvetica, Arial, sans-serif;
	font-weight: 400 !important;
	letter-spacing: 0.08em;
}

.menu-bg {
	background: #4c4c4c;
}

#text-5 .textwidget a:hover,
#text-6 .textwidget a:hover {
	color: #cccccc !important;
}

#text-5 .textwidget {
	padding-bottom: 6.65em;
}

#text-6 .textwidget {
	padding: 1em 0 0;
}

.sub-one {
	padding-right: 8.15em;
}

.nt-logo {
	padding-right: 4.15em;
}

.sub-three {
	padding-right: 4.15em;
}

#text-5 .textwidget p, #text-6 .textwidget p {
	padding-bottom: 0.5em;
}

.sub-one, .sub-two, .sub-three {
	font-size: 0.98em;
}

/************************************************
*	LAYOUT	 					     		    * 
************************************************/
.container { 
	background: #4c4c4c;
}

/************************************************
*	BACKGROUNDS 								*
************************************************/
.whats-on {
	background: url("images/bg_bricks.jpg") no-repeat center center;
}

.site {
	background: url("images/bg_bars.jpg") no-repeat center center;
}

.history {
	background: url("images/bg_lock.jpg") no-repeat center center;
}

.hire {
	background: url("images/bg_lock-2.jpg") no-repeat center center;
}

.whats-on, .site, .history, .hire {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.instagram {
	background: url("images/bg_instagram.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.gold-bg {
	background: #a08250;
	text-align: center;
}

/************************************************
*	HOME								 		* 
************************************************/
.slider-text {
	background: #a08250;
}

.button {
	font-family: "acumin-pro-wide", Helvetica, Arial, sans-serif;
	font-weight: 400 !important;
	letter-spacing: 0.08em;
	padding: 0.65em 0 0.75em;
	font-size: 0.85em;
}

a.button:hover {
	color: #4c4c4c;
}

.visit .button {
	float: none;
    margin-left: auto;
	margin-right: auto;
	padding: 0.65em 0;
	max-width: 200px;
}

.slider-text a.button:hover,
.site a.button:hover,
.gold-bg a.button:hover {
	color: #a08250;
}

.night {
	background: #333333;
}

.night img {
	padding-bottom: 2em;
}

.night p {
    padding-bottom: 1em;
}

.site .button {
	margin-top: 2em;
	margin-bottom: 0;
	max-width: 100%;
}

.site .fourcol {
	padding-top: 0.25em;
}

.site .fourcol a, .site .fourcol a:hover {
	opacity: 1 !important;
}

p.hangman-align {
	padding-top: 2.3em;
}

/************************************************
*	SITE								 		* 
************************************************/
.gaol-button, .court-button, .watchhouse-button {
	height: 3em;
	padding-bottom: 0.5em;
	width: 100%;
	
	position: relative;
    top: -11px;
}

.gaol-button a, .court-button a, .watchhouse-button a {
	font-family: "acumin-pro-wide", Helvetica, Arial, sans-serif;
	font-weight: 400 !important;
	letter-spacing: 0.08em;
	font-size: 0.85em;
	text-align: center;
	text-transform: uppercase;
	padding-top: 0.65em;
	padding-bottom: 0.75em;
	border: 1px solid #FFF;
	color: FFF !important;
	position: relative;
    top: 0.75em;
	display: block;
	max-width: 90%;
}

.gaol-button a:hover, .court-button a:hover, .watchhouse-button a:hover {
	opacity: 1;
	background-color: #FFF;
	border-color: #FFF;
	color: #4c4c4c !important;
}

.gaol-button img, .court-button img, .watchhouse-button img {
	padding-left: 0.4em;
	top: 2px;
	position:relative;
	max-width: 9px;
}

.gaol-button img:last-child, .court-button img:last-child, .watchhouse-button img:last-child { display:none }
.gaol-button a:hover img:first-child, .court-button a:hover img:first-child, .watchhouse-button a:hover img:first-child { display:none }
.gaol-button a:hover img:last-child, .court-button a:hover img:last-child, .watchhouse-button a:hover img:last-child { display:inline-block }

/************************************************
*	NIGHT TOURS							 		*
************************************************/
a.book-now, a.book-now:visited {
	background-color: #a08250;
}

a.book-now:hover {
	color: #FFF;
	background-color: #b39460;
	opacity: 1;
}

.event-time-date {
	color: #FFF;
	font-size: 0.88em !important;
}

.tour-thumbs {
	padding: 0;
    background: #FFF;
    margin-bottom: 0.5em;
    position: relative;
    max-height: 180px;
    overflow: hidden;
}

.tour-thumbs img {
	max-width: 47.5%;
	float: left;
	margin-top: -2.15%;
}

.tour-thumbs a.more-arrow {
	position: absolute !important;
	margin-top: -20px;
	top: 50%;
}

.tour-thumbs a:hover {
	opacity: 1 !important;
}

.tour-thumbs-deets {
	width: 50%;
    padding: 0 0 0 2.5%;
    float: left;
    min-height: 100%;
	color: #000 !important;
}

.tour-thumbs-deets a {
	color: #000 !important;
}

.tour-thumbs-deets a:hover, .tour-thumbs-deets a:hover h4, .tour-thumbs-deets a:hover p {
	opacity: 0.7 !important;
}

.tour-thumbs a:hover img {
	opacity: 0.9 !important;
}

.tour-thumbs-deets h4 {
	text-transform: none;
	font-family: "jaf-lapture-display", Georgia, Times, serif;
	font-weight: 700;
    font-style: normal;
	font-size: 1.5em;
    line-height: 1.25em;
    padding: 1.6em 0 0.25em;
}

/************************************************
*	HIRE 								 		*
************************************************/
.hirebuts {
	padding-bottom: 3em;
}

.hirebuts .pink-button {
    width: 400px !important;
}

/************************************************
*	HISTORY								 		* 
************************************************/
.history-page .eightcol {
	min-height: 425px;
}

/************************************************
*	FOOTER								 		* 
************************************************/
.container.last {
	padding-bottom: 280px;
}

.footer {
	background: #000000;
	width: 100%;
	margin-top: -280px;
	height: 280px;
	position: relative;
	clear: both;
	font-family: "acumin-pro", Helvetica, Arial, sans-serif;
	font-size: 0.92em;
}

li#text-2 {
	font-size: 0.82em;
	line-height: 1.35em;
	padding-bottom: 3.1em;
}

li#text-2 img {
    padding-bottom: 1.9em;
}

li#text-2 a {
	padding-bottom: 1em;
}

li#text-3 img {
	padding-bottom: 1em;
	max-height: 42px;
}

li#text-3 a {
	font-weight: 400;
}

li#text-3 {
	font-size: 0.8em;
	line-height: 1.35em;
}

.half {
	padding-bottom: 1.5em;
	font-size: 0.9em;
}

.footer p.copyright {
	font-size: 0.78em !important;
    line-height: 1.35em;
}

.footer ul.menu li {
    padding-bottom: 1em;
}

.footer ul.menu li#menu-item-123 {
	padding-bottom: 0;
}

.social {
    padding-top: 2.5em;
}


/************************************************
*	TYPOGRAPHY							 		* 
************************************************/
h1 {
	font-family: "jaf-lapture-display", Georgia, Times, serif;
	font-weight: 700;
    font-style: normal;
	font-size: 3.45em;
	line-height: 1.05em;
	margin: 0 auto 0.5em auto;
}

.site h1 {
	width: 90%;
	margin-bottom: 0;
}

.history h1 {
	width: 100%;
}

h2 {
	font-family: "jaf-lapture-display", Georgia, Times, serif;
	font-weight: 700;
    font-style: normal;
	font-size: 2em;
	line-height: 1.15em;
	margin: 0 auto 0.65em auto;
}

.blacktext h2 {
	color: #FFF;
	margin-bottom: 0.35em;
}

.history-page h2 {
	margin-bottom: 0.65em;
}

h2.black, .tickets {
	color: #000 !important;
}

a.book-now,
.event-time-date,
a.pink-button {
	font-family: "acumin-pro-wide", Helvetica, Arial, sans-serif;
	font-weight: 400 !important;
	letter-spacing: 0.08em;
	font-size: 0.9em;
}

h3 { 
	font-family: "jaf-lapture-display", Georgia, Times, serif;
	font-weight: 600;
    font-style: normal;
	font-size: 1.5em;
	line-height: 1.25em;
	padding: 0;
}

.gold-bg h3 {
	font-size: 1.35em;
}

h3 strong {
	font-family: "jaf-lapture-display", Georgia, Times, serif;
	font-weight: 700;
    font-style: normal;
}

.pink {
	color: #FFF;
}

a.pink-button, a.pink-button:visited {
	color: #FFF !important;
	background-color: #a08250;
}

a.pink-button:hover {
	background-color: #b39460;
	opacity: 1;
}

/************************************************
*	GENERIC STYLES 								*
************************************************/
.blacktext {
	color: #FFF;
}

.padtop117 {
    padding-top: 1em;
}

/************************************************
*	PLUGINS								 		* 
************************************************/
/* MEGA MAIN MENU */
#mega_main_menu.main-menu > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
	font-weight: 300 !important;
}

#mega_main_menu .nav_logo {
	top: 0/*4px*/;
}

/* dropdown */
ul.mega_dropdown {
	background: #4c4c4c !important;
	font-family: "acumin-pro", Helvetica, Arial, sans-serif !important;
	letter-spacing: 0;
	font-size: 15px !important;
	padding: 0 2.15em !important;
}

/* FLEXSLIDER */
.flexslider {
	background: #4c4c4c !important;
}

/* EVENTS CALENDAR */
#tribe-events .tribe-events-content p {
	line-height: 1.5em;
}

h1.tribe-events-single-event-title {
	position: relative;
	top: -5px;
}

/* EVENTS CALENDAR SHORTCODE */
a.more-arrow {
	background: url("../../themes/themightywonton_ntav-child-omg/images/calendar_more-arrow.png") no-repeat center center;
	background-size: 50% 50%;
	margin-top: 0;
}

.date-img {
	height: 180px;
	background-color: #4c4c4c;
}

.tmw-date {
	background-color: #a08250;
	font-family: "acumin-pro-wide", Helvetica, Arial, sans-serif;
	font-weight: 400 !important;
	letter-spacing: 0.05em;
    font-size: 0.9em;
	
	height: 100% !important;
    display: table;
}

.day {
	padding: 0 2.5%;
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.date, .month {
	display: none !important;
}

.event-excerpt {
	color: #fff;
}

span.duration.time {
	color: #000;
}

h4.entry-title.summary {
	text-transform: none;
	font-family: "jaf-lapture-display", Georgia, Times, serif;
	font-weight: 700;
    font-style: normal;
}

/* ZACCORDION */
.history-date {
	background-color: #a08250;
	font-family: "acumin-pro-wide", Helvetica, Arial, sans-serif;
	font-weight: 400 !important;
	letter-spacing: 0.05em;
    font-size: 0.95em;
}

ul#accordion li:hover .history-date {
	background-color: #b39460;
}

.zaccordion-section h2 {
	max-width: 70%;
	margin-left: 0;
}

/* GOOGLE MAPS PRO */
.gm-style .gm-iw a:link, .gm-style .gm-iw a:visited {
	color: #a08250;
}

/************************************************
*	MEDIA QUERIES						 		* 
************************************************/
@media screen and (min-width: 2100px) {	
	.history-page .eightcol {
		min-height: 1px;
	}
}

@media screen and (min-width: 1720px) and (max-width: 1819px) {
	.zaccordion-section h2 {
		max-width: 75%;
	}
}

@media screen and (min-width: 1620px) and (max-width: 1719px) {
	.zaccordion-section h2 {
		max-width: 85%;
	}
}

@media screen and (min-width: 1320px) and (max-width: 1619px) {
	.zaccordion-section h2 {
		max-width: 90%;
	}
}

@media screen and (max-width: 1320px) {
	.zaccordion-section h2 {
		max-width: 95%;
	}
}

@media screen and (max-width: 1400px) {
	.flexslider.home .flex-direction-nav a, 
	.flexslider .flex-direction-nav a {
		top: 35% !important;
	}
}

@media screen and (max-width: 1250px) {
	#mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
		padding: 0 4.5em 0 0 !important;
	}
	
	#mega_main_menu > .menu_holder > .menu_inner > ul > li#menu-item-84 > .item_link {
		padding: 0 4.5em 0 2em !important;
	}
	
	ul.mega_dropdown {
		font-size: 14px !important;
		padding: 0 2.35em !important;
	}
	
	.sub-one { 
		padding-right: 7.2em;
	}
	
	.nt-logo img {
		max-width: 135px;
	} 
	
	.nt-logo {
		padding-right: 2.95em;
	}
	
	.sub-three {
		padding-top: 0.3em;
		padding-right: 3.3em;
	}
	
	.connect {
		padding-top: 0.3em;
	}
}

@media screen and (max-width: 1247px) {
	p.hangman-align {
		padding-top: 0;
	}
}

@media screen and (max-width: 1180px) {
	.footer p.copyright {
		    max-width: 100%;
	}
}
	

@media screen and (max-width: 1150px) {
	
	#mega_main_menu .nav_logo > .logo_link > img {
		padding-top: 10px;
	}
	
	#mega_main_menu .nav_logo .logo_link {
		top: 0;
	}
	
	#mega_main_menu .nav_logo {
		top: 2px;
	}
}

@media screen and (max-width: 1100px) {
	#mega_main_menu .nav_logo > .logo_link > img {
		padding-top: 10px;
	}
	
	#mega_main_menu > .menu_holder > .menu_inner > ul > li#menu-item-84 > .item_link {
		padding: 0 4em 0 1.5em !important;
	}
	
	ul.mega_dropdown {
		padding: 0 1.85em !important;
	}
	
	.social img:first-child {
		margin-right: 3%;
	}
	
	.social img:nth-child(2) {
		margin-right: 6%;
	}
	
	.nt-logo {
		display: none;
	}
	
	#mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
		padding: 0 4em 0 0 !important;
	}
	
	.sub-one { 
		padding-right: 6.5em;
	}
	
	.sub-three {
		padding-top: 0.4em;
		padding-right: 4.1em;
	}
	
	.connect {
		padding-top: 0.4em;
	}
	
	.connect img.tweet {
		margin-right: 1em !important;
		margin-left: 0.75em;
	}
	
	.gaol-button a, .court-button a, .watchhouse-button a {
		max-width: 100%;
	}
}

@media screen and (max-width: 1080px) {
	.gold-bg h3 {
		font-size: 1.15em;
	}
}

@media screen and (max-width: 1050px) {
	#mega_main_menu > .menu_holder > .menu_inner > ul > li#menu-item-84 > .item_link {
		padding: 0 3em 0 1.5em !important;
	}
	
	#mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
		padding: 0 3em 0 0 !important;
	}
	
	.sub-one { 
		padding-right: 5.5em;
	}
	
	.sub-three {
		padding-right: 3em;
	}
	
	.nav_logo a.logo_link {
		max-width: 100%;
	}
	
	#mega_main_menu .nav_logo > .logo_link > img {
		float: right;
		padding-top: 14px;
	}
	
	#mega_main_menu .nav_logo {
		top: 1px;
	}
}

@media screen and (max-width: 1000px) {
	
	.history-page .eightcol {
		min-height: 500px;
	}
	
	.gaol-button, .court-button, .watchhouse-button {
		font-size: 0.9em;
	}
	
	.flexslider.home .flex-direction-nav a, 
	.flexslider .flex-direction-nav a {
		top: 32% !important;
	}
}

@media screen and (max-width: 960px) {
	#mega_main_menu > .menu_holder > .menu_inner > ul > li#menu-item-81 > .item_link::after {
		right: 0 !important;
	}
	
	li#text-3 img {
		padding-bottom: 0.75em;
	}
	
	.half {
		padding-bottom: 2em;
	}
	
	li#text-2 {
		padding-bottom: 4.3em;
	}
}

@media screen and (max-width: 959px) {
	.social img {
		max-width: 25px;
		padding: 2px 0 0 0;
	}
	
	#mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link,
	#mega_main_menu > .menu_holder > .menu_inner > ul > li#menu-item-84 > .item_link,
	#mega_main_menu > .menu_holder > .menu_inner > ul > li#menu-item-80 > .item_link {
		padding: 0 0 0 1.5em !important;
		display: block !important;
		clear: both !important;
	}
	
	#mega_main_menu.main-menu > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
		text-transform: none;
	}
	
	li#menu-item-435 img {
    	max-width: 26px !important;
	}
}

@media screen and (max-width: 920px) {	
	.gold-bg .fourcol {
		width: 100%;
		margin-right: 0;
		padding-bottom: 1.5em;
	}
	
	.gold-bg h3 {
		font-size: 1.15em;
	}
	
	.visit .button {
		margin: 1em auto 0;
	}
	
	.site .button {
		font-size: 0.8em;
		line-height: 1.2em;
		padding: 0.75em 0 1em;
	}
	
	.single-site.gutters {
		padding-top: 2.5em;
	}
	
	.single-site .fourcol, .single-site .eightcol {
		width: 100%;
		margin-right: 0;
	}
	
	.estate-plans {
		padding-bottom: 0;
		padding-top: 2.5em;
	}
	
	.date-img {
		width: 50%;
	}
	
	.title-blurb {
		width: 47.5%;
	}
	
	.gaol-button, .court-button, .watchhouse-button {
		top: 0;
	}
}

@media screen and (max-width: 880px) {
	.history-page .eightcol {
		min-height: 600px;
	}
}

@media screen and (max-width: 870px) {
	.container.last {
		padding-bottom: 430px;
	}
	
	.footer {
		margin-top: -430px;
		height: 430px;
	}
	
	.container-footer .fourcol {
		width: 48.4%;
		margin-right: 2.8%;
		float: left;
		clear: none;
	}
	
	.container-footer .fourcol.last {
		margin-top: 1.25em;
	}
	
	li#text-2 {
		padding-bottom: 1.7em;
	}
	
	.footer ul.menu li {
		padding-bottom: 0.82em;
	}
}

@media screen and (max-width: 815px) {
	.tour-thumbs-deets p {
		font-size: 0.9em;
	}
}

@media screen and (max-width: 768px) {	
	.tour-thumbs-deets p {
		font-size: 1em;
	}
	
	#map2 {
		height: 500px !important;
	}
	
	.button  {
		font-size: 0.75em;
	}
	
	.slider-text {
		font-size: 0.8em;
	}
	
	.slider-text .button {
		font-size: 0.95em;
	}
	
	.slider-text h2, .slider-text h3 {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.mobile-book a, .mobile-book a:visited {
		border: 1px solid #a08250;
    	color: #a08250 !important;
		font-family: "acumin-pro-wide", Helvetica, Arial, sans-serif;
		font-weight: 400 !important;
		letter-spacing: 0.08em;
		font-size: 0.8em;
	}
	
	.mobile-book a:hover {
		border: 1px solid #a08250;
    	color: #FFF !important;
		background-color: #a08250;
		opacity: 1;
	}
	
	p.mobile-book {
		margin-bottom: 0.5em;
	}
	
	.tour-thumbs-deets h4 {
		padding-top: 1.25em;
	}
	
	.tour-thumbs {
		max-height: 100%;
		overflow: visible;
	}
	
	.tour-thumbs img {
		max-width: 100%;
		margin-top: 0;
	}
	
	.tour-thumbs-deets {
		width: 90%;
		padding: 0 5%;
		margin-bottom: 2em;
		background: #FFF;
	}
	
	.date-img {
		height: auto;
	}
	
	.day {
		padding: 1em 0.5em;
		text-align: left;
		font-size: 0.8em;
		line-height: 1.5em;
	}
	
	.event-time-date,
	a.pink-button {
		font-size: 0.8em;
		line-height: 1.5em;
	}
	
	.event-time-date {
		font-size: 0.78em !important;
	}
	
	a.book-now {
		font-size: 0.8em;
		line-height: 1.5em;
		padding-top: 0.8em; 
		padding-bottom: 0.8em;
	}
	
	.night .fourcol, .site .fourcol {
		padding-bottom: 3em;
	}
	
	.night .fourcol.last {
		padding-bottom: 0 !important;
	}
	
	.night img {
		padding-bottom: 1.5em;
	}
	
	.site .fourcol.last {
		padding-top: 0;
		padding-bottom: 0.5em !important;
	}
	
	.night .button {
		margin: 0.5em auto 0;
	}
	
	.site .button {
		margin: 1em auto 0;
	}
	
	h1 {
		font-size: 2.5em;
	}
	
	h2 {
		font-size: 1.65em;
	}
	
	p.ecs-excerpt {
		padding-bottom: 1.5em;
	}
	
	.flexslider {
		background-color: #a08250 !important;
	}
	
	.gaol-button, .court-button, .watchhouse-button {
		padding-bottom: 1em;
		height: auto;
	}
	
	h1.pink {
		margin: 0 auto 0.5em;
	}
	
	.date-img {
		width: 100%;
	}
	
	.title-blurb {
		width: 90%;
	}
	
	h1.tribe-events-single-event-title {
		top: 0;
	}
}

@media screen and (max-width: 650px) {
	.history-date {
		font-size: 0.7em;
	}
	
	.footer p.copyright {
    	font-size: 0.77em !important;
	}
	
	.flexslider.home .flex-direction-nav a, 
	.flexslider .flex-direction-nav a {
		top: 28% !important;
	}
}
	
@media screen and (max-width: 550px) {
	.container.last {
		padding-bottom: 330px;
	}
	
	.footer {
		margin-top: -330px;
		height: 330px;
	}
	
	.footer .row.pad30 {
		padding: 20px 0 0;
	}
	
	.container-footer .fourcol {
		width: 100%;
		margin-right: 0;
		border-right: 0;
	}
	
	.container-footer .fourcol.last {
		margin-top: 0.5em;
	}
	
	.container-footer .fourcol:nth-child(2) {
		display: none !important;
	}
	
	li#text-2 img {
		display: none;
	}
	
	.footer p, .footer p.copyright {
		width: 100%;
		display: block;
		padding-bottom: 1em;
	}
	
	.footer p.copyright {
		padding-bottom: 0;
		border-left: 0;
		padding-left: 0;
	}
}

@media screen and (max-width: 500px) {
	.container.first {
		padding-top: 106px;
	}
}

@media screen and (max-width: 480px) {
	.tickets {
		padding: 1.25em 1em 1em;
		line-height: 1.3em;
	}
	
	#map2 {
		height: 325px !important;
	}
	
	.container.last {
		padding-bottom: 345px;
	}
	
	.footer {
		margin-top: -345px;
		height: 345px;
	}
	
	.mobile-book {
		padding-bottom: 1em;
	}
	
	.custom-tmw-event {
		width: 95%;
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
	
	h1 {
		font-size: 1.65em;
	}
	
	h2 {
		font-size: 1.25em;
	}
	
	h3 {
		font-size: 1.15em;
	}
	
	h4.entry-title.summary {
    	font-size: 1.1em;
	}
	
	p, 
	p.ecs-excerpt {
		padding-bottom: 1em;
	}
	
	.gaol-button, .court-button, .watchhouse-button {
		padding-bottom: 0.5em;
	}
	
	.night .fourcol, .site .fourcol {
		padding-bottom: 2em;
	}
	
	.tribe-events-event-image {
    	margin-bottom: 0;
	}
	
	.hirebuts {
    	float: none;
		padding-bottom: 2em;
	}
	
	.hirebuts .pink-button {
		padding-left: 2.5%;
		padding-right: 2.5%;
		width: 95% !important;
	}
	
	.history-page .eightcol {
		min-height: 700px;
	}
}

@media screen and (max-width: 414px) {
	.flexslider.home .flex-direction-nav a, 
	.flexslider .flex-direction-nav a {
		top: 18% !important;
	}
	
	.container.last {
		padding-bottom: 350px;
	}
	
	.footer {
		margin-top: -350px;
		height: 350px;
	}
}

@media screen and (max-width: 400px) {
	.history-page .eightcol {
		min-height: 800px;
	}
}
	
@media screen and (max-width: 375px) {
	.zaccordion-section h2 {
		max-width: 100%;
	}
}

@media screen and (max-width: 360px) {	
	.history-page .eightcol {
		min-height: 900px;
	}
}