/* 
	Theme Name: The Mighty Wonton custom NTAV – Rippon Lea
	Theme URI: http://themightywonton.com/
	Version: 1.0
	Author: Miss Celine David
*/

/************************************************
*	NORMALIZE									*
************************************************/
/*
	Refer to css/normalize
*/

/************************************************
*	1220PX	 					     		    * 
************************************************/
/*
	Refer to css/1140
*/

/************************************************
*	COLOUR PALETTE / FONT 						*
************************************************/
/*
	Pink #fa6464
	Green #82b4a0
*/

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

body {
	background: #fa6464;
	font-family: "sofia-pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1em; /* 1em = 16px */
	line-height: 1.45em;
	color: #fff;
	letter-spacing: 0.035em;
	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 {
	width: 100%;
	min-height: 100%;
	position: relative;
	background: #ffe9e5;
}

li.widget {
	/* remove dots for Wonton widgets */
	list-style: none;
}

p {
	padding-bottom: 1.5em;
}

strong {
	font-weight: 400;
}

em {
	font-style: italic;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

:focus {
	/* for Chrome and Safari */
	outline-style: none;
}

input {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

ul li {
	list-style: none;
	list-style-type: none;
}

/************************************************
*	CLEARFIX									*
************************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/************************************************
*	HYPERLINKS									*
************************************************/
a,
a:visited {
	color: #fff;
	text-decoration: none;
	opacity: 1;

	transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.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: #fa6464;
	font-weight: 400;
}

/************************************************
*	IFRAME										*
************************************************/
.embedded {
	padding: 1em 0;
	max-width: 60%;
	margin: 0 auto;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************
*	NAVIGATION					     		    * 
************************************************/
.menu-bg {
	background: #fa6464;
	position: fixed;
	z-index: 999;
	width: 100%;
}

.nav {
	width: 100%;
	padding: 1em 0;

	font-size: 1.2em;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin: 0 auto;
	font-weight: 600 !important;
}

.nav ul li {
	display: inline-block;
	padding: 0 1%;
}

/* li.current-menu-item a, 
li.current-post-ancestor a,
li.current-menu-parent a,
li.current-post-parent a {
	color: #ff99cc !important;
}*/

#text-5 .textwidget {
	border-bottom: 1px solid #fff;
	padding-bottom: 5.5em;
}

#text-6 .textwidget {
	padding: 0.75em 0 0 0;
	border-bottom: none !important;
}

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

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

#text-6 .textwidget img:hover {
	opacity: 0.6;

	transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}

.sub-one {
	/* what's on submenu */
	float: left;
	clear: none;
	padding-right: 6.25em;
}

.sub-two {
	/* estate submenu */
	float: left;
	clear: none;
}

.nt-logo,
.sub-three {
	float: left;
	clear: none;
}

.nt-logo img {
	max-width: 140px;
}

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

.sub-three {
	padding-top: 0.5em;
	padding-bottom: 1.5em;
	padding-right: 3.8em;
}

.connect {
	padding-top: 0.5em;
	display: block;
}

.connect img {
	max-width: 27px;
	margin-top: 0;
}

.connect img.tweet {
	margin-right: 1.5em !important;
	margin-left: 1em;
}

.fa.fa-facebook {
	font-size: 1.35em !important;
	position: relative;
	top: -5px;
	opacity: 1;
}

.fa.fa-twitter {
	font-size: 1.7em !important;
	margin-right: 0.75em !important;
	margin-left: 1em;
	position: relative;
	top: -4px;
	opacity: 1;
}

.fa.fa-facebook:hover,
.fa.fa-twitter:hover {
	opacity: 0.6;

	transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}

/************************************************
*	LAYOUT	 					     		    * 
************************************************/
.container {
	/* full width */
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	background: #ffe9e5;
}

.container.last {
	/* for sticky footer */
	/*padding-bottom: 285px;*/
}

.container.first {
	padding-top: 98px;
}

.container.first.notification {
	padding-top: 200px;
}

.contain-row {
	width: 94%;
	max-width: 1220px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 3%;
	padding-right: 3%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	overflow: auto;
}

.content {
	margin: 0;
}

.banner-max,
.tribe-events-event-image {
	max-height: 900px;
	overflow: hidden;
	position: relative;
}

ul.slides li {
	max-height: 1050px !important;
	overflow: hidden;
	position: relative;
}

.widescreen {
	overflow: hidden;
	max-height: 830px;
	min-height: auto !important;

	background-size: cover !important;
	background-position: 0% 70% !important;
	margin-bottom: 0;
}

.footer a img {
	opacity: 1;
}

.footer a img:hover {
	opacity: 0.6;

	transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}

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

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

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

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

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

.light-green-bg {
	background: #82b4a0;
}

/************************************************
*	HOME								 		* 
************************************************/
.slider-text {
	background: #82b4a0;
	padding: 2.25em 0 1.5em 0;
}

.button {
	border: 1px #fff solid;
	padding: 0.65em 0;
	max-width: 200px;
	margin: 1em auto;
	text-transform: uppercase;
	display: block;
	text-align: center;

	font-weight: 500;
	font-size: 0.95em;
	letter-spacing: 0.08em;
}

a.button:hover {
	opacity: 1 !important;
	background: #fff;
	color: #fa6464;
}

.slider-text a.button:hover,
.estate a.button:hover,
.light-green-bg a.button:hover {
	color: #82b4a0;
}

.estate .button {
	margin-top: 2em;
	margin-bottom: 0;
}

.visit .button {
	padding: 0.65em 2em;
	margin: 2.3em auto 0;
	float: left;
}

.estate .sixcol {
	padding-top: 0.25em;
}

.estate .sixcol a,
.estate .sixcol a:hover {
	opacity: 1 !important;
}

.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;
}

