/*
 Theme Name:     Metro One
 Theme URI:      http://metro1.com.au
 Description:    Divi Child Theme
 Author:         Web Recipes
 Author URI:     http://www.webrecipes.com.au
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

h1,h2,h3,h4,h5,h6{font-weight:800 !important;}

.et_bloom .et_bloom_preview_popup .et_bloom_border_solid {
    border-color: #c2d940 !important;
}

#footer-info {
    float: none!important;
    text-align: center !important;
}
.location-lifestyle-images,.et_pb_row.et_pb_row_fullwidth, .et_pb_gutters2.et_pb_row.et_pb_row_fullwidth {
    width: 100%!important;
    max-width: 100%!important;
}
/*-------------------------------------------------- Home page slider start--------------------------------------------------- */
.m1-fw-slider .et_pb_slides .et_pb_container {
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-width: 100%;
}
.m1-fw-slider .et_pb_slides .et_pb_slider_container_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2%;
}
.m1-fw-slider .et_pb_slide {
    padding: 0;
    min-height: 50vh;
    height: 80vh;
}
/*------------------------------------------------------- Home page slider end--------------------------------------------------- */

#column-1{ margin-right: 1% !important;}
#column-2{ margin-right: 1% !important;}
#column-3{ margin-right: 0% !important;}


input#fld_2054316_1 {
	font-family:'Kiona-regular',Helvetica,Arial,Lucida,sans-serif !important;
	color: #000000 !important;
   	background-color: #ffffff !important;
   	border-color: rgba(0,0,0,0.24) !important;
	padding: 12px 12px;
    font-size: 20px;
    letter-spacing: 2px;
}

.textbox-border {
    border-radius: 35px;
}

/*a {
    color: #d0502b !important;
}*/

#footer-info a {
    font-weight: 500 !important;
}
.footer-widget a:hover{
    color: #d0502b !important;
}

/*---------------floor tab colour----------------------*/

/*.blurb-hover .et_pb_blurb_container {
    min-height: 30px;
}*/
.blurb-hover h4{padding-bottom:0px !important;}
.blurb-hover{
	
    background-color: #ffffff !important;
	color: #ffffff !important;
}

.blurb-hover h4{ color: #ffffff !important;}
.blurb-hover:hover {cursor: pointer;}
/*.blurb-hover:hover{
    background-color: rgba(135,163,48,0.98) !important;
	color: #ffffff !important;
}

.blurb-hover a{
	color: #000000 !important;
}
.blurb-hover:hover a{
	color: #000000 !important;
}
.blurb-hover:hover h4{
	color: #ffffff !important;
}*/
.text-hover p{
   	color:#ffffff !important;
}

.et_pb_gutters2 .et_pb_column_1_3, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
    width: 41.333% !important;
}
/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) {
/* your css goes here */
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) {
/* your css goes here */
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
/* your css goes here */
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
/* your css goes here */
	.reverse {
		display: -webkit-flex; /* Safari */
		-webkit-flex-direction: column-reverse; /* Safari 6.1+ */
		display: flex;
		flex-direction: column-reverse !important;}
	.column-plans{padding-bottom: 30px !important;}
	#column-1, #column-2, #column-3{
       width: 100% !important;}
	#news-column1, #news-column2 {width: 100% !important;
	margin-bottom:30px !important;}
		.column-margin{margin-bottom: 30px !important;}

}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
/* your css goes here */
	.reverse {
		display: -webkit-flex; /* Safari */
		-webkit-flex-direction: column-reverse; /* Safari 6.1+ */
		display: flex;
		flex-direction: column-reverse !important;}
	.blurb-hover {
     height: 80px !important;}
	.column-plans{padding-bottom: 30px !important;}
	#column-1, #column-2, #column-3{
       width: 100% !important;}
	#news-column1, #news-column2 {width: 100% !important;
	margin-bottom:30px !important;}
	.column-margin{margin-bottom: 30px !important;}
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
/* your css goes here */
	.reverse {
		display: -webkit-flex; /* Safari */
		-webkit-flex-direction: column-reverse; /* Safari 6.1+ */
		display: flex;
		flex-direction: column-reverse !important;}
	.blurb-hover {
     height: 80px !important;}
	.column-plans{padding-bottom: 30px !important;}
	#column-1, #column-2, #column-3{
       width: 100% !important;}
	.column-margin{margin-bottom: 30px !important;}
	#news-column1, #news-column2 {width: 100% !important;
	margin-bottom:30px !important;}
}