/*
	Theme Name: Holidays Cottages and Villas
	Theme URI: http://www.holidaycottagesandvillas.com
	Description: HTML5 WordPress Theme
	Version: 1.0.9
	Author: Darren Stevens
	Author URI: http://www.celticwebdesign.net
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@import "/wp/wp-content/themes/holiday-cottages-villas/css/bootstrap.min.css";

/*
	#922a6a Purple.
	#81226a Plurple 2.
*/

/*
* Bootstrap additional grid sizes
*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.col-xxxs-1,
	.col-xxxs-2,
	.col-xxxs-3,
	.col-xxxs-4,
	.col-xxxs-5,
	.col-xxxs-6,
	.col-xxxs-7,
	.col-xxxs-8,
	.col-xxxs-9,
	.col-xxxs-10,
	.col-xxxs-11,
	.col-xxxs-12 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
	}

	.col-xxxs-12 {
		width: 100%;
	}

	.col-xxxs-11 {
		width: 91.66666667%;
	}

	.col-xxxs-10 {
		width: 83.33333333%;
	}

	.col-xxxs-9 {
		width: 75%;
	}

	.col-xxxs-8 {
		width: 66.66666667%;
	}

	.col-xxxs-7 {
		width: 58.33333333%;
	}

	.col-xxxs-6 {
		width: 50%;
	}

	.col-xxxs-5 {
		width: 41.66666667%;
	}

	.col-xxxs-4 {
		width: 33.33333333%;
	}

	.col-xxxs-3 {
		width: 25%;
	}

	.col-xxxs-2 {
		width: 16.66666667%;
	}

	.col-xxxs-1 {
		width: 8.33333333%;
	}

	.col-xxxs-pull-12 {
		right: 100%;
	}

	.col-xxxs-pull-11 {
		right: 91.66666667%;
	}

	.col-xxxs-pull-10 {
		right: 83.33333333%;
	}

	.col-xxxs-pull-9 {
		right: 75%;
	}

	.col-xxxs-pull-8 {
		right: 66.66666667%;
	}

	.col-xxxs-pull-7 {
		right: 58.33333333%;
	}

	.col-xxxs-pull-6 {
		right: 50%;
	}

	.col-xxxs-pull-5 {
		right: 41.66666667%;
	}

	.col-xxxs-pull-4 {
		right: 33.33333333%;
	}

	.col-xxxs-pull-3 {
		right: 25%;
	}

	.col-xxxs-pull-2 {
		right: 16.66666667%;
	}

	.col-xxxs-pull-1 {
		right: 8.33333333%;
	}

	.col-xxxs-pull-0 {
		right: auto;
	}

	.col-xxxs-push-12 {
		left: 100%;
	}

	.col-xxxs-push-11 {
		left: 91.66666667%;
	}

	.col-xxxs-push-10 {
		left: 83.33333333%;
	}

	.col-xxxs-push-9 {
		left: 75%;
	}

	.col-xxxs-push-8 {
		left: 66.66666667%;
	}

	.col-xxxs-push-7 {
		left: 58.33333333%;
	}

	.col-xxxs-push-6 {
		left: 50%;
	}

	.col-xxxs-push-5 {
		left: 41.66666667%;
	}

	.col-xxxs-push-4 {
		left: 33.33333333%;
	}

	.col-xxxs-push-3 {
		left: 25%;
	}

	.col-xxxs-push-2 {
		left: 16.66666667%;
	}

	.col-xxxs-push-1 {
		left: 8.33333333%;
	}

	.col-xxxs-push-0 {
		left: auto;
	}

	.col-xxxs-offset-12 {
		margin-left: 100%;
	}

	.col-xxxs-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-xxxs-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-xxxs-offset-9 {
		margin-left: 75%;
	}

	.col-xxxs-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-xxxs-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-xxxs-offset-6 {
		margin-left: 50%;
	}

	.col-xxxs-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-xxxs-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-xxxs-offset-3 {
		margin-left: 25%;
	}

	.col-xxxs-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-xxxs-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-xxxs-offset-0 {
		margin-left: 0;
	}
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
	.col-xxs-1,
	.col-xxs-2,
	.col-xxs-3,
	.col-xxs-4,
	.col-xxs-5,
	.col-xxs-6,
	.col-xxs-7,
	.col-xxs-8,
	.col-xxs-9,
	.col-xxs-10,
	.col-xxs-11,
	.col-xxs-12 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
	}

	.col-xxs-12 {
		width: 100%;
	}

	.col-xxs-11 {
		width: 91.66666667%;
	}

	.col-xxs-10 {
		width: 83.33333333%;
	}

	.col-xxs-9 {
		width: 75%;
	}

	.col-xxs-8 {
		width: 66.66666667%;
	}

	.col-xxs-7 {
		width: 58.33333333%;
	}

	.col-xxs-6 {
		width: 50%;
	}

	.col-xxs-5 {
		width: 41.66666667%;
	}

	.col-xxs-4 {
		width: 33.33333333%;
	}

	.col-xxs-3 {
		width: 25%;
	}

	.col-xxs-2 {
		width: 16.66666667%;
	}

	.col-xxs-1 {
		width: 8.33333333%;
	}

	.col-xxs-pull-12 {
		right: 100%;
	}

	.col-xxs-pull-11 {
		right: 91.66666667%;
	}

	.col-xxs-pull-10 {
		right: 83.33333333%;
	}

	.col-xxs-pull-9 {
		right: 75%;
	}

	.col-xxs-pull-8 {
		right: 66.66666667%;
	}

	.col-xxs-pull-7 {
		right: 58.33333333%;
	}

	.col-xxs-pull-6 {
		right: 50%;
	}

	.col-xxs-pull-5 {
		right: 41.66666667%;
	}

	.col-xxs-pull-4 {
		right: 33.33333333%;
	}

	.col-xxs-pull-3 {
		right: 25%;
	}

	.col-xxs-pull-2 {
		right: 16.66666667%;
	}

	.col-xxs-pull-1 {
		right: 8.33333333%;
	}

	.col-xxs-pull-0 {
		right: auto;
	}

	.col-xxs-push-12 {
		left: 100%;
	}

	.col-xxs-push-11 {
		left: 91.66666667%;
	}

	.col-xxs-push-10 {
		left: 83.33333333%;
	}

	.col-xxs-push-9 {
		left: 75%;
	}

	.col-xxs-push-8 {
		left: 66.66666667%;
	}

	.col-xxs-push-7 {
		left: 58.33333333%;
	}

	.col-xxs-push-6 {
		left: 50%;
	}

	.col-xxs-push-5 {
		left: 41.66666667%;
	}

	.col-xxs-push-4 {
		left: 33.33333333%;
	}

	.col-xxs-push-3 {
		left: 25%;
	}

	.col-xxs-push-2 {
		left: 16.66666667%;
	}

	.col-xxs-push-1 {
		left: 8.33333333%;
	}

	.col-xxs-push-0 {
		left: auto;
	}

	.col-xxs-offset-12 {
		margin-left: 100%;
	}

	.col-xxs-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-xxs-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-xxs-offset-9 {
		margin-left: 75%;
	}

	.col-xxs-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-xxs-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-xxs-offset-6 {
		margin-left: 50%;
	}

	.col-xxs-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-xxs-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-xxs-offset-3 {
		margin-left: 25%;
	}

	.col-xxs-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-xxs-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-xxs-offset-0 {
		margin-left: 0;
	}
}

@media only screen and (min-width: 600px) and (max-width: 991px) {
	.col-ssm-1,
	.col-ssm-2,
	.col-ssm-3,
	.col-ssm-4,
	.col-ssm-5,
	.col-ssm-6,
	.col-ssm-7,
	.col-ssm-8,
	.col-ssm-9,
	.col-ssm-10,
	.col-ssm-11,
	.col-ssm-12 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
	}

	.col-ssm-12 {
		width: 100%;
	}

	.col-ssm-11 {
		width: 91.66666667%;
	}

	.col-ssm-10 {
		width: 83.33333333%;
	}

	.col-ssm-9 {
		width: 75%;
	}

	.col-ssm-8 {
		width: 66.66666667%;
	}

	.col-ssm-7 {
		width: 58.33333333%;
	}

	.col-ssm-6 {
		width: 50%;
	}

	.col-ssm-5 {
		width: 41.66666667%;
	}

	.col-ssm-4 {
		width: 33.33333333%;
	}

	.col-ssm-3 {
		width: 25%;
	}

	.col-ssm-2 {
		width: 16.66666667%;
	}

	.col-ssm-1 {
		width: 8.33333333%;
	}

	.col-ssm-pull-12 {
		right: 100%;
	}

	.col-ssm-pull-11 {
		right: 91.66666667%;
	}

	.col-ssm-pull-10 {
		right: 83.33333333%;
	}

	.col-ssm-pull-9 {
		right: 75%;
	}

	.col-ssm-pull-8 {
		right: 66.66666667%;
	}

	.col-ssm-pull-7 {
		right: 58.33333333%;
	}

	.col-ssm-pull-6 {
		right: 50%;
	}

	.col-ssm-pull-5 {
		right: 41.66666667%;
	}

	.col-ssm-pull-4 {
		right: 33.33333333%;
	}

	.col-ssm-pull-3 {
		right: 25%;
	}

	.col-ssm-pull-2 {
		right: 16.66666667%;
	}

	.col-ssm-pull-1 {
		right: 8.33333333%;
	}

	.col-ssm-pull-0 {
		right: auto;
	}

	.col-ssm-push-12 {
		left: 100%;
	}

	.col-ssm-push-11 {
		left: 91.66666667%;
	}

	.col-ssm-push-10 {
		left: 83.33333333%;
	}

	.col-ssm-push-9 {
		left: 75%;
	}

	.col-ssm-push-8 {
		left: 66.66666667%;
	}

	.col-ssm-push-7 {
		left: 58.33333333%;
	}

	.col-ssm-push-6 {
		left: 50%;
	}

	.col-ssm-push-5 {
		left: 41.66666667%;
	}

	.col-ssm-push-4 {
		left: 33.33333333%;
	}

	.col-ssm-push-3 {
		left: 25%;
	}

	.col-ssm-push-2 {
		left: 16.66666667%;
	}

	.col-ssm-push-1 {
		left: 8.33333333%;
	}

	.col-ssm-push-0 {
		left: auto;
	}

	.col-ssm-offset-12 {
		margin-left: 100%;
	}

	.col-ssm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-ssm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-ssm-offset-9 {
		margin-left: 75%;
	}

	.col-ssm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-ssm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-ssm-offset-6 {
		margin-left: 50%;
	}

	.col-ssm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-ssm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-ssm-offset-3 {
		margin-left: 25%;
	}

	.col-ssm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-ssm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-ssm-offset-0 {
		margin-left: 0;
	}
}

/*
	jQuery.mmenu CSS
*/
.mm-hidden {
	display: none !important;
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative;
}

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.mm-menu {
	box-sizing: border-box;
	background: inherit;
	display: block;
	overflow: hidden;
	padding: 0;
}

