.widget-offset{
  width: 70% !important;
  width: -moz-calc(100% - 250px) !important;
  width: -webkit-calc(100% - 250px) !important;
  width: calc(100% - 250px) !important;
  margin-left: auto !important;
}

.widget-offset-250 {
    width: 70%;
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px) ;
    margin-left: auto;
}

.top-offset{
  margin-top: 70px;
}

@media screen and ( max-width: 961px){
  .widget-offset{
    width:100% !important;
  }
  .widget-offset-250{
    width:100% !important;
  }
  .top-offset{
    margin-top: 60px;
  }

}
