/*!
Theme Name: RealEstate
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: realestate
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.

realestate 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
	- Contact us
	- 404
	- Navigation
	- Posts and pages
	- Galleries
# 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;
}

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

.row {
	margin: 0 -15px;
}

.row.no-margin {
	margin: 0;
}
.row.no-margin div[class*="col-"] {
	padding: 0;
}

div[class*="col-"] {
	padding-left: 16px;
	padding-right: 16px;
}

.container {
	padding: 0 15px;
}

@media (min-width: 1480px) {
	.container {
		max-width: 1440px;
	}
}

/**
 * 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;
	box-shadow: none;
	outline: none;
}

button:focus {
	box-shadow: none !important;
}

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

/* Fonts
--------------------------------------------- */


/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Playfair Display', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1 {
	font-family: 'Playfair Display', sans-serif;
	font-size: 60px;
	line-height: 72px;
	font-weight: 600;
	color: #2C2A31;
	margin: 0;
}

h2 {
	font-family: 'Playfair Display', sans-serif;
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
	color: #2C2A31;
	margin: 0;
}

h3 {
	font-family: 'Playfair Display', sans-serif;
	font-size: 46px;
	line-height: 56px;
	font-weight: 600;
	color: #2C2A31;
	margin: 0;
}

h4 {
	font-family: 'Playfair Display', sans-serif;
	font-size: 30px;
	line-height: 38px;
	color: #2C2A31;
	margin: 0;
}

h5 {
	font-family: 'Playfair Display', sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #2C2A31;
	margin: 0;
}

h6 {
	font-family: 'Playfair Display', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #2C2A31;
	margin: 0;
}

p {
	font-family: 'Playfair Display', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #2C2A31;
	margin-bottom: 1.5em;
}


b, strong {
	font-family: 'Playfair Display', sans-serif;
	font-weight: normal;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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 {
	font-size: 16px;
	line-height: 24px;
	color: #242228;
	transition: .3s all;
}

a:visited {
	color: #242228;
}

a:hover,
a:focus,
a:active {
	color: #242228;
	opacity: .8;
}

a:focus {
	outline: none;
}

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

/* Primary btn */
.black-btn,
.black-btn:visited {
	position: relative;
	display: inline-flex;
	align-items: center;
	font-family: "Playfair Display";
	column-gap: 8px;
	padding: 24px 42px;
	color: #fff;
	letter-spacing: 4px;
	background-color: #0E1B1B;
	text-decoration: none;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	transition: .3s all;
	font-weight: 700;
}


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


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


.txt-block-with-logo {
	text-align: center;
	margin-bottom: 90px;
}
.txt-block-with-logo img {
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.txt-block-with-logo .bl-title {
	text-transform: uppercase;
	margin: 28px 0 10px;
}
.txt-block-with-logo .line {
	display: inline-block;
	width: 100%;
	max-width: 336px;
	border-bottom: 1px solid #2D322C;
	margin-bottom: 30px;
}
.txt-block-with-logo .block-txt {
	max-width: 1240px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 28px;
}
/*--------------------------------------------------------------
# Header
	##Menu
--------------------------------------------------------------*/

#masthead {
	position: absolute;
	top: 32px;
	left: 0;
	width: 100%;
	z-index: 99;
}
.header-main-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.header-menu-wrapper,
.header-main-wrapper .header-left {
	width: 35%;
}
.header-main-wrapper .header-left {
	display: flex;
	gap: 120px;
}
.header-main-wrapper .header-left .left-logo {
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 20px 30px 26px;
	margin-top: -32px;
}
.header-main-wrapper .header-left .left-logo:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(232, 234, 233, 0.3);
	backdrop-filter: blur(5px);
}
.header-main-wrapper .header-left .left-logo img {
	height: 110px;
	object-fit: contain;
	position: relative;
	z-index: 9;
}

.header-left .header-socials {
	display: flex;
	gap: 35px;
}
.header-left .header-socials svg {
	width: 18px;
	height: 18px;
}