.mm-panel {
	transition: transform 0.4s ease;
	transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
	transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
	transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
	z-index: 1;
}

.mm-panels,
.mm-panels > .mm-panel {
	background: inherit;
	border-color: inherit;
}

.mm-panels > .mm-panel {
	background: inherit;
	border-color: inherit;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 0 20px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
	padding-top: 40px;
}

.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after {
	content: "";
	display: block;
	height: 20px;
}

.mm-vertical .mm-panel {
	transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
	display: none;
	padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
	border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
	display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
	height: 40px;
	bottom: auto;
}

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
	top: 16px;
	bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
	transform: rotate(45deg);
}

.mm-navbar {
	border-bottom: 1px solid;
	border-color: inherit;
	text-align: center;
	line-height: 20px;
	height: 40px;
	padding: 0 40px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.mm-navbar > * {
	display: block;
	padding: 10px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
	text-decoration: none;
}

.mm-navbar .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.mm-navbar .mm-btn {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 1;
}

.mm-navbar .mm-btn:first-child {
	padding-left: 20px;
	left: 0;
}

.mm-navbar .mm-btn:last-child {
	text-align: right;
	padding-right: 20px;
	right: 0;
}

.mm-panel .mm-navbar {
	display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
	display: block;
}

.mm-listview,
.mm-listview > li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.mm-listview {
	font: inherit;
	font-size: 14px;
	line-height: 20px;
}

.mm-listview a,
.mm-listview a:hover {
	text-decoration: none;
}

.mm-listview > li {
	position: relative;
}

.mm-listview > li,
.mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
	border-color: inherit;
}

.mm-listview > li > a,
.mm-listview > li > span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0;
}

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
	padding-right: 50px;
}

.mm-listview > li:not(.mm-divider):after {
	content: "";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	left: 20px;
}

.mm-listview .mm-next {
	background: rgba(3, 2, 1, 0);
	width: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.mm-listview .mm-next:before {
	content: "";
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
	margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
	width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
	border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
	padding-right: 50px;
	margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
	margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
	margin-top: -20px;
}

.mm-listview .mm-inset {
	list-style: inside disc;
	padding: 0 10px 15px 40px;
	margin: 0;
}

.mm-listview .mm-inset > li {
	padding: 5px 0;
}

.mm-listview .mm-divider {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px;
}

.mm-listview .mm-spacer {
	padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
	top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
	padding-top: 25px;
}

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
	content: "";
	border: 2px solid transparent;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	transform: rotate(-45deg);
}

.mm-prev:before {
	border-right: none;
	border-bottom: none;
	left: 23px;
}

.mm-next:after,
.mm-arrow:after {
	border-top: none;
	border-left: none;
	right: 23px;
}

.mm-menu {
	background: #f3f3f3;
	border-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
	border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
	border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
	border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
	tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
	background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
	background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
	background: rgba(0, 0, 0, 0.05);
}

.mm-page {
	box-sizing: border-box;
	position: relative;
}

.mm-slideout {
	transition: transform 0.4s ease;
}

html.mm-opened {
	overflow-x: hidden;
	position: relative;
}

html.mm-blocking {
	overflow: hidden;
}

html.mm-blocking body {
	overflow: hidden;
}

html.mm-background .mm-page {
	background: inherit;
}

#mm-blocker {
	background: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}

html.mm-blocking #mm-blocker {
	display: block;
}

.mm-menu.mm-offcanvas {
	display: none;
	position: fixed;
}

.mm-menu.mm-current {
	display: block;
}

.mm-menu {
	width: 80%;
	min-width: 140px;
	max-width: 440px;
}

html.mm-opening .mm-slideout {
	transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
	html.mm-opening .mm-slideout {
		transform: translate(140px, 0);
	}
}

@media all and (min-width: 550px) {
	html.mm-opening .mm-slideout {
		transform: translate(440px, 0);
	}
}

