/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

.main_menu ul:first-child>li>a {
font-size: 20px;
-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.79);
-moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.79);
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.79);
}

#top #advanced_menu_toggle, #advanced_menu_hide {
display: none;
}

#top #header:not(.av_header_transparency) div#header_main {
background: rgb(207,231,250); /* Old browsers */
background: -moz-linear-gradient(top, rgba(207,231,250,1) 0%, rgba(99,147,193,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,231,250,1)), color-stop(100%,rgba(99,147,193,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
}

#top div.home_promo a {
font-size: 16px;
}

.schedule-maps {
  padding-top:0;
  margin-top:2px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-style: italic;
}

.schedule-scores {
  padding-top:0;
  margin-top:2px;
  padding-bottom:0;
  margin-bottom:0;
}
.schedule-video {
  padding-top:0;
  margin-top:2px;
}

.schedule-video a {
  color:#0066ff;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  .main_menu ul:first-child>li>a {
font-size: 16px;
}
.schedule-left {
  float: left;
  width: 48%;
  padding-right:15px;
}
.schedule-right {
  float: left;
  width: 48%;
}
}

/*
Full-width Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen and (min-width: 900px) {
.main_menu ul:first-child>li>a {
font-size: 20px;
}


/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  .schedule-left {
    float: none;
    width: 100%;
  }
  .schedule-right {
    float: none;
    width: 100%;
  }
}
