/*
Theme Name: Cal Performances News THeme
Description: Theme developed for the Cal Performances News website. A child theme based on Avada.
Author: GJB Interactive, LLC
Author URI: https://www.gjbinteractive.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/*************************************************************************************************
********** WARNING!!! ONLY EDIT THE style.less  file NOT the style.css file
**************************************************************************************************/
/**
 * HEADER
 */
#wrapper .fusion-header-v4 .fusion-header {
  padding: 0;
  border-bottom-color: #000;
}
@media only screen and (max-width: 767px) {
  #wrapper .fusion-header-v4 .fusion-header {
    border-bottom-color: transparent;
  }
}
#wrapper .fusion-header-v4 .fusion-header .fusion-header-content-3-wrapper {
  flex-direction: column;
}
#wrapper .fusion-header-v4 .fusion-header .fusion-header-content-3-wrapper .fusion-secondary-menu-search {
  order: 0;
}
#wrapper .fusion-header-v4 .fusion-header .fusion-header-content-3-wrapper .fusion-secondary-menu-search .searchform {
  padding-top: 25px;
  margin-left: 2px;
}
@media only screen and (max-width: 767px) {
  .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-header {
    padding-top: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .fusion-header-v4 .fusion-main-menu .fusion-menu {
    justify-content: space-between;
  }
  .fusion-main-menu .fusion-dropdown-menu .sub-menu li a:hover,
  .fusion-main-menu .fusion-dropdown-menu .sub-menu li.current_page_item a {
    color: #ffffff !important;
  }
  .fusion-main-menu .fusion-dropdown-menu .sub-menu li .sub-menu {
    left: 300px;
  }
}
.fusion-secondary-main-menu {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left .sub-menu .fusion-mobile-nav-item a {
  background-color: #414042;
}
.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left .fusion-mobile-nav-item a {
  padding-top: 10px;
}
@media only screen and (max-width: 400px) {
  h1 {
    font-size: 40px !important;
    line-height: 44px !important;
  }
}
.h1-style {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.025em;
}
@media only screen and (min-width: 400px) {
  .h1-style {
    font-size: 60px;
    line-height: 60px;
  }
}
.h2-style {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.025em;
}
.h3-style {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.025em;
}
.h4-style {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.025em;
}
.h5-style {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.025em;
}
.h6-style {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.025em;
}
.paragraph-highlight {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.025em;
}
/* SEARCH */
.searchform .fusion-search-form-content .fusion-search-field input {
  background-color: #eeeeee;
  color: #333 !important;
}
@media only screen and (min-width: 870px) {
  .searchform .fusion-search-form-content .fusion-search-field input {
    width: 352px;
  }
}
.searchform .fusion-search-form-content .fusion-search-field input::placeholder {
  color: #333 !important;
}
.searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-left: none;
  color: #333;
}
a.fusion-icon.fusion-icon-bars,
a.fusion-icon.fusion-icon-search,
a:active.fusion-icon.fusion-icon-bars,
a:active.fusion-icon.fusion-icon-search,
a:visited.fusion-icon.fusion-icon-bars,
a:visited.fusion-icon.fusion-icon-search {
  text-decoration: none;
}
.utility-links.desktop,
.cta-links.desktop {
  display: none;
  position: relative;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .utility-links.desktop,
  .cta-links.desktop {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .utility-links.mobile,
  .cta-links.mobile {
    display: none;
  }
}
.cta-links.desktop {
  padding-top: 25px;
}
.cta-links.mobile {
  text-align: center;
  margin-bottom: 20px;
}
.cta-links.mobile ul {
  padding-right: 15px;
  padding-left: 15px;
}
.cta-links.mobile ul li {
  flex-grow: 1;
}
.cta-links.mobile ul li a {
  line-height: 1em;
  padding: 10px 10px;
}
.cta-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-transform: uppercase;
}
.cta-links.desktop ul {
  justify-content: flex-end;
}
.cta-links li {
  display: inline-block;
}
.cta-links li a {
  background-color: #58595b;
  display: block;
  color: white;
  text-align: left;
  padding: 11px 16px;
  margin-right: 6px;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cta-links li a:hover {
  background-color: #c3810d;
  text-decoration: underline;
}
.cta-links li:last-child a {
  margin-right: 0;
}
.utility-links {
  margin-bottom: -20px;
}
@media only screen and (min-width: 768px) {
  .utility-links.desktop {
    z-index: 9999;
  }
}
.utility-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.utility-links ul li {
  display: inline-block;
  font-size: 12px;
  padding-left: 15px;
}
.utility-links ul li:first-child {
  padding-left: 0px;
}
.utility-links ul li a {
  color: #000;
}
/* Mobile Menu */
.fusion-mobile-nav-holder li.mobile-only .fusion-megamenu-icon {
  display: inline-block;
}
.fusion-mobile-nav-holder .fusion-mobile-menu li.mobile-only {
  width: 50%;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #menu-primary li.mobile-only {
    display: none;
  }
}
/**
 * Padding for full-width templates
 */
@media only screen and (max-width: 1240px) {
  .post-content > .fusion-fullwidth:not(:first-child):not(.blog-post-title-block) {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
/**
 * HOMEPAGE SLIDER
 */
#fusion-slider-4 .flexslider ul.slides li.flex-active-slide .slide-content .buttons {
  margin-top: 100px;
}
.fusion-recent-posts.fusion-recent-posts-1.layout-thumbnails-on-side.layout-columns-1 .columns .column .floated-slideshow {
  width: 100%;
  float: none;
}
@media only screen and (min-width: 768px) {
  .fusion-recent-posts.fusion-recent-posts-1.layout-thumbnails-on-side.layout-columns-1 .columns .column .floated-slideshow {
    width: 50%;
    float: left;
  }
}
.fusion-recent-posts.fusion-recent-posts-1.layout-thumbnails-on-side.layout-columns-1 .columns .column h4 {
  font-size: 28px;
}
.single-navigation {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}
.cp-post-horizontal-navigation ul {
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .cp-post-horizontal-navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .cp-post-horizontal-navigation ul li {
    border-right: 2px solid #a09c99;
  }
  .cp-post-horizontal-navigation ul li:last-child {
    border-right: none;
  }
}
.cp-post-horizontal-navigation ul li a {
  display: block;
  margin: 0 5px;
  padding: 5px;
  text-decoration: none;
  font-weight: bold;
}
.cp-post-horizontal-navigation ul li a:hover {
  filter: brightness(90%);
}
.cp-post-vertical-navigation ul {
  list-style: none;
  padding: 0;
}
.cp-post-vertical-navigation ul li {
  border-bottom: 2px solid #CCC;
}
.cp-post-vertical-navigation ul li a {
  display: block;
  padding: 5px;
  text-decoration: none;
  font-weight: bold;
  background-color: white;
  transition: all 0.25s ease;
}
.cp-post-vertical-navigation ul li a:hover {
  filter: brightness(90%);
}
/**
* Home Page Highlights
*/
.home-page-highlights > .fusion-row > .fusion-layout-column > .fusion-column-wrapper,
.home-page-highlights > .fusion-row > .slick-list > .slick-track > .carousel-column > .fusion-column-wrapper {
  text-align: left;
  padding-bottom: 34px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .home-page-highlights > .fusion-row > .fusion-layout-column > .fusion-column-wrapper .fusion-imageframe,
  .home-page-highlights > .fusion-row > .slick-list > .slick-track > .carousel-column > .fusion-column-wrapper .fusion-imageframe {
    display: block;
  }
}
.home-page-highlights > .fusion-row > .fusion-layout-column > .fusion-column-wrapper .slide-visibility,
.home-page-highlights > .fusion-row > .slick-list > .slick-track > .carousel-column > .fusion-column-wrapper .slide-visibility {
  display: none;
}
.home-page-highlights > .fusion-row > .fusion-layout-column > .fusion-column-wrapper .fusion-text,
.home-page-highlights > .fusion-row > .slick-list > .slick-track > .carousel-column > .fusion-column-wrapper .fusion-text {
  padding: 10px 38px 0 38px;
}
.home-page-highlights > .fusion-row > .fusion-layout-column > .fusion-column-wrapper .genre-highlight,
.home-page-highlights > .fusion-row > .slick-list > .slick-track > .carousel-column > .fusion-column-wrapper .genre-highlight {
  padding-top: 34px;
}
.home-page-highlights > .fusion-row > .fusion-layout-column > .fusion-column-wrapper .genre-highlight p,
.home-page-highlights > .fusion-row > .slick-list > .slick-track > .carousel-column > .fusion-column-wrapper .genre-highlight p {
  margin-bottom: 0 !important;
  font-weight: bold;
  font-size: 0.9em;
}
.home-page-highlights > .fusion-row > .fusion-layout-column > .fusion-column-wrapper p,
.home-page-highlights > .fusion-row > .slick-list > .slick-track > .carousel-column > .fusion-column-wrapper p {
  margin-bottom: 0 !important;
}
.home-page-highlights > .fusion-row > .fusion-layout-column > .fusion-column-wrapper h3,
.home-page-highlights > .fusion-row > .slick-list > .slick-track > .carousel-column > .fusion-column-wrapper h3,
.home-page-highlights > .fusion-row > .fusion-layout-column > .fusion-column-wrapper h4,
.home-page-highlights > .fusion-row > .slick-list > .slick-track > .carousel-column > .fusion-column-wrapper h4 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.home-page-highlights > .fusion-row > .slick-list > .slick-track > .carousel-column > .fusion-column-wrapper {
  margin: 0 15px;
}
.home-page-highlights > .fusion-row .slick-track {
  display: flex !important;
}
.home-page-highlights > .fusion-row .slick-slide {
  height: inherit !important;
}
.home-page-highlights > .fusion-row .slick-prev {
  left: -3px;
}
.home-page-highlights > .fusion-row .slick-next {
  right: 14px;
}
.home-page-highlights > .fusion-row .slick-prev,
.home-page-highlights > .fusion-row .slick-next {
  z-index: inherit;
}
.home-page-highlights > .fusion-row .slick-prev:before,
.home-page-highlights > .fusion-row .slick-next:before {
  color: #333 !important;
  font-size: 40px;
}
/**
 * NEWSLETTER SIGN UP FORM
 */
#wpforms-164,
#wpforms-form-164 {
  width: 100%;
}
#wpforms-form-164 .wpforms-field-container {
  width: 80%;
  display: inline-block;
}
#wpforms-form-164 input.wpforms-field-medium {
  max-width: 100%;
}
#wpforms-form-164 .wpforms-submit-container {
  display: inline-block;
}
.wordfly-subscribe {
  display: block;
  padding-top: 25px;
}
.wordfly-subscribe input[type="text"] {
  width: 78%;
}
.wordfly-subscribe input[type="submit"] {
  padding: 5px 10px;
  background: #fff;
  font-weight: bold;
  text-transform: capitalize;
}
/**
 * PAGE
 */
