@charset "utf-8";
/************************************************************************************
Author 			Zoso
Author url 		zoso.nl
Copyright 2012-2017 - All Rights Reserved
*************************************************************************************
0.0		General Website Style
1.0		Header
2.0		Main
3.0		Footer
4.0		Content Styles
5.0 	Elementen

*************************************************************************************/
/* Responsive variable */
/************************************************************************************/
/*									0.0 GENERAL										*/
/************************************************************************************/
#social_share_buttons .social_share_buttons_label {
  font-size: 11px;
}
#social_share_buttons a {
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
  margin: 0 2px 5px 0px;
  overflow: hidden;
  text-transform: none;
  transition: all 0.2s ease-in-out;
  border: 0;
  line-height: 20px;
  height: 30px;
}
@media (max-width: 767px) {
  #social_share_buttons a {
    margin: 0 5px 10px 0px;
  }
}
#social_share_buttons a#social_share_facebook {
  background-color: #3b5998;
}
#social_share_buttons a#social_share_twitter {
  background-color: #55acee;
}
#social_share_buttons a#social_share_linkedin {
  background-color: #007bb5;
}
#social_share_buttons a .social_share_label {
  font-family: helvetica neue, helvetica, arial, sans-serif;
  line-height: 20px;
  font-size: 10.5px;
  padding: 0 10px 0 0;
}
@media (max-width: 767px) {
  #social_share_buttons a .social_share_label {
    display: none;
  }
}
#social_share_buttons a .social_share_icon_container {
  font-size: 14px;
  height: 20px;
  width: 20px;
  display: inline-block;
}
#social_share_buttons a:hover {
  transform: translateY(-4px);
  color: #ffffff;
}
