/*
Theme Name: 180 Marketing Custom Theme for Gutenberg
Theme URI: http://wordpress.org/
Description: Custom theme, hand crafted perfection.
Author: 180 Marketing
Version: 1.5
Tags: blank
Text Domain: blanktheme
*/

/*	Global Colours
Navy: #0d1233;
Red: #ed1a3c;
Purple: #88479c;
Orange: #FF5900;
Yellow: #fec223;
Green: #48b150;
Blue: #0098d2;


*/

/*body {
	background-color: #0d1233;
}*/

/* Reset All */

* {
	margin: 0px;
	padding: 0px;
}

body,
.row .column,
.row .columns {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	text-align: left;
	color: #0d1233;
}

a img {
	border: none;
}

/* Basic Content Styles */
h1, 
h2, 
h3,
h4 {
	font-family: "greycliff-cf", sans-serif;
	font-weight: 900;
}

h1 {
	margin-bottom: 15px;
	font-size: 50px;
	line-height: 55px;
	letter-spacing: -1px;
}

h2 {
	margin-bottom: 15px;
	font-size: 35px;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h4 {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: -1px;
}

h1 span,
h2 span, 
h3 span {
	font-weight: 200;
}


p, 
.main ul, 
.main ol, 
table {
	margin-bottom: 15px;
}

.main ul li,
.main ol li {
	
}

.main ul {
	padding-left: 15px;	
}

.main ol {
	padding-left: 20px;	
}

a {
	color: #ed1a3c;	
}

a:hover {
	text-decoration: none;	
}

ul.block-grid {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

/* End Content Styles */

/* =Menu
-------------------------------------------------------------- */
header nav {
	background: transparent;
	display: block;
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 9999;
	min-height: 42px;
	height: auto !important;
	height: 42px;
	*zoom: 1;
	text-align: right;
}

header nav li {
	float: none;
	display: inline-block;
	position: relative;
	list-style: none;
}

header nav a {
	color: #0d1233;
	display: block;
	line-height: 42px;
	padding: 0 15px;
	font-size: 15px;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: 500;
}

header nav ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	padding: 5px;
	background-color: #eee;
}
header nav ul ul ul {
	left: 100%;
	top: -5px;
	background-color: #666;
}

header nav ul li:hover > ul {
	display: block;
}

header nav ul ul a {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 18px;
	min-width: 170px;
	text-align: left;
}

header nav li:hover > a,
header nav ul li.current_page_item > a,
header nav ul li.current-menu-ancestor > a,
header nav ul li.current-menu-item > a,
header nav ul li.current-menu-parent > a,
* html header nav ul li.current_page_item a,
* html header nav ul li.current-menu-ancestor a,
* html header nav ul li.current-menu-item a,
* html header nav ul li.current-menu-parent a,
* html header nav ul li a:hover {
	color: #ed1a3c;
}

header ul ul .menu-item-has-children {
	width: 175px;
}

header nav a.menu-link {
   display:  none;
   background-color: #0d1233;
	background: linear-gradient(90deg, rgba(136,71,156,1) 0%, rgba(237,26,60,1) 20%, rgba(255,89,0,1) 40%, rgba(254,194,35,1) 60%, rgba(72,177,80,1) 80%, rgba(0,152,210,1) 100%);
   padding-top: 6px;
   padding-bottom: 35px;
   height: 42px;
   line-height: 33px;
   text-transform: uppercase;
   width: 100%;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
   text-align: left;
   font-size: 15px;
   padding-left: 15px;

}

.menu:before,
.menu:after {
    content: " "; 
    display: table; 
}

.menu:after {
    clear: both;
}

.menu-link:after {
	content: url( images/menu.png );
	right: 20px;
	top: 6px;
	position: absolute;
}

img.blockImg {
	display: block;
	width: 100%;
}

.fullWidth.normal {
	padding: 80px 20px;
}

.fullWidth.reduced {
	padding: 40px 20px;
}

.fullWidth.noTop {
	padding: 0px 20px 80px;
	margin-top: -75px;
}

.fullWidth.White {
	background-color: #fff;
}

.fullWidth.Grey {
	background-color: #eee;
}

.fullWidth.Navy {
	background-color: #0d1233;
}

.fullWidth.Navy,
.fullWidth.Navy p,
.fullWidth.Navy ul,
.fullWidth.Navy h2,
.fullWidth.Navy h3,
.fullWidth.Navy h1,
.fullWidth.Navy a {
	color: #fff;
}



.topBar {
	background-color: #ed1a3c;
	padding: 10px 50px;
}

.topBar .columns {
	text-align: right;
}

.topBar .columns a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-left: 20px;
	font-weight: 400;
}

