/*
Theme Name:     Isabella
Theme URI:      https://novemberdahlia.com
Template:       kadence
Author:         November Dahlia
Author URI:     https://novemberdahlia.com
Description:    A Kadence child theme by November Dahlia.
Version:        1.0.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

/* FONTS */
@font-face {
	font-family: 'Butler';
	src: url('lib/fonts/Butler-UltraLight.woff2') format('woff2');
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Quentin';
	src: url('lib/fonts/quentin-webfont.woff2') format('woff2');
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}
.script, .script-highlight mark {
	font-family: 'Quentin';
	font-weight: normal;
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

/* General */
:root {
	--global-gray-400: var(--global-palette7) !important;
	--global-gray-500: var(--global-palette6) !important;
}
h1, h2, h3, .site-title {
	-webkit-font-smoothing: antialiased;
}
.justify, .has-text-align-justify {
	text-align: justify;
}
.site-header-wrap .nav--toggle-sub .dropdown-nav-toggle {
	top: 45% !important;
}
.header-navigation ul ul li.menu-item > a {
	padding-left: 1.2em !important;
	padding-right: 1.2em !important;
}
#kadence-breadcrumbs a, .product_meta a {
	text-decoration: none !important;
}
.site-top-footer-wrap .site-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.widget p:empty {
	display: none !important;
}
.kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger:before {
	width: 9px !important;
	left: 5px !important;
}
.kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger:after {
	width: 9px !important;
	right: 5px !important;
}
::-moz-selection {
	color: var(--global-palette9);
	background: var(--global-palette4);
}
::selection {
	color: var(--global-palette9);
	background: var(--global-palette4);
}
.wp-site-blocks input, .wp-site-blocks input:focus, .wp-site-blocks input:hover,textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
	box-shadow: none !important;
	border-radius: 0 !important;
}
.wp-site-blocks input:focus, textarea:focus, select:focus {
	border-color: var(--global-palette7) !important;
}
.wp-site-blocks label {
	font-size: 12px !important;
	letter-spacing: 0.2em !important;
	text-transform: uppercase !important;
	color: var(--global-palette3) !important;
}
.wp-site-blocks ::-webkit-input-placeholder {
	font-size: 11px !important;
	letter-spacing: 0.17em !important;
	text-transform: uppercase;
	line-height: 1.2;
	color: var(--global-palette3) !important;
}
.wp-site-blocks ::-moz-placeholder {
	font-size: 11px !important;
	letter-spacing: 0.17em !important;
	text-transform: uppercase;
	line-height: 1.2;
	color: var(--global-palette3) !important;
}
.wp-site-blocks ::placeholder {
	font-size: 11px !important;
	letter-spacing: 0.17em !important;
	text-transform: uppercase;
	line-height: 1.2;
	color: var(--global-palette3) !important;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color: transparent !important;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	color: transparent !important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	color: transparent !important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	color: transparent !important;
}
#sb_instagram #sbi_images {
	padding: 0 !important;
}
.categories-label::before {
	content: 'Sort by:';
}
.categories-menu {
	font-family: var(--global-primary-nav-font-family);
	font-weight: inherit;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.17em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-top: 20px;
}
.categories-menu li {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.categories-menu a, .categories-menu a:visited {
	color: var(--global-palette3);
	text-decoration: none !important;
}
.categories-menu a:hover {
	color: var(--global-palette2);
	text-decoration: none !important;
}
.rotate-text {
	transform: rotate(-7deg);
}
#search-drawer .drawer-inner input.search-field {
	border-radius: 0 !important;
}
#search-drawer .drawer-inner input.search-field:focus {
	box-shadow: none !important;
}
.wp-block-search__inside-wrapper {
	gap: 8px;
	border-radius: 0 !important;
}
.wp-block-search__input {
	line-height: 1.2 !important;
	padding: 0 13px !important;
}
.wp-block-search__button-inside .wp-block-search__input {
	border: 0 !important;
}
.wp-block-search__no-button .wp-block-search__input {
	padding: 15px !important;
}
.wp-block-search__button {
	height: 45px;
	line-height: 45px !important;
	padding: 0 15px !important;
	color: var(--global-palette-btn) !important;
	background-color: var(--global-palette-btn-bg) !important;
	border-radius: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
}
.wp-block-search__button:not(.wp-block-search__button.has-icon) {
	font-size: 11px !important;
}
.wp-block-search__button:hover {
	color: var(--global-palette-btn-hover) !important;
	background-color: var(--global-palette-btn-bg-hover) !important;
}
.wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__input {
	height: 43px !important;
	padding: 0 10px !important;
}
.wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__button, .wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__button:hover {
	height: 43px !important;
	line-height: normal !important;
	padding: 0 10px !important;
	background: transparent !important;
}
.error .search-form .search-submit[type="submit"] {
	color: transparent !important;
}
.side-border-right, .side-border-left, .side-border-center {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.side-border-right::after, .side-border-left::before, .side-border-center::after, .side-border-center::before {
	content: '';
	flex: 1;
	height: 1px;
	background: var(--global-palette7);
	display: block;
	vertical-align: middle;
}
.side-border-right::after, .side-border-center::after {
	margin-left: 10px;
}
.side-border-left::before, .side-border-center::before {
	margin-right: 10px;
}

/* Blog and Archives Layout */
.content-style-unboxed #archive-container.item-image-style-above .post-thumbnail {
	margin-bottom: 0 !important;
}
.content-style-unboxed #archive-container.item-image-style-above .entry-content-wrap {
	text-align: center;
}
.content-style-unboxed #archive-container.item-image-style-above .entry-meta {
	justify-content: center;
}
.content-style-unboxed #archive-container.item-image-style-above .has-post-thumbnail .entry-content-wrap {
	background: var(--global-palette9);
	width: calc(100% - 60px);
	padding: 30px 30px 0;
	margin: -60px auto 0;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	.content-style-unboxed #archive-container.item-image-style-above .has-post-thumbnail .entry-content-wrap {
		width: calc(100% - 30px);
		padding: 25px 15px 0;
	}
}
#archive-container.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
	grid-template-columns: 45% minmax(0,1fr) !important;
}

