/*
Theme Name:     fc
Description:    Tema para o PALMELENSE Futebol Clube - Adaptado por femo
Author:         Fernando Morais
Template:       colormag

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

#site-title a {
	color: #dd3333;
	font-size: 70px;
	text-transform: uppercase;
	font-weight: 900;

}

#site-description {
font-size: 55px !important; 
color: #dd3333 !important;
padding-top: 14px;
}

#header-right-section .widget .widget-title {
font-size: 14px !important;
}

#header-right-section .widget .widget-title h3{
font-size: 14px !important;
}

.advertisement_728x90 img {
	margin-bottom: 0;
	/* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); */
	box-shadow: none;
	padding: 10px;
	display: block;
	margin: 0 auto;
}

.bx-viewport {
	height: 350px !important;
}



/* COUNTDOWN */
.tg-footer-main-widget {
width: 25%;
}

.tg-footer-other-widgets {
width: 70%;
}

.tg-second-footer-widget {
width: 55%;
}

.tg-third-footer-widget {
width: 5%;
}

.sp-countdown-wrapper .event-name {
	font-size: 12px;
}

.sp-countdown-wrapper .team-logo {
	width: 10%;
}

.sp-countdown-wrapper .event-league {
	display: none;
}

.sp-template-countdown .event-name,
.sp-template-countdown .event-venue,
.sp-template-countdown .event-league,
.sp-template-countdown time span small,
.sp-template-event-blocks .event-title {
	font-family: "Lato", sans-serif;
	text-transform: none;
}

.sp-template-countdown .event-name {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	padding: 0.635em 15px;
	color: #222;
    text-align: center;
}

.sp-template-countdown .event-name a {
	color: #222;
}

.sp-template-countdown .event-name,
.sp-template-countdown .event-venue,
.sp-template-countdown .event-league {
	background: #f4f4f4;
	border: 1px solid #e0e0e0;
}

.sp-template-countdown .event-venue,
.sp-template-countdown .event-league {
	border-top: none;
}

.sp-template-countdown .event-venue,
.sp-template-countdown .event-league {
	font-weight: normal;
}

.sp-template-countdown time span {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #f4f4f4;
}

.sp-template-countdown time span:first-child {
	border-left: 1px solid #e0e0e0;
}

.sp-template-countdown h5 {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	padding: 0.635em 15px;
	border: 1px solid transparent;
	border-top: none;
	margin: 0;
}

.sp-template-countdown {
	width: 100%;
	overflow: auto;
    zoom: 1;
}

.sp-template-countdown .sp-countdown {
	margin: 0;
}

.sp-template-countdown time span {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	padding: 14px 0;
	line-height: 1.25;
	font-size: 24px;
}

.sp-template-countdown time span small {
	display: block;
	clear: both;
	font-size: 14px;
}
/* Fim COUNTDOWN */


/* Players */
.sp-player-number {
	padding: 0 0.475em;
    background-color: #dd3333;
    color: white;
}

.sp-player-details > dt {
    width: 40%;
    margin: 0 0 1em;
    float: left;
    clear: left;
    font-weight: bold;    
}

.sp-player-details > dd {
    overflow: hidden;
    margin: 0 0 1em 45%;
}

.sp-template-details dl {
    background: #f4f4f4;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 1em 15px 0;
    margin-bottom: 1.25em;
}
.sp-player-photo {
    background: #f4f4f4;
    border: 1px solid #e0e0e0;
    font-size: 14px;
}
/* Fim players */

/* Tabela estatística de jogador */
.sp-table-caption {
    color: #fff;
    background: #2b353e;
    border-top: 8px solid #058f3c;
    padding: 0.625em 15px;
}
.sp-scrollable-table-wrapper {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}
.sp-template table:last-child {
    margin-bottom: 0;
}
.sp-data-table {
    width: 100%;
    table-layout: auto;
    border-spacing: 0;
}

/* Patrocinador */
.tipo-patrocinador-amigos {
	display: inline-block;
}

/* Números na lista de jogadores */
.sp-template-gallery .gallery-caption strong {
	color: #fff !important;

/* 	background: #00a69c !important; */
 	background: #dd3333 !important; 

	display: block !important;
	font-weight: 400 !important;
	font-size: 13px !important;
	line-height: 1.5 !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	padding: 5px 10px !important;
}

/* Equipa tecnica */

.widget_sportspress-staff > h3 {
	font-size: 14px !important;
}

/* página de equipa */
.sp-section-content.sp-section-content-logo {
	display: none;
}

.fm-sp-staff {
	width: 30% !important;

}

.fm-sp-staff > h6 {
	height: 2em;
}


/* media queries */


@media screen and (max-width: 420px) {

#site-title a {
	color: #dd3333 !important;
	font-size: 24px !important;
	text-transform: uppercase;
	font-weight: 900;

}

#site-description {
font-size: 24px !important; 
color: #dd3333 !important;
padding-top: 14px;
}

}