@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap");

body {
	background: #f2f0eb;
}

.wrapper {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.container {
	width: 100%;
	max-width: 1200px;
}
#footer {
	padding: 30px 80px;
	background-color: #fff !important;
	color: #424242;
	margin-top: auto;
}

#login-btn-bar {
	color: #fff;
}
#login-btn-bar a {
	font-weight: bold;
	color: #fff;
}
h2 {
	color: #555555;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
}
h3 {
	color: #555555;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
}
h2.underline {
	border-bottom: 1px solid #979797;
	padding-bottom: 5px;
}
h3.underline {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
label {
	color: #555555;
	font-weight: bold;
	margin-top: 7px;
}
select,
input:not([type="checkbox"]) {
	height: 40px !important;
	border: 1px solid #78715e !important;
	border-radius: 0 !important;
	-webkit-appearance: none !important;
	-webkit-border-radius: 0 !important;
	padding: 5px 15px !important;
	color: #696969 !important;
	position: relative;
}
input[name="card_cvv"] {
	padding-right: 0 !important;
	padding-left: 10px !important;
}
textarea {
	display: block;
	width: 100%;
	border: 1px solid #928a72;
}
.btn-uppercourt,
input.btn-uppercourt {
	background: #888069;
	color: #fff !important;
	font-size: 18px;
	font-weight: normal;
	border-radius: 0;
	padding: 10px 20px;
}
.btn-uppercourt-light {
	background: transparent;
	color: #888069 !important;
	border: 2px solid #888069;
	font-size: 15px;
}
.add-extra-to-booking.disabled {
	pointer-events: none;
}
.btn-number {
	font-weight: normal;
	font-size: 9px;
	padding: 13px;
}
.btn-light {
	background: #f4f3ee;
	color: #555555;
	border-radius: 0;
	padding: 10px 15px;
	margin-right: 10px;
}
.select-wrapper {
	position: relative;
}
.select-wrapper::after {
	content: "";
	background: url(/img/triangle-icon.png) no-repeat scroll 0 0 / 100%;
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 19px;
	top: 16px;
}
.row.checkin-box {
	margin-left: 0;
	margin-right: -25px;
}
input#checkin_input {
	background: #fff url(/img/calendar-icon.png) no-repeat scroll 96% 9px / 20px 20px;
	cursor: pointer;
}
.checkin-stay-row {
	display: flex;
	align-items: center;
	gap: 15px;
}
.checkin-stay-row__input {
	width: 180px;
	flex-shrink: 0;
}
.checkin-stay-row__label {
	white-space: nowrap;
	margin-bottom: 0;
}
.checkin-stay-row__select {
	flex-shrink: 0;
}
.checkin-stay-row__select select {
	height: 40px;
	background: #fff;
}
.checkin-stay-row__until {
	color: #555;
	font-size: 13px;
	white-space: nowrap;
}
input.extra_date_input {
	background: #fff url(/img/calendar-icon.png) no-repeat scroll 95% 11px / 17px 17px;
}
.wc-bookings-start-time-container,
.wc-bookings-end-time-container {
	width: 50%;
	float: left;
}
.wc-bookings-start-time-container {
	margin-left: -15px;
}
.wc-bookings-start-time-container select {
	width: 90%;
}
.wc-bookings-end-time-container select {
	width: 100%;
}
.extra-wp-price {
	margin-top: 20px;
	font-size: 15px;
}
input#checkin_input.full-width,
input#checkout_input.full-width {
	width: 100%;
}
input#checkin_input::after,
input#checkout_input::after,
input#extra_date_input::after {
	content: "";
	background: url(/img/calendar-icon.png) no-repeat scroll 0 0 / 100%;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 12px;
}

.top-banner {
	width: 100%;
}
.add-to-booking.checked {
	background: #e2dfcc;
	color: #535353;
}
#loginForm {
	display: none;
}
.top-bar {
	padding: 10px 20px 10px 20px;
	color: #fff;
	height: 40px;
	margin: 0 0 25px 0;
}