/* Posts */
.entry {
	position: relative;
}
.error .entry {
	box-shadow: none !important;
	border-radius: 0 !important;
}
.entry-taxonomies a {
	font-weight: inherit !important;
}
.entry-meta-divider-dot>*:after {
	height: .1rem !important;
	width: .1rem !important;
}
.loop-entry .entry-summary p, .loop-entry .entry-header .entry-meta {
	margin: 1em 0 0 !important;
}
.blog.content-style-unboxed .content-area, .archive.content-style-unboxed .content-area, .search.content-style-unboxed .content-area {
	margin-top: 0 !important;
}
.post-archive-title, .search-archive-title, .product-archive-title, .portfolio-archive-title {
	margin-bottom: 30px !important;
}
.entry-taxonomies {
	margin-bottom: .7em !important;
}
.comment-navigation .nav-previous:after, .post-navigation .nav-previous:after, .post-navigation-sub, .post-navigation .kadence-svg-iconset, .entry-related .entry-meta, .entry-related .splide__pagination {
	display: none !important;
}
.post-navigation {
	font-family: var(--global-primary-nav-font-family);
	font-size: 12px;
	font-weight: inherit;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	background: var(--global-palette8);
	padding: 20px;
	margin-top: 40px !important;
}
.single-post.content-style-boxed .post-navigation {
	background: var(--global-palette7);
}
.post-navigation .nav-previous a::before, .post-navigation .nav-next a::after {
	color: var(--global-palette2);
	font-size: 14px;
	position: relative;
	top: 0.5px;
}
.post-navigation .nav-previous a::before {
	content: '❮';
	padding-right: 5px;
}
.post-navigation .nav-next a::after {
	content: '❯';
	padding-left: 5px;
}
@media screen and (max-width: 767px) {
	.post-navigation .nav-links {
		display: block !important;
	}
	.post-navigation .nav-links > *:nth-child(1) {
		padding: 0 0 10px;
	}
}
.entry-related-title {
	text-align: center;
	margin: 0 0 15px !important;
}
.entry-related .entry-title {
	font-family: var(--global-primary-nav-font-family);
	font-size: 11px !important;
	font-weight: inherit;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.entry-related .post-thumbnail {
		padding-bottom: 125% !important;
	}
}
@media screen and (max-width: 767px) {
	.entry-related .post-thumbnail {
		padding-bottom: 100% !important;
	}
}
.entry-related-inner-content .entry-header {
	margin: 0 !important;
}
.entry-related.alignfull, .entry-related-inner-content.alignwide {
	max-width: 100% !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.has-sidebar .entry-related-inner-content {
	padding: 0 !important;
}
.content-style-unboxed .entry-related .loop-entry .entry-content-wrap, .content-style-boxed .entry-related .loop-entry .entry-content-wrap {
	padding: 15px !important;
}
.has-sidebar.content-style-unboxed .entry-related .loop-entry .entry-content-wrap {
	padding: 10px 0 0 !important;
}
.single-post .entry-tags {
	border-bottom: 1px solid var(--global-palette7);
	padding: 0 0 10px;
}
.entry-tags a.tag-link {
	font-size: 12px !important;
	color: var(--global-palette3) !important;
	margin-right: 1em !important;
}
.entry-tags a.tag-link:hover {
	color: var(--global-palette1) !important;
}
.entry-tags a.tag-link, .entry-tags a.tag-link:hover {
	border: 0 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	padding: 0 !important;
}
.entry-author-style-normal {
	background: var(--global-palette8);
	padding: 20px;
}
.content-style-unboxed .entry-author-style-center {
	border-color: var(--global-palette7) !important;
}
.content-style-unboxed .entry-author-style-center .entry-author-avatar:before, .content-style-unboxed .entry-author-style-center .entry-author-avatar:after {
	background: var(--global-palette7) !important;
}
b.fn {
	font-family: var(--global-heading-font-family);
	font-weight: inherit;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .12em;
	line-height: 1.4;
	margin: 0;
}
b.fn a, b.fn a:visited, b.fn a:hover {
	text-decoration: none !important;
}
.entry-author-style-normal .entry-author-avatar img {
	border-radius: 50%;
	border: 3px solid var(--global-palette9);
}
.entry-author-description p {
	line-height: 1.5 !important;
	margin: 7px 0 !important;
}
.entry-author-follow a.social-button {
	border-radius: 50%;
}
.entry-author-follow a.social-button, .entry-author-follow a.social-button:visited, .entry-author-follow a.social-button:hover {
	color: var(--global-palette3) !important;
	background: var(--global-palette6) !important;
}
.entry-author-follow a.social-button:hover {
	opacity: 0.7;
}
@media screen and (max-width: 575px) {
	.entry-author-style-normal {
		text-align: center;
	}
	.entry-author-style-normal .entry-author-avatar {
		position: relative !important;
	}
	.entry-author-style-normal .entry-author-avatar img {
		margin: 0 auto 15px !important;
	}
	.entry-author-style-normal .entry-author-profile {
		padding-left: 0 !important;
	}
}
.comment-body {
	border-bottom: 0 !important;
}
.bypostauthor > .comment-body {
	border-left: 4px solid var(--global-palette7);
	padding-left: 25px;
}
.comment-content {
	margin-bottom: 0 !important;
	padding-top: 0 !important;
}
#comments a {
	text-decoration: none !important;
}
.reply {
	position: relative !important;
}
.comment-reply-link {
	border: 0 !important;
	padding: 10px 12px !important;
	font-size: 11px !important;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: var(--global-palette3) !important;
	background: var(--global-palette7) !important;
}
.comment-reply-link:hover {
	color: var(--global-palette3) !important;
	background: var(--global-palette8) !important;
}

