/*
Theme Name: River House at Southern Light
Author: Thrive Creative Group
Author URI: https://thinkthrive.com/
Description: Description
Version: 1.0.0
Text Domain: river-house-at-southern-light
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Footer
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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 {
	-webkit-box-sizing: content-box;
	        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 {
	display: inline-block;
}*/

button,
.button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: .1em;
	padding: 1em;
	text-transform: uppercase;
	color: #FFF;
	background-color: #c8a355;
	border: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

button:hover,
.button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #FFF;
	background-color: #7f8a4f;
}

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"] {
	-webkit-box-sizing: border-box;
	        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
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #030006;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: .03em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*clear: both;*/
	font-family: "adorn-smooth-serif", serif;
}

p {
	margin-bottom: 1.5em;
	font-size: 18px;
	font-weight: 300;
}

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%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        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/ */
	-webkit-box-sizing: inherit;
	        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: #c8a355;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1.5em;
	padding-left: 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"] {
	background-color: #c8a355;
	border-radius: 0;
	color: #FFF;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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 {
	border-color: #aaa #bbb #bbb;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: 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-radius: 0;
	border: 1px solid #030006;
	padding: 3px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

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;
	border-color: #7f8a4f;
	border-left-width: 4px;
	outline: none;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	font-weight: 300;
	letter-spacing: 0.07em;
	color: #FFF;
	/*background: url(images/header-bg.png) #7f8a4f;*/
	background: url(images/svg/header-bg.svg) #7f8a4f;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center 37%;
	border-bottom: 10px solid #030006;
}

.site-header > .page-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.site-logo {
	width: 215px;
	height: 120px;
	margin: .25em 0;
	background: url(images/logo.png);
	background-repeat: no-repeat;
	background-size: 215px auto;
	background-position: center center;
	text-indent: -9999px;
	display: inline-block;
}

.connect {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-width: 300px;
	width: auto;
	text-align: right;
	padding-top: 2em;
	padding-bottom: .5em;
}

.connect .phone {
	margin-right: 1em;
}

.social {
	margin-left: 1em;
	margin-right: 1em;
}

.social a {
	margin-left: .25em;
	margin-right: .25em;
}

.social,
.social a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.icon {
	width: 25px;
	height: 25px;
	fill: #FFF;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.social a:hover .icon {
	/*fill: #5b3c25;*/
	fill: #c8a355;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	font-size: 14px;
	font-weight: 300;
  letter-spacing: 0.07em;
  color: #FFF;
  /*background: url(images/header-bg.png) #7f8a4f;*/
	background: url(images/svg/header-bg.svg) #7f8a4f;
  background-repeat: no-repeat;
  background-size: 100% auto;
  /*background-position: center 37%;*/
	background-position: center center;
  border-top: 10px solid #030006;
}

.site-footer a {
	color: #FFF;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.site-info {
	width: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
}

.site-info > .page-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.contact {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	line-height: 1.25;
	padding: 25px 2.5% 25px 0;
	border-right: 2px solid rgba(255, 255, 255, 0.5);
}

.contact .logo img {
	margin-top: 1em;
	width: 95%;
}

.contact .info {
	width: 52.5%;
	margin-bottom: 0;
	font-style: normal;
	text-transform: uppercase;
}

.contact .site-name {
	margin-bottom: 0;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}

.contact .info em {
	display: inline-block;
	margin-top: 1em;
	font-weight: 300;
	text-transform: none;
}

.sitemap {
	width: 40%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.sitemap ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-column-count: 2;
	        column-count: 2;
}

.sitemap a {
	display: inline-block;
	padding: .25em 0;
}

.copyright {
	padding: 1em 0;
	text-align: center;
	background-color: #030006;
}

.site-footer .social {
	margin-left: 0;
	margin-top: 1em;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #7f8a4f;
	text-decoration: none;
}

/*a:visited {
	color: purple;
}*/

a:hover,
a:focus,
a:active {
	color: #c8a355;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.site-header a {
	color: #FFF;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.site-header a:hover {
	/*color: #5b3c25;*/
	color: #c8a355;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	/*align-self: flex-end;*/
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	padding: 0 1em;
}

/*.main-navigation li:hover {
	background: url(images/svg/border-gold.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}*/

.main-navigation ul > li:last-of-type {
	padding-right: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	padding: 1.5em 1em;
}

.main-navigation ul ul {
	display: none;
	background-color: #030006;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	/*left: -999em;*/
	left: 1.5em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
	padding: .5em 1em;
}

.main-navigation ul ul li:first-child a {
	padding-top: 1em;
}

.main-navigation ul ul li:last-child a {
	padding-bottom: 1em;
}

