/*
 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
*/

/* marcellus-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Marcellus';
	font-style: normal;
	font-weight: 400;
	src: url('./assets/fonts/marcellus/marcellus-v13-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: #ededed;
	--br: 6px;
}
html {
	scroll-behavior: smooth;
}
/* Typography */
h1,
.is-h1,
h2,
.is-h2,
h3,
h4,
h5,
h6 {
	font-family: 'Marcellus';
	color: var(--theme-colour);
}
@media (min-width: 992px) {
	h2,
	.is-h2 {
		font-size: 48px;
	}
}
p,
li,
a,
blockquote,
blockquote p {
	font-size: 20px;
	font-family: 'Nunito';
	text-wrap: pretty;
	word-wrap: break-word;
}
/* Repeatable CTA */
.art-rep-cta .art-btn-group .art-btn.art-btn-secondary:is(:hover, :focus) {
	background-color: transparent;
	color: var(--highlight);
}
.rep-cta--style-2 .rep-cta__content {
	position: relative;
	border: 2px solid #27a8e0;
	border-radius: 8px;
	outline: 10px solid #13274f;
	box-shadow: 0 0 0 6px #13274f;
	background: white;
	outline: none;
}
.rep-cta--style-2 .rep-cta__content::before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	border: 6px solid #13274f;
	border-radius: 6px;
	z-index: -1;
}
@media (min-width: 992px) {
	.rep-cta__image img {
		height: 700px;
	}
	.rep-cta--style-2 .rep-cta__content {
		width: 100%;
		height: 100%;
		max-width: 620px;
		max-height: 470px;
	}
}
.rep-cta--style-2 .art-btn.art-btn-secondary:is(:hover, :focus) {
	border-color: #27a8e0;
	background: transparent;
}
/* Navbar */
body.art-fixed-header {
	margin-top: 100px;
}
.top-nav-scrolled.top-nav-scrolled .nav-link:is(:hover, :focus) {
	color: var(--highlight);
}
.top-nav .nav-link.nav-link:is(:hover, :focus) {
	color: var(--highlight);
}
.hamburger-search-content-nav .nav-link.nav-link:is(:hover, :focus) {
	color: var(--highlight);
}
/* Buttons */
.art-btn.art-btn {
	font-size: 20px;
	border-radius: 6px;
	text-transform: capitalize;
	overflow: hidden;
}
@media (min-width: 992px) {
	.art-btn {
		min-width: 205px;
	}
	.art-btn.art-btn {
		padding-top: 13px;
		padding-bottom: 13px;
	}
}
.art-fixed-header .nav-buttons .art-btn,
.top-nav-scrolled .nav-buttons .art-btn {
	color: var(--btn-secondary-txt-colour);
	background: var(--btn-secondary-bg-colour);
	border-color: var(--btn-secondary-border-colour);
}
.art-transparent-header .nav-buttons .art-btn:is(:hover, :focus),
.art-fixed-header .nav-buttons .art-btn:is(:hover, :focus) {
	color: white;
	background-color: transparent;
	border-color: white;
}
.hero-module .art-btn.art-btn {
	color: white;
	background: var(--secondary);
	border-color: var(--secondary);
}
.hero-module .art-btn.art-btn:is(:hover, :focus) {
	color: white;
	background-color: rgb(0 0 0 / 20%);
	border-color: white;
}
.hero-module .art-btn-group .art-btn:nth-child(2):is(:hover, :focus) {
	color: #d7ba92;
	background-color: rgb(0 0 0 / 20%);
	border-color: #d7ba92;
}
.ph-search-cta .art-btn.art-btn:nth-child(even):is(:hover, :focus) {
	color: #977f5f;
	background: transparent;
}
.art-property-slider .department-filters button {
	transition: 0.4s ease;
	border-radius: var(--br);
}
.narrow-modern-calculators .art-btn.art-btn:nth-child(even):hover,
.narrow-modern-calculators .art-btn.art-btn:nth-child(even):focus {
	color: #333;
	background-color: transparent;
	border-color: var(--btn-secondary-border-colour);
}
/* Logo */
.art-fixed-header .top-nav {
	height: 100px;
}
.top-nav .nav-logo-image {
	padding-top: 8px;
}
@media (min-width: 992px) {
	.nav-logo {
		align-self: flex-start;
	}
}
.art-fixed-header .nav-logo-image--with-transparent .nav-logo-image {
	display: block;
}
.art-fixed-header .top-nav svg .house {
	transform: translateX(-56px);
}
.art-fixed-header svg path:not(.house) {
	opacity: 0;
}
@media (min-width: 992px) {
	.top-nav-scrolled .nav-logo-image--with-transparent .nav-logo-image {
		display: block;
	}
}
.art-fixed-header svg path:not(.house),
.top-nav-scrolled.top-nav-scrolled svg path:not(.house) {
	display: none;
}
.art-fixed-header .header-two,
.top-nav-scrolled.top-nav-scrolled .header-two {
	overflow: hidden;
}
.top-nav svg path {
	transition: 0.3s;
}
.top-nav svg .house {
	transition: 0.5s;
}
.top-nav-scrolled svg path:not(.house) {
	opacity: 0;
}
@media (min-width: 992px) {
	.top-nav.top-nav-scrolled svg .house {
		transform: translateX(-56px);
	}
}
.nav-logo svg:hover path {
	fill: var(--highlight);
}
@media (max-width: 991px) {
	.top-nav svg path:not(.house) {
		opacity: 0;
	}
	.top-nav svg .house {
		transform: translateX(-56px);
	}
}
/* Homepage */
@media (min-width: 992px) {
	.page-template-homepage .watermark-logo > .art-module-multi-header h2 {
		font-size: 72px;
		max-width: fit-content;
	}
}
.art-homepage-hero-img:after,
.art-homepage-slider .swiper-slide picture:after {
	background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
	.art-homepage-hero .is-h1,
	.hero-module-content .is-h1 {
		font-size: 68px;
	}
}
.art-homepage-hero .is-h1,
.hero-module-content .is-h1 {
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
}
.art-homepage-hero .is-h1 + p,
.hero-module-content p {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
/* Hero Image */
.hero-module-image::after {
	background: rgba(0, 0, 0, 0.4);
}
/* Nav Menu */
.hamburger-search-popup .menu-btn a {
	border-radius: 6px;
	text-transform: capitalize;
	padding-top: 13px;
	padding-bottom: 13px;
	overflow: hidden;
	min-width: auto;
	transition: 0.4s ease;
	color: white;
	background-color: transparent;
	text-align: center;
	border: 2px solid white;
	padding: 21px 22px;
	cursor: pointer;
	font-size: 18px;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1;
	width: 100%;
	margin-top: 6px;
}
.hamburger-search-popup .menu-btn a:is(:hover, :focus) {
	color: var(--secondary) !important;
	background-color: white;
	border-color: white;
}
.hamburger-search-popup .menu-btn-secondary a {
	color: #333 !important;
	background-color: var(--highlight);
	border-color: var(--highlight);
}
.hamburger-search-popup .menu-btn-secondary a:is(:hover, :focus) {
	color: var(--highlight) !important;
	background-color: transparent;
	border-color: var(--highlight);
}
/* blog module */
.blog-bottom {
	display: none;
}
.blog-link a {
	font-size: 18px;
}
/* Services */
@media (max-width: 992px) {
	img.art-services-img {
		width: 100%;
		height: 320px;
		object-fit: cover;
	}
}
/* FAQs */
.faqs-splittable.faqs-splittable .ac .ac-trigger {
	color: var(--secondary);
	text-transform: none;
	letter-spacing: normal;
	font-size: 20px;
	font-weight: normal;
}
.faqs-splittable.faqs-splittable .ac-main-text p,
.faqs-splittable.faqs-splittable .ac-main-text li {
	font-size: 18px;
}
.faqs-splittable.faqs-splittable .ac {
	border-bottom: 1px solid rgb(20 39 81);
	background-color: unset;
}
/* Testimonials */
.art-rep-testimonials-cards.art-rep-testimonials-cards .slider-testimonial-item.swiper-slide-next {
	background: var(--secondary);
}
.art-rep-testimonials-cards.art-rep-testimonials-cards .slider-testimonial-item {
	border-radius: var(--br);
}
.art-rep-testimonials-cards.art-rep-testimonials-cards .slider-testimonial-item.swiper-slide-next {
	transform: scale(1.03);
}
@media (max-width: 767px) {
	.art-rep-testimonials-cards.art-rep-testimonials-cards .slider-testimonial-item {
		background: var(--secondary);
	}
}
.art-rep-testimonials-cards.art-rep-testimonials-cards .slider-testimonial-item p {
	font-size: 16px;
}
/* Art Module Multi Content Boxed */
.art-module-multi-content-container {
	align-items: stretch;
}
.art-module-multi
	div[class*='columns-']
	.art-module-multi-content.art-module-multi-content-boxed
	h3 {
	margin-top: 25px;
	margin-bottom: 20px;
}
.art-module-multi-content.art-module-multi-content-boxed {
	transition: 0.6s ease;
	position: relative;
	border: 2px solid var(--highlight);
	border-radius: 8px;
	outline: 10px solid #13274f;
	box-shadow: 0 0 0 6px #13274f;
	background: var(--secondary);
	outline: none;
}
.art-module-multi-content.art-module-multi-content-boxed .art-module-multi-content-txt h3 {
	color: var(--highlight);
}
.art-module-multi-content.art-module-multi-content-boxed .art-module-multi-content-txt p {
	color: white;
	font-weight: 300;
}
.art-module-multi-content.art-module-multi-content-boxed:hover {
	border-color: #27a8e0;
}
.art-module-multi-content-container.art-columns.list-section + .art-module-cta-btns {
	margin-top: 30px;
}
/* Property Search drop down */
.property-search-one-search-container.property-search-one-search-container {
	height: 100%;
}
.property-search-one-keyword.property-search-one-keyword {
	margin: 0;
}
.property-search-one-residential-search {
	height: 100%;
}
/* Property */
.property-label {
	background: var(--secondary);
}
/* Property Card */
.grid-box-card {
	background: #ededed;
}
/* Property Single */
.art-single-property-hero--thumbslider-thumbs .swiper-button-next,
.art-single-property-hero--thumbslider-thumbs .swiper-button-prev {
	display: none;
}
@media (max-width: 991px) {
	.art-single-property-gallery-buttons button {
		font-size: 18px;
	}
}
/* Property Valuation */
.valuation-box-container .valuation-box {
	opacity: 0.9 !important;
}
/* Property Search Popup */
.property-search-popup.property-search-popup {
	background: var(--secondary);
}
.property-search-art-btn-group .art-btn.art-btn {
	border-color: var(--highlight);
	background: var(--highlight);
	color: #333;
}
.property-search-art-btn-group.property-search-art-btn-group .art-btn.property-search-lettings {
	border-color: var(--highlight);
	color: var(--highlight);
	background-color: transparent;
}
.property-search-art-btn-group .art-btn.property-search-sales:is(:hover, :focus) {
	background-color: transparent;
	color: var(--highlight);
}
.property-search-art-btn-group.property-search-art-btn-group
	.art-btn.property-search-lettings:is(:hover, :focus) {
	background-color: var(--highlight);
	color: #333;
}
/* Blog Archive */
.blog-archive .blog-archive-container h2 a {
	color: var(--secondary);
}
.blog-archive .blog-content {
	padding-left: 0;
}
/* Single Post */
@media (min-width: 992px) {
	:is(.single-post) .container-blog .single_content :is(h2) {
		font-size: 38px;
	}
}
/* Forms */
.page-template-page-centered-form h2.gform_title {
	display: none;
}
select:not(.property-search-form select) {
	background: #eef0f3;
}
select#input_11_8_2 {
	margin: 6px 0;
}
.gform_wrapper.gravity-theme legend.gfield_label {
	padding-top: 20px;
}
.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .gform_validation_errors {
	border: none;
	box-shadow: none;
	background: #f7dede;
}
.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
	font-size: 14px;
	font-family: 'Nunito';
}
.art-form-two.art-form-two
	.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme
	.validation_message.gfield_description {
	font-family: 'Nunito';
	font-style: italic;
	border: none;
	background: #f7dede;
	padding: 8px;
}
.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme .gform_validation_errors:focus {
	outline: none;
}
.gform_wrapper.gravity-theme.gform_wrapper.gravity-theme textarea {
	padding-left: 4px;
	padding-right: 4px;
}
.art-form-two .gform_title.gform_title {
	text-transform: none;
	text-decoration: none;
}
/* Mobile Property Valuation button */
.arrange-viewing {
	background-color: var(--secondary);
	padding: 16px 30px;
}
@media (max-width: 480px) {
	.valuation_bottom {
		padding: 15px;
	}
}
/* Stats Carousel */
.rep-stats-title {
	margin-top: 0;
}
.rep-stats-text {
	font-size: 16px;
}
@media (max-width: 991px) {
	.rep-stats {
		padding: 0;
		padding-bottom: 20px;
	}
	.rep-stats-wrapper {
		font-size: 42px;
	}
}
@media (min-width: 992px) {
	.rep-stats-text {
		font-size: 18px;
	}
}
/* Footer */
@media (min-width: 992px) {
	.footer-middle h3.widget-title {
		margin-bottom: 0;
	}
}
.footer-middle h3.widget-title {
	color: var(--highlight);
}
.footer-middle a,
.footer-middle h3,
.footer-middle ul li a,
.footer-middle .textwidget p,
.footer-middle .textwidget p a,
.footer-middle,
.footer-area p {
	color: white;
}
/* Helpers */
.watermark-logo > .art-module-multi-header {
	background-image: url('./assets/images/Aquarius Homes logo.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
/* Property Search - Homepage Hero Module */
.ph-search-tabs .ph-tab.active {
	background: white;
	color: #13274f;
	font-weight: 600 !important;
	filter: brightness(1);
}
.ph-search-tabs .ph-tab {
	background: #13274f;
	color: white;
	font-weight: 400;
	filter: brightness(0.8);
}
@media(min-width:992px) and (max-width:1500px){
	.art-homepage-hero .art-container {
		padding-top: 70px;
	}
    .art-homepage-hero .is-h1,
	.hero-module-content .is-h1 {
        font-size: 58px;
    }	

}

@media(max-width:991px) {
	.msgboxxlauncher_cta {
		display: none !important;
	}
}
@media (min-width: 0px) and (max-width: 480px) {
    .msgboxxlauncher img {
        right: 15px;
        position: relative;
    }
}
.msgboxxlauncher.msgboxxlauncher span {
    font-size: 1.2rem;
}
@media (min-width: 481px) and (max-width: 10000px) {
    .launcher-size-normal.launcher-size-normal img {
        height: 80px;
    }
}