/*
Theme Name: prairie-vista
Theme URI: http://thevillageatprairievista.com
Author: Gary Iverson
Author URI: http://garyriverson.com
Description: Wordpress theme for Prairie Vista Homeowner's Association
Version: 1.0
Text Domain: prairie-vista
Tags:

*/

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

body {
	margin: 0;
	font-size: 16px;
	font-family: 'Droid Sans', 'Tahoma', 'Arial', sans-serif;
	line-height: 1.8;
	padding: 0;
	background: #fbfaf3;
}
html {
	height: 100%;
}
body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

div#page {
	flex: 1; 
}

header {
	padding: 1.5rem 0;
	background: #f3f0e8;
    border-bottom: 2px solid rgba(144, 137, 125, 0.27);
}

@media screen and (max-width:48.5em) {
header .col-xs-10 {
	text-align: center !important;
}
a.menu-link {
    display: block;
    font-size: 1.25rem;
    background: #6094ca;
    padding: .75rem 1.25rem;
    border-radius: 3px;
    color: #fff;
    margin-top: 1rem;
		}
		a.menu-link:active, a.menu-link:focus {
			color: #ddd;
		}
		nav[role=navigation] {
			clear: both;
			-webkit-transition: all 0.3s ease-out;  
			-moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			-o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
		}
		.js nav[role=navigation] {
			overflow: hidden;
			max-height: 0;
		}
		nav[role=navigation].active {
			max-height: 25em;
		}
		nav[role=navigation]  {
			margin: 0;
			padding: 0;
			border-top: 1px solid #ddd;
		}
		nav[role=navigation] a {
			display: block;
			padding: 0.8em 0;
			border-bottom: 1px solid #ddd;
			color: #586d84;
			font-size: 1.25rem;
    font-family: 'Droid Serif', 'Garamond', 'Times', serif;
		}
		nav[role=navigation] a:hover {
			border-bottom: 1px solid #ddd;
		}
	}
		@media screen and (min-width: 48.25em) {
			a.menu-link {
			   display: none;
			}
			.js nav[role=navigation] {
				max-height: none;
			}
			nav[role=navigation]  {
				margin: 0 0 0 -0.25em;
				border: 0;
			}
			
			nav[role=navigation]  a {
				margin: 0 0.25em;
				border: 0;
				 display: inline-block;
    text-decoration: none;
    padding-right: 1.5rem;
    font-size: 1.25rem;
    font-family: 'Droid Serif', 'Garamond', 'Times', serif;
    color: #586d84;
			}
			
		}

/*.main-navigation a {
   

}*/
header img {
	min-width: 100%;
	max-width: 100%;
	height: auto;
}

.cta-button, .cta-button:visited {
	text-decoration: none;
    background: #6094ca;
    padding: 1rem 1.5rem;
    border-radius: 3px;
    color: #fff;
    transition: 0.2s all ease-in-out;
}
.cta-button:hover {
	transition: 0.2s all ease-in-out;
	background:  #5184b7;
}


/* Residents Page */

ul.tabs {
	width: 100%;
	margin: 0 0 0 0 !important;
    padding: 0 !important;
}
.tabs li {
    display: inline-block;
    width: 19%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabs a {
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    color: #444;
    padding: .75rem 2rem;
    background: #eee;
    border-left: 10px solid #ccc;
}
.tabs a:hover,
.tabs a.active {
  background: #fff;
  border-left: 10px solid #227ee2;
}
.tabgroup>div {
    padding: .75rem 2rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Password protection */

form.post-password-form {
    width: 30%;
    display: block;
    margin: 0 auto;
}

form.post-password-form input[type=submit] {
    display: block;
    width: 100%;
    margin: 1.5rem 0;
    transition: 0.2s all ease-in-out;
}

form.post-password-form input[type=submit]:hover {
	transition: 0.2s all ease-in-out;
	background:  #5184b7;	
}

/*
Footer
*/

footer {
	background-color: #484847; /* rgb(173, 161, 155); */
    color: #fff;
    padding: 0 1.5rem 1rem 1.5rem;
}

footer+div {
	background-color: #484847;
    padding: .75rem 0;
    color: #ddd;
}

footer a, footer+div a {
	text-decoration: none;
	color: #ddd;
	transition: 0.1s all ease-in-out;
}

footer a:hover, footer+div a:hover {
	color: #fff;
	transition: 0.1s all ease-in-out;
}

footer nav a:hover:after, footer+div a:hover:after {
	content: '\f105';
	font-family: 'FontAwesome';
	padding-left: .5rem;
	transition: 0.1s all ease-in-out;
}

footer a:visited {
	color: inherit;
}

footer a i {
	font-size: 2rem !important;
}

footer h6 {
	font-weight: 400;
	font-size:1.5rem;
	color:#fff;
	margin-bottom:.75rem;
}

footer nav.pagelinks a{
	display: block;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

a.property-link+p {
	margin-top: 0;
}

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

b,
strong {
	font-weight: bold;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

input[type="search"]::-webkit-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
--------------------------------------------------------------*/

input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: 400;
}

p {
	margin-bottom: 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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 transparent;
    border-radius: 3px;
    background: #569bd6;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    padding: .75rem 1rem;
    transition: 0.2s all ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background:  #569bd6;
	transition: 0.2s all ease-in-out;
}


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;
	width: 100%;
    font-size: 1.25rem;
    border: 2px solid rgba(109, 86, 74, 0.46);
    padding: .5rem;
}

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;
	outline: 0;
	border: 2px solid rgba(109, 86, 74, 0.64);
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #227ee2;
    text-decoration: none;
}

body.error404 p a {
	color: #227ee2 !important;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: #4177b9;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
# 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;
	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;
	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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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


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

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