.main-navigation ul ul li {
	padding: 0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.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 {
	/*left: 1.5em;*/
	display: block;
	-webkit-animation: submenu .3s;
	        animation: submenu .3s;
}

@-webkit-keyframes submenu {
	0% {
		opacity: 0;
		display: block;
	}
	100% {
		opacity: 1;
	}
}

@keyframes submenu {
	0% {
		opacity: 0;
		display: block;
	}
	100% {
		opacity: 1;
	}
}

.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 {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	position: relative;
	z-index: 999999;
	width: auto;
	margin: 0;
	outline: none;
	float: none;
}

.menu-toggle:hover {
	background-color: #c8a355;
}

.main-navigation.toggled {
	display: block;
}

.main-navigation.toggled .menu-main-menu-container {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	/*height: 100%;*/
	/*overflow: scroll;*/
	/*background: url(images/header-bg.png) #7f8a4f;*/
	background: url(images/svg/header-bg.svg) #7f8a4f;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-size: cover;*/
	background-size: auto 100%;
	-webkit-animation: submenu .3s;
	        animation: submenu .3s;
}

.main-navigation.toggled .menu {
	position: fixed;
	/*top: 170px;*/
	top: 100px;
	width: 100%;
	/*height: 100vh;*/
	height: 100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	margin-top: 36px;
	padding-bottom: 200px;
	border-top: 1px solid #030006;
}

.main-navigation.toggled ul {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-animation: submenu .6s;
	        animation: submenu .6s;
}

.main-navigation.toggled ul li:hover ul {
	-webkit-animation: none;
	        animation: none;
}

.main-navigation.toggled ul ul {
	position: relative;
	left: 0;
	display: block;
	background-color: transparent;
	-webkit-animation: none;
	        animation: none;
}

.main-navigation.toggled li {
	float: none;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.main-navigation.toggled a {
	display: inline-block;
	width: 100%;
	padding: 1em;
	text-align: center;
	border-bottom: 1px solid #030006;
}

/*.main-navigation.toggled .menu:first-of-type > li:first-of-type a {
	border-top: 1px solid #030006;
}*/

@media screen and (min-width: 1025px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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;
	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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        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
--------------------------------------------------------------*/
.page-wrap {
	width: 90%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.error-404 h1, .error-404 p {text-align: center}
.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;
}

.slider {
	position: relative;
	overflow: hidden;
}

.frame {
	position: absolute;
	z-index: 1;
	width: 90%;
	height: 90%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.frame > img {
	width: 100%;
	height: 100%;
	-webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
	        filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}

.stone-bg {
	padding-top: 50px;
	padding-bottom: 50px;
	/*background: url(images/stone-bg.jpg);*/
	background: url(images/svg/stone-bg.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.mission-statement {
	text-align: center;
}

.mission-statement .widget {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.widget-title {
	font-size: 45px;
}

.mission-statement .button {
	display: inline-block;
	margin-top: 25px;
}

.text-box-section {
	padding: 50px 0;
	background: url(images/IMG_0415-optimized.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.text-box-section-right {
	padding: 50px 0;
	background: url(images/IMG_0404-optimized.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.text-box-section > .page-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.text-box-section-right > .page-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.text-box,
.text-box-section-right .text-box {
/*	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;*/
	width: 600px;
	min-height: 400px;
	height: auto;
	background: url(images/svg/gold-bg-with-border.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.text-box-section-right .text-box {
	-ms-flex-item-align: end;
	    align-self: flex-end;
}

.text-box .content {
	width: 85%;
	margin: 0 auto;
	padding: 2em 1em;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
	position: relative; z-index: 9;
}

.text-box .content .title {
	font-size: 2.5em;
	margin-top: 1.1em;
	margin-bottom: .25em;
	text-transform: uppercase;
}

.text-box .content .button {
	display: inline-block;
	color: #030006;
	background-color: #FFF;
	margin-top: .5em;
	margin-bottom: .5em;
}

.text-box .content .button:hover {
	color: #FFF;
	background-color: #7f8a4f;
}

.events > .page-wrap {
/*	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;*/
/*	padding-top: 50px;
*/	padding-bottom: 25px;
}
.events .widget {
	position: relative;
	width: 24%;
	float: left;
	margin: 0 1% 0 0;
}

.events .widget:last-child {margin: 0 0 0 0}
.events .widget .image {
	width: 100%;
	margin-bottom: 50px;
	transition: .3s ease;
}

.events .widget a:hover .image {
	/*transform: scale(1.05);
	-webkit-transform: scale(1.05);*/
	filter: brightness(75%);
	-webkit-filter: brightness(75%);
}

.events .widget .widget-title {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

.request .content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 425px;
	padding-top: 50px;
	padding-bottom: 50px;
/*	background: url(images/svg/frame-wide-black.svg);
*/	background-repeat: no-repeat;
	background-size: cover;
	line-height: 1.2;
	border: 3px solid #000;
	z-index: 2;
}
.request .content:after {content: " "; display: block; position: absolute; left: -10px; top: -10px; z-index: 1; width: 100.5%; height: 101.5%; border: 3px solid #000 }

.request .call-to-action {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 45%;
	height: 100%;
	padding: 0 10%;
	text-align: center;
	text-transform: uppercase;
	border-right: 2px solid #030006;
	z-index: 9;
}

.request .call-to-action .label {
	display: inline-block;
	font-weight: 700;
	font-size: 37px;
	margin-bottom: 1.5em;
}

.request .message {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 55%;
	padding: 0 10%;
}

.request .message .title {
	font-size: 45px;
	margin-bottom: 0;
}

.entry-header {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: auto;
	max-height: 215px;
	min-height: 150px;
}

.entry-header .frame {
	max-width: 1100px;
}

.entry-title {
	margin-left: 1em;
	margin-right: 1em;
	text-align: center;
	color: #FFF;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

/*--------------------------------------------------------------
## 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%;
}

/* 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 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	min-width: 170px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	.site-header {
		width: 100%;
	}

	.no-scroll {
		overflow: hidden;
	}

	.site-branding,
	.connect,
	.site-header {
		position: relative;
		z-index: 99999;
	}

	.connect {
		padding-top: 0;
		padding-bottom: 0;
		min-width: 0;
	}

	.links-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-align-items: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.request .call-to-action {
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.request .call-to-action > * {
		width: 100%;
		/*-webkit-flex-wrap: wrap;*/
	}

	.request .content {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		height: auto;
		background-size: 100% 100%;
	}

	.request .content > * {
		width: 100%;
	}

	.request .call-to-action {
		border: none;
	}

	.request .call-to-action .label {
		margin-bottom: .5em;
	}

	.request .message {
		text-align: center;
	}

	.events > .page-wrap {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}

	.events .widget {
		width: 50%;
/*		max-width: 258px;
*/		margin: 0 0 30px 0;
		max-width: 50%;
	}
	.events .widget .image {width: 90%; height: auto; display: block; margin: 0 auto 50px}
	.contact {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.contact .logo,
	.contact .info {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.contact .info {
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-align-items: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
	}

	.contact .logo img {
		width: auto;
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}

	.copyright span {
		display: block;
	}

	.copyright .pipe {
		display: none;
	}

	.gallery-item {
		min-width: 0 !important;
		width: 30% !important;
	}
}

@media only screen and (max-width: 768px) {
	.site-branding {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.site-logo {
		width: 175px;
		height: 80px;
		background-size: 100% auto;
	}

	.links-container {
		width: 100%;
		margin: 0 0 .25em;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.stone-bg,
	.events > .page-wrap {
		padding-top: 1em;
		padding-bottom: 20px;
	}

	.request .content {
		margin-top: 1em;
		margin-bottom: 1em;

		/*flex-direction: row;*/
	}

	.request .message {
		/*position: relative;*/
		/*z-index: 9;*/
	}

	.contact {
		/*flex-wrap: wrap;*/
	}

	.widget-title,
	.text-box .content .title,
	.request .message .title {
		font-size: 35px;
	}

	.request .call-to-action .label {
		font-size: 30px;
	}

/*	.events .widget {
		width: 40%;
	}*/

	.events .widget .widget-title {
		font-size: 20px;
		line-height: 1.25;
	}

	.site-info {
		margin: 1em 0;
	}

	.site-info > .page-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.contact,
	.sitemap {
		width: 100%;
	}

	.contact {
		padding: 0;
		padding: 0 0 1em;
		border-right: none;
		border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	}

	.site-footer .social {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-right: 0;
	}

	.sitemap {
		margin: 1em 0;
		text-align: center;
	}
	.text-box, .text-box-section-right .text-box {width: auto; height: auto; background-image: none; background: rgba(0,0,0,0.3); border: 2px solid #fff; z-index: 5}
	.text-box:after, .text-box-section-right .text-box:after {content: " "; width: 100%; height: 100%; display: block; position: absolute; left: -8px; top: -8px; z-index: 1; border: 2px solid #fff; background: rgba(0,0,0,0.2)}
	.request .content:after {width: 100.75%}

	.page-id-13 .entry-content img {
		width: 100%;
		/*display: block;
		margin-left: auto;
		margin-right: auto;*/
	}
}

@media only screen and (max-width: 480px) {
	.links-container {
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}

	.connect {
		min-width: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.connect .pipe {
		display: none;
	}

	.connect .phone {
		margin-right: .25em;
	}

	.site-header .social {
		display: none;
	}

	.gallery-item {
		min-width: 0;
		max-width: 40% !important;
	}

	.stone-bg {
		padding-bottom: 0;
	}

	.text-box .content {width: auto}
	.widget-title, .text-box .content .title, .request .message .title {font-size: 1.5em}
	.request .content:after  {display: none}
	.request .content {border: none}
}

@media only screen and (max-width: 320px) {

}
