/**
 * Theme Name: Story Planet
 * Theme URI: http://storyplanet.ca/
 * Author: Phil Buchanan
 * Author URI: http://philbuchanan.com/
 * Description: A responsive, accessible WordPress theme for Story Planet. Developed to support WordPress version 4.1.
 * Version: 2.0
 * License: Copyright 2015
 */
 @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,600i,700,700i');
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
header,
footer,
main,
article,
aside,
details,
figcaption,
figure,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
@font-face {
  font-family: 'Akkurat Bold';
  src: url('fonts/akkurat-bold-webfont.eot');
  src: url('fonts/akkurat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/akkurat-bold-webfont.woff') format('woff'), url('fonts/akkurat-bold-webfont.ttf') format('truetype'), url('fonts/akkurat-bold-webfont.svg#AkkuratBoldRegular') format('svg');
  font-weight: bold;
  font-style: normal;
}
body {
  color: #404040;
  background-color: #f7f7f7;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.2;
  font-weight: bold;
  clear: both;
}
h1 {
  font-size: 28px;
  margin-bottom: 0.6em;
}
h2 {
  font-size: 24px;
  margin: 1.2em 0 0.5em;
}
h3 {
  font-size: 20px;
  margin: 1.2em 0 0.5em;
}
h4 {
  font-size: 18px;
  margin: 1.2em 0 0.3em;
}
h5 {
  font-size: 16px;
  margin: 1.2em 0 0.3em;
}
h6 {
  font-size: 14px;
  margin: 1em 0 0.3em;
}
p {
  margin-bottom: 0.8em;
}
blockquote {
  font-style: italic;
  border-left: 10px solid #27c2ed;
  margin: 1.2em 0;
  padding-left: 18px;
}
code {
  font-family: monospace;
}
small {
  font-size: 80%;
}
big {
  font-size: 120%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ins {
  text-decoration: underline;
}
del {
  text-decoration: line-through;
}
@media (min-width: 481px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 26px;
  }
}
ul,
ol {
  margin: 0 0 1.3em 1.3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 1.3em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.3em;
}
hr {
  border: solid #999999;
  border-width: 1px 0 0;
  height: 0;
  margin: 2.2em 0;
}
img {
  border: 0;
  max-width: 100%;
  height: inherit;
  vertical-align: middle;
}
.gallery-item a {
  display: block;
  border: 10px solid #e6e6e6;
  margin-bottom: 15px;
  padding: 3px;
  transition: 0.2s;
}
.gallery-item a:hover {
  border-color: #e5773e;
}
.gallery-caption {
  display: none;
}
#prevLink,
#nextLink {
  transition: 0;
}
@media screen and (min-width: 481px) {
  .gallery-columns-2 .gallery-item a,
  .gallery-columns-3 .gallery-item a,
  .gallery-columns-4 .gallery-item a,
  .gallery-columns-5 .gallery-item a {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
@media screen and (min-width: 769px) {
  .gallery-columns-2 .gallery-item a {
    width: 48%;
  }
  .gallery-columns-3 .gallery-item a {
    width: 31.33333333%;
  }
  .gallery-columns-4 .gallery-item a {
    width: 23%;
  }
  .gallery-columns-5 .gallery-item a {
    width: 18%;
  }
}
.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.3em;
}
.wp-caption {
  max-width: 100%;
  margin-bottom: 1.3em;
}
.wp-caption img {
  margin-bottom: 0.8em;
}
.wp-caption-text {
  text-align: left;
  line-height: 1.2;
  font-style: italic;
}
embed,
iframe,
object,
video {
  max-width: 100%;
  margin-bottom: 1.3em;
  vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}
a {
  color: #e5773e;
  background-color: transparent;
  transition: 0.2s;
}
a:focus {
  outline: thin dotted;
}
a:hover {
  color: #27c2ed;
}
.orange-link {
  color: #e5773e;
}
h1 a,
h2 a,
h3 a {
  color: inherit;
  text-decoration: none;
}
.button {
  display: inline-block;
  color: #000;
  background-color: #27c2ed;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11px 20px 10px;
  text-decoration: none;
}
.button:hover {
  color: #fff;
  background-color: #404040;
}
.button-donate {
  background-color: #f84e6c;
  background-image: url("images/ui/heart.png");
  background-image: url("images/ui/heart.svg"), none;
  background-repeat: no-repeat;
  background-position: 20px 12px;
  background-size: 20px 16px;
  margin-bottom: 0;
  padding-left: 46px;
}
.button-donate:hover {
  color: #000;
  background-color: #f84e6c;
  background-size: 30px 24px;
  background-position: 15px 9px;
}
@media screen and (min-width: 481px) {
  .button-donate {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 769px) {
  .button-donate {
    float: right;
    margin-bottom: 0;
  }
}
.header-container button {
  color: #ffffff;
}
.menu-toggle {
  top: 0;
  right: 0;
  left: 0;
  position: relative;
  background: none;
  background-image: url("images/ui/menu-toggle-black.png");
  background-image: url("images/ui/menu-toggle-black.svg"), none;
  background-repeat: no-repeat;
  background-position: 13px 13px;
  text-indent: -299px;
  direction: ltr;
  border: 1px solid transparent;
  width: 44px;
  height: 40px;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0 auto;
  display: block;
}
.menu-toggle:focus,
.menu-toggle:hover {
  border-color: #ddd;
  border-color: rgba(255, 255, 255, 0.4);
  outline: none;
}
.menu-toggle.toggled-open {
  background-position: 13px -15px;
}
@media screen and (min-width: 840px) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .menu-toggle {
    position: absolute;
    top: 28px;
    right: 15px;
    left: inherit;
    margin: 0;
  }
}
.navigation,
.navigation .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation li,
.navigation .children li {
  margin: 0;
  padding: 0;
}
.navigation a,
.navigation .children a {
  font-family: 'Source Sans Pro', sans-serif;
  text-decoration: none;
}
.primary-navigation {
  display: none;
  margin-bottom: 20px;
}
.primary-navigation a {
  display: block;
  color: #000000;
  text-align: center;
  font-size: 18px;
  line-height: 1.15;
  text-decoration: none;
  padding: 4px 0;
  text-transform: uppercase;
}

.primary-navigation #menu-item-2921 {
  display:none;
}
.primary-navigation a:hover,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a,
.primary-navigation .current-page-item > a,
.primary-navigation .current-page-ancestor > a {
  color: #c1d82f;
}
.primary-navigation.toggled-open {
  display: block;
}
.secondary-navigation {
  margin-bottom: 0.7em;
  margin-top: 1.7em;
}
.secondary-navigation li {
  display: inline;
  margin-right: 25px;
}
.secondary-navigation a {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  text-decoration: none;
}
.secondary-navigation a:hover {
  text-decoration: underline;
}
.page-navigation {
  background: #555555;
  margin-bottom: 50px;
  box-shadow: 10px 10px 0 #999999;
}
.page-navigation li {
  border-top: 1px solid #999999;
}
.page-navigation li:first-child {
  border: none;
}
.page-navigation a {
  display: block;
  color: #fff;
  padding: 3px 30px 4px;
}
.page-navigation a:hover {

}
.page-navigation li.parent-page a {
  padding: 3px 20px 4px;
}
.page-navigation .current-page-item > a {
  color: #000;
  background: #27c2ed;
}
.page-navigation .children {
  border-top: 1px solid #999999;
}
.page-navigation .children a {
  padding-left: 40px;
}
.social-navigation {
  float: none;
  margin: 2px 0 25px;
}
@media screen and (min-width: 769px) {
  .social-navigation {
    float: right;
    margin: 45px 0 25px;
  }
}
.social-navigation li {
  float: left;
  margin-left: 10px;
  margin-bottom: 0;
}
.social-navigation li:first-child {
  margin-left: 0;
}
.social-navigation a {
  display: block;
  background-image: url("images/ui/social-media-white.png");
  background-image: url("images/ui/social-media-white.svg"), none;
  background-repeat: no-repeat;
  background-size: 210px 60px;
  text-indent: -199px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  transition: none;
}
.social-navigation .facebook a:hover {
  background-position: 0 -30px;
}
.social-navigation .twitter a {
  background-position: -30px 0;
}
.social-navigation .twitter a:hover {
  background-position: -30px -30px;
}
.social-navigation .vimeo a {
  background-position: -60px 0;
}
.social-navigation .vimeo a:hover {
  background-position: -60px -30px;
}
.social-navigation .tumblr a {
  background-position: -90px 0;
}
.social-navigation .tumblr a:hover {
  background-position: -90px -30px;
}
.social-navigation .pinterest a {
  background-position: -120px 0;
}
.social-navigation .pinterest a:hover {
  background-position: -120px -30px;
}
.social-navigation .flickr a {
  background-position: -150px 0;
}
.social-navigation .flickr a:hover {
  background-position: -150px -30px;
}
.social-navigation .instagram a {
  background-position: -180px 0;
}
.social-navigation .instagram a:hover {
  background-position: -180px -30px;
}
.header-container-right {
  position:relative;
  padding-bottom: 20px;
}
.headright-navigation-container {
    float: none;
    margin: 20px auto;
    text-align: center;
}
@media screen and (min-width: 480px) {
  .headright-navigation-container {
    float: right;
    text-align: right;
    margin: 0;
  }
}
.right-head-nav {
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  .right-head-nav {
    padding-top: 10px;
  }
}
@media screen and (min-width: 840px) {
  .right-head-nav {
    padding-top: 30px;
  }
}
.right-head-nav li {
    float: none;
    display: block;
}
.right-head-nav li.store-link a {
  color: #AFCD3E;
  border-bottom: 2px solid #AFCD3E;
  margin: 18px 0px;
}
.right-head-nav li#menu-item-221 a {
  color: #AFCD3E;
  border-bottom: 2px solid #AFCD3E;
  margin: 18px 0px;
}
.right-head-nav li#menu-item-221 a:hover {
  color: #91ab2f;
  border-bottom: 2px solid #91ab2f;
}
@media screen and (min-width: 253px) {
  .right-head-nav li#menu-item-221 a, .right-head-nav li.store-link a {
    margin: 18px 15px;
  }
}
@media screen and (min-width: 425px) {
  .right-head-nav li {
    display: inline-block;
  }
}
@media screen and (min-width: 480px) {
  .right-head-nav li {
    float: left;
  }
}
.right-head-nav li a {
  margin: 18px 15px;
  padding-top: 5px;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
.right-head-nav li a {
    margin: 18px 10px;
  }
}
@media screen and (min-width: 840px) {
  .right-head-nav li a, .right-head-nav li.store-link a {
    margin: 18px 5px 18px 0;
    padding-top: 5px;
    text-transform: uppercase;
  }
}
.right-head-nav li.donate-link a {
  color: #34B7EB;
  border-bottom: 2px solid #34B7EB;
}
.right-head-nav li.donate-link a:hover {
  color: #25a5d8;;
  border-bottom: 2px solid #25a5d8;;
}
.right-head-nav .search {
  height: 27px;
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .right-head-nav .search {
    margin-right: 0;
    margin-left: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .right-head-nav .search {
    margin-right: 20px;
  }
}
.right-head-nav .search a {
  display: block;
  background-image: url("images/ui/search-glass-icon.png");
  background-image: url("images/ui/search-glass-icon.svg"), none;
  background-repeat: no-repeat;
  background-size: 17px 18px;
  text-indent: -999px;
  width: 17px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  margin-top:10px;
  margin-bottom: 0;
  color: transparent;
}
@media screen and (min-width: 480px) {
  .right-head-nav .search a {
    margin-top:5px;
  }
}
@media screen and (min-width: 769px) {
  .right-head-nav .search {
    margin-left: 20px;
  }
}
@media screen and (min-width: 840px) {
  .right-head-nav .search {
    margin-left: 10px;
  }
}
@media screen and (min-width: 290px) and (max-width: 479px) {
  .right-head-nav .search {
    display: block;
    margin: 15px auto 0;
  }
  .right-head-nav .search a {
    display: block;
    background-image: url("images/ui/search-glass-icon.png");
    background-image: url("images/ui/search-glass-icon.svg"), none;
    background-repeat: no-repeat;
    background-size: 22px 27px;
    text-indent: -999px;
    width: 22px;
    height: 27px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow: hidden;
    margin-top:0;
    margin-bottom: -5px;
    color: transparent;
  }
}
.right-head-nav .search a:hover {
}
.primary-navigation ul.sub-menu {
  list-style: none;
  list-style-type: none;
  margin: 0;
}
@media screen and (min-width: 840px) {
  .primary-navigation ul.sub-menu {
    margin: 0 0 1.3em 1.3em;
  }
}
@media screen and (min-width: 840px) {
  .primary-navigation a {
    padding: 18px 5px 18px 0;
  }
  .primary-navigation ul {
    padding-left: 5px;
  }
}

@media screen and (min-width: 960px) {
  .primary-navigation a {
    padding: 18px 15px;
  }

  .primary-navigation .sub-menu a {
    padding: 0;
  }  
}
@media screen and (min-width: 840px) {
  .primary-navigation {
    display: block !important;
    position: absolute;
    top: 30px;
    left: 195px;
  }
  .primary-navigation li {
    float: left;
    padding: 4px 2px 2px;
  }
  .primary-navigation li:first-child {
    border: none;
  }
  .primary-navigation a {
    display: inline;
    font-size: 16px;
  }
  /* .primary-navigation a::after {
    content:"";
    color: #AFCD3E;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid;
    border-right:6px solid transparent;
    display: inline-block;
    height: 0;
    opacity: 1;
    vertical-align: middle;
    width: 0;
    margin-left: 10px;
    margin-top: -4px;
  }
  .primary-navigation li.menu-item-has-children a:hover::after {
    color: #AFCD3E;
    border-right: 6px solid transparent;
    border-top: 6px solid;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    display: inline-block;
    height: 0;
    opacity: 1;
    vertical-align: middle;
    width: 0;
    margin-left: 10px;
    margin-top:3px;
  }
  .primary-navigation li.menu-item-has-children ul.sub-menu a:hover::after {
    color: #AFCD3E;
    border-right: 0px solid transparent;
    border-top: 0px solid;
    border-left: 0px solid transparent;
    border-bottom: 0px solid transparent;
  } */
  .sub-menu {
    width: 200px;
    z-index: 999;
    position: absolute;
    list-style: none;
    margin-top: 19px;
    display: none;
  }
  .primary-navigation li:hover > .sub-menu {
      display: block;
  }
  .sub-menu li {
    display: block;
    background: #ffffff;
    width:100%;
    padding:10px;
    list-style-type: none;
  }
  .sub-menu li a::after, .sub-menu li a:hover::after  {
    margin:left:0;
    margin-top:0;
    border:0;
  }
  .submenu-hover a::after {
  color: #AFCD3E;
    border-right: 6px solid transparent;
    border-top: 6px solid;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    display: inline-block;
    height: 0;
    opacity: 1;
    vertical-align: middle;
    width: 0;
    margin-left: 10px;
    margin-top:3px;
}
  .primary-navigation .search {
    height: 30px;
  }
  .primary-navigation .search a {
    display: block;
    background-image: url("images/ui/search-icon.png");
    background-image: url("images/ui/search-icon.svg"), none;
    background-repeat: no-repeat;
    background-size: 22px 44px;
    text-indent: -999px;
    width: 22px;
    height: 22px;
    margin-left: 15px;
    padding: 0;
    overflow: hidden;
    transition: 0;
  }
  .primary-navigation .search a:hover {
    background-color: transparent;
    background-position: 0 -22px;
  }
  .primary-navigation a:hover,
  .primary-navigation .current-menu-item > a,
  .primary-navigation .current-menu-ancestor > a,
  .primary-navigation .current-page-item > a,
  .primary-navigation .current-page-ancestor > a {
    color: #404040;
  }
  .social-navigation {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
  }
  .right-head-nav {
    display: block !important;
    position: absolute;
    top: 30px;
    right: 0;
    padding-top: 0;
  }
}
.prev a,
.next a {
  display: inline-block;
  color: #000;
  background-color: #27c2ed;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11px 20px 10px;
  text-decoration: none;
}
.prev a:hover,
.next a:hover {
  color: #fff;
  background-color: #404040;
}
.prev {
  float: left;
}
.next {
  float: right;
}
.screen-reader-text,
.screen-reader-response {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link {
  color: #e5773e;
  background-color: #f1f1f1;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 16px 7px;
  outline: none;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  transition: none;
}
.skip-link:focus {
  left: 15px;
  top: 15px;
  clip: auto;
  width: auto;
  height: auto;
  z-index: 100000;
}
.site-header {
  background: #ffffff;
  padding: 20px 0 0;
}
@media screen and (min-width: 980px) {
  .site-header .large-7 {
        width: 58.33333333%;
  }
  .site-header .large-5 {
        width: 41.66666667%;
  }
}
.header-container {
  position: relative;
}
.site-logo {
  display: block;
  margin-bottom: 20px;
}
.site-logo-h1 {
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  .site-logo {
    display: inline-block;
    margin-bottom: 20px;
  }
  .site-logo-h1 {
    display: inline-block;
    margin-bottom: 0;
  }
  .header-container .site-logo img {
    display: inline-block;
    margin: auto;
  }
}
.header-container .site-logo img {
  display: block;
  margin: auto;
}
/*.site-logo img {
  width: 163px;
  height: auto;
} */
.site-tagline {
  display: none;
  position: absolute;
  top: 10px;
  right: 275px;
}
.donate-bar {
  background: #f84e6c;
  text-align: center;
  border-bottom: 0;
  margin-bottom: 0px;
}
.donate-bar .help-donate {
  display: none;
}
.donate-bar .supporters {
  display: none;
  color: #000;
  margin: 9px 0 7px;
}
.donate-bar .supporters a {
  color: #000;
}
.email-signup {
  background-color:#f7f7f7;
  padding-top:0px;
  padding-bottom: 0px;
}

.email-signup .row {
  background-color:#AFCD3E;
  padding-top:20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .email-signup {
    padding-top:0px;
    padding-bottom: 0px;
  }
  .email-signup .row {
    padding-top:40px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.email-signup .widget-newsletter .widget-content {
  padding-left: 0px;
  padding-right: 0;
  min-height: 0;
}
.email-signup .email-title {
  padding-left: 0;
}
@media screen and (min-width: 1170px) {
  .email-signup .email-title {
    padding-right: 100px;
  }
}
.email-signup .sign-up-box {
  padding-left: 0;
  padding-right: 0;
}
.site-footer {
  color: #fff;
  background: #000000;
  padding: 30px 0 50px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .site-footer {
  text-align: left;
  }
}
.site-footer .site-logo img {
  width: 100%;
  max-width: 157px;
}
.site-footer .social-navigation {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 481px) {
  .donate-bar {
    background: #c1d82f;
  }
  .donate-bar .supporters {
    display: inline-block;
  }
}
@media screen and (min-width: 840px) {
  .site-tagline {
    display: block;
  }
  .donate-bar {
    text-align: left;
  }
  .donate-bar .help-donate {
    display: inline;
  }
  .donate-bar .supporters {
    margin-right: 20px;
  }
}
.main-content {
  margin-bottom: 60px;
}
.home .main-content {
  margin-bottom: 0px;
  background-color: #F2F2F2;
}

section {
  padding-top: 2px;
}
.breadcrumbs {
  list-style: none;
  margin: 30px 0 40px;
  padding: 0;
  overflow: auto;
}
.breadcrumbs li {
  float: left;
  color: #555555;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
}
.breadcrumbs li:after {
  content: "/";
  display: inline-block;
  margin-right: 7px;
  padding-left: 7px;
}
.breadcrumbs li:last-child:after {
  content: none;
}
.breadcrumbs .current {
  color: #000;
}
.breadcrumbs a {
  color: #555555;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #27c2ed;
}
.home .home-slides-box {
  padding-left:0;
  padding-right:0;
}
.home-page-slides {
  list-style: none;
  position: relative;
  margin: 0;
  min-height: 300px;
  box-shadow: 0;
}
.home-page-slides li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-page-slides a {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.home-page-slides a:hover .slide-title {
  color: #000;
  background: #ffffff;
}
.slide-title {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: #34B7EB;
  font-size: 21px;
  line-height: 24px;
  margin: 0;
  padding: 15px 15px 20px;
  transition: 0.2s;
  text-align:center;
}
@media screen and (min-width: 769px) {
  .slide-title {
    text-align: left;
    font-size: 32px;
    line-height: 34px;
  }
}
@media screen and (min-width: 480px) {
  .slide-title {
    font-size: 20px;
    line-height: 24px;
  }
}

.featured-banner-box {
  background-color: #F2F2F2;
  padding: 0;
  overflow: hidden;
}

.featured-banner-box .col {
  padding-left: 0;
  padding-right: 0;
}

.featured-banner-box .col .widget {
  padding-bottom: 0;
  margin-bottom: 0;
}

.featured-banner-box .col .custom-html-widget {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}

.featured-banner-box .col .custom-html-widget .banner-box {
  position: relative;
  top: 0;
  right: 0;
  background-color: #34B7EB;
  color: #ffffff;
  font-size: 30px;
  line-height: 32px;
  padding: 15px;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 1042px) {
  .featured-banner-box .col .custom-html-widget .banner-box {
    top: 15%;
    right: 6%;
    font-size: 48px;
    line-height: 51px;
    padding: 45px 40px;
    width: 30%;
    position: absolute;
    text-align: left;
  }
}

@media screen and (min-width: 769px) and (max-width: 1042px) {
  .featured-banner-box .col .custom-html-widget .banner-box {
    top: 15%;
    right: 5%;
    font-size: 32px;
    line-height: 36px;
    padding: 25px;
    width: 30%;
    position: absolute;
    text-align: left;
  }
}

.featured-banner-box .col .custom-html-widget img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.featured-banner-box .col .custom-html-widget a.banner-button {
  color: #ffffff;
  font-size: 17px;
  line-height: 18px;
  padding: 10px 15px;
  border: 2px solid #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .featured-banner-box .col .custom-html-widget a.banner-button {
    font-size: 17px;
    line-height: 18px;
    padding: 10px 15px;
    display: inline-block;
    text-align: left;
  }
}
.featured-banner-box .col .custom-html-widget a.banner-button:hover {
  background-color: #25a5d8;
}

.google-map {
  border-top: 3px solid #999999;
  width: 100%;
  height: 300px;
}
.stats-bar-box {
  background-color: #BBD532;
  padding-top: 40px;
  text-align: center;
  padding-bottom: 40px;
}
.stats-bar-box .col.large-12 {
  padding-left: 60px;
  padding-right: 60px;
}
.stats-bar-box .widget {
  background-color: #BBD532;
  display: inline-block;
  margin-bottom: 10px;
}
.stats-bar-box .widget .large-12:last-of-type {
  padding-left: 0;
  padding-right: 0;
}
.stats-bar-box .left-stats {
  padding-left: 0;
  padding-right: 0;
}
.stats-bar-box .left-stats .col {
  padding-left: 0;
  padding-right:0;
}
@media screen and (min-width: 769px) {
  .stats-bar-box .left-stats .col {
    padding-right:15px;
  }
}
.stats-bar-box .right-stats {
  padding-left: 0;
  padding-right: 0;
}
.stats-bar-box .right-stats .col:last-of-type {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 769px) {
  .stats-bar-box .right-stats .col:last-of-type {
    padding-left: 15px;
  }
}
.stats-bar-box h2 {
    font-size:24px;
    line-height:28px;
    font-weight:700;
}
.stats-bar-box h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 32px;
  font-family: 'Source Sans Pro', sans-serif;
}
.stats-bar-box p {
  font-size: 14px;
  line-height: 18px;
}
.upper-case {
  text-transform: uppercase;
}
.stats-bottom {
  text-align:center;
  border-top:1px solid #000000;
  padding-top:20px;
  padding-left:15px;
  padding-right:15px;
}
.stats-bottom h2 {
  color: #ffffff;
  font-size: 32px;
  line-height: 36px;
}
@media screen and (min-width: 769px) {
  .stats-bottom h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
.stats-bottom a {
  background-color: #34B7EB;
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  border:2px solid #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
}

.stats-bottom a:hover {
  background-color: #25a5d8;
}

@media screen and (min-width: 769px) {
  .stats-bar-box {
    text-align: left;
  }
}
.featured-story-box {
  background-color: #F2F2F2;
  padding-top:25px;
}
.home .featured-story-box .col.large-12 {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 480px) {
  .home .featured-story-box .col.large-12 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 769px) {
  .featured-story-box {
    padding-top:65px;
    padding-bottom: 65px;
  }
}
.featured-story-box .widget {
  background-color: #F2F2F2;
  padding-left: 0px;
  padding-right: 0px;
}
.home .featured-story-box .widget-title {
  background-color: transparent;
  padding-left: 0px;
  display: inline-block;
  border-bottom: 2px solid #34B7EB;
  margin-bottom: 20px;
}
.featured-seed-box {
  background-color: #34C3EB;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .featured-seed-box {
      padding-top: 65px;
      padding-bottom: 65px;
  }
}
.home .featured-seed-box .col.large-12 {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 480px) {
  .home .featured-seed-box .col.large-12 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.featured-seed-box .widget {
  background-color: #34C3EB;
}
.home .featured-seed-box .big-post-title {
  color: #000000;
  text-decoration:none;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
}
@media screen and (min-width: 769px) {
  .home .featured-seed-box .big-post-title {
    font-size: 36px;
    line-height: 42px;
  }
}
.home .featured-seed-box .widget-title {
  background-color: transparent;
  padding-left: 0px;
  display: inline-block;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 20px;
}
.home .featured-seed-box p {
  margin-top:25px;
}
.home .featured-seed-box a.feat-story-button {
  display: block;
  color: #000000;
  font-weight: 700;
  background-color: #AFCD3E;
  border:2px solid #ffffff;
  padding: 10px 25px;
  margin-top:20px;
  font-family: 'Source Sans Pro', sans-serif;
  width: 190px;
  font-size: 18px;
  line-height: 18px;
  text-align:center;
  text-decoration: none;
}
.home .featured-seed-box a.feat-story-button:hover {
  background-color:#ffffff;
}
.home .featured-seed-box a img.story-seed-pic {
  float: none;
  margin-left: 0px;
  width: 100%;
  height: auto;
  border: 5px solid #AFCD3E;
  margin-bottom:20px;
}

@media screen and (min-width: 840px) {
  .home .featured-story-box a img.story-seed-pic {
    margin: .3em 0em .75em 2em;
  }
  .home .featured-seed-box a img.story-seed-pic {
  float: right;
  margin-left: 60px;
  margin-bottom: 0;
  margin-top: -40px;
  }
}

@media screen and (min-width: 620px) {
  .home .featured-seed-box a img.story-seed-pic {
    width: 475px;
    height: 300px;
  }
}

#custom_html-11 {
  margin-bottom: 15px;
}

/* Story Seeds adjustments for Featured Post plugin */

.home .featured-seed-box .rpwwt-widget ul li {
  overflow: visible;
}

.home .featured-seed-box .rpwwt-post-title {
  color: #000000;
  text-decoration:none;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

.home .featured-seed-box a {
  text-decoration:none;
}

.home .featured-seed-box a img {
  border: 5px solid #AFCD3E;
  margin: .3em 0em .75em 0em;
}

@media screen and (max-width: 768px) {
  .home .featured-seed-box .rpwwt-widget a img.wp-post-image {
    width: 100%!important;
    height: auto!important;
  }
}

.home .featured-seed-box .rpwwt-post-excerpt a {
  color: #404040;
  font-weight: 700;
  text-decoration: none;
}

.home .featured-seed-box .rpwwt-post-excerpt p {
  margin-top: 0;
}

.home .featured-seed-box a h2.widget-title {
  margin-bottom: 15px;
  border-bottom: 2px solid #ffffff;
}
.home .featured-seed-box a h2.widget-title-post {
  margin-bottom: 0px;
  border-bottom: 2px solid #ffffff;
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 7px 0px 6px 0px;
  background-color: transparent;
  display: inline-block;
}
.home .featured-seed-box a:hover h2.widget-title {
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
}

.home .featured-seed-box .rpwwt-widget ul li img, .home #rpwwt-recent-posts-widget-with-thumbnails-3 img {
  float: none;
  width: 100%;
  height: auto;
}
.home .featured-seed-box .rpwwt-post-title {
  float: left;
  font-size: 28px;
  line-height: 32px;
}
.home .featured-seed-box .rpwwt-post-excerpt {
  margin-top: 25px;
  display: inline-block;
}
@media screen and (min-width: 840px) {
  .home .featured-seed-box a img {
    margin: .3em 0em .75em 2em;
  }
  .home .featured-seed-box .rpwwt-widget ul li img, .home #rpwwt-recent-posts-widget-with-thumbnails-3 img {
  float: right;
  margin-top: -40px;
  }
  .home .featured-seed-box .rpwwt-post-title {
    font-size: 42px;
    line-height: 46px;
    float: none;
  }
  .home .featured-seed-box .rpwwt-post-excerpt {
    display: inherit;
  }
}
@media screen and (min-width: 769px) {
  .home .featured-seed-box .rpwwt-post-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (min-width: 620px) {
  .home #rpwwt-recent-posts-widget-with-thumbnails-3 img {
    width: 475px;
    height: 300px;
  }
}

.grid-posts-box.rt-tpg-container .layout1 .rt-holder .rt-detail .read-more {
      text-align: left;
}

.grid-posts-box.rt-tpg-container .layout1 .rt-holder .rt-detail .read-more a {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}


.js-main-widgets {
  background-color:#ffffff;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 480px) {
  .js-main-widgets {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.js-main-widgets .large-4 {
  padding-top:50px;
}
.js-main-widgets .large-4  .widget-content {
  padding: 18px 0px 12px;
}
.home-featured-bottom-box .textwidget, .home-featured-bottom-box .custom-html-widget {
  padding: 0px 0px 12px;
}
.home-featured-bottom-box .widget .home-feat-bottom-img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.home-featured-bottom-box p {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .home-featured-bottom-box p {
    min-height: 110px;
  }

  .home-featured-bottom-box .next-event-widget p {
    min-height: 0;
  }
}
.home-featured-bottom-box a, .home-featured-bottom-box a:visited {
    color: #404040;
    text-decoration: none;
}
.home-featured-bottom-box a.home-feat-bottom-button {
  display: inline-block;
  color: #6D6E71;
  text-decoration: none;
  font-size: 18px;
  line-height:21px;
  font-weight: 600;
  border: 2px solid #D1D3D4;
  padding: 10px 30px;
  margin-top: 20px;
}
.home-featured-bottom-box a.home-feat-bottom-button:hover {
  background-color: #f3f3f3;
}
.widget {
  position: relative;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 10px 10px 0 #999999;
}
.home .widget {
  box-shadow: none;
}
.home-featured-bottom-box .widget {
  font-size: 21px;
  line-height: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 290px) {
  .home-featured-bottom-box .widget {
    font-size: 28px;
    line-height: 32px;
  }
}

.widget h2,
.widget h3 {
  margin-top: 0;
}
.home .widget-title {
  position: relative;
  color: #000;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 7px 0px 6px 0px;
}
.widget-title {
  position: relative;
  color: #000;
  background-color: #e5773e;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 7px 20px 6px 20px;
}
.widget-content {
  padding: 18px 20px 12px;
}
.widget-event-date {
  color: #808080;
  font-size: 22px;
  margin-bottom: 8px;
}
.home-featured-bottom-box .widget-title {
  padding-left: 0px;
  display: inline-block;
  border-bottom: 2px solid #34B7EB;
}
.home-featured-bottom-box a h2.widget-title {
    margin-bottom: 15px;
}

.home-featured-bottom-box a:hover h2.widget-title {
  border-bottom: 2px solid #AFCD3E;
  color: #585858;
}

.home .widget-uncategorized .widget-title,
.home .widget-featured-explorer .widget-title,
.home .widget-calendar .widget-title {
  padding-left: 0px;
  display: inline-block;
  border-bottom: 2px solid #34B7EB;
}
.home .widget-uncategorized .widget-entry-title,
.home .widget-featured-explorer .widget-entry-title,
.home .widget-calendar .widget-entry-title {
  position: relative;
  font-size: 22px;
  margin-bottom: 8px;
  z-index: 10;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
.home .widget-featured-explorer .widget-title {
  background-color: #ffffff;
}
.widget-uncategorized .widget-title, .widget-featured-explorer .widget-title, .widget-calendar .widget-title {
    padding-left: 60px;
}
.widget-uncategorized .widget-entry-title:before,
.widget-featured-explorer .widget-entry-title:before,
.widget-calendar .widget-entry-title:before {
  content: "";
  float: left;
  display: block;
  position: relative;
  top: -65px;
  left: -10px;
  background-repeat: no-repeat;
  width: 67px;
  height: 111px;
  margin: 0 0 -67px -28px;
  z-index: 100;
}
.widget-uncategorized .widget-entry-title:before {
  background: url("images/icons/space-blog.png");
  background: url("images/icons/space-blog.svg"), none;
  background-size: 67px 111px;
}
.home .widget-calendar .widget-title {
  background-color: #ffffff;
}
.widget-calendar .widget-title {
  background-color: #c1d82f;
}
.archives-widget .accordion-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: 0.2s;
}
.archives-widget .accordion-title:hover {
  color: #27c2ed;
}
.archives-widget .archive-month-list {
  list-style: none;
}
.archives-widget a {
  text-decoration: none;
}
.ita-store-badge {
  display: block;
  background: #231f20;
  margin-bottom: 30px;
  padding: 15px 25px;
  box-shadow: 10px 10px 0 #9b6634;
}
.widget-newsletter {
  background-color: #AFCD3E;
  box-shadow: none;
}
.widget-newsletter h2, .widget-newsletter p {
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  .js-main-widgets .widget-content {
    min-height: inherit !important;
  }
}
@media screen and (min-width: 769px) {
  .widget-newsletter .widget-content {
    min-height: 177px;
    padding-left: 166px;
  }
}
/* Collapse-o-matic plugin */

.home .collapseomatic_excerpt, .home .collapseomatic_content {
  margin-left: 0;
  margin-bottom: 20px;
}


/* The Post Grid plugin */

.grid-posts-box.rt-tpg-container .layout1 .rt-holder .rt-detail {
  background: none;
}

.grid-posts-box.rt-tpg-container .layout1 .rt-holder .rt-detail .read-more a {
  text-decoration: none;
}

.grid-posts-box.rt-tpg-container .layout1 .rt-holder .rt-img-holder {
  border:3px solid #AFCD3E;
}


/* Recent Posts with Thumbnails plugin */

.home .featured-story-box .rpwwt-widget ul li {
  overflow: visible;
}

.home .featured-story-box .rpwwt-post-title {
  color: #000000;
  text-decoration:none;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

.home .featured-story-box a {
  text-decoration:none;
}

.home .featured-story-box a img {
  border: 5px solid #AFCD3E;
  margin: .3em 0em .75em 0em;
}

@media screen and (max-width: 768px) {
  .home .featured-story-box .rpwwt-widget a img.wp-post-image {
    width: 100%!important;
    height: auto!important;
  }
}

.home .featured-story-box .rpwwt-post-excerpt a {
  color: #404040;
  font-weight: 700;
  text-decoration: none;
}

.home .featured-story-box a h2.widget-title {
  margin-bottom: 15px;
  border-bottom: 2px solid #34B7EB;
}
.home .featured-story-box a:hover h2.widget-title {
  border-bottom: 2px solid #AFCD3E;
  color: #585858;
}
.home #custom_html-9 {
  margin-bottom: 0;
}
/* To style the except link button if you want

.home .featured-story-box .rpwwt-post-excerpt a {
  display: block;
  color: #ffffff;
  font-weight: 700;
  background-color: #34B7EB;
  border:2px solid #ffffff;
  padding: 10px 35px;
  margin-top:30px;
  font-family: 'Source Sans Pro', sans-serif;
  width: 170px;
  font-size: 18px;
  line-height: 18px;
  text-align:center;
}
.home .featured-story-box .rpwwt-post-excerpt a:hover {
  background-color:#25a5d8;
} */

.home #custom_html-7 {
  background-color: transparent;
}

.home .featured-story-box a.feat-story-button {
  display: block;
  color: #ffffff;
  font-weight: 700;
  background-color: #34B7EB;
  border:2px solid #ffffff;
  padding: 10px 35px;
  margin-top:0px;
  font-family: 'Source Sans Pro', sans-serif;
  width: 190px;
  font-size: 18px;
  line-height: 18px;
  text-align:center;
}
.home .featured-story-box a.feat-story-button:hover {
  background-color:#25a5d8;
}
@media screen and (min-width: 840px) {
  .home .featured-story-box a.feat-story-button {
    margin-top:0px;
  }
}

/* The Events Calendar homepage widget customization */

.home-featured-bottom-box .tribe-events-adv-list-widget ol {
  margin: 18px 0;
}
.home-featured-bottom-box .col:first-of-type {
  padding-left: 0;
  padding-right: 0;
}
.home-featured-bottom-box .col {
  padding-left: 0;
  padding-right: 0;
}
.home-featured-bottom-box .col:last-of-type {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 769px) {
  .home-featured-bottom-box .col:first-of-type {
    padding-left: 0;
    padding-right: 30px;
  }
  .home-featured-bottom-box .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-featured-bottom-box .col:last-of-type {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .home-featured-bottom-box .tribe-events-adv-list-widget .tribe-events-event-image img {
    height: 205px;
    width: 345px;
  }
}

  .home-featured-bottom-box .tribe-events-adv-list-widget .tribe-events-event-image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 58.82% 0 0 0;
  }

  .home-featured-bottom-box .tribe-events-adv-list-widget .tribe-events-event-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  }

.home-featured-bottom-box .tribe-events-widget-link a {
  color: #6D6E71;
  text-decoration: none;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  border: 2px solid #D1D3D4;
  padding: 10px 30px;
}
.home-featured-bottom-box .tribe-events-widget-link a:hover {
  background-color: #f3f3f3;
}
.home-featured-bottom-box .tribe-events-adv-list-widget .duration {
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
}

@media screen and (min-width: 769px) {
  .home-featured-bottom-box .tribe-events-adv-list-widget .location {
    min-height: 65px;
  }
}

.home-featured-bottom-box .tribe-events-adv-list-widget .entry-title a {
  color: #000000;
  text-decoration: none;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
}

.home-featured-bottom-box .tribe-events-adv-list-widget .duration {
  display: none;
}

.tribe-events-event-image {
  display: none;
}

.home .tribe-events-event-image {
  display: block;
}
.home .featured-story-box .rpwwt-widget ul li img, .home #rpwwt-recent-posts-widget-with-thumbnails-2 img {
  float: none;
  width: 100%;
  height: auto;
}
.home .featured-story-box .rpwwt-post-title {
  float: left;
  font-size: 28px;
  line-height: 32px;
}
.home .featured-story-box .rpwwt-post-excerpt {
  margin-top: 25px;
  display: inline-block;
}
@media screen and (min-width: 840px) {
  .home .featured-story-box a img {
    margin: .3em 0em .75em 2em;
  }
  .home .featured-story-box .rpwwt-widget ul li img, .home #rpwwt-recent-posts-widget-with-thumbnails-2 img {
  float: right;
  margin-top: -40px;
  }
  .home .featured-story-box .rpwwt-post-title {
    font-size: 42px;
    line-height: 46px;
    float: none;
  }
  .home .featured-story-box .rpwwt-post-excerpt {
    display: inherit;
  }
}
@media screen and (min-width: 769px) {
  .home .featured-story-box .rpwwt-post-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (min-width: 620px) {
  .home #rpwwt-recent-posts-widget-with-thumbnails-2 img {
    width: 475px;
    height: 300px;
  }
}
#tribe-events-pg-template {
  padding: 0 15px;
}
h2.tribe-events-page-title {
  font-size: 22px;
}
.tribe-events-notices {
  color: #000;
  background: #e5773e;
  text-shadow: none;
  border: none;
  margin-bottom: 30px;
  padding: 0.5em;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.single-tribe_events .tribe-events-single-section {
  background: #fff;
  border: none;
  box-shadow: 10px 10px 0 #999999;
}
.single-tribe_events .tribe-events-schedule {
  background: none;
  border: none;
  margin-bottom: 30px;
  padding: 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: inherit;
}
.single-tribe_events .tribe-events-schedule .recurringinfo {
  margin: 0;
}
.single-tribe_events .tribe-events-venue-map {
  border: none;
  padding: 0;
}
.single-tribe_events #tribe-events-footer {
  border: none;
}
.tribe-events-event-meta address.tribe-events-address {
  font-style: normal;
}
#tribe-events-content table.tribe-events-calendar,
#tribe-events-content .tribe-events-calendar td {
  border: none;
}
#tribe-events-content table.tribe-events-calendar {
  margin-bottom: 30px;
  box-shadow: 10px 10px 0 #999999;
}
.tribe-events-calendar thead th {
  background: #555555;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  border: none;
  padding: 10px 0;
}
.tribe-events-calendar td {
  background: #fff;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
  color: #000;
  background: #27c2ed;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"] {
  color: #404040;
  background: #f2f2f2;
  font-family: 'Source Sans Pro', sans-serif;
}
.tribe-events-list .tribe-events-event-cost span {
  background: none;
  border: none;
  padding: 0;
}
.tribe-events-ical,
.tribe-events-gcal {
  display: none !important;
}
.tribe-events-list-separator-month span {
  background: #f7f7f7;
}
.micro-copy {
  color: #b3b3b3;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 30px;
}
.add-padding {
  margin-right: 25px;
}
.footer-email {
  color: #fff;
  text-decoration:none;
}
.footer-email:hover {
  color: #c1d82f;
}
@media screen and (min-width: 480px) {
  section {
    background: #fff;
    border-bottom: none;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    box-shadow: 10px 10px 0 #999999;
  }
}
@media screen and (min-width: 480px) {
  .home-page-slides {
    padding-bottom: 41.4%;
  }
}
@media screen and (min-width: 769px) {
  .slide-title {
    font-size: 32px;
    line-height: 34px;
    top: 10%;
    bottom: auto;
    right: 5%;
    width: 35%;
    left: auto;
    padding: 30px 15px 15px;
  }
}