.instagram h2 {
	padding-left: 1%;
	width: 99%;
}

img.insta-icon {
	max-width: 31px !important;
	position: relative;
	top: 1px;
	margin-right: 0.35em;
}

#sb_instagram .sbi_meta {
	margin: 10px 0 0;
	padding: 0;
}

.sbi_comments {
	display: none;
}

/* PARALLAX */
section.module.parallax {
	height: 400px !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

section.module.parallax .container {
	line-height: 400px;
	background: none;
}

/************************************************
*	EVENTS								 		* 
************************************************/
.event-excerpt {
	color: #fa6464;
	font-weight: 400;
	font-size: 1.05em;
}

.event-excerpt p {
	padding-bottom: 0.85em;
}

.event-time-date {
	color: #fa6464;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.05em;
	padding-bottom: 1em;
}

.event-time-date p {
	padding-bottom: 0;
}

.tickets {
	background: #fff;
	padding: 1.5em;
}

.tickets p {
	padding-bottom: 1.25em;
}

ul.book-list li {
	margin-bottom: 5px;
}

a.book-now,
a.book-now:visited {
	text-align: center;
	color: #fff !important;
	background-color: #fa6464;
	text-transform: uppercase;
	padding: 0.6em 5%;
	width: 90%;
	font-weight: 400;
	letter-spacing: 0.05em;
	display: block;
}

a.book-now:hover {
	color: #fff;
	background-color: #ffb2ab;
	opacity: 1;
}

/************************************************
*	ESTATE								 		* 
************************************************/
.garden-button,
.mansion-button {
	height: 3em;
	padding-bottom: 2em;
}

.garden-button a,
.mansion-button a {
	text-align: center;
	text-transform: uppercase;
	padding: 0.65em 2em 0.75em 2em;
	border: 1px solid #fa6464;
	letter-spacing: 0.1em;
	position: relative;
	top: 0.75em;
}

.garden-button a:hover,
.mansion-button a:hover {
	opacity: 1;
	background-color: #ffb2ab;
	border-color: #ffb2ab;
	color: #fff;
}

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

.garden-button img:last-child,
.mansion-button img:last-child {
	display: none;
}
.garden-button a:hover img:first-child,
.mansion-button a:hover img:first-child {
	display: none;
}
.garden-button a:hover img:last-child,
.mansion-button a:hover img:last-child {
	display: inline-block;
}

.estate-plans {
	position: relative;
}

.plans img {
	position: absolute;
	top: 5em;
	left: 0;
}

img.ground {
	display: none;
}

.inactive {
	background-color: #ffb2ab !important;
}

.inactive:hover {
	background-color: #fa6464 !important;
}

.plan-buttons {
	position: relative;
	margin-top: 100%;
}

.third {
	width: 31.45%;
	margin-right: 2.8%;
	float: left;
	text-align: center;
}

/************************************************
*	FOOTER								 		* 
************************************************/
/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

.container-footer {
	padding: 0;
	margin: 0 auto;
	display: block;
	clear: both;
	height: auto;
}

.container-footer .fourcol {
	border-right: 1px solid #fff;
	width: 31.85%;
	margin-right: 2%;
}

.container-footer .fourcol.last {
	border-right: 0;
}

.container-footer img {
	height: auto;
	max-height: 50px;
	width: auto;
	display: block;
	clear: both;
}

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

li#text-4 img {
	padding-bottom: 1em;
}

.footer {
	background: #487d65;
	width: 100%;
	/*margin-top: -285px;
	height: 285px;*/
	position: relative;
	clear: both;
}

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

.footer p.full {
	width: 95%; 
}

.footer p.copyright,
.footer p.message {
	padding-bottom: 0;
	max-width: 91%;
	font-size: 0.825em;
	line-height: 1.5em;
}

.footer p.message  { padding-bottom: 1em !important; padding-top: .5em !important; }

li#text-2,
li#text-4 {
	font-size: 0.825em;
	line-height: 1.5em;
}

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

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

h2.widgettitle {
	display: none;
}

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

.half {
	width: 50%;
	float: left;
	padding-bottom: 1.7em;
}

.social .fa.fa-facebook {
	margin-right: 20px !important;
	top: 4px !important;
	font-size: 1.4em !important;
}

.social .fa.fa-twitter {
	margin-right: 20px !important;
	margin-left: 8px !important;
	top: 2px !important;
}

.social i {
	float: left;
	clear: none;
	max-width: 30px;
}

.social img {
	float: left;
	clear: none;
	max-width: 29px;
}

span.credit {
	display: block;
	clear: both;
	font-size: 0.9em;
	padding-top: 1em;
}

/************************************************
*	TYPOGRAPHY							 		* 
************************************************/
h1 {
	font-family: "minerva-modern", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.45em;
	line-height: 1.05em;
	margin: 0 auto 0.75em auto;
}

.history h1 {
	width: 80%;
}

.estate h1 {
	width: 74%;
	margin-bottom: 0;
}

.hire h1 {
	width: 80%;
}

h1.tribe-events-single-event-title {
	margin: 0 auto 0.4em auto !important;
}

h2 {
	font-family: "minerva-modern", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	line-height: 1.25em;
	margin: 0 auto 0.65em auto;
}

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

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

h3 {
	font-family: "minerva-modern", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5em;
	line-height: 1.25em;
	padding: 0;
}

