/*
 Theme Name:     Seawaves
 Description:    Seawaves Theme
 Author:         Devon Mather
 Author URI:     http://devoncmather.com
 Version:        1.6.8
*/

/*________ GLOBAL ELEMENTS ________*/

* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, 
*:before, 
*:after {
	box-sizing: inherit;
}

.ie * {
}
img {
	display: block;
	border: 0;
	position: relative;
}
a {
	outline: none;
	text-decoration: underline;
	color: #4dc752;
}
a:hover {
	text-decoration: none;
	color: #4dc752;
}
a[href*='tel:'] {
	cursor: default;
}
html {
	font-size: 100%;
}
body {
	font-family: 'Lato', Arial, Verdana, Sans Serif;
	font-size: 16px;
	font-size: 1rem;
	color: #454545;
	background-color: #fff;
}

.wrapper {
	width: 100%;
	max-width: 1140px;
	max-width: 71.25rem;
	margin: 0 auto;
	padding: 0 20px;
	padding: 0 1.25rem;
}
.ie .wrapper {
	width: 1140px;
}


/*________ HEADER & NAV ________*/

.header {
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	z-index: 1000; 
	position: relative;
	overflow: hidden;
	padding: 20px 0 0;
	padding: 1.25rem 0 0;
}
.constrainSlider .header {
	max-width: 1200px;
	max-width: 75rem;
	margin: 0 auto;
}

.header .wrapper {
	height: 100%;
	position: relative;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
}

.header .logo {
	width: 100%;
	max-width: 160px;
  	max-width: 10rem;
  	padding: 0 0 20px;
  	padding: 0 0 1.25rem;
  	-webkit-flex-grow: 0;
  	flex-grow: 0;
  	-webkit-flex-shrink: 0;
  	flex-shrink: 0;
}
.header .logo a {
	text-decoration: none;
}
.header .logo img {
  	width: 100%;
  	height: auto;
}
.header .logo span {
	display: block;
	line-height: 60px;
	line-height: 3.75rem;
}

.header .headerInfo {
	-webkit-flex-grow: 1;
  	flex-grow: 1;
  	-webkit-flex-shrink: 1;
  	flex-shrink: 1;

  	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
}
.header .headerInfo .tagline {
	text-align: right;
	margin: 0;
	line-height: 100%;
	z-index: 10;
	position: relative;
	font-style: italic;
	color: #a3a3a3;
	line-height: 1.25;
	padding: 0 24px 20px;
	padding: 0 1.5rem 1.25rem;

	-webkit-flex-grow: 1;
  	flex-grow: 1;
  	-webkit-flex-shrink: 1;
  	flex-shrink: 1;
}

.header .headerInfo .phone {
	color: #202020;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	z-index: 20;
	font-size: 18px;
	font-size: 1.125rem;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;

	-webkit-flex-grow: 0;
  	flex-grow: 0;
  	-webkit-flex-shrink: 0;
  	flex-shrink: 0;
}
.header .headerInfo .phone a {
	color: #202020;
	text-decoration: none;
}
.header .headerInfo .phone a span {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}
.header .headerInfo .phone a span.icon {
	color: #4dc752;
	position: relative;
	width: 24px;
	width: 1.5rem;
	height: 24px;
	height: 1.5rem;
	margin: 0 12px 0 0;
	margin: 0 0.75rem 0 0;
	overflow: hidden;
}
.header .headerInfo .phone a span.icon img,
.header .headerInfo .phone a span.icon svg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: auto;
}
.header .headerInfo .phone a span.icon * {
	fill: #4dc752;
}

.stickyWrapper.stuck {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.9;
	z-index: 1000; /*keep less than snipcart at 1040*/
	width: 100%;
}
.stickyWrapper.stuck:hover {
	opacity: 1;
}
.admin-bar .stickyWrapper.stuck {
	top: 32px;
}

.navContainer {
	background-color: #187577;
	width: 100%;
	clear: both;
	z-index: 1000; /*keep less than snipcart at 1040*/
	height: 48px;
	height: 3rem;
	position: relative;
}
.constrainSlider .navContainer {
	max-width: 1200px;
	max-width: 75rem;
	margin: 0 auto;
}
.navContainer .wrapper {
	padding: 0;
}


.navContainer .flexContainer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;

	opacity: 0;
	height: 0;
}

.navContainer .flexContainer p {
	font-weight: 700;
	color: #fff;
	margin: 0 20px 0 0;
	margin: 0 1.25rem 0 0;

	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	line-height: 1.25;
}
.navContainer .flexContainer p a {
	color: #fff;
	text-decoration: none;
	padding: 6px 16px;
	padding: 0.375rem 1rem;
	display: block;
	background-color: rgba(255,255,255,0.1);
	border-radius: 8px;
	border-radius: 0.5rem;
	border: 2px solid transparent;
}
.navContainer .flexContainer p a:hover {
	border-color: rgba(255,255,255,0.2);
	background-color: transparent;
}
.navContainer .flexContainer p a span {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}
.navContainer .flexContainer p a span.icon {
	position: relative;
	width: 20px;
	width: 1.25rem;
	height: 20px;
	height: 1.25rem;
	overflow: hidden;
	margin: 0 6px 0 0;
	margin: 0 0.375rem 0 0;
}
.navContainer .flexContainer p a span.icon img, 
.navContainer .flexContainer p a span.icon svg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: auto;
}
.navContainer .flexContainer p a span.icon * {
	fill: #fff;
}
.navContainer .flexContainer p.toggle {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-right: 0;
}
.navContainer .flexContainer p.toggle .mainNavToggle {
	transition: background 0.3s;
	overflow: hidden;
	position: relative;
	float: right;

	color: #fff;
	font-weight: 400;
	background-color: transparent;
	font-size: 12px;
	font-size: 0.75rem;
	text-transform: uppercase;
	height: 40px;
	height: 2.5rem;
	text-align: center;
	padding: 28px 0 0;
	padding: 1.75rem 0 0;
}
.navContainer .flexContainer p.toggle .mainNavToggle span.icon {
	position: relative;
	width: 32px;
	width: 2rem;
	height: 2px;
	height: 0.125rem;
	background-color: #fff;
	transition: background 0s 0.3s;
	position: absolute;
	top: 12px;
	top: 0.75rem;
	left: 0;
	right: 0;
	margin: auto;
}
.navContainer .flexContainer p.toggle .mainNavToggle span.icon::before,
.navContainer .flexContainer p.toggle .mainNavToggle span.icon::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	height: 0.125rem;
	background-color: #fff;
	content: "";
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}
.navContainer .flexContainer p.toggle .mainNavToggle span.icon::before {
	top: -8px;
	top: -0.5rem;
	transition-property: top, transform;
}
.navContainer .flexContainer p.toggle .mainNavToggle span.icon::after {
	bottom: -8px;
	bottom: -0.5rem;
	transition-property: bottom, transform;
}

.navContainer .flexContainer p.toggle .mainNavToggle.toggled span.icon {
	background-color: transparent;
}
.navContainer .flexContainer p.toggle .mainNavToggle.toggled span.icon::before {
	top: 0;
	transform: rotate(45deg);
}
.navContainer .flexContainer p.toggle .mainNavToggle.toggled span.icon::after {
	bottom: 0;
	transform: rotate(-45deg);
}
.navContainer .flexContainer p.toggle .mainNavToggle.toggled span.icon::before,
.navContainer .flexContainer p.toggle .mainNavToggle.toggled span.icon::after {
	transition-delay: 0s, 0.3s;
}


/* Solid MultiLevel CSS Nav */
.mainNav {
	margin: 0;
	line-height: 100%;
	z-index: 5000;
	position: relative;
	float: left;
}
.mainNav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
}

/* main level link */
.mainNav a {
	text-decoration: none;
	display: block;
	margin: 0;
	line-height: 48px;
	line-height: 3rem;
	padding: 0 30px;
	padding: 0 1.875rem;
	color: #fff;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
/*subnav arrows*/
.mainNav .menu-item-has-children > a:after {
	content: '';
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-top-color: #fff;
	top: 24px;
	top: 1.5rem;
	position: absolute;
	margin: 0 0 0 6px;
	margin: 0 0 0 0.375rem;
}
.mainNav .menu-item-has-children:hover > a:after {
	border-top-color: #4dc752;
}

/*current menu items*/
.mainNav > li.current-menu-parent > a,
.mainNav > li.current-menu-item > a {
	color: #4dc752;
	background-color: #187577;
}
.mainNav > li.menu-item-has-children.current-menu-parent > a:after,
.mainNav > li.menu-item-has-children.current-menu-item > a:after {
	border-top-color: #fff;
}
.mainNav > li.menu-item-has-children.current-menu-parent:hover > a:after,
.mainNav > li.menu-item-has-children.current-menu-item:hover > a:after {
	border-top-color: #4dc752;
}


/* main level link hover */
.mainNav > li:hover > a {
	color: #4dc752;
	background-color: #166d6f;
}
/* sub levels link hover */
.mainNav ul li:hover a, 
.mainNav li:hover li a {}
.mainNav li ul a:hover {
	border-top: none;
}
/* level 2 list */
.mainNav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 300px;
	width: 18.75rem;
	position: absolute;
	top: 48px;
	top: 3rem;
	left: 0;
}

