/*
Theme Name: PCF Consultancy
Version: 1.0
Description: A custom theme development for PCF Consultancy Services Limited
Author: GD GRaphics Ltd
Author URI: https://gdgraphics.co.uk
template: bb-theme
*/

/* Add your custom styles here... */ 

.fl-callout-photo-left .fl-callout-photo, .fl-callout-photo-left-text .fl-callout-photo {
  display: table-cell;
  padding-right: 15px;
  width: 10%;
  vertical-align: top;
}

.colouredBox {
	background-color:#7b3a62;
	margin:0 10px !important;
	padding:15px;
}

.fl-post-grid-more {
display:block
text-align:center;
margin:15px auto;
padding:8px 15px;
background-color:#78B2B2;
color:#ffffff;
border-radius:5px;
}

.fl-post-grid-more:hover {
background-color:#C70536;
color:#ffffff;
}