/*
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

*/

/*------------------------------------*\
    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;
}

* { box-sizing: border-box;	}

ul, ol { list-style: none; }

body {
    background: #fff;
    font: 400 100%/1.618em 'Proxima Nova W01 Alternate', Arial, Helvetica, sans-serif;
    color: #555;
}

/* 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 { margin-bottom: 1.618em; } 

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/

.wf {
	font-family:'Proxima Nova W01 Alternate';
	font-family:'Serpentine Sans W01';
}

.proxima, .sidebar-heading { font-family: 'Proxima Nova W01 Alternate', Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 { 
	font-weight: 400; 
	font-family: 'Serpentine Sans W01', Arial, sans-serif;
	color: #930024;
}

h1, .alpha {
    font-size: 2.5em; /* 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;
    font-weight: 700;
    color: #930024;
	transition: all .25s ease-in-out;
}

a:hover {
    text-decoration: underline;
    outline: none;
    color: #820d1f;
}

a:focus, a:active { outline: none }

a.no-td:hover { text-decoration: none; }

a.block-link { display: block; }

/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/

a.button, button, input[type="submit"], .is-button {
	font-size: 1em;
    line-height: 1em;
    padding: 1em 1.25em;
    color: #fff;
    background-color: #920023;
    border: 3px solid #920023;
    border-radius: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

a.button, .is-button {
    display: inline-block;
    zoom: 1;
    *display: inline;    
}

a.button:hover, button:hover, input[type="submit"]:hover {
    text-decoration: none;
    color: #920023;
    background-color: transparent;
}

a.button-alt, input.btn-subscribe {
	color: #920023;
	background-color: transparent;
}

a.button-alt:hover, input.btn-subscribe:hover {
	color: #fff;
	background-color: #920023;
}

a.button-white {
	background-color: #fff;
	color: #920023;
	border-color: #fff;
}

a.button-white:hover {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

a.button-full {
	width: 100%;
	display: block;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

a.button-cta {
	font-size: 2em;
	margin-bottom: 0.469em;
}

.button + .button { margin-left: 0.75em; }

/*------------------------------------*\
    $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 {
    cursor: pointer;
	transition: all .25s ease-in-out;
	-webkit-appearance: none; /* Remove iOS default styles */
}

/*------------------------------------*\
    $OTHER ELEMENTS
\*------------------------------------*/

hr {
	border: solid #ddd;
    border-width: 1px 0 0 0;
    clear: both;
	width: 100%;
	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.25em; } /* 980px */
	
}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/

@media screen and (max-width: 43.6875em) {

	.site { padding-top: 2.8125em; } /* Padding for .nav-cta-mobile */
	
}

.top { 
	padding: 1.25em 0;
	text-align: center; 
}

.logo { width: 280px; }

@media screen and (min-width: 43.75em) {

	.top { text-align: left; }

	.logo { width: 225px; }

	.contact .is-number {
		text-transform: uppercase;
		font-weight: 700;
		margin-bottom: 0;
		margin-top: 0.5em;
	}

	.contact .is-number a {
		display: block;
		font-weight: 400;
		font-size: 1.25em;
	}
	
}

@media screen and (min-width: 61.25em) {

	.top { 
		padding: 1.5em 0; 
		height: 100px;
	}

	.logo { width: 160px; }

	.contact .is-number { margin-top: 0; }
	
}

@media screen and (min-width: 112.5em) {

	.header .container { 
		width: 100%; 
		padding: 0 1.875em;
	}
	
}

/*------------------------------------*\
    
	$TOUCH NAV
	
	Only displayed on touch devices
	
\*------------------------------------*/

.nav-touch-toggle {
	position: absolute;
	top: 50%; 
	right: 1em;
	margin-top: -22px;
	width: 45px;
	height: 45px;
	text-indent: -9999em;
	background: url(images/sprite.png) 0 -300px no-repeat;
}

.nav-touch-top {
	padding: 1em 1.25em; 
	position: relative;
}

.nav-touch-search { width: 75%; }

.nav-touch-close { 
	position: absolute;
	top: 50%;
	right: 1em;
	width: 24px;
	height: 24px;
	margin-top: -12px;
}

.nav-touch {
	width: 100%;
	display: block;
	font-size: 1em;
}

.nav-touch a {
	position: relative;
	display: block;
	width: 100%;
	background-color: #fff;
	color: #555;
	border-top: 1px solid #e2e2e2;
	font-size: 1em;
	font-weight: normal;
	padding: 0.625em 1em;
}

.nav-touch .menu-item-has-children > a:before, .nav-touch ul ul a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	width: 11px;
	height: 11px;
	margin-top: -5px;
	background: url(images/sprite.png) 0 -300px no-repeat;
}

.nav-touch > .menu-item-has-children > a:before { background-position: -200px -300px;}

