/*
Theme Name:     Noir
Theme URI:      https://sheshoppes.com/demo/noir
Template:       kadence
Author:         SheShoppes
Author URI:     https://sheshoppes.com
Description:    Introducing Noir: a sleek, sophisticated, and editorial child theme for WordPress designed with a feminine touch for coaches, entrepreneurs, and agencies. Noir is jam-packed with a variety of block designs and conversion-focused tools that you can use repeatedly across your website. With Noir, Kadence WP x SheShoppes streamline website creation with their premade block designs, placing a primary focus on conversion while also maintaining site speed and boosting SEO.
Version:        1.3.2
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

@font-face {
    font-family: 'Editor\'s Note';
    src: url('assets/fonts/editorsnote-regular.woff2') format('woff2'),
         url('assets/fonts/editorsnote-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: 'Editor\'s Note';
    src: url('assets/fonts/editorsnote-regular-italic.woff2') format('woff2'),
         url('assets/fonts/editorsnote-regular-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: 'Formetor Regular';
    src: url('assets/fonts/formetor-regular.woff2') format('woff2'),
         url('assets/fonts/formetor-regular.woff') format('woff');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
  
.script, .script .wp-block-kadence-advancedheading, .wp-block-kadence-advancedheading .kt-highlight {
  font-family: 'Formetor Regular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 100%;
}

.wp-block-kadence-advancedheading .kt-highlight {
    color: inherit !important;
}

.more-link-wrap .kadence-svg-iconset {
    display: none;
}

.entry-taxonomies a {
    font-weight: normal !important;
}

.entry-related-carousel h3.entry-title {
    font-size: 28px;
    text-align: center;
}

.entry-related .loop-entry .entry-content-wrap {
    padding: 1rem 0;
}

body.single .hero-container {
    padding-top: 30px;
    padding-bottom: 20px;
}

body.post-type-archive-portfolio .entry-content-wrap {
    text-align: center;
}

select, 
textarea,
.comment-form input:placeholder-shown + label, 
.comment-form textarea:placeholder-shown + label, 
.comment-form .comment-input-wrap p label, 
.comment-form p.comment-form-float-label label, 
textarea::-webkit-input-placeholder,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    border-radius: 0 !important;
    color: var(--global-palette3);
    border-color: var(--global-palette4);
}


.woocommerce span.onsale {
    border-radius: 0 !important;
}

.wc-block-cart__empty-cart__title {
    font-size: var(--wp--preset--font-size--large) !important;
}

.woocommerce div.product .button.single_add_to_cart_button,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    height: initial;
    font-size: 100%;
}

.woocommerce-cart table.cart .product-name a,
.woocommerce-checkout table.cart .product-name a,
#add_payment_method table.cart .product-name a {
    color: var(--global-palette1);
}

.woocommerce form .form-row label,
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
    color: var(--global-palette4);
    border: 0;
    background-color: var(--global-palette8);
    border-radius: 0;
}

.woocommerce #reviews #comments h2,
.related.products h2 {
	font-weight: normal;
  font-size: var(--wp--preset--font-size--larger);
}

.woocommerce #reviews .comment-reply-title {
	font-size: 1em;
	font-weight: normal;
}

.woocommerce ul.products li.product .entry-content-wrap {
	border-radius: 0;
}

.woocommerce div.product form.cart div.quantity {
	margin: 0 20px 0 0;
}

.woocommerce .quantity .qty {
	height: 42px;
}

/* Post Layout */
.wp-block-kadence-posts.overlay-post .loop-entry.content-bg .post-thumbnail {
	margin-bottom: 0;
	height: 100%;
}