/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

h5 {
    color: #064679;
    background-color: #e4e4e4;
    background-width: 80%;
    font-size: 20px;
    margin: 0;
    margin-bottom: 10px;
    padding: 15px;
/*  border-bottom-style: solid;
    border-bottom-width: 0.5em;
    border-bottom-color: #a6a6a6; */
}

h4 {
  font-size: 18px;
  line-height: 18px;
  color: #f18700;
  margin-bottom: 10px;
}

h6 {
  font-size: 18px;
  line-height: 18px;
  color: #f18700;
  margin-bottom: 10px;
  margin-top: 15px;
}

.img-link {
	opacity: 1;
	margin-bottom: -20px;
/*	or you can use background-image: grey */
}

.img-link:hover {
	opacity: .7;
	margin-bottom: -20px;
/*	background-image: color */
}

.textarea-right-margin {
	margin-right: 70px;
	margin-top: 40px;
}

.service-grid {
	margin-top: -20px;
	margin-right: -40px;
}

.product-range {
	margin-right: 40px;
	margin-bottom: 20px;
}
.hangingindent {
  padding-left: 13px;
  text-indent: -13.5px;
  line-height: 1.2em;
  margin-bottom: 0px;
}