/* =====================================

          GLOBAL STYLES 

========================================

* This stylesheet is exclusively for general styles displayed throughout the parent theme. Don't cross the streams!
* Please do not edit this file, unless you wish to make a global change for all websites that use one of the OPS child themes.
* If you are unsure, please contact Laura Wheatman or Francis Whiteley or email us at projects@flex4.co.uk
*/
/* Sections*/

/*body.page{
	background-color:#691f99;
}*/
#content{
	background-color: #FFF;
}
section{
	padding:2rem 0;
}

/* Call To action/Links */

a{
	text-decoration: none;
}
#content p a,
#content p a:visited{
	text-decoration: underline;
}


#content a.readmore,
#content a.cta
.cta,
.checkout-action a,
.checkout-action a:visited,
.cart-view,
.cart-add,
.cart-save,
.form-submit,
.wpcf7-submit,
.btn,
button#cart-proceed-link,
#checkout .checkout-action input[type="submit"].form-submit,
button.turnaround{
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    font-size: 1rem;
    transition: 0.2s;
    line-height:1.7;
}
a.cta:hover{

}
a.cta:visited{
	color:#FFF;
}

p.checkout-action a{
    text-decoration: none;
}

/* Set input styles to take the default font-family*/
button,
input[type="submit"]{
	font-family: inherit;
}
