/*
Theme Name:     Beatrice
Theme URI:      https://beatrice.creativeher.co/
Template:       kadence
Author:         Creative Her
Author URI:     https://creativeher.co/
Description:    Beatrice is a bold and modern WordPress theme, specially crafted for marketing and branding professionals who wish to make a statement online. Its vibrant colors and stylish design elements ensure your website not only stands out but also reflects the cutting-edge creativity of your brand.
Version:        2.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/





@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/instrumentserif/v4/jizHRFtNs2ka5fXjeivQ4LroWlx-6zAjgn7Motmp5r61.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/instrumentserif/v4/jizHRFtNs2ka5fXjeivQ4LroWlx-6zAjjH7Motmp5g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/instrumentserif/v4/jizBRFtNs2ka5fXjeivQ4LroWlx-6zsTjnTLgNuZ5w.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/instrumentserif/v4/jizBRFtNs2ka5fXjeivQ4LroWlx-6zUTjnTLgNs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'si';
    src: url('/wp-content/themes/creativeher-lila/lib/fonts/si.woff') format('woff');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}


/*HP Intro*/
.ch-beatrice-intro code {
	 font-family: 'si';
	font-size: 250%;
	line-height: 0.3;
	margin-left: -80px;
}

h1 code, h2 code, h3 code, h4 code {
	 font-family: 'si';
	font-size: 250%;
	line-height: 0.3;
	margin-left: -10px;
}

.ch-beatrice-intro mark {
padding: 10px 30px;
    top: -5px;
    position: relative;
    letter-spacing: 2px;
    color: var(--global-palette4) !important;
    background: var(--global-palette1) !important;
    display: inline;
}

.ch-beatrice-intro code:nth-of-type(2) {
      margin-left: 0;
    color: var(--global-palette6);
    font-family: inherit;
    font-size: inherit;
    text-transform: uppercase;
}

@media (max-width: 767px) {
	.ch-beatrice-intro code {
		margin-left: 0;}
}

.kt-inside-inner-col {
  position: relative;
}

@media (min-width: 1435px) {
.rotateleft {
      transform: rotate(-90deg);
    transform-origin: top left;
    position: absolute;
    left: -50px;
    bottom: 0;
    white-space: nowrap;
}
}

@media (max-width: 1435px) {
	.rotateleft {
		left: 50px;
		z-index: 9999;
    transform-origin: top left;
    position: absolute;
    bottom: 30px;
    white-space: nowrap;
	}
}

@media (max-width: 1120px) {
	.rotateleft {
		top: 100% !important;
	}
}
mark {
    background: linear-gradient(180deg,rgba(255,255,255,0) 60%, var(--global-palette7) 30%) !important;
    color: inherit !important;
    display: inline-block;
}

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin: 0.15em 0 0.5em;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotatingimg {
  animation: spin 15s linear infinite;
}


/*Services*/

.beatrice-services-columns {
	
}

.service-rotate-left {
	    transform: rotate(-90deg) translate(-50%,-50%);
    transform-origin: top left;
    position: absolute;
    left: 50%;
    white-space: nowrap;
    top: 50%;
}

.overflowhidden {
	overflow: hidden;
}

/*Footer Insta*/
.site-footer-row-container-inner .site-container {
	padding: 0;
}

/*Single Post Head*/
.beatrice-singlepost-header {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: calc(-50vw + 50%);
}

.beatrice-singlepost-header > .article-post-thumbnail,
.beatrice-singlepost-header > .entry-header.post-title {
    width: 100%;
    box-sizing: border-box;
	background: var(--global-palette7);
}

@media (min-width: 1100px) {
    .beatrice-singlepost-header > .article-post-thumbnail,
    .beatrice-singlepost-header > .entry-header.post-title {
        width: 50%;
			background: var(--global-palette7);
    margin-bottom: 0;
    }
	.beatrice-singlepost-header > .article-post-thumbnail {
		border-right: 1px solid;
	}
	.beatrice-singlepost-header {
		border-bottom: 1px solid;
	}
	.beatrice-singlepost-header .entry-header {
	padding: 50px !important;
}
}

.beatrice-inner-wrap {
  max-width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    height: 100%;
	
}

.beatrice-inner-wrap .entry-taxonomies {
    align-self: flex-start;
}

.single-content {
	margin-top: 0;
}

