/*
 * I'm leaving style.css as untouched as possible.
 * This file contains the bulk of the custom style
 * work for this theme re-skin.
 */

/*----------------------------------------------------------------------------*
 ## Tables
 *----------------------------------------------------------------------------*/
/*
 * Table styles grabbed from Bootstrap and edited as needed.
 */

table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table td,
.table th {
    background-color: #fff;
}
.table {
    border-collapse: collapse;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #ddd;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}



/*----------------------------------------------------------------------------*
 ## Tables
 *----------------------------------------------------------------------------*/
.gf_browser_chrome select,
.gf_browser_safari select {
    height: 54px;
}
div.gf_browser_gecko.gform_wrapper select {
    padding: 13px 0;
}
div.gform_wrapper select {
    font-size: 16px;
}





/*----------------------------------------------------------------------------*
 ## Body, Site Container
 *----------------------------------------------------------------------------*/
body {
    font-family: 'proxima-nova', sans-serif;
}
.site-container {
    background: transparent;
    border: none;
    margin: 0 auto;
    max-width: 100%;
}



/*----------------------------------------------------------------------------*
 ## Header
 *----------------------------------------------------------------------------*/
.site-header {
    border-bottom: 1px solid #e3e3e3;
}

.site-header .wrap {
    padding: 0;
}
.site-header > .wrap {
    margin: 0 auto;
    max-width: 1140px;
    border-right: 1px solid #e3e3e3;
}
.title-area {
    position: relative;
    float: left;
    top: 23px;
    padding-left: 0;
    width: auto;
}
.site-header .site-title a {
    display: block;
    width: 122px;
    height: 65px;
    margin-top: -5px;
    background: url( '../images/logo-header.png' ) no-repeat 0px 0px;
    background-size: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.site-header .site-description {
    display: none;
}
.site-header .nav-primary {
    float: left;
    border: none;
    width: auto;
}
.site-header .genesis-nav-menu {
    font-size: 14px;
}
.site-header .genesis-nav-menu a {
    border-right: 1px solid #e3e3e3;
}
.site-header .genesis-nav-menu a:hover,
.site-header .genesis-nav-menu .current-menu-item > a:hover {
    color: #fff;
}
.site-header .genesis-nav-menu .current-menu-item > a {
}
.site-header .search .search-form {
    float: none;
    padding: 0 20px;
    margin: 12px 0 0 0;
}
.site-header .search input[type="search"] {
    border: none;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: none;
    border-radius: 0px;
    padding: 10px 10px 6px;
    -webkit-appearance: none;
}
.site-header .genesis-nav-menu .startups a:hover,
.site-header .genesis-nav-menu .startups.current-menu-item > a {
    background-color: #62bf81;
}
.site-header .genesis-nav-menu .mobile a:hover,
.site-header .genesis-nav-menu .mobile.current-menu-item > a {
    background-color: #70bfbc;
}
.site-header .genesis-nav-menu .enterprise a:hover,
.site-header .genesis-nav-menu .enterprise.current-menu-item > a {
    background-color: #7c599d;
}
.site-header .genesis-nav-menu .consumer a:hover,
.site-header .genesis-nav-menu .consumer.current-menu-item > a {
    background-color: #ff6d3a;
}
.site-header .genesis-nav-menu .social a:hover,
.site-header .genesis-nav-menu .social.current-menu-item > a {
    background-color: #f9b234;
}
.genesis-nav-menu li.right {
    display: none;
}
.responsive-menu-icon {
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
    display: none;
    margin-bottom: -1px;
    text-align: center;
}

.responsive-menu-icon::before {
    color: #000;
    content: "\f333";
    display: inline-block;
    font: normal 30px/1 'dashicons';
    margin: 0 auto;
    padding: 10px;
}


/*----------------------------------------------------------------------------*
 ## Site Inner
 *----------------------------------------------------------------------------*/
.site-inner {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    margin: 40px auto 20px;
    max-width: 1140px;
}
.site-inner {
    clear: both;
}
.footer-widgets {
    max-width: 1140px;
    margin: 0 auto;
}
.site-footer {
    max-width: 1140px;
    margin: 0 auto;
}



/*----------------------------------------------------------------------------*
 ## Post River
 *----------------------------------------------------------------------------*/
.post-thumbnail.mobile {
    display: none;
}
.featured-content .entry-content:before,
.featured-content .entry-content:after,
.archive .entry-content:before,
.archive .entry-content:after,
.search .entry-content:before,
.search .entry-content:after {
    display: none;
}
.featured-content .entry-title,
.archive .entry-title,
.search .entry-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}
.featured-content .entry-content p,
.archive .entry-content p,
.search .entry-content p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
}
.featured-content .entry-footer .simple-social-icons,
.archive .entry-footer .simple-social-icons,
.search .entry-footer .simple-social-icons {
    float: right;
}
.archive .entry,
.search .entry {
    padding: 20px 20px 10px;
}
.archive .entry-header h2,
.search .entry-header h2 {
    margin-bottom: 2px;
}
.archive .entry-header .entry-meta,
.search .entry-header .entry-meta {
    font-size: 14px;
    text-transform: none;
    margin-bottom: 12px;
}
.more-link {
    display: block;
}

