/*
Theme Name: NineZeroSeven Child
Theme URI: http://www.webcreations907.com
Author: webcreations907
Author URI: http://themeforest.net/user/webcreations907
Template: ninezeroseven
Description: One Page Parallax Theme ~ If you need support please use the <a href="http://support.webcreations907.com/">Theme's Support Forum</a>
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black,white,orange,flexible-width,custom-background,custom-colors,featured-images,full-width-template,theme-options,translation-ready,left-sidebar,right-sidebar
*/

@import url("../ninezeroseven/style.css");

/************************************************************************
* Custom CSS code below
*************************************************************************/
/* 通用行内弹性布局 */
.header-top-settings > div {
    display: inline-flex !important;
    align-items: center;
}

/* 调整下拉菜单定位 */
.dropdown-menu {
    top: 100% !important;
    margin-top: 8px;
}

/* 电话图标容器 */
.bg-red > div:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

