/*
Theme Name: Eli's Cheesecake
Theme URI: https://doubleberry.com
Author: Doubleberry Interactive
Author URI: https://doubleberry.com
Description: Refactoring of the WP Emerge theme into a standard WordPress theme
Tags: underscores
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elischeesecake
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.single-wpsl_stores .js-single-wrapper {
  padding: 15vh 0 5vh 0;
}

.single-wpsl_stores .js-single-wrapper .type-wpsl_stores {
  width: 90%;
  max-width: 1200px;
}

@media (min-width: 570px) {
  .single-wpsl_stores .js-single-wrapper .type-wpsl_stores {
    width: 80%;
  }

  .single-wpsl_stores .js-single-wrapper .type-wpsl_stores .wpsl-locations-details {
    margin: 0 auto;
    width: fit-content;
  }
}
