/*** Page ***/
.transparent-button a.fl-button, .transparent-button a.fl-button:visited, .fl-builder-content .transparent-button a.fl-button, .fl-builder-content .transparent-button a.fl-button:visited {
  background-color: rgba(255, 255, 255, 0.8);
  color: #4d4f53; }

.text-shadow .fl-heading-text {
  text-shadow: 1px 1px 2px black; }

.photo-gradient .fl-row-content-wrap::after {
  background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.65)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }

h2 .fl-heading-text, .fl-rich-text h2, h2.fl-heading {
  /*background: #424242;*/
  /*color: #ffffff;*/
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
  background: #f2f2f2 none repeat scroll 0 0;
  color: #4d4f53;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px; }

.fl-row-bg-photo .fl-heading-text, .heading-bar-full-width .fl-heading-text {
  text-transform: uppercase;
  hyphens: auto;
}

a:hover, a:focus {
  text-decoration: none; }

/*** Header ***/
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.current-page-ancestor > a {
  color: #8c1515; }

.fl-page-header.fl-page-header-primary {
  border-top: 3px solid #8c1515; }

/*** Footer ***/
.fl-page-footer-wrap {
  margin-top: 40px; }

.fl-page-footer-widgets .fl-widget ul li {
  line-height: 18px;
  margin-bottom: 16px; }

#global-footer .container .row {
  margin-left: 0px !important; }

#global-footer .span10 {
  width: auto !important; }

.fl-page-footer-widgets .fl-builder-content a.fl-button, .fl-page-footer-widgets .fl-builder-content a.fl-button:visited {
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  padding: 12px 24px;
  text-decoration: none;
  text-shadow: none;
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #4d4f53;
  color: #4d4f53;
  transition: all 0.2s ease-out 0s; }

.fl-page-footer-widgets .fl-builder-content .fl-button-width-full .fl-button {
  display: block;
  text-align: center; }

.fl-page-footer-widgets a.fl-button *, .fl-page-footer-widgets a.fl-button:visited *, .fl-page-footer-widgets .fl-builder-content a.fl-button *, .fl-page-footer-widgets .fl-builder-content a.fl-button:visited * {
  color: #4d4f53; }

.fl-page-footer-widgets a.fl-button:hover, .fl-page-footer-widgets .fl-builder-content a.fl-button:hover {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 2px solid #4d4f53;
  color: #4d4f53; }

.fl-page-footer-widgets .fl-icon-group {
  font-size: 25px;
  letter-spacing: 5px; }

.fl-page-footer-widgets .fl-icon-group-center {
  text-align: center; }

.fl-page-footer-widgets .fl-icon {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0px; }

.fl-page-footer-widgets .fl-icon-group .fl-icon {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 0px; }

/* Search */
#search-results-events ul {
  padding: 0; }

#search-results-events li {
  list-style-type: none; }

#search-results-events li img {
  list-style-type: none; }

.event + .event {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px 0 0; }

.event {
  min-height: 82px;
  padding: 18px 15px 1px 115px;
  position: relative; }

.event a:hover img {
  opacity: 0.8; }

.event img {
  left: 15px;
  position: absolute;
  top: 20px;
  overflow: hidden; }

/*** Single Posts ***/
#story-featured-image img {
  height: auto;
  max-width: 100%; }

#story-featured-image {
  position: relative;
  margin: 0 0 32px;
  clear: both; }
  #story-featured-image img {
    display: block;
    height: auto;
    width: 100%; }
  #story-featured-image .video {
    overflow: hidden;
    position: relative;
    height: 0;
    padding: 30px 0 56.25%; }
    #story-featured-image .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #story-featured-image .wp-caption-desc {
    float: left;
    max-width: 50%;
    margin: 10px 30px 1px 0;
    color: #594a42;
    font-size: 12px;
    font-style: italic;
    line-height: 16px; }
  #story-featured-image em {
    float: right;
    max-width: 50%;
    margin: 10px 0 1px 30px;
    color: #594a42;
    text-align: right; }