.topBar .columns a:hover {
	color: #fec223;
}

header {
	background-color: #fff;
	padding: 20px 50px;
	background: linear-gradient(90deg, rgba(136,71,156,1) 0%, rgba(237,26,60,1) 20%, rgba(255,89,0,1) 40%, rgba(254,194,35,1) 60%, rgba(72,177,80,1) 80%, rgba(0,152,210,1) 100%);
	background-repeat: no-repeat;
	background-size: 100% 5px;
	background-position: left bottom;
}

header .large-3 a {
	display: block;
	max-width: 300px;
}

.gradient-horz {
	background: rgb(136,71,156);
	background: linear-gradient(90deg, rgba(136,71,156,1) 0%, rgba(237,26,60,1) 20%, rgba(255,89,0,1) 40%, rgba(254,194,35,1) 60%, rgba(72,177,80,1) 80%, rgba(0,152,210,1) 100%);
}

.gradient-vert {
	background: rgb(136,71,156);
	background: linear-gradient(180deg, rgba(136,71,156,1) 0%, rgba(237,26,60,1) 20%, rgba(255,89,0,1) 40%, rgba(254,194,35,1) 60%, rgba(72,177,80,1) 80%, rgba(0,152,210,1) 100%);
}


header .large-9 {
	padding-top: 10px;
}

.slideshow {
	height: 500px;
	position: relative;
}

.slideshow .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(13,18,51);
	background: linear-gradient(90deg, rgba(13,18,51,1) 25%, rgba(205,69,151,0) 100%);
	z-index: 999;
}

.slideshow .slide .text {
	position: absolute;
	top: 50%;
	left: 130px;
	transform: translateY(-50%);
	max-width: 650px;
	background: linear-gradient(180deg, rgba(136,71,156,1) 0%, rgba(237,26,60,1) 20%, rgba(255,89,0,1) 40%, rgba(254,194,35,1) 60%, rgba(72,177,80,1) 80%, rgba(0,152,210,1) 100%);
	background-repeat: no-repeat;
	background-size: 5px 100%;
	background-position: left top;
	padding-left: 50px;
	z-index: 99999999;
	color: #fff;
}

.slideshow .text h2,
.slideshow .text p,
.slideshow .text h3,
.slideshow .text h4 {
	color: #fff;
}


/*.slideshow .text h1 {
	color: #fff;
	font-size: 90px;
	line-height: 100px;
	letter-spacing: -2px;
}
*/
.slideshow .slide {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.slideshow .cycle-pager {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	z-index: 999999;
	text-align: center;
	font-size: 30px;
}

.slideshow .cycle-pager span {
	color: #fff;
}

.slideshow .cycle-pager span.cycle-pager-active,
.slideshow .cycle-pager span:hover {
	color: #ed1a3c;
	cursor: pointer;
}




.twoCol .large-6:first-of-type {
	padding-right: 50px;
}

.twoCol .large-6:last-of-type {
	padding-left: 50px;
}

.faves {
	padding: 0 100px;
	position: relative;
}

.faves.owl-carousel .owl-nav .owl-prev,
.faves.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	line-height: 35px;
	color: #0d1233;
	width: 30px;
}

