/*
Theme Name: Gaver Farm
Theme URI: http://www.power-marekting.com/
Author: Power Marketing
Author URI: http://www.power-marekting.com/
Description: 
Version: 1.0
Template: parent-template
License: 
License URI: 
Tags: two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: gaverfarm-child
*/
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
button,
input,
select,
textarea {
  color: rgba(30, 22, 18, 0.65);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #a00023;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a:active,
a:hover {
  color: #ba0029;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "PT Serif Caption", "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: inherit;
  line-height: 1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 21px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 21px;
  margin-bottom: 21px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 2em;
  color: #5a634f;
  text-transform: capitalize;
}
h2,
.h2 {
  font-size: 1.7em;
  color: #393939;
  text-transform: capitalize;
}
h3,
.h3 {
  font-size: 1.3em;
  color: #5a634f;
  text-transform: capitalize;
}
h4,
.h4 {
  font-size: 1.2em;
  color: #393939;
  text-transform: capitalize;
}
h5,
.h5 {
  font-size: 1.15em;
  color: #a00023;
  text-transform: capitalize;
}
h6,
.h6 {
  font-size: 1em;
  color: #393939;
  text-transform: capitalize;
}
address {
  font-style: italic;
  margin-bottom: 21px;
}
abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
p {
  margin-bottom: 21px;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 13px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.333;
  color: rgba(30, 22, 18, 0.5);
}
pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 21px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: "";
  content: none;
}
blockquote {
  color: rgba(30, 22, 18, 0.5);
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2631578947;
  margin-bottom: 21px;
}
blockquote cite,
blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.333;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: bold;
}
small {
  font-size: smaller;
}
big {
  font-size: 125%;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
dl {
  margin-bottom: 21px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-bottom: 21px;
}
ul,
ol {
  list-style: none;
  margin: 0 0 21px 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin: 0 0 0 20px;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 21px;
  padding: 11px 12px 0;
}
legend {
  white-space: normal;
}
button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  margin-bottom: 21px;
  width: 100%;
}
table caption,
table th,
table td {
  font-weight: 400;
  text-align: left;
}
table th,
table td {
  border-width: 0 1px 1px 0;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
}
table th:last-child,
table td:last-child {
  border-right: 0px;
}
table th {
  font-weight: bold;
}
del {
  color: #767676;
}
hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
  background: #a00023;
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection {
  background: #a00023;
  color: #ffffff;
  text-shadow: none;
}
/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */
/* Input fields */
select,
input,
textarea {
  border: 1px solid #d0d0d0;
  color: #2b2b2b;
  padding: 5px;
  border-radius: 0px;
}
select {
  height: 31.328px;
}
select[multiple="multiple"] {
  height: auto;
  line-height: inherit;
}
textarea {
  width: 100%;
}
select:focus,
input:focus,
textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline-color: #a00023;
}
input[type="submit"] {
  display: inline-block;
  background-color: #a00023;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
input[type="submit"]:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #ba0029;
  color: #ffffff;
}
input[type="submit"]:active {
  background-color: #87001d;
  color: #ffffff;
}
button,
.button,
input[type="submit"].button,
.btn,
.contributor-posts-link,
input[type="button"],
input[type="reset"] {
  display: inline-block;
  background-color: #393939;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
button:focus,
.button:focus,
input[type="submit"].button:focus,
.btn:focus,
.contributor-posts-link:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
button:hover,
.button:hover,
input[type="submit"].button:hover,
.btn:hover,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:focus,
.button:focus,
input[type="submit"].button:focus,
.btn:focus,
.contributor-posts-link:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  background-color: #454545;
  color: #ffffff;
}
button:active,
.button:active,
input[type="submit"].button:active,
.btn:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active {
  background-color: #2c2c2c;
  color: #ffffff;
}
button.add_to_cart_button,
.button.add_to_cart_button,
input[type="submit"].button.add_to_cart_button,
.btn.add_to_cart_button,
.contributor-posts-link.add_to_cart_button,
input[type="button"].add_to_cart_button,
input[type="reset"].add_to_cart_button,
button.single_add_to_cart_button,
.button.single_add_to_cart_button,
input[type="submit"].button.single_add_to_cart_button,
.btn.single_add_to_cart_button,
.contributor-posts-link.single_add_to_cart_button,
input[type="button"].single_add_to_cart_button,
input[type="reset"].single_add_to_cart_button {
  display: inline-block;
  background-color: #5a634f;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
button.add_to_cart_button:focus,
.button.add_to_cart_button:focus,
input[type="submit"].button.add_to_cart_button:focus,
.btn.add_to_cart_button:focus,
.contributor-posts-link.add_to_cart_button:focus,
input[type="button"].add_to_cart_button:focus,
input[type="reset"].add_to_cart_button:focus,
button.single_add_to_cart_button:focus,
.button.single_add_to_cart_button:focus,
input[type="submit"].button.single_add_to_cart_button:focus,
.btn.single_add_to_cart_button:focus,
.contributor-posts-link.single_add_to_cart_button:focus,
input[type="button"].single_add_to_cart_button:focus,
input[type="reset"].single_add_to_cart_button:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
button.add_to_cart_button:hover,
.button.add_to_cart_button:hover,
input[type="submit"].button.add_to_cart_button:hover,
.btn.add_to_cart_button:hover,
.contributor-posts-link.add_to_cart_button:hover,
input[type="button"].add_to_cart_button:hover,
input[type="reset"].add_to_cart_button:hover,
button.single_add_to_cart_button:hover,
.button.single_add_to_cart_button:hover,
input[type="submit"].button.single_add_to_cart_button:hover,
.btn.single_add_to_cart_button:hover,
.contributor-posts-link.single_add_to_cart_button:hover,
input[type="button"].single_add_to_cart_button:hover,
input[type="reset"].single_add_to_cart_button:hover,
button.add_to_cart_button:focus,
.button.add_to_cart_button:focus,
input[type="submit"].button.add_to_cart_button:focus,
.btn.add_to_cart_button:focus,
.contributor-posts-link.add_to_cart_button:focus,
input[type="button"].add_to_cart_button:focus,
input[type="reset"].add_to_cart_button:focus,
button.single_add_to_cart_button:focus,
.button.single_add_to_cart_button:focus,
input[type="submit"].button.single_add_to_cart_button:focus,
.btn.single_add_to_cart_button:focus,
.contributor-posts-link.single_add_to_cart_button:focus,
input[type="button"].single_add_to_cart_button:focus,
input[type="reset"].single_add_to_cart_button:focus {
  background-color: #67715a;
  color: #ffffff;
}
button.add_to_cart_button:active,
.button.add_to_cart_button:active,
input[type="submit"].button.add_to_cart_button:active,
.btn.add_to_cart_button:active,
.contributor-posts-link.add_to_cart_button:active,
input[type="button"].add_to_cart_button:active,
input[type="reset"].add_to_cart_button:active,
button.single_add_to_cart_button:active,
.button.single_add_to_cart_button:active,
input[type="submit"].button.single_add_to_cart_button:active,
.btn.single_add_to_cart_button:active,
.contributor-posts-link.single_add_to_cart_button:active,
input[type="button"].single_add_to_cart_button:active,
input[type="reset"].single_add_to_cart_button:active {
  background-color: #4d5544;
  color: #ffffff;
}
button.checkout-button,
.button.checkout-button,
input[type="submit"].button.checkout-button,
.btn.checkout-button,
.contributor-posts-link.checkout-button,
input[type="button"].checkout-button,
input[type="reset"].checkout-button {
  display: inline-block;
  background-color: #a00023;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
button.checkout-button:focus,
.button.checkout-button:focus,
input[type="submit"].button.checkout-button:focus,
.btn.checkout-button:focus,
.contributor-posts-link.checkout-button:focus,
input[type="button"].checkout-button:focus,
input[type="reset"].checkout-button:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
button.checkout-button:hover,
.button.checkout-button:hover,
input[type="submit"].button.checkout-button:hover,
.btn.checkout-button:hover,
.contributor-posts-link.checkout-button:hover,
input[type="button"].checkout-button:hover,
input[type="reset"].checkout-button:hover,
button.checkout-button:focus,
.button.checkout-button:focus,
input[type="submit"].button.checkout-button:focus,
.btn.checkout-button:focus,
.contributor-posts-link.checkout-button:focus,
input[type="button"].checkout-button:focus,
input[type="reset"].checkout-button:focus {
  background-color: #ba0029;
  color: #ffffff;
}
button.checkout-button:active,
.button.checkout-button:active,
input[type="submit"].button.checkout-button:active,
.btn.checkout-button:active,
.contributor-posts-link.checkout-button:active,
input[type="button"].checkout-button:active,
input[type="reset"].checkout-button:active {
  background-color: #87001d;
  color: #ffffff;
}
button.btn-primary,
.button.btn-primary,
input[type="submit"].button.btn-primary,
.btn.btn-primary,
.contributor-posts-link.btn-primary,
input[type="button"].btn-primary,
input[type="reset"].btn-primary,
button.gform_button,
.button.gform_button,
input[type="submit"].button.gform_button,
.btn.gform_button,
.contributor-posts-link.gform_button,
input[type="button"].gform_button,
input[type="reset"].gform_button {
  display: inline-block;
  background-color: #a00023;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
button.btn-primary:focus,
.button.btn-primary:focus,
input[type="submit"].button.btn-primary:focus,
.btn.btn-primary:focus,
.contributor-posts-link.btn-primary:focus,
input[type="button"].btn-primary:focus,
input[type="reset"].btn-primary:focus,
button.gform_button:focus,
.button.gform_button:focus,
input[type="submit"].button.gform_button:focus,
.btn.gform_button:focus,
.contributor-posts-link.gform_button:focus,
input[type="button"].gform_button:focus,
input[type="reset"].gform_button:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
button.btn-primary:hover,
.button.btn-primary:hover,
input[type="submit"].button.btn-primary:hover,
.btn.btn-primary:hover,
.contributor-posts-link.btn-primary:hover,
input[type="button"].btn-primary:hover,
input[type="reset"].btn-primary:hover,
button.gform_button:hover,
.button.gform_button:hover,
input[type="submit"].button.gform_button:hover,
.btn.gform_button:hover,
.contributor-posts-link.gform_button:hover,
input[type="button"].gform_button:hover,
input[type="reset"].gform_button:hover,
button.btn-primary:focus,
.button.btn-primary:focus,
input[type="submit"].button.btn-primary:focus,
.btn.btn-primary:focus,
.contributor-posts-link.btn-primary:focus,
input[type="button"].btn-primary:focus,
input[type="reset"].btn-primary:focus,
button.gform_button:focus,
.button.gform_button:focus,
input[type="submit"].button.gform_button:focus,
.btn.gform_button:focus,
.contributor-posts-link.gform_button:focus,
input[type="button"].gform_button:focus,
input[type="reset"].gform_button:focus {
  background-color: #ba0029;
  color: #ffffff;
}
button.btn-primary:active,
.button.btn-primary:active,
input[type="submit"].button.btn-primary:active,
.btn.btn-primary:active,
.contributor-posts-link.btn-primary:active,
input[type="button"].btn-primary:active,
input[type="reset"].btn-primary:active,
button.gform_button:active,
.button.gform_button:active,
input[type="submit"].button.gform_button:active,
.btn.gform_button:active,
.contributor-posts-link.gform_button:active,
input[type="button"].gform_button:active,
input[type="reset"].gform_button:active {
  background-color: #87001d;
  color: #ffffff;
}
button.btn-success,
.button.btn-success,
input[type="submit"].button.btn-success,
.btn.btn-success,
.contributor-posts-link.btn-success,
input[type="button"].btn-success,
input[type="reset"].btn-success {
  display: inline-block;
  background-color: #92c843;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
button.btn-success:focus,
.button.btn-success:focus,
input[type="submit"].button.btn-success:focus,
.btn.btn-success:focus,
.contributor-posts-link.btn-success:focus,
input[type="button"].btn-success:focus,
input[type="reset"].btn-success:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
button.btn-success:hover,
.button.btn-success:hover,
input[type="submit"].button.btn-success:hover,
.btn.btn-success:hover,
.contributor-posts-link.btn-success:hover,
input[type="button"].btn-success:hover,
input[type="reset"].btn-success:hover,
button.btn-success:focus,
.button.btn-success:focus,
input[type="submit"].button.btn-success:focus,
.btn.btn-success:focus,
.contributor-posts-link.btn-success:focus,
input[type="button"].btn-success:focus,
input[type="reset"].btn-success:focus {
  background-color: #9dce57;
  color: #ffffff;
}
button.btn-success:active,
.button.btn-success:active,
input[type="submit"].button.btn-success:active,
.btn.btn-success:active,
.contributor-posts-link.btn-success:active,
input[type="button"].btn-success:active,
input[type="reset"].btn-success:active {
  background-color: #85bb37;
  color: #ffffff;
}
button.btn-info,
.button.btn-info,
input[type="submit"].button.btn-info,
.btn.btn-info,
.contributor-posts-link.btn-info,
input[type="button"].btn-info,
input[type="reset"].btn-info {
  display: inline-block;
  background-color: #007ec6;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
button.btn-info:focus,
.button.btn-info:focus,
input[type="submit"].button.btn-info:focus,
.btn.btn-info:focus,
.contributor-posts-link.btn-info:focus,
input[type="button"].btn-info:focus,
input[type="reset"].btn-info:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
button.btn-info:hover,
.button.btn-info:hover,
input[type="submit"].button.btn-info:hover,
.btn.btn-info:hover,
.contributor-posts-link.btn-info:hover,
input[type="button"].btn-info:hover,
input[type="reset"].btn-info:hover,
button.btn-info:focus,
.button.btn-info:focus,
input[type="submit"].button.btn-info:focus,
.btn.btn-info:focus,
.contributor-posts-link.btn-info:focus,
input[type="button"].btn-info:focus,
input[type="reset"].btn-info:focus {
  background-color: #008ee0;
  color: #ffffff;
}
button.btn-info:active,
.button.btn-info:active,
input[type="submit"].button.btn-info:active,
.btn.btn-info:active,
.contributor-posts-link.btn-info:active,
input[type="button"].btn-info:active,
input[type="reset"].btn-info:active {
  background-color: #006ead;
  color: #ffffff;
}
button.btn-warning,
.button.btn-warning,
input[type="submit"].button.btn-warning,
.btn.btn-warning,
.contributor-posts-link.btn-warning,
input[type="button"].btn-warning,
input[type="reset"].btn-warning {
  display: inline-block;
  background-color: #ed9100;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
button.btn-warning:focus,
.button.btn-warning:focus,
input[type="submit"].button.btn-warning:focus,
.btn.btn-warning:focus,
.contributor-posts-link.btn-warning:focus,
input[type="button"].btn-warning:focus,
input[type="reset"].btn-warning:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
button.btn-warning:hover,
.button.btn-warning:hover,
input[type="submit"].button.btn-warning:hover,
.btn.btn-warning:hover,
.contributor-posts-link.btn-warning:hover,
input[type="button"].btn-warning:hover,
input[type="reset"].btn-warning:hover,
button.btn-warning:focus,
.button.btn-warning:focus,
input[type="submit"].button.btn-warning:focus,
.btn.btn-warning:focus,
.contributor-posts-link.btn-warning:focus,
input[type="button"].btn-warning:focus,
input[type="reset"].btn-warning:focus {
  background-color: #ff9f08;
  color: #ffffff;
}
button.btn-warning:active,
.button.btn-warning:active,
input[type="submit"].button.btn-warning:active,
.btn.btn-warning:active,
.contributor-posts-link.btn-warning:active,
input[type="button"].btn-warning:active,
input[type="reset"].btn-warning:active {
  background-color: #d48100;
  color: #ffffff;
}
button.btn-danger,
.button.btn-danger,
input[type="submit"].button.btn-danger,
.btn.btn-danger,
.contributor-posts-link.btn-danger,
input[type="button"].btn-danger,
input[type="reset"].btn-danger {
  display: inline-block;
  background-color: #cf3100;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
button.btn-danger:focus,
.button.btn-danger:focus,
input[type="submit"].button.btn-danger:focus,
.btn.btn-danger:focus,
.contributor-posts-link.btn-danger:focus,
input[type="button"].btn-danger:focus,
input[type="reset"].btn-danger:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
button.btn-danger:hover,
.button.btn-danger:hover,
input[type="submit"].button.btn-danger:hover,
.btn.btn-danger:hover,
.contributor-posts-link.btn-danger:hover,
input[type="button"].btn-danger:hover,
input[type="reset"].btn-danger:hover,
button.btn-danger:focus,
.button.btn-danger:focus,
input[type="submit"].button.btn-danger:focus,
.btn.btn-danger:focus,
.contributor-posts-link.btn-danger:focus,
input[type="button"].btn-danger:focus,
input[type="reset"].btn-danger:focus {
  background-color: #e93700;
  color: #ffffff;
}
button.btn-danger:active,
.button.btn-danger:active,
input[type="submit"].button.btn-danger:active,
.btn.btn-danger:active,
.contributor-posts-link.btn-danger:active,
input[type="button"].btn-danger:active,
input[type="reset"].btn-danger:active {
  background-color: #b62b00;
  color: #ffffff;
}
.search-field {
  width: 100%;
}
.page-content .search-field {
  width: 80%;
}
.search-submit {
  display: none;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #939393;
}
:-moz-placeholder {
  color: #939393;
}
::-moz-placeholder {
  color: #939393;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #939393;
}
/* Responsive images. Fluid images for posts, comments, and widgets */
.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
  max-width: 100%;
}
/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
  max-width: 100%;
  height: auto;
}
img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
  height: auto;
  max-width: 100%;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
video {
  margin-bottom: 21px;
  max-width: 100%;
}
.hd-ratio {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 21px;
}
.hd-ratio embed,
.hd-ratio iframe,
.hd-ratio object,
.hd-ratio video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0;
}
/* Alignment */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
blockquote.alignleft,
img.alignleft {
  margin: 7px 21px 7px 0;
}
.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}
blockquote.alignright,
img.alignright {
  margin: 7px 0 7px 21px;
}
.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}
.site-content blockquote.alignleft,
.site-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%;
}
.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
  margin-bottom: 17px;
}
.wp-caption {
  margin-bottom: 21px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption {
  color: #767676;
}
.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-style: italic;
  line-height: 1.333;
  margin: 9px 0;
  padding-right: 10px;
}
.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
.hide {
  display: none;
}
/* Clearing floats */
.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
  content: "";
  display: table;
}
.footer-sidebar:after,
.hentry:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
  clear: both;
}
/* Genericons */
.entry-meta .tag-links:before,
.attachment span.entry-date:before,
.entry-content .edit-link a:before,
.entry-meta .edit-link a:before,
.site-content .byline a:before,
.site-content .comments-link a:before,
.site-content .entry-date a:before,
.site-content .featured-post:before,
.site-content .full-size-link a:before,
.site-content .parent-post-link a:before,
.site-content .post-format a:before,
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-family: "Dashicons";
  text-decoration: none;
  vertical-align: text-bottom;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  text-align: center;
  speak: none;
  text-transform: none;
  margin-right: 2px;
}
/* Separators */
.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
  content: "\0020\007c\0020";
}
/* Payment Icons */
.icon-cc-visa:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  font-family: "payment";
  font-size: inherit;
  line-height: 1;
  text-decoration: none;
  vertical-align: text-bottom;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  text-align: center;
  speak: none;
  text-transform: none;
  content: '\e80c';
}
/* '' */
.icon-credit-card:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  font-family: "payment";
  font-size: inherit;
  line-height: 1;
  text-decoration: none;
  vertical-align: text-bottom;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  text-align: center;
  speak: none;
  text-transform: none;
  content: '\e80d';
}
/* '' */
.icon-cc-mastercard:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  font-family: "payment";
  font-size: inherit;
  line-height: 1;
  text-decoration: none;
  vertical-align: text-bottom;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  text-align: center;
  speak: none;
  text-transform: none;
  content: '\e80e';
}
/* '' */
.icon-money:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  font-family: "payment";
  font-size: inherit;
  line-height: 1;
  text-decoration: none;
  vertical-align: text-bottom;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  text-align: center;
  speak: none;
  text-transform: none;
  content: '\e80f';
}
/* '' */
.icon-no-pets:before {
  content: '';
  background: url(images/no-pets.svg) center center no-repeat;
  width: 16px;
  height: 16px;
  margin-top: -3px;
  margin-bottom: -3px;
  vertical-align: baseline;
  background-size: contain;
  display: inline-block;
}
/* Social Icons */
.social-icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  font-family: "socialpm";
  font-size: inherit;
  line-height: 1;
  text-decoration: none;
  vertical-align: text-bottom;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  text-align: center;
  speak: none;
  text-transform: none;
}
.social-icon:before {
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
}
.icon-facebook.social-icon:before {
  content: '\e800';
}
.icon-twitter.social-icon:before {
  content: '\e801';
}
.icon-instagram.social-icon:before {
  content: '\e802';
}
.icon-pinterest.social-icon:before {
  content: '\e803';
}
.icon-youtube.social-icon:before {
  content: '\e804';
}
.icon-rss.social-icon:before {
  content: '\e805';
}
.icon-googleplus.social-icon:before {
  content: '\e806';
}
.icon-linkedin.social-icon:before {
  content: '\e807';
}
.icon-houzz.social-icon:before {
  content: '\e808';
}
.icon-tumblr.social-icon:before {
  content: '\e809';
}
.icon-stumbleupon.social-icon:before {
  content: '\e80a';
}
.icon-vimeo.social-icon:before {
  content: '\e80b';
}
body.custom-background {
  background-size: cover !important;
}
.section {
  clear: both;
  position: relative;
  z-index: 1;
}
.section:after {
  clear: both;
}
.section:before,
.section:after {
  content: "";
  display: table;
}
.section .widget .widget-title {
  font-weight: 500;
  text-transform: none;
  font-size: 24px;
  line-height: 1.333;
}
.section.section-gallery {
  padding: 0;
}
.section.section-gallery .widget {
  margin: 0;
}
.section.section-gallery .widget img {
  position: relative;
  z-index: 0;
}
.section.section-gallery .widget:before {
  content: '';
  z-index: 1;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 1;
  background: url(images/pattern-darker.svg) repeat center center;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.section.section-gallery .widget:hover:before {
  opacity: 0;
}
.section.section-elevations {
  background: #a00023 url(images/pattern-dark.svg) repeat center center;
  text-align: center;
}
.section.section-elevations .widget {
  display: block;
  width: auto;
  color: #ffffff;
}
.section.section-elevations .widget .widget-title {
  color: #ffffff;
}
.section.section-elevations .widget img {
  width: 100%;
  height: auto;
  border: 4px solid #ffffff;
  box-shadow: 0px 2px 5px rgba(30, 22, 18, 0.3);
}
.section.section-requestinfo {
  background: #5a634f url(images/pattern-dark.svg) repeat center center;
  text-align: center;
}
.section.section-requestinfo .widget {
  width: auto;
  display: block;
  text-align: center;
  color: #ffffff;
}
.section.section-requestinfo .widget .widget-title {
  color: #ffffff;
}
.section.section-requestinfo .widget .widget-content,
.section.section-requestinfo .widget .contact-avatar,
.section.section-requestinfo .widget .contact-info {
  display: block;
}
.section.section-content {
  background: #ffffff;
}
.section.section-content .entry-content {
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.section.section-blueprints {
  text-align: center;
}
.section.section-blueprints .widget {
  display: inline-block;
}
@media screen and (min-width: 361px) {
  .section.section-elevations .widget {
    display: inline-block;
    width: auto;
    margin: 5px;
  }
  .section.section-elevations .widget img {
    width: 100%;
    height: auto;
    border: 4px solid #ffffff;
    box-shadow: 0px 2px 5px rgba(30, 22, 18, 0.3);
  }
  .section.section-requestinfo .widget {
    width: auto;
    display: inline-block;
  }
  .section.section-requestinfo .widget .widget-content,
  .section.section-requestinfo .widget .contact-avatar,
  .section.section-requestinfo .widget .contact-info {
    display: inline-block;
    text-align: left;
  }
}
.site {
  background-color: #ffffff;
  max-width: 1800px;
  position: relative;
  margin: auto;
}
.main-content {
  width: 100%;
}
.site-container {
  background-color: #ffffff;
  max-width: 1180px;
  position: relative;
}
.page-template-floorplans .site-container {
  background-color: #ffffff;
}
canvas {
  position: absolute;
  top: 0;
}
.slide {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  clear: both;
  overflow: hidden;
}
#srcimg {
  height: auto;
  width: 100%;
}
#targetcanvas {
  top: 0px;
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
  overflow: hidden;
}
#targetcanvas canvas {
  width: 100% !important;
  height: auto !important;
  position: absolute;
}
#targetcanvas p {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 50px 50px;
  color: #1e1612;
  font-size: 30px;
  z-index: 2;
  margin: auto;
  max-width: 1180px;
}
#wpadminbar {
  position: absolute;
}
.header-wrapper {
  margin: auto;
  max-width: 1800px;
}
.site-header {
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  z-index: 4;
  top: 0px;
}
.site-header.lock {
  position: relative;
  z-index: 8000;
}
.site-header .header-main {
  min-height: 36px;
  max-width: 1180px;
  margin: auto;
  padding: 0;
  position: relative;
}
#site-header-image {
  position: relative;
  z-index: 3;
  max-width: 1800px;
  margin: 0px auto;
}
#site-header-image img {
  width: 100%;
  height: auto;
}
.header-branding,
.primary-navigation {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  text-align: left;
  vertical-align: middle;
}
.header-branding {
  background: none;
  max-width: 1800px;
  z-index: 1;
}
.header-branding .branding-main {
  max-width: 1180px;
  margin: 0 0 -15px;
  padding: 0px;
}
.header-branding .branding-main:after {
  clear: both;
}
.header-branding .branding-main:before,
.header-branding .branding-main:after {
  content: "";
  display: table;
}
.header-branding .branding-main .site-logo {
  display: inline-block;
}
.header-branding .branding-main .site-logo img {
  width: auto;
  height: 67px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.header-branding .branding-main .site-title {
  float: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
  max-width: 230px;
}
.header-branding .branding-main .site-title a,
.header-branding .branding-main .site-title a:hover {
  color: #ffffff;
}
.header-right .header-sidebar {
  display: none;
}
@media screen and (min-width: 840px) {
  .header-main {
    display: table;
    table-layout: auto;
    width: 100%;
  }
  .header-right {
    vertical-align: bottom;
    display: table-cell;
    width: 100%;
  }
  .header-right .header-sidebar {
    display: table;
    vertical-align: middle;
    text-align: left;
  }
  .header-right .primary-navigation {
    display: block;
    vertical-align: bottom;
  }
  .header-branding {
    display: table-cell;
  }
  .header-branding .branding-main {
    padding: 0px;
    margin-bottom: -20px;
  }
  .header-branding .branding-main .site-logo img {
    height: 115px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .site-description {
    margin: 0;
    display: inline-block;
    text-align: left;
    width: 208.66666667px;
    height: 41.33333333px;
    margin-left: 16px;
    background: url(images/tag-line.svg) center center no-repeat;
    background-size: contain;
  }
  .site-description:before,
  .site-description:after {
    content: none;
  }
}
@media screen and (min-width: 1180px) {
  .header-branding .branding-main {
    margin-bottom: -42px;
  }
  .header-branding .branding-main .site-logo img {
    height: 231px;
  }
  .lock .header-branding .branding-main {
    padding: 0px;
    margin-bottom: -20px;
  }
  .lock .header-branding .branding-main .site-logo img {
    height: 115px;
  }
  .header-right .header-sidebar {
    margin-bottom: 20px;
  }
  .lock .header-right .header-sidebar {
    margin-bottom: 0px;
  }
  .site-header {
    position: relative;
  }
  .site-header.lock {
    position: fixed;
    z-index: 9000;
  }
  .site-description {
    width: 313px;
    height: 62px;
  }
  .lock .site-description {
    width: 208.66666667px;
    height: 41.33333333px;
  }
}
.site-header {
  background-color: #a00023;
  border-bottom: 9px solid #ffffff;
}
/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
/* Primary Navigation */
.primary-navigation {
  font-size: 17px;
  font-weight: 600;
}
.primary-navigation .responsive {
  display: none;
}
.primary-navigation ul {
  list-style: none;
  margin-left: 0;
}
.primary-navigation .sub-menu li {
  border: 0;
  display: block;
  height: auto;
  font-size: 14px;
  line-height: 1.333;
}
.primary-navigation .sub-menu li a {
  text-transform: none;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 0;
  margin-bottom: 0;
  white-space: normal;
  width: auto;
  line-height: 1.333;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}
.primary-navigation .sub-menu > li > a {
  font-weight: 600;
}
.primary-navigation .nav-menu,
.primary-navigation div.nav-menu > ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}
.primary-navigation .nav-menu > li > a,
.primary-navigation div.nav-menu > ul > li > a {
  text-transform: capitalize;
}
.primary-navigation .nav-menu > li.menu-item-has-children > .popup-child,
.primary-navigation div.nav-menu > ul > li.menu-item-has-children > .popup-child {
  display: block;
}
.primary-navigation li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.primary-navigation li > a {
  display: block;
  padding: 8px;
  margin: 8px;
  line-height: 1;
  color: #ffffff;
}
.primary-navigation li > a:hover {
  background-color: #ecefe8 !important;
  color: #1e1612 !important;
}
.primary-navigation.toggled-on {
  padding: 0;
}
.primary-navigation.toggled-on .responsive {
  display: block;
}
.primary-navigation.toggled-on .nav-menu,
.primary-navigation.toggled-on div.nav-menu > ul {
  display: block;
}
.primary-navigation .sub-menu > li > a,
.primary-navigation .children > li > a {
  text-transform: none;
}
.menu-toggle {
  cursor: pointer;
  font-size: 0;
  height: 52px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 52px;
  background-color: #a00023;
  color: #ffffff;
}
.menu-toggle:before {
  width: 52px;
  height: 52px;
  content: "\f333";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-weight: 400;
  font-size: 23px;
  line-height: 1;
  font-style: normal;
  font-family: "Dashicons";
  text-decoration: none;
  vertical-align: text-bottom;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  text-align: center;
  speak: none;
  text-transform: none;
  line-height: 52px;
}
.menu-toggle:hover {
  background-color: #ecefe8;
  color: #1e1612;
}
@media screen and (min-width: 840px) {
  /* Primary Navigation */
  .primary-navigation {
    font-size: 17px;
    border: 0;
    margin: 0;
    padding: 0;
    min-height: 40px;
  }
  .primary-navigation .menu-toggle {
    display: none;
    padding: 0;
  }
  .primary-navigation.toggled-on {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .primary-navigation li {
    border: 0;
    display: block;
  }
  .primary-navigation .nav-menu,
  .primary-navigation div.nav-menu > ul {
    display: block;
    font-size: 0px;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 1;
  }
  .primary-navigation .nav-menu > li,
  .primary-navigation div.nav-menu > ul > li {
    display: inline-block;
    font-size: 17px;
  }
  .primary-navigation .nav-menu > li > a,
  .primary-navigation div.nav-menu > ul > li > a {
    color: #ffffff;
    text-transform: capitalize;
  }
  .primary-navigation .nav-menu > li.menu-item-has-children,
  .primary-navigation div.nav-menu > ul > li.menu-item-has-children {
    position: relative;
  }
  .primary-navigation .nav-menu > li.menu-item-has-children > .popup-child,
  .primary-navigation div.nav-menu > ul > li.menu-item-has-children > .popup-child {
    display: none;
    background-color: #5a634f;
    position: absolute;
    width: 206px;
    z-index: 1;
    border: 0;
    margin: 0;
    padding: 7px 8px;
    left: 0;
    border-bottom: 4px solid #67715a;
  }
  .primary-navigation .nav-menu > li.menu-item-has-children > .popup-child .grid-size,
  .primary-navigation div.nav-menu > ul > li.menu-item-has-children > .popup-child .grid-size {
    width: 190px;
  }
  .primary-navigation .nav-menu > li.menu-item-has-children.masonry,
  .primary-navigation div.nav-menu > ul > li.menu-item-has-children.masonry {
    position: static;
  }
  .primary-navigation .nav-menu > li.menu-item-has-children.masonry > .popup-child,
  .primary-navigation div.nav-menu > ul > li.menu-item-has-children.masonry > .popup-child {
    width: 100%;
    padding: 7px 50px;
  }
  .primary-navigation .nav-menu > li.menu-item-has-children.masonry > .popup-child a,
  .primary-navigation div.nav-menu > ul > li.menu-item-has-children.masonry > .popup-child a {
    display: block;
  }
  .primary-navigation .nav-menu > li.menu-item-has-children:hover,
  .primary-navigation div.nav-menu > ul > li.menu-item-has-children:hover {
    background-color: #5a634f;
    color: #ffffff;
  }
  .primary-navigation .nav-menu > li.menu-item-has-children:hover > .popup-child,
  .primary-navigation div.nav-menu > ul > li.menu-item-has-children:hover > .popup-child {
    display: block;
  }
  .primary-navigation .nav-menu > li.menu-item-has-children:hover > a,
  .primary-navigation div.nav-menu > ul > li.menu-item-has-children:hover > a {
    color: #ffffff;
  }
  .primary-navigation .sub-menu {
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .primary-navigation .sub-menu ul {
    margin-left: 0px;
  }
  .primary-navigation .sub-menu li {
    float: left;
    width: 190px;
  }
  .primary-navigation .sub-menu li a {
    margin: 0;
  }
  .primary-navigation .sub-menu li.current_page_item > a,
  .primary-navigation .sub-menu li.current_page_ancestor > a,
  .primary-navigation .sub-menu li.current-menu-item > a,
  .primary-navigation .sub-menu li.current-menu-ancestor > a,
  .primary-navigation .sub-menu li.current-cat > a {
    color: #ecefe8;
  }
  .primary-navigation .sub-menu > li {
    margin-bottom: 1.75px;
    font-size: 14px;
  }
  .primary-navigation .sub-menu > li > a {
    font-weight: 600;
    color: #ffffff;
  }
}
.entry-header {
  position: relative;
  z-index: 1;
}
.archive-title,
.page-title,
.entry-title {
  font-family: "PT Serif Caption", "Times New Roman", Times, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.333;
  margin: 0 0 5.25px 0;
  text-transform: capitalize;
  color: #a00023;
}
.archive-title a,
.page-title a,
.entry-title a {
  color: #a00023;
}
.archive-title a:hover,
.page-title a:hover,
.entry-title a:hover {
  color: #a00023;
}
.archive .entry-title,
.category .entry-title,
.blog .entry-title,
.search .entry-title {
  font-size: 24px;
  font-weight: 400;
}
.site-content .entry-header {
  padding: 0 0 4px;
}
.site-content .has-post-thumbnail .entry-header {
  padding-top: 21px;
}
.archive-header,
.page-header {
  margin: 0 auto 5.25px;
}
.archive-header .sharedaddy,
.page-header .sharedaddy {
  display: none;
}
.taxonomy-description,
.author-description,
.page-description {
  color: rgba(30, 22, 18, 0.5);
  font-size: 16px;
  line-height: 1.333;
}
.taxonomy-description p,
.author-description p,
.page-description p {
  margin-bottom: 21px;
}
.entry-meta {
  clear: both;
  color: #1e1612;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.333;
  text-transform: uppercase;
}
.entry-meta a {
  color: #1e1612;
}
.entry-meta a:hover {
  color: #ba0029;
}
.sticky .entry-date {
  display: none;
}
.cat-links {
  font-weight: bold;
  text-transform: uppercase;
}
.cat-links a {
  color: #1e1612;
}
.cat-links a:hover {
  color: #ba0029;
}
.byline {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.site-content .entry-meta {
  margin-bottom: 8px;
}
.site-content footer.entry-meta {
  margin: 0 auto;
  padding: 0;
}
/* Tag links style */
.entry-meta .tag-links {
  color: #1e1612;
}
.entry-meta .tag-links:before {
  content: "\f323";
}
.entry-meta .tag-links a {
  text-transform: uppercase;
  font-size: 14px;
  color: #1e1612;
}
.entry-meta .tag-links a:hover {
  color: #ba0029;
}
.entry-meta .tag-links a:not(:last-of-type):after {
  content: ', ';
}
.site {
  background-color: #ffffff;
  max-width: 1800px;
  position: relative;
  margin: auto;
}
.hentry {
  margin: 0 auto 35px;
  max-width: 100%;
}
.single .hentry,
.page .hentry {
  margin-bottom: 0;
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.site-content .page-content {
  margin-left: auto;
  margin-right: auto;
}
.page-content {
  margin-bottom: 42px;
}
.sharethis-container .sharedaddy {
  padding-top: 8px !important;
}
.alwaysgreen {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  max-width: 160px;
  font-size: 12px;
  background: #92c843;
  float: left;
  color: #ffffff;
  margin: 4px 12px 12px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
.alwaysgreen:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url('images/green.png') no-repeat center center;
  width: 96px;
  height: 100px;
  margin: 0px auto 8px;
}
.alwaysgreen h1,
.alwaysgreen h2,
.alwaysgreen h3,
.alwaysgreen h4,
.alwaysgreen h5,
.alwaysgreen h6,
.alwaysgreen p,
.alwaysgreen a {
  color: #ffffff;
  margin-bottom: 8px;
}
.alwaysgreen a {
  color: #ffffff;
}
/* =Submenu
----------------------------------------------- */
.entry-content .submenu-floorplan .menu {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 0;
}
.entry-content .submenu-floorplan .menu .menu-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0px 5px 50px;
  font-size: 16px;
}
.entry-content .submenu-floorplan .menu .menu-item img {
  width: 100%;
  padding-bottom: 8px;
}
/**
 * 6.1 Sub-Menu
 * -----------------------------------------------------------------------------
 */
.submenu.submenu-boxes {
  display: inline-block;
}
.submenu.submenu-boxes .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.submenu.submenu-boxes .menu .menu-item {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 0px 5px 21px;
}
.submenu.submenu-boxes .menu .menu-item img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 840px) {
  .submenu.submenu-boxes .menu .menu-item {
    max-width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .submenu.submenu-boxes .menu .menu-item {
    max-width: 33.33333333%;
  }
}
/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */
.post-thumbnail {
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
}
.tribe-events-list .post-thumbnail {
  padding-bottom: 21px;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
}
.full-width .post-thumbnail img {
  display: block;
  margin: 0 auto;
}
.entry-info .info {
  white-space: nowrap;
}
.entry-info label {
  opacity: .5;
}
.entry-price {
  line-height: 1;
  padding-bottom: 8px;
}
.entry-price label {
  display: block;
  font-size: 12px;
  opacity: .5;
}
.entry-price .sep {
  display: none;
}
.entry-price .value {
  display: block;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -2px;
  color: #5a634f;
}
.entry-community {
  line-height: 1;
  padding-bottom: 8px;
}
.entry-community label {
  display: block;
  font-size: 12px;
  opacity: .5;
}
.entry-community .sep {
  display: none;
}
.entry-community .value {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */
@media screen and (min-width: 361px) {
  a.post-thumbnail:hover img {
    opacity: 0.85;
  }
  .full-size-link:before,
  .parent-post-link:before,
  .site-content span + .byline:before,
  .site-content span + .comments-link:before,
  .site-content span + .edit-link:before,
  .site-content span + .entry-date:before {
    content: "";
  }
  .site-content .entry-meta > span {
    margin-right: 10px;
  }
  .site-content .format-video .post-format a:before {
    content: "\f126";
  }
  .site-content .format-audio .post-format a:before {
    content: "\f127";
  }
  .site-content .format-image .post-format a:before {
    content: "\f128";
  }
  .site-content .format-status .post-format a:before {
    content: "\f130";
  }
  .site-content .format-quote .post-format a:before {
    content: "\f122";
  }
  .site-content .format-chat .post-format a:before {
    content: "\f125";
  }
  .site-content .format-gallery .post-format a:before {
    content: "\f161";
  }
  .site-content .format-aside .post-format a:before {
    content: "\f123";
  }
  .site-content .format-link .post-format a:before {
    content: "\f103";
  }
  .site-content .featured-post:before {
    content: "\f109";
  }
  .site-content .entry-date a:before,
  .attachment .site-content span.entry-date:before {
    content: "\f469";
  }
  .site-content .byline a:before {
    content: "\f110";
  }
  .site-content .comments-link a:before {
    content: "\f101";
  }
  .site-content .entry-content .edit-link a:before,
  .site-content .entry-meta .edit-link a:before {
    content: "\f464";
  }
  .site-content .full-size-link a:before {
    content: "\f402";
  }
  .site-content .parent-post-link a:before {
    content: "\f322";
  }
}
.entry-content .anchor {
  display: block;
  visibility: hidden;
}
.frontpage-sidebar .tribe-events-list .tribe-events-widget-link {
  text-align: center;
  padding: 21px 0 0;
  margin-bottom: 0;
}
.entry-content,
.entry-summary,
.page-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.columns-3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-rule: 1px solid #f3f2f2;
  -webkit-column-rule: 1px solid #f3f2f2;
  column-rule: 1 px solid #f3f2f2;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
  column-gap: 2em;
}
.site-content .entry-content,
.site-content .entry-summary,
.page-content {
  padding: 4px 0 0;
}
.page .entry-content {
  padding-top: 0;
}
.entry-content h1:first-child,
.entry-summary h1:first-child,
.page-content h1:first-child,
.entry-content h2:first-child,
.entry-summary h2:first-child,
.page-content h2:first-child,
.entry-content h3:first-child,
.entry-summary h3:first-child,
.page-content h3:first-child,
.entry-content h4:first-child,
.entry-summary h4:first-child,
.page-content h4:first-child,
.entry-content h5:first-child,
.entry-summary h5:first-child,
.page-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h6:first-child,
.page-content h6:first-child {
  margin-top: 0;
}
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
  text-decoration: underline;
}
.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover {
  text-decoration: underline;
}
.entry-content table,
.comment-content table {
  font-size: 16px;
  line-height: 1.2857142857;
  margin-bottom: 21px;
}
.entry-content th,
.comment-content th {
  font-weight: 700;
  padding: 8px;
  text-transform: uppercase;
}
.entry-content td,
.comment-content td {
  padding: 8px;
}
.entry-content .edit-link {
  clear: both;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3333333333;
  text-transform: uppercase;
  color: #1e1612;
}
.entry-content .edit-link a {
  color: #1e1612;
  text-decoration: none;
}
.entry-content .edit-link a:hover {
  color: #ba0029;
}
.format-aside .entry-content,
.format-quote .entry-content,
.format-link .entry-content,
.format-aside .entry-summary,
.format-quote .entry-summary,
.format-link .entry-summary {
  padding-top: 0;
}
.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
  display: none;
}
/* Mediaelements */
.hentry .mejs-container {
  margin: 12px 0 21px;
}
.hentry .mejs-container .mejs-controls .mejs-time {
  padding-top: 9px;
}
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
  background: #000;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #24890d;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, 0.33);
}
.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0;
}
.hentry .mejs-overlay-loading {
  background: transparent;
}
.attachment .content-sidebar,
.attachment .post-thumbnail {
  display: none;
}
.attachment .entry-content {
  padding-top: 0;
}
.attachment footer.entry-meta {
  text-transform: none;
}
.entry-attachment .attachment {
  margin-bottom: 21px;
}
.msg-board {
  text-align: center;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: auto;
}
.msg-board .msg-top {
  border-top: 14px solid #a00023;
  padding: 15px;
  background: #5a634f;
}
.msg-board .hentry {
  background: #ecefe8;
  padding: 25px;
}
.msg-board .hentry .entry-title {
  font-size: 16px;
  padding: 8px 0px;
  border-top: 1px dotted rgba(90, 99, 79, 0.3);
  border-bottom: 1px dotted rgba(90, 99, 79, 0.3);
}
.msg-board .hentry .entry-content {
  font-size: 14px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.333;
  margin-bottom: 25px;
  width: 100%;
  word-wrap: break-word;
  font-weight: 400;
}
.msg-board .hentry .entry-content:last-of-type {
  margin-bottom: 0;
}
.msg-board .hentry .entry-content .entry-meta,
.msg-board .hentry .entry-content .entry-time {
  font-size: 13px;
  text-transform: uppercase;
}
.msg-board .hentry .entry-content .entry-time {
  margin-bottom: 4px;
}
.msg-board .hentry .entry-content .hentry {
  margin-bottom: 0px;
}
.msg-board .hentry .entry-content .faq-btn > a {
  display: inline-block !important;
  background-color: #a00023 !important;
  color: #ffffff !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  font-size: 13px !important;
  font-weight: bold !important;
  padding: .7em 1.4em !important;
  text-transform: uppercase !important;
  text-decoration: none!important !important;
  vertical-align: bottom !important;
  outline: 0 !important;
  border: 0 !important;
}
.msg-board .hentry .entry-content .faq-btn > a:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023 !important;
}
.msg-board .hentry .entry-content .faq-btn > a:hover,
.msg-board .hentry .entry-content .faq-btn > a:focus {
  background-color: #ba0029 !important;
  color: #ffffff !important;
}
.msg-board .hentry .entry-content .faq-btn > a:active {
  background-color: #87001d !important;
  color: #ffffff !important;
}
.msg-board .hentry .entry-content .tribe-mini-calendar-event .entry-title {
  margin-bottom: 4px;
}
.msg-board .hentry .entry-content .tribe-mini-calendar-event .duration {
  font-size: 12px;
  text-transform: uppercase;
}
.msg-board .hentry .entry-content .tribe-mini-calendar-event .vcard > span {
  display: inline;
}
.msg-board .hentry .entry-content .tribe-mini-calendar-event .recurringinfo {
  display: block;
}
.msg-board .hentry .entry-content .tribe-events-widget-link {
  padding: 5px 0;
}
.msg-board .hentry .entry-content .tribe-events-widget-link a {
  display: inline-block !important;
  background-color: #a00023 !important;
  color: #ffffff !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  font-size: 13px !important;
  font-weight: bold !important;
  padding: .7em 1.4em !important;
  text-transform: uppercase !important;
  text-decoration: none!important !important;
  vertical-align: bottom !important;
  outline: 0 !important;
  border: 0 !important;
}
.msg-board .hentry .entry-content .tribe-events-widget-link a:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023 !important;
}
.msg-board .hentry .entry-content .tribe-events-widget-link a:hover,
.msg-board .hentry .entry-content .tribe-events-widget-link a:focus {
  background-color: #ba0029 !important;
  color: #ffffff !important;
}
.msg-board .hentry .entry-content .tribe-events-widget-link a:active {
  background-color: #87001d !important;
  color: #ffffff !important;
}
.msg-board .hentry .entry-content.social-media .social-icon {
  font-size: 24px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #ffffff !important;
  text-decoration: none;
}
.msg-board .hentry .entry-content.social-media .social-icon:before {
  vertical-align: baseline;
}
.msg-board .hentry .entry-content.social-media .social-icon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 2px;
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
}
.msg-board .hentry .entry-content.social-media .social-icon.icon-facebook {
  color: #3b5998;
}
.msg-board .hentry .entry-content.social-media .social-icon.icon-twitter {
  color: #00acee;
}
.msg-board .hentry .entry-content.social-media .social-icon.icon-instagram {
  color: #517fa4;
}
.msg-board .hentry .entry-content.social-media .social-icon.icon-pinterest {
  color: #ca1f27;
}
.msg-board .hentry .entry-content.social-media .social-icon.icon-youtube {
  color: #e62117;
}
.msg-board .hentry .entry-content.social-media .social-icon.icon-rss {
  color: #ff7c00;
}
.msg-board .hentry .entry-content.social-media .social-icon.icon-googleplus {
  color: #dd4b39;
}
.msg-board .hentry .entry-content.social-media .social-icon.icon-linkedin {
  color: #0077b5;
}
.msg-board .hentry .entry-content.social-media .social-icon.icon-houzz {
  color: #77c345;
}
.msg-board .hentry .entry-content.social-media .social-icon.icon-tumblr {
  color: #2b4764;
}
.msg-board .hentry .entry-content.social-media .social-icon.icon-stumbleupon {
  color: #ed4713;
}
.msg-board .hentry .entry-content.social-media .social-icon.icon-vimeo {
  color: #00b2eb;
}
.msg-board .hentry .entry-content blockquote {
  font-size: 14px;
  line-height: 1.333;
  margin-bottom: 18px;
}
.msg-board .hentry .entry-content ul,
.msg-board .hentry .entry-content ol {
  list-style: none;
  margin: 0;
}
.msg-board .hentry .entry-content ul li > ul,
.msg-board .hentry .entry-content ol li > ul,
.msg-board .hentry .entry-content ul li > ol,
.msg-board .hentry .entry-content ol li > ol {
  margin-left: 10px;
}
.msg-board .hentry .entry-content ul.list,
.msg-board .hentry .entry-content ol.list {
  list-style: disc outside;
  margin-left: 16px;
}
.msg-board .hentry .entry-content ul.list li,
.msg-board .hentry .entry-content ol.list li {
  padding-bottom: 4px;
}
.msg-board .hentry .entry-content .wp-caption {
  margin-bottom: 18px;
}
.msg-board .hentry .entry-content .widget-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 1em 0;
  text-transform: capitalize;
}
.msg-board .hentry .entry-content .community-name {
  font-weight: bold;
  margin: 0 0 .025em 0;
  display: block;
}
.msg-board .hentry .entry-content .textwidget .testimonial {
  background: #a00023;
  color: #ffffff;
  padding: 30px;
}
.msg-board .hentry .entry-content .textwidget .testimonial img {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin-top: 0;
}
.msg-board .hentry .entry-content .textwidget .testimonial a,
.msg-board .hentry .entry-content .textwidget .testimonial blockquote {
  color: #ffffff;
  margin-bottom: 0;
}
.msg-board .hentry .entry-content.widget_copyright_notice p {
  margin: .3em;
}
.msg-board .hentry .entry-content .vcard {
  margin: 0 0 .5em 0;
}
.msg-board .hentry .entry-content .vcard .country,
.msg-board .hentry .entry-content .vcard .organization-name {
  display: none;
}
.msg-board .hentry .entry-content .vcard .organization-unit {
  font-weight: bold;
}
.msg-board .hentry .entry-content .vcard .adr {
  margin: 0 0 .5em 0;
}
.msg-board .hentry .entry-content .gform_wrapper .ginput_complex > span {
  width: 100% !important;
  padding-right: 0 !important;
}
.msg-board .hentry .entry-content .gform_wrapper .ginput_container:not(.gfield_time_hour) input,
.msg-board .hentry .entry-content .gform_wrapper .ginput_container:not(.gfield_time_hour) select {
  width: 100% !important;
}
.msg-board .hentry .entry-content .contact-avatar {
  display: table-cell;
  vertical-align: top;
  padding: 0 8px;
}
.msg-board .hentry .entry-content .contact-info {
  padding: 8px;
  display: table-cell;
  vertical-align: top;
}
.msg-board .hentry .entry-content .contact-info .phone {
  font-size: 24px;
}
.msg-board .hentry .entry-content .contact-info .email a.btn:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-weight: 400;
  font-size: inherit;
  line-height: 1;
  font-style: normal;
  font-family: "Dashicons";
  text-decoration: none;
  vertical-align: text-bottom;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  text-align: center;
  speak: none;
  text-transform: none;
  font-size: 16px;
  margin-right: 2px;
  content: "\f466";
}
.msg-board .hentry .entry-content p:last-of-type {
  margin-bottom: 0;
}
.msg-board .msg-header {
  position: relative;
  margin: 0 0 8px 0;
}
.msg-board .msg-header #corner-top-left,
.msg-board .msg-header #corner-top-right {
  position: absolute;
}
.msg-board .msg-header #corner-top-left path,
.msg-board .msg-header #corner-top-right path {
  fill: rgba(236, 239, 232, 0.3);
}
.msg-board .msg-header #corner-top-left {
  left: 0px;
}
.msg-board .msg-header #corner-top-right {
  right: 0px;
}
.msg-board .msg-board-title {
  color: #ecefe8;
  text-transform: uppercase;
  margin: 0 50px;
}
.msg-board .msg-board-title small {
  display: block;
  font-size: .5em;
}
.msg-board .status-title {
  color: #ecefe8;
  font-size: 20px;
  padding: 0;
  margin: 0;
}
.msg-board #seperator {
  max-width: 100%;
  height: auto;
}
.msg-board #seperator path {
  fill: rgba(236, 239, 232, 0.3);
}
.msg-board .status-content {
  color: #ecefe8;
  font-size: 20px;
  font-family: "PT Serif Caption", "Times New Roman", Times, serif;
  margin-top: 8px;
}
.msg-board .status-content .status-days {
  clear: both;
  color: #1e1612;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.333;
  text-transform: uppercase;
  color: rgba(236, 239, 232, 0.5);
  margin-top: 8px;
}
.msg-board .status-content .status-days a {
  color: #1e1612;
}
.msg-board .status-content .status-days a:hover {
  color: #ba0029;
}
.msg-board .status-content .status-days .tag-links {
  color: #1e1612;
}
.msg-board .status-content .status-days .tag-links:before {
  content: "\f323";
}
.msg-board .status-content .status-days .tag-links a {
  text-transform: uppercase;
  font-size: 14px;
  color: #1e1612;
}
.msg-board .status-content .status-days .tag-links a:hover {
  color: #ba0029;
}
.msg-board .status-content .status-days .tag-links a:not(:last-of-type):after {
  content: ', ';
}
.featured-pages {
  background: #ecefe8;
}
.featured-pages .section-inner {
  margin: auto;
  max-width: 1180px;
  text-align: center;
}
.featured-pages .featured-page {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 21px;
}
.featured-pages .featured-page .entry-title {
  padding: 15px 5px;
  margin: 0px;
  background: #a00023;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}
.featured-pages .featured-page img {
  width: 100%;
  height: auto;
}
/**
 * The Events Calendar Full Stylesheet
 * (Some of these styles may override your current theme's styles)
 *
 * To add your own custom styles, create a stylesheet with the name
 * tribe-events.css in the tribe-events/ directory of your theme.
 * Your new stylesheet will be loaded after our own stylesheet.
 *
 * To replace our stylsheet altogether, you can use the 'tribe_events_stylesheet_url' filter.
 *
 * @package TribeEventsCalendar
 *
 */
/* = Global & Miscellaneous Styles
=============================================*/
#tribe-events-pg-template {
  max-width: 1000px;
  margin: 0 auto;
}
.tribe-events-after-html {
  clear: both;
}
#tribe-events .tribe-events-content p,
.tribe-events-before-html p,
.tribe-events-after-html p {
  margin: 0 0 10px;
  line-height: 1.7;
}
#tribe-events-pg-template .tribe-events-content h1,
.tribe-events-before-html h1,
.tribe-events-after-html h1,
#tribe-events-pg-template .tribe-events-content h2,
.tribe-events-before-html h2,
.tribe-events-after-html h2,
#tribe-events-pg-template .tribe-events-content h3,
.tribe-events-before-html h3,
.tribe-events-after-html h3,
#tribe-events-pg-template .tribe-events-content h4,
.tribe-events-before-html h4,
.tribe-events-after-html h4,
#tribe-events-pg-template .tribe-events-content h5,
.tribe-events-before-html h5,
.tribe-events-after-html h5,
#tribe-events-pg-template .tribe-events-content h6,
.tribe-events-before-html h6,
.tribe-events-after-html h6 {
  margin: 24px 0;
  margin: 20px 0;
  line-height: 1.7;
}
.tribe-events-before-html h1,
.tribe-events-after-html h1,
#tribe-events-pg-template .tribe-events-content h1 {
  font-size: 21px;
  line-height: 1.5;
}
.tribe-events-before-html h2,
.tribe-events-after-html h2,
#tribe-events-pg-template .tribe-events-content h2 {
  font-size: 18px;
  line-height: 1.6;
}
.tribe-events-before-html h3,
.tribe-events-after-html h3,
#tribe-events-pg-template .tribe-events-content h3 {
  font-size: 16px;
  line-height: 1.8;
}
.tribe-events-before-html h4,
.tribe-events-after-html h4,
#tribe-events-pg-template .tribe-events-content h4 {
  font-size: 14px;
  line-height: 1.8;
}
.tribe-events-before-html h5,
.tribe-events-after-html h5,
#tribe-events-pg-template .tribe-events-content h5 {
  font-size: 13px;
  line-height: 1.8;
}
.tribe-events-before-html h6,
.tribe-events-after-html h6,
#tribe-events-pg-template .tribe-events-content h6 {
  font-size: 12px;
  line-height: 1.8;
}
.tribe-events-before-html ul,
.tribe-events-after-html ul,
#tribe-events-pg-template .tribe-events-content ul {
  list-style: disc outside;
}
.tribe-events-before-html ol,
.tribe-events-after-html ol,
#tribe-events-pg-template .tribe-events-content ol {
  list-style: decimal outside;
}
.tribe-events-before-html ul li,
.tribe-events-after-html ul li,
.tribe-events-before-html ol li,
.tribe-events-after-html ol li,
#tribe-events-pg-template .tribe-events-content ul li,
#tribe-events-pg-template .tribe-events-content ol li {
  margin: 0 0 20px;
  line-height: 1.7;
}
.tribe-events-back {
  margin: 0 0 20px 0;
}
#tribe-events-content a,
.tribe-events-event-meta a {
  text-decoration: none;
}
ul.tribe-events-sub-nav a,
.tribe-events-back a,
.tribe-events-list-widget .tribe-events-widget-link a,
.tribe-events-adv-list-widget .tribe-events-widget-link a {
  text-decoration: none;
}
ul.tribe-events-sub-nav a:hover,
.tribe-events-back a:hover,
.tribe-events-list-widget .tribe-events-widget-link a:hover,
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover {
  text-decoration: none;
}
.tribe-events-button,
#tribe-events .tribe-events-button {
  display: inline-block;
  background-color: #a00023;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.tribe-events-button:focus,
