/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	Redbak
Theme URI: https://impreza.us-themes.com/
Author URI: https://redbak.com/
*/

/*********************************************
 *********************************************

 * *  1. Fonts  * *
 * *  2. Navigation  * *
 * *  3. Global Styling  * *
 * *  4. Page Blocks  * *
 * *  5. Custom Grid Layouts  * *
 * *  6. Responsive Styling  * *

 *********************************************
 *********************************************/


/*********************************************
 * *  1. Fonts  * *
 *********************************************/




/*********************************************
 * *  2. Navigation  * *
 *********************************************/
.nav-logo {
	margin-top: 33px;
}
.nav-logo-large {
	margin-top: 130px;
	transition-property: height, margin-top !important;
	transition-duration: .3s !important;
	transition-timing-function: cubic-bezier(.78,.13,.15,.86) !important;
}
.l-header.sticky .nav-logo-large {
	margin-top: 75px;
}
@media (max-width: 1024px) {
	.nav-logo-large, .l-header.sticky .nav-logo-large {
		top: 0;
		margin-top: 0px;
		position: absolute;
	}
}
.w-nav-control:before {
    content: "Menu";
    margin-right: 1rem;
    font-size: 1.2rem;
}

.l-header .w-nav-close {
	top: var(--header-height);
	transition-property: top;
	transition-duration: .3s;
    transition-timing-function: cubic-bezier(.78,.13,.15,.86);
}
.l-header.sticky .w-nav-close {
	top: var(--header-sticky-height);
}
.nav-mega-menu .w-nav-list {
	background: #4292C2 !important;
	padding: 0px !important;
	z-index: -1 !important;
}
.nav-mega-menu .menu-item-21873 {
	margin-bottom: 0px !important;
}
.mega-menu-wrapper {
    width: 100%;
	max-width: 65%;
    margin: auto;
    display: flex;
    justify-content: space-between;
/* 	height: 55vh; */
	height: auto;
}
.mega-menu-menu ul {
/* 	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2; */
	font-size: 2rem;
}
.menu-divider {
	display: flex;
    height: 100%;
    width: 5px;
    justify-content: center;
}
.mega-menu-newsletter-content {
	padding: 1rem;
	border: 1px solid #ffffff;
	color: #ffffff;
}
.mega-menu-newsletter-box {
	background: #1e4872;
    padding: 0.7rem;
	max-width: 340px;
}
.l-header .nav-valuation-button {
	transition-property: padding;
	transition-duration: .3s;
    transition-timing-function: cubic-bezier(.78,.13,.15,.86);
}
.l-header.sticky .nav-valuation-button {
	padding: 0.5em 1em;
}

#menu-mega-menu-links li {
	padding-right: 1rem;
}
.nav-mega-menu #menu-item-21873, .nav-mega-menu #menu-item-62885  {
	display: flex;
    flex-direction: column;
    margin-top: var(--header-height);
    height: calc(100vh - var(--header-height));
}
.l-header.sticky .nav-mega-menu #menu-item-21873, .l-header.sticky .nav-mega-menu #menu-item-62885 {
	height: calc(100vh - (--header-sticky-height));
}
.nav-mega-menu .free-valuation-wrapper {
	height: auto;
	width: 100vw;
}

@media (max-width: 1536px) {
	.mega-menu-menu ul {
		font-size: 1.7rem;
	}
}
@media (max-width: 1440px) {
	.mega-menu-newsletter-box {
		display: none;
	}
	.nav-mega-menu .free-valuation-wrapper {
		padding: 2rem;
	}
	.nav-mega-menu .free-valuation-wrapper p {
		font-size: 1.2rem;
	}
	.mega-menu-wrapper {
		max-width: 60%;
		justify-content: space-between;
	}
}
@media (max-width: 1024px) {
	.mega-menu-wrapper {
		max-width: 80%;
		justify-content: space-between;
	}
}
@media (max-width: 1024px) {
	.nav-logo {
		top: 0;
		margin-top: 0px;
		position: absolute;
	}
	.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 .w-nav-close {
		display: none;
	}
/* 	.nav-mega-menu #menu-item-21873 {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin: 0;
		height: 100%;
		padding-top: 4rem; */
}
@media (max-width: 860px) {
	.mega-menu-wrapper {
		max-width: 90%;
		justify-content: center;
	}
	.mega-menu-menu ul {
        font-size: 1.3rem;
    }
}
	/* HERE top needs to be var */
.mega-menu-mobile {
	display: none;
}
@media (max-width:640px) {
	.mega-menu-menu ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		font-size: 1.2rem;
	}
	.mega-menu-desktop {
		display: none;
	}
	.mega-menu-mobile {
		display: block;
	}
}
@media (max-width: 600px) {
	.mega-menu-menu ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		font-size: 1.2rem;
	}
	.mega-menu-wrapper {
		padding: 0 1rem;
	}
	.mega-menu-wrapper .mega-menu-menu {
		margin-right: 0px;
	}
	.nav-mega-menu .free-valuation-wrapper {
		padding: 1rem;
	}
	.nav-mega-menu #menu-item-21873, .nav-mega-menu #menu-item-62885 {
		margin-top: 0px;
		height: 100vh;
	}
	.l-header.sticky .nav-mega-menu #menu-item-21873, .l-header.sticky .nav-mega-menu #menu-item-62885 {
		height: 100vh;
	}
}
@media (max-height:481px) {
	.nav-mega-menu .free-valuation-wrapper {
		display: none;
	}
}
/*********************************************
 * *  3. Global Styling  * *
 *********************************************/
