@charset "utf-8";
/* CSS Document */
 @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300&display=swap');
:root {
  --page-title-display: block;
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}
.header-bg{
     background: linear-gradient(180deg, rgba(0,0,0,0.3673670151654411) 0%, rgba(0,0,0,0) 100%)!important; 
}

.md-header.classic .header-container .logo:last-of-type {
	margin-right: 18px;
}
.md-header.classic .header-container .logo {
	margin: 14px 10px 14px 15px;
	min-height: 32px;
	font-size: 32px;
	display: flex;
	align-items: center;
}
.md-header.classic .header-placeholder {

  height: 0!important;
	min-height: 0!important;
	z-index: -2;
	position: absolute;
}
body > main > div.md-hero.standard.banner-with-search-bar > div.banner.multi{
	min-height: 750px;
}

/*  .md-hero {
    background-image: url('https://cy-chime-assets.s3.us-east-1.amazonaws.com/sites/mikedomer.com/images/top-banner01.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .md-hero video {
    display: block;
    background: none;  Optional fallback 
  }*/
.banner-video,.video-box.def{background: none!important;}
.video-box.def video {
    width: auto;
    height: 100%;
}
/*@media (max-width:991px){
    .md-hero video {
    display: none;
  }
    .banner-video,.video-box.def {
    display: none;
}
}*/


#ima {
  z-index: 3;
  background: transparent;
  position: absolute;
  bottom: 40%;
  width:100%
}
a.logo:nth-child(2) > img:nth-child(1){max-height:1.23em!important; height:auto!important;}
a.logo:nth-child(3) > img:nth-child(1){max-height:1.23em!important; height:auto!important;}
body > main > div.md-hero.standard.banner-with-search-bar > div > div.media-content.column.media-content-search-bar > div.media-info > div > div.media-subtitle > div > span{
	 animation: fadeIn 5s;
}

.md-hero{padding-bottom:0!important;

}
.md-cta-sc{
  background-color:#000!important;
  border-top:1px solid;
}

.fade-right {
    opacity: 0;
    animation: fadeRight 2s ease forwards;
}
@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-down {
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeDown 2s ease forwards;
}
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-left {
    opacity: 0;
    transform: translateX(20px);
    animation: fadeLeft 2s ease forwards;
}
@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fade-in {
    animation: fadein 2s ease forwards;
    transition: .5s;
}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn;}

.md-hero.standard .media-content .title-text .media-title {
  word-break: break-word;
  text-shadow: 0 6px 12px rgba(0,0,0,0.1);
  font-family:"Josefin Sans";
  font-size:100px;
  font-weight:200;
}
.md-form > div:nth-child(1){
	padding-bottom:60px;
}
.elementor-element-0707128 p{
	margin-bottom:20px;
	line-height:1.3;
	font-family:"Josefin Sans", Sans-serif;font-size:21px;
}
.elementor-element-0707128.elementor-widget.elementor-widget-text-editor > div > p:nth-child(4){
	text-align:right;
}

.md-testimonial.template6-slider:not(.md-empty)::after, .md-testimonial {
 background-color:#fff!important; 
}
.md-testimonial.template6-slider:not(.md-empty) .reviews-wrapper .review-container .item .comment, .md-testimonial.template6-slider:not(.md-empty) .reviews-wrapper .item .comment {
  color: #000!important;
}
.search-bar.standard .search-by-section {
  position: relative;
  width: 90%!important;
  max-width: 100%;
  margin: 0 auto;
  background-color: var(--color-background);
}
.md-hero.standard.banner-with-search-bar {
	margin-bottom:0px!important;
    
}
body > main > header{background-color:#000;
padding-bottom:0;
}
.md-testimonial.template6-slider:not(.md-empty) .review-next .iconfont, .md-testimonial.template6-slider:not(.md-empty) .review-prev .iconfont {
    color: #000!important;

}
.md-testimonial.template6-slider:not(.md-empty) .review-next, .md-testimonial.template6-slider:not(.md-empty) .review-prev {
     border: 1px solid #000!important;
}
.md-testimonial.template6-slider:not(.md-empty) .reviews-wrapper .review-container .item .star-wrapper li i {
    color: #fbbc04!important;
}
.md-testimonial.template6-slider:not(.md-empty) .reviews-wrapper .review-container .item .commentor-info .info .user-name {
    color: #333!important;
}
.md-testimonial.template6-slider:not(.md-empty) .reviews-wrapper .review-container .item .commentor-info .info .icon-wrapper .iconfont {
    color: #333!important;
}

.reviews-title{display:none!important;}
.md-testimonial.template6-slider:not(.md-empty) .reviews-wrapper{margin-top:0!important;}
.md-testimonial.template6-slider:not(.md-empty) {
	padding: 1px calc((100% - 1000px) / 2)!important;
}
.search-bar.standard{
  margin-top: 0px!important;
}
.search-bar.standard .search-by-section .search-category .keyword-submit {
  background-color: #535151;
  border-color: #DBD2AE;
  color: #fff;
}
.search-bar.standard .search-by-section .search-category .keyword-submit:hover {
  background-color: #000;
  border-color:#DBD2AE ;
  color: var(--mg-button-color, #fff);
}
.md-hero.standard .media-content.column {
 
}
.md-form.get-more-info-v1 .form-container .info-img {
	width: 50%!important;
}
.md-form.get-more-info-v1 .form-container .info-right .basic-info input {
	border: 1px solid #d2cbcb!important;
	border-radius: 6px;
}
.md-form.get-more-info-v1 .form-container .info-right .basic-info textarea {
	border: 1px solid #d2cbcb!important;
	border-radius: 6px;
}
a.btn-item, .submit {
	background-color:#535151!important;
    color:#fff!important;
}
a.btn-item:hover, .submit:hover{
	background-color: #1a1818 !important;
	color:#FFF!important;
  border-color:#DBD2AE ;
}
.submit{
border-radius: 50rem !important;
display:block;
}
.mg-container {
  width: 100%!important;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  max-width: 100%;
}


div.md-custom-code:nth-child(3) > div:nth-child(1){
	overflow:visible;
	background:none!important;
	}
div.md-custom-code:nth-child(3){
  max-height:1px;
  background-color: rgba(0, 0, 0, 1);
  z-index:9;
}
.elementor-element-07e2b31{
padding:15px 0 0 0;
}
.rm-t{
text-overflow: ellipsis;
display: block;
max-width: 100%;
overflow: hidden;
}
body.home #welcome p {
	font-size: 20px;
	font-weight: 200;
}
.elementor-element-0707128 > div:nth-child(1) > p:nth-child(5){text-align:right;}
.fa, .fas {
        font-family: "FontAwesome";
        font-weight: 900;
    }
	.fa-fw {
        text-align: center;
        width: 1.25em;
    }
	.fa, .fas, .far, .fal, .fad, .fab {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }
.fa-location-arrow:before{content:"\f124"}

body {
	
}
body.home {
	font-family: "Josefin Sans","Montserrat","Open Sans",Helvetica,sans-serif !important;
	font-size: 19px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.md-hero.standard .media-content.column {
  width: 100%;
}
.md-hero.standard .media-content {
  width: 100%;
  max-width: 1000%;
  z-index: calc(var(--level-sublow) + 1);
}
#hero {
	min-height: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.elementor-element {
  --widgets-spacing: 20px;
}
.elementor-element, .elementor-lightbox {
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}
.elementor-section {
  position: relative;
}
.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
  align-self: var(--align-self);
}
.elementor *, .elementor ::after, .elementor ::before {
  box-sizing: border-box;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.elementor-kit-151 {
	--e-global-color-primary: #000000;
	--e-global-color-secondary: #FFFFFF;
	--e-global-color-text: #1B1B1B;
	--e-global-color-accent: #D2C27D;
	--e-global-typography-primary-font-family: "Josefin Sans";
	--e-global-typography-primary-font-size: 23px;
	--e-global-typography-primary-font-weight: 300;
	--e-global-typography-primary-line-height: 1.3em;
	--e-global-typography-secondary-font-family: "Josefin Sans";
	--e-global-typography-secondary-font-size: 15px;
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-secondary-text-transform: capitalize;
	--e-global-typography-secondary-line-height: 1em;
	--e-global-typography-text-font-family: "Josefin Sans";
	--e-global-typography-text-font-size: 16px;
	--e-global-typography-text-font-weight: 300;
	--e-global-typography-text-line-height: 1.8em;
	--e-global-typography-accent-font-family: "Playfair Display";
	--e-global-typography-accent-font-size: 16px;
	--e-global-typography-accent-font-weight: 400;
	--e-global-typography-accent-text-transform: capitalize;
	--e-global-typography-accent-line-height: 1em;
	--e-global-typography-af16721-font-family: "Josefin Sans";
	--e-global-typography-af16721-font-size: 15px;
	--e-global-typography-af16721-font-weight: 400;
	--e-global-typography-af16721-text-transform: uppercase;
	--e-global-typography-af16721-letter-spacing: 0.7px;
	color: var( --e-global-color-text );
	font-family: "Josefin Sans", Sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: -0.6px;
}
.elementor-kit-151 button, .elementor-kit-151 input[type="button"], .elementor-kit-151 input[type="submit"], .elementor-kit-151 .elementor-button {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: var( --e-global-color-text );
  background-color: var( --e-global-color-secondary );
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1400px;
}
.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.elementor *, .elementor ::after, .elementor ::before {
  box-sizing: border-box;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0px;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}
.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

#intro {
  transform: translateY(-100%);-webkit-transform: translateY(-100%);
  z-index:2;
  background:transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  align-content: flex-end;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.bl-dar{
background-color: rgba(0,0,0,0.66);

}
.elementor-column {
  position: relative;
  min-height: 1px;
  display: flex;
}
#intro .intro-heading {
 background-color:rgba(0,0,0,0.83);
 width: 365px;
 padding:70px 60px 60px 70px;
}
#intro .intro-heading h2{
  color: #fff;
  font-family: "Josefin Sans", Sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
}
.line-left::before {
  content: "";
  top: 50%;
  right: 100%;
  margin-right: 8px;
  width: 50px;
  border-top: 1px solid #fff;
  position: absolute;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}
