/*
 Theme Name:   Responsive Child
 Theme URI:    http://www.michaelmarod.com/
 Description:  Responsive Child Theme
 Author:       Michael Marod
 Author URI:   http://www.michaelmarod.com
 Template:     responsive
 Version:      1.0.1
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  responsive-child
*/

.featured-subtitle {
    height: 0;
    margin-bottom: -20px;
    padding: 0 40px;
    text-align: left;
    visibility: hidden;
}

#featured-content p {
  text-align: left;
}

.featured-title {
    font-size: 30px;
}

#LocationField, #controls {
  position: relative;
}

.full-width-field {
    width: 100%;
    margin: 3px 5px 3px 0 !important;
}

#route {
  width: 100%;
  margin: 3px 0;
}

#etd-date, #etd-time {
  width: 50%;
  margin: 3px 0;
}

#avg-speed {
  width: 34%;
  margin: 3px 0;
  padding-top: 5px;
  height: 31px;
}

#map-canvas, #elevation_chart, #wind_chart, #directions_panel, #temp_chart {
  margin: 5px 0;
}

.gmnoprint img { max-width: none; }

/*
#route_details {
  border:1px solid;
  border-radius:10px;
  padding: 5px;
  margin: 3px 0;
} 
*/
#route_details {
  display: inline-flex;
}
.weather-display, .route-display, .summary-display {
  width: 33%;
  display: inline-block;
  position: relative;
  min-width: 200px;
  background-color: #d9edf7;
  margin: 3px;
  padding: 5px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #bce8f1;
}
.legs-display {
  width: 98%;
  display: inline-block;
  position: relative;
  background-color: #d9edf7;
  margin: 3px;
  padding: 5px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #bce8f1;
}
.leg-table {
  margin: 1px;
  border: none;
}
.leg-table tr {
  border: none;
}
.leg-table td {
  text-align: left;
  padding: 0 4px;
  border:none;
  white-space: nowrap;
}
.leg-path-item {
  width: 100%;
  white-space: normal !important;
}
.route-detail-header {
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 3px;
}
.route-detail {
  width: 100%;
  display: inline-block;
  position: relative;
}
.route-detail-small {
  display: inline-block;
  position: relative;
  min-width: 175px;
  float: left;
  clear: left;
}
.route-detail-content {
  display: inline;
  position: relative;
}
.infowindow-header {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  float: left;
  white-space: nowrap;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  margin: 5px 0;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
  margin: 5px 0;
}

#route-button{
border:1px solid #ffad41; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:16px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #ffc579; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc579), to(#fb9d23));
  background-image: -webkit-linear-gradient(top, #ffc579, #fb9d23);
  background-image: -moz-linear-gradient(top, #ffc579, #fb9d23);
  background-image: -ms-linear-gradient(top, #ffc579, #fb9d23);
  background-image: -o-linear-gradient(top, #ffc579, #fb9d23);
  background-image: linear-gradient(to bottom, #ffc579, #fb9d23);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc579, endColorstr=#fb9d23);
  width: 100%;
  margin: 0 0 3px;
}

#route-button:hover{
 border:1px solid #ff9913;
 background-color: #ffaf46; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf46), to(#e78404));
 background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
 background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
 background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
 background-image: -o-linear-gradient(top, #ffaf46, #e78404);
 background-image: linear-gradient(to bottom, #ffaf46, #e78404);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffaf46, endColorstr=#e78404);
}

.add-field, .del-field {
  float: right;
  margin-top: 3px !important;
  width: 30px;
  clear: left;
}

.fieldwrapper {
  overflow: hidden;
  padding-right: 8px;
}

td.minimize {
  width: 1px;
  white-space: nowrap;
  text-align: center;
}

th.directions {
    background-color: #585858;
    background-image: -moz-linear-gradient(center top , #585858, #3D3D3D);
    color: #FFFFFF;
    font-weight: bold;
}

.mmr-inactive, .mmr-active {
    float: right;
    width: 30px;
}


.mmr-select {
    padding: 0.4em 0.2em 0;
    height: 30px;
}

#status-div {
    width: 100%;
}

#tiny-url-display-div {
    margin-top: 3px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: none;
}

#mmr-status {
    text-align: left;
    font-weight: bold;
    display: inline-block;
    min-width: 200px;
    position: relative;
    clear: left;
}

#tiny-url-display {
    font-weight: normal;
}

@media (max-width:500px) {
    #top-right-menu {
        text-align: left;
        color: blue;
        float: left;
        clear: left;
        min-width: 300px;
    }
}

@media (min-width:500px) {
    #top-right-menu {
        text-align: left;
        color: blue;
        float: right;
    }
}

#settings {
    display: none;
}

#running-speed, #bicycling-speed {
    width: 100%;
}

input[type='range'] {
    -webkit-appearance: none;
    border-radius: 5px;
    box-shadow: inset 0 0 5px #333;
    background-color: #999;
    height: 10px;
    vertical-align: middle;
}
input[type='range']::-moz-range-track {
    -moz-appearance: none;
    border-radius: 5px;
    box-shadow: inset 0 0 5px #333;
    background-color: #999;
    height: 10px;
}
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    border-radius: 20px;
    background-color: #FFF;
    box-shadow:inset 0 0 10px rgba(000,000,000,0.5);
    border: 1px solid #999;
    height: 25px;
    width: 25px;
}
input[type='range']::-moz-range-thumb {
    -moz-appearance: none;
    border-radius: 20px;
    background-color: #FFF;
    box-shadow:inset 0 0 10px rgba(000,000,000,0.5);
    border: 1px solid #999;
    height: 25px;
    width: 25px;
}

.gmaps-icon {
    left: 0px;
    width: 25px;
    height: 25px;
    background: url('/images/icons/mmr_icons.png') no-repeat 0 0;
    margin-top: 3px;
    float: right;
}

.mmr-run-icon {
    left: 30px;
    width: 25px;
    height: 25px;
    background: url('/images/icons/mmr_icons.png') no-repeat -36px 0;
    margin-top: 3px;
    float: right;
}

.mmr-bike-icon {
    left: 60px;
    width: 25px;
    height: 25px;
    background: url('/images/icons/mmr_icons.png') no-repeat -74px 0;
    margin-top: 3px;
    float: right;
}

.gmaps-run-icon {
    left: 90px;
    width: 25px;
    height: 25px;
    background: url('/images/icons/mmr_icons.png') no-repeat -110px 0;
    margin-top: 3px;
    float: right;
}

.gmaps-bike-icon {
    left: 120px;
    width: 25px;
    height: 25px;
    background: url('/images/icons/mmr_icons.png') no-repeat -147px 0;
    margin-top: 3px;
    float: right;
}

#mmr-toggle-start {
   display: none;
}
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
max-width: none;
}

.scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}
