/* 
stylus -u jeet -u rupture -w style.styl
*/
body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}
a.more,
span.more,
a.more-link,
.ajax-load-more {
    color: #000;
    border: 2px solid #000;
    border-radius: 0;
    padding: 15px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.2s ease 0s;
}
@media only screen and (max-width: 768px) {
  a.more,
  span.more,
  a.more-link,
  .ajax-load-more {
    font-size: 12px;
    padding: 13px 13px;
  }
}
a.more:hover,
span.more:hover,
a.more-link:hover,
.ajax-load-more:hover {
  color: #fff;
  background-color: #000;
}
.mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobile {
    display: inline;
  }
}
#menu {
  display: none;
}
.slicknav_menu {
  display: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
.ajax-navigation {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: center;
}
.ajax-navigation:before,
.ajax-navigation:after {
  content: '';
  display: table;
}
.ajax-navigation:after {
  clear: both;
}
.ajax-navigation .ajax-load-more {
  display: inline-block;
  cursor: pointer;
}
.ajax-navigation .posts-loader-icon {
  font-size: 24px;
  margin-bottom: 2%;
}
section {
  position: relative;
}
section .moreholder {
  margin: 12% 6% 6% 6%;
}
@media only screen and (max-width: 1024px) {
  section .moreholder {
    margin-top: 6%;
  }
}
section h1 {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 0px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 960px) {
  section h1 {
    font-size: 72px;
    line-height: 76px;
  }
}
@media only screen and (max-width: 640px) {
  section h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
section h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 1%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section h2 a {
  color: #000;
}
section p {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 4%;
}
section p a {
  color: #e70142;
  text-decoration: none;
}
section p a:hover {
  text-decoration: underline;
}
section p:last-child {
  margin-bottom: 0;
}
section p.dateline {
  margin-bottom: 1%;
  font-size: 12px;
}
section p.blurb,
section span.intro {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}
section p.share {
  text-align: center;
  font-size: 18px;
}
section p.share a {
  color: #aaa;
  transition: color 0.2s ease 0s;
}
section p.share a:hover {
  color: #000;
}
section img.alignright,
section div.alignright {
  float: right;
  width: auto !important;
  margin-left: 4% !important;
  margin-bottom: 2% !important;
}
@media only screen and (max-width: 640px) {
  section img.alignright,
  section div.alignright {
    width: 100% !important;
    height: auto !important;
    float: none !important;
    margin-left: 0 !important;
  }
}
section img.alignleft,
section div.alignleft {
  width: auto !important;
  float: left;
  margin-right: 4% !important;
  margin-bottom: 2% !important;
}
@media only screen and (max-width: 640px) {
  section img.alignleft,
  section div.alignleft {
    width: 100% !important;
    height: auto !important;
    float: none !important;
    margin-right: 0 !important;
  }
}
section img.alignleft .centered p,
section div.alignleft .centered p {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  section img.alignnone,
  section img.aligncenter {
    width: 100%;
    height: auto;
  }
}
section .wp-caption {
  *zoom: 1;
  width: auto;
  max-width: 768px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 4%;
}
section .wp-caption:before,
section .wp-caption:after {
  content: '';
  display: table;
}
section .wp-caption:after {
  clear: both;
}
section .wp-caption img {
  width: 100%;
  height: auto;
}
section .wp-caption .wp-caption-text,
section .gallery-caption,
section .entry-caption {
  font-size: 12px;
  text-align: center;
  color: #414141;
}
section .bq_wrapper {
  overflow: hidden;
  margin-bottom: 2%;
}
section blockquote {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
  overflow: hidden;
}
section blockquote:before,
section blockquote:after {
  content: '';
  display: table;
}
section blockquote:after {
  clear: both;
}
section blockquote:last-child {
  margin-right: 0%;
}
section blockquote p {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  section blockquote p {
    font-size: 18px;
  }
}
section blockquote p:last-child {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  section blockquote p:last-child {
    font-size: 13px;
  }
}
section .blockquote-before,
section .blockquote-after {
float: left;
    clear: none;
    text-align: inherit;
    width: 14.166666666666664%;
    margin-left: 0%;
    margin-right: 3%;
    font-size: 38px;
    color: #00000014;
}
section .blockquote-before:before,
section .blockquote-after:before,
section .blockquote-before:after,
section .blockquote-after:after {
  content: '';
  display: table;
}
section .blockquote-before:after,
section .blockquote-after:after {
  clear: both;
}
section .blockquote-before:last-child,
section .blockquote-after:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 768px) {
  section .blockquote-before,
  section .blockquote-after {
    font-size: 24px;
  }
}
section .blockquote-before {
  text-align: right;
}
section .blockquote-after {
  text-align: left;
}
section span.divider {
  font-size: 35px;
}
section .contained {
  margin-bottom: 4%;
  margin-top: 4%;
  overflow: hidden;
}
section .video-wrapper {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  margin-bottom: 6%;
  margin-top: 4%;
}
section .video-wrapper iframe,
section .video-wrapper object,
section .video-wrapper embed {
  margin-top: 1%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section .gallery {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  margin-top: 0 !important;
  margin-bottom: 4%;
}
section .gallery:before,
section .gallery:after {
  content: '';
  display: table;
}
section .gallery:after {
  clear: both;
}
section .gallery:last-child {
  margin-right: 0%;
}
section .gallery .gallery-item {
    margin-bottom: 2%;
    float: left;
    clear: none;
    width: 49%;
    margin-left: 0%;
    margin-right: 2%;
}
section .gallery .gallery-item:before,
section .gallery .gallery-item:after {
  content: '';
  display: table;
}
section .gallery .gallery-item:after {
  clear: both;
}
section .gallery .gallery-item:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
section .gallery .gallery-item:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 400px) {
  section .gallery .gallery-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6%;
  }
  section .gallery .gallery-item:before,
  section .gallery .gallery-item:after {
    content: '';
    display: table;
  }
  section .gallery .gallery-item:after {
    clear: both;
  }
  section .gallery .gallery-item:nth-child(2n) {
    margin-right: 1%;
    float: left;
  }
  section .gallery .gallery-item:nth-child(2n+1) {
    clear: none;
  }
  section .gallery .gallery-item:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  section .gallery .gallery-item:nth-child(1n+1) {
    clear: both;
  }
  section .gallery .gallery-item:first-child {
    margin-left: auto;
  }
  section .gallery .gallery-item:last-child {
    margin-right: auto;
  }
}
section .gallery img {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  width: 100%;
  height: auto;
}
section .gallery img:before,
section .gallery img:after {
  content: '';
  display: table;
}
section .gallery img:after {
  clear: both;
}
section .gallery img:last-child {
  margin-right: 0%;
}
section .gallery .gallery-item {
	position: relative;
}
section .gallery .gallery-caption {
    text-align: center;
    opacity: 0;
    clear: both;
    padding: 5%;
    line-height: 16px;
    position: absolute;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    background: #FFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 20px;
    box-sizing: border-box;
    left: 20px;
}
section .gallery .gallery-item:hover .gallery-caption {
	opacity: 1;
}

section .gallery.gallery-size-thumbnail .gallery-caption {
background: transparent;
    position: relative;
    width: 100%;
    color: #000;
    height: auto;
    padding: 10px 0 0;
    top: auto;
    left: auto;
    opacity: 1;
    display: block;
}
section .gallery.gallery-size-thumbnail .gallery-caption h3.view-photo {
}

section .gallery.gallery-size-thumbnail .gallery-icon {
	display: block;
	overflow: hidden;
	background: #000;
}
section .gallery.gallery-size-thumbnail .gallery-caption p {
	line-height: 1.1;
}
section .gallery.gallery-size-thumbnail img:hover {
	opacity: 0.4;
}

.hot-spot-this img {
	display: none !important;
}
section .gallery .gallery-caption h3 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 6px;
      align-self: flex-end;
}
section .gallery .gallery-caption p {
  font-size: 13px;
      align-self: flex-start;
}
section.text {
  *zoom: 1;
  width: auto;
  max-width: 768px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 6% 0 6%;
}
section.text:before,
section.text:after {
  content: '';
  display: table;
}
section.text:after {
  clear: both;
}
section.wide {
  *zoom: 1;
  width: auto;
  max-width: 1224px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 6% 0 6%;
}
section.wide:before,
section.wide:after {
  content: '';
  display: table;
}
section.wide:after {
  clear: both;
}
section.masthead {
  *zoom: 1;
  width: auto;
  max-width: 1020px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
section.masthead:before,
section.masthead:after {
  content: '';
  display: table;
}
section.masthead:after {
  clear: both;
}
section.header {
  text-align: center;
  *zoom: 1;
  width: auto;
  max-width: 1224px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 4% 6% 1% 6%;
}
section.header:before,
section.header:after {
  content: '';
  display: table;
}
section.header:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  section.header {
    padding: 10% 6% 1% 6%;
  }
}
section.header .dateline {
  margin-top: 2%;
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  #masthead-sticky-wrapper {
    display: none;
  }
}
#masthead {
  padding-top: 5px;
  z-index: 9999;
  background-color: #000;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
