/**
Theme Name: SociallyUP | Bloomington Transit 
Author: Brainstorm Force
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: sociallyup-bloomington-transit
Template: astra
*/

.container {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

/* Custom Font */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');

/* Mobile */
@media screen and (min-width: 0) and (max-width: 767px) {
  .hide-phone {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hide-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hide-normal {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hide-wide {
    display: none !important;
  }
}

/* BTransit Google Transit Widget */
.widget_btransit_googletransit_widget label {
  display: none;
}

.widget_btransit_googletransit_widget input[type=text] {
  width: 100%;
}

.widget_btransit_googletransit_widget .inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
}

.widget_btransit_googletransit_widget p {
  margin-bottom: 15px;
}

.widget_btransit_googletransit_widget select {
  width: 100%;
}

@media screen and (min-width: 375px) {
  .widget_btransit_googletransit_widget .inline {
    margin: 0 -5px;
  }

  .widget_btransit_googletransit_widget .inline:before,
  .widget_btransit_googletransit_widget .inline:after {
    content: " ";
    display: table;
  }

  .widget_btransit_googletransit_widget .inline:after {
    clear: both;
  }

  .widget_btransit_googletransit_widget .inline p {
    float: left;
    width: auto;
    padding: 0 5px;
  }
}

@media screen and (min-width:992px) {
  .widget_btransit_googletransit_widget .inline {
    margin: 0;
  }

  .widget_btransit_googletransit_widget .inline p {
    float: none;
    width: auto;
    padding: 0;
  }
}

@media screen and (min-width:1200px) {
  .widget_btransit_googletransit_widget .inline {
    margin: 0 -5px;
  }

  .widget_btransit_googletransit_widget .inline p {
    float: left;
    width: auto;
    padding: 0 5px;
  }
}

.widget_btransit_googletransit_widget .time_picker .select2-container {
  display: inline-block;
}

.widget_btransit_googletransit_widget .select2-container {
  display: inline-block;
  width: 100% !important;
}

.map-holder {
  padding: 20px 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.middle {
  margin: 0 60px;
}
.map {
  border: 2px solid #CCC;
}
.map {
  overflow: scroll;
  width: 100%;
  max-height: 60vh;
}
.map img {
  width: 100%;
  max-width: 100%;
}
#map-controls {
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
  #map {
    height: 70vh;
  }
}
@media screen and (min-width:992px) {
  .all-routes.tab-content {
    display: none;
  }
}
input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
/* Webkit */
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: #e2e2e2;
  border-radius: 1.3px;
  border: 0.2px solid #cccccc;
}
input[type=range]::-webkit-slider-thumb {
  border: 1px solid #134b2b;
  height: 24px;
  width: 16px;
  border-radius: 3px;
  background: #175e35;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #cccccc;
}
/* Mozilla */
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: #e2e2e2;
  border-radius: 1.3px;
  border: 0.2px solid #cccccc;
}
input[type=range]::-moz-range-thumb {
  border: 1px solid #134b2b;
  height: 24px;
  width: 16px;
  border-radius: 3px;
  background: #175e35;
  cursor: pointer;
}
/* IE */
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #cccccc;
  border-radius: 2.6px;
}
input[type=range]::-ms-fill-upper {
  background: #e2e2e2;
  border: 0.2px solid #cccccc;
  border-radius: 2.6px;
}
input[type=range]::-ms-thumb {
  border: 1px solid #134b2b;
  height: 24px;
  width: 16px;
  border-radius: 3px;
  background: #175e35;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #e2e2e2;
}
input[type=range]:focus::-ms-fill-upper {
  background: #cccccc;
}
.post {
  padding: 20px 0;
  border-top: 1px solid #e7e9eb;
}
.post .read-more a {
  display: inline-block;
  background: #175e35;
  color: #FFF;
  padding: 3px 6px;
  font-size: 12px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.post-info {
  font-style: italic;
  padding: 0 0 20px;
}
.event.event-yellow {
  border: 1px solid #ffe250;
  margin-bottom: 20px;
}
.event.event-yellow h1,
.event.event-yellow h3 {
  margin-top: 0;
  background: #ffe250;
}
.event.event-yellow h1 a,
.event.event-yellow h3 a {
  text-decoration: none;
  display: block;
  padding: 10px 20px;
}
.event.event-yellow h1 a:hover,
.event.event-yellow h3 a:hover {
  background: #ffde36;
}
.event.event-yellow a {
  color: #492e00;
}
.event.event-yellow .event-body {
  padding: 10px 20px;
}
.event.event-orange {
  border: 1px solid #ff933f;
  margin-bottom: 20px;
}
.event.event-orange h1,
.event.event-orange h3 {
  margin-top: 0;
  background: #ff933f;
}
.event.event-orange h1 a,
.event.event-orange h3 a {
  text-decoration: none;
  display: block;
  padding: 10px 20px;
}
.event.event-orange h1 a:hover,
.event.event-orange h3 a:hover {
  background: #ff8525;
}
.event.event-orange a {
  color: #402605;
}
.event.event-orange .event-body {
  padding: 10px 20px;
}
.event.event-red {
  border: 1px solid #d32e12;
  margin-bottom: 20px;
}
.event.event-red h1,
.event.event-red h3 {
  margin-top: 0;
  background: #d32e12;
}
.event.event-red h1 a,
.event.event-red h3 a {
  text-decoration: none;
  display: block;
  padding: 10px 20px;
}
.event.event-red h1 a:hover,
.event.event-red h3 a:hover {
  background: #bc2910;
}
.event.event-red a {
  color: #280006;
}
.event.event-red .event-body {
  padding: 10px 20px;
}
.event.event-blue {
  border: 1px solid #757bff;
  margin-bottom: 20px;
}
.event.event-blue h1,
.event.event-blue h3 {
  margin-top: 0;
  background: #757bff;
}
.event.event-blue h1 a,
.event.event-blue h3 a {
  text-decoration: none;
  display: block;
  padding: 10px 20px;
}
.event.event-blue h1 a:hover,
.event.event-blue h3 a:hover {
  background: #5b63ff;
}

.event.event-blue a {
  color: #151033;
}

.event.event-blue .event-body {
  padding: 10px 20px;
}

/* Quick Info */
.quick-info {
  transition: .3s;
  text-decoration: none;
  display: block;
  background: #2a2a2a;
  margin-top: 20px;
  height: 90px;
  color: #FFF;
  overflow: hidden;
  padding-right: 20px;
}

.quick-info.first {
  margin-top: 0;
}

.quick-info:hover {
  background: #404040;
}

.quick-info h4 {
  margin: 0;
  padding: 15px 0 5px;
}

.quick-info p {
  margin: 0;
  line-height: 1.2;
}

.quick-info .image {
  float: left;
  width: 90px;
  margin-right: 20px;
  display: block;
}

/* Service Alert Widget */
.widget_btransit_servicealerts_widget .service-alerts:before,
.widget_btransit_servicealerts_widget .service-alerts:after {
  content: " ";
  display: table;
}

.widget_btransit_servicealerts_widget .service-alerts:after {
  clear: both;
}

.widget_btransit_servicealerts_widget .route-column {
  transition: .3s;
  background: #e7e9eb;
  color: #716e73;
  display: block;
  margin-bottom: 20px;
}

.widget_btransit_servicealerts_widget .route-column:before,
.widget_btransit_servicealerts_widget .route-column:after {
  content: " ";
  display: table;
}

.widget_btransit_servicealerts_widget .route-column:after {
  clear: both;
}

.widget_btransit_servicealerts_widget .route-column a {
  color: inherit;
  text-decoration: none;
}

.widget_btransit_servicealerts_widget .route-column a:hover {
  text-decoration: underline;
}

.widget_btransit_servicealerts_widget .route-column h5 {
  padding-top: 15px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  font-size: 16px;
  color: #575559;
  text-transform: none;
  font-weight: normal;
}

.widget_btransit_servicealerts_widget .route-column p {
  margin: 0;
}

.widget_btransit_servicealerts_widget .route-column .route-num {
  float: left;
  width: 50px;
  text-align: center;
  border-right: 1px solid #FFF;
  margin-right: 10px;
  font-size: 20px;
  padding: 15px 0;
}

.widget_btransit_googletransit_widget button:focus, .menu-toggle:hover, button:hover, .ast-button:hover, .ast-custom-button:hover .button:hover, .ast-custom-button:hover, input[type=reset]:hover, input[type=reset]:focus, input#submit:hover, input#submit:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover, form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus, body .wp-block-file .wp-block-file__button:hover, body .wp-block-file .wp-block-file__button:focus {
  color: var(--ast-global-color-5);
  background-color: var(--ast-global-color-3);
  border-color: var(--ast-global-color-0);
}

