/* jost-300 - latin */
@font-face {
	font-display: swap;
	font-family: 'Jost';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/jost/jost-v15-latin-300.woff2') format('woff2');
}
/* jost-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Jost';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/jost/jost-v15-latin-regular.woff2') format('woff2');
}
/* jost-italic - latin */
@font-face {
	font-display: swap;
	font-family: 'Jost';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/jost/jost-v15-latin-italic.woff2') format('woff2');
}
/* jost-500 - latin */
@font-face {
	font-display: swap;
	font-family: 'Jost';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/jost/jost-v15-latin-500.woff2') format('woff2');
}
/* jost-600 - latin */
@font-face {
	font-display: swap;
	font-family: 'Jost';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/jost/jost-v15-latin-600.woff2') format('woff2');
}
/* jost-700 - latin */
@font-face {
	font-display: swap;
	font-family: 'Jost';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/jost/jost-v15-latin-700.woff2') format('woff2');
}
/* jost-800 - latin */
@font-face {
	font-display: swap;
	font-family: 'Jost';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/jost/jost-v15-latin-800.woff2') format('woff2');
}
/* jost-900 - latin */
@font-face {
	font-display: swap;
	font-family: 'Jost';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/jost/jost-v15-latin-900.woff2') format('woff2');
}
/* Typography */
body {
	font-family: 'Jost', sans-serif;
	font-size: 20px;
}
span {
	font-family: 'Jost', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: normal;
	font-family: 'Jost', sans-serif;
	text-transform: none;
	font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1 .h2,
.h3,
.h4,
.h5,
.h6 {
	text-transform: none;
	color: var(--secondary);
	letter-spacing: normal;
}
@media (min-width: 992px) {
	h2,
	.h2 {
		font-size: 44px;
	}
}
@media (min-width: 992px) {
	.rep-cta h2,
	.header-is-h1 h2 {
		font-size: 50px;
	}
}
p,
li,
blockquote p {
	font-size: 20px;
	line-height: normal;
	font-weight: 400;
	letter-spacing: normal;
	text-wrap: pretty;
}
@media (min-width: 992px) {
	p,
	li,
	blockquote p {
		font-size: 22px;
	}
}
.home-page h1,
.hero-module-content h1 {
	text-shadow: 1px 1px 8px rgb(0 0 0 / 70%);
}
#main-slide .slider-content p,
.hero-module-content p {
	text-shadow: 1px 1px 4px rgb(0 0 0);
}
/* Navbar */
.header-two,
.header-two .nav-menu-icons-container,
.header-two .nav-icons {
	flex-direction: row-reverse;
}
.header-two .nav-logo {
	max-width: 300px;
	display: flex;
	place-items: center;
}
.nav-menu {
	display: flex;
	align-items: center;
}
.nav-menu:before {
	height: 40px;
	content: '';
	border-left: 1px solid white;
}
.nav-menu-icons-container {
	gap: 0;
}
.menu-top-menu-container {
	height: 100%;
	padding-left: 40px;
}
.nav-icons {
	padding-right: 40px;
}
.nav-menu .nav-link:hover,
.nav-menu .nav-link:hover {
	color: var(--highlight);
}
.nav-menu a.nav-link:hover,
.nav-menu a.nav-link:focus {
	color: var(--highlight);
}
.top-nav .nav-icons li:hover i,
.top-nav .nav-icons li:focus i,
.top-nav .nav-icons a:hover i,
.top-nav .nav-icons a:focus i {
	color: var(--highlight);
}
.hamburger-search-content-nav.hamburger-search-content-nav .nav-link:is(:hover, :active) {
	color: var(--highlight);
}
.header-two .sub-menu.sub-menu {
	background: rgb(36 41 81);
}
.header-two .sub-menu.sub-menu .nav-link {
	font-size: 24px;
}
@media (max-width: 992px) {
	.hamburger-search-content-nav .nav-link.nav-link {
		font-size: 24px;
	}
}
.header-two .sub-menu.sub-menu {
	width: 280px;
}
/* Buttons */
.art-btn.art-btn.art-btn {
	border-radius: 10px;
}
.art-btn.art-btn:is(:hover, :focus) {
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
.hero-module-content .art-btn-group .art-btn.art-btn:nth-child(even) {
	color: var(--btn-secondary-txt-colour);
	border-color: var(--btn-secondary-bg-colour);
	background-color: var(--btn-secondary-bg-colour);
}
.hero-module-content .art-btn-group .art-btn.art-btn:nth-child(even):hover,
.hero-module-content .art-btn-group .art-btn.art-btn:nth-child(even):focus {
	color: var(--btn-secondary-txt-colour-hover);
	border-color: var(--btn-secondary-bg-colour-hover);
	background-color: transparent;
}
.hero-module-content .art-btn-group .art-btn.art-btn:nth-child(odd) {
	color: var(--btn-primary-txt-colour);
	border-color: var(--btn-primary-bg-colour);
	background-color: var(--btn-primary-bg-colour);
}
.hero-module-content .art-btn-group .art-btn.art-btn:nth-child(odd):hover,
.hero-module-content .art-btn-group .art-btn.art-btn:nth-child(odd):focus {
	color: var(--btn-primary-txt-colour-hover);
	border-color: var(--btn-primary-bg-colour-hover);
	background-color: transparent;
}
.nav-buttons .art-btn.art-btn {
	background: transparent;
	color: var(--highlight);
	/* text-transform: capitalize; */
	text-transform: none;
}
.nav-buttons .art-btn.art-btn:is(:hover, :focus) {
	background: transparent;
	color: white;
}
.nav-buttons .art-btn.art-btn::before {
	content: none;
}
.slider-content-wrap .art-btn-group .art-btn.art-btn:nth-child(even) {
	color: var(--btn-secondary-txt-colour);
	border: 2px solid var(--btn-secondary-bg-colour);
	background-color: var(--btn-secondary-bg-colour);
}
.slider-content-wrap .art-btn-group .art-btn.art-btn:nth-child(even):is(:hover, :focus) {
	color: var(--btn-secondary-txt-colour-hover);
	border: 2px solid var(--btn-secondary-bg-colour-hover);
	background-color: transparent;
}
.slider-content-wrap .art-btn-group .art-btn.art-btn:nth-child(odd) {
	color: var(--btn-primary-txt-colour);
	border: 2px solid var(--btn-primary-bg-colour);
	background-color: var(--btn-primary-bg-colour);
}
.slider-content-wrap .art-btn-group .art-btn.art-btn:nth-child(odd):is(:hover, :focus) {
	color: var(--btn-primary-txt-colour-hover);
	border: 2px solid var(--btn-primary-bg-colour-hover);
	background-color: transparent;
	text-shadow: 1px 1px 14px black;
}
.top-nav .nav-buttons .art-btn.art-btn {
	color: var(--highlight);
	border: none;
	background-color: transparent;
	font-size: 24px;
}
.contact-five-container .art-btn.art-btn {
	border: 2px solid var(--secondary);
	background-color: var(--secondary);
}
.contact-five-container .art-btn.art-btn:is(:hover, :focus) {
	color: var(--secondary);
	background-color: transparent;
}
.contact-five-container .art-btn-group .art-btn.art-btn:nth-child(even) {
	color: var(--btn-secondary-txt-colour);
	border-color: var(--btn-secondary-txt-colour);
	background-color: transparent;
}
.contact-five-container .art-btn-group .art-btn.art-btn:nth-child(even):is(:hover, :focus) {
	color: white;
	border-color: var(--btn-secondary-txt-colour);
	background-color: var(--btn-secondary-txt-colour);
}
.arrange-viewing {
	background-color: var(--secondary);
}
.office-details-wrapper .btn-contact-areas .art-btn.art-btn:nth-child(odd) {
	color: var(--btn-secondary-txt-colour);
	border-color: var(--btn-secondary-bg-colour);
	background-color: var(--btn-secondary-bg-colour);
}
.office-details-wrapper .btn-contact-areas .art-btn.art-btn:nth-child(odd):hover,
.office-details-wrapper .btn-contact-areas .art-btn.art-btn:nth-child(odd):focus {
	color: var(--btn-secondary-txt-colour-hover);
	border-color: var(--btn-secondary-bg-colour-hover);
	background-color: transparent;
}
/* Services Repeatable */
.service-heading-item h3 {
	text-align: center;
	font-size: 32px;
}
.service-row.no-margin.services-grid-6 {
	display: grid;
	row-gap: 30px;
}
@media (min-width: 992px) {
	.services-grid-6 {
		grid-template-columns: repeat(4, 1fr);
		place-items: center;
		gap: 30px;
	}
	.services-grid-6 a {
		width: 100%;
		grid-column: span 2;
	}
	.service-heading-item h3 {
		font-size: 38px;
	}
}
@media (min-width: 1240px) {
	.services-grid-6 {
		grid-template-columns: repeat(6, 1fr);
	}
}
/* Blog cards */
.blog-bottom {
	display: none;
}
/* Footer */
.footer-top {
	background: var(--medium-grey);
}
.footer-middle h3.widget-title {
	font-size: 24px;
	margin-bottom: 0;
	font-weight: 300;
	padding-bottom: 25px;
}
.footer-middle h3.widget-title {
	color: #c1a968;
	/* text-transform: capitalize; */
	text-transform: none;
}
.footer-middle ul li a {
	color: white;
}
.footer-middle p {
	color: white;
}
.footer-area p,
.footer ul li,
.footer ul li a,
.footer .textwidget p,
.footer .textwidget p a {
	color: var(--white);
	font-size: 20px;
	font-weight: 300;
}
.footer ul li {
	line-height: 1.4;
}
.footer-middle a:is(:hover, :focus) {
	color: var(--highlight);
}
.contenido-mostrar .footer-area h3 {
	font-size: 20px;
	height: auto;
	margin-bottom: 20px;
	padding-top: 20px;
}
.contenido-mostrar .footer-area ul li a {
	color: white;
}
h3.art-block-social-links-title {
	display: none;
}
.art-block-social-links-container {
	padding-top: 15px;
}
ul.art-block-social-links {
	position: relative;
	left: -8px;
}
.art-block-social-link a:is(:hover, :focus) > span:first-child {
	background: transparent;
	border-color: transparent;
	color: var(--highlight) !important;
}
.pd-30 {
	padding: 0 30px;
}
@media (min-width: 992px) {
	.footer-middle h3.widget-title {
		height: auto;
		/* padding-top: 30px; */
	}
}
.footer-middle-container {
	border-bottom: 2px solid var(--highlight);
}
.footer-bottom {
	border-top: 6px solid var(--secondary);
}
.menu-location-we-cover-container ul {
	-moz-columns: 2;
	columns: 2;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
.footer-menus {
	justify-content: space-between;
	gap: 40px;
}
/* Content Image Hero */
@media (max-width: 991px) {
	body {
		margin-top: 120px;
	}
	.hero-txt-img-container.pd-top {
		padding-top: 0;
	}
}
.hero-text-img-content {
	max-width: 730px;
}
.hero-txt-img-container {
	background: var(--secondary);
}
.hero-text-img-content {
	padding: 0 15px 80px 15px;
}
.hero-text-img-content h1 {
	margin-top: 0;
}
.hero-text-img-content h1,
.hero-text-img-content p {
	color: white;
	text-align: left;
	margin-left: 0;
}
.hero-txt-img-thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (min-width: 992px) {
	.hero-txt-img-container {
		height: calc(100vh - 120px);
		max-height: 600px;
		display: grid;
	}
	.hero-text-img-content h1 {
		font-size: 48px;
	}
	.hero-txt-img-inner-container {
		display: flex;
		align-items: stretch;
		-moz-column-gap: 25px;
		column-gap: 25px;
	}
	.hero-txt-img-thumbnail {
		flex-basis: 50%;
		padding-right: 15px;
	}
	.hero-text-img-content .art-btn-group {
		margin-top: 65px;
	}
}
.hero-txt-img-inner-container .art-btn-group {
	margin-left: 0;
}
@media (max-width: 991px) {
	.hero-txt-img-thumbnail img {
		margin-bottom: 35px;
	}
}
@media (min-width: 992px) and (max-width: 1235px) {
	.hero-txt-img-thumbnail img {
		min-height: 333px;
	}
}
.hero-text-img-content {
	align-self: center;
}
.hero-module {
	max-height: 700px;
	height: calc(98vh - 120px);
}
/* FAQ Module */
.accordion-container {
	background: var(--secondary);
}
.faqs-nested .ac {
	background: var(--secondary);
}
.ac-panel p {
	color: white;
}
.faqs-splittable.faqs-splittable .ac-main-text p {
	font-size: 20px;
	line-height: normal;
}
.faqs-splittable.faqs-splittable .ac .ac-trigger {
	font-size: 20px;
}
.faqs-splittable .ac-main-text li {
	font-size: 20px;
}
.faqs-splittable .ac .ac-trigger.ac-trigger {
	text-transform: none;
	letter-spacing: 1.2px;
	font-weight: 500;
}
.faqs-standard-list {
	padding-left: 15px;
}
/* Content Multi List */
@media (min-width: 992px) {
	.art-module-multi-content-container.art-columns.list-section h2 {
		font-size: 30px;
	}
	/* .art-module-multi-content-container.art-columns.list-section p {
        font-size: 20px;
    }     */
}
.images-card.images-card .images-overlay:before {
	background: rgba(0, 0, 0, 0.5);
}
.images-card.images-card .images-overlay:after {
	content: none;
}
/* Contact Us */
.contact-five-module h2 {
	margin-top: 0;
}
.contact-five-module .container > p {
	text-align: center;
}
.contact-five.list-item {
	box-shadow: 2px 2px 3px 1px #e2e2e5;
	background-color: var(--medium-grey);
	padding: 40px;
	display: flex;
	flex-direction: column;
}
.contact-five.list-item h3 {
	text-align: left;
	margin-top: 0;
	font-size: 24px;
	color: var(--secondary);
}
.contact-five.list-item .contact-five-contact.art-btn-group {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.contact-five-address {
	flex: 1;
}
.contact-five p,
.contact-five address {
	font-size: 22px;
	color: var(--secondary);
}
.contact-five a:is(:hover, :focus) {
	color: var(--highlight);
}
/* Single Property */
.single_property_content h3 {
	font-size: 22px;
}
.top-section-media-overlay li,
.top-section-media-overlay button {
	z-index: 1;
	font-size: 18px;
}
.narrow-modern-gallery-modal.narrow-modern-gallery-modal {
	background: rgba(0, 0, 0, 0.88);
}
.top-section-media-overlay.top-section-media-overlay .owl-item li {
	padding: 0;
}
.top-section-3.top-section-3 .owl-carousel .owl-nav button.owl-prev,
.top-section-3.top-section-3 .owl-carousel .owl-nav button.owl-next {
	background: none;
}
.narrow-modern-gallery-modal-container.narrow-modern-gallery-modal-container {
	background: none;
}
.top-section-media-overlay.top-section-media-overlay button {
	margin-right: 12px !important;
}
.narrow-modern-modal-close.narrow-modern-modal-close {
	color: var(--white);
}
@media (min-width: 992px) {
	body.single .single_property_content :is(p, li, blockquote p) {
		font-size: 20px;
	}
}
.narrow-modern-cta,
.expert_agent,
.shortlist-container {
	background: var(--secondary);
}

.narrow-modern-valuation {
	background: var(--medium-grey);
}
.narrow-modern-cta-content
	.single-property-content-cta.art-btn-group.art-btn-group
	.art-btn.art-btn-icon {
	font-size: 22px;
}
@media (min-width: 992px) {
	.narrow-modern-cta-content
		.single-property-content-cta.art-btn-group.art-btn-group
		.art-btn.art-btn-icon {
		font-size: 1.3em;
	}
}
.single_property_content .single-property-double-features li {
	margin-left: 15px;
}
.single_property_content ul.arrow .single-property-double-features li:before {
	margin-left: -20px;
}
/* Property Cards */
.property-label {
	background-color: var(--highlight);
}
.property-label-under-offer,
.property-label-sold-stc,
.property-label-let,
.property-label-let-agreed,
.property-label-sold {
	background-color: var(--highlight) !important;
}
/* Blog post */
@media (min-width: 992px) {
	body.single .single_content :is(p, li, blockquote p) {
		font-size: 20px;
	}
}
.related_post_block {
	margin-top: 80px;
}
/* Testimonial Page */
.page-template-page-testimonials-two h1 {
	text-align: center;
	margin-bottom: 100px;
	margin-top: 0;
}
@media (min-width: 992px) {
	.page-template-page-testimonials-two h1 {
		font-size: 48px;
	}
}
.testimonial-two-5-stars {
	display: flex;
	place-content: center;
	margin-top: 0;
	margin-bottom: 10px;
	visibility: hidden;
}
.testimonial-two-card.testimonial-active {
	background: var(--secondary);
}
.testimonial-two-card.testimonial-active .testimonial-two-circle {
	color: #ffffff;
}
.testimonial-two-card p {
	font-size: 16px;
	line-height: 1.7;
}
/* Testimonial Module */
.testimonials-page-module .testimonial-text a {
	color: #ffffff;
	text-decoration: underline;
}
h3.testimonial-content-title {
	color: white;
	font-size: 32px;
	margin-bottom: 0;
}
.testimonial-content-name {
	color: white;
}
.testimonial-slide .testimonial-text {
	max-width: 1020px;
}
/* PH Autocomplete */
.autocomplete-results ul li {
	font-size: 16px;
}
/* Forms */
.art-form-two input {
	font-size: 18px;
}
select {
	border: none;
}
.art-form-two textarea#input_23_9 {
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
}

.property-search-popup.property-search-popup {
	background-color: var(--secondary);
}
.testimonials .parallax-overlay {
	background: rgba(0, 0, 0, 0);
}
.overlay2::before {
	background-color: rgba(0, 0, 0, 0.3);
}
.hero-module-image::after {
	background: rgba(0, 0, 0, 0.3);
}
.office-details-wrapper .office-details-phone a {
	color: white !important;
}
.office-details-wrapper .office-details-phone a:is(:hover, :focus) {
	text-decoration: underline;
}
/* Team page */
.page-template-page-team-modern .modal-content {
	background: var(--secondary);
}
.ad-modal-info .fa-phone,
.ad-modal-info .fa-envelope {
	color: white;
}
.ad-modal-inner-content h3 {
	border-bottom-color: white;
}
.team-modern-hero {
	background-color: var(--secondary);
}
.team-container-inner .img-hexagon {
	height: 300px;
}
.page-template-page-team-modern .team-container {
	grid-template-columns: repeat(auto-fill, 300px);
}
.team-content.team-content p {
	letter-spacing: 0.5px;
}
.ad-modal-para ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
.ad-modal-para ul li {
	text-align: left;
	font-size: 15px;
	color: white;
}
@media (min-width: 992px) {
	.ad-modal-para ul li {
		text-align: left;
		font-size: 16px;
		color: white;
	}
}
.ad-team-modal .ad-modal-image img {
	height: auto;
	margin-bottom: 20px;
}
.ad-modal-image :is(h2, p, a) {
	text-align: left;
}
.ad-modal-info .fa-envelope {
	margin-left: 0;
}
.ad-modal-info {
	row-gap: 8px;
}
.ad-modal-para p {
	margin-bottom: 25px;
}
.ad-modal-info {
	justify-content: flex-start;
}
@media (max-width: 767px) {
	.ad-modal-info {
		margin-top: 0;
	}
}
@media (max-width: 991px) {
	.ad-modal-inner-content {
		align-items: flex-start;
	}
	.ad-modal-image,
	.ad-modal-info,
	.ad-modal-title,
	.ad-modal-para {
		text-align: left;
	}
	.ad-team-modal h2 {
		font-size: 21px;
	}
	.ad-modal-para p {
		text-align: left;
	}
	.ad-modal-image {
		margin: 0px auto 20px auto;
		margin-left: 0;
	}
}

/* Popular Searches */
.acordion-master h2 {
	font-size: 16px;
	font-weight: normal;
}
.footer .acordion-master ul li {
	font-size: 16px;
	font-weight: normal;
	color: var(--text);
}
.footer .acordion-master ul li a {
	font-size: 16px;
	font-weight: normal;
}
.footer .acordion-master ul li a:is(:hover, :focus) {
	color: var(--highlight);
}
@media (min-width: 767px) {
	.page-template-page-quick-links .propertyhive-properties-shortcode {
		grid-template-columns: repeat(3, 1fr);
	}
}
.quick-links-description .art-btn-group .art-btn.art-btn:nth-child(odd) {
	color: var(--secondary);
	border-color: var(--secondary);
	background-color: transparent;
}
.quick-links-description .art-btn-group .art-btn.art-btn:nth-child(odd):is(:hover, :focus) {
	color: rgb(255 255 255);
	background-color: var(--secondary);
}
.quick-links-description .art-btn-group .art-btn.art-btn:nth-child(even) {
	color: white;
	background-color: var(--btn-primary-bg-colour);
	border: 2px solid var(--btn-primary-bg-colour);
}
.quick-links-description .art-btn-group .art-btn.art-btn:nth-child(even):is(:hover, :focus) {
	color: var(--btn-primary-bg-colour);
	border-color: var(--btn-primary-bg-colour);
	background-color: transparent;
}
/* Social Media Links */
.art-block-social-link a > span:first-child {
	background-color: rgb(36, 41, 81);
	color: #ffffff;
}
/* Contact Sidebar */
.contact-sidebar address span:first-child,
.contact-sidebar address br:nth-child(2) {
	display: none;
}
/* Team member page */
.team-content .team-content-qualification {
	margin-bottom: 4px;
}
.team-content .team-content-job-title:nth-child(2) {
	/* margin-bottom: 50px; */
	flex: 1;
}
@media (max-width: 991px) {
	.team-read-bio {
		bottom: 0 !important;
	}
}
/* Team Member module */
.team-member-container .team-content .team-qualification {
	margin-bottom: 4px;
}
.team-member-container .img-hexagon {
	width: 300px;
	height: 300px;
}
.team-member-container .owl-item > div:first-child {
	max-width: 300px;
	margin: 0 auto;
}
.team-member-container .owl-nav button {
	top: 26%;
}
/* Property Search */
.property-search-one-title {
	margin-bottom: 0;
}
.property-search-one-department {
	margin-bottom: 8px;
}
/* Page calculators */
.art-module-multi .stamp-duty-calculator .art-btn.art-btn,
.art-module-multi .rental-yield-calculator .art-btn.art-btn {
	margin-top: auto;
}
.art-module-multi input::-webkit-input-placeholder {
	opacity: 0.3;
}
.art-module-multi input::-moz-placeholder {
	opacity: 0.3;
}
.art-module-multi input:-ms-input-placeholder {
	opacity: 0.3;
}
.art-module-multi input::-ms-input-placeholder {
	opacity: 0.3;
}
.art-module-multi input::placeholder {
	opacity: 0.3;
}
/* Legal Terms */
.legal-terms p,
.legal-terms li,
.legal-terms th,
.legal-terms td,
.legal-terms tr {
	line-height: 1.8;
}
.page-id-9418 p,
.page-id-9418 li,
.page-id-9418 th,
.page-id-9418 td,
.page-id-9418 tr {
	line-height: 1.8;
	font-size: 16px;
    font-family: Arial;
}
.page-id-9418 h2{
	font-size: 20px;
    line-height: 1.25;
    text-transform: none;
    color: var(--titles);
    font-weight: 700;
    letter-spacing: 0;
	font-family: Arial;
}
/* CTA Repeatable */
.cta-flex-item h2 {
	margin-bottom: 20px;
}
/* Developments Page */
.development-grid {
	border: 12px solid white;
}
.development-grid .content-image {
	height: auto;
	aspect-ratio: 6 / 4;
}
/* Property Slider */
.grid-property-list {
	display: flex;
	flex-wrap: wrap;
	-moz-column-gap: 30px;
	column-gap: 30px;
	place-content: center;
	padding-top: 40px;
}
.grid-property-list > div {
	max-width: 483.333px;
}
/* images cards */
.images-card h4 {
	font-size: 22px;
}
@media (min-width: 992px) {
	.images-card h4 {
		font-size: 28px;
	}
}
/* Property Archive */
.propertyhive-ordering.propertyhive-ordering select {
	color: var(--secondary);
}
/* Reapeatable CTA */
.rep-cta {
	min-height: 325px;
}
/* Area Pages */
.local-area-tab-mobile .ac .ac-outer .ac-panel .ac-text.ac-text,
.local-area-tab-mobile .ac-panel.ac-panel p {
	font-size: 20px;
}
.local-area-tab-mobile .ac .ac-trigger.ac-trigger {
	text-transform: none;
	letter-spacing: 1.4px;
}
/* Stepped Styles */
ol.art-stepped-list {
	display: grid;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1540px;
	margin: 20px auto 30px auto;
	gap: 40px;
	list-style: none;
}
@media (min-width: 992px) {
	ol.art-stepped-list {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
	}
	ol.art-stepped-list li {
		flex-basis: 48%;
	}
}
ol.art-stepped-list li {
	background: var(--medium-grey);
	padding: 30px;
	border-radius: 6px;
	counter-increment: counter;
}
ol.art-stepped-list li::before {
	display: block;
	content: 'Step ' counter(counter);
	font-family: 'Jost';
	color: var(--highlight);
	font-size: 30px;
	margin-left: 0;
	margin-bottom: 0;
	line-height: 1.7;
}
/* Footer */
#clients .owl-carousel .owl-item img {
	width: auto;
}
#clients .owl-carousel .owl-item li {
	display: flex;
	place-content: center;
}
/* Forms */
.art-form-two .gform_title.gform_title {
	text-decoration: none;
}
#gform_16 #input_16_1,
#gform_16 #input_16_2,
#gform_16 #input_16_4,
#gform_16 #input_16_5,
#gform_16 #input_16_6 {
	background: var(--medium-grey);
	padding: 8px;
}
.rep-download.rep-download .button {
	background: var(--highlight);
	border-radius: 8px;
	border: 2px solid var(--highlight);
}
.rep-download.rep-download .button:is(:hover, :focus) {
	background: transparent;
	color: var(--highlight);
}
.rep-download.rep-download .gform_wrapper.gravity-theme .gform_previous_button.button {
	background-color: transparent;
	color: var(--secondary);
	border-radius: 8px;
	border: 2px solid var(--secondary);
}
.rep-download.rep-download
	.gform_wrapper.gravity-theme
	.gform_previous_button.button:is(:hover, :focus) {
	background-color: var(--secondary);
	color: white;
}
.rep-download .gform_wrapper.gravity-theme .gfield_label {
	display: block !important;
}
h2.gform_submission_error {
	font-size: 18px;
	color: var(--highlight) !important;
	margin-bottom: 20px;
}
.validation_message.validation_message {
	color: var(--highlight) !important;
	font-size: 16px;
	font-weight: 500;
	margin-top: 8px;
}
@media (max-width: 510px) {
	.rep-download.rep-download .gform_wrapper.gravity-theme .gform_page_footer {
		text-align: left;
		display: block;
	}
	.rep-download.rep-download .gform_page_footer.top_label input {
		width: 100%;
		max-width: 350px;
	}
	.rep-download.rep-download .gform_page_footer.top_label input:first-child {
		margin-bottom: 10px;
	}
}
.btns-white .art-btn.art-btn {
	border-color: white;
	background: transparent;
}
.btns-white .art-btn.art-btn:is(:hover, :focus) {
	color: var(--btn-primary-txt-colour-hover);
	background-color: white;
}
.btns-white .art-module-multi-content.list-item {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.btns-white .art-module-multi-content-txt {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.btns-white .art-module-multi-content-txt p:nth-last-child(2) {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.pd80.parallax.parallax3.testimonials.testimonials-page-module {
	padding: 80px 0;
}
.development-label {
	background: var(--highlight);
}
.art-module-header h2 {
	text-align: center;
}
/* Art Module - Images Multi */
.art-module-images-multi-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, 300px);
	justify-content: center;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.art-module-images-multi-list li {
	display: grid;
	place-items: center;
	margin: 0;
}
.art-module-images-multi-carousel .owl-item {
	display: flex;
	place-content: center;
	height: 180px;
}
.art-module-images-multi-carousel .owl-item img {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}
.art-module-images-multi-carousel .fa-chevron-left,
.art-module-images-multi-carousel .fa-chevron-right {
	color: var(--secondary);
	background: none;
}
#main-slide {
	height: auto;
}
.ts-flex-slider .flexSlideshow,
#main-slide .slides img {
	min-height: 920px;
}
@media (max-width: 991px) {
	.home .slider-content-wrap .art-btn-group {
		grid-auto-flow: row;
	}
}
#client-carousel .owl-nav button {
	top: 45%;
}
.ad-modal-para {
	color: white;
}

