/*!
Theme Name: RBR - Estate Investments
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rbr-estate-investments
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 with others.

RBR - Estate Investments is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	
	font-family: sans-serif;
	font-size: 16px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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 {
	
	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 {
	
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}





/* COMEÇA CÓDIGO */

* :focus{
	outline-style:none;
box-shadow:none;
border-color:transparent;
}

a {
   outline: 0;
}

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


body{
	background-color: #ebd8d4;
}

.entry-title{
	font-family: "Roboto", sans-serif;
	font-size: 80px;
}


.menu_side{
	width: 60px;
	height: 100vh;
	background-color: #ebd8d4;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999999999999999;
}

.taptap-menu-button-wrapper{
	z-index: 99999999999999999;
	position: fixed;
}

p{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color: #b8b8b8;
	font-weight: 300;
	line-height: 30px;
}

.menu_side img{
	width: 30px;
	left: 17px;
	position: absolute;
	bottom: 15px;
	z-index: 9999999999999999999999;
}

.social_links{
	writing-mode: vertical-rl;
	text-orientation: mixed;
	position: absolute;
	bottom: 100px;
	padding-left: 0px;
	margin-left: 15px;
}

.social_links a{
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	color: #3e3e3e;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	transition: all 0.4s ease;
	font-weight:400;
}

.social_links a:hover{
	color: #9f9f9f;
}

.line{
	height: 40px;
	border-left: 1px solid #3e3e3e;
	position: absolute;
	bottom: 67px;
	margin-left: 30px;
}

#site-navigation{
	display: none;
}

.entry-header{
	display: none;
}

.site-content{
	width: calc(100% - 60px);
}

.head h1{
	font-family: "Playfair Display", serif;
	color: white;
	font-size: 77px;
	line-height: 77px;
	padding: 0;
	margin: 200px 0 0 -50px;
}

.head img{
	margin: -300px 0 0 100px;
	position: relative;
	z-index: -9;
}

.widget-title{
	font-family: "Playfair Display", serif;
	font-size: 52px;
	color: #ebd8d4;
	text-align: center;
	font-weight: 100;
}

.sonhos .widget-title{
	text-align: left;	
}

.sonhos h1{
	font-family: "Playfair Display", serif;
	font-size: 28px;
	color: #ebd8d4;	
	font-weight: 400;
}

.sonhos p{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color: #b8b8b8;
	font-weight: 300;
	line-height: 30px;
}

.sonhos img{
	width: 120px !important;
}

.projectos .widget-title{
	color: #3e3e3e;
}

.custom-logo{
	width: 150px;
	padding: 15px 0 0 20px;
}

.paixao{
	color: #ebd8d4;
}

.paixao h2{
	font-family: "Playfair Display", serif;
	font-size: 38px;
	margin: 0;
	padding: 0;
}

.paixao p{
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color: #b8b8b8;
	font-weight: 300;
	line-height: 30px;
}

.taptap-by-bonfire ul li a{
	font-family: "Playfair Display", serif;
	font-size: 31px;
	color: #3e3e3e;
	text-align: left;
}

.taptap-by-bonfire ul li a:hover{
	color: #9f9f9f !important;
}

.taptap-by-bonfire{
	position: absolute;
	z-index: 99999;
	margin-left: 13px;
	margin-top: -19vh;
}

#menu-menu li{
	text-align: left;
	border-bottom: 1px solid #a3a3a3;
	width: 100%;
	padding-right: 50px;
}

.projectos img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	mix-blend-mode: multiply;
	opacity: 0.7;
	margin-bottom: 40px;
	transition: all 0.4s ease;
	z-index: 0;
	position: relative;
}

.projectos img:hover{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	mix-blend-mode: normal;
	opacity: 1;
	box-shadow: -17px 17px 26px rgba(0, 0, 0, 0.3);
}

