/* #Basic Styles
====================================================================================================== */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot");
  src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 15, ../scss/global.scss */
#wrap_all div, #wrap_all span, #wrap_all applet, #wrap_all object, #wrap_all iframe, #wrap_all h1, #wrap_all h2, #wrap_all h3, #wrap_all h4, #wrap_all h5, #wrap_all h6, #wrap_all p, #wrap_all blockquote, #wrap_all pre, #wrap_all a, #wrap_all abbr, #wrap_all acronym, #wrap_all address, #wrap_all big, #wrap_all cite, #wrap_all code, #wrap_all del, #wrap_all dfn, #wrap_all em, #wrap_all img, #wrap_all ins, #wrap_all kbd, #wrap_all q, #wrap_all s, #wrap_all samp, #wrap_all small, #wrap_all strike, #wrap_all strong, #wrap_all sub, #wrap_all sup, #wrap_all tt, #wrap_all var, #wrap_all b, #wrap_all u, #wrap_all i, #wrap_all center, #wrap_all dl, #wrap_all dt, #wrap_all dd, #wrap_all ol, #wrap_all ul, #wrap_all li, #wrap_all fieldset, #wrap_all form, #wrap_all label, #wrap_all legend, #wrap_all table, #wrap_all caption, #wrap_all tbody, #wrap_all tfoot, #wrap_all thead, #wrap_all tr, #wrap_all th, #wrap_all td, #wrap_all article, #wrap_all aside, #wrap_all canvas, #wrap_all details, #wrap_all embed, #wrap_all figure, #wrap_all figcaption, #wrap_all footer, #wrap_all header, #wrap_all hgroup, #wrap_all menu, #wrap_all nav, #wrap_all output, #wrap_all ruby, #wrap_all section, #wrap_all summary, #wrap_all time, #wrap_all mark, #wrap_all audio, #wrap_all video {
  font-family: 'Josefin Sans', sans-serif;
}

/* line 20, ../scss/global.scss */
.alignright {
  margin-left: 40px !important;
  margin-bottom: 50px !important;
}

/* line 25, ../scss/global.scss */
.alignleft {
  margin-right: 40px !important;
  margin-bottom: 50px !important;
}

/* line 30, ../scss/global.scss */
.main-title {
  margin-top: 70px !important;
}

/* line 34, ../scss/global.scss */
.main-title a {
  color: #c7521a !important;
  font-size: 34px;
  font-weight: 700 !important;
}

/* line 40, ../scss/global.scss */
.title_container .breadcrumb {
  color: #c7521a !important;
  font-size: 14px;
  top: 30px !important;
  left: 50px;
  right: auto;
}

/* line 48, ../scss/global.scss */
.title_container .breadcrumb a {
  color: #c7521a !important;
}

/* line 52, ../scss/global.scss */
.content, .fullsize .content {
  border-top: 2px solid #000;
  padding-top: 0 !important;
}

/* line 57, ../scss/global.scss */
.template-page a:hover {
  text-decoration: underline !important;
}

/* line 61, ../scss/global.scss */
.post-entry {
  background: #f3f7f1;
  padding: 30px 50px;
  margin: 0 50px;
  border-bottom: 2px solid #000 !important;
}

/* line 68, ../scss/global.scss */
.page-thumb {
  float: right;
  width: 50%;
  padding: 20px 0 30px 50px;
}

/* line 74, ../scss/global.scss */
.page-thumb img {
  width: 100%;
}

/* line 78, ../scss/global.scss */
h2, .template-page .entry-content-wrapper h2 {
  color: #00ab4e;
  text-transform: none;
}

/* line 83, ../scss/global.scss */
h3 {
  color: #000 !important;
  text-transform: uppercase;
  font-size: 17px !important;
  padding-top: 8px;
}

/* line 90, ../scss/global.scss */
strong {
  color: #000 !important;
}

/* line 94, ../scss/global.scss */
.breadcrumb-title {
  display: none !important;
}

/* line 98, ../scss/global.scss */
.tribe-events-button:hover {
  text-decoration: none !important;
  background-color: #00892b !important;
  border-color: #00ab4d !important;
  transition: background-color 0.2s ease;
  transition: border-color 0.2s ease;
}