@media (min-width: 1100px) {
	.single-content {
	margin-top: 40px;
}
}

.middle-group {
  margin-top: auto; /* Pushes it towards the center from the top */
    margin-bottom: auto; /* Pushes it towards the center from the bottom */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.middle-group > * {
    margin-top: 5px;
    margin-bottom: 5px;
}
.beatrice-singlepost-header .post-thumbnail {
	padding-bottom: 43% !important;
}

.beatrice-singlepost-header .entry-header {
    padding: 30px 1rem 0 1rem;
}

/*Custom Journal*/
.beatrice-main-post {
	
}
.justify {
	text-align: justify;
}

.kadence-blocks-form-field .kb-forms-submit {
	line-height: 1.45 !important;
}

.wp-block-kadence-icon, .wp-block-kadence-icon.aligncenter:not(.specificity) {
	gap: 0.5em;
}
.entry-taxonomies a {
	font-weight: inherit;
}

.rotate {
	transform: rotate(-10deg);
}

@media (max-width: 767px) {
.loop-entry .entry-content-wrap {
    padding: 0.5rem 0 !important;
}
}

.entry-meta-divider-customicon.entry-meta>*>.kadence-svg-iconset {
	margin-left: 0;
}

/* Custom Drawer */
.inner-link-style-normal a:not(.button), .widget-area.inner-link-style-normal a:not(.button) {
	text-decoration: none;
}
.site-header-section-right {
	position: absolute;
	    right: 0;
}

.slide-out-drawer-container {
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    padding: 50px;
	overflow-y: auto;
		border: 1px solid;
}

.slide-out-drawer-container {
    opacity: 0;
    transition: opacity 0.3s ease; 
    pointer-events: none; 
	align-items: center;
    display: flex;
}

.slide-out-drawer-container.visible {
    opacity: 1;
    pointer-events: auto;
    box-shadow: 0 0 50px 50px rgb(0 0 0 / 26%)
}

.slide-out-drawer-toggle {
    background: transparent;
    border: none;
    position: absolute;
    width: 30px;
    height: 20px;
    cursor: pointer;
    padding: 0;
	right: 20px;
	top: 47%;
}

.transparent-header .hamburger-line {
    background-color: var(--global-palette9);
}

.hamburger-line {
    background-color: #000; 
    height: 1.5px;           
    margin: 5px 0;           
    transition: all 0.3s;   
}

.slide-out-drawer-close {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 10;
    transform: rotate(45deg);
}

.cross-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: white;
    top: 50%;
    left: 0;
    margin-top: -1px; 
}

.cross-line:nth-child(2) {
    transform: rotate(90deg); 
}



/* Img Right on Mobile */
@media (max-width: 767px) {
.wp-block-kadence-image .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto !important;
}
}
/*Blog Post*/

.loop-entry .entry-summary p, .loop-entry .entry-header .entry-meta {
    margin: 1em 0 0;
}

@media (min-width: 767px) {
.beatrice-post-right .post-thumbnail {
	order: 2;
}
}
@media (max-width: 767px) {
.item-image-style-beside .entry-content-wrap {
    padding: 1.5rem 0 !important;
}
}

@media screen and (min-width: 720px) {
.woocommerce div.product div.summary {
	margin-top: 50px;
	padding-left: 20px;
	padding-right: 50px;
}
}

.woocommerce div.product form.cart div.quantity {
	height: 46.5px;
}

.quantity.spinners-added input.minus, .quantity.spinners-added input.plus {
	color: #000;
}

.related.products {
    margin-top: 40px;
    display: inline-block;

}

.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
	width: 44%;
}

.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
	width: 52%;
}

@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: 1fr 1fr;
	    column-gap: 40px;
}
}

.loop-entry.type-post h2.entry-title {
	font-size: 38px;
}



a.post-more-link, a.post-more-link:hover {
    color: #fff !important;
    background: #444;
    padding: 15px 25px;
    font-weight: 600 !important;
    font-size: 12px !important;
    letter-spacing: 0.15em !important;
    font-family: var(--global-primary-nav-font-family);
}

a.post-more-link .kadence-svg-iconset {
	display: none !important;
}

.wp-block-kadence-posts .more-link-wrap {
	margin-top: 30px;}

.kb-posts-style-boxed .content-bg {
	background: #fff !important;
}

.item-image-style-beside .content-bg {
	background: #fff0 !important;
}

