/*!
Theme Name: Akkor Immo - A Modern Premium Real Esate WP Theme
Theme URI: http://heycanopus.com
Author: Souhail - HeyCanopus
Author URI: http://heycanopus.com
Description: This is a modern custom theme created For Akkor Immo , Real Estate Agency Located in Rabat Morocco. Full designed , Coded , Deployed and maintained by Canopus Media Agency
Version: 2.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: akkor-wp-premium
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Akkor Immo - A Modern Premium Real Esate WP Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Componenets Stylings
--------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	margin: 0 !important;
}

#about {
	margin-bottom: 3rem;
}

@media (max-width: 992px) {
	#about .text {
		align-items: center;
	}
}

#about .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
}

#about .container .row .col-lg-7 {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
}

#about .container .row .col-lg-7 button {
	margin: 0 2.5rem 3rem auto !important;
}

#about .container .section-title {
	padding-top: 2rem;
}

#about .container .text P {
	max-width: 90%;
}

#about .container .features-imgs {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

#about .container .icon-row {
	display: flex;
	gap: 3rem;
}

#about .container .icon-row img {
	max-width: 45%;
	width: 150px;
}

#about .container .icon-row .smaller {
	width: 100px;
}

#about .highlight {
	position: relative;
}

#about .highlight img {
	position: absolute;
	bottom: -35%;
	right: -15%;
}

#as-seen-on {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: transparent;
}

#as-seen-on .section-title {
	margin-bottom: 3rem;
}

#primary {
	width: auto;
	height: fit-content;
	margin: 2rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#primary .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("./media/hero.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	right: 0;
	top: 0;
}

#primary .hero-section {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#primary .hero-section h1 {
	position: absolute;
	font-size: 1rem !important;
	top: -5%;
}

#primary .hero-section .left {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	position: relative;
}

#primary .hero-section .left .ctas {
	display: flex;
	width: 50%;
	gap: 3rem;
}

#primary .hero-section .left .ctas .cta:visited {
	color: black;
}

#primary .hero-section .left .ctas .cta-primary:visited {
	color: white;
}

#primary .hero-section .right {
	margin-top: -3rem;
}

#primary .hero-section h2 {
	font-family: 'Public Sans', sans-serif;
	font-weight: 500;
	font-size: 2.8rem;
	line-height: 150%;
}

#primary .hero-section h2 .number {
	position: relative;
}

#primary .hero-section h2 img {
	position: absolute;
	bottom: -5px;
	left: 20px;
}

#primary .hero-section .number {
	position: relative;
}

#primary .hero-section p {
	font-family: 'Inter', sans-serif;
	font-size: 1.1rem;
	font-weight: 300;
}

@media (max-width: 1200px) {
	#primary {
		height: fit-content;
		gap: 2rem;
	}
	#primary h2 {
		font-size: 2.5rem !important;
	}
	#primary p {
		font-size: 1rem !important;
	}
}

@media (max-width: 992px) {
	#primary {
		margin-top: 2rem !important;
		align-items: center !important;
		height: fit-content;
		gap: 2rem;
	}
	#primary .bg {
		height: 200% !important;
	}
	#primary .hero-section {
		justify-content: center !important;
		gap: 5rem;
		padding-top: 5rem;
	}
	#primary .right {
		display: flex;
		margin-top: 0 !important;
		justify-content: center;
	}
	#primary .left {
		align-items: center !important;
	}
	#primary .ctas {
		justify-content: center !important;
	}
}

.see-all {
	margin: auto;
	margin-right: 1rem;
	padding-right: 2.5rem;
	padding-left: 2.5rem;
	border-bottom-right-radius: 1.2rem;
	border-top-left-radius: 1.2rem;
	background-color: white;
	color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	text-decoration: none;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	position: relative;
	z-index: 999;
}

.see-all img {
	height: 1rem;
	margin-left: 1rem;
}

.see-all-primary {
	background-color: #053747;
	color: white;
}

.see-all-primary img {
	filter: invert(1);
	height: 1rem;
	margin-left: 1rem;
}

#premium {
	background-color: #1f363e;
	color: white;
}

#premium .container {
	padding: 2rem 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

#premium #featured-slide {
	position: relative;
}

#premium .owl-next {
	position: absolute;
	top: 35%;
	right: 0;
	font-size: 5rem;
	font-weight: bold;
}

#premium .owl-prev {
	position: absolute;
	top: 35%;
	left: 0;
	font-size: 5rem;
	font-weight: bold;
}

#premium .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	width: 100%;
}

#premium .container .owl-item {
	height: 75vh !important;
}

#premium .container .icon {
	max-width: 35px;
	max-height: 35px;
}

#property-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 80%;
	margin: auto;
	margin-top: 6rem;
	margin-bottom: 2rem;
}

#property-list .pagination-btns .home-pagination-number {
	font-weight: bold;
}

#property-list .list {
	gap: 2rem;
}

@media (min-width: 1400px) {
	#property-list .list .col-xxl-4 {
		width: 31.33333333% !important;
	}
}

@media (max-width: 1399px) {
	#property-list .list .col-xl-5 {
		width: 41.66666667% !important;
	}
}

@media (max-width: 1199px) {
	#property-list .list .col-lg-6 {
		width: 48% !important;
	}
}

@media (max-width: 991px) {
	#property-list .list .col-md-6 {
		width: 47% !important;
	}
}

@media (max-width: 767px) {
	#property-list .list .col-md-6 {
		width: 98% !important;
		margin: auto;
	}
}

#property-list .section-title {
	position: relative;
}

@media (max-width: 1200px) {
	#property-list .section-title img {
		left: -50% !important;
	}
}

#property-list .section-title img {
	position: absolute;
	z-index: -1;
	top: -150%;
	left: 40%;
}

#property-list #loader {
	display: none;
}

#property-list h2,
#property-list p {
	text-align: center;
}

#property-list #cat-slider {
	max-width: 60%;
	margin: 3rem;
	display: flex;
	align-items: center;
	position: relative;
}

#property-list #cat-slider .owl-nav {
	display: flex;
}

#property-list #cat-slider .owl-next {
	width: 2rem;
	position: absolute;
	top: 20%;
	left: 105%;
}

#property-list #cat-slider .owl-prev {
	width: 2rem;
	position: absolute;
	top: 20%;
	right: 105%;
}

#property-list #cat-slider .prop-type {
	background-color: transparent;
	border: none;
	font-weight: bolder;
}

#property-list #cat-slider .active-button {
	background-color: #F2F2F2;
	border-bottom: 3px solid #1F363E;
}

#property-list #cat-slider .owl-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

#property-list .pagination-btns {
	display: flex;
	padding: 2rem;
}

#property-list .pagination-btns .home-pagination-number {
	height: 2rem;
	width: 2rem;
	border-radius: 50%;
	background-color: transparent;
	color: #1F363E;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
}

#property-list .pagination-btns .active-number {
	background-color: #e0e0e0;
}

.see-all {
	margin: auto;
	margin-right: 1rem;
	padding-right: 2.5rem;
	padding-left: 2.5rem;
	border-bottom-right-radius: 1.2rem;
	border-top-left-radius: 1.2rem;
	background-color: white;
	color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	text-decoration: none;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	position: relative;
	z-index: 999;
}

.see-all img {
	height: 1rem;
	margin-left: 1rem;
}

.see-all-primary {
	background-color: #053747;
	color: white;
}

.see-all-primary img {
	filter: invert(1);
	height: 1rem;
	margin-left: 1rem;
}

#premium {
	background-color: #1f363e;
	color: white;
}

#premium .container {
	padding: 2rem 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

#premium #featured-slide {
	position: relative;
}

#premium .owl-next {
	position: absolute;
	top: 35%;
	right: 0;
	font-size: 5rem;
	font-weight: bold;
}

#premium .owl-prev {
	position: absolute;
	top: 35%;
	left: 0;
	font-size: 5rem;
	font-weight: bold;
}

#premium .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	width: 100%;
}

#premium .container .owl-item {
	height: 75vh !important;
}

#premium .container .icon {
	max-width: 35px;
	max-height: 35px;
}

#shortcuts {
	padding: 1rem;
	padding-top: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: fit-content;
}

#shortcuts .shortcut {
	background-position: center;
	background-size: cover;
	height: 30rem;
	background-color: black;
	border-bottom-right-radius: 1.9rem;
	border-top-left-radius: 1.9rem;
	color: white;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

@media (max-width: 768px) {
	#shortcuts .shortcut {
		max-width: 70%;
	}
}

#shortcuts .shortcut h2 {
	font-family: 'Public Sans';
	font-weight: 400;
	font-size: 1.7rem;
	padding-left: 1rem;
}

#shortcuts .shortcut button {
	background: transparent;
	border: none;
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
	font-size: 1.2rem;
}

#shortcuts .shortcut button img {
	filter: invert(1);
	max-height: 40px;
	width: auto;
}

#shortcuts .shortcut:visited {
	color: white;
}

#shortcuts .container-fluid {
	border-radius: 1.4rem;
	background-image: url("./media/shortcut-bg.png");
	background-size: cover;
	background-position: center;
	height: 100%;
}

#shortcuts .container-fluid .row {
	height: 100%;
}

#shortcuts .container-fluid .shortcut-list {
	margin: 3rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#search-bar {
	height: fit-content;
	background-color: #F6F6F6;
	max-width: fit-content;
	margin: auto;
	position: relative;
	border-radius: 2rem;
	box-shadow: -9px 7px 13px -4px rgba(0, 0, 0, 0.59);
	-webkit-box-shadow: -9px 7px 13px -4px rgba(0, 0, 0, 0.59);
	-moz-box-shadow: -9px 7px 13px -4px rgba(0, 0, 0, 0.59);
}

#search-bar .search-row {
	width: 100% !important;
	display: flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 1rem;
}

#search-bar form {
	height: 100%;
}

#search-bar form input {
	border: none;
	background-color: transparent;
	padding: .4rem;
}

#search-bar form select {
	border: none;
	background-color: transparent;
	padding: .4rem;
	margin-right: 2rem;
}

#search-bar form label {
	font-weight: bold;
}

#search-bar form .search-element {
	display: flex;
	flex-direction: column;
	border-right: 1px grey;
	border-left: 1px solid grey;
	padding-left: 2rem;
}

#search-bar form .first {
	border-left: none;
}

#search-bar form img {
	cursor: pointer;
}

#search-bar form button {
	margin-right: 2rem;
	margin-left: 2rem;
}

@media (max-width: 1375px) {
	#search-bar .search-element {
		padding-left: 1rem !important;
	}
	#search-bar form button {
		margin-right: 1rem !important;
		margin-left: -2rem !important;
	}
	#search-bar .first input {
		width: 9rem !important;
	}
}

@media (max-width: 1163px) {
	#search-bar .search-row {
		flex-direction: column !important;
		border: none !important;
		width: 90vw !important;
		gap: 2rem !important;
	}
	#search-bar .search-element {
		width: 100% !important;
		border: none !important;
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 100%;
}

.cta {
	width: fit-content;
	background-color: transparent;
	border: 2px solid #032530;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: black;
	padding: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-decoration: none;
}

.cta-primary {
	width: fit-content;
	background-color: #032530;
	font-family: 'Poppins', sans-serif;
	border: 2px solid #032530;
	font-weight: 600;
	color: white;
	padding: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-decoration: none;
}

.highlight {
	color: #10AEE2;
}

header {
	z-index: 1;
	display: flex;
	align-items: center;
	max-width: 90%;
	margin: auto;
	justify-content: space-between;
	height: 12vh;
}

.navbar {
	position: relative;
	z-index: 1;
}

.custom-logo-link img {
	max-height: 125px;
	width: auto;
}

.main-navigation ul {
	align-items: center;
}

.site-contact {
	display: flex;
	align-items: center;
}

.site-contact .phone {
	display: flex;
	align-items: center;
	margin-right: 1rem;
}

.site-contact .phone a {
	font-weight: 600;
	font-family: 'Epilogue', sans-serif;
}

.navbar {
	max-width: 90%;
	margin: auto;
}

@media (max-width: 991px) {
	.navbar #main-menu {
		margin: 0;
		border: 1px solid black;
		padding-bottom: 1rem;
		margin-bottom: .5rem;
	}
	.navbar #main-menu .menu-item {
		margin-left: .5rem;
	}
	.navbar #main-menu .current-menu-item {
		margin-left: 0;
	}
}

.navbar .cta {
	background-color: transparent;
	border: 2px solid #032530;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: black;
	padding: .5rem;
	text-decoration: none;
}

.navbar .navbar-collapse a {
	color: black;
}

.navbar .navbar-collapse a:visited {
	color: black;
}

.navbar .current-menu-item a {
	color: white !important;
	background-color: #032530;
	padding: .7rem;
}

.navbar .site-contact {
	justify-content: flex-end;
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.navbar .site-contact {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 561px) {
	.navbar .site-contact {
		flex-direction: column;
		gap: 1rem;
	}
	.navbar .site-contact .cta {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0.8rem;
	}
}

@media (max-width: 1576px) {
	.navbar .site-contact .cta {
		margin: 0 !important;
	}
	.navbar .site-contact .phone {
		gap: 1rem !important;
	}
}

.navbar .site-contact .cta {
	margin: 1rem 0 1rem 1rem;
}

.navbar .site-contact .phone {
	display: flex;
	align-items: center;
	gap: 3rem;
}

.navbar .site-contact .phone a {
	font-weight: 600;
	font-family: 'Epilogue', sans-serif;
	color: black;
	text-decoration: none;
	font-size: .9rem;
}

.navbar .site-contact .phone img {
	height: 1.3rem;
	width: auto;
}

@media ((max-width: 1522px)) {
	.navbar .container-fluid {
		flex-wrap: wrap !important;
	}
	.navbar .container-fluid .site-contact {
		order: 1;
		width: 100%;
	}
	.navbar .container-fluid #main-menu {
		width: 100%;
		justify-content: end;
		gap: 3rem;
	}
	.navbar .container-fluid .custom-logo-link {
		order: 2;
		margin-top: -2rem;
	}
	.navbar .container-fluid #navbarNavDropdown {
		order: 3;
	}
	.navbar .container-fluid .navbar-nav {
		width: 100%;
	}
}

@media ((max-width: 1522px)) and (max-width: 1294px) {
	.navbar #main-menu {
		gap: 2rem !important;
	}
}

@media ((max-width: 1522px)) and (max-width: 1204px) {
	.navbar #main-menu {
		gap: 1rem !important;
	}
	.navbar .custom-logo-link img {
		max-height: 115px;
		width: auto;
	}
}

@media ((max-width: 1522px)) and (max-width: 1098px) {
	.navbar .custom-logo-link img {
		max-height: 100px;
		width: auto;
	}
	.navbar .nav-link {
		font-size: .9rem;
	}
}

@media ((max-width: 1522px)) and (max-width: 1098px) {
	.navbar #main-menu {
		gap: .5rem !important;
	}
}

@media (max-width: 991px) {
	.navbar .container-fluid {
		gap: 1rem !important;
	}
	.navbar .site-contact {
		order: 3 !important;
		width: 100%;
	}
	.navbar .navbar-toggler {
		order: 1;
	}
	.navbar #navbarNavDropdown {
		order: 2 !important;
	}
	.navbar .custom-logo-link {
		order: 1 !important;
		margin-top: 0rem !important;
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: flex;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

@media (max-width: 991px) {
	#main-menu {
		background-color: white;
	}
}

footer {
	gap: 2rem;
	padding-bottom: 2rem;
}

.site-footer {
	font-family: 'inter';
	font-weight: 500;
	height: fit-content;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #AACAD4;
	border-top: 5px solid #053747;
}

@media (max-width: 1300px) {
	.site-footer .footer {
		width: 80%;
	}
}

@media (max-width: 970px) {
	.site-footer .footer {
		width: 100%;
	}
}

@media (max-width: 770px) {
	.site-footer .footer #main-menu {
		flex-direction: column;
		gap: 1rem;
		align-items: center;
	}
}

.site-footer ul {
	display: flex;
}

.site-footer ul li {
	list-style: none;
}

.site-footer .socials {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.site-footer .socials a {
	width: fit-content;
}

.site-footer .sub-menu {
	display: none;
}

.site-footer a {
	color: black;
	font-weight: bold;
}

.footer {
	width: 60%;
	padding: 0 !important;
	margin: 0 auto;
}

.footer #main-menu {
	background-color: transparent;
	margin: 0;
	display: flex;
	justify-content: space-around;
}

.footer #main-menu a {
	text-decoration: none;
}

.footer #main-menu a:visited {
	color: black;
}

.post-thumbnail img {
	margin-top: 2rem;
	width: 100%;
	height: auto;
}

.property-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	border-left: 0.1px solid #c4c4c4;
	color: black;
	text-decoration: none;
	gap: 1rem;
	transition: color .1s;
	width: 100%;
	border-bottom-left-radius: .8rem;
	border-top-right-radius: .8rem;
	border-bottom-right-radius: 1.9rem;
	border-top-left-radius: 1.9rem;
	box-shadow: 9px 7px 13px -4px rgba(0, 0, 0, 0.59);
	-webkit-box-shadow: 9px 7px 13px -4px rgba(0, 0, 0, 0.59);
	-moz-box-shadow: 9px 7px 13px -4px rgba(0, 0, 0, 0.59);
}

.property-card .data-container {
	padding-left: 1rem;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.property-card .data-container p {
	font-weight: 400;
	font-size: .9rem;
	color: #2e2e2e;
	padding-right: .6rem;
}

.property-card:visited {
	color: black;
}

.property-card:hover {
	color: grey;
}

.property-card .upper {
	height: 45%;
	border-top-left-radius: 1.9rem;
	border-top-left-radius: 1.9rem;
	background-position: center;
	background-size: cover;
}

.property-card h3 {
	font-size: 1.4rem;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
}

.property-card p {
	text-align: left !important;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	font-size: 1rem;
}

.property-card .details {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}

.property-card .det {
	font-family: 'inter';
	font-weight: 800;
	font-size: .8rem;
	color: #494949;
}

.property-card .det .beds {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.3rem;
}

.property-card .price {
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	font-family: "Public Sans", sans-serif;
	font-weight: 700;
	color: #5a5a5a;
}

.property-card .price span {
	color: #053747;
	font-size: 1.2em;
	font-family: "Public Sans", sans-serif;
	font-weight: 700;
}

#premium-card {
	width: 100%;
}

@media (max-width: 1024px) {
	#premium-card .img-container {
		width: 85%;
	}
	#premium-card .card-info {
		width: 85%;
	}
}

@media (max-width: 992px) {
	#premium-card .img-container {
		width: 90%;
	}
	#premium-card .card-info {
		width: 90%;
	}
}

.premium-card {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	text-decoration: none;
	color: white;
	transition: color .1s;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.premium-card:visited {
	color: white;
}

.premium-card:hover {
	color: aquamarine;
}

.premium-card .img-container {
	width: 70%;
	height: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom-right-radius: 2.3rem;
	border-top-left-radius: 2.3rem;
}

.premium-card .card-info {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	background-color: #152429;
	padding: 1.1rem;
	width: 65%;
	height: fit-content;
	border-bottom-right-radius: 1.9rem;
	border-top-left-radius: 1.9rem;
}

.premium-card .card-info h3 {
	font-size: 1.4rem;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
}

.premium-card .card-info p {
	text-align: left !important;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	font-size: .9rem;
	margin-bottom: 0.4rem;
}

.premium-card .card-info .details-premium {
	box-shadow: none !important;
}

.premium-card .card-info .details {
	display: flex;
	justify-content: space-around;
}

.premium-card .card-info .details img {
	filter: invert(1);
}

.premium-card .card-info span {
	font-size: .7rem;
	color: white;
}

.premium-card .card-info .icon {
	margin-top: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.premium-card .card-info .price {
	display: flex;
	flex-direction: column;
	color: white;
}

.premium-card .card-info .price span {
	color: #A0E2F8;
	font-size: 1.4rem;
	font-weight: 400;
}

.blog-list {
	display: flex;
	flex-direction: column;
	gap: 4rem !important;
	margin-bottom: 2rem;
}

.blog-card {
	text-decoration: none;
	color: black;
	max-height: 35rem;
}

.blog-card:visited {
	color: black;
}

.blog-card img {
	height: 20rem;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.blog-card .post-details {
	border: 1px solid black;
	border-top: none;
	padding: 1rem;
}

.blog-card .bottom-post {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blog-card .bottom-post p {
	font-weight: bold;
}

.hide {
	display: none !important;
}

@media (max-width: 991px) {
	.content-row {
		gap: 3rem;
		margin-bottom: 3rem;
	}
}

@media (max-width: 768px) {
	.img-section {
		max-height: 100vh !important;
	}
	.img {
		max-height: 50vh !important;
	}
	.large-img {
		max-height: 50vh !important;
	}
}

@media (max-width: 1400px) {
	#img-slider {
		max-width: 100vw !important;
	}
	#img-slider .owl-item {
		width: 100vw !important;
	}
	#thumb-slider {
		width: 80% !important;
	}
	#thumb-slider .owl-item {
		width: 900px !important;
	}
}

.nav-links {
	height: 10vh;
	display: flex;
	align-items: center;
	margin-top: 2rem;
}

.nav-links .nav-subtitle {
	font-weight: bold;
	color: black;
	padding: 2rem 1rem;
}

.nav-links a {
	text-decoration: none;
	padding: 1rem;
	border: 1px solid black;
}

@media (max-width: 768px) {
	.carteris {
		display: flex;
		flex-direction: column;
		gap: 2rem;
		align-items: flex-start !important;
	}
}

.breadcrumbs {
	height: 8vh;
	display: flex;
	align-items: center;
}

.breadcrumbs .rank-math-breadcrumb p {
	margin: 0;
}

.breadcrumbs p {
	font-size: 1rem;
}

.breadcrumbs p a {
	text-decoration: none;
	color: #053747;
	font-family: 'Public sans', sans sans-serif;
	font-weight: 500;
}

.breadcrumbs p span {
	font-weight: 700;
}

#property-page {
	background-color: #FCFBFD;
}

#property-page .img-section img {
	cursor: pointer;
}

#property-page .details {
	box-shadow: none;
}

#property-page .img-section {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	overflow: hidden;
	max-height: 50vh;
}

#property-page .img-section .img {
	padding: 0;
	border: 1px solid grey;
	max-height: 25vh;
}

#property-page .img-section .large-img {
	max-height: 50vh;
}

#property-page .img-section img {
	height: 100%;
	width: 100%;
}

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

.header-caract p {
	margin: 0;
	font-weight: bold;
	font-size: 1.2rem;
}

.slider-container {
	top: 0;
	z-index: 999;
	position: fixed;
	height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.7);
	flex-direction: column;
}

.slider-container #thumb-slider {
	width: 55%;
	max-height: 20vh;
}

.slider-container #thumb-slider .owl-stage {
	display: flex;
	gap: 2rem;
}

.slider-container #thumb-slider .owl-stage img {
	border-radius: 1rem;
}

.slider-container #thumb-slider .owl-stage .owl-item {
	width: 350px !important;
}

.slider-container #thumb-slider img {
	max-height: 20vh;
}

.slider-container #img-slider {
	max-width: 60%;
}

.slider-container #img-slider img {
	max-height: 60vh;
}

.slider-container #img-slider .owl-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-container #img-slider .owl-nav .owl-next {
	position: absolute;
	right: -10%;
	top: 50%;
}

.slider-container #img-slider .owl-nav .owl-prev {
	position: absolute;
	left: -10%;
	top: 50%;
}

.slider-container #img-slider .owl-nav img {
	filter: invert(1);
	height: 3rem;
}

.suggestion-container {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	row-gap: 3rem;
}

@media (max-width: 1400px) {
	.suggestion-container {
		gap: 1rem;
	}
}

.suggestion-container .price {
	padding-bottom: 1rem;
}

.suggestion-container .col-xxl-6 {
	width: 48% !important;
}

@media (max-width: 768px) {
	.suggestion-container .col-xxl-6 {
		width: 90% !important;
		margin: auto;
		row-gap: 5rem;
	}
}

.details .fs-2 {
	font-size: 2.2rem !important;
}

.details .details-section {
	-webkit-box-shadow: 4px 4px 9px 6px #cfcfcf;
	box-shadow: 4px 4px 9px 6px #cfcfcf;
	padding: 3rem 2rem;
	display: flex;
	justify-content: center;
	/* align-items: center; */
	gap: 0.5rem;
}

