.yy-share-container {
overflow: hidden;
}
.yy-share-links {
overflow: hidden;
margin: 0 -3px
}
.yy-share-links a {
--share-background: transparent;
--share-hover: transparent;
width: 32px;
height: 32px;
display: inline-block;
margin: 0 3px;
opacity: 0.8;
overflow: hidden;
text-indent: -999px;
border-radius: 3px;
border: 0;
transition: .2s !important;
background-image: url(//www.job-flow.nl/wp-content/plugins/yellow-yard/images/share_sprite_01.png);
background-repeat: no-repeat;
background-position: top left;
background-color: var(--share-background);
}
.yy-share-links[data-style="white"] a { opacity: 1; background-image: url(//www.job-flow.nl/wp-content/plugins/yellow-yard/images/share_sprite_02.png)}
.yy-share-links[data-style="black"] a { opacity: 1; background-image: url(//www.job-flow.nl/wp-content/plugins/yellow-yard/images/share_sprite_03.png)}
.yy-share-links[data-style="color"] a { opacity: 1; background-image: url(//www.job-flow.nl/wp-content/plugins/yellow-yard/images/share_sprite_04.png)}
.yy-share-links a:hover {
opacity: 1;
border: 0;
text-decoration: none;
background-color: var(--share-hover);
}
.yy-share-links a:hover { background-image: url(//www.job-flow.nl/wp-content/plugins/yellow-yard/images/share_sprite_01.png)}
.yy-share-links[data-hover="white"] a:hover { background-image: url(//www.job-flow.nl/wp-content/plugins/yellow-yard/images/share_sprite_02.png)}
.yy-share-links[data-hover="black"] a:hover { background-image: url(//www.job-flow.nl/wp-content/plugins/yellow-yard/images/share_sprite_03.png)}
.yy-share-links[data-hover="color"] a:hover { background-image: url(//www.job-flow.nl/wp-content/plugins/yellow-yard/images/share_sprite_04.png)}
.yy-share-links a.yy-share-whatsapp { background-position:  0 0; }
.yy-share-links a.yy-share-facebook { background-position: -32px 0; } 
.yy-share-links a.yy-share-linkedin { background-position: -64px 0; } 
.yy-share-links a.yy-share-mail { background-position: -96px 0; } 
.yy-share-links a.yy-share-twitter { background-position: -128px 0; } 
.yy-share-links a.yy-share-url { background-position: -160px 0; } 
.yy-share-links a.yy-share-copied { background-position: -192px 0; opacity: 1; pointer-events: none; }
#jobApplication {
border: 0;
}
.yy_btn {
display: inline-block;
padding: 8px 12px;
border-radius: 3px;
color: #fff;
text-decoration: none;
background: #867AA8;
margin: 0 5px 5px 0;
box-shadow: none;
}
.yy_btn:hover {
color: #fff;
background: #3F2B66;
box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.yy_search_title {
font-size: 1.3em;
}
.yy_search_form input:not([type='checkbox']),
.yy_search_form select {
margin: 0 0 12px;
width: 100%;
max-width: 100%;
}