h3 strong {
	font-family: "minerva-modern", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.slider-text h2 {
	margin-bottom: 0.1em;
}

.slider-text h3 {
	margin-bottom: 0.75em;
}

.slider-text.withbutton h3 {
	/* for home and events slider */
	margin-bottom: 1.15em;
}

.pink {
	color: #fa6464;
}

a.pink-button,
a.pink-button:visited {
	color: #fff;
	background-color: #fa6464;
	text-transform: uppercase;
	padding: 0.6em 0;
	font-weight: 400;
	letter-spacing: 0.05em;
}

a.pink-button.online-tix {
	/* for visit > online tickets */
	max-width: 285px;
}

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

/************************************************
*	HIRE 								 		*
************************************************/
.hirebuts {
	float: left;
	margin-bottom: 0.5em;
}

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

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

.hidemobile {
	display: block;
}

.showmobile,
.showmobilemenu {
	display: none !important;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.textaligncenter {
	text-align: center;
}

.textalignright {
	text-align: right;
}

.norightmargin {
	margin-right: 0 !important;
}

.nopadding p {
	padding: 0;
}

.last {
	margin-right: 0px !important;
}

.gutters {
	padding: 6em 0;
}

.padbot1 {
	padding-bottom: 1em;
}

.padtop1 {
	padding-top: 1em;
}

.padtop117 {
	/* general pages > for first paragraph text alignment */
	padding-top: 1.75em;
}

.padtop19 {
	padding-top: 1.9em;
}

.padtop2 {
	padding-top: 2em;
}

.padbot2 {
	padding-bottom: 2em;
}

.padbot3 {
	padding-bottom: 3em;
}

.padtop5 {
	padding-top: 5em;
}

.padtop6 {
	padding-top: 6em;
}

.padbot6 {
	padding-bottom: 6em;
}

.pad30 {
	padding: 35px 0 25px;
}

.nopadbot {
	padding-bottom: 0 !important;
}

.width50 {
	width: 50%;
}

/************************************************
*	PLUGINS								 		* 
************************************************/
/* MEGA MAIN MENU */

span.nav_logo {
	float: right !important;
}

#mega_main_menu.main-menu > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
	font-size: 0.95em !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 600 !important;
}

#mega_main_menu .nav_logo .logo_link {
	padding: 0 15% 0 0 !important;
	top: 3px;
}

.mega_main_menu_ul a:hover {
	opacity: 1 !important;
}

#mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
	padding: 0 6em 0 0 !important;
	padding: 0 4em 0 0 !important;
}

#mega_main_menu > .menu_holder > .menu_inner > ul > li#menu-item-84 > .item_link {
	padding-left: 2em !important;
}

/* #mega_main_menu > .menu_holder > .menu_inner > ul > li#menu-item-80 > .item_link {
	padding-right: 0 !important;
} */

#mega_main_menu > .menu_holder > .menu_inner > ul > li#menu-item-4069 > .item_link {
	padding-right: 0 !important;
}

/* Menu toggle */
#mega_main_menu > .menu_holder > .menu_inner > ul > li.menushowhide {
	display: none;
}

/* caret */
#mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link::after {
	display: none;
}

/* dropdown */
ul.mega_dropdown {
	background: #fa6464 !important;
	font-size: 16px !important;
	text-transform: none !important;
	letter-spacing: 0.03em !important;
	padding: 0 2em !important;
}

#mega_main_menu li.widgets_dropdown > .mega_dropdown > * {
	margin: 0 !important;
	padding: 0 !important;
}

#mega_main_menu li.default_dropdown > ul,
#mega_main_menu li.default_dropdown li > ul,
#mega_main_menu li.multicolumn_dropdown > ul,
#mega_main_menu li.tabs_dropdown > ul,
#mega_main_menu li.widgets_dropdown > ul,
#mega_main_menu li.post_type_dropdown > ul,
#mega_main_menu li.grid_dropdown > ul,
#mega_main_menu li.post_type_dropdown .mega_dropdown > li.post_item .post_details,
#mega_main_menu li.grid_dropdown .mega_dropdown > li .post_details {
	/* shadow */
	box-shadow: none !important;
}

/* dropdown animation */
#mega_main_menu.dropdowns_animation-anim_2 li.default_dropdown .mega_dropdown,
#mega_main_menu.dropdowns_animation-anim_2 li.multicolumn_dropdown > .mega_dropdown,
#mega_main_menu.dropdowns_animation-anim_2 li.tabs_dropdown > .mega_dropdown,
#mega_main_menu.dropdowns_animation-anim_2 li.widgets_dropdown > .mega_dropdown,
#mega_main_menu.dropdowns_animation-anim_2 li.post_type_dropdown > .mega_dropdown,
#mega_main_menu.dropdowns_animation-anim_2 li.post_type_dropdown > .mega_dropdown > li.post_item .post_details,
#mega_main_menu.dropdowns_animation-anim_2 li.grid_dropdown > .mega_dropdown,
#mega_main_menu.dropdowns_animation-anim_2 li.grid_dropdown > .mega_dropdown > li .post_details {
	transition-delay: 0.35s;
}

/* hamburger icon */
#mega_main_menu.responsive-enable.mobile_minimized-enable
	> .menu_holder
	> .menu_inner
	> .nav_logo
	.mobile_toggle
	.mobile_button {
	padding-left: 1.5em !important;
}

#mega_main_menu.responsive-enable.mobile_minimized-enable
	> .menu_holder
	> .menu_inner
	> .nav_logo
	.mobile_toggle
	.mobile_button
	.symbol_menu {
	font-size: 36px !important;
	font-weight: 500 !important;
	float: left;
	-webkit-transform: scale(1.3, 1);
	-moz-transform: scale(1.3, 1);
	transform: scale(1.3, 1);
}

#mega_main_menu.responsive-enable.mobile_minimized-enable
	> .menu_holder
	> .menu_inner
	> .nav_logo
	.mobile_toggle
	.mobile_button
	.symbol_cross {
	font-size: 22px !important;
	font-weight: 500 !important;
	float: left;
}

