/*
	Theme Name:  Down Home Ranch
	Description: Custom WordPress Theme
	Author:      Bill Erickson
	Author URI:  http://www.billerickson.net
	Version:     1.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize
--------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.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:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-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,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-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.wrap:before,
.site-container:before,
.site-header:before,
.site-inner:before,
.site-footer:before,
.posts-navigation:before {
	content: " ";
	display: table;
}

.clearfix:after,
.wrap:after,
.site-container:after,
.site-header:after,
.site-inner:after,
.site-footer:after,
.posts-navigation:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #E4DBD4;
	color: #3D3D3D;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #62483B;
	font-weight: 700;
	text-decoration: underline;
}

a:hover,
h2.entry-title a,
.entry-meta .entry-comments,
.entry-meta .entry-author,
.entry-footer a,
.home-video-resources .right li a,
.home-blog h4 a {
	text-decoration: none;
}

h2.entry-title a:hover,
.entry-meta .entry-comments:hover,
.entry-meta .entry-author:hover,
.entry-footer a:hover,
.home-video-resources .right li a:hover,
.home-blog h4 a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	background: rgba(0,0,0,0.10);
	margin: 40px 40px 24px;
	font-style: italic;
	padding: 15px 20px;
	color: #444;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	max-width: 575px;
	border: none;
	border-bottom: 1px solid #62483B;
	margin: 0 auto 30px;
	padding: 0;
}

.clear-line {
	padding-top: 30px;
}

i[class^="icon-"]:before,
i[class*=" icon-"]:before {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	text-transform: uppercase;
}

h1,
h2 {
	color: #62483B;
	font-size: 24px;
}

h1.entry-title,
h2.entry-title,
h2.archive-title {
	text-transform: none;
}

h3 {
	color: #62483B;
	font-size: 20px;
}

.type-events h2.entry-title {
	font-size: 20px;
}

h4 {
	color: #3D3D3D;
	font-size: 18px;
}

h5 {
	color: #3D3D3D;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-style: italic;
	text-transform: none;
}

h6 {
	color: #62483B;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.4;
	text-transform: none;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: none;
	border-radius: 4px;
	color: #3D3D3D;
	font-size: 16px;
	padding: 5px 10px;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

::-moz-placeholder {
	color: #3D3D3D;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #3D3D3D;
}

::-webkit-input-placeholder {
	color: #3D3D3D;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color:transparent;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-block-button__link,
.button.button-invert:hover {
	background-color: #6F8052;
	border: none;
	border-radius: 6px;
	box-shadow: 0 2px 4px 0 rgba( 0, 0, 0, .5);
	color: #fff;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .07em;
	padding: 9px 20px;
	margin: 0 10px 10px;
	text-shadow: 0 1px 2px rgba( 0, 0, 0, .5 );
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
	-webkit-appearance: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.wp-block-button__link:hover,
.button.button-invert {
	background-color: #A9B793;
	color: #fff;
	text-decoration: none;
}

.entry-content .button:hover {
	color: #fff;
}

.socials .button {
	padding: 7px 9px;
}

.button {
	display: inline-block;
}

.button.button-block {
	display: block;
	width: 100%;
}

.button.button-small {
	margin: 0;
	font-size: 12px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gallery
--------------------------------------------- */

.gallery {
    margin: 0 auto 40px;
    overflow: hidden;
    width: 100%;
}

.gallery-item {
    float: left;
    margin: 10px 0 0 4.8192771084337%;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 47.590361445783%;
}
.gallery-columns-3 .gallery-item {
    width: 30.120481927711%;
}
.gallery-columns-4 .gallery-item {
    width: 21.385542168675%;
}
.gallery-columns-5 .gallery-item {
    width: 16.144578313253%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: both;
	margin-left: 0;
}

.gallery-caption {
    margin-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* Tables
--------------------------------------------- */

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}