.hompage-search-wrapper {
	min-height: 60vh;
	padding: 3rem 0;
}
.hompage-search-wrapper .wpb_text_column {
	width:100%;
	max-width: 80%;
}
.homepage-carousel-row .l-section-h {
	padding-top: 0 !important;
}
@media (max-width: 1024px) {
	.homepage-carousel-row .l-section-h {
		padding-top: var(--header-height) !important;
	}
}
.hompage-strapline-wrapper {
	position: absolute;
    margin: auto;
	padding: 0 1.5rem;
	height: 100%;
    width: 100%;
    z-index: 99;
}
@media (max-width: 768px) {
	.hompage-strapline-wrapper {
		padding: 2rem 1.5rem;
	}
}
.homepage-carousel-img-mobile {
	display: none;
}
@media (max-width: 768px) {
	.homepage-carousel-img {
		display: none;
	}
	.homepage-carousel-img-mobile {
		display: block;
	}
}

/*team popup*/
@media (max-width: 677px) {
	.meet-team-grid .w-grid-list .w-grid-item {
		margin-bottom: 2rem !important;
    }
}
.team-details {
	font-size: 17px;
}
.team-details .w-text-h {
	display: flex;
}
.team-details .material-icons {
	color: var(--color-content-heading);
	font-size: 24px;
}
.team-details.team-name {
	color: var(--color-content-heading);
	font-weight: 500;
}

.page-id-21641 .w-popup-box-title {
    line-height: 1;
}
.page-id-21641 .w-popup-box-content {
    background: #ffffff;
}

/*team popup end*/
.homepage-cta-buttons a {
	display: flex;
	width: 100%;
    justify-content: center;
	align-items: center;
    color: #ffffff !important;
    font-size: 1.5rem;
    height: 7rem;
	background-color: #4292c2;
	border-radius: 0.5rem;
}
.homepage-cta-with-border .homepage-cta-buttons a {
	outline: 1.5px solid white !important;
    outline-offset: -10px;
    border-radius: 0;
    transition-duration: 0.3s;
	box-shadow: 0px 5px 8px 0 rgba(0,0,0,0.55);
}
.homepage-cta-buttons a:hover {
    color: #4292C2 !important;
	background-color: #ffffff;
}
.homepage-cta-with-border .homepage-cta-buttons a:hover {
	outline: 1.5px solid #4292C2 !important;
	box-shadow: 0px 5px 8px 0 rgba(0,0,0,0.95);
}
@media (max-width: 375px) {
	.homepage-cta-with-border .homepage-cta-buttons a {
		font-size: 1.2rem;
	}
}
@media (max-width: 300px) {
	.homepage-cta-with-border .homepage-cta-buttons a {
		font-size: 1rem;
	}
}
.featured-development-wrapper {
	padding: 0 0.4rem;
}
.featured-development {
	position: relative;
    z-index: 0;
    flex: 1;
	height: 25rem;
	padding: 4rem 2rem;
	font-size: 1.2rem;
	border-radius: 0.5rem;
    overflow: hidden;
}
@media (max-width: 1142px) {
	.featured-development {
		flex: auto;
		width: 100%;
		margin-bottom: 0.4rem;
	}
	.featured-development {
		margin-right: 0px !important;
	}
}
.featured-development h3 {
	font-size: 2rem;
}
.featured-development:after {
	content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: -1;
	top: 0;
    left: 0;
}
/*property search form*/