#content > .page > .post-slideshow > .slides {
  width: 100%;
}
#content .fusion-post-content p,
#content .post-content p {
  margin-bottom: 30px;
}
/**
 * POSTS
 */
.post-excerpt-hidden {
  display: none;
}
.wp-caption .wp-caption-text {
  background-color: #EFEFEF;
  padding: 10px 15px;
}
.cpfusion-postdate-wrapper span {
  color: #999999;
  font-size: 0.9em;
  font-style: italic;
}
.type-post .fusion-sharing-box.fusion-sharing-box-1 {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .type-post .fusion-sharing-box.fusion-sharing-box-1 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.type-post .fusion-sharing-box.fusion-sharing-box-1 .tagline {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .type-post .fusion-sharing-box.fusion-sharing-box-1 .tagline {
    margin-bottom: 0 !important;
  }
}
.type-post .fusion-sharing-box.fusion-sharing-box-1 > div {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .type-post .fusion-sharing-box.fusion-sharing-box-1 > div {
    min-height: 90px;
    line-height: 90px;
  }
}
.type-post .fusion-sharing-box.fusion-sharing-box-1 .fusion-social-networks {
  justify-content: center !important;
}
@media (min-width: 768px) {
  .type-post .fusion-sharing-box.fusion-sharing-box-1.calperformances-tags > div {
    line-height: 1.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.type-post .feature-image-block img {
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) and (orientation: portrait) {
  .type-post .feature-image-block {
    height: 70vh;
  }
  .type-post .feature-image-block img {
    height: 100%;
  }
}
.menu-beyond-the-stage-container {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .menu-beyond-the-stage-container {
    background-color: #ccc;
    padding: 10px 20px;
  }
}
.menu-beyond-the-stage-container .bts-menu-toggle {
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.menu-beyond-the-stage-container .bts-menu-toggle .bts-menu-toggle-icon {
  display: inline-block;
  margin-left: 15px;
  font-size: 28px;
  vertical-align: bottom;
  transition: all 0.4s ease-in-out;
}
.menu-beyond-the-stage-container .bts-menu-toggle.open .bts-menu-toggle-icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-beyond-the-stage-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .menu-beyond-the-stage-container ul {
    display: flex;
    justify-content: space-between;
  }
}
.menu-beyond-the-stage-container ul li {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .menu-beyond-the-stage-container ul li {
    border-bottom: 1px solid #999;
    padding: 10px;
  }
}
.menu-beyond-the-stage-container ul li a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .menu-beyond-the-stage-container ul li a {
    display: block;
  }
}
.menu-beyond-the-stage-container ul li.current-menu-item a {
  color: var(--primary_color);
}
@media (min-width: 767px) {
  .post-item-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 767px) {
  .post-item-grid-wrapper .post-item-grid {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .post-item-grid-wrapper .post-item-grid {
    width: 32%;
  }
}
.post-item-grid-wrapper .post-item-grid .post-wrapper {
  margin-bottom: 50px;
}
.post-item-grid-wrapper .post-item-grid .post-wrapper .post-date-and-category {
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 5px;
  color: #666666;
}
.post-item-grid-wrapper .post-item-grid .post-wrapper .post-date-and-category .post-category {
  text-transform: uppercase;
}
.post-item-grid-wrapper .post-item-grid .post-wrapper .post-date-and-category .post-category a {
  font-weight: normal;
  text-decoration: none;
}
.post-item-grid-wrapper .post-item-grid .post-wrapper .post-date-and-category .post-category a:hover,
.post-item-grid-wrapper .post-item-grid .post-wrapper .post-date-and-category .post-category a:active,
.post-item-grid-wrapper .post-item-grid .post-wrapper .post-date-and-category .post-category a:focus {
  text-decoration: underline;
}
.post-item-grid-wrapper .post-item-grid .post-wrapper .post-image a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}
.post-item-grid-wrapper .post-item-grid .post-wrapper .post-image a img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  top: 0;
}
.post-item-grid-wrapper .post-item-grid .post-wrapper .post-title {
  font-size: 20px;
}
.post-item-grid-wrapper .post-item-grid .post-wrapper .post-title a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .relatedeventsblog-block .post-item-grid-wrapper,
  .relatedpostsblog-block .post-item-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .relatedeventsblog-block .post-item-grid-wrapper .post-item-grid,
  .relatedpostsblog-block .post-item-grid-wrapper .post-item-grid {
    width: 48%;
  }
}
.relatedeventsblog-block .post-item-grid-wrapper .post-item-grid .post-wrapper,
.relatedpostsblog-block .post-item-grid-wrapper .post-item-grid .post-wrapper {
  margin: 10px 10px 50px 10px;
}
.relatedeventsblog-block .post-item-grid-wrapper .post-item-grid .post-wrapper .post-image a,
.relatedpostsblog-block .post-item-grid-wrapper .post-item-grid .post-wrapper .post-image a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}
.relatedeventsblog-block .post-item-grid-wrapper .post-item-grid .post-wrapper .post-image a img,
.relatedpostsblog-block .post-item-grid-wrapper .post-item-grid .post-wrapper .post-image a img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  top: 0;
}
.featured-post-wrapper .featured-post {
  position: relative;
}
.featured-post-wrapper .featured-post .post-image img {
  width: 100%;
  object-fit: cover;
}
.featured-post-wrapper .featured-post .post-data {
  background-color: rgba(0, 0, 0);
  color: white;
  padding: 35px;
}
@media (min-width: 768px) {
  .featured-post-wrapper .featured-post .post-data {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 40%;
    max-height: 90%;
    overflow: hidden;
  }
}
.featured-post-wrapper .featured-post .post-data .post-date-and-category {
  font-size: 18px;
  margin-top: 0px;
}
.featured-post-wrapper .featured-post .post-data .post-date-and-category .post-category {
  text-transform: uppercase;
}
.featured-post-wrapper .featured-post .post-data .post-date-and-category .post-category a {
  color: white;
  font-weight: normal;
  text-decoration: none;
}
.featured-post-wrapper .featured-post .post-data .post-date-and-category .post-category a:hover,
.featured-post-wrapper .featured-post .post-data .post-date-and-category .post-category a:active,
.featured-post-wrapper .featured-post .post-data .post-date-and-category .post-category a:focus {
  text-decoration: underline;
}
.featured-post-wrapper .featured-post .post-data .post-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
}
.featured-post-wrapper .featured-post .post-data .post-subtitle {
  font-size: 18px;
  line-height: 20px;
}
.featured-post-wrapper .featured-post .post-data .post-readmore a {
  display: inline-block;
  padding: 10px 15px;
  background-color: white;
  color: black;
  font-size: 16px;
  text-decoration: none;
}
.featured-post-wrapper .featured-post .post-data .post-readmore a:hover,
.featured-post-wrapper .featured-post .post-data .post-readmore a:active,
.featured-post-wrapper .featured-post .post-data .post-readmore a:focus {
  text-decoration: underline;
}
.featured-post-wrapper .featured-post .post-data > div {
  margin-bottom: 10px;
}
.featured-post-wrapper .featured-post .post-data > div:last-child {
  margin-bottom: 0;
}
.featured-listing-block {
  margin: 50px 0;
}
.featured-listing-block h3 {
  font-size: 30px !important;
  text-align: center;
  font-weight: 300 !important;
}
.featured-listing-block.feature-image-left .featured-listing-wrapper,
.featured-listing-block.feature-image-right .featured-listing-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .featured-listing-block.feature-image-left .featured-listing,
  .featured-listing-block.feature-image-right .featured-listing {
    margin-bottom: 25px;
  }
}
.featured-listing-block.feature-image-left .featured-listing .post-data > div,
.featured-listing-block.feature-image-right .featured-listing .post-data > div {
  margin-bottom: 15px;
}
.featured-listing-block.feature-image-left .featured-listing .post-data > div:last-child,
.featured-listing-block.feature-image-right .featured-listing .post-data > div:last-child {
  margin-bottom: 0;
}
.featured-listing-block.feature-image-left .featured-listing .post-data .post-date-and-category,
.featured-listing-block.feature-image-right .featured-listing .post-data .post-date-and-category {
  font-size: 18px;
  color: #888;
}
.featured-listing-block.feature-image-left .featured-listing .post-data .post-date-and-category .post-category,
.featured-listing-block.feature-image-right .featured-listing .post-data .post-date-and-category .post-category {
  text-transform: uppercase;
}
.featured-listing-block.feature-image-left .featured-listing .post-data .post-date-and-category .post-category a,
.featured-listing-block.feature-image-right .featured-listing .post-data .post-date-and-category .post-category a {
  color: #888;
  font-weight: normal;
  text-decoration: none;
}
.featured-listing-block.feature-image-left .featured-listing .post-data .post-date-and-category .post-category a:hover,
.featured-listing-block.feature-image-right .featured-listing .post-data .post-date-and-category .post-category a:hover,
.featured-listing-block.feature-image-left .featured-listing .post-data .post-date-and-category .post-category a:active,
.featured-listing-block.feature-image-right .featured-listing .post-data .post-date-and-category .post-category a:active,
.featured-listing-block.feature-image-left .featured-listing .post-data .post-date-and-category .post-category a:focus,
.featured-listing-block.feature-image-right .featured-listing .post-data .post-date-and-category .post-category a:focus {
  text-decoration: underline;
}
.featured-listing-block.feature-image-left .featured-listing .post-data .post-title,
.featured-listing-block.feature-image-right .featured-listing .post-data .post-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.featured-listing-block.feature-image-left .featured-listing .post-data .post-title a,
.featured-listing-block.feature-image-right .featured-listing .post-data .post-title a {
  text-decoration: none;
}
.featured-listing-block.feature-image-left .featured-listing.featured-0 .post-data .post-date-and-category .post-category,
.featured-listing-block.feature-image-right .featured-listing.featured-0 .post-data .post-date-and-category .post-category {
  text-transform: uppercase;
  color: #888;
}
.featured-listing-block.feature-image-left .featured-listing.featured-0 .post-data .post-date-and-category .post-category a,
.featured-listing-block.feature-image-right .featured-listing.featured-0 .post-data .post-date-and-category .post-category a {
  color: #888;
  font-weight: normal;
  text-decoration: none;
}
.featured-listing-block.feature-image-left .featured-listing.featured-0 .post-data .post-date-and-category .post-category a:hover,
.featured-listing-block.feature-image-right .featured-listing.featured-0 .post-data .post-date-and-category .post-category a:hover,
.featured-listing-block.feature-image-left .featured-listing.featured-0 .post-data .post-date-and-category .post-category a:active,
.featured-listing-block.feature-image-right .featured-listing.featured-0 .post-data .post-date-and-category .post-category a:active,
.featured-listing-block.feature-image-left .featured-listing.featured-0 .post-data .post-date-and-category .post-category a:focus,
.featured-listing-block.feature-image-right .featured-listing.featured-0 .post-data .post-date-and-category .post-category a:focus {
  text-decoration: underline;
}
.featured-listing-block.feature-image-left .featured-listing.featured-0 .post-data .post-title,
.featured-listing-block.feature-image-right .featured-listing.featured-0 .post-data .post-title {
  font-size: 30px;
  line-height: 40px;
}
.featured-listing-block.feature-image-left .featured-listing.featured-0 .post-data .post-readmore a,
.featured-listing-block.feature-image-right .featured-listing.featured-0 .post-data .post-readmore a {
  font-size: 16px;
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  background-color: #666666;
  color: white;
}
.featured-listing-block.feature-image-left.background-gray,
.featured-listing-block.feature-image-right.background-gray {
  background-color: #efefef;
}
.featured-listing-block.feature-image-left.background-black,
.featured-listing-block.feature-image-right.background-black {
  background-color: #000;
}
.featured-listing-block.feature-image-left.background-black h3,
.featured-listing-block.feature-image-right.background-black h3 {
  color: white !important;
}
.featured-listing-block.feature-image-left.background-black .post-data,
.featured-listing-block.feature-image-right.background-black .post-data {
  color: white !important;
}
.featured-listing-block.feature-image-left.background-black .post-data a,
.featured-listing-block.feature-image-right.background-black .post-data a {
  color: white !important;
}
.featured-listing-block.feature-image-left.background-black .post-date-and-category,
.featured-listing-block.feature-image-right.background-black .post-date-and-category {
  color: white !important;
}
.featured-listing-block.feature-image-left.background-black .featured-0 .post-readmore a,
.featured-listing-block.feature-image-right.background-black .featured-0 .post-readmore a {
  background-color: white !important;
  color: #333 !important;
}
.featured-listing-block.feature-stacked .featured-listing-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .featured-listing-block.feature-stacked .featured-listing {
    margin-bottom: 25px;
  }
}
.featured-listing-block.feature-stacked .featured-listing .post-data > div {
  margin-bottom: 15px;
}
.featured-listing-block.feature-stacked .featured-listing .post-data > div:last-child {
  margin-bottom: 0;
}
.featured-listing-block.feature-stacked .featured-listing .post-data .post-date-and-category {
  font-size: 18px;
  color: #888;
}
.featured-listing-block.feature-stacked .featured-listing .post-data .post-date-and-category .post-category {
  text-transform: uppercase;
}
.featured-listing-block.feature-stacked .featured-listing .post-data .post-date-and-category .post-category a {
  color: #888;
  font-weight: normal;
  text-decoration: none;
}
.featured-listing-block.feature-stacked .featured-listing .post-data .post-date-and-category .post-category a:hover,
.featured-listing-block.feature-stacked .featured-listing .post-data .post-date-and-category .post-category a:active,
.featured-listing-block.feature-stacked .featured-listing .post-data .post-date-and-category .post-category a:focus {
  text-decoration: underline;
}
.featured-listing-block.feature-stacked .featured-listing .post-data .post-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.featured-listing-block.feature-stacked .featured-listing .post-data .post-title a {
  text-decoration: none;
}
.featured-listing-block.feature-stacked .featured-listing.featured-0 .post-data .post-date-and-category .post-category {
  text-transform: uppercase;
}
.featured-listing-block.feature-stacked .featured-listing.featured-0 .post-data .post-date-and-category .post-category a {
  font-weight: normal;
  text-decoration: none;
}
.featured-listing-block.feature-stacked .featured-listing.featured-0 .post-data .post-date-and-category .post-category a:hover,
.featured-listing-block.feature-stacked .featured-listing.featured-0 .post-data .post-date-and-category .post-category a:active,
.featured-listing-block.feature-stacked .featured-listing.featured-0 .post-data .post-date-and-category .post-category a:focus {
  text-decoration: underline;
}
.featured-listing-block.feature-stacked .featured-listing.featured-0 .post-data .post-title {
  font-size: 30px;
  line-height: 40px;
}
.featured-listing-block.feature-stacked .featured-listing.featured-0 .post-data .post-readmore a {
  font-size: 16px;
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  background-color: #666666;
  color: white;
}
.featured-listing-block.feature-stacked .stacked-column.big .post-data {
  padding: 50px 35px 50px 35px;
}
.featured-listing-block.feature-stacked .stacked-column.small .post-image img {
  object-fit: cover;
  height: 250px;
}
.featured-listing-block.feature-stacked .stacked-column.small .post-data {
  margin-top: 15px;
}
.featured-listing-block.feature-stacked .stacked-column.small .post-data .post-title {
  font-size: 22px;
}
.featured-listing-block.feature-stacked .stacked-column.small .featured-2 {
  margin-top: 35px;
}
.featured-listing-block.feature-stacked.background-gray .big .post-data {
  background-color: #efefef;
}
.featured-listing-block.feature-stacked.background-black .big .post-data {
  background-color: #000;
  color: white !important;
}
.featured-listing-block.feature-stacked.background-black .big .post-data a {
  color: white !important;
}
.featured-listing-block.feature-stacked.background-black .big .post-date-and-category {
  color: white !important;
}
.featured-listing-block.feature-stacked.background-black .big .featured-0 .post-readmore a {
  background-color: white !important;
  color: #333 !important;
}
.featured-listing-block.alternating-left-right .featured-listing-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .featured-listing-block.alternating-left-right .featured-listing {
    margin-bottom: 25px;
  }
}
.featured-listing-block.alternating-left-right .featured-listing .post-data > div {
  margin-bottom: 15px;
}
.featured-listing-block.alternating-left-right .featured-listing .post-data > div:last-child {
  margin-bottom: 0;
}
.featured-listing-block.alternating-left-right .featured-listing .post-data .post-date-and-category .post-category {
  text-transform: uppercase;
  color: #888;
}
.featured-listing-block.alternating-left-right .featured-listing .post-data .post-date-and-category .post-category a {
  color: #888;
  font-weight: normal;
  text-decoration: none;
}
.featured-listing-block.alternating-left-right .featured-listing .post-data .post-date-and-category .post-category a:hover,
.featured-listing-block.alternating-left-right .featured-listing .post-data .post-date-and-category .post-category a:active,
.featured-listing-block.alternating-left-right .featured-listing .post-data .post-date-and-category .post-category a:focus {
  text-decoration: underline;
}
.featured-listing-block.alternating-left-right .featured-listing .post-data .post-title {
  font-size: 30px;
  line-height: 40px;
}
.featured-listing-block.alternating-left-right .featured-listing .post-data .post-title a {
  text-decoration: none;
}
.featured-listing-block.alternating-left-right .featured-listing .post-data .post-readmore a {
  font-size: 16px;
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  background-color: #666666;
  color: white;
}
@media (min-width: 767px) {
  .featured-listing-block.feature-stacked .featured-listing-wrapper {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }
  .featured-listing-block.feature-stacked .featured-listing-wrapper .stacked-column {
    width: 50%;
  }
  .featured-listing-block.feature-stacked .featured-listing-wrapper .stacked-column.big .post-title {
    font-size: 36px;
    line-height: 40px;
  }
  .featured-listing-block.feature-stacked .featured-listing-wrapper .stacked-column.small .post-wrapper {
    padding-left: 25px;
  }
  .featured-listing-block.feature-image-left .featured-listing-wrapper,
  .featured-listing-block.feature-image-right .featured-listing-wrapper,
  .featured-listing-block.alternating-left-right .featured-listing-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .featured-listing-block.feature-image-left .featured-listing-wrapper .featured-listing,
  .featured-listing-block.feature-image-right .featured-listing-wrapper .featured-listing,
  .featured-listing-block.alternating-left-right .featured-listing-wrapper .featured-listing {
    width: 50%;
    margin: 25px 0;
  }
  .featured-listing-block.feature-image-left .featured-listing-wrapper .featured-listing.featured-0,
  .featured-listing-block.feature-image-right .featured-listing-wrapper .featured-listing.featured-0,
  .featured-listing-block.alternating-left-right .featured-listing-wrapper .featured-listing.featured-0 {
    width: 100%;
  }
  .featured-listing-block.feature-image-left .featured-listing-wrapper .post-wrapper,
  .featured-listing-block.feature-image-right .featured-listing-wrapper .post-wrapper,
  .featured-listing-block.alternating-left-right .featured-listing-wrapper .post-wrapper {
    display: flex;
  }
  .featured-listing-block.feature-image-left .featured-listing-wrapper .post-wrapper > div,
  .featured-listing-block.feature-image-right .featured-listing-wrapper .post-wrapper > div,
  .featured-listing-block.alternating-left-right .featured-listing-wrapper .post-wrapper > div {
    width: 50%;
  }
  .featured-listing-block.feature-image-left .featured-listing-wrapper .post-wrapper .post-data,
  .featured-listing-block.feature-image-right .featured-listing-wrapper .post-wrapper .post-data,
  .featured-listing-block.alternating-left-right .featured-listing-wrapper .post-wrapper .post-data {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .featured-listing-block.feature-image-right .featured-0 .post-image {
    order: 1;
  }
  .featured-listing-block.feature-image-right .featured-0 .post-data {
    padding-left: 0 !important;
    padding-right: 20px;
  }
  .featured-listing-block.alternating-left-right .featured-listing {
    width: 100% !important;
  }
  .featured-listing-block.alternating-left-right .featured-listing:nth-child(even) .post-image {
    order: 1 !important;
  }
}
.post-template-default .single-navigation {
  display: none;
}
/**
 * PRESS KITS
 */
article.presskit > h1.page-title {
  font-size: 1.75em;
}
/**
 * RECENT POSTS
 */
.fusion-recent-posts.layout-columns-1 .columns .post {
  margin-bottom: 25px;
}
.fusion-recent-posts .columns .column h4 {
  margin: 25px 0px 15px !important;
  clear: none;
}
.cp-recent-posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .cp-recent-posts .cp-recent-posts-item {
    width: 33.33333%;
  }
  .cols-1 .cp-recent-posts .cp-recent-posts-item {
    width: 100%;
  }
  .cols-2 .cp-recent-posts .cp-recent-posts-item {
    width: 50%;
  }
  .cols-3 .cp-recent-posts .cp-recent-posts-item {
    width: 33.33333%;
  }
  .cols-4 .cp-recent-posts .cp-recent-posts-item {
    width: 25%;
  }
  .cols-5 .cp-recent-posts .cp-recent-posts-item {
    width: 20%;
  }
}
.cp-recent-posts .cp-recent-posts-item .info-wrapper {
  padding: 15px;
  margin-bottom: 50px;
}
.cp-recent-posts .cp-recent-posts-item .info-wrapper .feature-image a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}
.cp-recent-posts .cp-recent-posts-item .info-wrapper .feature-image a img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  top: 0;
}
.cp-recent-posts .cp-recent-posts-item .info-wrapper .post-title {
  font-size: 20px;
}
.cp-recent-posts .cp-recent-posts-item .info-wrapper .post-title a {
  text-decoration: none;
}
.cp-recent-posts .cp-recent-posts-item .info-wrapper .post-date-and-category {
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 5px;
  color: #666666;
}
.cp-recent-posts .cp-recent-posts-item .info-wrapper .post-date-and-category .post-category {
  text-transform: uppercase;
}
.cp-recent-posts .cp-recent-posts-item .info-wrapper .post-date-and-category .post-category a {
  font-weight: normal;
  text-decoration: none;
}
.cp-recent-posts .cp-recent-posts-item .info-wrapper .post-date-and-category .post-category a:hover,
.cp-recent-posts .cp-recent-posts-item .info-wrapper .post-date-and-category .post-category a:active,
.cp-recent-posts .cp-recent-posts-item .info-wrapper .post-date-and-category .post-category a:focus {
  text-decoration: underline;
}
/********************************
  * RELATED EVENTS GRID
**********************************/
.event-filter-item-grid-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .event-filter-item-grid-wrapper .event-filter-item-grid {
    width: 33.33333%;
  }
}
.event-filter-item-grid-wrapper .event-filter-item-grid .event-wrapper {
  padding: 15px;
}
.event-filter-item-grid-wrapper .event-filter-item-grid .event-wrapper .event-image.no-image a {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #1294d8;
}
/**
  * PROGRAM NOTES
  */
