/*
    Template: pearl
    Theme Name: Pearl Child Theme
    Theme URI: http://pearl.stylemixthemes.com/
    Author: StylemixThemes
    Author URI: http://stylemixthemes.com/
    Description: Pearl WP is a true multi-niche WordPress theme, which consist of several micro-niche themes. Each micro-niche layout has its own features, modules and specifications. You can use UI modules from any layout and mix it with other UI modules. 300+ UI modules and 250+ prebuilt pages are available for use. Open the shell and find the Pearl!
    Version: 1.1.1
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: beauty salon, blog, business, church, coach, construction, consulting, corporate, ecommerce, multipurpose, music, portfolio, restaurant, transportation, travel, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: pearl-child-theme
*/

.stm-navigation__default > ul > li ul {
	z-index: 99;
}

.stm-footer ul.menu li a,
.stm_header_style_1 .stm-navigation__default > ul > li > a {
    font-weight: bold !important;
}

.stm-socials a {
    position: relative;
}

.stm-socials a:nth-child(3) i::before {
	content: "\e07b";
}

.stm-socials a:nth-child(4) i::before {
	content: "\f1d7";
}

.mbws_page-services .stm_services__image img{
	width: 100% !important;
}

.wechat-tooltip {
    display: none;
}

.stm-footer .stm-socials a.active .wechat-tooltip {
    display: block;
    width: 200px;
    height: 200px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 10px;
    position: absolute;
    bottom: calc(100% + 15px);
    right: 50%;
    transform: translateX(50%);
    margin: auto;
    background-color: white;
    padding: 15px;
    z-index: 99;
}

@media (max-width: 500px) {
	.stm_layout_spa.stm_footer_layout_4 .stm-footer .widget_nav_menu .menu {
		align-items: flex-start !important;
	}
    .stm-footer .stm-socials a.active .wechat-tooltip {
        transform: translateX(20%);
    }
	.stm_staff_container_grid.style_11 .stm_staff {
		margin-right: 0 !important;
	}
	.stm_staff_container_grid .col-sm-6 {
		width:100% !important;
	}
}