.property-search-form {
    display: flex;
    width: 100%;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 6px 9px rgb(0 0 0 / 16%);
    padding: 1.5rem;
}
.search-form-heading {
    color: #4B9DC9;
    font-size: 1.5rem;
    font-weight: 500;
}
.property-search-form .control {
    display: flex;
    vertical-align: middle;
    padding: 0px;
    position: relative;
}
.search-form-controls {
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.advanced-controls-wrapper {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 2rem;
}
.advanced-controls-wrapper .extra-filter-options  {
	display: flex;
    width: 45%;
    justify-content: space-between;
    align-items: center;
}
/* .control-address_keyword {
	min-width: 25%;
} */
.control-address_keyword {
	min-width: 45%;
}
.control-department {
	margin-left: -1rem;
}
.control-minimum_price, .control-maximum_price, .control-minimum_rent, .control-maximum_rent, .control-minimum_bedrooms {
    min-width: 15%;
}
.advanced-controls-wrapper .extra-filter-options .control-radius  {
	display: flex;
    align-items: center;
    text-wrap: nowrap;
	gap: 1rem;
}
.advanced-controls-wrapper .extra-filters  {
	display: flex;
    flex-direction: column;
    gap: 0.5rem;
	align-items: flex-end;
}
.advanced-controls-wrapper .extra-filters label {
	display: flex;
    align-items: center;
}
.search-form-controls input:not([type=submit]), .advanced-controls-wrapper input:not([type=submit]), .search-form-controls select, .advanced-controls-wrapper select {
    font-weight: 500;
    letter-spacing: 0em;
    border-radius: 5px;
    background: #ffffff;
    border: solid 1px #7B7B7B;
    color: var(--color-content-text);
    box-shadow: none;
}
.search-form-controls  input[type=checkbox], .advanced-controls-wrapper input[type=checkbox] {
	margin: 0 0 0 0.5rem;
}
.search-results-pagination li .page-numbers:hover {
	background: #4292C2;
    border-color: #4292C2;
    color: #ffffff;
}
.search-results-pagination li .page-numbers.dots:hover {
	background: #DCDFBA;
    border-color: #DCDFBA;
    color: #4292C2;
}
.search-results-pagination li .page-numbers.current {
    background: #4292C2;
    border-color: #4292C2;
    color: #ffffff;
}
.propertyhive-result-count {
    margin: 2rem 0 1rem 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #55a7cf;
}
.propertyhive-ordering {
	display: none;
}

/*toggle buy and rent*/
.department-toggle-container {
    position: relative;
    height: 10%;
    min-width: 220px;
    max-width: 520px;
    top: 20%;
}
.submit-department {
    display: flex;
    align-items: center;
    justify-content: center;
}
.department-label {
    position: absolute;
	font-size: 1rem;
    text-align: center;
    flex: 0.34;
    z-index: 3;
	font-weight: 500;
    cursor: pointer;
    color: #707070;
    transition: 500ms;
}
.department-label:hover, .department-label:active {
    color: #707070;
}
.department-label-rent {
	left: 6.5rem;
    text-align: right;
    padding-left: 2.25rem;
}
.department-label-buy {
    left: 1.5rem;
    text-align: left;
    padding-right: 2.75rem;
    color: #222;
}
.department-toggle-container input {
    display: none;
}
.toggle-department-pill {
    position: relative;
    height: 2rem;
    width: 4rem;
    background: transparent;
    border: solid 1px #7B7B7B;
    border-radius: 500px;
    transition: all 500ms;
	margin: 0 0.5rem;
}
.department-toggle {
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-color: #4292c2;
    left: 4.5rem;
    border-radius: 500px;
    transition: all 500ms;
    z-index: 4;
}
/* toggle buy and rent colour/movement changes */

#department_residential-sales:checked~.department-label-buy {
 color: #4B9DC9;
}
#department_residential-lettings:checked~.department-label-buy {
 color: #707070;
}
 #department_residential-lettings:checked~.department-label-rent {
 color: #4B9DC9;
}
#department_residential-lettings:checked~.department-toggle {
 left: 6.75rem;
}
/*property search form responsive*/
@media (min-width: 2166px) {
	.advanced-controls-wrapper .extra-filters {
		flex-direction: row;
		row-gap: 0.5rem;
		column-gap: 1.5rem;
	}
}
@media (max-width: 1600px) {
	.advanced-controls-wrapper {
		row-gap: 1.5rem;
		flex-wrap: wrap;
	}
	.advanced-controls-wrapper .control-minimum_price, .advanced-controls-wrapper .control-minimum_rent, .advanced-controls-wrapper .control-maximum_price, .advanced-controls-wrapper .control-maximum_rent, .advanced-controls-wrapper .control-minimum_bedrooms {
		width: 30%;
	}
	.advanced-controls-wrapper .extra-filter-options {
		width: 100%;
		row-gap: 1.5rem;
		column-gap: 1.5rem;
		justify-content: center;
	}
	.advanced-controls-wrapper .extra-filter-options .control-radius {
		width: 42%;
	}
	.advanced-controls-wrapper .extra-filters {
		flex-direction: row;
		gap: 2rem;
	}
}
	
