/* TorontoLivings custom styles */
.full-width-button {
    display: block;
    width: 100%;
    text-align: center;
}


.vc_acf-icon-row .row_col_wrap_12 .vc_col-sm-4:nth-of-type(1) .vc_acf::after {
  content: " Bed";
}

.vc_acf-icon-row .row_col_wrap_12 .vc_col-sm-4:nth-of-type(2) .vc_acf::after {
  content: " Bath";
}

.vc_acf-icon-row .row_col_wrap_12 .vc_col-sm-4:nth-of-type(3) .vc_acf::after {
  content: " Sqft";
}

.vc_acf.vc_acf-h2 {
	font-family: Poppins;
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
}

.vc_acf.vc_acf-h3 {
	font-family: Poppins;
    font-size: 30px;
    line-height: 36px;
	font-weight: 700;
}

@media only screen and (max-width: 690px) {
	.vc_acf.vc_acf-h2.field_688002931813f {
    	text-align: left !important;
	}
}