/*
 Theme Name:   Art Division Child theme
 Theme URI:    https://artdivision.co.uk
 Description:  A child theme for the Art Division Parent Theme
 Author:       Art Division
 Author URI:   https://artdivision.co.uk
 Template:     art-division
 Version:      1.0.0
*/

/* dm-serif-display-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'DM Serif Display';
	font-style: normal;
	font-weight: 400;
	src: url('./assets/fonts/dm-serif-display/dm-serif-display-v15-latin-regular.woff2')
		format('woff2');
}
/* nunito-300 - latin */
@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 300;
	src: url('./assets/fonts/nunito/nunito-v31-latin-300.woff2') format('woff2');
}
/* nunito-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	src: url('./assets/fonts/nunito/nunito-v31-latin-regular.woff2') format('woff2');
}
/* nunito-italic - latin */
@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: italic;
	font-weight: 400;
	src: url('./assets/fonts/nunito/nunito-v31-latin-italic.woff2') format('woff2');
}
/* nunito-500 - latin */
@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 500;
	src: url('./assets/fonts/nunito/nunito-v31-latin-500.woff2') format('woff2');
}
/* nunito-600 - latin */
@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	src: url('./assets/fonts/nunito/nunito-v31-latin-600.woff2') format('woff2');
}
/* nunito-700 - latin */
@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	src: url('./assets/fonts/nunito/nunito-v31-latin-700.woff2') format('woff2');
}
/* nunito-800 - latin */
@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 800;
	src: url('./assets/fonts/nunito/nunito-v31-latin-800.woff2') format('woff2');
}
/* nunito-900 - latin */
@font-face {
	font-display: swap;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 900;
	src: url('./assets/fonts/nunito/nunito-v31-latin-900.woff2') format('woff2');
}

/* Variables */
:root {
	--text: #333;
	--medium-grey: #f1f1f1;
	--br: 6px;
    --titles: #333;
    --wp--preset--font-size--normal: 18px;    
}
html {
	scroll-behavior: smooth;
    scroll-padding-top: 180px; /* May need to adjust depending on navbar height */    
}
html, body {
	font-size: 18px;
	font-family: 'Nunito', sans-serif;
}

/* Typography */
h1, .is-h1,
h2, .is-h2,
h3,
h4,
h5,
h6 {
	font-family: 'DM Serif Display', serif ;
	color: var(--text);
}
h2,	.is-h2 {
	font-size: 32px;
}
@media (min-width: 992px) {
	h2,	.is-h2 {
		font-size: 52px;
	}
}
.testimonial-page h1 {
    font-size: 30px;
    padding-top: 30px;
}
@media (min-width: 992px) {
    .testimonial-page h1 {
		font-size: 52px;
	}
}
p, li, a, blockquote, blockquote p, dd, dt {
	font-size: 18px;
	font-family: 'Nunito', sans-serif;
	text-wrap: pretty;
	word-wrap: break-word;
}
/* Navbar */
.art-transparent-header .nav-ul .nav-link:is(:hover, :focus) {
	color: #38a1d6	
}
.art-transparent-header .top-nav-scrolled .nav-ul .nav-link:is(:hover, :focus) {
	color: #38a1d6;	
}
.art-transparent-header .current-menu-item .nav-link {
    color: #38a1d6;
}
.nav-icons-contact:hover .fa-phone-flip {
    animation: ring 0.6s ease-in-out infinite;
}