@media (max-width: 1536px) {
/* 	.control-address_keyword {
		min-width: 20%;
	} */
	.control-address_keyword {
		min-width: 40%;
	}
	.control-department {
		margin-left: -0.5rem;
	}
	.search-form-controls input[type=submit]:not(.w-btn) {
		padding: 0.9em 1em;
	}
	.control-minimum_price, .control-maximum_price, .control-minimum_rent, .control-maximum_rent, .control-minimum_bedrooms {
		min-width: 10%;
	}
}
@media (max-width: 1400px) {
	.search-form-controls {
		flex-wrap: wrap;
		row-gap: 1.5rem;
		column-gap: 1rem;
	}
	.search-form-controls input[type=submit]:not(.w-btn), .more-search-options {
		width: 100%;
		text-align: center;
	}
	.search-form-controls .search-form-heading, .search-form-controls .control-department {
		width: auto;
		text-align: center;
	}
	.search-form-controls .control-department {
		margin-right: -1rem;
	}
/* 	.search-form-controls .control-address_keyword {
		width: 100%;
		max-width: calc(100% - 465px);
		margin-left: 1rem;
	} */
	.search-form-controls .control-address_keyword {
		width: 100%;
		max-width: calc(100% - 275px);
		margin-left: 1rem;
	}
}
@media (max-width: 1042px) {
/* 	.search-form-controls .control-address_keyword {
		width: 100%;
		max-width: calc(100% - 220px);
		margin-left: 0rem;
	} */
	.search-form-controls .control-address_keyword {
		width: 100%;
		max-width: 100%;
		margin-left: 0rem;
	}
	.search-form-controls .search-form-heading {
		width: 100%;
		text-align: center;
	}
	.search-form-controls input:not([type=submit]) {
		text-align: center;
	}
}
@media (max-width: 1024px) {
	.advanced-controls-wrapper .extra-filter-options .control-radius {
		width: 100%;
	}
	.advanced-controls-wrapper .extra-filters {
		flex-wrap: wrap;
		justify-content: flex-end;
		gap: 0.5rem;
	}
}
@media (max-width: 768px) {
	.search-form-controls .control-address_keyword {
		width: 100%;
		max-width: 100%;
	}
	.search-form-controls .control-department {
		margin-left: -1.5rem;
		margin-right: 0rem;
	}
/* 	.search-form-controls input[type=submit]:not(.w-btn) {
		width: 100%;
		max-width: calc(100% - 220px);
	} */
	.search-form-controls input[type=submit]:not(.w-btn) {
		width: 100%;
		max-width: 100%;
	}
	.advanced-controls-wrapper .extra-filter-options {
		flex-direction: column;
	}
	.advanced-controls-wrapper .extra-filters {
		row-gap: 0.5rem;
		column-gap: 2rem;
	}
}
@media (max-width: 640px) {
	.advanced-controls-wrapper {
		row-gap: 1rem;
		margin-top: 1.5rem;
	}
	.advanced-controls-wrapper .control-minimum_price, .advanced-controls-wrapper .control-minimum_rent, .advanced-controls-wrapper .control-maximum_price, .advanced-controls-wrapper .control-maximum_rent, .advanced-controls-wrapper .control-minimum_bedrooms {
		width: 100%;
	}
	.advanced-controls-wrapper select {
		text-align: center;
	}
}
@media (max-width: 600px) {
	.search-form-controls .control-department {
		margin-left: 0rem;
	}
	.department-toggle-container {
		min-width: 160px;
	}
	.department-toggle {
		left: 3.5rem;
	}
	#department_residential-lettings:checked~.department-toggle {
		left: 5.5rem;
	}
	.department-label-buy {
		left: 0.5rem;
		padding-right: 2.5rem;
	}
	.department-label-rent {
		left: 5.25rem;
		padding-left: 2.25rem;
	}