.nav-touch ul { display: none; }

.nav-touch ul a { 
	background-color: #820d1f;
	color: #fff;
	border-color: #fff;
}

.nav-touch ul ul a {
	background-color: #555;
	padding-right: 1em;
	padding-left: 2em;
}

.nav-touch ul ul a:before {
	right: auto;
	left: 1em;
	background-position: -500px -200px;
}

.nav-touch a:hover ul { display: block; }

.nav-touch a:hover { text-decoration: none; }

.nav-touch .current-menu-item > a, .nav-touch .current-menu-ancestor > a {
	text-decoration: none;
	color: #820d1f;
}

.nav-touch ul .current-menu-item > a {
	color: #fff;
}

/*------------------------------------*\
    $FULL SIZE NAV
\*------------------------------------*/

@media all and (min-width: 43.75em) {
	
	.nav-primary li {
		position: relative;
		z-index: 500;
	}
	
	.nav-primary > li { float: left; }
	
	.nav-primary > li:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		width: 1px;
		height: 20px;
		margin-top: -10px;
		background-color: #e2e2e2;
	}

	.nav-primary > li:last-child:before { display: none; }

	.nav-primary a {
		position: relative;
		color: #555;
		font-size: 1em;
		line-height: 4em;
		padding: 0 1.5em;
		text-align: left;
		font-weight: 400;
	}

	.nav-primary a span { position: relative; }

	.nav-primary > li.menu-item-has-children > a:before {
		content: '';
		position: absolute;
		bottom: 10px;
		left: 50%;
		width: 7px;
		height: 5px;
		background: url(images/sprite.png) -200px -300px no-repeat;
	}

	.nav-primary > li.current-menu-item > a span:before, .nav-primary > li.current-menu-ancestor > a span:before {
		content: '';
		position: absolute;
		top: -26px;
		left: 0;
		right: 0;
		height: 3px;
		background-color: #820d1f;
	}

	.nav-primary li:hover > a {
		color: #820d1f;
		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 a {
		background-color: #820d1f;
		color: #fff;
		font-size: 0.938em;
		line-height: 1.4em;
		padding: 0.65em 1em;
		width: 100%;
		height: auto;
	}
	
	.nav-primary ul :hover > a {
		background-color: #555;
		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: #820d1f;
	}
	
	* 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 {
		color: #820d1f;
	}
	
	/*------------------------------------*\
		$2ND LEVEL CURRENT
	\*------------------------------------*/
	
	.nav-primary ul li.current-menu-item > a, .nav-primary ul li.current-menu-ancestor > a { 
		background-color: #555;
		color: #fff;  
	}
	
}

@media screen and (max-width: 61.1875em) {

	.navigation-primary {
		width: 40em;
		margin: 1em auto 0 auto;
	}
	
}

@media screen and (min-width: 61.25em) {

	.navigation-primary {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -14.0625em;
		width: 34.375em;
	}

	.nav-primary > li > a { 
		line-height: 100px; 
		padding: 0 1.125em;
	}

	.nav-primary > li.current-menu-item > a span:before, .nav-primary > li.current-menu-ancestor > a span:before { top: -40px; } 

	.nav-primary > li.menu-item-has-children > a:before { bottom: 25px; }
	
}

@media screen and (min-width: 112.5em) {

	.navigation-primary {
		width: 40em;
		margin-left: -20em;
	}

	.nav-primary a { font-size: 1.125em; }
	
}

/*------------------------------------*\
    $CAROUSEL
\*------------------------------------*/

.feature-bg {
	position: relative;
	background: url(images/bg-feature.jpg) 50% 0;
	padding: 10px 0;
	box-shadow: 0 0 10px rgba(0,0,0,.35);
}

.feature { 
	position: relative; 
	overflow: hidden;
	height: 0;
	padding-bottom: 52%;
	background-color: #920023;
}

.feature-mobile { 
	background-size: cover; 
	background-position: 50% 0;
	background-repeat: no-repeat;
}

@media screen and (min-width: 43.75em) {

	.feature, .flexslider .slides li { 
		height: 25em;
		padding-bottom: 0;
	}

	.feature .container, .banner .container {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		margin-left: -20em;
	}

	.feature-content, .banner-content {
		position: absolute;
		top: 6.25em;
		left: 0;
		width: 18.75em;
		text-align: center;
	}

	.feature-heading, .banner-heading {
		font-size: 1.25em;
		line-height: 1.4em;
		margin-bottom: 0.5em;
	}

	.feature p, .banner p {
		font-size: 0.9375em;
		line-height: 1.3em;
	}

	.feature .button {
		font-size: 1em;
		padding: 0.75em 1em;
	}
	
}