.top-bar a {
	color: #fff;
}
.social-icons li {
	float: left;
	list-style: none;
}
#twitter_icon,
#facebook_icon,
#googleplus_icon,
#skype_icon,
#flickr_icon,
#linkedin_icon,
#vimeo_icon,
#youtube_icon,
#rss_icon {
	display: block;
	-webkit-border-radius: 99%;
	-moz-border-radius: 99%;
	-o-border-radius: 99%;
	border-radius: 99%;
	margin: 0 5px 0 0;
	width: 19px;
	height: 19px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#twitter_icon,
#facebook_icon,
#googleplus_icon,
#skype_icon,
#flickr_icon,
#linkedin_icon,
#vimeo_icon,
#youtube_icon,
#rss_icon {
	background: url(https://www.uppercourt.co.uk/wp-content/themes/uppercourt/images/social-icons.png) no-repeat #fff;
}
#twitter_icon {
	background-position: 3px 5px;
}
#facebook_icon {
	background-position: -20px 5px;
}
#googleplus_icon {
	background-position: -46px 5px;
}
.gmap-btn-wrapper {
	width: 53px;
	height: 41px;
	margin: 0 auto;
	position: relative;
	top: 0;
}
.top-bar,
.gmap-btn-wrapper,
#navigation,
.booknow-accompage,
.booknow,
.accommodation_img_price,
.mobile-booknow {
	background: #898169;
}
.gmap-btn {
	background: url(https://www.uppercourt.co.uk/wp-content/themes/uppercourt/images/map-icon.png) no-repeat scroll 0 0;
	display: block;
	width: 15px;
	height: 27px;
	margin: 0 auto;
}
.gmap-curve {
	background: url(https://www.uppercourt.co.uk/wp-content/themes/uppercourt/images/map-wrapper.png) no-repeat;
	width: 53px;
	height: 11px;
	position: absolute;
	bottom: 0px;
}
.map-on {
	position: relative;
	top: 10px;
}
#title-wrapper {
	position: relative;
	margin: 0 auto 25px auto;
	width: 220px;
}
#navigation {
	position: relative;
	width: 100%;
	min-height: 32px;
	padding: 0 25px;
	background: #beb69d;
}
#main-menu {
	max-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999999;
}
#main-menu li {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px;
	float: left;
	line-height: 1;
	margin: 0 16px 0 0;
	padding: 0 16px 0 0;
	position: relative;
}
#main-menu,
#main-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-menu a {
	display: block;
	position: relative;
}
#main-menu li a {
	color: #fff;
	padding: 16px 0 16px 0;
}
#main-menu a.sf-with-ul {
	padding-right: 0;
	min-width: 1px;
}
#main-menu li span {
	color: #9d8c81;
	display: none;
}
#main-menu ul {
	border-bottom: 3px solid;
	box-shadow: 0 0 4px rgba(136, 136, 136, 1);
	background: #fff;
	position: absolute;
	top: -999em;
	width: 17em;
	border-color: #beb79e;
	z-index: 9999999;
}
#main-menu li li {
	padding: 0;
	border-right: none;
	width: 100%;
}
#main-menu li li a {
	min-height: 10px;
	color: #424242;
	text-transform: capitalize;
	padding: 13px 15px 13px 15px;
	border-bottom: #e4e4e4 1px solid;
}
#navigation select {
	display: none;
	width: 100%;
	padding: 1%;
	background: #fff;
	color: #777;
	border: none;
	font-size: 14px;
	margin: 20px 0;
	float: left;
}
#mobile-menu {
	display: none;
}
#hamburger {
	display: none;
	cursor: pointer;
	text-align: center;
	line-height: 46px;
	color: #dddddd;
}
.header-banner {
	position: relative;
	padding: 30px;
	border-bottom: #e3e3e3 1px solid;
	text-align: center;
}
.header-banner p {
	font-size: 32px;
	color: #212529;
	font-family: "Cardo", serif;
	margin: 0;
}