.elementor-widget-wrap > .elementor-element {
  width: 100%;
}
.line-left {
  position: relative;
}
.elementor-element:where(.e-con-full, .elementor-widget) {
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  gap: var(--gap);
}
.elementor-kit-151 h2 {
  color: var( --e-global-color-primary );
  font-family: "Josefin Sans", Sans-serif;
}
/*h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}*/

.elementor-heading-title {
  padding: 0;
  margin: 0;
  line-height: 1;
}

body.home{
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
  --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
  --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
  --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
  --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
  --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
  --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
  --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
  --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
}
#intro .intro-searchbar {
  width: 100%;
	align-self: flex-end;
	
}
#search_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  padding-left: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-left: 50px;
  flex-wrap: nowrap;
  justify-content: center;
	
}
dd, dl, dt, li, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol, ul {
  box-sizing: border-box;
}
#search_cta li::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  height: 40px;
  border-right: 1px solid rgba(255,255,255,0.7);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#search_cta > li:last-child:after{
	content:none;
}
#search_cta li {
 display: flex;
	align-items: center;
  list-style: none;
  margin: 0 30px;
  position: relative;
  width: auto;
  align-self: flex-start;
}
#search_cta li .dato {
  display: block;
  color: #fff;
  padding: 15px 15px;
  position: relative;
}

#search_cta li .dato .num {
  display: block;
  color: #fff;
  font-family: "Playfair Display",Sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.2;
text-align: center;
}
#search_cta li .dato .linktext, #search_cta > li:nth-child(1) > span.linktext{
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  text-align: center;
	line-height: 20px;
}
#search_cta li.searchform::after {
  display: none;
}

