/*
Theme Name: clearviewurbanvillage
Theme URI: http://underscores.me/
Author: Brad Vickers
Author URI: http://www.ellephantism.net/
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clearviewurbanvillage
Tags:

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.

clearviewurbanvillage is based on Underscores http://underscores.me/, (C) 2012-2016 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
    ## Footer
	## Posts and pages
	## 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;
    text-decoration: none;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 5em;
	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-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
--------------------------------------------------------------*/
.screen-reader-text {display:none;}

body,
button,
input,
select,
textarea {

	color: #404040;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: abril-fatface, serif;
	clear: both;
}

h2 {
    font-size: 3em;
    margin: 10px !important;
}

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: 0.9375em;
	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: 0.9375em;
}

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: none;
}

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"] {
  background: #4da8c8;
  background-image: -webkit-linear-gradient(top, #4da8c8, #039dc1);
  background-image: -moz-linear-gradient(top, #4da8c8, #039dc1);
  background-image: -ms-linear-gradient(top, #4da8c8, #039dc1);
  background-image: -o-linear-gradient(top, #4da8c8, #039dc1);
  background-image: linear-gradient(to bottom, #4da8c8, #039dc1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border:none;
  color: #ffffff;
  font-size: 0.875em;
  padding: 6px 20px 6px 20px;
  text-decoration: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
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 {
  background: #039dc1;
  background-image: -webkit-linear-gradient(top, #039dc1, #0081a0);
  background-image: -moz-linear-gradient(top, #039dc1, #0081a0);
  background-image: -ms-linear-gradient(top, #039dc1, #0081a0);
  background-image: -o-linear-gradient(top, #039dc1, #0081a0);
  background-image: linear-gradient(to bottom, #039dc1, #0081a0);
  text-decoration: none;
}


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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
    width: 100%;
    background: #f1f1f1;
}

select {
	border: 1px solid #ccc;
}

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: #111;
}

textarea {
	width: 100%;
}

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

a:visited {
	color: #ffffff;
}

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%;
	background: rgba(0,0,0,0.6);
	margin-top: 25px;
	line-height:1em;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0 20px 0 auto;
    padding-left: 0;
    width: 75%;
    text-align: right;
}

.main-navigation ul ul {
	margin-right:0;
}

.main-navigation li {
	display:inline-block;
	position: relative;
	padding: 10px 2%;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff !important;
}

.main-navigation li:hover {
    background: rgba(255,255,255,0.5);
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 2.5em;
    left: -999em;
    z-index: 99999;
    width: 190px;
    background: #404040;
    padding: 0;
}

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

.main-navigation ul ul a {
    width: 100%;
}

.main-navigation ul ul li {
    width: 100%;
    padding: 10px 28px;
}

.main-navigation li:hover,
.main-navigation li.focus  {
	background:#262a33;
}

.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 {
	right: 0;
	text-align:left;
}

.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,
.main-navigation .current-menu-ancestor > a {
}

.menu-item-has-children a {
	margin-bottom:10px;
}

.menu-item-has-children ul a {
	margin-bottom:0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block !important;
	text-align:center;
}

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

	.menu-item-has-children a {
	margin-bottom:0;
}
}

/* Small menu END */

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

/* Download Form */
.col1, .col2 {width:47.5%; float:left; margin:5px 0;} 
.col1 {margin-right:2.5%;} 
.col2 {margin-left:2.5%;} 
.fullwidth {margin: 5px 0;}

a.icon-button {
    padding: 15px 10%;
    width: 100%;
    display: block;
    margin: 0 auto;
    background: #00aac5;
    color: #fff;
} 

a.icon-button:focus,  a.icon-button:hover { background: #00889e;} 


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

div.blog-layout {
	width:100%;
	max-width:800px;
	margin: 0 auto;
}

.homepage-paragraph {
    width: 100%;
    padding: 60px 0;
    background: #fff;
    color: #404040;
}

.homepage-paragraph p {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'Merriweather', serif;
    font-size: 1em;
    line-height: 1.7em;
}

.homepage-icons {
	background:#f1f1f1;
	padding: 50px 0;
	margin-bottom: 1.7em;
}

.homepage-icons div {
	width:90%;
	max-width: 1000px;
	margin:0 auto;
}

.homepage-icons div div {
	width:33.333%;
	float:left;
	display:inline-block;
}

.homepage-icons a, .homepage-icons a:visited {
    color: #404040;
    font-family: 'Merriweather', serif;
    font-size: 1.2em;
    line-height: 1.5em;
	font-weight:bold;
}

.homepage-icons a:hover, .homepage-icons a:focus {
    color: #00aac5;
}

.homepage-icons div div img {
	transition: transform .2s ease-in-out;
	transform: scale(0.9, 0.9)
}

.homepage-icons div div img:hover {
	transform: scale(1, 1)
}

.clearfix {
    clear: both !important;
    width: 100% !important;
    display: block !important;
    float: none !important;
}

.cta-button {
	padding: 40px 0 80px 0;	
}



/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

/*-- MOBILE SUPPORT --*/
@media screen and (max-width: 1366px) {
    .content-blocks.item-even.item .content-block-wrap {
        width: 100%!important;
        padding: 0 1%;
    }
    
}

@media screen and (min-width: 1024px) {

	.location-content {
		max-width:1024px; 
		margin-left:auto !important; 
		margin-right:auto !important; 
		margin-top:30px;
	}

	.post-25 p, .post-25 img {
		width: 1000px !important;
		margin: 0 auto;
	}

	.page-id-25 .entry-content {
		margin: 30px auto !important;
		width: 1000px;
	}
}

@media screen and (min-width: 965px) and (max-width: 1366px) {
	
	.container {
		width: 75% !important;
	}

}



@media screen and (min-width: 965px) and (max-width: 1100px) {
    
	.main-navigation ul {
        padding-left: 65px !important;
        font-size: 0.7em !important;
    }

}

@media screen and (max-width: 965px) {
	
    .home .content-blocks.item-even.item .content-block-wrap h2 {
        padding: 0 !important;
    }

    .content-blocks.item-even.item .content-block{
		width: 100%!important;
	}
	
    .content-blocks.item-odd.item .content-block {
        width: 100%!important;
        padding: 0 2%;
    }
	
    .content-blocks.item-even.item img {
        width: 100%!important;
        float: none!important;
    }
	
    .home .entry-content {
		font-size: 0.8em !important;
	}
	
	.main-navigation {
		margin-top:0;
	}
	
	.main-navigation ul {
        width: 100%;
        padding-left: 0;
		text-align:center;
    }
	
	.main-navigation ul li {
		padding: 10px 0;
	}
	
    .site-branding {
        float: none !important;
        position: relative !important;
        width: 100% !important;
        text-align: center !important;
    }
	
    .page-id-367 .contactform {
        width: 100% !important;
    }

    .page-id-367 article {
        width: 100% !important;
    }
    .container {
        width: 100% !important;
        padding: 0 1%;
    }
	
	.honeybadger {
		margin: 0 !important;
	}
	
	.home .entry-content {
    	padding: 70px 8% 50px 8% !important;
	}
	
	.home h1 {
		font-size: 3em !important;
		line-height: 1.5em;
	}
	
	.homepage-icons div div img {
		width:80% !important;
		height:auto !important;
	}
	
}

@media screen and (max-width: 640px) {
	
    .page-content, .entry-content, .entry-summary {
    	margin: 0 !important;
    }

    .post-23 h1 {
        padding: 10px 7% !important;
        font-size: 1.2em !important;
    }

	.home h1 {
		font-size:2.2em !important;
		line-height:2em;
	}
	
	h2, .home h2 {
		font-size:1.8em !important;
		line-height:1.5em;
	}
	
	.home .entry-content h2 {
		font-size:1.4em !important;
		line-height:2em;
	}
	
	.home .entry-content {
    	padding: 50px 5% 30px 5% !important;
	}
	
	.home .entry-content a {
		letter-spacing: 0 !important;
		font-size: 0.9em !important;
		line-height: 1.5em;
		padding: 10px 20px !important;
	}
	
	
	
	.home .entry-content a span {
		display:none;
	}

    .menu-toggle, .main-navigation.toggled ul {width: 100%;}
    
    .main-navigation ul li{width: 100%;}
    
    .main-navigation ul ul li{
        position: relative;
        width: 100%;
    }
    
    li.menu-item-has-children, li.menu-item-has-children a {color:#cacaca !important;}

    .menu ul.sub-menu li {
		width: 100% !important; 
	}

    .menu ul.sub-menu li a {
		color:#fff !important; 
	}

    .main-navigation ul ul {
        position: initial !important;
        float: none !important;
    }

    .download-link {
		width: 90% !important;
	}

    .icons {
		width:100%; 
		text-align:center; 
		margin-left:1%; 
		margin-top:20px;
	}
	
	.icons img {
		width: 12%; 
		margin-right:1%; 
		max-width:64px;
	}

	.col1, .col2, .fullwidth {
		width:100%; 
		float:none; 
		display:block; 
		margin:10px 0;
	} 

	.site-content .container iframe {
		width: 100% !important;
		display:block;
		float:none;
		margin-bottom:20px;
	}

	.site-content .container .text {
		width: 100% !important;
		display:block;
		float:none;
	}
}

@media screen and (max-width: 479px) {
	.home .entry-content {
		padding: 70px 8% 50px 8% !important;
	}
	
	.homepage-icons div div {
		width:100%;
		display:block;
	}
}


/*-- MOBILE SUPPORT END --*/


.page .entry-title, a.post-edit-link {display: none;}

.site-branding {
    background: #fff;
    float: left;
    position: absolute;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    width: 300px;
    padding:10px;
}

.site-branding img {width:100%; max-width:300px;}

#wpgmza_map {
    margin-bottom: 30px;
}

/*-- CONTACT PAGE --*/
.page-id-367 .contactform ul {
    padding: 0 !important;
    margin: 0 !important;
}

.page-id-367 .contactform {
    width: 48%;
    display: inline-block;
    padding: 0 1%;
}

.page-id-367 .entry-content {margin: 0 !important;}

.page-id-367 article {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.footnotes {
    font-size: 0.5em;
    display: block;
}
/*-- CONTACT PAGE END --*/

.home .entry-content {
    background-image: url(img/banner-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 170px 10% 100px 10%;
    text-shadow: 1px 2px 3px rgba(0,0,0,.9);
}
.home h1 {
	margin: 0 !important;
	font-size:4em;
	line-height: 1.5em;
}

.home h2 {
	font-size: 2.2em;
}

.home .entry-content a {
    color: #fff;
    text-decoration: none;
    border: solid 5pt;
    padding: 10px 30px;
    letter-spacing: 4px;
    font-size: 1.2em;
    background: rgba(64, 64, 64, 0.68);
}

.home .entry-content a:hover {
    background: rgba(0,0,0,.5);
    color: #e5ea00;
}
/*-- HOME PAGE END --*/
.page-id-368 h2 {
    /* padding: 0 2%; */
    text-align: center;
}

.page-id-368 p {padding: 0 2%;}
/*-- RESIDENTIAL END --*/

.post-23 h1 {
    color: #fff;
    padding: 126px 7%;
    font-size: 5vw;
    text-shadow: 1px 2px 20px rgba(0,0,0,.9);
    position: absolute;
}

/*-- LIFESTYLE END --*/

.post-25 p, .post-25 img {
    height: auto;
    width: 100%;
}

.page-id-25 .entry-content {
    margin: 0 auto;
    width: 100%;
}

.page-id-366 .container {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.content-blocks.item-odd.item img {
    width: auto;
}

.content-blocks.item-even.item {
    background: #f1f1f1;
}
.home .content-blocks.item-even.item .content-block-wrap h2 {
    padding: 14% 0 0 0;
}
.content-blocks.item-even.item .content-block-wrap {
    width: 60%;
    margin: 0 auto;
}

.content-blocks.item-even.item img {
    padding: 1.5%;
    float: right;
    width: 50%;
}

.content-blocks.item-odd.item .content-block {
    display: inline-block;
    width: 33%;
    padding: 1%;
    vertical-align: top;
}

.content-blocks.item-even.item .content-block {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.content-blocks {
    clear: both;
    margin: 10px auto;
    padding: 1% 0;
    display: inline-block;
    font-size: 1em;
}

#content-blocks {
    text-align: center;
}

.container {
    display: block;
    margin: 0 auto;
    width: 50%;
}

.download-link {
    text-align: center;
    text-decoration: none;
    padding: .75em 1em;
    color: #fff;
    display: block;
    font-size: 1.2em;
    line-height: 1.5em;
    background: #404040;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 4px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.4);
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    border-style: outset;
}

.download-link:hover {
    background: #009dc1;
}

.rslides {
    display: inline;
}

.rslides_container {
    text-align: center;
}

.entry-content {
    text-align: center;
}
.page-id-23 .entry-content img, .rslides_container img {
    width: 100%;
    max-width: 4096px;
}

.location-content ul {
    text-align: left;
    list-style-type: circle;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
	margin-top:20px;
}

location content ul li {
text-transform:none;
}

.site-content .container {
	width:90%;
	margin:0 auto;
	max-width:1280px;
}

.site-content .container iframe {
	width:48%;
	max-height:360px;
	float:left;
}

.site-content .container .text {
	width:48%;
	float:right;
	text-align:left;
}

.site-content .container h2 {
	text-align:left;
	margin-top:0 !important;
	line-height:1.3;
}

.site-content .container p {
	line-height:1.8
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
    background: #404040;
    color: #fff;
}
#colophon a {color: #fff !important;}
#colophon .container {
    display: block;
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

/*--
.footerclearview, .footerheran {
    display: inline-block;
    padding: 0 1%;
    font-size: 8pt;
    text-align: center;
}

.footerclearview span, .footerheran span {
    display: block;
    text-align: center;
}--*/

.copyright, .tagline {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 8pt;
    margin: 0;
}

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

.honeybadger {
	margin:-70px 0 0 0;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 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, /* 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%;
}

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

.caption {
    bottom: 10px !important;
    padding: 10px 5% !important;
    text-align: right !important;
    background: rgba(0,0,0, .5) !important;
    font-size: 3vw !important;
    font-family: abril fatface, sans-serif !important;
}

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

/* Custom Gallery Page */

div.gallery-page {
	width: 80%;
    margin: 0 auto;
    max-width: 1200px;
	text-align:left;
}

.gallery-page .gallery-columns-4 .gallery-item {
    max-width: 24.2%;
    margin: 0 0.4%;
}



.gallery-page h3 {
	text-align:center;
}

/*--------------------------------------------------------------
## Input Fields
--------------------------------------------------------------*/

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	max-width: 350px;
	width: calc(100% - 2em);
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em !important;
	width: 60%;
	border: none !important;
	border-radius: 0 !important;
	background: #f0f0f0;
	color: #aaa;
	font-weight: bold;
	font-family: 'Arimo', sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #6a7989;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 150%;
}

/* Kaede */
.input--kaede {
	display: block;
	overflow: hidden;
	margin: 20px auto;
	background: #cacaca;
}

.input__field--kaede {
	position: absolute;
	top: 0;
	right: 100%;
	width: 60% !important;
	height: 100%;
	background: #fff !important;
	color: #9DABBA !important;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__label--kaede {
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	cursor: text;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__label-content--kaede {
	padding: 1.5em 0;
}

.input__field--kaede:focus,
.input--filled .input__field--kaede {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition-delay: 0.06s;
	transition-delay: 0.06s;
}

.input__field--kaede:focus + .input__label--kaede,
.input--filled .input__label--kaede  {
	-webkit-transform: translate3d(60%, 0, 0);
	transform: translate3d(60%, 0, 0);
	pointer-events: none;
}

@media screen and (max-width: 34em) {
	.input__field--kaede:focus + .input__label--kaede,
	.input--filled .input__label--kaede  {
		-webkit-transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
		transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
		pointer-events: none;
	}
}

.input--kaede .wpcf7-form-control-wrap {position:static;}

.dl-form input[type="submit"] {
    background: #149dc1;
    font-family: 'Arimo', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 0;
    max-width: 350px;
    width: 100%;
    padding: 18px;

}

.wpcf7-form ul {
	margin:0;
	padding:0;
}

.wpcf7-form ul li {
	margin-bottom:10px;
}

.dl-form input[type="submit"]:hover, .dl-form input[type="submit"]:focus {
    
       background: #0d7d9a;
}

.input--download {
    background:none !important;
}

.rslides_container {
	margin-bottom: 80px;
}