.kb-posts-style-boxed .entry-header {
	margin-bottom: 0;
}

.kadence-thumbnail-position-behind::after {
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: #000000ba;
}

.article-post-thumbnail {
	margin-bottom: 20px;
}



@media screen and (max-width: 768px) {
	#archive-container {
	margin: 10px 0 20px;
}
}

@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) {
	align-items: center;
}
}

.grid-cols {
	row-gap: 1.5rem;
	column-gap: 3rem;
}

.entry-related .entry-meta {
	display: none;
}
.entry-related article.entry .entry-content-wrap {
    padding: 1.5rem 0 !important;
}

.entry-related .content-bg {
	background: #fff0 !important;
}

.entry-related-carousel h3.entry-title {
	font-size: 30px;
	line-height: 1.2;
}

.entry-related .splide .splide__pagination {
	display: none;
}

.entry-related-inner-content {
	padding-bottom: 10px;
}

.entry-related .post-thumbnail {
	padding-bottom: 110% !important;
}

.wp-site-blocks .entry-related h2.entry-related-title {
	font-family: 'Instrument Serif', serif;
	font-size: 40px !important;
}

.entry-related {
	margin-top: 0;
	
}

@media screen and (max-width: 768px) {
.post-navigation .nav-links {
	    display: block;
    text-align: left;
    width: 100%;
    margin: 0 auto !important;
}
	.post-navigation .nav-previous:after {
		display: none;
	}
	
	.post-navigation .nav-next,
	.post-navigation .nav-previous {
		text-align: center;
	}
	.post-navigation .nav-next a {
		padding-left: 0;
	}
}

/*Next Prev Post*/
.post-navigation-sub small {
	font-family: Poppins;
	font-size: 11px;
	letter-spacing: 0.14em;
	color: #000;
	font-weight: 500;
}

@media screen and (max-width: 719px) {
.content-style-boxed .content-bg:not(.loop-entry) {
    margin-left: 0;
    margin-right: 0;
    width: auto;
}
}

/*Author Box*/
.entry-author-name {
font-family: var(--global-heading-font-family);
	font-size: 28px;
	font-weight: normal;
}

.entry-author {
	padding: 30px;
	background: #fff;
}
.entry-author-avatar img {
	border-radius: 300px;
}
/*Comments*/
.splide[data-slider-dots="true"] {
	margin-bottom: 0;
}
.comment-form .comment-input-wrap p label, .comment-form p.comment-form-float-label label, ::placeholder {
	color: #333;
}

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: #333;
}

.comments-title, .comment-reply-title {
	margin-bottom: 0;
}


h3#reply-title, .comments-title {
	font-size: 40px;
	
}

.comment-reply-link {
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.15em;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
	color: #fff;
	background: #333;
	border: 0;
	padding: 10px;
}

.comment-author .fn a {
    color: inherit;
    font-weight: normal;
}

.comment-reply-link:hover {
	border: 0;
	color: #fff;
}

.single-post .site-footer {
    margin-top: 100px;
}

/*Buttons*/
.kb-buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: var(--global-kb-gap-xs,1.2rem);
}

.splide .splide__arrow {
	border-radius: 0;
	width: 48px;
	height: 48px;
	top: 50%;
}

/*Contact Page Form*/
.contactform .kb-form .kadence-blocks-form-field .kb-text-style-field {
	background: #fff0;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.contactform .kb-form .kadence-blocks-form-field .kb-text-style-field::placeholder {
	color: #fff;
}


/*Contact Page*/
.contactrotated {
	transform: rotate(-4deg);
}

