/*
 * MAIN
 */

html{
	margin: 0px;
	padding: 0px;
	outline: none;
}

body{
	margin: 0;
	padding: 0;
	padding-top: 75px;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a{
	border: none;
	outline: none;
	text-decoration: none;
}

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

b, strong {
	font-weight: bold;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; } /* Hide from IE Mac \*/
.clearfix { display: block; } /* End hide from IE Mac */
.none { display: none; } /* End Clearfix */

.alignnone {
	margin: 5px 10px 10px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 5px 10px 10px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 10px 10px;
}

a img.alignnone {
	margin: 5px 10px 10px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 10px 10px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px 3px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption {
	text-align: left;
	max-width: 100%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 100%;
	height: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 90%;
	color: #999;
	padding: 3px 0 10px 0;
	margin: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* gallery */
.gallery{
	margin-left: -15px;
	margin-right: -15px;
}

.gallery p{
	margin: 0;
}

.gallery dl{
	float: left;
}

.gallery-columns-1 dl{width: 100%;}
.gallery-columns-2 dl{width: 50%;}
.gallery-columns-3 dl{width: 33.33333%;}
.gallery-columns-4 dl{width: 25%;}
.gallery-columns-5 dl{width: 20%;}
.gallery-columns-6 dl{width: 16.66666%;}
.gallery-columns-7 dl{width: 14.28571%;}
.gallery-columns-8 dl{width: 12.5%;}
.gallery-columns-9 dl{width: 11.11111%;}

.gallery dl dt{
	margin: 0 15px;
	text-align: center;
}

.gallery dl dt img{
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.gallery p{
		display: none;
	}

	.gallery dl{
		width: 50%;
	}

	.gallery dl:nth-child(2n+1){
		clear: left;
	}
}
/* gallery END */

.increase-box-shadow > .vc_column-inner,
.increase-box-shadow > .vc_icon_element-inner {
	box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important;
}

.thumb-bg{
	display: block;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.thumb-bg-contain{
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

.thumb-bg:before{
	content: '';
	position: relative;
	display: block;
	/*padding-top: 50%;*/
}

.thumb-h-25:before{
	padding-top: 25%;
}

.thumb-h-50:before{
	padding-top: 50%;
}

.thumb-h-wide:before{
	padding-top: 56.25%;
}

.thumb-h-default:before{
	padding-top: 66.66%;
}

.thumb-h-100:before{
	padding-top: 100%;
}

.text-decoration-none{
	text-decoration: none !important;
}

.increase-full-img-right img,
.increase-full-img-left img{
	width: 100%;
}

.btn-round{
	border-radius: 19px;
}

.btn-round.btn-lg{
	border-radius: 24px;
}

.btn-round.btn-sm{
	border-radius: 15.5px;
}

.btn-circle{
	width: 38px;
	text-align: center;
}

.btn-circle.btn-lg{
	width: 48px;
}

.btn-circle.btn-sm{
	width: 31px;
}

.increase-gallery:not(.slick-initialized){
	height: 0;
	visibility: hidden;
}

.overflow-hidden{
	overflow: hidden;
}

.body-top-0{
	margin-top: -75px;
}

.btn-outline-primary {
	color: #353238;
}

[id]{
	outline: none;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary:hover {
	color: #fff !important;
	background-color: #353238;
	border-color: #353238;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus{
	box-shadow: 0 0 0 0.2rem rgba(53, 50, 56, 0.5);
}

/*
 * HEADER
 */

#masthead{
	box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
	/* position: relative; */
	z-index: 999;
}


/*
 * CONTENT
 */

.content-area{
	padding: 3rem 0;
}

.widget-area{
	padding: 3rem 0;
}

.entry-header{
	padding-bottom: 2rem;
}

.wpcf7 label{
	display:block;
}

.evc-predefined-style .evc-shortcode h1,
.evc-predefined-style .evc-shortcode h2,
.evc-predefined-style .evc-shortcode h3,
.evc-predefined-style .evc-shortcode h4,
.evc-predefined-style .evc-shortcode h5,
.evc-predefined-style .evc-shortcode h6{
	font-weight:normal;
}


/* CF7 material design */

#cf7md-form .cf7md-item, #cf7md-form input, #cf7md-form label, #cf7md-form textarea, #cf7md-form p, #cf7md-form .mdc-select, #cf7md-form.cf7md-form + .wpcf7-response-output, #cf7md-form .wpcf7-not-valid-tip, #cf7md-form .cf7md-card-title, #cf7md-form .cf7md-card-subtitle, #cf7md-form .mdc-button, #cf7md-form .mdc-floating-label, #cf7md-form .mdc-text-field-helper-text, #cf7md-form .mdc-text-field__input, #cf7md-form .mdc-select__native-control, #cf7md-form .mdc-form-field{
	font-family: inherit;
}

#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background{
	border-color: #353238;
}

#cf7md-form .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled),
#cf7md-form .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:focus,
#cf7md-form .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle,
#cf7md-form .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,
#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing,
#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
	border-color: #fff; }

#cf7md-form .mdc-theme--text-primary-on-background,
#cf7md-form .mdc-theme--text-primary-on-light,
#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,
#cf7md-form .mdc-form-field,
#cf7md-form .cf7md-file--value,
#cf7md-form .cf7md-card-title,
#cf7md-form .mdc-list a.mdc-list-item,
#cf7md-form input,
#cf7md-form textarea,
#cf7md-form select,
#cf7md-form .wpcf7-list-item label,
#cf7md-form .cf7md-switch-label,
#cf7md-form .cf7md-checkbox-label,
#cf7md-form .cf7md-radio-label,
#cf7md-form .cf7md-accept-label,
#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
#cf7md-form .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input,
#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
	/*color: rgba(255,255,255, 0.87);*/ }

#cf7md-form .mdc-button::before,
#cf7md-form .mdc-button::after,
#cf7md-form .mdc-button--raised:not(:disabled),
#cf7md-form .mdc-button--unelevated:not(:disabled) {
	background-color: #364654;
	color: #fff;
}

#cf7md-form .mdc-button--raised:not(:disabled):hover,
#cf7md-form .mdc-button--unelevated:not(:disabled):hover {
	background-color: #353238; }


#cf7md-form .mdc-text-field .mdc-line-ripple,
#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:focus ~ .mdc-line-ripple,
#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox::before,
#cf7md-form .mdc-checkbox::after,
#cf7md-form .mdc-radio::before,
#cf7md-form .mdc-radio::after,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after,
#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before,
#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after {
	background-color: #364654; }


#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{
	border-color:#fff;
}

