/**
Theme Name: Astra Child
Author: Severino Casanova
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/

/* gridism */
/* Preserve some sanity */
.grid,
.unit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Set up some rules to govern the grid */
.grid {
  display: block;
  clear: both;
}
.grid .unit {
  float: left;
  width: 100%;
  padding: 5px;
  margin-bottom:5px;
}

/* This ensures the outer gutters are equal to the (doubled) inner gutters. */
/*.grid .unit:first-child { padding-left: 20px; }
 * .grid .unit:last-child { padding-right: 20px; }*/

/* Nested grids already have padding though, so letâs nuke it */
.unit .unit:first-child { padding-left: 0; }
.unit .unit:last-child { padding-right: 0; }
.unit .grid:first-child > .unit { padding-top: 0; }
.unit .grid:last-child > .unit { padding-bottom: 0; }

/* Let people nuke the gutters/padding completely in a couple of ways */
.no-gutters .unit,
.unit.no-gutters {
  padding: 0 !important;
}

/* Wrapping at a maximum width is optional */
.wrap .grid,
.grid.wrap {
  /*max-width: 978px;*/
  max-width: 900px;
  margin: 0 auto;
}

/* Width classes also have shorthand versions numbered as fractions
 *  * For example: for a grid unit 1/3 (one third) of the parent width,
 *   * simply apply class="w-1-3" to the element. */
.grid .whole,          .grid .w-1-1 { width: 100%; }
.grid .half,           .grid .w-1-2 { width: 50%; }
.grid .one-third,      .grid .w-1-3 { width: 33.3332%; }
.grid .two-thirds,     .grid .w-2-3 { width: 66.6665%; }
.grid .one-quarter,    .grid .w-1-4 { width: 25%; }
.grid .three-quarters, .grid .w-3-4 { width: 75%; }
.grid .one-fifth,      .grid .w-1-5 { width: 20%; }
.grid .one-seventh,    .grid .w-1-7 { width: 14.28%; }
.grid .two-fifths,     .grid .w-2-5 { width: 40%; }
.grid .three-fifths,   .grid .w-3-5 { width: 60%; }
.grid .four-fifths,    .grid .w-4-5 { width: 80%; }
.grid .golden-small,   .grid .w-g-s { width: 38.2716%; } /* Golden section: smaller piece */
.grid .golden-large,   .grid .w-g-l { width: 61.7283%; } /* Golden section: larger piece */

/* Clearfix after every .grid */
.grid {
  *zoom: 1;
}
.grid:before, .grid:after {
  display: table;
  content: "";
  line-height: 0;
}
.grid:after {
  clear: both;
}