#tribe-events .tribe-events-button:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.tribe-events-button:hover,
#tribe-events .tribe-events-button:hover,
.tribe-events-button:focus,
#tribe-events .tribe-events-button:focus {
  background-color: #ba0029;
  color: #ffffff;
}
.tribe-events-button:active,
#tribe-events .tribe-events-button:active {
  background-color: #87001d;
  color: #ffffff;
}
a.tribe-events-ical,
a.tribe-events-gcal {
  font-size: 10px;
  font-weight: normal;
  padding: 0 6px;
  float: right;
  text-decoration: none;
  line-height: 18px;
  margin-top: 21px;
  color: #fff;
  clear: both;
}
.tribe-events-gcal {
  margin-right: 9px;
}
.single-tribe_events a.tribe-events-ical,
.single-tribe_events a.tribe-events-gcal {
  float: none;
}
.tribe-events-event-meta .tribe-events-gmap,
.tribe-events-event-meta-desc .tribe-events-gmap {
  white-space: nowrap;
}
.event .entry-title {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: inherit;
}
.updated-info {
  text-indent: -9999px;
  height: 0;
}
.tribe-events-event-image {
  margin: 0 0 20px 0;
  text-align: center;
}
.tribe-events-event-image img {
  max-width: 100%;
  height: auto;
}
.tribe-events-schedule {
  margin: 20px 0 0;
}
.tribe-events-schedule h2 {
  font-style: normal;
  font-weight: bold;
}
.tribe-events-event-schedule-details {
  display: inline;
}
.tribe-events-divider {
  padding: 0 10px;
  font-weight: bold;
}
.events-archive .entry-content,
.events-archive .entry-header {
  width: 98%;
}
.events-archive span.edit-link {
  display: none;
}
.events-archive header.entry-header,
.events-archive footer.entry-meta,
.single-tribe_events header.entry-header,
.single-tribe_events footer.entry-meta,
.single-tribe_venue header.entry-header,
.single-tribe_venue footer.entry-meta,
.single-tribe_organizer header.entry-header,
.single-tribe_organizer footer.entry-meta {
  display: none;
}
.tribe-events-notices {
  background: #ecefe8;
  border: 1px solid #e0e5d9;
  color: #1e1612;
  margin: 10px 0 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
div.tribe-events-notices  > ul,
div.tribe-events-notices  > ul  > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#tribe-events-content {
  position: relative;
  margin-bottom: 48px;
  padding: 2px 0;
}
#tribe-events-content p.tribe-events-promo {
  font-size: 12px;
  color: #999;
}
#tribe-events-content p.tribe-events-promo a {
  color: #666;
}
#tribe-events-content .tribe-events-abbr {
  border-bottom: 0;
  cursor: default;
}
#tribe-events-content .tribe-events-nav-date {
  padding-top: 16px;
}
#tribe-events-content .tribe-events-single-event-description img.attachment-post-thumbnail {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
#tribe-events-content .tribe-events-event-meta dd span.adr {
  display: block;
}
#tribe-events-content table.tribe-events-calendar {
  margin: 12px 0 .6em;
  clear: both;
  font-size: 12px;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
