/*!
Theme Name: borealis
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: borealis
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

borealis is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/** Imports **/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro|Sriracha|Montserrat|Aleo');

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 48px;
	margin:0em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea,
.button {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
	background-color:#f5f5f5;
	height:60px;
	padding-left:20px;
	padding-right:20px;

}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1, h2 {
	font-family: 'Aleo', serif;
}

h3, h4, h5 {
	font-family:'Source Sans Pro', sans-serif;
	font-weight:bold;
}

h2 {
	font-size:32px;
	margin-top:0px;
}

h3{
	font-size:31px;
}

h4{
	font-size:25px;
}

p {
	margin-top:0em;
	margin-bottom: 0em;
	font-size:18px;
	font-family:'Source Sans Pro', sans-serif;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 0em 0em;
	padding:0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px solid;
	border-radius: 0px;
	background: #0C415F;
	color:#ffffff;
	font-size: 22px;
	font-weight:400;
	font-family:'Source Sans Pro', sans-serif;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	width:100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
	width:100%;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color:#000000;
	font-size:24px;
	font-weight:600;
}


a:visited {
	/*color: #394543;*/
}

a:hover, a:focus, a:active {
	color: #0C415F;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

@media screen and (max-width: 1059px) {
	#primary-menu a{
		font-size:16px;
	}
	
	#primary-menu li{
		margin-left:20px;
	}
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
/*.menu-toggle,*/