@media screen and (min-width: 1024px) {
  .slide-title {
    font-size: 42px;
    line-height: 44px;
    top: 20%;
    right: 5%;
    bottom: auto;
    width: 35%;
    left: auto;
    padding: 40px 20px 20px;
  }
}
.post {
  margin-bottom: 50px;
}
.post .entry-header {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.wp-post-image {
  display:none;
}
.blog .post {
  border-bottom: 5px solid #999999;
  padding-bottom: 38px;
}
.entry-meta {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.entry-date {
  margin-right: 10px;
}
.entry-categories a {
  color: #404040;
  text-decoration: none;
}
.entry-categories a:hover {
  color: #27c2ed;
}
.comments-area {
  border-top: 3px solid #d4d4d4;
}
.comments-area + h2 {
  margin-top: 10px;
}
.comment-list {
  list-style: none;
  margin: 0;
}
.comment-list .children {
  list-style: none;
  margin: 0;
}
.comment {
  border-bottom: 1px solid #d4d4d4;
  padding: 2em 0 0.9em;
}
.comment-meta {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}
.comment-date {
  color: #404040;
  text-decoration: none;
}
.form-allowed-tags {
  font-size: 0.8em;
  margin-bottom: 2em;
}
fieldset {
  margin-top: 2em;
}
label,
legend {
  display: block;
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 2em 0 0.4em;
}
button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input,
textarea {
  margin: 0;
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
  border-color: #27c2ed;
  box-shadow: 0 0 12px #27c2ed;
}
input {
  height: 42px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea {
  border: 1px solid #999999;
  width: 100%;
  padding: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  top: -1px;
  height: inherit;
  margin: 0 4px 0 0;
  padding: 0;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: thin dotted #e5773e;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #000;
  background-color: #27c2ed;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 0;
  margin-top: 20px;
  padding: 11px 20px 10px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: thin dotted #000;
  box-shadow: none;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #fff;
  background: #404040;
}
input[disabled],
select[disabled],
textarea[disabled] {
  opacity: 0.4;
}
.required {
  color: #e5773e;
  margin-left: 3px;
}
.search-form label {
  margin: 0;
}
.search-form input[type="search"] {
  text-align: center;
  background-color: #34B7EB;
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  border: none;
  width: 100%;
}
.search-form input[type="submit"] {
  display: none;
}
.search-form input::placeholder {
  color: #ffffff;
}
.search-bar {
  background-color: #34B7EB;
  color: #ffffff;
  margin: -17px 0 17px;
  overflow: auto;
  width:100%;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
.wpcf7-checkbox label,
.wpcf7-radio label {
  color: #404040;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
  margin: 0;
}
.wpcf7-response-output {
  font-weight: bold;
  margin: 1.2em 0;
}
.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
  color: #e5773e;
}
.ajax-loader {
  margin-left: 15px;
}
.mailchimp-form {
  margin-bottom: 20px;
}
.mailchimp-form input[type="email"] {
  text-align: center;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: none;
}
.mailchimp-form input[type="submit"] {
  width: 100%;
  margin-top: 0;
  background-color: #AFCD3E;
  border: 1px solid #ffff;
  color: #ffffff;
}
.mailchimp-form input[type="submit"]:hover {
  background-color:#ffffff;
  color: #AFCD3E;
}
@media screen and (min-width: 996px) {
  .mailchimp-form input[type="email"] {
    float: left;
    text-align: left;
    border-right: none;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    width: 68%;
  }
  .mailchimp-form input[type="submit"] {
    width: inherit;
    margin-left: 20px;
  }
}
th,
td {
  text-align: left;
  vertical-align: top;
}
.row {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.small-1 {
  width: 8.33333333%;
}
.small-offset-1 {
  margin-left: 8.33333333%;
}
.small-push-1 {
  position: relative;
  left: 8.33333333%;
  right: auto;
}
.small-pull-1 {
  position: relative;
  left: auto;
  right: 8.33333333%;
}
.small-2 {
  width: 16.66666667%;
}
.small-offset-2 {
  margin-left: 16.66666667%;
}
.small-push-2 {
  position: relative;
  left: 16.66666667%;
  right: auto;
}
.small-pull-2 {
  position: relative;
  left: auto;
  right: 16.66666667%;
}
.small-3 {
  width: 25%;
}
.small-offset-3 {
  margin-left: 25%;
}
.small-push-3 {
  position: relative;
  left: 25%;
  right: auto;
}
.small-pull-3 {
  position: relative;
  left: auto;
  right: 25%;
}
.small-4 {
  width: 33.33333333%;
}
.small-offset-4 {
  margin-left: 33.33333333%;
}
.small-push-4 {
  position: relative;
  left: 33.33333333%;
  right: auto;
}
.small-pull-4 {
  position: relative;
  left: auto;
  right: 33.33333333%;
}
.small-5 {
  width: 41.66666667%;
}
.small-offset-5 {
  margin-left: 41.66666667%;
}
.small-push-5 {
  position: relative;
  left: 41.66666667%;
  right: auto;
}
.small-pull-5 {
  position: relative;
  left: auto;
  right: 41.66666667%;
}
.small-6 {
  width: 50%;
}
.small-offset-6 {
  margin-left: 50%;
}
.small-push-6 {
  position: relative;
  left: 50%;
  right: auto;
}
.small-pull-6 {
  position: relative;
  left: auto;
  right: 50%;
}
.small-7 {
  width: 58.33333333%;
}
.small-offset-7 {
  margin-left: 58.33333333%;
}
.small-push-7 {
  position: relative;
  left: 58.33333333%;
  right: auto;
}
.small-pull-7 {
  position: relative;
  left: auto;
  right: 58.33333333%;
}
.small-8 {
  width: 66.66666667%;
}
.small-offset-8 {
  margin-left: 66.66666667%;
}
.small-push-8 {
  position: relative;
  left: 66.66666667%;
  right: auto;
}
.small-pull-8 {
  position: relative;
  left: auto;
  right: 66.66666667%;
}
.small-9 {
  width: 75%;
}
.small-offset-9 {
  margin-left: 75%;
}
.small-push-9 {
  position: relative;
  left: 75%;
  right: auto;
}
.small-pull-9 {
  position: relative;
  left: auto;
  right: 75%;
}
.small-10 {
  width: 83.33333333%;
}
.small-offset-10 {
  margin-left: 83.33333333%;
}
.small-push-10 {
  position: relative;
  left: 83.33333333%;
  right: auto;
}
.small-pull-10 {
  position: relative;
  left: auto;
  right: 83.33333333%;
}
.small-11 {
  width: 91.66666667%;
}
.small-offset-11 {
  margin-left: 91.66666667%;
}
.small-push-11 {
  position: relative;
  left: 91.66666667%;
  right: auto;
}
.small-pull-11 {
  position: relative;
  left: auto;
  right: 91.66666667%;
}
.small-12 {
  width: 100%;
}
.small-offset-12 {
  margin-left: 100%;
}
.small-push-12 {
  position: relative;
  left: 100%;
  right: auto;
}
.small-pull-12 {
  position: relative;
  left: auto;
  right: 100%;
}
@media screen and (min-width: 481px) {
  .medium-1 {
    width: 8.33333333%;
  }
  .medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    left: auto;
    right: 8.33333333%;
  }
  .medium-2 {
    width: 16.66666667%;
  }
  .medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    left: auto;
    right: 16.66666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    left: auto;
    right: 25%;
  }
  .medium-4 {
    width: 33.33333333%;
  }
  .medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    left: auto;
    right: 33.33333333%;
  }
  .medium-5 {
    width: 41.66666667%;
  }
  .medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    left: auto;
    right: 41.66666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    left: auto;
    right: 50%;
  }
  .medium-7 {
    width: 58.33333333%;
  }
  .medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    left: auto;
    right: 58.33333333%;
  }
  .medium-8 {
    width: 66.66666667%;
  }
  .medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    left: auto;
    right: 66.66666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    left: auto;
    right: 75%;
  }
  .medium-10 {
    width: 83.33333333%;
  }
  .medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    left: auto;
    right: 83.33333333%;
  }
  .medium-11 {
    width: 91.66666667%;
  }
  .medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    left: auto;
    right: 91.66666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-12 {
    margin-left: 100%;
  }
  .medium-push-12 {
    position: relative;
    left: 100%;
    right: auto;
  }
  .medium-pull-12 {
    position: relative;
    left: auto;
    right: 100%;
  }
}
@media screen and (min-width: 769px) {
  .large-1 {
    width: 8.33333333%;
  }
  .large-offset-1 {
    margin-left: 8.33333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    left: auto;
    right: 8.33333333%;
  }
  .large-2 {
    width: 16.66666667%;
  }
  .large-offset-2 {
    margin-left: 16.66666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    left: auto;
    right: 16.66666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    left: auto;
    right: 25%;
  }
  .large-4 {
    width: 33.33333333%;
  }
  .large-offset-4 {
    margin-left: 33.33333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    left: auto;
    right: 33.33333333%;
  }
  .large-5 {
    width: 41.66666667%;
  }
  .large-offset-5 {
    margin-left: 41.66666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    left: auto;
    right: 41.66666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    left: auto;
    right: 50%;
  }
  .large-7 {
    width: 58.33333333%;
  }
  .large-offset-7 {
    margin-left: 58.33333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    left: auto;
    right: 58.33333333%;
  }
  .large-8 {
    width: 66.66666667%;
  }
  .large-offset-8 {
    margin-left: 66.66666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    left: auto;
    right: 66.66666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    left: auto;
    right: 75%;
  }
  .large-10 {
    width: 83.33333333%;
  }
  .large-offset-10 {
    margin-left: 83.33333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    left: auto;
    right: 83.33333333%;
  }
  .large-11 {
    width: 91.66666667%;
  }
  .large-offset-11 {
    margin-left: 91.66666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    left: auto;
    right: 91.66666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-12 {
    margin-left: 100%;
  }
  .large-push-12 {
    position: relative;
    left: 100%;
    right: auto;
  }
  .large-pull-12 {
    position: relative;
    left: auto;
    right: 100%;
  }
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .donate-bar,
  .breadcrumbs,
  .page-navigation,
  .widget,
  .site-footer,
  .button {
    display: none !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href].site-logo:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
}

div#google-map {
  display:none !important;
}
