/* Fixes Simple Social Buttons On Home Page Slider */
.home .ssb-share {
  display: none!important;
}
/* Hide Pinterest, Reddit, and Email Buttons */
.ssb-share.bodyname a.pinterest {
  display: none!important;
}
.ssb-share.bodyname a.reddit {
  display: none!important;
}
.ssb-share.bodyname a.email {
  display: none!important;
}
/* Places Facebook Like Button on the Left */
.fb_iframe_widget {
  bottom: 66px;
}
/* Places Twitter Follow Button on the Right */
.twitter-follow-button {
  position: relative;
  left: 100px;
}
/* Hide the Like Button Dropdown */
.fb_iframe_widget span{
    overflow: hidden !important;
}

.bvca-bottom {
  padding:0;
  border:inherit;
}

.bvca-bottom > li {
  list-style: none!important;
  margin: 0!important;
  padding: 0!important;
}

/* Fixes Custom Contact Form fonts */
.customer-event-form-private .gform_wrapper h2.gsection_title {
    font-weight: normal;
    font-size: 22px;
}

.customer-event-form-private .gform_wrapper .top_label .gfield_label {
    font-size: 13px;
}

/* Fixes Facebook Video */
.fb_iframe_widget, .fb-video {
  display: inherit!important;
  position: inherit!important;
}

/* Fixes font loading incorrect in Chrome */
html,
button,
input,
select,
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6, .section .widget .widget-title {
	font-family: Oswald, Tahoma, Arial, Helvetica, sans-serif;
}
#wpmem_reg, #wpmem_login, #wpmem_reg legend, #wpmem_login legend {
	font-family: Oswald, Tahoma, Arial, Helvetica, sans-serif !important;
}

/* Fixes slider font loading incorrect in Chrome */
.home-slider .slider  .content h2 {
	font-family: Ubuntu, Arial, Helvetica, sans-serif;
}
.home-slider .slider  .content h2 strong {
	font-family: Oswald, Ubuntu, Arial, Helvetica, sans-serif;
}