.details .details-section h4 {
	font-family: 'Public Sans';
	font-weight: bold;
	font-size: 1.4rem;
}

.details .location {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
}

.details .location img {
	max-height: 1rem;
	width: auto;
	padding: 0;
	margin: 0;
}

.details .location p {
	width: fit-content;
	padding: 0;
	margin: 0;
}

.details .col-lg-8 {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

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

.details .title h1 {
	width: fit-content;
	font-family: 'Public Sans';
	font-weight: 600;
}

.details .title p {
	width: fit-content;
	font-family: 'Public Sans';
	font-size: 1.1vw;
	color: #053747;
	font-weight: bold;
}

.details .carteris {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.details .carteris .icon {
	display: flex;
	flex-direction: column;
	font-family: 'inter';
	font-weight: 800;
	font-size: .8rem;
	color: #494949;
}

.details .carteris img {
	max-height: 2rem;
	width: auto;
}

.details .date {
	color: #3e3e3e;
}

.details .date span {
	color: black;
}

.row .details {
	border-radius: 0 !important;
	width: fit-content;
	box-shadow: none;
	margin: 0;
	padding: 0;
	gap: 1rem;
}

.caract {
	font-family: 'Public sans';
	font-weight: 600;
	padding: 2rem 1rem 2rem 2rem;
}

.caract,
.details {
	display: flex;
	gap: 1rem;
	-webkit-box-shadow: 4px 4px 9px 6px #cfcfcf;
	box-shadow: 4px 4px 9px 6px #cfcfcf;
	border-radius: 2rem;
	align-items: center;
	justify-content: space-between;
}

.date {
	display: flex;
	flex-direction: column;
	font-weight: bolder;
}

.page-hero {
	height: 50vh;
	margin-top: -12vh !important;
	width: 100vw !important;
	z-index: -1;
	background-color: #B8EAFA;
	display: flex;
	align-items: center;
}

.page-hero h1 {
	margin-bottom: 1.5rem;
	line-height: 150%;
	font-family: 'Public Sans';
}

.page-hero .col-5 {
	background-image: url("./media/page-header.png");
	height: 100%;
}

#contact-page {
	margin-top: -2rem;
}

#contact-page .page-hero h1 {
	margin-top: -8rem;
}