.projectos .widget_sow-image .widget-title{
	font-family: "Playfair Display", serif;
	font-size: 38px;
	line-height: 35px;
	color: white;
	width: 70%;
	margin: -160px 0px 0px 0px;
	padding: 0 0 0 40px;
	z-index: 10;
	position: absolute;
	box-sizing: border-box;
}

.contactos h1{
	font-family: "Playfair Display", serif;
	font-size: 25px;
	color: #ebd8d4;	
	font-weight: 300;
}

.contactos .widget-title{
	text-align: left;
}

#secondary{
	display: none;
}

article{
	margin-bottom: 0;
	padding-bottom: 0;
}

.entry-footer{
	display: none;
}

.post, .page{
	margin-bottom: 0;
}

.site-info{
	
	color: white;
	width: calc(80% - 60px);
	margin-left: 10%;
	border-top: 1px solid #636363;
	padding: 25px 0 45px 0;
}

#colophon{
	background-color: #3e3e3e;
}

.footer_left{
	width: 50%;
	text-align: left;
	float: left;
	font-size: 14px;
	color: #ead3cf;
}

.footer_right{
	width: 50%;
	text-align: right;
	float: left;
	font-size: 14px;
	color: #ead3cf !important;
}

.footer_right img{
	width: 18px;
}


.popup_row{
	width: 100%;
	height: 100%;
}

.popup_colone{
	width: 60%;
	float: left;
	position: fixed;
}

.popup_colone p{
	margin: 0;
}

.popup_coltwo{
	width: 40%;
	float: left;
	padding: 50px 100px 0 80px;
	left: 60%;
	position: relative;
	z-index: 999999999999999999999999999;
}

.popup_coltwo a{
	color: #744953;
}

.popup_coltwo a:hover{
	color: #a1858c;
}

.popup_coltwo p{
	font-family: 'Akkurat' !important;
	font-size: 14px !important;
	color: #3e3e3e !important;
	font-weight: 100 !important;
	line-height: 27px !important;
}

.popup_coltwo h3{
	font-family: "Playfair Display", serif;
	font-size: 32px;
	color: #3e3e3e;
}

.pum-title{
	display: none;
}

.pum-container{
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.pum-container.pum-scrollable .pum-content{
	max-height: 100% !important;
}

.white{
	padding: 0 !important;
	border: 0 !important;
	height: 100vh !important;
	background-color: #ebd8d4 !important;
}

.owl-item, .owl-carousel, .owl-stage-outer{
	height: 100vh !important;
}

.img_top img{
	box-shadow: -17px 17px 26px rgba(0, 0, 0, 0.3);
}

hr{
	background-color: #636363 !important;
}

.sonhos h1{
	margin: 35px 0 5px 0;
}

.sonhos p{
	margin: 0;	
}

.contactos h1{
	margin: 20px 0 0 0;
}

.contactos p{
	margin: 0 0 20px 0;
}

.placeholder{
	height: 100vh;
}


.popup_colone .white .sa_owl_theme .owl-nav .owl-next{
	
}

.popup_colone .white .sa_owl_theme .owl-nav .owl-prev{
	
}

.contactos a{
	color: white;
}

.taptap-by-bonfire ul .lang-item a{
	font-size: 15px;
	font-family: "Roboto", sans-serif;
}

.taptap-by-bonfire ul .lang-item{
	width: auto !important;
	float: left;
	border-bottom: none !important;
	padding-right:5px !important;
	
}

.lang-item-first::after{
	content: " / ";
	display: inline-block;
	padding-left: 5px;
}

.current-lang a{
	text-decoration: underline !important;
}

#cookie-law-info-bar {
	width: calc(100% - 60px) !important;
}

textarea{
	width:80%;
	height: 300px;
	background: none;
	border:none;
	color: #666;
	font-size: 27px;
	font-family: "Playfair Display", serif;
}

textarea:focus{
	font-size: 17px;
color: #b8b8b8;
}

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"]{
   	width:80%;
	border-top: none;
	border-left: none;
	border-right: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
	background: transparent;
    padding: 3px;
	font-family: "Playfair Display", serif;
	font-size: 27px;
	color: #666;
}

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"]:focus{