/* FLEXSLIDER */
.flex-control-nav {
	display: none;
}

.flexslider {
	margin: 0 !important;
	border: 0 !important;
	background: #ffe9e5 !important;
}

.flexslider.home .flex-direction-nav a,
.flexslider .flex-direction-nav a {
	top: 40% !important;
}

.flexslider:hover .flex-direction-nav .flex-next,
.flexslider .flex-direction-nav .flex-next {
	right: 10px !important;
}

.flexslider:hover .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-prev {
	left: 10px !important;
}

.flex-direction-nav a:before {
	content: " " !important;
	display: block;
	background: url("images/icon_arrow_left.png") no-repeat;
	width: 40px;
	height: 40px;
}
.flex-direction-nav a.flex-next:before {
	content: " " !important;
	display: block;
	background: url("images/icon_arrow_right.png") no-repeat;
	width: 40px;
	height: 40px;
}

.flexslider.home {
	width: 92%;
	margin: 0 auto 4em auto !important;
}

.flexslider.home img {
	padding-bottom: 1em;
}

.flexslider img {
	padding-top: 0 !important;
}

.flexslider.loading .slides > li:first-child {
	opacity: 1 !important;
}

.flexslider .slides img:hover,
.flexslider .slides a img:hover {
	opacity: 1 !important;
}

/* INSTAGRAM FEED */
#sbi_images {
	padding: 0 !important;
}

#sb_instagram.sbi_col_6 #sbi_images .sbi_item {
	padding: 0 1% 1.25em 1% !important;
}

a.sbi_photo {
	max-height: 180px;
}

/* EVENTS CALENDAR */
#tribe-events-content {
	padding: 0;
}

.tribe-events-cal-links {
	display: none !important;
}

.tribe-events-event-meta .tribe-events-meta-group {
	width: 100%;
	padding: 0;
}

#tribe-events .tribe-events-content p {
	margin: 0;
	padding-bottom: 1em;
}

#tribe-events-header {
	margin-bottom: 0;
}

.datepicker {
	display: none !important;
}

.tribe-events-list-separator-month {
	margin: 0 auto;
	background-color: #fa6464;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	font-size: 1.25em;
	letter-spacing: 0.05em;
}

.tribe-events-list-separator-month span {
	background-color: transparent;
	padding: 0;
}

.tribe-events-list-separator-month::after {
	content: none;
	border-bottom: 0;
	height: 1px;
	width: 100%;
	display: none;
	position: relative;
	top: 0;
}

.tribe-events-list .type-tribe_events {
	padding: 0;
	margin: 0.5em 0;
	background: #fff;
	position: relative;

	max-height: 180px;
	overflow: hidden;
}

.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
	padding-top: 0;
}

.tribe-events-list .type-tribe_events h2 {
	font-weight: 500;
	font-style: normal;
	font-size: 1.5em;
	line-height: 1.25em;
	display: block;
	padding: 1.25em 0 0.25em;
	text-transform: capitalize;
}

.tribe-events-list .type-tribe_events h2 a {
	color: #000 !important;
}

.tribe-events-list .tribe-events-event-image {
	float: left;
	clear: none;
	width: 32.5%;
	margin: 0;
}

.tribe-events-list .tribe-events-event-image + div.tribe-events-content {
	width: 45%;
	padding: 0 5% 0 2.5%;
	float: left;
	clear: none;
	position: static;
}

.tribe-events-list-separator-month {
	display: none !important;
}

.tribe-events-notices {
	background: #ffb2ab !important;
	border: none !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	color: #fff !important;
	margin: 0 0 1em 0 !important;
	padding: 0.5em 0 0.65em 1em !important;
	text-shadow: none !important;
}

/* EVENTS CALENDAR SHORTCODE */
.ecs-event-list {
	color: #000;
}

li.ecs-event {
	padding: 0;
	background: #fff;
	margin-bottom: 0.5em;
	position: relative;
	max-height: 180px;
	max-height: 195px;
	overflow: hidden;
}

li.ecs-event img {
	float: left;
	clear: none;
	width: 100%;
	position: absolute;
	margin-left: -16%;
}

.custom-tmw-event {
	width: 100%;
	padding: 0;
	float: left;
	clear: none;
	position: relative;
}

a.event-box-link,
a.event-box-link:visited {
	display: block;
	height: 230%;
	width: 100%;
	position: absolute;
	z-index: 5;
	background: #fff;
	opacity: 0 !important;
}

a.event-box-link:hover {
	opacity: 0.5 !important;
}

a.more-arrow {
	background: url("../../themes/themightywonton_ntav/images/calendar_more-arrow.png") no-repeat center center;
	background-size: 70% 70%;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	z-index: 50;
	right: 1em;
	margin-top: 5px;
}

.date-img {
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
}

.title-blurb {
	width: 47.5%;
	padding: 0 0 0 2.5%;
	float: left;
	min-height: 100%;
	position: relative;
}

p.ecs-excerpt {
	width: 90%;
}

.tmw-date {
	background-color: #fa6464;
	width: 15%;
	min-width: 180px;
	height: auto;
	min-height: 180px;
	float: left;
	clear: none;

	color: #fff;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;

	position: relative;
	z-index: 5;
}

.date-img a:first-child,
.date-img a:first-child:hover {
	position: relative;
	z-index: 5;
	opacity: 1;
}

.day {
	clear: both;
	display: block;
	letter-spacing: 0.1em;
	padding: 16% 0 2% 0;
}

.date {
	clear: both;
	display: block;
	font-size: 4em;
	line-height: 0.9em;
	padding: 0;
}

.month {
	clear: both;
	display: block;
	letter-spacing: 0.1em;
	padding: 8% 0 0 0;
}