/* 	.search-form-controls input[type=submit]:not(.w-btn) {
		width: 100%;
		max-width: calc(100% - 190px);
	} */
	.search-form-controls input[type=submit]:not(.w-btn) {
		width: 100%;
		max-width: 100%;
	}
	.advanced-controls-wrapper {
		margin-top: 1.5rem;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 1rem;
		align-items: stretch;
	}
	.advanced-controls-wrapper .extra-filter-options {
		justify-content: space-between;
		align-items: stretch;
		flex-direction: column;
		row-gap: 1rem;
		width: 100%;
	}
	.advanced-controls-wrapper .extra-filters {
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
}
@media (max-width: 500px) {
	.advanced-controls-wrapper .extra-filters {
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}
}
@media (max-width: 440px) {
	.search-form-controls {
		justify-content: center;
		row-gap: 1rem;
		column-gap: 1rem;
	}
	.search-form-controls input[type=submit]:not(.w-btn) {
		max-width: 100%;
	}
	.advanced-controls-wrapper .extra-filter-options {
		row-gap: 1rem;
	}
	.advanced-controls-wrapper .extra-filter-options .control-radius {
		flex-direction: column;
		gap: 0.5rem;
	}
}
/*featured property grid layout*/
.featured-property-row {
	max-width: 84%;
	margin: auto;
}
.featured-property-wrapper ul {
    display: flex;
    gap: 2%;
    margin-left: 2% !important;
    flex-wrap: wrap;
    justify-content: center;
}
.featured-property-sidebar-frame {
	padding: 1rem 1.5rem;
    background-color: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 6px 9px rgb(0 0 0 / 16%);
}
.featured-property-wrapper.featured-property-sidebar-wrapper ul {
	flex-direction: column;
	margin-left: 0px !important;
}
.featured-property-sidebar-wrapper .featured-property-grid {
	border-bottom: none !important;
	width: 100%;
}
.featured-property-grid {
	border-bottom: none !important;
	width: calc(25% - 2%);
}
.featured-property-grid .thumbnail {
	width: 100% !important;
}
.featured-property-grid img {
    max-width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

/*Contact Forms*/
[data-class="wpcf7cf_group"] {
    margin-bottom: 1.5rem;
}

/*recaptcha*/
.recaptcha-area {
    padding: 0.5rem 0;
}
.recaptcha-check {
	padding-bottom: 1rem;
}
.recaptcha-text {
	font-size: 12px !important;
    padding-top: 0px !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem;
    text-align: left;
}

/*rent-search-guide-for-tenants*/

.rent-search-guide-for-tenants {
	display: flex;
    justify-content: center;
    padding: 1.5rem 0rem 0rem;
}

/*********************************************
 * *  4. Page Blocks  * *
 *********************************************/

/*Property Page Top Image Section*/
.residential-property-wrapper {
	background-color: #ffffff;
}
.spp-top-image-row {
/* 	height: 60vh; */
/* 	height: 30vh; */
	height: auto;
    padding-top: 9rem !important;
	background-color: #4292c2;
	padding-bottom: 1.5rem !important;
}
@media (max-width: 400px) {
	.spp-top-image-row {
		padding-top: 7rem !important;
	}
}
.prestige-property-wrapper .spp-top-image-row {
    background-color: #193b5d;
}
.spp-top-image-row .l-section-h, .spp-top-image-row .vc_row, .spp-top-image-row .vc_column-inner, .spp-top-image-row .spp-top-image-content-vw, .spp-top-image-row .spp-top-image-content-hw {
	height: 100%;
}
.spp-top-image-content-hw {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    gap: 0.5rem;
}
.spp-top-image-row .price-qualifier {
	color: #DCDFBA;
    font-weight: 500;
    font-size: 1.2rem;
}
/* #property-page-top-image.hide-banner-image .spp-top-image-row {
	height: 30vh;
}
#property-page-top-image.hide-banner-image .spp-top-image-row .l-section-img {
	background-image: none !important;
	background-color: #4292c2;
}
#property-page-top-image.hide-banner-image .spp-top-image-row .l-section-overlay {
	background: linear-gradient(180deg,rgba(0,0,0,0)50%,rgba(0,0,0,0.35)100%) !important;
} */

.w-html {
    line-height: 0.9;
}
.spp-price {
	color: #ffffff;
    font-size: 3rem;
    font-weight: 500;
}
.spp-address {
	color: #ffffff;
    font-size: 1.5rem;
    font-weight: 500;
}
@media (max-width: 768px) {
	.spp-price {
		font-size: 2rem;
	}
	.spp-address {
		font-size: 1.2rem;
	}
}

.spp-back-link {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.spp-image-carousel .flexslider {
	border: 0px;
	margin: 0 0 0.5rem;
	background: none;
}
.spp-image-carousel .thumbnails .slides > li {
	margin-right: 0.5rem !important;
}

@media (max-width: 768px) {
	.spp-image-carousel .thumbnails {
		display: none;
	}
}

.flex-direction-nav a:before {
	color: rgba(255, 255, 255, 0.8);
}
.spp-content-section .vc_row {
	background: linear-gradient(180deg, rgba(255,255,255,0) 4.5rem, rgba(66,146,194,1) 4.5rem, rgba(66,146,194,1) 4.6rem, rgba(255,255,255,1) 4.6rem, rgba(255,255,255,1) 100%);
}
.spp-tabs .w-tabs-section-content {
    padding: 1.5rem 0rem 1.5rem 1.5rem;
    margin-top: 2rem;
}
.spp-tabs .w-tabs-item.active {
	background-color: #4292C2 !important;
	color: #ffffff !important;
}
.spp-tabs .w-tabs-item {
	background-color: #E0E3C2;
	color: #21527D;
	font-weight: 500;
	padding: 0.5rem 0.8rem !important;
	margin-right: 0.5rem !important;
}
.spp-tabs .w-tabs-item:hover {
	background-color: #4292C2 !important;
	color: #ffffff !important;
}
.spp-tabs .overview-area p {
	margin-bottom: 1.5rem;
}
.spp-tabs .features ul {
    margin-left: 15px;
}
.spp-content-cta-col {
	margin-top: 4.5rem;
}
.spp-content-cta-box,.spp-content-cta-logo {
	margin-right: 1.5rem;
    margin-top: 1.5rem;
}
.spp-content-cta-box {
	background-color: #4292C2;
	padding: 1rem
}
.spp-content-cta-logo {
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
}
.spp-content-cta-box h2 {
	color: #DCDFBA;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 1.5rem !important;
}
.spp-content-cta-box h3 {
	color: #ffffff;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1;
	
}
.spp-content-cta-box p {
	color: #ffffff;
}
.spp-content-cta-box .material-icons {
	font-size: 38px;
}
.spp-content-cta-box .virtual-tours-section, .spp-content-cta-box .brochure-section, .spp-content-cta-box .action-make-enquiry, .spp-content-cta-box .action-request-viewing {
	margin-bottom: 0.4rem;
}
.spp-content-cta-box h3:hover {
    color: var(--color-content-link-hover);
}
.spp-content-section .property-details ul {
    margin-left: 1rem;
}
.spp-content-section .property-details li {
	margin: 0 0 0.2rem;
}
@media (max-width: 1024px) {
	.spp-content-section .g-cols.cols_2-1 {
		grid-template-columns: 100%;
		grid-gap: 1rem;
	}
	.spp-tabs .w-tabs-section-content {
		padding: 1.5rem 1.5rem 1.5rem 1.5rem;
	}
	.spp-content-cta-col {
		margin-top: 0;
	}
	.spp-content-cta-box, .spp-content-cta-logo {
		margin-left: 1.5rem;
		display: flex;
	}
	.spp-content-cta-logo {
		max-width: 400px;
		margin: 1rem 1.5rem 1rem;
	}
}
.featured-property-wrapper .propertyhive-similar-properties-shortcode {
    text-align: center;
}
.featured-property-wrapper .propertyhive-similar-properties-shortcode h2 {
    text-align: initial;
}
/* Enquiry Form Extra Text */
.property-enquiry-form-address {
    margin-bottom: 1rem;
    margin-top: -0.5rem;
}

/*Prestige Property*/
.prestige-property-wrapper {
	background-color: #ffffff;
	background-image: url(/wp-content/uploads/2023/06/Prestige-Property-BG-Pattern.svg);
	background-repeat: repeat;
	background-size: 200px;
}
.prestige-property-wrapper .spp-back-link a {
	color: #1E4872;
}
.prestige-property-wrapper .spp-tabs .w-tabs-item.active, .prestige-property-wrapper .spp-tabs .w-tabs-item:hover {
	background-color: #1E4872 !important;
}
.prestige-property-wrapper .spp-tabs h3 {
	color: #1E4872;
}
.prestige-property-wrapper .spp-image-carousel #slider:before {
	content: "";
    display: flex;
	position: absolute;
	z-index: 1;
    background-image: url(/wp-content/uploads/2023/06/WMSykes-Prestige-Property-Banner.svg);
    background-repeat: no-repeat;
    height: 3.5rem;
    width: 14rem;
    left: -0.5rem;
	top: 1rem;
}

.prestige-property-wrapper .spp-content-section .vc_row {
	background: linear-gradient(180deg, rgba(255,255,255,0) 4.5rem, rgba(30,72,114,1) 4.5rem, rgba(30,72,114,1) 4.6rem, rgba(255,255,255,1) 4.6rem, rgba(255,255,255,1) 100%);
}
.prestige-property-wrapper .spp-content-cta-box {
	background-color: #1E4872;
}
.prestige-property-wrapper #spp-residential-logo {
	display: none;
}
#spp-prestige-logo {
	display: none;
}
.prestige-property-wrapper #spp-prestige-logo {
	display: flex;
}

