/*!
Theme Name: Dwello Property
Theme URI: https://dwelloproperty.co.uk
Author: Purple Moon Designs
Author URI: https://www.purplemoondesigns.co.uk
Description: This theme was developed for Dwello by Purple Moon Designs. 
Version: 1.0.0

*/


/*******************************
================================
GLOBAL
================================
*******************************/

html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
	font-family: 'Lens Grotesk', sans-serif;
}

@font-face {
    font-family: 'Lens Grotesk';
    src: url('/wp-content/themes/purplemoondesigns/inc/font/LensGrotesk-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lens Grotesk';
    src: url('/wp-content/themes/purplemoondesigns/inc/font/LensGrotesk-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Lens Grotesk';
    src: url('/wp-content/themes/purplemoondesigns/inc/font/LensGrotesk-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lens Grotesk';
    src: url('/wp-content/themes/purplemoondesigns/inc/font/LensGrotesk-BookItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Lens Grotesk';
    src: url('/wp-content/themes/purplemoondesigns/inc/font/LensGrotesk-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lens Grotesk';
    src: url('/wp-content/themes/purplemoondesigns/inc/font/LensGrotesk-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lens Grotesk';
    src: url('/wp-content/themes/purplemoondesigns/inc/font/LensGrotesk-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 130px;
}

body {
	margin: 0;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
    display: block;
}

.content_wrap{
	max-width: 1400px;
    margin: 0 auto;
    width: 90%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #fff;
	box-shadow: 30px 30px 60px rgb(0 0 0 / 30%);
}

.row {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
}

.row.inline-table {
    display: inline-table;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
	display: inherit;
}

.cnt_30{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.inline-table .cnt_30{
	display: inherit;
}

.cnt_33{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	

.margin-right{
	margin: 0 0 20px;
}	



/*******************************
================================
TYPOGRAPHY
================================
*******************************/


a {
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

a:hover {
	cursor: pointer;
}

p {
	margin: 0;
	line-height: 1.5;
	color: #101010;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	line-height: 1;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
}

/*******************************
================================
COLOURS
================================
*******************************/

:root {
	--main: #100D3B;
	--accent: #DC098C;
	--decor: #6FCCDD;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 40%;
}

.white{
	color: #fff;
}

.gradient{
	background: rgb(230,0,126);
	background: -moz-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: -webkit-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6007e",endColorstr="#73003f",GradientType=1);
}

/*******************************
================================
404
================================
*******************************/

main#primary {
    min-height: 80vh;
}

section.error-404.not-found {
    text-align: center;
    padding: 100px 0;
}

.page-header h1 {
    font-size: 40px;
	margin-bottom: 40px;
}

.page-not-found {
    text-align: center;
}
section.breadcrumbs-dark {
    background-color: var(--main);
    padding: 50px 0 0;
}

.breadcrumb-box {
    margin: 0 0 50px;
}
span.pnf {
    color: #fff;
    font-size: 150px;
}

.pnf-textarea {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
}

.pnf-textarea .main-btn {
    display: flex;
    justify-content: center;
}

.pnf-textarea h1 {
    color: #fff;
    margin: 0 0 20px;
}

.pnf-textarea p {
    color: #fff;
}

.page-not-found img {
    margin: 0 0 30px;
}

.page-not-found h1 {
    font-size: 40px;
    margin: 0 0 30px;
}

.cta-btn a {
    background: red;
    color: #fff;
    padding: 8px 30px;
    border-radius: 8px;
}

.cta-btn {
    margin-top: 50px;
}

.cta-btn a:hover {
    background: #a60202;
    cursor: pointer;
}

section.nt-found-page {
    background-color: var(--main);
    padding: 100px 0 0;
}
/*******************************
================================
SINGLE BLOG
================================
*******************************/


.blog-cnt {
    box-shadow: 0 0 32px 0 rgb(26 47 106 / 8%);
    border-radius: 6px;
}

.meta-content {
    position: relative;
}

.post-thumbnail img {
    height: auto;
    border-radius: 6px 6px 0 0;
}

.date-posted {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    background: var(--blue);
    padding: 12px 0;
}

.date-posted span{
	color: #fff;
}

.full-content {
    padding: 0 30px 30px;
}

.info {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--blue);
}

.cat-box {
    display: flex;
}

.cat-box i {
    padding-right: 10px;
}

ul.single-cat-list li:first-child {
    display: block;
}

.info h2 {
    margin: 10px 0 0;
}

blockquote {
    padding: 20px 0 20px 40px;
    position: relative;
    border-left: solid 4px var(--blue);
    margin: 15px 0;
}

/* sidebar */

form.searchform.group {
    width: calc(100% - 10px);
    border: solid 1px #DADADA;
    padding: 5px;
    position: relative;
}

input[type="search"] {
    width: 90%;
    border: none;
    line-height: 30px;
    font-size: 16px;
}

input[type="image"] {
    position: absolute;
    top: 5px;
    right: 5px;
}

.siderbar-box {
    margin: 30px 0;
}

.siderbar-box h3 {
    font-size: 25px;
    font-weight: 500;
	color: var(--blue);
}

ul.cat-list {
    margin-top: 10px;
}

ul.cat-list li {
    padding: 15px 0;
    border-bottom: solid #f2f2f2;
    font-size: 20px;
}

ul.cat-list a {
    color: #333333;
    font-weight: 400;
}

.rp-details a:hover, ul.cat-list a:hover {
    color: var(--blue);
}

.recent-posts {
    margin: 10px 0;
    display: table;
}

.rp-img, .rp-details {
    display: table-cell;
    vertical-align: middle;
}

.rp-img {
    width: 25%;
}

.rp-details {
    padding-left: 15px;
}

.recent-posts img {
    width: auto;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.recent-posts img:hover {
    cursor: pointer;
    filter: grayscale(1);
}

.rp-details a {
    color: #333;
}

span.date {
    opacity: 70%;
    font-size: 13px;
    text-align: left;
}

/* archive */

.blog-sng {
    background-color: #f2f2f2;
    margin: 0 0 30px;
    padding: 15px 15px 30px;
    border-radius: 6px;
}

.blog-sng img {
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng img:hover {
    filter: grayscale(1);
}

span.date {
    opacity: 70%;
    font-size: 13px;
}

.blog-sng a h2 {
    color: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng a h2:hover {
    color: var(--blue);
}

h1.white.relative span {
    color: var(--yellow);
}

/*******************************
================================
REGULAR PAGE
================================
*******************************/

.the_content {
    padding: 50px 0;
}

/*******************************
================================
HEADER
================================
*******************************/

.header-bar-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-branding img {
    max-height: 40px;
}



ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

header#masthead {
    padding: 20px 0;
    background: #fff;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.1);
}

ul.menu li {
    padding: 0 10px;
}

ul.menu a {
    color: #101010;
    font-size: 18px;
}

.main-menu.right-menu ul.menu {
    display: flex;
    justify-content: flex-end;
}

.main-menu.right-menu ul.menu li:last-child a {
    background-color: var(--accent);
    color: #fff;
    padding: 8px 20px;
    border-radius: 15px;
}

.main-menu.right-menu ul.menu li:last-child a:hover {
    background: var(--decor);
    border-radius: 10px;
}

ul.menu a:hover, ul.menu li.current_page_item a {
    color: var(--accent);
}



/*******************************
================================
HOMEPAGE HERO
================================
*******************************/

section.hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
}

section.hero {
    background-image: url(/wp-content/uploads/2025/02/placeholder-house.jpg);
    background-size: cover;
    background-position: center;
}

h1 {
    font-size: 45px;
    font-weight: 400;
}

.hero-box h1 {
    color: #fff;
}

.main-btn a {
    background: var(--accent);
    color: #fff;
    padding: 8px 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: max-content;
}

.main-btn a i {
    margin-left: 10px;
    transition: .5s;
}

.hero-box .main-btn {
    margin-top: 20px;
}

.main-btn a:hover {
    background-color: var(--decor);
    border-radius: 10px;
}

.main-btn a:hover i {
    margin-left: 15px;
}




/*******************************
================================
HOMEPAGE LISTINGS
================================
*******************************/

section.listings {
    padding: 100px 0;
}

.mid-title {
    margin: 0 0 50px;
}

h2 {
    font-size: 40px;
    font-weight: 300;
}

.title h2 {
    font-size: 60px;
}

.listing-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.search-field {    
    flex-shrink: 0;
    border: 1px solid #E6E8EC;
    background: #FFF;
    box-shadow: 0px 7.465px 44.792px 0px rgba(0, 0, 0, 0.08);
    padding: 10px;
    border-radius: 6px;
    width: calc(100% - 20px);
}

.search-field i {
    opacity: 60%;
    margin-right: 5px;
}

.search-field input {
    border: none;
    padding: 8px 5px;
    width: calc(100% - 140px);
    font-size: 18px;
}

button.search {
    border: none;
    background-color: var(--accent);
    color: #fff;
    height: 50px;
    font-size: 18px;
    padding: 0 20px;
    border-radius: 4px;
    transition: .5s;
}

button.search:hover {
    background-color: var(--decor);
    border-radius: 0px;
    cursor: pointer;
}

.placeholder-btn {
    flex-shrink: 0;
    border: 1px solid #E6E8EC;
    background: #FFF;
    box-shadow: 0px 7.465px 44.792px 0px rgba(0, 0, 0, 0.08);
    padding: 10px;
    border-radius: 6px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 20px);
    font-size: 18px;
    margin: 10px 0;
}

.placeholder-btn i {
    margin-left: 20px;
    font-size: 22px;
    transform: rotate(45deg);
}

.property-listing {
    margin-top: 50px;
}

.space {
    margin: 15px;
}

.row.spaced {
    margin-left: -15px;
    width: calc(100% + 30px);
}

.sp-image {
    position: relative;
}

.sp-image img {
    border-radius: 20px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.sp-image:before {
    background: rgb(23,38,53);
    background: -moz-linear-gradient(0deg, rgba(23,38,53,1) 0%, rgba(11,29,34,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(23,38,53,1) 0%, rgba(11,29,34,0) 100%);
    background: linear-gradient(0deg, rgba(23,38,53,1) 0%, rgba(11,29,34,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#172635",endColorstr="#0b1d22",GradientType=1);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 30%;
    border-radius: 20px;
}

.sp-tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--accent);
    color: #fff;
    padding: 8px 20px;
    border-radius: 15px;
    font-size: 20px;
}


.sp-tag.new-listing {
    background-color: var(--decor);
}

.sp-tag i {
    font-size: 17px;
    margin-right: 7px;
}

.sp-details {
    margin-top: 20px;
}

.sp-details h3 {
    font-size: 20px;
}

.sp-details h3 span {
    font-size: 12px;
    font-weight: 100;
}

.sp-details h4 {
    font-weight: 400;
    margin: 0 0 2px;
}

.sp-details h5 {
    font-weight: 400;
    opacity: 80%;
}

.sp-features {
    display: flex;
    align-items: center;
    margin-top: 14px;
}

.sp-features i {
    font-size: 20px;
    margin-right: 7px;
}

.sp-features span {
    font-size: 20px;
    font-weight: 100;
}

.beds {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.mid-btn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}


/*******************************
================================
HOMEPAGE LANDLORD
================================
*******************************/

section.landlord {
    padding: 100px 0;
    background: rgba(242,242,242,0.3);
}

.circle-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    width: 100%;
}

.row.align-centre {
    align-items: center;
}

h3.decor {
    text-transform: uppercase;
    font-weight: 100;
}

.text-box .main-btn {
    margin-top: 20px;
}

.landlord-box {
    max-width: 1000px;
    margin: 0 auto;
}


/*******************************
================================
HOMEPAGE INVESTING
================================
*******************************/

section.investing {
    padding: 100px 0 0;
    background: var(--main);
    overflow: hidden;
}

.image-box img {
    border-radius: 15px;
}
.investing-box {
    padding: 50px 0 100px;
}

ul.investin-list {
    margin: 20px 0 0;
    line-height: 1.5;
    color: #fff;
    font-size: 18px;
    padding: 0;
    list-style: none;
}

ul.investin-list li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

ul.investin-list i {
    font-size: 15px;
    color: var(--decor);
    margin-right: 8px;
}

.investing-features {
    margin-top: 25px;
    display: flex;
}

.if-box {
    background: rgba(111, 204, 221, 0.50);
    padding: 12px 30px;
    border-radius: 15px;
    text-align: center;
}

.if-box:first-child {
    margin: 0 20px 0 0;
}

.if-box h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 3px;
}

.if-box span {
    color: #fff;
}


.section-end-decor img {
    width: 100%;
    height: auto;
}

/*******************************
================================
HOMEPAGE BLOG
================================
*******************************/



section.blog {
    padding: 100px 0;
}

.sb-image {
    position: relative;
}

.sb-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 15px;
}

span.blog-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--decor);
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
}

.sb-details {
    margin-top: 10px;
}

.cat-details {
    margin: 0 0 8px;
}

.cat-details a {
    color: var(--accent);
}

.cat-details a:hover {
    color: var(--decor);
}

.sb-title {
    display: flex;
    justify-content: space-between;
}

.sb-title a {
    color: #101010;
}

.sb-title a:hover {
    color: var(--decor);
}

.sb-title h3 {
    font-weight: 400;
    font-size: 22px;
}

.square-btn a {
    color: #fff;
    background: var(--accent);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    border-radius: 8px;
}

.square-btn a i {
    transform: rotate(-45deg);
    transition: .5s;
}

.sb-title .square-btn a:hover {
    color: #fff;
    background: var(--decor);
}

.sb-title .square-btn a:hover i {
    transform: rotate(0deg);
}

.square-btn {
    margin-left: 10px;
}


/*******************************
================================
FOOTER
================================
*******************************/

section.footer-cta {
    padding: 100px 0;
    background-image: url(/wp-content/uploads/2025/02/placeholder-propertyjpg.jpg);
}

section.image {
    background-position: center;
    background-size: cover;
}


section.footer-cta h2 {
    font-size: 50px;
}

.cta-title h2 {
    font-weight: 400;
}

.cta-contact a {
    color: #fff;
    font-size: 18px;
}

.cta-contact p {
    font-size: 15px;
}

section.footer-details {
    padding: 50px 0;
}

.footer-logo img {
    height: auto;
    max-width: 300px;
    width: 90%;
}

.footer-link h3 {
    font-weight: 700;
}

ul.useful-links {
    padding: 0;
    list-style: none;
}

ul.useful-links li {
    padding: 0 0 5px;
    font-size: 18px;
}

ul.useful-links a {
    color: var(--main);
}

ul.useful-links a:hover {
    color: var(--accent);
}

.contact-info a {
    color: var(--main);
}

.contact-info p {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1;
}

.follow-us {
    margin-top: 20px;
}

ul.social-list {
    padding: 0;
    list-style: none;
    display: flex;
    font-size: 25px;
    flex-wrap: wrap;
}

ul.social-list li {
    padding-right: 15px;
}

ul.social-list a {
    color: var(--accent);
}

ul.social-list a:hover {
    color: var(--decor);
}

.copyright-box {
    text-align: center;
    padding: 20px 0;
    border-top: solid 1px rgba(0,0,0,0.1);
}

.copyright-box a {color: #F21140;}

.copyright-box a:hover {
    color: var(--decor);
}

/*******************************
================================
ABOUT US PAGE
================================
*******************************/

section.breadcrumbs {
    background-image: url(/wp-content/uploads/2025/02/placeholder-breadcrumbs.jpg);
}

section.breadcrumbs {
    max-width: calc(100% - 20px);
    margin: 20px auto 0;
    border-radius: 20px;
    padding: 100px 0;
}

section.breadcrumbs.ovrelay:before {
    border-radius: 20px;
}

section.breadcrumbs.overlay:before {
    border-radius: 20px;
}

.breadcrumb-box h2 {
    text-transform: uppercase;
    font-size: 18px;
}

.breadcrumb-box h1 {
    color: #fff;
}

.breadcrumb-box {
    max-width: 650px;
}

section.about-area {
    background-color: var(--main);
    position: relative;
    padding: 100px 0;
    max-width: calc(100% - 20px);
    margin: 20px auto 0;
    border-radius: 20px;
}


img.decor {
    display: none;
}

.just-text h2 {
    font-size: 23px;
}


section.image-only {
    margin: 20px 0;
}

section.image-only img {
    border-radius: 20px;
}

section.image-text {
    background: var(--main);
    padding: 50px 0;
}

.image-large-box img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 20px;
}

.text-image img {
    border-radius: 20px;
    margin: 0 0 20px;
    aspect-ratio: 6/7;
}
section.whyus {
    padding: 100px 0;
}


/* accordion */

.faq-container {
  width: 100%;
  margin: 20px auto;
  border-radius: 8px;
  overflow: hidden;
}

.faq-item .icon {
    transition: .5s;
    margin-right: 10px;
}

.faq-question {
  display: flex;
  align-items: center;
  padding: 0 0 20px;
  cursor: pointer;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: .5s;
}

.faq-answer-inner {
    padding: 0 0 15px 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.4);
    margin: 0 0 20px;
}
.faq-item.active .faq-answer {
    max-height: 1000px;
}

.faq-item.active .icon {
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.faq-item .icon {
    color: var(--decor);
}

.faq-question span {
    font-size: 18px;
}

section.testimonials {
    background: var(--main);
    padding: 100px 0 0;
}

section.testimonials .section-end-decor {
    margin-top: 50px;
}

.some-stats {
    margin-top: 30px;
}

.stats-row {
    display: flex;
}

.stast-box {
    margin-right: 20px;
}

.stast-box span {
    color: var(--decor);
    font-size: 25px;
}

.testimonial-box h4 {
    color: #fff;
    margin: 0;
    font-size: 20px;
}

.testimonial-box span {
    color: #fff;
    font-size: 15px;
}

.testimonial-content p {
    color: #fff;
}

.testimonial-content {
    margin-top: 10px;
}

button.glide__arrow {
    color: #fff;
    border: solid 1px #fff;
    background: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    transition: .5s;
}

button.glide__arrow:hover {
    background: var(--decor);
    cursor: pointer;
}

button.glide__arrow.glide__arrow--left {
    margin-right: 10px;
}

.glide__arrows {
    margin-top: 20px;
}

section.faq {
    padding: 100px 0;
}

.questions {
    margin-top: 30px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding: 0 0 30px;
}

section.faq .text-box {
    margin: 0 0 50px;
}

.questions:last-child {
    border: none;
}

.question h3 {
    font-weight: 500;
    font-size: 25px;
}

/*******************************
================================
INVESTORS
================================
*******************************/

section.breadcrumb-text {
    padding: 50px 0;
}

.main-btn {
    margin-top: 20px;
}

.full-image img {
    border-radius: 20px;
}

section.invest-dwello {
    padding: 100px 0;
    background-color: var(--main);
}

.invest-inner img {
    margin-top: 20px;
    border-radius: 10px;
}

section.investor-faq {
    padding: 100px 0;
    max-width: 850px;
    margin: 0 auto;
}

section.investor-faq .faq-question {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px rgba(0,0,0,0.4);
    margin: 0 0 20px;
}

section.contact-page {
    padding: 100px 0;
    position: relative;
    min-height: calc(100vh - 300px);
    display: flex;
    align-items: center;
}

section.contact-page:before {
    content: '';
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--main);
    height: 100%;
}

section.contact-page .content_wrap {
    position: relative;
}

section.contact-page h1 {
    color: #fff;
    font-size: 90px;
    text-transform: uppercase;
}

section.contact-page h1 span {
    color: var(--accent);
}

section.contact-page p {
    color: #fff;
}

.contact-form input {
    width: calc(100% - 20px);
    margin: 0 0 30px;
    font-size: 25px;
    border: none;
    border-bottom: solid 1px rgba(0,0,0,0.4);
    padding: 0 0 20px;
}

.contact-form textarea {
    width: calc(100% - 20px);
    margin: 0 0 30px;
    font-size: 25px;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.4);
    padding: 0 0 20px;
}

/*******************************
================================
SINGLE PROPERTY
================================
*******************************/

.row.align-ends {
    justify-content: space-around;
    align-items: flex-end;
}

.text-box.price p {
    font-size: 30px;
}

.large-gallery {
    width: calc(100% + 20px);
    margin-left: -10px;
}

ul#lightgallery {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul#lightgallery li {
    width: calc(100%/3);
}

ul#lightgallery img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 20px;
}

.gallery-single {
    margin: 10px;
}

section.hero {
    background-image: url(/wp-content/uploads/2025/03/property-managed-properly-by-dwello.jpg);
}
.on-image img {
    max-width: 300px;
}

.step-single img {
    max-width: 300px;
    margin: 40px auto 0;
}
.on-image span {
    margin-top: 20px;
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
}
section.footer-cta {
    background-image: url(/wp-content/uploads/2025/03/property-management.jpg);
}

section.breadcrumbs {
    background-image: url(/wp-content/uploads/2025/03/about-dwello.jpg);
    background-position: bottom;
}
.team-des-box {
    padding: 0 30px;
}

.team-des h3 {
    font-size: 25px;
    margin: 0;
}

section.title-only.large-values .team-des p {
    font-size: 18px;
}

section.title-only.large-values {
    padding: 100px 0;
}

.team-image img {
    border-radius: 20px;
}

.team-des {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    position: relative;
    top: -60px;
    margin-bottom: -60px;
}

.btn-row-mid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-row-mid .main-btn {
    margin: 10px;
}

.step-details .main-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.steps.image.overlay.relative:before {
    opacity: 80%;
}

.bb-image img {
    border-radius: 20px;
    max-width: 1200px;
}

.site-branding img {
    border-radius: 0;
}
ul.value-list {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
}

ul.value-list li {
    background: var(--main);
    padding: 12px 30px;
    border-radius: 15px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

ul.value-list p {
    color: #fff;
}
section.title-only.large-values ul.simple-list {
    margin: 10px 0 0;
    padding: 0 0 0 15px;
}

section.title-only.large-values ul.simple-list li {
    font-size: 22px;
    padding: 5px 0;
}



ul.value-list li {
    width: 100%;
    padding: 30px 10px;
    margin-bottom: 20px;
}

ul.value-list li span {
    font-size: 25px;
    margin: 0 0 7px;
}

ul.value-list {
    flex-wrap: wrap;
}


.footer-logo p {
    margin-top: 20px;
}

@media (min-width: 1024px){
	ul#lightgallery li {
		width: calc(100%/6);
	}


    ul.value-list li {
        width: 330px;
        margin-right: 20px;
    }    

}

.large-property-intro {
    margin: 0 0 40px;
}

.lpi-top {
    margin: 0 0 40px;
}

.lpi-first img {
    aspect-ratio: 1/1;
    border-radius: 20px;
    object-fit: cover;
}

.lpi-second img {
    aspect-ratio: 1/1;
    border-radius: 20px;
    object-fit: cover;
}

ul#lightgallery img:hover {
    filter: grayscale(1);
    cursor: pointer;
}

