@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);
/*
Theme Name: 5 Star XX15
Theme URI: https://www.lilacjames.com
Author: Matt Easom
Author URI: https://matteasom.com
Description: 5 Star theme commissioned for Lilac James.
Version: 1.0.1
Text Domain: five-star
Tags:

5 Star XX15 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 18px;
	font-size: 1.05rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 720px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

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

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

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

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

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

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

.gallery-columns-3 .gallery-item {
	max-width: 32.6633%;
	margin:0.8em 1% 0.8em 0;
}

.gallery-columns-3 figure:nth-of-type(3n).gallery-item {
	margin-right:0;
}

.gallery-columns-4 .gallery-item {
	max-width: 24.25%;
	margin:0.8em 1% 0.8em 0;
}

.gallery-columns-4 figure:nth-of-type(4n).gallery-item {
	margin-right:0;
}

.gallery-columns-5 .gallery-item {
	max-width: 18.4%;
	margin:0.8em 2% 0.8em 0;
}

.gallery-columns-5 figure:nth-of-type(5n).gallery-item {
	margin-right:0;
}

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Smooth
--------------------------------------------------------------*/

.kill {
	line-height:0;
	height:0;
	clear:both;
	visibility:hidden;
}

b, strong {
    font-weight: 600;
}

.site {
	display:block;
	position:relative;
	width:100%;
	min-width:320px;
	color:#32363c;
	font-family: "Futura Light", "Futura Std Light", "Raleway", sans-serif;
	font-weight: 100;
}

.entry-content p {
	margin-top:0;
}

.site-branding,
.menu-header-container,
.menu-social-container,
.site-content,
.footer-content {
	display:block;
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

.site-content {
	padding-bottom:3%;
}

#content {
	z-index:1;
}

.site-header {
	background:#261a40;
	z-index:3;
}

.site-header .site-title {
	margin:0 0 2px;
}

.site-header .site-title a {
	display:block;
	width:180px;
	height:120px;
	margin:0;
	overflow:hidden;
	text-indent:-2000px;
	background-image:url('img/skk-logo2.png');
	background-repeat:no-repeat;
	background-position: 0% 50%;
	background-size: auto 70%;
}

.site-branding .contact {
	position:absolute;
	top:0;
	right:0;
	width:263px;
	margin:0;
	padding:0;
	text-align: right;
}

.site-branding a.phone,
.site-branding a.email {
	display:inline-block;
	font-family: "Futura Light", "Futura Std Light", "Raleway", sans-serif;
	font-weight:200;
	text-decoration:none;
	color:#f7f7f9;
	font-size:1.15em;
	line-height:1.3em;
}

.site-branding a.phone {
	margin:0.91em 0 0.15em;
	font-size:1.2em;
	font-weight:300;
}

#social-menu-head {
	position:absolute;
	top:-60px;
	right:0;
	margin:0;
	padding:0;
	list-style:none;
}

#social-menu-head li {
	display:block;
	width:18px;
	height:18px;
	margin:1.5em 0 0 0.5em;
	float:left;
}

#social-menu-head li a {
	display:block;
	width:18px;
	height:18px;
	background-repeat:no-repeat;
	background-size:auto 300%;
	overflow:hidden;
	text-indent:-2000px;
	text-decoration:none;
}

#head-image.featured-image {
	display:block;
	position:relative;
	width:100%;
	height:420px;
	border-bottom:solid 2px #f7f7f9;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:2;
	/* animate it*/
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

#head-image.featured-image.default {
	background-image:url('img/education1.jpg');
}

#head-image.featured-image.cycle .feat-slide {
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

#head-image.featured-image .mask {
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(50,54,60,0.25);
	z-index:101;
}

.home #head-image.featured-image {
	height:600px;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
}

#head-image.shrink {
	height:340px !important;
}

.main-navigation {
	position:absolute;
	top:0;
	left:0;
	color:#32363c;
	background-color:rgba(255,255,255,0.8);
	font-family:'Raleway', 'Helvetica', Arial, sans-serif;
	font-weight:300;
	font-size:0.75em;
	text-transform:uppercase;
	z-index:150;
}

#menu-item-2079,
#menu-item-2080,
#menu-item-2081 {
	display:none;
}

#primary-menu > li {
	margin-right:0.3em;
}

#primary-menu > li > a {
	padding:0.3em 0.6em;
	color:#32363c;
	font-size:1.2em;
}

#primary-menu > li.menu-item-has-children > a {
	padding:0.3em 0.9em 0.3em 0.6em;
	background-image:url('img/nav-parent.png');
	background-position:96% 60%;
	background-repeat:no-repeat;
	background-size:auto 18%;
}

#primary-menu .sub-menu {
	top:2.5em;
	background-color:rgba(255,255,255,0.92);
}

#primary-menu .sub-menu a {
	padding:0.1em 0.6em;
	color:#32363c;
	font-size:1.2em;
}

#primary-menu a:hover {
	background-color:rgba(255,255,255,0.97);
}

#primary-menu .sub-menu .sub-menu {
	top:0;
	background-color:rgba(255,255,255,0.92);
}

.featured-image .banner-content {
	position:absolute;
	bottom:18%;
	width:100%;
	padding:10px 25% 16px;
	font-family:'Raleway', 'Helvetica', Arial, sans-serif;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	background-color:rgba(50,54,60,0.6);
	z-index:105;
}

.featured-image h3 {
	margin:0.2% 0 2%;
	padding:0 12%;
	font-size:1.2em;
	line-height:1.3em;
}

.featured-image a.faux-button {
	display:inline-block;
	margin:0;
	padding:1.2% 5%;
	border:solid 2px #fff;
	font-size:0.85em;
	cursor:pointer;
	text-decoration:none;
	color:#fff;
}

a:hover.faux-button {
	-webkit-box-shadow: -1px 2px 12px -4px rgba(0,0,0,0.8);
	-moz-box-shadow: -1px 2px 12px -4px rgba(0,0,0,0.8);
	box-shadow: -1px 2px 12px -4px rgba(0,0,0,0.8);
}

.search-form {
	position:absolute;
	bottom:-29px;
	right:1%;
	width:250px;
	padding:0 30px 0 0;
	z-index:20;
}

.search-form input[type=text] {
	width:100%;
	border:none;
	border-radius:0;
	background-color:rgba(70,70,70,0.2);
	font-size:0.85rem;
	line-height:1.1em;
}

.search-form input:focus[type=text] {
	background-color:rgba(255,255,255,0.95);
}