.form-show-labels.art-form-two .gfield_label {
	display: block;
	margin: 0;
	font-weight: 400;
}
.form-show-labels.art-form-two label {
	font-weight: 400;
	cursor: pointer;
}
.form-show-labels.art-form-two input:not([class='gfield-choice-input']),
.form-show-labels.art-form-two textarea {
	border-bottom-color: transparent !important;
	background: #eeeef1;
	margin-top: 6px !important;
	margin-bottom: 12px;
}

.form-show-labels.art-form-two .ginput_container {
	margin-top: 0;
}
.form-show-labels legend {
	border-bottom: none;
}
.form-show-labels.art-form-two .gfield_radio {
	justify-content: flex-start;
	gap: 20px;
}
.form-show-labels.art-form-two input {
	font-weight: 400 !important;
}
.form-show-labels.art-form-two {
	margin: 15px 0;
	max-width: 760px;
}
.art-form-two .gform_submission_error {
	font-size: 18px;
}
.form-show-labels.art-form-two select {
	padding: 6px;
	border: none;
	background: #eeeef1;
	margin-bottom: 12px;
}
.art-module-images-multi.commercial-carousel .owl-item img {
	padding: 14px;
	box-sizing: content-box;
	box-shadow: 0 0 6px 2px #2429511f;
}
div.control-new_build {
	padding-right: 0 !important;
	padding-left: 10px !important;
	width: 170px;
}
.property-search-form div.control.control.control-new_build label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 15px !important;
	font-weight: 500;
	margin: 0;
}
div.control-new_build input {
	width: 20px !important;
	margin: 0;
}
.properties-for-sale {
	overflow: hidden !important;
}
.page-template-page-testimonials-four h1 {
	text-align: center;
	margin-bottom: 100px;
	margin-top: 0;
	color: var(--secondary);
}
@media (min-width: 992px) {
	.page-template-page-testimonials-four h1 {
		font-size: 48px;
	}
}
.page-template-page-testimonials-four .testimonial-two-wrapper h2 {
	margin-top: 0;
}
@media (min-width: 992px) {
	.page-template-page-testimonials-four .testimonial-two-wrapper h2 {
		font-size: 28px;
		text-align: center;
		margin-bottom: 12px;
		line-height: 1.3;
	}
}
.page-template-page-testimonials-four .testimonial-two-wrapper .testimonial-active h2 {
	color: white;
}
.rep-blog-content .content-module {
	min-height: 400px;
}
.container-blog .single_content .content-module {
	min-height: 400px;
}
.container-blog .single_content .art-btn-group {
	width: 100%;
	max-width: fit-content;
}
.nav-icons-hamburger i.nav-link {
	margin-left: 0;
}
:is(.single-post) .container-blog .single_content :is(h2, h3, h4, h5, h6) {
	margin-bottom: 20px;
}
.team-email {
	border-color: var(--secondary);
}
.team-content {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	height: 100%;
	max-height: 282.5px;
}
p.team-content-job-title {
	margin-bottom: 4px;
}
p.team-content-office {
	flex: 1;
}

