/*
Theme Name: Surf Pacific Standard Responsive
Theme URI: http://www.surfpacific.com
Description: A responsive WordPress theme designed and built by Surf Pacific.
Author: Surf Pacific
Author URI: http://www.surfpacific.com
Version: 1.1
*/

/*------------------------------------*\
    CONTENTS
\*------------------------------------*/

/*

1. BASE.........Reset and default styles
2. LAYOUT.......Main and unique elements
3. MODULE............Reusable components
4. STATE..................Current states
5. THEME............Branding and colours
6. SECTIONS
*/

/*------------------------------------*\
    1. $BASE
\*------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, capt, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
}

ul, ol { list-style: none; }

body {
    background: #fff;
    font: 300 100%/1.618em 'Helvetica W01', Arial, Helvetica, sans-serif;
    color: #363636;
}

.not-home { background: #ebebeb; }

/* Give elements the same bottom margin to create consistent vertical rhythm */

p, ul, ol, blockquote, table, hr, iframe, .grid, .cta, .message, .button, .content, .has-mb, body.page-id-1598 .contact-forms { margin-bottom: 1.618em; } 

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/

.wf {
	font-family: 'Helvetica W01';
	font-family: 'Snell Roundhand W01';
}

.script, .promo-item-heading span, .banner-heading, .t-gallery .layout-heading .word2, .list-landing-heading .word2 { 
	font-family: 'Snell Roundhand W01', serif; 
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6 { 
	font-weight: 400; 
	font-family: 'Helvetica W01';
	color: #363636;
}

h1, .alpha {
    font-size: 2.125em; /* 34px */
    line-height: 1.235em; /* 42px */
	margin-bottom: 0.618em; /* 21px */
}

h2, .beta {
    font-size: 1.438em; /* 23px */
    line-height: 1.348em; /* 31px*/
	margin-bottom: 0.913em; /* 21px*/
}

h3, .gamma {
    font-size: 1.188em; /* 19px*/
    line-height: 1.421em; /* 27px*/
	margin-bottom: 1.105em; /* 21px*/
}

h4, .delta {
    font-size: 1.125em; /* 18px*/
    line-height: 1.444em; /* 26px*/
	margin-bottom: 1.167em; /* 21px*/
}

h5, .epsilon {
	font-size: 1em; /* 16px*/
    line-height: 1.5em; /* 24px*/
	margin-bottom: 1.313em; /* 21px*/
}

h6, .zeta {
	font-size: 0.875em; /* 14px*/
	line-height: 1.571em; /* 22px*/
	margin-bottom: 1.5em; /* 21px*/
}

small, .small {
    font-size: 0.875em;
    line-height: 1.4em;
}

/*------------------------------------*\
    $LINKS
\*------------------------------------*/

a:link, a:visited {
    text-decoration: none;
    color: #998964;
    font-weight: bold;
	-webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}

a:hover {
    color: #847657;
    text-decoration: underline;
    outline: none;
}

a:focus, a:active { outline: none }

a.no-td:hover { text-decoration: none; }

a.block-link { display: block; }

/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/

a.button, button {
	font-size: 1em;
    line-height: 1em;
    padding: 0.75em 1.618em 0.75em 1em;
    color: #fff;
    position: relative;
    font-weight: 700;
}

a.button {
    display: inline-block;
    zoom: 1;
    *display: inline;    
}

a.button:hover, button:hover {
    text-decoration: none;
    color: #938561;
}

a.button:after, button:after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #fff;
	transition: all .25s ease-in-out;
}