ul#lightgallery img {
    transition: .5s;
}

.propert-full-info .row {
    display: flex;
}

.propert-full-info {
    margin-top: 50px;
}

.propert-full-info .sp-features {
    margin: 0 0 20px;
}

.size {
    margin-left: 20px;
}

.property-cta {
    display: flex;
    flex-direction: column;
}

.property-cta a {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1;
    color: var(--main);
}

.propert-full-info ul.social-list {
    margin-top: 0;
}

.propert-full-info .cnt_40 {
    display: flex;
}

.property-location {
    margin-top: 50px;
}

.frame-map {
    margin-top: 20px;
}

.frame-map iframe {
    width: 100%;
    border-radius: 20px;
}

/*******************************
================================
LANDLORD PAGE
================================
*******************************/

section.intro-det {
    padding: 100px 0 0;
    background: var(--main);
}

section.intro-det h1 {
    font-size: 45px;
    margin: 0 0 30px;
}

section.intro-det .section-end-decor {
    margin-top: 50px;
}

.just-image img {
    max-width: 400px;
    margin: 0 auto;
}

section.steps {
    padding: 100px 0;
    background-color: var(--main);
}

.large-text-box h2 {
    font-size: 40px;
    font-weight: 400;
}

.step-heading {
    position: relative;
    padding: 50px 20px;
    background: var(--main);
    display: block;
}

