/* Custom css for bPortfolio */
.bgal_shortcode_gen {
    margin-top: 20px;
  }
  .bgal_shortcode_gen label {
    cursor: pointer;
    font-size: 16px;
    font-style: italic;
  }
  .bgal_shortcode_gen span {
    display: block;
    margin: 5px 0;
    background: #5758BB;
  }
  .bgal_shortcode_gen input[type="text"] {
    font-size: 14px;
    border: none;
    box-shadow: none;
    padding: 4px 8px;
    width: 100%;
    background: transparent;
    color: white;
  }
  