/*
Theme Name:	 White Sharks
Description:	Hueman child theme for White Sharks
Author:		 Webdados
Template:	   hueman311

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

/* Body - Background */
body {
	background-image: url('/wp-content/uploads/2015/03/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}
@media only screen and (max-width: 960px) {
	/*body {
		background-image: none !important;
	}*/
	#page {
		padding-bottom: 100px !important;
	}
}
@media only screen and (min-width: 960px) {
	#page {
		padding-bottom: 150px;
	}
}

/* Básico */
strong, b {
	font-weight: bold;
}

/* Header */
#header {
	background: none;
}
#header .pad {
	padding-top: 20px;
	padding-bottom: 20px;
}
h1.site-title,
p.site-title { /* Logotipo ao centro */
	float: none;
}

/* Menu topo */
#nav-header .nav li a {
	color: #fff;
	color: rgba(255,255,255,0.8);
}
@media only screen and (max-width: 719px) {
	/* level 1 */
	#nav-header .nav li > a:hover { background: rgba(0,0,0,0.15); color: #fff; }
	#nav-header .nav li.current_page_item > a, 
	#nav-header .nav li.current-menu-item > a,
	#nav-header .nav li.current-post-parent > a { background: rgba(0,62,121,0.5); color: #fff; }
	
}
@media only screen and (min-width: 720px) {
	/* level 1 */
	#nav-header .nav > li { border-right: none; }
	#nav-header .nav > li > a:hover, 
	#nav-header .nav > li:hover > a { background: rgba(0,0,0,0.1); }
	#nav-header .nav li > a:hover, 
	#nav-header .nav li:hover > a, 
	#nav-header .nav li.current_page_item > a, 
	#nav-header .nav li.current-menu-item > a,
	#nav-header .nav li.current-menu-ancestor > a,
	#nav-header .nav li.current-post-parent > a { background: rgba(0,62,121,0.5); color: #fff; }
	/* level 2 & 3 */
	#nav-header .nav ul { background: #33363b url(images/opacity-10.png) repeat; }
	#nav-header .nav ul li { box-shadow: 0 1px 0 rgba(255,255,255,0.06); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
	#nav-header .nav ul li:last-child { box-shadow: none; -webkit-box-shadow: none; }
}

/* Parceiros */
#parceiros p {
	text-align: center;
}
#parceiros p img {
	max-width: 250px;
	max-height: 125px;
}

/* Share */
/*#pinterest {
	display: none;
}*/

/* Post */
/*.image-container.featured-image {
	padding-right: 100px;
}
@media only screen and (max-width: 719px) {
	.image-container.featured-image {
		padding-right: 0px;
	}
}*/
.image-container.featured-image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 500px;
	margin: auto;
}

/* Gallery */
.gallery.format-gallery .post-format .flexslider .slides img {
	max-height: 600px
}

.gallery-columns-9999 .gallery-item {
	width: auto !important;
	margin: 5px;
}

/* Gallery thumbs */
.gallery-size-thumbnail .gallery-item {
	display: block;
	float: left;
	width: 150px !important;
	height: 150px !important;
	margin: 5px !important;
	margin-bottom: 10px !important;
}
.entry .gallery.gallery-size-thumbnail .gallery-item img {
	width: 150px !important;
	height: 150px !important;
	border: 0px !important;
}

/* Widget eventos */
table.em-calendar {
	width: 90%;
	margin: auto;
}
/* Mapa eventos */
/*.em-location-map, .em-locations-map {
	width: 100% !important;
	height: 400px !important;
}*/

/* Logotipos */
body.page-id-31 .gallery img {
	max-height: 110px;
	width: auto;
	margin: auto;
}

/* Competições */
.competicao-logotipo {
	max-height: 150px;
	width: auto;
}
.competicao-jogos-data {
	font-size: 85%;
}
.competicao-jogos-vencedor {
	font-weight: 400;
	color: #444;
}
.competicao-jogos-pontos {
	font-size: 125%;
}

/* Listagem de notícias, sem imagem de destaque e com uma pequena linha separadota, apenas em mobile */
@media only screen and (max-width: 719px) {
	.post-row .post .post-thumbnail img {
		display: none;
	}
	.post-row .post .post-thumbnail img.wp-post-image {
		display: block;
	}
	.post-row .post {
		margin-bottom: 20px; /* partir os 40px em dois para a linha ficar centrada */
		padding-bottom: 20px;
		border-bottom: 1px solid #eee;
	}
}

/* Esconder tags */
p.post-tags {
	display: none;
}

/* Share */
#mf-share-buts {
	border-top: 1px solid #eee;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	clear: both;
}
#mf-share-buts ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1em;
}
#mf-share-buts ul li {
	display: inline-block;
	line-height: 1em;
	margin: 0 4px;
	padding: 0;
}
#mf-share-buts  ul li a {
	opacity: 0.8;
}
#mf-share-buts  ul li a:hover {
	opacity: 1;
}
#mf-share-buts  ul li a.mf-share-buts-facebook {
	color: #3b5b95;
}
#mf-share-buts  ul li a.mf-share-buts-twitter {
	color: #40abdf;
}
#mf-share-buts  ul li a.mf-share-buts-google-plus {
	color: #ee5355;
}
#mf-share-buts  ul li a.mf-share-buts-envelope {
	color: #ccc;
}