.fusion-breadcrumbs.fusion-breadcrumbs-1 {
  margin-top: 30px;
}
.fusion-breadcrumbs.fusion-breadcrumbs-1 a {
  font-weight: normal;
}
.type-programnotes h1 {
  margin-top: 30px;
  font-weight: 300;
}
.artist-list-wrapper {
  width: 100%;
  overflow-x: scroll;
}
.artist-list-wrapper .artist-list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: 1800px;
}
@media only screen and (min-width: 768px) {
  .artist-list-wrapper .artist-list {
    width: 100%;
  }
}
.cp_artist-archive .artist-list-wrapper .artist-list {
  width: 100%;
}
.artist-list-wrapper .artist-list .artist-wrapper {
  flex: none;
}
@media only screen and (min-width: 768px) {
  .artist-list-wrapper .artist-list .artist-wrapper {
    flex: 0 0 33.333333%;
  }
}
.cp_artist-archive .artist-list-wrapper .artist-list .artist-wrapper {
  flex: 0 0 100%;
}
@media only screen and (min-width: 500px) {
  .cp_artist-archive .artist-list-wrapper .artist-list .artist-wrapper {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 768px) {
  .cp_artist-archive .artist-list-wrapper .artist-list .artist-wrapper {
    flex: 0 0 25%;
  }
}
.artist-list-wrapper .artist-list .artist-wrapper span {
  display: block;
}
.artist-list-wrapper .artist-list .artist-wrapper a {
  text-decoration: none;
  font-weight: normal;
  display: block;
  padding: 5px;
}
.artist-list-wrapper .artist-list .artist-wrapper a:hover {
  background-color: #ccc;
}
.artist-list-wrapper .artist-list .artist-wrapper .artist {
  max-width: 245px;
  margin: 0 auto;
}
.artist-list-wrapper .artist-list .artist-wrapper .artist-name {
  font-weight: bold;
  margin: 10px 0 0 0;
}
.artist-list-wrapper .artist-list .view-all a {
  border: 1px solid #333;
  text-decoration: none;
  font-weight: normal;
  padding: 15px 10px;
  margin-top: 30px;
  display: block;
}
.artist-list-wrapper .artist-list .view-all a:hover {
  background: #eee;
}
.performance-title h2,
.performance-title h3,
.performance-title h4,
.performance-title h5,
.performance-title h6 {
  margin-bottom: 0;
}
.program-notes-hero {
  margin-bottom: 20px;
}
.program-book-title {
  font-size: 1.2em;
}
.fusion-button-wrapper .program-note-link {
  text-align: left;
  margin-bottom: 15px;
  line-height: 35px !important;
}
.fusion-button-wrapper .program-note-link .fusion-button-text {
  font-size: 22px;
}
.fusion-button-wrapper .program-note-link i.fas {
  float: right;
  font-size: 35px;
}
.performance-note-block {
  background-color: #555;
  color: white;
  padding: 15px;
  margin: 15px 0;
}
.performance-note-block .performance-note-title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.performance-note-block .performance-note-content a {
  color: white;
}
#content .post-content .performance-note-block .performance-note-content p:last-child {
  margin-bottom: 0;
}
.program-note-link-block {
  margin-bottom: 15px;
}
.program-note-link-block > a {
  display: block;
  background-color: #ccc;
  padding: 20px 15px;
  text-decoration: none;
  position: relative;
}
.program-note-link-block > a:hover {
  background-color: #aaa;
}
.program-note-link-block > a .performance-note-title {
  display: block;
  font-size: 24px;
}
.program-note-link-block > a .performance-note-subtitle {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
.program-note-link-block > a i.fas {
  position: absolute;
  font-size: 35px;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.program-note-link-block.with-subtitle > a {
  padding: 10px 15px;
}
.read-more-block {
  margin-bottom: 30px;
}
.read-more-block .read-more-wrapper {
  height: 600px;
  position: relative;
  overflow: hidden;
}
.read-more-block .read-more-wrapper:after {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  height: 30px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.read-more-block img {
  margin-bottom: 30px;
}
.read-more-block .no-margin-bottom {
  margin-bottom: 0;
}
.read-more-block .read-more-link {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
}
.read-more-block .read-more-link span {
  vertical-align: middle;
}
.program-note-table table tr td {
  width: 50%;
  border-bottom: none;
}
.program-note-table p {
  margin-bottom: 10px !important;
}
/**
 * Artists
 */
.type-cp_artist .post-content {
  padding: 10px;
}
.type-cp_artist .feature-image-block {
  margin-top: 30px;
}
.type-cp_artist .feature-image-block img {
  width: 100%;
}
.artist-title-block {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .artist-title-block {
    text-align: left;
  }
}
.artist-title-block h1 {
  margin-top: 30px;
  margin-bottom: 0;
}
.artist-title-block .artist-subtitle {
  font-family: Roboto;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.025em;
  font-style: normal;
}
/**
  * FUSION VIDEO
  */
.fusion-video {
  margin-bottom: 20px;
}
/**
 * BUTTONS
 */
.button-style {
  display: block;
  margin-top: 38px;
  padding: 8px 16px;
  line-height: 30px;
  border: 1px solid #58595b;
  background-color: white;
  text-decoration: none;
  text-align: center;
}
.button-style:hover {
  font-weight: bold;
  background-color: #c3810d;
  border-color: #c3810d;
}
.style-a {
  display: block;
  margin-top: 38px;
  padding: 8px 16px;
  line-height: 30px;
  border: 1px solid #58595b;
  background-color: white;
  text-decoration: none;
  text-align: center;
  color: white !important;
  border-color: #58595b;
  background-color: #58595b;
}
.style-a:hover {
  font-weight: bold;
  background-color: #c3810d;
  border-color: #c3810d;
}
.style-b {
  display: block;
  margin-top: 38px;
  padding: 8px 16px;
  line-height: 30px;
  border: 1px solid #58595b;
  background-color: white;
  text-decoration: none;
  text-align: center;
  color: #000 !important;
}
.style-b:hover {
  font-weight: bold;
  background-color: #c3810d;
  border-color: #c3810d;
}
.style-b:hover {
  color: white !important;
}
.style-c {
  color: #000 !important;
  border-color: white;
}
.button.color-blue a {
  display: block;
  margin-top: 38px;
  padding: 8px 16px;
  line-height: 30px;
  border: 1px solid #58595b;
  background-color: white;
  text-decoration: none;
  text-align: center;
  color: #000 !important;
}
.button.color-blue a:hover {
  font-weight: bold;
  background-color: #c3810d;
  border-color: #c3810d;
}
.button.color-blue a:hover {
  color: white !important;
}
.button.color-green a {
  display: block;
  margin-top: 38px;
  padding: 8px 16px;
  line-height: 30px;
  border: 1px solid #58595b;
  background-color: white;
  text-decoration: none;
  text-align: center;
  color: #000 !important;
}
.button.color-green a:hover {
  font-weight: bold;
  background-color: #c3810d;
  border-color: #c3810d;
}
.button.color-green a:hover {
  color: white !important;
}
.button.color-orange a {
  display: block;
  margin-top: 38px;
  padding: 8px 16px;
  line-height: 30px;
  border: 1px solid #58595b;
  background-color: white;
  text-decoration: none;
  text-align: center;
  color: #000 !important;
}
.button.color-orange a:hover {
  font-weight: bold;
  background-color: #c3810d;
  border-color: #c3810d;
}
.button.color-orange a:hover {
  color: white !important;
}
.button-label {
  display: inline-block;
  background: #CCC;
  color: #333 !important;
  padding: 0px 10px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.5s ease;
}
.button-label.cp-orange {
  background-color: #f28530 !important;
}
.button-label.cp-blue {
  background-color: #1294d8;
  color: #FFFFFF !important;
}
.button-label:hover {
  filter: brightness(90%);
}
#main .type-cp_event .post-content .flexslider,
#main .type-programnotes .post-content .flexslider {
  margin-bottom: 0;
}
#main .type-cp_event .eventinfo-block p,
#main .type-programnotes .eventinfo-block p {
  margin-bottom: 8px;
}
#main .type-cp_event .eventinfo-block .event-buy-block,
#main .type-programnotes .eventinfo-block .event-buy-block {
  margin-top: 18px;
}
.buttonblock-block .button-row .button a {
  display: block;
  margin-top: 38px;
  padding: 8px 16px;
  line-height: 30px;
  border: 1px solid #58595b;
  background-color: white;
  text-decoration: none;
  text-align: center;
  color: white !important;
  border-color: #58595b;
  background-color: #58595b;
  margin-top: 0;
  font-weight: normal;
}
.buttonblock-block .button-row .button a:hover {
  font-weight: bold;
  background-color: #c3810d;
  border-color: #c3810d;
}
@media only screen and (max-width: 767px) {
  .buttonblock-block .button-row .button a {
    padding: 8px;
  }
  .buttonblock-block .button-row .button a:hover {
    font-weight: normal;
  }
}
.fusion-has-button-gradient #main #content .fusion-button {
  text-transform: none;
}
.fusion-has-button-gradient #main #content .fusion-button.blue-button {
  background-image: none;
  background-color: #2093cf;
  border-color: #2093cf;
  color: white;
}
.fusion-has-button-gradient #main #content .fusion-button.orange-button {
  background-image: none;
  background-color: #f28530;
  border-color: #f28530;
  color: white;
}
.fusion-has-button-gradient #main #content .fusion-button.white-button {
  background-image: none;
  background-color: white;
  border-color: #cccccc;
  border-width: 3px;
  border-style: solid;
}
.fusion-has-button-gradient #main #content .fusion-button.white-button span,
.fusion-has-button-gradient #main #content .fusion-button.white-button i {
  color: black;
}
.fusion-has-button-gradient #main #content .fusion-button span {
  text-transform: uppercase;
}
.fusion-has-button-gradient #main #content .fusion-button:hover {
  filter: brightness(90%);
}
/**
 * FOOTER
 */
