/* Speaker List */
.speaker-title p {
  display: block !important;
  position: relative;
}

.speaker-company {
    font-size: 15px !important;
}

.speaker-position {
    font-size: 13px !important;
}

.speaker-grid .vc_gitem-animated-block:hover:before {
  opacity: 0;
}

.social-icons-list-speaker li a {
  background: transparent none repeat scroll 0 0;
	color: #45484a;
  height: 50px;
	font-size: 20px !important;
  line-height: 25px;
  margin-right: 5px;
  top: -3px;
  width: 35px;
}

.social-icons-list-speaker {
 	display: flex;
  justify-content: flex-start !important;
	padding-left: 0px !important;
}

.social-icons-list-speaker ul {
  display: flex;
  list-style: none;
  padding-left: 0px;
}


.social-icons-list-speaker li {
	list-style: none;
	  margin: 0 10px 0 0 !important;
}

.social-icons-list-speaker li a:hover:before {
  color: #ffc74f;
  opacity: 1;
}

.social-icons-list-speaker li a:before {
  font-family: FontAwesome;
  top: 0;
  position: absolute;
  color: #1d1d1b;
  opacity: 0.7;
  transition: all 0.6s ease 0s;
}

.speaker-category {
   pointer-events: none;

}

.speaker-category .vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:nth-child(n+2), .vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:nth-child(n+2), .vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item:nth-child(n+2) {
    margin-left: 2px;
    margin-top: 2px;
}