[id^="MBBv3"]:not(#mbbV1) {
}
[id^="MBBv3"]:not(#mbbV1) {
}
[id^="MBBv3"]:not(#mbbV1) {
}
[id^="MBBv3"]:not(#mbbV1) {
}
[id^="MBBv3"]:not(#mbbV1) ::after, [id^="MBBv3"]:not(#mbbV1) ::after {
  content: none;
}
[id^="MBBv3"]:not(#mbbV1) *, [id^="MBBv3"]:not(#mbbV1) ::after, [id^="MBBv3"]:not(#mbbV1) ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[id^="MBBv3"]:not(#mbbV1) #QuickSearchForm .bfg-qs-wrapper {
  background: rgba(255,255,255,0.25);
  border: 1px solid rgba(255,255,255,0.35);
  padding: 8px 20px 8px 20px;
}
[id^="MBBv3"]:not(#mbbV1) [id^="QuickSearchForm"].mbb-form-search .bfg-qs-wrapper {
  max-width: 1200px;
  margin: auto;
}
#search_cta li.searchform .bfg-qs-wrapper {
  background: transparent !important;
  border: none !important;
}
[id^="MBBv3"]:not(#mbbV1) [class^="bfg-"] {
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
[id^="MBBv3"]:not(#mbbV1) [class^="bfg-"] {
  line-height: 1.3;
}
[id^="MBBv3"]:not(#mbbV1) div {
  max-width: none;
}
[id^="MBBv3"]:not(#mbbV1) .mbb-form-search .form-control, [id^="MBBv3"]:not(#mbbV1) .mbb-form-search input, [id^="MBBv3"]:not(#mbbV1) .mbb-form-search select {
  position: static;
  font-family: LatoWeb;
  font-weight: 400;
  font-size: 16px;
  outline: none;
  border-radius: 3px;
}
[id^="MBBv3"]:not(#mbbV1) button, [id^="MBBv3"]:not(#mbbV1) input {
  overflow: visible;
}
[id^="MBBv3"]:not(#mbbV1) button, [id^="MBBv3"]:not(#mbbV1) input, [id^="MBBv3"]:not(#mbbV1) optgroup, [id^="MBBv3"]:not(#mbbV1) select, [id^="MBBv3"]:not(#mbbV1) textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
[id^="MBBv3"]:not(#mbbV1) [id^="QuickSearchForm"].mbb-form-search .mbb-primary-search {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[id^="MBBv3"]:not(#mbbV1) .elq-930 .mbb-form-search .mbb-primary-search, [id^="MBBv3"]:not(#mbbV1) .elq-930 [id^="AdvancedSearchForm"] .mbb-primary-search, [id^="MBBv3"]:not(#mbbV1).elq-930 .mbb-form-search .mbb-primary-search, [id^="MBBv3"]:not(#mbbV1).elq-930 [id^="AdvancedSearchForm"] .mbb-primary-search {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#search_cta li.searchform .mbb-primary-search {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
[id^="MBBv3"]:not(#mbbV1) .mbb-form-search .mbb-primary-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 16px;
  font-size: inherit;
}
id^="MBBv3"]:not(#mbbV1) .mbb-form-search .bfg-qs-wrapper .mbb-primary-search > div.mbb-qsearch {
  margin-left: 4px;
  margin-right: 4px;
}
[id^="MBBv3"]:not(#mbbV1) .elq-930 .mbb-form-search .mbb-primary-search .SearchByTextWrapper, [id^="MBBv3"]:not(#mbbV1) .elq-930 .mbb-form-search .mbb-primary-search .SearchNearbyWrapper, [id^="MBBv3"]:not(#mbbV1) .elq-930 [id^="AdvancedSearchForm"] .mbb-primary-search .SearchByTextWrapper, [id^="MBBv3"]:not(#mbbV1) .elq-930 [id^="AdvancedSearchForm"] .mbb-primary-search .SearchNearbyWrapper, [id^="MBBv3"]:not(#mbbV1).elq-930 .mbb-form-search .mbb-primary-search .SearchByTextWrapper, [id^="MBBv3"]:not(#mbbV1).elq-930 .mbb-form-search .mbb-primary-search .SearchNearbyWrapper, [id^="MBBv3"]:not(#mbbV1).elq-930 [id^="AdvancedSearchForm"] .mbb-primary-search .SearchByTextWrapper, [id^="MBBv3"]:not(#mbbV1).elq-930 [id^="AdvancedSearchForm"] .mbb-primary-search .SearchNearbyWrapper {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}
[id^="MBBv3"]:not(#mbbV1) .elq-1024 .mbb-form-search .mbb-primary-search .SearchByTextWrapper, [id^="MBBv3"]:not(#mbbV1) .elq-1024 .mbb-form-search .mbb-primary-search .SearchNearbyWrapper, [id^="MBBv3"]:not(#mbbV1) .elq-1024 [id^="AdvancedSearchForm"] .mbb-primary-search .SearchByTextWrapper, [id^="MBBv3"]:not(#mbbV1) .elq-1024 [id^="AdvancedSearchForm"] .mbb-primary-search .SearchNearbyWrapper, [id^="MBBv3"]:not(#mbbV1).elq-1024 .mbb-form-search .mbb-primary-search .SearchByTextWrapper, [id^="MBBv3"]:not(#mbbV1).elq-1024 .mbb-form-search .mbb-primary-search .SearchNearbyWrapper, [id^="MBBv3"]:not(#mbbV1).elq-1024 [id^="AdvancedSearchForm"] .mbb-primary-search .SearchByTextWrapper, [id^="MBBv3"]:not(#mbbV1).elq-1024 [id^="AdvancedSearchForm"] .mbb-primary-search .SearchNearbyWrapper {
  -ms-flex-preferred-size: 230px;
  flex-basis: 230px;
}
#search_cta li.searchform .mbb-primary-search .SearchByTextWrapper {
  margin: 0 5px 5px 0 !important;
}
[id^="MBBv3"]:not(#mbbV1) .mbb-form-search .mbb-primary-search .SearchByTextWrapper, [id^="MBBv3"]:not(#mbbV1) .mbb-form-search .mbb-primary-search .SearchNearbyWrapper {
  -webkit-box-flex: 8;
  -ms-flex: 8 0 270px;
  flex: 8 0 270px;
    flex-basis: 270px;
  margin-bottom: 16px;
  margin-right: 4px;
}
[id^="MBBv3"]:not(#mbbV1) .bfg-text, [id^="MBBv3"]:not(#mbbV1) [class^="bfg-text"] {
  font-family: LatoWeb;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  font-stretch: normal;
  font-style: normal;
  text-transform: none;
  text-align: left;
  text-shadow: none;
  letter-spacing: normal;
  border: none;
}
[id^="MBBv3"]:not(#mbbV1) .mbb-form-search .mbb-primary-search .SearchByTextWrapper .input-group, [id^="MBBv3"]:not(#mbbV1) .mbb-form-search .mbb-primary-search .SearchNearbyWrapper .input-group {
  width: 100%;
}
[id^="MBBv3"]:not(#mbbV1) .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
[id^="MBBv3"]:not(#mbbV1) .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
[id^="MBBv3"]:not(#mbbV1) .input-group-prepend {
  margin-right: -1px;
}
id^="MBBv3"]:not(#mbbV1) .input-group-append, [id^="MBBv3"]:not(#mbbV1) .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[id^="MBBv3"]:not(#mbbV1) [type="button"]::-moz-focus-inner, [id^="MBBv3"]:not(#mbbV1) [type="reset"]::-moz-focus-inner, [id^="MBBv3"]:not(#mbbV1) [type="submit"]::-moz-focus-inner, [id^="MBBv3"]:not(#mbbV1) button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[id^="MBBv3"]:not(#mbbV1) .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), [id^="MBBv3"]:not(#mbbV1) .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), [id^="MBBv3"]:not(#mbbV1) .input-group > .input-group-append:not(:last-child) > .btn, [id^="MBBv3"]:not(#mbbV1) .input-group > .input-group-append:not(:last-child) > .input-group-text, [id^="MBBv3"]:not(#mbbV1) .input-group > .input-group-prepend > .btn, [id^="MBBv3"]:not(#mbbV1) .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[id^="MBBv3"]:not(#mbbV1) .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
[id^="MBBv3"]:not(#mbbV1) .btn.btn-bb-icon {
  padding: 0.375em 0.75em;
    padding-right: 0.75em;
    padding-left: 0.75em;
  line-height: 1.5;
}
[id^="MBBv3"]:not(#mbbV1) .btn.btn-primary {
  color: #ffffff;
  background-color: #d2c27d;
  border-color: #d2c27d;
}
[id^="MBBv3"]:not(#mbbV1) .input-group-append .btn, [id^="MBBv3"]:not(#mbbV1) .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
[id^="MBBv3"]:not(#mbbV1) [type="button"]:not(:disabled), [id^="MBBv3"]:not(#mbbV1) [type="reset"]:not(:disabled), [id^="MBBv3"]:not(#mbbV1) [type="submit"]:not(:disabled), [id^="MBBv3"]:not(#mbbV1) button:not(:disabled) {
  cursor: pointer;
}
[id^="MBBv3"]:not(#mbbV1) .btn {
  position: static;
  font-size: 16px;
  padding: 0.375em 0.75em;
  line-height: 1.5;
  text-align: left;
  font-family: LatoWeb;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  min-width: auto;
  min-height: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-stretch: normal;
  font-style: normal;
  text-transform: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
}
[id^="MBBv3"]:not(#mbbV1) .pl-2, [id^="MBBv3"]:not(#mbbV1) .px-2 {
  padding-left: 0.5rem !important;
}
[id^="MBBv3"]:not(#mbbV1) .pr-2, [id^="MBBv3"]:not(#mbbV1) .px-2 {
  padding-right: 0.5rem !important;
}
[id^="MBBv3"]:not(#mbbV1) .btn-primary {
  color: #fff;
  background-color: #0000cc;
  border-color: #0000cc;
}
[id^="MBBv3"]:not(#mbbV1) .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  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;
  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,-webkit-box-shadow 0.15s ease-in-out;
}
[id^="MBBv3"]:not(#mbbV1) [type="button"], [id^="MBBv3"]:not(#mbbV1) [type="reset"], [id^="MBBv3"]:not(#mbbV1) [type="submit"], [id^="MBBv3"]:not(#mbbV1) button {
  -webkit-appearance: button;
}
[id^="MBBv3"]:not(#mbbV1) button {
  letter-spacing: normal;
  width: auto;
  background-image: none;
}
[id^="MBBv3"]:not(#mbbV1) button, [id^="MBBv3"]:not(#mbbV1) select {
  text-transform: none;
}
[id^="MBBv3"]:not(#mbbV1) button {
  border-radius: 0;
}
[type="button"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
[type="button"], [type="submit"], button {
  display: inline-block;
  font-weight: 400;
  color: #c36;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #c36;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all .3s;
}
[type="button"], [type="reset"], [type="submit"], button {
  width: auto;
  -webkit-appearance: button;
}
[id^="MBBv3"]:not(#mbbV1) .rounded-pill {
  border-radius: 50rem !important;
}
id^="MBBv3"]:not(#mbbV1) .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
[id^="MBBv3"]:not(#mbbV1) .mbb-form form, [id^="MBBv3"]:not(#mbbV1) mbb-form form {
  width: inherit;
  height: inherit;
  clear: both;
  font-size: 1em;
}
button, select {
  text-transform: none;
}
button, input {
  overflow: visible;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
[id^="MBBv3"]:not(#mbbV1) .bfg-text, [id^="MBBv3"]:not(#mbbV1) [class^="bfg-text"] {
  font-family: LatoWeb;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  font-stretch: normal;
  font-style: normal;
  text-transform: none;
  text-align: left;
  text-shadow: none;
  letter-spacing: normal;
}
[id^="MBBv3"]:not(#mbbV1) [class*=" bb-"]::before, [id^="MBBv3"]:not(#mbbV1) [class^="bb-"]::before {
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  margin: 0 0 0 0 !important;
  vertical-align: middle;
  width: auto !important;
  height: auto !important;
  speak: none;
  line-height: 1;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[id^="MBBv3"]:not(#mbbV1) .btn.btn-bb-icon i {
  font-size: 1.375em;
  line-height: 0.75;
  vertical-align: baseline;
}
[id^="MBBv3"]:not(#mbbV1) .btn.btn-primary * {
  color: inherit;
}
[id^="MBBv3"]:not(#mbbV1) .btn * {
  color: inherit;
}
[id^="MBBv3"]:not(#mbbV1) i {
  font-size: 1em;
  line-height: 1;
  vertical-align: baseline;
  display: inline;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: inherit;
}
[id^="MBBv3"]:not(#mbbV1) .mbb-form-search .mbb-input-wrap {
  font-size: inherit;
  line-height: 1.3;
}
[id^="MBBv3"]:not(#mbbV1) .flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
[id^="MBBv3"]:not(#mbbV1) .mbb-form-search .mbb-primary-search .SearchByTextWrapper .search-icon, [id^="MBBv3"]:not(#mbbV1) .mbb-form-search .mbb-primary-search .SearchNearbyWrapper .search-icon {
  position: absolute;
  left: 49px;
  font-size: 16px;
  line-height: 2.4;
  color: #adb5bd;
}
[id^="MBBv3"]:not(#mbbV1) .d-none {
  display: none !important;
}
[id^="MBBv3"]:not(#mbbV1) .search-icon::before {
  display: none;
}
[id^="MBBv3"]:not(#mbbV1) .mbb-form-search .mbb-primary-search .SearchByTextWrapper .mbb-input-location, [id^="MBBv3"]:not(#mbbV1) .mbb-form-search .mbb-primary-search .SearchNearbyWrapper .mbb-input-location {
  min-width: 180px;
  border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
[id^="MBBv3"]:not(#mbbV1) .form-control {
  position: static !important;
  height: calc(2.25em + 2px) !important;
  padding-top: 0.375em !important;
  padding-bottom: 0.375em !important;
  padding-left: 0.75em;
  padding-right: 0.75em;
  font-size: 1em !important;
  color: #5e5c5c !important;
  outline: none;
  border: 1px solid #e2e0e1 !important;
  border-radius: 3px;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 16px;
  font-family: LatoWeb;
  font-weight: 400;
  background-color: #fff !important;
}
[id^="MBBv3"]:not(#mbbV1) .pr-0, [id^="MBBv3"]:not(#mbbV1) .px-0 {
  padding-right: 0 !important;
}
[id^="MBBv3"]:not(#mbbV1) .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
[id^="MBBv3"]:not(#mbbV1) .border-left-0 {
  border-left: 0 !important;
}
[id^="MBBv3"]:not(#mbbV1) .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
[id^="MBBv3"]:not(#mbbV1) .mbb-form-search .bfg-qs-wrapper .mbb-primary-search > div.mbb-qsearch {
  margin-left: 4px;
  margin-right: 4px;
}
[id^="MBBv3"]:not(#mbbV1) .mbb-form-search .mbb-primary-search .SearchButtonWrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 16px;
  margin-left: 4px;
  max-width: 7.5em;
}
[id^="MBBv3"]:not(#mbbV1) .btn.btn-primary:hover, [id^="MBBv3"]:not(#mbbV1) .btn.btn-primary:not(:disabled):not(.disabled).active, [id^="MBBv3"]:not(#mbbV1) .btn.btn-primary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #c1b274;
  border-color: #c1b274;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.elementor-element .elementor-widget-container {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
  padding: 30px;
}
.animated {
  animation-duration: 1.25s;
}
.elementor-animated-content:hover .elementor-animated-item--grow {
  transform: scale(1.1);
}
.elementor-widget-image img {
  vertical-align: middle;
  display: inline-block;
}
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}
.elementor-widget-image {
  text-align: center;
}
.btn-light .elementor-button {
  position: relative;
  padding: 10px 50px 10px 0;
  border-radius: 0;
  font-weight: 400;
  background: transparent !important;
  border-bottom: 2px solid #000;
  text-align: left;
}
.btn-light .elementor-button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 45%;
  height: 2px;
  background: #9b9a9a;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}
.btn-light .elementor-button:hover::after {
  width: 15%;
}
.btn-dark .elementor-button:hover::after {
  width: 15%;
}
.btn-light .elementor-button {
  font-weight: 400;
  text-align: left;
}
.btn-light .elementor-button {
 font-weight: 400;
text-align: left;
text-transform: uppercase;
font-size: 28px;
letter-spacing: 2px;
}
.elementor-kit-151 button, .elementor-kit-151 input[type="button"], .elementor-kit-151 input[type="submit"], .elementor-kit-151 .elementor-button {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color:#fff;
}
.elementor a {
  box-shadow: none;
  text-decoration: none;
}
#luxury_living .l-element {
  max-width: 550px;
}
.btn-dark .elementor-button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 45%;
  height: 2px;
  background: #484444;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
 
}
.elementor-element-dc1d003 > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1){text-overflow: ellipsis;
  overflow: hidden;
  max-width: 90%;
  display: inline-block;
  }
.btn-dark .elementor-button {
  position: relative;
  display:block;
  width:80%
  padding: 10px 50px 10px 0;
  border-radius: 0;
  font-weight: 300;
  background: #000 !important;
  color: #fff !important;
  text-align: left;
  border-bottom: 2px solid #fff;
  
}
#luxury_living > div > div.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-c35a4b7.heading, .property-type .elementor-cta__bg-wrapper, .half-cta .elementor-cta__bg-wrapper {
  background: #000;
}
a.elementor-cta:nth-child(2) > div:nth-child(1){
	height:100%;
}
.elementor-element-08992c3 > div:nth-child(1){
	padding:0;
}
.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
	background-color:#000;
}
.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .4s;
  width: 100%;
}
.elementor-cta--skin-cover .elementor-cta {
  display: block;
}
.elementor-cta__bg-wrapper {
  z-index: 1;
  overflow: hidden;
}
#luxury_living .stacked .luxury .elementor-widget-container, #luxury_living .stacked .luxury .elementor-cta, #luxury_living .stacked .luxury .elementor-cta__content {
  height: 100%;
}
.elementor-cta__content, .elementor-cta__content-item {
  position: relative;
  transition: .5s;
  color: #fff;
}
.elementor-cta--skin-cover .elementor-cta__content {
  min-height: 280px;
}
 .luxury .elementor-cta__bg-wrapper .elementor-bg, .property-type .elementor-cta__bg-wrapper .elementor-bg, .half-cta .elementor-cta__bg-wrapper .elementor-bg {
  opacity: 0.6;
}
.elementor-bg-transform-zoom-in:hover .elementor-bg, .elementor-bg-transform-zoom-out .elementor-bg {
  transform: scale(1.2);
}
.elementor-bg-transform .elementor-bg {
  will-change: transform;
}
.elementor-cta__bg {
  background-size: cover;
  background-position: 50%;
  z-index: 1;
}
.elementor-cta__bg, .elementor-cta__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .4s;
    transition-duration: 0.4s;
}
.elementor-animated-content {
  --translate: 0,0;
}
.luxury .elementor-cta__content h2::before, .property-type .elementor-cta__content h2::before, .half-cta .elementor-cta__content h2::before {
  content: "";
  background: url(images/icon.png) center no-repeat;
  background-size: auto;
  width: 124px;
  height: 33px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 25px;
  background-size: contain;
}
#luxury_living .stacked .luxury {
    height: 50%;
}
.elementor-172 .elementor-element.elementor-element-08992c3 > .elementor-element-populated {
    padding: 0px 0px 1px 1px;
}
.elementor-element.elementor-element-08992c3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){
	margin-bottom:1px;}
#luxury_halfs .elementor-cta--skin-cover .elementor-cta__content, #property_halfs .elementor-cta--skin-cover .elementor-cta__content {
  min-height: 30vw;
}