.booking-availability {
	background: #fff;
	position: relative;
	padding: 25px 15px;
	margin-bottom: 35px;
	margin-top: 35px;
}
.booking-availability h2 {
	color: #555555;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
}
.booking-availability .col-lg-12 + .col-lg-12 {
	margin-top: 20px;
}
.booking-availability .row + .row,
.place-booking--booking-block .row + .row {
	margin-top: 40px;
}

.booking-availability .btn-uppercourt {
	width: 100%;
}

.results-nav {
	list-style: none;
	padding-left: 0;
	display: inline-block;
	width: 100%;
}
.results-nav li {
	float: left;
	width: 33.33333333%;
	text-align: center;
	background: #d3cfb8;
	color: #555555;
	padding: 10px 0;
}
.results-nav li:nth-child(2) {
	background: #e2dfcc;
}
.results-nav li:nth-child(3) {
	background: #eae8db;
}
.results-nav li.active {
	font-weight: bold;
}

.properties {
	list-style: none;
	padding-left: 0;
	margin-top: 20px;
}
.properties li {
}
.properties li + li {
	margin-top: 20px;
	border-top: 1px solid #dddddd;
	padding-top: 20px;
}
.properties li:last-child {
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}
.properties li .img-container img {
	border-radius: 6px;
}
.properties li .property-title {
	color: #555555;
	font-size: 17px;
}
.properties li .property-price {
	color: #555555;
	font-size: 15px;
}
.properties li .property-labels {
	clear: both;
	margin-bottom: 10px;
}
.properties li .property-labels .property-label {
	color: #888069;
	font-size: 11px;
	border: 2px solid #9da3b4;
	padding: 4px 15px;
}
.properties li .property-description {
	color: #555555;
	font-size: 11px;
}
.properties li .property-see-details {
	border-bottom: 1px solid #888069;
	color: #888069;
	font-size: 12px;
}

.extras {
}
.extras .extra-description {
	clear: both;
	white-space: break-spaces;
}
.extras .extra-price {
	font-weight: bold;
}
.extras label {
	font-weight: 500;
	font-size: 12px;
	display: block;
}
.extras select {
	width: 100%;
}

