/* Module Block Layout */
div.theme-purple {
  background: #662d91;
  width: 250px;
  float: right;
  margin-top: 20px;
  padding-bottom: 25px;
  border-radius: 4px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  color: #fff;
}
@media (max-width: 991px) {
  div.theme-purple {
    width: 100%;
    float: none;
    padding: 20px 15px;
  }
}

div.theme-purple .module {  }

div.theme-purple .module-title {

}

div.theme-purple h2 {
  margin: 4px 0 18px 0;
  font-size: 20px;
  font-weight: bold;
}

div.theme-purple h3 {
  font-family: 'Raleway', sans-serif;
  color: #f49001 !important;
  margin: 0;
  font-weight: bold;
  text-transform: none;
  margin-top: 38px;
  margin-bottom: 5px;
  font-size: 21px;
}

div.theme-purple h5 {
  font-weight: normal !important;
  font-family: 'Open sans', sans-serif;
  font-size: 11px;
}

div.theme-purple .module_top{  }

div.theme-purple .module_bottom{  }

div.theme-purple .module-content {

}

div.theme-purple .module ul {

}

div.theme-purple .module .module_view_all {

}