/*
Theme Name: Qiolo Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: WebGeniusLab team presents absolutely fresh and powerful WordPress theme. It combines new technologies and functional design that helps to showcase your content in better way. This WordPress theme is developed with attention to details, so you can create effective presentation of a website easily. Enjoy building web pages with our product!
Version: 1.0
Template: qiolo
Text Domain: qiolo-child
*/
.header {
    display: flex;
    justify-content: space-between;
    max-width: 1320px;
    padding: 4px 8px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .header {
        flex-direction: column;
		align-items: center;
    }

    .header > :nth-child(1) {
        order: 2; /* Move the first child to the second position */
    }

    .header > :nth-child(2) {
        order: 1; /* Move the second child to the first position */
		width: 100%;
        justify-content: center;
        gap: 16px;
		margin-bottom: 2px;
    }
}

body header ul {
	list-style: none;	
	padding: 0;
}

.header li {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.header li,
.header span{
	margin-left: 8px;
	color: #FFF;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.header svg {
	fill: #fff;
	width: 12px;
	height: 12px;
	margin-top: 2px;
}

.header .elementor-icon-list-item a {
	display: flex;
	align-items: center;
}

header i::before {
	display: block;
	color: #fff;
	width: 12px;
	height: 12px;
}

header {
	background-color: #343434;
}

.wpcf7 input + .wpcf7-not-valid-tip, .wpcf7 textarea + .wpcf7-not-valid-tip, .wpcf7 select + .wpcf7-not-valid-tip {
	margin-top: 2px !important;
}

.page-header {
	display: none !important;
}