.search-form input[type=image] {
	position:absolute;
	bottom:2px;
	right:0;
	width:20px;
	height:auto;
}


/* headings */

h1.entry-title {
	font-family: 'Futura', 'Raleway', 'Helvetica', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}

h2.entry-subtitle {
	font-family: 'Futura', 'Raleway', 'Helvetica', Arial, sans-serif;
	font-weight:300;
}

/* breadcrumb */

ol.breadcrumb {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	font-size:0.7em;
	color:#7ac7d7;
	font-family: 'Futura', 'Raleway', 'Helvetica', Arial, sans-serif;
	font-weight:400;
}

ol.breadcrumb li {
	display:inline-block;
	margin-right:0.5em;
}

ol.breadcrumb a {
	color:#7ac7d7;
	text-decoration:none;
}

/* split page templates */

.page-template-page_contact #primary,
.page-template-page_resort #primary,
.page-template-page_holiday #primary,
.page-template-page_reviewside #primary,
.page-template-default #primary,
.page-template-page_sidebar2 #primary,
.page-template-page_imageside #primary,
.page-template-page_signup #primary,
.single-post #primary,
.blog #primary,
.search #primary {
	display:block;
	width:57%;
	margin-right:8%;
	float:left;
}

.page-template-page_contact #secondary,
.page-template-page_resort #secondary,
.page-template-page_holiday #secondary,
.page-template-page_reviewside #secondary,
.page-template-default #secondary,
.page-template-page_sidebar2 #secondary,
.page-template-page_imageside #secondary,
.page-template-page_signup #secondary,
.single-post #secondary,
.blog #secondary,
.search #secondary {
	display:block;
	width:35%;
	float:left;
}

.page-template-page_contact h1.entry-title,
.page-template-page_resort h1.entry-title,
.page-template-page_holiday h1.entry-title,
.page-template-page_reviewside h1.entry-title,
.page-template-default h1.entry-title,
.page-template-page_sidebar2 h1.entry-title,
.page-template-page_imageside h1.entry-title,
.single-post h1.entry-title,
.blog h2.entry-title,
.search h2.entry-title {
	margin:1.5em 0 0.4em;
	font-family:'Raleway', 'Helvetica', Arial, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	color:#000;
}

.page-template-page_contact h2.entry-subtitle,
.page-template-page_resort h2.entry-subtitle,
.page-template-page_holiday h2.entry-subtitle,
.page-template-page_reviewside h2.entry-subtitle,
.page-template-default h2.entry-subtitle,
.page-template-page_sidebar2 h2.entry-subtitle,
.page-template-page_imageside h2.entry-subtitle {
	margin:0.8em 0 0;
	font-size:1.1em;
	text-transform:uppercase;
}

.page-template-page_contact .entry-content,
.page-template-page_resort .entry-content,
.page-template-page_holiday .entry-content,
.page-template-page_reviewside .entry-content,
.page-template-default .entry-content,
.page-template-page_sidebar2 .entry-content,
.page-template-page_imageside .entry-content,
.single-post .entry-content,
.blog .entry-summary,
.search .entry-summary {
	font-family:'Raleway', 'Helvetica', Arial, sans-serif;
	font-size:0.85em;
	font-weight:400;
	color:#32363c;
}

.page-template-page_resort .entry-content h4,
.page-template-page_holiday .entry-content h4,
.page-template-default .entry-content h4,
.page-template-page_sidebar2 .entry-content h4 {
	font-size:1.2em;
	font-weight:400;
	text-transform:uppercase;
	color:#000;
}

.entry-content .page p > img {
	margin-top:0.5em;
}

aside.info {
	display:block;
	margin:0 0 1.2em;
	padding:20px 16px;
	color:#32363c;
	background:#d8d8d8;
	font-family:'Raleway', 'Helvetica', Arial, sans-serif;
}

h2.info-title {
	margin:0 0 1em;
	font-size:1.2em;
	font-weight:400;
	text-align:right;
}

h5.info-title {
	width:85%;
	margin:0 0 0.5em 15%;
	padding:0 0 0.1em;
	border-bottom:solid 1px #261a40;
	font-size:1em;
	font-weight:400;
	text-align:right;
	text-transform:uppercase;
}

aside.info ul {
	margin:0 0 1.3em;
	padding:0;
	list-style:none;
}

aside.info a {
	color:#7e4e24;
	text-decoration:none;
	text-transform:uppercase;
}

aside.info a:hover {
	text-decoration:underline;
}

aside.info ul li {
	display:block;
	text-align: justify;
	font-size:0.8em;
}

.side-button {
	display:block;
	margin:0 0 20px;
	padding:14px 6px;
	font-family:'Raleway', 'Helvetica', Arial, sans-serif;
	font-size:1.1em;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	background:#261a40;
}

a.side-button {
	color:#fff;
	text-decoration:none;
}

a:hover.side-button {
	-webkit-box-shadow: -1px 2px 12px -4px rgba(0,0,0,0.8);
	-moz-box-shadow: -1px 2px 12px -4px rgba(0,0,0,0.8);
	box-shadow: -1px 2px 12px -4px rgba(0,0,0,0.8);
}

.site-side.gallery {
	padding:0.8em;
	background:#e5e2da;
}

.site-side.gallery .gallery {
	margin-bottom:0;
}

.site-side.gallery .gallery-item {
	display:block;
	margin-top:0;
	margin-bottom:0;
	padding:2%;
	float:left;
}

/* widgets */

h4.widget-title {
	margin-bottom:0.8em;
	font-family: "Raleway","Helvetica",Arial,sans-serif;
	text-transform: uppercase;
	color: #000;
}

.widget > ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:0.8em;
}

.widget > ul > li {
	margin-bottom:0.5em;
}

.widget ul a {
	color:#858585;
	text-decoration:none;
	text-transform:uppercase;
}

.page-template-page_signup .faux-widget {
	margin-top:2em;
	padding:1.2em;
	color:#fff;
	background:#261a40;
}

.page-template-page_signup .faux-widget h4.widget-title {
	width:100%;
	margin-top:0em;
	color:#fff;
	text-align: center;
}

.page-template-page_signup #gform_wrapper_3 ul.gform_fields li.gfield {
	padding-right:0;
}

#gform_submit_button_3 {
	margin-top:0.2em !important;
	font-size: 0.8em !important;
	padding: 0.8em 2em !important;
	border: solid 2px rgba(255,255,255,0.8) !important;
}

/* blog / search */

