/*
 Theme Name:   Metro Lifeboat
 Description:  Metro Lifeboat theme. Parent is hello-elementor
 Author:       Metro
 Author URI:   http://metro.net
 Version:      1.86
 Tags:         responsive-layout, accessibility-ready
 Template:     hello-elementor
 Text Domain:  lifeboat
*/

/* Elementor */
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}
.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
  width: 100%;
}

.metro-lifeboat .smartbanner{
	display: none !important;
}

/* General */
html {
  margin-top: 0 !important; /* Required for smartbanner code */
}
a, a:hover, a:visited {
  color: #105EDA;
}
a,
a:visited,
.metro-lifeboat .comments-area a,
.metro-lifeboat .page-content a {
  text-decoration: none;
}
a:hover,
.metro-lifeboat .comments-area a:hover,
.metro-lifeboat .page-content a:hover {
  text-decoration: underline;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  transition: none; /* was initially 'all' but can't be because border-radius gets weird */
}
mark {
  background-color: #FFF3E0;
  color: #000;
  /*padding: .2em;*/
  padding: .1em;
}
.ul.ul--nodots {
  list-style: none;
  padding: 0;
}


/* Breadcrumbs */
.breadcrumbs {
}
.breadcrumbs__crumb {
  color: #222;
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.26px;
  line-height: 1.15em;
}
a.breadcrumbs__crumb {
  text-decoration: underline;
}


/* Button */
.button.button--blue {
  background-color: #105EDA;
  border: 1px solid #105EDA;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, .05);
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 26px;
  min-width: 250px;
  padding: 11px;
  text-align: center;
  transition: background-color .2s;
  width: 100%;
}
.button.button--blue:hover {
  background-color: #FFFFFF;
  border: 1px solid #105EDA;
  color: #105EDA;
}
.button.button--white {
  background-color: #FFFFFF;
  border: 1px solid #105EDA;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, .05);
  box-sizing: border-box;
  color: #105EDA;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 26px;
  min-width: 250px;
  padding: 11px;
  text-align: center;
  transition: background-color .2s;
  width: 100%;
}
.button.button--white:hover {
  background-color: #FFFFFF;
  border: 1px solid #105EDA;
}


/* The Events Calendar */
a.tribe-events-calendar-list__event-title-link,
a.tribe-events-calendar-list__event-title-link:active,
a.tribe-events-calendar-list__event-title-link:focus,
a.tribe-events-calendar-list__event-title-link:hover {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}


/* Icons */
.iconNixle,
.iconGo511,
.iconUstream,
.iconVimeo,
.iconFlickr,
.iconYelp,
.iconAtom,
.iconFacebook,
.iconTwitter,
.iconEmail,
.iconYoutube,
.iconMobile,
.iconLinkedIn,
.iconRSS,
.iconPeriscope {
  display: inline-block;
  *display: inline;
  height: 24px;
  width: 24px;
  zoom: 1;
}

.iconNixle {
  background: url("img/old-ui/chiclet_nixle_24x24.gif") center left no-repeat
}
.iconGo511 {
  background: url("img/old-ui/24x24_go511.gif") center left no-repeat
}
.iconUstream {
  background: url("img/old-ui/24x24_ustream.gif") center left no-repeat
}
.iconVimeo {
  background: url("img/old-ui/24x24_vimeo.gif") center left no-repeat
}
.iconFlickr {
  background: url("img/old-ui/chiclet_flickr_24x24.png") center left no-repeat
}
.iconYelp {
  background: url("img/old-ui/chiclet_yelp_24x24.png") center left no-repeat
}
.iconAtom {
  background: url("img/old-ui/chicklet_atom_24x24.gif") center left no-repeat
}
.iconFacebook {
  background: url("img/old-ui/chiclet_facebook_24x24.png") center left no-repeat
}
.iconTwitter {
  background: url("img/old-ui/chiclet_twitter_24x24.png") center left no-repeat
}
.iconEmail {
  background: url("img/old-ui/chiclet_email_24x24.png") center left no-repeat
}
.iconYoutube {
  background: url("img/old-ui/chiclet_youtube_24x24.png") center left no-repeat
}
.iconRSS {
  background: url("img/old-ui/chiclet_rss_24x24.png") center left no-repeat
}
.iconMobile {
  background: url("img/old-ui/chiclet_mobile_24x24.png") center left no-repeat
}
.iconLinkedIn {
  background: url("img/old-ui/chiclet_LinkedIn_25x25.png") center left no-repeat
}
.iconPeriscope {
  background: url("img/old-ui/chiclet_periscope_24x24.gif") center left no-repeat
}

