/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1756896468
Updated: 2025-09-03 10:47:48

*/

.hover {
  position: relative;
  display: inline-block;
}

.blog-card .elementor-heading-title{
	visibility: hidden;
  	opacity: 0;
	transition: all ease 0.2s; 
}
.blog-card:hover .elementor-heading-title{
	visibility: visible;
  	opacity: 1;
}





p:last-child {
	margin-bottom: 0;
}
.lightitalic {
    font-weight: 300;
    font-style: italic;
}
.blog-right-posts .elementskit-post-image-card {
    background: transparent;
}
body .blog-right-posts .elementskit-post-image-card .elementskit-entry-header a.elementskit-entry-thumb {
    position: relative;
    padding-bottom: 100% !important;
}
body .blog-right-posts .elementskit-post-image-card .elementskit-entry-header a.elementskit-entry-thumb::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.4;
}
.blog-right-posts .elementskit-post-image-card .elementskit-entry-header img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.blog-right-posts .elementskit-post-image-card {
    position: relative;
}
.blog-right-posts .elementskit-post-image-card .elementskit-post-body {
    position: absolute;
    bottom: 0;
    transition: all ease 0.3s;
    opacity: 0;
		visibility: hidden;
}

.blog-right-posts .elementskit-post-image-card:hover .elementskit-post-body {
    opacity: 1;
		visibility: visible;
}

.blog-right-posts .elementskit-post-image-card .elementskit-post-body h2.entry-title,.blog-right-posts .elementskit-post-image-card .elementskit-post-body h2.entry-title a {
    margin: 0;
    font-size: 18px;
		font-family: 'Libre Baskerville';
    line-height: 25px;
}
.blog-right-posts .ekit-wid-con .row {
    margin-left: -10px;
    margin-right: -10px;
}
.blog-right-posts .col-lg-6.col-md-6 {
    padding: 0 10px;
}
.blog-right-posts::-webkit-scrollbar {
  display: none;
}
.blog-right-posts{
  scrollbar-width: none; 
}
.blog-right-posts{
  -ms-overflow-style: none; 
}
.page-id-81360 footer#colophon {
    border-top: 1px solid #707070;
}
.post-social-icon .elementor-icon-wrapper {
    height: auto;
    line-height: 0;
}
.post-social-icon .elementor-icon {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
}

@media(min-width: 1025px) {
	.blog-right-posts .ekit-wid-con .row {
			margin-left: -7.5px;
			margin-right: -7.5px;
	}
	.blog-right-posts .post-items .col-md-6 {
			padding: 0 7.5px;
	}
	
}
@media only screen and (min-width: 768px) {
	.sticky-desktop {
    position: sticky;
    top: 0;
    height: 100vh;
}
	
}
@media(max-width: 1024px) {
	.elementor-8 .rosalind-text-box .elementor-widget-heading {
    margin-right: auto;
}
	.elementor-8 .elementor-element.blog-index-section {
    overflow: auto;
}
.blog-right-posts .elementskit-post-image-card {
			aspect-ratio: 1/1.15;
	}
	.blog-right-posts .elementskit-entry-header a.elementskit-entry-thumb,
	.blog-right-posts .elementskit-entry-header {
			height: 100%;
	}
.blog-right-posts .post-items .col-md-6 {
    width: 33.33%;
    padding: 0 10px;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    height: auto;
}
	.blog-right-posts .elementskit-post-image-card:hover .elementskit-post-body {
    opacity: 0;
    visibility: hidden;
}
}
@media(max-width: 768px) {
	.wearing-product-list {
			overflow-x: auto;
			max-width: 100%;
	}
	.wearing-product-list .wearing-product {
    flex: none;
    max-width: 80%;
}
.rosalind-explore-box .rosalind-text-box {
    width: calc(100% - 75px);
}
	.elementor-8 .elementor-element.blog-index-section {
    height: 100vh;
}
	.blog-index-section .single_post_content {
    height: calc(100vh - 155px);
		height: calc(100dvh - 155px);
}
	.blog-right-posts .ekit-wid-con .row {
    margin-left: -5px;
    margin-right: -5px;
}

.blog-right-posts .elementskit-post-image-card .elementskit-post-body h2.entry-title,.blog-right-posts .elementskit-post-image-card .elementskit-post-body h2.entry-title a {
    font-size: 14px;
		line-height: 16px;
}
	.blog-right-posts .post-items .col-md-6 {
    padding: 0 5px;
}
	
}


@media(max-width: 375px) {
		.blog-right-posts .post-items .col-md-6 {
    width: 50%;
		padding: 0 5px;
		width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    height: auto;
}
}