/*
 Theme Name:   Medeus Child Theme
 Theme URI:    http://medeus.themerex.net/
 Description:  Medeus Child Theme
 Author:       ThemeRex
 Author URI:   http://themerex.net/
 Template:     medeus
 Version:      1.0
 Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  medeus
*/


.top-header .sc_layouts_item {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.menu_mobile_inner {
	background-color: #122747 !important;
}
.menu_mobile_widgets_area {
	background-color: #0d1c33 !important;
}

.gtranslate_wrapper .glink {
	margin: 0 .3rem;
}
.gtranslate-menu {
	display: block;
}
.gtranslate-menu .gtranslate_wrapper {
	margin: .5rem -.5rem;
}
.gtranslate-menu .gtranslate_wrapper .glink {
	margin: 0;
}
@media (min-width: 992px) {
	.gtranslate-menu {
		display: none;
	}
}


nav ul .menu-item a {
	letter-spacing: -.4px;
	padding: 0.9em 0.7em;
}

/* *** HOME *** */
.home .top-header {
	background-color: rgba(244, 243, 248, 0.95) !important;
}
.home .top_panel {
	background-color: transparent;
}
.home .top_panel > div .header-wrapper {
	background-color: rgba(255, 255, 255, .85) !important;
}

.home .home-contacts .sc_icons .sc_icons_item {
	margin-top: .8rem;
}
.home .home-contacts .sc_icons .sc_icons_item .sc_icons_item_description,
.home .home-contacts .sc_icons .sc_icons_item .sc_icons_item_more_link {
	font-size: 18px;
}
.home .elementor-widget-price-list .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
	flex-wrap: wrap;
}
.home .elementor-widget-price-list .elementor-price-list .elementor-price-list-item .elementor-price-list-title {
	width: 100%;
	max-width: unset;
	margin-bottom: .5rem;
}

@media (min-width:768px) {
	.home .home-contacts .sc_icons .sc_icons_item .sc_icons_item_description,
	.home .home-contacts .sc_icons .sc_icons_item .sc_icons_item_more_link {
		font-size: 22px;
	}
	.home .elementor-widget-price-list .elementor-price-list .elementor-price-list-item .elementor-price-list-title {
		width: auto;
		max-width: 60%;
		margin-bottom: 0
	}
}
/* *** HOME *** */


.contacts-map_container iframe {
	width: 100%;
	height: 100vw;
}
@media (min-width:768px) {
	.contacts-map_container iframe {
		height: 600px;
	}
}


.grecaptcha-badge {
	display: none;
}