color: #b8b8b8;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	border-radius: 0px;
	background-color: rgb(235, 216, 212);
	font-family: "Playfair Display", serif;
	font-size: 16px;
	padding: 10px 20px;
	color: #666;
	cursor: pointer;
}

input[type="submit"]:hover{
	opacity: 0.8;
}

.wpcf7-form{
	font-family: "Playfair Display", serif;
	color: #b8b8b8;
}
.wpcf7-not-valid-tip{
	color: #d39f97 !important;
}
.wpcf7 form .wpcf7-response-output{
	margin: 0 !important;
	width: 80%;
}

.popmake-content{
	font-family: "Playfair Display", !important;
	font-size: 14px !important;
	color: #3e3e3e !important;
	font-weight: 100 !important;
	line-height: 27px !important;
}

.popmake-content p{
	color: #3e3e3e;
}

#popmake-620 .popmake-content, #popmake-622 .popmake-content{
	padding: 100px;
}

.pum-container.pum-scrollable .pum-content {
	// width: calc(100% - 90px) !important;
}

.wpcf7-list-item{
	margin: 0 !important;
	width: 80%;
}

.popmake-content a {
    color: #744953;
}

.footer_left a{
	color: #ead3cf;
}

.popmake-content input[type="text"], .popmake-content input[type="email"], .popmake-content input[type="url"], .popmake-content input[type="password"], .popmake-content input[type="search"], .popmake-content input[type="number"], .popmake-content input[type="tel"], .popmake-content input[type="range"], .popmake-content input[type="date"],.popmake-content input[type="month"], .popmake-content input[type="week"], .popmake-content input[type="time"], .popmake-content input[type="datetime"], .popmake-content input[type="datetime-local"], .popmake-content input[type="color"]:focus {
    color: #3e3e3e;
	font-size: 15px;
	border-bottom: 1px solid #958a88;
	width: 91%;
}

.popmake-content textarea{
	color: #3e3e3e;
	font-size: 15px;
	width: 91%;
	height: 200px;
	border-bottom: 1px solid #958a88;
}

.popmake-content .wpcf7-submit{
	margin-bottom: 70px;
}

.one_col{
	width: 45% !important;
	margin-right:5%;
	margin-bottom: 15px;
	float: left;
	display: block;
}

.popmake-content .wpcf7 form .wpcf7-response-output{
	margin-top: -80px !important;
	margin-bottom: 80px !important;
	color: #3e3e3e;
}

.head h5{
	font-family: "Playfair Display", serif;
	color: white;
	font-size: 20px;
	padding: 0;
	margin: 15px 0 0 -50px;
}

h1{
	font-family: "Playfair Display", serif;
font-size: 28px;
color: #ebd8d4;
}

.logo_projects{
	position: fixed;
	width: 150px;
	left: 0;
	top: 0;
	padding: 15px 0 0 20px;
}

.sonhos h4{
	font-family: "Playfair Display", serif;
	font-size: 17px;
	color: #ebd8d4;
}

.whoweare .widget-title {
    text-align: left;
	font-size: 36px;
	margin-bottom: 15px;
}

/* LANDING PAGE */

p strong{
	font-weight: 900 !important;
}

.page-id-788, .page-id-834, .page-id-841, .page-id-844{
	background-color: #e4cfcb;
	overflow-x: hidden;
}

.post-thumbnail {
	display: none !important;
}

.page-id-788 #colophon, .page-id-841 #colophon, .page-id-844 #colophon{
	display: none;
}
.page-id-788 #masthead{
	z-index: 99999;
	position: fixed;
}

.landing_head h1{
	color: #3e3e3e;
	font-size: 3vw;
	line-height: 1em;
	font-weight: 100;
}

.landing_head p{
	color: #3e3e3e;
	font-size: 1.3vw;
	line-height: 1.5em;
	font-weight: 100;
	padding: 0 2vw;
}

