/*------------------------------------------------------------------------------
 Main CSS file for baxter theme - viewing room
----------------------------------------------------------------------------- */

  /* Fonts
  ----------------------------------------------------------------------------- */

  .font-adelle-condensed-extrabold {
    font-family: adelle-condensed, serif;
    font-style: normal;
    font-weight: 800;
  }
  
  .font-adelle-condensed-bold {
    font-family: adelle-condensed, serif;
    font-style: normal;
    font-weight: 700;
  }
  
  .font-adelle-condensed-semibold {
    font-family: adelle-condensed, serif;
    font-style: normal;
    font-weight: 600;
  }
  
  .font-adelle-condensed-regular {
    font-family: adelle-condensed, serif;
    font-style: normal;
    font-weight: 400;
  }
  
  /* Content
  ----------------------------------------------------------------------------- */

  .bg {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
    .step-2 .hero {
      width: 100%;
        height: 100%;
      margin: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      text-align: center;
        position: absolute;
      top: 0;
    }
    .step-2 .hero-overlay {
      /* background-color: rgba(0, 0, 0, 0.3); */
      padding: 0 10px;
    }
    .step-2 h1 {
      font-size: 60px;
      margin-bottom: 0px;
    }
    .step-2 h2 {
      margin-top: 6px;
      margin-bottom: 12px;
      font-size: 60px;
    }
    .step-2 h3 {
      margin-top: 6px;
      margin-bottom: 60px;
      font-size: 30px;
    }
    .step-2 h4 {
      margin-top: 6px;
      margin-bottom: 30px;
      font-size: 24px;
      text-decoration: underline;
    }
  
  .vr-menu .bottom-bar-left {
   flex-grow: 0 !important;
  }
  
  .vr-gray {
    background: #f9f9f9 !important;
    padding-top: 102px;
  }
    .admin-bar .vr-gray {
      padding-top: 102px;
    }

  .single-baxter_vr_page .bottom-bar-outer {
  	top: 0;
	box-shadow: none;
	border-bottom: none;
  }

  .admin-bar.single-baxter_vr_page .bottom-bar-outer {
    top: 32px;
  }

  .single-baxter_vr_page .header {
    top: 0;
  }
  
  .vr-content {
    width: 100%;
  }
  
    .vr-content__head {
      padding: 0 40px;
    }
  
    .vr-content__text {
      margin: 0 auto;
      /* max-width: 590px; */
      font-size: 1.2em;
      padding: 0 40px;
    }
  
    .vr-content h1 {
      font-size: 40px;
    }
    .vr-content-image-1 {
      text-align: center;
      padding: 0 80px;
    }
    .full-width {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
    }
    .vr-content-image-1 img {
      width: 100%;
      height: auto;
      margin: 36px auto;
    }
    .vr-content-image-1 p {
      max-width: 560px;
      margin: 24px auto;
      font-size: 1.7em;
      text-align: left;
    }
    .vr-content-image-2 {
      text-align: left;
      padding: 0 80px;
    }
      .vr-content-image-2__images {
        display: flex;
        justify-content: space-between;
      }
    .vr-content-image-2 .vr-content-image-2__images a {
      width: 48%;
      margin: 36px 0;
      display: inline-block;
    }
    .vr-content-image-2 p {
      /* max-width: 640px;
      margin: 24px 0; */
      font-size: 1.2em;
    }
    .vr-content-image-3 {
      text-align: center;
    }
    .left-right .vr-content-image-3 img {
      max-width: 480px;
      margin: 36px auto;
    }
    .vr-content-image-3 p {
      max-width: 560px;
      margin: 24px auto;
      font-size: 1.7em;
      text-align: left;
    }
    .vr-content-image-4 {
      text-align: center;
      padding: 0 80px;
    }
    .vr-content-image-4 img, 
    .vr-content-image-4 iframe {
      height: auto;
      margin: 36px auto;
    }
    .vr-content-image-4 p {
      max-width: 640px;
      margin: 24px auto;
      font-size: 1.7em;
      text-align: left;
    }
    .vr-content-image-5 {
      padding: 0 80px;
      display: flex;
      align-items: center;
    }
    .left-right .vr-content-image-5 a {
      width: 50%;
      display: block;
    }
    .vr-content-image-5 p {
      font-size: 1.4em;
      padding-left: 60px;
      padding-right: 60px;
      width: 50%;
    }
    
    .vr-content-image-6 {
      position: relative;
      max-width: 700px;
      margin: 0 auto 4em;
      height: 100%;
    }
    .vr-content-image-6 p {
      height: auto;
      margin: 12px auto;
      text-align: left;
      font-size: 1.5em;
    }
    .vr-content-image-6 a {
      font-size: 48px;
      text-decoration: none;
    }

    .vr-content-image-7 {
      max-width: 590px;
      margin: 0 auto;
    }
    .vr-content-image-7 img {
      height: auto;
      margin: 36px auto;
    }
      .vr-content-image-7__copy {
        padding: 0 10px;
      }
    .vr-content-image-7 h1 {
      margin: 12px auto;
      font-size: 1.7em;
      text-align: left;
    }
    .vr-content-image-7 p {
      margin: 24px auto;
      font-size: 1.2em;
      text-align: left;
    }
    .vr-content-image-7 a {
      font-size: 1.5em;
      text-align: left;
      text-decoration: underline;
    }

    .vr-content-video {
      text-align: center;
      max-width: 837px;
      margin: 200px auto;
    }

    .vr-content-video .video-wrapper {
      margin: 36px auto;
    }

    .vr-content-video p {
      margin: 36px auto;
      font-size: 1.7em;
      text-align: left;
    }

    .vr-content-image-8 {
      max-width: 837px;
      margin: 200px auto;
      display: flex;
    }

    .vr-content-image-8 .vr-content-image-8__left {
      width: 50%;
    }

    .vr-content-image-8 .vr-content-image-8__left a {
      display: block;
    }

    .vr-content-image-8 .vr-content-image-8__right {
      font-size: 1.4em;
      padding-left: 60px;
      width: 50%;
    }

    .vr-content-image-9 {
      max-width: 837px;
      margin: 200px auto;
      display: flex;
    }

    .vr-content-image-9 .vr-content-image-9__left {
      font-size: 1.4em;
      padding-right: 60px;
      width: 50%;
    }

    .vr-content-image-9 .vr-content-image-9__right {
      width: 50%;
    }

    .vr-content-image-9 .vr-content-image-9__right a {
      display: block;
    }

	.vr-content__close {
	  display: flex;
	  justify-content: flex-end;
	  width: 100%;
	  font-size: 25px;
	}

	.single-baxter_viewing_room .vr-content__close {
		position: absolute;
		top: 20px;
		right: 20px;
	}

	.single-baxter_viewing_room .vr-content__close a {
		color: white;
	}

    .vr-content__close a {
	  text-decoration: none;
	}
  
  .step-6 {
    padding: 100px 80px;
    margin: 40px;
    background: #fff;
  }
    .step-6 h1 {
      font-size: 2em;
    }
  
    .step-6__img {
      width: 185px;
      margin-left: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-grow: 0;
      flex-shrink: 0;
    }
  
    .left-right .step-6__img img {
      width: auto;
      max-width: 100%;
      max-height: 110px;
    }
  
  .hypoallergenic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 110px;
  }
  
  .blanton {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 110px;
  }
  
  .wbur {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 110px;
  }
  
  .vr-social {
   float: right;
  }
   .vr-social ul {
     display: flex;
     margin-top: 0;
     list-style: none;
   }
   .vr-social li {
     margin-left: 16px;
   }
   .vr-social a {
     text-decoration: none;
     font-size: 20px;
   }
  
   .vr-social-2 {
     max-width: 560px;
     margin: 80px auto;
    /* margin: 0 80px; */
   }
  
   .vr-social-3 {
     margin: 0;
   }
  
    .vr-social-2 ul, .vr-social-3 ul {
      margin-left: 0;
      padding-left: 0;
      display: flex;
      margin-top: 0;
      list-style: none;
    }
    .vr-social-2 li, .vr-social-3 li {
      margin-right: 16px;
    }
    .vr-social-2 a, .vr-social-3 a {
      text-decoration: none;
      font-size: 20px;
    }
    .vr-social-2 p {
      max-width: 600px;
      font-size: 1.4em;
    }
  
   .step-4 {
     height: 100%;
     display: flex;
   }
     .step-4 .left-right {
       overflow: hidden;
       padding: 0px;
       background: #fff;
     }
     .slick-track {
       height: 100%;
     }
     .slick-initialized .slick-track .slick-slide {
       display: flex;
     }
     .step-4__slider-item {
       width: 100%;
       height: 100%;
       display: flex;
     }
     .step-4__img-wrapper {
       margin: auto;
       max-width: 480px;
     }
     .step-4 img {
       width: 100%;
       height: auto;
       display: block;
     }
     .step-4 .left-right-left {
       position: fixed;
       align-content: center;
       justify-content: center;
       left: 0;
       top: 0;
       bottom: 0;
       right: 270px;
       width: auto;
       margin-right: 0;
       display: flex;
     }
     .step-4 .left-right-right--viewing-room {
       position: fixed;
       margin-top: 0px;
       background: #f5f5f5;
       top: 0;
       right: 0;
       bottom: 0;
       margin-left: 0;
       margin-right: 0;
       width: 270px;
     }
       .step-4 .close {
         position: absolute;
         top: 30px;
         right: 30px;
         font-size: 30px;
       }
         .close a {
           text-decoration: none;
         }
		.mobile .site-header-top .close {
			display: flex;
			align-items: center;
			width: 100px;
			justify-content: flex-end;
			width: 100%;
		}
       .step-4 .credits {
         position: absolute;
         bottom: 50px;
         left: 30px;
         padding-right: 10px;
       }
       .step-4 .vr-social {
        margin-top: 60px;
        float: none;
       }
       .step-4 .vr-social ul {
         padding-left: 0;
       }
       .step-4 .vr-social ul li {
         margin-left: 0;
         margin-right: 10px;
       }
  
       .step-4 .right-arrow {
         position: absolute;
         bottom: 50px;
         right: 60px;
         font-size: 48px;
       }
         .step-4 .right-arrow a {
           text-decoration: none;
           font-weight: 100;
         }
          .step-4 .right-arrow a img {
            width: 26px;
            height: auto;
          }
       .step-4 .left-arrow {
         position: absolute;
         bottom: 50px;
         left: 60px;
         font-size: 48px;
       }
         .step-4 .left-arrow a {
           text-decoration: none;
           font-weight: 100;
         }
          .step-4 .left-arrow a img {
            width: 26px;
            height: auto;
          }  

