/*
Theme Name:     Kelly Elliott
Theme URI:      https://www.kellyelliottauthor.com/
Template:       kadence
Author:         Carrie Loves Design Studio
Author URI:     https://www.carrieloves.com
Description:    A custom Kadence child theme for Kelly Elliott
Version:        1.0.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:    kadence-child
*/

/* Font */
@font-face {
    font-family: 'Bro';
    src: url('fonts/Bro.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}
.accent-text {
	font-family: 'Bro';
	font-size: 3rem;
	color: #444444;
	text-transform: lowercase;
}

/* Buttons */
.button, button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited, a.wp-block-button__link:not(.has-background), .kb-button, .kt-button {
	font-family: Roboto, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	background: #222;
	border-radius: 0px;
}
.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover, button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, a.button:focus, a.wp-block-button__link:not(.has-background):active, a.wp-block-button__link:not(.has-background):focus, a.wp-block-button__link:not(.has-background):hover, .kb-button:hover, .kt-button:hover {
	color: #fff;
	background: #ED6B7D;
}
.button::before, .kb-button::before, .kt-button::before, .wp-block-button__link::before {
	content: ''; 
	background-image: url('https://kellyelliottauthor.com/wp-content/uploads/2021/03/heart.svg');
	display: inline-block;
	margin-right: 13px;
	position: relative;
	vertical-align: middle;
	background-size: 30px; 
	height: 30px; 
	width: 30px;
	opacity: 100;
}

.ebutton .elementor-button-icon svg,
.elementor-subscribe .elementor-button-icon svg {
    width: 2em;
}
.ebutton .elementor-button-text {
	align-self: center;
}


/* WooCommerce */
h2.wc-product-category {
	padding-top: 75px !important;
}
.woocommerce-tabs {
	display: none !important;
}
h1.product_title.entry-title {
	font-size: 2rem;
}


/* Novelist */
a.novelist-button {
	color: #ffffff !important;
	background: #222222;
}
a.novelist-button:hover {
	background: #ed6b7d;
}
.book .button {
	margin-bottom: 10px;
	display: block;
	text-align: center;
}
.taxonomy-description {
	font-style: italic;
}
h2.novelist-genre-orderby-navigation {
	font-size: 1rem;
	margin-top: 10px;
}
.novelist-genre-orderby-navigation a {
	display: block;
	padding-bottom: 10px;
}
.tax-novelist-genre #inner-wrap {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
#novelist-genre-archive,
.tax-novelist-genre h1.entry-title {
    max-width: var(--global-content-width);
	    margin: 0 auto;
    padding: 0 var(--global-content-edge-padding);
}


/* Mega Menu */
.header-navigation .header-menu-container ul ul.sub-menu, .header-navigation .header-menu-container ul ul.submenu, .header-navigation ul ul.sub-menu, .header-navigation ul ul.submenu {
	box-shadow: 0 0 0 0;
}