.landing_content p{
	color: #3e3e3e;
	padding-top: 3%;
}

.vl{
	border-left: 1px solid #3e3e3e;
  	height: 100px;
	margin: auto;
	width: 1px;
}

.landing_form h3{
	color: #3e3e3e;
	font-family: "Playfair Display", serif;
	font-size: 26px;
	line-height: 1.2em;
	height: 100px;
}

.landing_form input[type="text"], .landing_form input[type="email"]{
	color: #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
}

.landing_form .wpcf7-list-item-label{
	color: #3e3e3e;
}

.landing_form input[type="submit"]{
	background-color: #efdbd7;
	border: none;
	font-size: 20px;
	padding: 25px 25px;
	float: right;
	
	-webkit-box-shadow: 13px 14px 18px -7px rgba(0,0,0,0.44); 
box-shadow: 13px 14px 18px -7px rgba(0,0,0,0.44);
	
	transition: all ease-in-out 0.25s;
}

.landing_form input[type="submit"]:hover{
	
	background-color: #e8d2cf;
	opacity: 1;
	-webkit-box-shadow: 5px 6px 10px -7px rgba(0,0,0,0.44); 
box-shadow: 5px 6px 10px -7px rgba(0,0,0,0.44);
	
	transition: all ease-in-out 0.25s;
}

.landing_cta a{
	background-color: #efdbd7;
	border: none;
	font-size: 20px;
	padding: 25px 25px;
	color: #666;
	text-decoration: none;
	
	-webkit-box-shadow: 13px 14px 18px -7px rgba(0,0,0,0.44); 
	box-shadow: 13px 14px 18px -7px rgba(0,0,0,0.44);
	
	transition: all ease-in-out 0.25s;
}

.landing_cta a:hover{
	-webkit-box-shadow: 5px 6px 10px -7px rgba(0,0,0,0.44); 
	box-shadow: 5px 6px 10px -7px rgba(0,0,0,0.44);
	transition: all ease-in-out 0.25s;
}

.thank_you{
	width: 100%;
	padding-top: calc(40vh - 200px);
	position: absolute;
}

.page-id-834 #colophon{
	display: none;
}

.landing_hr hr{
	width: 20px;
	border-top: 1px solid #3e3e3e !important;
	background-color: #3e3e3e !important;
	float: left;
	margin-left: 10%;
}


.thank_you h1{
	font-family: "Playfair Display", serif;
	font-size: 80px;
	color: #cca4a3;
	margin: 0;
}

.thank_you h2{
	font-family: "Playfair Display", serif;
	color: #3e3e3e;
	font-size: 40px;
	line-height: 1.5em;
	font-weight: 100;
	margin: -25px 0 0 0;
}

.thank_you hr{
	width: 30px;
	border-top: 1px solid #3e3e3e !important;
	background-color: #3e3e3e !important;
	margin: 20px auto;
}

.thank_you h3{
	font-family: "Playfair Display", serif;
	color: #3e3e3e;
	font-size: 25px;
	line-height: 1.3em;
	font-weight: 100;
}

.thank_you a{
	font-family: "Playfair Display", serif;
	color: #3e3e3e;
	font-size: 18px;
}

.thank_you a:hover{
	opacity: 0.6;
}

/*blog */

.search-filter-results::after {
	content: "";
	display: table;
	clear: both;
}

.blog .search-filter-results{
	padding-bottom: 70px;
}

.blog h3{
	text-align:left;
	font-size: clamp(16px, 10vw, 80px);
	margin-bottom: 0;
}

.blog hr{
	background-color: #ccc;
  	border-top: 1px solid #636363 !important;
}

.img_post_wrapper .img_post{
	width: 100%;
	height: 100%;
	background-size: cover; 
	background-position: center;
	background-repeat: no-repeat;
}

.post_block p.date{
	color: #c99b93;
	text-decoration: none;
	font-weight: 300;
}