h4.entry-title.summary {
	font-family: "minerva-modern", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5em;
	line-height: 1.25em;
	padding: 1.25em 0 0.25em;
	text-transform: capitalize;
}

h4.entry-title.summary a,
h4.entry-title.summary a:visited {
	color: #000;
	opacity: 1;

	transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}

h4.entry-title.summary a:hover {
	opacity: 0.6;
}

a.more-arrow {
	color: #fa6464;
}

span.duration.time {
	color: #fa6464;
	font-weight: 400;
}

/*span.duration.time {
	color: #fa6464;
	font-weight: 400;

	position: absolute;
    left: 0;
    background: #000;
    height: 100%;
    top: 0;
    width: 12%;
    display: flex;
    padding: 0 1.5%;
    flex-direction: column;
    text-align: center;
    justify-content: center;

}*/

.mobile-book {
	display: none;
	margin-bottom: 1.5em;
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	max-width: 200px;
}

.mobile-book a,
.mobile-book a:visited {
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	padding-top: 0.65em;
	padding-bottom: 0.75em;
	border: 1px solid #fa6464;
	letter-spacing: 0.1em;
	color: #fa6464 !important;
	position: relative;
	z-index: 9;
	display: block;
	width: 99%;
}

.mobile-book a:hover {
	color: #fff !important;
	background: #ffb2ab;
	border-color: #ffb2ab;
}

/* ZACCORDION */
.history-date {
	background-color: #ff9f96;
	bottom: 25px;
	margin: 0;
	padding: 1.5em;
	font-size: 1.25em;
	line-height: 0;
	position: absolute;
	z-index: 10;
	width: 50px;
	text-align: center;

	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

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

.history-page {
	min-height: 300px;
}
.history-page h2 {
	padding-top: 0.5em;
}

.zaccordion-section {
	position: absolute;
}

.zaccordion-section h2 {
	opacity: 0;

	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;

	-webkit-transform: translate(0px, 25px);
	-moz-transform: translate(0px, 25px);
	-o-transform: translate(0px, 25px);
	-ms-transform: translate(0px, 25px);
	transform: translate(0px, 25px);
}

.zaccordion-section .zaccordion-section-content {
	opacity: 0;
	padding-right: 30px;

	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;

	-webkit-transform: translate(0px, 25px);
	-moz-transform: translate(0px, 25px);
	-o-transform: translate(0px, 25px);
	-ms-transform: translate(0px, 25px);
	transform: translate(0px, 25px);

	transition-delay: 0.15s;
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	-ms-transition-delay: 0.15s;
}

.zaccordion-section.active h2 {
	opacity: 1;

	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.zaccordion-section.active .zaccordion-section-content {
	opacity: 1;

	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.zaccordion-section-content p {
	max-width: 95%;
}

/* GOOGLE MAPS PRO */
.gm-style {
	font-family: "sofia-pro", Helvetica, Arial, sans-serif;
}

.gm-style .gm-iw a:link,
.gm-style .gm-iw a:visited {
	color: #fa6464;
}

.gm-style .gm-iw .gm-numeric-rev {
	display: none !important;
}

.closed_banner {
	padding: 40px 180px;
	text-align: center;
	background-color: black;
	color: #fff;
}

.closed_banner p {
	font-family: "Open Sans", sans-serif;
	font-weight: 400 !important;
	letter-spacing: 0.05em;
	font-size: 0.95em;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 0;
	max-width: 1300px;
	transition: color 0.3s ease-in-out;
}
.closed_banner p:hover {
	color: #fa6464;
}

@media screen and (max-width: 1200px) {
	.closed_banner {
		padding: 30px 50px;
	}

	.closed_banner p {
		font-size: 0.8em;
	}
}

.page-id-3253 h1 {
	position: relative;
	top: 10px;
}

/************************************************
*	Visit and contact						 		* 
***********************************************	*/
.wp-image-4070 {
	max-width: 280px;
}
.map-link {
	padding: 1em 50px 1em 50px !important;
}

/************************************************
*	MEDIA QUERIES						 		* 
***********************************************	*/
@media screen and (min-width: 1820px) {
	.zaccordion-section-content p {
		max-width: 70%;
	}
}

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

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

@media screen and (min-width: 1500px) {
	.slider-text {
		width: 100%;
		padding: 1.5em 0 0.75em 0;
	}

	.slider-text.withbutton h3 {
		margin-bottom: 1em;
	}

	.button {
		margin-bottom: 1.25em;
	}

	.widescreen {
		min-height: 830px !important;
	}

	.widescreen img {
		display: none !important;
	}
}

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

@media screen and (max-width: 1320px) {
	#mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
		padding: 0 1.5em 0 1.5em !important;
		font-size: 14px !important;
	}
}

@media screen and (max-width: 1180px) {
	.sub-one {
		padding-right: 4.75em;
	}

	.nt-logo img {
		max-width: 135px;
	}

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

	.sub-three {
		padding-top: 0.3em;
		padding-right: 2.3em;
	}

	.connect {
		padding-top: 0.3em;
	}
}

@media screen and (max-width: 1155px) {
	.half {
		padding-bottom: 3.2em;
	}
}

@media screen and (min-width: 871px) {
    .social {
        padding-bottom: 1em;
        height: 50px;
    }
}

@media screen and (min-width: 1155px) {
    .social {
        height: 25px !important;
    }
}

@media screen and (max-width: 1060px) {
	#mega_main_menu .nav_logo > .logo_link > img {
		padding-top: 10px;
	}
	#mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
		padding: 0 1.5em 0 1.5em !important;
		font-size: 14px !important;
	}

	ul.mega_dropdown {
		padding: 0 1.5em !important;
	}

	#mega_main_menu .nav_logo .logo_link {
		top: -2px;
	}
    
	.nt-logo {
		display: none;
	}

	ul.mega_dropdown {
		font-size: 15px !important;
	}

	/* #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link {
		padding: 0 4em 0 0 !important;
	} */

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

	.sub-three {
		padding-top: 0.4em;
		padding-right: 2.15em;
	}

	.connect {
		padding-top: 0.4em;
	}

	.connect img.tweet {
		margin-right: 1em !important;
		margin-left: 0.75em;
	}
}

