/*
Theme Name: Jungle
Author: Briaux
Description: Custom by Briaux Jithesh
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.site-header {
  position: fixed;
  z-index: 99;
  width: 100%;
}
.tawk-branding {
  display: none !important;
}
.slick-dots {
  bottom: 50px !important;
}
#comments {
  display: none !important;
}
a {
  text-decoration: none !important;
}
.topbtn .menu-link {
  background: #6d7f75;
  color: #fff !important;
  border-radius: 5px;
}
#ast-scroll-top {
  z-index: 2 !important;
  bottom: 80px !important;
  right: 5px !important;
}
textarea {
     max-height: 100px !important;
}


.mr::before {
  content: '';
  display: block;
  height:      140px;
  margin-top: -140px;
  visibility: hidden;
	z-index:-1;
}

.stickmenu {
  position: sticky !important;
  top: 122px;
  z-index: 99;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail::before {
   border-bottom: 5px solid #6d7f75 !important;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail::after {
   border-bottom: 13px solid #6d7f75 !important;
}

@media (max-width: 982px) {
	.stickmenu {
	 position: sticky !important;
  top: 70px;
  z-index: 99;
}	
}


@media (max-width: 482px) {
.site-header {
  position: relative !important;
}
	
.stickmenu {
  position: sticky !important;
  top: 0;
  z-index: 99;
}	
	
	
}






.scroll-down-link {
  background-image: url(https://jungleretreatwayanad.com/wp-content/uploads/2022/11/arrowdown1.png);
  height: 32px;
  width: 32px;
  margin: 0 0 0 -15px;
  line-height: 60px;
  position: absolute;
  left: 49.85%;
  bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 70px;
  z-index: 3;
  text-decoration: none;
  text-shadow: 0 0 3px rgba(0,0,0,.4);
  -webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
  animation: avia_fade_move_down 2s ease-in-out infinite;
  background-repeat: no-repeat;
}
.av-icon-display {
 display:block;
 font-size:30px;
 line-height:58px;
 margin:0 auto 20px;
 width:60px;
 border-radius:100px;
 border-style:solid;
 border-width:1px;
 text-align:center;
 -webkit-transition:all .3s ease-in-out;
 transition:all .3s ease-in-out
}

[data-av_icon]::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  content: attr(data-av_icon);
  speak: never;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  color: #4a4a4d;
 }
th,
td {
  padding: 10px 15px;
  vertical-align: middle;
}
thead {
  background: #395870;
  background: linear-gradient(#49708f, #293f50);
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
th:first-child {
  border-top-left-radius: 5px;
  text-align: left;
}
th:last-child {
  border-top-right-radius: 5px;
}
tbody tr:nth-child(even) {
  background: #f0f0f2;
}
td {
  border-bottom: 1px solid #cecfd5;
  border-right: 1px solid #cecfd5;
}
td:first-child {
  border-left: 1px solid #cecfd5;
}



@-webkit-keyframes avia_fade_move_down {
 0% {
  -webkit-transform:translate(0,-20px);
  opacity:0
 }
 50% {
  opacity:1
 }
 100% {
  -webkit-transform:translate(0,20px);
  opacity:0
 }
}
@keyframes avia_fade_move_down {
 0% {
  transform:translate(0,-20px);
  opacity:0
 }
 50% {
  opacity:1
 }
 100% {
  transform:translate(0,20px);
  opacity:0
 }
}
@-webkit-keyframes avia_slide_down {
 0% {
  height:0%
 }
 100% {
  height:100%
 }
}
@keyframes avia_slide_down {
 0% {
  height:0%
 }
 100% {
  height:100%
 }
}
@-webkit-keyframes avia_expand {
 0% {
  width:0%
 }
 100% {
  width:100%
 }
}