.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	/*.menu-toggle {
		display: none;
	}*/

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 0em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Super Navigation
--------------------------------------------------------------*/
.super-nav-wrapper-desktop{
	background-image: linear-gradient(to right, #67C5B4 , #3CBEC8);
	height:50px;
	color:#ffffff;
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap:10px;
}

.super-nav-grid-item{
	display:flex;
	align-items:center;
	height:50px;
}

.super-nav-phone-number{
	margin-left:50px;
	justify-content: flex-start;
}

.super-nav-address{
	margin-right:50px;
	justify-content: flex-end;
}

.super-nav-wrapper-desktop a,
.super-nav-wrapper-mobile a{
	text-decoration: none;
	color:#ffffff;
	font-size:22px;
	font-weight: 400;
}

.super-nav-wrapper-mobile{
	display:none;
}

/*Start Medium/Small Screen size Design for Super Nav*/
@media only screen and (max-width:1280px){
	.super-nav-wrapper-desktop a{
		font-size:20px;
	}

	.super-nav-phone-number{
		margin-left:30px;
	}

	.super-nav-address{
		margin-right:30px;
	}
}
/*End Medium/Small Screen size Design for Super Nav*/

/*Start Mobile/Tablet Design for Super Nav*/
@media only screen and (max-width:768px){
	.super-nav-wrapper-desktop{
		display:none;
	}

	.super-nav-wrapper-mobile{
		background-image: linear-gradient(to right, #67C5B4 , #3CBEC8);
		color:#ffffff;
		height:50px;
		display:grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.super-nav-grid-item{
		display:flex;
		align-items:center;
		height:50px;
	}

	.super-nav-phone-number{
		margin-left:35px;
		justify-content: flex-start;
	}

	.super-nav-address{
		margin-right:35px;
		justify-content: flex-end;
	}

}
/*End Mobile/Tablet Design for Super Nav*/


/*--------------------------------------------------------------
## Main Navigation
--------------------------------------------------------------*/
.main-navigation-wrapper{
	display:grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap:10px;
	background-color: #f5f5f5;
		line-height: 5;
}

.main-navigation-grid-item{
	display:flex;
	align-items:center;
	padding:20px 0px 20px 0px;

}

.main-navigation-one{
	grid-column:1 / 2;
	justify-content: flex-start;
	margin-left:50px;
	line-height: 0;
}

.main-navigation-one a {

}

.main-navigation-one img{
	max-width:80%;
}

.main-navigation-two{
	grid-column:2 / 7;
	justify-content: center;
}

.main-navigation-two ul a{
	color:#000000;
}

.menu-item {
	margin-bottom:0px!important;
	text-align:left!important;
}

.widget_nav_menu .menu-item{
	margin-bottom:30px!important;
}

.main-navigation-two ul li{
	margin-left:60px;
	font-size:22px;
	font-weight:bold;
	font-family: 'Source Sans Pro', sans-serif;
}

.main-navigation-three{
	grid-column:6 / 7;
	justify-content: flex-end;
	margin-right:50px;
}

.main-navigation-two ul li:first-child{
	margin-left:0px;
}


.main-navigation-mobile{
	display:none;
}

@media only screen and (max-width:1400px){
	button{
		font-size:18px;
		font-weight:bold;
	}
}

/*Start Medium/Small Screen size Design for Main Nav*/
@media only screen and (max-width:1444px){
		button{
		font-size: 14px;
		font-weight:bold;
	}
}

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

	.main-navigation-one{
		margin-left:30px;
	}

	.main-navigation-one img{
		max-width:100%;
	}

	.main-navigation-three{
		margin-right:30px;
	}

	.main-navigation-two ul li{
		margin-left:35px;
	}

	/*.main-navigation-two ul li:last-child{
		display:none;
	}*/

	.main-navigation-two ul li a{
		font-size:22px;
	}


}

/*Start Medium/Small Screen size Design for Main Nav*/

/*Start Mobile size Design for Main Nav*/
@media only screen and (max-width:768px){
	.main-navigation{
		display:none;
	}

	.main-navigation-mobile{
		display:grid;
		grid-template-columns: repeat(5, 1fr);
		padding:20px 0px 20px 0px;
	}

	.logo{
		display:flex;
		grid-column:2/5;
		align-items: center;
		justify-content: center;
	}

	.logo img{
		max-width:60%;
	}

	.menu-toggle{
		grid-column:1 / 2;
	}

	.barz-icon{
		margin-left:35px;
		margin-top:45%;
		font-size:2em;
	}
}
/*End Mobile size Design for Main Nav*/

/*Start small screen size tweaks for Main Nav*/
@media only screen and (max-width:550px){
	.main-navigation-one{
		grid-column:1 / 4;
	}
}
/*End small screen size tweaks for Main Nav*/



/*--------------------------------------------------------------
## Mobile Menu Styling
--------------------------------------------------------------*/
/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Button styling */
.menu-toggle {
  display: inline-block;
  line-height: 1em;
  font-size: 1em;
  color: #333;
}

.menu-toggle:hover,
.menu-toggle:focus {
  color: #c00;
}

/*
 Default styles + Mobile first
 Offscreen menu style
*/
.main-menu-mobile {
  position: absolute;
  left: -200px;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: visible;
  transition: left 0.3s ease,
              box-shadow 0.3s ease;
  z-index: 999;
}

.main-menu-mobile ul {
  list-style: none;
  margin: 0;
  padding: 2.5em 0 0;
  /* Hide shadow w/ -8px while 'closed' */
  -webkit-box-shadow: -8px 0 8px rgba(0,0,0,.5);
     -moz-box-shadow: -8px 0 8px rgba(0,0,0,.5);
          box-shadow: -8px 0 8px rgba(0,0,0,.5);
  min-height: 100%;
  width: 200px;
  background: #1a1a1a;
}

.main-menu-mobile a {
  display: block;
  padding: .75em 15px;
  line-height: 1em;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #383838;
}

.main-menu-mobile li:first-child a {
  border-top: 1px solid #383838;
}

.main-menu-mobile a:hover,
.main-menu-mobile a:focus {
  background: #333;
  text-decoration: underline;
}

.main-menu-mobile .menu-close {
  position: absolute;
  right: 0;
  top: 0;
}


/*
/*
 On small devices, allow it to toggle...
*/
/*
 :target for non-JavaScript
 aria-expanded="true/false" will be for JavaScript
*/
.main-menu-mobile:target,
.main-menu-mobile[aria-expanded="true"] {
  left: 0;
  outline: none;
  -moz-box-shadow: 3px 0 12px rgba(0,0,0,.25);
  -webkit-box-shadow: 3px 0 12px rgba(0,0,0,.25);
  box-shadow: 3px 0 12px rgba(0,0,0,.25);
}

.main-menu-mobile:target .menu-close,
.main-menu-mobile[aria-expanded="true"] .menu-close {
  z-index: 1001;
}

.main-menu-mobile:target ul,
.main-menu-mobile[aria-expanded="true"] ul {
  position: relative;
  z-index: 1000;
}

/*
 We could us `.main-menu-mobile:target:after`, but
 it wouldn't be clickable.
*/
.main-menu-mobile:target + .backdrop,
.main-menu-mobile[aria-expanded="true"] + .backdrop {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000;
  background: rgba(0,0,0,.85);
  cursor: default;
}

@supports (position: fixed) {
  .main-menu-mobile,
  .main-menu-mobile:target + .backdrop,
  .main-menu-mobile[aria-expanded="true"] + .backdrop {
    position: fixed;
  }
}



/*--------------------------------------------------------------
## Hero
--------------------------------------------------------------*/
.hero-wrapper{
	background-image:url(https://borealisonaurora.com/wp-content/uploads/2019/05/northern-lights-seattle-min.jpg);
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	background-color:#f5f5f5;
	height:600px;
	display:grid;
	grid-template-columns: repeat(6, 1fr);
}

.hero-text-wrapper{
	grid-column:4 / 6;
	margin-top:30%;
	height:auto;
	text-align:center;
}

.hero-text-inner{
	background-color:#F5F5F5;
	padding:5%;
	margin-bottom:40px;
}

.hero-text-inner h1{
	margin-bottom:20px;
}

.hero-text-inner p{
	margin-bottom:20px;
}

/*Start Medium/Small Screen size Design for Hero*/
@media only screen and (max-width:1280px){

	.hero-text-wrapper{
		grid-column:2 / 6;
		margin:0;
		display:flex;
		justify-content: center;
		align-items: center;
		}

	.hero-text-inner{
		margin-bottom:0px;
	}

}
/*End Medium/Small Screen size Design for Hero*/

/*Start Mobile size Design for Hero*/
@media only screen and (max-width:768px){
	.hero-wrapper{
		background-image: linear-gradient(to right, #67C5B4 , #3CBEC8);
		padding-top:2px;
		height:auto;
	}

	.hero-text-wrapper{
		grid-column:1 / 7;
		align-self:end;
		}
}
/*--------------------------------------------------------------
## Subsection header
--------------------------------------------------------------*/

.subsection-header{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap:10px;
	align-items: center;
	margin-top:60px;
}

.subsection-header-content{
	text-align:center;
}

.subsection-header-content a {
	font-size:18px;
}

.subsection-header-item{
	display:flex;
	justify-content: center;
}

/*Start Medium/Small Screen size Design for Subsection Header*/
@media only screen and (max-width:1280px){
	.subsection-header{
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 30px;
		margin:35px;
	}

	.subsection-header-content{
			grid-column:2 / 4
	}
}
/*End Medium/Small Screen size Design for Subsection Header*/

/*Start Mobile size Design for Subsection Header*/
@media only screen and (max-width:768px){
	.subsection-header-content{
		grid-column:1/5
	}

	.subsection-header-item{
		display:none;
	}

}
/*End Mobile size Design for Subsection Header*/

/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
.live-events-wrapper{

}

.live-events-wrapper h3{
	margin-top:0px;
	margin-bottom:5px;
}

.live-events-wrapper h4{
	font-weight:300;
	font-size:16px;
	margin-top:10px;
}

.live-events-wrapper p{
	margin-bottom: 20px;
}

.upcoming-events-wrapper{
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap:0px;
	align-items:center;
	margin-top:60px;
	/*background-image:url(/wp-content/uploads/2018/12/nature-borealis.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;*/
}

.individual-event-wrapper{
	display:flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	background-color:#f5f5f5;
	min-height:425px;
	margin-top:5%;
	margin-bottom:5%;
	margin-left:5%;
	margin-right:5%;
	box-shadow:1px 1px 8px #f5f5f5;
	/*  background-image: linear-gradient(to right, #ffffff, #67C5B4 , #3CBEC8, #ffffff);
		background-blend-mode: lighten;
	border-left: 5px solid #67C5B4;
	border-bottom: 5px solid #67C5B4;*/
}


.home-event-listing-container{
	margin-bottom:20px;
}

.home-event-listing-container p{
	font-size:16px;
	margin-bottom:0px !important;
}


.individual-event-inner{
	padding:3%;
}

.event-button-wrapper{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top:60px;
}

.event-button-inner{
	display:flex;
	align-items: center;
	justify-content: center;
}

/*Start Medium/Small Screen size Design for Live Events*/
@media only screen and (max-width:1400px){
	.upcoming-events-wrapper{
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap:0px;
	}
}
/*Start Medium/Small Screen size Design for Live Events*/
@media only screen and (max-width:1100px){
	.upcoming-events-wrapper{
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap:0px;
	}
}


/*Start Mobile Screen size Design for Live Events*/
@media only screen and (max-width:768px){
	.hide-on-mobile{
		display:none !important;
	}
	
	.upcoming-events-wrapper{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 0px;
	}

	.individual-event-wrapper{
		margin-top:0%;
		margin-bottom:5%;
	}
	.individual-event-wrapper:first-child{
		margin-top:5%;
	}
}
/*Start Mobile size Design for Live Events*/

/*--------------------------------------------------------------
## Menu/Private Events
--------------------------------------------------------------*/
.menu-background{
	background-image:url(https://borealisonaurora.com/wp-content/uploads/2019/05/private-events-background-new-min.jpg);
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	background-color:#f5f5f5;
}

.events-background{
	background-image:url(https://borealisonaurora.com/wp-content/uploads/2019/06/private-events-image-v2.jpg);
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	background-color:#f5f5f5;
}

.menu-events-wrapper{
	height:500px;
	display:grid;
	grid-template-columns: repeat(6, 1fr);
	margin-top:60px;
}

.menu-events-text-wrapper{
	display:flex;
	grid-column:3 / 5;
	height:auto;
	text-align:center;
	justify-content: center;
 	align-items: center;
}


.menu-events-text-inner{
	background-color:#F5F5F5;
	padding:5%;
}

.menu-events-text-inner h2{
	margin-bottom:20px;
}

.menu-events-text-inner p{
	margin-bottom:20px;
}

/*Start Medium/Small Screen size Design for Menu/Private Events*/
@media only screen and (max-width:1280px){

	.menu-events-text-wrapper{
		grid-column:2 / 6;
		margin:0;
		display:flex;
		justify-content: center;
		align-items: center;
	}

}
/*End Medium/Small Screen size Design for Menu/Private Events*/

/*Start Mobile size Design for Menu/Private Events*/
@media only screen and (max-width:768px){

	.menu-events-text-wrapper{
		grid-column:1 / 7;
		margin:10px 35px;
	}

}
/*End Mobile size Design  for Menu/Private Events*/

/*--------------------------------------------------------------
## Our Location
--------------------------------------------------------------*/
.location-information-wrapper{
	margin-top:60px;
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap:70px;
	margin-left:35px;
	margin-right:35px;
	align-items:center;
}

.map{
	display:flex;
	justify-content: flex-end;
}

.location-information-text h4{
	margin-bottom:10px;
}


.location-information-text a{
	font-size:18px;
}

/*Start Medium/Small Screen size Design for Our Location*/
@media only screen and (max-width:1280px){

	.location-information-wrapper{
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap:40px;
		margin:0px 35px 0px 35px;
	}

	.map{
		display:flex;
		justify-content: center;
	}

	.location-information-text h4{
		margin-top:0px;
		margin-bottom:10px;
	}

	.location-information-text p{
		margin-bottom:20px;
	}
}
/*End Medium/Small Screen size Design for Our Locations*/

/*Start Mobile Screen size Design for Our Location*/
@media only screen and (max-width:768px){

	.location-information-wrapper{
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap:00px;
		margin:0px 35px 0px 35px;
	}

	.location-information-text{
		text-align:center;
		margin:30px 35px 0px 35px;
	}

}
/*End Mobile Screen size Design for Our Locations*/

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-wrapper{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
	grid-auto-rows: minmax(100px, auto);
	background-color:#F5F5F5;
	padding:40px 0px 40px 0px;
	font-size:22px;
	line-height:auto;
}

.footer-wrapper ul{
	list-style:none;
}

.footer-wrapper a{
	text-decoration: none;
	color:#000000;
}

.footer-grid-item{
	display:flex;
	justify-content: center;
}

.footer-grid-item img{
	max-width:45%;
	margin-left:27.5%;
}

.footer-col-two{
	font-weight:bold;
}

.sub-footer{
  background-image: linear-gradient(to right, #67C5B4 , #3CBEC8);
	height:20px;
}

#footer-sidebar4 p{
	margin-bottom:10px;
}



/*Start Medium/Small Screen size Design for Our Location*/
@media only screen and (max-width:1280px){
	.footer-grid-item img{
		max-width:80%;
		margin-left:10%;
	}

}
/*End Medium/Small Screen size Design for Our Locations*/

/*Start Mobile Screen size Design for Our Location*/
@media only screen and (max-width:768px){
	.footer-wrapper{
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0px;
		}

	#footer-sidebar1{
		display:none;
	}

	#footer-sidebar4{
			grid-column: 1/3;
			text-align:center;
			margin-top:30px;
	}

	#footer-sidebar4 p{
	}
}
/*End Mobile Screen size Design for Our Locations*/


/*--------------------------------------------------------------
## Event Calendar Style Customizations
--------------------------------------------------------------*/
.event-list-title-bar, .tribe-events-title-bar{
	margin:60px 0px 60px 0px;
}

.event-list-module-bar{
	margin:0px 50px 40px 50px;
}

#tribe-events-bar{
		margin:60px 50px 40px 50px;
		width:auto;
}

#tribe-events-content{
	margin:0px 50px 40px 50px;
	width:auto;
}

.events-archive .entry-content, .events-archive .entry-header{
	width:100%;
}


.tribe-events-event-url a{
	font-size:16px;
}

#tribe-bar-filters-wrap{
	margin-top:1.2em;
}

