/**
* Theme Name: Doctery Child
* Description: This is a child theme of Doctery.
* Author: <a href="http://themesion.com/">Themesion</a>
* Template: doctery
* Version: 1.0
*/

.ui-menu .ui-menu-item {
	background-color: #00B0B9;
    margin: 1px 0px 0px 0px !important;
}

.ui-menu .ui-menu-item .ui-state-active:hover {
	border: none;
	background: #081839;
	color: #FFFFFF;
	font-weight: 600;
    margin: 1px 0px 0px 0px !important;
}

.ui-menu .ui-menu-item-wrapper {
	color: #FFFFFF;
	font-family: Rajdhani,sans-serif;
	font-weight: 600;
	padding: 9px 1em 9px .4em !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
}

.elementor-search-form {
	border: 1px solid #00B0B9;
}

.elementor-search-form.elementor-search-form__input {
	background: #FFFFFF;
}

.elementor-search-form.elementor-search-form__container {
	background: #FFFFFF;
	border-width: 2px;
}

.elementor-search-form.elementor-search-form__submit {
	margin: 1px;
}

.thsn-pre-header-wrapper {
	padding-top: 6px;
	height: 26px !important;
    line-height: 26px !important;
}

#google_translate_element .goog-te-gadget-simple {
	background: transparent;
	border: 0;
	color: #5B5B5B !important;
	font-size: 1.125rem;
}

#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span {
	color: #5B5B5B !important;
	font-family: Rajdhani,sans-serif;
	font-size: 15px;
	font-weight: 600;
}

#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:nth-of-type(2) {
	display: none;
}

#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:nth-of-type(3) {
	display: none;
}

#google_translate_element .goog-te-gadget-simple .goog-te-menu-value:after {
	content: "\e811";
	font-family: 'themesion-base-icons';
	color: #5B5B5B !important;
	border: none !important;
	font-size: 13px;
	margin: 0 0 0 9px;
}

.mt-100px{
	margin-top: 100px !important;
}

.search-results article {
	margin-bottom: 0!important;
}

.elementor-container .elementor-row .elementor-col-66{
	z-index: 0;
}

.elementor-nav-menu--dropdown .menu-item a:hover{
	color: white;
}

.leaflet-popup-content .marker-map-style{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 13px;
}

.leaflet-popup-content .marker-map-style .marker-map-btn{
	padding: 10px 12px;
	background-color: var(--e-global-color-primary );
	color: white;
}