@keyframes ring {
    0% { transform: rotate(0); }
    15% { transform: rotate(15deg); }
    30% { transform: rotate(-15deg); }
    45% { transform: rotate(10deg); }
    60% { transform: rotate(-10deg); }
    75% { transform: rotate(5deg); }
    100% { transform: rotate(0); }
}
.nav-icons-search .fa-search,
.nav-icons-contact .fa-bars {
	transition: 0.7s ease;
}
.nav-icons .nav-icons-contact .fa-bars {
    font-size: 40px;
}
.nav-icons-search:hover .fa-search {
    transform: scale(1.15);
}
#nav-top-menu a.nav-link {
	transition: 0.7s ease;
	display: inline-block;
}
.current-menu-item .nav-link {
    color: #86d7ff;
}
.nav-icons .nav-link:is(:hover, :focus) {
    color: #86d7ff;
}
.art-fixed-header .nav-logo-image svg path,
.top-nav-scrolled .nav-logo-image svg path {
    fill: var(--highlight);
}
 .nav-buttons .art-btn.art-btn {
    font-weight: normal;
}
.nav-buttons .art-btn.art-btn:before {
    content: none;
}
.art-btn.art-btn:is(:hover, :focus)::after {
    width: 100%;
    left: 0;
}
.art-fixed-header .top-nav {
    max-height: 90px;
}
body.art-fixed-header {
    margin-top: 90px;
}
.nav-icons li i {
    margin-left: 0 !important;
}
.top-nav ul, .top-nav li {
    gap: 20px;
}
/* Homepage */
.art-homepage-hero-img:after, 
.art-homepage-slider .swiper-slide picture:after {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 30%) 65%, rgb(0 0 0 / 50%) 100%);
}
@media (min-width: 992px) {
    .art-homepage-hero {
        align-items: end;
        padding-bottom: 11%;
        padding-bottom: 60px;
    }
}
@media (min-width: 992px) and (min-height: 600px) {
    .art-homepage-hero {
        padding-bottom: 11%;
    }
}
.art-homepage-hero {
    text-shadow: 0 0 12px #0000009e;    
}
.art-homepage-hero p {
    margin-bottom: 0;
    margin-top: -18px;  
    font-weight: 300;  
    text-shadow: 0 0 8px black;    
}
/* Hero */
.hero-module-image::after {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 30%) 65%, rgb(0 0 0 / 50%) 100%);
}
/* @media(min-height:570px) {
    .hero-module-content {
        top: 70%;
    }
} */
.hero-module-content > .art-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.hero-module-content h1 {
    margin: 0;
    text-shadow: 0 0 12px #0000009e;    
}
@media(min-width:992px) {
    .hero-module-content h1 {
        font-size: 62px;
    }
}
.hero-module-content p {
    margin: 0;
    margin-top: -18px;     
    font-weight: 300;
    font-size: 20px;
    text-shadow: 0 0 8px black;    
}
@media(min-width:992px) {
    .hero-module-content p {
        font-size: 23px;
    }
}
/* Buttons */
.art-btn.art-btn {
	border-radius: var(--br);
    overflow: hidden;
    text-transform: capitalize;
    padding: 16px 18px;
    font-weight: 300;    
}
@media(min-width:992px) {
    .art-btn.art-btn {
        min-width: 185px;
    }
}
.art-btn.art-btn:is(:hover, :focus)::before {
	border-radius: var(--br);
}
.custom-art-btn .art-btn.art-btn {
    color: white;
	border: 2px solid white;
    background-color: transparent;
}
.custom-art-btn .art-btn.art-btn:is(:hover, :focus) {
    color: var(--highlight);
}
.custom-art-btn .art-btn.art-btn:is(:hover, :focus)::after {
    background-color: white;
}
/* Popup Menu */
.hamburger-widget-area .art-btn {
    max-width: 300px;
}
.hamburger-widget-area i {
    color: white;
}
.hamburger-widget-area #block-20 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}
.hamburger-widget-area .art-btn {
    max-width: 300px;
    background: transparent;
    border: 2px solid white;
    font-weight: 600;
}
.hamburger-widget-area #block-20 .art-btn:is(:hover, :focus) {
    color: var(--secondary);
}
.hamburger-widget-area #block-20 .art-btn::after {
    background-color: rgb(255 255 255);    
}
.hamburger-widget-area #block-20 .art-btn:last-child {
    background: white;
    color: var(--highlight);
}
.hamburger-widget-area #block-20 .art-btn:last-child:is(:hover, :focus) {
    color: white;
}
.hamburger-widget-area #block-20 .art-btn:last-child::after {
    background-color:var(--highlight); 
}
.hamburger-search-content-nav .nav-link:is(:hover, :focus),
.hamburger-search-content-nav i:is(:hover, :focus) {
    color: #1a6387 !important;
}
/* Content Multi */
.art-module-multi-header > span {
    font-family: 'Nunito';
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: normal;    
}
.art-module-multi-header > h2 {
    margin-top: 0;
    margin-bottom: 25px;
}
.art-module-multi:has(.art-columns-2.list-section) .art-module-multi-header h2 {
    margin-bottom: 0;
}
/* Contnet Multi with logo */
.art-module-multi--logo {
	background-image: url('/wp-content/themes/art-division-child/assets/images/Avrasons Estate Agents - logo blue.svg');
}
.art-module-multi--welcome .art-module-multi-header span {
    display: flex;
    align-items: center;
	justify-content: center;
    gap: 10px;
    font-weight: 600;
}
.art-module-multi--welcome .art-module-multi-header > span::before,
.art-module-multi--welcome .art-module-multi-header > span::after {
	content: "";
    flex: 1;
    height: 1px;
    background: #333;
    opacity: 0.4;
	max-width: 100px;
}
/* Content Image Text */
.content-image-text-title > span {
    font-family: 'Nunito';
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: normal;    
}
.content-image-text-title > h2 {
    margin-top: 0;
    margin-bottom: 25px;
}
.content-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--br);
}
.content-image-text .content-images {
    position: relative;
    padding-bottom: 25px; 
    padding-left: 25px; 
}
.content-image-text .content-images::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 85%;
    height: 80%;
    background: linear-gradient(#C3D1D8, #C3D1D8);
    border-radius: var(--br);      
    z-index: -1;
}
/* Our Services Module */
.art-rep-services .art-header, 
.art-rep-services .art-content p {
    max-width: 1040px;
}
@media (min-width: 992px) {
    .art-services--flex {
        gap: 0;
    }
}
.art-services--grid {
    gap: 2px;
}
.art-services-items .art-services-item div h3 {
    font-family: 'Nunito';
    font-size: 28px;
}
/* FAQs */
.faqs-splittable .ac .ac-trigger {
    color: var(--secondary);
    text-transform: none;
    letter-spacing: normal;
    line-height: normal;
    font-size: 20px;
}
.ac .ac-trigger::after {
    font-weight: bold;
    color: var(--secondary);
}
@media(min-width:992px) {
    .faqs-splittable .ac .ac-trigger {
        font-size: 22px;
    }    
	.ac .ac-trigger::after {
		font-size: 30px;
	}	
}
/* Blog Module */
.blog-container {
    background: transparent;
}
.blog-content {
    background-color: transparent;
    padding: 0;
}
.blog-bottom, .home_read_time {
    display: none;
}
.art-blog-module .blog-content h3 {
    order: -1;
}
@media(min-width:992px) {
    .art-blog-module .blog-content h3 {
        font-size: 20px;
        text-wrap: auto;
    }
}
.art-blog-module .blog-content h3 a {
    font-size: 20px;
    text-wrap: auto;
}
.blog-content p.blog-card-date {
    display: block;
    font-size: 18px;
}
.blog-image {
    border-radius: var(--br);
}
.blog-image img {
    border-radius: var(--br);
}
/* Blog archive */
.blog-archive .blog-archive-container h2 {
    font-size: 20px;
    text-wrap: auto;
}
/* CTA Repeatable */ 
.cta-flex-item p {
    font-size: 20px;
}
@media(min-width:992px) {
    .cta-flex-item p {
        font-size: 24px;
    }    
}
.cta-flex-item h2 {
    margin-top: 0;
    margin-bottom: 16px;
}
.custom-cta-tenant-fees .cta-flex-item p {
    font-size: 22px;
}
/* Property Cards */
.grid-img-home {
    border-radius: var(--br);
}
.grid-img-home img {
    border-radius: var(--br);
}
span.property-label {
    background: var(--secondary);
    text-transform: capitalize;
    font-family: 'Nunito';
    letter-spacing: normal;
    line-height: normal;
    font-size: 16px;
    font-weight: 300;
    border-radius: 4px;
}
.grid-img-home span.property-label {
    margin: 0;
    right: 0;
    left: auto;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 3px 10px;
}
span.property-label:is(.property-label-let, .property-label-under-offer) {
    background: #333;
}
.feature-info-home {
    display: flex;
    flex-direction: column;
}
.feature-info-home.feature-info-home.feature-info-home p {
	color: var(--secondary);
    order: -1;
    font-family: 'Nunito';
    font-size: 28px;
    font-weight: 600;
    height: auto;	
    line-height: normal;
    margin: 0;	
    text-transform: none;
}
.grid-content-home .feature-info-home h4,
.property-archive-title h3 {
    font-family: 'Nunito';
}
.swiper-slide .grid-img-home img {
    aspect-ratio: 6 / 4;
    object-position: left bottom;
}
.art-property-slider .art-btn-group {
    padding: 0 15px;
}
/* Property Search Popup */
.property-search-popup.property-search-popup {
    background: var(--highlight);
}
.property-search-popup.property-search-popup h2 {
    margin: 0;
}
.property-search-popup.property-search-popup .property-search-one-keyword {
    border-radius: var(--br);
}
.property-search-art-btn-group.art-btn-group.art-btn-group .art-btn:not(:only-child),
.property-search-art-btn-group .art-btn-group .art-btn.art-btn:nth-child(even) {
    background: transparent;
    border: 2px solid white;
}
.property-search-art-btn-group.art-btn-group .art-btn.art-btn:is(:hover, :focus) {
    color: #333;
}
.property-search-art-btn-group .art-btn.art-btn:is(:hover, :focus)::after,
.property-search-art-btn-group.art-btn-group .art-btn.art-btn:nth-child(even):is(:hover, :focus)::after {
    background-color: white;
}
.property-search-one-residential-search.property-search-one-residential-search {
    gap: 16px;
}
/* Property Archive */
.archive .art-property-search-filter-title h1 {
    text-align: center;
}
.archive:not(.is-shortlisted) .art-property-search-filter-title h1 {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.post-type-archive .art-property-search-filter-title-wrapper {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.post-type-archive .art-property-search-filter-3 .art-property-search-form-container {
    background: var(--secondary);
    padding: 16px;
}
.post-type-archive .art-property-action-bar {
    background: transparent;
    justify-content: start;    
}
.post-type-archive .art-property-search-filter-container .control.control-address_keyword {
    padding-left: 0;
}
.post-type-archive .art-property-search-filter-3 .property-search-form .control.control-address_keyword input {
    border-radius: 9px;
    padding-left: 16px;
}
.property-search-form .control.control-address_keyword input,
.post-type-archive .property-search-form select {
    border-radius: 9px;
    /* background: #155879; */
    /* color: white; */
    font-family: 'Nunito';
}
.property-search-form .control.control-address_keyword input {
    padding-left: 16px;
}

.post-type-archive .art-property-search-filter-3 .property-advanced-search-form input[type="submit"] {
    height: auto;
    background: white;
    color: #333;
    border-radius: 9px;
    text-transform: none;
    font-weight: 600;
    font-family: 'Nunito';
    font-size: 18px;    
}
input[type="submit"].art-btn.art-property-search {
    border: 2px solid transparent;
}
input[type="submit"].art-btn.art-property-search:is(:hover, :focus) {
    background: transparent;
    color: var(--highlight);
    border-color: var(--highlight);    
}
.art-property-action-bar .view-buttons,
.post-type-archive .propertyhive-views {
    order: -1;
}
.art-property-action-bar .view-buttons li.grid-btn {
    display: none !important;
}
.art-property-action-bar .view-buttons li.list-btn,
.post-type-archive .propertyhive-views ul li.list-view {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    margin: 0;
}
.art-property-action-bar .view-buttons li.map-btn,
.post-type-archive .propertyhive-views ul li.map-view {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    margin: 0;
}
.art-property-action-bar .view-buttons li a,
.post-type-archive .propertyhive-views ul li a {
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
}
.art-property-action-bar .view-buttons li.active a,
.post-type-archive .propertyhive-views ul li.active a {
    color: white;
}
.post-type-archive .propertyhive-result-count {
    flex: 1;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: -0.3px;
    padding-left: 0;
    line-height: normal;    
}
.post-type-archive .propertyhive-ordering select {
    border-radius: 10px;
    font-family: 'Nunito';
    font-size: 14px;
    font-weight: 500;    
}
@media (min-width: 992px) {
    .post-type-archive #search_block.list-view .properties-block .grid-img {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;    
    }
}
.post-type-archive .grid-box-card {
    border-radius: 10px;
}
.post-type-archive span.property-label {
    background: var(--secondary);
    text-transform: capitalize;
    font-family: 'Nunito';
    letter-spacing: normal;
    line-height: normal;
    font-size: 14px;
    font-weight: 300;
}
.post-type-archive span.property-label {
    margin: 0;
    left: 0;
    border-radius: 0px;
    padding: 6px 16px;
    right: auto;
    top: 0;
    border-bottom-right-radius: 10px;
}
.post-type-archive #search_block.list-view .properties-block .grid-content .feature-info h4 {
    font-family: 'Nunito';
    font-size: 26px;
}
.post-type-archive .grid-content-inner .property-single-description {
    font-weight: 600;
    font-size: 16px;
}
.post-type-archive .property-more-details {
    margin-top: 0;
    text-transform: capitalize;
    letter-spacing: normal;
    border-radius: 6px;
    width: 100%;
    max-width: 220px;    
    overflow: hidden;
    transition: 0.4s all 
cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: none;
    position: relative;
    z-index: 2;
}
.post-type-archive .property-more-details::after {
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    transition: 0.4s all 
cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
    width: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: var(--radius);
}
.post-type-archive .property-more-details:is(:hover, :focus)::after {
    width: 100%;
    left: 0;
    background-color: var(--btn-primary-bg-colour-hover);
    content: '';
}