@media only screen and (max-width: 768px) {
  /* Basic Styles */
  /* line 108, ../scss/global.scss */
  h2 {
    font-size: 23px;
  }

  /* line 112, ../scss/global.scss */
  .alignright {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  /* Default Page */
  /* line 121, ../scss/global.scss */
  .page-thumb {
    width: 100%;
    padding: 0 0 20px;
  }

  /* line 125, ../scss/global.scss */
  .post-entry {
    padding: 30px 30px;
    margin: 0;
  }
}
/* Weekly Groups Page & Accordion */
/* line 133, ../scss/global.scss */
.page-id-634 .title_container .main-title {
  position: relative;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  width: 600px;
  margin-bottom: 70px;
}

/* line 141, ../scss/global.scss */
.page-id-634 .title_container .main-title:after {
  content: 'Our Weekly Groups Here!';
  position: absolute;
  bottom: -35px;
  right: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid #000;
  padding: 3px 15px 0;
  line-height: 28px;
}

/* line 154, ../scss/global.scss */
.page-id-634 .post-entry {
  background: #fff;
  padding: 30px 0 !important;
  margin: 0 !important;
  border-bottom: none !important;
}

/* line 161, ../scss/global.scss */
.page-id-634 .content {
  border-top: none !important;
}

/* line 165, ../scss/global.scss */
.page-id-634 div .av_two_third {
  padding-right: 40px !important;
  border-right: 2px solid #000 !important;
}

/* line 170, ../scss/global.scss */
.page-id-634 div .av_one_third {
  margin-left: 40px !important;
}

/* line 174, ../scss/global.scss */
.page-id-634 div .av_one_third .av_textblock_section p:first-child {
  margin-top: 0 !important;
}

/* line 178, ../scss/global.scss */
.toggler {
  color: #00ab4e;
  font-size: 28px;
  background-color: #f3f7f1 !important;
  border-top: 2px solid #000 !important;
  padding: 40px 50px !important;
}

/* line 186, ../scss/global.scss */
.page-id-634 .av_toggle_section:last-child > .single_toggle {
  border-bottom: 2px solid #000 !important;
}

/* line 190, ../scss/global.scss */
.toggle_content {
  padding: 0 50px 15px !important;
}

/* line 194, ../scss/global.scss */
.activeTitle {
  background-color: #fff !important;
  padding-bottom: 0 !important;
}

/* line 199, ../scss/global.scss */
.toggle_icon {
  left: auto !important;
  right: 0;
  top: -2px !important;
  border-color: #000 !important;
  border: 2px solid #000;
  height: 45px !important;
  width: 30px !important;
}

/* line 209, ../scss/global.scss */
.toggle_icon:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 28px;
  color: #000;
  position: absolute;
  top: 9px;
  right: 4px;
}

/* line 219, ../scss/global.scss */
.activeTitle .toggle_icon:after {
  content: "\f106" !important;
}

/* line 223, ../scss/global.scss */
.vert_icon {
  display: none;
}

/* line 227, ../scss/global.scss */
.hor_icon {
  display: none;
}

/* Responsive Styling
====================================================================================================== */
@media only screen and (max-width: 768px) {
  /* Weekly Groups Page & Accordions */
  /* line 239, ../scss/global.scss */
  .page-id-634 .title_container .main-title {
    width: 100% !important;
  }

  /* line 243, ../scss/global.scss */
  .page-id-634 .title_container .main-title {
    margin-bottom: 30px !important;
  }

  /* line 247, ../scss/global.scss */
  .page-id-634 .title_container .breadcrumb {
    top: -15px !important;
  }

  /* line 251, ../scss/global.scss */
  .page-id-634 div .av_two_third {
    padding-right: 0 !important;
    border-right: none !important;
  }

  /* line 256, ../scss/global.scss */
  .page-id-634 div .av_one_third {
    margin-left: 0 !important;
    margin-top: 40px !important;
  }

  /* line 261, ../scss/global.scss */
  .toggler {
    font-size: 23px;
  }
}
@media only screen and (max-width: 523px) {
  /* Weekly Groups Page */
  /* line 270, ../scss/global.scss */
  .page-id-634 .title_container .main-title:after {
    display: none;
  }
}
/* CiviCRM Pages Styling
====================================================================================================== */
/* line 278, ../scss/global.scss */
.page-civicrm .container.main {
  background-color: #ffffff;
  max-width: 1100px;
  margin-top: -1px;
}

/* line 285, ../scss/global.scss */
.page-civicrm .fullsize .content {
  border-top: none;
}

/* line 288, ../scss/global.scss */
.page-civicrm .post-entry {
  margin: 0 0;
  background-color: #f3f7f1;
  border-top: 2px solid #000;
}

/* line 293, ../scss/global.scss */
#crm-container.crm-public .content {
  font-size: inherit;
}

/* line 297, ../scss/global.scss */
.crm-contribution-page-id-1 fieldset legend {
  margin-bottom: 1em;
}

/* line 301, ../scss/global.scss */
.crm-contribution-page-id-1 .form-item div.content,
.crm-contribution-page-id-1 .other_amount-content,
.crm-contribution-page-id-1 .crm-section .crm-section div.content {
  padding-bottom: 1.5em;
}

/* line 307, ../scss/global.scss */
.crm-contribution-page-id-1 .intro_text-section table {
  width: auto;
}

/* line 311, ../scss/global.scss */
.crm-contribution-page-id-1 .intro_text-section table th:first-child {
  padding-right: 2em;
}

/* line 315, ../scss/global.scss */
.crm-contribution-page-id-1 .contribution_amount-content {
  padding-bottom: 0;
}

/* line 319, ../scss/global.scss */
.crm-contribution-page-id-1 .contribution_amount-content .price-set-option-content label {
  padding-left: .5em;
}

/* line 323, ../scss/global.scss */
.crm-contribution-page-id-1 .is_recur-section {
  font-weight: bold;
  font-size: 16px;
}

/* line 328, ../scss/global.scss */
.crm-contribution-page-id-1 .is_recur-section > div.content {
  background-color: white;
  padding-bottom: 0;
  margin-bottom: 3em;
  padding: 1em !important;
  border-radius: 10px;
}

/* line 336, ../scss/global.scss */
.crm-contribution-page-id-1 .center {
  padding-left: 10em;
  padding-right: 10em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1165px;
}

/* #Header
====================================================================================================== */
/* Sub-menu */
/* line 5, ../scss/header.scss */
#header_meta {
  position: absolute;
  width: 100%;
  border: none;
  background: none;
  margin: 0;
}
/* line 11, ../scss/header.scss */
#header_meta .container {
  padding: 10px 20px;
}

