/*!
Theme Name: CongressionalBaseball
Theme URI: http://underscores.me/
Author: Jeremy McKnight
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: congressionalbaseball
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CongressionalBaseball is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
  font-size: 20px;
  font-family: Lato, sans-sarif;
  font-weight: 500; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: rgba(222, 219, 166, 0.2);
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #cccccc #bbbbbb #aaaaaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaaaaa #bbbbbb #bbbbbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666666;
  border: 1px solid #cccccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111111; }

select {
  border: 1px solid #cccccc; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
  color: #283d98; }

a:hover {
  color: #d61f26; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  height: inherit; }
  .navbar .container, .navbar .navbar-header {
    height: inherit;
    padding: 0 0.8rem; }
  .navbar ul {
    padding: 0 1rem 0 0; }
    .navbar ul li {
      font-size: 0.6rem;
      text-transform: uppercase;
      font-weight: 400; }

.navbar-inverse .navbar-nav > li > a {
  color: #fff; }
  .navbar-inverse .navbar-nav > li > a:link, .navbar-inverse .navbar-nav > li > a:visited {
    color: #fff; }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #ccc; }

.navbar-brand {
  height: inherit; }
  .navbar-brand img {
    width: 6rem; }

.navbar-collapse {
  margin-top: 1rem; }

.navbar-toggle {
  margin-top: 1rem; }
  .navbar-toggle .icon-bar {
    width: 1.5rem;
    height: 0.2rem; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: inherit;
  border-color: inherit;
  box-shadow: none; }

.navbar-inverse .navbar-toggle {
  border-color: #ccc; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  padding: 20px;}

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
 *## Captions
 *-------------------------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
 *## Galleries
 *-------------------------------------------------------------- */
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/
body {
  background: rgba(222, 219, 166, 0.2);
  font-family: Lato, sans-sarif;
  font-weight: 500;
  color: #333; }

.container {
  padding: 0; }

.page-layout {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.28); }

.home {
  height: 37rem;
  margin-top: 0; }

.inside {
  margin-top: 0;
  height: 20rem; }

