/* Table of Content
==================================================
	#Site Variables
	#Site Styles
	#UIKit Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	

/* #Site Variables
================================================== */
:root {
  --primary: #244D62;
  --secondary: #49894C;
  --light: #F5F5F5;
  --dark: #000000;
  --white: #ffffff;
  --text: #244D62;
  --navigation: #ffffff;
  
  --primary-font: "Lato", sans-serif;
  --secondary-font: "Playfair Display", serif;
}


/* #Site Styles
================================================== */
*				{ outline:none; }
html, body		{ color:var(--text); font-size:18px; font-weight:400; font-family:var(--primary-font); line-height:1.5rem; }

.aligncenter 	{ text-align:center; }
.alignleft		{ text-align:left; }
.alignright		{ text-align:right; }
	img.aligncenter { float:none; display:block; margin:0 auto 15px; }
	img.alignleft	{ float:left; margin-right:15px; }
	img.alignright	{ float:right; margin-left:15px; }

.w900 			{ font-weight:900; }
.w800				{ font-weight:800; }
.w700				{ font-weight:700; }
.w600				{ font-weight:600; }
.w500				{ font-weight:500; }
.w400				{ font-weight:400; }
.w300				{ font-weight:300; }
.w200				{ font-weight:200; }
.w100				{ font-weight:100; }

.font6			{ font-size:0.625em; }
.font7			{ font-size:0.750em; }
.font8			{ font-size:0.875em; }
.font10			{ font-size:1.0em; }
.font12			{ font-size:1.2em; }
.font13			{ font-size:1.3em; }
.font15			{ font-size:1.5em; }
.font18			{ font-size:1.8em; }
.font20			{ font-size:2.0em; }
.font25			{ font-size:2.5em; }
.font30			{ font-size:3.0em; }
.font35			{ font-size:3.5em; }
.font40			{ font-size:4.0em; }
.font45			{ font-size:4.5em; }

.s1				{ letter-spacing:1px; }
.s2				{ letter-spacing:2px; }
.s3				{ letter-spacing:3px; }
.s4				{ letter-spacing:4px; }
.s5				{ letter-spacing:5px; }
.s6				{ letter-spacing:6px; }
.s7				{ letter-spacing:7px; }
.s8				{ letter-spacing:8px; }

.lh0			{ line-height:1em; }
.lh1			{ line-height:1.1em; }
.lh2			{ line-height:1.2em; }
.lh3			{ line-height:1.3em; }
.lh4			{ line-height:1.4em; }
.lh5			{ line-height:1.5em; }
.lh8			{ line-height:1.8em; }
.lh20			{ line-height:2.0em; }
.lh25			{ line-height:2.5em; }

h1, h2, h3, h4, h5, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5	{ font-family:var(--secondary-font); font-weight:300; color:inherit; line-height:1.2em; letter-spacing:.1em; text-transform:uppercase; }

h1, .uk-h1 	{ font-size:3.500em; }
h2, .uk-h2 	{ font-size:3.000em; }
h3, .uk-h3 	{ font-size:2.250em; }
h4, .uk-h4 	{ font-size:1.500em; font-family:var(--primary-font); font-weight:600; letter-spacing:0; }
h5, .uk-h5	{ font-size:1.000em; font-family:var(--primary-font); font-weight:600; letter-spacing:0; }

h3 > em { font-family:var(--secondary-font); font-weight:300; text-transform:none !important; }

p						{ font-size:1.00em; }

b, strong, .uk-text-bold	{ font-weight:700; }

a, .uk-link	{ color:var(--primary); }
	a:hover, .uk-link:hover { color:inherit; text-decoration:underline; }

em 					{ color:inherit; }

blockquote	{ font-style:normal; color:inherit; }
	blockquote cite { font-style:normal; }

.font-secondary { font-family:var(--secondary-font); }

/* #UIKit Styles
================================================== */
/* Header sticky positioning */
.admin-bar .header.uk-sticky-fixed {
    top: 32px !important;
}

/* Header z-index and container width */
.header.uk-sticky-fixed {
    z-index: 1000;
}

.uk-sticky.uk-container-xlarge {
    max-width: 100%;
}

/* Remove section padding when using CSS sticky */
.nav-sticky-wrapper .uk-section {
    padding-top: 0;
    padding-bottom: 0;
}
/* Base sticky behavior */
.nav-sticky-wrapper {
    position: sticky;
    top: 121px;
    z-index: 999;
}
.admin-bar .nav-sticky-wrapper {
	top: 153px;
}

/* Remove section padding when sticky */
.nav-sticky-wrapper.uk-sticky-fixed .uk-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Fix z-index stacking */
.uk-section.uk-position-relative {
    z-index: 1 !important;
}

.uk-card { color:inherit; }
.uk-card-xsmall { padding:10px; }
.uk-card-border { border:1px solid var(--primary); }

.uk-button { font-family:var(--secondary-font); text-transform:uppercase; letter-spacing:.35em; background:var(--dark); border:1px solid var(--white); outline:3px solid var(--dark); padding:5px 35px; transition: all 0.3s ease-in-out; }
.uk-button:hover { background:var(--white); color:var(--dark); }