.tribe-events-event-cost{
	display:none;
}

/*--------------------------------------------------------------
## Event Calendar Tooltip Customizations
--------------------------------------------------------------*/

.tribe-events-tooltip{
padding-bottom:9px;
}

.tribe-events-tooltip .entry-title-summary{
margin-bottom:0px;
margin-top:16px;
}

.tribe-events-tooltip .tribe-events-event-body {
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
}

.tribe-events-tooltip .tribe-event-description{
margin-top:10px;
font-weight:700;
}

tribe-events-tooltip h3{
	margin:0px;
}


.tribe-events-nav-next{
	width:auto !important;	
}

.tribe-events-calendar thead th{
	background-color: #3CBEC8;
	border-left: 1px solid #3CBEC8;
    border-right: 1px solid #3CBEC8;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]{
	background-color:#67C5B4;
}

.tribe-events-venue-details{
	display:none !important;
}

/*--------------------------------------------------------------
## Event Calendar Individual Events
--------------------------------------------------------------*/
.single-event-margin-addition{
	margin-top:60px !important;
}




/*--------------------------------------------------------------
## MENU PAGE
--------------------------------------------------------------*/
.menu-page-wrapper{
	margin-bottom:50px;
}

/*
.menu-page-wrapper h3{
	background-color:#0C415F;
	padding:5%;
	color:#ffffff;
	text-align:center;
}*/

