/*
Theme Name:     Penelope by Creative Her
Theme URI:      https://penelope.creativeher.co/
Template:       kadence
Author:         Creative Her
Author URI:     https://creativeher.co/
Description:    Penelope WordPress theme is tailored for coaches, motivational speakers, and business strategists who want to showcase their services with elegance and authority.
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/



@media screen and (max-width: 719px) {
    .loop-entry .entry-taxonomies {
        margin-bottom: 2em;
    }
}

.zindex {
	z-index: 9999;
	position: relative;
}

.content-area {
	margin-bottom: 0;
}

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

.entry-content h3 {
	    margin: 25px 0 15px;
}

.post-categories a {
	text-decoration: none;
}

/*Script*/
@media screen and (max-width: 769px) {
	h5 {
	
    -webkit-text-stroke: .5px; 
    text-stroke: .5px;
	}
}

/*Spacing*/
.wp-block-kadence-posts.grid-cols {
 
    column-gap: 3rem;
    row-gap: 3rem;
}

/*Rotate*/
.relative {
	position: relative;
}
.rotateleft {
position: absolute;
    white-space: nowrap;
   top: 230px;
    left: -20px;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    z-index: 99999;
}

@media screen and (max-width: 769px) {
	.rotateleft {left: 20px;}
}




/*Head*/
#masthead, #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.site-main-header-wrap), #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner {
    background: transparent;
}

/*Headings*/
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin: .15em 0 .15em;
}

.wp-block-kadence-posts .entry-taxonomies a {
    font-weight: inherit;
}

/*Read More*/
.wp-block-kadence-posts a.post-more-link, a.post-more-link {
	background: var(--global-palette1);
	    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 2px;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
    padding: 18px 35px;
	
}

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

.wp-block-kadence-posts .more-link-wrap, .more-link-wrap {
	margin-top: 30px;
}
.wp-block-kadence-posts a.post-more-link .kadence-svg-iconset {
	display: none;
}

.penelope-slider .more-link-wrap {
	margin-top: 40px;
}


/*Custom Date*/
.entry-date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.entry-date .month-year,
.creativeher-post-meta .month-year {
	font-style: normal;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.15em;
    font-family: var(--global-primary-nav-font-family);
    transform: rotate(-90deg);
    font-size: 12px;
	letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: 10px;
    color: #333; 
	margin-left: -2px;
}

.creativeher-post-meta .posted-on {
display: flex;
    align-items: center;
    justify-content: flex-start;
	top: 55px;
	}

.creativeher-post-meta .entry-meta {
	position: absolute;
	left: 0;
}

.entry-date .day,
.creativeher-post-meta .day {
    font-size: 55px;
    line-height: 1;
    color: #000; 

	margin-left: -10px;
	font-family: var(--global-heading-font-family);
}

.entry-date .month-year,
.entry-date .day {
    display: inline-block;
}

.entry-date {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease; 
}

.posted-on {
    background: var(--global-palette7);
    width: 120px;
    height: 110px;
    margin-left: -15px;
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
	border-radius: 5px;
}

/*Entry Meta*/
.entry-header {
    display: flex;
    flex-direction: column;
}

.entry-header {
    flex-direction: column-reverse;
}

/*Categ*/
.wp-block-kadence-posts .loop-entry.type-post .entry-taxonomies .category-style-pill a, .loop-entry.type-post .entry-taxonomies .category-style-pill a {
	text-transform: none;
	font-style: normal;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .05em;
    font-family: var(--global-primary-nav-font-family);
	color: var(--global-palette3);
	background: var(--global-palette2);
	padding: 13px 15px;
	border-radius: 20px;
	    -webkit-font-smoothing: antialiased;
}




/*ARCHIVE*/
.loop-entry.type-post .entry-taxonomies {
    order: 1;
	    position: absolute;
    top: 15px;
    left: 15px;

	
}



.blog #archive-container article.loop-entry.type-post .entry-taxonomies, .archive #archive-container article.loop-entry.type-post .entry-taxonomies {
	position: relative;
	left: 0;
}