/* Posts Block */
.wp-block-kadence-posts .entry.loop-entry {
	box-shadow: none !important;
	border-radius: 0 !important;
}
.wp-block-kadence-posts .entry-header, .blog-layout-overlap.wp-block-kadence-posts .post-thumbnail, .blog-layout-behind.wp-block-kadence-posts .post-thumbnail {
	margin: 0 !important;
}
.has-text-align-center .entry-meta {
	justify-content: center;
}
.kb-posts-style-boxed.posts-boxed-bg .entry.loop-entry {
	background: var(--global-palette8) !important;
}
.kb-posts-style-boxed.posts-boxed-border .entry.loop-entry {
	border: 1px solid var(--global-palette7) !important;
}
.blog-layout-full .post-thumbnail, .blog-layout-grid .post-thumbnail {
	margin-bottom: 20px !important;
}
.blog-layout-behind.kb-posts-style-unboxed.item-image-style-above .has-post-thumbnail .entry-content-wrap {
	width: calc(100% - 60px);
	padding: 30px 35px !important;
	background: var(--global-palette9);
	margin: -60px auto 0;
	position: relative;
	z-index: 2;
}
.blog-layout-overlap.wp-block-kadence-posts.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
	grid-template-columns: 60% minmax(0,1fr) !important;
	column-gap: 0 !important;
}
.blog-layout-overlap.wp-block-kadence-posts.item-image-style-beside .has-post-thumbnail .entry-content-wrap {
	background: var(--global-palette9);
	padding: 2rem !important;
	z-index: 2;
}
.wp-block-kadence-posts.kb-posts-style-boxed.grid-lg-col-4 .loop-entry .entry-content-wrap {
	padding: 1.5rem !important;
}
.wp-block-kadence-posts.kb-posts-style-boxed.posts-sm-padding .loop-entry .entry-content-wrap {
	padding: 15px !important;
}
.blog-layout-full, .blog-layout-list, .blog-layout-zigzag {
	row-gap: 50px !important;
}
/* Sidebar Posts */
.sidebar-posts.wp-block-kadence-posts {
	row-gap: 15px !important;
}
.sidebar-posts.wp-block-kadence-posts .entry {
	grid-gap: 15px !important;
}
/* Small Gap */
.posts-small-gap.wp-block-kadence-posts {
	column-gap: 25px !important;
}
/* Adjust Column and Row Gap */
.posts-cols-4.wp-block-kadence-posts {
	column-gap: 20px !important;
	row-gap: 30px;
}
/* Posts Overlay */
.posts-overlay.wp-block-kadence-posts {
	column-gap: 30px !important;
	row-gap: 20px !important;
}
@media screen and (max-width: 767px) {
	.posts-overlay.wp-block-kadence-posts {
		display: grid !important;
		grid-template-columns: minmax(0,1fr) !important;
	}
	.posts-overlay.wp-block-kadence-posts .post-thumbnail {
		padding-bottom: 80% !important;
	}
}
.posts-overlay.wp-block-kadence-posts .post-thumbnail {
	margin-bottom: 0 !important;
}
.posts-overlay.wp-block-kadence-posts .post-thumbnail img {
	transition: all 0.1s linear;
}
.posts-overlay.wp-block-kadence-posts .entry:hover .post-thumbnail img {
	opacity: 0.8;
}
.posts-overlay.wp-block-kadence-posts .entry-title a {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: calc(100% - 40px);
	color: var(--global-palette3) !important;
	background: rgba(255,255,255,0.7);
	padding: 17px 15px 11px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.blog-layout-behind.kb-posts-style-unboxed.item-image-style-above .has-post-thumbnail .entry-content-wrap {
		width: calc(100% - 40px);
		padding: 20px !important;
	}
	.posts-cols-4.wp-block-kadence-posts {
		display: grid !important;
		grid-template-columns: repeat(2,minmax(0,1fr)) !important;
	}
}
@media screen and (min-width: 768px) {
	.blog-layout-zigzag.wp-block-kadence-posts.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image):nth-child(even) .entry-content-wrap {
		order: 1;
	}
	.blog-layout-zigzag.wp-block-kadence-posts.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image):nth-child(even) .post-thumbnail {
		order: 2;
	}
	.wp-block-kadence-posts.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
		grid-template-columns: 50% minmax(0,1fr) !important;
		align-items: center;
	}
	.blog-layout-overlap.wp-block-kadence-posts.item-image-style-beside .has-post-thumbnail .entry-content-wrap {
		padding: 2.6rem !important;
		margin-left: -100px !important;
	}
}
@media screen and (max-width: 575px) {
	.grid-mb-col-2.wp-block-kadence-posts {
		grid-template-columns: repeat(2,minmax(0,1fr)) !important;
		column-gap: 1rem !important;
	}
	.primary-sidebar .wp-block-kadence-posts.grid-sm-col-2 {
		grid-template-columns: repeat(2,minmax(0,1fr)) !important;
	}
}