.post-type-archive .grid-box-card {
    box-shadow: none;
    background: #f1f1f1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;    
}
.post-type-archive .property-excerpt p {
    font-size: 16px;
    overflow: auto;
    max-height: 100%;
}
.post-type-archive .propertyhive-views ul li.active {
    background: var(--secondary);
}
.post-type-archive .grid-content h5 {
    font-family: 'Nunito';
    font-weight: 500;
}
.art-property-search-filter-2 .art-property-search-departments {
    gap: 0;
}
.art-property-search-filter-2 .art-property-search-departments a.active {
    background: var(--secondary);
    color: white;
}
.art-property-search-departments a.art-department-link {
    border: none !important;
    line-height: 24px;
}
@media(max-width:991px) {
    .art-property-search-departments.art-property-search-departments {
        margin-bottom: 0;
    }
}
@media(min-width:992px) {
    .art-property-search-departments a.art-department-link {
        margin-bottom: 20px;
    }    
}
.art-property-search-departments a.art-department-link:first-child {
    border-top-left-radius:  var(--br);
    border-bottom-left-radius:  var(--br);
}
.art-property-search-departments a.art-department-link:last-child {
    border-top-right-radius:  var(--br);
    border-bottom-right-radius:  var(--br);
}
.art-property-search-filter-2 .art-property-search-departments a {
    background: white;
}
@media(min-width:992px) {
    .art-property-search-filter-2 .art-property-search-departments a {
        background: var(--medium-grey);
    }    
}
.art-property-search-filter-2 .property-search-form {
    border-radius: var(--br);
}
.art-property-search-form-wrapper {
    margin-bottom: 14px;
}
.property_search_sold_let_option > .control-include label {
    font-size: 14px;
}
.property_search_sold_let_option {
    position: relative;
}
.control-include {
    display: inline-flex !important;
    align-items: center;
    position: absolute;
    bottom: -24px;
}
.control-include label,
.control-include input {
    cursor: pointer;
}
.property-advanced-search-form input[type="submit"] {
    height: 40px;
}
.view-buttons .active {
    background-color: var(--secondary);
}
@media(min-width: 767px) {
    .fa-sliders-h, 
    .fa-map-marker-alt, 
    .fa-list, 
    .fa-heart-circle, 
    .fa.fa-house {
        color: var(--text);
    }
}
.art-property-search-filter-2 .property-search-form {
    padding-top: 30px;
    padding-bottom: 30px;
}
/* Single Property Pages */
.narrow-modern-cta-content .single-property-content-cta.art-btn-group.art-btn-group .art-btn.art-btn-icon {
    font-size: 20px;
    color: white;
    background-color: transparent;
    text-align: center;
    border: 2px solid white;
    padding: 21px 22px;
    cursor: pointer;
    border-radius: var(--br);
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    transition: 0.4s ease-out;
    line-height: 1;
    width: 100%;
    text-transform: uppercase;    
    position: relative;    
    z-index: 2;
}
.narrow-modern-cta-content .single-property-content-cta.art-btn-group.art-btn-group .art-btn.art-btn-icon:is(:hover, :focus) {
    color: var(--highlight);
    background-color: white;      
}
.single_property_content h3 {
    font-size: 20px;
    font-family: 'Nunito';
    font-weight: 600;
}
.accordion-title span {
    font-family: 'Nunito';
    font-size: 20px;
}
.material-info > div {
    border-radius: var(--br)
}
.property-archive-container .swiper-slide img {
    cursor: pointer;
}
.contact-sidebar {
    align-items: center;
}
.agent_details address > span:first-child {
    display: none;
}
.agent_details address > span:nth-child(2) > br:first-child {
    display: none;
}
.contact-sidebar dd a:is(:hover, :focus) {
    color: #86d7ff;
}
.shortlist-container div a:is(:hover,:focus) {
    color: #86d7ff;
}
.single-property .title-price {
    font-family: 'Nunito';
}
.single-property .title-single {
    font-family: 'Nunito';
}
.single-property span.property-label {
    padding: 5px 16px;
}
.single-property .icons-list {
    margin-left: 0;
}
.top-section-media-list button,
.top-section-media-list button {
    transition: 0.5s ease;
    border-radius: var(--br);
}
.top-section-media-list button:is(:hover, :focus) {
    background-color: var(--secondary);
    color: white;
}
.narrow-modern-cta h2, 
.narrow-modern-cta p {
    color: white;
    font-family: 'Nunito';
    letter-spacing: normal;
}
.narrow-modern-cta h2 {
    font-size: 26px;
} 
.narrow-modern-cta p {
    font-size: 20px;
}
.narrow-modern-valuation-content h2,
.narrow-modern-valuation-content p {
    text-align: center;
    font-family: 'Nunito';
    letter-spacing: normal;
}
.narrow-modern-valuation-content h2 {
    font-size: 26px;
}
.narrow-modern-valuation-content p {
    font-size: 20px;
}
.narrow-modern-cta,
.narrow-modern-valuation {
    border-radius: var(--br);
}
.expert_agent {
    border-top-left-radius: var(--br);
    border-top-right-radius: var(--br);
}
.property-sidebar > .expert_agent + .shortlist-container {
    border-bottom-left-radius: var(--br);
    border-bottom-right-radius: var(--br);    
}
div#property_map_canvas {
    border-radius: var(--br);
}
.narrow-modern-calculator {
    border-radius: var(--br);
}
.art-lightbox .swiper-button-next, 
.art-lightbox .swiper-button-prev {
    color: white;
}
@media (min-width: 992px) {
    .art-single-property-gallery.art-single-property-gallery {
        justify-content: center;
        align-items: center;
    }
}
/* Contact Us Module */
.contact-8-office :where(h1, h2) {
    font-size: 48px;
}
.contact-8-office h3 {
    display: none;
}
/* Property Valuatuon Page */
.page-template-page-valuation-side-image .page-image-sidebar h1 {
    font-weight: normal;
}
.page-template-page-valuation-side-image .valuation-box h2 {
    font-weight: normal;
}
/* Font Awesome */
.fas,
[class^="fa-"],
[class*=" fa-"] {
    font-weight: 100 !important;
}
/* Footer */
.footer-middle h3.widget-title {
    color: white;
}
.footer-middle ul li a {
    color: white;
}
.footer-middle ul li a:is(:hover, :focus) {
    color: #86d7ff;
}
.footer .art-block-social-links-title {
    color: white;
}
.art-block-social-link a > span:first-child {
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #ffffff87;
}
.art-block-social-link a:hover > span:first-child, 
.art-block-social-link a:focus > span:first-child {
    background: white;
    color: var(--highlight) !important;
}
.footer .art-block-office dt {
	color: white;
}
.footer .art-block-office dd {
	color: white;
}
.footer .art-block-office dd a {
	color: white;
}
.footer .art-block-office dd a:is(:hover, :focus) {
    color: #86d7ff;
}
.footer .widget-title {
	font-size: 24px;
}
/* Cookie bar */
.art-cookie-text a {
	color: white;
}
.art-cookie-text a:is(:hover, :focus) {
	text-decoration: none;
}