/* line 17, ../scss/header.scss */
.av_secondary_left .sub_menu {
  width: 100%;
  padding: 0;
}

/* line 23, ../scss/header.scss */
#top .sub_menu > ul {
  width: 100%;
}
/* line 26, ../scss/header.scss */
#top .sub_menu > ul > li {
  background: #000 !important;
  text-transform: uppercase;
  padding: 8px 0 3px;
}
/* line 31, ../scss/header.scss */
#top .sub_menu > ul > li > a {
  color: #feede0;
  padding: 7px 5px;
  transition: color 0.2s ease;
}
/* line 36, ../scss/header.scss */
#top .sub_menu > ul > li > a:hover {
  color: #fff !important;
  text-decoration: none;
}
/* line 40, ../scss/header.scss */
#top .sub_menu > ul > li:first-child {
  float: left;
}
/* line 43, ../scss/header.scss */
#top .sub_menu > ul > li:last-child {
  float: right;
}

/* Header background */
/* line 49, ../scss/header.scss */
#header_main, #header_main_alternate {
  border-top: 0;
}

/* line 53, ../scss/header.scss */
.header_color div {
  border-color: transparent;
}

/* line 57, ../scss/header.scss */
.inner-container, .html_header_top.html_logo_center .main_menu {
  background: #feede0;
}

/* Main-menu */
/* line 62, ../scss/header.scss */
.html_header_top.html_logo_center .main_menu {
  padding-top: 7px;
  padding-bottom: 23px;
}

/* line 67, ../scss/header.scss */
.html_header_top.html_logo_center .main_menu ul {
  text-transform: uppercase;
  border-bottom: 1px solid #c7521a;
}

/* line 73, ../scss/header.scss */
.av-main-nav > li {
  padding: 0 10px;
}
/* line 76, ../scss/header.scss */
.av-main-nav > li > a {
  font-weight: 400;
  font-size: 15px;
}
/* line 80, ../scss/header.scss */
.av-main-nav > .menu-item-has-children, .av-main-nav > .current-menu-item {
  position: relative;
}
/* line 83, ../scss/header.scss */
.av-main-nav > .menu-item-has-children:after {
  position: absolute;
  top: 20px;
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 8px;
}
/* line 90, ../scss/header.scss */
.av-main-nav > .current-menu-item:after {
  position: absolute;
  display: block;
  content: '';
  top: 3px;
  left: 40%;
  background-image: url("../images/curve.jpg");
  width: 20px;
  height: 10px;
}
/* line 100, ../scss/header.scss */
.av-main-nav > .menu-item-has-children > .submenu {
  border: 1px solid #c7521a !important;
}

@media only screen and (max-width: 930px) {
  /* Header Nav */
  /* line 107, ../scss/header.scss */
  .av-main-nav > li {
    padding: 0 !important;
  }

  /* line 111, ../scss/header.scss */
  .av-main-nav > li > a {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* Header */
  /* line 119, ../scss/header.scss */
  .inner-container {
    background: #fff !important;
  }

  /* line 122, ../scss/header.scss */
  .responsive #top .cart_dropdown, .sub_menu {
    display: none;
  }

  /* line 125, ../scss/header.scss */
  .logo {
    width: 100% !important;
  }

  /* line 128, ../scss/header.scss */
  .responsive .logo img {
    margin: 0 auto !important;
  }

  /* line 131, ../scss/header.scss */
  .main-title {
    margin-top: 20px !important;
  }

  /* line 134, ../scss/header.scss */
  .title_container .breadcrumb {
    top: 5px !important;
  }
}
/* #Footer
====================================================================================================== */
/* line 4, ../scss/footer.scss */
#footer {
  padding: 0 140px !important;
  border: none !important;
}

/* line 9, ../scss/footer.scss */
#footer .container {
  border-top: 2px solid #000 !important;
  padding: 0 !important;
}

/* line 14, ../scss/footer.scss */
#socket {
  display: none;
}

/* line 18, ../scss/footer.scss */
.custom-footer-link a {
  color: #000;
  text-decoration: underline;
}

/* line 23, ../scss/footer.scss */
.custom-footer-link a:hover {
  color: #00ab4d;
}

/* line 27, ../scss/footer.scss */
#text-6 .textwidget {
  margin-top: 21px;
}

