/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


.mainHeader.sticky{
	background: #112120 !important;
}



.headerMenu nav ul li a{ position:relative; }
.headerMenu nav ul li a::before{
	content: ''; 
	position:absolute; 
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0A9069 !important;
}
.headerMenu nav ul li.giftCard{ display:none !important; }
.headerMenu .elementor-nav-menu--dropdown:not(.sub-menu.elementor-nav-menu--dropdown) {
	position: fixed;
	top: 80px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.filterStyle .e-filter-item:last-child{
	border-radius: 10px 0 0 10px !important;
}
.filterStyle .e-filter-item:nth-last-child(2){
	border-radius: 0 10px 10px 0 !important;
}
.filterStyle .e-filter-item{ position:relative; }
.filterStyle .e-filter-item::after{ 
	content: '';
	position:absolute; 
	height: 22px;
	width: 1px;
	background: #DDD9CB;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.filterStyle .e-filter-item:hover::after,
.filterStyle .e-filter-item:nth-last-child(2)::after,
.filterStyle .e-filter-item[aria-pressed="true"]::after{ display: none;}




/*.ti-widget.ti-goog .ti-controls {
    top: unset !important;
    bottom: -50px !important;
}*/
.ti-widget.ti-goog .ti-controls-line .dot,
.ti-widget.ti-goog .ti-controls .ti-next:after, 
.ti-widget.ti-goog .ti-controls .ti-prev:after,
.ti-widget.ti-goog .ti-controls .ti-next:before, 
.ti-widget.ti-goog .ti-controls .ti-prev:before {
    background: #0A3428 !important;
}
.ti-widget.ti-goog .ti-controls-line {
    background: rgb(149 147 147 / 35%) !important;
}
.input_2_3{
	text-transform: lowercase !important;
}
.conceptImg img {
    z-index: 1;
    position: relative;
}
.conceptImg::before {
	content: '';
    position: absolute;
    right: -20px;
    top: -30px;
    border-radius: 20px;
    border: 1px solid #0A9069;
    z-index: 0;
    width: 240px;
    height: 421px;
}

.conceptImg::after {
	content: '';
    position: absolute;
    left: -30px;
    bottom: -30px;
    border-radius: 20px;
    border: 1px solid #0A9069;
    z-index: 0;
    width: 240px;
    height: 372px;
}

.elementor-widget-off-canvas .e-off-canvas__main {
    padding: 0 20px !important;
}


.multi-line-ellipsis a{
	display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines you want to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.all-post-tags {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 2%;
}
ul.all-post-tags li {
    width: 32%;
}
ul.all-post-tags a{
    padding: 5px 12px;
    background: #F2F2F0;
    color: #8C8C8C;
    font-size: 16px;
    display: block;
}

ul.all-post-tags a:hover{
    background: #01120D;
    color: #fff;
}
.blogSearch form.e-search-form {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding-right: 6px;
}

.blogSearch form.e-search-form  input{
    border: none !important;
    border-radius: 10px;
    height: 60px;
}


.postWrp-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    padding: 17px 0;
}
.posImg-Box {
    width: 170px;
}
.postCont {
    width: calc(100% - 185px);
}
.posImg-Box img {
    width: 100%;
    display: block;
    border-radius: 10px !important;
    height: 110px !important;
    object-fit: cover;
    object-position: top;
    cursor: pointer;
}
.postCont h4 {
    font-size: 20px !important;
    line-height: 28px !important;
    color: #01120D;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 200px;
    margin-top: 0;
    margin-bottom: 4px;
    cursor: pointer;
}
.postCont h4:hover {
    color: #8c8c8c;
}
.post-date {
    color: #0A3428;
    padding-left: 25px;
    background: url('https://keralacanteen.com/wp-content/uploads/2025/07/Group-1707487693.svg') no-repeat left center;
}


.gtranslate select {
  display: block !important;
  visibility: visible !important;
}






@media (min-width:1500px) and (max-width:1699px){
html{
       zoom:85%;
       zoom:0.85;
  }
}
 


@media only screen and (max-width:1200px){

	.conceptImg::before {
		width: 130px;
    	height: 228px;
	}
	.conceptImg::after {
		width: 150px;
    	height: 232px;
	}
	ul.all-post-tags li {
	    width: 49%;
	}
	.headerMenu nav ul li a::before{display: none;}
	.headerMenu .elementor-nav-menu--dropdown:not(.sub-menu.elementor-nav-menu--dropdown) {
	    top: 107px;
	}
}
@media only screen and (max-width:1024px){
	.headerMenu nav ul li a::before{display: none;}
	.headerMenu .elementor-nav-menu--dropdown:not(.sub-menu.elementor-nav-menu--dropdown)  {
		top: 75px;
	}
	.posImg-Box {
		width:100%;
	}
	.posImg-Box img {
		height:100%;
	}
	.postWrp-row{
		flex-direction: column;
		gap:10px;
		display:flex;
}
	.postCont{
		width:100%;
	}
	.form-book2 select {
    padding: 10px 10px !important;
}

}
@media only screen and (max-width:880px){

	.conceptImg::before {
		width: 83px;
    	height: 145px;
    	right: -10px;
    	top: -10px;
	}
	.conceptImg::after {
		width: 88px;
    	height: 136px;
    	left: -10px;
    	bottom: -10px;
	}

}  
@media only screen and (max-width:767px){
	.gtranslate_wrapper select.gt_selector.notranslate{
		background:#112120 !important;
	}

	.viewMenu{
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	.headerMenu nav ul li.giftCard{ display:block !important; }

    .cant-img{
        position: unset !important;
        transform: unset !important;
        margin-top: 30px;   
    }

    .headerMenu .elementor-nav-menu--dropdown:not(.sub-menu.elementor-nav-menu--dropdown) {
		top: 71px;
	}
	.posImg-Box img {
		height: 300px !important;
    object-fit: cover;
    object-position: center;
	}
}
@media only screen and (max-width:400px){
	.headerMenu .elementor-nav-menu--dropdown:not(.sub-menu.elementor-nav-menu--dropdown) {
		top: 71px;
	}
	.form-book2 input[type=checkbox]{
		margin-top:2px !important;
	}
	
}