/* Property Page Extra Information Section */
.property-extra-info-section .vc_row {
    background: none !important;
}

/*Full Image CTA Row*/

.full-img-cta-row {
	
}

.full-img-cta-wrapper {
	
}
.image-cta-text {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
}

/*similar-properties*/
.similar-properties {
	text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
}
/* services-tabs */
.services-tabs .w-tabs-item {
	background-color: #ffffff !important;
	color: #4292C2 !important;
}
.services-tabs .w-tabs-list-h {
    gap: 0.7rem;
	flex-wrap: wrap;
}
.services-tabs .w-tabs-item.active, .services-tabs .w-tabs-item:hover {
	background-color: #4292C2 !important;
	color: #ffffff !important;
}
.services-tabs .w-tabs-section-content {
	padding-top: 1.5rem;
}
/* Footer */
.footer-heading {
    font-size: 1rem;
    color: var(--color-footer-heading);
    font-weight: 500;
}
.footer-wrapper {
    font-size: 0.9rem;
    line-height: 1.2;
    width: 85%;
	max-width: 1292px;
    margin: auto;
    gap: 2rem;
}
.footer-logo .w-image {
    max-width: 200px;
}
.footer-menu {
    max-width: 18%;
    width: 10%;
}
.footer-holmfirth-office, .footer-slaithwaite-office, .footer-newsletter {
	width: 18%;
}
.footer-slaithwaite-office {
	
}
.footer-newsletter .w-btn {
    padding: 0.8em 1em !important;
    font-size: 0.9rem;
    border-radius: 0.5rem;
}

.footer-logo-area .w-image-h {
/* 	max-width: 200px; */
	max-height: 100px;
/*     mix-blend-mode: multiply; */
}
.footer-logo-area .multiply .w-image-h {
    mix-blend-mode: multiply;
}
.partner-logo {
	max-width: 200px;
	max-height: 70px;
    mix-blend-mode: multiply;
}

.footer-image img {
	width: auto
}
/* free valuation row */
.free-valuation-row {
	
}
.free-valuation-wrapper {
	padding: 3rem 2rem;
    row-gap: 1rem;
	column-gap: 4rem;
}

/*********************************************
 * *  5. Custom Grid Layouts  * *
 *********************************************/

/*Properties grid layout*/