.menu-page-wrapper h3, .menu-page-wrapper h4{
	margin-bottom:0px;

}

.menu-page-wrapper ul{
	padding-top:0.25em;
	padding-left:0em;
}

.menu-sub-heading ul {
	padding-top: 0.25em;
    padding-left: 30%;
    text-align: left;
}

.individual-menu-wrapper{
	display:grid;
	grid-template-columns: repeat(12, 1fr);
}

.left-menu-column{
	grid-column:4 / 7;
	padding-right:30px;
}


.right-menu-column{
	border-left: 1px solid black;
	padding-left:30px;
	grid-column:7 / 10;
}

@media only screen and (max-width:1280px){
	.individual-menu-wrapper{
		grid-template-columns: repeat(10, 1fr);
	}

	.left-menu-column{
		grid-column:2 / 6;
	}


	.right-menu-column{
		grid-column:6 / 10;
	}
}

@media only screen and (max-width:768px){
	.individual-menu-wrapper{
		grid-template-columns: repeat(1, 1fr);
		margin-left:25px;
		margin-right:25px;
	}

	.left-menu-column{
		grid-column:auto;
		padding:0px;
	}


	.right-menu-column{
		grid-column:auto;
		padding:0px;
		border-left: 0px;
	}
}

/*--------------------------------------------------------------
## TABS
--------------------------------------------------------------*/
.menu-tabs{
	margin-top:60px
}
/* Style the tab */
.tab {
		display:flex;
		justify-content:center;
    overflow: hidden;
		margin-top:0px;
		margin-bottom:0px;
}

.background-tab{
    background-color: #F5F5F5;
    padding-left: 10%;
	padding-right:10%;
}
	
/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
		margin-left:10px;
		margin-right:10px;
		color:#000000;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #0C415F;
		color:#ffffff;
}


#Dinner{
	display:block;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;

    border-top: none;
}

.menu-p-margin{
	margin-top:10px;
}

/***************************************************/
/*********************Menu Page Changes ***********/


    .container-menu-grid{
		grid-column:3/11;
      display:grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap:40px;
    }

    .menu-heading {
      grid-column: 1/4;
      justify-self:center;
      text-align:center;
	border-bottom:4px solid #67C5B4;
		margin-top: 50px;
    }
	
	.menu-sub-heading{
	 grid-column: 1/4;
     justify-self:center;
     text-align:center;
	 width: 50%;
}

	.menu-heading h3{
	margin-bottom:0px;
	}
	
	.menu-item li{
		list-style-type: none;
	}

	.menu-item h4{
	font-size:20px;
	margin-bottom:0px;
	}

