/*
Theme Name:     World Football Scouting theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    This child theme is made by Andrea De Panfilis based on Newspaper theme
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
	This file will load automatically when the child theme is active. You can use it
	for custom CSS.
*/

/* Header logo */
.extra_logo {
	background: url('images/wfs-logo.jpg') no-repeat center center;
}

/* CPT Player Cards custom styles */
ul.main-player-card {
	border: 1px solid lightgray;
	padding: 20px;
}
ul.main-player-card,
ul.main-player-card ul {
	list-style-type: none;
}
ul.main-player-card li,
ul.main-player-card li ul li {
	margin-left: 0;
}
.card-attribute .label {
	font-weight: bold;
}
.card-attribute .primary-role {
	color: red;
}

/* Star rating via SVG */
.inline-rating-wrapper {
	vertical-align: text-bottom;
	display: inline-block;
	margin: 0 0 0 8px;
}
.star-rating {
	display: flex;
}
.star-rating svg {
	width: 18px;
	height: 18px;
	color: #ff9900;
}
.star-rating svg:not(:last-child) {
	margin-right: 3px;
}