/* Images
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

img.block {
	display: block;
}

.gallery img,
img.bordered {
	border-bottom: 8px solid #6F8052;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

/*
 * Column Classes
 *
 * Width: 1140px
 * Gutter: 30px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.6315789473684%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.684210526316%;
}

.one-third,
.two-sixths {
	width: 31.578947368421%;
}

.four-sixths,
.two-thirds {
	width: 65.789473684211%;
}

.one-fourth {
	width: 23.026315789474%;
}

.three-fourths {
	width: 74.342105263158%;
}

.one-fifth {
	width: 17.894736842105%;
}

.two-fifths {
	width: 38.421052631579%;
}

.three-fifths {
	width: 58.947368421053%;
}

.four-fifths {
	width: 79.473684210526%;
}

.one-sixth {
	width: 14.473684210526%;
}

.five-sixths {
	width: 82.894736842105%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1040px;
	padding: 0 20px;
}

.site-inner {
	clear: both;
	padding: 50px 0;
}

.full-width-content .site-inner .wrap {
	max-width: 870px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content-area {
	float: left;
	width: 57.5%
}

.sidebar-content .content-area {
	float: right;
}

.full-width-content .content-area {
	width: 100%;
}

/* Primary Sidebar */

.widget-area {
	float: right;
	width: 37.5%;
}

.sidebar-content .widget-area {
	float: left;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #62483B url(images/bgnd-header-2@2x.jpg);
	background-position: center top;
	background-size: 1280px 400px;
}

.home .site-header {
	background-image: url(images/bgnd-header@2x.jpg);
	background-size: cover;
}

.site-branding {
	float: left;
	padding: 15px 0;
	width: 200px;
}

h1.site-title,
p.site-title {
	margin: 0;
}

.site-title a {
	background-image: url(images/logo@2x.png);
	background-image: url(images/logo.svg), none;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	text-indent: -9999em;
	width: 200px;
	height: 120px;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-menu ul {
	clear: both;
	color: #fff;
	line-height: 1.4;
	width: 100%;
}

.nav-menu .menu-item {
	float: left;
	list-style: none;
}

.nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .07em;
	padding: 10px 9px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 2px 4px rgba( 0, 0, 0, .5);
	text-transform: uppercase;
}

.nav-menu a .icon-menu-expand {
	font-size: 10px;
	margin-left: 5px;
}

.nav-menu .menu-item:hover > a,
.nav-menu .menu-item.active > a {
	background: #6F8052;
}

.nav-menu .sub-menu {
	background: #6F8052;
	box-shadow: 0 3px 4px 0 rgba( 0, 0, 0, .5);
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 240px;
	z-index: 99;
}

.nav-menu .sub-menu a {
	position: relative;
	width: 240px;
}

.nav-menu .sub-menu .menu-item:hover > a {
	background: #A9B793;
}

.nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.nav-menu .menu-item:hover {
	position: static;
}

.nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	border-top: 1px solid #fff;
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
}

.nav-primary .menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.nav-primary .menu > .menu-item:first-child {
	margin-left: 0;
}

.nav-primary .menu > .menu-item > a {
	padding: 10px 0;
}



/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	float: right;
	padding: 12px 0;
	width: auto;
}

.nav-secondary .menu > .menu-item {
	margin-left: 10px;
}

.nav-secondary .menu > .menu-item:first-child {
	margin-left: 0;
}

.nav-secondary .menu-item.search {
	position: relative;
}

.nav-secondary .search-form {
	display: none;
	position: absolute;
	top: 36px;
	right: 0;
	width: 414px;
	box-shadow: 0 3px 4px 0 rgba( 0, 0, 0, .5);
	z-index: 99;
}

.nav-secondary .menu-item.search.active .search-form {
	display: block;
}

.nav-secondary .search-form button.submit {
	display: none;
}

.nav-secondary .search-form input[type="search"] {
	background: #A9B793;
	border-radius: 0;
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	padding: 10px;
	text-shadow: 0 2px 4px rgba( 0, 0, 0, .5);
}

.nav-secondary .search-form ::-moz-placeholder {
	color: #fff;
}

.nav-secondary .search-form ::-ms-input-placeholder {
	color: #fff;
}

.nav-secondary .search-form ::-webkit-input-placeholder {
	color: #fff;
}

.nav-secondary .search-form input[type="submit"] {
	display: none;
}

.nav-secondary .menu-item.mobile {
	display: none;
}

/* Footer Navigation
--------------------------------------------- */

.nav-footer {
	border-bottom: 1px solid #847269;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
}

.nav-footer .menu-item {
	float: none;
	display: inline-block;
}