@media screen and (min-width:992px) {
  .front .widget_btransit_servicealerts_widget .route-column {
    float: left;
    width: 49%;
  }

  .front .widget_btransit_servicealerts_widget .route-column:nth-child(odd) {
    margin-right: 10px;
  }
}

.widget_btransit_servicealerts_widget .route-column.route-yellow {
  background: #ffe250;
  color: #492e00;
}

.widget_btransit_servicealerts_widget .route-column.route-yellow a {
  color: #492e00;
}

.widget_btransit_servicealerts_widget .route-column.route-yellow .status {
  font-weight: bold;
}

.widget_btransit_servicealerts_widget .route-column.route-orange {
  background: #ff933f;
  color: #402605;
}

.widget_btransit_servicealerts_widget .route-column.route-orange a {
  color: #402605;
}

.widget_btransit_servicealerts_widget .route-column.route-orange .status {
  font-weight: bold;
}

.widget_btransit_servicealerts_widget .route-column.route-red {
  background: #d32e12;
  color: #280006;
}

.widget_btransit_servicealerts_widget .route-column.route-red a {
  color: #280006;
}

.widget_btransit_servicealerts_widget .route-column.route-red .status {
  font-weight: bold;
}

.widget_btransit_servicealerts_widget .route-column.route-blue {
  background: #757bff;
  color: #151033;
}

.widget_btransit_servicealerts_widget .route-column.route-blue a {
  color: #151033;
}

.widget_btransit_servicealerts_widget .route-column.route-blue .status {
  font-weight: bold;
}

.time-picker select {
  height: 50px !important; /* Adjust the height as needed */
}

/* Add more specific styles for individual selects if necessary */
#hours {
  /* Additional styles for hours select */
  height: 50px !important;
}

#mins {
  /* Additional styles for minutes select */
  height: 50px !important;
}

#ampm {
  /* Additional styles for am/pm select */
  height: 50px !important;
}

/* Select2 */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 50px !important;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-selection--single {
  display: flex !important;
  align-items: center !important;
}

.select2-selection__arrow {
  height: 50px !important;
}