#responsecontainer h4{
	margin-top:0px;	
}
#responsecontainer img{
	max-height:90px;
	margin-top:30px;
}


@media only screen and (max-width:1280px){
	.container-menu-grid{
	  grid-column:2/10;
	  display:grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap:40px;
      }
}

@media only screen and (max-width:900px){
	.container-menu-grid{
	  grid-column:1/11;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap:20px;
		justify-items: center;
      }
	
	.menu-heading{
		margin-bottom:20px;
		grid-column:1/4;
	}
	
	.menu-sub-heading{
		width:85%;
		margin-bottom:20px;
	}
	
	.menu-item{
	grid-column:1/4;
    justify-content: center;
    align-items: center;
    text-align: center;
	max-width:80%;
	}
	.percent-bar-container{
		width:100%;	
	}
	.percentbar{
		display:inline-block;
	}
}

@media only screen and (max-width:400px){
		.menu-item{
		width:100%;
	}
	.individual-menu-wrapper{
		margin-left:0px;
		margin-right:0px;
	}
}

/*--------------------------------------------
FAQs css
---------------------------------------------*/
 .cd-faq ::after, .cd-faq ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cd-faq ::after, .cd-faq ::before {
  content: '';
}

.cd-faq {
  width: 90%;
  max-width: 1024px;
  margin: 2em auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
}
.cd-faq:after {
  content: "";
  display: table;
  clear: both;
}

.cd-faq ul{
	list-style:none;
}

.cd-faq a{
	text-decoration:none;
}
@media only screen and (min-width: 768px) {
  .cd-faq {
    position: relative;
    margin: 4em auto;
    box-shadow: none;
  }
}

.cd-faq-categories a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
  background-color: #4e5359;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  white-space: nowrap;
  border-bottom: 1px solid #555b61;
  text-overflow: ellipsis;

}
.cd-faq-categories a::before, .cd-faq-categories a::after {
  /* plus icon on the right */
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  height: 1px;
  width: 10px;
  background-color: #3CBEC8;
}
.cd-faq-categories a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cd-faq-categories li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .cd-faq-categories {
    width: 20%;
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }
  .cd-faq-categories a {
    font-size: 14px;
    font-size: 1rem;
    font-weight: 600;
    padding-left: 24px;
    padding: 0 24px;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s;

  }
  .cd-faq-categories a::before, .cd-faq-categories a::after {
    display: none;
  }
  .no-touch .cd-faq-categories a:hover {
    background: #555b61;
  }
  .no-js .cd-faq-categories {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-faq-categories {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    z-index: 2;
  }
  .cd-faq-categories a::before {
    /* decorative rectangle on the left visible for the selected item */
    display: block;
    top: 0;
    right: auto;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #3CBEC8;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .cd-faq-categories .selected {
    background: #42464b !important;
  }
  .cd-faq-categories .selected::before {
    opacity: 1;
  }
  .cd-faq-categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed;
  }
  .no-js .cd-faq-categories {
    position: relative;
  }
}

.cd-faq-items {
  position: fixed;
  height: 100%;
  width: 90%;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 0 5% 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
  -moz-transform: translateZ(0) translateX(100%);
  -ms-transform: translateZ(0) translateX(100%);
  -o-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.cd-faq-items.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  -moz-transform: translateZ(0) translateX(0%);
  -ms-transform: translateZ(0) translateX(0%);
  -o-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%);
}
.no-js .cd-faq-items {
  position: static;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 768px) {
  .cd-faq-items {
    position: static;
    height: auto;
    width: 78%;
    float: right;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-faq-items {
    float: none;
    width: 100%;
    padding-left: 220px;
  }
  .no-js .cd-faq-items {
    padding-left: 0;
  }
}

.cd-close-panel {
  position: fixed;
  top: 5px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s;
}
.cd-close-panel::before, .cd-close-panel::after {
  /* close icon in CSS */
  position: absolute;
  top: 16px;
  left: 12px;
  display: inline-block;
  height: 3px;
  width: 18px;
  background: #3CBEC8;
}
.cd-close-panel::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-close-panel::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-close-panel.move-left {
  right: 2%;
}
@media only screen and (min-width: 768px) {
  .cd-close-panel {
    display: none;
  }
}

.cd-faq-group {
  /* hide group not selected */
  display: none;
}
.cd-faq-group.selected {
  display: block;
}
.cd-faq-group .cd-faq-title {
  background: transparent;
  box-shadow: none;
  margin: 1em 0;
}
.no-touch .cd-faq-group .cd-faq-title:hover {
  box-shadow: none;
}
.cd-faq-group .cd-faq-title h2 {

}
.no-js .cd-faq-group {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cd-faq-group {
    /* all groups visible */
    display: block;
  }
  .cd-faq-group > li {
    background: #ffffff;
    margin-bottom: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
  }
  .no-touch .cd-faq-group > li:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
  }
  .cd-faq-group .cd-faq-title {
    margin: 2em 0 1em;
  }
  .cd-faq-group:first-child .cd-faq-title {
    margin-top: 0;
  }
}

.cd-faq-trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 .4em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-faq-trigger {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    padding: 24px 72px 24px 24px;
  }
  .cd-faq-trigger::before, .cd-faq-trigger::after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #3CBEC8;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .cd-faq-trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
  }
  .cd-faq-trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .cd-faq-trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-faq-content a{
	font-size:16px;
	font-weight:400;
	    text-decoration: underline;
	    color: #404040;
}

.cd-faq-content p {
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .cd-faq-content {
    display: none;
    padding: 0 24px 30px;
  }
  .cd-faq-content p {
    line-height: 1.6;
  }
  .no-js .cd-faq-content {
    display: block;
  }
}

