/*
Theme Name:   	Pop Sizzle Cart (Hestia Child)
Theme URI:    	http://themeisle.com/themes/hestia/
Author:       	J8ahmed
Author URI:	https://j8ahmed.com
Tested up to:   5.8.2
Requires PHP:   5.4.0
Template:       hestia
Version:        1.0.2
Description:  	Custom Child Theme based on ShopIsle Theme as a template.
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    shop-isle
WordPress Available:  no
Requires License:  no
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	shop-isle
Tags:         	two-columns,one-column, grid-layout, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template,footer-widgets,theme-options, translation-ready,e-commerce,blog,portfolio, threaded-comments

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.
*/
/* Theme Styles */
/* HSL theme color values */
:root {
  --theme-orange: 9, 99%, 65%;
  --theme-orange-pale: 8, 68%, 75%;
  --theme-orange: 9, 99%, 65%;
  --theme-tan: 35, 91%, 86%;
  --theme-red-dark: 345, 56%, 32%;
  --theme-blue: 188, 87%, 45%;
  --theme-pink: 300, 100%, 72%;
  --theme-green: 120, 100%, 69%;
  --theme-white: 0, 0%, 98%;
  --theme-black: 0, 0%, 0%;
  --theme-grey: 0, 0%, 33%;
  --theme-maxwidth: 1170px;
}

html {
  scroll-behavior: smooth;
}

p, li {
  font-size: 20px;
}

/* Front page styles */
section.hestia-about {
  padding-top: 96px;
  background-position: top;
}
section.hestia-about.section-image {
  background-color: hsl(var(--theme-white));
}
section.hestia-about.section-image::after {
  display: none;
}
section.hestia-about.section-image .wp-block-image, section.hestia-about.section-image .text-container {
  padding: 32px;
  background-color: hsl(var(--theme-blue));
}
@media (min-width: 800px) {
  section.hestia-about.section-image .text-container {
    margin-top: -64px;
    margin-left: -32px;
  }
}
section.hestia-about.section-image .text-container .btn.btn-primary {
  margin-top: 16px;
  background-color: hsl(var(--theme-white));
  font-size: 16px;
  font-weight: bold;
  transition: all 0.2s;
}
section.hestia-about.section-image .text-container .btn.btn-primary:hover {
  transform: scale(1.1) translateY(-2%);
}
section.hestia-about.section-image .text-container .btn.btn-primary:hover > a {
  color: hsl(var(--theme-pink));
}
section.hestia-about p {
  font-size: 20px;
}

section.hestia-contact.contactus div.header-primary {
  background-color: hsl(var(--theme-orange-pale));
}

/*# sourceMappingURL=style.css.map */