/*Archive Page Title*/
h1.page-title {
	font-style: normal;
    font-weight: 500;
    font-size: 23px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/*Testimonials*/
.creativeher-custom-testimonials .kt-testimonial-media-wrap {
	float: left;
	width: 40%;
}

.creativeher-custom-testimonials .splide .splide__arrow {
	top: 50px;
}

.creativeher-custom-testimonials .splide__arrow--prev {
	left: 40% !important;
}

.creativeher-custom-testimonials .splide .splide__arrow--prev, .wp-block-kadence-testimonials .kt-blocks-carousel .splide__arrow--prev {
	left: calc(40% + 50px)  !important;
}

.creativeher-custom-testimonials .wp-block-kadence-testimonials .kt-blocks-carousel .splide__arrow--next, .creativeher-custom-testimonials .splide .splide__arrow--next {
	left: calc(40% + 80px)  !important;
}
.creativeher-custom-testimonials .kt-testimonial-title-wrap {
	margin-top: 100px;
}
.creativeher-custom-testimonials .kt-testimonial-content-wrap,
.creativeher-custom-testimonials .kt-testimonial-meta-wrap,
.creativeher-custom-testimonials .kt-testimonial-title-wrap {
	padding-left: 40px;
	width: 60%;
	float: right;
	text-align: left !important;
}

.creativeher-custom-testimonials .kt-testimonial-meta-wrap {
	padding-left: 40px;
	justify-content: left;
}

/*Slider*/

.kb-splide .splide__list {
	align-items: center;
}

.kb-splide .splide__arrow {
	border-radius: 0;
	    height: 3rem;
    width: 2.5rem;
	opacity: 1;
}

.kb-splide .splide__arrow--next {
	right: 20px !important;
}

.kb-splide .splide__arrow--prev {
	left: 20px !important;
}


/*Podcast*/ 

@media screen and (min-width: 768px) {
.podcastposts.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
    grid-template-columns: 3fr 1fr !important;
}
}

.podcastposts .post-thumbnail {
	  grid-column: 2;

}

.podcastposts .entry-content-wrap {
	grid-column: 1;
	 grid-row: 1;
}

.podcastposts .entry-header {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
.podcastposts .loop-entry .post-thumbnail {
    margin-bottom: 0 !important;
}
}

/*Contact Forms*/
.kb-form .kadence-blocks-form-field .kb-forms-submit {
	border-radius: 0;
	    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.2em;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 15px 25px 15px 25px;
}

.kb-form .kadence-blocks-form-field .kb-text-style-field {
	border-radius: 0;
}

.kb-form .kadence-blocks-form-field {
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
.kb-form .kadence-blocks-form-field.kb-field-desk-width-50 {
	width: 100%;
}
}

/* WooCommerce */
/* Layout */
.kadence-shop-top-row {
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
.woocommerce ul.products {
	margin-bottom: 100px;
}
}

@media screen and (min-width: 768px) {
.content-style-unboxed .entry-content-wrap.product:not(.loop-entry) {
	margin-top: 30px;
}
}

@media screen and (max-width: 768px) {
.content-style-unboxed .entry-content-wrap.product:not(.loop-entry) {
	margin-top: 10px;
}
}

/* Small Elements */
select.orderby {
	font-weight: normal;
}

.woocommerce img,
.woocommerce .entry {
	border-radius: 0 !important;
}

.woocommerce ul.products.woo-archive-btn-button .button:not(.kb-button), .woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button) {
	display: table;
	width: auto;
}

.woocommerce-Tabs-panel h2:first-child {
	display: none;
}

.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li a {
    padding-left: 20px;
    padding-right: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	border-bottom: 5px solid var(--global-palette9);
	transition: 1s;
}

@media screen and (max-width: 719px) {
.woocommerce div.product .woocommerce-tabs {
    border: 0;
}
	
	.woocommerce div.product .woocommerce-tabs .panel {
		padding: 0;
	}
	
	.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li {
		margin: 0;
	}
}

@media screen and (max-width: 719px) {
.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li {
	border-bottom: 0;
	
	}
}

body.single-product .content-bg, body.content-style-unboxed.single-product .site {
	background: none;
}


/* Text Adjust */
.woocommerce span.onsale {
	font-style: normal;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.15em;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
	padding: 12px 20px;
	border-radius: 0;
}

.woocommerce .price {
		font-style: normal;
    font-weight: 500 !important;
    font-size: 16px !important;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
	letter-spacing: 1px;
}

.woocommerce .price ins {
	font-weight: 500 !important;
}

.woocommerce ul.products li.product h3, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products.products-list-view li.product .woocommerce-loop-product__title {
	font-size: 26px;
}

h1.product_title {
	font-size: 48px;
}

@media (max-width: 1024px) {
h1.product_title {
    font-size: 45px;
}
}
@media (max-width: 767px) {
h1.product_title {
    font-size: 38px;
}
}
@media (max-width: 767px) {
.entry-related-inner-content {
	padding-top: 30px;
	padding-bottom: 30px;
}
}