/*--------------------------------------------
Private Events css
---------------------------------------------*/

.private-events-form-container-outer{
	margin-top:50px;
	display:flex;
	justify-content: center;
	margin-bottom:50px;
}

.private-events-form-container-inner{
	display:grid;
	grid-template-columns: repeat(1, 2fr);
	grid-column-gap:30px;
	grid-row-gap:10px;
}

.private-events-form-container-inner-one{
	 grid-column-start: 1; 
  grid-column-end: 3; 
}




.private-events-form-container input{
		background-color:#f5f5f5;
}


@media only screen and (max-width: 768px) {
	.private-events-form-container-inner{
		display:grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap:30px;
		margin-left:35px;
		margin-right:35px;
	}
	
	.private-events-form-container-inner-one{
	 grid-column-start: 1; 
  grid-column-end: 2; 
}
}

.private-events container-menu-grid{
	justify-items:center;
}

.private-events a {
	font-size:1rem;
}

.private-events .menu-heading{
	margin-top: 0px;
}

.pdf{
	display:inline !important;
}

/*--------------------------------------------
Facilities Image Grid css
---------------------------------------------*/

#photos {
   /* Prevent vertical gaps */
   line-height: 0;
	 margin:50px 30px 50px 30px;
   -webkit-column-count: 5;
   -webkit-column-gap:   0px;
   -moz-column-count:    5;
   -moz-column-gap:      0px;
   column-count:         5;
   column-gap:           0px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

/*--------------------------------------------
Privacy Policy
---------------------------------------------*/
.privacy-policy-container{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	margin:50px 20% 50px 20%;
}

.privacy-policy-container ul, .privacy-policy-container ol {
	padding:10px 30px;
}

@media (max-width: 768px) {
	.privacy-policy-container{
		margin:50px 10% 50px 10%;
	}
}

/*--------------------------------------------------------------
## About Us
--------------------------------------------------------------*/
.about-wrapper{
	margin-top:60px;
	display:grid;
	grid-template-columns: repeat(8, 1fr);
	grid-column-gap:70px;
	margin-left:35px;
	margin-right:35px;
	align-items: center;
}

.about-wrapper-inner{
	display:grid;
	grid-template-columns: repeat(8, 1fr);
	grid-column-gap:70px;
	margin-left:35px;
	margin-right:35px;
	/*align-items: center;*/
}

.about-wrapper article{
	grid-column:1/9;
}
.generic-inner{
	/*grid-column:1/9;
	display:flex;*/
}

.about-wrapper img{
	grid-column:2/5;
	display:flex;
	justify-content: flex-end;
}


.left-video{
	grid-column:1/5;
	display:flex;
	justify-content: flex-end;
}

.about-text-left{
	grid-column:1/5;
	justify-content: flex-end;
}

.about-text{
	grid-column:5/9;
}

.about-text h4, .about-text-left h4{
	margin-bottom:10px;
}

.about-text a{
	font-size:18px;
}

.full-width-paragraph{
    grid-column: 2/8;
	margin-bottom:20px;
}

.button-container{
	grid-column:1/9;
	text-align:center;
	margin-top:40px; 
}

	.private-events-spacer{
		height:40px;
	}

/*Start Medium/Small Screen size Design for Our Location*/
@media only screen and (max-width:1280px){

	.about-wrapper{
		grid-template-columns: repeat(8, 1fr);
		grid-column-gap:40px;
		margin:0px 35px 0px 35px;
	}

	.about-wrapper img{
		display:flex;
		justify-content: center;
	}
	
	
	.about-text h4{
		margin-top:0px;
		margin-bottom:10px;
	}

	.about-text p{
		margin-bottom:20px;
	}
}
/*End Medium/Small Screen size Design for Our Locations*/

/*Start Mobile Screen size Design for Our Location*/
@media only screen and (max-width:768px){
	
	.about-wrapper{
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap:0px;
		margin:0px 35px 0px 35px;
	}
	.about-wrapper-inner{
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap:0px;
		margin:0px 0px 0px 0px;
	}

	.about-text{
		text-align:center;
		margin:30px 35px 0px 35px;
		grid-column:1/9;
		margin-top:30px;
	}
	
	.about-wrapper-inner .about-text, .about-wrapper .about-text{
		    grid-column: 1/8;
    margin-left: 10px;
    margin-bottom: 20px;
    margin-right: 10px;	
	}
	
	.left-video{
		display: flex;
    	order: 2;
	}
	
	.about-wrapper-inner .left-video, .about-wrapper .about-text{
		    grid-column: 1/9;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 0px;
	}
	
	.button-container{
	grid-column:1/9;
	}
	
	.about-text-left{
		text-align:center;
		margin:30px 35px 0px 35px;
		grid-column:1/9;
		margin-top:30px;
	}
	
	.left-video{
		grid-column:1/9;
		justify-content: normal;
		text-align:center;
	}
	
	.full-width-paragraph{
   	 grid-column: 1/7;
		margin-left: 10px;
   	 margin-right: 10px;
	}
	.private-events-spacer{
		height:0px;
	}
}

@media only screen and (max-width:425px){
	
	.about-wrapper, .about-wrapper .about-wrapper-inner{
		margin:0px;
	}
	.about-text{
		margin:0px;
	}
	.about-text-left{
		margin-left:0px;
		margin-right:0px;
		margin-bottom:30px;
		margin-top:0px;
	}
	
	.about-text p, .left-video p{
		margin-left:10px;
		margin-right:10px;
	}
	
}
/*End Mobile Screen size Design for Our Locations*/

