/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Adapted from Divi
 Author:         Bear Left Bear
 Author URI:     https://bearleftbear.com
 Template:       Divi
 Version:        1.0.0
*/

/*
Sizes the section to Legal Landscape (14 x 8.5) for print
*/

@media print {
  @page {
    size: 14in 8.5in;
    margin: 0in;
    margin-top:0in;
  }

  .et_pb_section {
    border: 0px solid black;
    width: 14in;
    height: 8.5in;
    margin: 0px auto;
    margin-top: 0px;
    padding: 0.5in 0.5in !important;
    background-color: #ffffff !important;
  }
} /* Print */