/*
Theme Name: Ewebot - Child
Author: GT3themes
Author URI: http://gt3themes.com
Description: -
Version: 1.0
Template: ewebot
*/
@import url("../ewebot/style.css");

/*** TDP STYLES ***/
.talent_stats {}
.talent_stats li { color: #000; display: inline-block; padding: 0; margin: 0.3vh 1vw 0.3vh 0; font-size: 14px; }
.talent_stats li:last-child { margin-right: 0 }
.talent_stats li div { display: inline-block }
.talent_stats li .fab, .talent_stats li svg { font-size: 2.1rem; padding-right: 0.5rem; vertical-align: top; padding-top: 0.2rem; }
.talent_stats li.youtube .fab, .talent_stats li.youtube svg { padding-top: 0; }
.talent_stats li.instagram .fab, .talent_stats li.instagram svg { padding-top: 0.1rem; }
.talent_stats li h4 { display: inline-block; font-size: 15px; font-weight: bold; padding: 0; margin: 0; line-height: 0; }
.talent_stats li span { color: #000; padding: 0; display: inline-block; font-size: 10px; font-weight: bold; }

@media only screen and (max-width: 600px) {
	.talent_stats li {
			padding: 0 2.5vw 1vh 0;
			margin: 0;
			width: 50%;
		}
	.talent_stats li .fab, .talent_stats li svg {
		font-size: 1.1rem; padding-top: 0.2rem; vertical-align: top;
	}
	
	.talent_stats li.youtube .fab, .talent_stats li.youtube svg,
	.talent_stats li.instagram .fab, .talent_stats li.instagram svg {
		padding-top: 0.1rem !important;
	}
}



.talent_stats .twitch { color: #6441A4 }
.talent_stats .instagram { color: #CC7F15 }
.talent_stats .youtube { color: #CC0000 }
.talent_stats .tiktok { color: #555555 }

.global_counters { text-align: center; }
.global_counters .twitch { color: #6441A4 }
.global_counters .instagram { color: #CC7F15 }
.global_counters .youtube { color: #CC0000 }
.global_counters .tiktok { color: #555555 }
.global_counters div { display: inline-block; text-align: left }
.global_counters .fab, .global_counters svg { vertical-align: top;	margin-right: 0.25rem; font-size: 3.9rem; }
.global_counters h4 { padding: 0; display: inline-block; font-size: 1.9rem; font-weight: bold; }
.global_counters span { display: inline-block; line-height: 1; vertical-align: top; font-size: 1.3rem }