.related.products h2 {
	font-size: 33px;
	font-size: 40px;
    letter-spacing: 0.01em;
    font-family: 'Instrument Serif', serif;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
			font-style: normal;
    font-weight: 500 !important;
    font-size: 14px !important;
	color: #000;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
	letter-spacing: 0.15em;
	-webkit-font-smoothing: auto;
}

.woocommerce div.product .product_meta>span, .product_meta a {
	text-decoration: none;
	font-style: normal;
    font-weight: 500 !important;
    font-size: 10px !important;
	color: #000 !important;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
	letter-spacing: 0.15em;
}

.woocommerce-page .woocommerce-product-gallery__image img {
    aspect-ratio: 9 / 10;
}

.woocommerce-page .woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
    height: 110%;
    object-fit: cover;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
    -webkit-font-smoothing: auto;
}

.quantity.spinners-added {
    border: 1px solid #333;
    border-radius: 0;
	height: 46px;
}

.quantity.spinners-added:hover {
	border-color: #333;
}

.woocommerce .quantity.spinners-added .qty {
	color: #333;
}

.quantity.spinners-added input.minus, .quantity.spinners-added input.plus {
	line-height: 45px;
}

.woocommerce div.product .button.single_add_to_cart_button, .woocommerce form .form-row .button {
    height: auto;
    line-height: initial;
    text-align: center;
    padding: 15px 25px 15px 25px;
}

.add_to_cart_button {
	    font-size: 11px;
    letter-spacing: 1px !important;
    padding: 12px 22px;
}

.woocommerce .woocommerce-message {
	margin-top: 30px;
}

/*Cart*/

.kadence-woo-cart-form-wrap {
	padding: 0 20px;
}
form.woocommerce-cart-form {
	margin-top: 30px;
	width: 100%;
	padding-right: 0;
}

@media screen and (min-width: 1025px) {
.kadence-woo-cart-form-wrap .cart-collaterals {
    float: right;
    width: 40%;
}
}

.cart-summary h2 {
	font-size: 38px;
	margin-bottom: 30px !important;
}

@media (max-width: 767px) {
	.cart-summary h2 {
	margin-bottom: 10px !important;
}
}

.cart_totals h2 {
	display: none;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		text-decoration: none;
	font-style: normal;
    font-weight: 500 !important;
    font-size: 10px !important;
	color: #000 !important;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
	letter-spacing: 0.15em;
}

@media (min-width: 767px) {
	.kadence-woo-cart-form-wrap .cart-collaterals {
		margin-bottom: 70px;
	}
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart table.cart td.actions .button, .woocommerce-checkout table.cart td.actions .button, #add_payment_method table.cart td.actions .button {
	padding: 15px 25px 15px 25px !important;
height: auto;
    line-height: 1.5;
	    background-color: var(--global-palette-btn-bg) !important;
    color: var(--global-palette-btn) !important;
}

.cart-subtotal td, .order-total td {
	text-align: right;
}

.order-total strong {
	font-weight: normal;
}

.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text, #add_payment_method table.cart td.actions .coupon .input-text {
	height: 45px;
	border-color: #333;
	color: #333;
	border-radius: 0;
}

.woocommerce-cart table.cart td.actions .coupon .input-text::placeholder, .woocommerce form .form-row input.input-text::placeholder, .woocommerce-page form .form-row .input-text::placeholder {
	color: #333;
}

.woocommerce-cart #main, .woocommerce-checkout #main {
	margin-top: 40px;
}

@media screen and (max-width: 719px) {
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #fff0;
}
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header, .is-large.wc-block-cart .wc-block-cart__totals-title {
font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-family: Oswald, sans-serif !important;
}

@media screen and (max-width: 719px) {
.woocommerce table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 49%;
    box-sizing: border-box;
}
}

@media screen and (max-width: 719px) {
.woocommerce table.cart .product-thumbnail img, .woocommerce #content table.cart .product-thumbnail img, .woocommerce-page table.cart .product-thumbnail img, .woocommerce-page #content table.cart .product-thumbnail img {
	width: 100%;
	margin-bottom: 20px;
	}
}

@media screen and (max-width: 719px) {
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		padding: 10px 0;
	}
}

@media screen and (max-width: 719px) {
.woocommerce table.cart .product-remove, .woocommerce #content table.cart .product-remove, .woocommerce-page table.cart .product-remove, .woocommerce-page #content table.cart .product-remove {
	margin-bottom: -35px;
    margin-left: 10px;
	}
}

