/*
Theme Name: Athlete Child
Theme URI: http://inwavethemes.com/wordpress/athlete
Author: inwavethemes
Author URI: http://inwavethemes.com
Template: athlete
Description: Description
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inwavethemes
Tags: Black
*/

@import url("../athlete/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.page-heading {
    background:url("images/anna-gasser-headline.jpg") no-repeat top rgba(0, 0, 0, 0);
	margin-top: 100px;
    background-size:100%;
    /*height:194px;*/
}

.header-container .logo img {
	margin: 0;
	padding: 10px;
	background-color:#ED535D;
}

nav.mainnav li.facebook a {
	background-image: url(images/facebook_icon_bundle.png);
}
nav.mainnav li.facebook a:hover {
	background-position: 0px -35px;
}

nav.mainnav li.instagram a{
	background-image: url(images/instagram_icon_bundle.png);
}
nav.mainnav li.instagram a:hover{
	background-position: 0px -35px;
}

nav.mainnav li.instagram a, nav.mainnav li.facebook a {
	border-bottom: 0 !important;
}

nav.mainnav li.instagram a, nav.mainnav li.facebook a {
	font-size: 0;
	background-repeat: no-repeat;
	line-height: 35px;
	width: 35px;
	margin-top: 25px;
}

nav.mainnav li.redbull a {
	font-size: 0;
	display: block; height: 33px; width: 33px; background: url(https://athletewidget.redbull.com/images/buttonIcons/rb_icon_circle.png) no-repeat top left;
}

.history-skill li {
	cursor: auto;
}

.history-skill li:hover {
	color: inherit !important;
}

a:link, a:visited {
	color: #ED535D;
}

@media (max-width: 456px) {

	#open-button {
		top: 13px;
	}
}

#copyright:hover a#top:link, #copyright:hover a#top:visited {
	color: #fff;
}

.home .page-heading {
	display: none;
}