@media all and (min-width: 61.250em) { /* 980px */

	.feature, .flexslider .slides li { height: 31.875em; }

	.feature .container, .banner .container { margin-left: -30.625em; }

	.feature-bg { padding: 30px 0; }

	.feature-content, .banner-content { 
		top: 10.625em; 
		width: 30.625em;
	}

	.feature-heading { 
		font-size: 1.5625em; 
		line-height: 1.4em;
	}

	.feature p { font-size: 1.125em; }

	.feature .button { padding: 0.75em 2em; }

}

/*------------------------------------*\
    $FLEXSLIDER
\*------------------------------------*/

.flexslider .slides > li { display: none; }

.flexslider .slides img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30.625em;
	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 */

	.flexslider .slides img { margin-left: -60em; }

}

/*------------------------------------*\
    $FEATURE NAV
\*------------------------------------*/

.feature-nav {
	position: absolute;
	z-index: 999;
	top: 50%;
	right: 0;
	left: 0;
}

/*------------------------------------*\
    $DIRECTION NAV - ARROWS
\*------------------------------------*/

ul.flex-direction-nav { margin-bottom: 0; }

.flex-direction-nav a {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
    z-index: 999;
    cursor: pointer;
    text-indent: -9999px;
}

.flex-direction-nav a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 50px;
	background: url(images/sprite.png) -500px -500px no-repeat;
}

.flex-direction-nav a.flex-next {
	left: auto;
	right: 0;
}

.flex-direction-nav a.flex-next:before { 
	background-position: 0 -600px; 
	left: auto;
	right: 0;
}

/*------------------------------------*\
    $CONTROL NAV - DOTS
\*------------------------------------*/

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;
    background-color: #808080;
    cursor: pointer;
	border-radius: 100%;
}

.flex-control-paging li a.flex-active {
    background-color: #ccc;
    cursor: default;
}

/*------------------------------------*\
    $INTRO
\*------------------------------------*/

.intro {
	background: #f9f9f9;
	padding: 1.25em 0;
	text-align: center;
}

.intro-heading {
	color: #555;
	font-weight: 400;
	font-size: 1.25em;
	line-height: 1em;
}

.intro-heading img {
	display: block;
	margin: 10px auto;
	width: 280px;
}

.intro-subheading {
	font-size: 0.75em;
	text-transform: uppercase;
}

@media screen and (min-width: 43.75em) {

	.intro { padding: 2.8125em 0; }

	.intro-heading { margin-bottom: 1em; }

	.intro-heading img { margin: 15px auto; }
	
}

@media screen and (min-width: 61.25em) {

	.intro .container { width: 51.25em; }
	
}

/*------------------------------------*\
    $PROMO
\*------------------------------------*/

.promo {
	position: relative;
	padding: 1.25em 0;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.35);
}

.promo-link {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
} 

.promo-item {
	position: relative;
	margin-bottom: 0.625em;
}

.promo-item-03 { margin-bottom: 0; }

.promo-item-heading {
	position: absolute;
	bottom: -1px;
	right: 0;
	left: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 0;
	padding: 0.25em 0.5em;
}

@media screen and (min-width: 43.75em) {

	.promo .grid { margin-left: -0.625em; }

	.promo .grid-item { padding-left: 0.625em; }

	.promo-item { margin-bottom: 0; }

	.promo-item-heading { font-size: 0.875em; }
	
}

@media screen and (min-width: 61.25em) {

	.promo { padding: 3.125em 0; }

	.promo .grid { margin-left: -1.5625em; }

	.promo .grid-item { padding-left: 1.5625em; }

	.promo-item-heading { font-size: 1.25em; }
	
}

@media screen and (max-width: 112.4375em) {

	.promo-item-content { display: none; }
	
}

@media screen and (min-width: 112.5em) {

	.promo .container { width: 109.375em; }

	.promo .grid { margin-left: -3.125em; }

	.promo .grid-item { padding-left: 3.125em; }

	.promo-item { overflow: hidden; }

	.promo-item-heading {
		font-size: 1.875em;
		padding: 0.25em 0.75em;
	}

	.promo-item img, .promo-item-heading, .promo-item-content, .promo .is-button { transition: all .3s ease-in-out; }

	.promo-item-content {
		position: absolute;
		z-index: 2;
		bottom: -200px;
		right: 0;
		left: 0;
		opacity: 0;
		background-color: #fff;
		background-color: rgba(255, 255, 255, 0.8);
		text-align: center;
		padding: 1em 3.75em;
	}

	.promo-item-content .promo-item-heading {
		position: relative;
		background-color: transparent;
		text-align: center;
		padding: 0;
		margin-bottom: 0.25em;
		line-height: 1em;
	}

	.promo-item-content p { margin-bottom: 1em; }

	.promo-item-content .is-button {
		background-color: transparent;
		color: #930024;
		border-color: #930024;
	}

	/*------------------------------------*\
	    $HOVER
	\*------------------------------------*/
	/*
	.promo-item:hover .is-button {
		background-color: #930024;
		color: #fff;
	}
	*/
	.promo-item:hover .promo-item-content {
		bottom: 50px;
		opacity: 1;
	}

	.promo-item:hover .heading-alpha { bottom: -100px; }

	.promo-item:hover img { transform: scale(1.2,1.2); }
	
}

