/*
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: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1690377243
Updated: 2023-07-26 13:14:03

*/

.footer-link a{
    color:#fff;
}
.footer-arrow-btn img{
    transition: .5s all;
}
.footer-arrow-btn img:hover {
    transform: rotate(180deg);
}
.blog-cat h2 {
    background: #FF0435;
    display: initial;
    color: #fff!important;
    padding: 5px 10px 5px;
}
.img-title span{
    color:#FF0435;
}
.social-share-btn .social-btn .elementor-grid{
	display:none;
}
.social-share-btn .share-btn{
	margin-bottom:0px!important;
}
.social-share-btn .share-btn .elementor-image-box-img{
	cursor: pointer;
}
.social-share-btn .social-btn .elementor-grid.active{
	padding-bottom:10px;
}
.tag-wrapper .elementor-post-info__terms-list-item {
    border: 2px solid #D9D9D9;
    padding: 5px 20px 5px 20px;
    margin-right: 3px;
    margin-left: 3px;
    transition: all .2s;
    position: relative;
	color:#181E27!important
}
.tag-wrapper .elementor-post-info__terms-list-item {
    display: inline-block !important;
    margin-bottom: 5px;
}
.tag-wrapper .elementor-post-info__terms-list-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
}
.banner-slider .elementor-swiper-button.elementor-swiper-button-prev{
	left:-25px!important;
	-webkit-text-stroke: 2px #fff;
}
.banner-slider .elementor-swiper-button.elementor-swiper-button-next{
	right:-25px!important;
	-webkit-text-stroke: 2px #fff;
}
.post-slider .elementor-grid{
	display:block;
}
.post-slider .slick-initialized .slick-slide{
	padding:10px;
}
.post-slider .elementor-post__title{
	min-height:48px;
}
.post-slider .slick-prev:before{
	content:url('https://blog.dev.foodmoodies.com/wp-content/uploads/2023/07/Collapse-Arrow.png');
	opacity:1;
}
.post-slider .slick-prev{
	left:-60px
}
.post-slider .slick-next:before{
	content:url('https://blog.dev.foodmoodies.com/wp-content/uploads/2023/07/Collapse-Arrow-1.png');
	opacity:1;
}
.post-slider .slick-next{
	right:-20px
}
.post-slider .slick-dots li button:before{
	font-size:40px;
}
.post-slider button:hover, .post-slider button:focus{
	background-color:transparent;
}


@media (max-width:767px){
.share-btn.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    text-align: right;
    flex-direction: row-reverse;
	display:flex;
}

.share-btn .elementor-image-box-wrapper .elementor-image-box-img{
	width:10%!important;
	display:flex;
	align-items:center;
	align-self:center;
	justify-content:center;
	margin-top:-8px!important
}
}



.wpml-switcher .js-wpml-ls-item-toggle.wpml-ls-item-toggle{
	border:0px;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
	content:url(https://blog.dev.foodmoodies.com/wp-content/uploads/2023/07/Collapse-Arrow.svg);
	border:0px;
	top: calc(50% - 0.5em);
}

.wpml-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-switcher .wpml-ls-legacy-dropdown a:focus, 
.wpml-switcher .wpml-ls-legacy-dropdown a:hover {
    background:transparent;
}
.wpml-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	left:-97%;
	margin-top:5px;
	border: 0px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
	border:1px solid #0000002d;
	border-radius:5px;
	padding:12px 15px
}
.footer-menu .elementor-icon-list-items li a .elementor-icon-list-text{
    transition: .5s all!important;
}
.footer-menu .elementor-icon-list-items li a:hover .elementor-icon-list-text{
    padding-left:10px!important;
}