#cf7md-form .mdc-button--raised:not(:disabled), #cf7md-form .mdc-button--unelevated:not(:disabled){
	background:#353238;
}
#cf7md-form .mdc-button--raised:not(:disabled):hover, #cf7md-form .mdc-button--unelevated:not(:disabled):hover{
	background:#020202;
}

#cf7md-form .mdc-button--raised,
#cf7md-form .mdc-button--raised:hover, #cf7md-form .mdc-button--raised:focus{
	box-shadow:none;
}

textarea.wpcf7-form-control.wpcf7-textarea.mdc-text-field__input.increase-main-form{
	height: 193px !important;
}

textarea.wpcf7-form-control.wpcf7-textarea.mdc-text-field__input.increase-floor-form{
	height: 119px !important;
}

label.mdc-floating-label{
	color: #353238 !important;
}

.wpcf7-form-control-wrap.interesat.cf{
	line-height: 0;
}

#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{
	border-color:#1F2E3B;
}
/**/

/* MAPPING Building */

.increase-imagemap{
	transform: scale(1,1) translate(0,0);
	transform-origin: 0 0;
}

.increase-imagemap .increase-imagemap-image{
	position: relative !important;
	z-index: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	max-width: none !important;
	max-height: none !important;
	display: block !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.increase-imagemap .increase-imagemap-shape-container{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.increase-imagemap .increase-imagemap-shape{
	cursor: pointer;
	pointer-events: all;
	transition: all .25s cubic-bezier(.55,0,.1,1);
	-moz-transition: all .25s cubic-bezier(.55,0,.1,1);
	-webkit-transition: all .25s cubic-bezier(.55,0,.1,1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline:none;
}

.increase-imagemap .increase-imagemap-shape:hover{
	opacity: 1 !important;
}

/*
.increase-imagemap-building{
	position: relative;
}

.increase-imagemap-building img{
	width: 100%;
}

.increase-imagemap-tooltip {
	padding: 3px 7px;
	font-size: 1rem;
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.increase-imagemap-tooltip:after,
.increase-imagemap-tooltip:before {
	top: 100%;
	right: 0%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.increase-imagemap-tooltip:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
	border-width: 20px 0 0 15px;
	margin-right: 0;
}
.increase-imagemap-tooltip:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #ccc;
	border-width: 22px 0 0 17px;
	margin-right: -1px;
}
*/

.increase-imagemap-building .increase-imagemap-building-name{
	position: absolute;
	top: 20px;
	left: 0;
	background: rgba(255,255,255,0.3);
	font-size: 1.3rem;
	padding: 10px 15px;
	z-index: 6;
}

/* Modal Popup */

body.modal-open {
	overflow: hidden !important;
}

#increase-imagemap-building-modal.modal{
	border: none;
	padding: 0 !important;
}

#increase-imagemap-building-modal .modal-dialog{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	max-width: 99999999px;
	height: 100%;
	background: #fff;
}

#increase-imagemap-building-modal.modal.fade{
	opacity:1;
}

