/*
Theme Name: Lillyrosehousing Child
Theme URI: 
Description: A child theme of Lillyrosehousing Theme
Author: 
Author URI: 
Version: 1.0.0
Template: lillyrosehousing
*/
@import url("../lillyrosehousing/style.css");

.full_width_inner{
	height: 100vh;
}
.full_width_inner .title-heading {
	padding: 0 !important;
	position: absolute;
	top: 50%;
	left: 0; 
	transform: translateY(-50%);
	width: 100%;
	right: 0; 
	margin: 0;
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home .full_width_inner {
    background-color: #f2f2f2;
}
/*.title-heading .full_section_inner {
	box-shadow: 1px 7px 36px -5px rgb(34 34 34);
    background-color: rgba(0, 0, 0, 0.8);
}
.title-heading .full_section_inner h1, .title-heading .full_section_inner p {
	color: #ffffff;
}*/
.title-heading .full_section_inner h1 {
    font-size: 32px;
}
.landing_heading_title {
    margin-bottom: 30px;
	font-weight: 500;
}
.landing_desc_text {
    margin-bottom: 20px;
	font-weight: 400;
	font-size: 16px;
}
.landing_text_content_box {
    margin-top: -100px;
}
.landing_desc_mailid {
    border-bottom: 2px solid #e75480;
}

@media only screen and (min-width:320px) and (max-width: 767px){
div.section.title-heading{padding:35px 0px !important;margin: 0;}
div.section.title-heading .Title-heading-text .vc_column-inner{padding:0 !important;}
}