#contact-page .page-hero .col-7 {
	padding-left: 3rem;
}

#contact-page .page-hero {
	height: 80vh;
	position: relative;
}

#contact-page .details {
	background: none !important;
}

#contact-page .col-5 {
	background-image: url("./media/contact-banner.png");
	height: 100%;
}

#contact-page .bottom {
	background-color: darkgray;
}

#contact-page .contact-form {
	width: 100%;
	height: fit-content;
	background-color: white;
	margin-top: -16rem;
	margin-bottom: 15rem;
	box-shadow: -9px 7px 13px -4px rgba(0, 0, 0, 0.59);
	-webkit-box-shadow: -9px 7px 13px -4px rgba(0, 0, 0, 0.59);
	-moz-box-shadow: -9px 7px 13px -4px rgba(0, 0, 0, 0.59);
}

#contact-page .contact-form .row {
	height: 100%;
}

#contact-page .contact-form input {
	display: block;
	width: 70%;
	padding: .5rem;
	border-radius: .5rem;
	margin-bottom: 2rem;
}

#contact-page .contact-form input::placeholder {
	padding: .5rem;
}

#contact-page .contact-form textarea {
	width: 70%;
}

#contact-page .contact-form textarea::placeholder {
	padding: .5rem;
}

#contact-page .contact-form h3 {
	margin-bottom: 2rem;
}

