<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Nettl :Hive Plugin Styles
 *
 * Styles for the Nettl :Hive property plugin.
 *
 * Table of Contents										Line
 * --------------------------------------------------------------
 * 1.	Transitions											- 37
 * 2.	Transforms											- 48
 * 3.	Animations											- 59
 * 4.	Keyframes											- 69
 * 5a.	Property Search Form : core							- 116
 * 5b.	Property Search Form : header						- 273
 * 6.	Property Archive : header							- 305
 * 7.	Property Archive : pagination						- 321
 * 8.	Property Listings									- 342
 * 9.	Single Property : header							- 522
 * 10.	Single Property : content							- 575
 * 11.	Single Property : flexslider						- 683
 * 12.	Single Property : enquiry form						- 670
 * 13.	Single Property : actions							- 682
 * 14.	Single Property : details							- 702
 * 15.	Single Property : tabs								- 711
 * 16.	Single Property : tabs : property features			- 749
 * 17.	Single Property : tabs : full details				- 803
 * 18a. Shortcode : forms (all)								- 848
 * 18b. Shortcode : entry forms								- 860
 * 18c. Shortcode : applicant registration form				- 895
 * 18d. Shortcode : my account								- 918
 * 19a. Widget : shortcode : forms (all)					- 948
 * 19b. Widget : shortcode : applicant registration form	- 956
 * 19c. Widget : shortcode : property search form			- 965
 * 19d. Widget : shortcode : property listings				- 985
 */

/**
 * 1. Transitions
 */
