/*
Theme Name: OnePress Child
Description: Child theme for OnePress (Dutton Customizations)
Author: Nocean
Template: onepress
*/

/*
Primary Colour: #142940
Secondary Colour: #2a5480
 */

.btn-theme-primary,
input[type="reset"], input[type="submit"], input[type="submit"] {
  background-color: #142940;
}

a, .onepress-menu a:hover {
  color: #2a5480;
}

/* Fix Typography */
body, button, input, select, textarea,
h1, h2, h3, h4, h5, h6,
.site-branding .site-title, .site-branding .site-text-logo,
.onepress-menu a,
.entry-header .entry-title {
	font-family: 'Libre Baskerville', serif;
}

.hero-content-style1 p {
	font-style: normal;
}

.section-contact .section-title-area {
	text-align: left;
}