/* Load More Button
---------------------------------------------*/
.alm-btn-wrap {
    text-align: center;
}
#load-more {
    font-size: 15px;
    color: #5b5b5b;
    letter-spacing: 0.05em;
    background: #d1d1cc;
    outline: none;
}
#load-more:hover {
    color: #535353;
    background: #c9c9c3;
}

/* Social Icons
---------------------------------------------*/
.simple-social-icons ul li {
    margin: 0 0 0 6px !important;
}
.simple-social-icons ul li a,
.simple-social-icons ul li a:hover {
    background-color: #f6f5f2;
    border-radius: 2px;
    color: #aaaaaa;
    font-size: 14px;
    padding: 7px;
}
.simple-social-icons ul li a:hover {
    background-color: #f9b234;
    color: #fff;
}

/* Google Plus
 * This item has some special style requirements.
 */
.simple-social-icons ul.aligncenter li {
    display: inline-block;
    float: none;
}
.simple-social-icons .social-google-plus .googleplus {
    border: none !important;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    font-family: 'fontello';
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    line-height: 1em;
    speak: none;
    text-align: center;
    text-decoration: none !important;
    text-transform: none !important;
    width: 1em;

    position: relative;
    background-color: #f6f5f2;
    border-radius: 2px;
    color: #aaaaaa;
    font-size: 14px;
    padding: 7px;
    overflow: hidden;
    cursor: pointer;
}
.simple-social-icons .social-google-plus .googleplus:hover {
    background-color: #f9b234;
    color: #fff;
}
body .gc-bubbleDefault tbody {
    border-bottom: none;
}
.googlehider {
    opacity: 0;
    height: 28px;
    width: 28px;
    position: absolute;
    top: 0;
    left: -6px;
    z-index: 3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}



/*----------------------------------------------------------------------------*
 ## Single Posts
 *----------------------------------------------------------------------------*/
.single .entry-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.single .entry-header .entry-meta {
    font-size: 14px;
    text-transform: none;
    margin-bottom: 12px;
}
.single .entry-header .wp-post-image {
    margin: 5px 0 10px;
}
.single .entry-header .img-credits {
    font-size: 13px;
    font-style: italic;
    color: #999;
    text-align: right;
    margin: -12px 0 10px 0;
}
.single .entry-header .img-credits a {
    color: #999;
}
.single .entry-footer {
    border-top: 1px dotted #e3e3e3;
}
.single .entry-footer .simple-social-icons {
    float: right;
    padding: 25px 0 8px
}
.single .entry-footer .entry-meta {
    float: left;
    border-top: none;
    max-width: 85%;
}


/* Comments
---------------------------------------------*/
#disqus_thread {
    margin: 0 20px 30px;
}



/*----------------------------------------------------------------------------*
 ## Page - Home
 *----------------------------------------------------------------------------*/
.home-top {
    border-bottom: none;
}
.home-top .ui-tabs .widget-title {
    margin-bottom: 0;
    border-bottom: none;
}



/*----------------------------------------------------------------------------*
 ## Page - Category Archive
 *----------------------------------------------------------------------------*/