.place-booking {
	margin-top: 20px;
}
.place-booking-properties {
	padding-left: 0;
	list-style: none;
}
.place-booking-properties li {
	float: left;
	border: 1px solid #979797;
	padding: 10px 20px;
	color: #555555;
	font-size: 15px;
	font-weight: 600;
	width: 50%;
}
.place-booking-properties.total-price li {
	width: auto;
}
.place-booking-properties li + li {
	border-left: none;
}
.place-booking-properties li p {
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.place-booking-extras li p {
	font-size: 12px;
}
.booking-properties {
	padding-left: 0;
	list-style: none;
}
.booking-properties li {
	font-size: 15px;
	color: #555;
	font-weight: bold;
}
.booking-properties li p {
	font-size: 14px;
	font-weight: normal;
}
.place-booking--booking-block,
.booking-details-block {
	margin-top: 30px;
	margin-bottom: 30px;
}
.place-booking--booking-block {
	display: none;
	margin-bottom: 20px;
	margin-top: 0;
}
.place-booking--booking-block.active {
	opacity: 0;
	animation: fadeIn 1s ease-in both;
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.place-booking--booking-block select {
	width: 98%;
}
.checkout_input_place_booking {
	margin-left: -13px;
}
#edit-booking {
	position: absolute;
	right: 90px;
	top: 40px;
}

.booking-details-block .row + .row {
	border-top: 1px solid #cacaca;
	padding-top: 20px;
	margin-top: 20px;
}

.welcome-block h3 {
	color: #888069;
	font-size: 15px;
	border-bottom: 1px solid #979797;
	padding-bottom: 10px;
}

.nav-tabs {
	border-bottom: none;
}
.nav-tabs > li > a {
	border-radius: 0;
	color: #4a4a4a;
}
.nav-tabs > li.active > a {
	border-top: 3px solid #888069;
	font-weight: bold;
}

.top-menu-wrapper .dropdown-toggle {
	background: transparent;
	color: #fff;
	border: none;
}
.top-menu-wrapper .dropdown-toggle i.fa {
	margin-right: 10px;
}
.top-menu-wrapper .dropdown-menu {
	padding: 0;
	margin-top: 5px;
}
.top-menu-wrapper .dropdown-menu li {
	padding: 10px 0;
}
.top-menu-wrapper .dropdown-menu li:hover {
	background: #888069;
	color: #fff;
	font-weight: bold;
}
.top-menu-wrapper .dropdown-menu li a:hover {
	background: transparent;
	color: #fff;
	font-weight: bold;
}

.table-bookings {
	background: #f4f3ee;
}
.table-bookings thead {
	background: #928a72;
	color: #fff;
}
.table-bookings thead tr th {
	font-weight: normal;
	text-align: center;
	border-right: 1px solid #979797;
}
.table-bookings thead tr th:last-child {
	border-right: none;
}
.table-bookings thead tr th:nth-child(2) {
	text-align: left;
}
.table-bookings tbody tr td {
	padding: 10px 0;
	vertical-align: middle;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #dddddd;
}
.table-bookings tbody tr td:first-child,
.table-bookings tbody tr td:nth-child(2) {
	padding-left: 20px;
}
.table-bookings tbody tr td:last-child,
.table-bookings tbody tr td:nth-child(3),
.table-bookings tbody tr td:nth-child(4),
.table-bookings tbody tr td:nth-child(5) {
	text-align: center;
}
.table-bookings tbody tr td:last-child {
	border-right: none;
}
.table-bookings tbody tr td:last-child a.btn-default {
	color: #9a9279;
}

.payment-methods {
	list-style: none;
	padding-left: 0;
}
.payment-methods li {
	float: left;
	width: 52px;
	height: 34px;
	margin-right: 10px;
}
.payment-methods li.visa {
	background: url(/img/visa-icon.png);
}
.payment-methods li.american-express {
	background: url(/img/american-express-icon.png);
}
.payment-methods li.paypal {
	background: url(/img/paypal-icon.png);
}
.payment-methods li.discover {
	background: url(/img/discover-icon.png);
}
.payment-methods li.maestro {
	background: url(/img/maestro-icon.png);
}

.number-spinner input {
	width: 100%;
}

td.day,
td.day.new,
td.day.old {
	color: #555555;
	background: #e2dfcc;
}
td.day.disabled {
	color: #ccc;
	background: transparent;
}
.edit-booking-heading {
	margin-top: 30px;
}

.numbers.children {
	margin-left: 10px;
}

.alert-success.payment-success {
	text-align: center;
}
.alert-success.payment-success i {
	float: none !important;
	display: inline-block;
}
.alert-success.payment-success p {
	display: inline-block;
}
.alert-danger.no-properties {
	margin-top: -30px;
}

.pre-header {
	background: #beb79e;
	padding: 5px 10px 10px 10px;
}
.pre-header .content {
	text-align: center;
}
.pre-header .content ul {
	margin-bottom: 0;
}
.pre-header .content ul li {
	display: inline-block;
}
.pre-header .content ul li + li {
	margin-left: 10px;
}
.pre-header .content ul li a {
	color: #fff;
	font-size: 14px;
	background-image: url(https://www.uppercourt.co.uk/wp-content/uploads/2019/12/address-icon.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	padding-left: 20px;
}
.pre-header .content ul li.phone a {
	background-image: url(https://www.uppercourt.co.uk/wp-content/uploads/2019/12/phone-icon.png);
}
.pre-header .content p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 3px;
}

.navbar {
	background: #898169;
	border-radius: 0 !important;
	margin-bottom: 1px;
	border: none;
	padding: 0.5rem 1rem;
}
.navbar-logo {
	padding: 6px 15px 15px 15px;
	background: #fff;
	border-radius: 0 0 4px 4px;
	position: absolute;
	z-index: 999;
	left: 45px;
	top: 0;
}
.navbar-logo .navbar-brand {
	display: block;
	margin: 0 auto;
	height: auto;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
	float: none;
}
.navbar-logo .navbar-brand img {
	width: 95px;
}
.navbar-collapse {
	margin-left: 165px;
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff !important;
	font-size: 14px;
	padding-top: 11px;
	padding-bottom: 11px;
}
.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0.25rem;
	position: relative;
	top: 10px;
	left: 15px;
	cursor: pointer;
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}
.navbar-light .navbar-toggler-icon {
	background-image: url("https://img.icons8.com/android/24/000000/menu.png");
}

#apply_discount {
	margin-top: 30px;
	padding: 6px 20px;
}