.blog #archive-container article, .archive #archive-container article {
	position: relative;
	margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
	
	.blog #archive-container article:nth-child(even).loop-entry.type-post .entry-taxonomies, .archive #archive-container article:nth-child(even).loop-entry.type-post .entry-taxonomies
{
	    position: absolute;
    order: 1;
    left: calc(50% + 70px) !important;
    bottom: 30px;
    width: 50%;
    transform: translate(0%, 0%);
    text-align: left;
    top: auto;
}

.blog #archive-container article:nth-child(odd).loop-entry.type-post .entry-taxonomies, .archive #archive-container article:nth-child(odd).loop-entry.type-post .entry-taxonomies
{
position: absolute;
    order: 1;
    right: 0;
    bottom: 30px;
    width: calc(50% - 70px) !important;
    transform: translate(0%, 0%);
    text-align: right;
    top: auto;
}
	
	.blog article:first-child, .archive article:first-child {
		margin-top: 45px;
	}
    .grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
        display: grid;
        grid-template-columns: 1fr 1fr;
			align-items: center;
			column-gap: 70px;
    }
	
	.blog article:nth-child(even) .entry-content-wrap,
	.archive article:nth-child(even) .entry-content-wrap {
    grid-row: 1;
}
	
	.blog article:nth-child(even) .posted-on,
	.archive article:nth-child(even) .posted-on {
		right: -15px;
		left: auto;
	}

}

.servicetab1 {
	z-index: 1;
		position: relative;
}

.servicetab2 {
	z-index: 2;
	position: relative;
}

.servicetab3 {
	z-index: 3;
		position: relative;
}

/*Sales Page*/
.salesbox .textbox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.salesbox {
	position: relative;
}

.kt-blocks-accordion-header.kt-acccordion-button-label-show.kt-accordion-panel-active {
	border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

/*Shop Favorites*/
/* Ensure the image wrapper is positioned relative */
.penelope-shopmyfavorites .kb-is-ratio-image {
    position: relative;
}

/* Style for the numbers */
.penelope-shopmyfavorites .kb-is-ratio-image::before {
    content: attr(data-number);
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 13px;
    color: #000;
    background: #fff;
    width: 40px;
    height: 40px;
    padding: 8px;
    text-align: center;
    border-radius: 30px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.penelope-shopmyfavorites ul.wp-block-list {
	padding-left: 0px;
}

.penelope-shopmyfavorites .wp-block-list {
    list-style: none;
    counter-reset: custom-counter;
}

.penelope-shopmyfavorites .wp-block-list li {
    counter-increment: custom-counter;
    position: relative;
    padding-left: 40px; 
    margin-bottom: 13px;
}

.penelope-shopmyfavorites .wp-block-list li::before {
    content: counter(custom-counter, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
	height: 30px;
    text-align: center;
	background: #333;
	color: #fff;
	border-radius: 15px;
	padding: 4px;
	font-size: 12px;
}

/*Posts*/
.link-style-color-underline .entry-content p a, .link-style-color-underline .entry-content strong>a, .link-style-color-underline .entry-content em>a, .link-style-color-underline .entry-content>ul a, .link-style-color-underline .entry-content>ol a, .link-style-color-underline .entry-content .wp-block-group ul a, .link-style-color-underline .entry-content .wp-block-group ol a {
	text-decoration: none;
}
@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: 1fr 1fr;
        align-items: center;
        column-gap: 70px;
			position: relative;
    }
}

@media screen and (min-width: 768px) {
    article:nth-child(even) .entry-content-wrap {
        grid-row: 1;
    }
	
	  article:nth-child(even) .posted-on {
        right: -15px;
        left: auto;
    }
	
	article:nth-child(even).loop-entry.type-post .entry-taxonomies {
        position: absolute;
        order: 1;
        left: calc(50% + 70px);
        bottom: 30px;
        width: 50%;
        transform: translate(0%, 0%);
        text-align: left;
        top: auto;
    }
	
	    article:nth-child(odd).loop-entry.type-post .entry-taxonomies {
        position: absolute;
        order: 1;
        right: 0;
        bottom: 30px;
        width: calc(50% - 70px);
        transform: translate(0%, 0%);
        text-align: right;
        top: auto;
    }
}

/*Standard Posts*/

article.loop-entry.type-post .entry-taxonomies {
    position: relative;
    left: 0;
}

.penelope-standardposts .entry-taxonomies {
	    position: inherit !important;
}

.penelope-standardposts .entry-date {
	opacity: 1 !important;
	    visibility: visible;
}

.penelope-standardposts .posted-on {
    background: transparent;
    width: auto;
    height: auto;
    margin-left: 0;
    display: flex;
    position: inherit;
    left: 0;
    top: 0;
    border-radius: 0;
}

mark.kt-highlight {
    padding: 7px 17px !important;
    -webkit-box-decoration-break: clone;
    line-height: 1.8;
}


/*Slider*/
.ch-slider-buttons {
	right: -10px;
	top: 10px;
	position: absolute;
	z-index: 9999;
	
	height: 45px;
}

@media screen and (max-width: 768px) {
	.ch-slider-buttons {
		right: 10px;
	}
	
	.penelope-slider .slick-slide {
		padding: 0 5px !important;
	}
}

.ch-slider-buttons svg {
	width: 25px;
	height: 30px;
}

.ch-slider-buttons button {
	background: var(--global-palette6);
	border-radius: 0;
	line-height: 1;
	border: 0;
	padding: 8px 14px;
}

.ch-slider-buttons .slick-next {
	margin-left: 5px;
}

.penelope-slider .slick-slide {
	padding: 0 20px;
}

.penelope-slider.grid-lg-col-3 {
    grid-template-columns: auto;
}

.penelope-standardcat .entry-taxonomies {
	position: inherit !important;
	width: auto !important;
	left: 0 !important;
	text-align: left !important;
}

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

.slick-arrow {
    position: absolute;
    z-index: 999;
    border-radius: 0;
    padding: 13px 20px 10px;
    width: 65px;
	background: #fff;
}

.slick-arrow:hover,
.slick-arrow:focus {
	background: #fff;
}

.slick-prev {
	top: 37%;
	left: -10px;
}

.slick-next {
		top: 37%;
	right: -10px;
}

.kb-splide .splide__arrow {
	border-radius: 0;
	width: 30px;
}

/*Nav*/

.adjacent-post-label {
    font-family: var(--global-heading-font-family);
    font-weight: 300;
    font-style: italic;
    text-transform: lowercase;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--global-palette7);
    font-size: 34px;
    margin-bottom: 20px;
    width: 100%;
}