.page-id-14001 .contact-five-contact.art-btn-group button:last-child,
.page-id-21029 .contact-five-contact.art-btn-group button:last-child {
	display: none;
}
.trustpilot-widget {
	margin-top: 20px;
	left: -32px;
}
/* Remove icons form buttons */
.art-btn-icon::before {
	content: none !important;
}
.narrow-modern-cta-content
	.single-property-content-cta.art-btn-group.art-btn-group
	.art-btn.art-btn-icon {
	color: var(--btn-primary-txt-colour);
	background-color: var(--btn-primary-bg-colour);
	text-align: center;
	border: 2px solid transparent;
	padding: 17.2px 22px;
	cursor: pointer;
	border-radius: 10px;
	font-size: 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	-webkit-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	text-transform: uppercase;
}
.narrow-modern-cta-content
	.single-property-content-cta.art-btn-group.art-btn-group
	.art-btn.art-btn-icon:is(:hover, :focus) {
	color: var(--btn-primary-txt-colour-hover);
	background-color: transparent;
	border-color: var(--highlight);
}
.narrow-modern-cta-content
	.single-property-content-cta.art-btn-group.art-btn-group
	.art-btn.art-btn-icon:nth-child(even) {
	color: var(--btn-secondary-txt-colour);
	background-color: var(--btn-secondary-bg-colour);
}
.narrow-modern-cta-content
	.single-property-content-cta.art-btn-group.art-btn-group
	.art-btn.art-btn-icon:nth-child(even):is(:hover, :focus) {
	color: white;
	background-color: transparent;
	border-color: white;
}
ul#nav-top-menu > .nav-li:not(:last-child) {
	border-right: 1px solid white;
	padding-right: 24px;
}
/* Individual Team Pages */
.single-team-member-page {
	margin: 160px auto 80px auto;
	padding: 0 15px;
	max-width: 1540px;
}
@media (min-width: 992px) {
	.single-team-member-page {
		margin-top: 150px;
	}
}
@media (min-width: 1240px) {
	.single-team-member-page.columns-7-4 {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
	}
}
.single-team-member-page.columns-7-4 > .col-7 {
	grid-column: 4/11;
}
.single-team-member-page.columns-7-4 .col-4 {
	grid-column: 1/4;
}
@media (min-width: 1240px) {
	.single-team-member-page.columns-7-4 > .col-7 {
		margin-left: 60px;
	}
}
/* .single-team-member-page .sticky {
position: sticky;
} */
.single-team-member-page .team-contact-form {
	/* top: 120px; */
	align-self: flex-start;
	display: flex;
	margin-bottom: 25px;
}
.single-team-member-title {
	margin-bottom: 0;
	margin-top: 0;
}
p.single-team-member-job-title {
	margin: 0;
	margin-bottom: 20px;
	color: var(--titles);
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: 16px;
}
ul.single-team-member-contact-list {
	background: var(--secondary);
	padding: 20px 30px;
	width: fit-content;
	margin: 0;
}
ul.single-team-member-contact-list li {
	list-style: none;
	margin: 0;
	color: white;
}
ul.single-team-member-contact-list li a {
	color: white;
}
ul.single-team-member-contact-list li a:hover,
ul.single-team-member-contact-list li a:focus {
	color: var(--highlight);
	text-decoration: underline;
}
.single-team-member-figure {
	width: fit-content;
	background: var(--secondary);
	margin-bottom: 20px;
	box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 25%);
}
@media (min-width: 768px) {
	.single-team-member-figure {
		float: left;
		margin-bottom: 0;
	}
}
.single-team-member-figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
	max-width: 367.25px;
}
span.single-team-member-qualification {
	font-size: 50%;
	font-style: italic;
}
.team-member-filter button:is(:hover, :focus) {
	color: var(--highlight);
}
.team-member-filter button:is(:hover, :focus) {
	border-right-color: white;
}
.contact-five-container .list-item:last-child .art-btn-group button:last-child {
	visibility: hidden;
}
.pd-top .art-module-header h2 {
	margin-top: 0;
}