.uk-button-primary { background:var(--primary); outline-color:var(--primary); }
.uk-button-primary:hover { color:var(--primary); }

.uk-button-secondary { background:var(--secondary); outline-color:var(--secondary); }
.uk-button-secondary:hover { color:var(--secondary); }

.uk-button-contrast { background:var(--white); outline-color:var(--white); border-color:var(--primary); color:var(--primary); }
.uk-button-contrast:hover { color:var(--white); background:var(--primary); }

.uk-text-contrast { color:var(--white); }

.uk-overlay-primary { background:rgba(36, 77, 98, .85); }


/* #Page Styles
================================================== */

.header { background: #fff;}
	.header .logo { width:325px; }
	.header .uk-navbar-toggle { min-height:40px; }

.page-title { position:relative; }
	.page-title:before, .page-title:after { content:''; position:absolute; left:0; width:100%; height:1px; background:var(--white); }
	.page-title:before { top:10px; }
	.page-title:after { bottom:10px; }

.sub-title { text-transform:uppercase; font-size:1.1em; font-weight:700; letter-spacing:.5em; }
.sub-title + h1, .sub-title + h2 { margin-top:-5px; }


.listing-details { background:var(--primary); color:var(--white); padding:3px 0; font-size:.8em; font-weight:500; text-transform:uppercase; letter-spacing:.2em; }
	.listing-details em { letter-spacing:0; font-family:var(--secondary-font); font-size:1.875rem; }


.overlay-white { position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(255,255,255,0.85); }
	.overlay-white:before { content:''; position:absolute; top:0; left:0; width:100%; height:25%; background: #FFFFFF; background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); }
	.overlay-white:after { content:''; position:absolute; bottom:0; left:0; width:100%; height:25%; background: #FFFFFF; background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); }


.featured-list { list-style:none; padding:0; margin:15px 0 30px; }
	.featured-list li { position:relative; padding:2px 0; margin:0; }
	.featured-list li:nth-child(odd) { background:#f2f2f2; border-top:1px solid #ddd; border-bottom:1px solid #ddd; }

.comm-nav { margin:0; padding:15px 25px; list-style:none; display:flex; align-content:center; justify-content:center; gap:30px; background:var(--primary); border-radius:10px; }
	.comm-nav a { color:var(--white); text-transform:uppercase; font-weight:500; font-size:.875em; }


.community-stats { background:var(--light); padding:10px 25px; border-radius:25px; border:1px solid #ddd; }

#breadcrumbs { font-size:.75em; margin:0; }

.wpcf7-spinner { display:none; }

.uk-navbar-nav>li>a {
    padding: 0 0;
    color: #fff;
}
.uk-navbar-nav>li.uk-active>a {
    color: #fff;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    column-gap: .25em;
    min-height: 40px;
    font-size: .875rem;   
}

.image-overlay {
	background-color: rgba(36, 77, 98, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 38px;
    width: 100%;
    transition: .1s ease;
    text-align: center;
    margin-left: 0;
    cursor: pointer;
}
.image-overlay-text {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    position: absolute;
    bottom: 0px;
    width: 94%;
    color: var(--white);
    text-transform: uppercase;
    padding: 10px 3%;
    height: auto;
}

/* #Media Queries
================================================== */
	@media only screen and (max-width: 1220px) {
		h1, .uk-h1 	{ font-size:3.000em; }
		h2, .uk-h2 	{ font-size:2.500em; }
		h3, .uk-h3 	{ font-size:1.750em; }
		h4, .uk-h4 	{ font-size:1.000em; }

	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		h1, .uk-h1 	{ font-size:3.000em; }
		h2, .uk-h2 	{ font-size:2.500em; }
		h3, .uk-h3 	{ font-size:1.750em; }
		h4, .uk-h4 	{ font-size:1.000em; }

		.footer, .footer .uk-flex-right {
			text-align: center;
			justify-content: center;
		}


	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		h1, .uk-h1 	{ font-size:2.800em; }
		h2, .uk-h2 	{ font-size:2.000em; }
		h3, .uk-h3 	{ font-size:1.500em; }
		h4, .uk-h4 	{ font-size:1.000em; }

		.header .logo { width:225px; }

		.nav-sticky-wrapper {
			top: 84px;
		}
		.admin-bar .nav-sticky-wrapper {
			top: 116px;
		}

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 600px) {
		#wpadminbar{
			position: fixed !important; 
		}
		.comm-nav  {
			padding: 15px 25px;
			gap: 10px;
		}
		.comm-nav li {
			text-align:center;
		}		
		.comm-nav a {
			font-size: .7em;
		}

	}



/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */
		
/*	@font-face {
		font-family: 'FontName';
		src: url('../fonts/FontName.eot');
		src: url('../fonts/FontName.eot?iefix') format('eot'),
			 url('../fonts/FontName.woff') format('woff'),
			 url('../fonts/FontName.ttf') format('truetype'),
			 url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
		font-weight: normal;
		font-style: normal; }
*/