@media screen and (max-width: 1024px) {
	body {
		-webkit-text-size-adjust: none;
	}

	.event {
		font-size: 1em;
	}

	.nav ul li {
		display: inline-block;
		padding: 0 0.5%;
	}

	.container.first {
		padding-top: 92px;
		padding-top: 78px;
		padding-top: 150px;
	}

	.third {
		width: 100%;
		margin: 0 0 0.5em 0;
	}

	.history-page {
		min-height: 400px;
	}

	a.more-arrow {
		right: 0;
	}

	section.module.parallax {
		height: 220px !important;
	}

	section.module.parallax .container {
		line-height: 220px;
	}
}

@media only screen and (max-device-width: 1024px) {
	section.module.parallax {
		height: 220px !important;
		background-attachment: scroll !important;
	}

	section.module.parallax .container {
		line-height: 220px;
	}
}

@media only screen and (max-width: 1023px) {
	span.nav_logo {
		float: left !important;
		width: 100% !important;
	}

	#mega_main_menu .nav_logo .logo_link {
		float: right !important;
		padding-right: 3% !important;
	}

	#mega_main_menu .nav_logo .mobile_toggle {
		float: left !important;
	}

	#mega_main_menu .nav_logo > .logo_link > img {
		max-height: 100% !important;
		padding-top: 0 !important;
	}

	#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;
	}

	ul.mega_dropdown {
		display: none !important;
	}

	li#menu-item-429 {
		border-top: 1px #fff solid !important;
		margin: 20px 2.5% 0 2.5% !important;
		width: 95% !important;
		padding: 20px 0 10px 0 !important;
	}

	#mega_main_menu > .menu_holder > .menu_inner > ul > li#menu-item-429 > .item_link,
	#mega_main_menu > .menu_holder > .menu_inner > ul > li#menu-item-434 > .item_link,
	#mega_main_menu > .menu_holder > .menu_inner > ul > li#menu-item-435 > .item_link {
		padding: 0 !important;
	}

	li#menu-item-429 img,
	.nt-logo img {
		max-width: 200px !important;
	}

	li#menu-item-433,
	li#menu-item-435 {
		float: left !important;
		width: 8% !important;
	}

	li#menu-item-434 {
		float: left !important;
		width: 5.5% !important;
	}

	li#menu-item-433 img,
	li#menu-item-434 img,
	li#menu-item-435 img {
		max-width: 27px !important;
	}
}
@media only screen and (max-width: 959px) {
	.container.first {
		padding-top: 78px;
		padding-top: 160px;
	}

	/* mobile menu */
	/* span.nav_logo {
		float: left !important;
		width: 100% !important;
	}
	
	#mega_main_menu .nav_logo .logo_link {
		float: right !important;
		padding-right: 3% !important;
	}
	
	#mega_main_menu .nav_logo .mobile_toggle {
		float: left !important;
	}
	
	#mega_main_menu .nav_logo > .logo_link > img {
		max-height: 100% !important;
		padding-top: 0 !important;
	}
	
	#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;
	}
	
	ul.mega_dropdown {
		display: none !important;
	}
	
	li#menu-item-429 {
		border-top: 1px #FFF solid !important;
		margin: 20px 2.5% 0 2.5% !important;
		width: 95% !important;
		padding: 20px 0 10px 0 !important;
	}
	
	#mega_main_menu > .menu_holder > .menu_inner > ul > li#menu-item-429 > .item_link,
	#mega_main_menu > .menu_holder > .menu_inner > ul > li#menu-item-434 > .item_link,
	#mega_main_menu > .menu_holder > .menu_inner > ul > li#menu-item-435 > .item_link {
		padding: 0 !important;
	}
	
	li#menu-item-429 img, .nt-logo img {
		max-width: 200px !important;
	} 
	
	li#menu-item-433, li#menu-item-435 {
		float: left !important;
		width: 8% !important;
	}
	
	li#menu-item-434 {
		float: left !important;
		width: 5.5% !important;
	}
	
	li#menu-item-433 img, li#menu-item-434 img, li#menu-item-435 img {
		max-width: 27px !important;
	} */

	.connect {
		padding-top: 0;
	}

	.connect p {
		padding-bottom: 0;
	}

	/* footer */
	.container-footer img {
		max-height: 40px;
	}

	li#text-4 img {
		padding-bottom: 1em;
	}

	.half {
		font-size: 0.925em;
	}

	.social img {
		max-width: 26px;
		padding-bottom: 1em;
	}

	.footer p.copyright,
    .footer p.message {
		max-width: 100%;
	}

	.showmobilemenu {
		display: block !important;
	}
}

@media screen and (max-width: 920px) {
	.light-green-bg .row .fourcol {
		width: 46.5%;
	}

	.title-blurb {
		width: 45.5%;
	}

	.date-img {
		width: 52%;
	}
}