.nav-links a.next.page-numbers {
    
    margin-left: auto !important;
    margin-right: 0 !important;
}


.nav-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: var(--global-content-width);
    margin: 0 auto;
	    padding: 0 20px;
	margin-top: 0px;
}

.navigation.pagination .nav-links:only-child a.prev.page-numbers {
    display: block !important;
    margin-right: auto !important;
    text-align: left !important;
}

@media (max-width: 520px) {
	.nav-links a.next.page-numbers, .nav-links a.prev.page-numbers {
		margin: 12px auto !Important;
		  
	}
}


.creativeher-kadence-adjacent-post-link {
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.creativeher-kadence-adjacent-post-link:first-child {
	margin-right: 5%;
}

.creativeher-kadence-adjacent-post-link:nth-child(2) {
	margin-left: 5%;
}

.pagination a:hover, .pagination a:focus, .pagination a:active {
	border-color: transparent;
}

.pagination .page-numbers {
	    background: var(--global-palette1);
	padding: 6px 20px;
	font-style: normal;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 2px;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
	  white-space: nowrap;
}

.nav-links a.next.page-numbers, .nav-links a.prev.page-numbers {
	border-radius: 0;
	    display: flex;
    flex-direction: row;
	align-items: center;
}

.nav-links a.next.page-numbers svg {
	margin-left: 15px;
}

.nav-links svg {
	min-width: 40px;
}

.nav-links a.prev.page-numbers svg {
	margin-right: 15px;
}

body.page .content-bg, body.content-style-unboxed.page .site {
	background: transparent;
}


/*Categ*/

.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: 500;
    font-size: 12px;
    letter-spacing: 0.13em;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
}

.wp-block-categories-list li a:hover {
	text-decoration: none;
}
.wp-block-categories-list li a {
	    display: block;
    text-align: center;
    padding: 12px 10px;
    background: var(--global-palette7);
	margin-bottom: 10px;
	
}

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

