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

/* Elementor */
.button.button--header-desktop-tab {
    position: relative;
    background-color: #262626;
}
.page .entry-header {
    display: none;
}
ol, ul {
    margin: 0 0 1.5em 0em;
}
/*ol, ul {
    margin-left: 2.5em !important;
}*/
a:hover, .metro-lifeboat .comments-area a:hover, .metro-lifeboat .page-content a:hover {
    text-decoration: underline;
}
.elementor a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline;
}
/*
.entry-content ul, .entry-content ol {
    padding: 0;
    margin: 0;
}*/
.ast-single-post .entry-header.ast-header-without-markup, .ast-single-post .entry-header.ast-no-title.ast-no-thumbnail {
    margin-bottom: 0;
    display: none;
}
.ast-page-builder-template .site-content > .ast-container {
    max-width: 100%;
    padding: 0;
}
.elementor-widget-breadcrumbs {
    margin-top: -45px;
}
@media (max-width: 767px){
  .button.button--header-mobile .button__content {
      color: #ffffff;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      letter-spacing: 0.2px;
      line-height: 20px;
      text-indent: 25px;
  }
  .button.button--header-mobile {
      padding: 25px;
      background-color: #ffffff !important;
  }
  .ast-container, .ast-container-fluid {
      margin-left: auto;
      margin-right: auto;
      padding-left: 0px !important;
      padding-right: 0px !important;
  }
}
@media (min-width: 922px){
  .site-content .ast-container {
      display: contents !important;
  }
}
@media (min-width: 1200px){
  .ast-plain-container.ast-no-sidebar #primary {
      margin-top: 0px;
      margin-bottom: 60px;
  }
}
@media (min-width: 993px){
.ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
    margin: 0em 0;
    padding: 0;
}
}


.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;
}

body.page .elementor-element.elementor-element-cc54c41 .pp-breadcrumbs{
  padding: 0 1rem;
  margin-left: unset;
}

body.page .elementor-element.elementor-element-cc54c41 .pp-breadcrumbs.pp-breadcrumbs-powerpack > li:first-child {
  margin: 0;
}

/* 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("../chiclet_nixle_24x24.html") center left no-repeat
}

.iconGo511 {
  background: url("../24x24_go511.html") center left no-repeat
}

.iconUstream {
  background: url("../24x24_ustream.html") center left no-repeat
}

.iconVimeo {
  background: url("../24x24_vimeo.html") center left no-repeat
}

.iconFlickr {
  background: url("../chiclet_flickr_24x24.html") center left no-repeat
}

.iconYelp {
  background: url("../chiclet_yelp_24x24.html") center left no-repeat
}

.iconAtom {
  background: url("../chicklet_atom_24x24.html") center left no-repeat
}

.iconFacebook {
  background: url("../chiclet_facebook_24x24.html") center left no-repeat
}

.iconTwitter {
  background: url("../chiclet_twitter_24x24.html") center left no-repeat
}

.iconEmail {
  background: url("../chiclet_email_24x24.html") center left no-repeat
}

.iconYoutube {
  background: url("../chiclet_youtube_24x24.html") center left no-repeat
}

.iconRSS {
  background: url("../chiclet_rss_24x24.html") center left no-repeat
}

.iconMobile {
  background: url("../chiclet_mobile_24x24.html") center left no-repeat
}

.iconLinkedIn {
  background: url("../chiclet_linkedin_25x25.html") center left no-repeat
}

.iconPeriscope {
  background: url("../chiclet_periscope_24x24.html") center left no-repeat
}

.icon {
  background: url("../14x14.html") 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("../iconmetro.html") center left no-repeat;
  display: block;
  line-height: 22px;
  padding-left: 50px;
}

.iconAlert {
  background: url("../iconalert.html") center left no-repeat;
  display: block;
  line-height: 22px;
  padding-left: 30px;
}

.iconRail {
  background: url("../rail_20x20.html") top left no-repeat;
  padding-left: 25px;
}

.iconBus {
  background: url("../bus_20x20.html") top left no-repeat;
  padding-left: 25px;
}

.iconSpecial {
  background: url("../special_20x20.html") top left no-repeat;
  padding-left: 25px;
}

.iconBlue {
  background: url("../blueline_24.html") center left no-repeat;
  line-height: 25px;
  padding-left: 25px;
}

.iconGreen {
  background: url("../greenline_24.html") center left no-repeat;
  line-height: 25px;
  padding-left: 25px;
}

.iconGold {
  background: url("../goldline_24.html") 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--schedules-riding,
body.single-riding #page,
body.single-riding #page .page {
  min-height: 80vh;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Styling Fixes */
.header-bar.header-bar--desktop .button.button--header-desktop-tab:hover {
  text-decoration: none !important;
}
.list-links.list-links--rider-tools .list-links__item a:hover {
  text-decoration: none !important;
}
.list-links.list-links--header .list-links__item-link:hover,
.list-links.list-links--header-2-col .list-links__item-link:hover,
.list-links.list-links--footer-big .list-links__item a:hover,
.list-links.list-links--footer-legal .list-links__item:hover,
.list-links.list-links--footer-small .list-links__item a:hover {
  text-decoration: none !important;
}

@media (min-width: 922px){
  .site-content .ast-container {
      display: block;
  }
}

.post-navigation{
  display: none;
}

.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none;
}

a:hover, .metro-lifeboat .comments-area a:hover, .metro-lifeboat .page-content a:hover {
    text-decoration: underline !important;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
}

.elementor-widget-breadcrumbs {
    margin-top: 20px;
}
.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
  text-decoration: none !important;
}
.header-search__form .search-form label .search-submit {
        display: none;
}
.header-search [type="submit"] {
        background-color: transparent;
}
.header-search__form .search-form .search-field {
        width: 100%;
        padding: 0.5rem 1rem 0.5rem 50px;
}
.header-search__form .search-form .search-field:focus {
        background-color: #EDEDED;
        border: none;
}
.elementor-widget-container .list-articles__listing-items {
        padding-left: 0;
}
.header-bar.header-bar--mobile {
        overflow: hidden;
}