/*------------------------------------*\
    $HOME PRIMARY
\*------------------------------------*/

.home-primary { background-color: #f9f9f9; }

.home-primary-section { padding: 2.8125em 0; }

.home-primary .item-even {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.35);
}

.home-primary-heading {
	font-size: 2.1875em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	font-weight: 700;
}

@media screen and (max-width: 43.6875em) {

	.home-primary-section { display: none; }

	.home-primary-04 { display: block; }
	
}

@media screen and (min-width: 61.25em) {

	.home-primary-section { padding: 4.375em 0; }
	
}

@media screen and (min-width: 112.5em) {

	.home-primary-01 {
		background-image: url(images/bg-print-01.png);
		background-repeat: no-repeat;
		background-position: 0 100%;
	}

	.home-primary-03 {
		background-image: url(images/bg-print-02.png);
		background-repeat: no-repeat;
		background-position: 100% 100%;
	}
	
}

/*------------------------------------*\
    $HOME GALLERY
\*------------------------------------*/

.gallery-carousel { 
	position: relative;
	margin-bottom: 1.5em; 
}

.gallery-carousel button {
	position: absolute;
	top: 50%;
	left: -25px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	text-indent: -999em;
	background-color: transparent;
	border: none;
	padding: 0;
}

.gallery-carousel .slick-next {
	left: auto;
	right: -25px;
}

.gallery-carousel button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 50px;
	background: url(images/sprite.png) -100px -600px no-repeat;
}

.gallery-carousel .slick-next:before {
	left: auto;
	right: 0;
	background-position: -200px -600px;
}

.gallery-carousel .slick-disabled { opacity: 0; }

@media screen and (min-width: 61.25em) {

	.gallery-carousel {
		width: 51.25em;
		margin: 0 auto 1.618em auto;
	}
	
}

/*------------------------------------*\
    $SOCIAL 
\*------------------------------------*/

.social {
	padding: 0.3125em 0;
	background-color: #333;
	text-align: center;
}

.social li {
	display: inline-block;
	padding: 15px;
}

.social .icon {
	position: relative;
	width: 56px;
	height: 56px;
}

.social .icon:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #333;
	background-image: url(images/sprite.png);
	opacity: 0;
	transition: all .25s ease-in-out;
}

.social .icon:hover:before { opacity: 1; }





/*------------------------------------*\
    $HOME TEAM
\*------------------------------------*/

.layout-home-team .grid { margin-left: 0.625em; }

.layout-home-team .grid-item { padding-left: 0.625em; }

.layout-home-team .team-item { position: relative; }

