/*
Theme Name: Aden Child
Template: aden
Theme URI: http://themeforest.net/item/aden-responsive-blog-theme/14157509
Author: Infinity-Themes
Author URI: http://themeforest.net/user/infinity-themes
Description: Simple, Fast & Creative Blog
Version: 2.8
License: See in Zip Package
License URI: See in Zip Package
Tags: left-sidebar, right-sidebar, post-formats, theme-options, translation-ready
Text Domain: aden
*/



/**
 * ----------------------------------------------------------------------------------------
 * Theme customization Starts Here
 * ----------------------------------------------------------------------------------------
 */

.nominate-btn{
	background-color: #1E90FF !important;
}

.display-none{
	display: none !important;
}

.team-name{
	text-transform: uppercase;
}

.team-position{
	
}

.team-email{
	
}


@media only screen and (min-width: 1080px){
	
	.team-name{
		font-size: 30px;
		text-align: left !important;
	}

	.team-position{
		font-size: 24px;

	}

	.team-email{
		font-size: 20px;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 1080px){
	
	.team-name{
		font-size: 28px !important;
		text-align: left !important;
	}

	.team-position{
		font-size: 22px;

	}

	.team-email{
		font-size: 18px;
	}
	
}

@media only screen and (max-width: 768px){
	.team-name{
		font-size: 26px !important;
		text-align: center !important;
	}

	.team-position{
		font-size: 22px;
		text-align: center !important;
	}

	.team-email{
		font-size: 18px;
		text-align: center !important;
	}
}

