/*
Theme Name:  weirs
Author: Webrocket Ltd ( contact@webrocket.co.nz )
Version: 1.0
Description: This is a custom Wordpress theme developed for http://www.weirs.co.nz
Text Domain: weirs
*/
.homepage-image{
	width: 100%;
        max-width: 900px;
        margin: 0px auto;
	height: auto;
}
a.nav-link{
	padding: 20px 19px;
}
a.nav-link.active{
	color: #9cb842;
}
.quform-element-text{
	max-width: 180px;
}
textarea#message{
	width: 100%;
        max-width: 400px;
        max-height: 130px;
}
.quform-submit input.wpcf7-submit{
	background: #fdfdfd url(css/images/button-bg-rep.png) repeat-x bottom left;
    border: solid 1px #b9b9b9;
    color: #363636;
    text-shadow: 1px 1px 0 rgba(255,255,255, 0.8);
    height: 30px;
    line-height: 30px;
    padding: 0px 20px 5px 20px;
}
#phone-number{
	color: #000000;
        text-align: right;
}

p.price {
	margin: 15px 0 0;
	font-size: 18px;
}

span.amount {
	font-size: 18px;
}

.price.amount::before {
	content: "Add: ";
}

.arrangement-form {
    margin: 25px 0 0 0;
    padding: 10px 20px 10px 40px !important;
    background: #5d9eef;
    color: #fff;
    font-style: italic;
}

.wc-proceed-to-checkout {
margin-top: 20px;
}

.cart-subtotal,.fee,.order-total {
text-align: left;
}

.vc_separator h4 {
border-bottom-style: hidden;
font-size: 20px !important;
}

@media screen and (max-width: 780px){
 #phone-number{
        text-align: center;
}
}