#discount_alert .alert {
	font-size: 11px;
	margin-top: 25px;
}
.additional-options {
	margin-top: 15px;
	display: none;
}
.additional-options.show {
	display: flex !important;
	flex-wrap: wrap;
	opacity: 0;
	animation: fadeIn 1s ease-in both;
}
.additional-options > p {
	width: 100%;
}
.additional-options > .col-lg-3 {
	display: flex;
}

.additional-options p strong {
	padding-left: 15px;
}
.extra-block {
	border: 1px solid #9da3b4;
	border-radius: 5px;
	padding: 8px 10px 0 10px;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.extra-block--name {
	color: #555;
	font-weight: 500;
	font-size: 13px;
}
.extra-block--info {
	margin-top: auto;
}
.extra-block--info label {
	display: inline-flex;
	font-weight: 400;
	font-size: 12px;
}
.extra-block--info label input {
	margin-right: 3px;
	margin-top: 1px;
}
.extra_qty_counter {
	display: flex;
}
.extra-block--info .extra_qty {
	position: relative;
	top: 4px;
	font-weight: bold;
	font-size: 16px;
}
.extra_qty_checks {
	margin-left: 7px;
}
.qty_plus {
	cursor: pointer;
	position: relative;
	top: 3px;
}
.qty_minus {
	display: inline-flex;
	transform: rotate(180deg);
	position: relative;
	top: 0;
	cursor: pointer;
	height: 10px;
}
.extra-price {
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	color: #888069;
	margin-top: 3px;
}
.extra-price span {
	font-size: 13px;
}

.place-booking-details {
	background: #f4f3ee;
	padding: 20px 15px;
	margin-bottom: 20px;
	color: #555555;
}
.place-booking-details > .row {
	display: flex;
	align-items: center;
}
.place-booking-persons p span + span {
	margin-left: 10px;
}
.place-booking-property-title {
	color: #555555;
	font-size: 15px;
	font-weight: 600;
}
.property-block + .property-block {
	padding-top: 15px;
	border-top: 2px solid #e2e2e2;
}
.place-booking-property-details p span,
.place-booking--subtotal {
	float: right;
	font-weight: 600;
}
.place-booking-property-details--block {
	min-height: 80px;
}

.wp-extras {
	list-style: none;
	padding-left: 0;
}
.wp-extras li p {
	padding-left: 15px;
	color: #555;
}
.wp-extras li p strong {
	font-weight: 500;
}
.wp-extras li p:first-child {
	color: #555555;
	font-size: 15px;
	font-weight: 600;
	padding-left: 0;
}
.wp-extra-price-block--mobile {
	display: none;
}
.wp-extra-image {
	height: 200px;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
}
.wp-extra-container {
	margin-bottom: 25px;
}
.wp-extra-info-block {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding-top: 8px;
}
.wp-extra-title {
	font-size: 17px;
	color: #555;
	font-weight: 500;
}
.wp-extra-description {
	white-space: break-spaces;
	font-size: 14px;
	height: 120px;
	position: relative;
	overflow: hidden;
}
.wp-extra-description::after {
	content: "";
	display: block;
	height: 39px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) -91.75%, rgba(255, 255, 255, 0.697917) -9.77%, #ffffff 34.75%);
}
.wp-extra-description.shown::after {
	display: none;
}
.wp-extra-description span {
	background: url(/img/cheveron-down.svg);
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: 22px;
	z-index: 999;
	right: 0;
	cursor: pointer;
}
.wp-extra-persons-input,
.wp-extra-dates-input {
	padding-right: 0 !important;
}

