/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */

/* Increase the body font size on tablet devices */
body {
  font-size: 93.8%;
}

.node-type-page.kickit .panel-flexible .description h2 {
	font-size: 65px;
	letter-spacing: -1px;
	margin: -50px 0 0px 10px;
}

.node-type-page.kickit .panel-flexible .description p {
	font-size: 22px;
	margin: 5px 0 30px 0;
	line-height: 140%;
}

.node-type-page.kickit .panel-flexible .choice:after {
	height: 50%;
}

/* The following styles are for the chamion and games pages */
body.kickit.choose #kickit-choose-champions .pane-1:after, 
body.kickit.choose #kickit-choose-games .pane-1:after {
	top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fcea6c;
    border-width: 63px;
    margin-left: -67px;
    margin-top: -5px;
}
body.kickit.choose #kickit-choose-games .pane-1 .block-inner, 
body.kickit.choose #kickit-choose-champions .pane-1 .block-inner {
    border: none;
}
body.kickit.choose .panels-flexible-region-alsf_campaign_layout-row-halves-3-right-region,
body.kickit.choose .panels-flexible-region-alsf_campaign_layout-row-halves-3-left-region,
body.kickit.choose .panels-flexible-region-alsf_campaign_layout-row-halves-2-right-region,
body.kickit.choose .panels-flexible-region-alsf_campaign_layout-row-halves-2-left-region {
    width: 55%;
    float: none;
    margin: 0 auto;
}
body.kickit.choose .panels-flexible-region-alsf_campaign_layout-row-halves-3-right-region .inside,
body.kickit.choose .panels-flexible-region-alsf_campaign_layout-row-halves-3-left-region .inside,
body.kickit.choose .panels-flexible-region-alsf_campaign_layout-row-halves-2-right-region .inside,
body.kickit.choose .panels-flexible-region-alsf_campaign_layout-row-halves-2-left-region .inside {
	padding: 0;
}
body.kickit.choose #champs-other,
body.kickit.choose #games-other {
    padding: 5% 0 5% 4%;
    width: 45%;
}
body.kickit.choose #champs-football,
body.kickit.choose #games-kickball {
    padding: 5% 4% 5% 0;
    width: 45%;
}
body.kickit.choose .choose-sport,
body.kickit.choose .choose-sport .block-inner {
	margin: 0;
}

.choose-sport-list h2 {
	margin-top: 70px;
}

.choose-sport-list li {
	width: 40%;
}

@media only screen and (min-width:769px) and (max-width:888px) {
  .kickit .panel-flexible .description h2 {
    font-size: 57px;
  }

  .kickit .panel-flexible .description p {
    font-size: 20px;
    margin: 20px 0 36px 0;
    line-height: 150%;
  }

  .kickit .panel-flexible .choice:after {
	height: 50%;
  }
}