/* Animation */
.list-item {
    opacity: 0;
    transform: translateY(40px);
}
@media(min-width:992px) {
    .list-item {
        opacity: 0;
        transform: translateY(-50px);
    }    
}
.faqs-split-list .faq-list-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* This class gets added by JavaScript when in view */
.faqs-split-list .faq-item-visible {
  opacity: 1;
  transform: translateY(0);
}


.property-archive-container .swiper-slide img {
    object-position: left bottom;
}
.art-lightbox.is-open .art-lightbox__img-wrap img {
    width: 100%;
    height: 100%;
    max-width: max-content;
    max-height: max-content;
}

/* .top-nav.top-nav {
    box-shadow: 0px 6px 8px 0px rgb(9 50 70 / 29%);
} */

.art-homepage-hero-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 120%; /* extra height for movement */
  object-fit: cover;
  transform: translateY(-10%);
  will-change: transform;
}

@supports (animation-timeline: scroll()) {
  .art-homepage-hero-img img {
    animation: parallax linear both;
    animation-timeline: scroll();
    animation-range: 0vh 100vh;
  }

  @keyframes parallax {
    from {
      transform: translateY(-15%);
    }
    to {
      transform: translateY(0%);
    }
  }
} 

/* =========================================================
   Elfsight Widget
   ========================================================= */