@media screen and (max-width: 870px) {
	/*.container.last {
		padding-bottom: 420px;
	}*/

	/*.footer {
		margin-top: -420px;
		height: 420px;
	}*/

	.container-footer .fourcol {
		width: 48.4%;
		margin-right: 2.8%;
		float: left;
		clear: none;
	}

	.container-footer .fourcol:nth-child(2) {
		border-right: 0;
		margin-right: 0 !important;
	}

	.container-footer .fourcol.last {
		width: 100% !important;
		clear: both;
		margin-top: 2em;
	}

	.footer p {
		width: 48.5%;
		display: inline-block;
		float: left;
		padding-bottom: 0;
	}

	.footer p.copyright {
		width: 46.5%;
		padding-left: 3%;
		max-width: auto;
		padding-bottom: 0.25em;
	}
    
    .footer p.message {
        width: 46%;
		padding-right: 2.5%;
		max-width: auto;
        border-right: 1px #fff solid;
    }

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

	.half {
		padding-bottom: 0;
	}

	.history-page {
		min-height: 500px;
	}

	.custom-tmw-event h4.entry-title.summary {
		padding-top: 0.75em;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 0.9em; /* 1em = 16px */
	}

	.hidemobile {
		display: none !important;
	}

	.showmobile {
		display: block !important;
	}

	.sf-navicon-button {
		display: block !important;
		padding: 24px 14px;
	}

	.media {
		padding-top: 0;
	}

	.media p {
		display: inline-block;
		padding: 0 5px;
	}

	.flexslider.home {
		margin: 0 auto 2em auto !important;
	}

	.instagram {
		padding: 0 0 2em;
	}

	.width50 {
		width: 100%;
	}

	.pad30 {
		padding: 35px 0 0;
	}

	.blogpost p {
		width: 90%;
		margin: 0 auto;
	}

	li.sf-menu-item-178 {
		/* Social media separator */
		border-top: 1px solid #ddd;
		width: 70%;
		margin: 0.5em auto 0 auto !important;
		padding-top: 0.6em;
	}

	.container.first {
		padding-top: 75px;
		padding-top: 200px;
	}

	#map3 {
		height: 500px !important;
	}

	img.insta-icon {
		max-width: 23px !important;
	}

	.third {
		width: 31.45%;
		margin-right: 2.8%;
	}

	.estate-plans {
		padding-bottom: 6em;
	}

	.gutters {
		padding: 2.5em 0;
	}

	.padtop6 {
		padding-top: 2.5em;
	}

	.padbot6 {
		padding-bottom: 2.5em;
	}

	.padtop5 {
		padding-top: 2em;
	}

	.padbot3 {
		padding-bottom: 2em;
	}

	.padbot2 {
		padding-bottom: 1em;
	}

	h1 {
		font-size: 2.5em;
		margin: 0 auto 0.5em;
	}

	h1.pink {
		margin: 0 auto;
	}

	h2 {
		font-size: 1.75em;
	}

	.estate .sixcol.last {
		padding-top: 3em;
	}

	.garden-button,
	.mansion-button {
		padding-top: 1em;
	}

	.light-green-bg .row .fourcol {
		width: 46.5% !important;
		margin-right: 2.8% !important;
		float: left;
	}

	.light-green-bg .row .fourcol.last {
		margin-right: 0 !important;
	}

	.date-img {
		width: 100%;
		float: left;
	}

	.tmw-date {
		width: 95%;
		padding: 0 2.5%;
		min-height: 1px !important;
		text-align: left;
	}

	.title-blurb {
		width: 95%;
		padding: 0 2.5%;
	}

	li.ecs-event {
		max-height: 100% !important;
		height: auto;
		margin-bottom: 2em;
	}

	li.ecs-event img {
		position: static;
		width: 100%;
		margin-left: 0;
		float: none;
	}

	.custom-tmw-event {
		padding: 0 2.5%;
		width: 95%;
	}

	.custom-tmw-event h4.entry-title.summary {
		padding-top: 1em;
	}

	p.ecs-excerpt {
		padding-bottom: 2em;
		width: 100%;
	}

	.day,
	.date,
	.month {
		clear: none;
		display: inline-block;
		width: auto;
		padding: 1em 0.25em 1em 0;
		text-align: left;
	}

	.date {
		font-size: inherit;
	}

	a.more-arrow {
		display: none;
	}

	.mobile-book {
		display: block;
	}

	.social img {
		max-width: 24px;
	}

	span.duration.time {
		position: relative;
		left: 0;
		top: 0;
		width: inherit;
		display: block;
		padding: 0;
		background: transparent;
		text-align: left;
	}
	h4.entry-title.summary,
	span.duration.time,
	.ecs-excerpt {
		padding-left: 20px;
		padding-right: 20px;
	}
    
    .footer p.message {
        margin-bottom: 2.5em;
    }
}

@media only screen and (max-width: 736px) {
	section.module.parallax {
		display: none;
	}

	.flex-direction-nav a:before {
		background-size: 75% 75%;
		background-position: left;
	}

	.flex-direction-nav a.flex-next:before {
		background-size: 75% 75%;
		background-position: right;
	}
}

@media only screen and (max-device-width: 736px) {
	section.module.parallax {
		display: none;
	}
}

@media screen and (max-width: 695px) {
	.hirebuts .pink-button {
		width: 280px !important;
	}

	#mega_main_menu .nav_logo .logo_link {
		padding-right: 4% !important;
	}
}

@media screen and (max-width: 640px) {
	.history-date {
		font-size: 1em;
		width: 35px;
		bottom: 15px;
	}

	a.sbi_photo {
		max-height: 285px;
	}

	.flexslider.home .flex-direction-nav a,
	.flexslider .flex-direction-nav a {
		top: 25% !important;
	}

	li#menu-item-433,
	li#menu-item-435 {
		width: 12% !important;
	}

	li#menu-item-434 {
		width: 9.5% !important;
	}
}