.layout-home-team .team-item a {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.layout-home-team-image { margin-bottom: 1.25em; }

.layout-home-team-heading {
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 0.25em;
	font-weight: 700;
}

.layout-home-team-subheading {
	font-size: 0.875em;
	font-weight: 400;
}

@media screen and (min-width: 61.25em) {

	.layout-home-team { 
		width: 51.25em; 
		margin: 0 auto;
	}
	
}

/*------------------------------------*\
    $BANNER
\*------------------------------------*/

.banner {
    width: 100%;
    height: 21.875em;
	position: relative;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 10px rgba(0,0,0,.35);
}

.banner-top {
	height: 15px;
	background: url(images/bg-feature.jpg);
}

@media all and (min-width: 61.250em) { /* 980px */

	.banner { 
		background-size: auto; 
		height: 31.875em;
	}

	.banner-content { top: 7em; }

	.banner-heading {
		font-size: 3.75em;
		line-height: 1.1em;
	}

	.banner p {
		font-size: 1.25em;
		line-height: 1.3em;
	}

}

/*------------------------------------*\
    $CONTENT
\*------------------------------------*/

.content h2, .content h3, .content h4, .content h5, .content h6 {
	font-family: 'Proxima Nova W01 Alternate', Arial, sans-serif;
	font-weight: 700;
}

@media all and (max-width: 43.6875em) { /* 43.75em */

	.page-title { font-size: 1.75em; }

	.content h2, .content h3, .content h4, .content h5, .content h6 {
		font-size: 1.125em;
		line-height: 1.4em;
	}	

}

@media screen and (min-width: 43.75em) {

	.cta-content {
		font-size: 1.25em;
	}
	
}

@media all and (min-width: 61.250em) { /* 980px */

	.content {
		float: left;
		padding: 0;
		width: 40em;
	}
	
	.content-right { float: right; }
	
	.content-full { 
		float: none;
		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: 700;
	text-align: left;
}

/*------------------------------------*\
    $CONTENT LISTS
\*------------------------------------*/

.content li { 
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 0.875em; 
}

.content li > ul, .content li > ol { 
    margin-top: 0.625em; 
    margin-bottom: 0;
}

.content ul li:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(images/sprite.png) -300px -500px no-repeat;
}

/*------------------------------------*\
    $NUMBERED LIST
\*------------------------------------*/

.content ol { 
	list-style: none;
	margin-left: 0;
	counter-reset: number-counter;
}

.content ol li:before {
	content: counter(number-counter)'.';
	counter-increment: number-counter;
	position: absolute;
	top: 0;
	left: 0;
	color: #920023;
	font-weight: 700;
}

/*------------------------------------*\
    $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 -500px 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.list-pages-shortcode {
	list-style: none;
	margin-left: 0;
}

ul.list-pages-shortcode li { 
	border-bottom: 1px solid #fff; 
	margin-bottom: 0;
	padding-left: 0;
}

ul.list-pages-shortcode li:before { display: none; }

ul.list-pages-shortcode a { 
	position: relative;
	display: block; 
	background-color: #930024;
	color: #fff;
	padding: 0.625em 2em 0.625em 1em;
}

ul.list-pages-shortcode a:hover {
	background-color: #820d1f;
	text-decoration: none;
}

ul.list-pages-shortcode a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.625em;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(images/sprite.png) -100px -200px no-repeat;    
}

/*------------------------------------*\
    $BLOCKQUOTE
\*------------------------------------*/

blockquote {
	position: relative;
	font-size: 1.125em;
	line-height: 1.618em;
	font-style: italic;
	border-left: 1px solid #920023;
	padding-left: 1.25em;
}

blockquote p:last-child { margin: 0 }

@media all and (min-width: 43.75em) {

	blockquote { 
		padding-left: 1.5em; 
		margin-left: 120px;
	}

	blockquote:before {
		content: '';
		position: absolute;
		top: 50%;
		left: -120px;
		margin-top: -47px;
		width: 95px;
		height: 95px;
		background: url(images/sprite.png) -200px -500px no-repeat;
	}

}

/*------------------------------------*\
    $BLOG
\*------------------------------------*/

.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;
	border-radius: 2px;
}

/*------------------------------------*\
    $CONTENT IMAGES
\*------------------------------------*/

@media all and (max-width: 25em) { /* 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;
	border-bottom: 1px solid #ddd;
}

/*------------------------------------*\
    $GALLERY
\*------------------------------------*/

.gallery { 
	margin-left: -0.625em; 
}

.gallery-item { 
	float: left;
	width: 33.333%;
	padding-left: 0.625em;
	padding-bottom: 0.625em; 
	transition: all .25s ease-in-out;
}

.gallery br { display: none; }

.gallery img {
	width: 100%;
	height: auto !important;
}

@media screen and (min-width: 43.75em) {

	.gallery { margin-left: -1.5em; }

	.gallery-item {
		padding-left: 1.5em;
		padding-bottom: 1.5em;
	}

	.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%; }

}

/*------------------------------------*\
    $MASONRY THUMBNAIL GALLERY
\*------------------------------------*/

.gallery-thumb .gallery-item-image, .gallery-preview-image  {
	position: relative;
	padding: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,.35);
}

.gallery-thumb .gallery-item-image:before, .gallery-preview-image:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 8px;
	margin-top: -4px;
	background-color: #fff;
}

.postid-1886 .gallery-thumb .gallery-item-image:before { display: none; }

/*------------------------------------*\
    $GALLERY PREVIEW
\*------------------------------------*/

.gallery-preview {
	position: relative;
	z-index: 5;
}

.gallery-preview-image {
	margin-bottom: 1em;
}

.gallery-archive-item { text-align: center; }

.gallery-archive-image { margin-bottom: 1em; }

@media screen and (min-width: 43.75em) {

	.gallery-preview {
		float: right;
		width: 30%;
		margin: 0 0 1em 2em;
	}
	
}

/*------------------------------------*\
    $GALLERY ARCHIVE 
\*------------------------------------*/

.gallery-archive-heading {
	text-align: center;
	text-transform: uppercase;
}

@media screen and (min-width: 4.375em) {

	.gallery-archive-heading {
		font-size: 1.875em;
	}
	
}

/*------------------------------------*\
    $SIDEBAR
\*------------------------------------*/

@media all and (min-width: 61.250em) { /* 980px */

	.sidebar {
		float: right;
		width: 18.75em;
	}	

}

.sidebar > div, .sidebar-blog > div { margin-bottom: 3.75em; }

.sidebar-heading { 
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: 0.75em;
	text-align: center;
}

.sidebar-logo img { margin-bottom: 1.5em; }