#primary-menu {
	display: flex;
	justify-content: flex-end;
	gap: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#primary-menu li {
	margin-bottom: 6px;
}
#primary-menu li a {
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	white-space: nowrap;
}
#primary-menu li.current-menu-item a {
	opacity: .6;
}


body.minimal-header .header-main-wrapper .header-left .left-logo:before {
	background-color: #243232;
}
body.minimal-header .header-left .header-socials svg path {
	fill: #243232;
}
body.minimal-header #primary-menu li a {
	color: #243232;
}
body.minimal-header .site-logo-wrapper .site-logo {
	filter: invert(100%);
}
/*--------------------------------------------------------------
# Title block
--------------------------------------------------------------*/

#title_block {
	position: relative;
	display: flex;
	align-items: center;
	height: 520px;
	margin-bottom: 60px;
}
#title_block.empty {
	height: 208px;
}
#title_block .container {
	position: relative;
	z-index: 5;
	text-align: center;
	margin-top: 24px;
}
#title_block .page-title {
	color: #fff;
	font-size: 64px;
	line-height: 85px;
	font-weight: 600;
	max-width: 1100px;
	margin: 0 auto;
}
#title_block .title-block-bg-image {
	position: absolute;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: brightness(.36);
}


#page {
	position: relative;
	overflow: hidden;
}
.page-bg-imgs.vertical {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 100%;
	z-index: -1;
	pointer-events: none;
}
.page-bg-imgs.vertical img:first-child {
	margin-right: 50px;
}
.page-bg-imgs.vertical img:last-child {
	transform: translateY(850px);
}

.page-bg-imgs.horizontal {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: .3;
}
.page-bg-imgs.horizontal img:first-child {
	margin-bottom: 30px;
}
.page-bg-imgs.horizontal img:last-child {
	transform: translateX(-1040px);
}
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

#title_block.home {
	height: 866px;
}
#title_block.home .page-title {
	max-width: 1070px;
	text-transform: uppercase;
	margin: 0 auto;
}
#title_block.home .black-btn.transparent {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	text-transform: none;
	margin-top: 50px;
}

#wwd {
	display: flex;
	align-items: flex-end;
	margin: 160px 0;
}
#wwd .wwd-title-img {
	margin-right: 190px;
}
#wwd .wwd-items {
	flex-grow: 1;
	display: flex;
	gap: 56px;
}
#wwd .wwd-item {
	position: relative;
	overflow: hidden;
	flex: 0 0 calc((100% - 112px) / 3);
}
#wwd .wwd-item .wwd-image {
	height: 508px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	filter: brightness(.4);
	transition: .3s all;
}
#wwd .wwd-item .wwd-title {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 48px;
	line-height: 64px;
	font-style: italic;
	z-index: 3;
	transition: .3s all;
}
#wwd .wwd-item:hover img {
	filter: brightness(.8);
}
#wwd .wwd-item:hover .wwd-title {
	left: 400px;
}

#reviews {
	position: relative;
	display: flex;
	gap: 70px;
	margin-bottom: 240px;
}
#reviews .reviews-img {
	width: 460px;
	object-fit: contain;
	max-width: 40%;
}
#reviews .reviews-main {
	width: 650px;
	max-width: calc(100% - 460px - 70px);
	margin-top: -24px;
}
#reviews .reviews-main .reviews-title {
	max-width: 400px;
    font-size: 52px;
    line-height: 72px;
    margin-bottom: 68px;
}

