/* Cool .LESS stylesheet*/
.debug-border {
  border: 1px #fdc236 solid;
}
.ds-box {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  /* 	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3); */
}
.handle-header-resize {
  width: 30%;
  text-align: center;
}
@media (max-width: 768px) {
  .handle-header-resize {
    width: 100%;
    text-align: left;
  }
}
.navbar-brand {
  height: 70px !important;
}
nav a:before {
  background: #fdc236 !important;
}
.widget-title:before {
  background-color: #fdc236 !important;
}
.main-menu-decenter #site-navigation {
  width: 70%;
}
.main-menu-decenter #site-navigation > ul {
  width: 100%;
  text-align: center;
}
.main-menu-decenter #site-navigation > ul ul {
  text-align: left;
}
.main-menu-decenter #site-navigation > ul > li {
  float: none;
  display: inline-block;
}
.main-menu-decenter .responsive-logo {
  width: 30%;
  text-align: center;
}
@media (max-width: 768px) {
  .main-menu-decenter .responsive-logo {
    width: 100%;
    text-align: left;
  }
}
.main-menu-decenter .zerif_header_title {
  width: 100%;
}
.main-menu-decenter .navbar-inverse .navbar-nav > li {
  margin-top: 0;
  margin-bottom: 0;
}
.main-menu-decenter .responsive-logo > a {
  float: none;
  display: inline-block;
}
.custom-news-list ul {
  margin: 0;
  min-height: 400px;
}
.custom-news-list li {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  /* 	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3); */
  list-style-type: none;
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 120px;
  text-align: none;
  vertical-align: top;
  padding-left: 1em;
  background-color: white;
  margin-top: 1em;
  margin-bottom: 1em;
}
.custom-news-list a:visited {
  color: black;
}
.custom-news-list a:hover {
  color: black;
  text-decoration: none;
}
.custom-news-list h1 {
  color: gray;
  width: 70%;
}
.custom-news-list header {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 70%;
}
.custom-news-list img {
  display: inline-block;
  width: 100px;
  height: auto;
  /* position:absolute;
		top:0;
		right:0; */
}
.custom-news-list .custom-container {
  padding: 0;
  margin: 0;
  height: auto;
}
.custom-news-list .post-excerpt {
  display: inline-block;
  text-align: none;
  vertical-align: top;
  color: black;
  padding-bottom: 1em;
  padding-right: 1em;
}
.custom-news-list .date-div {
  padding: 1em;
  display: inline-block;
  float: right;
  color: lightgray;
}
.custom-events-list {
  position: relative;
}
.custom-events-list ul {
  margin: 0;
  min-height: 400px;
}
.custom-events-list li {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  /* 	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3); */
  list-style-type: none;
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 120px;
  text-align: none;
  vertical-align: top;
  padding-left: 1em;
  background-color: white;
  margin-top: 1em;
  margin-bottom: 1em;
}
.custom-events-list a:visited {
  color: black;
}
.custom-events-list a:hover {
  color: black;
  text-decoration: none;
}
.custom-events-list h1 {
  color: gray;
  width: 70%;
}
.custom-events-list header {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 70%;
}
.custom-events-list img {
  display: inline-block;
  width: 100px;
  height: auto;
  /* position:absolute;
		top:0;
		right:0; */
}
.custom-events-list .custom-container {
  padding: 0;
  margin: 0;
  height: auto;
}
.custom-events-list .post-excerpt {
  display: inline-block;
  text-align: none;
  vertical-align: top;
  color: black;
  padding-bottom: 1em;
  padding-right: 1em;
}
.custom-events-list .date-div {
  padding: 1em;
  display: inline-block;
  float: right;
  color: lightgray;
}
.custom-events-list li {
  background-color: black;
  max-height: 300px;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  .custom-events-list li {
    max-height: 500px;
    height: 400px;
  }
  .custom-events-list li .date-div {
    display: none;
  }
}
.custom-events-list li:hover h3 {
  text-decoration: underline;
}
.custom-events-list img {
  width: 100%;
  height: auto;
}
.custom-events-list .events-list-content {
  width: 100%;
  position: absolute;
  padding: 0 1em;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.custom-events-list .date-div {
  color: black;
}
.custom-header-section {
  position: relative;
  height: 250px;
}
.custom-header-section .custom-image-wrapper {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.custom-header-section img {
  width: 100%;
  height: auto;
  min-height: 250px;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: none;
}
@media (max-width: 768px) {
  .custom-header-section {
    height: 150px;
  }
  .custom-header-section img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 800px;
    min-height: none;
    max-width: none;
  }
}
.custom-header-section-post {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.custom-header-section-post img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post-section-class {
  background-color: white;
}
.custom-title {
  width: 100%;
  height: 60px;
  background-color: gray;
  color: white;
}
.custom-title h1 {
  float: left;
  margin: 5px 0px;
}
.custom-title div {
  padding: 0 30px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .custom-title div {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .custom-title div {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .custom-title div {
    width: 1170px;
  }
}
.sidebar-wrap {
  border: none;
  margin-top: 0;
}
.custom-sidebar {
  margin-top: 32px !important;
  padding: 1em;
  background-color: white;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  /* 	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3); */
}
.custom-sidebar li {
  margin: .3em;
}
.custom-sidebar ul {
  margin-bottom: 2em;
}
.custom-sidebar h2 {
  margin-top: .5em !important;
  margin-bottom: .5em !important;
}
.custom-sidebar h2:before {
  bottom: 0 !important;
}
.content-left-wrap.content-left-wrap {
  margin-top: 0 !important;
  padding-top: 0;
}
.top-description {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  /* 	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3); */
  background-color: white;
  padding: 2em 1em;
  text-align: left;
  margin-top: 2em;
}
/*PAGINATION*/
div.navigation.ajax-navigation {
  margin-top: 3em;
}
div.navigation.ajax-navigation .page-numbers {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  /* 	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3); */
  background-color: white;
  padding: .5em 1em;
  color: black;
}
div.navigation.ajax-navigation .page-numbers:hover {
  color: white;
  background-color: #fdc236;
}
div.navigation.ajax-navigation .current,
div.navigation.ajax-navigation span {
  background-color: #dfdede !important;
  color: white !important;
}
.custom-post-nav {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  /* 	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3); */
}
.custom-post-nav .post-navigation {
  margin-bottom: 4em;
}
.custom-post-nav .nav-links {
  text-decoration: none;
}
.custom-post-nav .nav-links .nav-previous {
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  /* 	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3); */
  background-color: white;
  padding: .5em 1em;
  color: black;
}
.custom-post-nav .nav-links .nav-previous:hover {
  background-color: #fdc236;
}
.custom-post-nav .nav-links .nav-previous:hover a {
  color: white;
  text-decoration: none;
}
.custom-post-nav .nav-links .nav-next {
  width: auto;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  /* 	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3); */
  background-color: white;
  padding: .5em 1em;
  color: black;
}
.custom-post-nav .nav-links .nav-next:hover {
  background-color: #fdc236;
}
.custom-post-nav .nav-links .nav-next:hover a {
  color: white;
  text-decoration: none;
}
.post-edit-link {
  display: none;
}
.custom-box-content {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  /* 	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3); */
  padding: 2em;
  padding-top: 1.4em;
  margin-top: 22px;
  background-color: white;
}
.pre-post-title {
  float: right;
  display: block;
  color: #cccccc;
  margin-bottom: 1em;
}
.custom-post-content {
  float: left;
}
/* STATIC PAGE CONTENT */
.custom-static-content .container {
  padding: 2em 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.custom-static-content .custom-section-dark {
  background-color: #eae9e9 !important;
  color: #272727 !important;
}
.custom-static-content p {
  margin: 0;
  padding: 0;
}
.custom-static-content img {
  padding: 0 1em;
}
/* EVENTS STUFF */
.tribe-events-back {
  display: none;
}
#tribe-events-content {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.05) inset;
  /* 	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3); */
  margin-top: 16px;
  background-color: white;
  margin-bottom: 0;
}
.tribe-events-sub-nav {
  display: none;
}
.tribe-events-gcal,
.tribe-events-ical,
.tribe-events-page-title {
  display: none !important;
}
.tribe-bar-disabled {
  margin-top: 30px;
  margin-right: 20px;
}
#tribe-events-bar {
  margin-bottom: 0;
}
.tribe-events-list-separator-month {
  margin-top: 15px;
}
.tribe-event-url {
  color: black;
  font-size: 1.2em;
}
.tribe-event-url:visited {
  color: black;
}
.type-tribe_events {
  padding: 1em 1em!important;
}
.tribe-events-list .tribe-events-event-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 25%;
  text-align: left;
}
.tribe-events-list .tribe-events-event-image img {
  position: absolute;
  left: 0;
  height: 100px;
  width: auto;
  max-width: none;
}
.tribe-event-date-start {
  color: #656565;
}
.tribe-events-read-more {
  color: #fdc236;
}
.tribe-events-read-more:visited {
  color: #fdc236;
}
.focus {
  padding-top: 60px;
}
.pirate_forms .pirate-forms-submit-button {
  float: left !important;
}