@media only screen and (max-width: 768px) {
  /* Footer */
  /* line 33, ../scss/footer.scss */
  #footer {
    padding: 0 !important;
  }

  /* line 37, ../scss/footer.scss */
  #text-3 .textwidget a {
    text-decoration: underline !important;
  }
}
/* #Homepage Template
====================================================================================================== */
/* line 3, ../scss/front.scss */
.home {
  /* Class List */
  /* Blog List */
  /* Generosity Section */
}
/* line 4, ../scss/front.scss */
.home h2 {
  color: #000 !important;
}
/* line 7, ../scss/front.scss */
.home .slideshow_caption {
  padding: 0 !important;
}
/* line 10, ../scss/front.scss */
.home .avia-slideshow-arrows a:before, .home .avia-slideshow-arrows a:after {
  background: none !important;
}
/* line 13, ../scss/front.scss */
.home .avia-slideshow-arrows a:before, .home .avia-slideshow-arrows a:after {
  background: none !important;
}
/* line 16, ../scss/front.scss */
.home .entry-content {
  font-size: 16px;
  line-height: 26px;
}
/* line 20, ../scss/front.scss */
.home .title_container {
  display: none;
}
/* line 23, ../scss/front.scss */
.home .content {
  padding-top: 0 !important;
  border-top: none !important;
}
/* line 27, ../scss/front.scss */
.home .post-entry {
  padding: 0;
}
/* line 30, ../scss/front.scss */
.home .avia-builder-el-0 {
  background: #feede0;
  padding: 0 50px 50px;
}
/* line 37, ../scss/front.scss */
.home .avia-builder-el-2 {
  padding-right: 0;
}
/* line 40, ../scss/front.scss */
.home .avia-builder-el-2 a:hover {
  text-decoration: none !important;
}
/* line 44, ../scss/front.scss */
.home .avia-builder-el-2 .av-upcoming-events {
  margin-top: 30px;
}
/* line 48, ../scss/front.scss */
.home .avia-builder-el-2 img {
  margin-right: 10px;
}
/* line 52, ../scss/front.scss */
.home .avia-builder-el-2 h4 {
  font-size: 1.3em !important;
  color: #000 !important;
  transition: color 0.2s ease;
}
/* line 58, ../scss/front.scss */
.home .avia-builder-el-2 h4:hover {
  color: #00ab4d !important;
  transition: color 0.2s ease;
}
/* line 63, ../scss/front.scss */
.home .avia-builder-el-2 .avia_textblock p a {
  color: #00ab4d !important;
}
/* line 67, ../scss/front.scss */
.home .avia-builder-el-2 .av-upcoming-event-meta {
  color: #999 !important;
  font-size: 14px;
  line-height: 18px;
}
/* line 74, ../scss/front.scss */
.home .avia-builder-el-6 {
  padding: 0 40px;
  margin-left: 4%;
  margin-right: 4%;
  width: 36%;
}
/* line 81, ../scss/front.scss */
.home .avia-builder-el-6:before {
  content: '';
  width: 2px;
  height: 940px;
  background: #000;
  position: absolute;
  left: 0;
  top: 45px;
  visibility: visible;
}
/* line 92, ../scss/front.scss */
.home .avia-builder-el-6:after {
  content: '';
  width: 2px;
  height: 940px;
  background: #000;
  position: absolute;
  right: 0;
  top: 45px;
  visibility: visible;
}
/* line 103, ../scss/front.scss */
.home .fullsize .template-blog .post .entry-content-wrapper {
  padding: 0 !important;
}
/* line 107, ../scss/front.scss */
.home .blog-meta, .home .big-preview, .home .text-sep, .home .comment-container, .home .blog-categories, .home .blog-author {
  display: none !important;
}
/* line 111, ../scss/front.scss */
.home .post-meta-infos time {
  color: #999;
}
/* line 115, ../scss/front.scss */
.home .post_delimiter {
  display: none;
}
/* line 119, ../scss/front.scss */
.home .avia-builder-el-6 h2 {
  padding-bottom: 0 !important;
}
/* line 123, ../scss/front.scss */
.home .avia-builder-el-6 h2:hover {
  color: #00ab4d !important;
  transition: color 0.2s ease;
}
/* line 128, ../scss/front.scss */
.home .post-entry {
  margin: auto;
  background: #fff;
  border-bottom: none !important;
}
/* line 134, ../scss/front.scss */
.home .avia-builder-el-10 {
  width: 26%;
  margin-left: 0;
}
/* line 139, ../scss/front.scss */
.home .avia-builder-el-2 h2, .home .avia-builder-el-6 .avia_textblock h2, .home .avia-builder-el-10 h2 {
  border-top: 3px solid #000;
  padding-top: 40px;
}

/* line 145, ../scss/front.scss */
.avia-featureimage-slideshow .slideshow_caption h2 {
  text-shadow: 0px 0px 7px black !important;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 20px;
}

/* line 151, ../scss/front.scss */
#top .avia-slideshow-arrows a {
  top: 49% !important;
}

/* Countdown */
/*.home .avia-builder-el-2 {
	margin-top: 70px;
}

.home .avia-builder-el-2 .av_textblock_section {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.home .avia-builder-el-2 .av_textblock_section p {
	display: none !important;
}

.home .avia-builder-el-2 .av-countdown-timer {
	width: 65%;
	margin: 0 auto;
}*/
@media only screen and (max-width: 768px) {
  /* Homepage */
  /* line 178, ../scss/front.scss */
  .home .avia-builder-el-0 {
    padding: 30px;
    margin-top: 20px !important;
  }

  /* line 183, ../scss/front.scss */
  .home .avia-builder-el-2 {
    display: none;
  }

  /* line 187, ../scss/front.scss */
  .home .avia-builder-el-6 {
    padding-left: 0;
  }

  /*.home .avia-builder-el-6 img {
  	margin-right: 0 !important;
  	margin-bottom: 10px !important;
  	width: 100%;
  }*/
  /* line 197, ../scss/front.scss */
  .home .avia-builder-el-8 {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 202, ../scss/front.scss */
  .home .avia-builder-el-12 {
    padding-right: 0;
  }

  /* line 206, ../scss/front.scss */
  .home .avia-builder-el-8:before, .home .avia-builder-el-8:after {
    visibility: hidden;
  }
}
/* #Events Landing Template
====================================================================================================== */
/* line 4, ../scss/events.scss */
#tribe-events-header .tribe-events-sub-nav {
  top: auto !important;
}

/* line 8, ../scss/events.scss */
.template-event-page {
  border-top: none !important;
}

