/*Social Media share buttons */

.socialmedia-buttons-box {
position:relative;
width:100%;
height:auto;
margin:0 0 0 0;
clear:both;
}
.socialmedia-buttons {
width:1280px;
height:auto;
margin:0.8em auto 0 auto;
padding:0 0 1em 0.8%;
text-align:left;
clear:both;
}
/* Mobiel */
@media only screen and (max-device-width: 736px) {
	.socialmedia-buttons {
	width:auto;
	text-align:left;
	}
}
/* iPad landscape */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
	.socialmedia-buttons { width:1000px; }
}

.socialmedia-buttons .sm-button {
width:2%;
height:auto;
margin:0 0 0 8px;
border-radius:2px 2px;
opacity:1;
}
.socialmedia-buttons .sm-button:hover {
opacity:1;
transition: all .5s ease 0s;
-webkit-transition: all .5s ease 0s;
-moz-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
-ms-transition: all .5s ease 0s;
}
/* Mobiel [portrait] */
@media only screen and (max-device-width: 736px) and (orientation: portrait) {
	.socialmedia-buttons .sm-button {
	width:7%;
	}
}
.socialmedia-buttons .whatsapp {
display:none;
}
/* Mobiel */
@media only screen and (max-device-width: 736px) {
	.socialmedia-buttons .whatsapp { display:inline; }
}