/*Checkout*/
.woocommerce-form-coupon-toggle {
	margin-top: 30px;
}

.woocommerce-checkout .content-wrap {
	padding: 0 20px;
}

.woocommerce-billing-fields h3, h3#order_review_heading, .woocommerce-additional-fields h3 {
	    font-size: 38px;
}
@media screen and (min-width: 1025px) {
.woocommerce-additional-fields {
	margin-bottom: 100px;
}
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
		padding: 15px 25px 15px 25px !important;
height: auto;
    line-height: 1.5;
	    background-color: var(--global-palette-btn-bg) !important;
    color: var(--global-palette-btn) !important;
}
.woocommerce form .form-row label
{
	text-decoration: none;
	font-style: normal;
    font-weight: 500 !important;
    font-size: 10px !important;
	color: #000 !important;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
	letter-spacing: 0.15em;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], 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"], textarea {
	border-radius: 0;
	border: 1px solid #7d7d7d;

}

.select2-container--default .select2-selection--single {
	border-color: #aaa;
		background: #fff;
		border-radius: 0;
}

.select2-dropdown {
		border-color: #aaa;
}

.select2-container--open .select2-dropdown--below {
    box-shadow: 0px 15px 25px -7px rgb(0 0 0 / 35%);
}

.select2-container--open .select2-dropdown--below, .woocommerce table.shop_table {
	border-radius: 0;
}

td.product-total, th.product-total, th.product-subtotal, td.product-subtotal {
	text-align: right;
}

td.product-name strong, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tbody th {
	font-weight: normal;
}

.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register {
    border: 0;
    padding: 30px;
    margin: 2em 0;
    text-align: left;
    border-radius: 0;
    background: #fff;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 49%;}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	height: 45px;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
	padding: 15px;}

.wc_payment_methods .woocommerce-info {
	margin-bottom: 0;
}

/*My account*/
#customer_login h2 {
	font-size: 38px;
}

#customer_login {
	margin: 30px 0 100px;
}

.woocommerce-privacy-policy-text {
	margin-bottom: 30px;
}

#rememberme[type="checkbox"] {
	margin-top: 15px;
}

.woocommerce-form-login__rememberme span {
    top: -3px;
    position: relative;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#customer_login {
	 display: grid;
    grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}

#customer_login .u-column1,
#customer_login .u-column2 {
	background: #fff;
	width: 100%;
}

#customer_login .u-column1.col-1, #customer_login .u-column2.col-2 {
	width: 100%;
}

#customer_login.u-columns.col2-set::before {
	display: none;
}

#customer_login h2 {
	padding-left: 30px;
	padding-top: 30px;
	margin-bottom: 0;
}

.woocommerce-form-login-toggle {
	margin-top: 30px;
}

.woocommerce #reviews .comment-reply-title {
font-family: var(--global-heading-font-family);
    font-size: 20px;
    font-weight: 500;
    -webkit-font-smoothing: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	text-decoration: none;
	font-style: normal;
    font-weight: 500 !important;
    font-size: 14px !important;
	color: #000 !important;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
	letter-spacing: 0.15em;
}

strong.woocommerce-review__author {
	font-weight: 500;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: 0;
	background: #fff;
	padding: 30px;
	border-radius: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	border-radius: 100% !important;
	border: 0;
}

a.woocommerce-review-link {
	text-decoration: none;
}

.woocommerce #reviews #review_form_wrapper {
	padding: 30px;
	background: #fff;
}

.woocommerce ul.products li.product .button.added .kadence-check-svg {
	display: none;
}

.single_add_to_cart_button {
	border-radius: 0;
	border: 1px solid;
	border-left: 0;
}
.woocommerce div.product form.cart div.quantity {
	margin: 0;
}
.woocommerce a.added_to_cart {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1px;
font-family: Urbanist, sans-serif;
    text-transform: uppercase;
    text-transform: uppercase;
    
      padding: 12px 22px;
     color: #fff !important;
    background: var(--global-palette-btn-bg);
}

.woocommerce-account .woocommerce {
	margin-top: 30px;
}

@media (min-width: 767px) {
.woocommerce-account .content-wrap, p.return-to-shop {
	margin-bottom: 100px;
}
}

