/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.has-background-cover .overlay {
	opacity: .1;
}

.site-copyright {
    padding-left: 120px;
    height: 60px;
    padding-top: 45px;
    background-image: url('https://printworx.co.uk/wp-content/uploads/2017/08/printworx-logo.png');
    background-repeat: no-repeat;
}

.site-footer .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

#colophon .site-copyright {
    margin-bottom: 0;
}

.site-copyright::after{
content: " | Soho | Chiswick | Reading";
}

.post-137 div.entry-content ol li {
    margin-bottom: 20px;
}

.entry-content h1, .page .entry-content h1, .comments-area .comment-body h1 {
    font-size: 1.3em ;
}

div.entry-content h1 {
    line-height: 40px;
margin-bottom:30px;
}

.entry-content h2, .page .entry-content h2, .comments-area .comment-body h2 {
    font-size: 1.3em ;
}

div.entry-content h2 {
    line-height: 40px;
margin-bottom:30px;
}

.entry-content h3, .page .entry-content h3, .comments-area .comment-body h3 {
    font-size: 1.3em ;
}

div.entry-content h3 {
    line-height: 40px;
margin-bottom:30px;
}

.home #primary div.front-block h1, .home #primary div.front-block h2,
.home #primary div.front-block h3 {
font-size:16px;
font-weight:bold;
font-family: Roboto, "Helvetica-newe", Helvetica;
line-height:28px;}

.page-id-181 #page .has-background-cover {
	background-position: right bottom;
}


.button {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  border: 0;
  font-weight: bold;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  background: #615f8b;
  color: #fff;
}
/* Add a rollover background colour but keep the text white */
.button:hover,
.button:focus,
.button:active {
  background: #b7b6cd;
  color: #fff;
}

.button {
	margin-top: 20px;
	margin-bottom: -5px;
}


p.contact-submit {
    margin-top: 20px;
}

.entry-content p {
	font-size:20px;
	}

.single .entry-content h1, .entry-content h1, .comments-area .comment-body h1 {
    font-size: 20px;
}

.single .entry-content h2, .entry-content h2, .comments-area .comment-body h2 {
    font-size: 20px;
}

/*--- add space between list items / 13283801-hc JS ---*/
.postid-1825 .content-area li {
	margin-bottom: 2em;
}
	
/* Add a dispersed shadow for the title on the pages and grid elements | RG-13647841-hc */
#page .has-background-cover h1.entry-title,
.row .has-background-cover h2.entry-title {
    text-shadow: -5px 5px 5px rgba(0,0,0,0.9);
}

/* Add bottom margin to H2 | jr-15747249-hc */
.page .entry-content h2, .single-post .entry-content h2 {
	margin-bottom: 2em;
}

/* Add bottom margin to H1 | jr-15747249-hc */
.page .entry-content h1, .single-post .entry-content h1 {
	margin-bottom: 2em;
}

/* Remove annoying paper weight lists extra space at bottom of column bottom margin jr-15747249-hc */

.wp-block-column {
	margin-bottom: 0;
}