/* line 12, ../scss/events.scss */
.tribe-events-list-event-title {
  text-align: left !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* line 18, ../scss/events.scss */
.tribe-events-list-event-title a:hover {
  text-decoration: none !important;
}

/* line 22, ../scss/events.scss */
#tribe-events-header {
  border-top: 2px solid #000;
  padding: 20px 0;
  margin-bottom: 30px;
}

/* line 28, ../scss/events.scss */
.tribe-events-page-title {
  font-size: 34px !important;
  font-weight: 700 !important;
  text-align: left !important;
  margin-bottom: 10px !important;
}

/* line 34, ../scss/events.scss */
.events-list .tribe-events-page-title {
  margin-bottom: 1px !important;
}

/* line 38, ../scss/events.scss */
.tribe-events-list-separator-month {
  color: #000 !important;
  position: relative;
}

/* line 43, ../scss/events.scss */
.tribe-events-list-separator-month:first-child {
  margin-top: 0 !important;
}

/* line 47, ../scss/events.scss */
.tribe-events-list-separator-month span {
  border: 2px solid #000;
  padding: 6px 20px 4px !important;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

@media only screen and (max-width: 768px) {
  /* line 59, ../scss/events.scss */
  .tribe-events-list-separator-month span {
    position: relative;
  }

  /* line 62, ../scss/events.scss */
  .tribe-events-list-separator-month {
    margin: 5px 0 0 0 !important;
  }
}
/* line 67, ../scss/events.scss */
div[id*='tribe-events-daynum-'] {
  color: #f8f8f8;
}

/* line 71, ../scss/events.scss */
.tribe-events-event-meta {
  display: block !important;
  float: none !important;
  clear: both !important;
  font: inherit !important;
}

/* line 78, ../scss/events.scss */
.av-tribe-events-inner-content-wrap {
  display: block !important;
  margin-bottom: 20px;
}

/* line 83, ../scss/events.scss */
.tribe-events-event-image {
  float: left !important;
  margin: 0 3% 0 0 !important;
  width: 30% !important;
}

/* line 89, ../scss/events.scss */
.tribe-events-list-event-description .tribe-events-content {
  float: left !important;
  position: relative !important;
  width: 67% !important;
}

/* line 95, ../scss/events.scss */
.av-tribe-events-content-wrap {
  background: #f3f7f1 !important;
  border-bottom: 2px solid #000 !important;
}

/* line 100, ../scss/events.scss */
.tribe-events-list-event-title {
  font-size: 28px !important;
  font-weight: bold !important;
  border: none !important;
  width: 74%;
}

/* line 107, ../scss/events.scss */
.tribe-events-list-event-description a {
  position: relative;
  width: 155px;
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #00ab4d;
  border-color: #00ab4d !important;
  color: #00ab4d;
  cursor: pointer;
  display: inline-block;
  transition: background-color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 124, ../scss/events.scss */
.tribe-events-category-classes h3 {
  color: #7e2a90 !important;
}

/* line 128, ../scss/events.scss */
.tribe-events-category-fundraising-events h3 {
  color: #ac4617 !important;
}

/* line 132, ../scss/events.scss */
.tribe-events-category-practice-groups h3 {
  color: #b1850a !important;
}

/* line 136, ../scss/events.scss */
.tribe-events-list-event-description a:hover {
  background-color: #00ab4d;
  color: #fff;
  text-decoration: none !important;
}

/* line 142, ../scss/events.scss */
#main .tribe-events-calendar td.tribe-events-present {
  background-color: #eee;
}

/* line 146, ../scss/events.scss */
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] {
  color: #fff !important;
  background-color: #e0e0e0 !important;
}

/* line 151, ../scss/events.scss */
#tribe-events-content .tribe-events-calendar td {
  border: 1px solid #d2d2d2 !important;
}

/* line 155, ../scss/events.scss */
#tribe-events-content .tribe-events-calendar td:hover {
  box-shadow: 0px 0px 5px 0px #ccc;
  background: #f8f8f8 !important;
}

/* line 160, ../scss/events.scss */
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background: #f9f9f9 !important;
}

@media only screen and (max-width: 768px) {
  /* line 166, ../scss/events.scss */
  .tribe-events-calendar thead th {
    background-color: #666 !important;
    border: 1px solid #666 !important;
    padding: 0 !important;
  }

  /* line 172, ../scss/events.scss */
  .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] {
    color: #999 !important;
    background-color: #f9f9f9 !important;
  }

  /* line 177, ../scss/events.scss */
  #top .main_color #tribe-events-content td.tribe-events-has-events, #top .main_color #tribe-events-content td.tribe-events-has-events div[id*='tribe-events-daynum-'] {
    background: #fff !important;
    color: #000 !important;
  }

  /* line 182, ../scss/events.scss */
  #top .main_color #tribe-events-content td.tribe-events-present div[id*='tribe-events-daynum-'] {
    background: #eee !important;
  }

  /* line 186, ../scss/events.scss */
  #top .main_color #tribe-events-content .tribe-events-calendar td.tribe-events-present {
    background: #eee !important;
  }

  /* line 190, ../scss/events.scss */
  .tribe-events-calendar .tribe-events-has-events:after {
    background: #000 !important;
  }

  /* line 194, ../scss/events.scss */
  .tribe-events-past.tribe-events-has-events:after {
    background: #999 !important;
  }
}
/* List View */
/* line 201, ../scss/events.scss */
#bottom-nav .tribe-events-sub-nav {
  margin-top: 10px;
}

/* line 205, ../scss/events.scss */
#bottom-nav .tribe-events-sub-nav .tribe-events-nav-previous {
  float: left;
}

