/*
@font-face {
  font-family: 'SUBSCRIBER Regular';
  font-style: normal;
  font-weight: normal;
  src: local('SUBSCRIBER Regular'), url('/SUBSCRIBER-Regular.woff') format('woff');
  }
*/

@font-face {
  font-family: 'Proxima Nova Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Proxima Nova Regular'), url('/ProximaNovaRegular.woff') format('woff');
}


.timediv {
  background-color: white;
  display: inline-flex;
  border: 1px solid #ccc;
  color: #555;
}

.timeinput {
  border: none;
  color: #555;
  text-align: center;
  width: 60px;
}


.jsonarea {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 200px;
}

@media only screen and (max-width: 800px) {
  .mapbutton {
    width: 100%;

  }
}

@media only screen and (min-width: 801px) {
  .mapbutton {
    left: 25px;
    position: absolute;
    bottom: 25px;
    width: 200px;
    z-index: 999;

  }
}

@media (max-width: 1000px) {
  .col-sm-6 {
    position: relative !important;
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 1000px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

}

@media (max-width: 1000px) {
  .nomobile {
    display: none !important;
  }
}

@media (max-width: 1400px) {
  .nomobile14 {
    display: none !important;
  }
}


@media (min-width: 600px) {}


@media (max-width: 575px) {

  .col-sm-4,
  .col-sm-6 {
    text-align: center !important;
  }

  .nomobile575 {
    display: none !important;
  }

  .headeraux {
    transform: scale(0.8);
    min-width: 60%;
  }

  .ride-header {
    font-size: 0.75rem;
  }
}

.headerbutton {
  float: right;
}

.subscriber {
  /*  font-family:'SUBSCRIBER Regular';*/
  font-family: 'Proxima Nova Regular';
  font-weight: normal;
  font-size: 22px;
}

.noborder {

  background-color: white;
  border: hidden;

}

body {
  font-family: "Lato", sans-serif;
  transition: background-color .5s;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

div.fadeMe {
  opacity: 0.5;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 1100;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
}

@media (max-width: 910px) {
  .menubutton {
    display: flex;
    background-color: rgb(52, 58, 64) !important;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }

}

.menubar-logo {
  width: 40%;
  min-width: 150px;
}

@media (min-width: 911px) {
  .menubutton {
    top: 150px;
    position: fixed;
    margin-left: 0px;
    left: -40px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    height: 50px;
    width: 128px;
    background-color: rgb(52, 58, 64) !important;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 14px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}


.inner_menu {
  font-size: 20px;
}

.hidden {
  display: none;
}

.tcbuttondiv {
  justify-content: flex-start;
  display: flex;
  flex-direction: row-reverse;
}

.mapdiv {
  display: flex;
  align-items: center;
}

.ridedescription {
  border-style: solid none solid none;
  border-radius: 10px;
  padding: 7px;
  border-color: lightgray;
}

.headeraux {
  float: right;
}

.founder {

  z-index: 10;
  top: 14px;
  width: 100px;
  /* position: absolute; */

}

.ride-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3rem;
}

.weekdays-list {
  justify-content: center;
}

.menulogo {
  background-image: url("/images/vs_small_bunchy.png");
  background-repeat: no-repeat;
}

.my_collapse_button .fa-chevron-down {
  display: inline-block;
}

.my_collapse_button.collapsed .fa-chevron-down {
  display: inline-block;
}

.my_collapse_button .fa-chevron-up {
  display: none;
}

.my_collapse_button.collapsed .fa-chevron-up {
  display: none;
}


/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  text-align: center;
  /* Centered text/links */
  margin-top: 30px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  /* Display block instead of inline */
  transition: 0.3s;
  /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.imageoverlay {
  position: absolute;
  top: 8px;
  left: 25px;
}

.blockquote {
  box-sizing: border-box;
  position: relative;
  padding: 1px 35px 10px 35px;
  font: normal normal normal normal 16px/24px 'Merriweather Sans', sans-serif;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #898989;
}

.blockquote:before {
  font-family: "FontAwesome";
  content: "\f10d";
  font-size: 15px;
  font-style: normal;
  color: #cecece;
  position: absolute;
  top: 5px;
  left: 5px;
}

.blockquote:after {
  font-family: "FontAwesome";
  content: "\f10e";
  font-size: 15px;
  font-style: normal;
  color: #cecece;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.quoteparagraph {
  margin: 10px 0px;
}

.ride_icons {
  text-align: center;
  width: 20px;
  float: left;
}

.fp_name {
  float: left;
}

.tt_icon {}

.tt_icon::before {
  background-image: url('/images/tt.png');
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}

.mtb_icon {}

.mtb_icon::before {
  background-image: url('/images/mtb.png');
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}

.road_icon {}

.road_icon::before {
  background-image: url('/images/road.png');
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}

.trail_icon {}

.trail_icon::before {
  background-image: url('/images/trail.png');
  background-size: 15px 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}

.ride_icon_dd {
  flex-direction: column;
}

.ridetype {
  height: 25px;
}

.virtual_icon {}

.virtual_icon::before {
  background-image: url('/images/virtual.png');
  background-size: 20px 17px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}

.zwift_logo {}

.zwift_logo::before {
  background-image: url('/images/virtual.svg');
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}


.pulse {
  animation: beat 1s infinite alternate;
  transform-origin: center;
}

/* Heart beat animation */
@keyframes beat {
  to {
    transform: scale(2);
  }
}

.mapid {
  border-radius: 15px;
  /* Adjust this value to control the roundness */
  overflow: hidden;
  /* Important: Hides the square corners of the map tiles */
}


.weekdays-list > .weekdays-day {
    color: lightgray;
}

.weekdays-list > .weekday-selected {
    color: black;
}