/*!
Theme Name: gpc_s
Theme URI: http://underscores.me/
Author: Becky Davis
Author URI: http://beckydavisdesign.com
Description: Description
Version: 1.5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gpc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

gpc_s is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

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

.hentry {
  margin: 0 0 1.5em; }

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

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

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

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
/*---variables---*/
/*--Main structure--*/
body {
  font-family: "Open Sans",sans-serif;
  color: #393b39;
  overflow-x: hidden; }

.inner {
  max-width: 1200px;
  margin: 0 auto; }

h1, h2, h3, h4, h5, h6 {
  color: #578941;
  font-family: "Oswald",sans-serif;
  font-weight: 300; }

a, a.tribe-event-url, .roster_slider a {
  color: #578941;
  text-decoration: none; }

a, a.tribe-event-url:visited, .roster_slider a {
  color: #578941; }

a, a.tribe-event-url:hover, .roster_slider a:hover {
  color: #F16133;
  transition: all 0.5s ease; }

ul.nobull {
  list-style: none;
  padding: 0; }

/*--header--*/
.site-header {
  background: #578941;
  padding-bottom: 8px; }

.site-branding {
  padding: 1em 0; }
  .site-branding .brand {
    float: left;
    width: 39%; }
  .site-branding .site-title a {
    text-decoration: none;
    color: #f5f5f5;
    font-size: 1.6em;
    float: left;
    padding: .5em 0 0;
    text-transform: uppercase; }
  .site-branding .logo {
    float: left;
    width: 12%;
    margin-top: 10px; }
  .site-branding .info {
    float: right;
    color: #f5f5f5;
    padding: .25em 0 0;
    width: 60%; }

.svg-inline, .svg-block {
  display: none; }

.svg .svg-inline {
  display: inline; }
.svg .not-svg-item {
  display: none; }

.topband {
  color: #f5f5f5;
  background: #393b39;
  padding: 7px 0; }

.topcontent {
  margin: 2px 0 0 0;
  height: 35px;
  display: grid;
  grid-template-columns: 4fr 1fr auto;
  padding: 0 1%;
  grid-gap: 5px;
  justify-items: left; }
  .topcontent .txt {
    padding: 2px 0 0; }
    .topcontent .txt a {
      color: #fff;
      text-decoration: underline; }
  .topcontent .search-field {
    background-color: transparent;
    background-image: url(images/search-icon.png);
    background-position: 5px left center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none !important;
    border-radius: 0 !important;
    cursor: pointer;
    height: 24px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0; }
  .topcontent .search-field:focus {
    background-color: #fff;
    cursor: text;
    outline: 0;
    width: 160px; }
  .topcontent .search-form
  .search-submit {
    display: none; }
  .topcontent a.btn {
    padding: 2px 20px 0;
    margin-bottom: 3px;
    font-weight: normal;
    max-height: 35px; }

/*--Navigation--*/
.main-navigation {
  float: none; }
  .main-navigation li {
    margin: 0 1% 0px 0;
    padding: 5px 15px 10px; }
  .main-navigation a {
    color: #f5f5f5; }
  .main-navigation li:hover, .main-navigation ul ul li {
    background-color: #F16133;
    transition: all 0.5s ease; }
  .main-navigation li.btn {
    opacity: .85; }
  .main-navigation li.navlabel {
    font-size: 1.14em; }
  .main-navigation ul ul {
    top: 3.8em; }
  .main-navigation ul ul li {
    margin: 0 0 0 -15px; }
  .main-navigation ul ul a {
    font-size: 1em;
    width: 250px;
    margin-left: 20px; }

span.small {
  font-size: .8em;
  font-family: "Open Sans", sans-serif; }

/*--sidebar left--*/
.content-area {
  float: left;
  margin: 0 -25% 0 0;
  width: 100%; }

.site-main {
  margin: 0 25% 0 0; }

.site-content .widget-area {
  float: right;
  overflow: hidden;
  width: 25%;
  margin-top: 2em; }
  .site-content .widget-area ul, .site-content .widget-area ol {
    margin: 0 0 1.5em 1em; }

/*--full width- & Landing photo templates-*/
.page-template-page-full .content-area, .page-template-page-full .site-main, .page-template-page-landing .content-area, .page-template-page-landing .site-main, .page-template-page-programs .content-area, .page-template-page-programs .site-main {
  margin: 1em 0 0; }

h2.landing-title a {
  font-size: 1.1em;
  text-decoration: none;
  color: #578941; }
h2.landing-title a:hover {
  color: #F16133;
  transition: all 0.5s ease; }

/*-HOME-& Landing*/
.hero {
  margin: -5px 0 auto; }

.home .content-area, .home .site-main {
  margin: 0; }

.h-inner {
  position: relative; }

.hero a {
  text-decoration: none; }
.hero ol {
  display: none; }

.overlay {
  position: sticky;
  padding: 1em .5em;
  margin-top: -7.9em;
  height: 7.5em;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 27%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 27%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 27%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */ }

.home .overlay {
  margin-top: -7.95em;
  height: 8em; }

.over h3 {
  font-size: 2.2em;
  margin: 0 0 .15em 0;
  opacity: 1;
  color: #f5f5f5;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase; }
.over p {
  margin: 0 0 .25em;
  color: #f5f5f5;
  font-size: 1.5em;
  font-family: "Open Sans Condensed", sans-serif;
  padding: 0 !important; }

.home .over {
  margin-left: 30px; }

.carousel {
  margin: 20px 0; }
  .carousel img.roster_slider_thumbnail.full {
    margin: 0 auto !important; }
  .carousel #roster_slider_tfeatured_next.roster_next {
    background: url("images/next.png") 0 0 no-repeat transparent !important;
    height: 50px; }
  .carousel #roster_slider_tfeatured_prev.roster_prev {
    background: url("images/prev.png") 0 0 no-repeat transparent !important;
    height: 50px; }

.parallax {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -410px;
  margin-right: -410px; }

.parallax-content {
  padding: 5px 25%;
  text-align: center; }
  .parallax-content h1 {
    color: #f5f5f5;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    text-transform: uppercase; }
  .parallax-content p {
    color: #f5f5f5;
    font-size: 1.3em; }

.parallax-overlay {
  background-color: rgba(0, 0, 0, 0.35);
  padding: 100px 0; }

h2.tribe-events-list-event-title {
  font-size: 1.8em;
  margin: 0 0 .25em; }

.tribe-featured {
  float: left;
  width: 32%;
  margin: .5em; }
  .tribe-featured a {
    text-decoration: none;
    font-size: 1.4em;
    color: #578941; }

.tribe-events-event-thumb {
  max-width: 390px; }

.photo-wrap, .photo-wrap-2 {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap; }

.photo-featured {
  width: 32%;
  flex: 1 0 auto;
  margin: .5em; }

.photo-thumb {
  max-width: 390px; }

.photobck {
  background: url("images/testslide3.jpg") center no-repeat;
  background-size: cover !important;
  margin: 15px 0; }

.photo-featured3 {
  width: 31%;
  flex: 1 0 auto;
  margin: .5em; }
  .photo-featured3 p {
    margin: 0 1em 1.5em 0; }

.photo-featured2 {
  width: 42%;
  flex: 1 0 auto;
  margin: .5em; }

.page-template-page-landing .photo-wrap-2, .home .photo-wrap-2 {
  padding: 0 15%; }

.page-template-page-landing .photo-thumb, .home .photo-thumb {
  max-width: 460px; }

.page-template-page-landing-side .photo-wrap-2 {
  padding: 0 10%; }

.page-template-page-landing-side .photo-featured3 {
  margin: .25em; }

.page-template-page-landing-side .photo-thumb {
  max-width: 350px; }

.page-template-page-landing-side h2.tribe-events-list-event-title {
  font-size: 1.25em; }

.home .photo-thumb {
  background: #f5f5f5;
  padding: 10px; }

.photo-thumb.bottom {
  height: 380px; }

.home .flexslider {
  margin: 5px 0 10px 0; }

h2.featured-title {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 26px; }

/*--buttons buttons--*/
.btn, .give-btn {
  background: #F16133;
  padding: 10px 20px;
  opacity: .85; }

.give-btn {
  color: #f5f5f5;
  box-shadow: none; }

a.btn, a.give-btn {
  color: #f5f5f5;
  font-weight: 700;
  text-decoration: none;
  opacity: 1; }

a.btn:hover, .give-btn:hover {
  background: #F16133;
  opacity: 1;
  transition: all 0.5s ease; }

a.btn.rev, a.btn.rev:hover {
  border: 2px solid #F16133; }

a.btn.rev {
  background: #fff;
  color: #F16133;
  padding: 10px 15%;
  font-family: "futura-pt",sans-serif; }

/*---------------Events pages --------------------------*/
#tribe-events-pg-template {
  max-width: 1200px; }

.facetwp-checkbox.checked {
  background-image: url(images/checkbox-on.png) !important;
  background-repeat: no-repeat; }

.facetwp-checkbox {
  float: left;
  margin-right: 8px; }

.event-list-photo .tribe-events-event-image img {
  width: 49%;
  float: right; }

.event-list-content {
  float: left;
  width: 49%; }

.sponsors {
  float: left;
  clear: both; }
  .sponsors img {
    max-width: 350px;
    margin: 0 5% 1.5em 0; }

#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
  background: #578941; }

/*Program template sections*/
.progthumb {
  float: left;
  width: 15.5%;
  margin-right: 1%;
  text-align: center; }

.progthumb p {
  margin-top: 0; }

/*FAQ collapsible sections*/
.faq_section h1:hover, .faq_section h1:focus, .faq_section h2:hover, .faq_section h2:focus, .faq_parent h1:hover, .faq_parent h1:focus, .faq_parent h2:hover, .faq_parent h2:focus {
  cursor: pointer; }

.dropdown {
  margin-bottom: 1.25em; }

#faq_container {
  margin-bottom: 10px;
  padding: 10px 0; }

.faq_question {
  margin: 0px;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  display: table; }

.question {
  margin-bottom: 0px;
  display: table-cell;
  width: 100%; }

.faq_answer_container {
  display: none;
  padding: 0px; }

.faq.open .faq_answer_container {
  display: block; }

/*be sure to i`nclude so answer container shows all! */
.accordion-button-icon {
  padding-right: 15px;
  vertical-align: middle;
  color: #F16133;
  font-size: 28px !important; }

.accordion-button-icon.lg {
  font-size: 38px !important;
  float: left; }

.accordion-button-icon.xlg {
  font-size: 46px !important;
  float: left; }

hr {
  background-color: #F16133; }

/*--galleries-& single event pages---*/
figure {
  margin: 1em .5em; }

.gallery-columns-3 .gallery-item {
  max-width: 31.33%; }

.gallery-columns-2 .gallery-item {
  max-width: 48.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 23.33%; }

.single-tribe_events .tribe-events-event-image {
  float: right;
  margin: 0 0 30px 15px;
  text-align: center; }

/*--footer--*/
.site-footer {
  font-size: .95em;
  color: #f5f5f5;
  clear: both;
  width: 100%;
  border-top: 3px solid #F16133; }
  .site-footer a {
    color: #f5f5f5;
    text-decoration: none; }
  .site-footer a:hover {
    text-decoration: underline; }

#foot-info {
  float: left;
  width: 100%;
  background: #393b39; }
  #foot-info .fa, #foot-info .fab {
    padding: 8px;
    font-size: 16px;
    background: #4e5a5a;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #F16133;
    float: left; }
  #foot-info address {
    font-style: normal; }

.foot-widget {
  float: left;
  width: 24%;
  padding: 0 10px; }
  .foot-widget h2, .foot-widget .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
    color: #f5f5f5;
    font-family: "futura-pt", sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: .25em; }
  .foot-widget ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0; }

.site-info {
  text-transform: uppercase;
  padding: 10px 0 0;
  background: #171717;
  float: left;
  width: 100%;
  font-size: .9em; }
  .site-info .footlogo {
    padding: 0 5px 0 15px; }

.home-link {
  float: left;
  width: 50%; }

.site-description {
  float: right; }

.foot-navigation {
  float: left;
  margin: 5px 0 0 -2em; }
  .foot-navigation ul {
    list-style: none;
    margin: 0; }
  .foot-navigation li {
    float: left;
    padding: 0 5px; }
  .foot-navigation li:first-child {
    padding: 0; }
  .foot-navigation li:after {
    content: " | "; }
  .foot-navigation li:last-child:after {
    content: "  "; }

/*--event slider--*/
.pt-cv-scrollable .pt-cv-carousel .item {
  padding: 0 30px !important; }

.pt-cv-scrollable .carousel-control.left {
  left: 0 !important; }

.pt-cv-scrollable .carousel-control.right {
  right: 0 !important; }

.pt-cv-scrollable .carousel-control.left,
.pt-cv-scrollable .carousel-control.right {
  position: absolute !important;
  margin-top: -25px !important;
  top: 50% !important; }

.pt-cv-view .carousel-control span {
  background: none !important;
  color: #4e5a5a; }

/* =Media Queries
----------------------------------------------- */
@media all and (max-width: 72.188em) {
  /* - 1155px -  */
  .main-navigation li {
    padding: 5px 5px 10px; }

  .site-branding .brand {
    width: 34%;
    padding-left: 1%; }
  .site-branding .logo {
    width: 9%; }
  .site-branding .site-title a {
    font-size: 1.2em; }
  .site-branding .info {
    width: 65%; } }
@media all and (max-width: 71.25em) {
  /* - 1140px -  */
  .main-navigation li {
    padding: 5px 5px 10px; }
  .main-navigation ul ul li {
    margin: 0 0 0 -6px; }

  .site-branding .brand {
    width: 34%;
    padding-left: 1%; }
  .site-branding .logo {
    width: 9%; }
  .site-branding .site-title a {
    font-size: 1.1em; }

  a.btn.rev {
    padding: 10px 10%; }

  .content-area {
    padding: 0 1%; } }
@media all and (max-width: 64em) {
  /* - 1024px -  */
  .site-branding .logo {
    width: 8%; }
  .site-branding .site-title a {
    font-size: 1.1em; }
  .site-branding .info {
    width: 62%; }

  .main-navigation li.navlabel {
    font-size: 1em; }

  .overlay {
    margin-top: -7.8em; }
    .overlay h3 {
      font-size: 1.5em;
      margin: 0 1%; }
    .overlay p {
      margin: 0 1%;
      font-size: 1em; }

  .home .content-area, .home .site-main {
    margin: -.75em 0 0;
    padding: 0 1%; }

  .page-template-page-full .content-area, .page-template-page-full .site-main {
    margin: 2em 1% 0; }

  .page-template-default .content-area, .page-template-default .site-main {
    padding: 0 1%; }

  .topcontent {
    margin: 2px 0 0 0; } }
@media all and (max-width: 57em) {
  /* - 912px -  */
  .site-branding .brand {
    width: 38%; }

  .topcontent {
    margin: 2px 0 0 0; }

  .parallax-content {
    padding: 5px 5%; } }
@media all and (max-width: 55.37em) {
  /* - 886px -  */
  .site-branding .brand {
    width: 42%; }

  .overlay h3 {
    font-size: 1.5em;
    margin: 0 1%; }
  .overlay p {
    margin: 0 1%;
    font-size: 1.1em; }

  .textwidget a.btn {
    float: left;
    margin: 0 5px 5px; }

  .home-link, .site-description {
    float: left;
    width: 100%; }

  .foot-widget {
    width: 48%;
    height: 305px; }
    .foot-widget h2 {
      font-size: 1.2em; }

  a.btn.rev {
    padding: 10px 0; } }
@media all and (max-width: 48em) {
  /* - 768px -ipadish */
  .site-branding .brand {
    width: 70%; }

  .overlay h3 {
    font-size: 1.2em; }

  .h-inner {
    margin-top: 2em; }

  .search-form {
    display: none; }

  .topcontent {
    grid-template-columns: 58% 38%;
    margin: 2px 0 0 2%; } }
@media all and (max-width: 41em) {
  /* - 656px - */ }
@media all and (max-width: 37.5em) {
  /* - 600px -kindleish */ }
@media all and (max-width: 30em) {
  /* 480px - everything to single column */
  .topband {
    padding: 5px 0 15px; }

  .topcontent {
    margin: 2px 0 0 0; }
    .topcontent a.btn {
      font-size: .8em;
      align-self: center;
      padding: 2px 10px 0; }
    .topcontent img {
      display: none; }

  .site-branding .brand {
    width: 98%; }

  .hero {
    margin: 0; }

  .overlay {
    margin-top: -6.3em;
    height: 5.5em; }
    .overlay h3 {
      font-size: 1.1em; }
    .overlay p {
      font-size: .9em; }

  .photo-featured3 {
    width: 95%; }

  .parallax-content {
    margin: 5px 32%; }

  .foot-widget {
    width: 98%;
    height: auto; } }

/*# sourceMappingURL=style.css.map */