.woocommerce .cart-empty.woocommerce-info {
	margin-top: 30px;
	font-family: var(--global-heading-font-family);
	color: #333;
font-weight: normal;
}

.woocommerce ul.products li.product .star-rating {
    font-size: 1.1em;
}

/* Archive */
@media screen and (min-width: 768px) {
.blog.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry, .archive.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry, .search-results.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry {
    grid-gap: 4rem;
	    
	grid-template-columns: 3fr 4fr !important;
}
	
	.blog.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry:nth-child(even), .archive.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry:nth-child(even), .search-results.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry:nth-child(even) {
	grid-template-columns: 4fr 3fr !important;
}
	
		.blog.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry:nth-child(even) .post-thumbnail, .archive.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry:nth-child(even) .post-thumbnail, .search-results.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry:nth-child(even) .post-thumbnail {
			order: 2;
	}
	
	.archive .grid-cols,
.blog .grid-cols {
	row-gap: 4rem !important;
}
}



[data-ff-el="root"].ff-6321f3f79f7462fb241d50ee .ff-6321f3f79f7462fb241d50ee__content {
	justify-content: flex-start !important;
}

[data-ff-el="root"].ff-6321f3f79f7462fb241d50ee .ff-6321f3f79f7462fb241d50ee__form {
	padding: 10px 0 !important;
}

[data-ff-el="root"].ff-6321f3f79f7462fb241d50ee .ff-6321f3f79f7462fb241d50ee__control {
	border: 1px solid #fff !important;
	color: #fff !important;
}

.leadmagnet [data-ff-el="root"].ff-6321f3f79f7462fb241d50ee .ff-6321f3f79f7462fb241d50ee__control {
	border: 1px solid #333 !important;
	color: #333 !important;
}

[data-ff-el="root"].ff-6321f3f79f7462fb241d50ee .ff-6321f3f79f7462fb241d50ee__label {
	color: #fff !important;}

.leadmagnet [data-ff-el="root"].ff-6321f3f79f7462fb241d50ee .ff-6321f3f79f7462fb241d50ee__label {
	color: #333 !important;}

[data-ff-el="root"].ff-6321f3f79f7462fb241d50ee .ff-6321f3f79f7462fb241d50ee__button {
	    background: var(--global-palette6) !important;
    border: 1px solid var(--global-palette6) !important;
	color: #333 !important;
}

.leadmagnet [data-ff-el="root"].ff-6321f3f79f7462fb241d50ee .ff-6321f3f79f7462fb241d50ee__title, .leadmagnet [data-ff-el="root"].ff-6321f3f79f7462fb241d50ee .ff-6321f3f79f7462fb241d50ee__subtitle, [data-ff-el="root"].ff-6321f3f79f7462fb241d50ee .ff-6321f3f79f7462fb241d50ee__title, .ff-6321f3f79f7462fb241d50ee__subtitle {
	margin: 0 !important;
	display: none !important;
}

.creativeher-social-box {
    background-color: var(--global-palette8);
    position: relative;
}

.social-wrap {
    max-width: var(--global-content-width, 1200px );
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 18px 30px 15px;
    align-items: center;
}

.social-btn a {
    padding: 0 5px;
}

.navigation.post-navigation {
	    width: 100vw;
    left: calc(-50vw + 50%);
    position: relative;
	border-bottom: 1px solid;
	margin: 0;
	padding: 0 30px;
}

.navigation.post-navigation .nav-links {
	 max-width: var(--global-content-width, 1200px );
	margin: 0 auto;
}

.post-navigation-sub small {
	    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: var(--global-palette3);
}

.post-navigation .nav-previous, .post-navigation .nav-next {
	padding: 30px 0;
}

.comment-navigation .nav-previous:after, .post-navigation .nav-previous:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #333;
}

.wp-block-kadence-advanced-form .kb-adv-form-field label {
	    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.15em;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
}

.kb-form-basic-style input[type=text], .kb-form-basic-style input[type=email], .kb-form-basic-style input[type=url], .kb-form-basic-style input[type=password], .kb-form-basic-style input[type=search], .kb-form-basic-style input[type=number], .kb-form-basic-style input[type=tel], .kb-form-basic-style input[type=range], .kb-form-basic-style input[type=date], .kb-form-basic-style input[type=month], .kb-form-basic-style input[type=week], .kb-form-basic-style input[type=time], .kb-form-basic-style input[type=datetime], .kb-form-basic-style input[type=datetime-local], .kb-form-basic-style input[type=color], .kb-form-basic-style input[type=file], .kb-form-basic-style textarea {
	border-radius: 0;
	border-color: #333;
	
}

.kb-adv-form-submit-button.kb-btn-global-fill {
	border-radius: 0;
	font-size: 13px;
	padding: 15px 30px;
}

.comment-form input[type="submit"] {
	border-radius: 0;
}

button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-element-button:hover, .wp-element-button:focus, .wp-element-button:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
	box-shadow: 0 0 0 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border-radius: 0;
}