.date-location {
  font-size: 2.4rem;
  color: #e4e2cd;
  margin-top: 26rem;
  padding: 0 5.5rem;
  letter-spacing: -2px;
  font-weight: 700; }
  .date-location button {
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    padding: 0.6rem 1rem;
    letter-spacing: 1px;
    box-shadow: none; }
  .date-location .location {
    text-align: right;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.7), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); }
  .date-location .date {
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.7), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); }
  .date-location .tickets {
    text-align: right; }
    .date-location .tickets button {
      background: rgba(40, 61, 142, 0.85);
      color: #fff; }
      .date-location .tickets button:hover {
        background: #283d8e; }
  .date-location .sponsorship button {
    background: rgba(214, 31, 38, 0.85);
    color: #fff; }
    .date-location .sponsorship button:hover {
      background: #d61f26; }
  .date-location ul {
    margin: 0;
    list-style: none;
    text-align: center; }
    .date-location ul li {
      display: inline; }
    .date-location ul .blue button {
      background: rgba(40, 61, 142, 0.85);
      color: #fff; }
      .date-location ul .blue button:hover {
        background: #283d8e; }
    .date-location ul .red button {
      background: rgba(214, 31, 38, 0.85);
      color: #fff; }
      .date-location ul .red button:hover {
        background: #d61f26; }
     .date-location social-links {
     	margin-left: 50%

     }
.content {
  z-index: 1;
  background: #fff;
  padding: 0 0.7rem; }

.text, .ticket-text {
  color: #777; }
  .text .heading, .ticket-text .heading {
    background-image: -webkit-linear-gradient(left, #333 23%, rgba(155, 155, 155, 0) 0%);
    background-image: linear-gradient(to right, #333 23%, rgba(155, 155, 155, 0) 0%);
    background-position: bottom;
    background-size: 9px 2px;
    background-repeat: repeat-x;
    margin-bottom: 0.6rem; }
  .text h1, .ticket-text h1 {
    font-weight: 500;
    font-size: 1.5rem;
    padding: 0 0 0.4rem; }
    .text h1 span, .ticket-text h1 span {
      color: #283d98;
      font-weight: 700; }
  .text p, .ticket-text p {
    font-size: 0.9rem;
    line-height: 1.4rem;
    margin-bottom: 1.3rem; }

.text {
  padding-right: 2.6rem; }

.charities {
  padding: 0; }
  .charities h3 {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    padding: 0 0 0.3rem; }
  .charities span {
    color: #d61f26; }

.charity {
  border: 0.15rem #ccc solid;
  padding: 0.4rem;
  margin: 0 1rem 0.5rem;
  font-size: 0.6rem;
  line-height: 0.8rem; }
  .charity img {
    margin-top: 0.6rem;
    width: 100%; }

.ctext p {
  color: #333; }
  .ctext p a, .ctext p a:link, .ctext p a:visited {
    color: #333; }

.charity:hover {
  background: #f6f7fd; }

/*-------------------------------------
 *## Team List
 *------------------------------------- */
.team-list {
  width: 60%;
  margin: 0 auto; }
  .team-list ul {
    margin: 0 0 2rem;
    padding: 0;
    list-style: none; }
    .team-list ul li {
      padding: 0.5rem; }
  .team-list h3 {
    font-weight: bold; }
  .team-list .teamd h3 {
    color: #283d98; }
  .team-list .teamd li {
    background: #edf0fa; }
    .team-list .teamd li:nth-child(odd) {
      background: none; }
  .team-list .teamr h3 {
    color: #d61f26; }
  .team-list .teamr li {
    background: #fcedee; }
    .team-list .teamr li:nth-child(even) {
      background: none; }

/*-------------------------------------
 *## Google Map
 *------------------------------------- */
.map-responsive {
  overflow: hidden;
  padding-bottom: 138%;
  position: relative;
  height: 0; }

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

/*-------------------------------------
 *## Sponsor lists
 *------------------------------------- */
ul.sponsor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 95%;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1rem 0 0; }
  ul.sponsor li {
    width: 9rem;
    margin: 0 0.8rem;
    list-style: none; }

.sponsor-lists h2, .sponsorship-packages h2 {
  margin: 0.5rem 2rem;
  padding: 0 0 0.4rem 0.2rem;
  background-image: -webkit-linear-gradient(left, #333 23%, rgba(155, 155, 155, 0) 0%);
  background-image: linear-gradient(to right, #333 23%, rgba(155, 155, 155, 0) 0%);
  background-position: bottom;
  background-size: 9px 2px;
  background-repeat: repeat-x;
  margin-bottom: 0.6rem; }
  .sponsor-lists h2 span, .sponsorship-packages h2 span {
    color: #d61f26; }
  .sponsor-lists h2 em, .sponsorship-packages h2 em {
    font-size: 0.9rem;
    color: #555; }

.hall-of-fame-list, .allstar-list, .major-league-list, .grand-slam-list, .home-run-list, .super-fan-list, .fan-list {
  padding: 0 0 3rem 0; }

.sponsorship-packages {
  margin-bottom: 2rem; }
  .sponsorship-packages ul {
    padding-bottom: 1rem;
    font-size: 0.85rem;
    line-height: 1.3rem;
    color: #555; }
  .sponsorship-packages h2 {
    margin: 0.5rem 2rem;
    padding: 0 0 0.4rem 0.2rem;
    background-image: -webkit-linear-gradient(left, #333 23%, rgba(155, 155, 155, 0) 0%);
    background-image: linear-gradient(to right, #333 23%, rgba(155, 155, 155, 0) 0%);
    background-position: bottom;
    background-size: 9px 2px;
    background-repeat: repeat-x;
    margin-bottom: 0.6rem;
    color: #d61f26 !important; }
  .sponsorship-packages ul.fielders-choice {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    max-width: 45rem; }
    .sponsorship-packages ul.fielders-choice li {
      padding: 0.5rem;
      margin: 0.5rem;
      color: #fff;
      background-color: #283d98;
      width: 13.75rem; }
      .sponsorship-packages ul.fielders-choice li h3 {
        font-size: 0.9rem;
        font-weight: 700; }
      .sponsorship-packages ul.fielders-choice li p {
        font-size: 0.7rem;
        line-height: 1rem; }
        .sponsorship-packages ul.fielders-choice li p span {
          font-size: 1rem;
          font-weight: bold;
          margin-top: 1rem; }

.fc-blurb {
  width: 75%;
  margin: 0 auto;
  font-size: 0.8rem;
  color: #555; }

/*-------------------------------------
 *## Records
 *------------------------------------- */
.records {
  background: #000;
  color: white;
  border-top: 0.2rem #fff solid;
  border-bottom: 0.2rem #fff solid;
  font-size: 1.3rem;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.28);
  z-index: 9999999;
  font-weight: 700; }
  .records img {
    width: 1.8rem;
    margin-top: -0.5rem; }
  .records .dem {
    background: url(images/record-left.png) repeat-y left center;
    text-align: left;
    padding: 1rem 0 1rem 2rem; }
    .records .dem .party {
      color: #003eff;
      padding: 0 0.4rem; }
  .records .rep {
    text-align: right;
    background: url(images/record-right.png) repeat-y right center;
    padding: 1rem 2rem 1rem 0; }
    .records .rep .party {
      color: #d80202;
      padding: 0 0.4rem; }

/*-------------------------------------
 *## Footer
 *------------------------------------- */
.footie {
  background: #eee;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.28);
  z-index: -1;
  position: relative;
  text-align: center;
  padding: 1rem;
  margin-bottom: 2rem; }
  .footie img {
    width: 7rem;
    margin-bottom: 0.5rem; }
  .footie .social {
    color: #283d98;
    font-size: 1.4rem; }
    .footie .social i {
      padding: 0.5rem; }

.footie ul#menu-footer-menu{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
@media (max-width: 767px) {
  #navbar {
    margin-top: auto;
    background: rgba(214, 31, 38, 0.7); }

  .date-location {
    margin-top: 19.5rem;
    padding: 0 1.5rem;
    letter-spacing: -0.5px; }
    .date-location .date, .date-location .location {
      font-size: 1rem;
      background: rgba(0, 0, 0, 0.2); }
    .date-location ul {
      padding: 0; }
      .date-location ul button {
        font-size: 0.5rem;
        padding: 0.6rem 0.4rem; }
        .date-location ul button:hover {
          color: #fff; }
    .date-location .tickets {
      text-align: left; }
    .date-location .sponsorship {
      text-align: right; }

  .date-location .tickets,
  .date-location .sponsorship {
    padding: 0; }
    .date-location .tickets button,
    .date-location .sponsorship button {
      font-size: 0.55rem;
      padding: 0.6rem; }
      .date-location .tickets button:hover,
      .date-location .sponsorship button:hover {
        color: #fff; }

  .container, .page-layout {
    width: 100%; }

  .home {
    height: 25rem; }

  .records .dem {
    padding: 0.5rem;
    background: rgba(40, 61, 142, 0.25);
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .records .dem .score {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .records .dem img {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin: 0;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
    .records .dem .party {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
  .records .rep {
    padding: 0.7rem 0.5rem 0.5rem;
    text-align: center;
    background: rgba(214, 31, 38, 0.25);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .records .rep .score {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .records .rep img {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin: 0;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
    .records .rep .party {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }

  .text {
    color: #777;
    padding: 0 0.4rem; }
    .text h1 {
      font-size: 1.2rem; }

  .team-list {
    width: 100%; }

  .inside {
    height: 10rem; }

  figure {
    margin: 0; }

  .wp-caption {
    float: none;
    margin: 0; }

  .map-responsive {
    padding-bottom: 68%; }

  ul.sponsor li {
    width: 7rem; }

  .sponsorship-packages ul.fielders-choice {
    max-width: 15rem; }
  .sponsorship-packages h2 {
    padding: 0 0 0.4rem;
    margin: 0.5rem 0;
    font-size: 1.2rem; }
  .sponsorship-packages ul {
    padding: 0;
    margin: 0 0 2rem 2rem; } }
@media (min-width: 768px) {
  .navbar, .page-layout {
    width: 750px;
    margin: 0 auto; }

  .navbar {
    background: rgba(0, 0, 0, 0.7); }

  .date-location {
    font-size: 1.9rem;
    margin-top: 30rem;
    padding: 0 2.5rem;
    margin-right: 21px; }

  .charity {
    margin: 0 1rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1.2rem; }

  .team-list {
    width: 100%; }

  .map-responsive {
    padding-bottom: 58%; }

  ul.sponsor li {
    width: 7rem; }

  .sponsorship-packages ul.fielders-choice {
    max-width: 30rem; } }
@media (min-width: 992px) {
  .navbar, .page-layout {
    width: 970px;
    margin: 0 auto; }

  .charity {
    font-size: 0.6rem;
    line-height: 0.8rem; }

  .team-list {
    width: 90%; }

  .map-responsive {
    padding-bottom: 138%; }

  ul.sponsor li {
    width: 9rem; }

  .sponsorship-packages ul.fielders-choice {
    max-width: 45rem; } }
@media (min-width: 1200px) {
  .navbar, .page-layout {
    width: 1170px;
    margin: 0 auto; }

  .date-location {
    font-size: 2.4rem;
    color: #e4e2cd;
    margin-top: 30rem;
    padding: 0 5.5rem;
    letter-spacing: -2px;
    font-weight: 700; }

  .charity {
    font-size: 0.6rem;
    line-height: 0.8rem; }

  .team-list {
    width: 90%; } }