/* line 209, ../scss/events.scss */
#bottom-nav .tribe-events-sub-nav .tribe-events-nav-next {
  float: right;
}

/* line 213, ../scss/events.scss */
.main_color .tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a::before, .main_color .tribe-venue-widget-venue-name, .main_color .tribe-mini-calendar-nav span, body .datepicker table tr td.active.active, body .datepicker table tr td span.active.active, body .datepicker table tr td.active.active:hover, body .datepicker table tr td span.active.active:hover, body .datepicker thead tr:first-child th:hover, body .datepicker tfoot tr th:hover, #top .main_color .tribe-events-tooltip h4, .main_color div.tribe-countdown-text, .main_color .tribe-mini-calendar-nav td, .main_color .tribe-events-calendar th, .main_color .tribe-events-grid .tribe-grid-header, .main_color .tribe-events-grid .tribe-grid-header .column, #top #wrap_all .main_color .tribe-events-button, .main_color .tribe-events-list .tribe-events-event-cost span, .main_color .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .main_color .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a.main_color .tribe-grid-allday .hentry.vevent > div, .main_color .tribe-grid-body div[id*="tribe-events-event-"] .hentry.vevent, .main_color .tribe-mini-calendar .tribe-events-has-events:hover a, .main_color .tribe-mini-calendar .tribe-events-has-events:hover a:hover, .main_color .tribe-mini-calendar .tribe-events-has-events.tribe-mini-calendar-today a {
  background-color: #00ab4d;
  color: #ffffff;
  border-color: #00892b;
}

/* #Single Event Template
====================================================================================================== */
/* line 223, ../scss/events.scss */
.single-tribe_events .breadcrumb-trail span:nth-child(3), .single-tribe_events .breadcrumb-trail span:nth-child(4), .single-tribe_events .breadcrumb-trail span:nth-child(5), .single-tribe_events .breadcrumb-trail span:nth-child(6) {
  display: none !important;
}

/* line 227, ../scss/events.scss */
.single-tribe_events .breadcrumb-trail span:nth-child(10) {
  padding-left: 3px !important;
}

/* line 231, ../scss/events.scss */
.single-tribe_events .main-title {
  display: none !important;
}

/* line 235, ../scss/events.scss */
.tribe-events-single-event-title {
  margin: 20px 0 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 2px solid #000;
  border-color: #000 !important;
  width: 75%;
}

/* line 243, ../scss/events.scss */
.av-single-event-content {
  float: left !important;
  margin-left: 0 !important;
  margin-right: 50px;
}

/* line 249, ../scss/events.scss */
.tribe-events-single-event-description {
  position: relative;
  background: #f3f7f1 !important;
  padding: 40px 50px !important;
  border-bottom: 2px solid #000;
  border-color: #000 !important;
}

/* line 257, ../scss/events.scss */
.tribe-events-event-image {
  margin-bottom: 20px !important;
}

/* line 261, ../scss/events.scss */
.av-single-event-meta-bar-inner {
  padding: 0 !important;
  margin-top: 40px;
}

/* line 266, ../scss/events.scss */
.tribe-events-meta-group {
  position: relative;
  width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
  margin-top: 20px !important;
  padding-top: 10px !important;
  border-top: 2px solid #000;
  border-color: #000 !important;
}

/* line 277, ../scss/events.scss */
.tribe-events-single-section-title {
  position: absolute;
  top: -29px;
  border: 2px solid #000;
  border-color: #000 !important;
  font-size: 14px !important;
  padding: 7px 20px 3px;
}

/* line 287, ../scss/events.scss */
#tribe-events-pg-template .tribe-events-content h2 {
  color: #00ab4e !important;
  font-size: 28px !important;
  margin: 0 !important;
  line-height: 1.1em !important;
}

/* line 294, ../scss/events.scss */
#tribe-events-pg-template .tribe-events-content h3 {
  margin: 0 !important;
}

/* line 298, ../scss/events.scss */
#top .avia-post-nav {
  color: #00ab4e !important;
}

/* line 302, ../scss/events.scss */
#tribe-events-content a.event-btn {
  background-color: #00ab4d !important;
  color: #fff !important;
  border-color: #00892b !important;
}

/* line 308, ../scss/events.scss */
.tribe-events-button:hover {
  text-decoration: none !important;
  background: #00892b;
  border-color: #00ab4d;
}