/* dropdown */
.mainNav li:hover > ul {
	display: block;
}
.mainNav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
.mainNav ul a {
	border-top: none;
	border-bottom: 1px solid #f2f2f2;
	padding: 0 20px;
	padding: 0 1.25rem;
	color: #202020;
	font-size: 14px;
	font-size: 0.875rem;
	display: block;
	height: 50px;
	height: 3.125rem;
	line-height: 50px;
	line-height: 3.125rem;

	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
}
.mainNav ul a:hover {
	color: #4dc752;
}
.mainNav ul > .menu-item-has-children > a:after {
	border-color: transparent;
	border-left-color: #202020;
	top: 22px;
	top: 1.375rem;
	right: 20px;
	right: 1.25rem;
	margin: 0 0 0 8px;
	margin: 0 0 0 0.5rem;
}

.mainNav ul > .menu-item-has-children:hover > a {
	color: #4cc751;
}
.mainNav ul > .menu-item-has-children:hover > a:after {
	border-color: transparent;
	border-left-color: #4cc751;
}

.mainNav ul li:last-child > a {
	border-radius: 0 0 4px 4px;
	border-radius: 0 0 0.25rem 0.25rem;
}
/* level 3+ list */
.mainNav ul ul {
	top: 0;
	left: 300px;
	left: 18.75rem;
	-webkit-box-shadow: inset 1px 0 3px 0 rgba(0,0,0,0.16);
	box-shadow: inset 1px 0 3px 0 rgba(0,0,0,0.16);
}
.mainNav ul ul,
.mainNav ul ul li:last-child > a {
	border-radius: 0 0 4px 0;
	border-radius: 0 0 0.25rem 0;
}
/* clearfix */
.mainNav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.mainNav {
	display: inline-block;
}
html[xmlns] .mainNav {
	display: block;
}
* html .mainNav {
	height: 1%;
}


/*________ NEW SLIDER ________*/