.mm-menu.mm-theme-dark {
	background: #333;
	border-color: rgba(0, 0, 0, 0.15);
	color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
	color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
	border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
	border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
	border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
	tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
	background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
	background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark .mm-divider {
	background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
	border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark em.mm-counter {
	color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
	background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
	background: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
	color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-indexer a {
	color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark label.mm-toggle {
	background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
	background: #333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
	background: #4bd963;
}

.mm-menu.mm-theme-white {
	background: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
	border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
	border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
	border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
	tap-highlight-color: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
	background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
	background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white .mm-divider {
	background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white label.mm-check:before {
	border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white em.mm-counter {
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
	background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
	background: rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-indexer a {
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white label.mm-toggle {
	background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
	background: #fff;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
	background: #4bd963;
}

.mm-menu.mm-theme-black {
	background: #000;
	border-color: rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
	color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
	border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
	border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
	border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	tap-highlight-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
	background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
	background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-divider {
	background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
	border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black em.mm-counter {
	color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
	background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
	content: none;
	display: none;
}

.mm-menu.mm-theme-black .mm-search input {
	background: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
	color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-indexer a {
	color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black label.mm-toggle {
	background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
	background: #000;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
	background: #4bd963;
}

html.mm-pagedim #mm-blocker,
html.mm-pagedim-white #mm-blocker,
html.mm-pagedim-black #mm-blocker {
	opacity: 0;
}

html.mm-pagedim.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim-black.mm-opening #mm-blocker {
	opacity: 0.3;
	transition: opacity 0.4s ease 0.4s;
}

html.mm-pagedim #mm-blocker {
	background: inherit;
}

html.mm-pagedim-white #mm-blocker {
	background: #fff;
}

html.mm-pagedim-black #mm-blocker {
	background: #000;
}

.mm-menu.mm-top,
.mm-menu.mm-bottom {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.mm-menu.mm-right {
	left: auto;
	right: 0;
}

.mm-menu.mm-bottom {
	top: auto;
	bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
	transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
	html.mm-right.mm-opening .mm-slideout {
		transform: translate(-140px, 0);
	}
}

@media all and (min-width: 550px) {
	html.mm-right.mm-opening .mm-slideout {
		transform: translate(-440px, 0);
	}
}

html.mm-front .mm-slideout {
	transform: none !important;
	z-index: 0 !important;
}

.mm-menu.mm-front {
	z-index: 1;
}

.mm-menu.mm-front,
.mm-menu.mm-next {
	transition: transform 0.4s ease;
	transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
	transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-top {
	transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-bottom {
	transform: translate3d(0, 100%, 0);
}

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
	transform: translate3d(0, 0, 0);
}

.mm-menu.mm-top,
.mm-menu.mm-bottom {
	height: 80%;
	min-height: 140px;
	max-height: 880px;
}

.mm-menu > .mm-navbar {
	background: inherit;
	padding: 0;
	z-index: 3;
	transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom: none;
	top: auto;
	bottom: 0;
}

.mm-navbar-top ~ .mm-navbar-top {
	border-bottom: none;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
	border-top: none;
}

.mm-navbar.mm-hasbtns {
	padding: 0 40px;
}

.mm-close:after {
	content: "x";
}

.mm-navbar[class*="mm-navbar-content-"] > * {
	box-sizing: border-box;
	display: block;
	float: left;
}

.mm-navbar > .mm-breadcrumbs {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	text-align: left;
	padding: 0 0 0 17px;
}

.mm-navbar > .mm-breadcrumbs > * {
	display: inline-block;
	padding: 10px 3px;
}

.mm-navbar > .mm-breadcrumbs > a {
	text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
	margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
	margin-left: 0;
	padding-left: 0;
}

.mm-navbar-top-1 {
	top: 0;
}

.mm-hasnavbar-top-1 .mm-panels {
	top: 40px;
}

.mm-navbar-top-2 {
	top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels {
	top: 80px;
}

.mm-navbar-top-3 {
	top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels {
	top: 120px;
}

.mm-navbar-top-4 {
	top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
	top: 160px;
}

.mm-navbar-bottom-1 {
	bottom: 0;
}

.mm-hasnavbar-bottom-1 .mm-panels {
	bottom: 40px;
}

.mm-navbar-bottom-2 {
	bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels {
	bottom: 80px;
}

.mm-navbar-bottom-3 {
	bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels {
	bottom: 120px;
}

.mm-navbar-bottom-4 {
	bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
	bottom: 160px;
}

.mm-navbar-size-2 {
	height: 80px;
}

.mm-navbar-size-3 {
	height: 120px;
}

.mm-navbar-size-4 {
	height: 160px;
}

.mm-navbar-content-2 > * {
	width: 50%;
}

.mm-navbar-content-3 > * {
	width: 33.33%;
}

.mm-navbar-content-4 > * {
	width: 25%;
}

.mm-navbar-content-5 > * {
	width: 20%;
}

.mm-navbar-content-6 > * {
	width: 16.67%;
}

.mm-divider > span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
	transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
	display: none;
}

.mm-fixeddivider {
	background: inherit;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
	content: none !important;
	display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
	display: block;
}

.mm-menu .mm-fixeddivider span {
	background: rgba(0, 0, 0, 0.05);
}

html.mm-pagedim-black.mm-opening #mm-blocker {
	opacity: 0.5;
}

.mm-menu.mm-theme-dark .mm-navbar a.mm-title {
	color: #fff;
}

#mm-my-menu ul.sub-menu li {
	text-indent: 10px;
}

#mm-my-menu ul.sub-menu li.mm-divider {
	text-indent: 0;
}

/* ------------------------------------
Gravity Forms Bootstrap
Help from https://gist.githubusercontent.com/DevinWalker/7110951/raw/8f6863c52df3cc0d627bb1e18e9cb832b5ecf395/gravity-forms_bootstrap
https://wordpress.org/plugins/gravity-forms-bootstrap-3-style/
---------------------------------------*/

.gform_wrapper ul {
	padding-left: 0;
	list-style: none;
}

.gform_wrapper li {
	margin-bottom: 15px;
}

.gform_wrapper form {
	margin-bottom: 0;
}

.gform_wrapper .gfield_required {
	padding-left: 1px;
	color: #b94a48;
}

.ginput_container input,
.ginput_container select,
.ginput_container textarea,
#theme-my-login input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ginput_container input:-moz-placeholder,
.ginput_container select:-moz-placeholder,
.ginput_container textarea:-moz-placeholder {
	color: #999;
}

.ginput_container input::-moz-placeholder,
.ginput_container select::-moz-placeholder,
.ginput_container textarea::-moz-placeholder {
	color: #999;
}

.ginput_container input:-ms-input-placeholder,
.ginput_container select:-ms-input-placeholder,
.ginput_container textarea:-ms-input-placeholder {
	color: #999;
}

.ginput_container input::-webkit-input-placeholder,
.ginput_container select::-webkit-input-placeholder,
.ginput_container textarea::-webkit-input-placeholder {
	color: #999;
}

.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
}

.ginput_container input[disabled],
.ginput_container select[disabled],
.ginput_container textarea[disabled],
.ginput_container input[readonly],
.ginput_container select[readonly],
.ginput_container textarea[readonly],
fieldset[disabled] .ginput_container input,
fieldset[disabled] .ginput_container select,
fieldset[disabled] .ginput_container textarea {
	cursor: not-allowed;
	background-color: #eee;
}

textarea.ginput_container input,
#theme-my-login input,
textarea.ginput_container select,
textarea.ginput_container textarea {
	height: auto;
}

.ginput_container textarea {
	height: auto;
}

.gform_wrapper .button,
#theme-my-login #wp-submit,
.gform_button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.428571429;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-color: #428bca;
	border: 1px solid transparent;
	border-color: #357ebd;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.gform_wrapper .button:focus,
#theme-my-login #wp-submit:focus,
.gform_button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.gform_wrapper .button:hover,
.gform_button:hover,
.gform_button:focus,
#theme-my-login #wp-submit:hover {
	color: #fff;
	text-decoration: none;
}

.gform_wrapper .button:active,
.gform_wrapper .button.active,
.gform_button:active,
.gform_button.active {
	background-image: none;
	outline: 0;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.gform_wrapper .button.disabled,
.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}

.gform_button:hover,
#theme-my-login #wp-submit:hover,
.gform_button:focus,
.gform_button:active,
.gform_button.active,
.open .dropdown-toggle.gform_button {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;
}

.gform_button:active,
.gform_button.active,
.open .dropdown-toggle.gform_button {
	background-image: none;
}

.gform_button.disabled,
.gform_button[disabled],
fieldset[disabled] .gform_button,
.gform_button.disabled:hover,
.gform_button[disabled]:hover,
fieldset[disabled] .gform_button:hover,
.gform_button.disabled:focus,
.gform_button[disabled]:focus,
fieldset[disabled] .gform_button:focus,
.gform_button.disabled:active,
.gform_button[disabled]:active,
fieldset[disabled] .gform_button:active,
.gform_button.disabled.active,
.gform_button[disabled].active,
fieldset[disabled] .gform_button.active {
	background-color: #428bca;
	border-color: #357ebd;
}

.gform_wrapper .gfield_error .gfield_label {
	color: #b94a48;
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
	border-color: #b94a48;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(185, 74, 72, 0.6);
}

.validation_error {
	padding: 15px;
	margin-bottom: 20px;
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid transparent;
	border-color: #eed3d7;
	border-radius: 4px;
}

.validation_error h4 {
	margin-top: 0;
	color: inherit;
}

.validation_error .alert-link {
	font-weight: 700;
}

.validation_error > p,
.validation_error > ul {
	margin-bottom: 0;
}

.validation_error > p + p {
	margin-top: 5px;
}

.validation_error hr {
	border-top-color: #e6c1c7;
}

.validation_error .alert-link {
	color: #953b39;
}

#gforms_confirmation_message {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

#gforms_confirmation_message h4 {
	margin-top: 0;
	color: inherit;
}

#gforms_confirmation_message .alert-link {
	font-weight: 700;
}

#gforms_confirmation_message > p,
#gforms_confirmation_message > ul {
	margin-bottom: 0;
}

#gforms_confirmation_message > p + p {
	margin-top: 5px;
}

.gfield_label {
	margin-bottom: 5px;
	font-size: 14px;
}

.ginput_complex > span > label {
	font-size: 11px;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body
	.gform_wrapper
	.gform_body
	ul.gform_fields
	li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
	display: none !important;
	position: absolute !important;
	left: -9000px;
}

.gfield_label {
	margin-bottom: 0;
	font-size: 1.6rem;
}

.gform_wrapper .button,
#theme-my-login #wp-submit,
.gform_button {
	transition: all 200ms ease-in-out;
}

.gform_button {
	border: 0;
	font-size: 1.6rem;
	padding: 6px 30px;
	text-transform: uppercase;
}

.gform_button:hover {
	background-color: #3276b1;
}

/*Date Picker - taken from Gravity Forms CSS file*/
/*http://hcv.celticwebdesign.net/wp/wp-content/plugins/gravityforms/css/datepicker.min.css?ver=1.9.18*/
.ui-datepicker tbody tr,
.ui-datepicker thead {
	border-bottom: 1px solid #bbb;
}

.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
	text-decoration: none;
}

.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
}

.ui-datepicker-header {
	background-color: #666;
	color: #e0e0e0;
	font-weight: 700;
	box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
	text-shadow: 1px -1px 0 #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	min-height: 30px !important;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #666;
}

.ui-datepicker-title {
	text-align: center;
}

.ui-datepicker-title select {
	margin-top: 2.5%;
}

.ui-datepicker-next,
.ui-datepicker-prev {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url(/wp/wp-content/themes/images/datepicker/arrow.png);
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}

.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}

.ui-datepicker-next {
	float: right;
	background-position: center 0;
}

.ui-datepicker thead {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: linear-gradient(to bottom, #f7f7f7 0, #f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
}

.ui-datepicker th {
	text-transform: uppercase;
	text-align: center;
	font-size: 6pt;
	padding: 5px 0;
	color: #666;
	text-shadow: 1px 0 0 #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
	padding: 0;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
	border-right: 0;
}

.ui-datepicker tbody tr:last-child {
	border-bottom: 0;
}

.ui-datepicker td a,
.ui-datepicker td span {
	display: inline-block;
	font-weight: 700;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666;
	text-shadow: 1px 1px 0 #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: linear-gradient(to bottom, #ededed 0, #dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
	box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
	background: #fff2aa;
	border: 1px solid #c19163;
	color: #666;
	box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
	text-shadow: 0 1px 0 #fff;
	filter: dropshadow(color=#FFF, offx=0, offy=1);
	position: relative;
	margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
	background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
	margin: 0 !important;
}

body div#ui-datepicker-div[style] {
	z-index: 9999 !important;
}

/*
https://gist.github.com/celticwebdesign/f72e7ccf4b28ff3b16f7
Gravity Forms Spinner
*/
.gform_footer {
	position: relative;
}

body img.gform_ajax_spinner {
	display: block;
	margin: 10px 0 0 10px;
	max-width: 16px;
	position: absolute;
	right: 50%;
}

/*
https://gist.github.com/celticwebdesign/e35a6abadcc9ae8a51ad
Gravity Forms confirmation styling
*/
#gforms_confirmation_message_1 {
	border-bottom: 1px solid #922a6a;
	border-top: 1px solid #922a6a;
	margin: 40px 0 0;
}

#gform_confirmation_wrapper_1 {
	padding: 10px 0;
	background: #eee none repeat scroll 0 0;
}

#gform_confirmation_message_1 {
	text-align: center;
}

/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
@font-face {
	font-family: "flexslider-icon";
	src: url(/wp/wp-content/themes/holiday-cottages-villas/fonts/flexslider-icon.eot);
	src: url(/wp/wp-content/themes/holiday-cottages-villas/fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"),
		url(/wp/wp-content/themes/holiday-cottages-villas/fonts/flexslider-icon.woff) format("woff"),
		url(/wp/wp-content/themes/holiday-cottages-villas/fonts/flexslider-icon.ttf) format("truetype"),
		url(/wp/wp-content/themes/holiday-cottages-villas/fonts/flexslider-icon.svg#flexslider-icon) format("svg");
	font-weight: 400;
	font-style: normal;
}

.flex-container a:hover,
.flex-slider a:hover {
	outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides > li:first-child {
	display: block;
}

section#slideshow {
	overflow: hidden;
}

.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	zoom: 1;
	border-radius: 4px;
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}

.flex-viewport {
	max-height: 2000px;
	transition: all 1s ease;
	overflow: visible !important;
}

.loading .flex-viewport {
	max-height: 300px;
}

.carousel li {
	margin-right: 5px;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: "\f001";
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
	content: "\f002";
}

.flex-direction-nav .flex-prev {
	left: -50px;
}

.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: "\f004";
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: "\f003";
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.7;
	cursor: pointer;
	-moz-user-select: none;
	transition: all 1s ease;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

.flexslider.single-property-slideshow {}
#lead-photo .container {position: relative;}
#lead-photo .gallery_button,
.flexslider.single-property-slideshow .gallery_button {
	position: absolute;
	bottom: 12px;
	right: 30px;
	z-index: 1;
	margin: 0 auto;
	padding: 2px;
	max-width: 260px;
}
#lead-photo .gallery_button button,
.flexslider.single-property-slideshow .gallery_button button {
	border: 0;
	background: none;

	display: block;
	margin: 0 auto;
	background: #ac3779;
	background: linear-gradient(to bottom,
			rgba(172, 55, 121, 1) 0%,
			rgba(93, 27, 68, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac3779', endColorstr='#5d1b44', GradientType=0);
	border-radius: 4px;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: normal;
	padding: 6px 16px;
	text-align: center;
	text-transform: uppercase;
}
#lead-photo .gallery_button button:hover,
.flexslider.single-property-slideshow .gallery_button button:hover {
	background: #5d1b44;
	cursor: pointer;
}
.flexslider.single-property-slideshow .flex-viewport {}
.flexslider.single-property-slideshow ul.slides {}
.flexslider.single-property-slideshow li.slide {
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	height: 180px;
}
.flexslider.single-property-slideshow li.slide img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}
@media only screen and (min-width:375px) {
	.flexslider.single-property-slideshow li.slide {
		height: 220px;
	}
}
@media only screen and (min-width:768px) {
	#lead-photo .gallery_button,
	.flexslider.single-property-slideshow .gallery_button {
		bottom: 10px;
		right: 30px;
	}
	#lead-photo .gallery_button button,
	.flexslider.single-property-slideshow .gallery_button button {
		font-size: 1.4rem;
	}
	.flexslider.single-property-slideshow li.slide {
		height: 420px;
	}
}
@media only screen and (min-width:992px) {
	#lead-photo .gallery_button button,
	.flexslider.single-property-slideshow .gallery_button {
		bottom: 30px;
		right: 50px;
	}
	.flexslider.single-property-slideshow li.slide {
		height: 520px;
	}
}
@media only screen and (min-width:1100px) {
	.flexslider.single-property-slideshow li.slide {
		height: 620px;
	}
}
@media only screen and (min-width:1200px) {
	.flexslider.single-property-slideshow li.slide {
		height: 700px;
	}
	.flex-direction-nav li.flex-nav-prev,
	.flex-direction-nav li.flex-nav-next {
		top: 44% !important;
	}
}

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}

.flexslider {
	background: none;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	position: relative;
}

.flex-direction-nav {
	/*position:absolute;top:20%;*/
	width: 100%;
	/*height:51px;*/
}

.flex-direction-nav a::before {
	display: none;
}

.flex-direction-nav a {
	background: rgba(0, 0, 0, 0) url(/wp/wp-content/themes/holiday-cottages-villas/img/bg_direction_nav_2.png) no-repeat
		scroll 0 0;
}

.flex-direction-nav li.flex-nav-prev {
	position: absolute;
	top: 38%;
	left: 4%;
}

.flex-direction-nav li.flex-nav-next {
	position: absolute;
	top: 38%;
	right: 4%;
}

.flex-direction-nav li a {
	height: 51px;
	margin: 0;
	opacity: 1;
	position: relative;
	top: auto;
	width: 26px;
	z-index: 0;
}

.flex-direction-nav li a.flex-prev {
	float: left;
	left: 0;
	margin: 0 0 0 2%;
}

.flex-direction-nav li a.flex-next {
	float: right;
	margin: 0 2% 0 0;
	background-position: 100% 0;
	right: 0;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-direction-nav .flex-next {
	right: 0;
}

section#full_width_slideshow {
	width: 100%;
	position: relative;
}

/*body.home section#full_width_slideshow {margin: 0 0 50px;}*/
section#full_width_slideshow .container {
	padding-left: 0;
	padding-right: 0;
	position: relative;
	width: 100%;
}

