/*Hide Home page title*/
.home .wp-block-post-title {
	display:;
	text-transform:uppercase;

}



/*Hide portfolio tags under project images*/
.portfolio-tags{
	display:none;
}

/*Hide project tags under porfolio page grid*/
.project-tags{
	display:none;
}

/*Hide project featured image */
.wp-block-post-featured-image 
{display:;
}


/*Oxtron gallery captions style*/
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
	background: white;
	color:grey;
	position:unset;
}
/*Project title centered*/
.wp-block-post-title {
    text-align: center;
	font-weight:300;
}
	
/*Project Page Project titles no dashed underline*/
.portfolio-entry-title a {
	text-decoration:none;
	margin-left:0;}

.wp-block-post-title a{
	text-decoration:none;
	text-align:;
}




/*Project page tags font */
.wp-block-post-terms {
	font-size:14px;
	text-transform:none;

}

/*Project Page tags colour*/
.wp-block-post-content a:where(:not(.wp-element-button)) {
	color:black;
	font-weight:500;
	
}

/*Archives page title font */
.wp-block-query-title {
	text-transform:none;
	font-size:14px;
	color: black;
	font-weight:300;
}

/*Archives post/project title */
.wp-block-post-title {
	margin:20px;
}

.wp-block-post-featured-image {
	display:;
	

}

/*Archives post excerpt font */
.wp-block-post-excerpt {
	font-size:14px;
}

.wp-block-spacer {
	 margin-bottom:0px;
}

/*Site header padding-top 30 */
.wp-site-blocks{
	padding-top:20px;
}

/*Nav menu links font weight - overrides theme style for links 300*/
.wp-block-navigation .wp-block-navigation-item__content{
	font-weight:300;
}

/*Buttons*/
.wp-block-button__link {
	background-color: #1a509c;
	color:white;
}
.wp-block-button__link:hover {
	background-color: #1a509c;
		opacity: 85%;
	color:white;
}
.wp-block-button__link:visited {
	
	color:white;
}



/*Contact bar links text color*/
.contact-bar-link a:where(:not(.wp-element-button)){
	color:white;
}

/*Headings with link - font weight  */
.h2-with-link a:where(:not(.wp-element-button)) {
	font-weight:400;
}

/*Nav menu - book a call - font colour and weight*/
.book-a-call-menu{
	color:#1a509c; font-weight:600;}

