/*
Theme Name: Yobo Advertising for LWOS
Theme URI: https://yobo.dev
Author: John J. Donna II @ Yobo, Inc.
Author URI: https://yobo.dev/john
Description: Advertising theme custom developed for LWOS
Version: 7.0
License: Proprietary
Text Domain: sportswar-core
*/

.lwos-share {
	height: 30px; 
	padding-left: 0;
	margin-top:  10px;
}

.lwos-share li,
.lwos-share a {
	display: inline-block; 
}
			  
.lwos-share li {
	margin-left: 10px; 
}

.lwos-share li[data-platform] {
	display: none; 
}

.lwos-share li:first-of-type {
	margin-left: 0; 
}

.lwos-share .lwos-email {
	background: #CE3833 url("https://lastwordonsports.com/soccer/wp-content/themes/yobo-advertising-theme/assets/images/icon-email.svg") center center/20px no-repeat; 
}
			  
.lwos-share .lwos-flipboard {
	background: #E12828 url("https://lastwordonsports.com/soccer/wp-content/themes/yobo-advertising-theme/assets/images/logo-flip.svg") center center/20px no-repeat; 
}

.lwos-share .lwos-facebook {
	background: #3b5998 url("https://lastwordonsports.com/soccer/wp-content/themes/yobo-advertising-theme/assets/images/logo-facebook.svg") center center/20px no-repeat; 
}

.lwos-share .lwos-linkedin {
	background: #0077B5 url("https://lastwordonsports.com/soccer/wp-content/themes/yobo-advertising-theme/assets/images/logo-linkedin.svg") center center/20px no-repeat; 
}

.lwos-share .lwos-messenger {
	background: #0084FF url("https://lastwordonsports.com/soccer/wp-content/themes/yobo-advertising-theme/assets/images/logo-messenger.svg") center center/20px no-repeat; 
}

.lwos-share .lwos-twitter {
	background: #00ACED url("https://lastwordonsports.com/soccer/wp-content/themes/yobo-advertising-theme/assets/images/logo-twitter.svg") center center/20px no-repeat; 
}

.lwos-share .lwos-whatsapp {
	background: #25D366 url("https://lastwordonsports.com/soccer/wp-content/themes/yobo-advertising-theme/assets/images/logo-whatsapp.svg") center center/20px no-repeat; 
}

.lwos-share a {
	display: block;
	height: 30px;
	outline: none;
	overflow: hidden;
	text-align: left;
	text-indent: -10000px;
	width: 30px; 
}

@media (min-width: 480px) {
	.lwos-share li[data-platform="web"] {
		display: inline-block; 
	} 
}

@media (max-width: 479px) {
	.lwos-share li[data-platform="mobile"] {
		display: inline-block; 
	}
}