#reviews-slider .review-item .quotes-icon {
	display: inline-block;
	margin-bottom: 18px;
}
#reviews-slider .review-item .review-text {
	font-size: 24px;
	line-height: 42px;
	font-style: italic;
	margin-bottom: 74px;
}
#reviews-slider .review-item .review-author {
	font-size: 24px;
	line-height: 42px;
}
#reviews-slider #prev {
	position: absolute;
	right: -20px;
	bottom: 0;
	width: 80px;
	height: 80px;
	border: 1px solid rgba(36,50,50,0.5);
	border-radius: 50%;
	box-shadow: none;
	opacity: 1;
	transform: rotate(180deg);
	background-color: #fff;
	z-index: 9;
}
#reviews-slider #prev svg {
	height: 24px;
}
#reviews-slider #prev svg path {
	stroke: rgba(36,50,50,0.5);
}
#reviews-slider #next {
	position: absolute;
	left: calc(100% + 40px);
	bottom: 0;
	width: 200px;
	height: 200px;
	border: 1px solid #243232;
	border-radius: 50%;
	box-shadow: none;
	z-index: 9;
}


.gallery-wrapper {
	background-color: #243232;
	margin-bottom: 168px;
}
#gallery {
	padding: 46px 0 78px;
}
#gallery .gallery-title {
	font-size: 52px;
	line-height: 64px;
	font-weight: 400;
	font-style: italic;
	text-transform: uppercase;
	color: rgba(255,255,255, 0.4);
}
#gallery .gallery-title span {
	color: #fff;
}
#gallery .gallery-title.bottom {
	text-align: right;
}

#gallery-slider {
	margin: 68px auto 36px;
	max-width: calc(100vw - 500px);
}
#gallery-slider .slick-list {
	margin: 0 -45px;
	padding: 0 !important;
	height: 768px;
}
#gallery-slider .slick-track {
	display: flex;
	align-items: center;
}
#gallery-slider .gallery-item {
	margin: 0 45px;
}
#gallery-slider .gallery-item img {
	height: 768px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	transition: .6s all;
}
#gallery-slider .gallery-item:not(.slick-center) img {
	height: 500px;
}
#gallery-slider #prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: calc(100% + 10px);
}
#gallery-slider #next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(100% + 10px);
}


#web-design .web-design-inner {
	background-color: #243232;
	padding: 60px 140px 304px 66px;
}
#web-design .web-design-inner .web-design-title {
	font-size: 56px;
	line-height: 70px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 20px;
}
#web-design .web-design-inner .web-design-subtitle {
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 2px;
	color: #fff;
	margin: 0;
}
#web-design .web-design-video-wrapper {
	position: relative;
	max-width: 1152px;
	margin: 0 auto;
	margin-top: -264px;
	height: 654px;
	padding: 68px 120px 0;
	background-size: cover;
	background-position: center;
	text-align: center;
}
#web-design .web-design-video-wrapper:before {
	position: absolute;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.4);
}
#web-design .web-design-video-wrapper .web-design-video-title {
	position: relative;
	z-index: 2;
	color: #fff;
	font-weight: 400;
	font-size: 48px;
	line-height: 64px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 46px;
}
#web-design .web-design-video-wrapper .web-design-video-title span {
	font-weight: 600;
}
#web-design .web-design-video-wrapper .play-icon {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.video-embed-popup .modal-content {
	background-color: transparent;
	border: none;
}
.video-embed-popup .stylist-modal-inner {
	text-align: right;
}
.video-embed-popup .stylist-modal-inner iframe {
	width: 100%;
	height: 450px;
}
.video-embed-popup .stylist-modal-inner button.close {
	align-self: flex-end;
	color: #fff;
	border: none;
	background-color: transparent;
	font-size: 40px;
	padding: 10px 0 10px 10px;
}


