/*!
Theme Name: LakeCity
Theme URI: http://underscores.me/
Author: Simplicitic Innovations
Author URI: http://www.simplicitic.com
Description: Wordpress Theme for LakeCity Website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lakecity
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

LakeCity is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #fff;
	font-size: 15px;
	/*font-size: 1rem;*/
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

@media screen and (max-width: 960px), screen and (max-height: 600px) {
	body, button, input, select, optgroup, textarea {font-size: 14px}
}

@media screen and (max-width: 480px), screen and (max-height: 480px) {
	body, button, input, select, optgroup, textarea {font-size: 13px}
}

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

h1 {font-weight: 200; font-family: 'Oswald', sans-serif; color: #daa494; font-size: 3em; letter-spacing: 1px;}
h2 {font-weight: normal; font-family: 'Oswald', sans-serif; color: #daa494;}
h3 {font-weight: 200; font-family: 'Oswald', sans-serif; color: #daa494; font-size: 2em}
h4 {margin-bottom: 0.5em; font-size: 1.1em; color: #daa494;}

@media screen and (max-width: 768px){
	h1 {margin: 0; font-size: 2em}
}

p {
	margin:0.5em 0 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%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 0.5;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
    opacity: 0.5;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
    opacity: 0.5;
}

/*--------------------------------------------------------------
# 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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	font-weight: 300;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizelegibility;
	text-align: justify;
	/* Fallback for when there is no custom background color defined. */
}

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

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

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. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;*/
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #fff;
	padding: 5px 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #fff;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {position: fixed; z-index: 101; width: 100%;}
.site-header:after { position: fixed; width: 100%; top: 0; z-index: -1; min-height: 125px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+0,0+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
body:not(.page-template-template-home) .header-fixed {background: #103e42 url("images/bg.png") top center repeat;}
.site-header .wrapper {max-width: 1400px; margin: 0 auto; width: 95%; position: relative; overflow: visible;}
.site-branding {/*float: left;*/ width: 150px; /*padding: 2em 1em 1em*/ position: absolute; top: 1em; left: 50%; margin-left: -75px; text-align: center;}


@media screen and (max-width: 768px) {
	/*.site-branding {width: 65px; top: 10px; left: 10px}*/
	.site-branding {top: 10px}
	.site-branding img {height: 80px}
}

@media screen and (max-width: 480px) {
	/*.site-branding {width: 80px}*/
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
}

/*a:visited {
	color: #fff;
}*/

a:hover, a:focus, a:active {
	color: #daa494;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	/*float: right;*/
	margin: 0 auto
}

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


.main-navigation li {
	position: relative;
}

.menu-main-menu-container a {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	font-size: 1.1em;
	display: inline-block;
	text-decoration: none;
	position: relative;
	-moz-transition: ease-out 0.3s 0.1s;
	-o-transition: ease-out 0.3s 0.1s;
	-webkit-transition: ease-out 0.3s;
	-webkit-transition-delay: 0.1s;
	transition: ease-out 0.3s 0.1s;
	text-transform: uppercase;
}

.menu-main-menu-container > ul > li:hover > a {color:#daa494;}


@media screen and (max-width: 768px) {
	.menu-container {position: fixed; top: 0; right: -300px; bottom: 0; width: 200px; background-color: #16282c; padding: 2em 0;}
	.menu-main-menu-container {clear: both; padding-top: 2em}
	.main-navigation {float: right;}
	.main-navigation li a {display: block; padding: 1em 2em;}
	.menu-close {display: block; position: relative; width: 30px; height: 30px; transform: rotate(45deg); float: right; cursor: pointer; margin-right: 10px}
	.menu-close:before,
	.menu-close:after {position: absolute; width: 25px; height: 1px; background-color: #fff; content: "";top: 50%; left: 0}
	.menu-close:after {transform: rotate(90deg);}
	.main-navigation ul ul {font-size: 0.9em; background-color: rgba(0,0,0,.5)}
	.main-navigation ul ul a {padding: 0.6em 2em}
}

/* Small menu. */
.menu-toggle {
	display: block;  cursor: pointer;
}

.menu-toggle {background-color: transparent; border: 0 none; height: 30px; margin: 20px 0}
.menu-toggle span {position: relative;}
.menu-toggle span,
.menu-toggle span:after,
.menu-toggle span:before {display: block; content: ""; display: block; height: 1px; width: 30px; background-color: #daa494;}
.menu-toggle span:before {position: absolute; top: 10px}
.menu-toggle span:after {position: absolute; top: -10px}

@media screen and (min-width: 769px) {
	.menu-toggle {display: none;}

	.main-navigation ul {
		display: block;
		width: 100%;
		text-align: center;
	}
	.main-navigation li {
		display: inline-block;
		padding: 80px 1.5em 20px;
		/*float: left;
		margin:0 1.5em*/
	}
	.main-navigation .nav-menu > li:first-child {display: none}
	.main-navigation .nav-menu > li:nth-child(2){margin-left: 30px}
	.main-navigation .nav-menu > li:nth-child(4){margin-right: 180px}

	.menu-main-menu-container > ul > li > a:after {
		height: 1px;
		width: 100%;
		background: #daa494;
		content: "";
		position: absolute;
		left: 0px;
		bottom: 0;
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	
	.menu-main-menu-container > ul > li:hover > a:after {
	  -moz-transform: scaleX(1);
	  -ms-transform: scaleX(1);
	  -webkit-transform: scaleX(1);
	  transform: scaleX(1);
	}

	.main-navigation ul ul {
		/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
		background-color: #103e42;
		background-color: rgba(16,62,66,.8);
		padding: 5px 0;
	}
	.main-navigation ul ul li {padding: 3px 2em; margin: 0; text-align: left;}

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

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

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


@media screen and (min-width: 960px) {
	.main-navigation li {margin: 0}
}

.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 {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

.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%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.btn {padding: 1em 2em; font-weight: 300; cursor: pointer;}
.btn-outline {/*border: 1px solid #daa494;*/ text-decoration: none; position: relative; display: inline-block;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; background-color: transparent; color: #daa494;}
.btn-outline:hover {color: #fff;}
/*.btn-outline:after {width: 100%; height: 0; position: absolute; top: 50%; left: 50%; background-color: #daa494; opacity: 0; z-index: -1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; content: ""; -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);}
.btn-outline:hover:after {height: 100%; opacity: 0.8}*/
.btn-outline:before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; border: 1px solid rgba(218,164,148,0.5)}
.btn-outline:hover:before {opacity: 0; -moz-transform: scale(1.2,1.2); -webkit-transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); transform: scale(1.2,1.2);}
.btn-outline:after {content: ""; opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; background-color:rgba(218,164,148,0.3); -moz-transform: scale(0.5,0.5); -webkit-transform: scale(0.5,0.5); -ms-transform: scale(0.5,0.5); transform: scale(0.5,0.5);}
.btn-outline:hover:after {opacity: 1; -moz-transform: scale(1,1); -webkit-transform: scale(1,1); -ms-transform: scale(1,1); transform: scale(1,1);}

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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


/*--------------------------------------------------------------
## 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,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

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

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

.gallery-item img {border: 3px solid rgba(255,255,255,.2); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.gallery-item a:hover img {border: 3px solid rgba(255,255,255,.5)}

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

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.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;
}


/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.slider li {/*border: 1px solid #daac7d;*/ color: #103e42; text-align: center; font-size: 0.8em; min-height: 220px; padding: 20px 10px 0; line-height: 1.3}
.slider li h5 {font-size: 0.95em; margin-bottom: 0.3em; font-weight: 600}
.slider li p {font-size: 0.85em}
.slider li span {color: #daac7d; font-weight: 600}
.slider li img {width: 40%}

/*--------------------------------------------------------------
## Fancybox
--------------------------------------------------------------*/
.fancybox-active {overflow: hidden;}
.fancybox-slide--iframe .fancybox-content {width: 800px;}
.fancybox-toolbar {top: 3vh; right: 3vw}

@media screen and (max-width: 960px) {
	.fancybox-slide--iframe {padding: 0}
	.fancybox-slide--iframe .fancybox-content {max-width: 100%; max-height: 100%; margin: 0}
}
/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
.site {min-height: 100vh; position: relative; box-sizing: border-box; background: #103e42 url("images/bg.png") top center repeat; background-attachment: fixed;}
.site-blank {color:#333; background-color: #fff}
.site-main {position: relative;}
.site-content {padding-top: 100px; position: relative; }
body:not(.page-template-template-home):not(.page-template-template-hopsca) .site-content {z-index: 1}

.wrapper {margin: 0 auto; max-width: 1000px; width: 90%; overflow: hidden;}

@media screen and (min-width: 768px) {
	.site-content {padding-top: 140px;}
	.col-2 {width: 50%;}
	.row {margin: 0 -35px; overflow: hidden;}
	.row > div {float: left; padding:0 35px;}
}
@media screen and (min-width: 960px) {
	.site {padding-bottom: 120px;}
}

/*
@media screen and (max-width: 480px) {
	.preloader .preloader-holder {transform: translate(-50%, -50%) scale(0.6);}
}


.about-nav ul {margin: 0 0 10px; padding: 0; list-style: none;}
.about-nav li {display: inline-block; line-height: 1}
.about-nav li:first-child {margin-right: 20px; padding-right: 20px; border-right: 1px solid #FFF; }
.about-nav li a {color: #fff; text-decoration: none}
@media screen and (min-width: 960px) {
	.about-nav {transform:rotate(-90deg); position: absolute; left: -10px; top: 350px; transform-origin: 0% 100%; width: 350px}
	.about-nav ul {text-align: right;}
}*/

/*--------------------------------------------------------------
## Post
--------------------------------------------------------------*/
.events-post {max-width: 700px}
.events-post a {color: #daa494}
.events-post .entry-title {font-size: 2.2em; font-weight: 300}
.posted-on {font-size: 0.9em}
.posted-on i {opacity: 0.6}

.entry-list article {background-color: rgba(0,0,0,.2); float: none; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }
.entry-list article:hover {background-color: rgba(0,0,0,.5);}
.entry-list a {text-decoration: none; display: block; overflow: hidden; position: relative;}
.entry-list a:hover {color: inherit;}
.entry-list .entry-image {float: left; width: 35%}
.entry-list .entry-image img {display: block;}
.entry-list .entry-details {float: right; text-align: left;}
.entry-list .entry-details h2 {line-height: 1.3; margin-bottom: 0;}
.entry-list .entry-content {margin-top: 0; font-size: 0.95em}
.entry-list .entry-meta {font-size: 0.9em; margin-bottom: 1em}

.news-list .entry-image {width: 25%; background-repeat: no-repeat; background-position: top center; background-size: 100% auto; position: absolute; top: 0; bottom: 0;}
.news-list .entry-details {width: 75%; box-sizing: border-box; padding: 1em 3em}

.event-list article {width: 48%;}
.event-list .entry-image {width: 35%}
.event-list .entry-details {width: 55%; margin-right: 5%}

@media screen and (max-width: 768px) {
	.event-list article {width: auto; float: none;}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {text-align: center;/* background:url("images/footer.png") center bottom no-repeat; padding-top: 20vh;*/ font-weight: 400; opacity: 0.8}
.site-footer a {color: #fff}
.site-footer a:hover {color: #daa494}
.site-info {width: 90%; margin: 0 auto; padding-bottom: 10px; font-size: 0.75em;}
.footer-social {padding: 10px 0}
.footer-social a {display: inline-block; width: 20px;}
.footer-info {font-size: 0.8em; padding: 0; width: 90%; margin:0 auto;}
.site-footer .logo-parkcity { display: inline-block; position: relative; width: 260px; text-align: left;}
.site-footer .logo-parkcity:before {position: absolute; content: ""; display: block; background-color: #fff; height: 28px; width: 1px; left: 0px; top: 28px}
@media screen and (min-width: 960px) {
	.site-footer {position: absolute; bottom: 0; width: 100%;}
}
@media screen and (min-width: 1600px) {
}
@media screen and (max-width: 768px) {
	.site-footer {margin-top: 10px}
}

/*--------------------------------------------------------------
## Custom Page
--------------------------------------------------------------*/
/* Page - Home */
.page-template-template-home {/*background:#103e42 url("images/bg-home.gif") center center no-repeat; background-size: cover; background-attachment: fixed*/}
/*.page-template-template-home .site {padding-bottom: 0}
.page-template-template-home .site-main {text-align: center;}
.page-template-template-home .site-main .wrapper {width: 80%}
.page-template-template-home .site-main .lakecity-logo object {max-width: 60%}*/
.page-template-template-home .site {padding-bottom: 0; overflow: hidden;}
.page-template-template-home .site-content {height: 100vh; padding: 0;}
.page-template-template-home .site-footer {display: none}
.btn-skip {padding: 0.5em 3em; position: fixed; bottom: 50px; right: 50px; z-index: 1000; display: none}

.quicklink {position: fixed; top: 20vh; left: 0; z-index: 13}
.quicklink ul {list-style: none; margin: 0; padding: 0}
.quicklink ul a {text-decoration: none; display: inline-block; padding: 0.3em 1em; font-family: 'Oswald', sans-serif; font-size: 1.4em;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.quicklink ul a:hover {color:#be9062;}
.quicklink ul a i {-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.quicklink ul a:hover i {margin-left: 10px}

.lakecity-logo {max-width: 400px}
.urban-hopsca {max-width: 300px;}

@media screen and (max-width: 768px) {
	.quicklink {bottom: 5vh; top: auto; right: 0; left: 0!important}
	.quicklink ul {text-align: center;}
	.quicklink ul li {display: inline-block;}
	.quicklink ul a {font-size: 1.2em}
	.quicklink ul a i {display: none}
	.lakecity-logo {max-width: 300px}
	.urban-hopsca {max-width: 200px;}
}
@media screen and (max-width: 480px) {
	.lakecity-logo {max-width: 300px}
	.urban-hopsca {max-width: 200px;}
}

.hopsca-bg {position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url("images/hopsca.jpg") center center no-repeat; width: 100vw; min-height: 100vh /*background-size: cover;*/}

.hopsca-wrapper {position: absolute; width:1400px; height: 500px; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 11}
.hopsca-wrapper .highlight {position: absolute; display: none; pointer-events: none;}
.hopsca-wrapper .hotspot {display: block; position: absolute; opacity: 0; background: red; z-index: 12}
.hotspot-hotel {width: 270px; height: 250px; left: 200px; top: 120px}
.hotspot-office {width: 160px; height: 200px; left: 470px; top: 140px}
.hotspot-park {width: 170px; height: 120px; left: 630px; top: 210px}
.hotspot-shopping {width: 270px; height: 160px; right: 330px; top: 170px}
.hotspot-apartments {width: 190px; height: 240px; right: 140px; top: 100px}
.hotspot-connectivity {width: 340px; height: 120px; right: 400px; bottom: 50px}
.hopsca-hotel {width: 530px; height: 420px; background: url("images/hopsca-hotel.png") center center no-repeat; left: 0.5px; top: 92.5px; }
.hopsca-office {width: 195px; height: 265px; background: url("images/hopsca-office.png") center center no-repeat; top: 106.5px; left: 435.5px;}
.hopsca-apartments {width: 350px; height: 520px; background: url("images/hopsca-apartments.png") center center no-repeat; top: -162px; right: 68px;}
.hopsca-shopping {width: 320px; height: 220px; background: url("images/hopsca-shopping.png") center center no-repeat; top: 167px; right: 318px;}
.hopsca-park {width: 240px; height: 390px; background: url("images/hopsca-park.png") center center no-repeat; bottom: 72px; right: 613.5px;}
.hopsca-connectivity {width: 380px; height: 180px; background: url("images/hopsca-connectivity.png") center center no-repeat; bottom: 21px; right: 396.5px;}
.hopsca-wrapper .desc {font-size: 0.8em; position: absolute; display: none}
.desc-connectivity {width: 460px; right: 100px; bottom: -120px}
.hopsca-overlay {position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url("images/hopsca-overlay.jpg") center center no-repeat; opacity: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s;}
.hopsca-bg.overlay .hopsca-overlay {opacity: 1;}

.hopsca-label {}
.hopsca-label ul {margin: 0; padding: 0; list-style: none; text-align: center;}
.hopsca-label ul li {font-size: 1.2em; padding: 0.5em 0; font-weight: 200}
.hopsca-label ul li b {color: #daa494; font-size: 1.2em}

@media screen and (max-width: 1280px) {
	.hopsca-wrapper .highlight,
	.hopsca-wrapper .hotspot {display: none}
}

@media screen and (max-height: 680px) and (min-width: 769px) {
	.hopsca-bg, .hopsca-overlay {background-size: 1632px auto}
	.hopsca-wrapper {transform: translate(-50%, -50%) scale(0.85,0.85);}
}

@media screen and (min-width: 769px) {
	.hopsca-label {position: absolute; z-index: 12; background: url("images/hopsca-label.png") center center no-repeat; width: 950px; height: 500px; left: 300px; top: 20px; pointer-events: none;}
	.hopsca-label ul {display: none}
}

@media screen and (max-width: 768px) {
	.hopsca-overlay, .hopsca-bg {background-size: cover;}
	.hopsca-bg:before {display: block; content: ""; background-color: rgba(0,0,0,.6); position: absolute; top: 0; left: 0; right: 0; bottom: 0}
	.hopsca-wrapper {width: 100%; height: auto;}
}

@media screen and (max-height: 480px){
	.hopsca-label {}
	.hopsca-label ul li {padding: 0}
}

.pop-up {position: fixed; z-index: 101; top: 0; max-width:500px;  height: 100vh; background-color: rgba(0,0,0,.7); padding: 3em; left: -640px}
.pop-up .btn-back {text-decoration: none; font-size: 1.8em; cursor: pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;}
.pop-up .btn-back:hover {margin-left: -10px;}
.pop-up h2 {font-size: 2.5em; font-weight: 200; margin:0.3em 0 0; letter-spacing: 1px}
.pop-up h3 {margin-bottom: 0; letter-spacing: 1px}
.pop-up h4 {font-weight: 300}
.pop-up-overlay {position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #000; z-index: 100; display: none}
.overlay-mask {position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #103e42 url("images/bg.png") top center repeat; z-index: 100; display: block;}
.page-template-template-home .overlay-mask {display: none}



@media screen and (max-width: 640px) {
	.pop-up {padding:1em 2em; max-width: 100%}
	.pop-up h2 {font-size: 2em; margin:0;}
	.pop-up h4 {margin:0;}
}


@media screen and (min-width: 961px), screen and (min-height: 961px) {
	.preloader {position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: #fff; z-index: 10000; pointer-events: none;}
	.preloader .preloader-holder {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
	.preloader .preloader-blank {position: relative; width: 300px; height: 220px}
	.preloader .preloader-blank:before {position: absolute; content: ""; display: block; background: url("images/lakecity-logo.png") center center no-repeat; opacity: 0.2; width: 300px; height: 220px}
	.preloader .preloader-full {background: url("images/lakecity-logo.png") bottom center no-repeat; position: absolute; bottom: 0; width: 100%; height: 0%; animation-name: preloader; animation-duration: 3s; animation-fill-mode: forwards;}
	@keyframes preloader {
	    from {height: 0%}
	    to {height: 100%}
	}

	/* Page Transition */
	.pageload-overlay { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 999; visibility: hidden; }
	.pageload-overlay.show { visibility: visible; }
	.pageload-overlay svg { position: absolute; top: 0; left: 0; pointer-events: none; }
	.pageload-overlay svg path { fill: #fff; }

	.homepage-video-mask {position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.8; background-color: #103e42; z-index: 2}
	#homepage-bg-video-pic {position: fixed; top: 0; left: 0; right: 0; bottom: 0; background:url("images/homepage-bg-video.jpg") center center no-repeat; background-size:cover; z-index: 1}
	.video-background {background: #000; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 200;}
	.video-foreground,
	.video-background iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none;}
	/*.video-foreground {height: 120%; bottom: -10%}*/
	.video-background .wrapper {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; z-index: 10}
	.btn-skip {display: block;}
}


@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}



/* Page - About */
.page-template-template-about {background:url("images/bg-about.jpg") center center no-repeat; background-size: cover; background-attachment: fixed}
.page-template-template-about h2 {}
.page-template-template-about .footer-logo {display: none}
/*.page-template-template-about .site-footer {padding-top: 180px}*/

.container-about {max-width: 1100px; width: 95%; margin: 0 auto 0; text-align: center; margin-top: 10vh}
.container-about a {font-size: 0.8em}
.container-cg {margin-bottom: 3em}
@media screen and (min-width: 768px) {
	.container-cg {float: left;}
	.container-dp {float: right;}
}

@media screen and (min-height: 700px) {
	.container-about {margin-top: 20vh}
}

/* Page - Enquiry */
.page-template-template-enquiry .enquiry-form {background-color: #000; background-color: rgba(0,0,0,.5); max-width: 1000px; margin: 0 auto; padding: 20px 0}
.page-template-template-enquiry .enquiry-form .wrapper {max-width: 840px}
.page-template-template-enquiry .enquiry-form ul {padding: 0; list-style: none; margin: 0}
.page-template-template-enquiry .enquiry-form ul li {min-height: 3.8em}
.page-template-template-enquiry .enquiry-form .wpcf7-form-control {background-color: transparent; border: 0 none; border-bottom: 1px solid #fff; border-radius: 0; width: 100%}
.page-template-template-enquiry .enquiry-form .wpcf7-form-control:focus {outline: 0; border-bottom:1px solid #daa494;}
.page-template-template-enquiry .enquiry-form .btn-submit {text-align: center;}
.page-template-template-enquiry .enquiry-form .btn-submit input {font-size: 0.9em; padding: 1em 3em; color: #daa494;  border: 0 none; border: 0 none; font-weight: 400; width: auto; border:1px solid #daa494; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; 
}
.page-template-template-enquiry .enquiry-form .accept-tnc {margin:2em 0 2em;}
.page-template-template-enquiry .enquiry-form .accept-tnc a {color: #daa494}
.page-template-template-enquiry .enquiry-form .accept-tnc .tnc-msg {font-size: 0.8em;}
.page-template-template-enquiry .enquiry-form .accept-tnc .wpcf7-form-control {border: 0 none;}
.page-template-template-enquiry .enquiry-form .accept-tnc .wpcf7-list-item-label {display: none;}
.page-template-template-enquiry .enquiry-form .accept-tnc span.wpcf7-not-valid-tip {position: absolute; top: -15px; width: 200px}
.page-template-template-enquiry .enquiry-form .btn-submit input:hover {color: #16282c; background-color: #daa494}
.page-template-template-enquiry .telephone {text-align: center; padding: 3em 0 0}
.page-template-template-enquiry .telephone p {margin:1em 0 0}
.page-template-template-enquiry .telephone a {text-decoration: none; font-weight: 700; font-size: 2.4em; color: #daa494}
/* Error Message */
span.wpcf7-not-valid-tip {font-size: 0.8em; color: #daa494}
div.wpcf7-validation-errors {border: 1px solid #daa494; font-size: 0.9em; color: #daa494}
div.wpcf7-mail-sent-ok {border: 1px solid #666; font-size: 0.9em;}
div.wpcf7-response-output {padding: 0.5em 1em; margin: 0 0 1em}
span.wpcf7-list-item {margin:0;}
@media screen and (max-width: 767px) {
	.page-template-template-enquiry .enquiry-form {}
	.page-template-template-enquiry .enquiry-form .wrapper {max-width: 400px}
}
@media screen and (min-width: 768px) {
	.page-template-template-enquiry .enquiry-form .accept-tnc {padding-left: 25px; position: relative;}
	.page-template-template-enquiry .enquiry-form .accept-tnc .tnc {position: absolute; top: 0; left: 0}
	.page-template-template-enquiry .enquiry-form .accept-tnc .tnc-msg {display: inline-block;}
}

/* Page - Location */
.map {margin: 2em auto; max-width: 840px}
.map-highlight {position: absolute; top: 0; left: 0; display: none}
.map-road {display: block;}
.map-legend {float: left; width: 25%; display: none}
.map-legend ul {margin: 0; padding: 0; list-style: none;}
.map-legend ul li {margin-bottom: 5px; cursor: pointer;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.map-legend ul li:hover {color: #daa494}
.map-legend ul li .circle {display: inline-block; width: 13px; height: 13px; border: 1px solid #daa494; border-radius: 50%; margin-right: 5px; vertical-align: middle;}
.map-legend ul li.active .circle {background-color: #daa494}
.map-desktop {display: none; width:70%; float: right; position: relative; background-color: rgba(0,0,0,.3); border: 10px solid rgba(0,0,0,.3); -webkit-background-clip: padding-box; background-clip: padding-box;}
@media screen and (min-width: 769px) {
	.map-desktop, .map-legend {display: block}
	.map-mobile {display: none}
}

/* Page - Contact */
.page-template-template-contact .site-content .wrapper {max-width: 840px; position: relative; overflow: visible;}
.google-map {height: 70vh; min-height: 400px}
.tel-no {font-weight: 900; color: #daa494; font-size: 1.1em}
.social-icon a {display: inline-block; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.5); text-align: center; line-height: 40px; margin-right: 5px}
.social-icon a:hover {border-color: #daa494}

@media screen and (min-width: 769px) {
	.contact-info {position: absolute; z-index: 100; /*width: 40%;*/ top: 20px; background-color: rgba(0,0,0,.7); padding:0 2em; text-align: left;}
	.contact-info h1 {margin-bottom: 0}
}

/* Page - Country Garden */
.about {}
.figures {background-color: #000; background-color: rgba(0,0,0,.2); padding: 2em 0; overflow: hidden; text-align: center; clear: both; font-size: 0.9em}
.number-wrapper {float: left; width: 25%}
.number-wrapper .number {font-family: 'Oswald', sans-serif; color: #daa494; font-size: 4em; line-height: 1.3; font-weight: 400}
.logo-forbes, .logo-fortune {margin-bottom: -1em; display: block;}
.logo-forbes img, .logo-fortune img {width: 150px}
.developer-bg {text-align: center;}
.developer-bg h3 {margin-bottom: 0.3em}
.developer-bg b {font-size: 2.4em; font-weight: 300;}
.developer-bg b span {font-size: 0.3em; display: block;}
.developer-bg strong {color: #daa494}

@media screen and (min-width: 960px) {
	/*.about .img-container {float: left; width: 40%; padding-right: 3em; margin-bottom: -2em}*/
	.developer-container {overflow: hidden; margin: 3em 0; position: relative;}
	
	.about .about-img {margin:0; float: right; width: 60%}
	.about .about-logo {padding-right: 2em; margin-bottom: 1em}
	.about .about-text {font-size: 0.9em; float: left; width: 36%}
	.about .about-text p {line-height: 1.8}
}
@media screen and (max-width: 768px) {
	.number-wrapper {width: 50%; margin-bottom: 3em}
	.about-logo {text-align: center; margin:1em 0;}
	.about-logo img {width: 150px}
}

.awards {clear: both; background-color: #fff; padding: 0}
.awards .wrapper {max-width: 1200px; overflow: visible;}


/* Page - HOPSCA */
.page-template-template-hopsca .site {padding-bottom: 0; overflow: hidden;}
.page-template-template-hopsca .site-content {height: 100vh; padding: 0;}

/* Page - Gallery */
.page-template-template-gallery .site {background:#000 url("images/bg-gallery.jpg") center top no-repeat;}
.page-template-template-gallery .site-main {padding-top: 15vh; position: relative; text-align: center;}
.page-template-template-gallery .site-main h1 { text-align: center;}
.page-template-template-gallery .site-main .wrapper {max-width: 1200px;}

@media screen and (min-width: 1600px) {
	.page-template-template-gallery{background-size: 100% auto}
}
@media screen and (max-width: 768px) {
	.page-template-template-gallery .site-main {padding-top: 5vh}
}