.elf-rev-title h2 {
    margin-top: 0;
}
.elf-rev-container .art-btn-group {
    margin-top: 40px;
    padding: 0 15px;
}

.fade-in,
.fadeIn {
  opacity: 0;
  animation: fadeIn 2s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Mobile */

@media(max-width:991px) {
    .top-nav.top-nav {
        height: auto;
    }
    .top-nav img.style-svg {
        max-width: 170px;
    }
    .art-homepage-hero p {
        font-size: 20px;
    }
    .content-image-text-title > span {
        padding-top: 40px;
        display: inline-block;
    }
    .content-image-text-title.content-image-text-title:has(span) h2 {
        margin-top: 10px;
    }
    .hamburger-widget-area #block-19 {
        display: none;
    }  
    .hamburger-widget-area #block-21 .art-block-social-links {
        justify-content: center;
    } 
    .hamburger-widget-area #block-20 {
        margin: 20px 0;
    }     
    .art-services-img {
        min-height: 371px;
        max-height: 371px;
        object-fit: cover;
    }    
    .footer_logo {
        padding-top: 30px;
    }
    .art-btn.art-btn {
        padding: 20px 18px;
    }        
}
@media(max-width:489px) {
    .hero-module-actions, .art-btn-group {
        width: 100%;
    }
    .art-module-cta-btns {
        width: 100%;
    }
    .art-module-cta-btns:not(.art-btn-group) {
        padding: 0 15px;
    }    
}
.arrange-viewing {
    background: var(--secondary);
    border-radius: var(--br);
}
/* Register with us */
.registration-page > h1 {
    display: none;
}
.registration-page .registration-form-container {
    gap: 40px;
    padding: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 12%);
    background: #f1f1f1;    
    align-items: stretch;
}
@media(min-width:992px) {
    .registration-page .registration-form-container {
        padding-left: 60px;
        padding-right: 60px;
    }    
}
.registration-page .registration-form-container :is(h1, p) {
    text-align: left;
}
.registration-page .gform_heading .gform_required_legend {
    display: none;
}
.registration-page select {
    /* background: var(--medium-grey); */
    border-radius: var(--br);
}
.registration-page .art-form-two {
    background: transparent;
    padding: 0;
    box-shadow: none;
    width: auto;
}
.registration-page .art-form-two input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
.registration-page .gform_wrapper.gravity-theme textarea {
    font-size: 16px;
    border-radius: var(--br);
    height: 46px;
    padding: 12px;
    border-color: transparent;
}
.registration-page .gform_wrapper.gravity-theme textarea {
    margin-top: 12px;
}
.registration-page  .gform_wrapper.gravity-theme .gfield_label {
    text-align: left;
    padding-top: 16px;
}
input#gform_submit_button_12 {
    border-radius: var(--br);    
}
.registration-page .registration-form-container > div > div:last-child {
    height: 100%;
}
.registration-page .registration-form-container > div > div:last-child figure {
    height: 100%;
}
.registration-page .registration-form-container > div > div:last-child img {
    height: 100%;
    object-fit: cover;
    border-radius: var(--br);
}
.registration-page .registration-form-container p {
    font-size: 16px;
    margin-bottom: 10px;
}
.registration-page .registration-form-container h1 {
    margin-top: 0;
    margin-bottom: 14px;
}
.registration-page .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    padding: 0;
}
.registration-page .art-form-two input:focus:not(input[type="submit"]):not(input[type="checkbox"]), 
.registration-page .art-form-two textarea:focus {
    border-bottom: 1px solid #dcdcdc !important;
    transition: 0.5s ease;
}
@media(min-width:670px) {
    .registration-form-col {
        flex: 1;
    }
}
.registration-page .art-form-two {
    overflow: auto;
}
.art-cookie-bottom-right {
    border-top-left-radius: var(--br);
    border-top-right-radius: var(--br);
}
.art-cookie-bottom-right .art-cookie-inner .art-btn.art-cookie-button {
    border-radius: var(--br);
}
/* 404 page */
.error404 .links-block-404.link-active :is(i, p) {
    color: white;
}
/* Survey page */
.avr-types-of-surveys .art-module-multi-content-container.art-columns {
    align-items: stretch;
}
.art-module-multi-content.art-module-multi-content-boxed {
    border-radius: var(--br);
}
.avr-types-of-surveys .art-module-multi-content.art-module-multi-content-boxed:nth-child(odd) {
    background: #c3d1d8;
    border: 4px solid transparent;
    box-shadow: 0 0 5px 0px #c4c4c4f5;    
}
.avr-types-of-surveys .art-module-multi-content.art-module-multi-content-boxed:nth-child(even) {
    background: var(--secondary);
    border: 4px solid transparent;
    box-shadow: 0 0 20px 0px #999999f5;    
}
.avr-types-of-surveys .art-module-multi-content.art-module-multi-content-boxed:nth-child(even) :is(h3,p) {
    color: white;
}
/* Forms */
.art-form-two .gform_title {
  color: var(--highlight);
}
.art-form-two input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  font-weight: normal;
  font-size: 16px;
}
.art-form-two select {
    background: var(--medium-grey);
    border-radius: var(--br);
    padding-left: 4px;
}
.page-id-444 .art-form-two select {
    background: white;
}
.art-form-two input[type="submit"] {
  background: var(--highlight);
  color: white;
  border: 2px solid transparent;  
  border-radius: var(--br);  
}
.registration-page .art-form-two input[type="submit"] {
  max-width: 300px;
}
.art-form-two input[type="submit"]:is(:hover, :focus) {
  background: transparent;
  color: var(--highlight);
  border-color: var(--highlight);    
}
.art-form-two .gform_wrapper.gravity-theme .gfield_label {
  text-align: left;
  padding-top: 20px;
}
.gform_wrapper.gravity-theme .gfield textarea {
  font-size: 16px;
  font-weight: 400;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-family: 'Montserrat';
  color: #b83939 !important;
}
.art-form-two.art-form-two .gform_wrapper.gravity-theme .gfield_description {
  padding-top: 4px;
  font-size: 14px;
  color: #b83939 !important;
  border-radius: var(--br);
  border-color: #b83939 !important;
}
/* Single Post */
@media(min-width:992px) {
    .single-post h2 {
        font-size: 30px;
    }
}
.single-post .single_content a{
    font-weight: 700;
    color:#125373;
}
.single-post .single_content a:hover{
    font-weight: 700;
    color: #38a1d6;
}
.single-post-sidebar-list .single-sticky-nav li {
    line-height: normal;
}
.single-post-sidebar-list .single-sticky-nav ul a {
    font-size: 16px;
}
.single-post-sidebar-list .floating-menu-list a {
    font-size: 15px;
}
/* Mailpoet */
.page-template-page-mailpoet .mailpoet_unsubscribed_content,
.page-template-page-mailpoet .mailpoet_confirm_unsubscribe {
  text-align: center;
}
.wp-block-group.art-form-two.art-manager-subscription {
    margin: 0 auto;
}
.art-manager-subscription .mailpoet_text_label {
  margin-left: 0;
}
.art-manager-subscription .mailpoet_text {
  margin-top: 0 !important;
}
.art-manager-subscription .mailpoet_select_label {
  margin-top: 6px;
  margin-left: 0;  
}
.art-manager-subscription .mailpoet_select {
  background: var(--medium-grey);
  padding: 6px; 
}
.art-manager-subscription label.mailpoet_checkbox_label {
  margin: 8px;
}
.art-manager-subscription .mailpoet_paragraph {
  margin-bottom: 8px;
}
p.mailpoet_confirm_unsubscribe a {
    text-decoration: underline;
}
p.mailpoet_unsubscribed_content a {
    text-decoration: underline;
}
.art-manager-subscription .mailpoet-manage-subscription .mailpoet-change-email-info {
    font-size: 100%;
}
.art-form-two.art-manager-subscription  input[type="submit"]:is(:hover, :focus) {
    border-color: var(--highlight) !important;
}