footer.fusion-footer-widget-area .widget .fusion-social-networks .fusion-social-network-icon {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  footer.fusion-footer-widget-area .widget .fusion-social-networks .fusion-social-network-icon {
    text-align: right;
  }
}
footer.fusion-footer-widget-area #media_image-2 img {
  max-width: 75% !important;
}
footer.fusion-footer-widget-area a {
  color: #333;
}
footer.fusion-footer-widget-area .fusion-widget-area #nav_menu-2.widget_nav_menu li {
  border-bottom: none;
}
footer.fusion-footer-widget-area .fusion-widget-area #nav_menu-2.widget_nav_menu li a {
  display: inline-block;
}
footer.fusion-footer-widget-area .fusion-widget-area #nav_menu-2.widget_nav_menu li a:before {
  content: none;
}
footer.fusion-footer-widget-area #nav_menu-2 #menu-footer li {
  padding-top: 0;
}
footer.fusion-footer-widget-area #text-2 ul li {
  margin-bottom: 15px;
}
footer.fusion-footer-widget-area #text-3 p {
  margin-top: 0;
}
footer.fusion-footer-widget-area #text-9 ul li {
  font-weight: bold;
  margin-bottom: 15px;
}
footer.fusion-footer-widget-area #text-9 ul li a {
  font-weight: normal;
  text-decoration: underline;
}
footer #footer-copyright {
  border-top: 1px solid #333333;
}
footer #footer-copyright #copyright {
  margin-top: 24px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  footer #footer-copyright #copyright {
    text-align: left;
  }
}
footer #footer-copyright #copyright address {
  font-weight: normal;
}
footer #footer-copyright #name-logo {
  text-align: right;
  margin-top: 24px;
}
footer #footer-copyright #name-logo a {
  display: inline-block;
  height: 80px;
  width: 260px;
  background: url('/wp-content/themes/calperformances-theme/images/ucb-footer.png') center center no-repeat;
  background-size: contain;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  footer #footer-copyright #name-logo a {
    background: url('/wp-content/themes/calperformances-theme/images/ucb-footer@2x.png') center center no-repeat;
    background-size: contain;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  footer #footer-copyright #name-logo a {
    background: url('/wp-content/themes/calperformances-theme/images/ucb-footer@2x.png') center center no-repeat;
    background-size: contain;
  }
}
/**
  * END :: FOOTER
  */