@media only screen and (max-width: 768px) {
  /* Event Landing Page */
  /* line 316, ../scss/events.scss */
  .av-tribe-events-content-wrap {
    padding: 30px !important;
  }

  /* line 320, ../scss/events.scss */
  .responsive #top .tribe-events-list-event-title {
    width: 100% !important;
    font-size: 23px !important;
  }

  /* line 325, ../scss/events.scss */
  .main_color .tribe-events-loop .tribe-events-event-meta, .main_color .tribe-events-list .tribe-events-venue-details {
    border-color: transparent !important;
    background-color: transparent !important;
  }

  /* line 330, ../scss/events.scss */
  .main_color .tribe-events-list .tribe-events-venue-details {
    padding: 10px 0 0;
  }

  /* line 334, ../scss/events.scss */
  .responsive .av-tribe-events-inner-content-wrap {
    margin-bottom: 0 !important;
  }

  /* Single Event Page */
  /* line 339, ../scss/events.scss */
  .tribe-events-single-event-title {
    width: 100%;
  }

  /* line 342, ../scss/events.scss */
  .tribe-events-single-event-description {
    padding: 30px !important;
  }

  /* line 345, ../scss/events.scss */
  .tribe-events-schedule h3 {
    font-size: 15px !important;
  }

  /* line 348, ../scss/events.scss */
  #tribe-events-pg-template .tribe-events-content h2 {
    font-size: 23px !important;
  }

  /* line 351, ../scss/events.scss */
  .tribe-events-event-image {
    width: 100% !important;
    float: none !important;
  }

  /* line 355, ../scss/events.scss */
  .tribe-events-event-image img {
    width: 100% !important;
  }

  /* line 358, ../scss/events.scss */
  .av-single-event-meta-bar {
    float: left;
    width: 100%;
  }

  /* line 362, ../scss/events.scss */
  .single-tribe_events .tribe-events-event-meta {
    padding-bottom: 0 !important;
  }

  /* line 366, ../scss/events.scss */
  .av-single-event-meta-bar-inner {
    margin-top: 10px !important;
  }

  /* line 369, ../scss/events.scss */
  .tribe-events-event-meta .tribe-events-meta-group:last-child {
    margin-bottom: 0 !important;
  }
}
/* line 1, ../scss/filterbar.scss */
.tribe-events-page-template .main-title, #tribe-events-bar .tribe-bar-filters, #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  display: none !important;
}

/* line 4, ../scss/filterbar.scss */
#tribe-events-bar::before, #tribe-events-bar::after {
  border-bottom: none !important;
}

/* line 7, ../scss/filterbar.scss */
.tribe-events-page-template .breadcrumb-trail .trail-end {
  display: none !important;
}

/* line 10, ../scss/filterbar.scss */
.tribe-events-page-template .breadcrumb-trail span:nth-child(3) {
  display: none !important;
}

/* line 13, ../scss/filterbar.scss */
.tribe-events-filter-view .tribe-events-page-title {
  margin-top: 25px !important;
}

/* line 16, ../scss/filterbar.scss */
#tribe-bar-form #tribe-bar-views {
  position: absolute !important;
  width: 200px !important;
  right: 340px !important;
  float: none !important;
  left: auto !important;
  padding: 0 !important;
}

/* line 24, ../scss/filterbar.scss */
.events-list #tribe-bar-views {
  top: 69px;
}

/* line 27, ../scss/filterbar.scss */
#tribe-bar-views label {
  display: none !important;
}

/* line 30, ../scss/filterbar.scss */
#tribe-bar-views li.tribe-bar-views-option {
  float: left  !important;
  display: block !important;
}

/* line 34, ../scss/filterbar.scss */
#tribe-bar-views ul li:last-child {
  border-left: 2px solid #000;
}

/* line 37, ../scss/filterbar.scss */
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  padding: 0 15px !important;
}

/* line 40, ../scss/filterbar.scss */
.tribe-bar-views-inner, .main_color #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background: transparent !important;
  border: none !important;
}

/* line 44, ../scss/filterbar.scss */
#tribe-events-bar {
  top: -60px;
  margin-bottom: 20px;
}
/* line 45, ../scss/filterbar.scss */
#tribe-events-bar .tribe-bar-views-select {
  display: none;
}

@media only screen and (max-width: 976px) {
  /* line 53, ../scss/filterbar.scss */
  #tribe-bar-views {
    display: none !important;
  }
}
/* line 57, ../scss/filterbar.scss */
.tribe-bar-collapse #tribe-bar-collapse-toggle {
  display: none;
}

/* #Filter Bar */
/* .tribe_events_filter_item {
	width: 100% !important;
}
.tribe_events_filter_item.closed div {
	display: block !important;
}*/
/* line 68, ../scss/filterbar.scss */
#tribe-events-content-wrapper {
  position: relative !important;
}

/* line 72, ../scss/filterbar.scss */
#tribe_events_filters_wrapper {
  background: none !important;
  z-index: 1000;
  padding: 8px 5px 8px !important;
  border: 2px solid #000;
  position: absolute !important;
  right: 0;
  top: 0;
  height: 48px;
  margin-bottom: -70px !important;
  margin-top: 16px !important;
  text-align: left !important;
}

/*
.events-list #tribe_events_filters_wrapper {
	top: 19px;
}
*/
/* line 92, ../scss/filterbar.scss */
#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-group-heading {
  padding: 0 15px 0 15px;
  font-family: "Josefin Sans", sans-serif !important;
  text-transform: uppercase !important;
  font-size: 17px;
}

/* line 99, ../scss/filterbar.scss */
.tribe-events-filters-content {
  border: none !important;
  background: none !important;
}

/*

.tribe-events-filters-horizontal .tribe-events-filter-group {
	border: none !important;
	box-shadow: none !important;
	max-width: none !important;
	min-width: 100% !important;
}

.tribe-events-filters-horizontal .tribe-events-filter-group:before, .tribe-events-filters-horizontal .tribe-events-filter-group:after {
	display: none !important;
}

.tribe-events-filter-group li {
	background: none !important;
	float: left;
}

#tribe_events_filters_wrapper .tribe-events-filter-group label {
	border-bottom: none !important;
}

.tribe-events-filters-group-heading:before {
	display: none;
}

.tribe-events-filters-group-heading:after {
	content: '(narrow down your results)';
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
	margin-left: 7px;
}

.tribe-events-filters-group-heading {
	font-size: 14px !important;
	height: auto !important;
	padding: 0 0 0 10px !important;
	text-align: left;
}

.tribe-events-filters-horizontal .tribe-events-filter-group:after, .tribe-events-filters-horizontal .tribe-events-filter-group:before {
	display: none;
}

.tribe-events-filter-group ul {
	max-height: 55px !important;
}

#tribe_events_filters_wrapper .tribe-events-filter-group label {
	padding: 5px 10px !important;
}

#tribe_events_filters_wrapper label input[type=checkbox], #tribe_events_filters_wrapper label input[type=radio] {
	width: auto !important;
}

*/
/* line 162, ../scss/filterbar.scss */
.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_form,
.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_reset {
  display: block !important;
}