.slick-slider .slick-dots {
	width: 100%;
	text-align: center;
	padding: 0;
}
.slick-slider .slick-dots li {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 5px 10px;
	margin: 0 0.3125rem 0.625rem;
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
}
.slick-slider .slick-dots li button {
	width: 16px;
	width: 1rem;
	height: 16px;
	height: 1rem;
	text-indent: -9999px;
	border: 2px solid #fff;
	border: 0.125rem solid #fff;
	border-radius: 50%;
	background-color: transparent;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li button:hover {
	background-color: #fff;
}


.homeSliderContainer {
	width: 100%;
	clear: both;
	position: relative;
}
.constrainSlider .homeSliderContainer {
	max-width: 1200px;
	max-width: 75rem;
	margin: 0 auto;
}
.homeSliderContainer.wrapper {
	padding: 0;
}
.homeSliderContainer .homeSlider {
	position: relative;
}
.homeSliderContainer .homeSlider .slide {
	display: none
}
.homeSliderContainer .homeSlider .slide.side-1,
.homeSliderContainer .homeSlider .slide.slick-slide {
	display: block;
}
.homeSliderContainer .homeSlider .slide img.slideImage {
	width: 100%;
	height: auto;
	opacity: 0;
}


.homeSliderContainer .homeSlider .slide .bgVideoContainer {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: opacity 2s ease-in;
	-moz-transition: opacity 2s ease-in;
	-ms-transition: opacity 2s ease-in;
	-o-transition: opacity 2s ease-in;
	transition: opacity 2s ease-in;
}


.homeSliderContainer .homeSlider .slick-dots {
	position: absolute;
	bottom: 24px;
	bottom: 1.5rem;
	left: 0;
	z-index: 200;
}
.homeSliderContainer .homeSlider .slick-dots li button {
	border: 2px solid #fff;
	border: 0.125rem solid #fff;
	background-color: transparent;
}
.homeSliderContainer .homeSlider .slick-dots li.slick-active button,
.homeSliderContainer .homeSlider .slick-dots li button:hover {
	background-color: #fff;
}
.homeSliderContainer .homeSlider .slide .wrapper {
	padding-top: 20px;
	padding-top: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;

	position: relative;
	z-index: 4;
}
.windowLoaded .homeSliderContainer .homeSlider .slide .wrapper {
	opacity: 1;
}
.homeSliderContainer.wrapper .homeSlider .slide .wrapper {
	padding: 20px;
	padding: 1.25rem;
}
.homeSliderContainer .homeSlider .slide .entryTitle {
	font-size: 38px;
	font-size: 2.375rem;
	color: #202020;
	position: relative;
	font-weight: 300;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	width: 100%;
	max-width: 560px;
	max-width: 35rem;
	display: block;
}
.homeSliderContainer .homeSlider .slide .entryTitle .line {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    line-height: 64px;
	line-height: 4rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	margin: 0 0 6px;
	margin: 0 0 0.375rem;
}
.nolining .homeSliderContainer .homeSlider .slide .entryTitle {
	padding: 0 0 0 20px;
	padding: 0 0 0 1.25rem;
}
.nolining .homeSliderContainer .homeSlider .slide .entryTitle span {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 20px 0 0 rgba(255, 255, 255, 0.8), -20px 0 0 rgba(255, 255, 255, 0.8);
	box-shadow: 1.25rem 0 0 rgba(255, 255, 255, 0.8), -1.25rem 0 0 rgba(255, 255, 255, 0.8);
	display: inline;
	line-height: 64px;
	line-height: 4rem;
	padding: 2px 0 10px 0;
	padding: 0.125rem 0 0.625rem 0;
}
.homeSliderContainer .homeSlider .slide .button {
	position: relative;
	clear: both;
	float: left;
}


/*________ SLIDER ________*/

.headerImageContainer {
	position: relative;
	width: 100%;
	overflow: hidden;
	max-height: 400px;
	max-height: 25rem;
	clear: both;
}
.constrainSlider .headerImageContainer {
	max-width: 1200px;
	max-width: 75rem;
	margin: 0 auto;
}
.headerImageContainer.wrapper {
	padding: 0;
}
.headerImageContainer img.headerImage {
	width: 100%;
	height: auto;
	position: relative;
	opacity: 0;
}
.headerImageContainer .backstretchThis {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/*________ BREADCRUMBS ________*/

.breadcrumbContainer {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
	padding: 1.25rem 0;
}
.breadcrumbContainer p {
	line-height: 1.4;
	font-size: 14px;
	font-size: 0.875rem;
}
.breadcrumbContainer p a {
	text-decoration: none;
}
.breadcrumbContainer p a:hover {
	text-decoration: underline;
}


/*________ CONTENT ________*/

.contentContainer {
	width: 100%;
	clear: both;
	z-index: 10;
}
.constrainSlider .contentContainer {
	max-width: 1200px;
	max-width: 75rem;
	margin: 0 auto;
}
.contentContainer .innerContent {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	padding: 32px 0 0;
	padding: 2rem 0 0;
}
.content {
}
.mainContent .content {
	width: 63%;
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	float: left;
}
.halfContent .content {
	width: 50%;
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	float: left;
}
.fullContent .content {
	width: 100%;
	float: none;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	color: #202020;
	font-weight: 900;
	padding: 12px 0 20px;
	padding: 0.75rem 0 1.25rem;
	line-height: 1.25;
}
.content h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
	color: #202020;
}
.content h1 {
	font-size: 32px;
	font-size: 2rem;
}
.content h2 {
	font-size: 28px;
	font-size: 1.75rem;
}
.content h3 {
	font-size: 24px;
	font-size: 1.5rem;
}
.content h4 {
	font-size: 20px;
	font-size: 1.25rem;
}
.content h5 {
	font-size: 16px;
	font-size: 1rem;
}
.content h6 {
	font-size: 14px;
	font-size: 0.875rem;
}
.content p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	line-height: 1.65;
}
.content strong {
	color: #454545;
}
.content ul,
.content ol {
	padding: 0 0 20px 28px;
	padding: 0 0 1.25rem 1.75rem;
	line-height: 1.5;
}
.content ul li,
.content ol li {
	padding: 1px 0 2px;
	padding: 1px 0 0.125rem;
}
.content ul ul,
.content ol ol {
	padding-bottom: 0;	
}
.content blockquote {
	font-style: italic;
	padding: 0 0 20px 40px;
	padding: 0 0 1.25rem 2.5rem;
}
.content iframe {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content table {
 	padding: 0 0 20px;
 	padding: 0 0 1.25rem;
}
.content hr {
	border: none;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	display: block;
	clear: both;
	border-bottom: 1px solid #e5e5e5;
}
.content .navBelow {
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	overflow: hidden;
}
.content .navBelow .pageNav {
	float: right;
}
.content .navBelow .navNext {
	float: left;
}


.instagramContainer {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}
.instagramContainer a.username {
	display: inline-block;
	text-decoration: none;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 800;
	overflow: hidden;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	text-align: left;
	color: #202020;
}
.instagramContainer a.username .icon {
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
	float: left;
	margin: 0 14px 0 0;
	margin: 0 0.875rem 0 0;
	display: block;
}
.instagramContainer a.username .icon svg,
.instagramContainer a.username .icon img {
	width: 100%;
	height: auto;
}
.instagramContainer a.username .icon svg * {
	fill: #202020;
}
.instagramContainer a.username .text {
	overflow: hidden;
	display: block;
}
.instagramContainer .feed {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;

	margin-left: -15px;
	margin-left: -0.9375rem;
	margin-right: -15px;
	margin-right: -0.9375rem;
}

.instagramContainer .feed .thumbContainer {
	padding: 0 15px 30px;
	padding: 0 0.9375rem 1.875rem;

	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;

	-webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;

    text-align: center;
}
.instagramContainer .feed .thumbContainer a {
	display: block;
	overflow: hidden;
	background-color: #000;
}
.instagramContainer .feed .thumbContainer a img {
	width: 100%;
	height: auto;
}
.instagramContainer .feed .thumbContainer a img:hover {
	opacity: 0.8;
}

.instagramContainer .buttonContainer {
	text-align: center;
}


/*________ FRONT PAGE ________*/

.home .fixedSocialNav {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.home .fixedSocialNav .socialNav ul li {
	display: block;
}
.home .fixedSocialNav .socialNav ul li a  {
	width: 40px;
	width: 2.5rem;
	height: 40px;
	height: 2.5rem;
	border-radius: 0;
	background-color: #187577;
}
.home .fixedSocialNav .socialNav ul li a * {
	fill: #fff !important;
}
.home .fixedSocialNav .socialNav ul li a:hover *,
.home .fixedSocialNav .socialNav ul li a:focus *,
.home .fixedSocialNav .socialNav ul li a:active * {
	fill: #fff !important;
}

.home .fixedSocialNav .socialNav ul li.facebook a {
	background-color: #3b5998;	
}
.home .fixedSocialNav .socialNav ul li.twitter a  {
	background-color: #238ccc;
}
.home .fixedSocialNav .socialNav ul li.instagram a {
	background-color: #3f729b;
}
.home .fixedSocialNav .socialNav ul li.youtube a {
	background-color: #cb2027;
}
.home .fixedSocialNav .socialNav ul li.google a {
	background-color: #c13727;
}
.home .fixedSocialNav .socialNav ul li.pinterest a  {
	background-color: #cb2027;
}
.home .fixedSocialNav .socialNav ul li.tripAdvisor a {
	background-color: #589442;
}
.home .fixedSocialNav .socialNav ul li.linkedin a  {
	background-color: #0076b2;
}



.home .homeSections .section {
	padding-top: 40px;
	padding-top: 2.5rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	position: relative;

	overflow: hidden;
}

.home .homeSections .section .stellarBg {
	position: absolute;
	width: 100%;
	height: 200%;
}
.home .homeSections .section .backstretchThis {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.home .homeSections .section .wrapper {
	z-index: 2;
	position: relative;
}


.home .promosContainer .promos {
	margin-left: -20px;
	margin-left: -1.25rem;
	margin-right: -20px;
	margin-right: -1.25rem;
}
.home .promosContainer .promos .promo {
	padding: 0 20px;
	padding: 0 1.25rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	-webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
    position: relative;
    display: none;
}
.home .promosContainer .promos .promo.slick-slide {
	display: block;
}
.home .promosContainer .promos .promo:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	left: 1.25rem;
	width: 100%;
	width: calc(100% - 40px);
	width: calc(100% - 2.5rem);
	height: 100%;
	background-color: #fff;
	z-index: 1;
}
.home .promosContainer .promos .promo .inner {
    text-align: center;
    z-index: 2;
    position: relative;
}
.home .promosContainer .promos .promo .inner .thumbContainer {
	display: block;
	overflow: hidden;
	background-color: #000
}
.home .promosContainer .promos .promo .inner .thumbContainer img {
	width: 100%;
	height: auto;
}
.home .promosContainer .promos .promo .inner .thumbContainer img:hover {
	opacity: 0.8;
}
.home .promosContainer .promos .promo .inner .content {
	padding: 12px 24px 60px;
	padding: 0.75rem 1.5rem 3.75rem;
}
.home .promosContainer .promos .promo .inner .content h4.entryTitle {
	color: #202020;
}
.home .promosContainer .promos .promo .inner .content p.excerpt {
	font-size: 14px;
	font-size: 0.875rem;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
	color: #454545;
}
.home .promosContainer .promos .slick-dots li button {
	border: 2px solid #c2c2c2;
	border: 0.125rem solid #c2c2c2;
	background-color: transparent;
}
.home .promosContainer .promos .slick-dots li.slick-active button,
.home .promosContainer .promos .slick-dots li button:hover {
	background-color: #c2c2c2;
}


.home .instagramContainer {
	padding: 50px 0 0;
	padding: 3.125rem 0 0;
	border-top: 1px solid #e5e5e5;
}


.home .homeTestimonialsContainer {
	text-align: center;
	position: relative;
	background-color: #fff;
}
.home .homeTestimonialsContainer p,
.home .homeTestimonialsContainer p strong {
	color: #454545;           
}
.home .homeTestimonialsContainer a {
	text-decoration: none;
	color: #454545;            
}
.home .homeTestimonials a:hover {
	text-decoration: underline;
}
.home .homeTestimonialsContainer .homeTestimonials {
	position: relative;
	padding: 40px 0;
	padding: 2.5rem 0;
	width: 100%;
}
.home .homeTestimonialsContainer .homeTestimonials p.excerpt {
	font-size: 20px;
	font-size: 1.25rem;
	font-style: italic;
	line-height: 30px;
	line-height: 1.875rem;
	padding: 0 0 18px;
	padding: 0 0 1.125rem;
}
.home .homeTestimonialsContainer .homeTestimonials p.testimonialName {
	font-weight: 700;
	padding: 0;
}
.home .homeTestimonialsContainer .homeTestimonials p.businessInfo {
	padding: 0;
	font-size: 14px;
	font-size: 0.875rem;
}
.home .homeTestimonialsContainer .slick-slider .slick-dots {
	padding-top: 20px;
	padding-top: 1.25rem;
}
.home .homeTestimonialsContainer .slick-dots li button {
	border: 2px solid #c2c2c2;
	border: 0.125rem solid #c2c2c2;
	background-color: transparent;
}
.home .homeTestimonialsContainer .slick-dots li.slick-active button,
.home .homeTestimonialsContainer .slick-dots li button:hover {
	background-color: #c2c2c2;
}




/*________ COLLECTION PAGE ________*/

.collectionTermsContainer .flexBlocks .flexBlock {
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}
.collectionTermsContainer .flexBlocks .flexBlock .collectionTerm {
	display: block;
	text-align: center;
	padding: 40px 20px;
	padding: 2.5rem 1.25rem;
	text-decoration: none;
	height: 100%;
}
.collectionTermsContainer .flexBlocks .flexBlock .collectionTerm .entryTitle {
	display: block;
	background-color: rgba(255,255,255,0.75);
	color: #222;
	z-index: 10;
	padding: 10px 10px;
	padding: 0.625rem 0.625rem;
	line-height: 1.25;
	font-size: 20px;
	font-size: 1.25rem;
}
.collectionTermsContainer .flexBlocks .flexBlock .collectionTerm:hover .entryTitle {
	background-color: #fff;
}

.collectionsContainer .flexBlocks .flexBlock {
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	text-align: center;
}
.collectionsContainer .flexBlocks .flexBlock h3 {
	padding-bottom: 6px;
	padding-bottom: 0.375rem;
}
.collectionsContainer .flexBlocks .flexBlock h3 a {
	text-decoration: none;
}

.single-collection .sidebar .info p:last-child {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}






/*________ STAFF PAGE ________*/

.staffRoles .staffContainer {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
}
.staffRoles .staffContainer:last-child {
	border-bottom: none;
	margin: 0;
}
.staffRoles .staffContainer .inlineBlocks {
	width: calc(100% + 80px);
	width: calc(100% + 5rem);
	text-align: left;
}
.staffRoles .staffContainer .inlineBlocks .inlineBlock {
	width: 33.33%;
	padding: 0 80px 40px 0;
	padding: 0 5rem 2.5rem 0;
	text-align: center;
}
.staffRoles .staffContainer .inlineBlocks .inlineBlock .imageInfoContainer {
	position: relative;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}
.staffRoles .staffContainer .inlineBlocks .inlineBlock .imageInfoContainer a.thumbContainer {
	position: relative;
	display: block;
}
.staffRoles .staffContainer .inlineBlocks .inlineBlock .imageInfoContainer a.thumbContainer img {
	width: 100%;
	height: auto;
}
.staffRoles .staffContainer .inlineBlocks .inlineBlock .imageInfoContainer a.thumbContainer .titleOverlay {
	background-color: #2db5d6;
	background-color: rgba(45,181,214,0.9);
	opacity: 0;
}
.staffRoles .staffContainer .inlineBlocks .inlineBlock .imageInfoContainer:hover a.thumbContainer .titleOverlay {
	opacity: 1;
}
.staffRoles .staffContainer .inlineBlocks .inlineBlock .imageInfoContainer a.thumbContainer .titleOverlay .title {
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
	font-size: 24px;
	font-size: 1.5rem;
	display: block;
}
.staffRoles .staffContainer .inlineBlocks .inlineBlock .imageInfoContainer .linksOverlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.staffRoles .staffContainer .inlineBlocks .inlineBlock .imageInfoContainer:hover .linksOverlay {
	bottom: 40px;
	bottom: 2.5rem;
	opacity: 1;
}
.staffRoles .staffContainer .inlineBlocks .inlineBlock .imageInfoContainer .linksOverlay .links {
	text-align: center;
}
.staffRoles .staffContainer .inlineBlocks .inlineBlock .imageInfoContainer .linksOverlay .links a {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 10px;
	margin: 0 0.625rem;

	width: 40px;
	width: 2.5rem;
	height: 40px;
	height: 2.5rem;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
}
.staffRoles .staffContainer .inlineBlocks .inlineBlock .imageInfoContainer .linksOverlay .links a * {
	fill: #2db5d6;
}
.staffRoles .staffContainer .inlineBlocks .inlineBlock .imageInfoContainer .linksOverlay .links a svg,
.staffRoles .staffContainer .inlineBlocks .inlineBlock .imageInfoContainer .linksOverlay .links a img {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
	max-width: 22px;
	max-width: 1.375rem;
  	height: auto;

  	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.staffRoles .staffContainer .inlineBlocks .inlineBlock .imageInfoContainer .linksOverlay .links a:hover svg,
.staffRoles .staffContainer .inlineBlocks .inlineBlock .imageInfoContainer .linksOverlay .links a:hover img {
	-webkit-transform: scale(1.09);
  	transform: scale(1.09);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.staffRoles .staffContainer .inlineBlocks .inlineBlock .imageInfoContainer .linksOverlay .links a.twitter svg,
.staffRoles .staffContainer .inlineBlocks .inlineBlock .imageInfoContainer .linksOverlay .links a.twitter img {
	max-width: 24px;
	max-width: 1.5rem;
}
.staffRoles .staffContainer .inlineBlocks .inlineBlock .entryTitle {
	padding: 0;
}
.staffRoles .staffContainer .inlineBlocks .inlineBlock .entryTitle a {
	text-decoration: none;
}


/*________ LATEST NEWS PAGE ________*/

.content .articleContainer {

}
.content .articleContainer .article {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	border-bottom: 1px dotted #e5e5e5;
	overflow: hidden;
}
.content .articleContainer .article:last-child {
	border-bottom: none;
}
.content .articleContainer .article .thumbContainer {
	display: block;
	width: 100%;
	max-width: 320px;
	max-width: 20rem;
	float: left;
	margin: 0 30px 40px 0;
	margin: 0 1.875rem 2.5rem 0;
	background-color: #000;
	overflow: hidden;
}
.content .articleContainer .article .thumbContainer img {
	width: 100%;
	height: auto;
}
.content .articleContainer .article .thumbContainer:hover img {
	opacity: 0.8;
}
.content .articleContainer .article .articleInfo {
	overflow: hidden;
}
.content .articleContainer .article h3 {
	padding: 0 0 12px;
	padding: 0 0 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
}
.content .articleContainer .article h3 a {
	text-decoration: none;
}
.content .articleMeta {
	text-align: left;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	font-size: 0.75rem;
}
.content .articleMeta p {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 12px 0 0;
	padding: 0 0.75rem 0 0;
	margin: 0 12px 12px 0;
	margin: 0 0.75rem 0.75rem 0;
	border-right: 1px solid #e5e5e5;
	line-height: 1;
}
.content .articleMeta p:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.content .articleContainer .article .articleInfo p.excerpt {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}


/*________ PRODUCTS PAGE ________*/

.productsContainer {
	width: 100%;
	overflow: hidden;
}
.productsContainer .inlineBlocks {
	width: calc(100% + 40px);
	width: calc(100% + 2.5rem);
	text-align: left;
}
.productsContainer .inlineBlocks .inlineBlock {
	padding: 0 40px 32px 0;
	padding: 0 2.5rem 2rem 0;
	width: 25%;
	text-align: center;
}
.productsContainer .inlineBlocks .inlineBlock .thumbContainer {
	overflow: hidden;
	display: block;
}
.productsContainer .inlineBlocks .inlineBlock .thumbContainer img {
	width: 100%;
	height: auto;
}
.productsContainer .inlineBlocks .inlineBlock .thumbContainer img:hover {
	opacity: 0.8;
}
.productsContainer .inlineBlocks .inlineBlock h3 {
	font-size: 18px;
	font-size: 1.125rem;
	padding: 0;
}
.productsContainer .inlineBlocks .inlineBlock h3 a {
	text-decoration: none;
	padding: 16px 0 4px;
	padding: 1rem 0 0.25rem;
	display: block;
}
.productsContainer .inlineBlocks .inlineBlock .info {
	text-align: center;
}
.productsContainer .inlineBlocks .inlineBlock .info p.price,
.productsContainer .inlineBlocks .inlineBlock .info .button {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 4px;
	margin: 0 0.25rem;
}
.productsContainer .inlineBlocks .inlineBlock .info p.price {
	padding: 0;
	color: #898989;
	line-height: 1.25;
	padding: 2px 0 0;
	padding: 0.125rem 0 0;
}
.productsContainer .inlineBlocks .inlineBlock .info .button {
    text-transform: none;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 4px 8px;
    padding: 0.25rem 0.5rem;
    font-weight: 400;
}


/*________ FAQ PAGE ________*/
	
.faqContainer {
	padding: 20px 0;
	padding: 1.25rem 0;
}
.faqContainer .faq {
	margin: 0 0 16px;
	margin: 0 0 1rem;
	border-bottom: 1px dotted #e5e5e5;
}
.faqContainer .faq h4 {
	padding: 0 0 16px;
	padding: 0 0 1rem;
}
.faqContainer .faq h4 a {
	text-decoration: none;
	color: #000;

	background-color: #ccc;
	padding: 8px 12px;
	padding: 0.5rem 0.75rem;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
}

.faqContainer .faq h4 a .icon {
	width: 20px;
	width: 1.25rem;
	height: 20px;
	height: 1.25rem;
	overflow: hidden;
	margin: 0 24px 0 0;
	margin: 0 1.5rem 0 0;
	position: relative;
	border-radius: 50%;
	border: 2px solid #000;
	border: 0.125rem solid #000;
	display: block;

	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.faqContainer .faq h4 a .icon:before,
.faqContainer .faq h4 a .icon:after {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	background-color: #000;
	display: block;

	position: absolute;
	margin: auto;
	content: '';

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.faqContainer .faq h4 a .icon:before {
	width: 2px;
	height: 10px;
	height: 0.625rem;
}
.faqContainer .faq h4 a .icon:after {
	height: 2px;
	width: 10px;
	width: 0.625rem;
}
.faqContainer .faq h4 a:hover .icon:before,
.faqContainer .faq.show h4 a .icon:before,
.faqContainer .faq h4 a:hover .icon:after,
.faqContainer .faq.show h4 a .icon:after {
	background-color: #000;
}

.faqContainer .faq.show h4 a .icon {
	transform: rotate(45deg);
}

.faqContainer .faq h4 a .text {
	overflow: hidden;
	display: block;
}

.faqContainer .faq .faqContent {
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.faqContainer .faq.show .faqContent {
	height: auto;
	opacity: 1;
}
























/*________ ARCHIVE PAGE ________*/



/*________ TESTIMONIALS PAGE ________*/

.testimonialsContainer {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	padding: 2.5rem 0;
}
.testimonialsContainer .testimonials {
	width: 100%;
	width: calc(100% + 110px);
	width: calc(100% + 6.875rem);
}
.testimonialsContainer .testimonials[data-columns]::before {
	content: '2 .column.size-1of2';
}
.testimonialsContainer .testimonials .column {
	float: left;
	padding: 0 110px 0 0;
	padding: 0 6.875rem 0 0;
}
.testimonialsContainer .testimonials .column.size-1of1 {
	width: 100%;
}
.testimonialsContainer .testimonials .column.size-1of2 {
	width: 50%;
}


.testimonialsContainer .testimonials .testimonial {
	margin: 0 0 32px;
	margin: 0 0 2rem;
	padding: 0 0 30px;
	padding: 0 0 1.875rem;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.testimonialsContainer .testimonials .testimonial:last-child {
	border-bottom: none;
}
.ie8 .testimonialsContainer .testimonials .testimonial {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

.testimonialContent {
	font-style: italic;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.testimonialsContainer .testimonials .testimonial .testimonialContent {
	position: relative;
	margin: 0 0 16px;
	margin: 0 0 1rem;
}
.testimonialsContainer .testimonials .testimonial .testimonialContent:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 33.33%;
	content: '';
	display: block;
	height: 2px;
	height: 0.125rem;
	background-color: #c2c2c2;
}
.testimonialsContainer .testimonials .testimonial h3 {
	padding: 0;
}
.testimonialsContainer .testimonials .testimonial h3 a {
	text-decoration: none;
}
.testimonialsContainer .testimonials .testimonial h3 a:hover {
	text-decoration: underline;
}
.testimonialsContainer .testimonials .testimonial p.subTitle {
	padding: 0;
	font-size: 14px;
	font-size: 0.875rem;
}


/*________ SEARCH RESULTS ________*/

.latestPostsContainer .searchResult {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}


/*________ NEWSLETTER ________*/

.home .mailingListContainer {
	overflow: hidden;
}
.home .mailingListContainer .wrapper .mailingList {
	padding: 0 40px;
	padding: 0 2.5rem;
}
.home .mailingListContainer .wrapper .mailingList .content h4 {
	padding: 0 0 24px;
	padding: 0 0 1.5rem;
	text-align: center;
	color: #202020;
}
.home .mailingListContainer .fc_container form.elab_form {
	width: 100%;
	max-width: 740px;
	max-width: 46.25rem;
	margin: 0 auto;
	position: relative;
}
.home .mailingListContainer .fc_container form.elab_form fieldset {
    padding: 0 80px 0 0;
    padding: 0 5rem 0 0;
    overflow: hidden;
}
.home .mailingListContainer .fc_container form.elab_form div.single {
    width: 50%;
    padding: 0 20px 20px 0;
    padding: 0 1.5rem 1.25rem 0;
    float: left;
    clear: none;
}
.home .mailingListContainer .fc_container form.elab_form fieldset label {
    display: none;
}
.home .mailingListContainer .fc_container form.elab_form fieldset input[type="email"],
.home .mailingListContainer .fc_container form.elab_form fieldset input[type="text"] {
    height: 40px;
    height: 2.5rem;
    background-color: #fff;
    border-color: #ccc;
}
.home .mailingListContainer .fc_container form.elab_form fieldset input[type="email"]:focus,
.home .mailingListContainer .fc_container form.elab_form fieldset input[type="text"]:focus {
    border-color: #000;
}
.home .mailingListContainer .fc_container form.elab_form button[type="submit"],
.home .mailingListContainer .fc_container form.elab_form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    height: 2.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 40px;
    line-height: 2.5rem;
    text-align: center;
    width: 80px;
    width: 5rem;
    padding: 0;
    float: none;
    font-weight: 400;
}

.home .mailingListContainer .fc_container form.elab_form .footnote {
    padding: 0;
    text-align: center;
}











.page-template-pages-latest-news-php .type-page {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
}



.latestArticlesContainer {
	background-color: #2db5d6;
	padding: 40px 0 20px;
	padding: 2.5rem 0 1.25rem;
	text-align: left;
}
.constrainSlider .latestArticlesContainer {
	max-width: 1200px;
	max-width: 75rem;
	margin: 0 auto;
}
.latestArticlesContainer .content h3 {
	color: #fff;
	padding: 0 0 24px;
	padding: 0 0 1.5rem;
	font-size: 28px;
	font-size: 1.75rem;
}

.latestArticles {
	display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

	-webkit-justify-content: center;
	justify-content: center;

	-webkit-align-items: stretch;
	align-items: stretch;

	margin-left: -20px;
	margin-left: -1.25rem;
	margin-right: -20px;
	margin-right: -1.25rem;
}
.latestArticles .article {
	padding: 0 20px 20px; 
	padding: 0 1.25rem 1.25rem;

	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;

	-webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.latestArticles .article .thumbContainer {
	background-color: #000;
	width: 100%;
	margin: 0 0 16px;
	margin: 0 0 1rem;
	display: block;
	overflow: hidden;
}
.latestArticles .article .thumbContainer img {
	width: 100%;
	height: auto;
}
.latestArticles .article img:hover {
	opacity: 0.8;
}
.latestArticles .article h4.entryTitle {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
}
.latestArticles .article h4 a {
	color: #fff;
	text-decoration: none;
}
.latestArticles .article p:last-child {
	padding-bottom: 0;
}
.latestArticles .article p.date {
	font-size: 12px;
	font-size: 0.75rem;
	color: #b0deec;
	padding: 0 0 8px;
	padding: 0 0 0.5rem;
}
.latestArticles .article p.excerpt {
	font-size: 14px;
	font-size: 0.875rem;
	color: #0c5668;
	line-height: 1.4
}
.latestArticles .article p.excerpt a {
	color: #0c5668;
}


/*________ CONTACT PAGE ________*/

.page-template-pages-contact .type-page {
	float: right;
	width: 43%;
	padding: 0 0 0 120px;
	padding: 0 0 0 7.5rem;
	font-size: 14px;
	font-size: 0.875rem;
}
.page-template-pages-contact .type-page .contactDetails h3 {
	padding: 0 0 16px;
	padding: 0 0 1rem;
}
.page-template-pages-contact .type-page .contactDetails h3 a {
	color: #0d8dbf;
	text-decoration: none;
}
.page-template-pages-contact .type-page .contactDetails h3 img {
	display: inline-block;
	width: 24px;
	width: 1.5rem;
	height: auto;
	margin: 0 8px 0 0;
	margin: 0 0.5rem 0 0;
	vertical-align: middle;
}
.page-template-pages-contact .type-page .contactDetails h3.phone img {
	padding: 0 0 6px;
}
.page-template-pages-contact .type-page .contactDetails ul {
	list-style: none;
	padding: 0 0 12px;
	padding: 0 0 0.75rem;
}
.page-template-pages-contact .type-page .contactDetails ul li {
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
}
.page-template-pages-contact .type-page .contactDetails .section {
	border-bottom: 1px solid #d3d8da;
	margin: 0 0 32px;
	margin: 0 0 2rem;
	padding: 0 0 16px;
	padding: 0 0 1rem;
}
.page-template-pages-contact .contactContainer {
	float: left;
	width: 57%;
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	overflow: hidden;
}
.page-template-pages-contact .contactContainer fieldset {
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.page-template-pages-contact .contactContainer fieldset .single {
	width: 50%;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;

	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	clear: none;
}
.page-template-pages-contact .contactContainer fieldset .single.textarea {
	width: 100%;
}

.mapContainer {
	position: relative;
	width: 100%;
	height: 460px;
	height: 28.75rem;
	z-index: 4;
}
.constrainSlider.page-template-pages-contact .mapContainer {
	max-width: 1200px;
	max-width: 75rem;
	margin: 0 auto;
}
.mapContainer .locationCanvas {
	width: 100%;
	height: 100%;
	position: absolute;
}
.mapContainer img {
	max-width: none;
}
.mapContainer .gm-style-iw {
	color: #222;
}



/*________ SINGLE GENERIC ________*/

.single .content .postInfo {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	position: relative;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}
.single .content .postInfo:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 33.33%;
	content: '';
	display: block;
	height: 2px;
	height: 0.125rem;
	background-color: #8f8f8f;
}
.single .content .postInfo h1 {
	padding-bottom: 0;
}
.single .content .postInfo p.subtitle {
	padding: 0;
	font-weight: 700;
	font-size: 20px;
	font-size: 1.25rem;
}


/*________ SINGLE STAFF ________*/

.single-staff .content .socialNav ul {
	text-align: left;
	padding: 0;
}
.single-staff .content .socialNav ul li:not(:last-child) {
	padding: 0 10px 10px 0;
	padding: 0 0.625rem 0.625rem 0;
}
.single-staff .content .socialNav ul li a {
	background-color: #454545;
	border: 2px solid #454545;
	border: 0.125rem solid #454545;
	border-radius: 50%;
	width: 40px;
	width: 2.5rem;
	height: 40px;
	height: 2.5rem;
}
.single-staff .content .socialNav ul li a:hover,
.single-staff .content .socialNav ul li a:focus,
.single-staff .content .socialNav ul li a:active {
	background-color: transparent;
}
.single-staff .content .socialNav ul li a {
	fill: #fff;
}
.single-staff .content .socialNav ul li a:hover *,
.single-staff .content .socialNav ul li a:focus *,
.single-staff .content .socialNav ul li a:active * {
	fill: #454545;
}


/*________ SINGLE TESTIMONIAL ________*/


/*________ SINGLE PRODUCT ________*/

.single-product .productImage {
	float: right;
	width: 380px;
	width: 23.75rem;
	margin: 0 0 20px 32px;
	margin: 0 0 1.25rem 2rem;
	display: block;
	overflow: hidden;
}
.single-product .productImage img {
	width: 100%;
	height: auto;
}
.single-product .entryContent .productInfo {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	overflow: hidden;
}
.single-product .entryContent .productInfo .inlineBlocks {
	text-align: left;
}
.single-product .entryContent .productInfo .inlineBlocks .inlineBlock {
	text-align: left;
	padding: 0 32px 20px 0;
	padding: 0 2rem 1.25rem 0;
}
.single-product .entryContent .productInfo p.price {
	color: #898989;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.25;
	padding: 0;
}

.single-product .relatedProducts {
	width: 100%;
	clear: both;
}


/*________ SIDEBAR ________*/

.sidebar {
}
.mainContent .sidebar {
	width: 37%;
	padding: 12px 0 40px 90px;
	padding: 0.75rem 0 2.5rem 5.625rem;
	float: right;
}
.halfContent .sidebar {
	width: 50%;
	float: right;
	padding: 12px 0 40px 90px;
	padding: 0.75rem 0 2.5rem 5.625rem;
}
.fullContent .sidebar {
	width: 100%;
	float: none;
}

.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
	color: #202020;
	line-height: 1.25;
}
.sidebar h5.entryTitle {
	font-size: 18px;
	font-size: 1.125rem;
	text-transform: uppercase;
	font-weight: 300;
	display: block;
	padding: 12px 0 16px;
	padding: 0.75rem 0 1rem;
}
.sidebar p {
	line-height: 1.65;
	font-size: 14px;
	font-size: 0.875rem;
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
}

.sidebar .section {
	padding: 0 0 24px;
	padding: 0 0 1.5rem;
}

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

.sidebar .shareContainer {
	overflow: hidden;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.sidebar .shareContainer .shareItem {
	width: 100%;
	overflow: hidden;
}
.sidebar .shareContainer.double .shareItem {
	width: 50%;
}
.sidebar .shareContainer.triple .shareItem {
	width: 33.33%;
}
.sidebar .shareContainer .shareItem a {
	text-decoration: none;
	height: 40px;
	height: 2.5rem;

	line-height: 1.25;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;

	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
}
.sidebar .shareContainer .shareItem.facebook a {
	background-color: #3b5998;
}
.sidebar .shareContainer .shareItem.twitter a {
	background-color: #238ccc;
}
.sidebar .shareContainer .shareItem.linkedin a {
	background-color: #0076b2;
}

.sidebar .shareContainer .shareItem a:hover {
	background-color: transparent !important;
}
.sidebar .shareContainer .shareItem.facebook a:hover {
	color: #3b5998;
}
.sidebar .shareContainer .shareItem.twitter a:hover {
	color: #238ccc;
}
.sidebar .shareContainer .shareItem.linkedin a:hover {
	color: #0076b2;
}

.sidebar .shareContainer .shareItem a span {
	display: block;
	margin: 0 2px;
	margin: 0 0.125rem;
	position: relative;
}
.sidebar .shareContainer .shareItem a span.image {
	width: 20px;
	width: 1.25rem;
	height: 20px;
	height: 1.25rem;
}
.sidebar .shareContainer .shareItem a span.image * {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.sidebar .shareContainer .shareItem a span.image img,
.sidebar .shareContainer .shareItem a span.image svg {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
	max-width: 16px;
	max-width: 1rem;
  	height: auto;
}
.sidebar .shareContainer .shareItem a span.image svg * {
	fill: #fff;
}

.sidebar .shareContainer .shareItem.facebook a:hover span.image svg * {
	fill: #3b5998;
}
.sidebar .shareContainer .shareItem.twitter a:hover span.image svg * {
	fill: #238ccc;
}
.sidebar .shareContainer .shareItem.linkedin a:hover span.image svg * {
	fill: #0076b2;
}
.sidebar .shareContainer .shareItem.twitter a span.image img,
.sidebar .shareContainer .shareItem.twitter a span.image svg {
	width: 98%;
}

.sidebar .section ul {
	list-style: none;
}
.sidebar .section ul li {
	border-bottom: 1px dotted #e5e5e5;
	font-style: italic;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
}
.sidebar .section ul li a {
	text-decoration: none;
	display: block;
	padding: 12px 0;
	padding: 0.75rem 0;
}
.sidebar .section ul li a:hover {
	text-decoration: underline;
}


/*________ FOOTER ________*/

.footer {
	background-color: #187577;
	padding: 18px 0;
	padding: 1.125rem 0;
	color: #9dbbbc;
	overflow: hidden;
}
.constrainSlider .footer {
	max-width: 1200px;
	max-width: 75rem;
	margin: 0 auto;
}

.footer a {
	color: #9dbbbc;
}
.footer a:hover {
	color: #fff;
}
.footer p.copyright {
	font-size: 12px;
	font-size: 0.75rem;
	float: left;
	margin: 8px 8px 0 0;
	margin: 0.5rem 0.5rem 0 0;
}

.footer ul.footerNav {
	float: left;
	margin: 10px 8px 0 0;
	margin: 0.625rem 0.5rem 0 0;
	overflow: hidden;
	font-size: 12px;
	font-size: 0.75rem;
	list-style: none;
	text-align: left;
}
.footer ul.footerNav li {
	border-left: 1px solid #9dbbbc;
	line-height: 12px;
	line-height: 0.75rem;
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.footer ul.footerNav li a {
	display: block;
	text-decoration: none;
	padding: 0 8px;
	padding: 0 0.5rem;
	line-height: 12px;
	line-height: 0.75rem;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.footer .socialNav ul {
	text-align: right;
}
.footer .socialNav ul li {
	list-style: none;
	padding: 0 10px 0 0;
	padding: 0 0.625rem 0 0;
}


/*________ FORMS ________*/

form *,
form.elab_form *,
.fc_container form.elab_form * {
	font-family: inherit;
	font-size: 16px;
	font-size: 1rem;
}
form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #999999;
}
form :-moz-placeholder { /* Firefox 18- */
	color: #999999;
	opacity: 1;
}
form ::-moz-placeholder {  /* Firefox 19+ */
	color: #999999;
	opacity: 1;
}
form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999999;
}


form label,
.fc_container form.elab_form fieldset label {
	font-size: 14px;
	font-size: 0.875rem;
	display: block;
	padding: 0 0 8px;
	padding: 0 0 0.5rem;
}
form input[type="text"],
.fc_container form.elab_form fieldset input[type="text"],
form input[type="email"], 
.fc_container form.elab_form fieldset input[type="email"], 
form input[type="password"],
.fc_container form.elab_form fieldset input[type="password"],
form textarea,
.fc_container form.elab_form fieldset textarea,
form select,
.fc_container form.elab_form fieldset select {
	border-radius: 4px;
	border-radius: 0.25rem;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 0.25rem 0.375rem;
	border: 1px solid #e5e5e5;
	background-color: rgba(255,255,255,0);
	width: 100%;
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
	margin: 0;
	height: 36px;
	height: 2.25rem;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	-webkit-appearance: none;
}
form input[type="text"]:focus,
.fc_container form.elab_form fieldset input[type="text"]:focus,
form input[type="email"]:focus, 
.fc_container form.elab_form fieldset input[type="email"]:focus, 
form input[type="password"]:focus,
.fc_container form.elab_form fieldset input[type="password"]:focus,
form textarea:focus,
.fc_container form.elab_form fieldset textarea:focus,
form select:focus,
.fc_container form.elab_form fieldset select:focus {
	border-color: #222;
}
.fc_container form.elab_form fieldset textarea {
	resize: vertical;
	height: 120px;
	height: 7.5rem;
	padding: 8px;
	padding: 0.5rem;
}


.fc_container form.elab_form fieldset .dropdown .inputwrap {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
    border-radius: 0.25rem;
    background-color: rgba(255,255,255,0);
    width: 100%;
    height: 36px;
    height: 2.25rem;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.fc_container form.elab_form fieldset .dropdown .inputwrap select {
	border-color: transparent;
	border-radius: 0;
	height: 100%;
	z-index: 2;
	position: relative;
}
.fc_container form.elab_form fieldset .fieldwrap.dropdown .inputwrap:after {
	position: absolute;
	top: 16px;
	top: 1rem;
	right: 8px;
	right: 0.5rem;
	content: '';
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border: 0.3125rem solid transparent;
	border-top-color: #222;
	z-index: 1;
}

.fc_container form.elab_form fieldset .inputwrap span.error-field {
    background-size: contain;
}

.fc_container form.elab_form .footnote {
    display: none;
    padding: 20px 0 0;
    padding: 1.25rem 0 0;
    text-align: left;
}
.fc_container form.elab_form .footnote.error-field {
    display: block;
}


/* PASSWORD FORM */

form.searchForm {
	position: relative;
}
form.searchForm label {
	display: none;
}
form.searchForm .fieldContainer {
	padding: 0 50px 0 0;
	padding: 0 3.125rem 0 0;
}
form.searchForm button[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	height: 100%;
	width: 40px;
	width: 2.5rem;
}
form.searchForm button[type="submit"] img,
form.searchForm button[type="submit"] svg {
	margin: auto;
	position: absolute;
	top: 0; 
	left: 0;
	right: 0;
	bottom: 0;
	width: 28px;
	width: 1.75rem;
	height: auto;
}


/* SEARCH FORM */

form.post-password-form input[type="submit"] {
	margin: 28px 0 0;
	margin: 1.75rem 0 0;
}

/* QUICK CONTACT FORM */

.sidebar .fc_container form.elab_form fieldset .single label {
	display: none;
}


/* BUTTONS */

.button,
.fc_container form.elab_form button[type="submit"],
.fc_container form.elab_form input[type="submit"],
form button[type="submit"] {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	font-size: 0.875rem;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	border: none;
	background-color: #4dc752;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
    margin: 0;
    float: none;
    display: inline-block;
}
.button:hover,
.fc_container form.elab_form button[type="submit"]:hover,
.fc_container form.elab_form input[type="submit"]:hover,
form button[type="submit"]:hover {
	background-color: #73d377;
}

form button[type="submit"] svg * {
	fill: #fff;	
}




.button {
	font-weight: 400;
}
.button.large {
	padding: 16px 32px;
	padding: 1rem 2rem;
}


/*________ LIGHT GALLERY ________*/


body .lg-backdrop {
	background-color: rgba(0,0,0,0.8);
}
body.admin-bar .lg-outer {
	padding-top: 32px;
}
body .lg-outer .lg-sub-html p {
	margin-top: 0;
}
body .lg-outer .lg-sub-html a {
	color: #fff;
	text-decoration: none;
}
body .lg-outer .lg-sub-html a:hover {
	text-decoration: underline;
}


/*________ MISC ________*/

.socialNav ul li {
	list-style: none;
}
.socialNav ul li a {
	display: block;
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
	position: relative;
	border-radius: 4px;
	border-radius: 0.25rem;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.socialNav ul li a * {
	fill: #fff;
}
.socialNav ul li a:hover *,
.socialNav ul li a:focus *,
.socialNav ul li a:active * {
	fill: #187577;
}

.socialNav ul li a img,
.socialNav ul li a svg {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
  	height: auto;

  	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.socialNav ul li a:hover svg,
.socialNav ul li a:hover img,
.socialNav ul li a:focus svg,
.socialNav ul li a:focus img,
.socialNav ul li a:active svg,
.socialNav ul li a:active img {
	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.socialNav ul li.facebook a svg,
.socialNav ul li.facebook a img {
	max-width: 50%;
}
.socialNav ul li.twitter a svg,
.socialNav ul li.twitter a img {
	max-width: 50%;
}
.socialNav ul li.instagram a svg,
.socialNav ul li.instagram a img {
	max-width: 50%;
}
.socialNav ul li.youtube a svg,
.socialNav ul li.youtube a img {
	max-width: 56%;
}
.socialNav ul li.google a svg,
.socialNav ul li.google a img {
	max-width: 75%;
}
.socialNav ul li.pinterest a svg,
.socialNav ul li.pinterest a img {
	max-width: 43%;
}
.socialNav ul li.tripAdvisor a svg,
.socialNav ul li.tripAdvisor a img {
	max-width: 68%;
}
.socialNav ul li.linkedin a svg,
.socialNav ul li.linkedin a img {
	max-width: 50%;
}
.socialNav ul li.link a svg,
.socialNav ul li.link a img {
	max-width: 50%;
}

.hide {
	display: none;
}

button {
	cursor: pointer;
}
button::-moz-focus-inner { /* Remove stupid button padding in FF */
    border:0;
    padding:0;
}

.clearFix::after {
	clear: both;
	display: block;
	content: ' ';
	visibility: hidden;
	line-height: 0;
	height: 0;
}



.flexBlocks {
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	width: auto;

	margin-left: -20px;
	margin-left: -1.25rem;
	margin-right: -20px;
	margin-right: -1.25rem;
}
.flexBlocks .flexBlock {
	padding: 0 20px;
	padding: 0 1.25rem;

	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;

	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}


.inlineBlocks {
	text-align: center;
	overflow: hidden;
}
.inlineBlocks .inlineBlock {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

.animate,
.animate:hover,
.animate:focus,
.animate:active {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.animateZoom,
.gallery .gallery-item img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.animateZoom:hover,
.animateZoom:focus,
.animateZoom:active,
.gallery .gallery-item img:hover,
.gallery .gallery-item img:focus,
.gallery .gallery-item img:active {
	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.centerVertical {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.absoluteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.injectSvg {
	overflow: hidden;
}

/* Flexible iFrame */
.flexibleContainer {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoContainer {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feedback {
	width: 100%;
	max-width: 740px;
	max-width: 46.25rem;
	clear: both;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 16px 20px 0;
	padding: 1rem 1.25rem 0;
	color: #fff;
	margin: 0 auto 20px;
	margin: 0 auto 1.25rem;
}
.feedback.positive {
	background-color: #26ba3b;
}
.feedback.negative {
	background-color: #ee3333;
}
.feedback p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.feedback.positive p {
	text-align: center;
}
.feedback ul {
	padding: 0 0 24px 40px;
	padding: 0 0 1.5rem 2.5rem;
}






/*________ WP IMAGES ________*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-left: 1.5rem;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	line-height: 1.125rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	max-width: 100%;
	padding: 4px;
	padding: 0.25rem;
	text-align: center;
}
.wp-caption img {
	padding: 4px 4px 0;
	padding: 0.25rem 0.25rem 0;
	max-width: 100%;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 4px;
	margin: 0.25rem;
	padding: 0;
}
.wp-smiley {
	margin: 0;
}

.gallery {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	clear: both;
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.gallery .gallery-item {
	width: 25%;
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-width: 120px;
	min-width: 7.5rem;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2%;
}
.gallery-columns-8 .gallery-item {
	width: 12%;
}
.gallery .gallery-item a {
	display: block;
	background-color: #222;
	overflow: hidden;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
}
.gallery .gallery-item a img:hover {
	opacity: 0.8;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	text-align: center;
	line-height: 1.66;
}
.gallery br {
	display: none;
}
.gallery dl {
	margin: 0;
}
.content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/*________ WP PRINT ________*/

@media print {

}


/*________ Responsive Structure ________*/

/*1440px*/
@media (max-width: 90em) {
}

/*1240px*/
@media (max-width: 77.5em) {
	html {
		font-size: 90%;
	}
	.header .logo {
		left: 20px;
		left: 1.25rem;
	}
}

/*1140px*/
@media (max-width: 71.25em) {
	html {
		font-size: 80%;
	}
}

/*1040px*/
@media (max-width: 65em) {
	.sliderWrapper .nivoSlider .nivo-directionNav a {
		display: none;
	}
}

/*940px*/
@media (max-width: 58.75em) {
	.header {
		height: auto;
	}
	.mainNav a {
		padding: 0 20px;
		padding: 0 1.25rem;
	}

	.home .promosContainer .promos {
		margin-left: 10px;
		margin-left: -0.65rem;
		margin-right: -10px;
		margin-right: -0.625rem;
	}
	.home .promosContainer .promos .promo {
		padding: 0 10px;
		padding: 0 0.625rem;
	}
	.home .promosContainer .promos .promo:after {
		left: 10px;
		left: 0.625rem;
		width: calc(100% - 20px);
		width: calc(100% - 1.25rem);
	}
}

/*840px*/
@media (max-width: 52.5em) {
	.stickyWrapper.stuck,
	.admin-bar .stickyWrapper.stuck {
		position: relative;
		top: auto;
		left: auto;
	}
	.content {
		width: 100%;
		float: none;
		margin: 0;
	}
	.sidebar {
		width: 100%;
		float: none;
		margin: 0;
	}
	.content .articleContainer .article .thumbContainer {
		max-width: 200px;
		max-width: 12.5rem;
		margin-right: 20px;
		margin-right: 1.25rem;
	}


	/*________ COLLECTION PAGE ________*/

	.collectionTermsContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 33.33%;
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}
}

/*782px*/
@media (max-width: 48.875rem) {
	.admin-bar .lg-outer {
		padding-top: 46px;
	}
}

/*740px*/
@media (max-width: 46.25em) {
	.header .wrapper {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-content: flex-start;
		align-content: flex-start;
	}
	.header .logo {
		margin: 0 auto;
		padding: 0 0 16px;
		padding: 0 0 1rem;
	} 
	.header .headerInfo .tagline {
		line-height: 1.25;
		text-align: center;
		padding: 0 0 16px;
		padding: 0 0 1rem;
		width: 100%;
	}
	.header .headerInfo .phone {
		display: none;
	}
	.navContainer {
		height: 60px;
		height: 3.75rem;
	}
	.navContainer .wrapper {
		padding: 0 20px;
		padding: 0 1.25rem;
	}
	.navContainer .flexContainer {
		height: 60px;
		height: 3.75rem;
		opacity: 1;
	}
	
	.mainNav {
		opacity: 0;
		height: 0;
		overflow: hidden;
		position: absolute;
		top: 80px;
		top: 5rem;
		left: 0;
		width: 100%;
		padding: 0 20px;
		padding: 0 1.25rem;
	}
	.mainNav.show {
		opacity: 1;
		height: auto;
		overflow: visible;
	}
	.mainNav a {
		line-height: 50px;
		line-height: 3.125rem;
	}
	.mainNav li {
		width: 100%;
		float: none;
	}
	.mainNav > li {
		background-color: #187577;
		background-color: rgba(24,117,119,0.95);
		border-bottom: 1px solid #fff;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.mainNav > li.current-menu-item {
		background-color: #187577;
	}
	.mainNav > li:first-child {
		border-radius: 6px 6px 0 0;
		border-radius: 0.375rem 0.375rem 0 0;
		overflow: hidden;
	}
	.mainNav > li:last-child {
		border-radius: 0 0 6px 6px;
		border-radius: 0 0 0.375rem 0.375rem;
		overflow: hidden;
	}
	.mainNav li:hover > ul {
		display: none;
	}
	.mainNav li.hover > ul {
		display: block;
	}
	.mainNav ul {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
	}

	.mainNav .menu-item-has-children > a:after {
		top: 26px;
		top: 1.625rem;
	}
	.mainNav .menu-item-has-children.hover > a:after {
		border-top-color: transparent !important;
		border-left-color: #fff;
		top: 22px;
		top: 1.375rem;
		margin-left: 8px;
		margin-left: 0.5rem;
	}
	
	.mainNav ul li:last-child > a {
		border-radius: 0;
		border-bottom: none;
	}
	.mainNav ul a {
		padding-left: 24px;
		padding-left: 1.5rem;
		background-color: transparent;
	}
	.mainNav ul > .menu-item-has-children > a:after {
		top: 24px;
		top: 1.5rem;
		right: auto;
	}
	.mainNav ul > .menu-item-has-children.hover > a:after {
		border-color: transparent;
		border-left-color: #202020;
		top: 22px;
		top: 1.375rem;
		margin-left: 6px;
		margin-left: 0.375rem;
	}
	.mainNav ul > .menu-item-has-children.hover:hover > a:after {
		border-left-color: #4dc752;
	}

	.mainNav ul ul {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
    	-webkit-box-shadow: none;
		box-shadow: none;
	}
	.mainNav ul ul a { 
		padding-left: 32px;
		padding-left: 2rem;
	}

	.instagramContainer .feed .thumbContainer { 
		-webkit-flex-basis: 50%;
	    -ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	    max-width: 50%;
	}

	.homeSliderContainer .homeSlider .slide {
		text-align: center;
	}
	.homeSliderContainer .homeSlider .slide .entryTitle {
		font-size: 24px;
		font-size: 1.5rem;
		margin-left: auto;
		margin-right: auto;
	}
	.nolining .homeSliderContainer .homeSlider .slide .entryTitle {
		padding: 0 16px;
		padding: 0 1rem;
	}
	.homeSliderContainer .homeSlider .slide .entryTitle .line {
	    line-height: 48px;
		line-height: 3rem;
		padding: 0 12px;
		padding: 0 0.75rem;
		margin: 0 0 4px;
		margin: 0 0 0.25rem;
	}
	.nolining .homeSliderContainer .homeSlider .slide .entryTitle span {
		line-height: 48px;
		line-height: 3rem;
		padding: 2px 0 8px 0;
		padding: 0.125rem 0 0.5rem 0;
	}
	.homeSliderContainer .homeSlider .slide .button {
		float: none;
		margin: 0 auto;
		display: inline-block;
		padding: 8px 16px;
		padding: 8px 1rem;
		text-align: center;
		font-size: 14px;
		font-size: 0.875rem;
	}

	.productsContainer .inlineBlocks .inlineBlock {
		width: 33.33%;
	}

	.page-template-pages-contact .type-page {
		padding-left: 80px;
		padding-left: 5rem;
	}

	.home .promoPanel:hover a.info {
		margin: -140px auto 0;
		margin: -8.75rem auto 0;
	}

	.latestArticles .article {
		-webkit-flex-basis: 50%;
	    -ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	    max-width: 50%;
	}

	.contentContainer .content {
		float: none;
		width: 100%;
	}

	.staffRoles .staffContainer .inlineBlocks {
		width: calc(100% + 40px);
		width: calc(100% + 2.55rem);
	}
	.staffRoles .staffContainer .inlineBlocks .inlineBlock {
		padding-right: 40px;
		padding-right: 2.5rem;
	}

	.contentContainer .sidebar {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-top: 0;
	}
	.footer p.copyright {
		float: none;
		text-align: center;
		margin: 0 0 12px;
		margin: 0 0 0.75rem;
	}
	.footer ul.footerNav {
		float: none;
		text-align: center;
		margin: 0 0 16px;
		margin: 0 0 1rem;
	}
	.footer ul.footerNav li:first-child {
		margin-left: 0;
		border-left: none;
	}
	.footer .socialNav ul {
		float: none;
		text-align: center;
	}
	.footer .socialNav ul li {
		padding: 0 5px 10px;
		padding: 0 0.3125rem 0.625rem;
	}
}

/*640px*/
@media (max-width: 40em) {
	.homeSliderContainer .homeSlider .slide img {
		left: 50%;
		margin-left: -420px;
		margin-left: -26.25rem;
		position: relative;
		width: 840px;
		width: 52.5rem;
	}

	.home .promosContainer .promos .promo {
		-webkit-flex-basis: 100%;
	    -ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	    max-width: 100%;
	}

	.staffRoles .staffContainer .inlineBlocks .inlineBlock {
		width: 50%;
	}

	.page-template-pages-contact .contactContainer {
		float: none;
		width: 100%;
	}
	.page-template-pages-contact .type-page {
		float: none;
		width: 100%;
		padding: 0 0 20px;
		padding: 0 0 1.25rem;
	}


	/*________ COLLECTION PAGE ________*/

	.collectionTermsContainer .flexBlocks .flexBlock {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
}

/*540px*/
@media (max-width: 33.75em) {
	.home .fixedSocialNav {
		display: none;
	}

	.productsContainer .inlineBlocks .inlineBlock {
		width: 50%;
	}
	.relatedProducts .productsContainer .inlineBlocks .inlineBlock:nth-child(2) {
		display: none;
	}
	.single-product .productImage {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.home .mailingListContainer .fc_container form.elab_form fieldset {
		padding-right: 0;
	}
	.home .mailingListContainer .fc_container form.elab_form div.single {
		width: 100%;
		padding-right: 0;
		float: none;
	}
	.home .mailingListContainer .fc_container form.elab_form button[type="submit"],
	.home .mailingListContainer .fc_container form.elab_form input[type="submit"] {
	   	position: relative;
	   	top: auto;
	   	right: auto;
	   	width: 100%;
	   	margin: 0 auto 20px;
	   	margin: 0 auto 1.25rem;
	}
}

/*440px*/
@media (max-width: 27.5em) {
	.content .articleContainer .article .thumbContainer {
		max-width: 100%;
		margin-right: 0;
		float: none;
	}
	.staffRoles .staffContainer .inlineBlocks .inlineBlock .imageInfoContainer a.thumbContainer .titleOverlay .title {
		font-size: 16px;
		font-size: 1rem;
	}
	.gallery .gallery-item {
		width: 50% !important;
	}
	.alignleft, 
	img.alignleft,
	.alignright, 
	img.alignright {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

/*340px*/
@media (max-width: 21.25em) {
	.productsContainer .inlineBlocks .inlineBlock {
		width: 100%;
	}
	.staffRoles .staffContainer .inlineBlocks .inlineBlock {
		width: 100%;
	}
	.page-template-pages-contact .contactContainer fieldset .single {
		width: 100%;
	}
}


/* Configure salvattore with media queries */
/* 740px */
@media screen and (max-width: 46.25em) {
	.testimonialsContainer .testimonials[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}
/* 741px */
@media screen and (min-width: 46.3125em) {
	.testimonialsContainer .testimonials[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}