#half_banners .elementor-cta--skin-cover .elementor-cta__content {
  min-height: 36vw !important;
}
.elementor-cta__content {
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 35px;
  width: 100%;
}
.full-banner .home-value.elementor-cta--skin-cover .elementor-cta__content {
    min-height: 33vw !important;
}
.full-banner .elementor-cta--skin-cover .elementor-cta__content {
    min-height: 33vw !important;
}
.luxury .elementor-cta__content h2, .property-type .elementor-cta__content h2, .half-cta .elementor-cta__content h2 {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 15px;
  font-weight: 300;
  position: relative;
  margin-top: 55px;
}

#modern_properties .right .property-type {
    height: 100%;

}
img.cy-lazy{
  position: absolute;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  max-width:100%;
  width:100%;
  min-height:100%;

  }
#modern_properties > div > div.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-f39d110.right > div > div > div > a > div.elementor-cta__bg-wrapper > div.elementor-cta__bg.elementor-bg.fade-right > img,
#modern_properties .right .property-type .elementor-widget-container, #modern_properties .right .property-type .elementor-cta, #modern_properties .right .property-type .elementor-cta__content{
    height: 100%;
}
#luxury_full .elementor-cta--skin-cover .elementor-cta__content {
    min-height: 30vw !important;
}
#luxury_living .stacked .luxury .elementor-widget-container, #luxury_living .stacked .luxury .elementor-cta, #luxury_living .stacked .luxury .elementor-cta__content {
    height: 100%;
}
.elementor-cta__content, .elementor-cta__content-item {
    position: relative;
    transition: .5s;
    color: #fff;
}
.luxury .elementor-cta__content h2, .property-type .elementor-cta__content h2, .half-cta .elementor-cta__content h2 {
    font-size: 50px;
    text-transform: none;
    letter-spacing: 4px;
    font-weight: 300;
    position: relative;
    margin-top: 55px;
	line-height:normal;
}
.elementor-cta--skin-cover .elementor-cta__button.elementor-button, .elementor-cta--skin-cover .elementor-cta__content-item, .elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
    color: #fff;
    border-color: #fff;
}
.elementor-kit-151 h2 {
    color: var(--e-global-color-primary );
    font-family: "Josefin Sans", Sans-serif;
}
.elementor-cta__content-item {
    width: 100%;
    margin: 0;
}
.elementor-cta__title {
    font-size: 23px;
}
.luxury .elementor-cta__content h2:before, .property-type .elementor-cta__content h2:before, .half-cta .elementor-cta__content h2:before {
    content: "";
    background: url(images/icon.png) center no-repeat;
    width: 190px;
    height: 33px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 10px;
    background-size: contain;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex;
}
.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}
#testimonials .testimonials .wpmslider-viewport {
  padding: 0 100px;
}

  @media (min-width: 1200px){
[id^="MBBv3"]:not(#mbbV1) .mbb-form-search {
  margin-right: auto;
  margin-left: auto;
}
.luxury .elementor-cta__content h2, .property-type .elementor-cta__content h2, .half-cta .elementor-cta__content h2 {
	font-size: 50px;
	letter-spacing: 2px;
}

  }
 
  @media (min-width: 768px){
.elementor-section.elementor-section-height-full {
  height: 100vh;
}
.elementor-section.elementor-section-height-full > .elementor-container {
  height: 100%;
  }
  .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
  width: 100%;
  }
  .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
  width: 50%;
}
  }