#tribe-events-content .tribe-events-calendar td {
  height: 110px;
  width: 14.28%;
  color: #114b7d;
  vertical-align: top;
  padding: 0 0 .5em;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
  line-height: 1.25;
  font-size: 13px;
  overflow: hidden;
  font-weight: normal;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
#tribe-events-content .tribe-events-tooltip h4 {
  margin: 0;
  color: #fff;
  background-color: #666;
  font-size: 12px;
  padding: 0 6px;
  min-height: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: normal;
}
#tribe-events-content .updated {
  display: inherit;
}
.clearfix:before,
.tribe-clearfix:before,
.clearfix:after,
.tribe-clearfix:after {
  content: "";
  display: table;
}
.clearfix:after,
.tribe-clearfix:after {
  clear: both;
}
.clearfix,
.tribe-clearfix {
  zoom: 1;
}
.tribe-clear {
  clear: both;
}
.tribe-events-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tribe-hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tribe-events-error {
  display: none;
}
.tribe-events-multi-event-day {
  color: #0f81bb;
}
.tribe-events-spinner {
  width: 32px;
  height: 32px;
  margin-left: -16px;
}
.tribe-events-spinner-medium {
  width: 24px;
  height: 24px;
}
.tribe-events-spinner-small {
  width: 16px;
  height: 16px;
  margin-left: -8px;
}
* + html .events-archive h2.tribe-events-page-title {
  padding-bottom: 30px;
}
* + html .events-archive .tribe-events-list h2.tribe-events-page-title {
  padding-bottom: 0;
}
* + html #tribe-events-header {
  margin-bottom: 30px;
}
h2.tribe-events-page-title {
  font-size: 24px;
  font-weight: normal;
  position: relative;
  z-index: 0;
  margin-bottom: .5em;
  text-align: center;
  clear: none;
  text-transform: uppercase;
}
h2.tribe-events-page-title a {
  color: #000;
}
.tribe-events-filter-view .tribe-events-list h2.tribe-events-page-title {
  width: 100%;
  float: none;
}
h2.tribe-events-page-title a:hover,
h2.tribe-events-page-title a:focus {
  color: #333;
  text-decoration: underline;
}
#tribe-events-header,
#tribe-events-footer {
  margin-bottom: .5em;
  clear: both;
}
#tribe-events-header .tribe-events-sub-nav,
#tribe-events-footer .tribe-events-sub-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: normal;
  text-align: center;
}
#tribe-events-header .tribe-events-sub-nav li,
#tribe-events-footer .tribe-events-sub-nav li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0;
  vertical-align: middle;
}
#tribe-events-header .tribe-events-sub-nav li,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous {
  float: left;
  margin-right: 5px;
  text-align: left;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
  float: right;
  margin-left: 5px;
  text-align: right;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left {
  float: left;
  text-align: left;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right {
  float: right;
  text-align: right;
}
.tribe-events-ajax-loading {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -27px;
  top: 150px;
  padding: 15px;
  background: #666666;
  z-index: 10;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.tribe-events-loading .tribe-events-ajax-loading {
  display: block;
}
.tribe-events-ajax-loading.tribe-events-active-spinner,
.tribe-events-ajax-loading.tribe-events-active-spinner img {
  display: block;
}
#tribe-events-header {
  position: relative;
}
#tribe-events-footer {
  margin-bottom: 1em;
}
.events-list #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer {
  margin: 1.25em 0 18px;
  clear: both;
}
.tribe-events-map #tribe-events-header {
  margin: 1em 0;
}
.single-tribe_events #tribe-events-header {
  margin: 1em 0 20px;
}
.single-tribe_events h2.tribe-events-single-event-title {
  font-size: 1.7em;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.single-tribe_events .tribe-events-schedule h3 {
  font-size: 1.2em;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  vertical-align: middle;
}
.single-tribe_events .tribe-events-event-image {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}
.single-tribe_events .tribe-events-event-meta {
  background: #fafafa;
  border: 1px solid #eee;
  margin: 30px 0;
  font-size: 14px;
}
.single-tribe_events .tribe-events-event-meta dl {
  margin: 0;
}
.single-tribe_events .tribe-events-venue-map {
  width: 58%;
  margin: 20px 4% 2% 0;
  padding: 5px;
  float: right;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.single-tribe_events #tribe-events-gmap {
  height: 0 !important;
  padding-top: 50%;
  width: 100% !important;
  margin: 0 !important;
}
.single-tribe_events .tribe-events-meta-group .tribe-events-venue-map {
  float: none;
  margin: 20px 0 0;
  width: 100%;
}
.single-tribe_events .tribe-events-meta-group #tribe-events-gmap {
  height: 0 !important;
  padding-top: 100%;
  width: 100% !important;
  margin-top: 50px;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  clear: left;
  font-weight: bold;
  line-height: 1;
  list-style: none;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 1.5;
  list-style: none;
  float: none;
}
.single-tribe_events .tribe-events-content {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.single-tribe_events #tribe-events-header li,
.single-tribe_events #tribe-events-footer li {
  width: 48%;
}
select.tribe-events-dropdown {
  width: auto;
  font-size: 11px;
  margin: 33px 9px 0 0;
}
#tribe-events-events-picker,
#tribe-events-picker {
  display: inline;
}
#tribe-events-content.tribe-events-list {
  padding: 0;
  margin-bottom: 60px;
}
.tribe-events-othermonth div[id*="tribe-events-daynum-"],
.tribe-events-othermonth .tribe-events-month-event-title {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.tribe-events-list h2.tribe-events-page-title {
  margin-bottom: 15px;
}
.tribe-events-list .type-tribe_events {
  border-bottom: 1px solid #ddd;
  padding: 2.25em 0;
  margin: 0;
}
.tribe-events-list .type-tribe_events.tribe-events-first {
  padding-top: 0;
}
.tribe-events-list h2.tribe-events-list-event-title {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  line-height: 1.4em;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  border: none;
  float: none;
  display: inline;
}
.tribe-events-list .tribe-events-event-image {
  float: left;
  width: 30%;
  margin: 0 3% 0 0;
}
.tribe-events-list .tribe-events-event-image img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.tribe-events-list .tribe-events-event-image + div.tribe-events-content {
  float: left;
  width: 67%;
  position: relative;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .event-is-recurring {
  position: relative;
}
.tribe-events-list .tribe-events-loop .tribe-events-content {
  width: 100%;
  padding: 0;
}
.tribe-events-list .time-details {
  clear: both;
  color: #1e1612;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.333;
  text-transform: uppercase;
}
.tribe-events-list .time-details a {
  color: #1e1612;
}
.tribe-events-list .time-details a:hover {
  color: #ba0029;
}
.tribe-events-list .time-details .tag-links {
  color: #1e1612;
}
.tribe-events-list .time-details .tag-links:before {
  content: "\f323";
}
.tribe-events-list .time-details .tag-links a {
  text-transform: uppercase;
  font-size: 14px;
  color: #1e1612;
}
.tribe-events-list .time-details .tag-links a:hover {
  color: #ba0029;
}
.tribe-events-list .time-details .tag-links a:not(:last-of-type):after {
  content: ', ';
}
.tribe-events-list .tribe-events-event-cost {
  float: right;
  margin: 0 0 5px 5px;
}
.tribe-events-list .tribe-events-event-cost span {
  font-weight: bold;
  background: #eee;
  border: 1px solid #ddd;
  display: block;
  padding: 5px 10px;
  text-align: center;
  line-height: 1.3;
  font-style: normal;
  text-overflow: ellipsis;
}
.tribe-events-list .type-tribe_events.tribe-event-end-month {
  border-bottom: 0;
  padding-bottom: 0;
}
.tribe-events-loop {
  clear: both;
}
.tribe-events-loop .tribe-events-event-meta {
  float: none;
  clear: both;
  border: 0;
  margin: 0px 0 15px 0;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  overflow: visible;
}
.tribe-events-loop .type-tribe_events.tribe-events-last {
  border-bottom: 0;
}
.tribe-events-loop .tribe-events-content {
  width: 60%;
  float: left;
  padding: 0 5% 0 0;
}
.tribe-events-event-meta address.tribe-events-address {
  display: inline;
  font-style: normal;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-right: 10px;
}
.tribe-events-event-meta .tribe-events-meta-group address.tribe-events-address {
  margin: 0;
  display: block;
}
.tribe-events-list .time-details,
.tribe-events-list .tribe-events-venue-details {
  line-height: 1.2;
  margin: 0;
  display: block;
}
.tribe-events-list-separator-year {
  display: block;
  text-align: center;
  font-size: 38px;
  color: #ccc;
  padding: 1em 2.25em 0;
  font-weight: bold;
}
.tribe-events-list-separator-month {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin: 2.5em 0 0;
  background-color: #EEE;
  padding: 6px 10px;
}
.single-tribe_venue .tribe-events-loop .tribe-events-content p {
  margin: 0;
}
.events-archive h3 .published,
.single-tribe_venue h3 .published {
  font-size: 18px;
  margin-top: 0;
  font-style: italic;
  text-transform: none;
}
.tribe-events-event-meta-desc,
.tribe-events-event-day {
  color: #333;
}
.tribe-events-meta-group .tribe-events-single-section-title {
  margin: 20px 0 10px;
  font-size: 1.4em;
  font-weight: bold;
}
.tribe-events-meta-group + .tribe-events-single-section-title {
  margin-top: 0;
}
#eventbrite-embed {
  width: 100%;
  min-height: 225px;
  margin: 24px 0;
}
.eventbrite-ticket-embed {
  margin: 0 0 30px 0;
}
.single-tribe_events .tribe-events-schedule .tribe-events-divider,
.single-tribe_events .tribe-events-schedule .recurringinfo,
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  font-size: 1.2em;
}
.tribe-events-event-meta .tribe-events-meta-group,
.tribe-events-event-meta .column {
  float: left;
  width: 33.3333%;
  padding: 8px 4% 0;
  text-align: left;
  margin: 0 0 20px 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar.single-tribe_events .tribe-events-content {
  padding: 0;
}
.tribe-events-day .tribe-events-day-time-slot h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin: 2.5em 0 0;
  background-color: #eee;
  padding: 6px 10px;
}
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin-left: 5%;
}
#tribe-events-content table.tribe-events-calendar,
#tribe-events-content .tribe-events-calendar td {
  border: 1px solid #bbb;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  background-color: #f5f5f5;
  color: #333;
  font-size: 11px;
  font-weight: bold;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]  > a {
  background-color: #666;
  color: #fff;
}
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"]  > a {
  color: #999;
}
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip,
.recurring-info-tooltip {
  border: 1px solid #666;
  position: absolute;
  z-index: 1001;
  bottom: 30px;
  left: 3px;
  width: 320px;
  background-color: #f9f9f9;
  color: #333;
  line-height: 1.4;
  display: none;
}
.tribe-events-tooltip .tribe-events-arrow {
  width: 18px;
  height: 11px;
  background-image: url(images/tribe-tooltips.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 44px 19px;
  background-size: 44px 19px;
  display: block;
  position: absolute;
  bottom: -11px;
  left: 20px;
}
.tribe-events-tooltip .tribe-events-event-body {
  font-size: 11px;
  padding: 3px 6px 6px;
  font-weight: normal;
}
.tribe-events-tooltip .duration {
  font-style: italic;
  margin: 3px 0;
}
.tribe-events-tooltip .tribe-events-event-thumb {
  float: left;
  padding: 5px 5px 5px 0;
}
.tribe-events-tooltip .tribe-events-event-thumb img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tribe-events-tooltip p.entry-summary {
  padding: 0;
  font-size: 11px;
  line-height: 1.5;
}
.tribe-events-calendar .tribe-events-right .tribe-events-tooltip,
.tribe-events-week .tribe-events-right .tribe-events-tooltip,
.recurring-info-tooltip {
  left: auto;
  right: 3px;
}
.tribe-events-right .tribe-events-tooltip .tribe-events-arrow {
  left: auto;
  right: 30px;
}
.recurringinfo {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  position: relative;
}
.event-is-recurring {
  position: relative;
  font-style: normal;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.event-is-recurring:hover {
  color: #000;
}
.recurring-info-tooltip.tribe-events-tooltip {
  left: 10px;
  width: 200px;
  padding-bottom: .8em;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  margin: 0 5%;
  padding: 6px 8px;
  border-bottom: 1px solid #e7e7e7;
}
.events-archive.events-gridview #tribe-events-content table .tribe-events-last {
  border-bottom: 0;
}
.tribe-events-viewmore {
  margin: 0 5%;
  padding: 9px 8px;
  font-weight: bold;
  line-height: 1;
  border-top: 1px solid #e7e7e7;
}
.tribe-events-calendar td .tribe-events-viewmore a {
  font-size: 100%;
}
.tribe-events-calendar td div[id*="tribe-events-daynum-"] {
  padding: 6px 9px;
  line-height: 1.2;
}
.tribe-events-calendar td a {
  font-size: 91.7%;
}
.tribe-events-calendar th {
  width: 14.28%;
  height: 10px;
  background-color: #ddd;
  color: #333;
  padding: 4px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a {
  font-size: 100%;
}
.tribe-events-calendar div[id*="tribe-events-event-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] {
  position: relative;
  margin: 0;
}
#tribe-mobile-container {
  display: none;
}
.tribe-events-list-widget ol li {
  margin-bottom: 30px;
  list-style: none;
}
.tribe-events-list-widget .duration {
  font-weight: bold;
}
table.tribe-events-tickets {
  margin: 0;
  width: 100%;
  border-bottom: 0;
}
table.tribe-events-tickets .tickets_price {
  font-style: italic;
  color: #000;
  font-weight: bold;
}
table.tribe-events-tickets td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px 10px 8px 0;
  vertical-align: middle;
}
table.tribe-events-tickets td fieldset {
  padding: 14px 0.625em 4px;
  border: 0;
  margin-top: 8px;
}
table.tribe-events-tickets td.wpec {
  line-height: 0;
}
table.tribe-events-tickets td.wpec img {
  display: none;
}
table.tribe-events-tickets td.woocommerce.add-to-cart {
  border-bottom: 0;
}
table.tribe-events-tickets .tickets_nostock {
  display: inline-block;
  text-align: center;
}
td.tickets_name {
  color: #777;
  font-size: 13px;
}
.single-tribe_events #tribe-events-content form.cart,
.single-tribe_events #tribe-events-content div.cart {
  background: #fafafa;
  border: 1px solid #eee;
  margin: 30px 0;
  padding: 0 4% 3%;
}
h2.tribe-events-tickets-title {
  margin: 20px 0 25px;
  font-size: 1.4em;
  font-weight: bold;
}
.datepicker {
  z-index: 1000 !important;
}
.datepicker td {
  border-top: 1px solid #EDEDED;
}
.datepicker td,
.datepicker table tr td span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.active.active,
.datepicker table tr td span.active.active {
  background: #666;
}
.datepicker table tr td.active.active:hover,
.datepicker table tr td span.active.active:hover {
  background: #DADADA;
  color: inherit;
}
#tribe-events-bar {
  width: 100%;
  min-width: 220px;
  margin-bottom: 30px;
  height: auto;
  position: relative;
  clear: none;
}
#tribe-events-bar * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#tribe-bar-form {
  background: #f5f5f5;
  position: relative;
  margin: 0;
  width: 100%;
}
#tribe-bar-form input {
  font-size: 15px;
  margin: 0 4px 0 0;
}
#tribe-bar-form input[type="text"] {
  width: 100%;
  padding: 0 0 5px 0;
  background: 0;
  border: none;
  border-bottom: 1px dashed #b9b9b9;
  line-height: 1;
  height: auto;
  font-weight: bold;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#tribe-bar-form input[type=text]:focus {
  outline: none;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  width: 100%;
  height: auto;
  padding: 10px;
  background-image: none;
  background: #666;
  color: #fff;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: button;
}
#tribe-bar-form label {
  display: block;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0;
}
#tribe-bar-form .tribe-bar-filters {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
#tribe-bar-form #tribe-bar-views {
  position: relative;
  left: 83.3333%;
  right: auto;
  float: left;
  width: 16.66667%;
  padding: 0 0 0 5px;
  background: transparent;
  margin: 0;
}
#tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  right: 16.66667%;
  left: auto;
  width: 83.3333%;
}
#tribe-bar-form .tribe-bar-filters-inner {
  margin: 0;
}
#tribe-bar-form .tribe-bar-views-inner label {
  padding: 0 15px;
  text-align: left;
}
input[name*="tribe-bar-"]::-webkit-input-placeholder {
  color: #5f5f5f;
  font-weight: normal;
  font-style: italic;
  line-height: 1.3;
}
input[name*="tribe-bar-"]:-moz-placeholder {
  color: #5f5f5f;
  font-weight: normal;
  font-style: italic;
  line-height: 1.3;
}
.placeholder {
  color: #5f5f5f;
  font-weight: normal;
  font-style: italic;
  line-height: 1.3;
}
.tribe-bar-submit {
  float: left;
  width: 25%;
  margin-bottom: 0;
  margin-left: 16.6667%;
  padding: 15px;
}
.tribe-bar-submit input[type=submit]:hover {
  background: #999;
  color: #fff;
}
#tribe-bar-dates .select2-choice {
  border-bottom: 1px dashed #b9b9b9;
}
#tribe-bar-form.tribe-bar-full .tribe-bar-filters {
  display: block !important;
}
.tribe-bar-date-filter {
  float: left;
  width: 25%;
  margin-bottom: 0;
  padding: 15px;
}
.tribe-bar-search-filter {
  float: left;
  width: 33.3333%;
  margin-bottom: 0;
  padding: 15px;
}
#tribe-bar-views:hover,
#tribe-bar-views label:hover {
  cursor: pointer;
}
.tribe-bar-views-inner {
  padding: 15px 0 45px 0;
  background: #E0E0E0;
  margin: 0;
}
.tribe-bar-views-inner .select2-container {
  padding: 0 15px;
}
.tribe-select2-results-views.select2-drop {
  background: #DBDBDB;
  border: none;
  z-index: 10001;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#tribe-bar-form.tribe-bar-mini #tribe-bar-views {
  width: 16.66667%;
}
#tribe-bar-form.tribe-bar-mini * {
  font-size: 12px;
}
#tribe-bar-form.tribe-bar-mini label {
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit] {
  font-size: 11px;
  padding: 10px 5px;
  -webkit-appearance: button;
}
#tribe-bar-views .tribe-bar-views-list {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 5px;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 99;
  border-radius: 0 0 3px 3px;
  width: 100%;
  float: left;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  color: #444;
  text-align: left;
  display: block;
  text-decoration: none;
  padding: 6px 15px;
  background: #E0E0E0;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
  background: #cacaca;
  color: inherit;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
  background: #e0e0e0;
}
#tribe-bar-views li.tribe-bar-views-option {
  line-height: 14px;
  margin: 0;
  padding: 0 5px 0 0;
  background: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  list-style: none;
  border: none;
  padding: 0;
  display: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#tribe-bar-views .tribe-bar-views-option:last-child a {
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
}
#tribe-bar-views [name="tribe-bar-view"] {
  display: none;
}
#tribe-bar-views .tribe-bar-settings {
  display: none;
}
#tribe-bar-views .tribe-bar-views-option:first-child,
#tribe-bar-views .tribe-bar-views-option.tribe-bar-active,
#tribe-bar-views.tribe-bar-views-open .tribe-bar-views-option {
  display: list-item;
}
.tribe-no-js #tribe-bar-views [name="tribe-bar-view"] {
  display: block;
}
.tribe-bar-mini .tribe-bar-filters {
  display: block !important;
  float: left;
  width: 83.3333%;
}
.tribe-bar-mini .tribe-bar-date-filter {
  padding: 10px;
}
.tribe-bar-mini .tribe-bar-search-filter {
  width: 50%;
  padding: 10px;
}
.tribe-bar-mini .tribe-bar-submit {
  width: 25%;
  margin-left: 0;
  padding: 10px;
}
.tribe-bar-mini #tribe-bar-views {
  width: 16.66667%;
}
.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  padding: 4px 15px;
}
.tribe-bar-mini .tribe-bar-views-inner {
  padding: 10px 0 35px 0;
}
.tribe-bar-mini .tribe-bar-views-inner label {
  padding: 0 10px;
}
#tribe-bar-collapse-toggle {
  display: none;
  float: left;
  padding: 15px;
  position: relative;
  font-size: 13px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  background: #f5f5f5;
}
#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow {
  display: inline-block;
  margin: 0 4px;
  position: absolute;
  right: 10px;
}
#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after {
  top: 10px;
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: inherit;
  border-width: 8px;
}
#tribe-bar-collapse-toggle:hover {
  cursor: pointer;
}
#tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow:after {
  top: 0px;
  border-top-color: transparent;
  border-bottom-color: inherit;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
  float: left;
  left: auto;
  width: 30%;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views + .tribe-bar-filters {
  display: none;
  margin-top: 5px;
  overflow: hidden;
  clear: both;
  left: auto;
  right: auto;
  width: 100%;
}
#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner {
  padding: 10px 0 40px 0;
}
#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label {
  margin: 0;
}
.tribe-bar-collapse .tribe-bar-filters-inner  > div,
.tribe-bar-collapse #tribe-bar-views {
  width: 100%;
  height: auto;
  margin: 0;
}
.tribe-bar-collapse #tribe-bar-collapse-toggle {
  display: block;
  width: 70%;
}
.tribe-bar-collapse #tribe-bar-collapse-toggle.tribe-bar-collapse-toggle-full-width {
  width: 100%;
}
.tribe-bar-is-disabled .tribe-events-page-title {
  line-height: 45px;
  text-align: left;
  clear: none;
  margin: 0;
}
.tribe-bar-is-disabled .tribe-select2-results-views.select2-drop .select2-results li {
  padding: 0 10px;
}
.tribe-bar-disabled {
  float: right;
  position: relative;
  z-index: 101;
}
.tribe-bar-disabled #tribe-events-bar {
  width: auto;
  min-width: 0;
  float: none;
}
.tribe-bar-disabled #tribe-bar-form {
  width: auto;
  border-radius: 3px;
}
.tribe-bar-disabled #tribe-bar-form label {
  font-size: 10px;
}
.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type="text"] {
  border: none;
  display: block;
  width: 85px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
}
.tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
  width: 50%;
  float: left;
  left: 50%;
  right: auto;
  padding: 0;
}
.tribe-bar-disabled #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  left: auto;
  right: 50%;
  width: 50%;
}
.tribe-bar-disabled #tribe-bar-form .tribe-bar-views-inner label {
  padding: 0 10px;
}
.tribe-bar-disabled .tribe-bar-filters {
  float: left;
}
.tribe-bar-disabled .tribe-bar-filters .tribe-bar-date-filter {
  padding: 5px 10px;
}
.tribe-bar-disabled .tribe-bar-views-inner {
  min-width: 100px;
  padding: 5px 0 25px 0;
  border-radius: 0 3px 3px 0;
}
.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  padding: 4px 10px;
  margin: 0;
}
.tribe-bar-disabled #tribe-bar-views .select2-container .select2-choice {
  line-height: 18px;
  height: auto;
  font-size: 13px;
}
.tribe-bar-disabled .tribe-bar-date-filter,
.tribe-events-uses-geolocation .tribe-bar-disabled .tribe-bar-date-filter {
  width: auto;
}
.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list,
.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option {
  margin: 0;
}
.tribe-bar-disabled #tribe-bar-collapse-toggle,
.tribe-bar-disabled .tribe-bar-submit {
  display: none;
}
.tribe-select2-results-views span[class^="tribe-icon-"],
.tribe-bar-views-list span[class^="tribe-icon-"],
.tribe-bar-view-list a[class*="tribe-icon-"] {
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  min-height: 16px;
  display: block;
}
.tribe-select2-results-views span[class^="tribe-icon-"] {
  min-height: 16px;
  display: inline-block;
}
.tribe-select2-results-views span[class^="tribe-icon-"],
.tribe-bar-views-list span[class^="tribe-icon-"] {
  background-image: url(images/events-bar/icon-month.png);
  -webkit-background-size: 15px 16px;
  background-size: 15px 16px;
}
.tribe-select2-results-views span.tribe-icon-list,
.tribe-bar-views-list span.tribe-icon-list,
.tribe-bar-view-list span[class^="tribe-icon-"] {
  background-image: url(images/events-bar/icon-list.png);
  -webkit-background-size: 15px 10px;
  background-size: 15px 10px;
}
.tribe-bar-view-list a.tribe-icon-list,
.tribe-bar-view-list a.tribe-icon-month {
  padding-left: 30px;
  background-position: 10px 50%;
}
.tribe-select2-results-views .tribe-icon-month,
.tribe-bar-views-list span.tribe-icon-month,
.tribe-bar-view-list a.tribe-icon-month {
  background-image: url(images/events-bar/icon-month.png);
  -webkit-background-size: 15px 16px;
  background-size: 15px 16px;
}
.tribe-select2-results-views span.tribe-icon-week,
.tribe-bar-views-list span.tribe-icon-week {
  background-image: url(images/events-bar/icon-week.png);
  -webkit-background-size: 15px 16px;
  background-size: 15px 16px;
}
.tribe-select2-results-views span.tribe-icon-day,
.tribe-bar-views-list span.tribe-icon-day {
  background-image: url(images/events-bar/icon-day.png);
  -webkit-background-size: 15px 16px;
  background-size: 15px 16px;
}
.tribe-select2-results-views span.tribe-icon-photo,
.tribe-bar-views-list span.tribe-icon-photo {
  background-image: url(images/events-bar/icon-photo.png);
  -webkit-background-size: 15px 14px;
  background-size: 15px 14px;
}
.tribe-select2-results-views span.tribe-icon-map,
.tribe-bar-views-list span.tribe-icon-map {
  background-image: url(images/events-bar/icon-map.png);
  -webkit-background-size: 12px 16px;
  background-size: 12px 16px;
  background-position: 2px 50%;
}
.tribe-events-week.tribe-theme-twentyfourteen #masthead,
.tribe-events-week.tribe-theme-parent-twentyfourteen #masthead {
  z-index: 1001;
}
.tribe-theme-twentyfourteen #tribe-events-pg-template #tribe-events,
.tribe-theme-parent-twentyfourteen #tribe-events-pg-template #tribe-events {
  padding: 20px;
}
.tribe-theme-twentyfourteen #tribe-bar-views .tribe-bar-views-list,
.tribe-theme-parent-twentyfourteen #tribe-bar-views .tribe-bar-views-list {
  z-index: 3;
}
@media screen and (min-width: 1000px) {
  .tribe-theme-twentyfourteen #tribe-events-pg-template,
  .tribe-theme-parent-twentyfourteen #tribe-events-pg-template {
    padding-left: 220px;
  }
}
.tribe-theme-twentyfifteen .tribe-events-list-widget .type-tribe_events {
  margin-left: 0;
  margin-right: 0;
  box-shadow: none;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.tribe-theme-twentyfifteen .tribe-events-list-widget .entry-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4545;
}
.tribe-theme-twentyfifteen .tribe-events-day-time-slot .type-tribe_events {
  margin-left: 0;
}
.tribe-theme-twentyfifteen .type-tribe_events a.more-link {
  display: none;
}
.tribe-theme-twentyfifteen .datepicker.dropdown-menu {
  max-width: 340px;
}
.tribe-theme-twentyfifteen ul.tribe-bar-views-list li a {
  border-bottom: none;
}
.tribe-theme-twentyfifteen .tribe-events-calendar td a {
  border-bottom: none;
}
.tribe-theme-twentyfifteen.tribe-events-page-template #tribe-events-content-wrapper {
  padding: 3.333%;
}
.tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events,
.tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events.tribe-events-first {
  padding: 8.333% 10%;
}
.tribe-theme-twentyfifteen .datepicker.dropdown-menu table,
.tribe-theme-twentyfifteen .datepicker.dropdown-menu table.table-condensed {
  border-top-width: 0;
  border-left-width: 0;
}
.tribe-theme-twentyfifteen.events-single #tribe-events-pg-template {
  padding-top: 8.3333%;
}
.tribe-theme-twentyfifteen.events-single #tribe-events-content {
  padding: 8.3333% 10%;
}
.tribe-theme-twentyfifteen .tribe-events-nav-previous a,
.tribe-theme-twentyfifteen .tribe-events-nav-next a {
  border-bottom: none;
}
.tribe-theme-twentyfifteen.single-tribe_events .tribe-events-single {
  box-shadow: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0 !important;
}
.tribe-theme-twentyfifteen.single-tribe_events .entry-footer,
.tribe-theme-twentyfifteen.events-archive .entry-footer {
  display: none;
}
.tribe-theme-twentyfifteen .tribe-events-list .time-details,
.tribe-theme-twentyfifteen .tribe-events-list .tribe-events-venue-details {
  line-height: 1.6;
}
/* = Events Retina
=============================================*/
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .tribe-events-tooltip .tribe-events-arrow {
    background-image: url(images/tribe-tooltips@2x.png);
  }
  #tribe-bar-filters .tribe-bar-button-search .tribe-bar-btn-small {
    background-image: url(images/events-bar/icon-search@2x.png);
  }
  #tribe-events-bar .tribe-bar-button-settings span {
    background-image: url(images/events-bar/icon-gear@2x.png);
  }
  #tribe-events-bar [class^="tribe-bar-button-"]:after {
    background-image: url(../vendor/select2/select2x2.png);
  }
  /* Default icon */
  .tribe-select2-results-views span[class^="tribe-icon-"],
  .tribe-bar-views-list span[class^="tribe-icon-"],
  .tribe-bar-view-list a[class^="tribe-icon-"] {
    background-image: url(images/events-bar/icon-month@2x.png);
  }
  .tribe-select2-results-views span.tribe-icon-list,
  .tribe-bar-views-list span.tribe-icon-list,
  .tribe-bar-view-list span[class^="tribe-icon-"] {
    background-image: url(images/events-bar/icon-list@2x.png);
  }
  .tribe-select2-results-views span.tribe-icon-month,
  .tribe-bar-views-list span.tribe-icon-month,
  .tribe-bar-view-list a.tribe-icon-month {
    background-image: url(images/events-bar/icon-month@2x.png);
  }
  .tribe-select2-results-views span.tribe-icon-week,
  .tribe-bar-views-list span.tribe-icon-week {
    background-image: url(images/events-bar/icon-week@2x.png);
  }
  .tribe-select2-results-views span.tribe-icon-day,
  .tribe-bar-views-list span.tribe-icon-day {
    background-image: url(images/events-bar/icon-day@2x.png);
  }
  .tribe-select2-results-views span.tribe-icon-photo,
  .tribe-bar-views-list span.tribe-icon-photo {
    background-image: url(images/events-bar/icon-photo@2x.png);
  }
  .tribe-select2-results-views span.tribe-icon-map,
  .tribe-bar-views-list span.tribe-icon-map {
    background-image: url(images/events-bar/icon-map@2x.png);
  }
}
/**
 * The Events Calendar Tribe Theme Stylesheet
 *
 * To add your own custom styles, create a stylesheet with the name
 * tribe-events.css in the tribe-events/ directory of your theme.
 * Your new stylesheet will be loaded after our own stylesheet.
 *
 * To replace our stylsheet altogether, you can use the 'tribe_events_stylesheet_url' filter.
 *
 * @package TribeEventsCalendar
 *
 */
