/*Mobile CSS*/
@media(max-width:1000px){
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-5945 {
      display:none;
}

.sa_owl_theme .owl-nav .owl-next {
    right: -30px !important;
}

.sa_owl_theme .owl-nav .owl-prev {
    left: -30px !important;
}

/*STOP HERE*/
}

/*##END Mobile CSS*/
h4 > a {
    color: #fff !important;
}
.slide-out-widget-area-toggle.mobile-icon.fullscreen {
    background: transparent !important;
}

.hideOpacity{
  opacity: 0;
}

.blueText {
  color: #1D1EAF;
}

li#menu-item-5945 > a > span.menu-title-text{
      font-size: 2vw;
}

li#menu-item-5945 > a{
      pointer-events: none;
}

.broaderWidth{
  width: 250px;
  text-align: center;
}

.span_12.light .nectar-icon-list-item .content {
    color: rgb(255 255 255) !important;
}

.container-wrap input[type=text], body[data-form-style="minimal"] input[type="text"], input#ff_1_email, input#ff_1_phone{
  font-size: 15px;
    background-color: transparent !important;
    border: 1px solid !important;
}

.centerContent{
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-32%);
}


@media(max-width:999px){
  .centerContent {
    margin: 0;
    position: inherit;
    top: 50%;
    transform: translateY(2%);
}
}