/*!
Theme Name: Ophelia
Theme URI: https://novemberdahlia.etsy.com
Template: kadence
Author: November Dahlia
Author URI: https://novemberdahlia.etsy.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
Text Domain: ophelia
*/

/*/ ------------------------------------------
 ~ GENERAL
------------------------------------------ /*/
:root {
	--global-gray-400: var(--global-palette7) !important;
	--global-gray-500: var(--global-palette8) !important;
}
a {
	text-underline-offset: 5px !important;
	text-decoration-thickness: 1px !important;
}
::-moz-selection {
	color: var(--global-palette9);
	background: var(--global-palette3);
}
::selection {
	color: var(--global-palette9);
	background: var(--global-palette3);
}
.widget p:empty {
	display: none !important;
}
#sb_instagram #sbi_images {
	padding: 0 !important;
}
.site-top-footer-wrap .site-container {
	padding: 0 !important;
}
.kb-search .kb-search-icon {
	width: 16px !important;
	height: 16px !important;
}
.kb-search .kb-search-icon-submit {
	right: 0 !important;
	padding: 15px !important;
}
@media screen and (min-width: 768px) {
	.content-title-style-above .entry-hero {
		margin-top: 4em !important;
	}
}
@media screen and (max-width: 767px) {
	.content-title-style-above .entry-hero {
		margin-top: 3em !important;
	}
}
ul.category-list {
	font-family: 'Roboto Condensed';
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 0 !important;
	margin: 15px 0 0 !important;
	list-style: none;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 13px;
}
ul.category-list a, ul.category-list a:visited {
	color: var(--global-palette3);
	text-decoration: none !important;
}
ul.category-list a:hover {
	color: var(--global-palette1);
}
.categories-label::before {
	content: 'Sort by:';
}
/*/ ------------------------------------------
 ~ FORMS
------------------------------------------ /*/
input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
	box-shadow: none !important;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
	border-color: var(--global-palette7) !important;
}
::-webkit-input-placeholder {
    color: var(--global-palette2);
}
::-moz-placeholder {
    color: var(--global-palette2);
}
:-ms-input-placeholder {
    color: var(--global-palette2);
}
:-moz-placeholder {
    color: var(--global-palette2);
}
::placeholder {
    color: var(--global-palette2);
}
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;
}
/*/ ------------------------------------------
 ~ HEADER / NAVIGATION
------------------------------------------ /*/
.site-branding .site-description {
	margin: 10px 0 0 !important;
}
.dropdown-nav-toggle svg {
	font-size: 13px;
	top: -0.2px !important;
}
.header-navigation ul ul li.menu-item > a {
	padding-left: 1.2em !important;
	padding-right: 1.2em !important;
}
.search-toggle-open {
	border-radius: 0;
}
.header-social-inner-wrap a.social-button, .header-mobile-social-inner-wrap a.social-button {
	width: 2.3em !important;
	height: 2.3em !important;
}
@media screen and (min-width: 768px) {
	#search-drawer .drawer-inner {
		height: 300px;
	}
}
@media screen and (max-width: 767px) {
	#search-drawer .drawer-inner {
		height: 200px;
	}
}
/*/ ------------------------------------------
 ~ SINGLE POST / PAGE
------------------------------------------ /*/
.entry {
	position: relative;
}
.error .entry {
	box-shadow: none !important;
	border-radius: 0 !important;
}
.site-main > .entry-header {
	margin-bottom: 40px !important;
}
.entry-meta {
	margin: 1em 0 0 !important;
}
.entry-taxonomies {
	margin: 0 0 1em !important;
}
.entry-taxonomies a {
	font-weight: 400 !important;
}
.entry-meta-divider-dot > *:after {
	height: .1rem !important;
	width: .1rem !important;
}
#kadence-breadcrumbs a, .product_meta a {
	text-decoration: none !important;
}
.entry-tags {
	margin-top: 30px !important;
}
.entry-tags a.tag-link {
	font-size: 12px !important;
	color: var(--global-palette3) !important;
	background: var(--global-palette7) !important;
	padding: 5px 10px !important;
	border-radius: 6px !important;
	margin-right: 1em !important;
}
.entry-tags a.tag-link:hover {
	color: var(--global-palette9) !important;
	background: var(--global-palette2) !important;
}
.entry-tags a.tag-link, .entry-tags a.tag-link:hover {
	border: 0 !important;
}
/* Entry Author */
.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: normal;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.3;
	margin: 0;
}
.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-palette7) !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;
	}
}
/* Post Navigation */
.comment-navigation .nav-previous:after, .post-navigation .nav-previous:after, .post-navigation .kadence-svg-iconset, .entry-related .entry-meta, .entry-related .splide__pagination {
	display: none !important;
}
.post-navigation {
	font-family: var(--global-heading-font-family);
	font-size: 20px;
	font-weight: normal;
	color: var(--global-palette3);
	text-transform: none;
	letter-spacing: 0;
	padding: 0;
	margin: 40px auto !important;
}
.post-navigation-sub {
	color: var(--global-palette1);
	margin: 0 !important;
}
.post-navigation-sub small {
	font-family: var(--global-primary-nav-font-family);
	font-size: 12px !important;
	font-weight: 400;
	text-transform: uppercase !important;
	letter-spacing: 0.1em !important;
}
@media screen and (max-width: 767px) {
	.post-navigation .nav-links {
		display: block !important;
	}
	.post-navigation .nav-links > *:nth-child(1) {
		padding: 0 0 10px;
	}
}
/* Related Entries */
@media screen and (max-width: 767px) {
	.entry-related-inner-content {
		padding-top: 3em !important;
		padding-bottom: 2em !important;
	}
}
@media screen and (min-width: 530px) {
	.entry-related .splide {
		overflow: hidden;
	}
	.entry-related .splide__track--draggable {
		width: calc(100% + 20px);
	}
	.entry-related .splide__track--draggable .splide__slide {
		margin-right: 30px !important;
	}
	.entry-related .grid-cols {
		column-gap: 30px !important;
	}
	.entry-related .splide__track--draggable .grid-cols {
		column-gap: 0 !important;
	}
}
.content-style-unboxed .entry-related {
	background: var(--global-palette8) !important;
}
.content-style-boxed .entry-related {
	background: var(--global-palette9) !important;
}
.has-sidebar.content-style-unboxed .entry-related {
	background: transparent !important;
}
.entry-related.alignfull > .site-container, .has-sidebar.content-style-unboxed .entry-related-inner-content {
	padding: 0 !important;
}
.has-sidebar.content-style-boxed .entry-related-inner-content {
	padding: 30px !important;
}
.has-sidebar.content-style-boxed .splide[data-slider-dots="true"] {
	margin-bottom: 0 !important;
}
.entry-related .splide__list, .entry-related .splide__list .entry {
	height: 100%;
}
.entry-related .splide__slide {
	height: auto;
}
.content-style-boxed .entry-related .entry, .content-style-unboxed .entry-related .entry, .has-sidebar .entry-related .entry, .content-style-boxed .entry-related .entry {
	background: transparent !important;
}
.entry-related .loop-entry .entry-content-wrap {
	padding: 20px 0 0 !important;
}
.entry-related .entry-header {
	display: block !important;
}
.entry-related-title {
	text-align: center;
	margin: 0 0 18px !important;
	position: relative;
}
.entry-related .entry-title {
	font-family: 'Roboto Condensed';
	font-size: 13px !important;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}