.nav-footer .menu-item a {
	color: #D8CDC4;
	font-size: 10px;
	padding: 0 5px;
	text-shadow: none;
}

.nav-footer .menu-item:hover > a {
	color: #fff;
	background: transparent;
}

/* Mobile Menu
--------------------------------------------- */

.sidr-open .mobile-menu-toggle {
	position: fixed;
	top: 0;
	left: 0;
}

.sidr {
	background: #2E1E12;
	display:block;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:345px;
	overflow-x:hidden;
	overflow-y:auto;
}

.sidr.right {
	left:auto;
	padding-left: 1px;
	right:-345px;
}

.sidr.left {
	left:-345px;
	padding-right: 1px;
	right:auto;
}

.sidr a {
	background: #62483B;
	color: #fff;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 1px;
	padding: 10px 10px 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.sidr li.sidr-class-menu-item-has-children {
	position: relative;
}

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle {
	background: #73584B;
	cursor: pointer;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle:hover,
.sidr li.sidr-class-menu-item-has-children.submenu-active > .submenu-toggle {
	background: #7F635E;
}

.sidr li.sidr-class-menu-item-has-children > .submenu-toggle:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -4px;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #ffffff;
}

.sidr ul li ul {
  display: none;
}

.sidr ul li.submenu-active > ul,
.sidr ul li.sidr-class-current-menu-item > ul {
	display: block;
}

.sidr ul li.submenu-active > .submenu-toggle:before,
.sidr ul li.sidr-class-current-menu-item > .submenu-toggle:before {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sidr ul li ul li a {
	background: #7F635E;
	padding-left: 40px;
}

/* Page Header
---------------------------------------------------------------------------------------------------- */

.page-header {
	background: #6F8052;
	box-shadow: 0 6px 14px 0 rgba( 0, 0, 0, .5);
	text-align: center;
	text-transform: uppercase;
}

.page-header .header-caption {
	background: #6F8052;
	padding: 20px 0;
}

.page-header h1,
.section-header h2 {
	color: #fff;
	font-size: 32px;
	letter-spacing: .06em;
	margin: 0;
	text-shadow: 0 2px 4px rgba( 0, 0, 0, .5 );
}

.page-header p {
	color: #fff;
	font-size: 18px;
	font-style: italic;
	text-shadow: 0 2px 4px rgba( 0, 0, 0, .5);
	max-width: 850px;
	margin: 10px auto 0;
	padding: 0 10px;
	text-transform: none;
}

.page-header.has-image {
	background: transparent;
	box-shadow: none;
	margin-top: -310px;
}

.page-header.has-image .wrap:after {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	background: url(images/hero-shadow@2x.png) no-repeat center top;
	background-size: 100% auto;
}

.has-page-header-image .site-header {
	border-bottom: 30px solid #6F8052;
	padding-bottom: 280px;
	overflow: hidden;
	width: 100%;
}

.has-page-header-image .site-inner {
	padding-top: 0;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.hentry {
	margin-bottom: 20px;
}

.blog-archive .hentry {
	line-height: 1.4;
	border-bottom: 1px solid #62483B;
	padding-bottom: 20px;
}


.entry-header img.block,
h2.entry-title,
.entry-meta,
.blog-archive .entry-content p {
	margin-bottom: 10px;
}

.single-post .entry-content,
h2.archive-title {
	border-bottom: 1px solid #62483B;
	margin-bottom: 20px;
}

h2.archive-title {
	padding-bottom: 20px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-meta {
	font-size: 14px;
}

.entry-meta .avatar {
	border-radius: 50%;
	margin-right: 10px;
}

.entry-meta .entry-author {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.entry-meta .entry-date,
.entry-meta .entry-time {
	font-style: italic;
}

.hentry.events .entry-meta .entry-date {
	min-width: 200px;
	display: inline-block;
}

.entry-meta .entry-comments {
	color: #62483B;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	margin-left: 10px;
}

.entry-footer  > span {
	display: block;
	font-size: 14px;
	font-style: italic;
}

.entry-footer a {
	font-weight: 400;
}

/* Search Form
--------------------------------------------- */

.search-form {
	position: relative;
}

.search-form input[type="search"] {
	outline: none;
}

.search-form button.submit {
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	color: #62483B;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	margin: 0;
}


/* Google Maps
--------------------------------------------- */

.responsive-map {
	position: relative;
	height: 0;
	overflow: hidden;
	margin-bottom: 40px;
	padding-bottom: 60.240963855%;
}

.responsive-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* Constant Contact
--------------------------------------------- */

.ctct-custom-form .ctct-button {
	margin: 0;
}

/* Entry Navigation
--------------------------------------------- */

.posts-navigation {
}

.posts-navigation .nav-previous {
	float: right;
}

.posts-navigation .nav-next {
	float: left;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.comments-list {
	margin-bottom: 40px;
}

.comments-list .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-respond label[for="subscribe"] {
	display: inline-block;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

li.comment {
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	background: #D8CDC4;
	padding: 40px 25px;
	line-height: 1.4;
	text-align: center;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .widget:last-child,
.sidebar .widget p:last-child,
.sidebar ul li:last-child {
	margin-bottom: 0;
}

.sidebar ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

.sidebar a:not(.button) {
	color: #3D3D3D;
	text-decoration: none;
}

.sidebar a:not(.button):hover {
	text-decoration: underline;
}

.sidebar .event-months:after {
	content: '';
	display: block;
	width: 100%;
	overflow: hidden;
}

.sidebar .event-months li {
	float: left;
	margin-left: 3.076923077%;
	width: 31.18609407%;
}

.sidebar .event-months li:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}

.sidebar .event-months .button,
.sidebar .event-months .button.button-invert {
	font-size: 12px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

.widget_upcoming_events li {
	border-top: 1px solid #62483B;
	color: #3D3D3D;
	font-size: 14px;
	font-style: italic;
	padding: 10px 0;
}

.widget_upcoming_events li a:not(.button) {
	color: #62483B;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
}

.widget_upcoming_events .event-meta {
	display: block;
	overflow: hidden;
	width: 100%;
}

.widget_upcoming_events .entry-date,
.widget_upcoming_events .entry-time {
	float: left;
	width: 50%;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #62483B;
	padding: 40px 0 5px;
	text-align: center;
}

.site-footer p {
	color: #847269;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	margin-bottom: 10px;
}

.footer-logo {
	background-image: url(images/logo-footer@2x.png);
	background-image: url(images/logo-footer.svg), none;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto 22px;
	width: 151px;
	height: 91px;
	text-indent: -999em;
}

.site-footer .socials a {
	color: #D8CDC4;
	font-size: 16px;
	margin: 0 15px;
}

.site-footer .socials a:hover {
	color: #fff;
}

/* Home
---------------------------------------------------------------------------------------------------- */

.home .site-inner {
	padding: 0;
}

.home .site-inner .home-features .wrap {
	max-width: 1040px;
}

.home-email-events,
.home-video-resources {
	background: #D8CDC4;
}

.home-section {
	padding: 40px 0;
}

.home-blog {
	background: #E4DBD4;
}

.site-inner .home-section:first-child {
	padding-top: 0;
}

.home-features .feature {
	float: left;
	margin-left: 2%;
	text-align: center;
	width: 23.5%;
}

@media only screen and (min-width: 921px) {
	.home-features .feature:nth-child(4n+1) {
		margin-left: 0;
		clear: both;
	}
}

@media only screen and (max-width: 921px) {
	.home-features .feature {
		width: 49%;
		margin-bottom: 32px;
	}

	.home-features .feature:nth-child(2n+1) {
		margin-left: 0;
		clear: both;
	}
}

.home-features h4 a {
	text-decoration: none;
	text-shadow: 0 2px 4px rgba( 0, 0, 0, .5);
}

.home-email-events .left {
	float: left;
	width: 320px;
}

.home-email-events p .button:first-child {
	margin-left: 0;
}

.home-email-events .right {
	border-left: 1px solid #62483B;
	padding-left: 50px;
	float: right;
	width: 455px;
}

.home-email-events .widget_upcoming_events li {
	list-style-type: none;
	max-width: 575px;
	margin: 0 auto;
}

.home-email-events .widget_upcoming_events a {
	font-size: 16px;
	text-decoration: none;
}

.home-blog h4 {
	font-size: 16px;
	text-transform: none;
	margin-bottom: 5px;
}

.home-blog p {
	line-height: 1.4;
	margin-bottom: 10px;
}

.home-blog .entry-meta {
	font-size: 14px;
	font-style: italic;
}

.home-video-resources .left {
	border-right: 1px solid #62483B;
	float: left;
	padding-right: 51px;
	width: 457px;
}

.home-video-resources .right {
	float: right;
	width: 320px;
}

.home-video-resources .right li {
	font-family: 'Monsterrat', sans-serif;
	font-size: 14px;
	list-style-type: none;
	margin-bottom: 10px;
}

.wp-block-image figcaption {
  text-align: center;
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.mobile-show {
		display: none;
	}
}

@media only screen and (max-width: 1280px) {

	.site-header {
		background-size: 1280px 400px;
	}

	.home .site-header {
		background-size: cover;
	}
}

@media only screen and ( max-width: 1040px) {

	.wrap {
		padding: 0 12px;
	}

	.nav-primary,
	.nav-footer .menu-item.mobile-hide,
	.mobile-menu-toggle .icon-close,
	.sidr-open .mobile-menu-toggle .icon-menu {
		display: none;
	}

	.nav-footer .menu-item {
		display: block;
		margin-bottom: 6px;
	}

	.sidr-open .mobile-menu-toggle .icon-close {
		display: inline;
	}

	.site-header .wrap {
		padding-right: 0;
	}

	.site-branding {
		padding: 4px 0 6px;
		width: 122px;
	}

	.site-title a {
		background-image: url(images/logo-mobile@2x.png);
		background-image: url(images/logo-mobile.svg), none;
		width: 122px;
		height: 26px;
	}

	.nav-secondary {
		padding: 0;
	}

	.nav-secondary.nav-menu a {
		padding: 0 7px;
		line-height: 30px;
	}

	.nav-secondary .menu-item.search a {
		background: #62483B;
		font-size: 16px;
	}

	.nav-secondary .menu-item.search:hover a,
	.nav-secondary .menu-item.search.active a {
		background: #A9B793;
	}

	.nav-secondary .search-form {
		top: 30px;
	}

	.nav-secondary .menu-item.mobile {
		display: block;
		margin: 0;
	}

	.nav-secondary .menu-item.mobile a {
		background: #A9B793;
		font-size: 16px;
	}

	.nav-secondary .menu-item.mobile:hover a,
	.nav-secondary .menu-item.mobile.active a {
		background: #7AA930;
	}

	.page-header h1,
	.section-header h2 {
		font-size: 28px;
	}

	.page-header p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 870px) {

	.home-email-events .left,
	.home-email-events .right,
	.home-video-resources .left,
	.home-video-resources .right {
		border: none;
		float: none;
		padding: 0;
		text-align: center;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {

	.content-area,
	.widget-area,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-fifth,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: none;
		margin: 0;
		width: 100%;
	}

	.widget-area {
		max-width: 375px;
		margin: 0 auto;
	}

	.gallery-item {
		float: none;
		width: 100% !important;
		margin: 0 0 20px !important;
	}

	.mobile-hide {
		display: none;
	}

	.nav-secondary .menu-item.extra {
		display: block;
		margin: 0;
	}

	.site-title a {
		font-size: 16px;
	}

	.page-header h1,
	.section-header h2 {
		font-size: 20px;
	}

	.home-features .feature,
	.home-features .feature:nth-child(2n+1) {
		float: none;
		margin: 0 auto 20px;
		max-width: 320px;
		width: 100%;
	}

	.has-page-header-image .site-header {
		padding-bottom: 100px;
	}

	.page-header.has-image {
		margin-top: -130px;
	}

	.site-container .ctct-custom-form {
		padding: 0;
		min-width: 0;
	}

}


@media only screen and (max-width: 374px) {

	.site-title a {
		font-size: 14px;
	}

	.sidr {
		width:290px;
	}

	.sidr.right {
		right:-290px;
	}

	.sidr.left {
		left:-290px;
	}

}

@media only screen and (max-width: 590px) {
	.menu-item-455 {
		display: none;
	}
}

@media only screen and (max-width: 475px) {
	.menu-item-1364 {
		display: none;
	}
}

@media only screen and (max-width: 380px) {
	.menu-item-1051 {
		display: none;
	}
}