#increase-imagemap-building-modal.modal.fade .modal-dialog {
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	transform: translate(0);
	overflow: hidden;
	position: relative;
}

#increase-imagemap-building-modal .modal-content,
#increase-imagemap-building-modal .modal-content-desc{
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 0;
}

.imgmap-frontend-image{
	overflow: auto;
	/*height: 100%;*/
	display: block;
	position: fixed;
	top: 54px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	/*padding: 30px;*/
}


#increase-imagemap-building-modal .modal-content-desc #increase-imagemap-building-modal-content{
	z-index: 2;
	position: relative;
}

#increase-imagemap-building-modal .modal-content-desc .close-modal{
	z-index: 3;
	position: relative;
	float: right;
	line-height: 54px;
	width: 54px;
	-webkit-appearance: none;
	padding: 0;
	border: none;
	font-size: 2rem;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

#increase-imagemap-building-modal .modal-content-desc .close-modal:hover{
	opacity: 0.9;
}

.increase-imagemap-floor-modal .title{
	position: relative;
	z-index: 2;
	text-align: center;
}

#increase-imagemap-building-modal-content{
	z-index: 2;
	position: relative;
}
/*
.modal-backdrop{
	background-color: transparent;
}*/

#increase-imagemap-building-modal .modal-hover{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	visibility: visible;
	opacity: 1;
	background: red;
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#increase-imagemap-building-modal .modal-hover.hidden-modal{
	display: none !important;
	opacity: 0;
	visibility: hidden;
}

#increase-imagemap-container > div{
	margin: 0 auto;
}

#increase-imagemap-building-modal .legenda-map{
	/*margin: 15px;
	padding: 5px 15px;
	border: 1px solid #ccc;*/
}

#increase-imagemap-building-modal .legenda-map *{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

#increase-imagemap-building-modal .legenda-map > *:last-child{
	margin-right: 0;
}

#increase-imagemap-building-modal .legenda-map .legenda-item > span{
	vertical-align: middle;
	display: inline-block;
	width: 20px;
	height: 20px;
	opacity: 0.6;
}

/**/

.apartment-positioning .overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: .9;
	filter: invert(59%) sepia(88%) saturate(400%) hue-rotate(13deg) brightness(101%) contrast(95%);
}

.increase-gallery .slick-arrow{
	width: 26px;
	height: 26px;
	border: 1px solid #D7B719;
	background: #fff;
	z-index: 5;
}

.increase-gallery .slick-arrow.slick-disabled{
	border: 1px solid #fff;
}

.increase-gallery .slick-prev{
	left: 5px;
}

.increase-gallery .slick-next{
	right: 5px;
}

.increase-gallery .slick-prev:before,
.increase-gallery .slick-next:before{
	content: '\e950';
	display: block;
	font-family: 'increaseicons';
	font-size: 16px;
	color: #D7B719;
}

.increase-gallery .slick-prev:before{
	transform: rotate(90deg);
}

.increase-gallery .slick-next:before{
	transform: rotate(-90deg);
}