.elementor-172 .elementor-element.elementor-element-16ac36c7:not(.elementor-motion-effects-element-type-background), .elementor-172 .elementor-element.elementor-element-16ac36c7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );
background-image:url("https://cy-chime-assets.s3.amazonaws.com/sites/mikedomer.com/images/Hero+Image+1.jpg");
background-position:center center;background-repeat:no-repeat;background-size:cover;}
.elementor-172 .elementor-element.elementor-element-16ac36c7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}
.elementor-172 .elementor-element.elementor-element-16ac36c7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-bc-flex-widget .elementor-172 .elementor-element.elementor-element-448a0cd.elementor-column .elementor-widget-wrap{align-items:center;}
.elementor-172 .elementor-element.elementor-element-448a0cd.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-172 .elementor-element.elementor-element-448a0cd.elementor-column > .elementor-widget-wrap{justify-content:center;}
.elementor-172 .elementor-element.elementor-element-90ae186{text-align:center;}
.elementor-172 .elementor-element.elementor-element-90ae186 .elementor-heading-title{color:#FFFFFF;font-family:"Josefin Sans", Sans-serif;font-size:140px;font-weight:300;line-height:0.8em;letter-spacing:10px;}
.elementor-172 .elementor-element.elementor-element-049f9ff{text-align:center;}
.elementor-172 .elementor-element.elementor-element-049f9ff .elementor-heading-title{color:#FFFFFF;font-family:"Josefin Sans", Sans-serif;font-size:45px;font-weight:300;text-transform:uppercase;letter-spacing:normal;}
.elementor-172 .elementor-element.elementor-element-9f7b3ec > .elementor-container{min-height:0px;}
.elementor-172 .elementor-element.elementor-element-9f7b3ec{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}
.elementor-172 .elementor-element.elementor-element-9f7b3ec > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-172 .elementor-element.elementor-element-78fee6f > .elementor-element-populated{padding:0px 0px 0px 0px;}
.elementor-172 .elementor-element.elementor-element-502f358{padding:0px 0px 0px 0px;}
.elementor-172 .elementor-element.elementor-element-f7a1f97.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}
.elementor-172 .elementor-element.elementor-element-f7a1f97 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}
.elementor-172 .elementor-element.elementor-element-f7a1f97:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-172 .elementor-element.elementor-element-f7a1f97 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000C9;}
.elementor-172 .elementor-element.elementor-element-f7a1f97 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:-50px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:40px 50px 30px 100px; transition: all .4s;}
.elementor-172 .elementor-element.elementor-element-f7a1f97 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-172 .elementor-element.elementor-element-3047845 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:"Playfair Display", Sans-serif;font-size:16px;font-weight:200;text-transform:capitalize;font-style:italic;line-height:1em;letter-spacing:0.5px;}
.elementor-172 .elementor-element.elementor-element-fb7e482 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:"Josefin Sans", Sans-serif;font-size:30px;font-weight:200;text-transform:uppercase;line-height:1.2em;letter-spacing:2px;-webkit-text-stroke-color:#000;stroke:#000;}
.elementor-172 .elementor-element.elementor-element-79db20a:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-172 .elementor-element.elementor-element-79db20a > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0000007D;}
.elementor-172 .elementor-element.elementor-element-79db20a > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px; align-content:center;}
.elementor-172 .elementor-element.elementor-element-79db20a > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-172 .elementor-element.elementor-element-f014714:not(.elementor-motion-effects-element-type-background), .elementor-172 .elementor-element.elementor-element-f014714 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}
.elementor-172 .elementor-element.elementor-element-f014714{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-120px;margin-bottom:30px;padding:75px 0px 75px 0px;}
.elementor-172 .elementor-element.elementor-element-f014714 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-172 .elementor-element.elementor-element-2916bd4{text-align:center;}
.elementor-172 .elementor-element.elementor-element-2916bd4 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:"Josefin Sans", Sans-serif;font-size:20px;font-weight:300;text-transform:uppercase;line-height:1.2em;letter-spacing:8px;}
.elementor-172 .elementor-element.elementor-element-661fbeb{text-align:center;}
.elementor-172 .elementor-element.elementor-element-661fbeb .elementor-heading-title{color:var( --e-global-color-secondary );font-family:"Josefin Sans", Sans-serif;font-size:70px;font-weight:100;text-transform:uppercase;line-height:1.2em;}
.elementor-172 .elementor-element.elementor-element-8e1d5ad:not(.elementor-motion-effects-element-type-background), .elementor-172 .elementor-element.elementor-element-8e1d5ad > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("");background-position:bottom right;background-repeat:no-repeat;}
.elementor-172 .elementor-element.elementor-element-8e1d5ad{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:60px;}.elementor-172 .elementor-element.elementor-element-8e1d5ad > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-172 .elementor-element.elementor-element-1676043 > .elementor-widget-container{--e-transform-translateX:-60px;}
h2.elementor-172.elementor-element.elementor-element-fdaddbe.elementor-heading-title.fade-right{font-family:"Josefin Sans", Sans-serif;font-size:85px;font-weight:100;text-transform:uppercase;line-height:1em;}
.elementor-172 .elementor-element.elementor-element-ac13b71 .elementor-heading-title{font-family:"Josefin Sans", Sans-serif;font-size:56px;font-weight:200;line-height:0.5em;}
.elementor-172 .elementor-element.elementor-element-ac13b71 > .elementor-widget-container{margin:0px 0px 30px 0px;}
.elementor-172 .elementor-element.elementor-element-c35a4b7.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}
.elementor-172 .elementor-element.elementor-element-c35a4b7:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-172 .elementor-element.elementor-element-c35a4b7 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}
.elementor-172 .elementor-element.elementor-element-c35a4b7 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:13vw 8vw 13vw 5vw;}
.elementor-172 .elementor-element.elementor-element-c35a4b7 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-172 .elementor-element.elementor-element-edce3b1 .elementor-heading-title{color:var( --e-global-color-secondary );font-family:"Josefin Sans", Sans-serif;font-size:85px;font-weight:100;text-transform:uppercase;line-height:1em;}
.elementor-172 .elementor-element.elementor-element-dc1d003 > .elementor-widget-container{margin:0px 0px 0px 10px;}
.elementor-172 .elementor-element.elementor-element-08992c3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:1px;}
.elementor-172 .elementor-element.elementor-element-08992c3 > .elementor-element-populated{padding:0px 0px 1px 1px;}
.elementor-172 .elementor-element.elementor-element-4c75ad9 .elementor-cta__content{text-align:center;}
.elementor-172 .elementor-element.elementor-element-4c75ad9 .elementor-cta__content-item{transition-duration:1000ms;}
.elementor-172 .elementor-element.elementor-element-4c75ad9.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2){transition-delay:calc( 1000ms / 3 );}
.elementor-172 .elementor-element.elementor-element-4c75ad9.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3){transition-delay:calc( ( 1000ms / 3 ) * 2 );}
.elementor-172 .elementor-element.elementor-element-4c75ad9.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4){transition-delay:calc( ( 1000ms / 3 ) * 3 );}
.elementor-172 .elementor-element.elementor-element-4c75ad9 .elementor-cta .elementor-cta__bg, .elementor-172 .elementor-element.elementor-element-4c75ad9 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}
.elementor-172 .elementor-element.elementor-element-0107213 .elementor-cta__content{text-align:center;}
.elementor-172 .elementor-element.elementor-element-0107213 .elementor-cta__content-item{transition-duration:1000ms;}
.elementor-172 .elementor-element.elementor-element-0107213.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2){transition-delay:calc( 1000ms / 3 );}
.elementor-172 .elementor-element.elementor-element-0107213.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3){transition-delay:calc( ( 1000ms / 3 ) * 2 );}
.elementor-172 .elementor-element.elementor-element-0107213.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4){transition-delay:calc( ( 1000ms / 3 ) * 3 );}
.elementor-172 .elementor-element.elementor-element-0107213 .elementor-cta .elementor-cta__bg, .elementor-172 .elementor-element.elementor-element-0107213 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}
.elementor-172 .elementor-element.elementor-element-0107213 > .elementor-widget-container{padding:0px 0px 0px 0px;}
.elementor-172 .elementor-element.elementor-element-6586da0 > .elementor-element-populated{padding:1px 0px 1px 1px;}
.elementor-172 .elementor-element.elementor-element-e7a0fe5 .elementor-cta__content{text-align:center;}
.elementor-172 .elementor-element.elementor-element-e7a0fe5 .elementor-cta__content-item{transition-duration:1000ms;}
.elementor-172 .elementor-element.elementor-element-e7a0fe5.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2){transition-delay:calc( 1000ms / 3 );}
.elementor-172 .elementor-element.elementor-element-e7a0fe5.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3){transition-delay:calc( ( 1000ms / 3 ) * 2 );}
.elementor-172 .elementor-element.elementor-element-e7a0fe5.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4){transition-delay:calc( ( 1000ms / 3 ) * 3 );}
.elementor-172 .elementor-element.elementor-element-e7a0fe5 .elementor-cta .elementor-cta__bg, .elementor-172 .elementor-element.elementor-element-e7a0fe5 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}
.elementor-172 .elementor-element.elementor-element-8b24574 > .elementor-element-populated{padding:1px 1px 1px 1px;}
.elementor-172 .elementor-element.elementor-element-0933df2 .elementor-cta__content{text-align:center;}
.elementor-172 .elementor-element.elementor-element-0933df2 .elementor-cta__content-item{transition-duration:1000ms;}.elementor-172 .elementor-element.elementor-element-0933df2.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2){transition-delay:calc( 1000ms / 3 );}
.elementor-172 .elementor-element.elementor-element-0933df2.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3){transition-delay:calc( ( 1000ms / 3 ) * 2 );}
.elementor-172 .elementor-element.elementor-element-0933df2.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4){transition-delay:calc( ( 1000ms / 3 ) * 3 );}
.elementor-172 .elementor-element.elementor-element-0933df2 .elementor-cta .elementor-cta__bg, .elementor-172 .elementor-element.elementor-element-0933df2 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}
.elementor-172 .elementor-element.elementor-element-2ffa488 > .elementor-element-populated{padding:0px 0px 0px 0px;}
.elementor-172 .elementor-element.elementor-element-05750a3 .elementor-cta__content{text-align:center;}.elementor-172 .elementor-element.elementor-element-05750a3 .elementor-cta__content-item{transition-duration:1000ms;}
.elementor-172 .elementor-element.elementor-element-05750a3.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2){transition-delay:calc( 1000ms / 3 );}
.elementor-172 .elementor-element.elementor-element-05750a3.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3){transition-delay:calc( ( 1000ms / 3 ) * 2 );}
.elementor-172 .elementor-element.elementor-element-05750a3.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4){transition-delay:calc( ( 1000ms / 3 ) * 3 );}
.elementor-172 .elementor-element.elementor-element-05750a3 .elementor-cta .elementor-cta__bg, .elementor-172 .elementor-element.elementor-element-05750a3 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}
.elementor-172 .elementor-element.elementor-element-9912216{margin-top:80px;margin-bottom:0px;}
.elementor-172 .elementor-element.elementor-element-ad18980 > .elementor-element-populated{padding:5vw 8vw 11vw 5vw;}
.elementor-172 .elementor-element.elementor-element-460a775 .elementor-heading-title{font-family:"Josefin Sans", Sans-serif;font-size:85px;font-weight:100;text-transform:uppercase;line-height:1.1em;}
.elementor-172 .elementor-element.elementor-element-7146a82 > .elementor-widget-container{margin:0px 0px 0px 10px;}
.elementor-172 .elementor-element.elementor-element-f39d110 > .elementor-element-populated{padding:0px 0px 1px 0px;}
.elementor-172 .elementor-element.elementor-element-d24d33c .elementor-cta__content{text-align:center;}
.elementor-172 .elementor-element.elementor-element-d24d33c .elementor-cta__content-item{transition-duration:1000ms;}
.elementor-172 .elementor-element.elementor-element-d24d33c.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2){transition-delay:calc( 1000ms / 3 );}
.elementor-172 .elementor-element.elementor-element-d24d33c.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3){transition-delay:calc( ( 1000ms / 3 ) * 2 );}
.elementor-172 .elementor-element.elementor-element-d24d33c.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4){transition-delay:calc( ( 1000ms / 3 ) * 3 );}
.elementor-172 .elementor-element.elementor-element-d24d33c .elementor-cta .elementor-cta__bg, .elementor-172 .elementor-element.elementor-element-d24d33c .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}
.elementor-172 .elementor-element.elementor-element-9ece03c{margin-top:0px;margin-bottom:0px;}
.elementor-172 .elementor-element.elementor-element-d49918c > .elementor-element-populated{padding:0px 1px 0px 0px;}
.elementor-172 .elementor-element.elementor-element-c4fd4a0 .elementor-cta__content{text-align:center;}
.elementor-172 .elementor-element.elementor-element-c4fd4a0 .elementor-cta__content-item{transition-duration:1000ms;}
.elementor-172 .elementor-element.elementor-element-c4fd4a0.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2){transition-delay:calc( 1000ms / 3 );}
.elementor-172 .elementor-element.elementor-element-c4fd4a0.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3){transition-delay:calc( ( 1000ms / 3 ) * 2 );}
.elementor-172 .elementor-element.elementor-element-c4fd4a0.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4){transition-delay:calc( ( 1000ms / 3 ) * 3 );}
.elementor-172 .elementor-element.elementor-element-c4fd4a0 .elementor-cta .elementor-cta__bg, .elementor-172 .elementor-element.elementor-element-c4fd4a0 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}
.elementor-172 .elementor-element.elementor-element-eda9df8 > .elementor-element-populated{padding:0px 0px 0px 0px;}
.elementor-172 .elementor-element.elementor-element-3e7ed99 .elementor-cta__content{text-align:center;}
.elementor-172 .elementor-element.elementor-element-3e7ed99 .elementor-cta__content-item{transition-duration:1000ms;}
.elementor-172 .elementor-element.elementor-element-3e7ed99.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2){transition-delay:calc( 1000ms / 3 );}
.elementor-172 .elementor-element.elementor-element-3e7ed99.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3){transition-delay:calc( ( 1000ms / 3 ) * 2 );}
.elementor-172 .elementor-element.elementor-element-3e7ed99.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4){transition-delay:calc( ( 1000ms / 3 ) * 3 );}
.elementor-172 .elementor-element.elementor-element-3e7ed99 .elementor-cta .elementor-cta__bg, .elementor-172 .elementor-element.elementor-element-3e7ed99 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}
.elementor-172 .elementor-element.elementor-element-8ef9a07{margin-top:80px;margin-bottom:80px;}
.elementor-172 .elementor-element.elementor-element-767be72{text-align:center;}
.elementor-172 .elementor-element.elementor-element-767be72 .elementor-heading-title, h3.elementor-172 {text-align:center; margin-top:60px; font-family:"Josefin Sans", Sans-serif;font-size:28px;font-weight:300;text-transform:uppercase;line-height:1.2em;letter-spacing:8px;}
.elementor-172 .elementor-element.elementor-element-07e2b31{text-align:center;}
.elementor-element-07e2b31 > div:nth-child(1) > h2:nth-child(1){font-family:"Josefin Sans", Sans-serif;font-size:90px;font-weight:100;text-transform:uppercase;line-height:1.2em; text-align:center; margin-top:0px;}
.mg-title{
font-family:"Josefin Sans", Sans-serif;
font-size:61px;
font-weight:100;
text-transform:uppercase;
line-height:1.2em; 
text-align:center; 
margin-top:70px;}
.elementor-172 .elementor-element.elementor-element-07e2b31 .elementor-heading-title{font-family:"Josefin Sans", Sans-serif;font-size:115px;font-weight:100;text-transform:uppercase;line-height:1.2em;}
.elementor-172 .elementor-element.elementor-element-a111b61 > .elementor-element-populated{padding:1px 1px 0px 0px;}
.elementor-172 .elementor-element.elementor-element-4ca9ae5 .elementor-cta__content{text-align:center;}
.elementor-172 .elementor-element.elementor-element-4ca9ae5 .elementor-cta__content-item{transition-duration:1000ms;}
.elementor-172 .elementor-element.elementor-element-4ca9ae5.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2){transition-delay:calc( 1000ms / 3 );}
.elementor-172 .elementor-element.elementor-element-4ca9ae5.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3){transition-delay:calc( ( 1000ms / 3 ) * 2 );}
.elementor-172 .elementor-element.elementor-element-4ca9ae5.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4){transition-delay:calc( ( 1000ms / 3 ) * 3 );}
.elementor-172 .elementor-element.elementor-element-4ca9ae5 .elementor-cta .elementor-cta__bg, .elementor-172 .elementor-element.elementor-element-4ca9ae5 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}
.elementor-172 .elementor-element.elementor-element-479f622 > .elementor-element-populated{padding:1px 0px 0px 0px;}
.elementor-172 .elementor-element.elementor-element-9fb6819 .elementor-cta__content{text-align:center;}
.elementor-172 .elementor-element.elementor-element-9fb6819 .elementor-cta__content-item{transition-duration:1000ms;}
.elementor-172 .elementor-element.elementor-element-9fb6819.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2){transition-delay:calc( 1000ms / 3 );}
.elementor-172 .elementor-element.elementor-element-9fb6819.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3){transition-delay:calc( ( 1000ms / 3 ) * 2 );}
.elementor-172 .elementor-element.elementor-element-9fb6819.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4){transition-delay:calc( ( 1000ms / 3 ) * 3 );}
.elementor-172 .elementor-element.elementor-element-9fb6819 .elementor-cta .elementor-cta__bg, .elementor-172 .elementor-element.elementor-element-9fb6819 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}
.elementor-172 .elementor-element.elementor-element-52dc12e > .elementor-element-populated{padding:1px 0px 0px 0px;}
.elementor-172 .elementor-element.elementor-element-f7ffab3 .elementor-cta__content{text-align:center;}
.elementor-172 .elementor-element.elementor-element-f7ffab3 .elementor-cta__content-item{transition-duration:1000ms;}
.elementor-172 .elementor-element.elementor-element-f7ffab3.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2){transition-delay:calc( 1000ms / 3 );}
.elementor-172 .elementor-element.elementor-element-f7ffab3.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3){transition-delay:calc( ( 1000ms / 3 ) * 2 );}
.elementor-172 .elementor-element.elementor-element-f7ffab3.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4){transition-delay:calc( ( 1000ms / 3 ) * 3 );}
.elementor-172 .elementor-element.elementor-element-f7ffab3 .elementor-cta .elementor-cta__bg, .elementor-172 .elementor-element.elementor-element-f7ffab3 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}
.elementor-172 .elementor-element.elementor-element-e9f8680:not(.elementor-motion-effects-element-type-background), .elementor-172 .elementor-element.elementor-element-e9f8680 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F7F3;}
.elementor-172 .elementor-element.elementor-element-e9f8680{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:80px 0px 80px 0px;}
.elementor-172 .elementor-element.elementor-element-e9f8680 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-172 .elementor-element.elementor-element-301c9ef:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-172 .elementor-element.elementor-element-301c9ef > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://cy-chime-assets.s3.amazonaws.com/sites/mikedomer.com/images/Solitude+4800+01.jpg");background-position:center center;background-size:cover;}
.elementor-172 .elementor-element.elementor-element-301c9ef > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}
.elementor-172 .elementor-element.elementor-element-301c9ef > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-172 .elementor-element.elementor-element-6c58cf8.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}
.elementor-172 .elementor-element.elementor-element-c07e1bd > .elementor-container{max-width:700px;}
.elementor-172 .elementor-element.elementor-element-de5e021 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Josefin Sans", Sans-serif;font-size:28px;font-weight:300;text-transform:uppercase;line-height:1.3em;letter-spacing:8px;}
.elementor-172 .elementor-element.elementor-element-119a0f5 .elementor-heading-title{color:var( --e-global-color-primary );font-family:"Josefin Sans", Sans-serif;font-size:75px;font-weight:100;text-transform:uppercase;line-height:1.3em;letter-spacing:3px;}
.elementor-164 .elementor-element.elementor-element-7b5159c7 {
    margin-top: 0px;
    margin-bottom: -150px;
    padding: 40px 0px 0px 0px;
    z-index: 10;
}
@media(min-width:768px){
	.elementor-172 .elementor-element.elementor-element-f7a1f97{width:20%;}
	.elementor-172 .elementor-element.elementor-element-79db20a{width:80%;}
	elementor-section.elementor-section-height-full {
  height: 100vh;
}
.elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
  width: 100%;
}

	}
	@media (max-width: 1919.98px){
#search_cta {
    padding-left: 0;
}
.md-testimonial.template6-slider:not(.md-empty) .review-next.review-prev, .md-testimonial.template6-slider:not(.md-empty) .review-prev.review-prev {
	transform: rotate(-90deg);
	left: calc((100% - 1000px) / 2);
}
.md-testimonial.template6-slider:not(.md-empty) .review-next, .md-testimonial.template6-slider:not(.md-empty) .review-prev {
	transform: rotate(90deg);
	position: absolute;
	right: calc((100% - 1000px) / 2);
	bottom: 198px;
	mix-blend-mode: normal;
	border: 1px solid #ffffff;
	filter: drop-shadow(0px 2px 5px rgba(0,10,30,0.1));
	border-radius: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: var(--level-low);
}
	}