.post_block:first-child{
	width:100%;
	margin-bottom:60px;
}


.post_block:first-child .img_post_wrapper{
	width:100%;
	aspect-ratio: 1 / 1 !important;
}

.post_block:not(:first-child) .img_post_wrapper {
	height: 16vw;
	aspect-ratio: auto; 
	margin-bottom:30px;
}

.post_block:first-child .post_info{
	text-align:center;
	padding:13vw 10% 0 10%;
}

.post_block .post_info p, .post_block .post_info h2{
	margin:0;
	text-decoration: none !important;
	text-align:center;
}

.big_link{
	text-decoration: none;
}





.post_block {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
}


.post_block:nth-child(2) {
	padding-right:50px;
}

.post_block:nth-child(3) {
	padding:0 25px;
}

.post_block:nth-child(4) {
	padding-left:50px;
}

.post_block:first-child .img_post_wrapper{
	width:40%;
	float: left;
}

.post_block:first-child .post_info{
	width:60%;
	float: left;
}

.post_info h2{
	font-family: "Playfair Display", serif;
  	
  	color: #ebd8d4;
	font-weight: 300;
	line-height: 1.2em;
}

.post_block:first-child h2{
	font-size: clamp(20px, 2.3vw, 50px);
}

.img_post_wrapper{
	background: #c99b93;
}

.img_post{
	transition: all ease-in-out 0.3s;
}

.post_block:hover .img_post{
	opacity: 0.4;
}

.post_block h2{
	font-size: clamp(20px, 1.5vw, 40px);
}

/* Blog Page */

.single .img_header img{
	width: 100% !important;
	max-width: auto !important;
}

.top_blog{
	text-align:center;
	padding: 5% 10%;
}

.top_blog .date{
	color: #c99b93;
}

.top_blog h2{
	font-family: "Playfair Display", serif;
	  font-size: clamp(20px, 7vw, 70px);
	  color: #464646;
	font-weight:300;
	line-height: 1em;
	margin-top: 0;
}

.top_blog hr{
	width:30px;
	background: #c99b93 !important;
	border-top: 1px solid #c99b93 !important;
}


.first_line{
	padding-top: 15vw !important;
	margin-top: -10vw !important;
}

.quote h2{
	font-family: "Playfair Display", serif;
	font-size: clamp(30px, 3vw, 50px);
	color: #c99b93;
	line-height: 1.3em;
	font-weight: 300;
}

h3{
	font-family: "Playfair Display", serif;
	font-size: clamp(30px, 3vw, 50px);
	color: #c99b93;
	line-height: 1.3em;
	font-weight: 300;
}

.single p{
	font-size: clamp(16px, 0.9vw, 20px);
	color: #464646;
	line-height: 1.8em;
}

.single li{
	font-size: clamp(16px, 0.9vw, 20px);
	color: #464646;
	line-height: 1.8em;
	font-weight: 300;
}

.navigation, #comments{
	display: none;
}

.bottom_back{
	background: #f7f0f0;
	padding: 100px 0 150px 0;
	text-align: center;
}

.bottom_back a {
	display: inline-block;
	padding: 10px 20px;
	background-color: #c99b93; 
	color: white;
	text-decoration: none;
	border-radius: 25px;
	font-size: 16px;
	transition: background 0.3s ease;
}

.bottom_back a:hover {
	background-color: #555;
}

.blog_archive_top h1{
	font-size: clamp(20px, 5vw, 60px);
  	color: #464646;
	margin-top: 0;
	padding-bottom: 60px;
}

.button_pt:lang(en){
	display:none;
}

.button_en:lang(pt){
	display:none;
}