.increase-gallery-single-property .slick-prev{
	left: -1rem;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.increase-gallery-single-property .slick-next{
	right: -1rem;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

/**/

.entry-header .title{
	position: relative;
	display: flex;
	-ms-flex-align: center!important;
	align-items: center!important;
}

.entry-header .title:before,
.entry-header .title:after{
	content: '';
	position: relative;
	height: 1px;
	display: block;
	background-color: #d7b719;
	-ms-flex-positive: 1!important;
	flex-grow: 1!important;
	margin: 0 15px;
}

/**/

#location-map{
	height: 80vh;
}

#location-map-filters{
	margin-top: 15px;
	margin-bottom: 15px;
}

#location-map-filters > div{
	display: flex;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
	
}

#location-map-filters > div > div{
	margin: 0 0.8rem;
}

#location-map-filters input[type="checkbox"] {
	display: none
}

#location-map-filters input[type="checkbox"] + label {
	display: inline-block;
	font-weight: 400;
	color: #353238;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: #fff;
	border: 1px solid #d7b719;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#location-map-filters input[type="checkbox"] + label:hover {
	background-color: #d7b719;
}

#location-map-filters input[type="checkbox"]:checked + label {
	background-color: #353238;
	border-color: #353238;
	color: #fff;
}

#location-map-filters input[type="checkbox"] + label img{
	transition: all 0.15s ease-in-out;
	margin-right: 0.75rem;
}

#location-map-filters input[type="checkbox"]:checked + label img{
	filter: invert(100%);
}

table.locations-list  td{
	padding: 0.7rem 0;
	font-weight: bold;
}

table.locations-list  td:nth-child(1) {
	width: 10%;
	min-width: 150px;
}

table.locations-list  td:nth-child(2){
	width: 100%;
}

table.locations-list  td:nth-child(3){
	width: 1%;
}

table.locations-list  td:nth-child(4){
	width: 1%;
}

.table-concept td{
	padding: 0.7rem 0;
	font-weight: bold;
}

.table-concept td:first-child{
	padding-right: 0.7rem;
}

.concept-finisaje > *{
	min-width: 135px;
}

/**/

.hex-text-title{
	position:absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	width: 80%;
}

/*
 * FOOTER
 */

.site-footer .copyright{
	/*border-top: 1px solid rgba(0,0,0,.2)*/
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img,
.site-footer .logo{
	filter: grayscale(100%) brightness(0%);
	-webkit-filter: grayscale(100%) brightness(0%);
	-moz-filter: grayscale(100%) brightness(0%);
}

.site-footer .footer-privacy-menu{
	position: relative;
	display: flex;
	-ms-flex-align: center!important;
	align-items: center!important;
}

.site-footer .footer-privacy-menu:before,
.site-footer .footer-privacy-menu:after{
	content: '';
	position: relative;
	height: 1px;
	display: block;
	background-color: #fff;
	-ms-flex-positive: 1!important;
	flex-grow: 1!important;
	margin: 0;
}

.site-footer .footer-privacy-menu > span{
	margin: 0 15px;
	display: inline-block;
}

.site-footer .footer-privacy-menu a{
	color: #fff;
}

.site-footer .footer-privacy-menu a:after:not(:last-child){
	content: "/";
	display: inline-block;
}

#contact{
	outline: none !important;
}

.site-footer  .footer-privacy-menu > span > span:not(:last-child):after{
	content: '/';
	display: inline-block;
	padding: 0 0.5rem;
	color: #fff;
}

/* */
/*
#cf7md-form .mdc-button{
	text-transform:unset !important;
	font-size:16px !important;
}


.cf7md-item.cf7md-text,
.mdc-text-field{
	max-width:450px !important;
}

label.mdc-floating-label {
    color: #353238 !important;
}

label.cf7md-accept-label{
	font-size:12px !important;
}

#cf7md-form .mdc-text-field:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea):not(.mdc-text-field--disabled) .mdc-line-ripple, #cf7md-form .mdc-checkbox::before, #cf7md-form .mdc-checkbox::after, #cf7md-form .mdc-radio::before, #cf7md-form .mdc-radio::after, #cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after, #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before, #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after, #cf7md-form .mdc-select:not(.mdc-select--outlined):not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple{
	background:black;
}

#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled){
	background:white !important;
}
#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{
	border-color:black !important;
	border-radius:1px !important;

}

#cf7md-form .mdc-button--raised, #cf7md-form .mdc-button--unelevated{
	padding:0px 10px !important;
	text-align:right;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.mdc-text-field__input{
	height:150px !important;
}*/