.faves.owl-carousel .owl-nav .owl-prev:hover,
.faves.owl-carousel .owl-nav .owl-next:hover {
	background-color: transparent !important;
	color: #ed1a3c;
}

.faves.owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.faves.owl-carousel .owl-nav .owl-next {
	right: 0;
}

.faves.owl-carousel img {
	border-radius: 20px 20px 0 0;
	display: block;
}

.faves.owl-carousel .wrap {
	background-color: #0d1233;
	padding: 40px 30px 30px;
	border-radius: 0 0 20px 20px;
}

.faves.owl-carousel a {
	text-decoration: none;
	color: #fff;
}

.faves.owl-carousel h4 {
	margin-top: -95px;
	font-size: 40px;
	line-height: 35px;
	text-shadow: 0px 0px 10px #000;
}

.faves.owl-carousel p {
	padding-right: 50px;
	position: relative;
}

.faves.owl-carousel i {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 25px;
}

.faves .fave-1 .wrap {
	background-color: #ed1a3c;
}

.faves .fave-2 .wrap {
	background-color: #0098d2;
}

.faves .fave-3 .wrap {
	background-color: #fec223;
}

.faves .fave-4 .wrap {
	background-color: #48b150;
}

.faves .fave-5 .wrap {
	background-color: #88479c;
}

.faves .fave-6 .wrap {
	background-color: #FF5900;
}

.faves.owl-carousel a:hover .wrap {
	background-color: #0d1233 !important;
}

.masonryGrid .large-5 a {
	height: 550px;
	width: 100%;
	display: block;
	background-size: cover;
	background-position: center;
	position: relative;
}

.masonryGrid .large-7 a {
	height: 275px;
	width: 100%;
	display: block;
	background-size: cover;
	background-position: center;
	position: relative;
}

.masonryGrid .columns a {
	color: #fff;
}

.masonryGrid .columns a .wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	
}

.masonryGrid .columns a h4 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 0;
	padding-right: 50px;
}

.masonryGrid .columns a i {
	position: absolute;
	right: 30px;
	bottom: 30px;
	color: #fec223;
	font-size: 25px;
	line-height: 25px;
}

.masonryGrid .columns a:hover h4 {
	color: #fec223;
}

a.button {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	border-radius: 20px;
	padding: 10px 50px;
	background: rgb(254,194,35);
	background: linear-gradient(90deg, rgba(254,194,35,1) 25%, rgba(237,26,60,1) 100%);
}

a.button:hover {
	background: rgb(13,18,51);
	background: linear-gradient(90deg, rgba(13,18,51,1) 25%, rgba(136,71,156,1) 100%);
}

.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig {
	background-color: #0d1233 !important;
}

.evo_header_title .evo_month_title {
	font-size: 30px !important;
	line-height: 35px !important;
	text-transform: capitalize !important;
}

.upcomingEvents {
	background-image: url(images/pattern-left.jpg), url(images/pattern-right.jpg);
	background-repeat: no-repeat;
	background-position: left center, right center;
}

.banner p,
.banner h1 {
	text-align: center;
}

.gradBar {
	display: block;
	margin: 0 auto;
	height: 10px;
	width: 150px;
	border-radius: 10px;
	background-color: #0d1233;
	background: linear-gradient(90deg, rgba(136,71,156,1) 0%, rgba(237,26,60,1) 20%, rgba(255,89,0,1) 40%, rgba(254,194,35,1) 60%, rgba(72,177,80,1) 80%, rgba(0,152,210,1) 100%);
}


.subCategory .columns {
	text-align: center;
}

.subCategory a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	border-radius: 20px;
	padding: 10px 20px;
	margin: 0 5px 5px;
	/*background: rgb(254,194,35);
	background: linear-gradient(90deg, rgba(254,194,35,1) 25%, rgba(237,26,60,1) 100%);*/
	background: rgb(72,177,80);
	background: linear-gradient(90deg, rgba(72,177,80,1) 0%, rgba(0,152,210,1) 100%);

}

