/*** Breakpoint: 550px ***/
@media (min-width: 550px) {
  p {
    font-size: 1.6em;
  }

  .circular {
    width: 100%;
    margin: 0 0 20px 0;
  }

  #request-forms .circular {
    margin-right: 0px;
  }

  [class*="col-"] {
    float: left;
  }

  .col-2-3 {
    width: 66.66666666%;
  }

  .col-1-3 {
    width: 33.33333333%;
  }

  .col-1-5 {
    width: 20%;
  }

  .col-1-6 {
    width: 16.66666667%;
  }

  .col-1-2 {
    width: 50%;
  }

  .col-3-4 {
    width: 75%;
  }

  .col-1-4 {
    width: 25%;
  }

  .col-7-8 {
    width: 87.5%;
  }

  .col-1-8 {
    width: 12.5%;
  }

  .row [class*="col-"] + [class*="col-"] {
    padding-top: 0;
  }

  #nav-top .col-1-4 {
    width: 25%;
  }

  #home-icon:after {
    content: "Home";
  }

  #nav-icon:before {
    content: "Menu";
  }

  #nav-icon.open:before {
    content: "Close";
  }

  #nav h4 {
    display: block;
  }

  #nav li a {
    display: inline;
  }

  #nav li li {
    border: 0;
    line-height: 1.5em;
    margin: 0.375em 0px;
  }

  #nav li li:last-child {
    margin-bottom: 0;
  }

  .riot .col-3-4 {
    width: 75%;
  }

  .riot .col-1-4 {
    width: 25%;
  }

  #events .icon-content {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }

  .tv-times {
    padding: 40px 40px 20px;
  }

  #locations [class*="col-"] {
    width: 100%;
  }

  #locations .circular {
    width: 200px;
  }

  .readmore {
    max-height: 7.4em;
  }

  .video-details {
    width: 100%;
    margin-bottom: 2em;
  }

  .parallax-content h5 {
    font-size: 3em;
  }

  .app-section .col-2-3 {
    text-align: left;
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .app-icons a {
    margin: 0 30px 0 0;
  }

  .bottom-bar li a {
    padding: 0 30px;
  }

  #footer hr {
    width: 90%;
    margin: 20px 0;
    display: inline-block;
  }

  #footer-subscribe input,
  #footer-subscribe button {
    margin: 0;
  }

  #footer-subscribe {
    margin: 4em 0;
  }

  .xcamp-world-tour
    .parallax.vertical-parent.has-overlay
    video
    + .parallax-content {
    top: -100px;
  }

  .xcamp-world-tour .parallax.vertical-parent.has-overlay a.btn-sm {
    padding: 2rem;
    font-size: large;
  }
}

/*** Breakpoint: 750px ***/
@media (min-width: 750px) {
  .circular {
    width: 200px;
  }

  .spacer {
    height: 80px;
  }

  #live_counter.live_spacer {
    margin-top: 0;
  }

  #live_counter.show {
    padding: 10px 30px 10px 40px;
    left: 0;
  }

  #live_counter.hide {
    display: block;
    left: -500px;
  }

  .share-dialog {
    top: 50%;
  }

  #live_counter {
    background-color: #11121c;
    color: #ffffff;
    position: fixed;
    top: 100px;
    left: -500px;
    z-index: 99;
    border-radius: 0px 15px 15px 0px;
    font-size: 1.15em;
    padding: 10px 30px 10px 40px;
  }

  #header {
    height: 80px;
  }

  .header-emblem {
    top: 40px;
  }

  img#logo {
    display: block;
    width: 260px;
  }

  #home-icon {
    display: none;
  }

  img#emblem {
    width: 80px;
  }

  nav#nav-main {
    padding-top: 20px;
  }

  #nav h4 {
    font-size: 1.8em;
  }

  nav#nav-main .nav-wrapper {
    padding: 60px 0 !important;
  }

  #no-hero {
    margin-top: 80px;
  }

  .wrapper {
    padding: 80px 0;
  }

  #locations .icon-content {
    flex-direction: row;
    align-items: flex-start;
  }

  #locations {
    text-align: initial;
  }

  #locations .col-2-3 {
    width: 66.66666666%;
  }

  #locations .col-1-3 {
    width: 33.33333333%;
  }

  #locations .col-1-2 {
    width: 50%;
  }

  #locations .circular {
    width: 220px;
  }

  #intro {
    padding: 80px;
  }

  .billboard .tile {
    flex-basis: calc(50% - 20px);
    max-width: 25%;
  }

  .ytThumb {
    width: 300px;
  }

  .sermon-title {
    display: inline;
    font-size: 1em;
    /* margin-top: 0; */
  }

  .sermon-title-divider {
    display: inline;
  }

  /* .parallax {
        background-attachment: fixed;
    } */
  .hero {
    height: 100dvh;
  }

  .arrow-wrap {
    display: block;
  }

  .bottom-bar {
    position: absolute;
    left: 0;
    top: calc(100dvh - 3.3em);
    /* background-color: rgba(17, 18, 28, 0.5); */
    /* text-align: right; */
    padding: 0 4em;
  }

  /* .bottom-bar li a {
        color: #fff;
    } */
  .hero-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    -webkit-transition: 1s opacity;
    -ms-transition: 1s opacity;
    transition: 1s opacity;
  }

  .remix-rally-no-matter-what .parallax.vertical-parent.has-video {
    padding: 15rem;
  }
}

/*** Breakpoint: 1000px ***/
@media (min-width: 1000px) {
  h1 {
    font-size: 6em;
  }

  .circular {
    width: 220px;
  }

  #nav h4 {
    font-size: 2em;
  }
}

@media screen and (max-width: 500px) {
  .bottom-bar ul li a[href="/services"] {
    line-height: 1;
    padding-top: 5px;
    max-width: 130px;
  }

  .billboard .tile-details {
    padding: 10px;
  }

  .billboard h3 {
    font-size: 16px;
  }

  p.social-share-text {
    margin-top: 1rem;
  }
}


/* first-steps reponsive */
@media screen and (max-width: 900px) {
  body.primero-pasos .parallax,
  body.first-steps .parallax {
    height: 8rem;
  }

  body.primero-pasos .parallax .section-content,
  body.first-steps .parallax .section-content {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 500px) {
  body.primero-pasos .parallax-content,
  body.first-steps .parallax-content {
    padding: 16px 0;
  }
  body.primero-pasos .parallax,
  body.first-steps .parallax {
    /* background-size: contain; */
  }
}

@media screen and (max-width: 420px) {
  body.primero-pasos .parallax-content,
  body.first-steps .parallax-content {
    padding: 8px 0;
  }
}

@media screen and (max-width: 550px) {
  .careers-perks div.col-1-4 {
    width: auto;
    display: flex;
    justify-content: space-around;
  }

  .careers-our-culture p.culture-whitebg.culture-last {
    margin-top: -8px;
  }

  .career-perk-icon {
    margin-top: 0 !important;
  }

  .careers-section-wrap .parallax-content {
    padding: 40px 0;
  }
}

@media screen and (max-width: 650px) {
  .lf-flex-wrap {
    display: block;
  }

  a.btn-md.btn-living-free {
    max-width: 100%;
  }
}
