/*
Theme name: Stovalls HotelsBW hotels
Description: Custom Theme
*/

/*
	Source post-css styles are located in the postcss directory.
	The compiled bundle is in assets/bundle.css; The README.md
	file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment. It will override bundle.css styles.
*/

.list-logos ul {
	justify-content: center;
}
body.fixed-header.show-nav .nav>ul>li:last-child>ul {
	transform: translate(-50%, 0px);
}
.header .form-book {
	background: none;
	box-shadow: none;
	border: none;
	text-align: right;
	right: 0;
	top: 15px;
	width: auto;
}
.header .header__inner {
	padding-right: 190px;
}
body.fixed-header .header__inner {
	padding-right: 190px;
}
body.fixed-header .form-book {
	top: 10px;
	width: auto;
}
@media (max-width: 1023px) {
	.header .form-book,
	body.fixed-header .form-book {
		top: 50%;
		right: 0;
	}
	.header .header__inner,
	body.fixed-header .header__inner {
		padding-right: 160px;
	}
}
@media (max-width: 767px) {
	.header .header__inner,
	body.fixed-header .header .header__inner {
		padding-right: 130px;
	}
}