.web-offer-header {
	background-color: #333333;
	color: #fff;
	font-size: 13px;
	padding: 5px;
	margin: 0px !important;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-header {
	margin-right: auto;
}

.social-media {
	text-align: end;
	margin-left: auto;
}

.web-offer-header img {
	margin: 0px 10px;
}

.web-offer-header .contact-header a {
	color: #fff;
}

.web-offer-header .contact-header a:hover {
	color: #beb79e;
}

.offer-section {
	text-align: center;
}

.offer-title {
	color: #fff;
	font-weight: 700;
	text-decoration: uppercase;
	letter-spacing: 4px;
	text-align: center;
}

.offer-title a {
	color: #fff;
}

.footer-widgets .col-lg-3:first-child .title1 {
	font-weight: bold;
	text-transform: none;
	font-size: 20px;
	margin: 0;
}

#footer-bottom {
	color: #424242;
	font-size: 11px;
	text-align: center;
	background: #f4f4f4;
	padding: 20px;
}

#footer-bottom p {
	margin: 0;
}

#footer-bottom a {
	color: #424242;
}

.footer-widgets {
	display: flex;
	justify-content: space-between;
}

.footer-widgets::before,
.footer-widgets::after {
	display: none;
}

.footer-widgets .col-lg-3 {
	width: 25%;
}

.footer-menu,
.footer-contact {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.footer-menu li {
	line-height: 24px;
	font-size: 14px;
}

.footer-menu li a {
	color: #888069;
}

.footer-widgets .title1 {
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Cardo", serif;
	line-height: 1;
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
	color: #888069;
}

#footer-bottom a:hover {
	color: #beb79e;
}

.social-icon {
	display: flex;
	gap: 15px;
}

.social-icon a {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	fill: #fff;
	background-color: #0866ff;
	transition: all 0.5s ease 0s;
}

.social-icon .instagram a {
	background-color: #f00075;
}

.social-icon a:hover {
	scale: calc(1.1);
}

#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-contact {
	gap: 6px;
}

.footer-contact li {
	color: #888069;
}

.footer-contact li::before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 10px;
	border: 1px solid #888069;
	border-radius: 3px;
	background: transparent url(/img/phone_icon.png) no-repeat scroll center;
}

.footer-contact li:first-child::before {
	background: transparent url(/img/pin_icon.png) no-repeat scroll center;
}

.footer-contact li:last-child::before {
	background: transparent url(/img/email_icon.png) no-repeat scroll center;
}

.ctaband {
	display: none !important;
}

.btn-forgot {
	padding: 0;
	display: inline-block;
	margin-top: 20px;
	color: #555555;
}

.results {
	background-color: #fff;
	margin-bottom: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (max-width: 1100px) {
	.navbar-logo {
		left: 15px;
	}

	.navbar-collapse {
		margin-left: 130px;
	}

	.navbar-light .navbar-nav .nav-link {
		padding: 11px 6px;
	}
}

@media (max-width: 991px) {
	.navbar-logo {
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		max-width: 125px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.header-banner {
		padding: 50px 30px 30px;
	}

	.navbar-collapse {
		margin: 65px 0 0;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
	}

	.map-on {
		top: 0;
		float: none !important;
		clear: both;
		padding: 5px 8px 15px;
		text-align: center;
	}

	.main-header .navbar-nav {
		width: 100%;
		margin: 0;
	}

	.navbar-light .navbar-nav .nav-link {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	#hamburger {
		display: block;
	}
	#main-menu {
		display: none;
	}
	#main-menu li {
		width: 100%;
		border-right: none;
	}

	.numbers.children {
		margin-left: 0;
	}

	.row.checkin-box {
		margin-right: 0;
	}

	.checkin-stay-row {
		flex-wrap: wrap;
	}
	.checkin-stay-row__input {
		width: 100%;
		margin-bottom: 10px;
	}

	.booking-availability .col-lg-4 > .row {
		margin-left: 0;
		margin-right: 0;
	}

	.footer-widgets {
		flex-direction: column;
		gap: 30px;
	}

	.footer-widgets .col-lg-3 {
		width: 100%;
	}

	.web-offer-header img {
		margin: 0px 5px;
	}
}