/* Posts Button and Pagination */
.more-link-wrap {
	margin-top: 22px !important;
}
.more-link-wrap .kadence-svg-iconset {
	display: none !important;
}
a.post-more-link, a.post-more-link:visited, a.post-more-link:hover {
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}
a.post-more-link, a.post-more-link:visited {
	font-size: 11px !important;
	font-weight: 300 !important;
	letter-spacing: 0.18em !important;
	line-height: 1.2 !important;
	color: var(--global-palette3) !important;
	background: var(--global-palette7) !important;
	padding: 15px 25px !important;
	display: inline-block !important;
}
a.post-more-link:hover {
	color: var(--global-palette3) !important;
	background: var(--global-palette8) !important;
}
.pagination {
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	margin: 50px auto !important;
}
.pagination .page-numbers {
	border-radius: 0 !important;
	min-width: 40px !important;
	line-height: 40px !important;
	border: 0 !important;
}
.pagination .page-numbers {
	color: var(--global-palette3) !important;
	background: var(--global-palette7) !important;
}
.pagination .current, .pagination .page-numbers:hover {
	color: var(--global-palette3) !important;
	background: var(--global-palette8) !important;
}

/* Portfolio */
.portfolio-archive .entry-content-wrap {
	text-align: center;
}
.portfolio-archive .entry-taxonomies {
	font-family: var(--global-primary-nav-font-family);
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .17em;
}
.portfolio-archive .entry-taxonomies a {
	color: var(--global-palette3) !important;
	font-weight: normal !important;
}
.portfolio-archive .more-link-wrap {
	margin-top: 18px !important;
}

