/*
Theme Name: sixtyseven-edge
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: Sixtyseven
Author URI:  https://www.sixtyseven.com
Template: salient
Version: 1.1.8
*/

body[class] .gform_wrapper .top_label .gfield_label {
  text-transform: none !important;
}

body[class]
  .wpb_row
  .vc_column-inner
  .wpb_wrapper
  .wpb_text_column:not(:first-of-type) {
  margin-left: 1.25rem;
}

.float-left {
  float: left;
  width: 50%;
}

.float-right {
  float: right;
  width: 50%;
  clear: none !important;
}

@media (max-width: 900px) {
  .float-right,
  .float-left {
    width: 100%;
    float: none;
    clear: both !important;
  }

  .margin-top-negative {
    margin-top: 24.5px;
  }
}

@media (min-width: 900px) {
  .margin-top-negative {
    margin-top: -60px !important;
  }
}