@media (max-width: 1800px){
   #intro .intro-searchbar {
    align-self: flex-end;
}
	body.home #search_cta li {
  width:44%;
		justify-content: center;
}
	body.home #search_cta li::after{
		content: none;
	}
}
@media (max-width: 1499.98px){
	body.home #intro .intro-heading {
    width: auto;
    
	padding: 20px;
}
	 #intro .intro-searchbar {
	 width: 100%;
	 
	}
	body.home #search_cta li {
		width: 43%;
	}
	.dato{
		padding:15px 0;
		
	}
	
#homebot_widget {
  margin-top: -170px;
}
.elementor-172 .elementor-element.elementor-element-049f9ff .elementor-heading-title {
  font-size: 3.8vw;
  letter-spacing: normal;
}

body.home #search_cta li.searchform {
  width: 100%;
  padding:10px 10px 10px 10px;
}
.search-bar.standard .search-by-section {
 
}

.elementor-172 .elementor-element.elementor-element-f7a1f97 > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 100px;
	transition: all .4s;
}
.md-testimonial.template6-slider:not(.md-empty) .reviews-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 40px 45px 46px 74px;
	margin: auto;
	margin-top: 30px;
	cursor: pointer;
}
	#testimonials > div > div > div > div.elementor-element.elementor-element-07e2b31.elementor-widget.elementor-widget-heading > div > h2{
		font-size: 50px;
	}
	}
	
	
	
	@media(max-width:1200px){
		.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}