@media (max-width: 585px) {
	.input-group span.input-group-btn,
	.input-group input,
	.input-group button {
		display: inline-block;
		width: 30%;
		border-radius: 0;
		margin: 0;
		top: -1px;
	}
	.input-group input {
		width: 40%;
	}
	.input-group {
		position: relative;
		width: 100%;
	}

	.form-control.text-center {
		margin: 34px 0;
	}
	.input-group-btn:last-child > .btn,
	.input-group-btn:last-child > .btn-group {
		margin-left: 0;
	}

	.row.checkin-box {
		margin: 0;
	}
	.properties li {
		padding: 0 15px;
	}
	.properties li:last-child {
		padding-bottom: 20px;
		border-bottom: 1px solid #dddddd;
	}
	.properties li .img-container img {
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.properties li .property-description {
		margin-bottom: 15px;
	}
	.add-to-booking {
		margin-top: 20px;
		position: relative;
		transform: translateX(-50%);
		left: 50%;
	}
	.place-booking-properties {
		float: none !important;
		margin-top: 0 !important;
	}
	.place-booking-properties::after {
		display: table;
		content: " ";
		clear: both;
	}
	.checkout_input_place_booking {
		margin-left: 0;
	}
	button.btn.btn-uppercourt.btn-number {
		width: 100%;
	}
	.place_booking,
	.edit_booking,
	.submit_booking,
	.submit_payment {
		float: none !important;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 10px;
	}

	.bookings-list table.table-bookings,
	.bookings-list .table-bookings thead,
	.bookings-list .table-bookings tbody,
	.bookings-list .table-bookings th,
	.bookings-list .table-bookings td,
	.bookings-list .table-bookings tr {
		display: block;
	}

	.bookings-list .table-bookings thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.bookings-list .table-bookings tr {
		border: 1px solid #ccc;
	}

	.bookings-list .table-bookings td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 40% !important;
		white-space: normal !important;
	}

	.bookings-list .table-bookings td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 35%;
		padding-right: 10px;
		white-space: nowrap;
	}

	.bookings-list .table-bookings tr:not(.mark) td:nth-of-type(1):before {
		content: "Order ID";
	}
	.bookings-list .table-bookings tr:not(.mark) td:nth-of-type(2):before {
		content: "Properties";
	}
	.bookings-list .table-bookings tr:not(.mark) td:nth-of-type(3):before {
		content: "Dates";
	}
	.bookings-list .table-bookings tr:not(.mark) td:nth-of-type(4):before {
		content: "Payment";
	}
	.bookings-list .table-bookings tr:not(.mark) td:nth-of-type(5):before {
		content: "Action";
	}

	.bookings-list .table-bookings tbody tr td:last-child,
	.bookings-list .table-bookings tbody tr td:nth-child(3),
	.bookings-list .table-bookings tbody tr td:nth-child(4) {
		text-align: left;
	}
	.text-availability {
		text-align: center !important;
	}
	.alert-success.payment-success {
		text-align: center;
	}

	.alert-success.payment-success i {
		float: none !important;
		display: inline-block;
	}
	.alert-success.payment-success p {
		display: inline-block;
	}

	.numbers .row {
		margin: 0 !important;
	}
	.numbers.children {
		margin-left: 0;
	}
	.results {
		margin-top: 20px;
	}

	.place-booking h2 {
		margin-bottom: 30px;
	}

	.place-booking-properties li + li {
		border-left: 1px solid #979797;
	}

	.place-booking--booking-block select {
		width: 100%;
	}
	.edit-booking-heading {
		margin-top: 30px;
		display: block;
	}

	.alert-danger.no-properties {
		margin-top: 35px;
	}

	.top-menu-wrapper .dropdown-menu {
		position: relative;
		float: none;
		margin-top: 50px;
	}

	.extra-block {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.extra-block--name {
		font-size: 16px;
	}
	.extra-block--info label {
		font-size: 14px;
	}
	.extra-block--info label input {
		margin-top: 3px;
	}
	.extra_qty_counter {
		justify-content: center;
	}
	.extra-block--info .extra_qty {
		font-size: 17px;
	}
	.extra_qty_checks {
		font-size: 16px;
	}
	.qty_plus {
		top: 0;
	}
	.qty_minus {
		top: 23px;
		left: -12px;
	}
	.extra-price {
		font-size: 18px;
		text-align: center;
	}
	.place-booking-details > .row {
		display: block;
		text-align: center;
	}
	.place-booking-details > .row .col-lg-4:last-child {
		text-align: center !important;
	}
	.wp-extra-price-block--mobile {
		display: block;
	}
	.wp-extra-price-block {
		display: none;
	}
	.wp-extra-price-block::after {
		content: "";
		display: table;
		clear: both;
	}
	.wc-bookings-start-time-container {
		padding-left: 0;
	}
	.wc-bookings-end-time-container {
		padding-right: 0;
	}

	.ctaband {
		display: flex !important;
		text-align: center;
		background-color: #333333;
		padding: 8px 4px !important;
		justify-content: space-between;
	}

	.web-offer-header .contact-header,
	.web-offer-header .social-media,
	.offer-description {
		display: none;
	}

	.booking-availability .col-lg-4 > .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	#footer {
		padding: 30px 15px;
	}

	.header-banner p {
		font-size: 24px;
	}

	.header-banner {
		padding: 50px 15px 15px;
	}

	.booking-availability .row + .row {
		margin-top: 10px;
	}
}

