/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

@import url("https://use.typekit.net/jee2zew.css");

body .jupiterx-site {
    font-size: 18px!important;
}

.gold{
	color:#B46A29;
}

.gfield_description, .gfield_label, .gfield_required{
    color:#ffffff!important;
}

.form_bottom{
    color:#ffffff;
    text-align: right;
}

#hero_left::after{
    content:'Independent Living | Assisted Living | Memory Care';
    position: absolute;
	font-family: source-serif-pro, serif;
	font-weight: 400;
	font-style: normal;
    bottom:0px;
    right:0px;
    color:#ffffff;
    background-color: #515656;
    width:100%;
    text-align: right;
    padding:5px 25px 5px 0px;
}

#hero_content h1{
    font-family: raleway, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 103px;
    line-height: 103px;
}


.gform_button{
    border-color:#ffffff!important;
    color:#ffffff!important;
    background-color: #A51D36!important;
}
.gform_button:hover{
    border-color:#A51D36!important;
    color:#A51D36!important;
    background-color: #FFFFFF!important;
}

#footer_div a{
    color:#ffffff;
}

.heavy_text{
	font-weight:600;
}

@media only screen and (max-width: 600px) {
 	#hero_content h1 {
    font-size: 75px;
    line-height: 75px;
	}
	
	#hero_left::after {
    font-size: .95rem;
	}
	
	.elementor-widget-image {
    text-align: center!important;
	}
	
	#luxury_section .elementor-widget-wrap{
	padding:0 .5rem 0 .5rem;
	}
	
}