#masthead:before,
#masthead:after {
  content: '';
  display: table;
}
#masthead:after {
  clear: both;
}
@media only screen and (max-width: 960px) {
  #masthead {
    display: none;
  }
}
#masthead #logo {
  float: left;
  background-color: #000;
  text-align: left;
}
#masthead #logo h1 {
  line-height: 32px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 32px;
  text-transform: none;
  font-weight: 300;
      -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: auto;
    text-rendering: optimizeLegibility;
}
#masthead #logo a {
  padding: 12px 0;
  color: #fff;
  display: block;
}
#masthead #logo a img {
  display: block;
}
#masthead nav {
  float: right;
  vertical-align: middle;
  font-weight: 300;
  font-size: 16px;
}
#masthead nav .jqueryslidemenu {
  width: 100%;
}
#masthead nav .jqueryslidemenu ul {
  position: relative;
  z-index: 1001;
  margin: 0px;
  list-style-type: none;
}
#masthead nav .jqueryslidemenu ul li.current-menu-item a,
#masthead nav .jqueryslidemenu ul li.current-category-ancestor a,
#masthead nav .jqueryslidemenu ul li.current-page-ancestor a {
  border-top: 3px solid #fff;
}
#masthead nav .jqueryslidemenu ul li {
  position: relative;
  display: inline;
  float: left;
}
#masthead nav .jqueryslidemenu ul li a {
  text-transform: uppercase;
  display: block;
  color: #fff;
  margin: 10px 12px;
  border-top: 3px solid #000;
  line-height: 32px;
  text-decoration: none;
}
#masthead nav .jqueryslidemenu ul li a:link {
  color: #fff;
}
#masthead nav .jqueryslidemenu ul li a:visited {
  color: #fff;
}
#masthead nav .jqueryslidemenu ul li a:hover,
#masthead nav .jqueryslidemenu ul li a.active {
  border-top: 3px solid #fff;
}
#masthead nav .jqueryslidemenu ul li ul {
  padding-top: 0;
  font-size: 13px;
  position: absolute;
  left: 0;
  display: block;
  visibility: hidden;
}
#masthead nav .jqueryslidemenu ul li ul li {
  display: list-item;
  float: none;
}
#masthead nav .jqueryslidemenu ul li ul li a {
  border: none !important;
  font-weight: 300;
  background-color: #000;
  width: 130px;
  line-height: 13px;
  padding: 8px 12px !important;
  margin: 0;
}
#masthead nav .jqueryslidemenu ul li ul li a:hover {
  background: #fff;
  color: #000;
  border: none;
}
#masthead nav .jqueryslidemenu ul li ul li:first-child ul {
  top: 0;
}
#revslider {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
#revslider:before,
#revslider:after {
  content: '';
  display: table;
}
#revslider:after {
  clear: both;
}
#home,
#twitter,
#instagram,
#recordings {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
}
#home:before,
#twitter:before,
#instagram:before,
#recordings:before,
#home:after,
#twitter:after,
#instagram:after,
#recordings:after {
  content: '';
  display: table;
}
#home:after,
#twitter:after,
#instagram:after,
#recordings:after {
  clear: both;
}
#home:last-child,
#twitter:last-child,
#instagram:last-child,
#recordings:last-child {
  margin-right: 0%;
}
#home .scroll-down,
#twitter .scroll-down,
#instagram .scroll-down,
#recordings .scroll-down {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  z-index: 502;
  bottom: 4%;
  position: absolute;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #home .scroll-down,
  #twitter .scroll-down,
  #instagram .scroll-down,
  #recordings .scroll-down {
    display: none;
  }
}
#home .scroll-down i,
#twitter .scroll-down i,
#instagram .scroll-down i,
#recordings .scroll-down i {
  display: inline-block;
  margin-top: 6px;
}
#home .scroll-down a,
#twitter .scroll-down a,
#instagram .scroll-down a,
#recordings .scroll-down a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#home .prev,
#twitter .prev,
#instagram .prev,
#recordings .prev,
#home .next,
#twitter .next,
#instagram .next,
#recordings .next {
  cursor: pointer;
  position: absolute;
  z-index: 501;
  pointer-events: auto;
  color: #fff;
  display: table;
  font-size: 30px;
  height: 100%;
  cursor: pointer;
  top: 45%;
}
@media only screen and (max-width: 768px) {
  #home .prev,
  #twitter .prev,
  #instagram .prev,
  #recordings .prev,
  #home .next,
  #twitter .next,
  #instagram .next,
  #recordings .next {
    font-size: 36px;
  }
}
#home .prev,
#twitter .prev,
#instagram .prev,
#recordings .prev {
  left: 4%;
}
#home .next,
#twitter .next,
#instagram .next,
#recordings .next {
  right: 4%;
}
#home .textwidget {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
#home .textwidget:before,
#home .textwidget:after {
  content: '';
  display: table;
}
#home .textwidget:after {
  clear: both;
}
#home .textwidget:last-child {
  margin-right: 0%;
}
#home .textwidget .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
#home .textwidget .item:before,
#home .textwidget .item:after {
  content: '';
  display: table;
}
#home .textwidget .item:after {
  clear: both;
}
#home .textwidget .item img {
  width: 100%;
  height: 100%;
  display: block;
}
#home .textwidget .item .item-vid {
  text-align: center;
  overflow: hidden;
  position: relative;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  width: 100%;
}
#home .textwidget .item .item-vid:before,
#home .textwidget .item .item-vid:after {
  content: '';
  display: table;
}
#home .textwidget .item .item-vid:after {
  clear: both;
}
#home .textwidget .item .item-vid:last-child {
  margin-right: 0%;
}
#home .textwidget .item .item-vid img {
  display: block;
}
#home .textwidget .item .item-vid a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.4s ease;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
#home .textwidget .item .item-vid a:before,
#home .textwidget .item .item-vid a:after {
  content: '';
  display: table;
}
#home .textwidget .item .item-vid a:after {
  clear: both;
}
#home .textwidget .item .item-vid a:last-child {
  margin-right: 0%;
}
@media (min-width: 640px) {
  #home .textwidget .item .item-vid a {
    background-color: #fff;
  }
}
#home .textwidget .item .item-vid a .wrapper {
  text-align: center !important;
  position: relative;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
#home .textwidget .item .item-vid a .wrapper:before,
#home .textwidget .item .item-vid a .wrapper:after {
  content: '';
  display: table;
}
#home .textwidget .item .item-vid a .wrapper:after {
  clear: both;
}
#home .textwidget .item .item-vid a .wrapper:last-child {
  margin-right: 0%;
}
#home .textwidget .item .item-vid a .wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
#home .textwidget .item .item-vid a .wrapper .play-icon-holder {
  transition: all 0.4s ease;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#home .textwidget .item .item-vid a .wrapper .play-icon {
  transition: all 0.4s ease;
  color: #fff;
  font-size: 4em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#home .textwidget .item .item-vid a:hover .wrapper .play-icon-holder {
  background-color: rgba(0,0,0,0.1);
}
#home .cycle-pager {
  text-align: center !important;
  color: #fff;
  z-index: 500;
  bottom: 2%;
  position: absolute;
  width: 100%;
  font-size: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #home .cycle-pager {
    font-size: 12px;
  }
}
#home .cycle-pager span {
  cursor: pointer;
  border: 1px solid #fff;
  background: #fff none repeat scroll 0 0;
  border-radius: 30px;
  display: inline-block;
  height: 10px;
  margin: 5px 7px;
  transition: opacity 200ms ease 0s;
  width: 10px;
  transition: background-color 0.2s ease 0s;
}
#home .cycle-pager span.cycle-pager-active,
#home .cycle-pager span:hover {
  background-color: #000;
}
#events {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
#events:before,
#events:after {
  content: '';
  display: table;
}
#events:after {
  clear: both;
}
#events:last-child {
  margin-right: 0%;
}
#events h1 a {
  color: #000;
}
#events .content {
  padding: 0;
  background-color: #e70142;
  overflow: hidden;
}
#events .content .calendar,
#events .content .calendar-pic {
  position: relative;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  background-color: #e70142;
}
#events .content .calendar:before,
#events .content .calendar-pic:before,
#events .content .calendar:after,
#events .content .calendar-pic:after {
  content: '';
  display: table;
}
#events .content .calendar:after,
#events .content .calendar-pic:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  #events .content .calendar,
  #events .content .calendar-pic {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #events .content .calendar:first-child,
  #events .content .calendar-pic:first-child {
    margin-left: auto;
  }
  #events .content .calendar:last-child,
  #events .content .calendar-pic:last-child {
    margin-right: auto;
  }
}
#events .content .calendar img {
  width: 100%;
  height: auto;
  display: none;
}
@media only screen and (max-width: 1024px) {
  #events .content .calendar img {
    display: inline;
  }
}
#events .content .calendar .item {
  margin: 6%;
}
#events .content .calendar .item .more-link {
  float: right;
  margin-left: 2%;
}
#events .content .calendar .item h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 2%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#events .content .calendar .item p {
  text-transform: uppercase;
}
#events .content .calendar-pic img {
  width: auto;
  height: 100%;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
