/*
 Theme Name:     custom
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Custom
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        2.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.hyphenate,
.hyphenate h1, 
.hyphenate h2, 
.hyphenate h3,
.hyphenate h4,
.hyphenate p,
.hyphenate .et_pb_blurb_description,
.hyphenate .et_pb_blurb_description p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media only screen and (max-width: 1024px) {
	.hyphenate-mobile,
	.hyphenate-mobile h1, 
	.hyphenate-mobile h2, 
	.hyphenate-mobile h3,
	.hyphenate-mobile h4,
	.hyphenate-mobile p,
	.hyphenate-mobile .et_pb_blurb_description,
	.hyphenate-mobile .et_pb_blurb_description p {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}