/*Hey There*/
.penelope-heythere {
	transform: rotate(-3deg);
	margin-bottom: -55px;
	z-index: 999;
	position: relative;
}

/*Categ on Single Post*/
.creativeher-inner-wrap .post-categories {
position: absolute;
    right: 30px;
    bottom: 30px;
    display: flex;
    column-gap: 12px;
    line-height: 1.3;
}

.creativeher-inner-wrap .post-categories a {
	text-transform: none;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .05em;
    font-family: var(--global-primary-nav-font-family);
    color: var(--global-palette3);
    background: var(--global-palette2);
    padding: 13px 15px;
    border-radius: 20px;
    -webkit-font-smoothing: antialiased;
}

/*Single Post Page*/

@media screen and (max-width: 960px) {
	.creativeher-featured-img {
		margin-top: 0 !important;
	}
	.creativeher-singlepost-meta {
        padding-top: 160px !important;
    }
	.creativeher-social-box {
		padding-bottom: 120px !important;
	}
	.creativeher-inner-wrap .post-categories {
		justify-content: center;
    width: 100%;right: auto;
	}
	
	.comments-area, .primary-sidebar .widget:last-child {
		margin-bottom: 0 !important;
	}
	
	.creativeher-post-meta .posted-on {
		top: 25px;
		        width: 100px;
        height: 100px;
		        margin-left: -10px;
	}
	
	.creativeher-singlepost-meta .entry-title {
		font-size: 40px;
	}
	
	.entry-date .day, .creativeher-post-meta .day {
    font-size: 45px;
    line-height: 1;
    color: #000;
		margin-left: -15px;}
	
	.creativeher-singlepost-meta {
		width: 90%;
		margin: 0 auto;
	}
}

.creativeher-singlepost-meta .entry-title {
	max-width: 800px;
	margin: 0 auto;
}

.primary-sidebar .wp-block-kadence-posts.grid-cols {

    row-gap: 1rem;
}

.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover {
	text-decoration: none;
}

.primary-sidebar .widget:last-child {
	margin-bottom: 30px;
}

@media screen and (min-width: 1025px) {
    .has-sidebar .content-container {
     
        grid-gap: 100px;
      
    }
}

.creativeher-featuredimage-overlay {
    content: " ";
    width: 100%;
    height: 100%;
    background: #32303080;
    display: block;   
}

.creativeher-singlepost-meta .entry-title, .creativeher-singlepost-meta .post-categories a, .creativeher-singlepost-meta .post-categories, .social-btn a {
	color: #fff;
}

.social-btn svg {
	fill: #fff;
}
.navigation.post-navigation {
	display: none;
}

}

.entry-content.single-content h3 {
	font-size: 34px;
	margin-bottom: 15px;
	margin-top: 25px;
}

.single-content address, .single-content figure, .single-content hr, .single-content p, .single-content table, .single-content pre, .single-content form, .single-content .wp-block-buttons, .single-content .wp-block-button, .single-content .wc-block-grid, .single-content .wp-block-kadence-advancedbtn, .single-content .wp-block-media-text, .single-content .wp-block-cover, .single-content .entry-content-asset, .single-content .wp-block-kadence-form, .single-content .wp-block-group, .single-content .wp-block-yoast-faq-block, .single-content .wp-block-yoast-how-to-block, .single-content .schema-faq-section, .single-content .wp-block-kadence-tableofcontents, .single-content .enlighter-default, .single-content .wp-block-kadence-iconlist, .single-content [class*=__inner-content] {
	margin-bottom: 27px;
}

.creativeher-singlepost-header {
	max-width: var(--global-content-width);
	margin: 0 auto;
	padding: 0 var(--global-content-edge-padding);
}

.creativeher-featured-img {
	margin-top: 25px;
	
}

.creativeher-inner-wrap {
	position: relative;
	margin-bottom: 30px;
}

.creativeher-singlepost-meta {
padding-top: 230px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
	
}

.creativeher-post-meta {
	position: absolute;
left: 0;
	top: 0;
}

/*Related*/
.entry-related {
	display: none;
}