#events .content .calendar-pic img:before,
#events .content .calendar-pic img:after {
  content: '';
  display: table;
}
#events .content .calendar-pic img:after {
  clear: both;
}
#events .content .calendar-pic img:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1024px) {
  #events .content .calendar-pic {
    display: none;
  }
}
#news,
#blog,
#audio-player {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
#news:before,
#blog:before,
#audio-player:before,
#news:after,
#blog:after,
#audio-player:after {
  content: '';
  display: table;
}
#news:after,
#blog:after,
#audio-player:after {
  clear: both;
}
#news:last-child,
#blog:last-child,
#audio-player:last-child {
  margin-right: 0%;
}
#news h1 a,
#blog h1 a,
#audio-player h1 a {
  color: #000;
}
#news .content,
#blog .content,
#audio-player .content {
  padding: 0;
  background-color: #f5f5f5;
  overflow: hidden;
}
#news .content .posts,
#blog .content .posts,
#audio-player .content .posts,
#news .content .news-pic,
#blog .content .news-pic,
#audio-player .content .news-pic,
#news .content .blog-pic,
#blog .content .blog-pic,
#audio-player .content .blog-pic,
#news .content .player-pic,
#blog .content .player-pic,
#audio-player .content .player-pic {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
#news .content .posts:before,
#blog .content .posts:before,
#audio-player .content .posts:before,
#news .content .news-pic:before,
#blog .content .news-pic:before,
#audio-player .content .news-pic:before,
#news .content .blog-pic:before,
#blog .content .blog-pic:before,
#audio-player .content .blog-pic:before,
#news .content .player-pic:before,
#blog .content .player-pic:before,
#audio-player .content .player-pic:before,
#news .content .posts:after,
#blog .content .posts:after,
#audio-player .content .posts:after,
#news .content .news-pic:after,
#blog .content .news-pic:after,
#audio-player .content .news-pic:after,
#news .content .blog-pic:after,
#blog .content .blog-pic:after,
#audio-player .content .blog-pic:after,
#news .content .player-pic:after,
#blog .content .player-pic:after,
#audio-player .content .player-pic:after {
  content: '';
  display: table;
}
#news .content .posts:after,
#blog .content .posts:after,
#audio-player .content .posts:after,
#news .content .news-pic:after,
#blog .content .news-pic:after,
#audio-player .content .news-pic:after,
#news .content .blog-pic:after,
#blog .content .blog-pic:after,
#audio-player .content .blog-pic:after,
#news .content .player-pic:after,
#blog .content .player-pic:after,
#audio-player .content .player-pic:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  #news .content .posts,
  #blog .content .posts,
  #audio-player .content .posts,
  #news .content .news-pic,
  #blog .content .news-pic,
  #audio-player .content .news-pic,
  #news .content .blog-pic,
  #blog .content .blog-pic,
  #audio-player .content .blog-pic,
  #news .content .player-pic,
  #blog .content .player-pic,
  #audio-player .content .player-pic {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #news .content .posts:first-child,
  #blog .content .posts:first-child,
  #audio-player .content .posts:first-child,
  #news .content .news-pic:first-child,
  #blog .content .news-pic:first-child,
  #audio-player .content .news-pic:first-child,
  #news .content .blog-pic:first-child,
  #blog .content .blog-pic:first-child,
  #audio-player .content .blog-pic:first-child,
  #news .content .player-pic:first-child,
  #blog .content .player-pic:first-child,
  #audio-player .content .player-pic:first-child {
    margin-left: auto;
  }
  #news .content .posts:last-child,
  #blog .content .posts:last-child,
  #audio-player .content .posts:last-child,
  #news .content .news-pic:last-child,
  #blog .content .news-pic:last-child,
  #audio-player .content .news-pic:last-child,
  #news .content .blog-pic:last-child,
  #blog .content .blog-pic:last-child,
  #audio-player .content .blog-pic:last-child,
  #news .content .player-pic:last-child,
  #blog .content .player-pic:last-child,
  #audio-player .content .player-pic:last-child {
    margin-right: auto;
  }
}
#news .content .news-pic img,
#blog .content .news-pic img,
#audio-player .content .news-pic img,
#news .content .blog-pic img,
#blog .content .blog-pic img,
#audio-player .content .blog-pic img,
#news .content .player-pic img,
#blog .content .player-pic img,
#audio-player .content .player-pic img {
  width: auto;
  height: 100%;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
#news .content .news-pic img:before,
#blog .content .news-pic img:before,
#audio-player .content .news-pic img:before,
#news .content .blog-pic img:before,
#blog .content .blog-pic img:before,
#audio-player .content .blog-pic img:before,
#news .content .player-pic img:before,
#blog .content .player-pic img:before,
#audio-player .content .player-pic img:before,
#news .content .news-pic img:after,
#blog .content .news-pic img:after,
#audio-player .content .news-pic img:after,
#news .content .blog-pic img:after,
#blog .content .blog-pic img:after,
#audio-player .content .blog-pic img:after,
#news .content .player-pic img:after,
#blog .content .player-pic img:after,
#audio-player .content .player-pic img:after {
  content: '';
  display: table;
}
#news .content .news-pic img:after,
#blog .content .news-pic img:after,
#audio-player .content .news-pic img:after,
#news .content .blog-pic img:after,
#blog .content .blog-pic img:after,
#audio-player .content .blog-pic img:after,
#news .content .player-pic img:after,
#blog .content .player-pic img:after,
#audio-player .content .player-pic img:after {
  clear: both;
}
#news .content .news-pic img:last-child,
#blog .content .news-pic img:last-child,
#audio-player .content .news-pic img:last-child,
#news .content .blog-pic img:last-child,
#blog .content .blog-pic img:last-child,
#audio-player .content .blog-pic img:last-child,
#news .content .player-pic img:last-child,
#blog .content .player-pic img:last-child,
#audio-player .content .player-pic img:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1024px) {
  #news .content .blog-pic,
  #blog .content .blog-pic,
  #audio-player .content .blog-pic {
    display: none;
  }
}
#news .content .posts img,
#blog .content .posts img,
#audio-player .content .posts img {
  width: 100%;
  height: auto;
  display: none;
}
@media only screen and (max-width: 1024px) {
  #news .content .posts img,
  #blog .content .posts img,
  #audio-player .content .posts img {
    display: inline;
  }
}
#news .content .posts .post,
#blog .content .posts .post,
#audio-player .content .posts .post {
  margin: 6%;
}
#news .content .posts .post .more-link,
#blog .content .posts .post .more-link,
#audio-player .content .posts .post .more-link {
  color: #e70142;
  border: none;
  padding: 0;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