#slideshow {
  display: none;
  overflow: hidden;
  width: 100%; }
  #slideshow .previous, #slideshow .next {
    overflow: hidden;
    position: absolute;
    left: -19px;
    z-index: 20;
    height: 0;
    width: 0;
    border: 10px solid lightgray;
    border-left: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    margin-top: -10px;
    text-indent: -10000px; }
  #slideshow .next {
    left: auto;
    right: -19px;
    border-right: 0;
    border-left: 10px solid lightgray; }

#story {
  display: inline; }

#slideshow-photos {
  position: relative;
  width: 100%; }
  #slideshow-photos li {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    cursor: pointer; }
    #slideshow-photos li.nextImg {
      z-index: 9; }
    #slideshow-photos li .img {
      position: relative;
      background: #f2f2f2; }
  #slideshow-photos img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto; }

#slideshow-nav {
  clear: both; }
  #slideshow-nav li {
    float: left;
    position: relative;
    width: 39px;
    height: 30px;
    padding: 9px 0 0;
    opacity: .5;
    list-style-type: none; }
    #slideshow-nav li.active {
      opacity: 1; }
  #slideshow-nav img {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer; }

/** Image Card Hover Effect **/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  cursor: default; }

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: -moz-linear-gradient(top, transparent 0%, transparent 55%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 55%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, transparent 55%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
  /* IE6-9 */ }

.hovereffect:hover .overlay, .hovereffect:focus .overlay {
  background-color: rgba(170, 170, 170, 0.4); }

.hovereffect * {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.hovereffect:hover img, .hovereffect:focus img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.hovereffect .overlay-title {
  bottom: 0;
  margin: 0;
  width: 100%;
  padding: 25px 30px;
  position: absolute;
  text-align: right; }
  .hovereffect .overlay-title h4, .hovereffect .overlay-title h5 {
    color: #fff;
    text-transform: none;
    font-weight: 300;
    text-shadow: 2px 2px 4px #000, 1px 1px 1px #000; }
  .hovereffect .overlay-title h4 {
    font-size: 23px;
    line-height: 24px;
    margin: 0;
    letter-spacing: 2px; }
  .hovereffect .overlay-title h5 {
    font-size: 16px;
    margin: 2px 0 0;
    letter-spacing: 1px; }
  .hovereffect .overlay-title span.dash {
    display: none; }

.hovereffect div.info {
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  height: 93%;
  left: 0;
  margin: 2%;
  padding: 20px;
  position: absolute;
  text-decoration: none;
  text-transform: none;
  top: 0;
  width: 96%;
  line-height: 22px; }

.hovereffect div.info div {
  left: 50%;
  top: 50%;
  margin-right: 50%;
  margin-top: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center; }

.hovereffect:hover div.info, .hovereffect:focus div.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0, 0, 0, 0.6); }

.hovereffect.color-overlay .overlay-title.red {
  background: rgba(140, 21, 21, 0.8) none repeat scroll 0 0; }
.hovereffect.color-overlay .overlay-title.dark-gray {
  background: rgba(51, 51, 51, 0.8) none repeat scroll 0 0; }