/* Utility classes */
.align-center { text-align: center; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.pull-left    { float: left; }
.pull-right   { float: right; }

/* Responsive Stuff */
@media screen and (max-width: 600px) {
  /* Stack anything that isnât full-width on smaller screens */
  .grid .unit {
    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  .unit .grid .unit {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* Sometimes, you just want to be different on small screens */
  .center-on-mobiles {
    text-align: center !important;
  }
  .hide-on-mobiles {
    display: none !important;
  }
  .full-on-mobiles {
    width: 100% !important;
  }
}

/* Expand the wrap a bit further on larger screens */
@media screen and (min-width: 1180px) {
  .wider .grid {
    max-width: 1180px;
    margin: 0 auto;
  }
}
/* end gridism */


/* seve */
#upcoming-leagues-div {
  font-size:.8em;
  /*line-height:1;*/
  margin: 0 auto;
  max-width:1024px;
}
#upcoming-leagues-div table,#upcoming-leagues-div table td {
  border:none;
}
#upcoming-leagues-div table td {
  padding:4px;
}
#upcoming-leagues-div a {
  color: #004f99;
  text-decoration:underline;
}
#upcoming-leagues-table {
  border-collapse: separate;
  width:100%;
  margin-left:0px;
}
tr.league-row > td {
  /*border-top: 1px solid black !important;
  border-bottom: 1px solid black !important;*/
  /*border-top: 1px dotted black;
 *   border-top-stype: dotted;*/
  padding-top:10px;
  padding-bottom:10px;
  vertical-align: top;
}
tr.league-row {
  line-height:1.4;
}
.left-league-row {
  border-left: 1px solid black !important;
}
.right-league-row {
  border-right: 1px solid black !important;
}
.uppercase {
  text-transform: uppercase;
}
.center {
  text-align:center;
}
.league-sport-title {
  font-size: 1.2em;
  font-weight:bold;
  color:#AA2A00;
}
.col-header {
  vertical-align:bottom;
}
.col-header a {
  text-decoration:none;
}
.col-header img {
  display:inline-block;
  margin:0px;
  padding-left:3px;
}
.search-btn {
  width:100%;
}
.sort-by-div {
  padding-right:10px;
}
.selected-items-desktop {
  display:inline-block;
}
.selected-items-mobile {
  display:none;
}
.league-row-mobile {
  display:none;
}
.show-on-mobiles {
  display:none;
}
th{
  text-align:left;
}
#upcoming-leagues-div .button-register {
/*    background-image: url('http://austinssc.com/wp-content/themes/austinssc_2013/library/images/element_btn-arr.svg');*/
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-color: #aa2a00;
    font-family: "urwgrotesktotligregular", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-top:2px;
    /*padding: 0.5em 1.78571em 0.35714em 0.71429em;*/
    padding: 2px 15px;
    color: white;
    display: inline-block;
    /*font-size: 1.07143em;*/
    font-size: 1em;
    text-decoration: none;
    text-align:center;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: 0;
    border: 0;
}
.grid .unit.dropdown-sport {
  padding-left:0px;
}
.grid .unit.dropdown-sort {
  padding-right:0px;
}

