/*
 Theme Name:   Parallax Child
 Template:     parallax
*/


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

/* Overrides */

.cc-credit-text {
	font-size: 10px;
}

.choix li { padding: 8px 0px 0px 0px;}
.choix ol { list-style-position: outside;}

/* Additions */

/** Columns **/
.choix_col_1_of_2, .choix_col_2_of_2 {
	width: 50%;
	float: left;
}

.choix_col_1_of_1 {
	width: 100%;
	margin-bottom: 1%;
}

.choix_col_1_of_3 , .choix_col_2_of_3, .choix_col_3_of_3 {
	width: 31%;
	float: left;
	margin: 0% 2% 2% 0%;
}

/** Low resolution **/
@media (max-width: 1218px) {
	.choix_col_1_of_3, .choix_col_2_of_3, .choix_col_3_of_3  {
		width: 45%;
	}
}

/** Mobile columns **/
@media (max-width: 40em) {
	.choix_col_1_of_3, .choix_col_2_of_3, .choix_col_3_of_3  {
		width: 100%;
		margin: 0% 0% 0% 0%;
	}
}

/** Reusable **/

.choix_header_title {
	font-weight: bold;
}

.choix_link {
	text-decoration:underline;
	cursor: pointer;
}

.choix_anchor_link {
	color: #555555;
	margin: 0;
}

.choix_link_hint:link {
    color: #555555;
    text-decoration: none;
}

.choix_link_hint:visited {
    color: #555555;
}

.choix_link_hint:hover {
    color: #ac1516;
    cursor: pointer;
}

.choix_loading {
    background-image: url(../../../../../../images/loading.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
	padding-left: 20px;
	margin-left: 5%;
}

.choix_mobile_visible { display: none; } /* What you want to display for mobile devices */
@media (max-width: 520px) {
	.choix_hideable { display: none;} /* What you want to hide for mobile devices */
}

@media (max-width: 990px) {
	.choix_low_res_hideable  { display: none;} /* What you want to hide for low res */
}

.choix_center {
	text-align: center;
}

.choix_pad_top {
	padding-top: 3em;
}

.choix_block {
	border: 2px solid #b2b2b2;
	margin: 0px 0px 20px 0px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
}
.choix_header {
	background: #e7e7e7;
	padding: .5em .5em;
}

.choix_highlight {
	font-size: 1.4em;
	font-weight: bold;
}

.choix_footer {
	padding: .1em .5em;
	background: #e7e7e7;
}
.choix_clear {clear: both;}
.choix_row {
    border-bottom: 2px solid #e7e7e7;
	padding: .3em .3em .4em .6em;
}

.choix_contact_emphasis {
	font-size: 1.9em
}

.choix_centered {
    text-align: center;
}

/** Schedule page **/

#choix_schedule .choix_row {
	padding: .3em .3em .4em 3em;
}

#choix_schedule .choix_row:nth-last-child(1) {
	border: 0px;
}

.choix_schedule_time {width: 22%; float: left;}
.choix_schedule_team {width: 25%; float: left;}
.choix_schedule_score {width: 12%; float: left;}
.choix_schedule_game_type {width: 16%; float: left;}

/** Schedule mobile **/
@media (max-width: 30em) {
	.choix_schedule_time, .choix_schedule_team, .choix_schedule_score, .choix_schedule_game_type {
		width: 100%;
		border-bottom: 2px solid #e7e7e7;
	}
	
	.choix_schedule_time, .choix_schedule_game_type {
		background: #e7e7e7;
	}
	
	#choix_schedule .choix_row {
		padding: .3em 1em .4em 1em;
	}
}

/** Stats page **/

#choix_stats_season_name {
	text-align: right;
	margin-right: 3%;
	font-size: 1.6em;
	line-height: 1em;
}

.choix_stats_col_1 {width: 60%; float: left;}
#choix_stats_players_block .choix_name {width: 29%; float: left; margin-right: 1%}
#choix_stats_players_block .choix_stat-3 {width: 5.3%; float: left;  margin-right: 1%}
#choix_stats_players_block .choix_stat-4 {width: 7%; float: left;  margin-right: 1%}
#choix_stats_players_block .choix_team_name {width: 18%; float: left;  margin-right: 1%}