.single-track-record .blog-link a {
	font-family: 'Jost';
	font-weight: 400;
	letter-spacing: normal;
	font-size: 18px;
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.single-track-record .blog-link a:after {
	content: '\f061';
	font-family: 'Font Awesome 6 Pro';
	font-size: 13px;
}
.art-post-type-txt .home_read_time {
	display: none;
}
.art-module-header h2 {
	margin-bottom: 60px;
}
#content:not(.grey-background) .art-btn-group .art-btn.art-btn:nth-child(even) {
	color: var(--btn-secondary-txt-colour);
	border-color: var(--btn-secondary-txt-colour);
	background-color: var(--btn-secondary-bg-colour);
}
#content:not(.grey-background) .art-btn-group .art-btn.art-btn:nth-child(even):is(:hover, :focus) {
	color: var(--btn-primary-txt-colour);
	border-color: var(--btn-primary-txt-colour);
	background-color: var(--btn-primary-bg-colour);
}
@media (max-width: 991px) {
	.exp_agent {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.agent_details {
		margin-left: 0;
	}
	.property-sidebar .expert_agent {
		padding: 40px;
	}
	.property-sidebar .expert_agent h4 {
		text-align: left;
	}
	.property-sidebar .contact-sidebar {
		flex-wrap: wrap;
		justify-content: left;
	}
	.property-sidebar img {
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.agent_container {
		padding: 0;
	}
	.property-sidebar .art-btn-group.agent-details-actions {
		margin-left: 0;
	}
}
.department-commercial .narrow-modern-valuation {
	display: none;
}
.department-commercial .single_property_block {
	margin-bottom: 0;
}
.department-commercial .expert_agent {
	display: none;
}
.department-commercial .property-sidebar > .expert_agent + .shortlist-container {
	margin-top: 20px;
}
.property_name .title-single {
	line-height: normal;
}
.art-post-type-filter {
	display: none;
}
.author_details_single {
	display: none;
}
.estate-agents-areas-we-cover-area.estate-agents-areas-we-cover-area img {
	height: 100%;
}
.page-id-14001 .footer-top,
.page-id-14001 .footer-middle-container {
	display: none;
}
.page-id-14001 .contact-five.list-item h3,
.page-id-21029 .contact-five.list-item h3 {
	display: none;
}
.page-id-14001 .contact-five-container .art-btn.art-btn,
.page-id-21029 .contact-five-container .art-btn.art-btn {
	color: white;
	border-color: var(--highlight);
	background-color: var(--highlight);
}
.page-id-14001 .contact-five-container .art-btn.art-btn:is(:hover, :focus),
.page-id-21029 .contact-five-container .art-btn.art-btn:is(:hover, :focus) {
	color: var(--highlight);
	border-color: var(--highlight);
	background-color: transparent;
}
.page-id-14001 .contact-five-module h2,
.page-id-21029 .contact-five-module h2 {
	margin-bottom: 60px;
}
.page-id-14001 .contact-five p,
.page-id-14001 .contact-five a {
	text-align: left;
}
.grey-background .contact-five.list-item {
	background-color: white;
}
.property-cta-grid.property-cta-grid.property-cta-grid {
	background-size: cover !important;
	/* background-color: #25294f !important; */
	background-position: bottom center !important;
	min-height: 500px !important;
	background-repeat: no-repeat;
}
.property-cta-grid.property-cta-grid {
	padding: 40px;
}
.property-cta-grid-content {
	max-width: 400px;
}
.property-cta-grid-content h4 {
	margin-bottom: 40px;
	font-size: 40px;
}
.property-cta-grid-content p {
	font-size: 20px;
	color: white;
}
@media (min-width: 768px) {
	.property-cta-grid-content h4 {
		font-size: 48px;
	}
	.property-cta-grid-content p {
		font-size: 24px;
	}
}
.property-cta-list-btn-container {
	z-index: 1;
}
@media (min-width: 1300px) {
	.property-cta-list-content p {
		font-size: 26px;
	}
}
@media (max-width: 429px) {
	.hero-module-actions,
	.art-btn-group {
		width: 100%;
	}
}
.properties-for-sale .art-btn-group {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.content-image-text .art-btn-group {
		margin-left: 0;
	}
}
.container {
	width: 100%;
}
.art-module-cta-btns {
	padding: 0 15px;
}
.art-cookie-inner .art-btn.art-btn,
.art-cookie-inner .art-btn.art-btn {
	color: rgb(255, 255, 255);
	background-color: #ed0e3b;
}
.art-cookie-inner .art-btn.art-btn:hover,
.art-cookie-inner .art-btn.art-btn:focus {
	color: rgb(255, 255, 255);
	background-color: #242951;
}
.art-module-multi .art-module-multi-header .narrow-modern-calculator h3 {
	color: var(--secondary);
	margin-bottom: 20px;
}
.control-new_build span {
	color: #ed0e3b;
}
/* Testimonial Cards */
.owl-carousel-testimonials-cards .slider-testimonial-item.center {
	background: var(--secondary) !important;
}
.owl-carousel-testimonials-cards .slider-testimonial-item.center .testimonial-item-title h5 {
	color: white !important;
}
/* REP - Download */
.rep-download .gf_progressbar_wrapper {
	transform: translateY(110px) !important;
	border: unset !important;
}
.rep-download #gform_submit_button_16,
#gform_next_button_16_3 {
	margin-left: 0 !important;
}
a.art-btn.art-btn-download {
	width: 220px !important;
	min-width: 220px !important;
	margin-top: 20px;
}
/* Auction Page - Listings */
.wp-block-group.art-auctions-text-wrapper {
	max-width: 1540px;
	margin: 0 auto;
	margin-top: 200px;
}
.wp-block-group.art-auctions-text-container h2,
.wp-block-group.art-auctions-text-container p {
	text-align: center !important;
}
/*Policy Tables*/
.privacy-policy .page-documents, .page-id-9418 .page-documents {
    max-width: 1050px;
    margin: auto;
}
/* Wrapper area for dense legal/data tables */
.has-fixed-layout {
  width: 100%;
  max-width: 1050px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border: 1px solid #dfe5eb;
  border-radius: 16px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* Header row */
.has-fixed-layout tr:first-child td {
  background: #f5f7fa;
  color: #1f2937;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 16px 12px;
  border-bottom: 1px solid #dfe5eb;
}

/* Remove extra p spacing in header */
.has-fixed-layout tr:first-child td p {
  margin: 0;
}

/* Main content cells */
.has-fixed-layout tr:not(:first-child) td {
  vertical-align: top;
  padding: 18px 14px;
  border-right: 1px solid #e7ecf1;
  font-size: 13px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  background: #ffffff;
}

/* Last cell no border */
.has-fixed-layout tr:not(:first-child) td:last-child,
.has-fixed-layout tr:first-child td:last-child {
  border-right: none;
}

/* Paragraph spacing */
.has-fixed-layout p {
  margin: 0 0 12px;
}

.has-fixed-layout p {
  font-size: 14px;
}

/* Lists */
.has-fixed-layout ul {
  margin: 0 0 12px 18px;
  padding: 0;
}

.has-fixed-layout li {
  margin: 0 0 8px;
  font-size: 14px;
}

/* Nested lists */
.has-fixed-layout ul ul {
  margin-top: 8px;
  margin-bottom: 0;
}

/* Links */
.has-fixed-layout a {
  color: var(--theme-colour, #2d5bd1);
  text-decoration: none;
  font-weight: 600;
}

.has-fixed-layout a:hover {
  text-decoration: underline;
}

/* Strong text */
.has-fixed-layout strong {
  color: #111827;
}

/* Alternate subtle column tint for readability */
.has-fixed-layout tr:not(:first-child) td:nth-child(even) {
  background: #fbfcfd;
}

/* Mobile / tighter screens */
@media (max-width: 767px) {
  .has-fixed-layout {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 13px;
  }

  .has-fixed-layout tbody,
  .has-fixed-layout tr {
    width: 100%;
  }

  .has-fixed-layout tr:first-child td {
    font-size: 12px;
    padding: 14px 10px;
    min-width: 140px;
  }

  .has-fixed-layout tr:not(:first-child) td {
    font-size: 12px;
    padding: 14px 10px;
    min-width: 180px;
  }
}
/*Commercial Contact Valuation Button*/
.page-id-38597 .contact-five .art-btn-group{
	display:none;
}