/*
File Name: style.css
Theme Name:  BusinessLounge - Child Theme
Author: RT-Themes
Version: 1.0
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/user/stmcan
Description: Designed and developed by RT-Themes - <a href="http://themeforest.net/user/stmcan">stmcan</a>
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: businesslounge
Template: businesslounge
*/

/* Header loga EU */
.header-row.first img {
	max-height: 25px;
	width: auto;
	margin-top: 13px;
}
@media screen and (min-width: 1024px) {
	.header-row.first img {
		max-height: 35px;
	}
	.header-row .header-col>* {
		padding: 0 10px;
	}
}

/* Header mobil */
.mobile-header {
	padding-top: 0;
}
.mobile-header-holder .header-col {
	height: 50px;
}
@media screen and (max-width: 1024px) {
	.top-header {
		display: block;
	}
	.top-header #logo, .top-header .header-tools, 
	.top-header .second, .top-header .header-col.left {
		display: none;
	}
	.top-header .header-elements {
		padding: 0;
	}
}

/* Header full */
.header-style-1 .header-col.left > nav {
	margin-left: 10px;
}

/* Print */
.pf-button {
	padding: 10px;
	position: fixed!important;
	top: 50vh;
	right: 0;
	background: rgb(0, 72, 157);
	box-shadow: 0 20px 19px -5px rgb(0 0 0 / 17%);
}

/* Bakery tlacitka styl webu */
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
	font-weight: bold;
	background-color: #00529f;
	color: #ffffff;
	border-radius: 0;
}

/* Contact Form 7 styl */
.wpcf7 input:not([type="submit"]) .wpcf7 select, .wpcf7 textarea {
	width: 100%;
   	margin-bottom: 32px;
}
.form-volby, .form-priloha {
	margin-bottom: 32px;
}
.wpcf7-form-control.wpcf7-submit {
	margin-top: 32px;
}
.wpcf7-list-item {
	width: 100%;
}
.wpcf7 .wpcf7-list-item.first {
	margin: 0 0 0 1em;
}