.subCategory a:hover {
	background: rgb(13,18,51);
	background: linear-gradient(90deg, rgba(13,18,51,1) 25%, rgba(136,71,156,1) 100%);
}

iframe.youtube,
.videos iframe,
.videos .item iframe {
	width: 100% !important;
}

.promos .row .column {
    padding: 0 10px 20px;
    text-align: center;
}

.relatedMembers .column,
.newsPosts .column,
.members .column {
	padding: 0 10px 20px;
}

.relatedMembers .column img,
.newsPosts .column img,
.members .column img {
	border-radius: 20px 20px 0 0;
	display: block;
	width: 100%;
}

.relatedMembers .column a,
.members .column a {
	text-decoration: none;
}

.relatedMembers .column h3,
.members .column h3 {
	margin-bottom: 0;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: -1px;
	background-color: #0d1233;
	text-transform: none;
	color: #fff;
	padding: 20px 30px;
	text-align: center;
	border-radius: 0 0 20px 20px;
}

.relatedMembers .column a:hover h3,
.members .column a:hover h3 {
	background-color: #ed1a3c;
}

.contentGrid .column {
	padding: 0 10px 20px;
}

.newsPosts .column .wrap {
	background-color: #eee;
	padding: 30px;
	border-radius: 0 0 20px 20px;
}

.pagination span, 
.pagination a {
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #0d1233;
}

.pagination span, 
.pagination a:hover {
	background-color: #ed1a3c;
}

.featWrap .large-5 {
	background-size: cover;
}

.featWrap .large-6 .inner article {
	padding: 80px  0 80px 50px;
}

.featWrap .large-12 {
	padding: 80px 20px;
}

.mapEmbed iframe {
	display: block;
	width: 100%;
	height: 300px;
}

.photoGal .column {
    padding: 0 5px 10px;
}

.photoGal .column img {
    border-radius: 5px;
}

.photoGal .column a:hover {
	opacity: 0.6;
}

.socialSide p a {
	display: inline-block;
	font-size: 30px;
	line-height: 50px;
	margin-right: 5px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	background: rgb(72,177,80);
	background: linear-gradient(90deg, rgba(72,177,80,1) 0%, rgba(0,152,210,1) 100%);
}

.socialSide p a:hover {
	background: rgb(13,18,51);
	background: linear-gradient(90deg, rgba(13,18,51,1) 25%, rgba(136,71,156,1) 100%)
}

.sideGal {
	background-color:  #ed1a3c;
}