#audio-player h2 {
  margin-bottom: 4%;
}
#videos {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  overflow: hidden;
  clear: both;
  text-align: center;
}
#videos:before,
#videos:after {
  content: '';
  display: table;
}
#videos:after {
  clear: both;
}
#videos:last-child {
  margin-right: 0%;
}
#videos h1 a {
  color: #000;
}
#videos .content .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
#videos .content .item:before,
#videos .content .item:after {
  content: '';
  display: table;
}
#videos .content .item:after {
  clear: both;
}
#videos .content .item img {
  width: 400px;
  height: 400px;
  margin-bottom: 4%;
  margin-top: 1%;
}
@media only screen and (max-width: 640px) {
  #videos .content .item img {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 321px) {
  #videos .content .item img {
    width: 200px;
    height: 200px;
  }
}
#videos .content .item iframe,
#videos .content .item object,
#videos .content .item embed {
  margin-top: 1%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#videos .content .item .video-wrapper {
  margin-top: 0;
}
#videos .content .item .description-holder {
  height: 100px;
  display: block;
  margin: 0 12%;
}
#videos .content .item .description {
  padding: 0 14%;
}
@media only screen and (max-width: 500px) {
  #videos .content .item .description {
    font-size: 12px;
    line-height: 18px;
  }
}
#videos .content .item h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1%;
}
#videos .content .prev,
#videos .content .next {
  font-size: 48px;
  cursor: pointer;
  position: absolute;
  z-index: 500;
  bottom: 12%;
}
#videos .content .prev {
  left: 100px;
}
@media only screen and (max-width: 960px) {
  #videos .content .prev {
    left: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #videos .content .prev {
    left: 0px;
    font-size: 36px;
  }
}
#videos .content .next {
  right: 100px;
}
@media only screen and (max-width: 960px) {
  #videos .content .next {
    right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #videos .content .next {
    right: 0px;
    font-size: 36px;
  }
}
#instagram,
#recordings,
#photos,
#gallery {
  overflow: hidden;
  clear: both;
}
#instagram h1 a,
#recordings h1 a,
#photos h1 a,
#gallery h1 a {
  color: #000;
}
#instagram .instagram-widget,
#recordings .instagram-widget,
#photos .instagram-widget,
#gallery .instagram-widget,
#instagram .recordings-widget,
#recordings .recordings-widget,
#photos .recordings-widget,
#gallery .recordings-widget,
#instagram .photo-widget,
#recordings .photo-widget,
#photos .photo-widget,
#gallery .photo-widget,
#instagram .gallery-container,
#recordings .gallery-container,
#photos .gallery-container,
#gallery .gallery-container {
  margin-right: -2px;
}
#instagram .gallery-container .item,
#recordings .gallery-container .item,
#photos .gallery-container .item,
#gallery .gallery-container .item {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
}
#instagram .gallery-container .item:before,
#recordings .gallery-container .item:before,
#photos .gallery-container .item:before,
#gallery .gallery-container .item:before,
#instagram .gallery-container .item:after,
#recordings .gallery-container .item:after,
#photos .gallery-container .item:after,
#gallery .gallery-container .item:after {
  content: '';
  display: table;
}
#instagram .gallery-container .item:after,
#recordings .gallery-container .item:after,
#photos .gallery-container .item:after,
#gallery .gallery-container .item:after {
  clear: both;
}
#instagram .gallery-container .item:nth-child(3n),
#recordings .gallery-container .item:nth-child(3n),
#photos .gallery-container .item:nth-child(3n),
#gallery .gallery-container .item:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
#instagram .gallery-container .item:nth-child(3n+1),
#recordings .gallery-container .item:nth-child(3n+1),
#photos .gallery-container .item:nth-child(3n+1),
#gallery .gallery-container .item:nth-child(3n+1) {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  #instagram .gallery-container .item,
  #recordings .gallery-container .item,
  #photos .gallery-container .item,
  #gallery .gallery-container .item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #instagram .gallery-container .item:before,
  #recordings .gallery-container .item:before,
  #photos .gallery-container .item:before,
  #gallery .gallery-container .item:before,
  #instagram .gallery-container .item:after,
  #recordings .gallery-container .item:after,
  #photos .gallery-container .item:after,
  #gallery .gallery-container .item:after {
    content: '';
    display: table;
  }
  #instagram .gallery-container .item:after,
  #recordings .gallery-container .item:after,
  #photos .gallery-container .item:after,
  #gallery .gallery-container .item:after {
    clear: both;
  }
  #instagram .gallery-container .item:nth-child(3n),
  #recordings .gallery-container .item:nth-child(3n),
  #photos .gallery-container .item:nth-child(3n),
  #gallery .gallery-container .item:nth-child(3n) {
    margin-right: 0%;
    float: left;
  }
  #instagram .gallery-container .item:nth-child(3n+1),
  #recordings .gallery-container .item:nth-child(3n+1),
  #photos .gallery-container .item:nth-child(3n+1),
  #gallery .gallery-container .item:nth-child(3n+1) {
    clear: none;
  }
  #instagram .gallery-container .item:nth-child(2n),
  #recordings .gallery-container .item:nth-child(2n),
  #photos .gallery-container .item:nth-child(2n),
  #gallery .gallery-container .item:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  #instagram .gallery-container .item:nth-child(2n+1),
  #recordings .gallery-container .item:nth-child(2n+1),
  #photos .gallery-container .item:nth-child(2n+1),
  #gallery .gallery-container .item:nth-child(2n+1) {
    clear: both;
  }
}
#instagram .ajax-navigation,
#recordings .ajax-navigation,
#photos .ajax-navigation,
#gallery .ajax-navigation {
  margin-top: 4%;
}
#instagram .link,
#recordings .link,
#photos .link,
#gallery .link {
  margin-top: 4%;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
}
#instagram .link:before,
#recordings .link:before,
#photos .link:before,
#gallery .link:before,
#instagram .link:after,
#recordings .link:after,
#photos .link:after,
#gallery .link:after {
  content: '';
  display: table;
}
#instagram .link:after,
#recordings .link:after,
#photos .link:after,
#gallery .link:after {
  clear: both;
}
#instagram .link:last-child,
#recordings .link:last-child,
#photos .link:last-child,
#gallery .link:last-child {
  margin-right: 0%;
}
#instagram .link a,
#recordings .link a,
#photos .link a,
#gallery .link a {
  display: inline-block;
}
#instagram .blurb,
#recordings .blurb,
#photos .blurb,
#gallery .blurb {
  margin: 0 12% 4% 12%;
  text-align: center;
}
#instagram .item,
#recordings .item,
#photos .item,
#gallery .item {
  display: inline-block;
  position: relative;
  overflow: hidden;
  float: none;
}
#instagram .item i,
#recordings .item i,
#photos .item i,
#gallery .item i {
  font-size: 72px;
  color: #f5f5f5;
}
#gallery .item i.icon-play {
	    color: #060606;
    font-size: 50px;
}
#instagram .item h2,
#recordings .item h2,
#photos .item h2,
#gallery .item h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 4%;
  white-space: normal;
}
@media only screen and (max-width: 1024px) {
  #instagram .item h2,
  #recordings .item h2,
  #photos .item h2,
  #gallery .item h2 {
    font-size: 15px;
  }
}
#instagram .item h3,
#recordings .item h3,
#photos .item h3,
#gallery .item h3 {
  font-family: 'Montserrat', sans-serif;
  white-space: normal;
  margin-bottom: 8%;
}
@media only screen and (max-width: 1024px) {
  #instagram .item h3,
  #recordings .item h3,
  #photos .item h3,
  #gallery .item h3 {
    font-size: 15px;
  }
}
#recordings .item a,
#photos .item a,
#gallery .item a {
  display: block;
  position: relative;
  border: solid #f5f5f5;
  border-width: 20px 20px 0 0;
}
#instagram .item img,
#recordings .item img,
#photos .item img,
#gallery .item img {
  width: 100%;
  height: auto;
  display: block;
}
#instagram .item .insta-work,
#recordings .item .insta-work,
#photos .item .insta-work,
#gallery .item .insta-work {
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  overflow: hidden;
  z-index: 1;
}
#instagram .item .insta-work .tb,
#recordings .item .insta-work .tb,
#photos .item .insta-work .tb,
#gallery .item .insta-work .tb {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}
#instagram .item .insta-work .tb .tb-cell,
#recordings .item .insta-work .tb .tb-cell,
#photos .item .insta-work .tb .tb-cell,
#gallery .item .insta-work .tb .tb-cell {
  overflow: hidden;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 2%;
}

#gallery .item .insta-work .tb .tb-cell {
    width: calc(100% - 30px);
    display: block;
    position: absolute;
    height: calc(100% - 30px);
    left: 15px;
    display: flex;
    top: 15px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    color: #000;
}
.gallery-container .item:hover .tb .tb-cell {
	background: #FFF !important;
}
#gallery .item .insta-work .tb .tb-cell h2 {
	font-size: 15px;
}
#gallery .item .insta-work .tb .tb-cell h3 {
	margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
}
#gallery .item .insta-work .tb .tb-cell h3 span.photos {
	display: none;
}
#gallery .item .insta-work .tb .tb-cell h3 span:not(:last-of-type):after {
	content: ","
}
@media only screen and (max-width: 360px) {
  #instagram .item .insta-work .tb .tb-cell,
  #recordings .item .insta-work .tb .tb-cell,
  #photos .item .insta-work .tb .tb-cell,
  #gallery .item .insta-work .tb .tb-cell {
    background-color: transparent !important;
  }
}
#instagram .item .insta-work .tb .tb-cell p,
#recordings .item .insta-work .tb .tb-cell p,
#photos .item .insta-work .tb .tb-cell p,
#gallery .item .insta-work .tb .tb-cell p {
  line-height: 18px;
}
#instagram .item .insta-work .tb .tb-cell h5,
#recordings .item .insta-work .tb .tb-cell h5,
#photos .item .insta-work .tb .tb-cell h5,
#gallery .item .insta-work .tb .tb-cell h5 {
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
}
#instagram .item .insta-work .tb .tb-cell .text-work,
#recordings .item .insta-work .tb .tb-cell .text-work,
#photos .item .insta-work .tb .tb-cell .text-work,
#gallery .item .insta-work .tb .tb-cell .text-work {
  opacity: 0;
  top: -100%;
}
@media only screen and (max-width: 360px) {
  #instagram .item .insta-work .tb .tb-cell .text-work,
  #recordings .item .insta-work .tb .tb-cell .text-work,
  #photos .item .insta-work .tb .tb-cell .text-work,
  #gallery .item .insta-work .tb .tb-cell .text-work {
    display: none;
  }
}
#recordings .content {
  padding: 4% 0;
  background-color: #f5f5f5;
}
#instagram .content {
  padding-bottom: 4%;
  background-color: #fff;
}
#twitter {
  
  color: #fff;
  text-align: center;
}
#twitter h1 a {
  color: #000;
}
#twitter .content {
position: relative;
    padding: 5% 0 2% 0;
    background-color: #e70142;
    background: #e70142 url(../images/tw_bg.svg) no-repeat center center;
    background-size: auto 110%;
}
#twitter .twitterwidget {
  position: relative;
  padding-bottom: 4%;
}
@media only screen and (max-width: 1024px) {
  #twitter .twitterwidget {
    margin: 0 50px;
  }
}
#twitter .twitterwidget p.blurb {
  margin-bottom: 0;
      font-size: 20px;
    line-height: 27px;
    font-weight: 300;
}
#twitter .twitterwidget a {
  color: #FFF;
  text-decoration: none;
}
#twitter .twitterwidget a:hover {
  text-decoration: underline;
}
#twitter .twitterwidget a.more {
	border-color: #FFF;
}
#twitter .twitterwidget a.more:hover {
  color: #e70142;
  background: #FFF;
}
#twitter .twitterwidget div {
  width: 100%;
  margin-bottom: 6%;
}
#twitter .twitterwidget div .date {
  font-size: 14px;
}
#quote {
  clear: both;
  overflow: hidden;
  padding: 6% 0 3% 0;
  color: #000;
  background-color: #f5f5f5;
}
#quote section blockquote p {
	text-align: center;
    font-size: 23px;
    line-height: 32px;
    font-weight: 300;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    margin-bottom: 20px;
}
#page-top {
  margin-bottom: 2.5%;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