#contact-page .contact-form button {
	background-color: transparent;
	border: none;
	margin: auto;
	margin-left: 20%;
}

#contact-page .contact-form img {
	height: 2rem;
}

#contact-page .contact-form .col-9 {
	padding: 4rem;
}

#contact-page .contact-form .col-3 {
	background-color: #1F363E;
	padding: .8rem;
	padding-top: 2REM;
	padding-bottom: 2REM;
	color: white;
}

#contact-page .contact-form .col-3 .info {
	display: flex;
	flex-direction: column;
}

#contact-page .contact-form .col-3 .info h4 {
	margin-bottom: 3rem;
}

#contact-page .contact-form .col-3 .info a {
	color: white;
}

.page-hero {
	height: 80vh;
	margin-top: -27vh !important;
	width: 100vw !important;
	background-color: #B8EAFA;
	display: flex;
	align-items: center;
}

@media (max-width: 910px) {
	.page-hero .entry-title {
		font-size: 1.6rem !important;
	}
	.page-hero .entry-title img {
		width: 50px;
		bottom: -30% !important;
	}
	.page-hero p {
		font-size: .9rem;
	}
}

.page-hero .page-title {
	display: flex;
	align-items: center;
}

.page-hero .page-title span {
	position: relative;
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
}

.page-hero .page-title span img {
	position: absolute;
	bottom: -20%;
	left: 15%;
}