.archive .archive-description {
    background-color: #f3f3f3;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
    overflow: hidden;
    padding: 20px;
    height: 150px;
}
.archive .archive-description .archive-title {
    float: right;
    width: 79.5%;
    padding: 12px 0 12px 20px;
    margin: 18px 15px 0 0;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    text-align: center;
    border: 3px solid #fff;
}
.archive .archive-description i {
    margin: 15px 0 0 20px;
}
.category-startups .archive-description {
    background: url('../images/bg-texture-green.jpg') repeat center top;
}
.category-mobile .archive-description {
    background: url('../images/bg-texture-blue.jpg') repeat center top;
}
.category-enterprise .archive-description {
    background: url('../images/bg-texture-purple.jpg') repeat center top;
}
.category-consumer .archive-description {
    background: url('../images/bg-texture-red.jpg') repeat center top;
}
.category-social .archive-description {
    background: url('../images/bg-texture-yellow.jpg') repeat center top;
}
i[class*="icon-cat-"] {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    width: 77px;
    height: 77px;
    background-image: url('../images/icon-categories.png');
    background-repeat: no-repeat;
    background-size: 231px;
}
i.icon-cat-startups {
    background-position: 0px 0px;
}
i.icon-cat-enterprise {
    background-position: -77px 0px;
}
i.icon-cat-mobile {
    background-position: -154px 0px;
}
i.icon-cat-social {
    background-position: 0px -77px;
}
i.icon-cat-consumer {
    background-position: -77px -77px;
}



/*----------------------------------------------------------------------------*
 ## Page - Events Home
 *----------------------------------------------------------------------------*/
.site-inner.scroll {
    margin-top: 90px;
}
.page-template-page-events-php .site-inner {
    border: none;
    margin: 0 0 20px;
    max-width: 100%;
}
.button.btn-red {
    color: #fff !important;
    background-color: #ea1921;
}
.button.btn-red:hover {
    background-color: #000;
}
.button.btn-red.on-dark:hover {
    background-color: #bf1118;
}


/** Sections - General
---------------------------------------------*/
.page-template-page-events-php section {
    padding: 76px 0 60px;
}
.page-template-page-events-php .site-footer section {
    padding: 0;
}
.page-template-page-events-php section.scroll {
    padding-top: 126px;
}
.page-template-page-events-php .section-inner {
    max-width: 1140px;
    margin: 0 auto;
}
.section-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
}
.section-title:after {
    content: '';
    display: block;
    border-top: 3px solid #000;
    width: 59px;
    margin: 12px auto 0;
}


/** Section - Hero Unit
---------------------------------------------*/
section.events-hero-unit {
    background: #f6cd05 no-repeat center center;
    min-height: 400px;
    background-size: cover;
    text-align: center;
    padding: 0;
}
.events-hero-unit .section-inner {
    min-height: 400px;
}
.events-hero-unit h1 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 90px 0 10px;
}
.events-hero-unit h1 span {
    display: block;
    font-size: 50px;
}