.choix_stats_col_2 {width: 38%; float: left; margin-left:2%}
#choix_stats_teams_block { font-size: 13px; }
#choix_stats_teams_block .choix_rank {width: 5%; float: left;  margin-right: 1%}
#choix_stats_teams_block .choix_stat-2 {width: 7%; float: left;  margin-right: 1%}
#choix_stats_teams_block .choix_stat-3 {width: 9%; float: left;  margin-right: 1%}
#choix_stats_teams_block .choix_stat-4 {width: 10%; float: left;  margin-right: 1%}
#choix_stats_teams_block .choix_team_name {width: 30%; float: left;  margin-right: 1%}

#choix_stats_goalies_block { font-size: 13px; }
#choix_stats_goalies_block .choix_name {width: 35%; float: left;  margin-right: 2%}
#choix_stats_goalies_block .choix_team_name {width: 14%; float: left;  margin-right: 1%}
#choix_stats_goalies_block .choix_stat-2  {width: 5%; float: left;  margin-right: 1%}
#choix_stats_goalies_block .choix_stat-3  {width: 8%; float: left;  margin-right: 1%}
#choix_stats_goalies_block .choix_stat-5 {width: 13%; float: left;  margin-right: 1%}

#choix_stats_links {
	text-align: center;
	font-size: large;
}

/** Stats, low res **/
@media (max-width: 1190px) {
	.choix_stats_col_1 { width: 100%; clear: both;}
	.choix_stats_col_2 { width: 100%; clear: both;  margin-left:0%}
}

/** Stats, mobile **/
@media (max-width: 520px) {
	.choix_mobile_visible { display: block; padding-bottom: 2%; }
	
	#choix_stats_season_name { text-align: center; margin: 3%; }

    .choix_highlight {
        font-size: 1.2em;
    }

	#choix_stats_players_block .choix_name {width: 34%;}
	#choix_stats_players_block .choix_stat-3 {width: 10%;}
	#choix_stats_players_block .choix_stat-4 {width: 10%;}
    #choix_stats_players_block .choix_team_name {width: 19%;}
    #choix_stats_players_block .choix_team_name:before {
        content:attr(data-team_acronym);
    }

	#choix_stats_teams_block .choix_team_name { width: 34%;}
	#choix_stats_teams_block .choix_stat-2 {width: 11.5%;}
	#choix_stats_teams_block .choix_stat-4 {width: 14%;}
	
	#choix_stats_goalies_block .choix_name {width: 35%;}
	#choix_stats_goalies_block .choix_stat-2 {width: 8.5%;}
	#choix_stats_goalies_block .choix_stat-5{width: 15%;}
    #choix_stats_goalies_block .choix_team_name {width: 16%;}
}

/** Trophy page **/

.choix_trophy_season {
	width: 38%;
	float: left; 
	margin-right: 1%
}

.choix_trophy_name {
	width: 61%;
	float: left;
}

/** Personal stats page **/

.choix_player_img {
    border-radius: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
    border: 2px solid #b2b2b2;
}

.choix_player_name {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 19px;
}
.choix_personal_career_stats_box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1420px) {
    .choix_personal_career_stats_box {
        width: 100%;
    }
}
@media (max-width: 520px) {
    .choix_personal_career_stats_box .choix_season_name {
        width: 22% !important;
    }
    .choix_personal_career_stats_box .choix_season_name:before {
        content:attr(data-season_acronym);
    }
    #choix_player_stats #choix_stats_players_block .choix_team_name {width: 23% }
    #choix_player_stats #choix_stats_players_block .choix_stat-5 {width: 12% !important}

    #choix_goalie_career_stats_block .choix_team_name:before {
        content:attr(data-team_acronym);
    }
}

.choix_personal_career_stats_box .choix_season_name {width: 24%; float: left;  margin-right: 2%}
#choix_stats_players_block .choix_stat-5 {width: 10%; float: left;  margin-right: 1%}

#choix_goalie_career_stats_block .choix_team_name {width: 15%; float: left;  margin-right: 1%}
#choix_goalie_career_stats_block .choix_stat-3  {width: 5%; float: left;  margin-right: 1%}
#choix_goalie_career_stats_block .choix_stat-4  {width: 8%; float: left;  margin-right: 1%}
#choix_goalie_career_stats_block .choix_stat-5 {width: 13%; float: left;  margin-right: 1%}