/*------------------------------------*\
    $SIDEBAR CTA
\*------------------------------------*/

.sidebar-cta {
	background-color: #820d1f;
	padding: 1.25em;
}

/*------------------------------------*\
    $ISLAND
\*------------------------------------*/

.island {
	padding: 1em 1.168em;
	color: #fff;
}

.island-heading { color: #fff; }

/*------------------------------------*\
    $UI LIST
\*------------------------------------*/

.ui-list { margin-bottom: 0; }

.ui-list li { margin-bottom: 1px; }

.ui-list a {
    display: block;
    padding: 0.75em 1em;
	line-height: 1.4em;
	font-weight: normal;
	color: #555;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	text-align: center;
}

.ui-list a:hover, .ui-list .current_page_item a { 
	text-decoration: none; 
	background-color: #930024;
	color: #fff;
	border-color: #930024;
}

/*------------------------------------*\
    $SEARCH
\*------------------------------------*/

.form-search { position: relative; } 

.form-search input.search-input { 
	width: 100%;
	margin: 0;
	padding: 0.5em;
	color: #666;
	border: solid #eee;
	border-width: 1px 0 1px 1px;
}

.form-search .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 45px;
	border: none;
	text-indent: -9999em;
	margin: 0;
}

.form-search .search-submit:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-right: -8px;
	background: url(images/sprite.png) -200px -100px no-repeat;
}

/*------------------------------------*\
    $SIDEBAR - LEFT
\*------------------------------------*/

.sidebar-left-heading {
	font-weight: 700;
}

.sidebar-left .contact-item { 
	margin-bottom: 1.25em; 
	border-top: 1px solid #ddd;
}

.sidebar-left .contact-detail {
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
}

.sidebar-left h4 {
    font-size: 1em;
    line-height: 1em;
    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 }

@media all and (min-width: 61.250em) { /* 980px */

	.sidebar-left-heading {
		font-size: 1.5em;
		margin-bottom: 0.5em;
	}

	.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 0; }	
	
	.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 {
	text-align: center;
	padding: 1.25em;
}

.footer-body {
	font-size: 0.813em;
    line-height: 1.4em;
}