.step-heading span {
    font-size: 100px;
    color: #fff;
    opacity: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.step-heading h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 100;
}

.step-box {
    background: #fff;
}

.step-details {
    padding: 60px 20px;
    text-align: center;
}

.step-single.pink-box .step-heading {
    background-color: var(--accent);
}

.step-single.blue-box .step-heading {
    background-color: var(--decor);
}

section.landlord-features {
    padding: 100px 0;
}

.centre-title {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 50px;
}

.lf-box {
    max-width: 850px;
    margin: 0 auto;
}

.row.spaced.centre-row {
    justify-content: center;
}

.lf-behind {
    background: var(--accent);
    text-align: center;
    padding: 40px 20px;
}

.lf-behind p {
    font-size: 15px;
}

.lf-inner {
    position: relative;
}

.lf-front {
    position: absolute;
    background: #fff;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: solid 1px #fff;
    transition: .5s;
}

.lf-front h3 {
    font-size: 25px;
    margin-top: 20px;
    font-weight: 100;
}

.lf-inner:hover .lf-front {
    opacity: 0;
}

/*******************************
================================
SINGLE BLOG
================================
*******************************/

section.blog-breadcrumbs, section.blog-content {
    padding: 50px 0 0;
}

.bb-image img {
    height: auto;
}
.bb-auth {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bb-date {
    display: flex;
    align-items: center;
}

.bb-date span {
    margin: 0;
    line-height: 1.5;
    color: #101010;
    font-size: 16px;
    margin-left: 7px;
}

.bb-date p {
    font-weight: 500;
}

ul.social-share {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

ul.social-share li {
    padding-right: 10px;
}

ul.social-share a {
    color: var(--main);
    font-size: 25px;
}

ul.social-share a:hover {
    color: var(--accent);
}

.bb-title {
    max-width: 1000px;
    margin: 0 0 10px;
}

.bb-divider {
    width: 1px;
    height: 20px;
    background: #000;
    margin: 0 10px;
}

ul.social-share span {
    font-size: 18px;
    font-weight: 600;
}

.bb-image img {
    border-radius: 20px;
}

.bb-image {
    margin-top: 30px;
}

.bb-image img {
    border-radius: 20px;
}

h2.wp-block-heading {
    font-size: 30px;
    font-weight: 400;
    margin: 40px 0 10px;
}

ul.wp-block-list {
    padding-left: 20px;
}

ul.wp-block-list li {
    padding: 3px 0;
    margin: 0;
    line-height: 1.2;
    color: #101010;
    font-size: 18px;
}

.sb img {
    aspect-ratio: 16/9;
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 18px 18px 0 0;
}

.blog-details {
    padding: 20px;
}

.spaced-content {
    margin: 15px;
    border: solid 1px rgba(0,0,0,0.2);
    border-radius: 20px;
}

.blog-excerpt h2 {
    font-size: 20px;
    font-weight: 400;
}

.blog-excerpt h2 a {
    color: var(--accent);
}

.blog-excerpt p {
    font-size: 15px;
    line-height: 1.2;
}

.date {
    font-size: 12px;
    margin: 0 0 5px;
}

section.other-posts {
    padding: 100px 0 100px;
}

.ab-single-blog {
    margin: 0 0 30px;
}

section.all-blogs {
    padding: 0 0 100px;
}

.ab-image img {
    aspect-ratio: 16/9;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.ab-excerpt h2 {
    font-size: 30px;
}

.ab-single-blog {
    border: solid 1px rgba(0,0,0,0.2);
    border-radius: 20px;
}

.ab-excerpt {
    padding: 20px;
}

.ab-image img {
    border-radius: 18px 18px 0 0;
}


.ab-excerpt h2 a {
    color: #000;
    font-weight: 500;
}

.blogis p {
    margin: 0 0 10px;
}

.blogis a {
    color: var(--accent);
    text-decoration: underline;
}

/*******************************
================================
MEDIA
================================
*******************************/

.bb-image img {
    height: auto;
    border-radius: 20px 20px 0 0;
}

.circle-image img {
    max-width: 500px;
    margin: 0 auto;
}

.sp-image img {
    width: 100%;
}

.benefits-triple {
    margin-top: 50px;
}


body.page.page-id-48 section.footer-cta {
    display: none;
}

section.invest-dwello .text-notfaq-item p {
    color: #fff;
}
.text-notfaq {
    margin-top: 20px;
}

.text-notfaq-item {
    display: flex;
    margin: 0 0 10px;
}

.text-notfaq-item p {
    line-height: 1.2;
}

.text-notfaq-item i {
    color: var(--decor);
    font-size: 20px;
    margin: 2px 10px 0 0;
}

.cta-bottom h2 {
    display: none;
}

p.white a {
    color: var(--accent);
    text-decoration: underline;
}

p.white a:hover {
    color: var(--decor);
    text-decoration: none;
}

.sb-image img {
    width: 100%;
}

@media (min-width: 768px){

    .main-menu.right-menu ul.menu li:last-child {
        display: block;
    }
    section.footer-cta h2 {
        font-size: 55px;
    }
    .cta-title h2 span {
        display: none;
    }
    .cta-bottom h2 {
        display: block;
    }


/* global */	
	
.cnt_10{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 30%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}


.cnt_70 {
    width: 70%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
}

section.hero {
    padding: 50px 0;
}
@media (min-width: 1024px){
	.hero-box h1 {
    font-size: 100px;
}

.hero-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
}
.hero-box h1 {
    font-size: 100px;
}

.hero-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
}

section.blog-breadcrumbs, section.blog-content {
    padding: 100px 0 0;
}

    .ab-single-blog {
        border: none;
    }
    
    .ab-excerpt {
        padding: 0px;
    }
    
    .ab-image img {
        border-radius: 20px;
    }

section.steps {
    background-image: url(/wp-content/uploads/2025/02/background-image.jpg);
}

section.intro-det h1 {
    font-size: 75px;
}

.text-box.price p {
    text-align: right;
}

.propert-full-info .cnt_40 {
    justify-content: flex-end;
}

.lpi-first {
    width: 50%;
}

.lpi-second {
    width: 50%;
}

.large-property-intro {
    display: flex;
    margin: 0 0 40px;
}
.lpi-second img {
    aspect-ratio: 2.145/1;
}

.invest-box {
    border-left: solid 1px #fff;
    padding-left: 20px;
}

    section.about-area {
        padding: 100px;
        border-radius: 0;
    }

img.decor {
    display: block;
    position: absolute;
    right: 0;
    height: 300px;
    top: 50%;
    transform: translateY(-50%);
}
.just-text {
    display: flex;
    align-items: flex-start;
    padding-right: 130px;
    position: relative;
}

.just-text h2 {
    margin-right: 20px;
    width: 270px;
    position: absolute;
    left: -120px;
}
section.hero {
    padding: 0;
}

h1 {
    font-size: 55px;
    font-weight: 400;
}


.listing-filters {
    flex-wrap: nowrap;
}
.placeholder-btn {
    width: calc(20% - 40px);
    margin: 0 10px;
}

.search-field {    
    width: calc(40% - 20px);
}
section.footer-cta h2 {
    font-size: 65px;
}
.cta-bottom h2 {
    margin-left: 40px;
}
/* global */
.rtl {
    direction: rtl;
}

.rtl .cnt_50 {
    direction: ltr;
}

.rtl .margin-left {
    margin: 0 20px 0 0;
}

.rtl .margin-right {
    margin: 0 0 0 20px;
}

.margin-right{
	margin: 0 20px 0 0;
}	
	
.margin-left{
	margin: 0 0 0 20px;
}	
	
.row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table {
    display: table;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 30%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 33.33333%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 40%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 60%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 70%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	
	
}
 
ul.mobile-menu {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.mobile-menu li {
    padding: 5px 0;
}

ul.mobile-menu li a {
    color: var(--main);
    font-size: 18px;
}

div#menu-nav {
    max-height: 0;
    overflow: hidden;
    transition: .5s;
}

div#menu-nav.active {
    max-height: 600px;
}

.main-menu.right-menu ul.menu li {
    display: none;
}
ul.mobile-menu li:last-child a {
    background: var(--accent);
    color: #fff;
    padding: 8px 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: max-content;
}

ul.mobile-menu li:last-child a:hover {
    background: var(--decor);
    border-radius: 10px;
}
ul#left-menu {
    display: none;
}

.mobile-nav a {
    color: var(--accent);
    font-size: 35px;
}

.main-menu {
    width: 40px;
}

.site-branding {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mobile-nav {
    position: absolute;
    top: 20px;
}

.main-menu.right-menu {
    width: 160px;
    position: absolute;
    right: 0;
}

@media (min-width: 1200px){  
    .mobile-nav {
        display: none;
    }
    
    ul#left-menu {
        display: flex;
    }
    
    .main-menu.right-menu {
        width: 40%;
        position: relative;
    }
    
    .main-menu.right-menu ul.menu li {
        display: block;
    }
.site-branding {
    width: 20%;
    display: flex;
    justify-content: center;
}

.main-menu {
    width: 40%;
}  
}





















