/*
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:*/

.home .iconbox_content .entry-content-header{
	text-align: center;
}

.home .iconbox_left div.iconbox_icon{
	position: static;
	display: inline-block;
	margin-right: -4px;
	float: none;
}

.home .iconbox .iconbox_content h3.iconbox_content_title{
	text-align: center;
	display: inline-block;
	line-height: 30px;
}

.order-button .avia-button.avia-size-x-large{
	width: 285px;
	height: 48px;
	padding: 15px;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	border-radius: 0;
}

.order-button .avia-button.avia-color-red{
	background-color: #ef1d1d;
	border-color: #ef1d1d;
}

#top div.woocommerce-message{
	background-color: #b2e4f5;
	border-color: #b2e4f5;
	color: #000;
}

#top div div.woocommerce-message a.button{
	background-color: #ef1d1d;
	font-weight: bold;
}

/* ---------- Two-Column Contact Form 7 Fields ---------- */
.form-row{
	overflow:hidden;
}
@media screen and (min-width:768px){
	.contact-name{
		width:48%;
		float: left;
	}
	.contact-name:first-child{
		margin-right:4%;
	}
	.form-row:after{
		content:'';
		clear:both;
	}
}

#top label{
    font-weight: 500;
    font-size: 13px;
}

#top .main_colour input[type=text]{
    border-color: #d7d7d7;
    background-color: #fff;
    color: #96969;
    border-radius: 4px;
    padding: 13px 10px;
    margin-top: 4px;
}

#top label span{
    font-weight: 400;
    font-size: 13px;
    color: #969696;
}

input[type=submit]{
    padding: 14px 30px;
}