/* Social Icons */
ul.wp-block-social-links {
	margin: 0;
}
.wp-block-social-links.has-icon-background-color .wp-social-link a {
	padding: 8px !important;
}
.wp-block-social-link {
	transition: all .1s linear;
}
.wp-block-social-link:hover {
	opacity: 0.8;
	transform: none !important;
}
.wp-block-social-links.has-small-icon-size .wp-social-link svg {
	width: 16px !important;
	height: 16px !important;
}

/* Newsletter */
.newsletter-button-white input, .newsletter-button-white input[type="submit"] {
	border: 0 !important;
	background: #fff !important;
}
.newsletter-button-white input[type="submit"]:hover {
	color: var(--global-palette1) !important;
}
.newsletter-button-dark input[type="submit"] {
	color: var(--global-palette9) !important;
	background: var(--global-palette5) !important;
}
.newsletter-button-dark input[type="submit"]:hover {
	color: var(--global-palette9) !important;
	background: var(--global-palette5) !important;
	opacity: 0.8;
}
.enews input {
	height: 50px;
}
.enews input[type="text"], .enews input[type="email"] {
	font-size: 14px !important;
	padding: 0 15px;
}
.enews input[type="submit"] {
	padding-top: 0;
	padding-bottom: 0;
}
.newsletter-text-align-center input {
	text-align: center;
}
.newsletter-text-align-right input {
	text-align: right;
}
.newsletter-layout-stacked input {
	display: block !important;
	width: 100% !important;
	margin: 0 0 10px !important;
}
.newsletter-layout-stacked input[type="submit"] {
	margin: 0 !important;
}
@media screen and (min-width: 768px) {
	.newsletter-layout-inline form, .newsletter-layout-field-stacked form {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		gap: 10px;
	}
	.newsletter-layout-inline input, .newsletter-layout-field-stacked input {
		flex: 1;
		min-width: 60px;
	}
	.newsletter-layout-inline input[type="submit"] {
		flex: none;
		padding-left: 34px;
		padding-right: 34px;
	}
	.newsletter-layout-field-stacked input[type="submit"] {
		flex: none;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.newsletter-layout-inline input, .newsletter-layout-field-stacked input {
		display: block !important;
		width: 100% !important;
		margin: 0 0 10px !important;
	}
	.newsletter-layout-inline input[type="submit"], .newsletter-layout-field-stacked input[type="submit"] {
		margin: 0 !important;
	}
}