/*
 Theme Name:   Paleo f(x)
 Theme URI:    http://lionssharedigital.com/
 Description:  Custom theme for Paleo f(x)
 Author:       Lion's Share Digital
 Author URI:   http://lionssharedigital.com/
 Template:     vertoh
 Version:      1.0.0
 Text Domain:  vertoh-child
*/

.live-sponsored-middle {
    text-align: center;
}

.section-content.attend-connect {
    padding: 7.45rem 0 6rem 0!important;
}

.section-content.section-attend-speakers {
    padding: 7.45rem 0 4.25rem 0!important;
}

.wc-box-office-ticket-fields {
  margin-bottom: 15px;
}

.bg-purple .pagination-wrap .pagination .current a {
  border-bottom: none;
  font-weight: normal;
}

/* =============================================================================
   #SubNav
   ========================================================================== */
.expandedHeader .nav li i.fa.fa-chevron-down {
  -webkit-transition: all .2s; /* Safari 3.1 to 6.0 */
  transition: all .2s;
}
.rotate-sub-icon {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  -webkit-transition: all .2s; /* Safari 3.1 to 6.0 */
  transition: all .2s;
}
@media (max-width: 991px) {
  .expandedHeader .nav li:hover ul {
    display: block;
  }
}
@media (max-width: 767px) {
  .expandedHeader .nav li {
    margin: 1px auto;
    max-width: 200px;
  }
  .expandedHeader .nav li a,
  .expandedHeader .nav li i.fa.fa-chevron-down {
    display: inline-block;
  }
  .expandedHeader .nav li:hover ul {
    display: none;
  }
}

.clicked {
  display: block;
}

/* =============================================================================
   #Images
   ========================================================================== */
.column img:last-child {
    margin-bottom: 0;

}

div.center-image-wrap {
    padding: 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    div.center-image-wrap {
        padding: 3em 0 4em;
        text-align: center;
    }
}