/* = Global & Miscellaneous Styles
=============================================*/
/* Tribe Theme Color */
#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val,
.single-tribe_events a.tribe-events-ical,
.single-tribe_events a.tribe-events-gcal {
  color: #a00023;
}
#tribe_events_filters_wrapper h3 span:after {
  border-top-color: #a00023;
}
#tribe_events_filters_wrapper .tribe_events_filter_item.closed h3 span:after {
  border-left-color: #a00023;
}
/* Important Link Styles */
ul.tribe-events-sub-nav a,
.tribe-events-back a,
.tribe-events-list-widget .tribe-events-widget-link a,
.tribe-events-adv-list-widget .tribe-events-widget-link a {
  font-size: 15px;
  font-weight: bold;
}
/* Calendar Add Buttons */
.tribe-events-gcal {
  margin-right: 1.25em;
}
/* Event Schedule Detail Styling */
.tribe-events-divider {
  display: none;
}
.event-is-recurring .tribe-events-divider {
  display: inline;
}
/* Featured Images */
.tribe-events-event-image {
  margin-bottom: 1.25em;
  text-align: left;
}
/* General Template Headers */
h2.tribe-events-page-title,
#tribe-geo-results h2.tribe-events-page-title {
  font-size: 30px;
  font-weight: bold;
}
/* General Template Header/Footer Nav */
#tribe-events-header .tribe-events-sub-nav li,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
  display: none;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next {
  display: block;
}
.single-tribe_events #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.events-list #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-photo #tribe-events-footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 2em;
}
/* General Template Header/Footer Nav */
.single-tribe_events #tribe-events-header {
  display: none;
}
/* = Day Grid Template Styles
   @ Template: day.php
=============================================*/
.tribe-events-day .tribe-events-day-time-slot h5 {
  font-size: 21px;
  margin: 1.5em 0 .25em;
  background-color: transparent;
  padding: 6px 10px;
  background: #E0E0E0;
  color: #fff;
  text-align: center;
  line-height: 1;
}
/* = List View Template Styles
   @ Template: list.php
=============================================*/
.tribe-events-list .type-tribe_events {
  border-bottom: 0;
  padding: 1.75em 0;
  position: relative;
}
.tribe-events-list .type-tribe_events h2 {
  font-size: 1.6em;
}
/* Date Seperators */
.tribe-events-list-separator-year {
  font-size: 28px;
  padding-top: 1.25em;
}
.tribe-events-list-separator-year + .tribe-events-list-separator-month {
  margin-top: .25em;
}
.tribe-events-list-separator-month {
  text-transform: none;
  font-size: 24px;
  margin: 1.25em auto;
  text-align: center;
  position: relative;
  background-color: transparent;
  z-index: 1;
  padding-bottom: 0;
}
.tribe-events-list-separator-month:after {
  content: none;
}
.tribe-events-list-separator-month span {
  background-color: #fff;
  padding: 0 7.5%;
}
.tribe-events-list .type-tribe_events.tribe-event-end-month {
  padding-bottom: 1.5em;
}
/* Meta */
.tribe-events-loop .tribe-events-event-meta {
  margin-bottom: 1em;
  font-size: 13px;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo {
  padding-left: 0;
  font-weight: normal;
  vertical-align: top;
}
.tribe-events-list .time-details,
.tribe-events-list .tribe-events-venue-details {
  line-height: 1.2;
}
.tribe-events-list .tribe-events-venue-details,
.tribe-events-event-meta address.tribe-events-address {
  font-weight: normal;
  font-style: italic;
}
.tribe-events-event-meta address.tribe-events-address {
  padding-right: 3px;
}
/* = List View & Single Venue (Pro Version) Template Styles
   @ Template: list.php & single-venue.php
=============================================*/
/* Loop */
.events-list .tribe-events-loop,
.tribe-events-day .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop {
  max-width: 700px;
  margin: 0 auto;
}
/* = Single Event Template Styles
   @ Template: single-event.php
=============================================*/
.single-tribe_events h2.tribe-events-single-event-title {
  font-size: 33px;
}
/* Date/Time */
.tribe-events-schedule {
  margin: 1em 0 1.5em;
}
.single-tribe_events .tribe-events-schedule .tribe-events-divider {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-weight: normal;
}
.single-tribe_events .tribe-events-schedule .recurringinfo {
  margin-right: .5em;
}
.single-tribe_events .tribe-events-schedule h3 {
  font-size: 18px;
  margin: 0;
}
/* Cal Links */
.single-tribe_events .tribe-events-cal-links {
  margin-bottom: 1.75em;
  display: block;
}
.single-tribe_events a.tribe-events-ical,
.single-tribe_events a.tribe-events-ical:hover,
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-gcal:hover {
  background-color: transparent;
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0;
  float: none;
  color: #21759B;
}
/* Featured Image */
.single-tribe_events .tribe-events-event-image {
  text-align: left;
  margin-bottom: 1.25em;
}
/* Event Schedule Detail Styling */
.tribe-events-event-schedule-details {
  margin-right: .5em;
}
/* Event Meta */
.tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 17px;
}
.single-tribe_events .tribe-events-event-meta {
  font-size: 14px;
}
.tribe-events-list .tribe-events-event-meta {
  color: #1e1612;
}
/* = Calendar Styles (includes styles for both large & small calendars)
   @ Template: month.php & widgets/calendar-widget.php
=============================================*/
/* Global Calendar Styles */
#tribe-events-content .tribe-events-calendar td {
  border: 1px solid #d2d2d2;
  border-top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -ms-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
#tribe-events-content .tribe-events-calendar td:hover {
  background: #f7f7f7;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background: #f9f9f9;
}
#tribe-events-content .tribe-events-calendar .tribe-events-othermonth:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#tribe-events-content table.tribe-events-calendar {
  border-bottom: 1px solid #d2d2d2;
  border-top: 0;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  background-color: #b2b2b2;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"] a:hover {
  color: #666;
}
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
  background-color: #e0e0e0;
  color: #fff;
}
.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a {
  opacity: .5;
  filter: alpha(opacity=50);
}
/* Global Tooltips */
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip,
.recurring-info-tooltip {
  border: 0;
  background-color: #fff;
  color: #606060;
  padding: .75em 1em 1.15em;
  -webkit-box-shadow: 3px 4px 21px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 3px 4px 21px rgba(0, 0, 0, 0.38);
  box-shadow: 3px 4px 21px rgba(0, 0, 0, 0.38);
}
.tribe-events-tooltip .tribe-events-arrow {
  width: 20px;
  height: 7px;
  background-image: url(images/tribe-theme/tribe-theme-tooltips.png);
  -webkit-background-size: 37px 20px;
  background-size: 37px 20px;
  bottom: -7px;
}
/* Large Calendar Specifics */
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  border-bottom: 1px solid #e0e0e0;
}
.events-archive.events-gridview #tribe-events-content table .tribe-events-last {
  border-bottom: 0;
}
.tribe-events-calendar thead th {
  background-color: #666;
  color: #fff;
  font-weight: bold;
  padding: 1em 0;
  white-space: nowrap;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
.tribe-events-calendar td div[id*="tribe-events-daynum-"] {
  padding: 4px 9px 6px;
}
/* Large Calendar Tooltip Specifics */
#tribe-events-content .tribe-events-tooltip h4 {
  margin: 0;
  background-color: transparent;
  font-size: 18px;
  padding: 0;
  letter-spacing: 0;
  font-weight: bold;
}
.tribe-events-tooltip .tribe-events-event-body {
  font-size: 11px;
  padding: 0;
}
.tribe-events-tooltip .duration {
  font-style: normal;
  font-weight: bold;
  margin: 0;
  padding: .4em 0 .5em;
}
.tribe-events-tooltip .tribe-events-event-thumb {
  padding: .85em 1em 0 0;
}
.tribe-events-tooltip p.entry-summary {
  font-size: 13px;
  padding-top: .5em;
}
.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.tribe-events-map.tribe-bar-is-disabled #tribe-events-content-wrapper {
  max-width: none;
}
/* = WooTickets
=============================================*/
h2.tribe-events-tickets-title {
  font-size: 17px;
}
/* = Events Retina
=============================================*/
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .tribe-events-tooltip .tribe-events-arrow {
    background-image: url(images/tribe-theme/tribe-theme-tooltips@2x.png);
  }
}
/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(46%);
  max-width: calc(46%);
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(29.3%);
  max-width: calc(29.3%);
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(21%);
  max-width: calc(21%);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(16%);
  max-width: calc(16%);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(12.7%);
  max-width: calc(12.7%);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(10.28%);
  max-width: calc(10.28%);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(8.5%);
  max-width: calc(8.5%);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(7.1%);
  max-width: calc(7.1%);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/* Page links */
.page-links {
  clear: both;
  font-size: 14px;
  font-weight: 900;
  line-height: 2;
  margin: 21px 0;
  text-transform: uppercase;
}
.page-links a,
.page-links > span {
  background-color: #ba0029;
  border: 1px solid #ba0029;
  display: inline-block;
  margin: 0 1px 2px 0;
  text-align: center;
  width: 22px;
  color: #ffffff;
}
.page-links a {
  background: #393939;
  border: 1px solid #393939;
  color: #ffffff;
  text-decoration: none;
}
.page-links a:hover {
  background: #ba0029;
  border: 1px solid #ba0029;
  color: #ffffff;
}
.page-links > .page-links-title {
  background-color: transparent;
  border-color: transparent;
  height: auto;
  margin: 0;
  padding-right: 7px;
  width: auto;
  color: rgba(30, 22, 18, 0.65);
}
/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */
.nav-links {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  hyphens: auto;
  word-wrap: break-word;
}
.post-navigation,
.image-navigation {
  margin: 21px auto 42px;
  padding: 0;
}
.post-navigation a,
.image-navigation a {
  color: #a00023;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7142857142;
  text-transform: none;
}
.post-navigation a:hover,
.image-navigation a:hover {
  color: #ba0029;
}
.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 11px 0 12px;
  width: 100%;
}
.post-navigation .meta-nav {
  color: rgba(30, 22, 18, 0.65);
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 2;
  text-transform: uppercase;
}
/* Paging Navigation */
.paging-navigation {
  border-top: 5px solid #393939;
  margin: 42px 0;
}
.paging-navigation .page-numbers {
  border-top: 5px solid transparent;
  display: inline-block;
  font-size: 16px;
  margin-right: 1px;
  padding: 7px 16px;
  text-transform: uppercase;
}
.paging-navigation .page-numbers.current {
  border-top: 5px solid #ba0029;
  font-weight: 900;
}
.paging-navigation .loop-pagination {
  margin-top: -5px;
  text-align: center;
}
.paging-navigation a {
  color: rgba(30, 22, 18, 0.65);
}
.paging-navigation a:hover {
  border-top: 5px solid #ba0029;
  color: rgba(30, 22, 18, 0.65);
}
.site-content.extra:after {
  clear: both;
}
.site-content.extra:before,
.site-content.extra:after {
  content: "";
  display: table;
}
.no-js {
  padding-top: 106px;
}
.loading {
  background: url('img/ico_loading.gif') no-repeat center center;
}
section.homeSlide {
  opacity: 1;
  overflow: hidden;
}
.loaded section.homeSlide,
.no-js section.homeSlide {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}
.parallax-container {
  max-width: 1180px;
  margin: auto;
}
.parallax-container .parallax-content {
  position: relative;
  padding: 100px;
  z-index: 2;
  font-weight: 300;
}
.parallax-container p:last-of-type {
  margin: 0;
}
.background-layer {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}
.overlay-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  overflow: hidden;
}
.homeSlide {
  margin: auto;
  position: relative;
  font-size: 24px;
}
.homeSlide:after {
  clear: both;
}
.homeSlide:before,
.homeSlide:after {
  content: "";
  display: table;
}
.homeSlide .parallax-content {
  text-align: center;
  text-shadow: 1px 1px 10px #1e1612, -1px -1px 2px rgba(30, 22, 18, 0.7), 1px 1px 2px rgba(30, 22, 18, 0.7), 1px 1px 5px rgba(30, 22, 18, 0.7);
  color: #ffffff;
}
.homeSlide .parallax-content .phone {
  font-family: "PT Serif Caption", "Times New Roman", Times, serif;
  display: block;
}
.homeSlide .parallax-content h1,
.homeSlide .parallax-content h2,
.homeSlide .parallax-content h3,
.homeSlide .parallax-content h4,
.homeSlide .parallax-content h5,
.homeSlide .parallax-content h6 {
  color: #ffffff;
}
.homeSlide .parallax-content a {
  color: #ffffff;
  text-decoration: none;
}
/*
@media screen and (min-width: @smartdevice) {
    .parallax-container {
        .parallax-content {
            padding-top: (@content-gutter * 1.1);
            padding-bottom: (@content-gutter * 1.1);
            font-size: @font-size-small;
        }
    }
}
@media screen and (min-width: @desktop) {
    .parallax-container {
        .parallax-content {
            padding-top: (@content-gutter * 1.3);
            padding-bottom: (@content-gutter * 1.3);
            font-size: @font-size-base;
        }
    }
}
@media screen and (min-width: @content-max-width) {
    .parallax-container {
        .parallax-content {
            padding-top: (@content-gutter * 1.5);
            padding-bottom: (@content-gutter * 1.5);
            font-size: @font-size-large;
        }
    }
}
*/
.gform_wrapper {
  margin-bottom: 21px;
}
.gform_wrapper .validation_error {
  background: rgba(244, 123, 127, 0.2);
  border: 1px solid #ed1c24;
  padding: 8px;
}
.gform_wrapper .gf_page_steps {
  border-bottom: 1px solid rgba(52, 53, 7, 0.2);
  margin-bottom: 21px;
}
.gform_wrapper .gf_page_steps .gf_step {
  color: rgba(52, 53, 7, 0.2);
  display: inline-block;
  font-size: 27px;
  padding-right: 8px;
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_active {
  color: #343507;
}
.gform_wrapper .gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.gform_wrapper .gform_description {
  display: block;
  margin-bottom: 21px;
}
.gform_wrapper ul.gform_fields,
.gform_wrapper ul.gfield_radio,
.gform_wrapper ul.gfield_checkbox {
  list-style: none;
  margin: 0;
}
.gform_wrapper .gfield,
.gform_wrapper .gform_heading,
.gform_wrapper .gfield_html,
.gform_wrapper .gf_progressbar_wrapper,
.gform_wrapper .gsection {
  margin-bottom: 0px;
}
.gform_wrapper .gform_title {
  margin-top: 0px;
}
.gform_wrapper .gf_step {
  display: inline-block;
}
.gform_wrapper .gfield {
  display: inline-block;
  width: 100%;
  padding-right: 8px;
  padding-bottom: 8px;
}
.gform_wrapper .gfield > label {
  display: block;
  font-weight: bold;
  padding-bottom: 2px;
}
.gform_wrapper .gfield textarea {
  resize: vertical;
}
.gform_wrapper .gfield textarea.small {
  height: 80px;
}
.gform_wrapper .gfield textarea.medium {
  height: 150px;
}
.gform_wrapper .gfield textarea.large {
  height: 250px;
}
.gform_wrapper .gfield .ginput_container {
  display: inline-block;
  width: 100%;
}
.gform_wrapper .gfield .ginput_quantity_label {
  margin-left: 12px;
}
.gform_wrapper .gfield .ginput_quantity {
  width: 75px;
}
.gform_wrapper .gfield .ui-datepicker-trigger {
  display: none;
}
.gform_wrapper .gfield .clear-multi [class^="ginput_"],
.gform_wrapper .gfield .ginput_complex [class^="ginput_"],
.gform_wrapper .gfield .clear-multi [class^="name_"],
.gform_wrapper .gfield .ginput_complex [class^="name_"],
.gform_wrapper .gfield .clear-multi [class^="gfield_date_"],
.gform_wrapper .gfield .ginput_complex [class^="gfield_date_"],
.gform_wrapper .gfield .clear-multi [class^="gfield_time_"],
.gform_wrapper .gfield .ginput_complex [class^="gfield_time_"] {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding-right: 8px;
  padding-bottom: 8px;
}
.gform_wrapper .gfield .clear-multi [class^="ginput_"] label,
.gform_wrapper .gfield .ginput_complex [class^="ginput_"] label,
.gform_wrapper .gfield .clear-multi [class^="name_"] label,
.gform_wrapper .gfield .ginput_complex [class^="name_"] label,
.gform_wrapper .gfield .clear-multi [class^="gfield_date_"] label,
.gform_wrapper .gfield .ginput_complex [class^="gfield_date_"] label,
.gform_wrapper .gfield .clear-multi [class^="gfield_time_"] label,
.gform_wrapper .gfield .ginput_complex [class^="gfield_time_"] label {
  display: block;
  width: 100%;
  font-size: 14px;
}
.gform_wrapper .gfield .ginput_complex {
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
}
.gform_wrapper .gfield .ginput_complex [class^="name_"] {
  width: 100%;
  padding-right: 0;
}
.gform_wrapper .gfield .ginput_complex [class^="ginput_"] {
  width: 100%;
  padding-right: 0;
}
.gform_wrapper .gfield .ginput_complex [class^="ginput_"] select,
.gform_wrapper .gfield .ginput_complex [class^="ginput_"] input {
  width: 100%;
}
.gform_wrapper .gfield .clear-multi [class^="gfield_date_"][class*="month"] input,
.gform_wrapper .gfield .clear-multi [class^="gfield_date_"][class*="day"] input {
  width: 50px;
}
.gform_wrapper .gfield .clear-multi [class^="gfield_date_"][class*="year"] input {
  width: 75px;
}
.gform_wrapper .gfield .clear-multi [class^="gfield_time_"][class*="hour"] input,
.gform_wrapper .gfield .clear-multi [class^="gfield_time_"][class*="minute"] input,
.gform_wrapper .gfield .clear-multi [class^="gfield_time_"][class*="ampm"] input {
  width: 50px;
}
.gform_wrapper .gfield[class$="_half"],
.gform_wrapper .gfield[class$="_third"] {
  width: 100%;
}
.gform_wrapper .gfield input,
.gform_wrapper .gfield select {
  width: 100%;
}
.gform_wrapper .gfield .gfield_radio li,
.gform_wrapper .gfield .gfield_checkbox li {
  display: block;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-right: 16px;
}
.gform_wrapper .gfield .gfield_radio li input[type="radio"],
.gform_wrapper .gfield .gfield_checkbox li input[type="radio"],
.gform_wrapper .gfield .gfield_radio li input[type="checkbox"],
.gform_wrapper .gfield .gfield_checkbox li input[type="checkbox"] {
  margin-right: 6px;
  vertical-align: top;
  width: 16px;
  height: 16px;
  line-height: 16px;
  float: left;
}
.gform_wrapper .gfield .gfield_radio li input[type="text"],
.gform_wrapper .gfield .gfield_checkbox li input[type="text"] {
  width: auto;
}
.gform_wrapper .gfield .gfield_radio li label,
.gform_wrapper .gfield .gfield_checkbox li label {
  white-space: nowrap;
  display: block;
  margin: 0;
  line-height: 1.333;
  vertical-align: top;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gform_wrapper .gfield.gf_list_inline {
  display: inline-block;
}
.gform_wrapper .gfield.gf_list_1col li {
  width: 100%;
  display: inline-block;
}
.gform_wrapper .gfield.gf_list_2col li {
  width: 50%;
  display: inline-block;
}
.gform_wrapper .gfield.gf_list_3col li {
  width: 33.33333333%;
  display: inline-block;
}
.gform_wrapper .gfield.gf_list_4col li {
  width: 25%;
  display: inline-block;
}
.gform_wrapper .gfield.gf_list_5col li {
  width: 20%;
  display: inline-block;
}
.gform_wrapper .gform_ajax_spinner {
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
}
.gform_wrapper .gf_progressbar {
  height: auto;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 21px;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.gform_wrapper .gf_progressbar .percentbar_blue {
  background-color: #007ec6;
}
.gform_wrapper .gf_progressbar .percentbar_orange {
  background-color: #ed9100;
}
.gform_wrapper .gf_progressbar .percentbar_red {
  background-color: #cf3100;
}
.gform_wrapper .gf_progressbar .percentbar_green {
  background-color: #92c843;
}
.gform_wrapper .gf_progressbar .percentbar_gray {
  background-color: #f3f2f2;
}
.gform_wrapper .gf_progressbar .gf_progressbar_percentage {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.4)), color-stop(1, transparent));
  background-image: -webkit-linear-gradient(center bottom, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
  background-image: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
  background-image: -ms-linear-gradient(center bottom, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
  background-image: -o-linear-gradient(center bottom, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 3px 8px rgba(255, 255, 255, 0.3), inset 0 -3px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 3px 8px rgba(255, 255, 255, 0.3), inset 0 -3px 8px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  color: #fff;
}
.gform_wrapper .gf_progressbar .gf_progressbar_percentage:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: move 2s linear infinite;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  z-index: 1;
  overflow: hidden;
}
.gform_wrapper .gf_progressbar .gf_progressbar_percentage span {
  z-index: 0;
  display: block;
  font-size: 14px;
  line-height: 1em;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 3px 8px;
  white-space: nowrap;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30px 30px;
  }
}
@-moz-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30px 30px;
  }
}
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #ba0029;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.4)), color-stop(1, transparent));
  background-image: -webkit-linear-gradient(center bottom, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
  background-image: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
  background-image: -ms-linear-gradient(center bottom, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
  background-image: -o-linear-gradient(center bottom, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
  color: #e0e0e0;
  font-weight: bold;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
  padding: 8px;
}
.ui-datepicker .ui-datepicker-title select {
  height: 25px;
  line-height: 25px;
  margin: 2px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  display: block;
  width: 20px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 30px;
  overflow: hidden;
  margin: 6px 0px;
  -webkit-font-smoothing: antialiased;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
  display: inline-block;
  font: normal 16px/1 Dashicons;
  text-decoration: inherit;
  vertical-align: middle;
  color: #fff;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\f341";
  font-size: 16px;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\f345";
  font-size: 16px;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
  outline: 0px;
  background: #ffffff;
}
.ui-datepicker table thead {
  background: #f3f2f2;
}
.ui-datepicker table th {
  text-transform: uppercase;
  text-align: center;
  font-size: 8px;
  padding: 5px 0;
  color: #1e1612;
}
.ui-datepicker table td {
  padding: 0;
  border: 0px;
}
.ui-datepicker table td .ui-state-default {
  color: #343507;
}
.ui-datepicker table td.ui-datepicker-today a {
  background: #f3f2f2;
  color: #1e1612;
}
.ui-datepicker table td.ui-datepicker-today .ui-state-hover,
.ui-datepicker table td .ui-state-hover {
  background: #ba0029;
  color: #ffffff;
}
.ui-datepicker table td.ui-datepicker-today .ui-state-active,
.ui-datepicker table td .ui-state-active {
  background: #ba0029;
  color: #ffffff;
  position: relative;
}
.ui-datepicker table td span,
.ui-datepicker table td a {
  display: block;
  font-weight: bold;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 1px;
}
.ui-datepicker body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}
@media screen and (min-width: 361px) {
  .gform_wrapper .gfield .ginput_complex {
    flex-wrap: wrap;
  }
  .gform_wrapper .gfield .ginput_complex [class^="name_"] {
    padding-right: 8px;
  }
  .gform_wrapper .gfield .ginput_complex [class^="ginput_"] {
    padding-right: 8px;
    padding-bottom: 8px;
  }
  .gform_wrapper .gfield .ginput_complex [class^="ginput_"][class$="full"] {
    width: 100%;
  }
  .gform_wrapper .gfield .ginput_complex [class^="ginput_"][class$="full"] select,
  .gform_wrapper .gfield .ginput_complex [class^="ginput_"][class$="full"] input {
    width: 100%;
  }
  .gform_wrapper .gfield .ginput_complex [class^="ginput_"][class$="left"],
  .gform_wrapper .gfield .ginput_complex [class^="ginput_"][class$="right"] {
    width: 50%;
  }
  .gform_wrapper .gfield .ginput_complex [class^="ginput_"][class$="left"] select,
  .gform_wrapper .gfield .ginput_complex [class^="ginput_"][class$="right"] select,
  .gform_wrapper .gfield .ginput_complex [class^="ginput_"][class$="left"] input,
  .gform_wrapper .gfield .ginput_complex [class^="ginput_"][class$="right"] input {
    width: 100%;
  }
  .gform_wrapper .gfield .ginput_complex [class^="ginput_"]:last-of-type {
    padding-right: 0;
  }
  .gform_wrapper .gfield .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix [class^="name_"][class*="first"],
  .gform_wrapper .gfield .ginput_complex.no_prefix.has_first_name.no_middle_name.has_last_name.no_suffix [class^="name_"][class*="last"] {
    width: 50%;
  }
  .gform_wrapper .gfield .clear-multi [class^="gfield_date_"][class*="month"] input,
  .gform_wrapper .gfield .clear-multi [class^="gfield_date_"][class*="day"] input {
    width: 50px;
  }
  .gform_wrapper .gfield .clear-multi [class^="gfield_date_"][class*="year"] input {
    width: 75px;
  }
  .gform_wrapper .gfield .clear-multi [class^="gfield_time_"][class*="hour"] input,
  .gform_wrapper .gfield .clear-multi [class^="gfield_time_"][class*="minute"] input,
  .gform_wrapper .gfield .clear-multi [class^="gfield_time_"][class*="ampm"] input {
    width: 50px;
  }
  .gform_wrapper .gfield[class$="_half"] {
    width: auto;
    max-width: 50%;
  }
  .gform_wrapper .gfield[class$="_third"] {
    width: auto;
    max-width: 33.33333333%;
  }
  .gform_wrapper .gfield input.small,
  .gform_wrapper .gfield select.small {
    width: 40px;
    max-width: 100%;
  }
  .gform_wrapper .gfield input.medium,
  .gform_wrapper .gfield select.medium {
    width: 220px;
    max-width: 100%;
  }
  .gform_wrapper .gfield input.large,
  .gform_wrapper .gfield select.large {
    width: 500px;
    max-width: 100%;
  }
}
/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */
.comments-area {
  margin: 42px auto;
  padding: 0;
}
.comment-reply-title,
.comments-title {
  font-family: "PT Serif Caption", "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 21px;
  margin-bottom: 21px;
  font-size: 1.2em;
  color: #393939;
  text-transform: capitalize;
  margin: 0;
  text-transform: uppercase;
}
.comment-reply-title small,
.comments-title small,
.comment-reply-title .small,
.comments-title .small {
  font-weight: inherit;
  line-height: 1;
}
.comment-reply-title small,
.comments-title small,
.comment-reply-title .small,
.comments-title .small {
  font-size: 75%;
}
.comment-author {
  font-size: 16px;
  line-height: 1.333;
}
.comment-list .reply,
.comment-metadata {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  text-transform: uppercase;
}
.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
  color: rgba(30, 22, 18, 0.5);
}
.comment-author,
.comment-list .pingback,
.comment-list .trackback,
.comment-metadata {
  color: rgba(30, 22, 18, 0.65);
}
.comment-author a,
.comment-list .pingback a,
.comment-list .trackback a,
.comment-metadata a {
  color: rgba(30, 22, 18, 0.5);
}
.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
  color: #ba0029;
}
.comment-list {
  list-style: none;
  margin: 0 0 42px 0;
}
.comment-list .reply {
  margin-top: 21px;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 21px;
  padding-top: 21px;
}
.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
  border-top: 0;
}
.comment-author {
  position: relative;
}
.comment-author .avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 18px;
  padding: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
}
.comment-author .fn {
  font-weight: 900;
}
.comment-author a {
  color: rgba(30, 22, 18, 0.5);
}
.bypostauthor > article .fn:before {
  content: "\f155";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
}
.says {
  display: none;
}
.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
  padding-left: 30px;
}
.comment-edit-link {
  margin-left: 10px;
}
.comment-edit-link:before {
  content: "\f464";
}
.comment-reply-link:before,
.comment-reply-login:before {
  content: "\f345";
}
.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.comment-content ul,
.comment-content ol {
  margin: 0 0 21px 22px;
}
.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}
.comment-content > :last-child {
  margin-bottom: 0;
}
.comment-list .children {
  list-style: none;
  margin-left: 15px;
}
.comment-respond {
  margin-bottom: 21px;
  padding: 0;
}
.comment .comment-respond {
  margin-top: 21px;
}
.comment-respond h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags {
  color: rgba(30, 22, 18, 0.65);
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
  font-size: 16px;
  line-height: 1.333;
}
.no-comments {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.333;
  margin-top: 21px;
  text-transform: uppercase;
}
.comment-form label {
  display: block;
  margin-bottom: 2px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}
