/*
  Theme Name: Sher Agency - Divi Child Theme
  Theme URI: https://sheragency.com/
  Version: 1.0
  Template: Divi
  Author: Sher Agency
  Author URI: https://sheragency.com/
  Text Domain: sher-agency---divi-child-theme
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@media only screen and (max-width: 980px) {
  .et_pb_section.classShape, .et_pb_section.abs-classShape {
    background: unset !important;
    box-shadow: none;
    overflow: hidden;
    position: relative;
  }
  .et_pb_section.classShape.et_section_regular::before,
  .et_pb_section.classShape.et_section_regular::after,
  .et_pb_section.abs-classShape.et_section_regular::before,
  .et_pb_section.abs-classShape.et_section_regular::after {
    background-color: #222222 !important;
    border: 3px solid #cf7c0f;
    border-left: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
  }
  .et_pb_section.classShape.et_section_regular::before,
  .et_pb_section.abs-classShape.et_section_regular::before {
    border-bottom: 0;
    height: 10%;
    left: 0;
    right: 0;
    top: 0;
    transform: skew(45deg, 0deg);
    transform-origin: right bottom;
  }
  .et_pb_section.abs-classShape.et_section_regular .et_pb_row {
    position: relative !important;
    z-index: 1;
  }
  .et_pb_section.classShape.et_section_regular::after,
  .et_pb_section.abs-classShape.et_section_regular::after {
    bottom: 0;
    border-top: 0;
    height: calc(90% - 5px);
  }
}