#wwa .wwa-title {
	font-size: 72px;
	line-height: 96px;
	letter-spacing: 4px;
	margin-bottom: 70px;
	text-transform: uppercase;
}
#wwa .wwa-middle-block {
	padding: 0 20px 0 10px;
}
#wwa .wwa-subtitle {
	font-size: 26px;
	line-height: 40px;
	font-style: italic;
	font-weight: 400;
}
#wwa .wwa-image {
	width: 100%;
}
#wwa .wwa-image.first {
	margin-top: 32px;
}
#wwa .black-btn {
	margin: 314px 0 22px;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.realestate-serices-page .services-wrapper {
	position: relative;
	margin-top: -130px;
	z-index: 1;
}
.realestate-serices-page .service-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 32px;
	margin-bottom: 134px;
}
.realestate-serices-page .service-item img {
	max-width: 60%;
}
.realestate-serices-page .service-item.even {
	flex-direction: row-reverse;
}
.realestate-serices-page .service-info {
	max-width: 510px;
}
.realestate-serices-page .service-name {
	font-size: 48px;
	line-height: 64px;
	font-weight: normal;
	margin-bottom: 32px;
}
.realestate-serices-page .service-counter {
	font-size: 96px;
	font-weight: 600;
}
.realestate-serices-page .service-desc,
.realestate-serices-page .service-desc p {
	font-size: 20px;
	line-height: 26px;
}

/*--------------------------------------------------------------
# Contact us
--------------------------------------------------------------*/

#contact_us_form .form-title {
	font-size: 96px;
	line-height: 106px;
	font-weight: 700;
	margin-bottom: 15px;
}
#contact_us_form .form-subtitle {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 70px;
}

.wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
	margin-bottom: 16px;
}
.wpcf7-form-control-wrap input:not([type="checkbox"]),
.wpcf7-form-control-wrap textarea {
	width: 100%;
	padding: 12px 16px;
	font-size: 16px;
	line-height: 24px;
	background: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #737B7D;
	color: #0E1B1B;
}
.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap textarea::placeholder {
	color: #0E1B1B;
}
.wpcf7-form-control-wrap textarea {
	height: 57px;
}
.wpcf7-form-control-wrap[data-name="your-city"] {
	width: calc(60% - 28px);
	margin-right: 24px;
}
.wpcf7-form-control-wrap[data-name="your-postcode"] {
	width: 40%;
}
.submit-wrap button {
	width: 100%;
	justify-content: center;
	margin-top: 10px;
}
.wpcf7-list-item {
	margin: 0;
}
.wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 8px;
}

.wpcf7-form-control-wrap #attach-file {
	display: none;
}
.file-attach-label {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dotted #8E8E8E;
	padding: 40px;
	margin-bottom: 5px;
	cursor: pointer;
}
.file-attach-label .upload-icon {
	display: inline-block;
	background-image: url('./icons/icon-upload.svg');
	width: 24px;
	height: 24px;
	margin-right: 24px;
}

.wpcf7-not-valid {
	border-color: red;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
	line-height: 18px;
	padding: 2px 0 4px 16px;
}


.contact-page-info {
	margin-top: 210px;
}
.contact-page-info .pe {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.contact-page-info .pe svg path {
	fill: #0E1B1B;
}
.contact-page-info .pe a,
.contact-page-info .pe p {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 24px;
	line-height: 32px;
	text-decoration: none;
	margin: 0;
	word-break: break-word;
}
.contact-page-info .pe .footer-address {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 40px;
} 
.contact-page-info .social-links .social-items {
	margin-top: 52px;
	display: flex;
	align-items: center;
	gap: 26px;
}

/*--------------------------------------------------------------
# About us
--------------------------------------------------------------*/
.about-me-wrapper {
	position: relative;
}
#about-me .about-me-title {
	font-size: 72px;
	line-height: 96px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
#about-me .about-me-subtitle {
	font-size: 24px;
	line-height: 34px;
	margin: 0;
}
#about-me .about-me-image {
	position: relative;
	z-index: 4;
	width: 100%;
	margin: 66px 0 46px;
}
#about-me .about-content-wrapper,
#about-me .about-content-wrapper p {
	font-size: 24px;
	line-height: 34px;
}
.about-rb-img-first {
	position: absolute;
	top: 210px;
	left: 0;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

#faqs {
	margin-bottom: 140px;
}
#faqs .faq-title {
	font-size: 48px;
	line-height: 64px;
	margin-bottom: 16px;
}
#faqs .faq-subtitle {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 40px;
}
#faqs .faq-item {
    border-bottom: 2px solid rgba(0, 34, 81, 0.13);
    padding: 28px 0 22px;
}
#faqs .faq-item .faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
#faqs .faq-item .faq-header .icon-plus {
    transition: all .6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
} 
#faqs .faq-item .faq-header.toggled .icon-plus {
    transform: rotate(45deg);
}
#faqs .faq-item .faq-header .left {
    display: flex;
    align-items: center;
}
#faqs .faq-item .title {
    font-weight: 700;
    font-size: 24px;
	line-height: 32px;
}
#faqs .faq-item .faq-counter {
	font-size: 20px;
	line-height: 32px;
	color: #243232;
	margin-right: 16px;
}
#faqs .faq-item .faq-text {
    padding: 24px 0 16px;
    display: none;
}
#faqs .faq-item .faq-text p {
    color: rgba(60, 60, 67, 0.85);
    margin: 0;
}