/* Nav */
.nav-events {
    background: #000;
    padding: 14px 0;
}
.nav-events.scroll {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}
.nav-events .nav-inner {
    max-width: 1140px;
    margin: 0 auto;
}
.nav-events ul li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.nav-events ul li a {
    color: #fff;
}
.nav-events ul li a:hover,
.nav-events ul li.current-menu-item a {
    color: #f9b234;
}
.nav-events .menu-events-primary-container {
    float: left;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.nav-events .menu-events-secondary-container {
    float: right;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.nav-events .menu-events-primary-container li {
    margin: 0 25px;
}
.nav-events .menu-events-secondary-container li {
    margin: 0 10px;
}

/* Video Slider */
.events-hero-unit .video-slider-trigger {
    font-size: 50px;
}
.events-hero-unit #video-slider {
    display: none;
}
.video-slider-overlay-wrap #video-slider {
    width: 100% !important;
    min-width: 830px !important;
}
.video-slider-overlay-wrap #video-slider .slide {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
}
.video-slider-overlay-wrap #video-slider iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 100;
}
.video-slider-overlay-wrap #video-slider-nav img {
    width: 25%;
    padding: 10px 5px 0;
    opacity: 0.5;
    filter: alpha(opacity=80);
}
.video-slider-overlay-wrap #video-slider-nav .cycle-pager-active img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.video-slider-overlay-wrap #video-slider-nav {
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}
.video-slider-overlay-wrap .fancybox-skin {
    border-radius: 0;
    background: #000;
}
.events-hero-unit .video-slider-trigger {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.events-hero-unit .video-slider-trigger:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
i.icon-play-btn-lg {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    width: 72px;
    height: 72px;
    background-image: url('../images/icon-play-btn-lg.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: contain;
}
.nav-events-child {
    margin-top: -1px;
}
.nav-events-child .menu-events-primary-container {
    margin-left: 122px;
}


/** Section - General Content
---------------------------------------------*/
.page-template-page-events-php .general-content .section-title {
    margin-bottom: 30px;
}


/** Section - Upcoming Events
---------------------------------------------*/
.page-template-page-events-php .events {
    color: #fff;
    background: #000;
    text-align: center;
}
.page-template-page-events-php .events .section-title {
    color: #fff;
    margin-bottom: 60px;
}
.page-template-page-events-php .events .section-title:after {
    border-color: #fff;
}
.page-template-page-events-php .events h2 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.page-template-page-events-php .events h2 span {
    display: block;
    font-size: 35px;

}
.page-template-page-events-php .events p {
    display: none;
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.page-template-page-events-php .events p span {
    color: #fcd206;
}
.page-template-page-events-php .events a {
    color: #fcd206;
}
.page-template-page-events-php .events a:hover {
    color: #ff0000;
}

/* Event Items */
.page-template-page-events-php .events .event-item {
    /*width: 33%;*/
    position: relative;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    padding: 0 70px;
}
.page-template-page-events-php .events .event-item:after {
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
    content: '/';
    font-size: 110px;
    color: #252525;
    line-height: 1;
}
.page-template-page-events-php .events .event-item:last-child:after {
    display: none;
}
.page-template-page-events-php .events .event-item-em {
    width: 49%;
    padding: 0 0 100px;
    margin: 0;
}
.page-template-page-events-php .events .event-item-em:after {
    display: none;
}
.page-template-page-events-php .events .event-item-em h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 24px;
}
.page-template-page-events-php .events .event-item-em h2 span {
    font-size: 67px;
}
.page-template-page-events-php .events .event-item-em p {
    display: block;
}


/** Section - Speakers
---------------------------------------------*/
section.speakers {
    background: #f6f5f2;
    text-align: center;
    /*padding:*/
}
section.speakers .section-inner {
    padding: 0 40px;
}
section.speakers .intro {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    letter-spacing: 0.025em;
    padding: 5px 0 40px;
}
.speakers .speakers-slider {
    margin-bottom: 20px;
}
section.speakers .slide {
    width: 100%;
}
section.speakers .speaker-item {
    float: left;
    width: 25%;
    padding: 0 20px;
    margin-bottom: 60px;
}
section.speakers .speaker-item-inner {
    background: #fff;
    border: 1px solid #e5e5e5;
    min-height: 290px;
}
section.speakers .speaker-item .wp-post-image {
    max-width: 185px;
    margin-top: -20px;
}
section.speakers .speaker-item h2 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 5px 0 10px;
}
section.speakers .speaker-item p {
    font-size: 14px;
    color: #000;
    line-height: 18px;
    margin: 0;
    letter-spacing: 0.025em;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.speakers .cycle-pager {
    position: relative;
    top: -30px;
    z-index: 200;
    color: #888;
}
.speakers .cycle-pager span {
    margin: 0 2px;
}
.speakers .cycle-pager .fa-circle-o {
    display: none;
}
.speakers .cycle-pager .cycle-pager-active .fa-circle-o {
    display: inline;
}
.speakers .cycle-pager .cycle-pager-active .fa-circle {
    display: none;
}
.speakers .cycle-next,
.speakers .cycle-prev {
    position: absolute;
    display: block;
    top: 245px;
    font-size: 50px;
    padding: 10px;
    z-index: 300;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: opacity 150ms linear;
       -moz-transition: opacity 150ms linear;
        -ms-transition: opacity 150ms linear;
         -o-transition: opacity 150ms linear;
            transition: opacity 150ms linear;
}
.speakers .cycle-next:hover,
.speakers .cycle-prev:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.speakers .cycle-next {
    right: -40px;
}
.speakers .cycle-prev {
    left: -40px;
}


/** Section - Subscribe
---------------------------------------------*/
.page-template-page-events-php .subscribe {
    text-align: center;
}
.page-template-page-events-php .subscribe .gform_wrapper {
    margin: 0 auto;
    max-width: 100%;
    width: 60%;
}
.page-template-page-events-php .subscribe form {
    position: relative;
    /*width: 80%;*/
    text-align: center;
}
.page-template-page-events-php .subscribe form .gform_heading {
    width: 100%;
    margin-bottom: 40px;
}
.page-template-page-events-php .subscribe form .gform_description {
    font-size: 20px;
    color: #ca0b11;
}
.page-template-page-events-php .subscribe form label {
    position: absolute;
    top: 0;
    z-index: -10;
    text-indent: -100%;
    overflow: hidden;
}
.page-template-page-events-php .subscribe form .top_label input.medium {
    width: 100%;
    padding-right: 120px;
}
.page-template-page-events-php .subscribe form  .gform_footer {
    position: absolute;
    top: 76px;
    right: 4px;
    padding: 0;
    margin: 0;
    clear: none;
}
.page-template-page-events-php .subscribe .gform_wrapper .gform_ajax_spinner {
    display: none;
}
.page-template-page-events-php .subscribe .validation_error {
    display: none;
}
.page-template-page-events-php .subscribe .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    text-align: left;
}
.page-template-page-events-php .subscribe .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0px;
}
.page-template-page-events-php .subscribe .gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    padding: 0px !important;
    border-top: none;
    border-bottom: none;
    width: 100%;
}
.page-template-page-events-php .subscribe .gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 100%;
}
.page-template-page-events-php .subscribe .gform_wrapper .ginput_container + .gfield_description.validation_message {
    margin-top: 0px;
}
.page-template-page-events-php .subscribe .gform_wrapper .validation_message {
    font-weight: 400;
}
.page-template-page-events-php .subscribe .gform_confirmation_message {
    text-align: center;
}
.page-template-page-events-php .subscribe .gform_confirmation_message h1 {
    font-size: 20px;
    font-weight: 500;
    color: #ca0b11;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
}
.page-template-page-events-php .subscribe .gform_confirmation_message p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    letter-spacing: 0.025em;
    margin: 0 0 24px;
}
.page-template-page-events-php .subscribe .gform_confirmation_message ul {
    margin-top: 15px;
}
.page-template-page-events-php .subscribe .gform_confirmation_message ul li:before {
    display: none;
}
.page-template-page-events-php .subscribe .gform_confirmation_message ul li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    padding: 0;
    margin: 0 3px;
}
.page-template-page-events-php .subscribe .gform_confirmation_message ul li a {
    display: block;
    background: #f6f5f2;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 10px 6px 5px;
    color: #aaaaab;
}
.page-template-page-events-php .subscribe .gform_confirmation_message ul li a:hover {
    background: #f9b234;
    border-color: #f9b234;
    color: #fff;
}
.page-template-page-events-php .subscribe .gform_confirmation_message ul li i.fa {
    font-size: 26px;
}