.sideGal .inner {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.sideGal .inner,
.sideImg .inner {
	min-height: 400px;
}



footer {
	background-color: #0d1233;
	background: linear-gradient(90deg, rgba(136,71,156,1) 0%, rgba(237,26,60,1) 20%, rgba(255,89,0,1) 40%, rgba(254,194,35,1) 60%, rgba(72,177,80,1) 80%, rgba(0,152,210,1) 100%);
	background-repeat: no-repeat;
	background-size: 100% 5px;
	background-position: left top;
}

footer p.social,
footer .large-4 h4 {
	color: #fff;
	text-align: center;
}

footer .large-4:first-of-type img {
	max-width: 280px;
}

footer .large-4:last-of-type.columns {
	text-align: right;
}

footer .large-4:last-of-type img {
	max-width: 200px;
}

footer p.social a {
	text-decoration: none;
	font-size: 22px;
	line-height: 22px;
	display: inline-block;
	margin: 0 5px;
}

footer p.social a:hover {
	color: #fec223;
}


footer .footer {
	padding-top: 30px;
}


/* =New styles
-------------------------------------------------------------- */
.page-id-122 .banner .row,
.page-id-4882 .banner .row {
	padding: 125px 0;
}

.page-id-4882 .banner {
	background-image: url(https://lundyslane.com/wp-content/uploads/2024/11/Candy-cane-lane-1800x630-1.png);
	background-size: cover;
	background-position: center;
}


.page-id-122 .banner {
	background-image: url(https://lundyslane.com/wp-content/uploads/2024/11/Restaurant-Week.png);
	background-size: cover;
	background-position: center;
}

.single-restaurant-week .restMenu {
	background-color: #eee;
	border-radius: 30px;
	padding: 30px;
	margin-bottom: 30px;
}

.banner a.button {
	font-size: 15px;
	line-height: 20px;
	padding: 10px 30px;
}



/* =Photo Gallery
-------------------------------------------------------------- */
a.photo {
	display: block;
	height: auto;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

a.photo img {
	margin: auto;
	width: 100%;
}

.accordianWrap .collapseRow {
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 30px;
}

.accordianWrap h4.title {
	position: relative;
	padding: 10px 45px 10px 20px;
	background: rgb(13,18,51);
	background: linear-gradient(90deg, rgba(13,18,51,1) 25%, rgba(136,71,156,1) 100%);
	border-radius: 20px;
	color: #fff;
	font-size: 22px;
	line-height: 25px;
}

.accordianWrap h4.title:hover {
	cursor: pointer;
	background: rgb(254,194,35);
	background: linear-gradient(90deg, rgba(254,194,35,1) 25%, rgba(237,26,60,1) 100%);
}

.accordianWrap h4.title:after {
	content: "+";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	color: #fff;
	padding-left: 10px;
}

.accordianWrap h4.title.open:after {
	content: '-';
}

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

.clearfix { 
	display: inline-block; 
}

* html .clearfix { 
	height: 1%; 
}

.clearfix { 
	display: block; 
}

/* =Auxilary Pages
-------------------------------------------------------------- */
body.search .entry-utility,
body.search .entry-meta {
	display: none;
}

body.blog .row.pagination {
	padding: 15px 0;
}

body.blog .row.pagination .columns {
	text-align: center;
}

/* =Images
-------------------------------------------------------------- */
.main img,
.entry-content img {
	margin: 0;
	max-width: 100%;
}

.main .alignleft,
.main img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.main .alignright,
.main img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.main .aligncenter,
.main img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.main img.alignleft,
.main img.alignright,
.main img.aligncenter {
	margin-bottom: 12px;
}

/* =Gutenberg Styles
-------------------------------------------------------------- */
.wp-block-image {
	text-align: center;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 100%;
}

.widget_search label {
	display: none;
}

.widget-container {
	margin: 0 0 18px 0;
}

.widget-title {
	color: #222;
	font-weight: bold;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

.widget-area .entry-meta {
	font-size: 11px;
}

/* Main sidebars */
#primary {
	width: 100%;
	padding: 26px 20px;
}

div.entry-meta {
	margin-bottom: 10px;
	font-style: italic;	
}


/* =Table Styles
-------------------------------------------------------------- */
table thead tr td {
	border-left: 1px solid #49176E;
}

table {
	border-spacing: 0px;
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

table tr td {
	padding: 5px 10px;
	border-left: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}

table tr.shaded td {
	background-color: #EEEEEE;
}

table thead tr.shaded td,
table thead tr td {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
}

table.No-Style-Table,
table.No-Style-Table tr td,
table.No-Style-Table tr.shaded td {
	border: 0px !important;
	padding: 0px !important;
	background-color: transparent !important;
}

/* =MEDIA QUERIES
-------------------------------------------------------------- */
@media only screen and (max-width: 1375px) {
	header nav a {
		padding: 0 10px;
	}

	header,
	.topBar {
		padding-left: 20px;
		padding-right: 20px;
	}

}	

@media only screen and (max-width: 1245px) {
	header .row .columns {
		width: 100%;
		text-align: center;
	}

	header nav {
		text-align: center;
	}

	header .large-3 a {
		margin: 0 auto;
	}

	.topBar {
		display: none !important;
	}

	.slideshow .slide .text {
		left: 50px;
		padding-right: 20px;
	}

}	


@media only screen and (max-width: 1240px) {
	.fullWidth {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media only screen and (max-width: 1024px) { /*  MEDIUM GRID BREAK  */
	.masonryGrid .large-7 a,
	.masonryGrid .large-5 a {
		height: 200px;
	}

	footer .row .columns,
	footer .large-4:last-of-type.columns {
		text-align: center;
	}

	footer .large-4:last-of-type.columns {
		padding-top: 30px;
	}

	.twoCol .large-6:first-of-type {
		padding-right: 0px;
	}

	.twoCol .large-6:last-of-type {
		padding-left: 0px;
	}

	.featWrap .large-6 .inner article {
		padding: 80px 20px;
	}

	.featWrap .large-6 .inner {
		height: auto !important;
	}

	.sideGal .inner, 
	.sideImg .inner {
		height: 300px !important;
		min-height: 0px;
	}

}

@media only screen and (max-width: 960px) {

	header {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}


	/* Override other menu code */
	header nav ul li:hover > ul {
		display: none;
	}
	
	header nav ul ul {
		top: 0px;
		position: relative;
		float: none;
		display: none !important;
	}

	header nav li i.fa-chevron-down {
		display: none;
	}

	header nav li {
		height: auto; /* override for menu height issue */
		/* set list item height */
		min-height: 36px; 
		height: auto !important;
		height: 36px;
		display: block;
		background-color: #fff;
	}

	/*mobile menu */
	.active {
        display: block !important;
    }

    .menu > li {
        float: none !important;
    }

    .menu > li > .menu-item-has-children {
   		background-image: none; 
    }

    .menu-item-has-children {
    	width: 100%;
    }

    header nav ul li {
    	margin-bottom: 0px !important;
    	border-bottom: 1px solid #666;
    }

    .menu li .more {
        /*background-image: url(images/list.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;*/
        float: right;
      	width: 20%;
		border-left: 1px solid rgba(255,255,255,.3);
		padding: 0px 15px;
        cursor: pointer;
    	z-index: 200;
        position: relative;
        font-size: 36px;
        line-height: 36px;
    }

   .menu li .more:before {
		content: "";
		background: rgba(0,0,0,.3);
		width: 1px;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
  		left: -2px;
    }

    ul.menu {
    	border-top: 4px solid #666;
    }
    
    .menu ul {
        display: block;
        width: 100%;
        z-index: 9999999;
    }
   	
   	.menu > li.hover > ul, 
   	.menu li li.hover ul {
        position: static;
        display: block !important; /* Show Menu Fix */
    }
    
    header nav a {
    	width: 100%;
    	padding: 0px;
    	text-align: left;
    	padding-left: 15px;
    	line-height: 35px
    }

    header nav ul ul ul li a {
		padding-left: 45px;
	}

   	header nav ul ul,
    header nav ul ul li {
    	width: 100%;
    }

   	header nav ul ul {
    	padding: 0px !important;
    }

    header nav ul ul a {
    	padding: 9px 10px 9px 30px;
    }

    header nav ul ul li {
    	float: none;
    }

    header nav {
   		width:100% !important;
   	}

   	header nav ul ul ul {
		left: 0;
		top: 0;
	}
}

@media only screen and (max-width: 870px) {
	.faves.owl-carousel h4 {
		max-width: 300px;
	}
}

@media only screen and (max-width: 780px) {
	.slideshow .text h1 {
		font-size: 60px;
		line-height: 65px;
	}

}

@media only screen and (max-width: 640px) { /*  SMALL GRID BREAK  */
	.banner h1 {
		font-size: 35px;
		line-height: 45px;
	}
}

@media only screen and (max-width: 550px) {
	.faves {
		padding: 0 55px;
	}

	.slideshow .text h1 {
		font-size: 45px;
		line-height: 55px;
	}
	
	h2 span.instaTag {
		font-size: 20px;
		line-height: 25px;
		display: inline-block;
	}

}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#fff;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#eea904;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#fff;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#eea904}