section#full_width_slideshow .flex-viewport li {
	max-height: 600px;
	overflow: hidden;
	position: relative;
}

/*section#full_width_slideshow .slideshow_overlay {display: none;text-align: center;bottom: 0;position: absolute;width: 100%;padding: 14px 0;}*/
/*section#full_width_slideshow li.flex-active-slide .slideshow_overlay {display: block;}*/
/*section#full_width_slideshow .slide_text {font-size: 1.6rem;line-height: 2.0rem;color: #ffffff;display: inline-block;padding: 10px 20%;font-family: 'Roboto Slab', serif;}*/

#full_width_slideshow_empty {
	height: 40px;
}

section#lead-photo {
	max-height: 600px;
	overflow: hidden;
}

section#lead-photo .container {
	background: #fff none repeat scroll 0 0;
}

section#lead-photo img {
	width: 100%;
}

section#lead-photo .box {
	bottom: 40px;
	position: absolute;
	left: 55px;
}

/*http://www.jqueryscript.net/accordion/Easy-Responsive-Tab-Accordion-Control-Plugin-For-jQuery.html*/
ul.resp-tabs-list {
	margin: 0;
	padding: 0;
}

.resp-tabs-list li {
	border-radius: 6px 6px 0 0;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 1.4rem;
	list-style: outside none none;
	margin: 0;
	padding: 13px 15px;
	font-weight: 400;
}

.resp-tabs-list li .fa {
	background: #888 none repeat scroll 0 0;
	border-radius: 12px;
	color: #fff;
	font-size: 1.3rem;
	height: 22px;
	line-height: 22px;
	text-align: center;
	width: 22px;
}

.resp-tabs-list li.resp-tab-active .fa {
	color: #fff;
	background: #922a6a none repeat scroll 0 0;
}

.resp-tabs-list li.resp-tab-active {
	font-size: 1.8rem;
	color: #81226a;
	background: #eee none repeat scroll 0 0;
}

.resp-tabs-list li:not(.resp-tab-active):hover {
	background: #eee;
}

.resp-tabs-container {
	padding: 0;
	background-color: #fff;
	clear: left;
}

.resp-tabs-container .resp-tab-content-active {
	box-shadow: 1px 1px 5px #ccc;
}

h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}

.resp-tab-content {
	/*display: none;
	padding: 25px;*/
	height: 0;
	overflow: hidden;
}

.resp-tab-active {
	border: 1px solid #c1c1c1;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px !important;
	border-bottom: none;
	background-color: #fff;
}

.resp-content-active,
.resp-accordion-active {
	display: block;
}

.resp-tab-content {
	/*border: 1px solid #c1c1c1;
	background: #eee none repeat scroll 0 0;
	border-radius: 10px;*/
}

.resp-tab-content-active {
	display: block;
	padding: 25px;
	height: auto;

	border: 1px solid #c1c1c1;
	background: #eee none repeat scroll 0 0;
	border-radius: 10px;
}

.resp-tab-content.information {
	border-radius: 0 10px 10px 10px;
}

h2.resp-accordion {
	font-size: 13px;
	border: 1px solid #c1c1c1;
	border-top: 0 solid #c1c1c1;
	margin: 0;
	padding: 10px 15px;
}

h2.resp-tab-active {
	border-bottom: 0 solid #c1c1c1 !important;
	margin-bottom: 0 !important;
	padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	background: #dbdbdb !important;
}

.resp-easy-accordion h2.resp-accordion {
	display: block;
}

.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
	width: 100%;
	margin: 0;
}

h2.resp-accordion:first-child {
	border-top: 1px solid #c1c1c1 !important;
}

@media only screen and (max-width: 768px) {
	ul.resp-tabs-list {
		display: none;
	}

	h2.resp-accordion {
		display: block;
	}

	.resp-vtabs .resp-tab-content {
		border: 1px solid #c1c1c1;
	}

	.resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: initial;
		clear: none;
	}

	.resp-accordion-closed {
		display: none !important;
	}

	.resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #c1c1c1 !important;
	}
}

/*http://www.jqueryscript.net/accordion/Easy-Responsive-Tab-Accordion-Control-Plugin-For-jQuery.html*/

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

@font-face {
	font-family: "FontAwesome";
	src: url("/wp/wp-content/themes/holiday-cottages-villas/fonts/fontawesome-webfont.eot?v=4.5.0");
	src: url("/wp/wp-content/themes/holiday-cottages-villas/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0")
			format("embedded-opentype"),
		url("/wp/wp-content/themes/holiday-cottages-villas/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"),
		url("/wp/wp-content/themes/holiday-cottages-villas/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"),
		url("/wp/wp-content/themes/holiday-cottages-villas/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"),
		url("/wp/wp-content/themes/holiday-cottages-villas/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular")
			format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-search:before {
	content: "\f002";
}

.fa-check:before {
	content: "\f00c";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-eur:before {
	content: "\f153";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-info:before {
	content: "\f129";
}

.fa-camera:before {
	content: "\f030";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-comments:before {
	content: "\f086";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-phone:before {
	content: "\f095";
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

*,
:after,
:before {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

html {
	font-size: 62.5%;
}

body {
	font: 300 1.6rem/2.4rem "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	background: #fff;
	margin-top: 110px;
}

.clear:before,
.clear:after {
	content: " ";
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: #81226a;
	text-decoration: none;
}

a:hover {
	color: #5d1b44;
}

.transition {
	transition: all 200ms ease-in-out;
}

.transition:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #81226a;
	font-weight: 400;
	font-family: Garamond, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3 {
	font-family: "josefin sans", Garamond, "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	color: #81226a;
}

.title_container {
	text-align: center;
}

.title_container h1,
.title_container h2,
.title_container h3 {
	display: inline-block;
	position: relative;
}

.title_container h1::after,
.title_container h2::after,
.title_container h3::after {
	border-bottom: 1px solid #922a6a;
	bottom: -6px;
	content: "";
	left: -6%;
	position: absolute;
	width: 112%;
}

body.page main .title_container {
	text-align: left;
}

body.properties main .title_container {
	text-align: center;
}

body.page main h1 {
	margin: 0 0 26px;
}

body.page main .title_container h1::after {
	left: 0;
	width: 106%;
}

.introduction {
	margin: 0 auto 40px;
	text-align: center;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

body #body-container {
	overflow: hidden;
	position: relative;
}

.container {
	width: auto;
	margin: 0 auto;
	background: #fff;
}

section#top-bar {
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

section#top-bar #logo-bar {
	background: #922a6a;
	height: 50px;
}

section#top-bar #logo-bar .container {
	background: none;
}

section#top-bar #property-search-bar {
	background: #2c0d20;
	height: 50px;
	/*color:#fff;*/
}

section#top-bar #property-search-bar .container {
	background: none;
}

section#top-bar #property-search-bar form#property-id-search {
	margin: 10px 0 0;
}

section#top-bar
	#property-search-bar
	form#property-id-search
	input[type="text"] {
	border: 1px solid #fff;
	height: 30px;
	line-height: 30px;
	padding: 2px 34px 2px 10px;
	border-radius: 20px;
	width: 100%;
}

section#top-bar #property-search-bar form#property-id-search button {
	background: none;
	border: 0 none;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 10px;
	width: 34px;
}

section#top-bar #property-search-bar form#property-id-search button .fa-search {
	color: #922a6a;
	font-size: 1.8rem;
}

.mobile_logo {
	padding: 14px 0 0;
}

.mobile_logo a {
	color: #fff;
	font-size: 1.4rem;
	/*font-size:2.2rem;*/
	display: block;
	font-family: Garamond, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mobile_logo a:hover {
	text-decoration: none;
}

.mobile_menu {
	text-align: right;
}

.mobile_menu a {
	color: #fff;
	display: inline-block;
	font-size: 2.4rem;
	height: 50px;
	line-height: 50px;
	position: relative;
	right: 10px;
	text-align: center;
	width: 36px;
}

.mobile_menu a .fa-bars {
	position: relative;
	top: 0;
}

nav#my-menu {
	z-index: 101;
}

.mm-menu .mm-navbar a {
	color: #333;
}

.sub-menu .mm-panel {
	margin-left: 20px;
}

.sub-menu .mm-panel a {
	padding-left: 10px;
}

header {
	position: relative;
	display: none;
}

footer {
	position: relative;
	color: #fff;
	background: #ca5297;
	background: linear-gradient(
		to bottom,
		rgba(202, 82, 151, 1) 0%,
		rgba(129, 41, 92, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5297', endColorstr='#81295c', GradientType=0);
}

section#footer-top {
	background: url(/wp/wp-content/themes/holiday-cottages-villas/img/background-footer.png) no-repeat 0 0 transparent;
	padding: 40px 0;
	font-size: 1.4rem;
}

section#footer-top .container {
	background: none;
}

section#footer-bottom {
	background: #2c0d20;
	font-size: 1.3rem;
	color: #fff;
	padding: 4px 0;
}

section#footer-bottom .container {
	background: none;
}

section#footer-bottom p {
	margin: 0;
}

section#footer-bottom a {
	color: #fff;
}

section#footer-spacer .container {
	padding-top: 40px;
	background: #fff;
}

footer .sidebar-widget-1 h3,
footer .sidebar-widget-2 h3,
footer .sidebar-widget-3 h3,
footer .sidebar-widget-4 h3 {
	display: none;
}

footer .sidebar-widget-2 ul,
footer .sidebar-widget-3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .sidebar-widget-2 li,
footer .sidebar-widget-3 li {
	margin-bottom: 2px;
}