.blog h2.entry-title a,
.search-results h2.entry-title a {
	color:#000;
	text-decoration:none;
}

.blog h2.entry-title a:hover,
.search-results h2.entry-title a:hover {
	text-decoration:underline;
}

a.full-post {
	display:inline-block;
	margin-bottom:3%;
	padding: 1.4% 3%;
	color:#fff;
	background-color: #000; 
	font-family: "Raleway","Helvetica",Arial,sans-serif;
	font-size:0.9em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	float:right;
}


/* holiday type */

.page-template-page_holiday .content-area a.faux-button.book,
.page-template-page_resort .content-area a.faux-button.book {
	display: block;
	position:relative;
	width:35%;
	margin: 0 auto;
	padding: 1.6% 0;
	color: #FFF;
	background: #000;
	font-family:'Raleway', 'Helvetica', Arial, sans-serif;
	font-size: 0.85em;
	font-weight: 700;
	text-transform: uppercase;
	text-align:center;
	cursor: pointer;
	text-decoration: none;
	clear:both;
}

/* full width page templates */

.page-template-page_home h1.entry-title,
.page-template-page_home h2.entry-subtitle,
.page-template-page_explore h1.entry-title,
.page-template-page_explore h2.entry-subtitle,
.page-template-page_duo h1.entry-title,
.page-template-page_duo h2.entry-subtitle {
	text-align:center;
}

.page-template-page_home h1.entry-title,
.page-template-page_explore h1.entry-title,
.page-template-page_duo h1.entry-title {
	margin:1em 0 0.25em;
	padding:0 15%;
	font-size:1.65em;
}

.page-template-page_home h2.entry-subtitle,
.page-template-page_explore h2.entry-subtitle,
.page-template-page_duo h2.entry-subtitle {
	padding:0 25%;
	font-size:0.9em;
}

/* home page */

.primary-features {
	display:block;
	position:relative;
	width:100%;
	margin:0 0 5%;
}

.primary-features .feature {
	display:block;
	width:50%;
	min-height:190px;
	padding:2% 2% 4%;
	float:left;
	font-family:'Raleway', 'Helvetica', Arial, sans-serif;
	text-align:center;
}

.feature.search-feature {
	color:#fff;
	background:#261a40;
}

.feature.explore-feature {
	color:#000;
	background:#d8d8d8;
}

.primary-features h3 {
	font-size:0.95em;
	font-weight:700;
	text-transform:uppercase;
}

.primary-features p {
	padding:0 15%;
	font-size:0.8em;
	line-height:1.3em;
	font-weight:300;
}

.primary-features .faux-button,
.main-features .faux-button {
	display:inline-block;
	margin:0;
	padding:1.6% 5.5%;
	font-size:0.85em;
	font-weight:700;
	text-transform:uppercase;
	cursor:pointer;
	text-decoration:none;
}

.search-feature .faux-button {
	color:#000;
	background:#fff;
}

.explore-feature .faux-button {
	color:#fff;
	background:#261a40;
}

div.court {
	display:block;
	position:absolute;
	top:0;
	left:50%;
	width:8%;
	height:100%;
	margin-left:-4%;
	background-image:url('img/skk_centred_purp.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% auto;
	opacity:1;
}

.main-features {
	display:block;
	position:relative;
	width:100%;
	margin-bottom:3%;
	font-family:'Raleway', 'Helvetica', Arial, sans-serif;
}

.main-features .cheating {
	width:72%;
	margin:0 2% 0 0;
	float:left;
}

.main-features .feature {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.main-features .feature .faux-button {
	padding:0.6em 1.2em;
	color:#fff;
	background:#000;
	font-size:0.5em;
	text-decoration:none;
}

.main-features .feature.intro {
	position:relative;
	padding:0 56% 0 0;
	text-align:center;
}

.feature.intro h3 {
	margin-top:0;
	font-size:0.76em;
	font-weight:700;
	text-align:center;
}

.main-features .feature.intro .feature.coaches {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:53%;
	height:100%;
	background-image:url('img/coaches.png');
}

.main-features .feature.special-weeks {
	display:block;
	width:63%;
	min-height:150px;
	margin-right:2%;
	padding:0;
	float:left;
	background-image:url('img/special.png');
	text-align:center;
}

.main-features .feature.reviews {
	display:block;
	width:35%;
	padding:0;
	float:left;
	background-image:url('img/reviews.png');
	text-align:center;
}

.main-features .feature.gameon {
	background:url('img/gameon.png');
	background-position:center;
	background-size:cover;
}

.main-features .feature.special-weeks .faux-button,
.main-features .feature.reviews .faux-button {
	display:inline-block;
	position:relative;
	margin-bottom:1.2rem;
}

.main-features .special-weeks h4,
.main-features .reviews h4,
.main-features .coaches h4,
.main-features .gameon h4 {
	display:block;
	position:relative;
	margin:0;
	padding:0.8em 0 0.2em;
	text-align:center;
	color:#fff;
	font-family: 'Futura', 'Raleway', 'Helvetica', Arial, sans-serif;
	font-size:1.75em;
}

.main-features .coaches h4 {
		padding-top:2em;
		line-height:1em;
}

.main-features .feature h4 span {
	padding:0 0.1em;
	border-bottom:solid 1px #fff;
}

.main-features .feature h5 {
	margin:0;
	display:block;
	text-align:center;
	color:#fff;
	font-family: 'Futura', 'Raleway', 'Helvetica', Arial, sans-serif;
	font-weight:normal;
}

.main-features .feature.gameon {
	display:block;
	position:absolute;
	width:26%;
	height:49%;
	top:0;
	right:0;
}

.main-features .feature.newsletter {
	display:block;
	position:absolute;
	width:26%;
	height:49%;
	right:0;
	bottom:0;
	padding:0 0.9%;
	border:solid 1px #000;
	color:#000;
	background:#D8D8D8;
	text-align:center;
	font-family:'Raleway', 'Helvetica', Arial, sans-serif;
}

.feature.newsletter h4 {
	margin:0.7em 0;
	text-transform:uppercase;
	color:#000;
}

.feature.newsletter p {
	font-size:0.76em;
}

.feature.newsletter .gform_wrapper {
	max-width:100% !important;
	margin:0 !important;
}

.signup-form label {
	display:none !important;
}

.gform_wrapper .signup-form .top_label input.medium {
	display:block;
	position:relative;
	width: 100% !important;
	margin:0 !important;
	padding:0.2em 0.1em !important;
	font-size:0.8em !important;
	border-radius:0 !important;
	border:solid 1px #000;
}

.gform_wrapper .signup-form .gform_footer {
	margin:0.6em 0 0;
	padding:0;
	text-align:center;
}

.gform_wrapper .signup-form .gform_footer input {
	margin: 0 !important;
	padding: 0.5em 1.1em !important;
	border-radius:0;
	border:none !important;
	color:#fff;
	background:#000;
	font-size:0.95em !important;
	text-transform:uppercase;
	font-weight:700;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-shadow:none;
}

.gform_wrapper .signup-form div.validation_error {
	display:none !important;
}

#gform_wrapper_1.gform_wrapper .signup-form li.gfield.gfield_error,
#gform_wrapper_1.gform_wrapper .signup-form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	margin:0 !important;
	max-width:100% !important;
	font-size:0.8em !important;
	background-color:transparent !important;
	margin-bottom: 0 !important;
	border:none !important;
}

#gform_wrapper_1.gform_wrapper .signup-form li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	width:100% !important;
	max-width: 100% !important;
	margin:0.15em 0 !important;
	padding: 0 !important;
	text-align:center;
}