.footer-brand-logos {
    max-width: 980px;
    margin-top: 20px;
    padding-left: 15px;
}
@media(min-width:1200px) {
    .footer-brand-logos {
        margin-top: -130px;
    }
}
.footer-brand-logos ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.footer-brand-logos img {
    max-width: 155px;
    height: auto;
}
.footer-brand-logos ul li:first-child img {
    max-width: 100%;
    height: auto;
}
.footer_logo ul {
    column-gap: 60px;
    row-gap: 0;
}
@media(max-width:767px) {
    .footer_logo ul li:nth-child(4) {
        flex-basis: 70%;
    }
}

.footer_logo img {
    width: 100%;
    height: auto;
    max-width: fit-content;
}
.art-block-office-icons a::before {
    font-weight: 100;
}
/* Team Page */
.team-page-style-1--team-member {
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity 0.6s ease,
        transform 0.6s cubic-bezier(.4,0,.2,1);
}
.team-page-style-1--team-member.is-visible {
    opacity: 1;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
    .team-page-style-1--team-member {
        transition: none;
        transform: none;
        opacity: 1;
    }
}

.team-page-style-1 .team-page-style-1--team-member-name {
    color: var(--secondary);
    border-color: var(--secondary);
}
.has-text-align-center {
    text-align: center !important;
}
.page-template-page-team-members-style-1 .is-h1 {
    margin-bottom: 20px;
    text-align: center;
}
@media(min-width:992px) {
    .page-template-page-team-members-style-1 .is-h1 {
        font-size: 60px;        
    }
}
.page-template-page-team-members-style-1 .page-content p:last-child {
    margin-bottom: 0;
}
body.art-fixed-header.page-template-page-team-members-style-1 {
    margin-top: 140px;
}
.art-cookie-inner .art-btn.art-cookie-button {
    flex-basis: auto;
}
.contact-sidebar img {
    border-bottom: var(--br);
}
/* Contact Us Page */
.contact-six-content.contact-six-content h3 {
    font-family: 'Nunito';
}
/* =========================================================
   Social Share
   ========================================================= */