.footer p, .footer a { color: #777; }

.footer a { font-weight: normal; }

.footer a:hover { color: #444 }





/*------------------------------------*\
    3. $MODULE
\*------------------------------------*/ 

/*------------------------------------*\
    $NAV
\*------------------------------------*/ 

ul.nav, .nav ul { 
    margin: 0;
    padding: 0;
}

.nav li { float: left; }

.nav a { display: block; }

.nav a:hover { text-decoration: none; }

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; }

/*------------------------------------*\
    $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-left-s { background-position: -400px -200px; }
.icon-arrow-right-s { background-position: -500px -200px; }

/*------------------------------------*\
    $ROW 4
\*------------------------------------*/

.icon-arrow-down-s { background-position: 0 -300px; }
.icon-arrow-up-s { background-position: -100px -300px; }
.icon-triangle-down { background-position: -200px -300px; }
.icon-facebook { background-position: -300px -300px; }
.icon-twitter { background-position: -400px -300px; }
.icon-googleplus { background-position: -500px -300px; }

/*------------------------------------*\
    $ROW 5
\*------------------------------------*/

.icon-instagram { background-position: 0 -400px; }
.icon-youtube { background-position: -100px -400px; }
.icon-facebook:before { background-position: -200px -400px; }
.icon-twitter:before { background-position: -300px -400px; }
.icon-googleplus:before { background-position: -400px -400px; }
.icon-instagram:before { background-position: -500px -400px; }

/*------------------------------------*\
    $ROW 6
\*------------------------------------*/

.icon-youtube:before { background-position: 0 -500px; }

/*------------------------------------*\
    $RETINA ICONS
\*------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
	.icon, .nav-touch-toggle, .flex-direction-nav a, ul.list-ticked li:before, ul.child-pages a:before, ul.list-pages a:before,.form-search .search-submit:before, .list-accordion-title a:before, .nav-touch .menu-item-has-children > a:before, .nav-touch ul ul a:before, .nav-primary > li.menu-item-has-children > a:before, .nav-primary > li.current-menu-item > a span:before, .nav-primary > li.current-menu-ancestor > a span:before, .flex-direction-nav a:before, .gallery-carousel button:before, .social .icon:before, .content ul li:before, blockquote:before, .nav-breadcrumb .breadcrumb-divider, .nav-touch .menu-item-has-children > a:before, .nav-touch ul ul a:before  {
		background-image: url(images/sprite@2x.png);			
		background-size: 600px 800px;
	}
		
}

/*------------------------------------*\
    $EXTERNAL ICONS
\*------------------------------------*/

.icon-surf {
	background: url(https://s3-ap-southeast-2.amazonaws.com/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-title { 
	font-size: 1em;
	margin-bottom: 0;
	border-bottom: 1px solid #fff; 
}

.list-accordion-title.open { border-bottom: none; }

.list-accordion-title a { 
	display: block; 
	position: relative; 
	padding: 0.625em 2em 0.625em 1em;
	background-color: #930024;
	color: #fff; 
}

.list-accordion-title a:hover, .list-accordion-title.open a {
	background-color: #820d1f;
	text-decoration: none;
}

.list-accordion-content { padding: 0.625em 0.625em 0 0.625em; }

.list-accordion-title a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	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; }

/*------------------------------------*\
    $CTA MOBILE
\*------------------------------------*/

.cta-mobile {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.nav-cta-mobile { 
	font-size: 0.875em; 
	text-transform: uppercase;
	text-align: center;
}

.nav-cta-mobile li { 
	width: 33.333%; 
	border-right: 1px solid #fff;
}

.nav-cta-mobile li:last-child { border-left: none; }

.nav-cta-mobile a {
	background-color: #930024;
	color: #fff;
	padding: 0.75em 0;
}

.nav-cta-mobile a:hover {
	background-color: #820d1f;
	text-decoration: none;
}

/*------------------------------------*\
    
    $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;
}

.site { position: relative; }

.site:before {
	content: '';
	transition: background .3s ease-in-out;	
}

.sidr-open .site:before {
	content: '';
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.75);
}

/*------------------------------------*\
    $NEWSLETTER SUBSCRIPTION
\*------------------------------------*/

.subscribe {
	background-color: #f9f9f9;
	padding: 2.5em 0;
	text-align: center;
}

.not-home .subscribe { box-shadow: 0 0 10px rgba(0,0,0,.35); }

.form-subscribe input[type="text"] { 
	padding: 0.75em; 
	width: 100%;
	font-size: 1em;
	line-height: 1em;
	border-radius: 10px;
	border: 1px solid #e2e2e2;
}

@media screen and (min-width: 43.75em) {

	.subscribe-heading {
		font-size: 1.875em;
		line-height: 1.4em;
		margin-bottom: 0.5em;
	}

	.subscribe .grid { margin-left: -0.625em; }

	.subscribe .grid-item { 
		padding-left: 0.625em; 
		width: 50%;
	}

	.subscribe .grid-gamma { 
		width: 100%; 
		padding-top: 1.25em;
	}

	.form-subscribe input[type="submit"] { padding: 0.85em 2em; }
		
}

@media screen and (min-width: 61.25em) {

	.subscribe { 
		padding: 1.5em 0; 
		text-align: left;
	}

	.subscribe-content, .subscribe-form { 
		float: left; 
		width: 28%;
	}

	.subscribe-form { width: 72%; }

	.subscribe-heading { margin-bottom: 0; }

	.subscribe .grid-item { width: 38%; }

	.subscribe .grid-gamma {
		width: 24%;
		padding-top: 0;
	}

	.form-subscribe input[type="text"] { padding: 1em; }

	.form-subscribe input[type="submit"] {
		display: block;
		width: 100%;
	}
	
}

@media screen and (min-width: 112.5em) {

	.subscribe {
		background-image: url(images/bg-print-01.png);
		background-repeat: no-repeat;
		background-position: 0 50%;
	}

}

/*------------------------------------*\
    $BREADCRUMBS
\*------------------------------------*/

.breadcrumb {
	padding: 0.5em 0;
	margin-bottom: 1em;
	background-color: #f9f9f9;
	box-shadow: 0 0 10px rgba(0,0,0,.35);
}

.nav-breadcrumb {
	font-size: 0.875em;
	line-height: 1em;
}

.nav-breadcrumb a { 
	font-weight: 400;
	color: #555; 
}

.nav-breadcrumb .breadcrumb_last { color: #930024; }

.nav-breadcrumb .breadcrumb-divider {
	display: inline-block;
	width: 5px;
	height: 7px;
	background: url(images/sprite.png) -100px -500px no-repeat;
	margin: 0 5px;
}

@media screen and (min-width: 61.25em) {

	.breadcrumb { 
		padding: 1em 0; 
		margin-bottom: 2.5em;
	}

	.nav-breadcrumb { font-size: 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;
	border-radius: 15px;
}

.page-conversion-intro img { 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;
	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: 1em; }

@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; }

}


/*------------------------------------*\
    $AREA
\*------------------------------------*/

.area {
    color: #fff;
    background-color: #808080;
    padding: 1.125em;
}

.area-heading, .list-area-heading { 
    display: inline; 
    color: #fff;
    font-size: 0.875em;
    line-height: 1.3em;
    margin-bottom: 0;
    font-weight: normal;
}

.area-heading { font-weight: 700; }

.list-area-heading a {
    color: #fff;
    font-weight: normal;
}

/*------------------------------------*\
    $CONTACT GLOBAL 
\*------------------------------------*/

.contact-global { 
	background-color: #920023; 
	color: #fff;
}

.map {
	position: relative;
	height: 12.5em;
	background: url(images/map.jpg) 34% 28% no-repeat;
}

.map-link {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.contact-global-content { padding: 1.25em 0; }

.contact-global-heading {
	color: #fff;
	font-weight: 700;
}

.contact-global-content a { color: #fff; }

.list-contact-global .is-title { display: block; }

.list-contact-global li { margin-bottom: 0.625em; }

@media screen and (min-width: 30em) {

	.map { height: 20em; }
	
}

@media screen and (min-width: 43.75em) {
	
	.contact-global { position: relative; }

	.map { 
		height: 35em; 
		background-position: 50% 50%;
	}

	.contact-global-content {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		bottom: 0;
		padding: 1.25em 2.5em;
		width: 30.625em;
		background-color: #930024;
		background-color: rgba(147, 0, 36, 0.9);
	}

	.contact-global-heading {
		font-size: 2em;
		line-height: 1.1em;
		margin-bottom: 0.65em;
	}

	.contact-global ul, .contact-global p {
		font-size: 0.9375em;
		line-height: 1.4em;
	}

	.list-contact-global li {
		position: relative;
		padding-left: 120px;
	}

	.list-contact-global .is-title {
		position: absolute;
		left: 0;
		top: 0;
	}
	
}

@media screen and (min-width: 61.25em) {

	.contact-global-content {
		right: 50%;
		margin-right: -30.625em;
	}
	
}


/*------------------------------------*\
    $CTA GLOBAL
\*------------------------------------*/

.cta-global { padding: 1.25em 0; }

.cta-global-heading {
	font-size: 1.875em;
	margin-bottom: 0.5em;
}

.cta-global-number {
	text-transform: uppercase;
}

.cta-global-number a {
	color: #fff;
	font-weight: 400;
	display: block;
	font-size: 1.25em;
}

.cta-global .button {
	font-size: 1.25em;
}

@media screen and (min-width: 43.75em) {
	
	.cta-global { padding: 2.5em 0; }

}

@media screen and (min-width: 61.25em) {

	.cta-global { padding: 3.125em 0; }

	.cta-global .grid { margin-left: -3.125em; }

	.cta-global .grid-item { 
		padding-left: 3.125em;
		width: 64%; 
	}

	.cta-global .grid-beta { width: 36%; }

	.cta-global-heading { 
		font-size: 3.75em; 
		line-height: 1em;
	}

	.cta-global-content p {
		font-size: 1.25em;
		margin-bottom: 0;
	}
	
}

/*------------------------------------*\
    $FEED
\*------------------------------------*/

.feed {
	padding: 2.5em 0;
	box-shadow: 0 0 10px rgba(0,0,0,.35);
}

.feed-item-meta {
	color: #fff;
	background-color: #930024;
	font-size: 0.9375em;
	line-height: 1em;
	padding: 0.5em;
}

.feed-item-image { margin-bottom: 1em; }

.feed-item-heading {
	font-size: 1.25em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-weight: 700;
}

.feed .button-group { text-align: center; }

@media screen and (min-width: 61.25em) {

	.feed { padding: 4.375em 0; }

	.feed-item-heading {
		font-size: 1.5em;
	}

	.feed .button-group { text-align: left; }
	
}


/*------------------------------------*\
    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);
	   opacity: 0;
}

.no-transition { transition: none; }

.spinner {
	height: 60px;
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	animation: rotation 1s infinite linear;
	border-left: 6px solid rgba(255,255,255,.15);
	border-right: 6px solid rgba(255,255,255,.15);
	border-bottom: 6px solid rgba(255,255,255,.15);
	border-top: 6px solid rgba(255,255,255,.8);
	border-radius: 100%;
}

@keyframes rotation {
	from { transform: rotate(0deg); }
	to { transform: rotate(359deg); }
}

/*------------------------------------*\
    $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;
}





/*------------------------------------*\
    5. $THEME
\*------------------------------------*/

/*------------------------------------*\
    $COLOURS
\*------------------------------------*/

/* Brand primary and secondary colours */
.bpc, blockquote { color: #920023; }
.bsc { color: #333; }

.text-white { color: #fff; }
.text-light { color: #eee; }
.text-neutral { color: #808080; }
.text-dark { color: #333; }

::selection {
    background: #920023;
    color: #fff;
    text-shadow: none;
}

/*------------------------------------*\
    $BACKGROUNDS
\*------------------------------------*/

/* Brand primary and secondary background colours */
.bpb { background-color: #920023; }
.bsb, .island { background-color: #333; }

.bg-light { background-color: #eee; }
.bg-neutral { background-color: #808080; }
.bg-dark { background-color: #333; }