.elementor-172 .elementor-element.elementor-element-edce3b1 .elementor-heading-title, .elementor-172 .elementor-element.elementor-element-460a775 .elementor-heading-title {
  font-family: "Josefin Sans", Sans-serif;
  font-size: 96px;
}
.elementor-172 .elementor-element.elementor-element-f7a1f97 > .elementor-element-populated{ margin-top:0;}
	body > main > div.md-hero.standard.banner-with-search-bar > div.banner.multi{
	min-height: 500px;
}

	}
    @media(max-width:1199px){
		.md-testimonial.template6-slider:not(.md-empty) .review-next, .md-testimonial.template6-slider:not(.md-empty) .review-prev {
	transform: rotate(90deg);
	position: absolute;
	right: calc((100% - 100%) / 2);
	bottom: 198px;
	mix-blend-mode: normal;
	border: 1px solid #ffffff;
	filter: drop-shadow(0px 2px 5px rgba(0,10,30,0.1));
	border-radius: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: var(--level-low);
}
	
.md-testimonial.template6-slider:not(.md-empty) .review-next.review-prev, .md-testimonial.template6-slider:not(.md-empty) .review-prev.review-prev {
	transform: rotate(-90deg);
	left: calc((100% - 100%) / 2);
}
#search_cta li {
  
}
body.home #search_cta li:nth-child(3)::after{display:none }
.elementor-172 .elementor-element.elementor-element-edce3b1 .elementor-heading-title{font-size:80px;
}
.luxury .elementor-cta__content h2, .property-type .elementor-cta__content h2, .half-cta .elementor-cta__content h2 {
  font-size: 28px;
  letter-spacing: 2px;
}
.btn-dark .elementor-button {
  padding-right: 30px;
}
.btn-light .elementor-button {
  padding-right: 30px;
}
.elementor-172 .elementor-element.elementor-element-460a775 .elementor-heading-title{
	font-size:80px;
}
#luxury_halfs .elementor-cta--skin-cover .elementor-cta__content, #property_halfs .elementor-cta--skin-cover .elementor-cta__content {
  min-height: 36vw;
}
	}
	@media(max-width:1024px){
		.elementor-172 .elementor-element.elementor-element-16ac36c7:not(.elementor-motion-effects-element-type-background), .elementor-172 .elementor-element.elementor-element-16ac36c7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position: center center;}
		.elementor-172 .elementor-element.elementor-element-16ac36c7{padding:0% 5% 0% 5%;}
		.elementor-172 .elementor-element.elementor-element-9f7b3ec{padding:0% 0% 0% 0%;}.elementor-172 .elementor-element.elementor-element-1676043 > .elementor-widget-container{--e-transform-translateX:-30px;}
		.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1024px;
}
.elementor-section .elementor-container {
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.elementor-164 .elementor-element.elementor-element-7b5159c7{padding:0% 5% 0% 5%;}
	 .elementor-164 .elementor-element.elementor-element-73974f34 > .elementor-element-populated{padding:0px 0px 0px 0px;}
	 .elementor-164 .elementor-element.elementor-element-40ebf2f img{max-width:250px;}
	 .elementor-164 .elementor-element.elementor-element-34df5e8 .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-af16721-font-size );line-height:var( --e-global-typography-af16721-line-height );letter-spacing:var( --e-global-typography-af16721-letter-spacing );word-spacing:var( --e-global-typography-af16721-word-spacing );}
		}
		
		@media (max-width: 991.98px){

.elementor-element-07e2b31 > div:nth-child(1) > h2:nth-child(1), .mg-title{font-size:50px; font-weight:300; margin-top: 0px}
.elementor-172 .elementor-element.elementor-element-460a775 .elementor-heading-title{font-size:50px;}
.elementor-172 .elementor-element.elementor-element-edce3b1 .elementor-heading-title{font-size:50px;}
.elementor-172 .elementor-element.elementor-element-90ae186 .elementor-heading-title{color:#FFFFFF;font-family:"Josefin Sans", Sans-serif;font-size:14vw;font-weight:300;line-height:0.8em;letter-spacing:5px;}
#hero {
    min-height: 500px;
    height: 85vh;
    background-position: center;
}
			body.home #intro {
    transform: none;
    height: 100%;
    justify-content: center;
    background: #000;
}
#intro .intro-heading .elementor-widget-wrap {
    margin-top: 0;
}
#intro .intro-heading {
    width: auto%;
    background: #000;
}
	