/** Section - Quote
---------------------------------------------*/
section.quote-photo-grid {
    background: #000 no-repeat center center;
    min-height: 726px;
    background-size: cover;
    padding: 0;
}
.quote-photo-grid .quote {
    width: 50%;
    background: #000;

}
.quote-photo-grid .quote .quote-inner {
    float: right;
    width: 570px;
    padding: 90px 80px 90px 0;
}
.quote-photo-grid .quote .quote-text {
    font-size: 25px;
    color: #fff;
    line-height: 1.35;
    letter-spacing: 0.025em;
    /*margin-bottom: 10px;*/
}
.quote-photo-grid .quote .quote-text p {
    margin-bottom: 16px;
}
.quote-photo-grid .quote .citation {
    font-size: 16px;
    color: #fbcd05;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin: 0;
}
.quote-photo-grid .quote .citation .affiliation {
    display: block;
}


/** Sections - Testimonials
---------------------------------------------*/
section.testimonials {
    background: #f6f5f2;
}
.testimonials-top {
    margin-bottom: 40px;
}
.testimonials-top .testimonial-item {
    float: left;
}
.testimonials-left {
    float: left;
    width: 20%;
}
.testimonials-right {
    float: right;
    width: 20%;
}
.testimonials-middle {
    width: 60%;
    margin: 0 auto;
}
.testimonial-item .testimonial-body {
    position: relative;
    background: #f6cd05;
    padding: 30px 15px 5px 30px;
}
.testimonial-item .testimonial-body:after {
    position: absolute;
    display: block;
    bottom: -17px;
    left: 60px;
    content: '\25BC';
    color: #f6cd05;
    font-size: 14px;
    -webkit-transform: scaleX( 2.25 );
    -ms-transform: scaleX( 2.25 );
    -o-transform: scaleX( 2.25 );
    transform: scaleX( 2.25 );
}
.testimonials-top .testimonial-item:first-child {
    width: 60%;
    padding: 0 15px 0 0;
}
.testimonials-top .testimonial-item:last-child {
    width: 40%;
    padding: 0 0 0 15px;
}
/*.testimonials-top .testimonial-item:last-child .testimonial-body {
    margin: 0 0 0 150px;
}
.testimonials-top .testimonial-item:last-child .testimonial-body:after {
    content: '\25C0';
    bottom: auto;
    top: 30px;
    left: -11px;
    -webkit-transform: scaleY( 2.25 );
    -ms-transform: scaleY( 2.25 );
    -o-transform: scaleY( 2.25 );
    transform: scaleY( 2.25 );
}
.testimonials-top .testimonial-item:last-child .affiliation {
    float: left;
}*/
.testimonials-left .testimonial-item {
    padding: 0 20px 0 0;
}
.testimonials-right .testimonial-item {
    padding: 0 0 0 20px;
}
.testimonials-middle {
    padding: 0 20px;
}
.testimonial-header.testimonial-header-top {
    display: none;
}
.testimonial-header {
    text-align: center;
    margin-bottom: 100px;
}
.testimonial-header p {
    font-size: 25px;
    color: #000;
    line-height: 1.4;
    letter-spacing: 0.025em;
}
.testimonial-item .name {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.testimonial-item .quote-text {
    font-size: 18px;
    color: #333;
    line-height: 1.4;
}
.testimonial-item .quote-text span {
    position: relative;
    font-size: 30px;
    font-weight: 300;
    line-height: 0;
    top: 8px;
}
.testimonial-item .quote-text .quotation-mark-open {
    margin-left: -12px;
    left: -2px;
}
.testimonial-item .affiliation {
    width: auto;
    max-height: 40px;
    margin-top: 20px;
}


/** Section - Logo Slider
---------------------------------------------*/
section.logo-slider {
    padding: 60px 0;
}
section.general-content + section.logo-slider {
    padding-top: 0;
}
/*section.logo-slider-1 {
    padding-top: 0;
}*/
.logo-slider h1 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.logo-slider ul {
    display: none;
    list-style: none;
    margin-left: -40px;
    margin-right: -40px;
    line-height: 62px;
    min-width: 100%;
}
.logo-slider ul li {
    float: left;
    max-width: 16.66666666%;
    padding: 0 40px;
}
.logo-slider .slide-initial {
    display: block;
}
.logo-slider ul li img {
    max-width: 100%;
    max-height: 62px;
    vertical-align: middle;
}



/*----------------------------------------------------------------------------*
 ## Page - Event
 *----------------------------------------------------------------------------*/

/** General
---------------------------------------------*/
.page-template-page-event-php .entry {
    padding-bottom: 30px;
}
.page-template-page-event-php .content .entry-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.page-template-page-event-php .content .entry-title:after {
    content: '';
    display: block;
    border-top: 3px solid #000;
    width: 59px;
    margin: 12px auto 0;
}
.page-template-page-event-php .entry-footer {
    border-top: 1px solid #e3e3e3;
    padding: 30px 40px 0;
    margin: 10px -40px 0 -40px;
}
.page-template-page-event-php .entry-footer .button {
    float: left;
}
.page-template-page-event-php .entry-footer .simple-social-icons {
    float: right;
}


/** Section - Hero Unit
---------------------------------------------*/
.page-template-page-event-php .events-hero-unit h1 {
    font-size: 72px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 0;
    padding: 90px 0 0;
}
.page-template-page-event-php .events-hero-unit h1 span {
    display: block;
    font-size: 25px;
}
.page-template-page-event-php .events-hero-unit p {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05em;
    /*line-height: 40px;*/
    text-transform: uppercase;
    /*padding: 90px 0 10px;*/
}


/** Section - Speakers
---------------------------------------------*/
.page-template-page-event-php .speakers {
    background: #fff;
    text-align: center;
    padding-top: 40px;
}
.page-template-page-event-php .speakers .section-inner {
    padding: 0;
}
.page-template-page-event-php .speakers .speaker-item {
    width: 33.33333333%;
    padding: 0 20px;
    margin-bottom: 60px;
}
.page-template-page-event-php .speakers h1 {
    margin-bottom: 25px;
}
.page-template-page-event-php .speakers .intro {
    font-size: 16px;
    letter-spacing: 0.025em;
    padding: 0;
    margin: 0 0 50px;
}


/** Section - Quote
---------------------------------------------*/
.page-template-page-event-php section.quote-photo-grid {
    position: relative;
    min-height: 438px;
}
.page-template-page-event-php .quote-photo-grid .quote {
    position: absolute;
    bottom: 0;
    right: 0;
}
.page-template-page-event-php .quote-photo-grid .quote .quote-inner {
    float: right;
    width: auto;
    padding: 40px 20px 40px 30px;
}
.page-template-page-event-php .quote-photo-grid .quote .quote-text {
    font-size: 16px;
}
.page-template-page-event-php .quote-photo-grid .quote .citation {
    font-size: 14px;
}



/*----------------------------------------------------------------------------*
 ## Sidebar
 *----------------------------------------------------------------------------*/
.sidebar {
    width: 360px;
}
.sidebar li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border: none;
 }