.hovereffect.color-overlay .overlay-title.solid-red {
  background: #8c1515 none repeat scroll 0 0; }
.hovereffect.color-overlay .overlay-title.solid-dark-gray {
  background: #333333 none repeat scroll 0 0; }
.hovereffect.color-overlay .overlay-title {
  height: 100%;
  margin: 0;
  padding: 100px 20%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%; }
  .hovereffect.color-overlay .overlay-title h4, .hovereffect.color-overlay .overlay-title h5, .hovereffect.color-overlay .overlay-title span.dash {
    left: 50%;
    margin-right: 50%;
    margin-top: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 60%;
    text-shadow: none;
    color: white;
    display: block; }
  .hovereffect.color-overlay .overlay-title h4 {
    top: 33%; }
  .hovereffect.color-overlay .overlay-title h5 {
    top: 66%; }
  .hovereffect.color-overlay .overlay-title span.dash {
    top: 50%;
    font-size: 42px; }
.hovereffect.color-overlay .overlay {
  background-color: rgba(170, 170, 170, 0); }
.hovereffect.color-overlay :hover .overlay-title.red, .hovereffect.color-overlay :focus .overlay-title.red {
  background: rgba(140, 21, 21, 0) none repeat scroll 0 0; }
.hovereffect.color-overlay :hover .overlay-title.dark-gray, .hovereffect.color-overlay :focus .overlay-title.dark-gray {
  background: rgba(51, 51, 51, 0) none repeat scroll 0 0; }
.hovereffect.color-overlay :hover .overlay-title.solid-red, .hovereffect.color-overlay :focus .overlay-title.solid-red {
  background: #A82F2F none repeat scroll 0 0; }
.hovereffect.color-overlay :hover .overlay-title.solid-dark-gray, .hovereffect.color-overlay :focus .overlay-title.solid-dark-gray {
  background: #4D4D4D none repeat scroll 0 0; }
.hovereffect.color-overlay :hover .overlay-title.red h4, .hovereffect.color-overlay :hover .overlay-title.red h5, .hovereffect.color-overlay :hover .overlay-title.red span.dash, .hovereffect.color-overlay :hover .overlay-title.dark-gray h4, .hovereffect.color-overlay :hover .overlay-title.dark-gray h5, .hovereffect.color-overlay :hover .overlay-title.dark-gray span.dash, .hovereffect.color-overlay :focus .overlay-title.red h4, .hovereffect.color-overlay :focus .overlay-title.red h5, .hovereffect.color-overlay :focus .overlay-title.red span.dash, .hovereffect.color-overlay :focus .overlay-title.dark-gray h4, .hovereffect.color-overlay :focus .overlay-title.dark-gray h5, .hovereffect.color-overlay :focus .overlay-title.dark-gray span.dash {
  color: rgba(255, 255, 255, 0); }

/*** Individual Page Fixes/Section Fixes ***/
.navbar-brand-arts.navbar-brand-arts-institute {
  display: none; }

.page-id-244118 .navbar-brand-arts, .page-id-249574 .navbar-brand-arts, .page-id-235747 .navbar-brand-arts, .page-id-235750 .navbar-brand-arts, .page-id-254014 .navbar-brand-arts, .page-id-284961 .navbar-brand-arts, .page-id-284955 .navbar-brand-arts {
  display: none; }
.page-id-244118 .navbar-brand-arts.navbar-brand-arts-institute, .page-id-249574 .navbar-brand-arts.navbar-brand-arts-institute, .page-id-235747 .navbar-brand-arts.navbar-brand-arts-institute, .page-id-235750 .navbar-brand-arts.navbar-brand-arts-institute, .page-id-254014 .navbar-brand-arts.navbar-brand-arts-institute, .page-id-284961 .navbar-brand-arts.navbar-brand-arts-institute, .page-id-284955 .navbar-brand-arts.navbar-brand-arts-institute {
  display: block; }

#menu-genre-browse-pages.fl-menu-horizontal li.menu-item {
  padding: 0 8px; }

#menu-genre-browse-pages.fl-menu-horizontal li.current-menu-item a {
  color: #4d4f53; }

.single-tribe_events .tribe-events-event-image {
  float: left;
  margin: 20px 20px 20px 0;
  max-width: 200px; }

.single-tribe_events .tribe-events-schedule h3 {
  margin-bottom: 20px; }

.single-tribe_events #tribe-events-content .tribe-events-event-meta dl {
  margin-top: 20px; }

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt, .single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  float: left; }

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  width: 25%;
  min-width: 115px;
  line-height: 1.5; }

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  width: 75%; }

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