.page-hero h1 {
	margin-bottom: 1.5rem;
	line-height: 150%;
	font-family: 'Public Sans';
}

.page-hero h1 span {
	position: relative;
}

.page-hero h1 img {
	position: absolute;
	bottom: -50%;
	left: 15%;
}

.page-hero .col-5 {
	background-image: url("./media/page-header.png");
	height: 100%;
}

.sidebar-page {
	margin-bottom: 2rem;
}

#primary-page .list {
	justify-content: center !important;
	gap: 1.5rem !important;
	align-items: center !important;
}

#primary-page .card {
	margin: 0 10px !important;
	min-width: 300px !important;
	max-width: 400px !important;
}

#primary-page #search-bar {
	margin-top: 0;
	margin-bottom: 0;
}

.archive-page .content .col-9 {
	display: flex;
	flex-wrap: wrap;
}

.archive-page .list {
	padding: 2rem;
}

.archive-page .list .card {
	margin-right: auto;
}

.archive-page #search-bar {
	top: 0 !important;
}

.archive-search {
	width: 80%;
	margin: auto;
	position: relative !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -10vh !important;
	padding-bottom: 20vh;
}

.property-archive .nav-links {
	width: 60%;
	margin: auto;
	display: flex;
	gap: 1rem;
}

.property-archive .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10vh;
}