@media screen and (max-width: 778px) {
	.menu_side{
		display: none;
	}
	
	.site-content{
	width: 100%;
	}
	
	.img_top{
		width: 100% !important;
		top: 300px !important;
		left: -100px;
		position: absolute;
		z-index: 9;
	}
	
	.custom-logo{
		width: 115px;
		position: relative;
		z-index: 10;
	}
	
	.taptap-main-menu-button::before, .taptap-main-menu-button div.taptap-main-menu-button-middle::before, .taptap-main-menu-button::after, .taptap-main-menu-button-two::before, .taptap-main-menu-button-two div.taptap-main-menu-button-two-middle::before, .taptap-main-menu-button-two::after, .taptap-main-menu-button-three::before, .taptap-main-menu-button-three div.taptap-main-menu-button-three-middle::before, .taptap-main-menu-button-three::after, .taptap-main-menu-button-four::before, .taptap-main-menu-button-four div.taptap-main-menu-button-four-middle::before, .taptap-main-menu-button-four::after, .taptap-main-menu-button-five::before, .taptap-main-menu-button-five div.taptap-main-menu-button-five-middle::before, .taptap-main-menu-button-five::after, .taptap-main-menu-button-six::before, .taptap-main-menu-button-six::after {
    background-color: white !important;
	}
	
	.head{
		background-color: #404040;
	}
	
	.head h1{
		font-size: 9vw;
		margin: 55vw 0 0 10%;
		line-height: 1.2em;
		color: #ebd8d4;
	}
	
	.head h5{
		margin-left:10%;
		margin-bottom: 20px;
		color: #ebd8d4;
		font-size: calc(14px + 1vw);
	}
	
	#paixao{
		margin-top: 0vw !important;
		padding: 0 !important;
	}
	
	#paixao h3{
		font-size: 36px;
		padding-bottom: 15px;
		margin: 0;
		text-align: left;
		padding-left: 10%;
	}
	
	#sonhos h3{
		font-size: 36px;
		padding-bottom: 0;
		margin: 0;
		text-align: left;
	}
	
	.paixao h2{
		font-size: 28px;
		padding-bottom: 0;
		margin: 0;
	}
	
	.projectos h3{
		font-size: 36px;
	}
	
	.contactos h3{
		font-size: 36px;
		text-align: left;
		margin: 30px 0px 20px 0px !important;
	}
	
	#panel-2-12-1-0{
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.site-info{
		width: 80%;
		margin: 0 0 0 10%;
	}
	
	.footer_left{
		width: 100%;
		text-align: center;
	}
	
	.footer_right{
		width: 100%;
		text-align: center;
		padding: 8px 0px 30px 0px;
	}
	
	.popup_colone {
    width: 100%;
    position: relative;
    height: auto !important;
    
	}
	
	.pum{
		z-index: 9;
		position: relative;
	}
	
	.popup_coltwo {
    width: 100%;
    position: relative;
    left: 0;
    top:0;
    padding: 0 10% 0 10%;
	}
	
	.white{
	padding: 0 !important;
	border: 0 !important;
	height: 50vh !important;
	background-color: #e0cbc7 !important;
	}

	.owl-item, .owl-carousel, .owl-stage-outer{
	height: 50vh !important;
	}
	
	.placeholder{
		height: 50vh !important;
	}
	

html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
}

	.pum-close{
		color: white !important;
		left: -210px !important;
	}
	
	.popup_coltwo h3{
		margin-bottom: 0px;
	}
	
	.logo_projects{
		display: none;
	}
	
	#popmake-620 .popmake-content, #popmake-622 .popmake-content{
		padding: 80px 10% 10% 10%;
	}
	
	.page-id-788 .white{
		
	}
	
	.landing_head{
		margin-top: 45vh;
	}
	
	.landing_head h1 {
		font-size: 8vw;	
	}
	
	.landing_head p{
		font-size: 5vw;	
	}
	
	#schedule h3{
		height: auto;
	}
	
	.landing_form input[type="text"], .landing_form input[type="email"] {
		width: 100%;
	}

}



@media screen and (max-width: 500px) {
	.head h1{
		font-size: 9vw;
		margin: 50vw 0 0 10%;
		line-height: 1.2em;
		color: #ebd8d4;
	}
}