.single-baxter_vr_page {
	font-family: adelle-condensed, serif !important;
    font-style: normal !important;
}
  
  /* End
  ----------------------------------------------------------------------------- */
  
@media (max-width: 1023px) {

    .admin-bar.single-baxter_vr_page .header {
      top: 46px;
    }

    .single-baxter_vr_page .left-right {
      padding-top: 102px;
    }

    .vr-content__head {
      padding: 0 20px;
    }
    .vr-content__text {
      padding: 0 20px;
    }
    .vr-content-image-1 {
      padding: 0 20px;
    }
    .vr-content-image-2 {
      padding: 0 20px;
    }
    .vr-content-image-4 {
      padding: 0 20px;
    }
    .vr-content-image-5 {
      padding: 0 20px;
      display: block;
    }
    .left-right .vr-content-image-5 a {
      width: 100%;
      display: block;
    }
    .vr-content-image-5 p {
      padding-left: 0;
      padding-right: 0;
      width: auto;
    }
    .vr-social-2 {
      margin: 0 20px;
    }
    .vr-content-image-7 {
      padding: 0 20px;
    }
    .vr-content-image-6 {
      padding: 0 20px;
    }
  
    .step-6 {
      margin: 20px;
      padding: 20px;
    }
    .step-6__img {
      margin-left: 0;
      justify-content: left;
    }
    .hypoallergenic {
      display: block;
      margin-bottom: 40px;
    }
    .blanton {
      display: block;
      margin-bottom: 40px;
    }
    .wbur {
      display: block;
      margin-bottom: 40px;
    }
    .step-4 {
      flex-direction: column;
    }
    .step-4 .left-right-left {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 270px;
    }
    .single .left-right-right--viewing-room {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      height: 270px;
      width: 100%;
      top: auto;
    }
    .step-4 .close {
      top: auto;
      bottom: 200px;
    }
    .step-4 .left-arrow {
      left: auto;
      right: 90px;
    }
    .step-4 .right-arrow {
      right: 30px;
    }

}