ul.properties li.property &gt; a:before,
ul.properties li.property &gt; a:after {
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

/**
 * 2. Transforms
 */
ul.properties li.property &gt; a:hover:after {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

/**
 * 3. Animations
 */
.phtab-animate-fading {
	-webkit-animation: ph-fading .8s;
	-moz-animation: ph-fading .8s;
	-o-animation: ph-fading .8s;
	animation: ph-fading .8s;
}

/**
 * 4. Keyframes
 */
@-webkit-keyframes ph-fading {
	
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-moz-keyframes ph-fading {
	
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-o-keyframes ph-fading {
	
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes ph-fading {
	
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

/**
 * 5a. Property Search Form : core
 */
.property-search-form:after {
	content: '';
	display: table;
	clear: both;
}

.property-search-form #ph_property_filters_expand {
	display: none;
	padding: 0 0 14px;
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2ea3f2;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-transform: uppercase;
	line-height: 1;
}

.property-search-form #ph_property_filters_expand:after {
	display: inline-block;
	margin-left: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	vertical-align: top;
}

.property-search-form #ph_property_filters_expand:after {
	content: '\f106';
}

.property-search-form #ph_property_filters_expand.expand:after {
	content: '\f107';
}

.property-search-form .control {
	position: relative;
	display: block;
	padding: 7px 10px;
	width: 100%;
}

.property-search-form .control:before,
.property-search-form .control:after {
	z-index: 1;
	position: absolute;
	right: 10px;
	bottom: 7px;
	display: block;
	height: 30px;
}

.property-search-form .control:before {
	content: '';
	left: 10px;
	background-color: #f2f2f2;
	-webkit-box-shadow: rgba(0,0,0,.2) 0 1px 2px 0;
	-moz-box-shadow: rgba(0,0,0,.2) 0 1px 2px 0;
	box-shadow: rgba(0,0,0,.2) 0 1px 2px 0;
}

.property-search-form .control:after {
	content: '\f107';
	width: 30px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 30px;
}

.property-search-form .control label {
	display: block;
}

.property-search-form .control select {
	z-index: 2;
	position: relative;
	display: block;
	padding: 0 30px 0 7px;
	width: 100%;
	height: 30px;
	background-color: transparent;
	border: none;
	line-height: 30px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.property-search-form .propertyhive-form-submit {
	padding: 7px 10px;
}

p.propertyhive-result-count,
form.propertyhive-ordering {
	display: inline-block;
	margin-right: -4px;
	padding-bottom: 14px;
	width: 50%;
	vertical-align: middle;
}

form.propertyhive-ordering {
	text-align: right;
}

@media (max-width: 980px) {
	
	.property-search-form #ph_property_filters_expand {
		display: block;
	}
	
	.property-search-form #ph_property_filters {
		display: none;
		padding: 14px 0;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #ccc;
	}
	
	.property-search-form .control,
	.property-search-form button.et_pb_contact_submit.et_pb_button {
		display: block;
	}
	
	.property-search-form .control.control-department label {
		display: inline-block;
		margin-left: 14px;
	}
	
	.property-search-form .control.control-department label:first-of-type {
		margin-left: 0;
	}
	
	.property-search-form button.et_pb_contact_submit.et_pb_button {
		margin: 0 5px 14px 0;
	}
}

@media (max-width: 643px) {
	
	p.propertyhive-result-count,
	form.propertyhive-ordering {
		display: block;
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
}

/**
 * 5b. Property Search Form : header
 */
.nettl-property-archive-header .property-search-form .control,
.nettl-property-archive-header .property-search-form .propertyhive-form-submit {
	display: inline-block;
	margin-right: -4px;
	width: 33.33%;
	vertical-align: bottom;
}

.nettl-property-archive-header .property-search-form .control:before {
	background-color: #fff;
}

@media (max-width: 980px) {
	
	.nettl-property-archive-header .property-search-form .control,
	.nettl-property-archive-header .property-search-form .propertyhive-form-submit {
		display: block;
		margin-right: 0;
	}
	
	.nettl-property-archive-header .property-search-form .control {
		width: 100%;
	}
	
	.nettl-property-archive-header .property-search-form .propertyhive-form-submit {
		width: auto;
	}
}

/**
 * 6. Property Archive : header
 */
.et_pb_section.nettl-property-archive-header {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #f2f2f2;
}

.nettl-property-archive-header h1 {
	display: inline-block;
	margin-bottom: 0;
	padding: 10px 24px;
	color: #666;
}

/**
 * 7. Property Archive : pagination
 */
.propertyhive-pagination ul {
	text-align: center;
}

.propertyhive-pagination ul li {
	display: inline-block;
	width: 32px;
	border-width: 1px;
	border-style: solid;
	border-color: #eee;
	text-align: center;
	line-height: 32px;
}

.propertyhive-pagination ul li a {
	display: block;
}

/**
 * 8. Property Listings
 */
ul.properties {
	padding: 0 !important; /* prevent padding in divi modules */
}

ul.properties li.property {
	position: relative;
	-webkit-box-shadow: rgba(0,0,0,.2) 0 1px 2px 0;
	-moz-box-shadow: rgba(0,0,0,.2) 0 1px 2px 0;
	box-shadow: rgba(0,0,0,.2) 0 1px 2px 0;
}

ul.properties li.property {
	display: inline-block;
	margin-right: -4px;
	margin-bottom: 24px;
	margin-left: 5%;
	width: 30%;
	vertical-align: top;
}

ul.properties li.property:nth-of-type(3n+1) {
	margin-left: 0;
}

ul.properties li.property:last-of-type,
ul.properties li.property:nth-last-of-type(2),
ul.properties li.property:nth-last-of-type(3) {
	margin-bottom: 0;
}

ul.properties li.property &gt; a:before,
ul.properties li.property &gt; a:after {
	position: absolute;
	right: 0;
	left: 0;
	display: block;
}

ul.properties li.property &gt; a:before {
	content: '';
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
}

ul.properties li.property &gt; a:after {
	content: '\f0a9';
	z-index: 2;
	top: 50%;
	margin-top: -24px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 0;
	color: #fff;
	text-align: center;
	line-height: 48px;
}

ul.properties li.property &gt; a:hover:before {
	background-color: rgba(0,0,0,.4);
}
ul.properties li.property &gt; a:hover:after {
	font-size: 48px;
}

ul.properties li.property .thumbnail {
	position: relative;
}

ul.properties li.property .thumbnail img {
	position: relative;
	display: block;
	width: 100%;
}

ul.properties li.property .availability,
ul.properties li.property .price {
	z-index: 1;
	position: absolute;
	left: 0;
	padding: 7px 10px;
	line-height: 1;
	-webkit-box-shadow: rgba(0,0,0,.1) -1px 1px 2px 0;
	-moz-box-shadow: rgba(0,0,0,.1) -1px 1px 2px 0;
	box-shadow: rgba(0,0,0,.1) -1px 1px 2px 0;
}

ul.properties li.property .availability {
	top: 14px;
	background-color: #2ea3f2;
	font-size: 120%;
	color: #fff;
}

ul.properties li.property .price {
	bottom: 14px;
	background-color: #fff;
	font-size: 90%;
	font-weight: 600;
	color: inherit;
}

ul.properties li.property .details {
	padding: 14px;
	background-color: #f7f7f7;
}

ul.properties li.property .summary {
	color: #666;
}

ul.properties li.property .flags {
	padding-top: 7px;
	font-size: 90%;
	color: #999;
	line-height: 1.2;
}

ul.properties li.property .actions,
ul.properties li.property .meta {
	text-align: right;
}

ul.properties li.property .actions {
	padding-top: 7px;
}

ul.properties li.property .meta {
	padding: 10px 14px;
	background-color: #eee;
	color: #666;
}

ul.properties li.property .meta &gt; span {
	display: inline-block;
	margin: 0 7px;
}

ul.properties li.property .meta span span {
	font-weight: 600;
}

@media (max-width: 1024px) {
	
	ul.properties li.property {width:47.5%;}
	ul.properties li.property:nth-of-type(3n+1) {
		margin-left: 5%;
	}
	
	ul.properties li.property:nth-of-type(2n+1) {
		margin-left: 0;
	}
	
	ul.properties li.property:nth-last-of-type(3) {
		margin-bottom: 24px;
	}
}

@media (max-width: 643px) {
	
	ul.properties li.property {
		display: block;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	
	ul.properties li.property:nth-of-type(3n+1) {
		margin-left: 0;
	}
	
	ul.properties li.property:nth-last-of-type(2) {
		margin-bottom: 24px;
	}
}

/**
 * 9. Single Property : header
 */
.et_pb_section.nettl-property-single-header {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #f2f2f2;
}

.nettl-property-single-header h1,
.nettl-property-single-header .price {
	display: inline-block;
	padding: 10px 24px;
}

.nettl-property-single-header h1 {
	float: left;
	margin-bottom: 0;
	max-width: 70%;
	color: #666;
}

.nettl-property-single-header h1 span,
.nettl-property-single-header .price span {
	display: block;
	margin-top: 10px;
	font-size: 60%;
	line-height: 1.2;
}

.nettl-property-single-header .price {
	float: right;
	max-width: 25%;
	font-size: 30px;
	color: #2ea3f2;
	text-align: right;
	line-height: 1;
}

@media (max-width: 643px) {
	
	.nettl-property-single-header h1,
	.nettl-property-single-header .price {
		float: none;
		display: block;
		max-width: 100%;
	}
	
	.nettl-property-single-header h1 {
		margin-bottom: 14px;
	}
}

/**
 * 10. Single Property : content
 */
.et_pb_section.nettl-property-single-content {
	padding-top: 0;
	padding-bottom: 0;
}

/**
 * 11. Single Property : flexslider
 */
.single-property .flexslider {
	margin: 0;
	padding: 2px;
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none !important; /* force overide for browser prefixes */
}

.single-property .flex-viewport {
	max-height: 400px;
	-webkit-transition: all .05s ease;
	-moz-transition: all .05s ease;
	-o-transition: all .05s ease;
	transition: all .05s ease;
}

.single-property .flexslider ul.slides {
	background-color: transparent;
}

.flexslider.thumbnails .slides &gt; li {
	padding: 0 2px;
}

.single-property .flex-direction-nav a {
	top: 2px;
	bottom: 2px;
	margin: 0;
	width: 50px;
	height: auto;
	background-color: rgba(0,0,0,0.5);
	font-size: 0;
	color: #fff;
	text-align: center;
	text-shadow: none !important; /* force overide for browser prefixes */
}

.single-property .flexslider:hover a.flex-prev,
.single-property .flexslider:hover a.flex-next {
	opacity: 1;
}

.single-property .flexslider a.flex-prev:hover,
.single-property .flexslider a.flex-next:hover {
	opacity: 1;
}

.single-property .flexslider:hover a.flex-prev {
	left: 2px;
}

.single-property .flexslider:hover a.flex-next {
	right: 2px;
}

.single-property .flex-direction-nav a:before {
	content: '\f104';
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -20px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 40px;
	color: #fff;
	line-height: 40px;
}

.single-property .flex-direction-nav a.flex-next:before {
	content: '\f105';
}

@media screen and (max-width: 860px) {
	
	.flex-direction-nav .flex-prev {
		left: 0;
	}
	
	.flex-direction-nav .flex-next {
		right: 0;
	}
}

/**
 * 12. Single Property : enquiry form
 */
.single-property .action-make-enquiry {
	margin-bottom: 24px;
	padding: 24px;
	background-color: #f7f7f7;
	border-width: 1px;
	border-style: solid;
	border-color: #eee;
}

/**
 * 13. Single Property : actions
 */
.single-property .property_actions li &gt; a {
	display: block;
	font-size: 18px;
	text-decoration: underline;
}

.single-property .property_actions li &gt; a &gt; i {
	margin-right: 7px;
}

@media (max-width: 768px) {
	
	.single-property .property_actions {
		padding-top: 24px;
	}
}

/**
 * 14. Single Property : details
 */
.et_pb_section.nettl-property-single-details {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #f2f2f2;
}

/**
 * 15. Single Property : tabs
 */
.et_pb_section.nettl-property-single-details .et_left_tabs_bg {
	width: 201px;
}

.et_pb_section.nettl-property-single-details .tabs-left .et-tabs-control,
.et_pb_section.nettl-property-single-details .tabs-left ul.et_shortcodes_mobile_nav {
	width: 200px;
	border-top: none;
}

.et_pb_section.nettl-property-single-details .tabs-left .et-tabs-control li,
.et_pb_section.nettl-property-single-details .tabs-left ul.et_shortcodes_mobile_nav li {
	box-shadow: none;
}

.et_pb_section.nettl-property-single-details .tabs-left .et-tabs-control li a {
	font-size: 16px;
	text-shadow: none !important; /* remove text shadow */
}

.et_pb_section.nettl-property-single-details .tabs-left .et-tabs-control li.active a {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #2ea3f2;
}

.et_pb_section.nettl-property-single-details .tabs-left .et-tabs-control li a:hover,
.et_pb_section.nettl-property-single-details .tabs-left .et-tabs-control li.active a {
    color: #2ea3f2 !important; /* force colour change */
}

.et_pb_section.nettl-property-single-details .tabs-left .et-tabs-control li.active a i {
	color: #2ea3f2 !important; /* force colour change */
}

/**
 * 16. Single Property : tabs : property features
 */
#ph_property_features ul {
	margin-bottom: 14px;
}

#ph_property_features ul li {
	position: relative;
	padding-left: 14px;
}

#ph_property_features ul.ph-horizontal-list li {
	display: inline-block;
	margin-right: -4px;
	margin-left: 2%;
	width: 32%;
	vertical-align: top;
}

