/*
Theme Name: Mariannes
Description: Mariannes Child Theme
Template: hello-elementor
Version: 1.02
Tags: four-columns, right-sidebar, full-width-template
Text Domain: mariannes

This theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.
*/

.whatsapp-icon span.elementor-icon-box-title {
	background: #F0EDF4;
	padding: 5px 10px;
	border-radius: 10px;
}
.overlay-img-right:before{
	width: 50%;
	left: auto;
	right: 0;
}
.circle-number{
	height: 72px !important;
	width: 72px !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

a.blog-loop-grid:hover{
	border: 0 solid #69727d;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

a.blog-loop-grid .elementor-post-info__terms-list .elementor-post-info__terms-list-item,
.mariannes-category .elementor-post-info__terms-list .elementor-post-info__terms-list-item{
	border:1px solid var(--e-global-color-accent);
    background-color: var(--e-global-color-accent);
	color:#fff;
	padding:7px 12px;
    border-radius: 50px 50px 50px 50px;
	white-space:nowrap;
	font-size:15px !important;
}
a.blog-loop-grid div.e-con-inner:first-child,
.mariannes-category div.e-con-inner:first-child{
	transition: background-size 0.3s ease-in-out;
	background-size
}

a.blog-loop-grid .elementor-post-info__terms-list{
	display: flex !important;
    flex-wrap: wrap;
    column-gap: 3px;
    row-gap: 8px;
	color:white;
	font-size:0;
}

a.blog-loop-grid:hover h4.elementor-heading-title{
	color:var(--e-global-color-secondary);
}
.faqs-accord .e-n-accordion-item[open] .e-n-accordion-item-title-text {
    font-weight: 600;
}

.blog-detail-content .wp-block-image img{
	width:100% !important;
	height:600px!important;
	object-fit:cover !important;
	margin:20px 0;
}
.blog-detail-content h3{
	font-size:30px;
	line-height:32px;
}
.blog-post-navigation .elementor-post-navigation div a span{
	white-space:normal;
}
.blog-post-navigation .elementor-post-navigation div.elementor-post-navigation__separator-wrapper{
	padding:0 40px;
}



@media screen and (max-width:767px){
	.whatsapp-icon span.elementor-icon-box-title{
		opacity:0 !important;
		display:none !important;
	}
	.blog-detail-content .wp-block-image img{
	width:100% !important;
	height:300px!important;
	object-fit:cover !important;
	margin:10px 0;
}
	.blog-post-navigation .elementor-post-navigation div a span{
		white-space:nowrap;
	}
	.blog-post-navigation .elementor-post-navigation div.elementor-post-navigation__separator-wrapper{
	padding:0 10px;
}
	.circle-number{
	height: 52px !important;
	width: 52px !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
}