/*--------------------------------------------------------------
## Landing Page CSS
--------------------------------------------------------------*/

.landing-container{
	/*display:grid;
	grid-template-columns: repeat(1, 1fr);*/
	display:flex;
	align-items:center;
	justify-content: center;
	text-align:center;
	background-image: radial-gradient(#ffffff 3%, #67C5B4 22%, #3CBEC8 75%);
	height:100vh;
}

.landing-inner{

}

.landing-container img{
	max-width:60%;
}

/*--------------------------------------------------------------
## Application Page CSS
--------------------------------------------------------------*/
.application-container{
	max-width:60%;
	margin-left:20%;
}

.application-container h1, .application-container h4 {
	text-align:center;
}

.application-container h1{
	margin-top:50px;
}

.application-container ol{
	padding-inline-start: 15px;
}

.form-row-two{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap:20px;
		margin-top:0px;
	margin-bottom:20px;
}


.form-row-one{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 20px;
	grid-row-gap:20px;
			margin-top:0px;
	margin-bottom:20px;
}

.application-container span, .application-container input[type="radio"], .application-container input[type="checkbox"] {
	min-height:60px;
	vertical-align: middle;
}

.application-container input[type="text"], .application-container input[type="tel"], .application-container input[type="email"]{
	color:green;
	width:100%;
}

.two-fer{
	display:inline;
}



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

	.application-container{
		max-width:90%;
		margin-left:5%;
	}

	.form-row-two{
		grid-template-columns: repeat(1, 1fr);
	}

	.form-wrapper-mobile{
		/*text-align:center;
	*/}
}

input[type="file"]{
	background-color:white;
	padding-left:0px;
}

/*--------------------------------------------------------------
## WooCommerce - Product Page
--------------------------------------------------------------*/
.post-navigation .nav-links{
	display:none;
}

.post-navigation{
	display:none;
}

.product-template-h1{
	display:grid;
	grid-template-columns: repeat(6, 1fr)
}

.product-template-h1 h1{
	grid-column:2 / 6;
	margin-top:40px;
}

.single-product-grid-container{
	display:inline-grid;
	grid-template-columns: repeat(6, 1fr);
	justify-items:center;
	justify-content: center;
}

.single-product-grid-inner{
	grid-column:2 / 6;
}

.single-product-grid-inner form{
	float:left;
	margin-top:1em;
	margin-bottom:0em;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	float:none;
	width:100%;
}

.product_meta{
	display:none;
}


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	display:inline;
}

.woocommerce ul.products li.product a img{
	display:none;
}

.tribe-events-page-title{
	font-size:48px;	
}



/*--------------------------------------------------------------
## 404 Page Styling
--------------------------------------------------------------*/


.error-404-custom {

		background-image: url("http://borealisonaurora.com/wp-content/uploads/2019/01/northern-lights-seattle.jpg");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	background-color:#f5f5f5;
	height:600px;
	display:grid;
	grid-template-columns: repeat(6, 1fr);
}

@media only screen and (max-width:768px){
	.error-404-custom{
		background-image: linear-gradient(to right, #67C5B4 , #3CBEC8);
		padding-top:2px;
		padding-bottom:2px;
		height:auto;
		min-height:0px;
	}

	.error-404-inner{
		width:100%;
	}
}

.footer-icons{
	padding-right:15px;	
}


/*iframe fixes for calendar page */
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
 
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}


/*TABLE FORMATTING*/
 
.special-table table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.special-table  table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.special-table table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.special-table table th,
.special-table table td {
  padding: .625em;
  text-align: center;
}

.special-table table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .special-table table {
    border: 0;
  }

  .special-table table caption {
    font-size: 1.3em;
  }
  
  .special-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .special-table table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .special-table table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .special-table table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .special-table table td:last-child {
    border-bottom: 0;
  }
}

/**********Nav Underlining**********/
.menu-main-nav-container li {
	border-bottom: 5px solid #f5f5f5; 
}
.menu-main-nav-container li:hover {
	border-bottom: 5px solid #0C415F; 
}
button:hover {
	opacity:0.9;
}

/**********Video Hero**********/

	.non-hero-container{
		padding-top:40px;
		background-color:white;
	}
	#video-bg {
position: relative;
width: auto;
min-width: 100%;
height: auto;
background-size: cover;
   -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -o-filter: blur(2px);
        -ms-filter: blur(2px);
        filter: blur(2px);
   
}
video {display: block;}

.video-container {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    position: absolute;
    z-index: -100;
}
.element_content {
  color: #000;
  font-width: bold;
  text-align: center;
	min-height:600px;
	display:flex;
	justify-content:center;
	align-items:center;
}
	
	.hero-inner{
		    padding: 30px;
    background-color: rgba(245, 245, 245, .8);
	}	
	
	@media only screen and (max-width: 768px) {
		#video-bg{
			display:none;
		}
		.video-container{
			max-height:400px;
		}
		.element_content{
			background-image: url('https://borealisonaurora.com/wp-content/uploads/2019/07/hero-mobile-v3.png');
			background-size: cover;
			min-height:400px;
		}
		.hero-inner{
			color:white;
			background-color:rgba(245, 245, 245, 0);
		}
		
		.hero-inner h1{
			font-size:32px;
		}
	}

/********** Event List Overrides**********/
.event-list-custom-container{
	display:flex;
	align-items: center;
	background-color: #f5f5f5;
}

.event-list-custom-container h3{
	margin-bottom:15px;
}

.event-list-custom-container button{
	height:40px;
	font-size:16px;
}

.image-one-third{
}