#ph_property_features ul.ph-horizontal-list li:nth-of-type(3n+1) {
	margin-left: 0;
}

#ph_property_features ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #2ea3f2;
}

#ph_property_features ul.ph-vertical-list li:before {
	content: '\2022';
}

#ph_property_features ul.ph-horizontal-list li:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

#ph_property_features .meta {
	padding-top: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	font-size: 18px;
	color: #2ea3f2;
}

#ph_property_features .meta &gt; span {
	display: inline-block;
	margin: 0 7px;
}

/**
 * 17. Single Property : tabs : full details
 */
#ph_full_details p.summary {
	padding-bottom: 24px;
}

#ph_full_details p.room {
	padding-bottom: 24px;
}

#ph_full_details p.room &gt; strong {
	display: block;
}

#ph_full_details strong.name {
	font-size: 20px;
	font-weight: 400;
}

#ph_full_details strong.dimension {
	margin-bottom: 7px;
}

#ph_full_details p.room &gt; strong + br {
	display: none;
}

#ph_full_details .property_actions {
	margin-top: 14px;
	padding-top: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
}

#ph_full_details .property_actions li {
	display: inline-block;
	margin-right: 14px;
}

#ph_full_details .property_actions li &gt; a {
	text-align: left;
}

/**
 * 18a. Shortcode : forms (all)
 */