footer .sidebar-widget-2 a,
footer .sidebar-widget-3 a {
	display: block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.04rem;
	text-transform: uppercase;
}

footer .sidebar-widget-4 a.read-more {
	color: #fff;
}

footer .footer-contact {
	text-align: left;
	margin-top: 10px;
}

footer .footer-contact a {
	color: #fff;
}

footer .footer-contact span.options_email {
	padding-right: 10px;
}

footer .footer-contact span.options_telephone {
	font-size: 2.2rem;
	font-family: "josefin sans", Arial, sans-serif;
	font-weight: 400;
}

#google-map {
	margin-bottom: 30px;
}

#map_canvas {
	height: 380px;
}

body.home main {
	text-align: center;
}

body.home img.homepage-content-image {
	width: 100%;
	max-width: 596px;
	margin: 30px auto 40px;
	height: 100%;
}

body.home .trio {
	margin: 20px 0 0;
}

body.home .trio a {
	display: inline-block;
}

body.home .trio a.first,
body.home .trio a.second,
body.home .trio a.third {
}

main.padding {
	margin: 30px 0 40px;
}

aside {
}

aside .sidebar-widget {
}

aside .sidebar-widget.featured-properties {
}

aside .sidebar-widget.featured-properties .row {
}

aside .sidebar-widget.featured-properties .title_container {
	text-align: left;
}

aside
	.sidebar-widget.featured-properties
	section#featured-properties
	.title_container
	h3 {
	text-align: left;
	font-size: 2rem;
}

aside
	.sidebar-widget.featured-properties
	section#featured-properties
	.title_container
	h3:after {
	left: 0;
	width: 106%;
}

aside .sidebar-widget.featured-properties .featured-property {
	width: 100%;
	margin-bottom: 20px;
}

aside .sidebar-widget.featured-properties .featured-property:last-of-type {
	margin-bottom: 0;
}

aside .sidebar-widget.featured-properties .featured-property .title {
	font-size: 1.8rem;
}

section#availability-search {
	margin: 40px auto 20px;
	overflow-x: scroll;
	border: 1px solid #bfbfbf;
	max-width: 600px;
}

#availability-search iframe {
	min-height: 310px;
	width: 100%;
	padding: 0 10px;
}

iframe.center-align {
	width: auto;
}

@media only screen and (min-width: 480px) {
	iframe.center-align {
		min-width: 480px;
	}
}

@media only screen and (min-width: 768px) {
	iframe.center-align {
		min-width: 600px;
	}
}

section#advanced-search {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -535px;
	position: absolute;
	width: 100%;
}

section#advanced-search .container {
	padding: 10px;
	background: none;
}

section#advanced-search.off-search {
	max-width: 1100px;
}

section#advanced-search.on-search {
	max-width: 1100px;
	display: none;
}

section#properties .container {
	background: #fff;
}

section#properties.homepage .container {
	text-align: center;
}

section#properties iframe {
	display: block;
	margin: 0 auto;
	width: 878px;
}
section#properties .search_code iframe {
	width: auto;
}

#properties h1 {
	margin: 14px 0 32px;
}

section#one-column .title_container {
	text-align: center;
}

section#one-column .title_container h1 {
	margin: 0 0 30px;
}

section#one-column .title_container h1::after {
	border-bottom: 1px solid #922a6a;
	bottom: -6px;
	content: "";
	left: -6%;
	position: absolute;
	width: 106%;
}

body.tax-countries section#one-column main,
body.tax-locations section#one-column main {
	padding: 10px 0 0;
}

.all-availability-chart {
	width: 100%;
	overflow: scroll;
}

.all-availability-chart iframe {
	display: block;
	margin: 0 auto;
}

section#two-column .container {
	background: #fff;
}

section#two-column main {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

section#full_width_slideshow {
	background: #ccc;
}

section#lead-photo .container {
	position: relative;
	max-height: 600px;
}

section#lead-photo .view-all-photos {
	bottom: 30px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
	height: 30px;
	display: none;
}

section#lead-photo .view-all-photos.gallery_available {
	display: block;
}

section#lead-photo .view-all-photos span {
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	height: 30px;
	letter-spacing: 0.05rem;
	line-height: 30px;
	padding: 0 20px;
	text-transform: uppercase;
	cursor: pointer;
	background: #ca5297;
	background: linear-gradient(
		to bottom,
		rgba(202, 82, 151, 1) 0%,
		rgba(129, 41, 92, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5297', endColorstr='#81295c', GradientType=0);
}

section#lead-photo .view-all-photos span:hover {
	background: #81295c;
	text-decoration: none;
}

@media only screen and (max-width: 600px) {
	body.post-type-archive-properties section#featured-properties,
	body.properties section#featured-properties {
		display: none;
	}
}

section#featured-properties .container {
	padding-bottom: 20px;
	padding-top: 20px;
}

section#featured-properties .featured-properties-bg {
	background: #ca5297;
	background: linear-gradient(
		to bottom,
		rgba(202, 82, 151, 1) 0%,
		rgba(129, 41, 92, 1) 100%
	);
	border: 1px solid #922a6a;
	border-radius: 10px;
	box-shadow: 1px 1px 5px #888;
}

section#featured-properties .featured-properties {
	background: url(/wp/wp-content/themes/holiday-cottages-villas/img/background-footer.png) no-repeat 0 0 transparent;
	padding: 15px;
}

section#featured-properties h3 {
	font-size: 3rem;
	margin: 0 0 26px;
	text-align: center;
	color: #fff;
	font-family: "josefin sans", sans-serif;
}

section#featured-properties h3::after {
	border-bottom: 1px solid #fff;
}

.featured-property .property_lead_photo {
	margin-bottom: 8px;
	box-shadow: 2px 2px 4px 0 #333;
}

.featured-property .property_lead_photo .box.new {
	position: absolute;
	bottom: 0;
	left: 0;
}

.featured-property .property_lead_photo .box.new .circle {
	bottom: 15px;
	left: 15px;
}

.featured-property {
	margin-bottom: 20px;
}

.featured-property .title {
	font-family: Garamond, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2rem;
	margin-bottom: 8px;
}

.featured-property .title a {
	display: block;
	color: #fff;
	font-family: "josefin sans", sans-serif;
	font-size: 1.6rem;
}
@media only screen and (min-width:992px) {
	.featured-property .title a {
		font-size: 2.0rem;
	}
}

.related-property .featured-property .title a {
	color: #81226a;
}

.featured-property .countries,
.featured-property .location,
.featured-property .sleeps,
.featured-property .prices,
.featured-property .tags {
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin-bottom: 2px;
	color: #fff;
}

.related-property .featured-property .countries,
.related-property .featured-property .location,
.related-property .featured-property .sleeps,
.related-property .featured-property .prices,
.related-property .featured-property .tags {
	color: #81226a;
}

.featured-property .view-more {
	margin: 10px 0 0;
}

.featured-property .view-more a {
	background: #aaa;
	border: 2px solid #fff;
}

.featured-property .countries,
.featured-property .sleeps {
	float: left;
}

.featured-property .countries {
	margin-right: 20px;
}

.featured-property .property_price.currency_selected {
	display: block;
}

.featured-property .prices {
	font-size: 2rem;
	padding-top: 6px;
	color: #fff;
	font-family: "josefin sans", sans-serif;
}

.featured-property .prices > span:first-child {
	display: none;
}

#featured-properties .featured-property .view-more a {
	background: #303 none repeat scroll 0 0;
}

.featured-property .countries span,
.featured-property .location span,
.featured-property .tags span,
.featured-property .sleeps span,
.featured-property .prices span {
	color: #fff;
}

.related-property .featured-property .countries span,
.related-property .featured-property .location span,
.related-property .featured-property .tags span,
.related-property .featured-property .sleeps span,
.related-property .featured-property .prices span {
	color: #81226a;
}

.featured-property .prices span.property_price_from,
.featured-property .prices span.property_price_to {
	font-weight: 600;
}

.featured-property .countries a,
.featured-property .location a,
.featured-property .tags a {
	color: #fff;
}

.related-property .featured-property .countries a,
.related-property .featured-property .location a,
.related-property .featured-property .tags a {
	color: #81226a;
}

body.tax-countries .featured-property .countries {
	display: none;
}

body.home .featured-property .location,
body.post-type-archive-properties .featured-property .location {
	display: none;
}

.float-container {
	display: table;
	width: 100%;
}

section#google-map-properties .container {
	/*border-left:1px solid #bfbfbf;border-right:1px solid #bfbfbf*/
}

section#countries .container {
	background: #fff;
}

section#single-property .container {
	background: #fff;
}

section#single-property .quick-information {
	background: #eee none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 1px 1px 5px #ccc;
	margin-bottom: 20px;
	padding: 20px 30px 30px;
}

section#single-property h1 {
	margin: 0 0 26px;
}

section#single-property h1 span.small {
	font-size: 1.6rem;
	position: relative;
	top: -14px;
}

section#single-property .quick-information .enquire_within {
	margin-bottom: 20px;
}

section#single-property .quick-information .enquire_within .align_right {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	margin: 0 auto;
	padding: 2px;
	max-width: 260px;
}

section#single-property .quick-information .enquire_within a {
	display: block;
	margin: 0 auto;
	background: #ac3779;
	background: linear-gradient(
		to bottom,
		rgba(172, 55, 121, 1) 0%,
		rgba(93, 27, 68, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac3779', endColorstr='#5d1b44', GradientType=0);
	border-radius: 4px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: normal;
	padding: 6px 16px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

section#single-property .quick-information .enquire_within a:hover {
	background: #5d1b44;
}

section#single-property main {
	margin-bottom: 30px;
}

#related-properties {
	background: #eee none repeat scroll 0 0;
	border: 1px solid #c1c1c1;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 1px 1px 5px #ccc;
}

#related-properties .title_container {
	text-align: center;
}

#related-properties h3 {
	margin: 0 0 26px;
	display: inline-block;
	position: relative;
}

#related-properties h3::after {
	border-bottom: 1px solid #922a6a;
	bottom: -6px;
	content: "";
	position: absolute;
	width: 100%;
}

.quick-information .property_introduction .special_offer_available {
	margin-top: 10px;
}

.quick-information .property_introduction .property_special_offer {
	margin-top: 0;
}

.quick-information .property_price {
	border-bottom: 0 none;
	color: #81226a;
	font-size: 2.2rem;
	margin: 16px 0;
	padding: 0;
}