.main-features .feature.coaches.mask,
.main-features .feature.gameon.mask {
	background-image:none !important;
	background-color:rgba(50,54,60,0.7);
	opacity:0;
	text-align:center;
}

.main-features .feature .mask {
	position:relative;
	width:100%;
	height:100%;
	background-color:rgba(50,54,60,0.7);
	opacity:0;
}

.ugly-content,
.closing-statement {
	margin:0 0 3%;
	font-size:0.76em;
	font-family: "Raleway","Helvetica",Arial,sans-serif;
}

.ugly-content .column {
	width:38%;
	margin:0 2% 2% 0;
	float:left;	
}

.ugly-content .column.end-col {
	margin-right:0;
}

.ugly-content .content-sep {
	width:20%;
	margin:0 2% 2% 0;
	float:left;
	background-image:url('img/home-sep.png');
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	opacity:0.86;
}

.ugly-content h5 {
	margin:0 0 1.5em;
	font-size:1.1em;
	font-weight:700;
}

.ugly-content ul {
	margin:0 0 1.5em;
	padding:0;
	list-style:none;
	font-size:0.9em;
}

.ugly-content ul li {
	position:relative;
	display:block;
	padding:0.5% 3%;
	background:#B7B09C;
}

.ugly-content li:nth-of-type(even) {
	background:#E1E1E1;
}

.ugly-content li span {
	display:inline-block;
	width:60%;	
}

.ugly-content li span:nth-of-type(even) {
	width:39%;
	text-align:right;
}

.closing-statement {
	padding:2em 2%;
	text-align:center;
	font-size:0.8em;
	background:#eaebeb;
}

.closing-statement p {
	margin:0 0 1em;
}

.closing-statement p:nth-of-type(1) {
	margin:0 0 0.25em;
	font-family: 'Futura', 'Raleway', 'Helvetica', Arial, sans-serif;
	font-size: 1.65em;
}

.closing-statement p:last-of-type {
	font-weight:bold;
	margin-bottom:0.25em;
}

.home .select-destination ul.destinations {display:none;}

.home .select-destination.home-dest ul.destinations {display:block;}

/* explore page */

.page-template-page_explore h1.entry-title {
	padding:0 5%;
}

.page-template-page_explore h2.entry-subtitle {
	padding:0 3%;
}

ul.explore-features {
	display:block;
	width:100%;
	margin:0 0 2%;
	padding:0;
	list-style:none;
}

ul.explore-features li {
	display:block;
	width:49%;
	margin:0 2% 1.5% 0;
	float:left;
}

ul.explore-features li:nth-of-type(even) {
	margin-right:0;
}

