/*
Theme Name: Emerge Business
Author: Kantipur Themes
Author URI: https://www.kantipurthemes.com/
Theme URI: https://www.kantipurthemes.com/emerge-business
Description: Emerge Business is a Full Site Editing Business WordPress theme. This theme is designed specifically for businesses in Business Consulting, IT Solutions, Creative Agencies, Financial Advisory, Transport & Logistics, and many more. This theme provides a professional and modern look, making it an ideal choice for Multipurpose businesses seeking an online presence.
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: emerge-business
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.7
Version: 1.0.1

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}/*
 * CSS for both editor and front-end.
 */

/* Button */
.is-style-emerge-business-flat-button .wp-block-button__link,
.is-style-emerge-business-flat-button .wp-block-button__link:active,
.is-style-emerge-business-flat-button .wp-block-button__link:focus,
.is-style-emerge-business-flat-button .wp-block-button__link:hover,
.is-style-emerge-business-flat-button .wp-block-button__link:visited {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0
}

/* Box shadow */
.is-style-emerge-business-box-shadow {
    box-shadow: var(--wp--preset--shadow--natural)
}

/* List */
.is-style-emerge-business-list-underline li {
    border-bottom: 1px solid
}
.is-style-emerge-business-list-underline ul {
    border-top: 1px solid
}
.is-style-emerge-business-list-underline ul li {
    border: none
}
details.is-style-emerge-business-plus>summary {
    list-style-type: "+ "
}
details[open].is-style-emerge-business-plus>summary {
    list-style-type: "- "
}
details.is-style-emerge-business-plus>summary::marker {
    font-family: var(--wp--preset--font-family--monospace);
    font-size: 1em;
    font-weight: 700
}

/* WooCommerce */
.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale,
.woocommerce span.onsale {
    background-color: var(--wp--preset--color--primary);
    border: none;
    border-radius: 100%;
    color: var(--wp--preset--color--contrast);
    font-size: 1rem;
    height: 3.7rem;
    line-height: 3.236;
    text-align: center;
    text-transform: capitalize;
    width: 3.7rem
}
.woocommerce div.product .stock {
    color: var(--wp--preset--color--primary)
}

/* Latest posts */
.wp-block-latest-posts li {
    margin-bottom: 40px;
}

a {
  text-decoration: none;
}
.entry-content a {
  text-decoration: underline;
}
a:where(:not(.wp-element-button)):hover {
    text-decoration: underline;
}