body.home #intro .intro-searchbar {
    width: 100%;
    background: #000;
	}
#search_cta {
	flex-wrap: wrap;
	justify-content: space-evenly;
}
body.home #intro {
    -webkit-transform: none;
    transform: none;
	height:100%;
	background: #000;

}
#ima{ 
-webkit-transform: translateY(50%);
   transform: translateY(50%);
  transition: all .3s;
}


div.md-custom-code:nth-child(3) {
  max-height: 100%;
  margin-bottom:30px;
}
#homebot_widget {
  margin-top: 0px;
}
			#testimonials > div > div > div > div.elementor-element.elementor-element-07e2b31.elementor-widget.elementor-widget-heading > div > h2{
		font-size: 40px;
	}

h2.elementor-172.elementor-element.elementor-element-fdaddbe.elementor-heading-title.fade-right  {
	font-size: 50px;
	line-height:1em;
}
/*.md-hero.standard.banner-with-search-bar .media-content .search-bar {
  position: absolute;
  transform: translateY(445px);
}
.search-bar.standard .search-by-section {
  bottom: 10px;
  right: 10px;
  position: absolute; 
  width:95% ;
}*/
body.home #search_cta li.searchform {
  width: 100%;
  padding:30px 10px 10px 10px;
  align-items: center;
}
#luxury_halfs .elementor-cta--skin-cover .elementor-cta__content, #property_halfs .elementor-cta--skin-cover .elementor-cta__content {
  min-height: 50vw;
}

.elementor-element-07e2b31

}
@media(max-width:800px){
	body > main > div.md-hero.standard.banner-with-search-bar > div.banner.multi{
	min-height: 350px;
}
    body.home #search_cta li {
	width: 100%;
}

.img-box .img-content, .info-img{
	display:none;
	height:0}
	.md-form.get-more-info-v1 .mg-title {
	margin-bottom: 20px;
	margin-top: 20px;
}
.md-form.get-more-info-v1 .form-container .info-right .submit-box {
	width: auto;
	margin-top: 20px;
}
	
}
@media(max-width:767px){
.elementor-172 .elementor-element.elementor-element-16ac36c7:not(.elementor-motion-effects-element-type-background), .elementor-172 .elementor-element.elementor-element-16ac36c7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-672px 0px;}
.elementor-172 .elementor-element.elementor-element-16ac36c7{margin-top:0px;margin-bottom:0px;}
.elementor-172 .elementor-element.elementor-element-fb7e482 .elementor-heading-title{font-size:25px;}
.elementor-172 .elementor-element.elementor-element-2916bd4 .elementor-heading-title{font-size:25px;}
.elementor-172 .elementor-element.elementor-element-661fbeb .elementor-heading-title{font-size:25px;}
h2.elementor-172.elementor-element.elementor-element-fdaddbe.elementor-heading-title.fade-right{font-size:25px; font-weight:300;}
.elementor-172 .elementor-element.elementor-element-ac13b71 .elementor-heading-title{font-size:25px; font-weight:300; margin-top: 18px}
.elementor-172 .elementor-element.elementor-element-edce3b1 .elementor-heading-title{font-size:25px; font-weight:300;}
.elementor-172 .elementor-element.elementor-element-460a775 .elementor-heading-title{font-size:25px; font-weight:300; margin-top: 18px}
.elementor-172 .elementor-element.elementor-element-767be72 .elementor-heading-title, h3.elementor-172{font-size:20px; margin-top: 25px;}
.elementor-element-07e2b31 > div:nth-child(1) > h2:nth-child(1), .mg-title{font-size: 26px;
font-weight: 300;
margin-top: -5px;}
.elementor-172 .elementor-element.elementor-element-de5e021 .elementor-heading-title{font-size:25px;}
.elementor-172 .elementor-element.elementor-element-119a0f5 .elementor-heading-title{font-size:25px;}
.elementor-164 .elementor-element.elementor-element-7b5159c7 {
    margin-top: 0px;
    margin-bottom: -150px;
    padding: 0% 3% 0% 3%;
}
.elementor-element-07e2b31{padding:0 0 0 0;}
.elementor-column {
    width: 100%;
}

.elementor-172 .elementor-element.elementor-element-479f622 > .elementor-element-populated, 
.elementor-172 .elementor-element.elementor-element-a111b61 > .elementor-element-populated,
.elementor-172 .elementor-element.elementor-element-eda9df8 > .elementor-element-populated,
.elementor-172 .elementor-element.elementor-element-d49918c > .elementor-element-populated,
.elementor-172 .elementor-element.elementor-element-f39d110 > .elementor-element-populated,
.elementor-172 .elementor-element.elementor-element-2ffa488 > .elementor-element-populated,
.elementor-172 .elementor-element.elementor-element-8b24574 > .elementor-element-populated,
.elementor-172 .elementor-element.elementor-element-6586da0 > .elementor-element-populated,
.elementor-172 .elementor-element.elementor-element-08992c3 > .elementor-element-populated,
.elementor-172 .elementor-element.elementor-element-08992c3 > .elementor-element-populated{
	padding: 1px 0 0 0;
}
.md-form > div:nth-child(1) {
    padding-bottom: 20px;
}
.md-testimonial.template6-slider:not(.md-empty) {
	padding: 44px 15px 44px 7px;
	height: 340px!important;
}
.md-testimonial.template6-slider:not(.md-empty) .review-next.review-prev, .md-testimonial.template6-slider:not(.md-empty) .review-prev.review-prev {
	right: calc(50% + 20px);
	left: auto;
	bottom:50px;
}
.md-testimonial.template6-slider:not(.md-empty) .review-next.review-next, .md-testimonial.template6-slider:not(.md-empty) .review-prev.review-next {
	left: calc(50% + 20px);
	right: auto;
	bottom:50px;
}
	#search_cta li .dato {
    padding: 14px;
         
}


}
  @media (max-width: 575.98px){
	body.home #search_cta li {
	min-height: 73px;
	width:100%;
	text-align:center;
}
	 
	  
body.home #search_cta li.searchform {
    width: 100%;
    padding: 10px 10px 10px 10px;
}
.elementor-172 .elementor-element.elementor-element-f7a1f97 > .elementor-element-populated {
	padding: 20px 50px 10px 100px;
}
#search_cta li a {
	padding: 10px 30px;
}
.banner.single.mg-container.mobile-no-margin{ min-height:100px!important;
padding:20px 0;}

#luxury_halfs .elementor-cta--skin-cover .elementor-cta__content, #property_halfs .elementor-cta--skin-cover .elementor-cta__content {
    min-height: 291px;
}
.search-bar.standard .search-by-section .search-category .keyword-submit {
    background-color: transparent;
    border-color: #DBD2AE;
    color: #555;
}
.search-bar.standard .search-by-section .search-category .keyword-submit:hover {
  background-color: transparent;
  border-color: #DBD2AE;
  color: #000;
}
.elementor-kit-151 button, .elementor-kit-151 input[type="button"], .elementor-kit-151 input[type="submit"], .elementor-kit-151 .elementor-button {
	letter-spacing: 3px;
}	  

/*.md-testimonial.template6-slider:not(.md-empty) .reviews-wrapper {
    margin-top: 20px;
    width: 100%;
    padding: 37px 10px 27px 10px;
}*/
/*.md-testimonial.template6-slider:not(.md-empty) {
	background-image: var(--bgImg);
	background-position: center;
	background-attachment: initial;
	padding: 04px 15px 4px 7px;
	height: 371px;
}*/
}
@media (max-width: 320px){
	.md-testimonial.template6-slider:not(.md-empty) .reviews-wrapper {
	position: relative;
	width: 310px;
	height: 280px;
	padding: 20px 45px 26px 74px;
	
}
.md-header.classic .header-container .logo:last-of-type {
	margin-right: 60px;
}
.md-header.classic .header-container .logo {
	margin: 14px 20px 14px 25px;
	min-height: 32px;
	font-size: 32px;
	display: flex;
	align-items: center;
}
}