ul.explore-features li > a {
	display:block;
	position:relative;
	height:220px;
	color:#fff;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

ul.explore-features li > a .mask {
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(50,54,60,0.6);
	opacity:0.6;
	z-index:0;
}

ul.explore-features li > a .feat-content {
	position:relative;
	z-index:5;
}

ul.explore-features li > a h3 {
	display:inline-block;
	min-width:32%;
	margin:16% 0 0;
	padding:0.6em;
	border:solid 2px #fff;
	font-family:'Raleway', 'Helvetica', Arial, sans-serif;
	font-size:1.3em;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	background-color:rgba(50,54,60,0.5);
}

ul.explore-features li.fixed-feature {
	position:relative;
	margin-top:0;
	padding:0;
	background-image:url('img/des-fixed01.png');
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

ul.explore-features li.fixed-feature.hol-type {
	background-image:url('img/hol-fixed01.png');
}

li.fixed-feature a {
	margin:0;
	padding:0;
}

li.fixed-feature h4,
li.fixed-feature p {
	margin:0.2em 0;
	font-family: "Raleway","Helvetica",Arial,sans-serif;
}

li.fixed-feature h4 {
	font-size: 1.35em;
	font-weight: 700;
	text-transform:uppercase;
}

li.fixed-feature p {
	padding:0 12%;
	font-size:0.85em;
}

ul.explore-features li.fixed-feature > a .feat-content {
	width:100%;
	position:absolute;
	top:12%;
}

li.fixed-feature .title-bar {
	display:block;
	width:100%;
	margin:0 0 1.5em;
	padding:6px 2%;
	background-color:rgba(67,67,67,0.45);
}

li.fixed-feature .faux-button {
	padding: 0.7em 1em;
	font-family: "Raleway","Helvetica",Arial,sans-serif;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	color:#000;
	background:#fff;
}

li:hover.fixed-feature .faux-button {
	-webkit-box-shadow: -1px 2px 12px -4px rgba(0,0,0,0.8);
	-moz-box-shadow: -1px 2px 12px -4px rgba(0,0,0,0.8);
	box-shadow: -1px 2px 12px -4px rgba(0,0,0,0.8);
}


/* select destination */

.select-destination {
	padding:0 0 4%;
}

.select-destination.home-dest {
	padding:2% 0 1%;
}

.select-destination .title-bar {
	display:block;
	position:relative;
	margin:5% 0 3%;
	padding:1px 0;
	background:#eaebeb;
}

.select-destination h3 {
	display:block;
	margin:1em 0 0.25em;
	font-family: 'Futura', 'Raleway', 'Helvetica', Arial, sans-serif;
	font-size:1.65em;
	text-align:center;
}

.select-destination .title-bar h3 {
	margin:0.55em 0 0.25em;
}

.select-destination h5 {
	display:block;
	margin:0.25em 0 3em;
	padding:0 25%;
	font-family:'Raleway', 'Helvetica', Arial, sans-serif;
	font-size:0.9em;
	font-weight:400;
	text-align:center;
}

.select-destination .title-bar h5 {
	margin:0.25em 0 1.2em;
}

.select-destination h5.wide {
	padding:0 3%;
}

.select-destination ul.destinations {
	display:block;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}

.select-destination ul li.destination {
	display:block;
	width:18%;
	margin:0 2.5% 2% 0;
	float:left;
}

.select-destination ul li.destination.dubai,
.select-destination ul li.destination.schools {
	margin-right:0;
}

.select-destination ul li.destination a {
	display:block;
	text-decoration:none;
}

.select-destination ul li.destination .featured-image {
	display:block;
	width:100%;
	height:0;
	margin-bottom:8%;
	padding-bottom:50%;
	background-color:#ccc;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	opacity:0.9;
}

.select-destination ul li.destination:first-of-type .featured-image {
	background-image:url('img/features/office-fitout.png');
}

.select-destination ul li.destination:nth-of-type(2) .featured-image {
	background-image:url('img/features/office-refurb.png');
}

.select-destination ul li.destination:nth-of-type(3) .featured-image {
	background-image:url('img/features/retail.png');
}

.select-destination ul li.destination:nth-of-type(4) .featured-image {
	background-image:url('img/features/Restaurant.png');
}

.select-destination ul li.destination:nth-of-type(5) .featured-image {
	background-image:url('img/features/Cafe.png');
}

.select-destination ul li.destination:nth-of-type(6) .featured-image {
	background-image:url('img/features/hotels-hospitality.png');
}
.select-destination ul li.destination:nth-of-type(7) .featured-image {
	background-image:url('img/features/Leisure.png');
}
.select-destination ul li.destination:nth-of-type(8) .featured-image {
	background-image:url('img/features/student-acc.png');
}
.select-destination ul li.destination:nth-of-type(9) .featured-image {
	background-image:url('img/features/education.png');
}
.select-destination ul li.destination:nth-of-type(10) .featured-image {
	background-image:url('img/features/Residential.png');
}

.select-destination ul li.destination.groups .featured-image {
	background-image:url('img/hol-groups.png');
}

.select-destination ul li.destination.corporate .featured-image {
	background-image:url('img/hol-corporate.png');
}

.select-destination ul li.destination.families .featured-image {
	background-image:url('img/hol-family.png');
}

.select-destination ul li.destination.singles .featured-image {
	background-image:url('img/hol-single.png');
}

.select-destination ul li.destination.schools .featured-image {
	background-image:url('img/hol-schools.png');
}

.select-destination ul li.destination h5 {
	padding:0.3em 0.2em;
	margin-bottom:0;
	font-family:'Raleway', 'Helvetica', Arial, sans-serif;
	font-size:0.8em;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	background:#000;
}

.select-destination ul li.destination a:hover .featured-image {
	opacity:1;
}

.select-destination li.destination a:hover h5 {
	-webkit-box-shadow: -1px 2px 12px -4px rgba(0,0,0,0.8);
	-moz-box-shadow: -1px 2px 12px -4px rgba(0,0,0,0.8);
	box-shadow: -1px 2px 12px -4px rgba(0,0,0,0.8);
}

/* footer */

.site-footer {
	display:block;
	padding:1% 0 3%;
	font-family:'Raleway', 'Helvetica', Arial, sans-serif;
	font-weight:400;
	color:#ccc;
	background-color:#261a40;
}

.site-footer h5 {
	margin:0.7em 0 0.34em;
	text-transform:uppercase;
	color:#f7f7f9;
	font-weight:400;
}

.site-footer a {
	color:#ccc;
	text-decoration:none;
}

.site-footer a:hover {
	color:#fff;
}

ul.foot-columns {
	display:block;
	list-style:none;
	margin:0;
	padding:0 0 2.5%;
	border-bottom:solid 1px #f7f7f9;
}

ul.foot-columns > li {
	display:block;
	width:19%;
	margin-right:1%;
	float:left;
}

ul.foot-columns > li.latest-news {
	width:40%;
	margin-right:0;
}

ul.foot-columns > li > div > ul {
	list-style:none;
	margin:0;
	padding:0;
	line-height:1.25em;
}

ul.foot-columns > li >div > ul a {
	font-size:0.8em;
}

#social-menu a {
	padding-left:0;
	background-repeat:no-repeat;
}

#social-menu li a:before {
	display:inline-block;
	width:1em;
	height:1em;
	margin:0 0.5em 0 0;
	content:"";
	background-image:url('img/social-sprite01.png');
	background-size:300%;
}

#social-menu li:first-of-type a:before {
	background-position:0% 0%;
}

#social-menu li:nth-of-type(2n) a:before {
	background-position: 50% 0;
}

#social-menu li:nth-of-type(3n) a:before {
	background-position: 50% 50%;
}

#social-menu li:nth-of-type(4n) a:before {
	background-position: 0% 50%;
}

#social-menu-head li a {
	background-image:url('img/social-sprite01.png');
}

#social-menu-head li:first-of-type a {
	background-position:0% 0%;
}

#social-menu-head li:nth-of-type(2n) a {
	background-position: 50% 0;
}

#social-menu-head li:nth-of-type(3n) a {
	background-position: 50% 50%;
}

#social-menu-head li:nth-of-type(4n) a {
	background-position: 0% 50%;
}

.site-info {
	display:block;
	width:59%;
	margin-right:1%;
	float:left;
}

.site-footer .newsletter-signup {
	display:block;
	width:28%;
	margin-right:0;
	float:left;
}

#post-feed {
	font-size:0.8em;
	line-height:1.25em;
}

#post-feed a.article {
	display:inline-block;
	margin-bottom:3%;
}

#post-feed a.article h5 {
	margin-top:0;
	color:#ccc;
}

#post-feed a:hover.article h5 {
	color:#fff;
}

.site-footer .copyright-info {
	font-size:0.8em;
}

.foot-logos > * {
	margin:0 1em 0 0;
}

.foot-logos .brit {
	width:110px;
	margin-bottom:4px;
}

.foot-logos .tta {
	width:70px;
}

.foot-logos .atol {
	width:50px;
}

.site-footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.site-footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.site-footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.site-footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-left: 0 !important;
}

.site-footer .gform_wrapper .signup-form .gform_footer {
	text-align: left !important;
}