.sidebar li::before {
    position: absolute;
    left: 0px;
    top: 3px;
    content: "\203a";
    font-size: 12px;
    margin: 0 0;
}


/** Widget - Widget Spacer
---------------------------------------------*/
.widget-spacer {}
.widget-spacer .widget {
    background: #f6f5f2;
    padding: 6px;
    /*margin-left: -1px;*/
    margin-right: -1px;
    margin-top: -1px;
    border-top: 1px solid #e3e3e3;
}

.widget-spacer .widget-title {
    display: none;
}


/** Widget - RedHerring Featured Posts
---------------------------------------------*/
.sidebar .widget-spacer + .featured-content {
    padding-top: 20px;
}
.sidebar .featured-content {
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
}
.sidebar .featured-content .entry {
    border: none;
    margin-bottom: 0;
}
.sidebar .featured-content .entry-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
}
.sidebar .featured-content .entry-content p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
}
.sidebar .featured-content img {
    max-width: 125px;
    margin-right: 15px;
    margin-bottom: 20px;
    /*margin: 0 15px 0 0;*/
}


/** Widget - Top 100
---------------------------------------------*/
.sidebar .widget_top_100 {
    position: relative;
    background: #f5f0de;
}
.sidebar .widget_top_100 h3 {
    position: absolute;
    top: 0px;
    width: 55px;
    height: 125px;
    background: #ea1921 url('../images/widget-heading-top-100.png') no-repeat center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.sidebar .widget_top_100 .description {
    min-height: 105px;
    margin: 0 0 28px 75px;
}
.sidebar .widget_top_100 .description p {
    margin-bottom: 0;
    color: #000;
    line-height: 20px;
}
.sidebar .widget_top_100 .description p a {
    display: block;
    margin-top: 8px;
}
.sidebar .widget_top_100 .widget-title {
    border-bottom-color: #fff;
}
.sidebar .upcoming-events li {
    padding-left: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.sidebar .upcoming-events ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.sidebar .upcoming-events li:before {
    display: none;
}
.sidebar .upcoming-events h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.sidebar .upcoming-events .entry-content {
    margin-bottom: 0;
    font-size: 14px;
}


/** Widget - Twitter Timeline
---------------------------------------------*/
.widget_twitter_timeline iframe {
    width: 105% !important;
    max-width: 105% !important;
    margin-left: -8px;
    margin-right: -8px;
}
.widget_twitter_timeline .widget-title {
    position: relative;
}
.widget_twitter_timeline .widget-title i {
    position: absolute;
    left: 5px;
    top: 12px;
    color: #f9b234;
    font-size: 28px;
}


/** Widget - Subscribe
---------------------------------------------*/
.sidebar .gform_widget .gform_wrapper {
    margin: 0;
    max-width: 100%;
}
.sidebar .gform_widget .gform_wrapper li {
    margin: 0;
    padding: 0;
}
.sidebar .gform_widget label {
    position: absolute;
    top: 0;
    z-index: -10;
    text-indent: -100%;
    overflow: hidden;
}
.sidebar .gform_widget .gform_wrapper .top_label input.medium {
    width: 100%;
    padding-right: 120px;
}
.sidebar .gform_widget .gform_wrapper form {
    position: relative;
}
.sidebar .gform_widget .gform_wrapper  .gform_footer {
    position: absolute;
    top: 66px;
    right: 4px;
    padding: 0;
    margin: 0;
    clear: none;
}
.sidebar .gform_widget .gform_wrapper .gform_description {
    display: block;
    color: #000;
    line-height: 22px;
    letter-spacing: 0.025em;
    margin-left: 15px;
}
.sidebar .gform_widget .gform_wrapper .gform_ajax_spinner {
    display: none;
}
.sidebar .gform_widget .validation_error {
    display: none;
}
.sidebar .gform_widget .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}
.sidebar .gform_widget .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0px;
}
.sidebar .gform_widget .gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    padding: 0px !important;
    border-top: none;
    border-bottom: none;
    width: 100%;
}
.sidebar .gform_widget .gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 100%;
}
.sidebar .gform_widget .gform_wrapper .ginput_container + .gfield_description.validation_message {
    margin-top: 0px;
}
.sidebar .gform_widget .gform_wrapper .validation_message {
    font-weight: 400;
}
.sidebar .gform_widget .gform_confirmation_message {
    text-align: center;
}
.sidebar .gform_widget .gform_confirmation_message h1 {
    font-size: 18px;
    font-weight: 500;
    color: #ca0b11;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
}
.sidebar .gform_widget .gform_confirmation_message p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 28px;
    letter-spacing: 0.025em;
    margin: 0;
}
.sidebar .gform_widget .gform_confirmation_message ul {
    margin-top: 15px;
}
.sidebar .gform_widget .gform_confirmation_message ul li:before {
    display: none;
}
.sidebar .gform_widget .gform_confirmation_message ul li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    padding: 0;
    margin: 0 3px;
}
.sidebar .gform_widget .gform_confirmation_message ul li a {
    display: block;
    background: #f6f5f2;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 10px 6px 5px;
    color: #aaaaab;
}
.sidebar .gform_widget .gform_confirmation_message ul li a:hover {
    background: #f9b234;
    border-color: #f9b234;
    color: #fff;
}
.sidebar .gform_widget .gform_confirmation_message ul li i.fa {
    font-size: 26px;
}


/** Widget - CTA Buttons
---------------------------------------------*/
.cta-buttons .widget-title {
    display: none;

}
.cta-buttons .button {
    display: block;
    text-align: center;
    margin: 0 0 20px;
}
.cta-buttons .button:last-child {
    margin-bottom: 0;
}



/*----------------------------------------------------------------------------*
 ## Footer
 *----------------------------------------------------------------------------*/
.site-footer {
    background-color: transparent;
    border-top: none;
    color: #8e8e8e;
    font-size: 12px;
    padding: 0;
}
.footer-widgets {
    font-size: 12px;
    color: #8e8e8e;
    background-color: transparent;
    clear: both;
    padding: 0;
    text-transform: uppercase;
}
.footer-widgets a {
    font-weight: 600;
    color: #000;
    letter-spacing: 0.025em;
}
.footer-widgets-1, .footer-widgets-2 {
    width: 40%;
}
.footer-widgets-1 {
    text-align: left;
}
.footer-widgets-2 {
    float: right;
    text-align: right;
    margin: 0;
}
.site-footer .widget_nav_menu {
    margin-left: 20px;
}
.site-footer .widget_nav_menu ul li {
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    margin-right: 12px;
}



