@media (max-width: 768px){
  .gradient-bg .column-image-bg{
    visibility: hidden !important;
  }
  .lnd-hero .row-bg.using-image{
    background-position: 68% 50% !important;
  }
  .lnd-header-title h1 span{
    color: #000 !important;
  }
}
/*tablet design*/
@media screen and (min-width: 641px) and (max-width: 768px){
.lnd-hero h1{
  font-size: 25px !important;  
}
  .lnd-hero .nectar-video-box{
   max-width: 50% !important;
  }
  .lnd-form-title{
   padding: 0% !important
  }
  .lnd-form-spc{
    padding: 0px 15% !important;
  }
}

/*mobile design*/
@media screen and (max-width: 640px){
  .lnd-hero h1{
    font-size: 22px !important;
    line-height: 1.2em !important;
}
  .lnd-hero .nectar-video-box{
    max-width: 85% !important;
  }
   .lnd-form-title{
   padding: 0% !important
  }
  .lnd-form-spc{
    padding: 0px 5% !important;
  }
}

/*homepage button*/
.button-alignedright {
    float: right;
}
/*hide homepage slider*/
.page-id-1217 div.orbit-wrapper {
    display: none;
}

.page-id-1217 #featured  {
    display: none;
}
		
.page-id-1217 .orbit-slide  {
    display: none;
}
.page-id-1217 .home-wrap {
    padding-top: 2.3em!important;
}



/*FOOTER - MAKE ICONS BIGGER*/
#footer-outer #copyright i {
    font-size: 30px;
}

/*FOOTER - EMAIL FORM*/
.nf-form-fields-required {
		display: none;
}