.site-footer .gform_wrapper .signup-form .gform_footer input {
	font-size: 0.82em !important;
}

.site-footer #gform_wrapper_1.gform_wrapper .signup-form li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	color:#fff;
	font-weight:400;
	text-align: left;
}

.terms-table {
	
}

table.terms-table {
    border-collapse: collapse;
}

table.terms-table, .terms-table th, .terms-table td {
    border: 1px solid black;
}

.terms-table td {
	padding:1%;
}

/* duo repeater page template */

.duo-intro {
	margin-bottom:3%;
	padding:0 1.5% 1%;
}

.duo-intro p {
	padding:0;
}

ul.duo {
	display: flex;
	justify-content: center;
	list-style:none;
	margin:0 0 3em 0;
}

ul.duo > * {
	margin-left: 0;
	margin-right:0;
}

ul.duo.has-editor,
ul.duo.has-image {
	display: flex;
	justify-content: center;
	padding:0 8%;
}

ul.duo.has-editor {
	padding-top:3%;
	padding-bottom: 2%;
	background:#f7f7f9;
	margin:-1.25% 0 2.5em 0;
}

ul.duo.has-editor.has-image {
	padding:0;
	background:transparent;
	margin:0 0 3em 0;
}

ul.duo.has-editor.has-image > li,
ul.duo.has-image > li {
 	order: 1;
	flex:1;
}

li.duo-editor ul {
	padding-bottom:1.5em;
}

ul.duo.has-editor.has-image > li.duo-editor {
	position: relative;
	order: 1;
	flex: 3;
	padding: 6% 7% 5.1%;
	font-size: 0.85em;
	background:#000;
	color:#f7f7f9;
}

ul.duo.has-editor.has-image > li.duo-editor > p:first-of-type strong {
	font-size:1.2em;
	text-transform: uppercase;
}

ul.duo.has-editor.has-image > li.duo-image {
 	order: 2;
	flex: 2;
	background-size:cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

ul.duo.has-editor.has-image:nth-of-type(even) > li.duo-editor {
  order: 2;
}

ul.duo.has-editor.has-image:nth-of-type(even) > li.duo-image {
  order: 1;
}

.duo-image > img {
	display:none;
	min-width:100%;
}

ul.duo > li a.faux-button {
	display:inline-block;
	margin-bottom:0.5em;
	padding:0.6em 1.5em;
	text-transform: uppercase;
	color:#fff;
	background:#000;
	text-decoration:none;
	font-size:0.85em;
	font-weight: 500;
}

.duo-editor {
	width:100%;
}

.duo-editor > *:first-child {
	margin-top:0;
}

.duo-editor ul {
	display:block;
	width:100%;
	padding-bottom:2%;
}

/* contact template */

.page-template-page_contact .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

.page-template-page_contact .infusion-field {
    margin-bottom:1%;
}

.page-template-page_contact .infusion-field label {
    display:inline-block;
    min-width:20%;
}

.page-template-page_contact .infusion-field input,
.page-template-page_contact .infusion-field textarea {
    color:#32363c;
    background:#f7f7f9;
}

.page-template-page_contact .infusion-field textarea {
    margin:1% 0;
}

.page-template-page_contact .infusion-submit {
    padding:0.5em 0;
    text-align:center;
}

.page-template-page_contact .infusion-submit button {
    padding:0.5em 2em 0.6em;
    border:solid 2px #fff;
    border-radius:0;
    font-size:1.2em;
    text-transform:uppercase;
	color:#fff;
    background:#261a40;
    outline: 0 !important;
    outline-offset: 0  !important;
    background-image: none  !important;
    -webkit-box-shadow: none !important;
    box-shadow: none  !important;
}

/* gravity/infusionsoft contact form */

#field_2_8 {display:none;}

#gform_2 {
	width:100%;
	max-width:80%;
	margin:0 10%;
}

#secondary #gform_2 {
	width:100%;
	max-width:100%;
	margin:0;
}

#gform_2 li input,
#gform_2 li textarea {
	margin-top:12px;
	border:solid 2px #ccc;
	border-radius:0;
	font-size:1.2em;
	color:#fff;
	background:#000;
}

#gform_2 li *::placeholder {
	color:#ccc;
	opacity: 1;
}

#gform_wrapper_2 .gform_footer {
	text-align:center;
}

#gform_submit_button_2 {
	margin:0 auto;
	padding: 0.5em 2em 0.6em;
	border: solid 2px #fff;
	border-radius: 0;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	background: #261a40;
	outline: 0 !important;
	outline-offset: 0 !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.hustle-ui.module_id_6 .hustle-layout .hustle-group-content .gform_wrapper ul li::before {
	content: normal !important;
	width: auto !important;
	height: auto !important;
	position: relative !important;
	top: auto !important;
	border-radius: unset !important;
	background-color:transparent;
}

/* faq page */

ul.faq-content {
	display:block;
	list-style:none;
	width:100%;
	max-width:800px;
	margin:0 auto 4%;
	padding:0;
}

ul.faq-content > li {
	margin-bottom:1.35%;
}

.q-question {cursor: pointer;}

.expanded .q-question {cursor: default;}

h3.q-title {
	font-family: 'Futura', 'Raleway', 'Helvetica', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}

.q-question > p {
	display:block;
	position:relative;
	margin:0;
	padding:0.35em 0.8em;
	border-radius:1px;
	font-weight:400;
	color:#fff;
	background-color:#000;
}

.q-question > p:after {
	position:absolute;
	right:0.8em;
	content:'+';
}

.expanded .q-question > p:after {
	content:'';
}

.q-answer {
	padding:0.5em 0.8em 0.4em;
}

.q-answer:after {
	display:table;
	clear:both;
	content:'';
}

/* casestudy index page */

.page-template-page_caseindex .entry-content ul {
	list-style:none;
	margin:0;
	padding:0;
}

ul.casestudy-index > li {
	margin-bottom:4%;
}

.page-template-page_caseindex h2.sector-title {
	font-weight:500;
	text-align: center;
}

.page-template-page_caseindex .sector-intro, 
.page-template-page_caseindex .sector-footer {
	padding:0 5%;
	text-align: center;
}

.page-template-page_caseindex .entry-content ul.projects-list {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom:1%;
}