/* line 166, ../scss/filterbar.scss */
.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_form {
  margin-bottom: 0;
}

@media only screen and (max-width: 789px) {
  /* line 172, ../scss/filterbar.scss */
  #tribe_events_filters_wrapper {
    display: none !important;
  }
}
/* News/Blog Template
====================================================================================================== */
/* line 4, ../scss/blog.scss */
.page-id-896 .post-entry {
  margin: 40px 0 0;
  padding: 0;
}

/* line 9, ../scss/blog.scss */
.template-blog .entry-content-wrapper {
  max-width: 100%;
  padding: 0 50px;
}

/* line 14, ../scss/blog.scss */
#top .fullsize .template-blog .post .entry-content-wrapper > * {
  max-width: 100%;
  font-size: 16px;
}

/* line 19, ../scss/blog.scss */
#top .fullsize .template-blog .big-preview {
  max-width: 800px;
  max-height: 400px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 4px;
}

/* line 27, ../scss/blog.scss */
#top .fullsize .template-blog .post-title {
  text-align: left !important;
}

/* line 31, ../scss/blog.scss */
#top .fullsize .template-blog .post-title a:hover {
  text-decoration: none !important;
}

/* line 35, ../scss/blog.scss */
#top .fullsize .template-blog .post-meta-infos {
  text-align: left !important;
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px !important;
}

/* line 42, ../scss/blog.scss */
.read-more-link a {
  position: relative;
  width: 140px;
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #00ab4d;
  border-color: #00ab4d !important;
  color: #00ab4d;
  cursor: pointer;
  padding-right: 10px;
  display: inline-block;
  transition: background-color 0.2s ease;
  transition: color 0.2s ease;
}

/* line 60, ../scss/blog.scss */
.more-link-arrow {
  display: none;
}

/* line 64, ../scss/blog.scss */
.read-more-link a:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f101";
  top: -1px;
  right: 30px;
  font-size: 9px;
}

/* line 73, ../scss/blog.scss */
.read-more-link a:hover {
  background-color: #00ab4d;
  color: #fff;
  text-decoration: none !important;
}

/* line 79, ../scss/blog.scss */
.page-id-896 .post-entry:last-child {
  border-bottom: none !important;
}

/*  Single News/Blog Page
====================================================================================================== */
/* line 86, ../scss/blog.scss */
.single-post .title_container .container {
  padding-top: 80px !important;
}

/* line 90, ../scss/blog.scss */
.single-post .post-entry {
  margin: 0 !important;
}

/* line 94, ../scss/blog.scss */
.template-blog .post .entry-content-wrapper {
  max-width: 100% !important;
  padding: 0 60px !important;
}

@media only screen and (max-width: 768px) {
  /* News/Blog Template */
  /* line 101, ../scss/blog.scss */
  .page-id-896 .entry-content-wrapper {
    margin-top: 40px;
  }

  /* line 104, ../scss/blog.scss */
  .page-id-896 .post-entry {
    margin: 0 !important;
  }

  /* line 107, ../scss/blog.scss */
  #top .fullsize .template-blog .big-preview {
    border-radius: 0 !important;
  }

  /* line 111, ../scss/blog.scss */
  .big-preview img {
    border-radius: 0 !important;
  }

  /* line 115, ../scss/blog.scss */
  #top .fullsize .template-blog .post-title {
    font-size: 23px;
    padding: 30px 0 15px !important;
  }

  /* line 120, ../scss/blog.scss */
  .template-blog .entry-content-wrapper {
    padding: 0 30px !important;
  }

  /* Single News/Blog Page */
  /* line 125, ../scss/blog.scss */
  .single-post .entry-content-wrapper {
    padding: 0 !important;
  }

  /* line 129, ../scss/blog.scss */
  #top .av-share-box ul {
    width: 200px !important;
  }

  /* line 133, ../scss/blog.scss */
  #top .fullsize .template-blog .post .entry-content-wrapper {
    padding: 0 30px !important;
  }
}
/* CiviCRM Overrides */
/* line 2, ../scss/overrides.scss */
.crm-container .crm-section .label {
  width: 100% !important;
  float: none !important;
  text-align: left !important;
}

/* line 7, ../scss/overrides.scss */
.crm-container .crm-section .content {
  margin-left: 0 !important;
  padding-bottom: 0;
}

/* line 11, ../scss/overrides.scss */
.crm-container .crm-profile-id-14 .crm-section {
  width: 46%;
  margin-right: 4%;
  float: left;
}

/* line 16, ../scss/overrides.scss */
.crm-container .crm-form-block {
  background-color: transparent !important;
}

/* Enfold theme updates overrides */
/* line 21, ../scss/overrides.scss */
.av-main-nav > li > a {
  font-weight: 400 !important;
}

/* line 25, ../scss/overrides.scss */
.template-page .entry-content-wrapper h2 {
  text-transform: capitalize !important;
}