#page-top:before,
#page-top:after {
  content: '';
  display: table;
}
#page-top:after {
  clear: both;
}
#page-top:last-child {
  margin-right: 0%;
}
#page-top h1 a {
  color: #000;
}
#page-top .content {
  padding: 0;
  background-color: #e70142;
  overflow: hidden;
  color: #fff;
}
#page-top .content .excerpt,
#page-top .content .pic {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  background-color: #e70142;
}
#page-top .content .excerpt:before,
#page-top .content .pic:before,
#page-top .content .excerpt:after,
#page-top .content .pic:after {
  content: '';
  display: table;
}
#page-top .content .excerpt:after,
#page-top .content .pic:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  #page-top .content .excerpt,
  #page-top .content .pic {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #page-top .content .excerpt:first-child,
  #page-top .content .pic:first-child {
    margin-left: auto;
  }
  #page-top .content .excerpt:last-child,
  #page-top .content .pic:last-child {
    margin-right: auto;
  }
}
#page-top .content .excerpt {
  text-align: center;
}
#page-top .content .excerpt p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  #page-top .content .excerpt p {
    font-size: 18px;
    line-height: 24px;
  }
}
#page-top .content .excerpt p:last-child {
  font-size: 14px;
  line-height: 26px;
}
#page-top .content .excerpt .item {
  padding: 6%;
}
#page-top .content .excerpt img {
  width: 100%;
  height: auto;
  display: none;
}
@media only screen and (max-width: 1024px) {
  #page-top .content .excerpt img {
    display: inline;
  }
}
#page-top .content .excerpt a {
  color: #fff;
  text-decoration: underline;
}
#page-top .content .pic img {
  width: auto;
  height: 100%;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
#page-top .content .pic img:before,
#page-top .content .pic img:after {
  content: '';
  display: table;
}
#page-top .content .pic img:after {
  clear: both;
}
#page-top .content .pic img:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1024px) {
  #page-top .content .pic {
    display: none;
  }
}
#page-body {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
#page-body:before,
#page-body:after {
  content: '';
  display: table;
}
#page-body:after {
  clear: both;
}
#page-body:last-child {
  margin-right: 0%;
}
#page-body h2.center {
  text-align: center;
  margin-bottom: 4%;
}
#page-body h1 a {
  color: #fff;
}
#page-body .post {
  margin: 6% 0;
}
#page-body .post .more-link {
  color: #e70142;
  border: none;
  padding: 0;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
#page-body .post:first-child {
  margin-top: 0;
}
#newsletter {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
#newsletter:before,
#newsletter:after {
  content: '';
  display: table;
}
#newsletter:after {
  clear: both;
}
#newsletter:last-child {
  margin-right: 0%;
}
#newsletter h1 a {
  color: #000;
}
#newsletter img {
  width: 100%;
  float: left;
  height: auto;
}
#widgets {
	display: none !important;
  margin-top: 4%;
  margin-bottom: 4%;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
#widgets:before,
#widgets:after {
  content: '';
  display: table;
}
#widgets:after {
  clear: both;
}
#widgets:last-child {
  margin-right: 0%;
}
#widgets .content {
  padding: 0;
  overflow: hidden;
}
#widgets .content .left,
#widgets .content .right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
#widgets .content .left:before,
#widgets .content .right:before,
#widgets .content .left:after,
#widgets .content .right:after {
  content: '';
  display: table;
}
#widgets .content .left:after,
#widgets .content .right:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  #widgets .content .left,
  #widgets .content .right {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #widgets .content .left:first-child,
  #widgets .content .right:first-child {
    margin-left: auto;
  }
  #widgets .content .left:last-child,
  #widgets .content .right:last-child {
    margin-right: auto;
  }
}
#widgets .content .left .widget,
#widgets .content .right .widget {
  overflow: hidden;
  margin: 4%;
}
#widgets .content .left .widget h3,
#widgets .content .right .widget h3 {
  font-size: 72px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 72px;
  text-transform: uppercase;
  margin-bottom: 4%;
}
@media only screen and (max-width: 960px) {
  #widgets .content .left .widget h3,
  #widgets .content .right .widget h3 {
    font-size: 56px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 640px) {
  #widgets .content .left .widget h3,
  #widgets .content .right .widget h3 {
    font-size: 36px;
    line-height: 36px;
  }
}
#widgets .content .left {
  color: #fff;
  background-color: #000;
}
#widgets .content .right {
  background-color: #f5f5f5;
}
#calendar {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
}
#calendar:before,
#calendar:after {
  content: '';
  display: table;
}
#calendar:after {
  clear: both;
}
#calendar:last-child {
  margin-right: 0%;
}
#calendar h1 a {
  color: #000;
}
#calendar .content h2 a {
  color: #000;
  text-decoration: none;
}
#calendar .content .link {
  display: inline-block;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  margin: 2% 0;
  clear: both;
}
#calendar .content .link:before,
#calendar .content .link:after {
  content: '';
  display: table;
}
#calendar .content .link:after {
  clear: both;
}
#calendar .content .link:last-child {
  margin-right: 0%;
}
#calendar .content .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  border-bottom: 1px solid #000;
  margin-bottom: 2%;
  padding-bottom: 2%;
  text-align: left;
}
#calendar .content .item:before,
#calendar .content .item:after {
  content: '';
  display: table;
}
#calendar .content .item:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  #calendar .content .item {
    text-align: center;
  }
}
#calendar .content .item h3 {
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  margin-bottom: 1%;
  margin-top: 4px;
}
@media only screen and (max-width: 1024px) {
  #calendar .content .item h3 {
    margin-top: 2px;
    font-size: 18px;
  }
}
#calendar .content .item h3 a {
  color: #e70142;
  text-decoration: none;
}
#calendar .content .item h3.location {
  color: #000;
}
#calendar .content .item .dates {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 29.3%;
  margin-left: 0%;
  margin-right: 1%;
}
#calendar .content .item .dates:before,
#calendar .content .item .dates:after {
  content: '';
  display: table;
}
#calendar .content .item .dates:after {
  clear: both;
}
#calendar .content .item .dates:last-child {
  margin-right: 0%;
}
#calendar .content .item .dates p {
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  line-height: 36px;
}
@media only screen and (max-width: 1024px) {
  #calendar .content .item .dates p {
    font-size: 18px;
    line-height: 26px;
  }
}
#calendar .content .item .event {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 29.3%;
  margin-left: 0%;
  margin-right: 1%;
}
#calendar .content .item .event:before,
#calendar .content .item .event:after {
  content: '';
  display: table;
}
#calendar .content .item .event:after {
  clear: both;
}
#calendar .content .item .event:last-child {
  margin-right: 0%;
}
#calendar .content .item .event h3 {
  color: #e70142;
}
#calendar .content .item .info {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 29.3%;
  margin-left: 0%;
  margin-right: 1%;
}
#calendar .content .item .info:before,
#calendar .content .item .info:after {
  content: '';
  display: table;
}
#calendar .content .item .info:after {
  clear: both;
}
#calendar .content .item .info:last-child {
  margin-right: 0%;
}
#calendar .content .item .info p {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  #calendar .content .item .info p {
    font-size: 14px;
  }
}
#calendar .content .item .plus {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 9.1%;
  margin-left: 0%;
  margin-right: 1%;
  height: 100%;
  font-size: 24px;
}
#calendar .content .item .plus:before,
#calendar .content .item .plus:after {
  content: '';
  display: table;
}
#calendar .content .item .plus:after {
  clear: both;
}
#calendar .content .item .plus:last-child {
  margin-right: 0%;
}
#calendar .content .item .plus a {
  color: #000;
}
@media only screen and (max-width: 768px) {
  #calendar .content .item .dates,
  #calendar .content .item .event,
  #calendar .content .item .info,
  #calendar .content .item .plus {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 4%;
  }
  #calendar .content .item .dates:first-child,
  #calendar .content .item .event:first-child,
  #calendar .content .item .info:first-child,
  #calendar .content .item .plus:first-child {
    margin-left: auto;
  }
  #calendar .content .item .dates:last-child,
  #calendar .content .item .event:last-child,
  #calendar .content .item .info:last-child,
  #calendar .content .item .plus:last-child {
    margin-right: auto;
  }
  #calendar .content .item .dates:before,
  #calendar .content .item .event:before,
  #calendar .content .item .info:before,
  #calendar .content .item .plus:before,
  #calendar .content .item .dates:after,
  #calendar .content .item .event:after,
  #calendar .content .item .info:after,
  #calendar .content .item .plus:after {
    content: '';
    display: table;
  }
  #calendar .content .item .dates:after,
  #calendar .content .item .event:after,
  #calendar .content .item .info:after,
  #calendar .content .item .plus:after {
    clear: both;
  }
  #calendar .content .item .dates:last-child,
  #calendar .content .item .event:last-child,
  #calendar .content .item .info:last-child,
  #calendar .content .item .plus:last-child {
    margin-right: 0%;
  }
}
#footer section {
  overflow: hidden;
  clear: both;
}
#foot-social {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  background-color: #000;
  color: #fff;
}
#foot-social:before,
#foot-social:after {
  content: '';
  display: table;
}
#foot-social:after {
  clear: both;
}
 #footer {
	 background: #000;
 }