ul.projects-list > li {
	height: 130px;
	min-width: 15.5%;
	margin: 0 1.5% 3%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

ul.projects-list > li a {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	text-decoration:none;
}

ul.projects-list > li a > p {
	display:none;
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	margin:0;
	padding:0 0.5em 0.1em;
	text-align: center;
	font-size:0.9em;
	color:#fff;
	background-color:rgba(122,199,215,0.8);
}

ul.projects-list > li a:active > p,
ul.projects-list > li a:hover > p {
	display:block;
}

/*hustle*/

.hustle-popup .hustle-popup-content {
	overflow:hidden;
}

.infusion-submit > div > div.grecaptcha-badge {
	bottom:24px !important;
}


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

	#head-image.featured-image {
		height:320px;
	}
	
	.home #head-image.featured-image {
		height:500px;
	}
	
	#head-image.shrink {
		height: 280px !important;
	}
	
}

@media screen and (max-width: 1212px) {
	
	/* core */
	
	.site-branding,
	.menu-header-container,
	.site-content,
	.footer-content {
		padding:0 1%;
	}
	
	.site-branding .contact {
		right: 1%;
	}

	#head-image.featured-image {
		height:300px;
	}
	
	.home #head-image.featured-image {
		height:480px;
	}
	
	#head-image.shrink {
		height: 250px !important;
	}
	
}

@media screen and (max-width: 1100px) {
	
	/* header */
	
	.featured-image .banner-content {
		padding:10px 12% 16px;
	}
	
	/* duo */
	
	li.duo-editor ul {
		margin-left: 0;
	}
	
}


@media screen and (max-width: 1024px) {
	
	/* header */
	
	.search-form {
		width:190px;
	}

}


@media screen and (max-width: 900px) {
	
	/* header */
	
	.search-form {
		display:none;
	}
	
	.featured-image .banner-content {
		padding:10px 6% 16px;
	}
	
	/* home */

	.ugly-content .column {
		width:49%;
	}

	.ugly-content .content-sep {
		display:none;
	}
	
	/* case studies */
	
	ul.projects-list > li {
		height: 120px;
		min-width: 22%;
		margin: 0 2% 3.5%;
	}
}

@media screen and (max-width: 800px) {
	
	/* header */
	
	#head-image.featured-image {
		height: 220px;
	}
	
	.featured-image .banner-content {
		top: 22%;
	}
	
	.featured-image h3 {
		padding:0 6%;
	}
	
	.page-template-page_home h1.entry-title,
	.page-template-page_explore h1.entry-title {
		padding: 0px 5%;
		font-size: 1.6em;
	}
	
	.page-template-page_home h2.entry-subtitle,
	.page-template-page_explore h2.entry-subtitle {
		padding: 0px 3%;
	}
	
	/* main */
	
	.site-content,
	.footer-content {
		padding: 0 3%;
	}
	
	/* home */

	.home #head-image.featured-image {
		height: 240px;
	}
	
	.main-features .feature .mask,
	.main-features .feature.mask,
	.main-features .feature.intro .feature.coaches {
		opacity:1;
	}
	
	.main-features .cheating {
		width: 100%;
		margin: 0 0 2%;
		float:none;
	}
	
	.main-features .feature.gameon {
		display:none;
	}
	
	.main-features .feature.gameon.mask {
		display:block;
		position: relative;
		width: 49%;
		height: auto;
		min-height:200px;
		top: auto;
		right: auto;
		margin:3% 2% 0 0;
		background-image:url('img/gameon2.png') !important;
		background-color:none;
		float:left;
		opacity:1;
	}
	
	
	.main-features .feature.newsletter {
		position: relative;
		width: 49%;
		height: auto;
		min-height:200px;
		right: auto;
		bottom: auto;
		margin:3% 0 0;
		float:left;
	}
	
	/* footer */
	
	.select-destination h3 {
		font-size:1.3em;
	}
	
	.select-destination h5 {
		padding: 0px 3%;
	}
	
	ul.foot-columns > li,
	ul.foot-columns > li.latest-news {
		width: 49%;
		margin-right: 2%;
		margin-bottom:1.5em;
		font-size:1.2em;
	}
	
	ul.foot-columns > li:nth-of-type(2n) {
		margin-right:0;
	}

	/* signup sidebar page */

	.page-template-page_signup #primary {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	.page-template-page_signup #secondary {
		width: 100%;
		float: none;
	}
	
}

@media screen and (max-width: 720px) {
	
	/* header */
	
	.site-branding .contact {
		display:block;
		position: relative;
		top: auto;
		right: auto;
		width: 96%;
		margin: 1% 2%;
		text-align:center;
	}
	
	.site-branding .menu-social-container {
		position: absolute;
		top:0;
		right:3%;
	}
	
	.site-branding #social-menu-head {
		top:0;
	}
	
	.site-branding .contact br {
		display:none;
	}
	
	.site-branding a.phone,
	.site-branding a.email {
		font-size: 1.1em;
		margin:0 2%;
	}
	
	.site-branding a.phone {
		margin: 0;
		font-size: 1em;
		font-weight: 400;
	}
	
	.atol-logo {
		right:1%;
	}
	
	.featured-image .banner-content {
		padding:10px 1% 16px;
	}
	
	.featured-image h3 {
		font-size:1.1em;
	}
	
	.search-form {
		display:block;
		bottom: -35px;
		right: 1%;
		width: 300px;
		padding: 0px 33px 0px 0px;	
	}
	
	.search-form input[type="text"] {
		font-size: 1rem;
		line-height: 1.2em;
	}
	
	.search-form input[type="image"] {
		width: 24px;
	}
	
	/* nav */
	
	#menu-item-2079,
	#menu-item-2080,
	#menu-item-2081 {
		display:block;
	}
	
	.main-navigation {
		padding:0.3em;
	}
	
	.main-navigation .nav-menu {
		width:100%;
		position:absolute;
		top:0.3em;
		right:102%;
		padding:0 0.3em;
		border-top:solid 2px #85754F;
		border-bottom:solid 2px #85754F;
		background-color: rgba(255, 255, 255, 0.98);
		box-sizing:content-box;
	}
	
	#primary-menu > li {
		margin-right: 0;
	}
	
	.main-navigation ul,
	.main-navigation li {
		display:block;
		float: none;
	}
	
	#primary-menu > li.menu-item-has-children > a {
		padding:0.6rem 0.9rem 0.6rem 0.6rem;
		background-size: auto 36%;
	}
	
	.main-navigation ul ul,
	.main-navigation.toggled ul ul {
		display:none;
		position:relative;
		width:98%;
		top:auto;
		left:auto;
		margin:1%;
		border:solid 1px #85754F;
		float:none;
		box-shadow:none;
	}
	
	.main-navigation.toggled ul ul ul {
		display:block;
	}
	
	#primary-menu .sub-menu {
		top:auto;
	}
	
	.main-navigation ul ul a {
		display:block;
		width: auto;
	}
	
	#primary-menu > li > a {
		padding: 0.6rem;
		border-bottom:solid 1px #ccc;
	}
	
	#primary-menu .sub-menu a {
		padding: 0.5rem 0.6rem;
		border-bottom:solid 1px #ccc;
	}
	
	#primary-menu > li:last-of-type > a,
	#primary-menu .sub-menu li:last-of-type a {
		border-bottom:none;
	}
	
	.main-navigation.toggled ul ul.sub-menu li:hover > ul.sub-menu,
	.main-navigation.toggled ul ul.sub-menu li:active > ul.sub-menu,
	.main-navigation.toggled ul ul.sub-menu li.focus > ul.sub-menu {
		left:auto;
	}
	
	/* home */
	
	.ugly-content .column {
		width:100%;
		float:none;
	}
	
}