.propertyhive-form-submit {
	padding: 7px 10px;
	text-align: right;
}

.propertyhive-form-submit button.et_pb_contact_submit.et_pb_button {
	margin: 0;
}

/**
 * 18b. Shortcode : entry forms
 */
.propertyhive-form div.control {
	padding: 7px 10px;
}

.propertyhive-form div.control label:first-of-type {
	display: block;
	font-weight: 600;
}

.propertyhive-form div.control input[type=text],
.propertyhive-form div.control input[type=tel],
.propertyhive-form div.control input[type=email],
.propertyhive-form div.control input[type=number],
.propertyhive-form div.control input[type=password],
.propertyhive-form div.control textarea,
.propertyhive-form div.control select {
	padding: 10px 14px;
	width: 100%;
	max-width: 100% !important; /* force full width */
	background-color: #eee;
	border: none;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-align: inherit;
	line-height: inherit;
}

.propertyhive-form button.et_pb_contact_submit.et_pb_button {
	margin: 0;
}

/**
 * 18c. Shortcode : applicant registration form
 */
.propertyhive-form.applicant-registration-form div.control {
	display: inline-block;
	margin-right: -4px;
	width: 50%;
	vertical-align: top;
}

.propertyhive-form.applicant-registration-form div.control.control-department label[for=department] {
	padding-right: 14px;
}