.price-qualifier-container:has(> .social-share:first-child) {
    justify-content: flex-end;
}
.social-share-toggle {
    color: var(--secondary);
}
.social-share .social-share-menu a {
    background-color: var(--secondary);
    color: white;
}
.art-module-multi-content-container:has(.art-module-multi-content:nth-child(2) .art-module-multi-content-txt h3) {
    row-gap: 40px;
    column-gap: 40px;
}

.hero-module-content {
    top: auto;
    transform: none;
    bottom: 12%;
}
.art-module-multi-content-txt h3 {
    margin-top: 0;
}
.links-block-404.links-block-404.link-active {
    background: var(--secondary);
    border-color: var(--primary);
}
.contact-six-title h1 {
    margin-top: 0;
}
.art-property-search-departments.art-property-search-departments {
    background: transparent;
}
@media(max-width:767px) {
  .switch-view {
    background: white;
  }  
  .control-include {
    bottom: -35px;
  }  
}
button#art-search-filter-button {
    padding-left: 15px;
}
@media only screen and (max-width: 480px) {
    .grid-content .feature-info h4 {
        height: auto;
        margin-bottom: 10px;
    }
    .grid-content h5 {
        font-size: 26px;
    }    
}
@media(max-width:767px) {
    p.property-search-results {
        margin: 0 auto;
        text-align: center;
        font-size: 1.05rem;
        padding-bottom: 2px;
        padding-top: 20px;        
    }
    #search_block.list-view .properties-block .grid-img.grid-three img {
        min-height: 270px;
    }    
}
@media(min-width:768px) {
    p.property-search-results {
        display: none;
    }
}
.narrow-modern-cta-content .single-property-content-cta.art-btn-group.art-btn-group .art-btn.art-btn-icon {
    font-size: 20px;
    text-transform: capitalize;
}
.expert_agent {
    background-color: transparent;
    border: 1px solid #125373;
}
.contact-sidebar :is(dd, dt), .contact-sidebar dd a {
    color: var(--text);
}
.expert_agent h4 {
    color: var(--text);
}
.shortlist-container {
    background: #125373;
}
.contact-sidebar img {
    border-radius: 4px;
}
.property-sidebar > .expert_agent + .shortlist-container {
    margin-top: 0;
}
.shortlist-container {
    background: transparent;
    border: 1px solid #125373;
    border-top: 0;
}
.shortlist-container div a {
    color: #125373;
    font-weight: normal;
}
.shortlist-container > div:first-child {
    border-right: 1px solid #125373;
}
.narrow-modern-cta {
    background: var(--secondary);
}
h2#popular-searches-made-by-our-customers {
    font-family: 'Nunito';
}
.footer .acordion-master ul li a {
    color: #333;
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 300;
}