/**
* Featured Carousel 
*/
.calperformances-carousel .carousel-column {
  position: relative;
  float: left;
  margin-bottom: 20px;
}
.calperformances-carousel .carousel-column.fusion-column-first {
  clear: none;
}
/**
* Add event styling
*/
/* The button */
.addeventatc {
  display: inline-block;
  position: relative;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  visibility: visible;
  background: transparent;
  border: none;
  box-shadow: none !important;
}
.addeventatc:hover {
  color: #555;
  font-size: 16px;
  text-decoration: underline;
}
.addeventatc .start,
.addeventatc .end,
.addeventatc .timezone,
.addeventatc .title,
.addeventatc .description,
.addeventatc .location,
.addeventatc .organizer,
.addeventatc .organizer_email,
.addeventatc .facebook_event,
.addeventatc .all_day_event,
.addeventatc .date_format,
.addeventatc .alarm_reminder,
.addeventatc .recurring,
.addeventatc .attendees,
.addeventatc .calname,
.addeventatc .uid,
.addeventatc .status,
.addeventatc .method,
.addeventatc .client,
.addeventatc .transp {
  display: none!important;
}
/* Drop down */
.addeventatc_dropdown {
  width: 230px;
  position: absolute;
  padding: 6px 0px 0px 0px;
  color: #000 !important;
  font-weight: 600;
  line-height: 100%;
  background: #fff;
  font-size: 15px;
  text-decoration: none;
  text-align: left;
  margin-left: -1px;
  display: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 26px;
  transform: scale(0.98, 0.98) translateY(5px);
  z-index: -1;
  transition: transform 0.15s ease;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.addeventatc_dropdown.topdown {
  transform: scale(0.98, 0.98) translateY(-5px) !important;
}
.addeventatc_dropdown span {
  display: block;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  padding: 14px 10px 14px 55px;
  margin: -2px 0px;
}
.addeventatc_dropdown span:hover {
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
  font-size: 15px;
}
.addeventatc_dropdown em {
  color: #999 !important;
  font-size: 12px!important;
  font-weight: 400;
}
.addeventatc_dropdown .frs a {
  background: #fff;
  color: #cacaca !important;
  cursor: pointer;
  font-size: 9px!important;
  font-style: normal!important;
  font-weight: 400!important;
  line-height: 110%!important;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  text-align: right;
  text-decoration: none;
  top: 5px;
  z-index: 101;
}
.addeventatc_dropdown .frs a:hover {
  color: #999 !important;
}
.addeventatc_dropdown .ateappleical {
  background: url(images/gfx/icon-apple-t5.svg) 18px 40% no-repeat;
  background-size: 22px 100%;
}
.addeventatc_dropdown .ategoogle {
  background: url(images/gfx/icon-google-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}
.addeventatc_dropdown .ateoffice365 {
  background: url(images/gfx/icon-office365-t5.svg) 19px 50% no-repeat;
  background-size: 18px 100%;
}
.addeventatc_dropdown .ateoutlook {
  background: url(images/gfx/icon-outlook-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}
.addeventatc_dropdown .ateoutlookcom {
  background: url(images/gfx/icon-outlookcom-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}
.addeventatc_dropdown .ateyahoo {
  background: url(images/gfx/icon-yahoo-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}
.addeventatc_dropdown .atefacebook {
  background: url(images/gfx/icon-facebook-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}
.addeventatc_dropdown .copyx {
  height: 21px;
  display: block;
  position: relative;
  cursor: default;
}
.addeventatc_dropdown .brx {
  height: 1px;
  overflow: hidden;
  background: #e8e8e8;
  position: absolute;
  z-index: 100;
  left: 10px;
  right: 10px;
  top: 9px;
}
.addeventatc_dropdown.addeventatc-selected {
  transform: scale(1, 1) translateY(0px);
  z-index: 99999999999;
}
.addeventatc_dropdown.topdown.addeventatc-selected {
  transform: scale(1, 1) translateY(0px) !important;
}
.addeventatc_dropdown .drop_markup {
  background-color: #f4f4f4;
}