.property-archive .pagination .page-numbers {
	justify-content: center;
	align-items: center;
	display: flex;
	height: 2rem;
	width: 2rem;
	background-color: #8080804a;
	margin-right: 0.5rem;
	border-radius: 50%;
	color: black;
	border: none;
}

.property-archive .pagination .next,
.property-archive .pagination .prev {
	background-color: transparent;
}

.property-archive #search-bar {
	margin-top: -23vh !important;
}

.property-archive .page-hero {
	overflow: hidden;
}

.property-archive .page-hero .col-7 {
	margin-left: 3vw;
}

.property-archive .page-hero p {
	font-size: 1rem;
	color: black;
	max-width: 70%;
	line-height: 150%;
}

.property-archive .page-hero p a {
	color: black;
}

.property-archive .page-hero p a:visited {
	color: black;
}

.property-archive .list {
	margin-top: -10vh;
	gap: 3rem !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: start !important;
}

.property-archive .list .col-lg-6 {
	width: 46% !important;
}

@media (max-width: 1163px) {
	.property-archive .list {
		margin-top: 3rem !important;
	}
	.property-archive #search-bar {
		margin-top: -15vh !important;
	}
}

@media (max-width: 768px) {
	.property-archive .nav-links {
		width: auto;
	}
	.property-archive .entry-title p {
		max-width: 100% !important;
	}
	.property-archive .list .col-md-12 {
		width: 95% !important;
		margin: auto;
	}
}