/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/

section.error-404 .content-404 {
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 90px 0;
}
section.error-404 .page-title {
	margin: 60px 0 40px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
	background-color: #0E1B1B;
	margin-top: 160px;
}
.colophon .site-info {
	position: relative;
	padding: 70px 0 46px;
	overflow: hidden;
}

.colophon .footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 196px;
}
.colophon .footer-inner .footer-left {
	display: flex;
	flex-grow: 1;
	gap: 35px;
}

.footer-inner .footer-logo-wrapper {
	padding: 0 56px;
	position: relative;
}
.footer-inner .footer-logo-wrapper:before,
.footer-inner .footer-logo-wrapper:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 300px;
	background-color: #BDBDBD;
}
.footer-inner .footer-logo-wrapper:before {
	bottom: 0;
	left: 0;
}
.footer-inner .footer-logo-wrapper:after {
	top: 0;
	right: 0;
}

.footer-inner .footer-contacts {
	flex-grow: 1;
}
.footer-inner .footer-contacts-heading {
	color: rgba(255,255,255,.8);
	font-size: 60px;
	line-height: 60px;
	font-weight: 400;
	margin-bottom: 50px;
}
.footer-inner .footer-left .footer-contacts-inner {
	display: flex;
	justify-content: space-between;
}
.footer-left .footer-contacts-inner .footer-address {
	color: rgba(255,255,255,.7);
	font-size: 20px;
	line-height: 34px;
	max-width: 350px;
	margin: 0;
}
.colophon .footer-pe {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.colophon .footer-pe a,
.colophon .footer-pe p {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	opacity: .7;
	margin: 0;
} 

.colophon .footer-copyright {
	position: absolute;
	left: 22px;
	bottom: 24px;
	color: #fff;
	transform: rotate(-90deg);
	transform-origin: left;
	margin: 0;
}
.colophon .social-links .social-items {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 26px;
}


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


@media (min-width: 992px) {

}

/* Small desktops */
@media (max-width: 1200px) {
	.site-logo-wrapper .site-logo {
		height: 120px;
	}
}

/* Small devices */
@media (max-width: 991px) {

	.page-bg-imgs.horizontal, .page-bg-imgs.vertical {
		display: none;
	}
	
	#masthead {
		top: 20px;
	}
	.header-menu-wrapper, .header-main-wrapper .header-left {
		width: 30%;
	}
	.site-logo-wrapper .site-logo {
		height: 88px;
	}
	.header-main-wrapper .header-left .left-logo {
		padding: 28px 14px 16px;
		margin-top: -20px;
	}
	.header-main-wrapper .header-left .left-logo img {
		height: 56px;
	}
	#header_main .header-socials {
		display: none;
	}

	.header-menu-wrapper {
		text-align: right;
	}
	.menu-open-icon {
		cursor: pointer;
	}
	.menu-open-icon svg {
		width: 32px;
		height: 32px;
	}
	#site-navigation {
		display: flex;
		justify-content: space-between;
		position: fixed;
		left: 0;
		top: -100%;
		width: 100%;
		height: 100%;
		background-color: #2C2A31;
	    transition: all .6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	    z-index: 9999;
    	padding: 32px 16px;
    	opacity: 0;
    	visibility: hidden;
    	pointer-events: none;
	}
	#site-navigation.visible {
		top: 0;
    	opacity: 1;
    	visibility: visible;
    	pointer-events: auto;
	}
	#primary-menu {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	#primary-menu li a {
		font-size: 18px;
		line-height: 32px;
		color: #fff !important;
	}

	body.minimal-header .menu-open-icon {
		display: inline-block;
		background-color: #1d2327;
	}
	#title_block.empty {
		height: 120px;
	}


	.black-btn, .black-btn:visited {
		padding: 12px 22px;
	}
	

	#title_block.home {
		height: 350px;
		margin-bottom: 40px;
	}
	#title_block .container {
		margin-top: 80px;
	}
	#title_block.home .black-btn.transparent {
		margin-top: 26px;
	}

	#title_block {
		height: 220px;
	}

	#wwa .wwa-title {
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 32px;	
	}
	#wwa .wwa-subtitle {
		font-size: 20px;
		line-height: 28px;
	}
	#wwa .black-btn {
		margin-top: 40px;
	}
	#wwa .wwa-image {
		margin-top: 32px;
	}

	#wwd {
		align-items: flex-start;
		margin: 60px 0;
	}
	#wwd .wwd-title-img {
		margin-right: 20px;
	}
	#wwd .wwd-items {
		flex-direction: column;
	}

	.gallery-wrapper {
		margin-bottom: 100px;
	}
	#gallery .gallery-title {
		font-size: 36px;
		line-height: 44px;
	}
	#gallery-slider {
		max-width: 100%;
	}
	#gallery-slider .gallery-item img,
	#gallery-slider .slick-list {
		height: 400px;
	}
	#gallery-slider .gallery-item:not(.slick-center) img {
		height: 400px;
	}

	#reviews {
		flex-direction: column;
		margin-bottom: 60px;
	}
	#reviews .reviews-img {
		display: none;
	}
	#reviews .reviews-main {
		width: 100%;
		max-width: 100%;
	}
	#reviews .reviews-main .reviews-title {
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 30px;
		max-width: 100%;
	}
	#reviews-slider .review-item .review-text {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 24px;
	}
	#reviews-slider #next {
		display: flex;
		align-items: center;
		justify-content: center;
		left: unset;
		right: 0;
		width: 46px;
		height: 46px;
		bottom: unset;
		top: 0;
	}
	#reviews-slider #prev {
		display: flex;
		align-items: center;
		justify-content: center;
		left: unset;
		right: 60px;
		width: 46px;
		height: 46px;
		bottom: unset;
		top: 0;
	}
	#reviews-slider #next svg,
	#reviews-slider #prev svg {
		height: 10px;
		width: auto;
	}

	#web-design .web-design-inner {
		padding: 20px;
	}
	#web-design .web-design-inner .web-design-title {
		font-size: 24px;
		line-height: 32px;
	}
	#web-design .web-design-inner .web-design-subtitle {
		font-size: 16px;
		line-height: 24px;
	}
	#web-design .web-design-video-wrapper {
		margin-top: 0;
		height: 50vw;
		max-height: 400px;
		padding: 14px 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#web-design .web-design-video-wrapper .web-design-video-title {
		display: none;
	}
	#web-design .web-design-video-wrapper .play-icon img {
		max-height: 70px;
	}


	#colophon {
		margin-top: 60px;
	}
	.colophon .site-info {
		padding: 40px 0;
	}
	.colophon .footer-inner .footer-left,
	.colophon .footer-inner {
		flex-direction: column;
		align-items: center;
	}
	.colophon .footer-inner {
		gap: 34px;
	}
	.footer-inner .footer-logo-wrapper:before, .footer-inner .footer-logo-wrapper:after {
		content: none;
	}
	.footer-inner .footer-contacts-heading {
		font-size: 24px;
    	line-height: 34px;
		margin-bottom: 30px;
	}
	.footer-inner .footer-left .footer-contacts-inner {
		flex-direction: column;
	}
	.footer-inner .footer-contacts {
		text-align: center;
	}
	.footer-left .footer-contacts-inner .footer-address {
		margin: 0 auto 30px;
		font-size: 16px;
    	line-height: 24px;
	}
	.colophon .footer-pe a, .colophon .footer-pe p {
		justify-content: center;
		font-size: 16px;
    	line-height: 24px;
	}
	.colophon .footer-pe {
		gap: 10px;
	}
	.colophon .social-links .social-items {
		flex-direction: row;
	}
	.colophon .footer-copyright {
		position: static;
		transform: none;
		text-align: center;
		margin-top: 34px;
	}


	#about-me .about-me-title {
		font-size: 36px;
		line-height: 44px;
	}
	#about-me .about-me-subtitle {
		font-size: 16px;
		line-height: 24px;
		margin-top: 18px;
	}
	#about-me .about-me-image {
		margin: 24px 0;
	}
	#about-me .about-content-wrapper, #about-me .about-content-wrapper p {
		font-size: 16px;
		line-height: 24px;
	}

	.realestate-serices-page .services-wrapper {
		margin-top: 0;
	}
	.realestate-serices-page .service-item,
	.realestate-serices-page .service-item.even {
		flex-direction: column;
		margin-bottom: 60px;
	}
	.realestate-serices-page .service-name {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 16px;
	}
	.realestate-serices-page .service-counter {
		font-size: 32px;
		line-height: 42px;
	}
	.realestate-serices-page .service-desc, .realestate-serices-page .service-desc p {
		font-size: 16px;
		line-height: 24px;
	}


	#faqs .faq-title {
		font-size: 32px;
		line-height: 42px;
	}
	#faqs .faq-item .title {
		font-size: 18px;
		line-height: 26px;
	}
	
	#contact_us_form .form-title {
		font-size: 36px;
		line-height: 46px;
	}
	.contact-page-info {
		margin-top: 40px;
	}
	.contact-page-info .pe .footer-address,
	.contact-page-info .pe a, .contact-page-info .pe p {
		font-size: 18px;
		line-height: 26px;
	}
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
	h1 {
		font-size: 36px;
		line-height: 44px;	
	}
	h2 {
		font-size: 28px;
		line-height: 34px;	
	}
	h3 {
		font-size: 24px;
		line-height: 30px;	
	}
	h4 {
		font-size: 20px;
		line-height: 24px;	
	}
	h5 {
		font-size: 16px;
		line-height: 20px;	
	}
	h6 {
		font-size: 14px;
		line-height: 18px;	
	}
	a, p, body, button, input, select, optgroup, textarea {
		font-size: 13px;
		line-height: 18px;
	}

	section.error-404 .content-404 {
		padding: 56px 0;
	}

	#title_block .page-title {
		font-size: 20px;
		line-height: 32px;
	}
}

@media (min-width: 992px) and (max-width: 1480px) {
	.colophon .footer-inner {
		gap: 50px;
	}
}


/* Tablets only ( 992px and 1400px)*/
@media (min-width: 768px) and (max-width: 991px) {
	h1 {
		font-size: 36px;
		line-height: 44px;	
	}
	h2 {
		font-size: 28px;
		line-height: 34px;	
	}
	h3 {
		font-size: 24px;
		line-height: 30px;	
	}
	h4 {
		font-size: 20px;
		line-height: 24px;	
	}
	h5 {
		font-size: 16px;
		line-height: 20px;	
	}
	h6 {
		font-size: 14px;
		line-height: 18px;	
	}
	a, p, body, button, input, select, optgroup, textarea {
		font-size: 13px;
		line-height: 18px;
	}

	#title_block .page-title {
		font-size: 26px;
    	line-height: 36px;
	}
}

/* Only desktops */
@media screen and (min-width: 992px) {

	.menu-open-icon {
		display: none;
	}

}

/* Start from medium desktops desktops */
@media (min-width: 1200px) {

}