a.button:hover:after, button:hover:after { border-color: transparent transparent transparent #938561; }

a.button-alt { color: #aca082; }
a.button-alt:after { border-color: transparent transparent transparent #aca082; }
a.button-alt:hover { color: #262626; }
a.button-alt:hover:after { border-color: transparent transparent transparent #262626; }

a.button-full {
	width: 100%;
	display: block;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

a.button-cta {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.469em;
}

.button + .button { margin-left: 0.75em; }

a.button.button-call:after {
	display: none;
}

/*------------------------------------*\
    $FORMS
\*------------------------------------*/

input, select, textarea, button {
    font-family: inherit;
	font-size: inherit; 
    line-height: 1em;
    border: 1px solid #ddd;
	padding: 0.188em 0.313em; /* 3px 5px */
}

input[type="submit"], button {
	-webkit-appearance: none; /* Remove iOS default styles */
    cursor: pointer;
    border: none;
    -webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
         -o-transition: all .1s linear;
            transition: all .1s linear;
}

/*------------------------------------*\
    $OTHER ELEMENTS
\*------------------------------------*/

hr {
	border: solid #262626;
    border-width: 1px 0 0 0;
    clear: both;
	margin: 2.5em auto;
}

img, iframe { 
	vertical-align: top; 
	max-width: 100%;
}





/*------------------------------------*\
    2. $LAYOUT
\*------------------------------------*/

.header, .navigation, .main, .footer { width: 100%; }

.container {
	width: 18.125em; /* 290px */
	margin: 0 auto;
}

@media all and (min-width: 30em) { /* 480px */

	.container { width: 26.875em; } /* 430px */	

}

@media all and (min-width: 43.750em) { /* 700px */

	.container { width: 40em; }	/* 640px */

}

@media all and (min-width: 61.250em) { /* 980px */

	.container { width: 61.250em; } /* 980px */
	
}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/

.header {
	padding: 10px 0;
	background-color: #262626;
	border-bottom: 2px solid #938561;
}

.not-home .header {	border-color: #c5c5c5; }

.logo { width: 125px; }

@media screen and (max-width: 43.6875em) {

	.not-home .header { margin-bottom: 1.25em; }
	
}

@media screen and (min-width: 43.75em) {

	.header { padding: 18px 0; }

	.logo { width: 185px; }

	.not-home .header { border-width: 10px; }

	.no-banner .header { margin-bottom: 2.1875em; }
	
}

@media screen and (min-width: 61.25em) {

	.home .header {
		position: absolute;
		z-index: 250;
		top: 0;
		left: 0;
		right: 0;
		background-color: transparent;
		border-bottom: none;
		padding: 14px 0;
	}

	.header.is-fixed, .not-home .header {
		position: fixed;
		z-index: 275;
		top: 0;
		right: 0;
		left: 0;
		bottom: auto;
		background-color: #262626;
		border-bottom: 10px solid #c5c5c5;
	}
	
	body.not-home { padding-top: 106px; }

	body.not-home.no-banner { padding-top: 141px; }

	.header .grid-item { width: 30%; }

	.header .grid-beta { width: 70%; }

}

@media screen and (min-width: 100em) {

	.header.is-fixed .container, .not-home .header .container { 
		width: 1470px; 
		transition: all .25s ease-out;
	}
	
}

/*------------------------------------*\
    
	$TOUCH NAV
	
	Only displayed on touch devices
	
\*------------------------------------*/

.nav-touch .has-no-link > a, .nav-primary .has-no-link > a { pointer-events: none; }

a.nav-touch-toggle {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	height: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 400;
}

.nav-touch-toggle:hover {
	color: #938561;
	text-decoration: none;
}

.nav-touch-toggle .is-text {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.nav-side {
	position: absolute;
	z-index: 900;
    top: 100%;
    left: -100%;
    width: 100%;
    background: #fff;
    overflow: hidden;
    visibility: hidden;
    display: block;
    transform: translate3d(0px, 0px, 0px);
    transition: all ease-out 150ms;
}

.nav-side.is-active {
	left: 0;
	visibility: visible;
	left: 0px;
	transition: left ease-in 300ms;
}

.nav-touch {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 1em;
	border-top: 1px solid #363636;
}

.nav-touch a {
	position: relative;
	display: block;
	background-color: #252525;
	color: #fff;
	text-transform: uppercase;
	padding: 1em 2.5em;
	border-bottom: 1px solid #555;
	font-weight: 400;
}

.nav-touch a:hover, .nav-touch .sfHover > a { color: #938561; }

.nav-touch > li > a:before, .nav-touch ul .menu-item-has-children > a:before {
	content: '\f067';
	position: absolute;
	top: 50%;
	left: 15px;
	font-size: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
}

.nav-touch > li > a:hover:before, .nav-touch > .sfHover > a:before, .nav-touch ul .menu-item-has-children > a:hover:before { content: '\f068'; }

.nav-touch ul { display: none; }

.nav-touch ul ul { display: none; }

.nav-touch ul a {
	border-bottom: none;
	font-size: 13px;
	padding: 1em 2.5em;
}

.nav-touch ul ul a { background-color: #202020; }

.nav-touch a:hover ul { display: block; }

.nav-touch a:hover { 
	text-decoration: none; 
	color: #938561;
}

.nav-touch .current-menu-item > a {
	text-decoration: none;
	color: #fff;
	background-color: #938561;
}

@media screen and (min-width: 43.75em) {

	a.nav-touch-toggle { font-size: 16px; }

	.nav-touch-toggle .fa { margin-right: 5px; }

	.nav-touch {
		font-size: 16px;
		line-height: 1em;
	}
	
}

/*------------------------------------*\
    $FULL SIZE NAV
\*------------------------------------*/

@media all and (min-width: 61.250em) { /* 980px */

	.nav-primary { float: right; }
	
	.nav-primary li {
		position: relative;
		z-index: 500;
	}
	
	.nav-primary > li { float: left; }
	
	.nav-primary a {
		color: #fff;
		padding: 0 1em;
		font-size: 14px;
		line-height: 60px;
		font-weight: 400;
	}

	.nav-primary li:hover > a {
		color: #9c8e6e;
		text-decoration: none;
	}

	.nav-primary li:hover > ul { display: block }
	
	/*------------------------------------*\
		$2ND LEVEL
	\*------------------------------------*/
	
	.nav-primary ul, .nav-primary ul li { width: 16em; }
	
	.nav-primary ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		float: left;
		z-index: 99999;  
	}

	.nav-primary > ul { padding-top: 14px !important; }
	
	.nav-primary ul a {
		background-color: #000;
		color: #fff;
		line-height: 1.4em;
		padding: 0.5em 0.875em;
		width: 100%;
		height: auto;
		border-bottom: 1px solid #333;
	}
	
	.nav-primary ul :hover > a {
		background-color: #9c8e6e;
		color: #fff;
	}
	
	/*------------------------------------*\
		$3RD LEVEL
	\*------------------------------------*/
	
	.nav-primary ul ul {
		left: 100%;
		top: 0;
	}
	
	/*------------------------------------*\
		$1ST LEVEL CURRENT
	\*------------------------------------*/
	
	.nav-primary > li.current_page_item > a, .nav-primary > li.current-menu-ancestor > a, .nav-primary > li.current-menu-item > a, .nav-primary > li.current-menu-parent > a {
		color: #9c8e6e;
	}
	
	* html .nav-primary li.current_page_item a, * html .nav-primary li.current-menu-ancestor a, * html .nav-primary li.current-menu-item a, * html .nav-primary li.current-menu-parent a, * html .nav-primary li a:hover {
		background-color: #808080;
		color: #fff;
	}
	
	/*------------------------------------*\
		$2ND LEVEL CURRENT
	\*------------------------------------*/
	
	.nav-primary ul li.current-menu-item > a { 
		background-color: #9c8e6e;
		color: #fff;
		border-bottom:0;
	}
	
}

/*------------------------------------*\
    $CAROUSEL
\*------------------------------------*/

.feature, .feature .slides li { height: 670px; }

.feature { 
	position: relative; 
	overflow: hidden;
	background-color: #111;
}

.feature-image {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.feature-image:before, .feature-shadow {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.feature-shadow { 
	top: 50%;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); 
}

a.feature-anchor {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 22px;
	left: 0;
	height: 14px;
	text-align: center;
}

.feature-anchor .icon { 
	vertical-align: top; 
	width: 20px;
	height: 14px;
}

@media screen and (min-width: 61.25em) {

	.feature, .feature .slides li {
		height: 800px;
		height: 100vh;
	}

	a.feature-anchor { bottom: 27px; }
	
}

@media screen and (min-width: 100em) {

	.feature, .feature .slides li {
		height: 1080px;
		height: 100vh;
	}
	
}

/*------------------------------------*\
    $FLEXSLIDER
\*------------------------------------*/

.flexslider {
	margin: 0; 
	padding: 0;
}

.flexslider .slides > li { display: none; }

.feature .flexslider .slides img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30.625em; /* Half of width - 980px */
	max-width: none;
	width: auto;
}

.slides:after {
	content: "\0020"; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
}

html[xmlns] .slides { display: block; }

* html .slides { height: 1%; }

.no-js .slides > li:first-child { display: block; }

@media all and (min-width: 61.250em) { /* 980px */

	.feature .flexslider .slides img {
		margin-left: -60em; /* Half of width - 1920px */
	}

}

/*------------------------------------*\
    $DIRECTION NAV - ARROWS
\*------------------------------------*/

ul.flex-direction-nav { margin-bottom: 0; }

.flex-direction-nav a {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
	top: 50%;
	left: 5%;
	margin-top: -12px;
    z-index: 100000;
    cursor: pointer;
    text-indent: -9999px;
    background: url(images/sprite.png) 0 -200px no-repeat;
}

.flex-direction-nav a.flex-next {
	left: auto;
	right: 5%;
	background-position: -100px -200px;
}

/*------------------------------------*\
    $CONTROL NAV - DOTS
\*------------------------------------*/

.feature-nav {
	position: absolute;
	z-index: 125;
	bottom: 1em;
	right: 0;
	left: 0;
}

ol.flex-control-nav {
	margin-bottom: 0;
	text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
	text-indent: -9999em;
}

.flex-control-paging li a {
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid #fff;
    cursor: pointer;
	border-radius: 100%;
}

.flex-control-paging li a.flex-active {
    background-color: #aca082;
    cursor: default;
}

/*------------------------------------*\
    $PROMO
\*------------------------------------*/

.promo { padding: 8px 8px 0 8px; }

.promo .container { width: 100%; }

.promo-item a {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.promo-item { 
	height: 155px; 
	text-align: center;
	margin-bottom: 8px;
}	

.promo-item-image {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.promo-item-heading {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	right: 0;
	font-size: 0.875em;
	line-height: 1em;
	text-transform: uppercase;
	color: #363636;
	font-weight: 400;
}

.promo-item-heading span {
	font-size: 30px;
	line-height: 1em;
	text-transform: none;
	font-weight: 700;
	margin: 0 5px;
}

@media screen and (max-width: 43.6875em) {

	.promo-item-heading { transform: translateY(-50%); }

	.promo-item-image:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(255, 255, 255, 0.75);
	}
	
}

@media screen and (min-width: 43.75em) {

	.promo {
		position: absolute;
		z-index: 250;
		bottom: 65px;
		left: 0;
		right: 0;
	}
	
	.promo .grid { margin-left: -14px; }

	.promo .grid-item { padding-left: 14px; }

	.promo-item { 
		height: auto; 
		margin-bottom: 0;
	}

	.promo-item-image { 
		position: relative;
		height: 155px;
	}

	.promo-item-border {
		padding: 8px;
		background-color: rgba(255, 255, 255, 0.15);
	}

	.promo-item-heading {
		position: relative;
		font-size: 10px;
		margin-bottom: 10px;
		color: #fff;
	}
	
	.promo-item-heading span { font-size: 24px; }

}

@media screen and (min-width: 61.25em) {

	.promo { 
		bottom: 72px; 
		padding: 0;
		overflow: hidden;
	}

/*	.promo:before, .promo:after {
		content: '';
		position: absolute;
		z-index: 5;
		left: 50%;
		bottom: 0;
		height: 240px;
		background-color: rgba(255, 255, 255, 0.15);
		width: 1000px;
    	margin-left: -1490px;
	}

	.promo:after {
	    left: auto;
	    right: 50%;
	    margin-left: 0;
	    margin-right: -1490px;
	}
*/
	.promo .grid { margin-left: -20px; }

	.promo .grid-item { padding-left: 20px; }

	.promo .container { width: 940px; }

	.promo .holder { overflow: hidden; }

	.promo-item-heading { font-size: 14px; }

	.promo-item-heading span { font-size: 32px; }

	.promo-item-border { 
		padding: 10px; 
		overflow: hidden;
	}

	.promo-item-image { height: 220px; }

	/*------------------------------------*\
	    $HOVER
	\*------------------------------------*/

	.promo-item-heading, .promo-item-image, .promo-item-border { transition: all .25s ease-in-out; }

	.promo-item:hover .promo-item-heading { color: #9c8e6e; }

	.promo-item:hover .promo-item-border {
		background-color: #9c8e6e;
		background-color: rgba(156, 142, 110, 0.35);
	}

	.promo-item:hover .promo-item-image { transform: scale(1.1,1.1); }
	
}

/*------------------------------------*\
    $BANNER
\*------------------------------------*/

.banner {
    width: 100%;
    height: 415px;
    margin-bottom: 2.5em;
	position: relative;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(23, 22, 21, 0.6);
}

.banner-content {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
}

.banner-heading {
	font-size: 2.5em;
	line-height: 1.3em;
	margin-bottom: 0.25em;
	color: #fff;
}

/*------------------------------------*\
    $HOME PRIMARY
\*------------------------------------*/

.home-primary { 
	background-color: #f0f0f0;
	padding: 20px 0; 
}

.home-primary .layout-content-image .item { 
	position: relative; 
	padding: 40px 20px;
}

.home-primary .layout-content-image .item-image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 375px;
	opacity: 0.25;
}

.home-primary .layout-section-even .item-image {
	left: auto;
	right: 0;
}

.home-primary .layout-content-image .item-heading {
	font-size: 3.75em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	text-transform: capitalize;
}

.home-primary .layout-content-image .item-content {
	position: relative;
	z-index: 5;
}

.home-primary .layout-section-even .item-content { text-align: right; }

.home-primary .layout-content-image a.item-link {
	display: block;
	color: #363636;
	font-weight: 400;
	text-transform: capitalize;
}

.home-primary .layout-content-image .item-link:after {
	content: '';
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 8px;
	border-color: transparent transparent transparent #363636;
	transition: all .25s ease-in-out;
}

.home-primary .layout-content-image .item-link:hover { color: #938561; }

.home-primary .layout-content-image .item-link:hover:after { border-color: transparent transparent transparent #938561; }

@media screen and (min-width: 61.25em) {

	.home-primary { 
		border-top: 10px solid #c9c9c9; 
		padding: 80px 0;
		overflow: hidden;
	}

	.home-primary .layout-content-image .item-heading { padding: 0 30px; }

	.home-primary .layout-content-image .item-subheading {
		font-size: 0.75em;
		line-height: 1em;
		text-transform: uppercase;
		margin-top: -1em;
		margin-bottom: 2em;
	}

	.home-primary .layout-content-image .item { padding: 80px 0; }

	.home-primary .layout-content-image .item-content { padding-left: 400px; }

	.home-primary .layout-section-even .item-content {
		padding-left: 0;
		padding-right: 400px;
	}

	.home-primary .layout-content-image .item-image {
		width: auto;
		opacity: 1;
		left: -275px;
	}

	.home-primary .layout-section-even .item-image { 
		left: auto;
		right: -375px;
	}

	.home-primary .layout-content-image a.item-link { padding: 0 30px; }

	/*------------------------------------*\
	    $ANIMATIONS
	\*------------------------------------*/

	.home-primary .is-animated .item-image { 
		animation: imageLeft 1s backwards ease-in-out; 
		animation-delay: 250ms;
	}
	
	.home-primary .layout-section-even.is-animated .item-image {
		animation: imageRight 1s backwards ease-in-out; 
		animation-delay: 250ms;
	}

	.home-primary .is-animated .item-content { 
		animation: contentRight 1s backwards ease-in-out; 
		animation-delay: 250ms;
	}
	
	.home-primary .layout-section-even.is-animated .item-content {
		animation: contentLeft 1s backwards ease-in-out; 
		animation-delay: 250ms;
	}

}

/*------------------------------------*\
    $ANIMATIONS
\*------------------------------------*/

@keyframes imageLeft {
		
	from { 
		left: -600px; 
		opacity: 0;
	}
	
	to { 
		left: -275px; 
		opacity: 1;
	}
	
}

@keyframes imageRight {
	
	from {
		right: -600px;
		opacity: 0;
	}
	
	to {
		right: -375px;
		opacity: 1;
	}

}

@keyframes contentLeft {
		
	from { 
		left: -600px; 
		opacity: 0;
	}
	
	to { 
		left: 0; 
		opacity: 1;
	}
	
}

@keyframes contentRight {
	
	from {
		right: -600px;
		opacity: 0;
	}
	
	to {
		right: 0;
		opacity: 1;
	}

}

/*------------------------------------*\
    $CONTENT
\*------------------------------------*/

.page-title { color: #938561; }

@media all and (max-width: 43.750em) { /* 700px */

	.content h2, .content h3, .content h4, .content h5, .content h6 {
		font-size: 1.125em;
		line-height: 1.4em;
		margin-bottom: 1.167em;
	}	

}

@media all and (min-width: 61.250em) { /* 980px */
	
	.content-full { 
		float: none;
		width: 100%;
	}

	.content-right {
		float: right;
		width: 40em;
	}
	
}

.whats-new-content {
	padding: 3em 0;
}
.page-id-17989 .landing-page.content {
	margin-bottom: 0em!important;
}

.page-id-17989 .partner-banner {
	background-color: #000!important;
}
/*------------------------------------*\
    $GALLERY FEED PAGE
\*------------------------------------*/

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  max-width: 61.25em;
  margin: 20px auto;
}

.white-popup img { 
	display: block;
	margin: 0 auto; 
}

.flex-gallery { margin-bottom: 10px; }

.flex-gallery li {
	min-height: 200px;
	border: 1px solid #ccc; 
}

.flex-gallery-nav {
	margin-left: -10px;
}

.flex-gallery-nav .grid-item {
	width: 33.333%;
	padding-left: 10px;
}

.flex-gallery-nav img { 
	border: 1px solid #ccc; 
	cursor: pointer;
	width: 100%;
}

/*------------------------------------*\
    $CONTENT TABLES
\*------------------------------------*/

.content table { border-collapse: collapse; }

.content table th, .content table td {
	padding: 0.625em;
	border-bottom: 1px solid #ddd;
}

.content table th {
    font-weight: bold;
	text-align: left;
}

/*------------------------------------*\
    $CONTENT LISTS
\*------------------------------------*/

.content ul, .content ol { margin-left: 1em; }

.content ul { list-style: disc; }

.content ol { list-style: decimal; }

.content li { margin-bottom: 0.875em; }

.content li > ul, .content li > ol { 
    margin-top: 0.625em; 
    margin-bottom: 0;
}

@media all and (min-width: 43.750em) { /* 700px */

	.content ul, .content ol { margin-left: 2.625em; } /* 42px */

}

/*------------------------------------*\
    $NUMBERED LIST
\*------------------------------------*/

.content ol { 
	list-style: none;
	margin-left: 0;
	counter-reset: number-counter;
}

.content ol li { 
	margin-bottom: 0.875em; 
	padding-left: 2em;
	position: relative;
}

.content ol li:before {
	content: counter(number-counter);
	counter-increment: number-counter;
	position: absolute;
	top: 3px;
	left: 0;
	width: 24px;
	height: 24px;
	text-align: center;
	background-color: #888;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px; /* Same as icon height */
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
}

/*------------------------------------*\
    $TICKED LIST
\*------------------------------------*/

ul.list-ticked { 
	margin-left: 0;
	list-style: none; 
}

ul.list-ticked li { 
	margin-bottom: 0.875em; 
	padding-left: 2em;
	position: relative;
}

ul.list-ticked li:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(images/sprite.png) -400px -100px no-repeat;
}

@media all and (min-width: 43.688em) { /* 699px */
	
	/* Two column list */

	ul.list-double {
		margin-left: 0;
		margin-bottom: 1em;
		clear: both;
		overflow: hidden;
	}
	
	ul.list-double li {
		float: left;
		width: 40%;
		margin-left: 10%;
	}

}

/* Page lists displayed with [list-pages] and [child-pages] */

ul.child-pages, ul.list-pages {
	list-style: none;
	margin-left: 0;
	border-top: 1px solid #ddd;
}

ul.child-pages li, ul.list-pages li { 
	border-bottom: 1px solid #ddd; 
	margin-bottom: 0;
}

ul.child-pages a, ul.list-pages a { 
	position: relative;
	display: block; 
	padding: 0.625em 0.313em;
}

ul.child-pages a:before, ul.list-pages a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.313em;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(images/sprite.png) -100px -200px no-repeat;    
}

/*------------------------------------*\
    
	$CHILD PAGES WITH EXCERPT
	
	[child-pages-excerpt]
	
\*------------------------------------*/

ul.list-pages-excerpt { list-style: none; }

ul.list-pages-excerpt li { 
	margin-bottom: 0; 
	border-bottom: 1px solid #e8e8e8; 
}

ul.list-pages-excerpt a {
	display: block; 
	font-weight: normal;
	padding: 0.8em 1.875em 0.8em 0;
	position: relative;
}

.list-pages-excerpt .list-main { 
	overflow: hidden; 
	width: 100%;
}

.list-pages-excerpt .list-image, .list-pages-excerpt .list-content { float: left; }

.list-pages .list-heading { margin-bottom: 0.25em; }

.list-pages-excerpt .list-image { 
	width: 30%; 
	background-color: #29a2a2;
	height: 0;
	padding-bottom: 16%;
}

.list-pages-excerpt img { transition: all .25s linear; }

.list-pages-excerpt .list-content { width: 100%; }

ul.list-pages-excerpt p {
	color: #595959; 
	line-height: 1.4em;
	margin-bottom: 0; 
}

ul.list-pages-excerpt a:hover img { opacity: 0.5; }

@media all and (max-width: 43.688em) { /* 699px */

	.list-pages-excerpt a { padding-right: 1.25em; }

	.list-pages-excerpt .list-image { display: none; }

}

@media all and (min-width: 43.750em) { /* 700px */
	
	.list-pages-excerpt .list-content { 
		width: 70%;
		padding-left: 1em;
		padding-right: 2em;
	}

}

/*------------------------------------*\
    $BLOCKQUOTE
\*------------------------------------*/

blockquote {
	position: relative;
	font-size: 1.125em;
	line-height: 1.618em;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	border: solid #eee;
	border-width: 10px 0;
}

blockquote p:last-child { margin: 0 }

@media all and (min-width: 61.250em) { /* 980px */

	blockquote { padding: 1.5em 2em; }

}

/*------------------------------------*\
	$MESSAGES
\*------------------------------------*/

.message {
    padding: 0.875em 1.618em;
    border: 1px solid;
    color: #555;
}

.note {
	background: #fcffc5;
	border-color: #fbffa3;
}

.highlight {
	background: #A9E8FA;
	border-color: #79dbf7;
}

.warning {
    background-color: #ef1000;
    border-color: #cf0000;
    color: #fff;
}

/*------------------------------------*\
    $BLOG
\*------------------------------------*/

.post-divider {
    display: block;
    height: 1px;
    background: #ddd;
    width: 50%; 
	margin: 3em auto;
}

.post-meta p {
	font-size: 0.875em;
	line-height: 1.4em;
}

.post-navigation {
    font-size: 0.875em;
    line-height: 1.5em;
    border-top: 1px solid #ddd;
    padding: 1em 0;
}

.archive-navigation {
    display: block;
    clear: both;
    padding: 1em 0;
    text-align: center;
    border-top: 1px solid #ddd;
}

.archive-navigation span, .archive-navigation a {
    padding: 3px 6px;
    border: 1px solid #ddd;
	-webkit-border-radius: 2px;
     -opera-border-radius: 2px;
     -khtml-border-radius: 2px;
 	   -moz-border-radius: 2px;
            border-radius: 2px;
    
}

.post-share h5 {
	font-size: 0.875em;
	line-height: 1.5em;
    text-transform: uppercase;
}

@media all and (min-width: 43.750em) { /* 700px */

	.post-share h5 {
		float: left;
		margin: 0 0.616em 0 0;
	}

}

#___plusone_0 { vertical-align: top !important; }

/*------------------------------------*\
    $CONTENT IMAGES
\*------------------------------------*/

@media all and (max-width: 25.000em) { /* 400px */

	img.alignleft, img.alignright { 
		max-width: 50%;
		height: auto; 
	}

}

.alignright, a.alignright {
    float: right;
    margin: 0 0 1.618em 1.618em; /* 0 0 26px 26px */
}

.alignleft, a.alignleft {
    float: left;
    margin: 0 1.618em 1.618em 0; /* 0 26px 26px 0 */
}

.aligncenter, a .aligncenter {
    display: block;
    margin: 0 auto 1.618em auto; /* 0 auto 26px auto */
}

.alignnone, a .alignnone {
    display: block;
    margin-bottom: 1.618em; /* 26px */
}

img.no-image-border {
	padding: 0;
	border: none;
}

.wp-caption { margin-bottom: 1.618em; /* 26px */ } 

.wp-caption img {
    border: none;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 0.875em;
    line-height: 1.4em; 
	margin-bottom: 0;
	padding: 0.625em 0;
	font-style: italic;
	border-bottom: 1px solid #ddd;
}

/*------------------------------------*\
    $GALLERY
\*------------------------------------*/

.gallery-item { padding-bottom: 0.625em; }

.gallery br { display: none; }

.gallery img {
	width: 100%;
	height: auto !important;
    border: 1px solid #ddd !important;
    background: #fff;
    padding: 8px;
}

.gallery img:hover { border: 1px solid #808080 !important }

@media screen and (min-width: 43.75em) {

	.gallery { 
		overflow: hidden;
		margin-left: -1em; 
	}

	.gallery-item {
		float: left;
		width: 100%;
		padding-left: 1em;
		padding-bottom: 1em;
		transition: all .25s ease-in-out;
	}

	.gallery-columns-2 .gallery-item { width: 50%; }

	.gallery-columns-3 .gallery-item { width: 33.333%; }

	.gallery-columns-4 .gallery-item { width: 25%; }

	.gallery-columns-5 .gallery-item { width: 20%; }

	.gallery-columns-6 .gallery-item { width: 16.667%; }

	.gallery-columns-7 .gallery-item { width: 14.285%; }

	.gallery-columns-8 .gallery-item { width: 12.5%; }

	.gallery-columns-9 .gallery-item { width: 11.1%; }

}

/*------------------------------------*\
    $SIDEBAR
\*------------------------------------*/
.sidebar-gal img,.sidebar-gal img:hover {
	border:0px solid transparent!important;
	padding:0!important;
	width:226px;
	float:right;
}

@media all and (min-width: 61.250em) { /* 980px */

	.sidebar {
		float: right;
		width: 28%; /* 280px */
	}	
	.sidebar-gal img,.sidebar-gal img:hover { width:300px; }
}

.sidebar > div, .sidebar-blog > div { margin-bottom: 2em; }

.sidebar-heading { 
	font-size: 1.25em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

.sidebar p {
	margin-bottom:0;
}

.sidebar h2 {
	font-weight: 100;
	color:#29393c;
	text-transform: uppercase;
	font-size:1.5625em;
}

/*------------------------------------*\
    $ISLAND
\*------------------------------------*/

.island {
	padding: 1em 1.168em;
	color: #fff;
}

.island-heading { color: #fff; }

/*------------------------------------*\
    $UI LIST
\*------------------------------------*/

.ui-list {
    list-style: none;
    border-top: 1px solid #ddd;
	margin: 0;
}

.ui-list li { border-bottom: 1px solid #ddd; }

.ui-list a {
    display: block;
    padding: 0.625em 0.313em;
	line-height: 1.4em;
	font-weight: normal;
}

.ui-list a:hover, .ui-list .current_page_item a { text-decoration: none; }

/*------------------------------------*\
    $SEARCH
\*------------------------------------*/

.form-search { 
	position: relative; 
	background-color: #e1e1e1;
	border-bottom: 1px solid #363636;
} 

.form-search input.search-input { 
	width: 100%;
	margin: 0;
	padding: 0.5em;
	color: #666;
	border: none;
	background-color: #e1e1e1;
}

.form-search .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 45px;
	border: none;
	text-indent: -9999em;
	margin: 0;
	background-color: transparent;
}

.form-search .search-submit:before {
	content: '\f002';
	position: absolute;
	top: 50%;
	right: 50%;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-right: -8px;
	text-indent: 0;
	color: #363636;
	
}

@media all and (min-width: 61.250em) { /* 980px */

	.sidebar .form-search .search-input, .content .form-search .search-input {
		border: solid #eee;
		border-width: 1px 0 1px 1px;
	}

}

/*------------------------------------*\
    $SIDEBAR - LEFT
\*------------------------------------*/

.sidebar-left { 
	padding: 0 1em; 
	margin-bottom: 1em;
}

.sidebar-left .contact-detail {
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
}

.sidebar-left h4 {
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
  	margin-bottom: 0.313em;
}

.sidebar-left .icon { vertical-align: top; }

.sidebar-left p, .sidebar-left table {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0;
}

.sidebar-left p + p { margin: 10px 0 0 0 }

.sidebar-left .is-day, .sidebar-left .is-time { width: 50%; }

.sidebar-left .contact-item {
    margin: 1em 0;
}

.sidebar-left .contact-item h3 {
    font-weight: bold;
    margin-bottom: 0;
}

.sidebar-left .social-full .container {width:100%;}

@media all and (min-width: 43.750em) and (max-width: 61.188em) { /* 700px - 979px */

	.sidebar-left table { width: 50%; }
	
}

@media all and (min-width: 61.250em) { /* 980px */

	.sidebar-left {
		float: left;
		width: 18.750em; /* 300px */
		padding: 0;
		margin-bottom: 1em;
	}
		
	.sidebar-left h4 { margin-bottom: 0.875em; }
	
}

/*------------------------------------*\
    $CONTACT PAGE
\*------------------------------------*/

@media all and (min-width: 43.750em) and (max-width: 61.188em) { /* 700px - 979px */

	.page-template-page-contact-php .main { padding: 1.5em 1.875em 2.5em 1.875em; }	
	
	.page-template-page-contact-php .sidebar-left {
		float: left;
		width: 39%; 
		padding: 0;
	}
	
	.page-template-page-contact-php .content {
		float: right;
		width: 57%;
		padding: 0;
	}

}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/

.footer {
	background-color: #262626;
	text-align: center;
	padding: 1.25em;
}

.footer-body {
	font-size: 0.813em;
    line-height: 1.4em;
}

.footer p, .footer a { color: #fff; }

.footer a { font-weight: 300; }

.footer a:hover { color: #fff }





/*------------------------------------*\
    3. $MODULE
\*------------------------------------*/ 

/*------------------------------------*\
    $NAV
\*------------------------------------*/ 

ul.nav, .nav ul { 
    margin: 0;
    padding: 0;
}

.nav li { float: left; }

.nav a { display: block; }

ul.nav-stacked li { float: none; }

/*------------------------------------*\
    $HELPER
\*------------------------------------*/

.left { float: left }

.right { float: right }

.text-center { text-align: center; }

.text-right { text-align: right; }

.upper { text-transform: uppercase; }

.lower { text-transform: lowercase;}

.under { border-bottom: 1px solid; }

.spaced { letter-spacing: 2px; }

.no-mb { margin-bottom: 0; }

.is-relative { position: relative; }

.inline-block {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.cf:before, .cf:after, .grid:before, .grid:after, .main:before, .main:after, .content:before, .content:after, .nav-primary:before, .nav-primary:after, .container:before, .container:after, .top:before, .top:after, .navigation:before, .navigation:after {
    content: '';
    display: table;
}

.cf:after, .grid:after, .main:after, .content:after, .nav-primary:after, .container:after, .top:after, .navigation:after { clear: both; }

.cf, .grid, .main, .content, .nav-primary, .container, .top, .navigation { *zoom: 1; }

.va {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/*------------------------------------*\
    $GRID
\*------------------------------------*/ 

.grid { margin-left: -1.618em; }

.grid-item {
    display: block;
    float: left;
    padding-left: 1.618em;
    width: 100%;
}

@media all and (min-width: 18.750em) {

	.palm-whole .grid-item { width: 100%; }
	
	.palm-halves .grid-item { width: 50%; }
	
	.palm-thirds .grid-item { width: 33.3333333%; }
	
	.palm-fourths .grid-item { width: 25%; }
	
	.palm-fifths .grid-item { width: 20%; }

}

@media all and (min-width: 43.750em) and (max-width: 61.250em) {

	.lap-whole .grid-item { width: 100%; }
	
	.lap-halves .grid-item { width: 50%; }
	
	.lap-thirds .grid-item { width: 33.3333333%; }
	
	.lap-one-two-thirds .lap-one-third { width: 33.3333333%; }
	
	.lap-one-two-thirds .lap-two-thirds { width: 66.666667%; }
	
	.lap-fourths .grid-item { width: 25%; }
	
	.lap-fifths .grid-item { width: 20%; }
	
}

@media all and (min-width: 61.250em) { 

	.desk-whole .grid-item { width: 100%; }

	.desk-halves .grid-item { width: 50%; }
		
	.desk-thirds .grid-item { width: 33.3333333%; }
	
	.desk-one-two-thirds .desk-one-third { width: 33.3333333%; }
	
	.desk-one-two-thirds .desk-two-thirds { width: 66.666667%; }
	
	.desk-fourths .grid-item { width: 25%; }
	
	.desk-fifths .grid-item { width: 20%; }

}

/*------------------------------------*\
    $ICONS
\*------------------------------------*/

.icon {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(images/sprite.png) 0 0 no-repeat;   
}

.icon-m {
	width: 24px;
	height: 24px;
}

.icon-l {
	width: 32px;
	height: 32px;
}

.icon-xl {
	width: 64px;
	height: 64px;
}

/*------------------------------------*\
    $ROW 1
\*------------------------------------*/

.icon-phone { background-position: 0 0; }
.icon-fax { background-position: -100px 0; }
.icon-email { background-position: -200px 0; }
.icon-address { background-position: -300px 0; }
.icon-hours { background-position: -400px 0; }
.icon-payment { background-position: -500px 0; }

/*------------------------------------*\
    $ROW 2
\*------------------------------------*/

.icon-info { background-position: 0 -100px; }
.icon-file { background-position: -100px -100px; }
.icon-search { background-position: -200px -100px; }
.icon-cross { background-position: -300px -100px; }
.icon-tick { background-position: -400px -100px; }
.icon-user { background-position: -500px -100px; }

/*------------------------------------*\
    $ROW 3
\*------------------------------------*/

.icon-arrow-left { background-position: 0 -200px; }
.icon-arrow-right { background-position: -100px -200px; }
.icon-arrow-down { background-position: -200px -200px; }
.icon-arrow-up { background-position: -300px -200px; }
.icon-arrow-anchor { background-position: -400px -200px; }
.icon-quote-left { background-position: -500px -200px; }

/*------------------------------------*\
    $ROW 4
\*------------------------------------*/

.icon-quote-right { background-position: 0 -300px; }

/*------------------------------------*\
    $RETINA ICONS
\*------------------------------------*/

@media only all and (-webkit-min-device-pixel-ratio: 2), only all and (min-device-pixel-ratio: 2) {
	
	.icon {
		background-image: url(images/sprite@2x.png);			
		background-size: 600px 800px;
	}
		
}

/*------------------------------------*\
    $ICON FONT - FONTAWESOME
\*------------------------------------*/

.has-fa:before, .list-ticked li:before, ul.list-pages-shortcode a:before, .list-accordion-title a:before, .nav-touch a:before, .slick-single button, .nav-touch a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	text-rendering: auto;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*------------------------------------*\
    $EXTERNAL ICONS
\*------------------------------------*/

.icon-surf {
	background: url(https://www.surfpacific.com/sprite-logo.png);
	width: 137px;
	height: 34px;
	background-position: 0 0;
}

.icon-surf-white { background-position: 0 -100px; }

@media all and (max-width: 61.188em) { /* Up to 979px */

	.icon-surf {
		display: block;
		margin: 1em auto 0 auto;
	}	

}

@media all and (min-width: 61.250em) { /* 980px */

	.icon-surf { margin-left: 1em; }	

}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
    .icon-surf {
		background-position: -100px 0;			
		background-size: 300px 100px;
	}

	.icon-surf-white { background-position: -100px -50px; }
	
}

/*------------------------------------*\
    $INLINE LIST
\*------------------------------------*/

.list-inline { list-style: none; }

.list-inline li { display: inline; }

.list-inline a {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

/*------------------------------------*\
    $ICON LIST
\*------------------------------------*/

.list-icon { font-size: 0; }

.list-icon li { margin-left: 10px; }

.list-icon li:first-child { margin-left: 0; }

/*------------------------------------*\
    $ACCORDION LIST
\*------------------------------------*/

.list-accordion {
	margin-left: 0;
	border-top: 1px solid #ddd;
}

.list-accordion-title { 
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd; 
}

.list-accordion-title.open { border-bottom: none; }

.list-accordion-title a { 
	display: block; 
	position: relative; 
	padding: 0.625em 0.313em; 
}

.list-accordion-content {
	padding: 0.313em;
	border-bottom: 1px solid #ddd;
}

.list-accordion-title a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.313em;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(images/sprite.png) -200px -200px no-repeat;   
}	
	
.list-accordion-title.open a:before { background-position: -300px -200px; }

/*------------------------------------*\
    $CALL NOW
\*------------------------------------*/

.call-now {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.call-now a { 
	display: block;
	text-align: center;
	margin-bottom: 0;
	font-size: 1.125em;
}

/*------------------------------------*\
    
    $SIDR

	Slide out sidebar for touch devices

\*------------------------------------*/

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 280px;
    overflow-x: none;
    overflow-y: auto;
	background-color: #fff;
	padding-bottom: 2em;
}

.sidr.right {
    left: auto;
    right: -280px;
}

/*------------------------------------*\
    $NEWSLETTER SUBSCRIPTION
\*------------------------------------*/

.form-subscribe input { 
	margin-bottom: 0.313em; /* 5px */
	width: 100%;
	font-size: 1em;
	line-height: 1em;
}

.form-subscribe input[type="text"] { padding: 0.5em; }

.form-subscribe input[type="submit"] { padding: 0.75em; }

/*------------------------------------*\
    $BREADCRUMBS
\*------------------------------------*/

.nav-breadcrumb {
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 2.5em;	
}

.nav-breadcrumb a {
	color: #b5a98e;
	font-weight: 300;
}

.breadcrumb .search {
	float: right;
	width: 30%;
	margin-left: 1em;
}

/*------------------------------------*\

    $CONVERSION PAGE

	page-conversion.php

\*------------------------------------*/

.page-conversion { background-color: #f9f9f9; }

.page-conversion .page-title { font-size: 1.875em; }

.page-conversion-intro h2 { font-size: 1.125em; }

.page-conversion ul.list-ticked { margin-bottom: 1.618em; }

.page-conversion .list-ticked li { margin-bottom: 0.75em; }

.page-conversion-intro .intro-image {
	overflow: hidden;
	padding: 9px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
}

.page-conversion-intro img {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

.page-conversion-cta { 
	text-align: center;
}

.page-conversion-quote img {
	margin-right: 1em;
	padding: 9px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
}

.page-conversion-quote, .page-conversion-footer { 
	background-color: #fff; 
	border: solid #eee;
	border-width: 1px 0; 
}

.page-conversion-intro, .page-conversion-quote, .page-conversion-content, .page-conversion-footer { padding: 1.25em; }

.page-conversion-form-heading { 
	text-align: center;
	text-transform: uppercase;
}

.page-conversion-form-heading { font-size: 1.5em; }

.page-conversion-cta { font-size: 1.25em; }

.page-conversion a.button-cta { 
	font-size: 0.8em; 
	color:#998964;
}
.page-conversion a.button-cta:after {
	background:transparent;
}
.page-conversion a.button-cta:hover { 
	font-size: 0.8em; 
	color:#fff;
	background:#998964;

}
@media all and (max-width: 43.688em) { /* 699px */
	
	.page-conversion-cta .is-alternative {
		display: block;
		margin: 0.313em 0;
	}

	.page-conversion a.button-cta { 
		text-align: center;
		display: block;
	}		
	
	.page-conversion-quote .grid-alpha {
		width: 45%;
		padding-right: 1em;
	}
	
	.page-conversion-quote .grid-beta { float: none; }

}

@media all and (min-width: 43.750em) { /* 700px */
	
	.page-conversion .page-title { font-size: 3em; }
	
	.page-conversion-intro h2 { 
		font-size: 1.5em;
		width: 72%;
		margin: 0 auto 1.5em auto;
	}
	
	.page-conversion ul.list-ticked { margin-bottom: 0; }
	
	.page-conversion .list-ticked li {
		font-size: 1.125em; 
		margin-bottom: 1em; 
	}
	
	.page-conversion-intro .intro-image { margin-bottom: 1.618em; } 
	
	.page-conversion-quote .quote-content { text-align: center; }
	
	.page-conversion-quote .grid { margin-left: -2em; }
	
	.page-conversion-quote .grid-item { padding-left: 2em; }
	
	.page-conversion-quote .grid-alpha { width: 23%; }
	
	.page-conversion-quote .grid-beta { width: 77%; }
	
	.page-conversion-quote p { 
		font-size: 1.25em; 
		line-height: 1.5em;
	}

	.page-conversion-intro, .page-conversion-quote, .page-conversion-content, .page-conversion-footer { padding: 3em 2em; }
	
	.page-conversion-cta { font-size: 1.5em; }
	
	.page-conversion-cta .is-alternative { margin: 0 1em; }

}

@media all and (min-width: 61.250em) { /* 980px */

	.page-conversion ul.list-ticked { margin-top: 3em; }
	
	.page-conversion .list-ticked li { font-size: 1.25em; }

	.page-conversion-quote .quote-content { padding-top: 1.5em; }

	.page-conversion-form {
		width: 62%;
		margin: 0 auto;
	}
	
	.page-conversion-intro, .page-conversion-quote, .page-conversion-content, .page-conversion-footer { padding: 2em 0; }
	
	.page-conversion-cta { font-size: 1.875em; }
	
	.page-conversion-content .page-conversion-cta { margin-top: 1em; }

}





/*------------------------------------*\
    4. $STATE
\*------------------------------------*/

.is-hidden { display: none; }

@media all and (max-width: 43.688em) { /* 489px */

	.palm-is-hidden { display: none; }

}

@media all and (min-width: 43.688em) and (max-width: 61.188em) { /* 699px to 979px */

	.lap-is-hidden { display: none; }

}

@media all and (min-width: 61.250em) { /* 980px */

	.desk-is-hidden { display: none; }

}

.is-invisible {
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
           filter: alpha(opacity=0);
     -moz-opacity: 0;
   -khtml-opacity: 0;
          opacity: 0;
}

.no-transition {
	-webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}

.spinner {
	height: 60px;
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	-webkit-animation: rotation 1s infinite linear;
	   -moz-animation: rotation 1s infinite linear;
	     -o-animation: rotation 1s infinite linear;
	        animation: rotation 1s infinite linear;
	border-left: 6px solid rgba(0,0,0,.15);
	border-right: 6px solid rgba(0,0,0,.15);
	border-bottom: 6px solid rgba(0,0,0,.15);
	border-top: 6px solid rgba(0,0,0,.8);
	border-radius: 100%;
}

@-webkit-keyframes rotation {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes rotation {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(359deg); }
}

@-o-keyframes rotation {
	from { -o-transform: rotate(0deg); }
	to { -o-transform: rotate(359deg); }
}

@keyframes rotation {
	from { transform: rotate(0deg); }
	to { transform: rotate(359deg); }
}





/*------------------------------------*\
    5. $THEME
\*------------------------------------*/
.home-titles.text-center {
    padding: 1em 0;
}
.catalog-form input#fieldName,.catalog-form  input#fieldEmail,.catalog-form  input#fieldkltjhu {
    width: 100%;
    border-radius: 15px;
    padding: 1em!important;
    margin: 0.1em 0;
}


.translate-div {
	position:absolute;
	top:0;
	right:0;
}

.image-opacity { position:relative; }

.image-opacity img {
	width:100%;
	height:auto;
}

.image-opacity:before {
	position:absolute;
	content:'';
	z-index:2;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0);
	transition:1s;
}

.image-opacity:hover:before {
	background:rgba(0,0,0,0.5);
}

/*------------------------------------*\
    $COLOURS
\*------------------------------------*/

/* Brand primary and secondary colours */
.bpc { color: #808080; }
.bsc { color: #454545; }

.text-white { color: #fff; }
.text-light { color: #eee; }
.text-neutral { color: #808080; }
.text-dark { color: #333; }

::selection {
    background: #938561;
    color: #fff;
    text-shadow: none;
}

/*------------------------------------*\
    $BACKGROUNDS
\*------------------------------------*/

/* Brand primary and secondary background colours */
.bpb { background-color: #808080; }
.bsb, .island { background-color: #454545; }

.bg-light { background-color: #eee; }
.bg-neutral { background-color: #808080; }
.bg-dark { background-color: #333; }

/*------------------------------------*\
    $CONTACT GLOBAL
\*------------------------------------*/

.contact-global {
	padding-top: 1.875em;
	background-color: #262626;
	color: #fff;
	text-align: center;
}

.contact-global a { color: #fff; }

.list-detail { 
	font-size: 0.875em;
	line-height: 1.2em;
	margin-bottom: 0; 
}

.list-detail li { margin-bottom: 1em; }

.list-detail li:last-child { margin-bottom: 0; }

.list-detail .is-phone {
	font-size: 1.25em;
	line-height: 1em;
}

.list-detail a { font-weight: 400; }

/*------------------------------------*\
    $SOCIAL
\*------------------------------------*/

.nav-social li { 
	float: none;
	display: inline-block; 
	margin: 0 10px;
}

.nav-social a {
	color: #e1e2e3;
	font-size: 30px;
}

.nav-social a:hover { color: #938561; }

.sidebar-left .nav-social a { 
	color: #262626; 
	font-size: 24px;
}

/*------------------------------------*\
    $SLICK SLIDER
\*------------------------------------*/
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.image-slide {
    height: 18.75em;
    width: 19.6875em;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    margin:0 2.5px;
}

.pin-link:hover:after {
	content:'';
	height:52px;
	width:83px;
	top:50%;
	left:50%;
	margin-top:-25px;
	margin-left:-41px;
	position: absolute;
	z-index: 200;
	background:url(images/sprite.png) -100px -400px no-repeat;
}

.pin-link {
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
}

.pin-logo {
	position: absolute;
	top:0;
	left:0;
	height:2.875em;
	width:2.875em;
	background:url(images/pinterest-icon.png) 0 0 no-repeat;
	z-index: 500;
}

a.pin-link:hover {
	background:rgba(0, 0, 0, 0.5);
}

div#pinterest-feed-1 {
    height: 18.75em;
    overflow: hidden;
    position: relative;
    margin-top:5px;
}

button.slick-prev, button.slick-next {
    position: absolute;
    top: 9em;
    left: 1em;
    text-indent: -9999px;
    width: 22px;
    padding: 0;
    height: 23px;
    background: url(images/sprite.png) 0 -200px no-repeat;
}

.white-popup button.slick-prev, .white-popup button.slick-next {
	top: 4em;
}

button.slick-next {
    right: 1em;
    left: auto;
    background-position: -100px -200px;
}

button.slick-prev:hover, button.slick-next:hover {
	border: 0;
}

/*------------------------------------*\
    $LIST LANDING
\*------------------------------------*/

.t-collection .search {
	margin-bottom: 1em;
}

.list-landing-heading {
	font-size: 14px;
	text-transform: uppercase;
}

.list-landing-heading .word2 {
	font-size: 30px;
	text-transform: none;
	margin: 0 10px;
}

.t-collection .grid { margin-left: -10px; }

.t-collection .grid-item {
	padding-left: 10px;
	padding-bottom: 10px;
}

.list-landing-item { background-color: #545a62; }

.list-landing-item img {
	width: 100%;
	height: 100%;
}

.list-landing-subheading {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #ebebeb;
	padding: 10px 10px 0 0;
	font-weight: 700;
	color: #6d6d6d;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 0;
}

@media screen and (min-width: 43.75em) {

	.t-collection .search {
		float: right;
		width: 50%;
		margin-bottom: 0;
	}

	.list-landing-heading { 
		font-size: 19px; 
		margin-bottom: 2em;
	}
	
	.list-landing-heading .word2 { font-size: 44px; }

	.t-collection .grid { margin-bottom: 2.5em; }

}

@media screen and (min-width: 61.25em) {

	.t-collection .search { width: 35%; }
	
}

@media screen and (min-width: 100em) {

	.t-collection .container { width: 1470px; }

}

.list-landing img {
    display: inline-block;
    vertical-align: top;
}

.list-landing-visible {
    text-align: center;
    text-transform: uppercase;
}

.product-image-thumb {
	float: left; 
	margin: 0.5em;
}

.single-feature img {
	width:100%; 
	height:100%;
}

/*------------------------------------*\
    $ANCHOR
\*------------------------------------*/

.is-anchor {
	display: block;
	position: relative;
	top: -50px;
	visibility: hidden;
}

@media screen and (min-width: 61.25em) {

	.is-anchor { top: -100px; }
	
}

/*------------------------------------*\
    $CTA GLOBAL
\*------------------------------------*/

.cta-global {
	padding: 1.875em 0;
	background-color: #938561;
}

.cta-global .gform_body, .cta-global .gform_footer {
	float: left;
	width: 75%;
	clear: none !important;
}

.cta-global .gform_footer { width: 25% }

.cta-global ul.gform_fields { margin-left: -5px; }

.cta-global .gform_fields li {
	float: left;
	padding-left: 5px;
	width: 33.333%;
	clear: none !important;
}

.cta-global .gform_wrapper label.gfield_label+div.ginput_container { margin-top: 0 !important; }

.cta-global .gform_fields input {
	width: 100% !important;
	border: none;
	margin-top: 0 !important;
	background-color: #e1e1e1;
	padding: 10px !important;
}

.cta-global .gform_footer .button {
	padding: 10px 0;
	background-color: transparent;
	display: block;
	width: 100%;
}

.cta-global .gform_footer .button:hover { color: #262626; }

.cta-global .gform_footer .button:hover:after { border-color: transparent transparent transparent #262626; }

@media screen and (min-width: 61.25em) {

	.cta-global .container { width: 58.75em; }

	.cta-global .gform_body { width: 80%; }

	.cta-global .gform_footer { width: 20% }

	.cta-global ul.gform_fields { margin-left: -10px; }

	.cta-global .gform_fields li { padding-left: 10px; }
	
}

/*------------------------------------*\
    $CONTENT FOOTER
\*------------------------------------*/

.content-footer {
	background-color: #262626;
	text-align: center;
	padding-top: 40px;
}

.content-footer-logo {
	width: 190px;
	margin-bottom: 30px;
}

.content-footer .promo { 
	position: relative; 
	bottom: auto;
}

.content-footer .promo:before, .content-footer .promo:after { display: none; }

/*------------------------------------*\
    $GALLERY 
\*------------------------------------*/

.t-gallery .layout-header .layout-heading {
	font-size: 14px;
	text-transform: uppercase;
}

.t-gallery .layout-header .word2 {
	font-size: 30px;
	text-transform: none;
	margin: 0 10px;
}

ul.nav-gallery { 
	margin-bottom: 1em; 
	overflow: hidden;
}

.nav-gallery a {
	color: #909090;
	font-size: 14px;
	margin-right: 10px;
	font-weight: 400;
}

.nav-gallery a:hover { color: #6d6d6d; }

.nav-gallery .current_page_item a {
	font-weight: 700;
	color: #6d6d6d;
}

.t-gallery .layout-main .grid { margin-left: -10px; }

.t-gallery .layout-main .grid-item { 
	padding-left: 10px; 
	padding-bottom: 10px;
}

@media screen and (min-width: 61.25em) {

	.t-gallery .layout-header { margin-bottom: 20px; }

	.t-gallery .layout-header .layout-heading { font-size: 19px; }

	.t-gallery .layout-header .word2 { font-size: 44px; }

	.t-gallery .layout-header .grid { margin-bottom: 0; }

	.t-gallery .layout-header .grid-item { width: 65%; }

	.t-gallery .layout-header .grid-beta { width: 35%; }

	ul.nav-gallery { margin-bottom: 0; }

	.nav-gallery a { 
		font-size: 16px; 
		margin-right: 18px;
	}

	.t-gallery .layout-header .search { padding-top: 15px; }
	
}

@media screen and (min-width: 100em) {

	.t-gallery .container { width: 1470px; }
	
}

/*------------------------------------*\
    $POPUP STYLES
\*------------------------------------*/

.mfp-gallery .mfp-close {
	background-color: #aca082;
	border: 3px solid #fff;
	text-align: center;
	color: #fff;
	border-radius: 100px;
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	line-height: 40px;
	right: -20px;
	top: -20px;
	opacity: 1;
}

.mfp-gallery .mfp-close:active { top: -20px; }

.mfp-gallery.mfp-close-btn-in .mfp-close { color: #fff; }

.mfp-gallery .mfp-close:after { display: none; }

@media screen and (max-width: 43.6875em) {

	.mfp-gallery .mfp-arrow .is-text { display: none; }
	
}

@media screen and (min-width: 43.75em) {

	.mfp-gallery .mfp-arrow {
		width: 150px;
	}

	.mfp-gallery .mfp-arrow .is-text {
		font-size: 14px;
		text-transform: uppercase;
		padding-left: 55px;
	}

	.mfp-gallery .mfp-arrow-right { text-align: right; }

	.mfp-gallery .mfp-arrow-right .is-text {
		padding-left: 0;
		padding-right: 55px;
	}

	.mfp-gallery .mfp-arrow-right:before, .mfp-gallery .mfp-arrow-right:after {
		left: auto;
		right: 0;
		margin-right: 25px;
	}
	
}

/*------------------------------------*\
    $ICON LIST
    icon-list.php
\*------------------------------------*/

.icon-list-item { margin-bottom: 20px; }

.icon-list .item-heading {
	font-size: 14px;
	line-height: 1.23em;
	margin-bottom: 1em;
	color: #938561;
	font-weight: 700;
	text-transform: uppercase;
}

.icon-list .item-content {
	font-size: 14px;
	line-height: 1.4em;
}

.icon-list  p { margin-bottom: 1em; }

.icon-list a { 
	font-style: italic; 
	font-weight: 400;
}

@media screen and (max-width: 43.6875em) {

	.icon-list .item-image { margin-bottom: 10px; }
	
}

@media screen and (min-width: 43.75em) {

	.icon-list-item { 
		position: relative; 
		padding-left: 60px;
		margin-bottom: 50px;
	}

	.icon-list .item-image {
		position: absolute;
		top: 0;
		left: 0;
	}

	.icon-list .item-content { padding-top: 14px; }
	
}

/*------------------------------------*\
    $TESTIMONIAL
\*------------------------------------*/

.testimonial-item { 
	position: relative;
	padding: 1.5em; 
	text-align: center;
	margin-bottom: 10px;
	border-radius: 10px;
	background-color: #f8f8f8;
	box-shadow: 0 0 10px rgba(0,1,1,.1);
}

.testimonial-item .icon {
	width: 42px;
	height: 40px;
}

.testimonial-item .is-name {
	color: #9d9070;
	font-size: 0.875em;
	line-height: 1em;
	text-transform: uppercase;
}

@media screen and (max-width: 43.6875em) {

	.testimonial-item .icon { display: none; }
	
}

@media screen and (min-width: 43.75em) {

	.testimonial-item { padding: 3.75em 6.25em; }

	.testimonial-item .icon {
		position: absolute;
		top: 24px;
		left: 24px;
	}

	.testimonial-item .icon-quote-right {
		top: auto;
		right: 24px;
		bottom: 24px;
		left: auto;
	}
	
}

/*------------------------------------*\
    $BLACK LABEL
\*------------------------------------*/

.bl {
	background: #000 url(images/bg-black-label.jpg) 50% 0 no-repeat;
	text-align: center;
	color: #fff;
}

.bl-header { padding: 3.125em 0; }

.bl-main { text-align: left; }

.bl-main-heading { 
	color: #9d9070;
	text-align: center; 
}

.bl-main-content p:last-child { margin-bottom: 0; }

.bl-main-content a { color: #fff; }

.bl-main-gallery { padding: 1.25em 0; }

.bl-main-gallery img { 
	margin: 5px;
	max-width: 25%; 
	vertical-align: middle;
}

.bl-footer { margin-bottom: 1.25em; }

.bl-footer label, .bl-footer .login-remember { display: none; }

.bl-footer p { margin-bottom: 2px; }

.bl-footer #user_login, .bl-footer #user_pass {
	background-color: #262626;
	border-radius: 8px;
	font-weight: 700;
	padding: 15px 20px;
	border: none;
	width: 100%;
	color: #fff;
}

.bl-footer #wp-submit {
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 20px;
	background-color: #9d9170;
	color: #fff;
	border-radius: 8px;
}

.bl-footer #wp-submit:hover { background-color: #796a42; }

.bl-footer ::-webkit-input-placeholder { color: #fff; }
.bl-footer :-moz-placeholder { color: #fff; }
.bl-footer ::-moz-placeholder { color: #fff; }
.bl-footer :-ms-input-placeholder { color: #fff; }

@media screen and (max-width: 43.6875em) {

	.bl-logo { max-width: 75%; }

	.bl-main .grid-alpha { padding-bottom: 1em; }
	
}

@media screen and (min-width: 43.75em) {

	.bl-header { padding: 7.8125em 0; }

	.bl-main-heading { font-size: 36px; }

	.bl-main .grid-item { width: 50%; }

	.bl-main-gallery { padding: 2.5em 0; }

	.bl-main-gallery img { max-width: 14%; }

	.bl-footer { margin-bottom: 2.5em; }

	.bl-footer p { margin-bottom: 0; }

	.bl-footer .login-username, .bl-footer .login-password, .bl-footer .login-submit { 
		float: left; 
		width: 35%;
		padding-right: 1px;
	}

	.bl-footer .login-submit {
		width: 30%;
		padding-right: 0;
	}

	.bl-footer #user_login, .bl-footer #user_pass, .bl-footer #wp-submit { padding: 30px; }

	.bl-footer #user_login { border-radius: 8px 0 0 8px; }

	.bl-footer #user_pass { border-radius: 0; }

	.bl-footer #wp-submit { 
		padding: 31.5px;
		width: 100%; 
		border-radius: 0 8px 8px 0;
	}
	
}

@media screen and (min-width: 61.25em) {

	body.page-template-page-black-label { padding-top: 106px !important; }

	body.logged-in.page-template-page-black-label { padding-top: 141px !important; }

	.bl-header { padding: 15.625em 0; }

	.bl-main-heading { font-size: 42px; }

	.bl-main .grid { margin-left: -3.4375em; }

	.bl-main .grid-item {
		padding-left: 3.4375em;
		width: 58%;
	}

	.bl-main .grid-beta { width: 42%; }

	.bl-main-gallery { 
		text-align: justify;
		padding: 5em 0; 
	}

	.bl-main-gallery img {
		max-width: 100%;
    	margin: 0 16px;
	}

	.bl-footer { margin-bottom: 3.125em; }

	.bl-footer .login-username, .bl-footer .login-password { width: 40%; }

	.bl-footer .login-submit { width: 20%; }
	
}




/* ==================================================================================


================================================================================== */

/* 

	font-family: 'Snell Roundhand W01', serif; <- font-weight Bold
	font-family: "Helvetica W01", Arial, Helvetica, sans-serif;

*/

.row-eq-height {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-grow {
	flex-grow: 1;
}

/* DEFAULT LAYOUT */

@media screen and (max-width: 767px) {
	#landing-page .container {
	    width: inherit;
	}
}

.page-template-page-landing .container {
    
}

.page-template-page-landing a:focus, .page-template-page-landing a:hover {
    color: #938561 !important;
    text-decoration: none !important;
    outline: none;
}

@media screen and (min-width: 980px) {
	.page-template-page-landing .header .container {
		width: 980px;
	}
}

.page-template-page-landing .header .nav>li>a {
	padding: 0 1em !important;
}

.page-template-page-landing .header .nav li a {
	color: #fff !important;
}

.page-template-page-landing .header .nav>li>a:focus, .page-template-page-landing .header .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

/* ========================
	LANDING BANNER
======================== */

section.landing-banner .slide {
	height: 270px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
}

@media screen and (min-width: 321px) {
	section.landing-banner .slide {
		height: 350px;
	}
}

@media screen and (min-width: 768px) {
  section.landing-banner .slide {
    height: 400px;
  }
}

@media screen and (min-width: 992px) {
  section.landing-banner .slide {
    height: 500px;
  }
}

@media screen and (min-width: 1200px) {
  section.landing-banner .slide {
    height: 600px
  }
}

@media screen and (min-width: 1600px) {
  section.landing-banner .slide {
    height: 800px;
  }
}

section.landing-banner .slide .slide-content {
  position: relative;
  height: 100%;
  padding: 15px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.landing-banner .slide .btn {
    width: 220px;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 30px 0;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-size: 14px;
}

/* ========================
	ICON BOXES
======================== */

section.border-top {
    width: 100%;
    height: 20px;
    border-top: 2px dotted #9d9070;
}

section.border-bottom {
    width: 100%;
    height: 20px;
    border-bottom: 2px dotted #9d9070;
}

section.icon-boxes {
    margin: 0 0 30px 0;
}

section.icon-boxes .section-title {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: 'Snell Roundhand W01';
    font-weight: bold;
    font-size: 30px;
}

section.icon-boxes .icon-box {
    position: relative;
    top: -50px;
}

section.icon-boxes .icon-box .icon-box-inner {
	transition: all 0.3s ease-in-out;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    min-height: 430px;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	section.icon-boxes .icon-box .icon-box-inner {
		transition: all 0.3s ease-in-out;
	    background: #fff;
	    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	    min-height: 430px;
	    margin-bottom: 30px;
	}
}

@media screen and (min-width: 992px) {
	section.icon-boxes .icon-box .icon-box-inner {
		transition: all 0.3s ease-in-out;
	    background: #fff;
	    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	    min-height: 430px;
	    margin-bottom: 30px;
	}
}

@media screen and (min-width: 1200px) {
	section.icon-boxes .icon-box .icon-box-inner {
		transition: all 0.3s ease-in-out;
	    background: #fff;
	    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	    min-height: 430px;
	    margin-bottom: 30px;
	}
}

section.icon-boxes .icon-box .icon-box-inner:hover, section.icon-boxes .icon-box .icon-box-inner:focus {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

section.icon-boxes .icon-box .icon-box-inner .section-content p {
    text-align: center;
    padding: 20px;
}

section.icon-boxes .content-bottom p {
    text-align: center;
    font-family: 'Snell Roundhand W01';
    font-weight: bold;
    font-size: 35px;
    color: #9d9070;
}


/* ========================
	INTRO SECTION
======================== */

section.intro {
	background: #f9f9f9;
}

section.intro .section-title h4 {
    font-family: "Helvetica W01", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #9d9070;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
}

section.intro .section-content {
    border-top: 1px solid #9d9070;
    border-bottom: 1px solid #9d9070;
    padding: 10px 0;
}

section.intro .section-content h4 {
	font-family: "Helvetica W01", Arial, Helvetica, sans-serif;
	font-size: 20.5px;
	font-weight: 400;
	color: #828282;
	text-align: center;
	text-transform: uppercase;
}

section.intro .section-content p {
	font-family: "Helvetica W01", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #a7a7a7;
	text-align: center;
	text-transform: uppercase;
}

section.intro .intro-services {
	margin: 30px 0;
}

section.intro .intro-services .service-title h4 {
    font-family: "Helvetica W01", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #9d9070;
    text-align: center;
    text-transform: uppercase;
    margin: 20px;
}

section.intro .intro-services .service-content p {
	font-family: "Helvetica W01", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 100;
	color: #a7a7a7;
	text-align: center;
}


/* ========================
	REGISTRATION SECTION
======================== */

section.registration {
	padding: 30px 0;
}

section.registration .section-title {
	font-family: "Helvetica W01", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 100;
	color: #a7a7a7;
	text-align: center;
	margin-bottom: 30px;
}

section.registration .section-form {
	border: 1px solid #a7a7a7;
	padding: 30px 15px 0;
}

section.registration .section-form .gfield {
	margin: 0;
}

section.registration .section-form .gform_wrapper input[type=text] {
	width: 100%;
	margin: 0;
}

section.registration .section-form .gform_wrapper .button {
    margin: 15px 0;
    background: #fff;
}

section.registration .section-form .gform_wrapper a.button:after, section.registration .section-form .gform_wrapper button:after {
    border-color: transparent transparent transparent #828181;
}



/* ========================
	COLUMN BLOCK _ BODY CONTENT
======================== */

section.column-block {
    padding: 0 0 30px 0;
}

section.column-block .body-content {
	font-family: "Helvetica W01", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 100;
    color: #a7a7a7;
    text-align: center;

}

@media screen and (min-width: 768px) {
	section.column-block .body-content {
	    width: 80%;
	    margin: auto;
	}
}
 
/* ========================
	PARTNER BANNER 
======================== */

section.partner-banner {
	padding: 60px 0;
}

section.partner-banner .banner-row {
	list-style: none;
}

/* COLOR STYLES */

div.the-lifestyle-collection {
	background: #ffffff;
}

/* ========================
	GALLERY
======================== */

section.gallery {
	margin: 30px 0;
}

section.gallery img {
    width: 100%;
    height: auto !important;
    border: none;
    background: #fff !important;
    padding: 0 !important;
    box-shadow: 0 0 0 transparent;
    transition: 0.3s all ease-in-out;
    max-height: 143px;
}

section.gallery img:hover, section.gallery img:focus {
    width: 100%;
    height: auto !important;
    border: none;
    background: #fff !important;
    padding: 0 !important;
    box-shadow: 0 0 5 rgba(0, 0, 0, 0.5);
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    width: 35px !important;
}

.popup-cent {
text-align: center !important;
}
body .popup-cent .gform_footer {
text-align: center !important;
margin-top:35px;
}

.popup-cent .gform_footer .button {
margin-top:35px;
}

/* ========================
	PDF LIBRARY
======================== */

.pdf-library .page-title {
	font-size: 1em;
	text-transform: uppercase;
	margin-top: 2em;
	color: #4b4b4b;
}

.pdf-library h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: Helvetica;
	clear: both;
}

.pdf-library ul.pdfs {
	list-style: none;
	margin: 0px;
}

.pdf-library ul.pdfs li {
	float: left;
	margin-right: 16px;
	max-width: 180px;
}

.pdf-library ul.pdfs li img {
	max-width: 100%;
	width: 100%;
	border: 1px solid #a2a2a2;
}

.pdf-library ul.pdfs li p {
	line-height: 16px;
	font-size: 14px;
	margin-top: 1em;
	padding-right: 1em;
}

.sale-item, .single-feature .sale-status {
	position: relative;
}

.sale-status-sale:after, .sale-status.sale:after{
	content: url(images/sale.png);
	position: absolute;
	z-index: 1;
	left: -25px;
	top: -24px;
	height: 297px;
	width: 296px;
}

.sale-status-sold:after, .sale-status.sold:after{
	content: url(images/sold.png);
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	height: 155px;
	width: 155px;
}


.sale-status.sale:after{
	content: url(images/sale-sml.png);
	position: absolute;
	z-index: 1;
	left: -12px;
	top: -11px;
	height: 148px;
	width: 148px;
}

.sale-status.sold:after{
	content: url(images/sold-sml.png);
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	height: 78px;
	width: 78px;
}
.collections-menu .children{
	display:none;
}