@media (max-width: 768px) {
	.archive-description {
		max-width: 100% !important;
	}
}

.property-results .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10vh;
}

.property-results .pagination .page-numbers {
	justify-content: center;
	align-items: center;
	display: flex;
	height: 2rem;
	width: 2rem;
	background-color: #8080804a;
	margin-right: 0.5rem;
	border-radius: 50%;
	color: black;
	border: none;
}

.property-results .pagination .next,
.property-results .pagination .prev {
	background-color: transparent;
}

.property-results .list {
	margin-top: -8vh;
	gap: 3rem !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: start !important;
}

.property-results .list .col-lg-6 {
	width: 46% !important;
}

@media (max-width: 1163px) {
	.property-results .list {
		margin-top: 3rem !important;
	}
	.property-results #search-bar {
		margin-top: -15vh !important;
	}
}

@media (max-width: 768px) {
	.property-results .nav-links {
		width: auto;
	}
	.property-results .entry-title p {
		max-width: 100% !important;
	}
	.property-results .list .col-md-12 {
		width: 95% !important;
		margin: auto;
	}
}

.custom-page .property-archive .nav-links {
	width: 60%;
	margin: auto;
	display: flex;
	gap: 1rem;
}

.custom-page .property-archive .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10vh;
}

.custom-page .property-archive .pagination .page-numbers {
	justify-content: center;
	align-items: center;
	display: flex;
	height: 2rem;
	width: 2rem;
	background-color: #8080804a;
	margin-right: 0.5rem;
	border-radius: 50%;
	color: black;
	border: none;
}