.quick-information .property_price .fa-gbp,
.featured-property .prices .fa-gbp,
.property-summary .prices .fa-gbp,
.quick-information .property_price .fa-eur,
.featured-property .prices .fa-eur,
.property-summary .prices .fa-eur {
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	text-align: center;
	box-shadow: 0 0 4px 2px #aaa;
	background: #ca5297;
	background: radial-gradient(ellipse at center, #ca5297 35%, #81295c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca5297', endColorstr='#81295c', GradientType=1);
}

.featured-property .prices .fa-gbp,
.featured-property .prices .fa-eur {
	box-shadow: 1px 1px 3px 0 #333;
	font-size: 1.8rem;
	height: 30px;
	line-height: 30px;
	width: 30px;
	background: #922a6a;
}

.featured-properties .featured-property .prices .fa-gbp,
.featured-property .prices .fa-eur {
	box-shadow: none;
	background: none;
	width: auto;
	margin-right: 2px;
	font-weight: 700;
}

.property-summary .prices .fa-gbp,
.property-summary .prices .fa-eur {
	font-size: 2rem;
	height: 36px;
	line-height: 36px;
	width: 36px;
}

.quick-information .property_price .fa-gbp,
.quick-information .property_price .fa-eur {
	font-size: 3.4rem;
	height: 50px;
	line-height: 50px;
	width: 50px;
}

.quick-information .property_price .prices {
	display: inline-block;
	font-weight: 400;
	margin: 0 0 0 10px;
	position: relative;
	top: -4px;
}

.quick-information .property_price_from,
.quick-information .property_price_to {
	font-weight: 600;
}

.mobile_price_display {
	display: block;
	margin: 20px 0;
	text-align: center;
}

.desktop_price_display {
	display: none;
}

.mobile_price_display .property_price {
	margin-top: 20px;
}

.mobile_price_display .special_offer_available {
	text-align: center;
}

.mobile_price_display .special_offer_available .property_special_offer {
	margin-top: 0;
}

ul.property_list_repeater {
	list-style: outside none none;
	margin: 0 0 30px;
	padding: 0;
}

ul.property_list_repeater li .fa {
	color: #adca3b;
	font-size: 3rem;
	margin-right: 4px;
}

ul.property_list_repeater li span {
	bottom: 3px;
	display: inline-block;
	position: relative;
}

.property_information_List ul.features {
	list-style: outside none none;
	margin: 0 0 30px;
	padding: 0;
	clear: both;
	width: 100%;
	display: table;
}

.property_information_List ul.features li {
	margin-bottom: 10px;
}

.property_information_List ul.features li::before {
	content: "\f02b";
	font-family: "FontAwesome";
	float: left;
	color: #81226a;
	font-size: 3rem;
	margin-right: 4px;
	position: relative;
	top: 3px;
}

.property_information_List ul.features li span {
	bottom: 3px;
	display: inline-block;
	position: relative;
}

.grid-item {
	width: 48%;
	margin-bottom: 10px;
	margin-right: 2%;
}

section#single-property .title_container {
	text-align: center;
	display: block;
}

section#single-property .title_container h1:after {
	left: 0;
	width: 100%;
}

section#single-property .countries_locations {
	margin-top: 10px;
}

.category_list_countries,
.category_list_locations,
.category_list_tags {
	/*font-size:1.2rem;line-height:1.4rem*/
}

.category_list_countries span,
.category_list_locations span,
.category_list_tags span {
	display: inline-block;
	font-weight: 600;
	/*width:64px*/
	margin-right: 3px;
}

body.single-properties .category_list_countries,
body.single-properties .category_list_locations {
	margin-bottom: 4px;
}

.property_block {
	border-bottom: 1px solid #eedac2;
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

.property_block:last-of-type {
	margin-bottom: 20px;
}

.property_block .left {
	text-align: right;
	font-weight: 600;
}

section#contact .container {
	background: #fff;
}

section#breadcrumbs {
	font-size: 1.4rem;
	font-style: italic;
}

section#breadcrumbs .container {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 16px;
}

section#breadcrumbs .propertyShare {
	float: right;
}

section#breadcrumbs .propertyShare p {
	display: inline;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

section#breadcrumbs .propertyShare ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

section#breadcrumbs .propertyShare li {
	border-radius: 2px;
	float: left;
	margin: 0 0 0 2px;
}

section#breadcrumbs .propertyShare a {
	color: #fff;
	display: block;
	height: 30px;
	line-height: 28px;
	text-align: center;
	width: 30px;
}

section#breadcrumbs .propertyShare .share-fb {
	background: #3b5998;
}

section#breadcrumbs .propertyShare .share-tw {
	background: #56a3d9;
}

section#breadcrumbs .propertyShare .share-gp {
	background: #dd4b39;
}

section#breadcrumbs .propertyShare .share-pi {
	background: #cb211d;
}

section#breadcrumbs .propertyShare .share-fb:hover,
section#breadcrumbs .propertyShare .share-tw:hover,
section#breadcrumbs .propertyShare .share-gp:hover,
section#breadcrumbs .propertyShare .share-pi:hover {
	background: #922a6a;
}

.property-summary {
	background: #eee none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 1px 1px 5px #ccc;
	margin: 0 0 20px;
	padding: 20px;
}

.property-summary h3 {
	color: #81226a;
	margin: 0 0 6px;
	border-bottom: 1px solid #922a6a;
	display: inline-block;
	padding-bottom: 3px;
}

.property-summary h3 a {
	color: #81226a;
}

.property-summary h3 a:hover {
	color: #5d1b44;
}

.property-summary .property_introduction {
	margin-bottom: 5px;
}

.property_lead_photo {
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
	box-shadow: 2px 2px 4px 0 #ccc;
	position: relative;
	margin-bottom: 10px;
}

.property_lead_photo a {
	display: block;
}

.property_lead_photo a img {
	height: auto;
}

.property_lead_photos {
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
	box-shadow: 2px 2px 4px 0 #ccc;
	position: relative;
	margin-bottom: 10px;

}

.property_lead_photos .right {
	display: none;
}

.property_lead_photos .right {}

.property_lead_photos a {
	display: block;
}

.property_lead_photos img {
	height: auto;width: 100%;
}

.property-summary .property_link {
	margin-top: 8px;
}

.property-summary .property_link .align_right {
	float: left;
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff none repeat scroll 0 0;
	border-radius: 6px;
}

.property-summary .property_link a,
.featured-property .view-more a,
.map-hotel-description .map-buttons a {
	background: #ac3779;
	background: linear-gradient(
		to bottom,
		rgba(172, 55, 121, 1) 0%,
		rgba(93, 27, 68, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac3779', endColorstr='#5d1b44', GradientType=0);
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
	padding: 6px 16px;
	text-decoration: none;
	letter-spacing: 0.05rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	float: left;
	border-radius: 4px;
}

.featured-property .view-more a {
	font-size: 1.2rem;
	font-weight: 600;
	padding: 3px 10px;
	float: none;
	display: none;
}

.property-summary .property_link a:hover,
.featured-property .view-more a:hover,
.map-hotel-description .map-buttons a:hover {
	background: #5d1b44;
}

body.post-type-archive-properties .featured-property .view-more {
	display: none;
}

body.post-type-archive-properties .featured-properties .title_container,
body.home .featured-properties .title_container,
body.properties .featured-properties .title_container {
	display: none;
}
body.favourite-properties section#featured-properties {display: none;}
@media only screen and (min-width:768px) {
	body.favourite-properties section#featured-properties {display: block;}
}

.property_special_offer {
	border: 1px dashed #922a6a;
	border-radius: 2px;
	color: #81226a;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	margin-top: 10px;
	padding: 6px 18px;
	background: url(/wp/wp-content/themes/holiday-cottages-villas/img/cream_pixels.png) repeat 0 0 #eee;
}

.property-summary .property_locations,
.property-summary .property_tags {
	margin-bottom: 5px;
	line-height: normal;
}

.property-summary .property_locations {
	margin-bottom: 0;
}

.property-summary .property_locations span,
.property-summary .property_tags span {
	font-weight: 500;
	font-size: 1.4rem;
}

.property-summary .property_locations .category_list_locations,
.property-summary .property_tags .category_list_tags {
	display: inline-block;
	font-size: 1.4rem;
}

.property-summary .property_locations .category_list_locations a:hover {
	color:#81226a;
}

.property-summary .property_introduction_list {
	margin-top: 14px;
}

.property-summary .property_introduction_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.property-summary .property_introduction_list ul li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
	font-size: 15px;
		line-height: 22px;
}

.property-summary .property_introduction_list .fa-solid {
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	color: #81226a;
}

.property-summary .property_numbers {
	margin-bottom: 5px;
	font-size: 1.4rem;
}

.property-summary .property_numbers {

}

.property-summary .property_numbers ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.property-summary .property_numbers li {
	margin-right: 10px;
	float: left;
}

.property-summary .title-price {
	margin-bottom: 8px;
}

.property-summary .title-price .prices {
	color: #81226a;
	font-size: 2rem;
}

.property-summary .title-price .prices .fa {
	margin-right: 4px;
}

.property-summary .title-price .prices .property_price_from {
	font-weight: 600;
}

.property-summary .title-price .prices .property_price_to {
	font-weight: 600;
}

.property-summary .pricing {
	margin-top: 15px;
}

.property-summary .pricing .property_price_numbers {

}

.property-summary .pricing .property_price_numbers .property_price {

	font-size: 2.2rem;
}
.property-summary .pricing .property_price_numbers .property_price .prices {
	font-weight: 700;color: #81226a;
}

.property-summary .pricing .property_price_numbers .property_numbers {
	margin: 10px 0 0;
	color: #000000;
	font-size: 1.5rem;
}

.property-summary .pricing .property_icons {
	position: absolute;
	right: 16px;
	top: 2px;
    display: flex;
    justify-content: flex-end;
}

.property-summary .property_icons .property_disable_accessible .fa-solid {
	font-size: 20px;
}

.property_count_and_currency {
	margin-bottom: 20px;
}

.properties_found {
	font-size: 1.4rem;
	font-style: italic;
}

.property_count_and_currency .currency_selected,
/*body.single-properties .properties_currency .currency_selected{color:#81226a;display:inline-block;font-weight:700;padding:0 2px}
*/
body.single-properties .property_price.currency_selected {
	display: block;
}

#header_photo .container {
	position: relative;
}

#header_photo .container section#advanced-search {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -535px;
	position: absolute;
	width: 100%;
}

body.post-type-archive-properties #properties .resp-tab-content,
body.tax-countries #properties .resp-tab-content,
body.tax-locations #properties .resp-tab-content,
body.tax-tags #properties .resp-tab-content,
body.properties #properties .resp-tab-content {
	border-radius: 0;
	border: 0;
	box-shadow: none;
	padding: 0;
	background: #fff none repeat scroll 0 0;
	position: relative;

	overflow: visible;
}

body.post-type-archive-properties #properties .resp-tabs-list,
body.tax-countries #properties .resp-tabs-list,
body.tax-locations #properties .resp-tabs-list,
body.tax-tags #properties .resp-tabs-list,
body.properties #properties .resp-tabs-list {
	border-bottom: 1px solid #c1c1c1;
	clear: both;
	display: table;
	margin-bottom: 20px;
	width: 100%;
	padding: 0 3%;
}