@media (max-width: 999px) {
	
	.propertyhive-form.applicant-registration-form div.control {
		display: block;
		margin-right: 0;
		width: 100%;
	}
}

/**
 * 18d. Shortcode : my account
 */
.propertyhive-my-account .my-account-navigation ul {
	padding: 0;
	line-height: inherit;
}

.propertyhive-my-account .my-account-navigation ul li {
	margin-bottom: .5em;
}

.propertyhive-my-account .my-account-navigation li {
	position: relative;
	padding-left: 14px;
	list-style: none;
}

.propertyhive-my-account .my-account-navigation li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	border-width: 3px;
	border-style: solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/**
 * 19a. Widget : shortcode : forms (all)
 */
.et_pb_widget .propertyhive-form-submit,
.et_pb_widget .propertyhive-form div.control {
	padding: 7px 0;
}

/**
 * 19b. Widget : shortcode : applicant registration form
 */
.et_pb_widget .propertyhive-form.applicant-registration-form div.control {
	display: block;
	margin-right: 0;
	width: 100%;
}

/**
 * 19c. Widget : shortcode : property search form
 */
.et_pb_widget .property-search-form .control {
	padding: 7px 0;
}

.et_pb_widget .property-search-form .control:before,
.et_pb_widget .property-search-form .control:after {
	right: 0;
}

.et_pb_widget .property-search-form .control:before {
	left: 0;
}

.et_pb_widget .property-search-form .ph_property_filter_submit {
	padding: 7px 0;
}

/**
 * 19d. Widget : shortcode : property listings
 */
.et_pb_widget ul.properties li.property {
	display: block;
	margin-right: 0;
	margin-left: 0 !important; /* force no left margin on mobile devices */
	width: 100%;
}</pre></body></html>