.entry-related .entry-title a:hover {
	color: var(--global-palette1);
}
@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;
}
.has-sidebar .entry-related.alignfull, .entry-related-inner-content.alignwide {
	max-width: 100% !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.entry-related .splide .splide__arrow {
	font-size: 14px !important;
	width: 2.2rem !important;
	height: 2.2rem !important;
	border-radius: 50% !important;
	color: var(--global-palette9) !important;
	background: var(--global-palette3) !important;
	opacity: 1 !important;
}
.entry-related .splide .splide__arrow:hover {
	color: var(--global-palette9) !important;
	background: var(--global-palette3) !important;
	opacity: 0.6 !important;
}
/* Comments */
.comment-body {
	border-bottom: 0 !important;
}
.bypostauthor > .comment-body {
	border-left: 4px solid var(--global-palette7);
	padding-left: 25px;
}
.bypostauthor .avatar {
	border: 2px solid var(--global-palette7) !important;
}
.comment-content {
	margin-bottom: 0 !important;
	padding-top: 0 !important;
}
#comments a {
	text-decoration: none !important;
}
b.fn {
	font-family: var(--global-heading-font-family);
	font-weight: 400;
	font-size: 22px;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}
b.fn a, b.fn a:visited, b.fn a:hover {
	text-decoration: none !important;
}
b.fn a, b.fn a:visited, b.fn a:hover {
	text-decoration: none !important;
}
img.wprm-comment-rating {
	margin: 5px 0 12px !important;
}
.comment-metadata {
	font-family: var(--global-primary-nav-font-family);
	font-size: 12px !important;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.reply {
	position: relative !important;
}
.comment-reply-link {
	border: 0 !important;
	padding: 13px 17px !important;
	font-family: var(--global-primary-nav-font-family);
	font-size: 12px !important;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--global-palette9) !important;
	background: var(--global-palette3) !important;
}
.comment-reply-link:hover {
	color: var(--global-palette9) !important;
	background: var(--global-palette6) !important;
}
/*/ ------------------------------------------
 ~ BUTTONS (POSTS + PAGINATION)
------------------------------------------ /*/
/* Posts Button */
.more-link-wrap {
	margin: 25px 0 0 !important;
	line-height: normal !important;
}
a.post-more-link .kadence-svg-iconset {
	display: none !important;
}
a.post-more-link, a.post-more-link:visited, a.post-more-link:hover {
	border-radius: 0;
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}
a.post-more-link, a.post-more-link:visited {
	font-family: var(--global-primary-nav-font-family);
	font-size: 12px !important;
	font-weight: 400 !important;
	letter-spacing: 1.5px !important;
	line-height: 1.2 !important;
	color: var(--global-palette9) !important;
	background: var(--global-palette3) !important;
	padding: 15px 24px !important;
	display: inline-block !important;
}
a.post-more-link:hover {
	color: var(--global-palette9) !important;
	background: var(--global-palette6) !important;
}
/* Posts Button: Plain */
.posts-btn-plain .more-link-wrap {
	margin: 0.6em 0 0 !important;
}
.posts-btn-plain a.post-more-link, .posts-btn-plain a.post-more-link:visited {
	color: var(--global-palette3) !important;
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
}
.posts-btn-plain a.post-more-link:hover {
	color: var(--global-palette1) !important;
	background: transparent !important;
	border: 0 !important;
}
/* Posts Button: Highlight */
.posts-btn-highlight .more-link-wrap {
	margin: 0.6em 0 0 !important;
}
.posts-btn-highlight a.post-more-link, .posts-btn-highlight a.post-more-link:visited {
	color: var(--global-palette3) !important;
	box-shadow: inset 0 -0.7em var(--global-palette7) !important;
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	display: inline !important;
}
.posts-btn-highlight a.post-more-link:hover {
	color: var(--global-palette3) !important;
	box-shadow: inset 0 -1.2em var(--global-palette7) !important;
	background: transparent !important;
	border: 0 !important;
}
/* Pagination */
.pagination {
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	margin: 50px auto 0 !important;
}
.pagination .page-numbers {
	border-radius: 0 !important;
	min-width: 44px !important;
	line-height: 42px !important;
	border: 0 !important;
}
.content-style-boxed .pagination .page-numbers {
	color: var(--global-palette9) !important;
	background: var(--global-palette3) !important;
}
.content-style-boxed .pagination .current, .content-style-boxed .pagination .page-numbers:hover {
	color: var(--global-palette3) !important;
	background: var(--global-palette9) !important;
}
.content-style-unboxed .pagination .page-numbers {
	color: var(--global-palette9) !important;
	background: var(--global-palette3) !important;
	border: 0 !important;
}
.content-style-unboxed .pagination .current, .content-style-unboxed .pagination .page-numbers:hover {
	color: var(--global-palette3) !important;
	background: var(--global-palette7) !important;
	border: 0 !important;
}
/*/ ------------------------------------------
 ~ POSTS + POSTS BLOCK STYLING
------------------------------------------ /*/
.posts-gap-sm {
	column-gap: 24px !important;
}
.posts-gap-sm.kb-posts-style-boxed .entry-content-wrap {
	padding: 1.5rem !important;
}
.kb-posts-style-boxed .entry.content-bg {
	background: var(--global-palette9) !important;
}
.kb-posts-style-unboxed .entry.content-bg {
	background: transparent !important;
}
.posts-list, .posts-list-alt, .posts-list-zigzag, .posts-regular {
	row-gap: 60px !important;
}
.content-style-unboxed #archive-container.item-image-style-above .post-thumbnail, .item-image-style-above.kb-posts-style-unboxed .post-thumbnail {
	margin-bottom: 1.5em !important;
}
.wp-block-kadence-posts .entry-content-wrap .entry-header, #archive-container .entry-content-wrap .entry-header, .posts-behind.item-image-style-above .post-thumbnail {
	margin-bottom: 0 !important;
}
.has-text-align-center .entry-meta {
	justify-content: center;
}
.has-text-align-right .entry-meta {
	justify-content: flex-end;
}
/* Archive Posts */
#archive-container .entry-content-wrap .entry-title {
	font-size: 26px;
}
/* Posts Layout: List, List Alt, List Zigzag */
.wp-block-kadence-posts.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
	align-items: center;
}
.posts-list-alt.wp-block-kadence-posts.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
	column-gap: 0 !important;
}
.posts-list.kb-posts-style-boxed .entry, .posts-list-alt.wp-block-kadence-posts.item-image-style-beside .has-post-thumbnail .entry-content-wrap {
	background: var(--global-palette9);
	z-index: 2;
}
@media screen and (min-width: 768px) {
	.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
		grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important;
	}
	.grid-lg-col-1.item-image-style-beside .post-thumbnail {
		height: 100%;
	}
	.posts-list-alt.wp-block-kadence-posts.item-image-style-beside .has-post-thumbnail .entry-content-wrap {
		padding: 2.4rem !important;
		margin-left: -50px !important;
	}
	.posts-list-zigzag.wp-block-kadence-posts.item-image-style-beside .kb-post-list-item:nth-child(even) article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) .entry-content-wrap {
		order: 1;
	}
	.posts-list-zigzag.wp-block-kadence-posts.item-image-style-beside .kb-post-list-item:nth-child(even) article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) .post-thumbnail {
		order: 2;
	}
}
/* Posts Layout: Overlay */
@media screen and (max-width: 767px) {
	.posts-mobile-grid {
		display: grid;
		grid-template-columns: repeat(2,minmax(0,1fr)) !important;
		column-gap: 20px !important;
	}
}
.posts-grid.posts-overlay {
	column-gap: 20px !important;
	row-gap: 20px !important;
}
.posts-overlay .post-thumbnail:after, .posts-overlay .entry-title a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.posts-overlay.item-image-style-above.kb-posts-style-unboxed .post-thumbnail, .posts-overlay.item-image-style-above.kb-posts-style-unboxed .entry-header {
	margin-bottom: 0 !important;
}
.posts-overlay .post-thumbnail:after {
	content: '';
	top: 15px;
	left: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	position: absolute;
	z-index: 1;
	background: #000;
	opacity: 0.3;
}
.posts-overlay .post-thumbnail img {
	outline: 1px solid #000;
	outline-offset: -15px;
}
.posts-overlay .entry-title a {
	color: #fff !important;
	text-align: center;
	width: 100%;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	padding: 30px;
}
.posts-overlay li:hover .post-thumbnail:after, .posts-overlay li:hover .entry-title a {
	opacity: 0;
}
/* Posts Layout: Numbered */
.posts-numbered {
	row-gap: 0 !important;
	counter-reset: post-number;
}
.posts-numbered .entry {
	background: transparent !important;
}
.posts-numbered li {
	border-bottom: 1px solid var(--global-palette8);
	padding: 0 0 17px;
	margin: 0 0 17px;
}
.posts-numbered li:last-child {
	border-bottom: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}