body.post-type-archive-properties
	#properties
	.resp-tabs-list
	li.resp-tab-active,
body.tax-countries #properties .resp-tabs-list li.resp-tab-active,
body.tax-locations #properties .resp-tabs-list li.resp-tab-active,
body.tax-tags #properties .resp-tabs-list li.resp-tab-active,
body.properties #properties .resp-tabs-list li.resp-tab-active {
	background: #eee;
	background: linear-gradient(
		to bottom,
		rgba(238, 238, 238, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.box {
	height: 0;
	position: relative;
}

.box.featured {
	position: absolute;
	bottom: 0;
	top: auto !important;
}

.ribbon {
	height: 130px;
	left: -7px;
	overflow: hidden;
	position: absolute;
	text-align: right;
	top: -7px;
	width: 130px;
	z-index: 1;
}

.ribbon span {
	background: rgba(0, 0, 0, 0) linear-gradient(#922a6a 0%, #922a6a 100%)
		repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: 700;
	left: -33px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 31px;
	transform: rotate(-45deg);
	width: 160px;
}

.ribbon span::after {
	border-color: #922a6a #922a6a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 3px;
	content: "";
	position: absolute;
	right: 0;
	top: 100%;
	z-index: -1;
}

.ribbon span::before {
	border-color: #922a6a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #922a6a;
	border-style: solid;
	border-width: 3px;
	content: "";
	left: 0;
	position: absolute;
	top: 100%;
	z-index: -1;
}

.circle {
	background: #090 none repeat scroll 0 0;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: 40px;
	text-align: center;
	text-transform: uppercase;
	left: 40px;
	width: 36px;
	z-index: 1;
}

.box.featured .circle {
	left: 10px;
	bottom: 10px;
}

#lead-photo .circle {
	left: 0;
	bottom: 0;
}

.circle:before,
.circle:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 36px;
	width: 36px;
	background: #090;
	z-index: -1;
}

.circle:before {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
}

.circle:after {
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
}

section#all-countries .container {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

section#all-countries .country {
	display: inline-block;
	margin: 0 20px;
}

section#all-countries a {
	display: block;
}

section#all-countries a.flag {
	padding: 2px;
}

section#all-countries a.flag-name {
	font-family: Garamond, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
}

body.contact {
}

.gform_wrapper {
	margin: 30px 20px 0;
}

.gform_wrapper li label {
	font-weight: normal;
}

.gform_wrapper li#field_1_9 {
	margin: 25px 0;
	text-align: center;
}

.gform_wrapper li#field_1_9 h2 {
	display: none;
}

.gform_wrapper li#field_1_4 .ginput_container label {
	display: none;
}

.gform_wrapper li#field_1_4 .ginput_container span#input_1_4_3_container {
	display: block;
	margin-bottom: 15px;
}

.gform_wrapper li#field_1_11 .ginput_container,
.gform_wrapper li#field_1_12 .ginput_container {
	position: relative;
}

.gform_wrapper li#field_1_11 img.ui-datepicker-trigger,
.gform_wrapper li#field_1_12 img.ui-datepicker-trigger {
	position: absolute;
	right: 9px;
	top: 9px;
}

.gform_wrapper .gform_footer input#gform_submit_button_1 {
	background: #ac3779;
	background: linear-gradient(
		to bottom,
		rgba(172, 55, 121, 1) 0%,
		rgba(93, 27, 68, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac3779', endColorstr='#5d1b44', GradientType=0);
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
	padding: 6px 16px;
	text-decoration: none;
	letter-spacing: 0.05rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	float: left;
	border: 0 none;
	border-radius: 0;
}

.gform_wrapper .gform_footer input#gform_submit_button_1:hover {
	background: #5d1b44;

	background: #5d1b44;
	background: linear-gradient(to bottom, #5d1b44 0%, #5d1b44 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d1b44', endColorstr='#5d1b44', GradientType=0);
}

/*------------------------------------*\
Google Map + contact
\*------------------------------------*/

#map_canvas {
	height: 320px;
}

#mp_map_canvas {
	height: 320px;
}

/*------------------------------------*\
Google Map  - Multiple Pin
\*------------------------------------*/

.map-hotel {
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 5px 5px 7px rgba(50, 50, 50, 0.29);
	display: none;
	padding: 15px;
	position: absolute;
	left: 40%;
	top: 50px;
	width: 424px;
	z-index: 5;
	margin-left: -107px;
	border-radius: 3px;
}

.map-hotel h3 {
	font-size: 1.875em;
	margin-top: 10px;
}

.map-hotel .map-hotel-description h3 a {
	color: #81226a;
}

.map-hotel .subscript1 {
	border-bottom: 1px solid #d9d9d3;
	float: left;
	position: relative;
	top: -27px;
	width: 65px;
}

.map-hotel .subscript2 {
	border-bottom: 1px solid #d9d9d3;
	float: right;
	position: relative;
	top: -27px;
	width: 65px;
}

.map-hotel .map-hotel-description {
	clear: both;
	color: #000;
}

.map-hotel .map-hotel-description p {
	margin: 0 0 0.5em;
}

.map-hotel .map-hotel-description img {
	max-width: 100%;
}

.map-hotel .map-hotel-description a {
	color: #000;
	display: block;
}

.map-hotel .map-hotel-description a:hover {
	text-decoration: underline;
}

.map-hotel .map-left {
	float: left;
	margin: 0;
	position: relative;
}

.map-hotel .map-right {
	float: left;
	width: 275px;
}

.map-hotel .map-hotel-description .property_price {
	display: none;
}

.map-hotel .map-hotel-description .property_price.currency_selected {
	display: block;
}

.map-hotel .map-prices,
.map-hotel .map-prices-euro {
	color: #666;
}

.map-hotel .map-prices div,
.map-hotel .map-prices-euro div {
	font-weight: 700;
	color: #333;
	font-size: 22px;
}

.map-hotel .map-info {
	border-top: 1px dashed #aaa;
	border-bottom: 1px dashed #ccc;
	padding: 5px 0;
	color: #555;
	margin: 10px 0;
}

.map-hotel .map-info span {
	display: inline-block;
	margin: 0 11px 0 0;
}

.map-hotel .map-info span span {
	font-weight: 700;
}

.map-hotel-description .map-buttons {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 2px;
	display: inline-block;
}

.map-hotel-description .map-buttons a {
	color: #fff;
}

.map-hotel-description .map-buttons a:hover {
	text-decoration: none;
}

.map-hotel a.close-overlay {
	background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
	font-size: 2.2rem;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 30px;
}

.map-hotel a.close-overlay::after {
	content: "X";
	height: 30px;
	width: 30px;
	color: #fff;
}

.map-hotel .right-arrow {
	border-bottom: 29px solid transparent;
	border-left: 29px solid rgba(255, 255, 255, 0.9);
	border-top: 0 solid transparent;
	height: 0;
	left: 50%;
	position: absolute;
	width: 0;
	z-index: 10;
	transform: rotate(-135deg) skewX(0deg) skewY(0deg);
}

.map-hotel .map-hotel-description .box {
	display: none;
	position: absolute;
}

.map-hotel .map-hotel-description .box.ribbon {
	left: -5px;
	top: -4px;
}

.map-hotel .map-hotel-description .box.new {
	bottom: 20px;
	left: 20px;
}

.map-hotel .map-hotel-description .box.ribbon .ribbon {
	left: 0;
	top: 0;
}

.map-hotel .map-hotel-description .box.new .circle {
	bottom: 0;
	left: 0;
}

/*------------------------------------*\
Tabs
\*------------------------------------*/

#horizontalTab .resp-tabs-container .pricing {
	/* overflow-x: scroll */
}

#horizontalTab .resp-tabs-container .pricing.super-control {
}

#horizontalTab .resp-tabs-container .pricing.super-control .table_outer {
	overflow: scroll;
}

#horizontalTab .resp-tabs-container .pricing.super-control table.datagrid {
	margin: 0;
	width: 100%;
}

#horizontalTab .resp-tabs-container .pricing.super-control table.datagrid td,
#horizontalTab .resp-tabs-container .pricing.super-control table.datagrid th {
	line-height: normal;
}

#horizontalTab
	.resp-tabs-container
	.pricing.super-control
	table.datagrid
	.dates {
	min-width: 130px;
}

#horizontalTab
	.resp-tabs-container
	.pricing.super-control
	table.datagrid
	tr
	th {
	background: #81226a;
	border: 1px solid gray;
	padding: 7px 10px;
	color: #fff;
}

#horizontalTab
	.resp-tabs-container
	.pricing.super-control
	table.datagrid
	tr.persons
	td {
	background: rgba(129, 34, 106, 0.6);
	border: 1px solid gray;
	padding: 7px 10px;
	color: #fff;
	font-weight: bold;
}

#horizontalTab
	.resp-tabs-container
	.pricing.super-control
	table.datagrid
	tr
	td {
	padding: 7px 10px;
	border: 1px solid gray;
	background: #fff;
}

#horizontalTab
	.resp-tabs-container
	.pricing.super-control
	.property_pricing_sc_content_top {
	margin-bottom: 20px;
}

#horizontalTab
	.resp-tabs-container
	.pricing.super-control
	.property_pricing_sc_content_bottom {
	margin-top: 10px;
}

#horizontalTab .resp-tabs-container .pricing.super-control iframe,
#horizontalTab
	.resp-tabs-container
	.availability.tab-content-super-control
	iframe {
	height: auto !important;
	overflow: visible !important;
}

#horizontalTab
	.resp-tabs-container
	.availability.tab-content-super-control
	iframe {
	min-height: 1380px;
}

#horizontalTab .resp-tabs-container .pricing .property_pricing_text {
	margin-bottom: 30px;
}

#horizontalTab .resp-tabs-container .pricing .property_pricing_text h3 {
	margin-top: 10px;
}

#horizontalTab
	.resp-tabs-container
	.pricing
	.property_pricing_text
	h3:first-of-type {
	margin-top: 0;
}

#horizontalTab .resp-tabs-container .pricing .table-responsive {
	border: 2px solid #922a6a;
	border-radius: 6px;
	margin: 0 auto;
	max-width: 700px;
	background: #eee url(/wp/wp-content/themes/holiday-cottages-villas/img/cream_pixels.png) repeat scroll 0 0;
}

#horizontalTab .resp-tabs-container .pricing .special_offer_available {
	text-align: center;
}

#horizontalTab
	.resp-tabs-container
	.pricing
	.special_offer_available
	.property_special_offer {
	margin: 0 0 20px;
}

#horizontalTab
	.resp-tabs-container
	.pricing
	.special_offer_available
	.special_offer_notice {
	color: #81226a;
	margin: 0 auto 30px;
	max-width: 700px;
}