.penelope-keepreading .post-thumbnail {
    display: none !important;
}
.sidebar-primary a:hover {
	text-decoration: none;
}
.sidebar-primary .entry-title {
	padding-right: 0;
	    font-size: 25px;
    letter-spacing: .4px;
	padding: 25px 0;
	border-bottom: 1px solid;
	border-color: var(--global-palette6);
	margin: 0 !important;
	
}

.sidebar-primary .entry-header {
	margin-bottom: 0;
}

.sidebar-primary .grid-cols {
	row-gap: 0 !important;
}

.sidebar-primary .kb-splide .splide__arrow, .sidebar-primary .kb-splide .splide__arrow:hover {
	background: transparent;
}

/*Search*/
.header-html-inner {
    position: relative;
}

.header-html-inner .kadence-search-icon-wrap {
    cursor: pointer;
    margin-top: 23px;
}

.header-html-inner .search-form {
    position: absolute;
    right: 0;
    width: 0;
    opacity: 0;
    transition: width 0.4s ease, opacity 0.4s ease;
    overflow: hidden;
    white-space: nowrap;
	top: -11px;
}

.header-html-inner .search-form.active {
	background: var(--global-palette8);
    width: 230px;

	
    opacity: 1;
}

.header-html-inner .search-field {
    width: 100%;
    padding: 8px;
    background-color: #333;
    color: black;
    border: none;
    outline: none;
    box-sizing: border-box;
}

.header-html-inner .search-field::placeholder {
    color: black;
}

.header-html-inner .search-form input[type="search"], .search-form input.search-field {
	padding-right: 10px;
	background: transparent;
	color: #333;
}
.header-html-inner .kadence-svg-iconset svg {
    height: 18px;
    width: 18px;
	fill: #333;
}

.header-html-inner .input[type="search"] {
	background: #333;
	border: 0;
}
#mobile-drawer .search-form {
    position: relative;
	max-width: 300px;}

#mobile-drawer .search-form input.search-field {
	line-height: 1.8;
	border-color: #5d5d5d;
}

#mobile-drawer .search-form ::placeholder {
	color: #333;
}

#mobile-drawer .search-form .kadence-search-icon-wrap {
	color: #333;
	
}

.button {
	transition: .4s;
}

/*Fonts*/
@media (max-width: 767px) {
:root {
    --global-kb-font-size-xxxl: 53px;
}
}

/*Social*/
.creativeher-social-box {
	margin-top: 25px;
	padding-bottom: 230px;
}
.social-wrap {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	    justify-content: center;
}

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

.social-btn .kadence-facebook-alt2-svg {
	width: .9rem;
	height: .9rem;
}

.social-btn .fa-link:before {
    font-size: 14px;
    top: -2px;
    position: relative;
}


.sbtn[data-tooltip] {
    position: relative;
    cursor: pointer;
}

.sbtn[data-tooltip]:hover::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%; /* Position above the button */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 12px;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.2s;
}

.sbtn[data-tooltip]:hover::before {
    opacity: 1;
}

.sbtn[data-tooltip]:hover::after {
    content: '';
    position: absolute;
    bottom: calc(100% - 5px); /* Align with the tooltip */
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.2s;
}

.sbtn[data-tooltip]:hover::after {
    opacity: 1;
}

/*Comments*/
.comment-author .fn a {
	text-transform: capitalize;
}
.comments-area {
    margin: 30px 0;
    margin-left: auto;
    margin-right: auto;
    padding: 35px;
    background: #fff;
}

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

.comment-form a {
    font-weight: inherit;
}

.comment-meta a:hover, .comment-form a:hover {
	text-decoration: none;
}

.comments-title, .comment-reply-title {
	    font-size: 34px;
	margin-bottom: 35px;
}

.comment-reply-link {
	font-style: normal;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.15em;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 14px 30px 14px 30px;
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
}

.comment-body {
	    border-bottom: 1px solid var(--global-palette-btn-bg);
}

.comment-reply-link:hover, .comment-reply-link:focus {
	border-color: var(--global-palette-btn-bg);
}

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;
}

.comment-form .comment-input-wrap p label, .comment-form p.comment-form-float-label label {
	color: #000;
}

.comment-author, .says {
	font-size: inherit;
	font-weight: normal;
}

.comment-author b {
	font-weight: normal;
}
