/*
Theme Name: Botanica Child
Author: templatetrip
Description: Themes & Templates For All Platforms
Template: botanica
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: botanica
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

botanica is based on Templatetrip https://www.templatetrip.com/, (C) 2012-2020 Automattic, Inc.
templatetrip is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.header-top-left .list-inline-item svg {
	display: none;
}
footer .widget {
	margin-bottom: 35px;
}
footer .widget_media_image img {
	max-width: 200px !important;
}
.service-block .tt-feature-box-containt p, .service-block .tt-feature-box-containt h4 {
	display: block !important;
}
.service-block .tt-feature-box-containt {
	width: 100% !important;
}
header .right-header .search-icon {
	display: none !important;
}
.price-item {
	display: flex;
	justify-content: space-between;
	max-width: 780px;
	margin: 0 auto 16px;
	border-bottom: 1px solid var(--border-color-1);
}
.service-slider .service-block .swiper-wrapper .swiper-slide .service-box-inner {
	flex-direction: column;
}
.service-slider .service-block .tt-feature-box-containt {
	padding-left: 0 !important;
}
.service-slider .service-block .tt-feature-box-containt p, .service-slider .service-block .tt-feature-box-containt h4 {
	text-align: center;
}
.service-slider .service-block .tt-feature-box-containt h4 {
	margin-top: 15px;
}
.elementor-widget-button .elementor-button {
	background: #b69865;
	border: 1px solid #b69865;
    border-radius: 0;
	transition: .3s all;
	min-width: 180px;
	padding: 16px;
}
.elementor-widget-button .elementor-button:hover {
	background: transparent;
	color: #fff;
}
.head-hamburger-menu-wrap {
	display: none !important;
}
.captcha-image {
	display: block !important;
}
#masthead {
	top: 0 !important;
}
@media screen and (max-width: 767px) {
	.service-slider .service-block .swiper-wrapper .swiper-slide .service-box-inner {
		padding: 20px;
	}
}
@media screen and (max-width: 991px) {
	footer .widget .menu-quick-links-container, footer .widget .menu-short-container, footer .widget .contact-info {
		display: block !important;
	}
	footer .widget-wrap .widget .footer-click {
		display: none !important;
	}
	header.header-style-1 .header-logo {
		flex: 0 1 100% !important;
		text-align: center;
		margin-top: 12px;
	}
	#site-navigation.main-navigation ul {
		background: #311c16;
	}
	.open-nav #site-navigation.main-navigation ul {
		display: block !important;
	}