.form-allowed-tags,
.form-allowed-tags code {
  font-size: 14px;
  line-height: 1.333;
}
.required {
  color: #c0392b;
}
.comment-reply-title {
  font-family: "PT Serif Caption", "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 21px;
  margin-bottom: 21px;
  font-size: 1.15em;
  color: #a00023;
  text-transform: capitalize;
  color: rgba(30, 22, 18, 0.65);
}
.comment-reply-title small,
.comment-reply-title .small {
  font-weight: inherit;
  line-height: 1;
}
.comment-reply-title small,
.comment-reply-title .small {
  font-size: 75%;
}
.comment-reply-title small a {
  color: rgba(30, 22, 18, 0.5);
  float: right;
  height: 24px;
  overflow: hidden;
  width: 24px;
}
.comment-reply-title small a:hover {
  color: #ba0029;
}
.comment-reply-title small a:before {
  content: "\f335";
  font-size: 24px;
}
.comment-navigation {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 42px;
  text-transform: uppercase;
}
.comment-navigation .nav-next,
.comment-navigation .nav-previous {
  display: inline-block;
}
.comment-navigation .nav-previous a {
  margin-right: 10px;
}
#comment-nav-above {
  margin-top: 31.5px;
  margin-bottom: 0;
}
/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */
/* Primary Sidebar, Footer Sidebar */
.secondary-navigation {
  font-size: 14px;
  line-height: 1.333;
  margin-bottom: 25px;
}
.widget {
  font-size: 14px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.333;
  margin-bottom: 25px;
  width: 100%;
  word-wrap: break-word;
  font-weight: 400;
}
.widget:last-of-type {
  margin-bottom: 0;
}
.widget .entry-meta,
.widget .entry-time {
  font-size: 13px;
  text-transform: uppercase;
}
.widget .entry-time {
  margin-bottom: 4px;
}
.widget .hentry {
  margin-bottom: 0px;
}
.widget .faq-btn > a {
  display: inline-block !important;
  background-color: #a00023 !important;
  color: #ffffff !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  font-size: 13px !important;
  font-weight: bold !important;
  padding: .7em 1.4em !important;
  text-transform: uppercase !important;
  text-decoration: none!important !important;
  vertical-align: bottom !important;
  outline: 0 !important;
  border: 0 !important;
}
.widget .faq-btn > a:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023 !important;
}
.widget .faq-btn > a:hover,
.widget .faq-btn > a:focus {
  background-color: #ba0029 !important;
  color: #ffffff !important;
}
.widget .faq-btn > a:active {
  background-color: #87001d !important;
  color: #ffffff !important;
}
.widget .tribe-mini-calendar-event .entry-title {
  margin-bottom: 4px;
}
.widget .tribe-mini-calendar-event .duration {
  font-size: 12px;
  text-transform: uppercase;
}
.widget .tribe-mini-calendar-event .vcard > span {
  display: inline;
}
.widget .tribe-mini-calendar-event .recurringinfo {
  display: block;
}
.widget .tribe-events-widget-link {
  padding: 5px 0;
}
.widget .tribe-events-widget-link a {
  display: inline-block !important;
  background-color: #a00023 !important;
  color: #ffffff !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  font-size: 13px !important;
  font-weight: bold !important;
  padding: .7em 1.4em !important;
  text-transform: uppercase !important;
  text-decoration: none!important !important;
  vertical-align: bottom !important;
  outline: 0 !important;
  border: 0 !important;
}
.widget .tribe-events-widget-link a:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023 !important;
}
.widget .tribe-events-widget-link a:hover,
.widget .tribe-events-widget-link a:focus {
  background-color: #ba0029 !important;
  color: #ffffff !important;
}
.widget .tribe-events-widget-link a:active {
  background-color: #87001d !important;
  color: #ffffff !important;
}
.widget.social-media .social-icon {
  font-size: 24px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #ffffff !important;
  text-decoration: none;
}
.widget.social-media .social-icon:before {
  vertical-align: baseline;
}
.widget.social-media .social-icon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 2px;
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
}
.widget.social-media .social-icon.icon-facebook {
  color: #3b5998;
}
.widget.social-media .social-icon.icon-twitter {
  color: #00acee;
}
.widget.social-media .social-icon.icon-instagram {
  color: #517fa4;
}
.widget.social-media .social-icon.icon-pinterest {
  color: #ca1f27;
}
.widget.social-media .social-icon.icon-youtube {
  color: #e62117;
}
.widget.social-media .social-icon.icon-rss {
  color: #ff7c00;
}
.widget.social-media .social-icon.icon-googleplus {
  color: #dd4b39;
}
.widget.social-media .social-icon.icon-linkedin {
  color: #0077b5;
}
.widget.social-media .social-icon.icon-houzz {
  color: #77c345;
}
.widget.social-media .social-icon.icon-tumblr {
  color: #2b4764;
}
.widget.social-media .social-icon.icon-stumbleupon {
  color: #ed4713;
}
.widget.social-media .social-icon.icon-vimeo {
  color: #00b2eb;
}
.widget blockquote {
  font-size: 14px;
  line-height: 1.333;
  margin-bottom: 18px;
}
.widget ul,
.widget ol {
  list-style: none;
  margin: 0;
}
.widget ul li > ul,
.widget ol li > ul,
.widget ul li > ol,
.widget ol li > ol {
  margin-left: 10px;
}
.widget ul.list,
.widget ol.list {
  list-style: disc outside;
  margin-left: 16px;
}
.widget ul.list li,
.widget ol.list li {
  padding-bottom: 4px;
}
.widget .wp-caption {
  margin-bottom: 18px;
}
.widget .widget-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 1em 0;
  text-transform: capitalize;
}
.widget .community-name {
  font-weight: bold;
  margin: 0 0 .025em 0;
  display: block;
}
.widget .textwidget .testimonial {
  background: #a00023;
  color: #ffffff;
  padding: 30px;
}
.widget .textwidget .testimonial img {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin-top: 0;
}
.widget .textwidget .testimonial a,
.widget .textwidget .testimonial blockquote {
  color: #ffffff;
  margin-bottom: 0;
}
.widget.widget_copyright_notice p {
  margin: .3em;
}
.widget .vcard {
  margin: 0 0 .5em 0;
}
.widget .vcard .country,
.widget .vcard .organization-name {
  display: none;
}
.widget .vcard .organization-unit {
  font-weight: bold;
}
.widget .vcard .adr {
  margin: 0 0 .5em 0;
}
.widget .gform_wrapper .ginput_complex > span {
  width: 100% !important;
  padding-right: 0 !important;
}
.widget .gform_wrapper .ginput_container:not(.gfield_time_hour) input,
.widget .gform_wrapper .ginput_container:not(.gfield_time_hour) select {
  width: 100% !important;
}
.widget_community_address .widget-title:before,
.widget_hours .widget-title:before,
.widget_community_information .widget-title:before,
.widget_community_broker .widget-title:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-weight: 400;
  font-size: inherit;
  line-height: 1;
  font-style: normal;
  font-family: "Dashicons";
  text-decoration: none;
  vertical-align: text-bottom;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  text-align: center;
  speak: none;
  text-transform: none;
  font-size: 20px;
  margin-right: 4px;
}
.widget_community_address .get_directions a.btn:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-weight: 400;
  font-size: inherit;
  line-height: 1;
  font-style: normal;
  font-family: "Dashicons";
  text-decoration: none;
  vertical-align: text-bottom;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  text-align: center;
  speak: none;
  text-transform: none;
  font-size: 16px;
  margin-right: 2px;
  content: "\f230";
}
.gcard .grav-grav {
  float: left;
  border: 0 !important;
  padding: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}
