/*
Theme Name: Limme Child Theme
Theme URI: http://limme.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Limme
Template: limme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: limme

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.
*/
.gtranslate_wrapper a.glink span {
    color: #ffffff !important;
}
.lte-navbar-items .lte-ul-nav .menu-item a{
	font-size:16px !important;
}
#lte-widgets-footer .lte-logo img {
    max-height: 120px !important;
}
.contact-us-form-wrapper .lte-contact-form-7.lte-padding-yes {
    padding: 18px 0px 35px;
}
.wpcf7-response-output{
	margin: auto;
    margin-top: -35px;
}
.lte-topbar-block{
	background: #D7B65D;
background: radial-gradient(circle, rgba(215, 182, 93, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
.hn-topbar #gt-wrapper-88689326 span{
	color:#ffffff !important;
}
.hn-topbar .lte-block-icon.lte-icon-size-xsmall i{
	font-size: 20px;
}
.hn-topbar .lte-header.lte-span{
	font-size:14px;
}
/* custom-call-btn */
.wa_wrapper{
	position:fixed;
	z-index:100;
	width:60px;
	height:60px;
	border-radius:50%;
	bottom: 106px;
	left: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.whatsapp_btn {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    /* -webkit-transition: .3s; */
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    /* transition: .3s; */
	font-size: 24px !important;
	color: #000 !important;
}
.whatsapp_btn:focus {
    color: #fff;
}
@keyframes waPulse{
0%{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;}
50%{
    opacity: .5;
}
100%{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
}
.wa_btnpulse {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    display: block!important;
    left: -10px;
    top: -10px;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-animation: 2s infinite waPulse;
    -moz-animation: 2s infinite waPulse;
    -ms-animation: waPulse 2s infinite;
    -o-animation: 2s infinite waPulse;
    animation: 2s infinite waPulse;
    background-color: #D7B65D;
}
 .wa_btnpulse:nth-of-type(2n) {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}
/* Trip Pages begin */
.yellow-text{
	color:#d7b65d;
}
.hn-tour-card .elementor-widget-wrap{
	min-height:230px;
}
.two-boxes-center .elementor-container{
	align-items: center;
    justify-content: center;
}
.two-boxes-center .colum-zero-width{
	width:0 !important;
}
.badges-wrapper{
	display:flex;
	gap:10px;
}
.badges-wrapper li{
	list-style: none;
    font-size: 12px;
    background: #d7b65d;
    padding: 0px 20px;
    border-radius: 15px;
    margin-top: 15px;
    color: #000000;
    text-align: center;
    font-weight: 600;
}
.lte-navbar .lte-navbar-items.navbar-desktop .lte-ul-nav ul.sub-menu{
	width:300px;
}
.hn-tour-card .elementor-heading-title{
	line-height: 32px;
}
.about-image-box * {
    height: 100% !important;
}
.about-image-box img {
    object-fit: cover !important;
}
/* Trip Pages end */
.lte-rental-sc .lte-icons-tags li{
	width: 100%;
	max-width: 100%;
}

.lte-rental-list.lte-layout-buy .lte-rental-item .lte-price-bottom, .lte-rental-list.lte-layout-car .lte-rental-item .lte-price-bottom{
	font-size: 1.2rem !important;
}

.d-none{
	display: none !important;
}

.info-box p{
	margin: 0 !important;
}

#contact-us-button:hover{
	background-color: #000 !important;
}

#booking-info-box {
    text-align: left;
    font-weight: bold;
    color: #D7B65D;
}

#contact-us-box{
	text-align: left;
    margin-top: 1rem;
}

.wn-book-taxi-calculate-box {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
    align-items: center;
}

.wn-book-taxi-field-box input {
    width: max-content !important;
    padding: 12px 38px 12px 38px;
}

select[name=booking-time]{
	padding-left: 55px;
}

#wn-book-taxi-estimate{
	white-space: break-spaces;
}
.hn-table-wrapper table.lte-table th,
.hn-table-wrapper table.lte-table td
{
	padding: 10px 15px !important;
}
.hn-table-wrapper table{
	border:none !important;
}
.hn-table-wrapper table td:last-child {
    text-align: center;
  }
/* max-767 */
@media screen and (max-width: 767px) {
	.wa_wrapper {
		bottom: 100px;
	}
	.wn-gtranslate-col {
		text-align: center !important;
	}
}
/* max-480 */
@media screen and (max-width: 480px) {
	.wa_wrapper {
    	bottom: 85px;
    	left: 14px;
	}
}