/*
 *   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 small touch devices */
body {
  font-size: 100%;
}

/* =============================================================================
 *   Mobile Menu Toggle
 *   See your theme settings extensions for how to enable the menu toggle.
 *   These are example styles for the menu toggle menu, you can use these in the
 *   relevant responsive stylesheets as required. Modify to suit your design.
 * ========================================================================== */
/* The toggle link */
.at-mt .at-menu-toggle h2 {
  margin-bottom: 5px;
}

.at-mt .at-menu-toggle h2 a {
  background: #eee;
  border: 2px solid #ccc;
  padding: 2px 10px;
}

/* Menu items */
.at-mt .at-menu-toggle ul.menu li a {
  background: #eee;
  border-bottom: 1px solid #fff;
}

.panels-flexible-region-alsf_campaign_layout-row-halves-3-right-region,
.panels-flexible-region-alsf_campaign_layout-row-halves-3-left-region,
.panels-flexible-region-alsf_campaign_layout-row-halves-2-right-region,
.panels-flexible-region-alsf_campaign_layout-row-halves-2-left-region {
    width: 96%;
    float: none;
    margin: 0 auto;
}

.panels-flexible-region-alsf_campaign_layout-row-halves-2-right-region {
    margin-top:45px;
}

.panels-flexible-region-alsf_campaign_layout-row-halves-3-right-region .inside,
.panels-flexible-region-alsf_campaign_layout-row-halves-3-left-region .inside,
.panels-flexible-region-alsf_campaign_layout-row-halves-2-right-region .inside,
.panels-flexible-region-alsf_campaign_layout-row-halves-2-left-region .inside {
	padding: 0;
}

.nav li, .nav ul.menu li {
    display: block;
    float: none;
    padding: 5px 0;
    text-align: center;
}

.node-type-page.kickit .panel-flexible .description h2 {
    font-size: 70px;
    letter-spacing: -1px;
    margin: -56px 0 0px 10px;
}

.node-type-page.kickit .panel-flexible .description p {
	font-size: 20px;
	margin: 11px 0 36px 0;
	line-height: 140%;
}
.node-type-page.kickit .panel-flexible .choice:after {
}

/* 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 #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;
}

.pane-campaign-agnostic-leaderboard table {
	font-size: 14px;
}