@media screen and (max-width: 600px) {
	
	.page-template-page_resort #primary,
	.page-template-page_holiday #primary,
	.page-template-page_reviewside #primary,
	.page-template-default #primary,
	.single-post #primary,
	.blog #primary,
	.search #primary {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	
	.page-template-page_resort #secondary,
	.page-template-page_holiday #secondary,
	.page-template-page_reviewside #secondary,
	.page-template-default #secondary,
	.single-post #secondary,
	.blog #secondary,
	.search #secondary {
		width: 100%;
		float: none;
	}
	
	/* select destination */
	
	.select-destination ul li.destination {
		width: 31.6625%;
		margin: 0 2.5% 3% 0;
	}
	
	.select-destination ul li.destination.dubai,
	.select-destination ul li.destination.schools {
		margin-right: 2.5%;
	}
	
	.select-destination ul li.destination.cyprus,
	.select-destination ul li.destination.families {
		margin-right: 0;
	}
	
	/* case studies */
	
	ul.projects-list > li {
		height: 105px;
		min-width: 44%;
		margin: 0 3% 3.5%;
	}
	
	
}

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

	/* header */
	
	.page-template-page_home h1.entry-title,
	.page-template-page_explore h1.entry-title {
		padding: 0px 3%;
		font-size: 1.3em;
	}
	
	.page-template-page_home h2.entry-subtitle,
	.page-template-page_explore h2.entry-subtitle {
		padding: 0px 2%;
	}
	
	.search-form {
		bottom: -34px;
	}
	
	/* main */
	
	.alignright,
	.alignleft {
		display: block;
		float: none;
		width:100%;
		margin-left: 0;
	}
	
	/* two column */
	
	.page-template-page_contact #primary,
	.page-template-page_resort #primary,
	.page-template-page_holiday #primary,
	.page-template-page_reviewside #primary,
	.page-template-default #primary,
	.page-template-page_sidebar2 #primary,
	.page-template-page_imageside #primary,
	.single-post #primary,
	.blog #primary,
	.search #primary,
	.page-template-page_contact #secondary,
	.page-template-page_resort #secondary,
	.page-template-page_holiday #secondary,
	.page-template-page_reviewside #secondary,
	.page-template-default #secondary,
	.page-template-page_sidebar2 #secondary,
	.page-template-page_imageside #secondary,
	.single-post #secondary,
	.blog #secondary,
	.search #secondary{
		width: 100%;
		margin-right: 0;
		float: none;
	}
	
	/* duo */
	
	ul.duo.has-editor, ul.duo.has-image {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top:0;
		padding: 0 8%;
		overflow: auto;
	}
	
	ul.duo.has-editor.has-image > li.duo-image {
		order: 1;
		flex: 0 1 auto;
		height:90px;
		width:100%;
	}
	
	ul.duo.has-editor.has-image > li.duo-editor {
		order: 2;
		flex: 0 1 auto;
		padding: 2.8em 2.6em 2em;
	}
	
	
	/* home */
	
	.primary-features p {
		padding: 0 6%;
		font-size: 0.75em;
	}
	
	.main-features .feature.intro {
		padding: 0;
	}
	
	.main-features .cheating {
		clear:both;
	}
	
	.main-features .feature.intro .feature.coaches {
		display: none;
		position:relative;
		top:auto;
		right:auto;
		width:100%;
		height:auto;
		margin:0;
	}
	
	.main-features .feature.gameon.mask {
		display:block;
		width: 100%;
		min-height:100px;
		margin: 3% 0;
		padding:0 0 6%;
		float: none;
		clear:both;
	}
	
	.main-features .feature.newsletter {
		width: 100%;
		margin: 0;
		float: none;
	}
	
	/* explore */
	
	ul.explore-features li {
		width: 100%;
		margin: 0 0 1.5% 0;
		float: none;
	}
	
	.page-template-page_holiday #secondary {
		margin-top:4%;
	}
	
	/* footer */
	
	ul.foot-columns > li {
		width: 49%;
	}
	
	ul.foot-columns > li:nth-of-type(even) {
		margin-right:0;
	}
	
	ul.foot-columns > li.latest-news {
		width: 49%;
	}
	
	.site-info {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	
	.site-footer .newsletter-signup {
		width: 100%;
		float: none;
	}
	
}

@media screen and (max-width: 420px) {
	
	/* header */
	
	.site-header .site-title {
		margin: 0;
		text-align: center;
	}
	
	.site-header .site-title a {
		display:inline-block;
	}
	
	#social-menu-head {
		display:none;
	}
	
	.search-form {
		bottom: -33px;
		width: 250px;
	}
	
	/* home */
	
	.primary-features .feature {
		min-height: 100px;
	}
	
	.primary-features h3 {
		font-size: 0.8em;
	}
	
	.primary-features p {
		display:none;
	}
	
	
	/* footer */
	
	ul.foot-columns > li {
		width: 100%;
		margin-right:0;
		float:none;
	}
	
	ul.foot-columns > li.latest-news {
		width: 100%;
	}
	
	ul.foot-columns > li ul li,
	#post-feed a.article {
		margin-bottom:0.25em;
		border-radius:5px;
		background-color:rgba(71,71,71,0.6);
	}
	
	ul.foot-columns > li ul li a,
	#post-feed a.article {
		display:block;
		padding:0.2em;
	}
	
	ul.foot-columns #social-menu a {
		background-size: auto 68%;
		background-position:1% 50%;
	}

}
	


