/*
 Theme Name:   Konstruk Child
 Theme URI:    https://rstheme.com/products/wordpress/konstruk
 Description:  konstruk Child
 Author:       RSTheme
 Author URI:   http://rstheme.com
 Template:     konstruk
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

.wpml-custom-language-switcher {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wpml-custom-language-switcher a {
    display: block;
}

.wpml-custom-language-switcher img {
    width: 18px;
    height: 12px;
    object-fit: cover;
    object-position: center;
}

.has-wpml-switcher {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

#rs-header.header-style1 .toolbar-area {
	padding: 0;
}

@media(max-width: 1445px) {
	#rs-header.header-style1 .container-fluid {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media(max-width: 1200px) {
	.has-wpml-switcher {
			gap: 10px;
	}
	
	.wpml-custom-language-switcher {
		gap: 5px
	}
}

@media(max-width: 992px) {
	.has-wpml-switcher {
		justify-content: center
	}
	
	.wpml-custom-language-switcher {
		padding-bottom: 10px
	}
}