/* Button hierarchy styles */
/* Secondary button - Add to Booking */
.btn-add-to-booking {
	background-color: #a89f8c !important;
	border-color: #a89f8c !important;
}

.btn-add-to-booking:hover {
	background-color: #968d7a !important;
	border-color: #968d7a !important;
}

/* Tertiary button - Add Extras & Book */
.btn-extras-toggle {
	padding: 6px 16px;
	font-size: 13px;
	border-radius: 6px;
	background-color: #c4c1b5 !important;
	border-color: #c4c1b5 !important;
	color: #555 !important;
}

.btn-extras-toggle:hover {
	background-color: #b3afa3 !important;
	border-color: #b3afa3 !important;
	color: #555 !important;
}

/* Red capsule for Remove button */
.remove-btn-capsule {
	padding: 6px 16px;
	font-size: 13px;
	border-radius: 6px;
	background-color: #d9534f;
	border-color: #d9534f;
	color: #fff;
}

.remove-btn-capsule:hover {
	background-color: #c9302c;
	border-color: #c9302c;
	color: #fff;
}

/* Remove button for properties without extras */
.remove-btn-no-extras {
	position: absolute;
	bottom: 15px;
	right: 30px;
	z-index: 10;
}

/* Fix property-added styling with even padding - NO LEFT BORDER */
.property-added {
	background-color: #f9f8f5;
	padding: 15px;
	transition: all 0.3s ease;
	margin-top: 10px;
	border-radius: 4px;
	position: relative;
}

/* Fix first property spacing */
.properties li:first-child.property-added {
	margin-top: 0;
}

/* Sticky summary section */
.booking-summary-section {
	position: sticky;
	bottom: 0;
	z-index: 100;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
