/* Landing Page */

.hero-scene {
    z-index: 1;
}
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    overflow: hidden;
    max-height: 100%;
    width: 100%;
}

@media only screen and (min-width: 639px) {
  .bg-video {
    height: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .bg-video {
    height: 100%;
    max-width: 100%;
  }
}
.bg-video video {
  top: 0;
  left: 0;
  height: 100%;
/*   width: 100%; */
}

@media only screen and (min-width: 1670px) {
  .bg-video video {
      height: auto;
      width: 100%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .bg-video video {
    height: 100%;
    width: auto;
  }
}

.hero-slider-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-slider-container .hero-slider, .hero-slider-container .slick-list, .hero-slider-container .slick-track, .hero-slider-container .slick-slide, .hero-slider-container .slick-slide div {
    height: 100%;
}

.testimonial-slider {
      position: relative;
}

.testimonial-slider:after, .testimonial-slider:before {
    background-image: url(./../images/quotes.png);
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.testimonial-slider:before {
    top: -25px;
    left: 0;
    transform: rotate(180deg);
}

.testimonial-slider:after {
    bottom: 0px;
    right: 0px;
}

.features-list .icon {
    width: 50px;
    height: 50px;
}

.features-box img {
    height: 50px;
    width: auto;
    margin-bottom: 15px;
}

/* Footer */
.social-container {
    display: block;
    margin-bottom: 80px;
    margin-top: 40px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.social-container span {
    background-color: #2d5397;
    border: 1px solid #fff;
    padding: 51px 40px;
    border-radius: 100px;
    margin-left: -20px;
}

.social-container i {
    font-size: 3rem;
    color:#fff;
    text-align: center;
    vertical-align: middle;
}

#sticky-total {
    background-color: transparent;
    box-shadow: none;
}

.sticky {
    background-color: #2d5397;
    box-shadow: 0 -2px 10px rgba(0,0,0,.32);
    margin-bottom: 20px !important;
}

.sticky-label {
  color: #000;
  font-weight: 700;
  padding: 4px;
  min-height: 32px;
  background: rgb(213,213,213);
  background: -webkit-linear-gradient(bottom, rgba(213,213,213,1) 0%, rgba(255,255,255,1) 100%);
  background: -moz-linear-gradient(bottom, rgba(213,213,213,1) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(bottom, rgba(213,213,213,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to top, rgba(213,213,213,1) 0%, rgba(255,255,255,1) 100%);
}

#sticky-total .text-label {
    display: inline-block;
    padding: 18px 0px;
    color: #fff;
}

.sticky .cell.auto {
    border-right: 1px solid #3c3c3c;
}

.sticky .cell.auto:last-child {
  border-right: none;
}

.action-buttons .button {
    padding: 10px 25px;
    margin: 24px 7px;
    min-width: 149px;
}


/* Demo Slider - Landing Page */
.demo.screenshot.background {
/*     position: relative; */
}

.screen1, .screen2 {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.macs {
    position: relative;
    height: 695px;
    width: 850px;
    content: '';
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin: 0 auto;
}

.screen1 {
    height: 278px;
    width: 477px;
    background-size: cover;
    z-index: -2;
    left: 75px;
    top: 49px;
}

.screen2 {
    height: 260px;
    width: 376px;
    background-size: contain;
    z-index: -1;
    bottom: 224px;
    right: 114px;
}

/* Mobile Menu */
.mobile-button {
    display: block;
    position: absolute;
    right: 0;
}
.mobile-button ul.menu {
    display: block;
    text-align: right;
}

.mobile-button ul.menu > li a {
    font-weight: 700;
}

.off-canvas {
  background: #fff;
}

ul#offcanvas-nav .submenu {
  box-shadow: none;
}

ul#offcanvas-nav .submenu a {
  color: #2d5397;
}

/* Software Form */
ul.software-selections {
    list-style: none;
    margin: 40px auto 30px auto;
    text-align: center;
}

ul.software-selections li {
    display: inline-block;
    text-align: center;
    margin: 9px 20px;
}

img.features-check {
    max-height: 20px;
    margin-right: 10px;
}


.breakdown .h4 {
    font-weight: 400;
    display: inline-block;
    font-size: 1.2rem;
}

.breakdown .h4 span {
    color: #e36d0d;
}

.breakdown {
  margin-bottom:30px;
  display: flex;
  justify-content: space-around;
}

/* Testimonial Page */
.testimonials-archive-content section.testimonials-layout {
    margin: 40px auto;
}

/* Contact */
.contact-info {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.contact-info a {
  color: #000;
}

span.icon-image {
    position: absolute;
    left: 0px;
}

span.icon-image.double {
  left: -45px;
}


.icon-image img {
    height: 30px;
}

.icon-image.mail img {
    height: 35px;
}

/* 404 Page */
.content.page-not-found {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 639px) {
  .macs {
      height: 300px;
      width: 300px;
  }
  .screen1 {
    height: 98px;
    width: 167px;
    left: 25px;
    top: 49px;
  }
  
  .screen2 {
    height: 90px;
    width: 131px;
    bottom: 105px;
    right: 41px;
  }

 
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .macs {
    height: 695px;
    width: 640px;
  }
  
  .screen1 {
    height: 224px;
    width: 366px;
    left: 47px;
    top: 116px;
  }
  
  .screen2 {
    height: 190px;
    width: 276px;
    bottom: 262px;
    right: 88px;
  }
}

@media only screen and (max-width: 1384px) {
    .social-container {
    padding-left: 20px;
  }

  .social-container span {
    padding: 28px 24px;
  }

  .social-container i {
      font-size: 2rem;
   }
}

@media only screen and (max-width: 1024px) {
    .breakdown {
    display: block;
  }
  
  .breakdown .h4 {
    display: block;
  } 

  .action-buttons .sticky-label {
    display: none;
  }
  
  .action-buttons {
    height: fit-content !important;
  }
  
  .action-buttons .button {
    margin: 0px;
    display: block;
    border-radius: 0px;
    width: inherit;
  }
  
  .action-buttons .button:hover {
    background-color: #f38327;
    color: #fff;
  }
  
  #back, #submit {
    box-shadow: none;
  }
  
  #back {
    float:left;
    width:50%;
    background-color: #fff;
    color: #000;
    border-color: #fff;
  }
  
  #submit {
    float: right;
    width: 50%;
  }
  
  #submit:hover {
    background-color: #f38327;
    color: #fff;
  }
  
  .text-label span.h5 {
    font-size: 0.6rem;
    display: block;
  }
  
  #sticky-total .text-label {
    padding: 4px 0px 0px 0px;
    margin-bottom: 0px;
  }
  
}

/* Blog */
.post-title.h4 {
    margin-top: 30px;
}