#property-grid-layout .l-section-h {
    max-width: 85%;
}
@media (max-width: 1200px) {
	#property-grid-layout .l-section-h {
		max-width: 95%;
	}
}
#property-grid-layout {
    padding-top: calc(var(--header-height) + 4rem);
}
.property-grid-wrapper {
	background-color: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 6px 9px rgb(0 0 0 / 16%);
	height: 100%;
	display: flex;
    flex-direction: column;
	transition-duration: 0.3s;
}
.property-grid-wrapper:hover {
	transform: translateY(-0.5rem);
}
.property-grid-wrapper .thumbnail img {
	border-radius: 0.75rem 0.75rem 0 0;
}
.property-grid-wrapper .thumbnail .flag {
	display: none;
}
.property-grid-wrapper .thumbnail .flag.flag-under-offer, .property-grid-wrapper .thumbnail .flag.flag-sold-stc, .property-grid-wrapper .thumbnail .flag.flag-sold {
	display: block;
}
.property-grid-wrapper .thumbnail .flag.flag-under-offer {
    font-size: 0rem !important;
	padding: 0 !important;
	background-color: transparent !important;
    background-image: url(/wp-content/uploads/2023/06/WMSykes-Under-Offer-Banner.svg) !important;
    background-repeat: no-repeat !important;
    top: 1rem !important;
    left: -0.31rem !important;
    height: 2.25rem;
    width: 6.5rem;
}
.property-grid-wrapper .thumbnail .flag.flag-sold-stc {
    font-size: 0rem !important;
	padding: 0 !important;
	background-color: transparent !important;
    background-image: url(/wp-content/uploads/2023/06/WMSykes-Sold-STC-Banner.svg) !important;
    background-repeat: no-repeat !important;
    top: 1rem !important;
    left: -0.31rem !important;
    height: 2.25rem;
    width: 5.4rem;
}
.property-grid-wrapper .thumbnail .flag.flag-sold {
    font-size: 0rem !important;
	padding: 0 !important;
	background-color: transparent !important;
    background-image: url(/wp-content/uploads/2023/06/WMSykes-Sold-Banner.svg) !important;
    background-repeat: no-repeat !important;
    top: 1rem !important;
    left: -0.31rem !important;
    height: 2.25rem;
    width: 3.5rem;
}

.property-grid-wrapper h2 {
	font-size: 0.9rem;
	font-weight: 500;
	color: #707070;
}
.property-grid-wrapper .property-grid-content {
	padding: 0.8rem 1rem 1rem 1rem;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	height: 100%;
}
.property-grid-wrapper .property-grid-details {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 0.7rem;
	font-size: 0.9rem;
	font-weight: 500;
}
.property-grid-wrapper .property-grid-details .rooms {
	display: flex;
	column-gap: 0.7rem;
}
.property-grid-details .room-bedrooms .room-count:before {
    content: "\f236";
    font-family: 'fontawesome';
    font-weight: 900;
    color: #55A7CF;
    margin-right: 0.25rem;
}
.property-grid-details .room-bathrooms .room-count:before {
    content: "\f2cd";
    font-family: 'fontawesome';
    font-weight: 900;
    color: #55A7CF;
    margin-right: 0.25rem;
}
.property-grid-details .property-address:before {
    content: "\f3c5";
    font-family: 'fontawesome';
    font-weight: 900;
    color: #55A7CF;
    margin-right: 0.5rem;
}

.property-grid-wrapper .property-grid-details .property-address, .property-grid-wrapper .property-grid-details .actions {
	width: 100%;
	display: flex;
}
.property-grid-wrapper .property-grid-details .actions .button {
    font-size: 1rem;
    line-height: 1!important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 0.6em 1.6em;
    background: #DCDFBA;
    border-color: #DCDFBA;
    color: #4292C2!important;
    width: 100%;
}
.property-grid-wrapper .property-grid-details .actions .button:hover {
	background: transparent;
    border-color: #DCDFBA;
    color: #4292C2!important;
}
.property-grid-wrapper .price-qualifier, .property-grid-wrapper .room-label, .property-grid-wrapper .room-receptions {
	display: none;
}
#property-grid-layout .buy-results-intro-block .l-section.height_medium,
#property-grid-layout .rent-results-intro-block .l-section.height_medium,
#property-grid-layout .auction-results-intro-block .l-section.height_medium {
	padding-bottom: 2.5rem;
}

/*Prestige Property*/
.prestige-property-grid-wrapper .thumbnail a:after {
    content: "";
    display: flex;
    position: absolute;
    background-image: url(/wp-content/uploads/2023/06/WMSykes-Prestige-Property-Banner-Thin.svg);
    background-repeat: no-repeat;
    height: 2.25rem;
    width: 10rem;
    left: -0.33rem;
    bottom: -0.5rem;
}

.search-results-pagination {
	display: flex;
    justify-content: center;
	margin: 2rem 0;
}
.search-results-pagination li .page-numbers {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 2.5rem;
    height: 2.5rem;
	font-size: 1rem;
    line-height: 1!important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 0.5rem 0.8rem;
    background: #DCDFBA;
    border-color: #DCDFBA;
    color: #4292C2;
}

/* Image Carousel */
.image-carousel .owl-item.active.center {
    transform: scale(1.4);
	opacity: 1;
	z-index: 1;
    transition: all 1.5s ease 0s;
}
.image-carousel .owl-item:not(.center) {
	transform: scale(1);
	opacity: 0.5;
	transition: all 1.5s ease 0s;
}
.image-carousel .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
.image-carousel .owl-stage-outer {
	padding: 2.5rem 0rem;
}
.image-carousel .w-grid-item-h {
    border-radius: 15px !important;
}
@media (max-width: 750px) {
	.image-carousel .owl-item.active.center {
		transform: scale(1) !important;
	}
	.image-carousel .owl-stage-outer {
		padding: 0rem !important;
	}
}

/* History and Heritage */