.posts-numbered .entry-title {
	position: relative;
}
.posts-numbered .entry-title:before {
	content: "0" counter(post-number);
	counter-increment: post-number;
	color: var(--global-palette1);
	background: var(--global-palette8);
	width: 30px;
	height: 30px;
	line-height: 31px;
	border-radius: 50%;
	text-align: center;
	letter-spacing: 0;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.posts-numbered .entry-title a {
	margin-left: 40px;
	display: block;
}
/*/ ------------------------------------------
 ~ CUSTOM BLOCK STYLING
------------------------------------------ /*/
/* Link Highlight */
.link-highlight-light a, .link-highlight-light a:visited {
	color: var(--global-palette3) !important;
	box-shadow: inset 0 -0.6em var(--global-palette8) !important;
}
.link-highlight-light a:hover {
	color: var(--global-palette3) !important;
	box-shadow: inset 0 -1.2em var(--global-palette8) !important;
}
.link-highlight a, .link-highlight a:visited {
	color: var(--global-palette3) !important;
	box-shadow: inset 0 -0.6em var(--global-palette6) !important;
}
.link-highlight a:hover {
	color: var(--global-palette3) !important;
	box-shadow: inset 0 -1.2em var(--global-palette6) !important;
}
/* Text Highlight */
.text-highlight-white mark {
	box-shadow: inset 0 -0.45em #fff !important;
}
.text-highlight-light mark {
	box-shadow: inset 0 -0.45em var(--global-palette8) !important;
}
.text-highlight-medium mark {
	box-shadow: inset 0 -0.45em var(--global-palette6) !important;
}
.text-highlight-dark mark {
	box-shadow: inset 0 -0.45em var(--global-palette5) !important;
}
/* Tilt Element to the Left or Right */
.element-tilt-left {
	transform: rotate(-7deg);
	position: relative;
	z-index: 3;
}
.element-tilt-right {
	transform: rotate(7deg);
	position: relative;
	z-index: 3;
}
/* Justify Text */
.justify, .has-text-align-justify {
	text-align: justify;
}
/* Sideways Text */
.sideways-text {
	writing-mode: vertical-rl !important;
	text-orientation: sideways !important;
	transform:scale(-1) !important;
	-webkit-writing-mode: tb-rl !important;
	-ms-writing-mode: tb-rl !important;
}
/* Accordion Block */
.ophelia-accordion .kt-accordion-pane {
	position: relative;
}
.ophelia-accordion .kt-accordion-panel {
	position: absolute !important;
	z-index: 9999;
	left: 0;
	width: 100%;
	max-height: 400px;
	overflow-y: scroll;
}
/* Accordion Block: Icons */
.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;
}
.kt-accodion-icon-style-xclose .kt-blocks-accordion-icon-trigger:after, .kt-accodion-icon-style-xclose .kt-blocks-accordion-icon-trigger:before {
	height: 2px !important;
	width: 12px !important;
	left: 0 !important;
	top: 11px !important;
}
.kt-accodion-icon-style-xclose .kt-blocks-accordion-icon-trigger {
	width: 14px !important;
	min-width: 14px !important;
}
/* "Browse by" Pages */
.br-letter {
	width: 46px;
	height: 46px;
	line-height: 47px;
	color: var(--global-palette9);
	background: var(--global-palette1);
	text-align: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	left: -15px;
	gap: 4px !important;
}
.br-genre {
	width: auto;
	line-height: normal;
	color: var(--global-palette9);
	background: var(--global-palette1);
	text-align: center;
	justify-content: center;
	border-radius: 60px;
	padding: 8px 12px;
	position: absolute;
	top: -22px;
	left: -15px;
	gap: 4px !important;
}
.br-list {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	line-height: 1.4;
}
.br-list2 {
	padding-left: 20px !important;
}
.br-list a, .br-list a:visited {
	color: var(--global-palette3);
	text-decoration: none !important;
}
.br-list a:hover {
	color: var(--global-palette1);
}
.br-list li::before {
	content: '';
	width: 5px;
	height: 5px;
	display: inline-block;
	background: var(--global-palette5);
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
/* 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: 15px !important;
	height: 15px !important;
}
.wp-block-social-links.has-normal-icon-size .wp-social-link svg {
	width: 18px !important;
	height: 18px !important;
}
.wp-block-social-links.has-large-icon-size .wp-social-link svg {
	width: 22px !important;
	height: 22px !important;
}
.wp-block-social-links.has-huge-icon-size .wp-social-link svg {
	width: 28px !important;
	height: 28px !important;
}
/* Full Height Image */
@media screen and (min-width: 768px) {
	.image-full-height.wp-block-kadence-image, .image-full-height.wp-block-kadence-image .kb-is-ratio-image, .image-full-height.wp-block-kadence-image .kb-is-ratio-image img {
		height: 100% !important;
	}
}
/*/ ------------------------------------------
 ~ NEWSLETTER
------------------------------------------ /*/
.newsletter-wrapper ::-webkit-input-placeholder {
	font-family: var(--global-primary-nav-font-family);
	font-size: 12px !important;
	font-weight: 400 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase;
	line-height: 1.2;
	color: var(--global-palette3) !important;
}
.newsletter-wrapper ::-moz-placeholder {
	font-family: var(--global-primary-nav-font-family);
	font-size: 12px !important;
	font-weight: 400 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase;
	line-height: 1.2;
	color: var(--global-palette3) !important;
}
.newsletter-wrapper ::placeholder {
	font-family: var(--global-primary-nav-font-family);
	font-size: 12px !important;
	font-weight: 400 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase;
	line-height: 1.2;
	color: var(--global-palette3) !important;
}
.newsletter-field-light input:not(.newsletter-field-light input[type="submit"]) {
	background: var(--global-palette8) !important;
	border: 0 !important;
}
.newsletter-button-white input[type="submit"] {
	color: var(--global-palette3) !important;
	border: 0 !important;
	background: #fff !important;
}
.newsletter-button-white input[type="submit"]:hover {
	color: var(--global-palette1) !important;
	background: #fff !important;
}
.newsletter-button-light input[type="submit"] {
	color: var(--global-palette3) !important;
	background: var(--global-palette7) !important;
}
.newsletter-button-light input[type="submit"]:hover {
	color: var(--global-palette9) !important;
	background: var(--global-palette6) !important;
}
.newsletter-button-dark input[type="submit"] {
	color: var(--global-palette9) !important;
	background: var(--global-palette3) !important;
}
.newsletter-button-dark input[type="submit"]:hover {
	color: var(--global-palette9) !important;
	background: var(--global-palette6) !important;
}
.enews input {
	height: 46px;
	border-radius: 0 !important;
}
.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 12px !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;
	}
	.newsletter-layout-inline form {
		gap: 12px;
	}
	.newsletter-layout-field-stacked form {
		gap: 14px;
	}
	.newsletter-layout-inline input, .newsletter-layout-field-stacked input {
		flex: 1;
		min-width: 60px;
	}
	.newsletter-layout-inline input[type="submit"] {
		flex: none;
		padding-left: 26px;
		padding-right: 26px;
	}
	.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 13px !important;
	}
	.newsletter-layout-inline input[type="submit"], .newsletter-layout-field-stacked input[type="submit"] {
		margin: 0 !important;
	}
}
/*/ ------------------------------------------
 ~ PORTFOLIO
------------------------------------------ /*/
.portfolio-archive .post-thumbnail {
	margin-bottom: 1.3em !important;
}
.portfolio-archive .entry-content-wrap {
	text-align: center;
}
.portfolio-archive .entry-content-wrap .entry-meta {
	justify-content: center;
}
.portfolio-archive .entry-header {
	margin-bottom: 0 !important;
}
.portfolio-archive .more-link-wrap {
	margin-top: 18px !important;
}
.portfolio-archive .entry-taxonomies {
	font-family: var(--global-primary-nav-font-family);
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.portfolio-archive .entry-taxonomies a {
	color: var(--global-palette3) !important;
	font-weight: inherit !important;
}
.portfolio-archive .entry-taxonomies a:hover {
	color: var(--global-palette1) !important;
}