/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* Call Us Buttons */
.call-button-1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #bfd8e8;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bfd8e8;
	box-shadow:inset 0px 1px 0px 0px #bfd8e8;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #82aec7), color-stop(1, #50748a) );
	background:-moz-linear-gradient( center top, #82aec7 5%, #50748a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#82aec7', endColorstr='#50748a');
	background-color:#82aec7;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border: none /* 1px solid #859ead */;
	display:inline-block;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:228px;
	text-decoration:none;
	text-align:center;
	text-shadow: none /* 1px 1px 0px #264050 */;
}
.call-button-1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #50748a), color-stop(1, #82aec7) );
	background:-moz-linear-gradient( center top, #50748a 5%, #82aec7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50748a', endColorstr='#82aec7');
	background-color:#50748a;
}
.call-button-1:active {
	position:relative;
	top:1px;
}


/* Google map */

.gm-style .gm-style-iw { color: #00c472; }

.avia_google_maps_container img {
	-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

.sold { color: #5eb753; font-weight:600; }

.floatleft { float:left; display: inline; }
.floatright { float:right; display: inline; }