/*
 Theme Name:   Real Factory Child
 Theme URI:    http://demo.goodlayers.com/realfactory
 Description:  Goodlayers Real Factory Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     realfactory
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  realfactory-child

 START YOUR CHILD THEME CSS HERE
*/

.realfactory-header-style-plain .realfactory-main-menu-right-button {
	display: none;
}

.realfactory-top-bar .realfactory-top-bar-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.realfactory-top-bar .realfactory-top-bar-left,
.realfactory-top-bar .realfactory-top-bar-right {
	float: none;
	display: flex;
	align-items: center;
	gap: 12px;
}

.realfactory-top-bar .realfactory-top-bar-right {
	margin-left: auto;
	justify-content: flex-end;
}

.realfactory-top-bar .realfactory-custom-wpml-flag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-right: 0;
	font-size: 12px;
	line-height: 1;
}

.realfactory-top-bar .realfactory-custom-wpml-flag img {
	width: 18px;
	height: 18px;
	margin-right: 4px;
}