/*****
*
*		Description:	Contains general styling across the entire site
*****/

/***** GENERAL STYLING ****/

h1, h2, h3, h4, h5, h6 { font-family: 'Lato', sans-serif; font-weight: 400; font-style: normal; line-height: 1.4; color: #25AAE1; margin-bottom: 10px; text-transform: uppercase; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #FFF; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: none; }

h1 {
    font-size: 56px;
	font-size: 4rem;
    letter-spacing: 0.01em;
    line-height: 1;
    margin: 0;
    padding: 0 0 18px 0;
	text-transform: inherit;
	font-weight: 300;
}

h2 {
    font-size: 60px;
	font-size: 4.285714285714286rem;
    margin: 0;
    padding: 0;
	letter-spacing: 0.01em;
    line-height: 1.3;
	padding: 0 0 18px 0;
	margin: 0;
	text-transform: inherit;
	font-weight: 600;
}

h3 {
	font-size: 24px;
	font-size: 1.28571428571429rem;
    margin: 0;
    padding: 0;
	letter-spacing: 0.12em;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

h4 {
	color: #008DA8;
	font-size: 22px;
	letter-spacing: 0.06em;
	text-decoration: none;
	font-weight: 600;
	padding: 18px 0;
	text-transform: inherit;
	margin: 0;
}
.col_right h4:first-child,
.col_left h4:first-child {
	padding: 0 0 12px 0;
}
 
h5 {
	color: #4EC1E0;
	font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: capitalize;
	font-weight: 600;
	padding: 18px 0;
}

h6 {
	color: #25AAE1;
	font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.06em;
	padding: 0 0 18px 0;
	font-weight: 300;
}

p {
	font-size: 18px;
	color: #00253D;
	line-height: 1.4;
	font-weight: 400;
	margin: 0;
	padding: 0 0 18px 0;
	letter-spacing: 0;
}
p img { margin: 0; }

em, i { font-style: italic; }
strong, b {
	font-weight: 700;
	font-style: normal;
	color: #25AAE1;
}

main { display: block; }

blockquote, blockquote p { color: #00253D; font-size: 21px; font-size: 1.5rem; font-weight: 400; letter-spacing: 0.06em; line-height: 1.3; border-left: 1px none #FFF; }
blockquote { margin: 48px 0 0 0; padding: 0; }
blockquote cite { display: block; font-size: 0.923em; color: #e64f29; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #e64f29; }
.gap { padding-left: 11px; }
.gap_md { height: 65px; width: 100%; height: 12px; width: 100%; background: #A5DAE7; /*background: url('../images/gap_md.jpg') top center repeat-x;*/ }

abbr[title] { border-bottom: 1px dotted; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #545657; text-decoration: none; }
mark { background: #ff0; color: #545657; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

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

ul, ol { margin: 1em 0 20px 0; }
ul { list-style: none }
.main_content ol li { 
	list-style: outside numeric; 
	color: #000;
    font-weight: 500;
    padding-left: 12px;
}
.main_content ul li { 
	list-style: outside disc; 
	color: #00253D;
    font-weight: 400;
    padding-left: 12px;
}
li { margin-bottom: 12px; }
li p { margin: 0; padding: 0; color: #545657; }
dt { margin:20px 0 0 0; font-weight:bold; }
dd { margin-bottom: 12px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* ===== Links ===== */
a { 
	color: #00253D;
    text-decoration: none;
    transition: all 0.4s ease;
	border-bottom: 1px solid rgba(17,24,33,0.3);
}
a:hover { color: #00253D; text-decoration: none; border-bottom: 1px solid #FFF; border-bottom: 1px solid rgba(17,24,33,1);}
a:focus { color: #00253D; border-bottom: 1px solid #FFF; border-bottom: 1px solid rgba(17,24,33,1);}
a:active { color: #00253D; border-bottom: 1px solid #FFF; border-bottom: 1px solid rgba(17,24,33,1);}
a:hover, a:active { outline: 0; }
.slides-navigation a {
	font-size: 24px;
	font-size: 1.71428571428571rem;
	font-weight: 400;
	color: #00253D;
	padding: 0 20px;
}
	.slides-navigation a:hover {
		color: #00253D;
	}
a.more-link { 
	border-bottom: 1px solid rgba(255, 255, 255, 0);
    color: #5491ac;
    font-size: 16px;
    letter-spacing: 0.06em;
    display: inline-block; 
}
a.more-link:before { 
	content: '+ '; 
}
	a.more-link:hover, a.more-link:focus { 
		border-bottom: 1px solid rgba(185, 223, 227, 1);
	    color: #005670;
	}
p a, p a:visited { line-height: inherit; }
h4 a { color: #00253D; }
h4 a:focus, h4 a:hover, h4 a:active { color: #00253D; }
.column_content .category_name h4 {
	padding: 37px 0 11px 0;
}
.column_content .view_collection h3 {
	color: #00253D;
	font-size: 38px;
	text-transform: inherit;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0;
	padding: 2px 0 6px 0;
}
#discover-accom_row .view_collection h3{
	font-size: 26px;
}
.column_content .view_collection h3 a {
	color: #00253D;
	border-bottom: 1px solid rgba(17,24,33,0);
	text-transform: inherit;
}
.column_content .view_collection h3 a:focus, 
.column_content .view_collection h3 a:hover {
	color: #00253D;
	border-bottom: 1px solid rgba(17,24,33,1);
}
.line-break {
	border-bottom: 2px solid #00253D;
	max-width: 160px;
	margin: 0 auto;
}

/* ===== Images and media ===== */
img {border:0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width:100%;}
img.alignnone { margin-bottom: 15px; }
img.alignright { float:right; margin-left:15px; margin-bottom:15px; }
img.aligncenter { margin:15px auto 15px auto; }
img.alignleft { float:left; margin-right: 0; margin-bottom:15px; max-width: 49%; }
img.alignleft.wp-image-199 { margin-right: 17px; }
.cpa img { vertical-align: top; }

figure {margin:0;}
figcaption {margin:0; padding:5px; font-size:0.846em /* 11px */}

figure.photo {margin-bottom:20px;}
figure.photo.left {margin:0 20px 20px 0; float:left;}
figure.photo.right {margin:0 0 20px 20px; float:right;}
figure.photo figcaption {border-bottom:1px solid #DDD; background-color:#F5F5F5;}

/* ===== Tables ===== */
table { border-collapse: collapse; border-spacing: 0; }
td { 
	vertical-align: top; 
	color: #545657;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.55;
    margin: 0;
}

/* ===== Forms ===== */
form { margin: 0 0 20px 0 }
fieldset { border: 0; margin: 0 0 20px 0; padding: 0; }
input[type="text"], input[type="password"], input[type="email"], textarea, select { 
	border: 1px none #d6d6d6; padding: 4px; outline: none; color: #000; margin: 0; width: 192px; max-width: 100%; display: block; letter-spacing: 0.06em; font-size: 16px; font-size: 1.071428571428571rem; font-weight: 400; 
}
select { padding: 0 }
input[type="text"]:focus,  input[type="password"]:focus,  input[type="email"]:focus,  textarea:focus { border: 1px none #aaa; color: #000; }
textarea { min-height: 60px; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
label, legend { display: block; font-weight: bold; font-size: 13px; }
select { width: 220px; }
input[type="checkbox"] { display: inline; }
label span,  legend span { font-weight: normal; font-size: 13px; color: #444; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;}
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible;}
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {}
input:invalid, textarea:invalid {background-color: #f0dddd;}
.footnote { font-size: 10px; }
.red { color: #d90000 !important; }
.mobile { display: none; }
.desktop { display: inherit; }
.float-left { float: left; max-width: 48%; margin-right: 2%;}
.with_lines { font-size: 32px; }
.with_lines:before { content: '--- '; }
.with_lines:after { content: ' ---'; }
a.more { font-size: 16px; line-height: 1; color: #FFF; text-transform: uppercase; padding: 18px 22px 16px 22px; background-color: transparent; border: 2px solid #FFF; transition: 0.4s all ease; }
a.more:focus, a.more:hover { color: #000; text-transform: uppercase; background-color: #FFF; border: 2px solid #FFF; }
.mid-blue { color: #4ac2e2; }
.blue { color: #27AAE1; }

.featured-event p.date { font-weight: 500; text-transform: uppercase; font-size: 14px; font-size: 1rem; font-style: italic; padding-bottom: 10px; }
.featured-event p.date strong { color: #98c01c; }
#field_1_4 .ginput_container {
	min-width: 80px;
	max-width: 80px;
	padding: 6px;
}
select#input_1_4.medium {
	min-width: 60px;
	max-width: 60px;
}
#gform_submit_button_1 {
	display: block;
	width: 100%;
	padding: 12px 38px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 18.5%;
    float: left;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
.s-mobile {
	display: none;
}
.space {
	margin-top: 49px;
}
.entry-content li {
	list-style: disc outside;
}
@media (max-width: 1200px) {
    .col-15 {
        width: 18.5%;
        float: left;
    }
}
@media (max-width: 992px) {
    .col-15 {
        width: 18.5%;
        float: left;
    }
}
@media (max-width: 768px) {
	.col-15 {
        width: 48%;
        float: left;
    }
}
@media (max-width: 448px) {
	.col-15 {
        width: 100%;
        float: none;
    }
}

/* ==========================================================================
   NATIVE WP GALLERIES
   ========================================================================== */
.gallery { text-align: center; }
.gallery-caption { display: none; }
.gallery-item { display: inline-block; padding: 1%; width: 20%; }
.gallery .gallery-item:nth-child(1),
.gallery .gallery-item:nth-child(2),
.gallery .gallery-item:nth-child(3),
.gallery .gallery-item:nth-child(4) {
	padding-top: 0;
}
.gallery-icon { background: #FFF; }
.gallery-item img { opacity: 1; transition: 0.2s ease all; }
.gallery-item img:hover { opacity: 0.75; }
.gallery-section { padding-bottom: 57px; }

/* ==========================================================================
   Custom Animations
   ========================================================================== */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
 
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}
.fade-in.two {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay:1.2s;
	animation-delay: 1.2s;
	}
	 
.fade-in.three {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	animation-delay: 1.6s;
}	
/* ==========================================================================
   End Custom Animations
   ========================================================================== */

					   /************************/

/* ==========================================================================
   General Classes for Style Control
   ========================================================================== */
.section_wrapper {
	width: 100%;
	position: relative;
}
.space { padding-left: 18px; }
.break_line {
	width: 100%;
	height: 6px;
	clear: both;
	background: #005670;
}
.larger { font-size: 1.25em; }
.smaller { font-size: 0.75em; }
.royal-blue { color: #147cd6; }
.tablet, .mobile { display: none; }
.top_gap { padding-top: 24px; }
.content_col p:first-child {
}
.quote.button,
.button {
	border: 2px solid #FFF;
	color: #FFF;
	padding: 8px 12px 11px 12px;
	border-radius: 8px;
	font-weight: 800;
	display: inline-block;
}	
	.quote.button:focus,
	.quote.button:hover,
	.quote.button:active,
	.button:focus,
	.button:hover,
	.button:active {
		border: 2px solid #4ac2e2;
		color: #4ac2e2;
	}
.footer .quote.button,
.footer .button {
	padding: 8px 12px 8px 12px;
}	
.mobile {
	display: none;
}
.table {
	padding: 24px 0;
}

/* ==========================================================================
   General Classes for Style Control
   ========================================================================== */
   
   				        /************************/

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.cleara { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.line { clear: both; display: block; width: 100%; border-bottom: 2px solid #ECEDEF; padding-top: 20px; margin-bottom: 60px; }
/* ==========================================================================
   Helper classes
   ========================================================================== */

/* ==========================================================================
   No Flexbox Support
   ========================================================================== */
.no-flexbox .shop_heading_hold { margin-top: 25% }
.no-flexbox .logo_hold { padding: 0; }
.no-flexbox #main_nav { padding-top: 40px; }

/* ==========================================================================
   Responsive Google Maps
   ========================================================================== */
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.google_map {
	max-width: 2000px;
	margin: 0 auto;
	overflow: hidden;
}
/* ==========================================================================
   End Responsive Google Maps
   ========================================================================== */

					   /************************/

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */
#breadcrumb-wrap {
  float:left;
  width:100%;
  padding:0% 0 2% 0; 
}
	#breadcrumb-wrap ul {
	  display:block;
	  float:left;
	  width:100%;
	  margin:0; 
	  list-style-type:none;
	  list-style:none;
	  padding:0; 
	} 
		#breadcrumb-wrap ul li {
		  float:left;
		  width:auto;
		  display:block;
		  list-style-type:none;
		  list-style:none; 
		  padding:0;
		  margin:0; 
		}
		a.breadcrumb { 
			color: #8a8a8a;
			font-size: 12px;
			font-size: 0.85714285714286rem;
			letter-spacing: 0.5px;
			padding-bottom: 36px; 
			font-style: italic;
			font-weight: 400;
			display: block;
		}
		a.breadcrumb:hover { 
			color: #6bc047;
		}
	
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   STRUCTURE
   ========================================================================== */

	#wrapper {
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.top-bar {
		background: #00253d;
		width: 100%;
	}
		.top-menu {
			max-width: 1480px;
			margin: 0 auto;
		}
			.top-menu ul {
				max-width: 620px;
				text-align: right;
				margin: 19px 0 21px auto;
				line-height: 1;
				padding-left: 0;
				float: right;
			}
			.flexbox .top-menu ul {
				display: -webkit-flex;
				display: flex;
				display: -webkit-flex;
				flex-direction: row;
				-webkit-justify-content: flex-end;
				justify-content: flex-end;
			}
				.top-menu li {
					display: inline-block;
					vertical-align: middle;
					padding-left: 25px;
					font-weight: 600;
					font-size: 16px;
					letter-spacing: 0.02em;
					margin-bottom: 0;
					line-height: 1;
					display: -webkit-flex;
					display: flex;
					-webkit-align-items: center;
					align-items: center;
				}
				.flexbox .top-menu li {
					display: -webkit-flex;
					display: flex;
					-webkit-align-items: center;
					align-items: center;
				}
					.top-menu li a i {
						color: #a4dbe9;
						transition: 0.4s all ease;
					}
					.top-menu li a {
						color: #FFF;
					}
					.top-menu li a:focus i,
					.top-menu li a:hover i,
					.top-menu li a:focus,
					.top-menu li a:hover {
						color: #4ac2e2;
					}
	.header_wrap {
		background: #FFF;
		background: rgba(255,255,255,0.85);
	}
	.header {
		max-width: 1480px;
		margin: 0 auto;
		display: flex;
	}
		.logo_hold {
			display: inline-block;
			float: left;
			padding: 24px 0;
			text-align: left;
			margin: 0;
		}
			.logo_hold .logo {
				width: 290px;
				height: auto;
				margin: 0;
			}
				.logo a {
					border-bottom: 1px none #FFF;
					display: block;
				}
				.logo img {
					vertical-align: top;
				}
		.header_right {
			float: right;
			max-width: 1086px;
			margin-left: auto;
			display: flex;
			align-items: center;
			height: 128px
		}	
		.flexbox .header_right {
			height: auto;
		}	
			.header_right a, .header_right a:hover { text-decoration: none; border-bottom: 1px none #FFF; }
			
			.phone {
				max-width: 308px;
				float: right;
				padding: 0;
				display: flex;
				align-items: center;
			}
				.phone_icon {
					float: left;
					width: 27px;
					height: 27px;
					margin-right: 10px;
				}
				.phone_icon a { border-bottom: 1px none #FFF; }
				.phone_icon img { vertical-align: top; max-height: 29px; }
				.phone_text {
					float: left;
					text-align: left;
					line-height: 1;
    				padding-top: 0;
				}
					.phone_text a {
						font-weight: 400;
						letter-spacing: 0.04em;
						font-size: 18px;
						color: #0a2a3b;
						border-bottom: 1px none #FFF;
					}
			.phone .fa	{
				color: #FFF;
			}

/*********************************************************************************/

/************************ MEDIA QUERIES TABLET ***********************************/

/*********************************************************************************/
  
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.row.centre.introductory-strip-text { min-width:0; }
}


/**********************************************************************/

/************************MEDIA QUERIES MOBILE**************************/

/**********************************************************************/  

/* Mobile Portrate Screen Sizes */
@media only screen and (max-width:767px) {

	.row.centre {
	  padding: 0;
	  width: 90%;
	  max-width: 90%;
	  min-width:0; }
}