.custom-page .property-archive .pagination .next,
.custom-page .property-archive .pagination .prev {
	background-color: transparent;
}

.custom-page .property-archive #search-bar {
	margin-top: -27vh !important;
}

.custom-page .property-archive .page-hero {
	overflow: hidden;
}

.custom-page .property-archive .page-hero .col-7 {
	margin-left: 3vw;
}

.custom-page .property-archive .page-hero p {
	font-size: 1rem;
	color: black;
	max-width: 70%;
	line-height: 150%;
}

.custom-page .property-archive .page-hero p a {
	color: black;
}

.custom-page .property-archive .page-hero p a:visited {
	color: black;
}

.custom-page .property-archive .list {
	margin-top: -10vh;
	gap: 3rem !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: start !important;
}

.custom-page .property-archive .list .col-lg-6 {
	width: 46% !important;
}

@media (max-width: 1163px) {
	.custom-page .property-archive .list {
		margin-top: 3rem !important;
	}
	.custom-page .property-archive #search-bar {
		margin-top: -24vh !important;
	}
}

@media (max-width: 768px) {
	.custom-page .property-archive .nav-links {
		width: auto;
	}
	.custom-page .property-archive .entry-title p {
		max-width: 100% !important;
	}
	.custom-page .property-archive .list .col-md-12 {
		width: 95% !important;
		margin: auto;
	}
}

.custom-results .start-content {
	margin-top: 2rem;
}

.custom-results .content-row {
	justify-content: space-between;
}

.custom-results .content-row .col-xl-6 {
	max-width: 49%;
}

@media (max-width: 992px) {
	.custom-results .content-row .col-xl-6 {
		max-width: 100%;
	}
}

.custom-results .content-card {
	padding: 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
	background-color: #5A5A5A;
	color: white;
}

.custom-results .content-card a {
	color: white;
}

.custom-results .content-card a:visited {
	color: white;
}

.custom-results .content-card h2 {
	text-align: center;
	font-size: 1.5rem;
}

.custom-results .content-card p {
	text-align: center;
	margin: auto;
}

.custom-results .content-card-large {
	background-color: #053747;
	color: white;
}

.widget_contact_form_widget {
	max-width: 90%;
	margin: auto;
}

@media (max-width: 1200px) {
	.widget_contact_form_widget {
		max-width: 100% !important;
	}
}

.contact-widget-wrapper {
	padding: 2rem;
	-webkit-box-shadow: 4px 4px 9px 6px #cfcfcf;
	box-shadow: 4px 4px 9px 6px #cfcfcf;
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.contact-widget-wrapper .upper {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.contact-widget-wrapper form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.contact-widget-wrapper .cta {
	text-align: center;
}

.contact-widget-wrapper .cta:visited {
	color: black;
}

.contact-widget-wrapper img {
	height: 5rem;
}

.contact-widget-wrapper .infos {
	font-weight: bolder;
}

.contact-widget-wrapper a {
	color: black;
	text-decoration: none;
}

.contact-widget-wrapper .extra {
	display: flex;
	justify-content: space-between;
}

.contact-widget-wrapper .extra a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-widget-wrapper input {
	width: 100%;
	border-radius: .6rem;
	padding: .4rem;
}

.contact-widget-wrapper textarea {
	border-radius: .6rem;
	padding: .4rem;
}

.contact-widget-wrapper .send {
	width: 100%;
}

.widget_recents_prop_widget {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.widget_recents_prop_widget .widget-title {
	margin-top: 4rem;
}

#recents_props_widget {
	padding: 2rem 1rem;
	box-shadow: -9px 7px 13px -4px rgba(0, 0, 0, 0.59);
	-webkit-box-shadow: -9px 7px 13px -4px rgba(0, 0, 0, 0.59);
	-moz-box-shadow: -9px 7px 13px -4px rgba(0, 0, 0, 0.59);
	border-radius: 1rem;
	display: flex;
	gap: 1rem;
	flex-direction: column;
}

#recents_props_widget img {
	width: 40%;
	height: 60% !important;
}

#recents_props_widget h4 {
	font-size: 1rem;
}

#recents_props_widget h6 {
	font-size: .8rem;
	font-weight: bold;
	color: #5A5A5A;
}

#recents_props_widget .details-widg {
	display: flex;
	flex-direction: column !important;
	padding: 0;
	justify-content: center;
}

/*# sourceMappingURL=style.css.map */