/*
Theme Name:    Parkhill Joinery
Description:   Child Theme for Beaver Builder
Version:       1.0.0
Author:        erjjio studios
Author URI:    https://erjjiostudios.com/
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add your custom styles here...Remember to change the Version number above! */ 
body {
	background-color: #ffffff;
	color: #004022;
/* 	font-family: 'Roboto', sans-serif; */
	font-family: 'Butler', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a {
	color: #004022;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #004022;
	text-decoration: underline;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*color: #333;
	font-family: Lato, sans-serif;*/
	font-family: 'Butler', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 45px;
	font-size: 4.5rem;
}

h2 {
	font-size: 35px;
	font-size: 4rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

div#home-banner-row .fl-row-content-wrap {
    min-height: 85vh;
}

div#home-banner-row .pp-down-arrow-wrap {
    position: initial !important;
}
input, select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 300;
    padding: 16px;
    width: 100%;
}
#home-headline {
    background-color: rgba(255,255,255,0.8);
    width: 100%;
}
@font-face { 
font-family: "Butler"; 
src: url(https://parkhilljoinery.co.nz/wp-content/themes/parkhill-joinery-bb/font/butler_regular-webfont.woff2); 
font-weight: 400; 
}

/* Sets the banner rows to full height and centered. Need to add banner-row and banner-headline classes to div elements in page builder */