@media (max-width: 995px) {
	.history-inner-row.g-cols.cols_2 {
		grid-template-columns: repeat(1,1fr);
	}
	.g-cols.stacking_default.reversed>div:last-of-type {
		order: -1;
	}
}

/* News Blog Grid Layout */

.news-blog-main-wrapper {
	background-color: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 6px 9px rgb(0 0 0 / 16%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition-duration: 0.3s;
}
.news-blog-main-wrapper .post_image {
	margin-bottom: 0px;
}
.news-blog-main-wrapper img {
	border-radius: 0.75rem 0.75rem 0 0;
}
.news-blog-main-content-wrapper {
	padding: 0.8rem 1rem 1rem 1rem;
    display: flex;
/*     flex-direction: column;
    justify-content: space-between;
    height: 100%; */
}
.news-blog-main-content-wrapper .post_date {
	font-size: 0.8rem;
	color: #A0B992;
	margin-bottom: 0.3rem;
}
.news-blog-main-content-wrapper .post_title {
	font-size: 1.6rem;
	color: #1E4872;
	line-height: 1.1;
}
.news-blog-main-content-wrapper .post_content {
	color: #4292C2;
	line-height: 1.1;
	flex-basis: 73%;
}
.news-blog-main-content-wrapper .w-btn {
	width: max-content;
	padding: 0.6em 0.6em;
	flex-basis: 27%;
}
@media (max-width: 1118px) {
	.news-blog-secondary-content-wrapper {
		row-gap: 0.7rem;
		flex-direction: column;
	}
	.news-blog-main-content-wrapper .post_content, .news-blog-main-content-wrapper .w-btn {
		flex-basis: 100%;
		align-self: flex-start;
	}
}

/*********************************************
 * *  6. Responsive Styling  * *
 *********************************************/

@media (max-width: 1260px) {
	.footer-wrapper {
		flex-wrap: wrap;
		gap: 2rem;
    }
	.footer-logo {
		width: 100%;
	}
	.footer-logo .w-image {
		max-width: 250px;
		margin: auto;
	}
	.footer-holmfirth-office, .footer-slaithwaite-office, .footer-newsletter {
		width: 22%;
	}
	.propertyhive ul.properties li {
		width: 49% !important;
	}
	.propertyhive ul.properties li:nth-child(2n+1) {
		clear: left !important;
		margin-left: 0;
	}
}
@media (max-width: 1200px) {
     {
    }
}

@media (max-width: 1024px) {
	.mega-menu-wrapper {
    gap: 2rem;
	}
	.mega-menu-newsletter-box {
		display: none;
	}
	.footer-wrapper {
		justify-content: flex-start !important;
    }
	.footer-menu {
		max-width: 100%;
		width: calc(50% - 4rem);
	}
	.footer-holmfirth-office, .footer-slaithwaite-office, .footer-newsletter {
		width: calc(50% - 4rem);
	}
	.footer-menu .menu {
		columns: 2;
	}
}

@media (max-width: 900px) {
     {
    }
}

@media (max-width: 768px) {
	.footer-wrapper {
		flex-direction: column;
		row-gap: 2rem;
		column-gap: 0rem;
    }
	.footer-menu, .footer-holmfirth-office, .footer-slaithwaite-office, .footer-newsletter {
		width: 100%;
		max-width: 100%
	}
	.propertyhive-result-count {
		text-align: center;
	}
	#property-grid-layout {
		padding-top: calc(var(--header-height) + 2rem);
	}
}

@media (max-width: 600px) {
	.header_hor .l-header.sticky_auto_hide.down {
		transform: translateY(-130%) !important;
	}
}
@media (max-width: 590px) {
	.propertyhive ul.properties li {
		width: 100% !important;
	}
}

@media (max-width: 480px) {
     {
    }
}

@media (max-width: 320px) {
     {
    }
}
.featured-property-sidebar-frame .propertyhive ul.properties li {
    width: 100% !important;
}
@media (min-width:600px) and (max-width: 1024px)  {
	.featured-property-sidebar-frame {
		display: none;
	}
}

/**homepage featured block grid **/

.homepage-featured-block-grid .w-grid-list {
	display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0 0.4rem;
}
.homepage-featured-block-grid .w-grid-list article {
	flex: 1;
    height: 1000px;
    max-height: 450px;
/* 	min-width: 500px; */
}
.homepage-featured-block-grid .w-grid-list article .w-grid-item-h {
	background-blend-mode: multiply;
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.homepage-featured-block-wrapper {
	padding: 4rem 2rem;
	font-size: 1.2rem;
}
@media (max-width: 1170px) {
	.homepage-featured-block-grid .w-grid-list {
		flex-direction: column;
	}
	.homepage-featured-block-wrapper {
		max-height: 450px;
		height: 1000px !important;
	}
}

.homepage-featured-block-grid.homepage-featured-block-grid-square .w-grid-list {
    gap: 0.8rem;
    padding: 0 0.8rem;
}

/** Extras **/
@media (min-width: 1025px) {
	.hide-desktop {
		display: none !important;
	}
}
@media (max-width: 1024px) {
	.hide-mobile {
		display: none !important;
	}
}