.tribe-events-event-image{
	width:100% !important;
}

.event-right{
	width: 50%;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
	
}

.entry-summary-customized{
	display: flex;
    align-items: center;
	justify-content: space-between;
	padding-top:20px !important;
}

.tribe-events-content{
	padding:0;
}

.tribe-events-event-image{
	line-height:0;
}

.tribe-events-loop .tribe-events-event-meta{
	font-size:18px;
}

@media only screen and (max-width: 768px) {
	.event-right {
	    margin-left: 15px;
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
	.image-one-third{
		max-width:50%;
	}
	#tribe-events .tribe-events-loop .tribe-events-content{
		padding-right:10px;
	}
	
	.event-right .tribe-event-url{
		font-size:20px;
	}
	
	.event-right h3{
		padding-right:10px;
	}
	
	.entry-summary-customized {
    padding-top:0px !important;
	}
	
	.tribe-events-event-meta {
		margin-bottom:0px !important;
	}
	
	.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
    	font-size: 1.3em;
	}
	
	.tribe-events-loop .tribe-events-event-meta {
   	    background: #f5f5f5;
    	border: 0px;
	}
	
	.tribe-events-list .time-details, .tribe-events-list .tribe-event-schedule-details {
    	padding: 0;
	}
}


@media only screen and (max-width: 700px) {
	.event-list-custom-container{
		flex-wrap:wrap;
		justify-content:center;
		background-color:#fff;
	}
	
	.image-one-third{
		width:400px;
		max-width: 400px;
	}
	.event-right{
		width:400px;
		max-width: 400px;
		margin: 0;
		background-color: #f5f5f5;
		padding-top: 10px;
	}
	.tribe-events-list .tribe-events-loop .tribe-events-event-image{
		text-align:center;
	}
	
	.tribe-events-list .tribe-events-event-image img {
		width: 400px;
		max-width: 400px;
		height: auto;
	}
	
	#tribe-events .tribe-events-loop .tribe-events-content {
		padding-left: 10px;
	}
	
	.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
		padding-left:10px;
	}
}



@media only screen and (max-width: 500px) {
	.tribe-events-list .tribe-events-event-image img {
		max-width:100%;
	}
	#tribe-events-bar{
		margin:0;
	}
}

@media only screen and (max-width: 425px) {
	.event-right{
		text-align:center;
	}
	.entry-summary-customized{
		display:block;
	}
	
	.tribe-events-list-event-title{
		line-height:1.2em;
	}
	
	.tribe-events-loop .tribe-events-event-meta {
		margin-top:0px;
		padding: 0px 0 15px;
	}
	.event-list-custom-container button {
    	margin-bottom:15px;
	}
	
}




/********** Event List Overrides for home**********/

.event-listing-home{
	height:auto;
	row-gap:30px;
}

.menu-events-wrapper .event-list-custom-container{
	grid-column-start: 2;
    grid-column-end: 6;
	line-height:0.5;
}

.event-listing-home .entry-summary-customized{
	padding-top:30px !important;
}

.event-listing-home .event-right{
	width:60%;
}

.event-listing-home .event-right a{
	line-height:0;
}

.event-listing-home h3{
	font-size:1.6em;
	line-height:1.08;
}

.booking-p-modified{
	margin:0;
}

@media only screen and (max-width: 1250px) {
		.event-listing-home button{
		margin-right:10px;
	}
}

@media only screen and (max-width: 1024px) {
	.event-listing-home h3{
		   margin-bottom: 0px;
    font-size: 1.4em;
	}
	
	.event-listing-home .entry-summary-customized{
	padding-top:20px !important;
}
}


@media only screen and (max-width: 800px) {
		.event-listing-home h3{
    		font-size: 1.2em;
	}
	
	.event-listing-home button{
		padding-left: 10px;
    	padding-right: 10px;
    	font-size: 14px;
	}
}
@media only screen and (max-width: 768px) { 
	.event-listing-home .event-right, .event-listing-home .image-one-third{
		width: auto;
        max-width: 300px;
		
	}
	
	.event-listing-home .event-right h3{
		padding-left:10px;
	}
	
	.event-listing-home h4{
		padding-left:10px;
	}
	
	.event-listing-home .event-right a{
		padding-bottom:10px;
	}
}

@media only screen and (max-width: 768px) {
	.event-listing-home .event-list-custom-container{
		flex-wrap:wrap;
		justify-content:center;
		background-color:#fff;
	}
	
	/*.event-listing-home .image-one-third{
		width:400px;
		max-width: 400px;
	}*/
	.event-listing-home .event-right{
		/*width:400px;
		max-width: 400px;
		*/margin: 0;
		background-color: #f5f5f5;
		padding-top: 10px;
	}
	.event-listing-home .tribe-events-list .tribe-events-loop .tribe-events-event-image{
		text-align:center;
	}
	
	/*.event-listing-home .tribe-events-list .tribe-events-event-image img {
		width: 400px;
		max-width: 400px;
		height: auto;
	}*/
	
	.event-listing-home #tribe-events .tribe-events-loop .tribe-events-content {
		padding-left: 10px;
	}
	
	.event-listing-home .tribe-events-list .type-tribe_events .tribe-events-list-event-title {
		padding-left:10px;
	}
}

@media only screen and (max-width: 425px) {
	.event-listing-home button{
		margin: 0 0 15px 0;
	}
}
@media only screen and (min-width: 1441px){
	.event-listing-home{
	    grid-template-columns: repeat(8, 1fr);
	}
	.event-listing-home .event-list-custom-container {
    	grid-column-start: 3;
    	grid-column-end: 7;
	}
}