.icon {
  background: url("img/old-ui/14x14.gif") no-repeat;
  color: #0000FF;
  display: inline;
  line-height: 1;
  min-height: 18px;
  padding-left: 18px;
}
.accordion .icon {
  display: block;
  padding-top: 3px;
}
.iyoutube {
  background-position: 0 -446px
}
.imyspace {
  background-position: 0 -568px
}
.iscribd {
  background-position: 0 -527px
}
.iseclife {
  background-position: 0 -486px
}
.iflickr {
  background-position: 0 -608px
}
.iform {
  background-position: 0 -120px
}
.iphoto {
  background-position: 0 -78px
}
.ivideo {
  background-position: 0 -280px
}
.itwt {
  background-position: 0 -405px
}
.ifb {
  background-position: 0 -364px
}
.iemail {
  background-position: 0 -647px
}
.ihtml {
  background-position: 0 0
}
.ippt {
  background-position: 0 -160px
}
.iehtml {
  background-position: 0 -323px
}
.iword {
  background-position: 0 -200px
}
.iexcel {
  background-position: 0 -40px
}
.ipdf {
  background-position: 0 -241px
}
.insta {
  background-position: 0 -684px
}
.iconMetro {
  background: url("img/old-ui/iconMetro.png") center left no-repeat;
  display: block;
  line-height: 22px;
  padding-left: 50px;
}
.iconAlert {
  background: url("img/old-ui/iconAlert.png") center left no-repeat;
  display: block;
  line-height: 22px;
  padding-left: 30px;
}
.iconRail {
  background: url("img/old-ui/Rail_20x20.gif") top left no-repeat;
  padding-left: 25px;
}
.iconBus {
  background: url("img/old-ui/Bus_20x20.gif") top left no-repeat;
  padding-left: 25px;
}
.iconSpecial {
  background: url("img/old-ui/Special_20x20.gif") top left no-repeat;
  padding-left: 25px;
}
.iconBlue {
  background: url("img/old-ui/BlueLine_24.gif") center left no-repeat;
  line-height: 25px;
  padding-left: 25px;
}
.iconGreen {
  background: url("img/old-ui/GreenLine_24.gif") center left no-repeat;
  line-height: 25px;
  padding-left: 25px;
}
.iconGold {
  background: url("img/old-ui/GoldLine_24.gif") center left no-repeat;
  line-height: 25px;
  padding-left: 25px;
}


/* IE Unsupported */
.header__ie {
  display: block !important;
  background: rgba(0, 0, 0, .30);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1000000;
}
.header__ie-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 12px;
}
.header__ie-content-container {
  width: 90%;
  max-width: 560px;
  border: 1px solid #5A6872;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.header__ie-content {
  margin: 0 7%;
}
.header__ie-title {
  font-size: 1.5rem;
  letter-spacing: .0075rem;
  line-height: 2rem;
  font-weight: 600;
  color: #000;
  max-width: 330px;
  text-align: center;
  margin: 28px auto 23px;
}
.header__ie-description {
  font-size: .875rem;
  letter-spacing: .0125rem;
  line-height: 1.25rem;
  color: #000;
  margin: 23px 15px 53px;
  font-weight: 300;
}
.header__ie-browsers-container {
  padding: 0;
  margin: 53px auto 50px;
  max-width: 435px;
  text-align: center;
}
.header__ie-browsers-row {
}
.header__ie-browser {
  display: inline-block;
  width: 30%;
}
.header__ie-browser-icon {
  width: 64px;
  height: auto;
}
.header__ie-browser-name {
  text-align: center;
  display: block;
}
.header__ie-browser-name-text {
  font-size: .875rem;
  letter-spacing: .0125rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #105EDA;
  text-align: center;
  display: block;
}
.header__ie.header__ie--is-open {
  display: block;
}


/* Page title stuff */
.page-header {
  margin: 28px 0;
  padding: 0 12px;
}
.page-header .entry-title {
  margin: 0;
}


/* Search Form */
.search-form {
  display: flex;
}
.search-form label {
  margin-right: 10px;
}


/* Search Page */
.search .elementor-widget-container .elementor-post .elementor-post__text .elementor-post__excerpt {
  margin: 0;
}
.search .elementor-widget-container .elementor-post .elementor-post__text .elementor-post__excerpt p {
  color: black;
  letter-spacing: 0.35px;
  line-height: 1.75em;
}
.search .elementor-widget-container .elementor-post .elementor-post__text .elementor-post__title {
  margin: 0 0 4px;
}
.search .elementor-widget-container .elementor-post .elementor-post__text .elementor-post__title a {
  color: #105EDA;
  font-size: 26px;
  line-height: 1.54em;
}


/* Smart Banner */
.metro-lifeboat .smartbanner__info {
  line-height: 16px;
  text-align: center;
  left: 100px;
  width: 68%;
  align-items: center;
}
.metro-lifeboat .smartbanner {
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.25);
  width: auto !important;
  z-index: 1001;
  bottom: 10px !important;
  top: auto !important;
  position: fixed;
  left: 10px !important;
  right: 10px !important;
  border-radius: 3px;
}
.metro-lifeboat .smartbanner__button,
.metro-lifeboat .smartbanner.smartbanner--android .smartbanner__button,
.metro-lifeboat .smartbanner.smartbanner--android .smartbanner__button__label {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  left: 70px;
  z-index: 1;
  display: block;
  padding: 0 10px;
  min-width: 10%;
  border-radius: 5px;
  background: transparent !important;
  box-shadow: none !important;
  color: #1474fc;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-indent: -800px;
  overflow: hidden;
}
.metro-lifeboat .smartbanner.smartbanner--android .smartbanner__button__label:active,
.metro-lifeboat .smartbanner.smartbanner--android .smartbanner__button__label:hover {
  background: rgba(0, 0, 0, 0.25) !important;
}
.metro-lifeboat .smartbanner__info__author {
  display: none !important;
}


@media (min-width: 1280px) {
  .page-header {
    margin: 50px auto;
    max-width: 1320px;
    padding: 0 20px;
  }

  /* Search Page */
  .search .search__title {
    padding: 71px 0 20px;
  }
}

body.schedules #page,
body.schedules #page .page,
body.single-riding #page,
body.single-riding #page .page{
  min-height: 80vh;
}
