_numbers.scss 2.2 KB
.n2-ss-widget.n2-style-f17ddbf2d8ed14421f9093b94b93b8a9-heading.nextend-autoplay.n2-ow-all.nextend-autoplay-image{
  z-index: 9999999 !important;
  position: absolute !important;
} 

.page-template-numbers-page{
#Layer_1 {
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 999;
  @media (min-width: 1400px) and (max-width: 1500px) {
    transform: scale(1.3);
    top: 50px;
  }
  @media (min-width: 1300px) and (max-width: 1400px) {
    transform: scale(1.2);
    top: 50px;
  }
  @media (min-width: 1200px) and (max-width: 1300px) {
    transform: scale(1.3);
    top: 50px;
  }
  @media (min-width: 1000px) and (max-width: 1199px) {
    transform: scale(1.6);
    top: 130px;
  }
  @media (max-width: 999px) {
    transform: scale(1.8);
    top: 150px;
  }
  @media screen and (max-width: 768px) {
    top: 50px;
  }
}
div#n2-ss-2item1,
div#n2-ss-2item2,
div#n2-ss-2item3{
  font-family: "Calibri-bold" !important;
  font-size: 60px !important;
  line-height: 60px !important;
  text-shadow: 0px 3px 3px #00000059 !important;
}

}

ss3-force-full-width{
  top: 0px !important;
  position: relative !important;
  @media (max-width: 768px) {
    top: 66px !important;
    position: relative !important;
  }
}

.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-right-top, .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-left-top, .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-left-bottom, .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-right-bottom{
  z-index: 9999999 !important;
 
}

a.find {
  margin-bottom: 50px;
  background-color: #012169;
  text-transform: uppercase;
  font-family: "Calibri-bold";
  font-size: 20px;
  line-height: 20px;
  padding: 2px 50px 17px 60px;
  border-radius: 0px;
  width: 368px;
  color: #fff;
  margin-right: 0px !important;
}
a.find:focus,
a.find:hover{
  background-color: #005eb8;
} 
a.find:before {
  content: "";
  width: 22px;
  height: 31px;
  display: inline-block;
  top: 10px;
  position: relative;
  margin-left: -25px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wp-content/themes/understrap-child/src/images/pin.svg");
}