.wp-block-search input[type="search"]:focus {
	color: #000;
}

.wp-block-search .wp-block-search__button:not(.has-background), .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper, .wp-block-search .wp-block-search__input {
    background: #e7f0fe;
	color: #000;
}
.wp-block-search .wp-block-search__input {
	border-color: #e7f0fe;
	padding: 10px 20px;
	padding: 10px 0px 10px 20px;
}

.wp-block-search .wp-block-search__button {
	padding-right: 20px;
}

.wp-block-search input[type="search"]:focus {
	border-color: #e7f0fe !important;
	box-shadow: 0 0 0 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border-color: #333;
}
.wp-block-search .wp-block-search__input::placeholder, .wp-block-search .wp-block-search__input {
	color: #000;
}

.search-archive-title {
	    background: var(--global-palette7);
    border-bottom: 1px solid var(--global-palette4);
	  width: 100vw;
    margin-left: calc(-50vw + 50%);
	min-height: 120px;
 align-items: center;
	display: flex;
	
}

.search-archive-title .page-title {
	text-align: center;
    width: 100%;
}

.search-results.content-style-unboxed .wp-site-blocks .post-thumbnail {
	padding-bottom: 130%;
}

.search-results .loop-entry h2.entry-title {
    font-style: normal;
	font-size: 30px !important;}

/*Insta*/
#sb_instagram #sbi_images {
	padding: 0;
}

.wp-block-kadence-posts .loop-entry {
	box-shadow: 0 0 0 0;
}

@media screen and (min-width: 768px) {
    .wp-block-kadence-posts.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
        display: grid;
        grid-template-columns: 7fr 8fr;
    }
}



/*Highlight Post*/
.highlight-post .loop-entry .entry-content-wrap{
	background: var(--global-palette8);
	padding: 70px 60px 60px 120px;
	margin-top: 50px;
	margin-left: -100px;
}

.beatrice-post-right .loop-entry .entry-content-wrap{
	background: var(--global-palette8);
	padding: 70px 120px 60px 60px;
	margin-top: 50px;
	margin-right: -100px;
}

.beatrice-post-right article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
	       grid-template-columns: 8fr 7fr !important;
}

.wp-block-kadence-posts.grid-cols {
  
    column-gap: 3.5rem;
    row-gap: 2.5rem;
}

.fpblogposts li.kt-title-item:last-child .kt-tab-title {
    border-right-width: 0;
    transition: 1s;
}

.navigation.post-navigation {
	display: none;
}

.entry-related-inner-content {
	padding-left: 0;
	padding-right: 0;
}

.entry-related.alignfull {
	margin-left: 0;
	margin-right: 0;
}
.entry-related article {
	text-align: center;
}
.entry-related {
	margin-bottom: 0;
}
.wp-block-categories-list.wp-block-categories li:first-child {
	margin-top: 25px;
}

.wp-block-categories-list {
	margin-bottom: 50px;
}
.wp-block-categories-list.wp-block-categories {
	padding-left: 0;
	margin-left: 0;
	    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.15em;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
}
.wp-block-categories-list li {
	    display: block;
    text-align: center;
    padding: 12px 10px;
    background: #fff;
	margin-bottom: 10px;
	
}

.wp-block-categories-list li:last-child {
	border-bottom: 0;
}

.underlinewidgettitle:after {
height: 8px;
	background: var(--global-palette1);
	content: " ";
	width: 75%;
	display: block;
	margin: 0 auto;
	margin-top: -10px;
}

.woocommerce-tabs {
	display: none;
}

 .entry-header {
    display: flex;
    flex-direction: column-reverse; 
}
.loop-entry .entry-summary p, .loop-entry .entry-header .entry-meta {
    margin: 0 0 1em 0;
}

