/*
 Theme Name:   Nation Child
 Theme URI:    http://themeforest.net
 Description:  Nation Child Theme
 Author:       Ray Basil
 Author URI:   http://themeforest.net
 Template:     wpnation
 Version:      1.2
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  nation
*/

@import url("../wpnation/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */


#information-wrap {
	background:none !important;
}

#headcontainer {
	margin: 0;
	padding: 10px 0;
}

.tparrows:before {
	display: none !important;
}

#top-street-address,
#top-phone,
#top-email,
#top-language-select ul li a {
	font-size: 15px;
}

#header-reservation-button {
	margin: -5px 0 0 20px;
	padding: 6px 20px;
	color: #000 !important;
	background: #fae402;
	font-size: 14px;
	font-weight: 400;
}

#top-search {
	display: none;
}

#top-navigation-menu li {
	padding: 39px 0 20px 0;
}

#room-view-content {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-rooms-list .rooms-list-item-wrap {
	width: calc(33.3% - 40px);
}

.hotel-format {
	width: 100%;
	/* margin-bottom: 100px; */
}

.hotel-row-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hotel-row-2 .infrastructure {
	/* width: calc(50% - 20px); */
	margin-bottom: 100px;
}

.inf-list svg {
	width: 25px;
	height: auto;
	margin-right: 10px;
}

.inf-list p {
	display: flex;
	align-items: start;
}

.information-wrap {
	margin: 50px 0 !important;
	padding: 0 !important;
}

.qtranxs_flag {
	width: auto;
}

.qtranxs_widget ul {
	display: flex;
	align-items: center;
	margin-top: -15px !important;
	padding: 0;
}

.qtranxs_widget ul li {
	margin: 0 3px !important;
	padding: 9px 0;
	opacity: 1 !important;
	transition: all 200ms ease-out;
}

.qtranxs_widget ul li:hover {
	background: #edda21;
}

.qtranxs_widget ul li.active {
	background: #edda21;
}

.qtranxs_widget ul li a {
	width: auto;
	padding: 11px 18px;
	background-position: center;
}

/*
** Hide calendars
*/
.room-overlay-content .room-overlay-checkavail {
	display: none;
}

#room-view-content img {
	width: 100%;
}

.main-rooms-list .rooms-list-item-price {
	right: -9px;
}

.booking-link a {
	text-decoration: none;
}

#room-content-price {
	font-weight: 600;
	color: #000;
}

#main-page-header-wrap {
	background: #fff;
}

.header-text {
	background-color: transparent;
}

#main-logo-min {
	width: 160px;
}

.contact-page-wrap {
	padding: 80px 0;
}

.contact-page-wrap .container {
	display: flex;
	flex-wrap: wrap;
}

.contact-page-wrap .col-left {
	width: 50%;
}
.contact-page-wrap .col-right {
	width: 50%;
}

.contact-page-wrap .contact-title-h2 {
	margin-bottom: 45px;
	font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-page-wrap .contact-item {
	margin: 0 0 25px;
}

.contact-page-wrap .contact-item--label {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.contact-page-wrap .contact-item--value {
	font-size: 18px;
	font-weight: bold;
}

.contact-page-wrap .social-links-wrap {
	display: flex;
	align-items: center;
	margin-top: 60px;
}

.contact-page-wrap .social-links-wrap a {
	display: flex;
	margin-right: 20px;
	text-decoration: none;
	cursor: pointer;
}

.contact-page-wrap .social-links-wrap a:hover svg path {
	fill: #000;
}

.contact-page-wrap .social-links-wrap svg {
	width: 50px;
	height: auto;
}
.contact-page-wrap .social-links-wrap svg path {
	fill: #807e7e;
	transition: all 200ms ease-out;
}

.contact-form-wrap #submit-button {
	color: #807e7e;
	border-color: #807e7e;
}
.contact-form-wrap #submit-button:hover {
	color: #f9e402;
	background: #807e7e;
}

body.page-id-3 #wrapper > .container,
body.page-id-863 #wrapper > .container {
	position: relative;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 767px) {
	.main-rooms-list .rooms-list-item-wrap {
		width: 100%;
	}
	
	.information-wrap .eight.columns > div img {
		width: 100%;
		height: auto;
	}
	
	.qtranxs_widget ul li {
		padding: 0;
	}
	
	.qtranxs_widget {
		margin-top: 15px;
	}
}

.ui-datepicker-inline.ui-datepicker {
	background: #fff;
}

.nation-header {
	background: #afafaf;
}

.menu-footer-social-links-container ul {
	display: flex;
    flex-direction: column;
	padding-left: 23px;
}

.menu-footer-social-links-container ul li {
	position: relative;
	margin-bottom: 30px;
	padding-left: 10px;
}

.menu-footer-social-links-container ul li:before {
	position: absolute;
	top: -10px;
	left: -45px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 50%;
	font-size: 18px;
}

.menu-footer-social-links-container ul li a {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	text-decoration: none;
}

.slick-dots li button {
	background: #f4dd43 !important;
}

#top-sticky-bar #top-phone a {
	color: #888;
}

@media (max-width: 1199px) {
	.reservation-page-wrap .bannercontainer .slick-slide {
		height: 220px;
	}
	.reservation-page-wrap .bannercontainer .slick-slide img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#logocontainer {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
	}

	#logocontainer > div {
		float: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		box-sizing: border-box;
	}

	#main-logo-min {
		margin-left: -30px;
	}

	#location-wrap .container,
	#room-view-wrap .container,
	#information-wrap .container,
	#location-wrap .hotel-row-2,
	.container.rooms-three-columns-list,
	#top-content-divider .container,
	.reservation-page-wrap,
	body.page-id-255 #wrapper > .container,
	.contact-page-wrap .container {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	#information-wrap .container > div,
	#location-wrap .hotel-row-2 > div,
	.container.rooms-three-columns-list .rooms-list-item-wrap,
	.container.rooms-three-columns-list .rooms-list-item-image-wrap img,
	#top-content-divider .container #main-title-wrap,
	.reservation-page-wrap > .sixteen.columns,
	.reservation-page-wrap .bannercontainer,
	.room-content-description,
	body.page-id-255 #wrapper > .container .page-wrap {
		width: 100%;
		box-sizing: border-box;
	}

	#information-wrap .header-wrap {
		text-align: left;
	}

	#top-content-divider {
		padding-bottom: 38px !important;
	}

	.contact-page-wrap .col-left,
	.contact-page-wrap .col-right {
		width: 100%;
	}

	.contact-page-wrap .col-right {
		margin-top: 55px;
	}

	.contact-page-wrap .contact-title-h2 {
		line-height: 1.2;
	}

	.contact-form-wrap #name-comments-field,
	.contact-form-wrap #phone-comments-field,
	.contact-form-wrap #email-comments-field {
		width: 100% !important;
	}
}

@media (min-width: 320px) and (max-width: 374px) {
	#main-logo-min {
		margin-left: 0;
	}

	#mobile-navigation-menu {
		left: 0;
	}
}

@media (min-width: 769px) and (max-width: 1289px) {
	#top-phone,
	#top-email {
		display: none !important;
	}
}

@media (min-width: 769px) {
	#top-sticky-bar #top-street-address {
		display: block;
	}
}

.home-img-wrap {
	width: 100%;
	height: auto;
}