@media (min-width: 992px) {
    .art-marketing-data-sales__stats dl.art-marketing-data-sales__stat-group--average dd.art-marketing-data-sales__value {
        font-size: 2.5rem;
    }
}
dd.art-marketing-data-sales__value {
    font-family: 'DM Serif Display';
}
.art-marketing-data-sales__context {
    font-family: 'Nunito';
}
.art-marketing-data-sales-by-type__amount {
    font-family: 'DM Serif Display';
}
@media (min-width: 992px) {
    .art-marketing-data-lettings-by-type__amount {
        font-size: 2.5rem;
    }
}
.art-marketing-data-lettings-by-type__amount {
    font-family: 'DM Serif Display';
}
span.art-marketing-data-sales__floor-area-item {
    font-size: 1.2rem;
    font-family: 'Nunito';
}
.art-marketing-data-sales-by-type__group.art-marketing-data-sales-by-type__group {
    padding: 30px;
}
@media(max-width:991px) {
    p.art-marketing-data-source {
        padding: 0 15px;
    }
}

/* iFrame Tidy */
/* =========================================
   SURVENTRIX QUOTE FORM
========================================= */

.content-image-text-content iframe[src*="surventrix.com"] {
	display: block;
	width: 100%;
	height: 600px;
	margin-top: 20px;
	background: #fff;
	border: 1px solid #e4e4e4 !important;
	border-radius: 4px;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}

/* Mobile */
@media (max-width: 767px) {
	.content-image-text-content iframe[src*="surventrix.com"] {
		height: 850px;
		margin-top: 15px;
	}
}