#horizontalTab .resp-tabs-container .pricing .property_pricing_table {
	margin-bottom: 50px;
	text-align: center;
}

#horizontalTab .resp-tabs-container .pricing .property_pricing_table table {
	margin-bottom: 0;
}

#horizontalTab .resp-tabs-container .pricing .property_pricing_table th,
#horizontalTab .resp-tabs-container .pricing .property_pricing_table td {
	text-align: center;
}

#horizontalTab .resp-tabs-container .pricing .property_pricing_table th {
	color: #81226a;
}

#horizontalTab
	.resp-tabs-container
	.pricing
	.property_pricing_table
	iframe#pims-iframe {
	min-height: 750px;
}

#horizontalTab
	.resp-tabs-container
	.availability
	.property_booking_system_calendar
	iframe#pims-iframe {
	min-height: 750px;
}

#horizontalTab .resp-tabs-container .pricing .enquire_within,
#horizontalTab .resp-tabs-container .availability .enquire_within {
	margin-bottom: 20px;
}

#horizontalTab .resp-tabs-container .availability .enquire_within {
	margin: 20px 0 0;
}

#horizontalTab .resp-tabs-container .pricing .enquire_within .align_right,
#horizontalTab .resp-tabs-container .availability .enquire_within .align_right {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	margin: 0 auto;
	padding: 2px;
	max-width: 260px;
}

#horizontalTab .resp-tabs-container .pricing .enquire_within a,
#horizontalTab .resp-tabs-container .availability .enquire_within a {
	display: block;
	margin: 0 auto;
	background: #ac3779;
	background: linear-gradient(
		to bottom,
		rgba(172, 55, 121, 1) 0%,
		rgba(93, 27, 68, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac3779', endColorstr='#5d1b44', GradientType=0);
	border-radius: 4px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: normal;
	padding: 6px 16px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#horizontalTab .resp-tabs-container .pricing .enquire_within a:hover,
#horizontalTab .resp-tabs-container .availability .enquire_within a:hover {
	background: #5d1b44;
}

#horizontalTab .resp-tabs-container .map {
	overflow: hidden;
}

.comments article.guest_comment {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.comments article.guest_comment:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.comments article.guest_comment p:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
}

.comments .pcr_name {
	font-size: 1.4rem;
	font-weight: 600;
}

#horizontalTab .resp-tabs-container .video .single-video {
	margin-bottom: 30px;
}

#horizontalTab .resp-tabs-container .video .single-video:last-of-type {
	margin-bottom: 0;
}

#horizontalTab .resp-tabs-container .video .single-video h3 {
	margin: 0 0 10px;
}

#horizontalTab .resp-tabs-container .travel h3:first-of-type {
	margin-top: 0;
}

#horizontalTab
	.resp-tabs-container
	.local-area
	.property_local_text_section
	h3:first-of-type {
	margin-top: 0;
}

#horizontalTab .resp-tabs-container .map {
	position: relative;
}

#horizontalTab .resp-tabs-container .map #loading {
	background: url(/wp/wp-content/themes/holiday-cottages-villas/img/loading.png) no-repeat 0 0 transparent;
	height: 128px;
	left: 40%;
	position: absolute;
	top: 280px;
	width: 128px;
}

/* property_information__enquire_now */
#property_information__enquire_now {
	background-color: #f00;
	margin-top: 20px;
	box-shadow: 1px 1px 5px #ccc;
	border: 1px solid #c1c1c1;
	background: #eee none repeat scroll 0 0;
	border-radius: 10px;
	padding: 25px;
}
#property_information__enquire_now h2 {
	margin-top: 0;
}
/* property_information__enquire_now */

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
    Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: none;
}

.pswp * {
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

.pswp--animate_opacity {
	opacity: 0.001;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	transform-origin: left top;
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc;
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline;
}

.pswp__bg {
	background: rgba(0, 0, 0, 0.9);
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

    Contents:

    1. Buttons
    2. Share modal and links
    3. Index indicator ("1 of X" counter)
    4. Caption
    5. Loading indicator
    6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

    1. Buttons

 */
/* <button> css reset */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	transition: opacity 0.2s;
	box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: none;
	opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url(/wp/wp-content/themes/holiday-cottages-villas/img/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
	(-webkit-min-device-pixel-ratio: 1.09375),
	(min-resolution: 105dpi),
	(min-resolution: 1.1dppx) {
	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(/wp/wp-content/themes/holiday-cottages-villas/img/default-skin.svg);
	}

	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: none;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: "";
	top: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

/*

    2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	transform: translateY(6px);
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff;
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d;
}

a.pswp__share--download:hover {
	background: #ddd;
}

/*

    3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: 0.75;
	padding: 0 10px;
}

/*

    4. Caption

 */
.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #bbb;
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ccc;
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

/*

    5. Loading indicator (preloader)

    You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(/wp/wp-content/themes/holiday-cottages-villas/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@keyframes clockwise {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes donut-rotate {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(-140deg);
	}

	100% {
		transform: rotate(0);
	}
}

/*

    6. Additional styles

 */
/* root element of UI */
.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	opacity: 0.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}

.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
	background: none;
	content: "\f060";
	font-family: "FontAwesome";
	color: #fff;
	font-size: 3rem;
	height: 40px !important;
	line-height: 40px !important;
	opacity: 1 !important;
}

.pswp__button--arrow--right::before {
	content: "\f061";
}

.pswp__caption .pswp__caption__center {
	color: #fff;
	font-size: 1.6rem;
	max-width: 670px;
	text-align: center;
}

.pagination-container {
	margin-top: 30px;
}

.pagination-container nav {
	position: static;
}

.pagination-container ul.pagination {
	margin: 0;
}

.pagination-container .pagination > .active > span,
.pagination-container .pagination > .active > span:hover,
.pagination-container .pagination > .active > span:focus {
	background-color: #81226a;
	border-color: #922a6a;
}

.pagination-container .pagination > li > a {
	color: #81226a;
}

#catapult-cookie-bar .ctcc-inner {
	font-size: 1.4rem;
	line-height: 1.4rem;
	margin: 0 auto;
	max-width: 1100px;
	padding: 15px;
}

#catapult-cookie-bar .ctcc-left-side {
	display: block;
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin-bottom: 10px;
}

#catapult-cookie-bar .ctcc-right-side {
	display: block;
}

#catapult-cookie-bar button#catapultCookie {
	color: #333;
}

.sort-filter {
	margin-bottom: 18px;
}

.sort-filter .block {
	display: block;
}

.sort-filter a.selected {
	font-weight: 700;
}

.sort-filter .title-block {
	display: inline-block;
	font-weight: 600;
	width: 100px;
}

.previous-search {
	margin-bottom: 14px;
}

.special-offer {
	margin-bottom: 30px;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}

::-webkit-selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #04a4cc;
	color: #fff;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {
}

.bypostauthor {
}


/*------------------------------------*\
	Favourite Properties
\*------------------------------------*/

/* Property Listing Page */
.property-summary .property-favourites {margin: 0 0 0 10px;}
.property-summary .property-favourites ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.property-summary .property-favourites ul li {}
.property-summary .property-favourites ul li a {
	width: 34px;
    height: 24px;
    display: block;
    text-align: center;
	color: #333;
}
.property-summary .property-favourites ul li.remove-favourite a,
.property-summary .property-favourites ul li.delete-favourite a {
	color: #81226a;
}

.property-summary .property-favourites ul li.delete-favourite {display: none;}

body.favourite-properties .property-summary .property-favourites ul li.add-favourite,
body.favourite-properties .property-summary .property-favourites ul li.remove-favourite {display: none;}
body.favourite-properties .property-summary .property-favourites ul li.delete-favourite {display: block;}
/* Property Listing Page */

/* Favourite Properties Page */
#favourite_properties {
	margin: 30px 0 50px;
}
#favourite_properties #check-favourites {
	display: block;
}
#favourite_properties #check-favourites .spinner {
	background: url('/wp/wp-content/themes/holiday-cottages-villas/img/loading.png') no-repeat 0 0 transparent;
	height: 128px;
	width: 128px;
	margin: 0 auto;
}
#favourite_properties #yes-favourites {
	display: none;
}
/* Favourite Properties Page */

.single-property-favourites {
	text-align: center;
	margin-bottom: 20px;
}
.single-property-favourites.desktop-favourite {
	display: none;
}
.single-property-favourites ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-property-favourites.mobile-favourite ul li a,
.single-property-favourites.desktop-favourite ul li a {
	font-size: 2rem;
}

@media only screen and (min-width:768px) {
	.single-property-favourites {
		margin: 20px 0 10px;
	}
	.single-property-favourites.mobile-favourite {
		display: none;
	}
	.single-property-favourites.desktop-favourite {
		display: block;
		text-align: right;
		margin: 0;
	}

	.single-property-favourites.desktop-favourite ul {
		display: flex;
		justify-content: flex-end;
	}
	.single-property-favourites.desktop-favourite ul li a {
		display: block;
		width: 34px;
		height: 34px;
		line-height: 34px;
		text-align: center;
	}
}

@media only screen and (min-width:992px) {
	.property-summary .property-favourites ul li a {
		font-size: 2rem;
	}
}

body.favourite-properties #no-favourites {
	text-align: center;
}

/*------------------------------------*\
	Favourite Properties
\*------------------------------------*/



/**
 * Tooltip Styles
 * https://codepen.io/cbracco/pen/nXEQLw
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
  }

  /* Hide the tooltip content by default */
  [data-tooltip]:before,
  [data-tooltip]:after {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
  }

  /* Position tooltip above the element */
  [data-tooltip]:before {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	border-radius: 3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
  }

  /* Triangle hack to make tooltip look like a speech bubble */
  [data-tooltip]:after {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #000;
	border-top: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
  }

  /* Show tooltip content on hover */
  [data-tooltip]:hover:before,
  [data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
  }

  .property-summary .property-favourites a:before {
	bottom: 120%;
    margin-left: -150px;
  }
  .property-summary .property-favourites a:after {
	bottom: 120%;
  }
  body.single-properties .single-property-favourites.desktop-favourite a:before {
	bottom: 110%;
    margin-left: -150px;
  }
  body.single-properties .single-property-favourites.desktop-favourite a:after {
	bottom: 110%;
  }
  body.single-properties .single-property-favourites.mobile-favourite a:before {
	bottom: 110%;
  }
  body.single-properties .single-property-favourites.mobile-favourite a:after {
	bottom: 110%;
  }
/**
 * Tooltip Styles
 */



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

/*------------------------------------*\
    DEVELOPER
\*------------------------------------*/

.dev-template-name {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: rgba(255, 0, 0, 0.6);
	color: #fff;
	padding: 2px 4px;
	font-size: 0.8em;
	z-index: 100;
	display: none;
}

/*# sourceMappingURL=style-min.css.map */