@media screen and (max-width: 610px) {
	#sbi_images {
		padding: 0 !important;
	}

	#sb_instagram.sbi_col_6 #sbi_images .sbi_item {
		width: 50%;
	}

	img.insta-icon {
		display: none;
	}

	.light-green-bg .row .fourcol {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.light-green-bg .row .fourcol:nth-child(2) {
		padding-bottom: 2em;
	}

	#mega_main_menu .nav_logo .logo_link {
		padding-right: 4.5% !important;
	}

	.light-green-bg {
		text-align: center;
	}

	.visit .button {
		float: none;
		max-width: 70px;
	}

	h1 {
		font-size: 1.75em;
	}

	.light-green-bg h3 {
		font-size: 1.3em;
	}
}

@media screen and (max-width: 500px) {
	/*.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 {
		width: 100% !important;
		clear: both;
		margin-top: 0.6em;
	}

	.footer p,
	.footer p.copyright,
    .footer p.message {
		width: 100%;
		display: block;
		padding-bottom: 1em;
	}

	.footer p.copyright,
    .footer p.message {
		padding-bottom: 2em;
		border-left: 0;
		padding-left: 0;
	}

	.container-footer .fourcol:nth-child(2) {
		display: none !important;
	}

	li#text-2 img {
		display: none;
	}

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

	li#menu-item-429 {
		margin: 20px 5% 0 5% !important;
		width: 90% !important;
		padding-top: 18px !important;
	}

	#mega_main_menu.main-menu.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li > .item_link,
	#mega_main_menu.main-menu.mobile_minimized-enable
		> .menu_holder
		> .menu_inner
		> ul
		> li
		> .item_link
		> .link_content,
	#mega_main_menu.main-menu.mobile_minimized-enable > .menu_holder > .menu_inner > ul > li.nav_search_box,
	#mega_main_menu.main-menu.mobile_minimized-enable.icons-left
		> .menu_holder
		> .menu_inner
		> ul
		> li
		> .item_link
		> i,
	#mega_main_menu.main-menu.mobile_minimized-enable.icons-right
		> .menu_holder
		> .menu_inner
		> ul
		> li
		> .item_link
		> i,
	#mega_main_menu.main-menu.mobile_minimized-enable.icons-top
		> .menu_holder
		> .menu_inner
		> ul
		> li
		> .item_link.disable_icon
		> .link_content,
	#mega_main_menu.main-menu.mobile_minimized-enable.icons-top
		> .menu_holder
		> .menu_inner
		> ul
		> li
		> .item_link.menu_item_without_text
		> i,
	#mega_main_menu.main-menu.mobile_minimized-enable
		> .menu_holder
		> .menu_inner
		> ul
		> li.nav_buddypress
		> .item_link
		> i.ci-icon-buddypress-user {
		height: 32px !important;
		line-height: 32px !important;
	}

	#mega_main_menu > .menu_holder > .menu_inner > ul > li#menu-item-433 > .item_link,
	#mega_main_menu > .menu_holder > .menu_inner > ul > li#menu-item-434 > .item_link,
	#mega_main_menu > .menu_holder > .menu_inner > ul > li#menu-item-435 > .item_link {
		padding-top: 0.5em !important;
	}

	#mega_main_menu.main-menu > .menu_holder > .menu_inner > ul > li#menu-item-429 > .item_link .link_text img {
		max-width: 172px !important;
	}

	#mega_main_menu.main-menu.mobile_minimized-enable > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle {
		position: relative !important;
		top: -3px !important;
	}

	.nav {
		padding: 1.5em 0;
	}

	.container.first {
		padding-top: 92px;
		padding-top: 200px;
	}

	.flex-direction-nav a:before,
	.flex-direction-nav a.flex-next:before {
		background-size: 50% 50%;
	}
    
    .footer p.message {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
	.embedded {
		max-width: 100%;
	}

	.logo {
		padding: 1.5em 0 0 0;
	}

	.logo img {
		max-width: 230px !important;
	}

	a.sbi_photo {
		max-height: 200px;
	}

	.third {
		width: 100%;
		margin-right: 0;
	}

	.estate-plans {
		padding-bottom: 11em;
	}

	.slider-text {
		width: 95%;
		padding-left: 2.5%;
		padding-right: 2.5%;
	}

	.tmw-date,
	.custom-tmw-event,
	.title-blurb {
		width: 90%;
		padding: 0 5%;
	}

	h4.entry-title.summary {
		padding-top: 1em;
	}

	.contain-row {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}

	.mobile-book {
		margin-bottom: 0;
		padding-bottom: 2em;
	}

	p.ecs-excerpt {
		padding-bottom: 1.5em;
	}
}

@media screen and (max-width: 455px) {
	/*.container.last {
		padding-bottom: 350px;
	}*/

	/*.footer {
		margin-top: -350px;
		height: 350px;
	}*/

	.padbot2 {
		padding-bottom: 0.5em;
	}

	li#menu-item-433,
	li#menu-item-435 {
		width: 16% !important;
	}

	li#menu-item-434 {
		width: 13.5% !important;
	}
}

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

	.history-page {
		min-height: 550px;
	}

	li.ecs-event {
		margin-bottom: 1.5em;
	}
}

@media screen and (max-width: 380px) {
	li#menu-item-433,
	li#menu-item-435 {
		width: 19% !important;
	}
}

@media screen and (max-width: 375px) {
	.zaccordion-section-content p {
		max-width: 100%;
	}

	a.sbi_photo {
		max-height: 160px;
	}

	.history-page {
		min-height: 600px;
	}

	li#menu-item-429 {
		margin: 20px 7% 0 !important;
		width: 86% !important;
	}
}

@media screen and (max-width: 360px) {
	.mobile-book {
		max-width: 100%;
	}
}

/************************************************
*	© WWW.THEMIGHTYWONTON.COM					* 
************************************************/