.grav-grav > a > img,
img.avatar {
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
  outline: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
.widget .contact-avatar {
  display: table-cell;
  vertical-align: top;
  padding: 0 8px;
}
.widget .contact-info {
  padding: 8px;
  display: table-cell;
  vertical-align: top;
}
.widget .contact-info .phone {
  font-size: 24px;
}
.widget .contact-info .email a.btn:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-weight: 400;
  font-size: inherit;
  line-height: 1;
  font-style: normal;
  font-family: "Dashicons";
  text-decoration: none;
  vertical-align: text-bottom;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  text-align: center;
  speak: none;
  text-transform: none;
  font-size: 16px;
  margin-right: 2px;
  content: "\f466";
}
.widget_community_address .widget-title:before {
  content: "\f231";
}
.widget_hours .widget-title:before {
  content: "\f469";
}
.widget_community_information .widget-title:before {
  content: "\f123";
}
.widget_community_broker .widget-title:before {
  content: "\f110";
}
/* Calendar Widget*/
.widget_calendar table {
  line-height: 2;
  margin: 0;
  border-width: 1px;
}
.widget_calendar caption {
  font-weight: bold;
  line-height: 2;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background: #a00023;
  color: #ffffff;
}
.widget_calendar thead th {
  text-align: center;
  border: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.widget_calendar tbody td {
  text-align: center;
  width: 14.28571429%;
}
.widget_calendar tbody a {
  display: block;
  font-weight: bold;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 1px auto;
}
.widget_calendar #prev {
  padding-left: 5px;
}
.widget_calendar #next {
  padding-right: 5px;
  text-align: right;
}
.widget_calendar #prev,
.widget_calendar #next,
.widget_calendar tfoot .pad {
  border: 0;
}
/* List Style Widgets*/
.widget_archive li,
.widget_links li,
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li {
  border-top-width: 0px;
  border-top-style: solid;
  display: block;
  margin-bottom: 1.75px;
}
.widget_archive li a,
.widget_links li a,
.widget_meta li a,
.widget_recent_comments li a,
.widget_recent_entries li a {
  padding: 3px 0px;
}
.widget_archive li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
  border-top: 0;
}
.widget_archive li .post-thumbnail,
.widget_links li .post-thumbnail,
.widget_meta li .post-thumbnail,
.widget_recent_comments li .post-thumbnail,
.widget_recent_entries li .post-thumbnail {
  padding: 4px 0px 12px;
}
.widget_archive .post-date,
.widget_links .post-date,
.widget_meta .post-date,
.widget_recent_comments .post-date,
.widget_recent_entries .post-date {
  display: block;
  opacity: .75;
}
.widget_categories ul,
.widget_pages ul,
.widget_product_categories ul,
.secondary-navigation ul,
.gksm-custom-menu-widget > div ul,
.widget_categories ul li > ul,
.widget_pages ul li > ul,
.widget_product_categories ul li > ul,
.secondary-navigation ul li > ul,
.gksm-custom-menu-widget > div ul li > ul {
  margin: 0px;
  list-style: none;
}
.widget_categories > ul li,
.widget_pages > ul li,
.widget_product_categories > ul li,
.secondary-navigation > ul li,
.gksm-custom-menu-widget > div > ul li {
  font-size: 14px;
  font-weight: 400;
}
.widget_categories > ul li > a,
.widget_pages > ul li > a,
.widget_product_categories > ul li > a,
.secondary-navigation > ul li > a,
.gksm-custom-menu-widget > div > ul li > a {
  display: inline-block;
  padding: 3px 0px;
  text-transform: none;
  margin: 0px;
}
.widget_categories > ul > li,
.widget_pages > ul > li,
.widget_product_categories > ul > li,
.secondary-navigation > ul > li,
.gksm-custom-menu-widget > div > ul > li {
  font-weight: bold;
  margin-bottom: 1.75px;
}
.widget_categories > ul > li > a,
.widget_pages > ul > li > a,
.widget_product_categories > ul > li > a,
.secondary-navigation > ul > li > a,
.gksm-custom-menu-widget > div > ul > li > a {
  text-transform: none;
}
/* Search Widget */
.widget_search .search-submit {
  display: none !important;
}
/* RSS Widget */
.rsswidget img {
  margin-top: -4px;
}
.rssSummary {
  margin: 9px 0;
}
.rss-date {
  display: block;
}
.widget_rss li {
  margin-bottom: 18px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
/* Text Widget */
.widget_text > div > :last-child {
  margin-bottom: 0;
}
.contact-popup {
  position: absolute;
  min-height: 0;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1;
  background: white;
  left: 0px;
  right: 0px;
}
@media screen and (min-width: 680px) {
  .widget:last-of-type,
  .widget:only-of-type {
    margin-bottom: 25px;
  }
}
/**
 * 8.0 Secondary Sidebar
 * -----------------------------------------------------------------------------
 */
.site-container:before,
#secondary {
  background-color: #ecefe8;
}
.primary-sidebar {
  margin-left: 0;
  margin-right: 0;
  /* Calendar Widget*/
  /* List Style Widgets*/
}
.primary-sidebar .widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 14px;
  line-height: 1.333;
  color: rgba(30, 22, 18, 0.9);
}
.primary-sidebar .widget a {
  color: #a00023;
}
.primary-sidebar .widget a:hover {
  color: #a00023;
}
.primary-sidebar .widget abbr[title] {
  border-color: rgba(30, 22, 18, 0.15);
}
.primary-sidebar .widget pre,
.primary-sidebar .widget fieldset {
  border-color: rgba(30, 22, 18, 0.15);
}
.primary-sidebar .widget blockquote {
  color: rgba(30, 22, 18, 0.75);
}
.primary-sidebar .widget blockquote cite {
  color: rgba(30, 22, 18, 0.9);
}
.primary-sidebar .widget table,
.primary-sidebar .widget th,
.primary-sidebar .widget td {
  border-color: rgba(30, 22, 18, 0.15);
}
.primary-sidebar .widget del {
  color: rgba(30, 22, 18, 0.75);
}
.primary-sidebar .widget hr {
  background-color: rgba(30, 22, 18, 0.15);
}
.primary-sidebar .widget .wp-caption {
  color: #a00023;
}
.primary-sidebar .widget .widget-title {
  color: #a00023;
  padding-bottom: .5em;
  border-bottom: 1px dotted rgba(30, 22, 18, 0.3);
}
.primary-sidebar .widget .widget-title a {
  color: #a00023;
}
.primary-sidebar .widget .widget-title a:hover {
  color: #a00023;
}
.primary-sidebar .widget input[type="submit"] {
  display: inline-block;
  background-color: #a00023;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.primary-sidebar .widget input[type="submit"]:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.primary-sidebar .widget input[type="submit"]:hover,
.primary-sidebar .widget input[type="submit"]:focus {
  background-color: #ba0029;
  color: #ffffff;
}
.primary-sidebar .widget input[type="submit"]:active {
  background-color: #87001d;
  color: #ffffff;
}
.primary-sidebar .widget button,
.primary-sidebar .widget .btn,
.primary-sidebar .widget .contributor-posts-link,
.primary-sidebar .widget input[type="button"],
.primary-sidebar .widget input[type="reset"] {
  display: inline-block;
  background-color: #393939;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.primary-sidebar .widget button:focus,
.primary-sidebar .widget .btn:focus,
.primary-sidebar .widget .contributor-posts-link:focus,
.primary-sidebar .widget input[type="button"]:focus,
.primary-sidebar .widget input[type="reset"]:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.primary-sidebar .widget button:hover,
.primary-sidebar .widget .btn:hover,
.primary-sidebar .widget .contributor-posts-link:hover,
.primary-sidebar .widget input[type="button"]:hover,
.primary-sidebar .widget input[type="reset"]:hover,
.primary-sidebar .widget button:focus,
.primary-sidebar .widget .btn:focus,
.primary-sidebar .widget .contributor-posts-link:focus,
.primary-sidebar .widget input[type="button"]:focus,
.primary-sidebar .widget input[type="reset"]:focus {
  background-color: #454545;
  color: #ffffff;
}
.primary-sidebar .widget button:active,
.primary-sidebar .widget .btn:active,
.primary-sidebar .widget .contributor-posts-link:active,
.primary-sidebar .widget input[type="button"]:active,
.primary-sidebar .widget input[type="reset"]:active {
  background-color: #2c2c2c;
  color: #ffffff;
}
.primary-sidebar .widget button.btn-primary,
.primary-sidebar .widget .btn.btn-primary,
.primary-sidebar .widget .contributor-posts-link.btn-primary,
.primary-sidebar .widget input[type="button"].btn-primary,
.primary-sidebar .widget input[type="reset"].btn-primary {
  display: inline-block;
  background-color: #a00023;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.primary-sidebar .widget button.btn-primary:focus,
.primary-sidebar .widget .btn.btn-primary:focus,
.primary-sidebar .widget .contributor-posts-link.btn-primary:focus,
.primary-sidebar .widget input[type="button"].btn-primary:focus,
.primary-sidebar .widget input[type="reset"].btn-primary:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.primary-sidebar .widget button.btn-primary:hover,
.primary-sidebar .widget .btn.btn-primary:hover,
.primary-sidebar .widget .contributor-posts-link.btn-primary:hover,
.primary-sidebar .widget input[type="button"].btn-primary:hover,
.primary-sidebar .widget input[type="reset"].btn-primary:hover,
.primary-sidebar .widget button.btn-primary:focus,
.primary-sidebar .widget .btn.btn-primary:focus,
.primary-sidebar .widget .contributor-posts-link.btn-primary:focus,
.primary-sidebar .widget input[type="button"].btn-primary:focus,
.primary-sidebar .widget input[type="reset"].btn-primary:focus {
  background-color: #ba0029;
  color: #ffffff;
}
.primary-sidebar .widget button.btn-primary:active,
.primary-sidebar .widget .btn.btn-primary:active,
.primary-sidebar .widget .contributor-posts-link.btn-primary:active,
.primary-sidebar .widget input[type="button"].btn-primary:active,
.primary-sidebar .widget input[type="reset"].btn-primary:active {
  background-color: #87001d;
  color: #ffffff;
}
.primary-sidebar .widget button.btn-success,
.primary-sidebar .widget .btn.btn-success,
.primary-sidebar .widget .contributor-posts-link.btn-success,
.primary-sidebar .widget input[type="button"].btn-success,
.primary-sidebar .widget input[type="reset"].btn-success {
  display: inline-block;
  background-color: #92c843;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.primary-sidebar .widget button.btn-success:focus,
.primary-sidebar .widget .btn.btn-success:focus,
.primary-sidebar .widget .contributor-posts-link.btn-success:focus,
.primary-sidebar .widget input[type="button"].btn-success:focus,
.primary-sidebar .widget input[type="reset"].btn-success:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.primary-sidebar .widget button.btn-success:hover,
.primary-sidebar .widget .btn.btn-success:hover,
.primary-sidebar .widget .contributor-posts-link.btn-success:hover,
.primary-sidebar .widget input[type="button"].btn-success:hover,
.primary-sidebar .widget input[type="reset"].btn-success:hover,
.primary-sidebar .widget button.btn-success:focus,
.primary-sidebar .widget .btn.btn-success:focus,
.primary-sidebar .widget .contributor-posts-link.btn-success:focus,
.primary-sidebar .widget input[type="button"].btn-success:focus,
.primary-sidebar .widget input[type="reset"].btn-success:focus {
  background-color: #9dce57;
  color: #ffffff;
}
.primary-sidebar .widget button.btn-success:active,
.primary-sidebar .widget .btn.btn-success:active,
.primary-sidebar .widget .contributor-posts-link.btn-success:active,
.primary-sidebar .widget input[type="button"].btn-success:active,
.primary-sidebar .widget input[type="reset"].btn-success:active {
  background-color: #85bb37;
  color: #ffffff;
}
.primary-sidebar .widget button.btn-info,
.primary-sidebar .widget .btn.btn-info,
.primary-sidebar .widget .contributor-posts-link.btn-info,
.primary-sidebar .widget input[type="button"].btn-info,
.primary-sidebar .widget input[type="reset"].btn-info {
  display: inline-block;
  background-color: #007ec6;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.primary-sidebar .widget button.btn-info:focus,
.primary-sidebar .widget .btn.btn-info:focus,
.primary-sidebar .widget .contributor-posts-link.btn-info:focus,
.primary-sidebar .widget input[type="button"].btn-info:focus,
.primary-sidebar .widget input[type="reset"].btn-info:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.primary-sidebar .widget button.btn-info:hover,
.primary-sidebar .widget .btn.btn-info:hover,
.primary-sidebar .widget .contributor-posts-link.btn-info:hover,
.primary-sidebar .widget input[type="button"].btn-info:hover,
.primary-sidebar .widget input[type="reset"].btn-info:hover,
.primary-sidebar .widget button.btn-info:focus,
.primary-sidebar .widget .btn.btn-info:focus,
.primary-sidebar .widget .contributor-posts-link.btn-info:focus,
.primary-sidebar .widget input[type="button"].btn-info:focus,
.primary-sidebar .widget input[type="reset"].btn-info:focus {
  background-color: #008ee0;
  color: #ffffff;
}
.primary-sidebar .widget button.btn-info:active,
.primary-sidebar .widget .btn.btn-info:active,
.primary-sidebar .widget .contributor-posts-link.btn-info:active,
.primary-sidebar .widget input[type="button"].btn-info:active,
.primary-sidebar .widget input[type="reset"].btn-info:active {
  background-color: #006ead;
  color: #ffffff;
}
.primary-sidebar .widget button.btn-warning,
.primary-sidebar .widget .btn.btn-warning,
.primary-sidebar .widget .contributor-posts-link.btn-warning,
.primary-sidebar .widget input[type="button"].btn-warning,
.primary-sidebar .widget input[type="reset"].btn-warning {
  display: inline-block;
  background-color: #ed9100;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.primary-sidebar .widget button.btn-warning:focus,
.primary-sidebar .widget .btn.btn-warning:focus,
.primary-sidebar .widget .contributor-posts-link.btn-warning:focus,
.primary-sidebar .widget input[type="button"].btn-warning:focus,
.primary-sidebar .widget input[type="reset"].btn-warning:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.primary-sidebar .widget button.btn-warning:hover,
.primary-sidebar .widget .btn.btn-warning:hover,
.primary-sidebar .widget .contributor-posts-link.btn-warning:hover,
.primary-sidebar .widget input[type="button"].btn-warning:hover,
.primary-sidebar .widget input[type="reset"].btn-warning:hover,
.primary-sidebar .widget button.btn-warning:focus,
.primary-sidebar .widget .btn.btn-warning:focus,
.primary-sidebar .widget .contributor-posts-link.btn-warning:focus,
.primary-sidebar .widget input[type="button"].btn-warning:focus,
.primary-sidebar .widget input[type="reset"].btn-warning:focus {
  background-color: #ff9f08;
  color: #ffffff;
}
.primary-sidebar .widget button.btn-warning:active,
.primary-sidebar .widget .btn.btn-warning:active,
.primary-sidebar .widget .contributor-posts-link.btn-warning:active,
.primary-sidebar .widget input[type="button"].btn-warning:active,
.primary-sidebar .widget input[type="reset"].btn-warning:active {
  background-color: #d48100;
  color: #ffffff;
}
.primary-sidebar .widget button.btn-danger,
.primary-sidebar .widget .btn.btn-danger,
.primary-sidebar .widget .contributor-posts-link.btn-danger,
.primary-sidebar .widget input[type="button"].btn-danger,
.primary-sidebar .widget input[type="reset"].btn-danger {
  display: inline-block;
  background-color: #cf3100;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.primary-sidebar .widget button.btn-danger:focus,
.primary-sidebar .widget .btn.btn-danger:focus,
.primary-sidebar .widget .contributor-posts-link.btn-danger:focus,
.primary-sidebar .widget input[type="button"].btn-danger:focus,
.primary-sidebar .widget input[type="reset"].btn-danger:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.primary-sidebar .widget button.btn-danger:hover,
.primary-sidebar .widget .btn.btn-danger:hover,
.primary-sidebar .widget .contributor-posts-link.btn-danger:hover,
.primary-sidebar .widget input[type="button"].btn-danger:hover,
.primary-sidebar .widget input[type="reset"].btn-danger:hover,
.primary-sidebar .widget button.btn-danger:focus,
.primary-sidebar .widget .btn.btn-danger:focus,
.primary-sidebar .widget .contributor-posts-link.btn-danger:focus,
.primary-sidebar .widget input[type="button"].btn-danger:focus,
.primary-sidebar .widget input[type="reset"].btn-danger:focus {
  background-color: #e93700;
  color: #ffffff;
}
.primary-sidebar .widget button.btn-danger:active,
.primary-sidebar .widget .btn.btn-danger:active,
.primary-sidebar .widget .contributor-posts-link.btn-danger:active,
.primary-sidebar .widget input[type="button"].btn-danger:active,
.primary-sidebar .widget input[type="reset"].btn-danger:active {
  background-color: #b62b00;
  color: #ffffff;
}
.primary-sidebar .widget ul.menu li > a,
.primary-sidebar .secondary-navigation ul.menu li > a {
  color: #a00023;
}
.primary-sidebar .widget ul.menu li > a:hover,
.primary-sidebar .secondary-navigation ul.menu li > a:hover {
  color: #a00023;
}
.primary-sidebar .widget_calendar table {
  color: rgba(30, 22, 18, 0.9);
}
.primary-sidebar .widget_calendar caption {
  color: rgba(30, 22, 18, 0.9);
}
.primary-sidebar .widget_calendar thead th {
  background-color: rgba(30, 22, 18, 0.15);
}
.primary-sidebar .widget_calendar tbody td {
  color: rgba(30, 22, 18, 0.9);
}
.primary-sidebar .widget_calendar tbody a {
  background-color: #a00023;
  color: #ffffff;
  display: block;
}
.primary-sidebar .widget_calendar tbody a:hover {
  background-color: #d3002e;
  color: #ffffff;
}
.primary-sidebar .submenu-widget li,
.primary-sidebar .widget_archive li,
.primary-sidebar .widget_categories li,
.primary-sidebar .widget_links li,
.primary-sidebar .widget_meta li,
.primary-sidebar .widget_nav_menu li,
.primary-sidebar .widget_pages li,
.primary-sidebar .widget_recent_comments li,
.primary-sidebar .widget_recent_entries li {
  border-color: rgba(30, 22, 18, 0.15);
}
.primary-sidebar .submenu-widget li ul,
.primary-sidebar .widget_categories li ul,
.primary-sidebar .widget_nav_menu li ul,
.primary-sidebar .widget_pages li ul {
  border-color: rgba(30, 22, 18, 0.15);
}
@media screen and (min-width: 680px) {
  .primary-sidebar {
    margin-left: auto;
    margin-right: auto;
  }
}
/**
 * 8.0 Content Sidebar
 * -----------------------------------------------------------------------------
 */
.site-container:after,
#tertiary {
  background-color: #ffffff;
}
.content-sidebar {
  margin-left: 0;
  margin-right: 0;
  /* Calendar Widget*/
  /* List Style Widgets*/
}
.content-sidebar .widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 14px;
  line-height: 1.333;
  color: rgba(30, 22, 18, 0.9);
}
.content-sidebar .widget a {
  color: #a00023;
}
.content-sidebar .widget a:hover {
  color: #a00023;
}
.content-sidebar .widget abbr[title] {
  border-color: rgba(30, 22, 18, 0.15);
}
.content-sidebar .widget pre,
.content-sidebar .widget fieldset {
  border-color: rgba(30, 22, 18, 0.15);
}
.content-sidebar .widget blockquote {
  color: rgba(30, 22, 18, 0.75);
}
.content-sidebar .widget blockquote cite {
  color: rgba(30, 22, 18, 0.9);
}
.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
  border-color: rgba(30, 22, 18, 0.15);
}
.content-sidebar .widget del {
  color: rgba(30, 22, 18, 0.75);
}
.content-sidebar .widget hr {
  background-color: rgba(30, 22, 18, 0.15);
}
.content-sidebar .widget .wp-caption {
  color: rgba(30, 22, 18, 0.9);
}
.content-sidebar .widget .widget-title {
  color: rgba(30, 22, 18, 0.9);
}
.content-sidebar .widget .widget-title a {
  color: rgba(30, 22, 18, 0.9);
}
.content-sidebar .widget .widget-title a:hover {
  color: rgba(30, 22, 18, 0.9);
}
.content-sidebar .widget input[type="submit"] {
  display: inline-block;
  background-color: #a00023;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.content-sidebar .widget input[type="submit"]:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
  background-color: #ba0029;
  color: #ffffff;
}
.content-sidebar .widget input[type="submit"]:active {
  background-color: #87001d;
  color: #ffffff;
}
.content-sidebar .widget button,
.content-sidebar .widget .btn,
.content-sidebar .widget .contributor-posts-link,
.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"] {
  display: inline-block;
  background-color: #393939;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.content-sidebar .widget button:focus,
.content-sidebar .widget .btn:focus,
.content-sidebar .widget .contributor-posts-link:focus,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.content-sidebar .widget button:hover,
.content-sidebar .widget .btn:hover,
.content-sidebar .widget .contributor-posts-link:hover,
.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget button:focus,
.content-sidebar .widget .btn:focus,
.content-sidebar .widget .contributor-posts-link:focus,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:focus {
  background-color: #454545;
  color: #ffffff;
}
.content-sidebar .widget button:active,
.content-sidebar .widget .btn:active,
.content-sidebar .widget .contributor-posts-link:active,
.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active {
  background-color: #2c2c2c;
  color: #ffffff;
}
.content-sidebar .widget button.btn-primary,
.content-sidebar .widget .btn.btn-primary,
.content-sidebar .widget .contributor-posts-link.btn-primary,
.content-sidebar .widget input[type="button"].btn-primary,
.content-sidebar .widget input[type="reset"].btn-primary {
  display: inline-block;
  background-color: #a00023;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.content-sidebar .widget button.btn-primary:focus,
.content-sidebar .widget .btn.btn-primary:focus,
.content-sidebar .widget .contributor-posts-link.btn-primary:focus,
.content-sidebar .widget input[type="button"].btn-primary:focus,
.content-sidebar .widget input[type="reset"].btn-primary:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.content-sidebar .widget button.btn-primary:hover,
.content-sidebar .widget .btn.btn-primary:hover,
.content-sidebar .widget .contributor-posts-link.btn-primary:hover,
.content-sidebar .widget input[type="button"].btn-primary:hover,
.content-sidebar .widget input[type="reset"].btn-primary:hover,
.content-sidebar .widget button.btn-primary:focus,
.content-sidebar .widget .btn.btn-primary:focus,
.content-sidebar .widget .contributor-posts-link.btn-primary:focus,
.content-sidebar .widget input[type="button"].btn-primary:focus,
.content-sidebar .widget input[type="reset"].btn-primary:focus {
  background-color: #ba0029;
  color: #ffffff;
}
.content-sidebar .widget button.btn-primary:active,
.content-sidebar .widget .btn.btn-primary:active,
.content-sidebar .widget .contributor-posts-link.btn-primary:active,
.content-sidebar .widget input[type="button"].btn-primary:active,
.content-sidebar .widget input[type="reset"].btn-primary:active {
  background-color: #87001d;
  color: #ffffff;
}
.content-sidebar .widget button.btn-success,
.content-sidebar .widget .btn.btn-success,
.content-sidebar .widget .contributor-posts-link.btn-success,
.content-sidebar .widget input[type="button"].btn-success,
.content-sidebar .widget input[type="reset"].btn-success {
  display: inline-block;
  background-color: #92c843;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.content-sidebar .widget button.btn-success:focus,
.content-sidebar .widget .btn.btn-success:focus,
.content-sidebar .widget .contributor-posts-link.btn-success:focus,
.content-sidebar .widget input[type="button"].btn-success:focus,
.content-sidebar .widget input[type="reset"].btn-success:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.content-sidebar .widget button.btn-success:hover,
.content-sidebar .widget .btn.btn-success:hover,
.content-sidebar .widget .contributor-posts-link.btn-success:hover,
.content-sidebar .widget input[type="button"].btn-success:hover,
.content-sidebar .widget input[type="reset"].btn-success:hover,
.content-sidebar .widget button.btn-success:focus,
.content-sidebar .widget .btn.btn-success:focus,
.content-sidebar .widget .contributor-posts-link.btn-success:focus,
.content-sidebar .widget input[type="button"].btn-success:focus,
.content-sidebar .widget input[type="reset"].btn-success:focus {
  background-color: #9dce57;
  color: #ffffff;
}
.content-sidebar .widget button.btn-success:active,
.content-sidebar .widget .btn.btn-success:active,
.content-sidebar .widget .contributor-posts-link.btn-success:active,
.content-sidebar .widget input[type="button"].btn-success:active,
.content-sidebar .widget input[type="reset"].btn-success:active {
  background-color: #85bb37;
  color: #ffffff;
}
.content-sidebar .widget button.btn-info,
.content-sidebar .widget .btn.btn-info,
.content-sidebar .widget .contributor-posts-link.btn-info,
.content-sidebar .widget input[type="button"].btn-info,
.content-sidebar .widget input[type="reset"].btn-info {
  display: inline-block;
  background-color: #007ec6;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.content-sidebar .widget button.btn-info:focus,
.content-sidebar .widget .btn.btn-info:focus,
.content-sidebar .widget .contributor-posts-link.btn-info:focus,
.content-sidebar .widget input[type="button"].btn-info:focus,
.content-sidebar .widget input[type="reset"].btn-info:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.content-sidebar .widget button.btn-info:hover,
.content-sidebar .widget .btn.btn-info:hover,
.content-sidebar .widget .contributor-posts-link.btn-info:hover,
.content-sidebar .widget input[type="button"].btn-info:hover,
.content-sidebar .widget input[type="reset"].btn-info:hover,
.content-sidebar .widget button.btn-info:focus,
.content-sidebar .widget .btn.btn-info:focus,
.content-sidebar .widget .contributor-posts-link.btn-info:focus,
.content-sidebar .widget input[type="button"].btn-info:focus,
.content-sidebar .widget input[type="reset"].btn-info:focus {
  background-color: #008ee0;
  color: #ffffff;
}
.content-sidebar .widget button.btn-info:active,
.content-sidebar .widget .btn.btn-info:active,
.content-sidebar .widget .contributor-posts-link.btn-info:active,
.content-sidebar .widget input[type="button"].btn-info:active,
.content-sidebar .widget input[type="reset"].btn-info:active {
  background-color: #006ead;
  color: #ffffff;
}
.content-sidebar .widget button.btn-warning,
.content-sidebar .widget .btn.btn-warning,
.content-sidebar .widget .contributor-posts-link.btn-warning,
.content-sidebar .widget input[type="button"].btn-warning,
.content-sidebar .widget input[type="reset"].btn-warning {
  display: inline-block;
  background-color: #ed9100;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.content-sidebar .widget button.btn-warning:focus,
.content-sidebar .widget .btn.btn-warning:focus,
.content-sidebar .widget .contributor-posts-link.btn-warning:focus,
.content-sidebar .widget input[type="button"].btn-warning:focus,
.content-sidebar .widget input[type="reset"].btn-warning:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.content-sidebar .widget button.btn-warning:hover,
.content-sidebar .widget .btn.btn-warning:hover,
.content-sidebar .widget .contributor-posts-link.btn-warning:hover,
.content-sidebar .widget input[type="button"].btn-warning:hover,
.content-sidebar .widget input[type="reset"].btn-warning:hover,
.content-sidebar .widget button.btn-warning:focus,
.content-sidebar .widget .btn.btn-warning:focus,
.content-sidebar .widget .contributor-posts-link.btn-warning:focus,
.content-sidebar .widget input[type="button"].btn-warning:focus,
.content-sidebar .widget input[type="reset"].btn-warning:focus {
  background-color: #ff9f08;
  color: #ffffff;
}
.content-sidebar .widget button.btn-warning:active,
.content-sidebar .widget .btn.btn-warning:active,
.content-sidebar .widget .contributor-posts-link.btn-warning:active,
.content-sidebar .widget input[type="button"].btn-warning:active,
.content-sidebar .widget input[type="reset"].btn-warning:active {
  background-color: #d48100;
  color: #ffffff;
}
.content-sidebar .widget button.btn-danger,
.content-sidebar .widget .btn.btn-danger,
.content-sidebar .widget .contributor-posts-link.btn-danger,
.content-sidebar .widget input[type="button"].btn-danger,
.content-sidebar .widget input[type="reset"].btn-danger {
  display: inline-block;
  background-color: #cf3100;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.content-sidebar .widget button.btn-danger:focus,
.content-sidebar .widget .btn.btn-danger:focus,
.content-sidebar .widget .contributor-posts-link.btn-danger:focus,
.content-sidebar .widget input[type="button"].btn-danger:focus,
.content-sidebar .widget input[type="reset"].btn-danger:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.content-sidebar .widget button.btn-danger:hover,
.content-sidebar .widget .btn.btn-danger:hover,
.content-sidebar .widget .contributor-posts-link.btn-danger:hover,
.content-sidebar .widget input[type="button"].btn-danger:hover,
.content-sidebar .widget input[type="reset"].btn-danger:hover,
.content-sidebar .widget button.btn-danger:focus,
.content-sidebar .widget .btn.btn-danger:focus,
.content-sidebar .widget .contributor-posts-link.btn-danger:focus,
.content-sidebar .widget input[type="button"].btn-danger:focus,
.content-sidebar .widget input[type="reset"].btn-danger:focus {
  background-color: #e93700;
  color: #ffffff;
}
.content-sidebar .widget button.btn-danger:active,
.content-sidebar .widget .btn.btn-danger:active,
.content-sidebar .widget .contributor-posts-link.btn-danger:active,
.content-sidebar .widget input[type="button"].btn-danger:active,
.content-sidebar .widget input[type="reset"].btn-danger:active {
  background-color: #b62b00;
  color: #ffffff;
}
.content-sidebar .widget_calendar table {
  color: rgba(30, 22, 18, 0.9);
}
.content-sidebar .widget_calendar caption {
  color: rgba(30, 22, 18, 0.9);
}
.content-sidebar .widget_calendar thead th {
  background-color: rgba(30, 22, 18, 0.15);
}
.content-sidebar .widget_calendar tbody td {
  color: rgba(30, 22, 18, 0.9);
}
.content-sidebar .widget_calendar tbody a {
  background-color: #a00023;
  color: #ffffff;
  display: block;
}
.content-sidebar .widget_calendar tbody a:hover {
  background-color: #d3002e;
  color: #ffffff;
}
.content-sidebar .submenu-widget li,
.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li {
  border-color: rgba(30, 22, 18, 0.15);
}
.content-sidebar .submenu-widget li ul,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
  border-color: rgba(30, 22, 18, 0.15);
}
.content-sidebar .widget ul.menu li > a,
.content-sidebar .secondary-navigation ul.menu li > a {
  color: #a00023;
}
.content-sidebar .widget ul.menu li > a:hover,
.content-sidebar .secondary-navigation ul.menu li > a:hover {
  color: #a00023;
}
@media screen and (min-width: 680px) {
  .content-sidebar {
    margin-left: auto;
    margin-right: auto;
  }
}
/**
 * 8.0 Header Sidebar
 * -----------------------------------------------------------------------------
 */
.header-sidebar {
  clear: both;
  display: table;
  width: 100%;
  /* Calendar Widget*/
  /* List Style Widgets*/
}
.header-sidebar:after {
  clear: both;
}
.header-sidebar:before,
.header-sidebar:after {
  content: "";
  display: table;
}
.header-sidebar .widget {
  text-align: right;
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.333;
  color: rgba(255, 255, 255, 0.9);
  width: auto;
  margin: 0;
  vertical-align: middle;
}
.header-sidebar .widget a {
  color: rgba(160, 0, 35, 0.9);
}
.header-sidebar .widget a:hover {
  color: #a00023;
}
.header-sidebar .widget abbr[title] {
  border-color: rgba(255, 255, 255, 0.15);
}
.header-sidebar .widget pre,
.header-sidebar .widget fieldset {
  border-color: rgba(255, 255, 255, 0.15);
}
.header-sidebar .widget blockquote {
  color: rgba(255, 255, 255, 0.75);
}
.header-sidebar .widget blockquote cite {
  color: rgba(255, 255, 255, 0.9);
}
.header-sidebar .widget table,
.header-sidebar .widget th,
.header-sidebar .widget td {
  border-color: rgba(255, 255, 255, 0.15);
}
.header-sidebar .widget del {
  color: rgba(255, 255, 255, 0.75);
}
.header-sidebar .widget hr {
  background-color: rgba(255, 255, 255, 0.15);
}
.header-sidebar .widget .wp-caption {
  color: #ffffff;
}
.header-sidebar .widget .widget-title {
  color: #ffffff;
}
.header-sidebar .widget .widget-title a {
  color: #ffffff;
}
.header-sidebar .widget .widget-title a:hover {
  color: #ffffff;
}
.header-sidebar .widget input[type="submit"] {
  display: inline-block;
  background-color: #a00023;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.header-sidebar .widget input[type="submit"]:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.header-sidebar .widget input[type="submit"]:hover,
.header-sidebar .widget input[type="submit"]:focus {
  background-color: #ba0029;
  color: #ffffff;
}
.header-sidebar .widget input[type="submit"]:active {
  background-color: #87001d;
  color: #ffffff;
}
.header-sidebar .widget button,
.header-sidebar .widget .btn,
.header-sidebar .widget .contributor-posts-link,
.header-sidebar .widget input[type="button"],
.header-sidebar .widget input[type="reset"] {
  display: inline-block;
  background-color: #393939;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.header-sidebar .widget button:focus,
.header-sidebar .widget .btn:focus,
.header-sidebar .widget .contributor-posts-link:focus,
.header-sidebar .widget input[type="button"]:focus,
.header-sidebar .widget input[type="reset"]:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.header-sidebar .widget button:hover,
.header-sidebar .widget .btn:hover,
.header-sidebar .widget .contributor-posts-link:hover,
.header-sidebar .widget input[type="button"]:hover,
.header-sidebar .widget input[type="reset"]:hover,
.header-sidebar .widget button:focus,
.header-sidebar .widget .btn:focus,
.header-sidebar .widget .contributor-posts-link:focus,
.header-sidebar .widget input[type="button"]:focus,
.header-sidebar .widget input[type="reset"]:focus {
  background-color: #454545;
  color: #ffffff;
}
.header-sidebar .widget button:active,
.header-sidebar .widget .btn:active,
.header-sidebar .widget .contributor-posts-link:active,
.header-sidebar .widget input[type="button"]:active,
.header-sidebar .widget input[type="reset"]:active {
  background-color: #2c2c2c;
  color: #ffffff;
}
.header-sidebar .widget button.btn-primary,
.header-sidebar .widget .btn.btn-primary,
.header-sidebar .widget .contributor-posts-link.btn-primary,
.header-sidebar .widget input[type="button"].btn-primary,
.header-sidebar .widget input[type="reset"].btn-primary {
  display: inline-block;
  background-color: #a00023;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.header-sidebar .widget button.btn-primary:focus,
.header-sidebar .widget .btn.btn-primary:focus,
.header-sidebar .widget .contributor-posts-link.btn-primary:focus,
.header-sidebar .widget input[type="button"].btn-primary:focus,
.header-sidebar .widget input[type="reset"].btn-primary:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.header-sidebar .widget button.btn-primary:hover,
.header-sidebar .widget .btn.btn-primary:hover,
.header-sidebar .widget .contributor-posts-link.btn-primary:hover,
.header-sidebar .widget input[type="button"].btn-primary:hover,
.header-sidebar .widget input[type="reset"].btn-primary:hover,
.header-sidebar .widget button.btn-primary:focus,
.header-sidebar .widget .btn.btn-primary:focus,
.header-sidebar .widget .contributor-posts-link.btn-primary:focus,
.header-sidebar .widget input[type="button"].btn-primary:focus,
.header-sidebar .widget input[type="reset"].btn-primary:focus {
  background-color: #ba0029;
  color: #ffffff;
}
.header-sidebar .widget button.btn-primary:active,
.header-sidebar .widget .btn.btn-primary:active,
.header-sidebar .widget .contributor-posts-link.btn-primary:active,
.header-sidebar .widget input[type="button"].btn-primary:active,
.header-sidebar .widget input[type="reset"].btn-primary:active {
  background-color: #87001d;
  color: #ffffff;
}
.header-sidebar .widget button.btn-success,
.header-sidebar .widget .btn.btn-success,
.header-sidebar .widget .contributor-posts-link.btn-success,
.header-sidebar .widget input[type="button"].btn-success,
.header-sidebar .widget input[type="reset"].btn-success {
  display: inline-block;
  background-color: #92c843;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.header-sidebar .widget button.btn-success:focus,
.header-sidebar .widget .btn.btn-success:focus,
.header-sidebar .widget .contributor-posts-link.btn-success:focus,
.header-sidebar .widget input[type="button"].btn-success:focus,
.header-sidebar .widget input[type="reset"].btn-success:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.header-sidebar .widget button.btn-success:hover,
.header-sidebar .widget .btn.btn-success:hover,
.header-sidebar .widget .contributor-posts-link.btn-success:hover,
.header-sidebar .widget input[type="button"].btn-success:hover,
.header-sidebar .widget input[type="reset"].btn-success:hover,
.header-sidebar .widget button.btn-success:focus,
.header-sidebar .widget .btn.btn-success:focus,
.header-sidebar .widget .contributor-posts-link.btn-success:focus,
.header-sidebar .widget input[type="button"].btn-success:focus,
.header-sidebar .widget input[type="reset"].btn-success:focus {
  background-color: #9dce57;
  color: #ffffff;
}
.header-sidebar .widget button.btn-success:active,
.header-sidebar .widget .btn.btn-success:active,
.header-sidebar .widget .contributor-posts-link.btn-success:active,
.header-sidebar .widget input[type="button"].btn-success:active,
.header-sidebar .widget input[type="reset"].btn-success:active {
  background-color: #85bb37;
  color: #ffffff;
}
.header-sidebar .widget button.btn-info,
.header-sidebar .widget .btn.btn-info,
.header-sidebar .widget .contributor-posts-link.btn-info,
.header-sidebar .widget input[type="button"].btn-info,
.header-sidebar .widget input[type="reset"].btn-info {
  display: inline-block;
  background-color: #007ec6;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.header-sidebar .widget button.btn-info:focus,
.header-sidebar .widget .btn.btn-info:focus,
.header-sidebar .widget .contributor-posts-link.btn-info:focus,
.header-sidebar .widget input[type="button"].btn-info:focus,
.header-sidebar .widget input[type="reset"].btn-info:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.header-sidebar .widget button.btn-info:hover,
.header-sidebar .widget .btn.btn-info:hover,
.header-sidebar .widget .contributor-posts-link.btn-info:hover,
.header-sidebar .widget input[type="button"].btn-info:hover,
.header-sidebar .widget input[type="reset"].btn-info:hover,
.header-sidebar .widget button.btn-info:focus,
.header-sidebar .widget .btn.btn-info:focus,
.header-sidebar .widget .contributor-posts-link.btn-info:focus,
.header-sidebar .widget input[type="button"].btn-info:focus,
.header-sidebar .widget input[type="reset"].btn-info:focus {
  background-color: #008ee0;
  color: #ffffff;
}
.header-sidebar .widget button.btn-info:active,
.header-sidebar .widget .btn.btn-info:active,
.header-sidebar .widget .contributor-posts-link.btn-info:active,
.header-sidebar .widget input[type="button"].btn-info:active,
.header-sidebar .widget input[type="reset"].btn-info:active {
  background-color: #006ead;
  color: #ffffff;
}
.header-sidebar .widget button.btn-warning,
.header-sidebar .widget .btn.btn-warning,
.header-sidebar .widget .contributor-posts-link.btn-warning,
.header-sidebar .widget input[type="button"].btn-warning,
.header-sidebar .widget input[type="reset"].btn-warning {
  display: inline-block;
  background-color: #ed9100;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.header-sidebar .widget button.btn-warning:focus,
.header-sidebar .widget .btn.btn-warning:focus,
.header-sidebar .widget .contributor-posts-link.btn-warning:focus,
.header-sidebar .widget input[type="button"].btn-warning:focus,
.header-sidebar .widget input[type="reset"].btn-warning:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.header-sidebar .widget button.btn-warning:hover,
.header-sidebar .widget .btn.btn-warning:hover,
.header-sidebar .widget .contributor-posts-link.btn-warning:hover,
.header-sidebar .widget input[type="button"].btn-warning:hover,
.header-sidebar .widget input[type="reset"].btn-warning:hover,
.header-sidebar .widget button.btn-warning:focus,
.header-sidebar .widget .btn.btn-warning:focus,
.header-sidebar .widget .contributor-posts-link.btn-warning:focus,
.header-sidebar .widget input[type="button"].btn-warning:focus,
.header-sidebar .widget input[type="reset"].btn-warning:focus {
  background-color: #ff9f08;
  color: #ffffff;
}
.header-sidebar .widget button.btn-warning:active,
.header-sidebar .widget .btn.btn-warning:active,
.header-sidebar .widget .contributor-posts-link.btn-warning:active,
.header-sidebar .widget input[type="button"].btn-warning:active,
.header-sidebar .widget input[type="reset"].btn-warning:active {
  background-color: #d48100;
  color: #ffffff;
}
.header-sidebar .widget button.btn-danger,
.header-sidebar .widget .btn.btn-danger,
.header-sidebar .widget .contributor-posts-link.btn-danger,
.header-sidebar .widget input[type="button"].btn-danger,
.header-sidebar .widget input[type="reset"].btn-danger {
  display: inline-block;
  background-color: #cf3100;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.header-sidebar .widget button.btn-danger:focus,
.header-sidebar .widget .btn.btn-danger:focus,
.header-sidebar .widget .contributor-posts-link.btn-danger:focus,
.header-sidebar .widget input[type="button"].btn-danger:focus,
.header-sidebar .widget input[type="reset"].btn-danger:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.header-sidebar .widget button.btn-danger:hover,
.header-sidebar .widget .btn.btn-danger:hover,
.header-sidebar .widget .contributor-posts-link.btn-danger:hover,
.header-sidebar .widget input[type="button"].btn-danger:hover,
.header-sidebar .widget input[type="reset"].btn-danger:hover,
.header-sidebar .widget button.btn-danger:focus,
.header-sidebar .widget .btn.btn-danger:focus,
.header-sidebar .widget .contributor-posts-link.btn-danger:focus,
.header-sidebar .widget input[type="button"].btn-danger:focus,
.header-sidebar .widget input[type="reset"].btn-danger:focus {
  background-color: #e93700;
  color: #ffffff;
}
.header-sidebar .widget button.btn-danger:active,
.header-sidebar .widget .btn.btn-danger:active,
.header-sidebar .widget .contributor-posts-link.btn-danger:active,
.header-sidebar .widget input[type="button"].btn-danger:active,
.header-sidebar .widget input[type="reset"].btn-danger:active {
  background-color: #b62b00;
  color: #ffffff;
}
.header-sidebar .widget ul.menu li > a,
.header-sidebar .secondary-navigation ul.menu li > a {
  color: rgba(160, 0, 35, 0.9);
}
.header-sidebar .widget ul.menu li > a:hover,
.header-sidebar .secondary-navigation ul.menu li > a:hover {
  color: #a00023;
}
.header-sidebar .widget_calendar table {
  color: rgba(255, 255, 255, 0.9);
}
.header-sidebar .widget_calendar caption {
  color: rgba(255, 255, 255, 0.9);
}
.header-sidebar .widget_calendar thead th {
  background-color: rgba(255, 255, 255, 0.15);
}
.header-sidebar .widget_calendar tbody td {
  color: rgba(255, 255, 255, 0.9);
}
.header-sidebar .widget_calendar tbody a {
  background-color: #a00023;
  color: #ffffff;
  display: block;
}
.header-sidebar .widget_calendar tbody a:hover {
  background-color: #d3002e;
  color: #ffffff;
}
.header-sidebar .submenu-widget li,
.header-sidebar .widget_archive li,
.header-sidebar .widget_categories li,
.header-sidebar .widget_links li,
.header-sidebar .widget_meta li,
.header-sidebar .widget_nav_menu li,
.header-sidebar .widget_pages li,
.header-sidebar .widget_recent_comments li,
.header-sidebar .widget_recent_entries li {
  border-color: rgba(255, 255, 255, 0.15);
}
.header-sidebar .submenu-widget li ul,
.header-sidebar .widget_categories li ul,
.header-sidebar .widget_nav_menu li ul,
.header-sidebar .widget_pages li ul {
  border-color: rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 680px) {
  .header-sidebar {
    margin-left: auto;
    margin-right: auto;
  }
  .site-info .site-info-main {
    margin-left: auto;
    margin-right: auto;
  }
}
/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
#subfooter {
  background: #a00023;
}
.subfooter-sidebar {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  /* Calendar Widget*/
  /* List Style Widgets*/
}
.subfooter-sidebar .widget {
  position: relative;
  display: inline-block;
  float: none;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.333;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
.subfooter-sidebar .widget a {
  color: rgba(160, 0, 35, 0.9);
}
.subfooter-sidebar .widget a:hover {
  color: #ffffff;
}
.subfooter-sidebar .widget abbr[title] {
  border-color: rgba(255, 255, 255, 0.15);
}
.subfooter-sidebar .widget pre,
.subfooter-sidebar .widget fieldset {
  border-color: rgba(255, 255, 255, 0.15);
}
.subfooter-sidebar .widget blockquote {
  color: rgba(255, 255, 255, 0.75);
}
.subfooter-sidebar .widget blockquote cite {
  color: #ffffff;
}
.subfooter-sidebar .widget table,
.subfooter-sidebar .widget th,
.subfooter-sidebar .widget td {
  border-color: rgba(255, 255, 255, 0.15);
}
.subfooter-sidebar .widget del {
  color: rgba(255, 255, 255, 0.75);
}
.subfooter-sidebar .widget hr {
  background-color: rgba(255, 255, 255, 0.15);
}
.subfooter-sidebar .widget .wp-caption {
  color: #ffffff;
}
.subfooter-sidebar .widget .widget-title {
  color: #ffffff;
}
.subfooter-sidebar .widget .widget-title a {
  color: #ffffff;
}
.subfooter-sidebar .widget .widget-title a:hover {
  color: #ffffff;
}
.subfooter-sidebar .widget input[type="submit"] {
  display: inline-block;
  background-color: #a00023;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.subfooter-sidebar .widget input[type="submit"]:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.subfooter-sidebar .widget input[type="submit"]:hover,
.subfooter-sidebar .widget input[type="submit"]:focus {
  background-color: #ba0029;
  color: #ffffff;
}
.subfooter-sidebar .widget input[type="submit"]:active {
  background-color: #87001d;
  color: #ffffff;
}
.subfooter-sidebar .widget button,
.subfooter-sidebar .widget .btn,
.subfooter-sidebar .widget .contributor-posts-link,
.subfooter-sidebar .widget input[type="button"],
.subfooter-sidebar .widget input[type="reset"] {
  display: inline-block;
  background-color: #393939;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.subfooter-sidebar .widget button:focus,
.subfooter-sidebar .widget .btn:focus,
.subfooter-sidebar .widget .contributor-posts-link:focus,
.subfooter-sidebar .widget input[type="button"]:focus,
.subfooter-sidebar .widget input[type="reset"]:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.subfooter-sidebar .widget button:hover,
.subfooter-sidebar .widget .btn:hover,
.subfooter-sidebar .widget .contributor-posts-link:hover,
.subfooter-sidebar .widget input[type="button"]:hover,
.subfooter-sidebar .widget input[type="reset"]:hover,
.subfooter-sidebar .widget button:focus,
.subfooter-sidebar .widget .btn:focus,
.subfooter-sidebar .widget .contributor-posts-link:focus,
.subfooter-sidebar .widget input[type="button"]:focus,
.subfooter-sidebar .widget input[type="reset"]:focus {
  background-color: #454545;
  color: #ffffff;
}
.subfooter-sidebar .widget button:active,
.subfooter-sidebar .widget .btn:active,
.subfooter-sidebar .widget .contributor-posts-link:active,
.subfooter-sidebar .widget input[type="button"]:active,
.subfooter-sidebar .widget input[type="reset"]:active {
  background-color: #2c2c2c;
  color: #ffffff;
}
.subfooter-sidebar .widget button.btn-primary,
.subfooter-sidebar .widget .btn.btn-primary,
.subfooter-sidebar .widget .contributor-posts-link.btn-primary,
.subfooter-sidebar .widget input[type="button"].btn-primary,
.subfooter-sidebar .widget input[type="reset"].btn-primary {
  display: inline-block;
  background-color: #a00023;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.subfooter-sidebar .widget button.btn-primary:focus,
.subfooter-sidebar .widget .btn.btn-primary:focus,
.subfooter-sidebar .widget .contributor-posts-link.btn-primary:focus,
.subfooter-sidebar .widget input[type="button"].btn-primary:focus,
.subfooter-sidebar .widget input[type="reset"].btn-primary:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.subfooter-sidebar .widget button.btn-primary:hover,
.subfooter-sidebar .widget .btn.btn-primary:hover,
.subfooter-sidebar .widget .contributor-posts-link.btn-primary:hover,
.subfooter-sidebar .widget input[type="button"].btn-primary:hover,
.subfooter-sidebar .widget input[type="reset"].btn-primary:hover,
.subfooter-sidebar .widget button.btn-primary:focus,
.subfooter-sidebar .widget .btn.btn-primary:focus,
.subfooter-sidebar .widget .contributor-posts-link.btn-primary:focus,
.subfooter-sidebar .widget input[type="button"].btn-primary:focus,
.subfooter-sidebar .widget input[type="reset"].btn-primary:focus {
  background-color: #ba0029;
  color: #ffffff;
}
.subfooter-sidebar .widget button.btn-primary:active,
.subfooter-sidebar .widget .btn.btn-primary:active,
.subfooter-sidebar .widget .contributor-posts-link.btn-primary:active,
.subfooter-sidebar .widget input[type="button"].btn-primary:active,
.subfooter-sidebar .widget input[type="reset"].btn-primary:active {
  background-color: #87001d;
  color: #ffffff;
}
.subfooter-sidebar .widget button.btn-success,
.subfooter-sidebar .widget .btn.btn-success,
.subfooter-sidebar .widget .contributor-posts-link.btn-success,
.subfooter-sidebar .widget input[type="button"].btn-success,
.subfooter-sidebar .widget input[type="reset"].btn-success {
  display: inline-block;
  background-color: #92c843;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.subfooter-sidebar .widget button.btn-success:focus,
.subfooter-sidebar .widget .btn.btn-success:focus,
.subfooter-sidebar .widget .contributor-posts-link.btn-success:focus,
.subfooter-sidebar .widget input[type="button"].btn-success:focus,
.subfooter-sidebar .widget input[type="reset"].btn-success:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.subfooter-sidebar .widget button.btn-success:hover,
.subfooter-sidebar .widget .btn.btn-success:hover,
.subfooter-sidebar .widget .contributor-posts-link.btn-success:hover,
.subfooter-sidebar .widget input[type="button"].btn-success:hover,
.subfooter-sidebar .widget input[type="reset"].btn-success:hover,
.subfooter-sidebar .widget button.btn-success:focus,
.subfooter-sidebar .widget .btn.btn-success:focus,
.subfooter-sidebar .widget .contributor-posts-link.btn-success:focus,
.subfooter-sidebar .widget input[type="button"].btn-success:focus,
.subfooter-sidebar .widget input[type="reset"].btn-success:focus {
  background-color: #9dce57;
  color: #ffffff;
}
.subfooter-sidebar .widget button.btn-success:active,
.subfooter-sidebar .widget .btn.btn-success:active,
.subfooter-sidebar .widget .contributor-posts-link.btn-success:active,
.subfooter-sidebar .widget input[type="button"].btn-success:active,
.subfooter-sidebar .widget input[type="reset"].btn-success:active {
  background-color: #85bb37;
  color: #ffffff;
}
.subfooter-sidebar .widget button.btn-info,
.subfooter-sidebar .widget .btn.btn-info,
.subfooter-sidebar .widget .contributor-posts-link.btn-info,
.subfooter-sidebar .widget input[type="button"].btn-info,
.subfooter-sidebar .widget input[type="reset"].btn-info {
  display: inline-block;
  background-color: #007ec6;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.subfooter-sidebar .widget button.btn-info:focus,
.subfooter-sidebar .widget .btn.btn-info:focus,
.subfooter-sidebar .widget .contributor-posts-link.btn-info:focus,
.subfooter-sidebar .widget input[type="button"].btn-info:focus,
.subfooter-sidebar .widget input[type="reset"].btn-info:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.subfooter-sidebar .widget button.btn-info:hover,
.subfooter-sidebar .widget .btn.btn-info:hover,
.subfooter-sidebar .widget .contributor-posts-link.btn-info:hover,
.subfooter-sidebar .widget input[type="button"].btn-info:hover,
.subfooter-sidebar .widget input[type="reset"].btn-info:hover,
.subfooter-sidebar .widget button.btn-info:focus,
.subfooter-sidebar .widget .btn.btn-info:focus,
.subfooter-sidebar .widget .contributor-posts-link.btn-info:focus,
.subfooter-sidebar .widget input[type="button"].btn-info:focus,
.subfooter-sidebar .widget input[type="reset"].btn-info:focus {
  background-color: #008ee0;
  color: #ffffff;
}
.subfooter-sidebar .widget button.btn-info:active,
.subfooter-sidebar .widget .btn.btn-info:active,
.subfooter-sidebar .widget .contributor-posts-link.btn-info:active,
.subfooter-sidebar .widget input[type="button"].btn-info:active,
.subfooter-sidebar .widget input[type="reset"].btn-info:active {
  background-color: #006ead;
  color: #ffffff;
}
.subfooter-sidebar .widget button.btn-warning,
.subfooter-sidebar .widget .btn.btn-warning,
.subfooter-sidebar .widget .contributor-posts-link.btn-warning,
.subfooter-sidebar .widget input[type="button"].btn-warning,
.subfooter-sidebar .widget input[type="reset"].btn-warning {
  display: inline-block;
  background-color: #ed9100;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.subfooter-sidebar .widget button.btn-warning:focus,
.subfooter-sidebar .widget .btn.btn-warning:focus,
.subfooter-sidebar .widget .contributor-posts-link.btn-warning:focus,
.subfooter-sidebar .widget input[type="button"].btn-warning:focus,
.subfooter-sidebar .widget input[type="reset"].btn-warning:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.subfooter-sidebar .widget button.btn-warning:hover,
.subfooter-sidebar .widget .btn.btn-warning:hover,
.subfooter-sidebar .widget .contributor-posts-link.btn-warning:hover,
.subfooter-sidebar .widget input[type="button"].btn-warning:hover,
.subfooter-sidebar .widget input[type="reset"].btn-warning:hover,
.subfooter-sidebar .widget button.btn-warning:focus,
.subfooter-sidebar .widget .btn.btn-warning:focus,
.subfooter-sidebar .widget .contributor-posts-link.btn-warning:focus,
.subfooter-sidebar .widget input[type="button"].btn-warning:focus,
.subfooter-sidebar .widget input[type="reset"].btn-warning:focus {
  background-color: #ff9f08;
  color: #ffffff;
}
.subfooter-sidebar .widget button.btn-warning:active,
.subfooter-sidebar .widget .btn.btn-warning:active,
.subfooter-sidebar .widget .contributor-posts-link.btn-warning:active,
.subfooter-sidebar .widget input[type="button"].btn-warning:active,
.subfooter-sidebar .widget input[type="reset"].btn-warning:active {
  background-color: #d48100;
  color: #ffffff;
}
.subfooter-sidebar .widget button.btn-danger,
.subfooter-sidebar .widget .btn.btn-danger,
.subfooter-sidebar .widget .contributor-posts-link.btn-danger,
.subfooter-sidebar .widget input[type="button"].btn-danger,
.subfooter-sidebar .widget input[type="reset"].btn-danger {
  display: inline-block;
  background-color: #cf3100;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.subfooter-sidebar .widget button.btn-danger:focus,
.subfooter-sidebar .widget .btn.btn-danger:focus,
.subfooter-sidebar .widget .contributor-posts-link.btn-danger:focus,
.subfooter-sidebar .widget input[type="button"].btn-danger:focus,
.subfooter-sidebar .widget input[type="reset"].btn-danger:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.subfooter-sidebar .widget button.btn-danger:hover,
.subfooter-sidebar .widget .btn.btn-danger:hover,
.subfooter-sidebar .widget .contributor-posts-link.btn-danger:hover,
.subfooter-sidebar .widget input[type="button"].btn-danger:hover,
.subfooter-sidebar .widget input[type="reset"].btn-danger:hover,
.subfooter-sidebar .widget button.btn-danger:focus,
.subfooter-sidebar .widget .btn.btn-danger:focus,
.subfooter-sidebar .widget .contributor-posts-link.btn-danger:focus,
.subfooter-sidebar .widget input[type="button"].btn-danger:focus,
.subfooter-sidebar .widget input[type="reset"].btn-danger:focus {
  background-color: #e93700;
  color: #ffffff;
}
.subfooter-sidebar .widget button.btn-danger:active,
.subfooter-sidebar .widget .btn.btn-danger:active,
.subfooter-sidebar .widget .contributor-posts-link.btn-danger:active,
.subfooter-sidebar .widget input[type="button"].btn-danger:active,
.subfooter-sidebar .widget input[type="reset"].btn-danger:active {
  background-color: #b62b00;
  color: #ffffff;
}
.subfooter-sidebar .widget ul.menu li > a,
.subfooter-sidebar .secondary-navigation ul.menu li > a {
  color: rgba(160, 0, 35, 0.9);
}
.subfooter-sidebar .widget ul.menu li > a:hover,
.subfooter-sidebar .secondary-navigation ul.menu li > a:hover {
  color: #ffffff;
}
.subfooter-sidebar .widget_calendar table {
  color: #ffffff;
}
.subfooter-sidebar .widget_calendar caption {
  color: #ffffff;
}
.subfooter-sidebar .widget_calendar thead th {
  background-color: rgba(255, 255, 255, 0.15);
}
.subfooter-sidebar .widget_calendar tbody td {
  color: #ffffff;
}
.subfooter-sidebar .widget_calendar tbody a {
  background-color: #ffffff;
  color: #1e1612;
  display: block;
}
.subfooter-sidebar .widget_calendar tbody a:hover {
  background-color: #ffffff;
  color: #1e1612;
}
.subfooter-sidebar .stay-connected_wrapper {
  vertical-align: middle;
  margin-bottom: 0;
}
.subfooter-sidebar .stay-connected_wrapper .gform_heading,
.subfooter-sidebar .stay-connected_wrapper .gform_body,
.subfooter-sidebar .stay-connected_wrapper .gform_footer {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
}
.subfooter-sidebar .stay-connected_wrapper .gform_heading .gform_title {
  display: inline-block;
  margin: 0;
  padding: 6px 8px 6px 0;
  color: #ffffff;
}
.subfooter-sidebar .stay-connected_wrapper .gform_heading .gform_title a {
  color: #ffffff;
}
.subfooter-sidebar .stay-connected_wrapper .gform_heading .gform_title a:hover {
  color: #ffffff;
}
.subfooter-sidebar .stay-connected_wrapper .gform_body input[type="email"],
.subfooter-sidebar .stay-connected_wrapper .gform_body input[type="text"] {
  display: inline-block;
  padding: 8px;
  border-color: #87001d;
}
.subfooter-sidebar .stay-connected_wrapper .gform_body .gfield_label {
  display: none;
}
.subfooter-sidebar .stay-connected_wrapper .gform_body .gfield {
  padding: 0;
}
.subfooter-sidebar .stay-connected_wrapper .gform_footer input[type="button"],
.subfooter-sidebar .stay-connected_wrapper .gform_footer input[type="submit"] {
  color: #a00023;
  background-color: #ffffff;
}
.subfooter-sidebar .submenu-widget li,
.subfooter-sidebar .widget_archive li,
.subfooter-sidebar .widget_categories li,
.subfooter-sidebar .widget_links li,
.subfooter-sidebar .widget_meta li,
.subfooter-sidebar .widget_nav_menu li,
.subfooter-sidebar .widget_pages li,
.subfooter-sidebar .widget_recent_comments li,
.subfooter-sidebar .widget_recent_entries li {
  border-color: rgba(255, 255, 255, 0.15);
}
.subfooter-sidebar .submenu-widget li ul,
.subfooter-sidebar .widget_categories li ul,
.subfooter-sidebar .widget_nav_menu li ul,
.subfooter-sidebar .widget_pages li ul {
  border-color: rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 680px) {
  .subfooter-sidebar {
    margin-left: auto;
    margin-right: auto;
  }
  .site-info .site-info-main {
    margin-left: auto;
    margin-right: auto;
  }
}
/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
.site-footer {
  background-color: #5a634f;
  position: relative;
  z-index: 3;
  clear: both;
  display: block;
}
.site-info {
  background-color: #5a634f;
  color: rgba(255, 255, 255, 0.4);
  padding-top: 21px;
  padding-bottom: 21px;
}
.site-info .site-info-main {
  max-width: 1180px;
  margin-left: 0;
  margin-right: 0;
}
.site-info a {
  color: rgba(255, 255, 255, 0.6);
}
.site-info a:hover {
  color: #ffffff;
}
#supplementary + .site-info {
  border-top: rgba(255, 255, 255, 0.15);
}
.footer-sidebar {
  margin-left: 0;
  margin-right: 0;
  /* Calendar Widget*/
  /* List Style Widgets*/
}
.footer-sidebar .widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 14px;
  line-height: 1.333;
  color: rgba(255, 255, 255, 0.6);
}
.footer-sidebar .widget a {
  color: #ffffff;
  text-decoration: underline;
}
.footer-sidebar .widget a:hover {
  color: #a00023;
}
.footer-sidebar .widget.widget_copyright_notice a {
  color: inherit;
  text-decoration: none;
}
.footer-sidebar .widget.widget_copyright_notice a:hover {
  color: #a00023;
}
.footer-sidebar .widget abbr[title] {
  border-color: rgba(255, 255, 255, 0.15);
}
.footer-sidebar .widget pre,
.footer-sidebar .widget fieldset {
  border-color: rgba(255, 255, 255, 0.15);
}
.footer-sidebar .widget .entry-meta {
  color: rgba(255, 255, 255, 0.6);
}
.footer-sidebar .widget .entry-time {
  color: #ffffff;
}
.footer-sidebar .widget blockquote {
  color: rgba(255, 255, 255, 0.6);
}
.footer-sidebar .widget blockquote cite {
  color: rgba(255, 255, 255, 0.6);
}
.footer-sidebar .widget table,
.footer-sidebar .widget th,
.footer-sidebar .widget td {
  border-color: rgba(255, 255, 255, 0.15);
}
.footer-sidebar .widget del {
  color: rgba(255, 255, 255, 0.6);
}
.footer-sidebar .widget hr {
  background-color: rgba(255, 255, 255, 0.15);
}
.footer-sidebar .widget .wp-caption {
  color: #ffffff;
}
.footer-sidebar .widget .widget-title {
  color: #ffffff;
  margin-bottom: 0.2em;
}
.footer-sidebar .widget .widget-title a {
  color: #ffffff;
}
.footer-sidebar .widget .widget-title a:hover {
  color: #ffffff;
}
.footer-sidebar .widget input[type="submit"] {
  display: inline-block;
  background-color: #a00023;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.footer-sidebar .widget input[type="submit"]:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.footer-sidebar .widget input[type="submit"]:hover,
.footer-sidebar .widget input[type="submit"]:focus {
  background-color: #ba0029;
  color: #ffffff;
}
.footer-sidebar .widget input[type="submit"]:active {
  background-color: #87001d;
  color: #ffffff;
}
.footer-sidebar .widget button,
.footer-sidebar .widget .btn,
.footer-sidebar .widget .contributor-posts-link,
.footer-sidebar .widget input[type="button"],
.footer-sidebar .widget input[type="reset"] {
  display: inline-block;
  background-color: #393939;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.footer-sidebar .widget button:focus,
.footer-sidebar .widget .btn:focus,
.footer-sidebar .widget .contributor-posts-link:focus,
.footer-sidebar .widget input[type="button"]:focus,
.footer-sidebar .widget input[type="reset"]:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.footer-sidebar .widget button:hover,
.footer-sidebar .widget .btn:hover,
.footer-sidebar .widget .contributor-posts-link:hover,
.footer-sidebar .widget input[type="button"]:hover,
.footer-sidebar .widget input[type="reset"]:hover,
.footer-sidebar .widget button:focus,
.footer-sidebar .widget .btn:focus,
.footer-sidebar .widget .contributor-posts-link:focus,
.footer-sidebar .widget input[type="button"]:focus,
.footer-sidebar .widget input[type="reset"]:focus {
  background-color: #454545;
  color: #ffffff;
}
.footer-sidebar .widget button:active,
.footer-sidebar .widget .btn:active,
.footer-sidebar .widget .contributor-posts-link:active,
.footer-sidebar .widget input[type="button"]:active,
.footer-sidebar .widget input[type="reset"]:active {
  background-color: #2c2c2c;
  color: #ffffff;
}
.footer-sidebar .widget button.btn-primary,
.footer-sidebar .widget .btn.btn-primary,
.footer-sidebar .widget .contributor-posts-link.btn-primary,
.footer-sidebar .widget input[type="button"].btn-primary,
.footer-sidebar .widget input[type="reset"].btn-primary {
  display: inline-block;
  background-color: #a00023;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.footer-sidebar .widget button.btn-primary:focus,
.footer-sidebar .widget .btn.btn-primary:focus,
.footer-sidebar .widget .contributor-posts-link.btn-primary:focus,
.footer-sidebar .widget input[type="button"].btn-primary:focus,
.footer-sidebar .widget input[type="reset"].btn-primary:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.footer-sidebar .widget button.btn-primary:hover,
.footer-sidebar .widget .btn.btn-primary:hover,
.footer-sidebar .widget .contributor-posts-link.btn-primary:hover,
.footer-sidebar .widget input[type="button"].btn-primary:hover,
.footer-sidebar .widget input[type="reset"].btn-primary:hover,
.footer-sidebar .widget button.btn-primary:focus,
.footer-sidebar .widget .btn.btn-primary:focus,
.footer-sidebar .widget .contributor-posts-link.btn-primary:focus,
.footer-sidebar .widget input[type="button"].btn-primary:focus,
.footer-sidebar .widget input[type="reset"].btn-primary:focus {
  background-color: #ba0029;
  color: #ffffff;
}
.footer-sidebar .widget button.btn-primary:active,
.footer-sidebar .widget .btn.btn-primary:active,
.footer-sidebar .widget .contributor-posts-link.btn-primary:active,
.footer-sidebar .widget input[type="button"].btn-primary:active,
.footer-sidebar .widget input[type="reset"].btn-primary:active {
  background-color: #87001d;
  color: #ffffff;
}
.footer-sidebar .widget button.btn-success,
.footer-sidebar .widget .btn.btn-success,
.footer-sidebar .widget .contributor-posts-link.btn-success,
.footer-sidebar .widget input[type="button"].btn-success,
.footer-sidebar .widget input[type="reset"].btn-success {
  display: inline-block;
  background-color: #92c843;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.footer-sidebar .widget button.btn-success:focus,
.footer-sidebar .widget .btn.btn-success:focus,
.footer-sidebar .widget .contributor-posts-link.btn-success:focus,
.footer-sidebar .widget input[type="button"].btn-success:focus,
.footer-sidebar .widget input[type="reset"].btn-success:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.footer-sidebar .widget button.btn-success:hover,
.footer-sidebar .widget .btn.btn-success:hover,
.footer-sidebar .widget .contributor-posts-link.btn-success:hover,
.footer-sidebar .widget input[type="button"].btn-success:hover,
.footer-sidebar .widget input[type="reset"].btn-success:hover,
.footer-sidebar .widget button.btn-success:focus,
.footer-sidebar .widget .btn.btn-success:focus,
.footer-sidebar .widget .contributor-posts-link.btn-success:focus,
.footer-sidebar .widget input[type="button"].btn-success:focus,
.footer-sidebar .widget input[type="reset"].btn-success:focus {
  background-color: #9dce57;
  color: #ffffff;
}
.footer-sidebar .widget button.btn-success:active,
.footer-sidebar .widget .btn.btn-success:active,
.footer-sidebar .widget .contributor-posts-link.btn-success:active,
.footer-sidebar .widget input[type="button"].btn-success:active,
.footer-sidebar .widget input[type="reset"].btn-success:active {
  background-color: #85bb37;
  color: #ffffff;
}
.footer-sidebar .widget button.btn-info,
.footer-sidebar .widget .btn.btn-info,
.footer-sidebar .widget .contributor-posts-link.btn-info,
.footer-sidebar .widget input[type="button"].btn-info,
.footer-sidebar .widget input[type="reset"].btn-info {
  display: inline-block;
  background-color: #007ec6;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.footer-sidebar .widget button.btn-info:focus,
.footer-sidebar .widget .btn.btn-info:focus,
.footer-sidebar .widget .contributor-posts-link.btn-info:focus,
.footer-sidebar .widget input[type="button"].btn-info:focus,
.footer-sidebar .widget input[type="reset"].btn-info:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.footer-sidebar .widget button.btn-info:hover,
.footer-sidebar .widget .btn.btn-info:hover,
.footer-sidebar .widget .contributor-posts-link.btn-info:hover,
.footer-sidebar .widget input[type="button"].btn-info:hover,
.footer-sidebar .widget input[type="reset"].btn-info:hover,
.footer-sidebar .widget button.btn-info:focus,
.footer-sidebar .widget .btn.btn-info:focus,
.footer-sidebar .widget .contributor-posts-link.btn-info:focus,
.footer-sidebar .widget input[type="button"].btn-info:focus,
.footer-sidebar .widget input[type="reset"].btn-info:focus {
  background-color: #008ee0;
  color: #ffffff;
}
.footer-sidebar .widget button.btn-info:active,
.footer-sidebar .widget .btn.btn-info:active,
.footer-sidebar .widget .contributor-posts-link.btn-info:active,
.footer-sidebar .widget input[type="button"].btn-info:active,
.footer-sidebar .widget input[type="reset"].btn-info:active {
  background-color: #006ead;
  color: #ffffff;
}
.footer-sidebar .widget button.btn-warning,
.footer-sidebar .widget .btn.btn-warning,
.footer-sidebar .widget .contributor-posts-link.btn-warning,
.footer-sidebar .widget input[type="button"].btn-warning,
.footer-sidebar .widget input[type="reset"].btn-warning {
  display: inline-block;
  background-color: #ed9100;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.footer-sidebar .widget button.btn-warning:focus,
.footer-sidebar .widget .btn.btn-warning:focus,
.footer-sidebar .widget .contributor-posts-link.btn-warning:focus,
.footer-sidebar .widget input[type="button"].btn-warning:focus,
.footer-sidebar .widget input[type="reset"].btn-warning:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.footer-sidebar .widget button.btn-warning:hover,
.footer-sidebar .widget .btn.btn-warning:hover,
.footer-sidebar .widget .contributor-posts-link.btn-warning:hover,
.footer-sidebar .widget input[type="button"].btn-warning:hover,
.footer-sidebar .widget input[type="reset"].btn-warning:hover,
.footer-sidebar .widget button.btn-warning:focus,
.footer-sidebar .widget .btn.btn-warning:focus,
.footer-sidebar .widget .contributor-posts-link.btn-warning:focus,
.footer-sidebar .widget input[type="button"].btn-warning:focus,
.footer-sidebar .widget input[type="reset"].btn-warning:focus {
  background-color: #ff9f08;
  color: #ffffff;
}
.footer-sidebar .widget button.btn-warning:active,
.footer-sidebar .widget .btn.btn-warning:active,
.footer-sidebar .widget .contributor-posts-link.btn-warning:active,
.footer-sidebar .widget input[type="button"].btn-warning:active,
.footer-sidebar .widget input[type="reset"].btn-warning:active {
  background-color: #d48100;
  color: #ffffff;
}
.footer-sidebar .widget button.btn-danger,
.footer-sidebar .widget .btn.btn-danger,
.footer-sidebar .widget .contributor-posts-link.btn-danger,
.footer-sidebar .widget input[type="button"].btn-danger,
.footer-sidebar .widget input[type="reset"].btn-danger {
  display: inline-block;
  background-color: #cf3100;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  font-weight: bold;
  padding: .7em 1.4em;
  text-transform: uppercase;
  text-decoration: none!important;
  vertical-align: bottom;
  outline: 0;
  border: 0;
}
.footer-sidebar .widget button.btn-danger:focus,
.footer-sidebar .widget .btn.btn-danger:focus,
.footer-sidebar .widget .contributor-posts-link.btn-danger:focus,
.footer-sidebar .widget input[type="button"].btn-danger:focus,
.footer-sidebar .widget input[type="reset"].btn-danger:focus {
  box-shadow: 0 0 3px #a00023, 0 0 3px #a00023, inset 0 0 3px #a00023;
}
.footer-sidebar .widget button.btn-danger:hover,
.footer-sidebar .widget .btn.btn-danger:hover,
.footer-sidebar .widget .contributor-posts-link.btn-danger:hover,
.footer-sidebar .widget input[type="button"].btn-danger:hover,
.footer-sidebar .widget input[type="reset"].btn-danger:hover,
.footer-sidebar .widget button.btn-danger:focus,
.footer-sidebar .widget .btn.btn-danger:focus,
.footer-sidebar .widget .contributor-posts-link.btn-danger:focus,
.footer-sidebar .widget input[type="button"].btn-danger:focus,
.footer-sidebar .widget input[type="reset"].btn-danger:focus {
  background-color: #e93700;
  color: #ffffff;
}
.footer-sidebar .widget button.btn-danger:active,
.footer-sidebar .widget .btn.btn-danger:active,
.footer-sidebar .widget .contributor-posts-link.btn-danger:active,
.footer-sidebar .widget input[type="button"].btn-danger:active,
.footer-sidebar .widget input[type="reset"].btn-danger:active {
  background-color: #b62b00;
  color: #ffffff;
}
.footer-sidebar .widget ul.menu li > a,
.footer-sidebar .secondary-navigation ul.menu li > a {
  color: #ffffff;
}
.footer-sidebar .widget ul.menu li > a:hover,
.footer-sidebar .secondary-navigation ul.menu li > a:hover {
  color: #a00023;
}
.footer-sidebar .widget_calendar table {
  color: rgba(255, 255, 255, 0.6);
}
.footer-sidebar .widget_calendar caption {
  color: rgba(255, 255, 255, 0.6);
}
.footer-sidebar .widget_calendar thead th {
  background-color: rgba(255, 255, 255, 0.15);
}
.footer-sidebar .widget_calendar tbody td {
  color: rgba(255, 255, 255, 0.6);
}
.footer-sidebar .widget_calendar tbody a {
  background-color: #a00023;
  color: #ffffff;
  display: block;
}
.footer-sidebar .widget_calendar tbody a:hover {
  background-color: #d3002e;
  color: #ffffff;
}
.footer-sidebar .submenu-widget li,
.footer-sidebar .widget_archive li,
.footer-sidebar .widget_categories li,
.footer-sidebar .widget_links li,
.footer-sidebar .widget_meta li,
.footer-sidebar .widget_nav_menu li,
.footer-sidebar .widget_pages li,
.footer-sidebar .widget_recent_comments li,
.footer-sidebar .widget_recent_entries li {
  border-color: rgba(255, 255, 255, 0.15);
}
.footer-sidebar .submenu-widget li ul,
.footer-sidebar .widget_categories li ul,
.footer-sidebar .widget_nav_menu li ul,
.footer-sidebar .widget_pages li ul {
  border-color: rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 680px) {
  .footer-sidebar {
    margin-left: auto;
    margin-right: auto;
  }
  .site-info .site-info-main {
    margin-left: auto;
    margin-right: auto;
  }
}
.map-subfooter {
  position: relative;
  z-index: 1;
  width: 100%;
  clear: both;
}
.map-subfooter:after {
  clear: both;
}
.map-subfooter:before,
.map-subfooter:after {
  content: "";
  display: table;
}
.map-subfooter .map-container {
  position: relative;
  width: 100%;
  min-height: 80px;
}
#acf-map {
  display: block;
  position: relative;
  padding-top: 33.33333333%;
  overflow: hidden;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel,
.owl-slide {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage,
.owl-slide .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after,
.owl-slide .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer,
.owl-slide .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-slide .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-slide .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot,
.owl-slide .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded,
.owl-slide.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading,
.owl-slide.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden,
.owl-slide.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item,
.owl-slide .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item,
.owl-slide .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img,
.owl-slide .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item,
.owl-slide.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab,
.owl-slide .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl,
.owl-slide.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item,
.owl-slide.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel,
.no-js .owl-slide {
  display: block;
}
.owl-carousel .owl-item .owl-lazy,
.owl-slide .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0ms ease;
  -moz-transition: opacity 0ms ease;
  -ms-transition: opacity 0ms ease;
  -o-transition: opacity 0ms ease;
  transition: opacity 0ms ease;
}
.owl-carousel .owl-item img,
.owl-slide .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper,
.owl-slide .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #1e1612;
}
.owl-carousel .owl-video-play-icon,
.owl-slide .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover,
.owl-slide .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-slide .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-slide .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn,
.owl-slide .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame,
.owl-slide .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme.carousel .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme.carousel .owl-controls .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #960021;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme.carousel .owl-controls .owl-nav [class*=owl-]:hover {
  background: #6d0018;
  color: #ffffff;
  text-decoration: none;
}
.owl-theme.carousel .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme.slide .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme.slide .owl-controls .owl-nav [class*=owl-] {
  position: absolute;
  color: #1e1612;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  display: inline-block;
  bottom: 50%;
  margin-bottom: -40px;
  padding: 0px;
  border: 15px solid rgba(236, 239, 232, 0);
  opacity: .30;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-theme.slide .owl-controls .owl-nav [class*=owl-]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-weight: 400;
  font-size: inherit;
  font-style: normal;
  font-family: "Dashicons";
  text-decoration: none;
  vertical-align: text-bottom;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  text-align: center;
  speak: none;
  text-transform: none;
  content: '';
  width: 30px;
  height: 30px;
  line-height: 1;
  display: block;
  padding: 10px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-theme.slide .owl-controls .owl-nav [class*=owl-]:hover {
  color: #1e1612;
  text-decoration: none;
  opacity: 1;
  border: 15px solid rgba(236, 239, 232, 0.3);
}
.owl-theme.slide .owl-controls .owl-nav [class*=owl-]:hover:before {
  color: #1e1612;
  background: #ffffff;
}
.owl-theme.slide .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: 0;
}
.owl-theme.slide .owl-controls .owl-nav [class*=owl-].owl-prev:before {
  content: "\f341";
  text-indent: -2px;
}
.owl-theme.slide .owl-controls .owl-nav [class*=owl-].owl-next {
  right: 0;
}
.owl-theme.slide .owl-controls .owl-nav [class*=owl-].owl-next:before {
  content: "\f345";
  text-indent: 2px;
}
.owl-theme.slide .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0px 3px;
  padding: 5px;
  border: 5px solid rgba(136, 136, 136, 0);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
}
.owl-theme .owl-dots .owl-dot span:before {
  content: '';
  width: 10px;
  height: 10px;
  line-height: 1;
  display: block;
  margin: -5px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  border-radius: 37px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  border-color: rgba(136, 136, 136, 0.3);
}
.owl-theme .owl-dots .owl-dot.active span:before {
  background: #a00023;
}
.owl-carousel.carousel {
  max-width: 1000px;
  margin: auto;
}
.owl-carousel.slide {
  max-width: none;
  margin: auto;
  background: #1e1612;
}
.owl-carousel.slide .owl-item {
  opacity: 0.65;
}
.owl-carousel.slide .owl-item.active {
  opacity: 1;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transition: opacity 600ms ease-in 600ms;
  -moz-transition: opacity 600ms ease-in 600ms;
  -ms-transition: opacity 600ms ease-in 600ms;
  -o-transition: opacity 600ms ease-in 600ms;
  transition: opacity 600ms ease-in 600ms;
}
.owl-carousel.slide .item {
  width: 100%;
  position: relative;
}
.owl-carousel.slide .item .bg {
  position: relative;
  top: 0px;
  width: 100%;
  height: auto;
  padding-top: 55%;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
}
.owl-carousel.slide .item .caption-entry,
.owl-carousel.slide .item .entry-title {
  color: #ffffff;
}
.owl-carousel.slide .item .caption-entry {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 20px;
  margin: auto;
  max-width: 1180px;
}
.owl-carousel.slide .item .caption-entry {
  opacity: 0;
  -webkit-transition: opacity 5ms ease-in 0ms;
  -moz-transition: opacity 5ms ease-in 0ms;
  -ms-transition: opacity 5ms ease-in 0ms;
  -o-transition: opacity 5ms ease-in 0ms;
  transition: opacity 5ms ease-in 0ms;
}
.owl-responsive-0.owl-carousel.slide .item:before,
.owl-responsive-650.owl-carousel.slide .item:before {
  opacity: 0;
}
.owl-responsive-0.owl-carousel.slide .item .bg,
.owl-responsive-650.owl-carousel.slide .item .bg {
  padding-top: 56.25%;
}
.owl-responsive-0.owl-carousel.slide .item .caption-entry,
.owl-responsive-650.owl-carousel.slide .item .caption-entry {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0ms ease-in 0ms;
  -moz-transition: opacity 0ms ease-in 0ms;
  -ms-transition: opacity 0ms ease-in 0ms;
  -o-transition: opacity 0ms ease-in 0ms;
  transition: opacity 0ms ease-in 0ms;
  font-size: 16px;
}
.owl-responsive-0.owl-carousel.slide .item .caption-entry,
.owl-responsive-650.owl-carousel.slide .item .caption-entry,
.owl-responsive-0.owl-carousel.slide .item .entry-title,
.owl-responsive-650.owl-carousel.slide .item .entry-title {
  color: #ffffff;
}
.owl-carousel.slide .active .item .caption-entry {
  opacity: 1;
  -webkit-transition: opacity 1600ms ease-out 1800ms;
  -moz-transition: opacity 1600ms ease-out 1800ms;
  -ms-transition: opacity 1600ms ease-out 1800ms;
  -o-transition: opacity 1600ms ease-out 1800ms;
  transition: opacity 1600ms ease-out 1800ms;
}
#front-page-slideshow {
  position: relative;
  clear: both;
}
#front-page-slideshow:after {
  clear: both;
}
#front-page-slideshow:before,
#front-page-slideshow:after {
  content: "";
  display: table;
}
#front-page-slideshow.one-slide .owl-carousel.owl-loading {
  opacity: 1;
}
#front-page-slideshow.one-slide .owl-carousel .owl-refresh .owl-item,
#front-page-slideshow.one-slide .owl-carousel .owl-refresh .owl-item .item {
  width: 100%;
  opacity: 1;
  display: inline-block;
}
#front-page-slideshow.one-slide .owl-carousel .owl-refresh .owl-item.cloned {
  display: none;
}
#front-page-slideshow .owl-carousel .owl-stage-outer,
#front-page-slideshow .owl-carousel .owl-stage,
#front-page-slideshow .owl-carousel {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  position: absolute;
}
#front-page-slideshow .owl-carousel .owl-item {
  display: inline-block;
  height: 100%;
}
#front-page-slideshow .owl-carousel .item {
  display: inline-block;
  height: 100%;
  background-position: center center !important;
  background-size: cover !important;
}
#front-page-slideshow .owl-carousel .owl-nav {
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 0;
  position: absolute;
  max-width: 1180px;
  margin: auto;
}
.sharedaddy {
  display: block;
  text-align: left;
  padding: 35px 0 !important;
}
.sharedaddy .sd-sharing {
  display: inline-block;
}
.sharedaddy .sd-sharing .sd-title {
  display: inline-block;
  margin: 0 !important;
  padding: 0 8px 0 0 !important;
}
.sharedaddy .sd-sharing .sd-title:before {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
.sharedaddy .sd-sharing .sd-content {
  display: inline-block;
}
.sharedaddy .sd-sharing .sd-content ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
/* IMAGE LIGHTBOX SELECTOR */
#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
}
/* ACTIVITY INDICATION */
#imagelightbox-loading {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  background-color: rgba(30, 22, 18, 0.6);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em;
  /* 10 */
  margin: -1.25em 0 0 -1.25em;
  /* 20 */
  border-radius: 50%;
}
#imagelightbox-loading div {
  width: 1.25em;
  /* 20 */
  height: 1.25em;
  /* 20 */
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: imagelightbox-loading 0.5s ease infinite;
  animation: imagelightbox-loading 0.5s ease infinite;
}
@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -webkit-transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: .5;
    -webkit-transform: scale(0.75);
  }
}
@keyframes imagelightbox-loading {
  from {
    opacity: .5;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: .5;
    transform: scale(0.75);
  }
}
/* OVERLAY */
#imagelightbox-overlay {
  background-color: #ffffff;
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* "CLOSE" BUTTON */
#imagelightbox-close {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  text-align: left;
  background-color: #393939;
  border-radius: 50%;
  position: fixed;
  border: 0;
  z-index: 10002;
  top: .75em;
  /* 40 */
  right: .75em;
  /* 40 */
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 2px;
  background-color: #ffffff;
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-bottom: -1px;
  margin-left: -1px;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus {
  background-color: #a00023;
}
#imagelightbox-close:hover:before,
#imagelightbox-close:focus:before,
#imagelightbox-close:hover:after,
#imagelightbox-close:focus:after {
  background-color: #ffffff;
}
#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* CAPTION */
#imagelightbox-caption {
  text-align: center;
  color: #1e1612;
  background-color: rgba(255, 255, 255, 0.85);
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em;
  /* 10 */
}
/* NAVIGATION */
#imagelightbox-nav {
  background-color: rgba(30, 22, 18, 0.6);
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em;
  /* 60 */
  padding: 4px;
  /* 5 */
  line-height: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#imagelightbox-nav button {
  width: 1em;
  /* 20 */
  height: 1em;
  /* 20 */
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.313em;
  /* 5 */
  padding: 0;
  line-height: 1;
  font-size: inherit;
}
#imagelightbox-nav button.active {
  background-color: #a00023;
  border: 1px solid #a00023;
}
/* ARROWS */
.imagelightbox-arrow {
  background: none;
  border: 0;
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -1em;
  /* 60 */
  font-size: 15px;
  padding: 0px;
}
.imagelightbox-arrow:active {
  background: none;
}
.imagelightbox-arrow:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-weight: 400;
  font-size: inherit;
  line-height: 1;
  font-style: normal;
  font-family: "Dashicons";
  text-decoration: none;
  vertical-align: text-bottom;
  -moz-transition: color 0.1s ease-in 0;
  -webkit-transition: color 0.1s ease-in 0;
  text-align: center;
  speak: none;
  text-transform: none;
  content: '';
  display: block;
  padding: 10px 2px;
}
.imagelightbox-arrow.imagelightbox-arrow-left {
  left: .15em;
}
.imagelightbox-arrow.imagelightbox-arrow-left:before {
  content: "\f341";
}
.imagelightbox-arrow.imagelightbox-arrow-right {
  right: .15em;
}
.imagelightbox-arrow.imagelightbox-arrow-right:before {
  content: "\f345";
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
  background: none;
  color: #a00023;
}
#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}
.imagelightbox-arrow {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 360px) {
  #imagelightbox-nav {
    bottom: 1.25em;
    /* 20 */
  }
  .imagelightbox-arrow {
    font-size: 30px;
  }
}
@media screen and (min-width: 680px) {
  #imagelightbox-nav {
    bottom: 3.75em;
    /* 60 */
  }
  .imagelightbox-arrow {
    font-size: 45px;
  }
}
@media screen and (min-width: 1000px) {
  .imagelightbox-arrow {
    font-size: 60px;
  }
}
/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */
@media print {
  body {
    background: none !important;
    /* Brute force since user agents all print differently. */
    color: #000000;
    font-size: 12pt;
  }
  html {
    margin-top: 0!important;
  }
  .site-header.lock {
    position: relative;
  }
  .site,
  .site-header,
  .hentry,
  .site-content .entry-header,
  .site-content .entry-content,
  .site-content .entry-summary,
  .site-content .entry-meta,
  .page-content,
  .archive-header,
  .page-header,
  .contributor-info,
  .comments-area,
  .attachment .entry-attachment .attachment {
    max-width: 100%;
  }
  .site {
    padding: 30px;
  }
  #site-header img,
  .search-toggle,
  .site-navigation,
  .site-content nav,
  .edit-link,
  .page-links,
  .widget-area,
  .more-link,
  .post-format-archive-link,
  .comment-respond,
  .comment-list .reply,
  .comment-reply-login,
  #secondary,
  .site-footer,
  .slider-control-paging,
  .slider-direction-nav {
    display: none;
  }
  .site-title a,
  .entry-meta,
  .entry-meta a,
  .featured-content .hentry,
  .featured-content a {
    color: #000000;
  }
  .entry-content a,
  .entry-summary a,
  .page-content a,
  .comment-content a {
    text-decoration: none;
  }
  .post-thumbnail,
  a.post-thumbnail:hover,
  .site-content .entry-header,
  .site-footer,
  .featured-content,
  .featured-content .entry-header {
    background: transparent;
  }
  .header-main {
    padding: 42px 10px;
  }
  .site-title {
    float: none;
    font-size: 19pt;
  }
  .content-area {
    padding-top: 0;
  }
  .list-view .site-content .hentry {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 42px;
    padding-bottom: 21px;
  }
  .post-thumbnail img {
    margin: 0 auto 21px;
  }
  .site-content .has-post-thumbnail .entry-header {
    padding-top: 0;
  }
  .site-content footer.entry-meta {
    margin: 21px auto;
  }
  .entry-meta .tag-links a {
    color: #000000;
  }
  .singular .site-content .hentry.has-post-thumbnail {
    margin-top: 0;
  }
  .gallery-columns-1.gallery-size-medium,
  .gallery-columns-1.gallery-size-thumbnail,
  .gallery-columns-2.gallery-size-thumbnail,
  .gallery-columns-3.gallery-size-thumbnail {
    display: block;
  }
  .archive-title,
  .page-title {
    margin: 0;
  }
  .taxonomy-description,
  .author-description,
  .page-description {
    margin: 0 0 42px;
  }
  .featured-content .hentry {
    margin-bottom: 42px;
  }
  .featured-content .post-thumbnail,
  .slider .featured-content .post-thumbnail {
    padding-top: 0;
  }
  .featured-content .post-thumbnail img {
    position: relative;
  }
  .featured-content .entry-header {
    padding: 0 10px 21px;
  }
  .featured-content .entry-meta {
    font-size: 9pt;
    margin-bottom: 11px;
  }
  .featured-content .cat-links {
    font-weight: bold;
  }
  .featured-content .entry-title {
    font-size: 25pt;
    line-height: 36px;
  }
}
/* Auto Responsive */
@media screen and (max-width: 360px) {
  .content-area {
    width: 100%;
  }
  .site-container {
    margin-left: auto;
    margin-right: auto;
  }
  .site-container:before,
  .site-container:after {
    display: none;
  }
  .section,
  #secondary,
  #supplementary,
  #subfooter,
  .site-info,
  .site-content,
  #tertiary {
    position: relative;
    clear: both;
    float: none;
    min-height: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    z-index: 1;
  }
  .section:after,
  #secondary:after,
  #supplementary:after,
  #subfooter:after,
  .site-info:after,
  .site-content:after,
  #tertiary:after {
    clear: both;
  }
  .section:before,
  #secondary:before,
  #supplementary:before,
  #subfooter:before,
  .site-info:before,
  .site-content:before,
  #tertiary:before,
  .section:after,
  #secondary:after,
  #supplementary:after,
  #subfooter:after,
  .site-info:after,
  .site-content:after,
  #tertiary:after {
    content: "";
    display: table;
  }
  .section.section-slide,
  #secondary.section-slide,
  #supplementary.section-slide,
  #subfooter.section-slide,
  .site-info.section-slide,
  .site-content.section-slide,
  #tertiary.section-slide {
    padding: 0;
  }
  .section-content .entry-content {
    font-size: 16px;
  }
  .archive-title,
  .page-title,
  .entry-title,
  h1,
  .h1 {
    font-size: 1.35em;
  }
  .archive .entry-title,
  .category .entry-title,
  .blog .entry-title,
  .search .entry-title {
    font-size: 1.2em;
  }
  h2,
  .h2 {
    font-size: 1.2em;
  }
  h3,
  .h3 {
    font-size: 1.1em;
  }
  h4,
  .h4 {
    font-size: 1.1em;
  }
  h5,
  .h5 {
    font-size: 1em;
  }
  h6,
  .h6 {
    font-size: 1em;
  }
  .community-info {
    padding-top: 35px;
  }
  .caption-entry {
    padding: 20px;
  }
  .subfooter-sidebar:after {
    clear: both;
  }
  .subfooter-sidebar:before,
  .subfooter-sidebar:after {
    content: "";
    display: table;
  }
  .content-sidebar:after,
  .primary-sidebar:after,
  .footer-sidebar:after {
    clear: both;
  }
  .content-sidebar:before,
  .primary-sidebar:before,
  .footer-sidebar:before,
  .content-sidebar:after,
  .primary-sidebar:after,
  .footer-sidebar:after {
    content: "";
    display: table;
  }
  .content-sidebar .grid-size,
  .primary-sidebar .grid-size,
  .footer-sidebar .grid-size {
    width: 100%;
  }
  .content-sidebar .widget,
  .primary-sidebar .widget,
  .footer-sidebar .widget,
  .content-sidebar .navigation,
  .primary-sidebar .navigation,
  .footer-sidebar .navigation {
    width: 100%;
    padding: 0;
  }
  .list-view .tribe-events-list-separator-month,
  .tribe-events-list .tribe-events-list-separator-month,
  .list-view .tribe-events-event-details.hentry,
  .tribe-events-list .tribe-events-event-details.hentry,
  .list-view .site-content .hentry,
  .tribe-events-list .site-content .hentry {
    border-top: 1px dotted rgba(0, 0, 0, 0.5);
    padding-top: 20px;
  }
  .list-view .tribe-events-list-separator-month:last-of-type,
  .tribe-events-list .tribe-events-list-separator-month:last-of-type,
  .list-view .tribe-events-event-details.hentry:last-of-type,
  .tribe-events-list .tribe-events-event-details.hentry:last-of-type,
  .list-view .site-content .hentry:last-of-type,
  .tribe-events-list .site-content .hentry:last-of-type {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  }
  .list-view .tribe-events-list-separator-month:last-of-type,
  .tribe-events-list .tribe-events-list-separator-month:last-of-type {
    border-bottom: none;
  }
  .list-view .location-header + .hentry,
  .tribe-events-list .location-header + .hentry {
    border-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 361px) {
  .content-area {
    width: 100%;
  }
  .site-container {
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .site-container:before,
  .site-container:after {
    display: none;
  }
  .section,
  #secondary,
  #supplementary,
  #subfooter,
  .site-info,
  .site-content,
  #tertiary {
    position: relative;
    clear: both;
    float: none;
    min-height: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    z-index: 1;
  }
  .section:after,
  #secondary:after,
  #supplementary:after,
  #subfooter:after,
  .site-info:after,
  .site-content:after,
  #tertiary:after {
    clear: both;
  }
  .section:before,
  #secondary:before,
  #supplementary:before,
  #subfooter:before,
  .site-info:before,
  .site-content:before,
  #tertiary:before,
  .section:after,
  #secondary:after,
  #supplementary:after,
  #subfooter:after,
  .site-info:after,
  .site-content:after,
  #tertiary:after {
    content: "";
    display: table;
  }
  .section.section-slide,
  #secondary.section-slide,
  #supplementary.section-slide,
  #subfooter.section-slide,
  .site-info.section-slide,
  .site-content.section-slide,
  #tertiary.section-slide {
    padding: 0;
  }
  .section-content .entry-content {
    font-size: 16px;
  }
  .caption-entry {
    padding: 20px;
  }
  #supplementary,
  #subfooter-sidebar {
    max-width: 1180px;
  }
  .subfooter-sidebar:after {
    clear: both;
  }
  .subfooter-sidebar:before,
  .subfooter-sidebar:after {
    content: "";
    display: table;
  }
  .content-sidebar:after,
  .primary-sidebar:after,
  .footer-sidebar:after {
    clear: both;
  }
  .content-sidebar:before,
  .primary-sidebar:before,
  .footer-sidebar:before,
  .content-sidebar:after,
  .primary-sidebar:after,
  .footer-sidebar:after {
    content: "";
    display: table;
  }
  .content-sidebar .grid-size,
  .primary-sidebar .grid-size,
  .footer-sidebar .grid-size {
    width: auto;
  }
  .content-sidebar .widget,
  .primary-sidebar .widget,
  .footer-sidebar .widget,
  .content-sidebar .navigation,
  .primary-sidebar .navigation,
  .footer-sidebar .navigation {
    width: auto;
    padding: 0;
  }
  .list-view .tribe-events-list-separator-month,
  .tribe-events-list .tribe-events-list-separator-month,
  .list-view .tribe-events-event-details.hentry,
  .tribe-events-list .tribe-events-event-details.hentry,
  .list-view .site-content .hentry,
  .tribe-events-list .site-content .hentry {
    border-top: 1px dotted rgba(0, 0, 0, 0.5);
    padding-top: 20px;
  }
  .list-view .tribe-events-list-separator-month:last-of-type,
  .tribe-events-list .tribe-events-list-separator-month:last-of-type,
  .list-view .tribe-events-event-details.hentry:last-of-type,
  .tribe-events-list .tribe-events-event-details.hentry:last-of-type,
  .list-view .site-content .hentry:last-of-type,
  .tribe-events-list .site-content .hentry:last-of-type {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  }
  .list-view .tribe-events-list-separator-month:last-of-type,
  .tribe-events-list .tribe-events-list-separator-month:last-of-type {
    border-bottom: none;
  }
  .list-view .location-header + .hentry,
  .tribe-events-list .location-header + .hentry {
    border-top: 0;
    padding-top: 0;
  }
  .entry-content .submenu-floorplan .menu .menu-item {
    max-width: 100%;
  }
}
@media screen and (min-width: 400px) {
  .content-sidebar .grid-size,
  .primary-sidebar .grid-size,
  .footer-sidebar .grid-size {
    width: 100%;
  }
  .content-sidebar .widget,
  .primary-sidebar .widget,
  .footer-sidebar .widget,
  .content-sidebar .navigation,
  .primary-sidebar .navigation,
  .footer-sidebar .navigation {
    width: 100%;
  }
  .format-link .post-thumbnail {
    padding-top: 21px;
    max-width: 125px;
    float: left;
  }
  .format-link .entry-header,
  .format-link .entry-content {
    float: left;
    width: 100%;
    margin-left: -125px;
    padding-left: 140px;
  }
}
@media screen and (min-width: 680px) {
  .msg-board {
    margin: 5em auto;
    max-width: 375px;
  }
  .msg-board:before {
    content: '';
    position: absolute;
    top: 8%;
    right: 0px;
    bottom: 20%;
    left: 0px;
    z-index: -2;
    box-shadow: 0px 54px 80px -10px #000000, 0px 5px 30px -5px #000000;
  }
  .content-area {
    padding-top: 50px;
  }
  .content-area,
  #tertiary,
  .main-content {
    float: left;
    clear: none;
  }
  .section {
    padding: 50px 50px;
  }
  .section.section-slide {
    padding: 0;
    top: 0px;
    max-width: 1800px;
  }
  .entry-content .submenu-floorplan .menu .menu-item {
    max-width: 49.5%;
  }
  .site-content {
    margin-right: 350px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 25px;
    z-index: 2;
    margin-right: 300px;
  }
  .no-content-sidebar .site-content {
    margin-right: 0px;
  }
  .section-content .entry-content {
    font-size: 20px;
  }
  .caption-entry {
    padding: 50px 50px;
  }
  .site-info-main {
    padding-left: 50px;
    padding-right: 50px;
  }
  .site-container:after {
    content: "";
    display: block;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    margin-right: 0px;
    padding-left: 50px;
    padding-right: 50px;
    z-index: 0;
  }
  .no-content-sidebar .site-container:after {
    display: none;
  }
  #subfooter,
  #secondary,
  #supplementary,
  #tertiary {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  #tertiary {
    background-color: transparent;
    position: relative;
    margin-left: -350px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 25px;
    width: 350px;
    z-index: 1;
  }
  .no-content-sidebar #tertiary {
    display: none;
  }
  .primary-sidebar,
  .footer-sidebar {
    margin: 0 auto;
  }
  .primary-sidebar:after,
  .footer-sidebar:after {
    clear: both;
  }
  .primary-sidebar:before,
  .footer-sidebar:before,
  .primary-sidebar:after,
  .footer-sidebar:after {
    content: "";
    display: table;
  }
  .primary-sidebar .grid-size,
  .footer-sidebar .grid-size {
    width: 37px;
  }
  .primary-sidebar .widget,
  .footer-sidebar .widget,
  .primary-sidebar .navigation,
  .footer-sidebar .navigation {
    width: 185px;
    padding: 0 20px;
  }
  .primary-sidebar .widget.medium,
  .footer-sidebar .widget.medium,
  .primary-sidebar .navigation.medium,
  .footer-sidebar .navigation.medium {
    width: 333px;
  }
  .primary-sidebar .widget.wide,
  .footer-sidebar .widget.wide,
  .primary-sidebar .navigation.wide,
  .footer-sidebar .navigation.wide {
    width: 407px;
  }
  .content-sidebar .grid-size {
    width: 250px;
  }
  .content-sidebar .widget,
  .content-sidebar .navigation {
    width: 250px;
    padding: 0;
  }
  .list-view .tribe-events-list-separator-month,
  .tribe-events-list .tribe-events-list-separator-month,
  .list-view .tribe-events-event-details.hentry,
  .tribe-events-list .tribe-events-event-details.hentry,
  .list-view .site-content .hentry,
  .tribe-events-list .site-content .hentry {
    padding-top: 21px;
  }
  .tribe-events-list .right-side {
    display: table-cell;
    vertical-align: top;
    padding: 0px 0px 0px 20px;
  }
  .no-content-sidebar.no-primary-sidebar .tribe-events-list .post-thumbnail {
    display: table-cell;
    width: 260px;
    vertical-align: top;
  }
  .featured-pages .featured-page {
    max-width: 33.33333333%;
    padding: 0px 5px;
  }
  .featured-pages .featured-page .entry-title {
    padding: 15px 5px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .featured-pages .featured-page {
    padding: 0px 15px;
  }
  .featured-pages .featured-page .entry-title {
    font-size: 16px;
  }
  #frontpage {
    padding-left: 50px;
    padding-right: 50px;
  }
  .msg-board {
    margin: 5em 80px;
    float: right;
  }
  .entry-content .submenu-floorplan .menu .menu-item {
    max-width: 33.3%;
  }
  .tribe-events-list .post-thumbnail {
    display: table-cell;
    width: 260px;
    vertical-align: top;
  }
  #secondary {
    padding-top: 50px;
  }
  .site-content {
    margin-left: 260px;
  }
  .no-primary-sidebar .site-content {
    margin-left: 0px;
  }
  .site-container:before {
    content: "";
    display: block;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 0;
  }
  .no-primary-sidebar .site-container:before {
    display: none;
  }
  #secondary {
    float: left;
    clear: none;
    background: transparent;
    position: relative;
    margin: 0 0 0 -100%;
    width: 260px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 1;
  }
  .no-primary-sidebar #secondary {
    display: none;
  }
  .primary-sidebar {
    margin: auto;
  }
  .primary-sidebar .grid-size {
    width: 220px;
  }
  .primary-sidebar .widget,
  .primary-sidebar .navigation {
    width: 220px;
    padding: 0;
  }
}
