@charset "utf-8";
/* CSS Document */
.gvs-container
{
        font-family: "Lora", sans-serif !important;
        background-color: #fff !important;
        color: #67727C !important; 
        font-size: 15px;
        opacity: 0.9 !important;
        overflow: hidden !important;
                    
}

p.charge-warning, p.form-note {
	font-family: "Lora", sans-serif !important;
    color: #999F7A !important;
    font-size: 12px;
    
}
span.required, p.char-count, p.charge-warning, p.form-note {
	font-family: "Lora", sans-serif !important;
    color: #999F7A !important;
    font-size: 12px;
}

body {
	font-family: "Lora", sans-serif !important;
	font-size: 15px;
	color:#67727C;
        background-image: url(http://the-cottageloaf.co.uk/wp-content/uploads/sites/2/2015/01/homepage-outside-banner.png) !important;
	background-position: center top; 
	    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
	background-attachment: fixed; 
        
}

a, a:hover, .VoucherPackage h2 {
	color: #999F7A; !important; 
        font-family: 'Alegreya', serif !important;
        text-transform: uppercase;
        font-weight: normal;
	font-size: 18px;
}

h1{
        color: #999F7A;
        font-family: 'Alegreya', serif !important;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 25px !important;
}

h2 {
	color: #999F7A;
        font-family: 'Alegreya', serif !important;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 20px !important;
}

.step-form h2 {
    font-size: 20px !important;
    font-family: 'Alegreya', serif !important;
    text-transform: uppercase;
    font-weight: normal;
    color: #999F7A;
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 3px solid #999F7A;
}

.VoucherPackage {
	border-top: 3px solid #999F7A;
        font-family: "Lora", sans-serif !important;
        font-size: 15px !important;
}

a.button, input.button {
 	font-family: "Lora", sans-serif !important;
    text-transform: uppercase; 
    background: #999F7A !important;
	color: #fff; 
    border-radius: 5px;
	font-weight: bold;
    
}

a.button:hover, input.button:hover {
	font-family: "Lora", sans-serif !important;
        text-transform: uppercase; 
        background:#676B4D; !important;
	color:#fff; 

}

input.button.success {
	font-family: "Lora", sans-serif !important;
        text-transform: uppercase; 
    background: #999F7A !important;
	color: #fff; 
    border-radius: 5px;    
    font-weight: bold;   
}

input.button.success:hover {
	font-family: "Lora", sans-serif !important;
        text-transform: uppercase; 
        background:#676B4D !important;
	color:#fff; 

}

input.button.success:disabled, input.button.success:disabled:hover, input.button.success:active,  input.button.success:focus {
	background: transparent; !important;
        color: transparent; !important;
        font-family: "Lora", sans-serif !important;
        text-transform: uppercase; 
}

input.buy-now-button {
    font-size: 1em !important;
	padding-bottom: 0.4em !important;
}

/* steps */


header .step.active {
	color: #999F7A !important;
        font-family: "Lora", sans-serif !important;
        text-transform: uppercase;
}
header .step.active .step-number {
    border-color: #999F7A !important;
    text-transform: uppercase;
    font-family: "Lora", sans-serif !important;
}

header .step.complete {
	color: #676B4D !important;
        text-transform: uppercase;
        font-family: "Lora", sans-serif !important;
}

header .step.complete .step-number {
    border-color: #676B4D !important;
    text-transform: uppercase;
    font-family: "Lora", sans-serif !important;
}

footer { background:#999F7A;
}

.ui-widget {
	font-family: "Lora", sans-serif !important;
}