.scroller {
  /*height: 200px;*/
  overflow: hidden;
  margin: 0 auto;
}
.scroller li {
  float: left;
  list-style: none;
  padding:2px;
  text-align:center;
  width: 135px;
}
.scroller img {
  max-width:130px;
}
.listing-item {
  clear:both;
  list-style:none;
  margin-bottom:15px;
  border-bottom: 1px solid grey;
}
.listing-item .title {
  font-size:1.2em;
}
.listing-item .date {
 /* font-family: 'Lato', sans-serif;*/
  font-size: .9em;
  font-weight: bold;
}
.listing-item img {
  border: 1px solid #ddd;
  float:left;
  padding:5px;
  margin-right:10px;
  margin-bottom:5px;
  height:auto;
  width: 150px;
}
.entry-content .display-posts-listing {
  padding:0px;
}
.schedule-block {
  border:1px solid black;border-radius:5px;padding:4px;
}
.schedule-block h3 {
  clear:none;
  margin:0px;
}
/* Pop up box */
.tooltip {
  color: #000000; outline: none;
  text-decoration: none;
  position: relative;
}
.tooltip .classic {
  color:#000000;
  margin-left: -999em;
  position: absolute;
}
.tooltip:hover .classic {
  -moz-box-shadow: 4px 4px 4px 4px black;
  -webkit-box-shadow: 4px 4px 4px 4px black;
  box-shadow: 3px 3px 3px 0px grey;
  font: normal 12px sans-serif;
  position: absolute; left: -80px; top: 1em; z-index: 99;
  margin-left: 0;min-width:160px;text-align:left;
}
.list-price, .list-price2 {
  font-size:.88em;
  /*font-weight:bold;*/
  padding-top:2px;
  padding-bottom:2px;
}
.ld-title{
  color:#213f7c;
  font-size:1.5em;
  font-weight:bold;
}
.no-margin-bottom{
  margin-bottom:0px !important;
}
.no-padding-bottom{
  padding-bottom:0px !important;
}
.registration-button {
  background:#AA2A00;
  border-radius:2px;
  color:#FFFFFF;
  padding:5px 25px;
  text-transform:uppercase;
}
@media screen and (max-width : 855px){
  table {
    overflow-x: auto;
    display: block;
  }
  #upcoming-leagues-div .button-register {
    font-size: .8em;
  }
}
@media screen and (max-width: 600px) {
  .grid .unit {
    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  .unit .grid .unit {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* Sometimes, you just want to be different on small screens */
  .center-on-mobiles {
    text-align: center !important;
  }
  .hide-on-mobiles {
    display: none !important;
  }
  .show-on-mobiles {
    display: block !important;
  }
  .full-on-mobiles {
    width: 100% !important;
  }
  .selected-items-mobile {
    display:block;
  }
  .league-row-mobile {
    display:table-row;
    font-size:.9em;
    width:100%;
  }
  .league-sport-title {
    font-size: .9em;
  }
  div.sport-page {
    padding-left:4px;
    padding-right:4px;
  }
  .grid .unit.dropdown-sport {
    padding-left:5px;
  }
  .grid .unit.dropdown-sort {
    padding-right:5px;
  }
  .list-price, .list-price2 {
    font-size:.8em;
  }
  .left-on-mobiles {
    float:left !important;
  }
}

/* end seve */



/*************************************************************/



.leagues-container { font-family: Arial, sans-serif; width: 100%;}

.leagues-container .league-row {
  font-family: 'Muli', sans-serif;
  font-size: 13px;
  flex-wrap: wrap;
  display: flex; justify-content: space-between; padding: 10px; border: 1px solid #213f7c; margin-bottom: 10px; align-items: center; border-radius: 8px;
}

.leagues-container .register { 
  background: #ad2e24;
  color: white !important;
  padding: 5px 10px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  width: 80%;
  display: block;
  margin: 0 auto;
} 

.leagues-container  a.register:hover { color: #fff !important;}

.leagues-container  .league-header { display: flex; justify-content: space-between;  padding: 10px; font-weight: bold;  margin-bottom: 10px; color: #213f7c; font-family: 'Muli', sans-serif; }

.leagues-container .league-row div { padding: 2px; box-sizing: border-box;}

.locn {
  background-image: url(https://cscsports.com/wp-content/uploads/2025/03/map-loc.svg);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 10px 0px 10px 20px;
  background-size: 15px;
  color: #213f7c;
  font-weight: bold;
}

.locns {
  font-weight: bold;
}

.sponsordesktop { text-align: center;}
.sponsordesktop a, .locns a { color: #213f7c;}
.sponsordesktop a { font-weight: bold;}



.green { color: green; line-height: 150%; display: block; padding-bottom: 4px; }

span.dday {
  background: #ad2e24;
  color: #fff;
  width: 40px;
margin: 0 auto;
  padding: 5px;
  display: block;
  border-radius: 5px;
  text-align: center;

  font-size: 17px;
}

.cal {

  border: 1px solid #213f7c;
  border-radius: 4px;
  display: inline-block;
  min-width: 40px;
  padding: 0 !important;

}

.calmonth {

display: block;
    background: #213f7c;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1.5;
    padding:0 8px;

}

.calday {
 color:  #213f7c;
 font-weight: bold;
 font-size: 17px;
}

.divtitle {

  color:  #213f7c;
  font-weight: bold;
}

.sportnme { color: #b53a30; text-transform: capitalize; font-size: 17px;}

.pricemobile { display: none;}

.locmobile { display: none;}

.sponsormobile { display: none;}

.daymobile { display: none !important;}

.mday, .mbegin { display: none !important; }


img.imgloc {
  padding-right: 5px;
  width: 20px;
}

.filter {}

.fun, .what, .when, .where, .view { padding: 15px; font-size: 18px; font-weight: bold; width: 18%; margin: 1%; display: block; float: left; text-align: center; line-height: 150%;     text-transform: uppercase;}
.fun {   background: #213f7c; border: 1px solid #213f7c; color: #fff;}
.what {   color: #213f7c; border: 1px solid #213f7c;}
.when {  color: #213f7c; border: 1px solid #213f7c;}
.where {  color: #213f7c; border: 1px solid #213f7c;}
.view {   background: #ad2e24; border: 1px solid #ad2e24; color: #fff; }

span.subt { color: #000; font-size: 16px; text-transform: lowercase; font-weight: 400; }

.clr {  clear: both;}
.clr10 { height: 10px; clear: both;}
.clr20 { height: 20px; clear: both;}
.clr30 { height: 30px; clear: both;}
.clr40 { height: 40px; clear: both;}
.clr50 { height: 50px; clear: both;}

.filter-what { width: 14.66%; margin: 1%; text-align: center; float: left; display: block; background-color: #d9f3ff;
   padding: 15px 0px !important; text-transform: capitalize; cursor: pointer;}



  .filter-what.selected {
    background-color: #213f7c;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
  }

  .what {cursor: pointer;}

  .what:hover { background-color: #d9f3ff; }





  .filter-when { width: 14.66%; margin: 1%; text-align: center; float: left; display: block; background-color: #d9f3ff;
    padding: 15px 0px !important; text-transform: capitalize; cursor: pointer;}
 
 
 
   .filter-when.selected {
     background-color: #213f7c;
     color: white;
     border-radius: 5px;
     padding: 5px 10px;
   }
 
   .when {cursor: pointer;}
 
   .when:hover { background-color: #d9f3ff; }


   




   .filter-where { width: 14.66%; margin: 1%; text-align: center; float: left; display: block; background-color: #d9f3ff;
    padding: 15px 0px !important; text-transform: capitalize; cursor: pointer;}
 
 
 
   .filter-where.selected {
     background-color: #213f7c;
     color: white;
     border-radius: 5px;
     padding: 5px 10px;
   }
 
   .where {cursor: pointer;}
 
   .where:hover { background-color: #d9f3ff; }


   .view {cursor: pointer;}

  /*
   .league-row > div:nth-child(4) { display: none !important;}
   .league-header div:nth-child(4) { display: none !important; }
   */


@media only screen and (max-width: 600px) {


  .leagues-container * { font-size: 0.9em;  flex-wrap: wrap;}
  .league-row   { font-size: 0.9em;  flex-wrap: wrap;}

  .league-row > div:nth-child(1) { order: 1; width: 35% !important; display: block !important; }
  .league-row > div:nth-child(2) { order: 2; width: 0% !important; display: none; }
  .league-row > div:nth-child(3) { order: 8; width: 100% !important; text-align: left !important; display: none !important; }
  .league-row > div:nth-child(4) { order: 4; display: none !important; width: 0% !important; }
  .league-row > div:nth-child(5) { order: 4; width: 15% !important; }
  .league-row > div:nth-child(6) { order: 6; width: 0%  !important; display: none;  }
  .league-row > div:nth-child(7) { order: 7; width: 30% !important; }

  .register { width: 100%;}

  .pricedesktop { display: none;}
  .pricemobile { display: block; line-height: 1.3em;}

  .locdesktop { display: none;}
  .locmobile { display: block; padding-top: 5px;}

  .league-row { padding: 3px;}
  .sporticon { float: left;}
  
  .sponsordesktop { display: none;}
  .sponsormobile { display: block; line-height: 1.3em; text-align: center;}

  .daydesktop { display: none;}
  .daymobile {  display: inline-block !important;  font-size: 11px !important;
     height: 43px; line-height: 42px; padding: 0px !important; font-weight: bold;}

    .mday, .mbegin { display: inline-block !important; width: 46px;}
      
   
  .league-header  { display: none !important;}

  .league-row div:nth-child(1) * { line-height: 1.3em !important; }

  .league-header div:nth-child(1) { width: 25% !important; }
  .league-header div:nth-child(2) {  }
  .league-header div:nth-child(3) { display: none;  }
  .league-header div:nth-child(4) { display: none; }
  .league-header div:nth-child(5) { width: 25% !important;  }
  .league-header div:nth-child(6) { display: none;  }
  .league-header div:nth-child(7) { width: 25% !important;  }

  .fun, .what, .when, .where, .view { width: 100%; padding: 20px;}

  .fun br, .what br, .when br, .where br, .view br { display: none; }
  span.subt { margin-left: 6px; }

  .filter-what, .filter-when, .filter-where { width: 31.33%; }


.fsport {
  display: block !important;
  overflow: hidden !important;
}

.fsport img.sporticon {
  float: left !important;
  margin-right: 10px !important;
  width: 35px !important;
  height: auto !important;
}

.fsport > div {
  overflow: hidden !important;
}



}