/*
Theme Name: MyHome Default
Template: astrid
Author: ClickHome
Author URI: http://clickhome.com.au
Description: ClickHome is a leading solution for residential construction companies. It covers the full range of residential construction building company processes, from the first point of contact with the client, to managing the work processes with trades, suppliers and subcontractors, right through to ongoing care and maintenance. The WordPress module enables existing ClickHome clients to easily develop an engaging website for their clients.
Tags: clickhome, myhome, realty, real estate
Version: 1.5
Updated: 2016-06-29
*/
	
	/* For MyHome, .header-image should be hidden in Wordpress Settings, but this makes for easier theme set-up. */
	body.theme-astrid .header-image {
		visibility: hidden;
		min-height: 102px;
	}
	body.theme-astrid.mh-header-infinity .header-image {
		display: none;
	}
	body.theme-astrid .site-header {
	    background-color: #213A40;
	}
	.mh-wrapper-contract-header {
	    text-align: right;
	    color: #FFF;
	    padding: 20px 0 0 0;
	    text-shadow: 1px 1px 30px #000, 0 0 10px #000;
	}
	.mh-wrapper-progress.progress-layout-horizontal .mh-block-progress.mh-status-completed .mh-row-progress-status {
	    background: rgb(184,225,252);
	    background: -moz-linear-gradient(top, rgb(184, 225, 252) 0%, rgb(169, 210, 243) 10%, rgb(144, 186, 228) 25%, rgb(144, 188, 234) 37%, rgb(144, 191, 240) 50%, rgb(107, 168, 229) 51%, rgb(162, 218, 245) 83%, rgb(189, 243, 253) 100%);
	    background: -webkit-linear-gradient(top, rgba(184,225,252,1) 0%,rgba(169,210,243,1) 10%,rgba(144,186,228,1) 25%,rgba(144,188,234,1) 37%,rgba(144,191,240,1) 50%,rgba(107,168,229,1) 51%,rgba(162,218,245,1) 83%,rgba(189,243,253,1) 100%);
	    background: rgb(144, 191, 240);
	    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b8e1fc', endColorstr='#bdf3fd',GradientType=0 );
	}
	a {
		color: #213A40;
	}
	.content-area a {
		color: #213A40;
	}