@media only screen and (max-width: 1024px) {
  #foot-social {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #foot-social:first-child {
    margin-left: auto;
  }
  #foot-social:last-child {
    margin-right: auto;
  }
}
#foot-social .content {
  padding: 8% 0;
  background-color: #000;
}
@media only screen and (max-width: 1024px) {
	#foot-social .content {
	  padding: 0 0 8%;
	  text-align: center
	}	
	#foot-foot .content {
		padding-bottom: 30px !important;
	}
	#foot-social .content ul {
		    display: inline-block !important;
    float: none !important;
	}
}
#foot-social .content ul {
  padding: 0;
  margin: 0px;
  list-style-type: none;
  display: table;
  margin: 0;
  float: right
}
#foot-social .content ul li {
  display: inline;
  float: left;
  position: relative;
}
#foot-social .content ul li a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 12px;
  margin-right: 12px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) {
  #foot-social .content ul li a {
    font-size: 14px;
    padding: 10px;
  }
}
#foot-social .content ul li a:hover,
#foot-social .content ul li a.active,
#foot-social .content ul li a.active a {
  color: #000;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
#foot-social .content ul li:last-child a {
  margin-right: 0;
}
#foot-foot {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  background-color: #f5f5f5;
}
#foot-foot:before,
#foot-foot:after {
  content: '';
  display: table;
}
#foot-foot:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  #foot-foot {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #foot-foot:first-child {
    margin-left: auto;
  }
  #foot-foot:last-child {
    margin-right: auto;
  }
}
#foot-foot .content {
padding: 8% 0;
    background-color: #000000;
    color: #FFF;
}
#foot-foot .content a {
  text-decoration: none;
}
#upTop-holder {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    padding-top: 2%;
    background: white;
}
#upTop-holder:before,
#upTop-holder:after {
  content: '';
  display: table;
}
#upTop-holder:after {
  clear: both;
}
#upTop-holder:last-child {
  margin-right: 0%;
}
#upTop-holder #upTop {
  display: block;
  color: #000;
  font-size: 24px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto 24px;
  text-align: center;
  width: 48px;
}
/* CONTACT FORM */
#contact-form {
  margin-top: 4%;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  background-color: #f5f5f5;
  text-align: center;
}
#contact-form:before,
#contact-form:after {
  content: '';
  display: table;
}
#contact-form:after {
  clear: both;
}
#contact-form:last-child {
  margin-right: 0%;
}
#contact-form .content {
  padding: 4% 0;
}
#contact-form .content h2 {
  margin-bottom: 2%;
}
#contact-form .content #form {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
#contact-form .content #form:before,
#contact-form .content #form:after {
  content: '';
  display: table;
}
#contact-form .content #form:after {
  clear: both;
}
#contact-form .content #form .field {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
#contact-form .content #form .field:before,
#contact-form .content #form .field:after {
  content: '';
  display: table;
}
#contact-form .content #form .field:after {
  clear: both;
}
#contact-form .content #form .field:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 768px) {
  #contact-form .content #form .field {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #contact-form .content #form .field:first-child {
    margin-left: auto;
  }
  #contact-form .content #form .field:last-child {
    margin-right: auto;
  }
  #contact-form .content #form .field:before,
  #contact-form .content #form .field:after {
    content: '';
    display: table;
  }
  #contact-form .content #form .field:after {
    clear: both;
  }
  #contact-form .content #form .field:last-child {
    margin-right: 0%;
  }
}
#contact-form .content #form label {
  display: none;
}
#contact-form .content #form .textarea,
#contact-form .content #form .submit {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  clear: both;
}
#contact-form .content #form .textarea:before,
#contact-form .content #form .submit:before,
#contact-form .content #form .textarea:after,
#contact-form .content #form .submit:after {
  content: '';
  display: table;
}
#contact-form .content #form .textarea:after,
#contact-form .content #form .submit:after {
  clear: both;
}
#contact-form .content #form .textarea:last-child,
#contact-form .content #form .submit:last-child {
  margin-right: 0%;
}
#contact-form .content #form input,
#contact-form .content #form textarea {
  padding: 2%;
  border: 1px solid #9d9ea8;
  border-radius: 2px;
  color: #9d9ea8;
  display: block;
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 24px;
  width: 93%;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #contact-form .content #form input,
  #contact-form .content #form textarea {
    width: 95%;
  }
}
#contact-form .content #form textarea {
  width: 95%;
  height: 170px;
}
#contact-form .content #form .button {
  width: auto;
  border: medium none;
  background-color: #000;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  padding: 12px 30px;
  transition: background-color 0.2s ease 0s;
}
#contact-form .content #form .wpcf7-response-output {
  clear: both;
  width: 95%;
  background-color: #10c82a;
  color: #fff;
  padding: 2%;
  border-radius: 2px;
}
#contact-form .content #form .wpcf7-validation-errors {
  background-color: #e70142;
  color: #fff;
}
#contact-form .content #form .wpcf7-display-none {
  display: none;
}
#contact-form .content #form .screen-reader-response {
  display: none;
}
/* COMMENTS */
#comments {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
#comments:before,
#comments:after {
  content: '';
  display: table;
}
#comments:after {
  clear: both;
}
#comments:last-child {
  margin-right: 0%;
}
#comments h2 {
  text-align: center;
  margin-bottom: 8%;
}
@media only screen and (max-width: 768px) {
  #comments h2 {
    margin-bottom: 12%;
  }
}
#comments .inner {
  margin-top: 8%;
  padding-top: 8%;
  border-top: 1px solid #f5f5f5;
  text-align: left;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #comments .inner {
    padding-top: 12%;
    margin-top: 12%;
  }
}
#comments h3 {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
#comments p {
  clear: both;
  margin-bottom: 15px;
}
#comments ol,
#comments ul,
#comments li {
  list-style: none;
  padding: 0;
}
#comments .commentlist {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 40px;
}
#comments .commentlist .comment-author img.photo {
  float: left;
  margin-right: 10px;
}
#comments .commentlist .comment-author {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
#comments .commentlist .comment-author a {
  color: #e70142;
  text-decoration: none;
}
#comments .commentlist .cancel-comment-reply a {
  color: #aaa;
  text-decoration: none;
}
#comments .commentlist .comment-author cite {
  font-style: normal;
}
#comments .commentlist .comment-meta {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #aaa;
}
#comments .commentlist .comment-meta a {
  color: #aaa;
  text-decoration: none;
}
#comments .commentlist .comment-meta a:hover {
  color: #000;
}
#comments .commentlist .comment-reply-link {
  font-weight: normal;
}
#comments .commentlist .comment-body {
  padding: 0;
  margin: 0 0 40px 0;
  line-height: 20px;
}
#comments .commentlist #respond {
  margin: 20px 0 40px 60px;
}
#comments .commentlist #commentform {
  margin-top: 20px;
}
#comments .commentlist li.comment {
  clear: both;
}
#comments .commentlist ul.children {
  padding-left: 50px;
  margin: 0;
}
#comments input,
#comments textarea,
#comments select {
  padding: 10px 0;
  margin: 0 0 10px;
  width: 100%;
  border: none;
  background: #f5f5f5;
}
#comments input:focus,
#comments textarea:focus,
#comments select:focus {
  background: #ddd;
}
#comments #submit {
  display: inline-block;
  color: #fff;
  background-color: #000;
  padding: 7px 12px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none !important;
}
#comments #submit:hover {
  background-image: url("images/bg-light.png");
}
#comments .input-wrap,
#comments .textarea-wrap,
#comments label {
  margin: 0 0 5px 0;
  font-size: 12px;
  font-weight: bold;
  display: block;
}
#comments label span {
  color: #e70142;
}
#comments .form-section {
  width: 33%;
  float: right;
}
#comments #form-section-comment {
  width: 65%;
  float: left;
}
#comments #form-section-comment textarea {
  height: 200px;
}
#comments .avatar {
  float: left;
  margin: 0 15px 0 0;
}
/* OTHER THINGS */
#fb-root {
  display: none;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.come-in {
  transform: translateY(250px);
  -webkit-animation: come-in 0.8s ease forwards;
  animation: come-in 0.8s ease forwards;
      clear: both;
}
.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.already-visible {
  transform: translateY(0);
  -webkit-animation: none;
  animation: none;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
/* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 10px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  cursor: default;
  opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #fff;
  background: #fff none repeat scroll 0 0;
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 5px 7px;
  transition: opacity 200ms ease 0s;
  width: 10px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000 none repeat scroll 0 0;
}
/* Calendar :hover */
#page-top.no-mgn {
  margin-bottom: 0;
}
#calendar.event-listing {
  position: relative;
  z-index: 10;
  background: #1e1e1e;
  overflow: hidden;
}
#calendar.event-listing .wide {
  position: relative;
  z-index: 15;
}
#calendar.event-listing .ajax-load-more,
#calendar.event-listing .content .item .plus a,
#calendar.event-listing .content .item .info p,
#calendar.event-listing .content .item .info p a,
#calendar.event-listing .content .item h3 a,
#calendar.event-listing .content .item h3.location,
#calendar.event-listing .content .item {
  color: #fff;
}
#calendar.event-listing .content .item {
  border-color: #fff;
  margin-bottom: 0;
  padding-top: 2%;
}
#calendar.event-listing .ajax-load-more {
  margin-top: 35px;
  border-color: #fff;
}
#calendar.event-listing .ajax-load-more:hover {
  color: #ad0572;
  background-color: #fff;
}
.event-image {
  display: block;
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  width: 100%;
  height: 104%;
  z-index: -5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.event-image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(18,18,18,0.76);
}
.event-image.shown {
  opacity: 1;
}
.calendar-pic.half {
  position: relative;
}
.calendar-pic.half .event-image {
  background-attachment: scroll;
}
.calendar-pic.half .event-image:before {
  display: none;
}
#events .content .calendar .item {
  margin: 0;
  padding: 6% 6% 0%;
}
#events .content .calendar-pic {
  background: #1e1e1e;
}
#events .content .calendar .item p {
  margin: 0;
}
section.dates-hover #half-placeholder-img {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#calendar .content .item .event h3,
#calendar .content .item .dates p,
#calendar.event-listing .content .item h3.location {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#calendar .content .item .dates p {
  font-weight: 400;
}
/* BREAK-POINTS */
/* Desktops and laptops 1824px ----------- */
/* iPads (landscape) 1224px ----------- */
/* iPads (portrait) 1024px ----------- */
/* Smartphones (landscape) 768px ----------- */
/* Big smartphones (portrait) 640px (ie: Galaxy 3 has 360)*/
/* Smartphones (portrait) 321px (ie: Galaxy 1) */
@-moz-keyframes come-in {
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes come-in {
  to {
    transform: translateY(0);
  }
}
@-o-keyframes come-in {
  to {
    transform: translateY(0);
  }
}
@keyframes come-in {
  to {
    transform: translateY(0);
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.instagram-slider {
	
}
	.instagram-slider .ig-img {
		background-size: cover;
		background-position: center center;
	}	
	.instagram-slider .ig-inner-wrap {
    background: transparent url(../images/instagram.svg) no-repeat calc(100% - 25px) 25px !important;
    position: relative;
    float: left;
    padding-bottom: 100%;
    width: 100%;
    background: transparent;
    transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
	}
	.instagram-slider  .ig-img:hover .ig-inner-wrap {
		background-color: #e70142 !important;
	}
	.instagram-slider .ig-img .caption {
		position: absolute;
	    opacity: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    transition: all .35s ease-in-out;
	    -moz-transition: all .35s ease-in-out;
	    -webkit-transition: all .35s ease-in-out;
	    cursor: default;
	}
	.instagram-slider .ig-img .caption p {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    padding: 20px;
    line-height: 1.4;
    white-space: normal;
    cursor: default;
    font-weight: 300;
	}
	.instagram-slider .ig-img:hover .caption {
		opacity: 1;
	}

.btn-row {
	float: left;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 40px;
    line-height: 3;
}


p.featured-img-inline {
	display: block;
	margin: 0 auto 20px;
	
}
	p.featured-img-inline img {
		width: 100%;
		max-width: 465px;
	}




/*--------------------------------------------------------------
##  Privacy / Cookie styles
--------------------------------------------------------------*/

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 50px;
	border: none;
}	
	table td {
		border: none;
		padding: 10px;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4;
	}
	table tr:first-of-type td {
		font-weight: 400;
	}
	
	table tr:nth-of-type(even) {
		background: rgba(0,0,0,0.05);
	}
	table tr:nth-of-type(1) {
		background: rgba(0,0,0,0.15);
	}
	table tr:nth-of-type(1) td {
		font-weight: 600;
	}

/*--------------------------------------------------------------
##  Cookie consent
--------------------------------------------------------------*/
	

.cc-window {
background: #ffffff;
    color: #000;
    overflow: visible;
    box-shadow: 0px 0px 10px #00000021;
    width: calc(100% - 40px);
    max-width: none;
    bottom: 0;
    padding: 15px;
    position: fixed;
    bottom: 20px;
    z-index: 550;
    max-width: 400px;
    left: 20px;
    text-align: center;
    /* border: 1px solid #e0e0e0; */
}

.cc-message {
    display: block;
    float: left;
    line-height: 1.2;
        font-size: 15px;
}

.cc-btn {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    border: 2px solid #2a2d32;
    padding: 13px 15px 11px;
    display: inline-block;
    min-width: 166px;
    text-align: center;
    color: #ffffff;
    background: #2a2d32;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}

.cc-btn:hover {
	background: rgba(208, 46, 66, 0);
    color: #2a2d32;
}

.cc-link {
	color: #000;
	text-decoration: underline;
}


.cc-link:hover {
	text-decoration: none;
}

.cc-compliance {
	float: right;
	width: 100%;
}


.cc-message {
	margin-bottom: 10px;
}

@media all and (min-width: 600px) {
	.cc-window {
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
        text-align: left;
	}
	.cc-compliance {
		float: right;
		width: auto;
	}
	.cc-btn {
	width: 190px;
    padding: 10px;
    display: inline;
    width: auto;
    font-size: 13px;
	}
	.cc-message {
		margin-bottom: 0px;
	}
	.cc-message {
    	width: calc(100% - 85px);
	}
}


section.text ol {
    list-style: decimal;
    list-style-position: outside;
    margin: 1em 0 2em 1.5em;
    display: block;
    font-size: 14px;
    line-height: 22px;
}


section.text li {
	margin-bottom: 20px;
}


section.text a:not(.more) {
    color: #e70142;
    text-decoration: none;
}


.two-cols,
.three-cols,
.four-cols {

}
	.two-cols .col,
	.three-cols .col,
	.four-cols .col {
		width: 100%;
		margin-bottom: 40px;
		overflow: hidden;
	}
	.last-row-hack:after {
	  content: "";
	  flex: auto;
	}
	@media screen and (min-width: 600px) {
		.two-cols,
		.four-cols {
			display: flex;
			justify-content: space-between;
		}
		.three-cols,
		.two-cols {
			flex-wrap: wrap;
		}
		.two-cols .col {
			width: 48%;
		}
		.two-cols.plus-gutter .col {
			width: 46%;
		}
	}
	@media screen and (min-width: 760px) {
		.three-cols {
			display: flex;
			justify-content: flex-start;
	    align-items: flex-start;
		}
		.three-cols .col {
			width: 30%;
			margin-right: 5%;
		}
		.three-cols .col:nth-of-type(3n+3) {
			margin-right: 0;
		}
	}
	@media screen and (min-width: 761px) and (max-width: 1024px) {
		.three-cols .col:nth-of-type(3n+3),
		.three-cols .col {
			width: 47.5%;
			margin-right: 5%;
		}
		.three-cols .col:nth-of-type(even) {
			margin-right: 0;
		}
		.three-cols.isotope .col {
			margin: 0 2% 5%;
	    width: 46%;
		}
	}
	@media screen and (min-width: 600px) and (max-width: 1024px) {
		.four-cols {
			flex-wrap: wrap;
		}
		.four-cols .col {
			width: 48%;
			margin-bottom: 60px;
		}
		.four-cols .col:nth-last-child(-n+2) {
			margin-bottom: 0;
		}
	}
	@media screen and (min-width: 1025px) {
		.four-cols .col {
			width: 22%;
		}
		.three-cols.isotope .col {
			margin: 0 2% 5%;
			width: 28.5%;
		}
	}
	.align-start {
		align-items: flex-start;
	}
	

.center-blk {
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 1024px;
    width: 90%;
}

.row {
	width: 100%;
	clear: both;
	float: left;
	position: relative;
}


.full-bleed {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.featured-recording {
	margin-top: 5%;
	padding: 5% 0;
	color: #FFF;
	background: #000;
	overflow: hidden;
}
	@media screen and (max-width: 700px) {
		.featured-recording {
			padding: 15% 0;
		}
	}
	.single-recording.featured-recording {
		margin-top: 0;
		background: #FFF;
		color: #000;
	}
	.featured-recording .bg-img {
		opacity: 0.4;
		filter:blur(20px);
	}
	.single-recording.featured-recording .bg-img {
		    opacity: 1;
	}
	.single-recording.featured-recording .bg-wrap {
		position: absolute;
		width: calc(50vw - 300px);
		overflow: hidden;
		background: #000;
		height: 100%;
		top:0;
		left: 0;
	}
	@media screen and (max-width: 1024px) {
		.single-recording.featured-recording .bg-wrap {
			width: calc(50vw - 100px);
		}
	}
	@media screen and (max-width: 600px) {
		.single-recording.featured-recording .bg-wrap {
			width: 100%;
			height: 30%;
		}
	}
	.featured-recording img {
		width: 100%;
	}
	.featured-recording img:hover {
		opacity: 0.7;
	}
	.featured-recording h3 {
		text-transform: uppercase;
		font-size: 25px;
		font-weight: 300;
		text-align: center;
		margin-bottom: 7.5%;
		letter-spacing: 0.1em;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
	}
	.featured-recording p a {
		color: #FFF;
	}
	.single-recording.featured-recording p a {
		color: #000;
	}
	.featured-recording h2 {
		font-size: 28px;
		text-transform: uppercase;
		font-weight: 600;
		margin: 30px 0;
		color: #e70041;
	}
	@media screen and (min-width: 700px) {
		.featured-recording h2 {
			font-size: 37px;
		}
		.featured-recording h3 {
			font-size: 50px;
		}
	}
	.featured-recording iframe {
    width: 100%;
    max-height: 260px;
	}
	.featured-recording .embed {
		margin-bottom: 30px;
	}
	.featured-recording a.more {
		width: 47.5%;
		float: left;
	}
	.featured-recording a.more:nth-of-type(even) {
		margin-left: 5%;
	}
	@media screen and (max-width: 700px) {
		.featured-recording a.more {
			width: 100%;
			margin: 0 0 20px !important;
		}
	}

a.more.btn {
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	padding: 15px 20px;
}

a.more.white {
	border-color: #FFF;
	color: #FFF;
}
a.more.btn:hover,
a.more.white:hover {
	border-color: #e70041;
	color: #FFF;
	background: #e70041;
}



.recording-main-content {
	background: #f5f5f5;
	padding: 5% 0;
}
	@media screen and (max-width: 700px) {
		.recording-main-content {
			padding: 15% 0;
		}
	}
	.recording-main-content h3 {
		text-transform: uppercase;
		text-align: center;
		font-size: 20px;
		margin-bottom: 30px;
	}
	.recording-main-content .center-blk {
		max-width: 800px;
	}
	.recording-main-content p {
	    font-size: 16px;
	    line-height: 1.6;
	    font-weight: 300;
	    margin-bottom: 1.5em;
	}
	.recording-main-content .featured-quotes {
		margin-top: 40px;
	}
	.recording-main-content .featured-quotes .blockquote-before, 
	.recording-main-content .featured-quotes .blockquote-after {
		display: none !important;
	}
	.recording-main-content .featured-quotes blockquote:not(:last-of-type) {
		margin-bottom: 40px;
	}
	.recording-main-content .featured-quotes blockquote {
		padding-left: 60px;
		position: relative;
	}
	.recording-main-content .featured-quotes blockquote:before {
	    content: "";
	    position: absolute;
	    width: 40px;
	    border-top: 2px solid;
	    height: 1px;
	    left: 0;
	        top: 20px;
	}
	.recording-main-content .featured-quotes blockquote p {
	    font-size: 27px;
	    line-height: 1.5;
	    font-weight: 300;
	    font-family: 'Playfair Display', serif;
	    font-style: italic;
	    margin-bottom: 20px;
	    -moz-osx-font-smoothing: grayscale;
	    -webkit-font-smoothing: antialiased;
	    text-rendering: optimizeLegibility;
	}
	.recording-main-content.page-quote .featured-quotes {
		margin-top: 0;
	}
	.recording-main-content.page-quote .featured-quotes blockquote {
		text-align: center;
		padding-left: 0 !important;
	}
	.recording-main-content.page-quote .featured-quotes blockquote:before {
		display: none !important;
	}
	@media screen and (max-width: 700px) {
		.recording-main-content .featured-quotes blockquote:before {
			display: none;
		}
		.recording-main-content .featured-quotes blockquote {
			padding-left: 0;
		}
		.recording-main-content .featured-quotes blockquote p { 
			font-size: 20px;
		}
	}
	.recording-main-content .featured-quotes blockquote cite {
		font-style: normal;
		text-transform: uppercase;
		    font-weight: 600;
	}
	.recording-info {
		background: #FFF;
		text-align: center;
	}
	.recording-info p {
		line-height: 1.7;
	}
	
	
.btm-grad {
	position: absolute;
	width: 100%;
	height: 40%;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.page-hero-header {
	height: calc(100vh - 61px);
	display: flex;
	align-items: flex-end;
	min-height: 500px;
	
}
	.page-hero-header .header-inner {
	    z-index: 100;
	    margin-bottom: 10vh;
	    color: #FFF;
	}
	.archive-title,
	.page-hero-header .header-inner h2 {
		font-size: 40px;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-weight: 400;
		    text-shadow: 0px 0px 30px #000;
		margin-bottom: 20px;
		-moz-osx-font-smoothing: grayscale;
	    -webkit-font-smoothing: antialiased;
	    text-rendering: optimizeLegibility;
	}	
	.page-hero-header .header-inner a.more {
		display: inline-block;
		float: left;
		clear: left;
	}
	@media screen and (min-width: 700px) {
		.archive-title,
		.page-hero-header .header-inner h2 {
			font-size: 50px;
			display: inline-block;
			margin-bottom: 0px;
			font-weight: 300;
		}
		.page-hero-header .header-inner a.more {
			float: right;
			clear: none;
		}
	}
	
.mgn-btm {
	margin-bottom: calc(30px + 5vh);
}	
	
#footer section p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
}
	
	
	
	
article.index-article {
	background: #FFF;
	width: 90%;
	margin: 0 5% 30px;
}
	article.index-article .article-content {
		background: #FFF;
		display: flex;
    flex-wrap: wrap;
    align-items: center;
        padding: 5%;
	}
	article.index-article.has-img {
		background: #000;
	}
	article.index-article.has-img .article-img,
	article.index-article.has-img .article-content {
		width: 100%;
		float: left;
		padding: 5%;
		box-sizing: border-box;
	}
	article.index-article:hover .article-img {
		opacity: 0.6;
	}
	article.index-article.has-img .article-img {
		padding-bottom: 75%;
	}
	@media screen and (min-width: 950px) {
		article.index-article {
			margin: 0 0 30px;
		}
	}
	@media screen and (min-width: 800px) {
		article.index-article:not(.has-img) {
			width: calc(50% - 15px);
		}
		article.index-article:not(.has-img) .article-content {
			padding: 10%;
		}
		article.index-article:not(.has-img) {
			float: right;
		}
		article.index-article.has-img {
			width: 100%;
			display: flex;
			min-height: 420px;
			justify-content: space-between;
		}
		article.index-article.has-img:nth-of-type(even) {
			flex-direction: row-reverse
		}
		article.index-article.has-img .article-img,
		article.index-article.has-img .article-content {
			width: 50%;
		}
		article.index-article.has-img .article-img {
			padding-bottom: 0;
		}
		article.index-article.has-img:before {
		content: "";
		width: 30px;
		height: 30px;
		background: #FFF;
		top: calc(50% - 15px);
		left: calc(50% - 15px);
		display: block;
		position: absolute;
		transform: rotate(45deg);
		z-index: 90;
		}
	}
	article.index-article .article-content time {
		    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
	} 
	article.index-article .article-content h2 {
		    text-transform: none;
    font-weight: 500;
    margin-bottom: 20px;
	}
	article.index-article:hover h2 {
		text-decoration: underline;
	}
	article.index-article .article-content p {
    font-size: 14px;
    line-height: 1.6;
	}
	
	
	

body.category,
.article-listing {
	background: #f5f5f5;
}
	.article-listing section.text {
	padding: 0;
    max-width: 940px;
	}
	.article-listing .posts {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.blog-hero-header {
	background: #000;
    overflow: hidden;
    height: calc(50vh - 61px);
	}
	.blog-hero-header .bg-img {
	    opacity: 0.8;
	    filter: blur(50px);
	    width: 120%;
	    height: 120%;
	    margin: -5% 0 0 -10%;
	}
	.blog-hero-header .bg-img .btm-grad {
		display: none;
	}
	.blog-hero-header + .neg-mgn {
		margin-top: -270px;
	}
	.blog-hero-header + .neg-mgn article.index-article,
	.blog-hero-header + .neg-mgn article.index-article .article-content {
	}
	.archive-title {
		margin-top: 60px;
		margin-bottom: 30px;
		text-shadow: none;
	}
	.blog-hero-header + .neg-mgn .archive-title {
		color: #FFF;
		margin-top: 0;
		    text-shadow: 0px 0px 30px #000;
	}
	
	
.hot-spot-this a,
a.hot-spot {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 15;
	top: 0;
	left: 0;
}
	
	
p.location-date {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 20px;
    margin: 10px 0 0;
    -moz-osx-font-smoothing: grayscale;
	    -webkit-font-smoothing: antialiased;
	    text-rendering: optimizeLegibility;
}
	
.gallery-body {
	padding: 5% 0;
}
	.gallery-body section.text {
		padding: 0;
		max-width: 960px;
	}
	
.gallery-intro-text {
    padding: 5% 0;
    background: #f5f5f5;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}

section .gallery .gallery-caption h3.view-photo {
	text-transform: uppercase;
	font-weight: 600;
	align-self: center;
}

.hidden {
	display: none;
}
	
	
	
	
.post-single-new-head {
    text-align: center;
}	
	#page-body:not(.no-img) .post-single-new-head {
		color: #FFF;
	}
	#page-body:not(.no-img) .post-single-new-head a {
		color: #FFF !important;
		text-decoration: underline !important;
	}
	#page-body:not(.no-img) .post-single-new-head a:hover {
		text-decoration: none !important;
	}
	.post-single-new-head h2 {
		font-weight: 300;
		color: #FFF;
		margin-top: 0;
		text-shadow: 0px 0px 30px #000;
		font-size: 20px;
	}
	@media screen and (min-width: 800px) {
		.post-single-new-head h2 {
			font-size: 30px;
		}	
	}
	p.featured-img-inline {
	    display: block;
	    margin: 40px auto 40px !important;
	}
	body.single-post .blog-hero-header + .neg-mgn {
	    margin-top: -330px;
	}
	body.single-post .post-single-new-head p.featured-img-inline img {
		max-width: none;	
	}
	body.single-post .no-img .post-single-new-head {
		margin-top: 40px;
	}
	body.single-post .no-img .post-single-new-head h2 {
		color: #000;
		text-shadow: none;
		margin: 0 0 40px;
	}
	
	
	
	
	
	
	
	