/*
Theme Name: fsd
Theme URI: http://underscores.me/
Author: Footsteps Design Ltd
Author URI: http://footsteps-design.co.uk/
Description: Responsive WordPress Theme Developed By Footsteps Design Ltd
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fsd
Tags:

*/


h2.cta-title {
margin-top: 10px;
margin-bottom: 10px;
font-size: 27px;
}

.pageHeader {
	padding: 50px 0;
}
#breadcrumbs {
	text-align: right;
	color: #fff;
	margin-bottom: 0;
	font-weight: 300;
}
#breadcrumbs a {
	color: rgba(255,255,255,.7);
}
#breadcrumbs a:hover {
	color: #fff;
	text-decoration: none;
}
.pageTitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 0;
}
.pageTitle .pageTitleSmallText {
	font-size: 25px;
	color: #fff;
	font-weight: 300;
}
.middle-align-row {
		display: table;
		width: calc(100% + 30px);
}
.middle-align {
		display: table-cell;
		float: none;
		vertical-align: middle;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img {
	max-width: 100%;
	height: auto;
}
p {
		margin: 0 0 20px;
}

.pos-rel {
	position: relative;
}

h1 {
	margin-top: 0;
	margin-bottom: 20px;
}

h1 small {
	font-size: 64%;
	font-weight: bold;
}
h2 {
	margin-top: 0;
	margin-bottom: 20px;
}


.site-gray-bg {
	background-color:#d0d0d0;
}
.site-white-bg {
	background-color:#fff;
}

.home-jumbotron {
	background-size: cover;
	background-position: 50% 50%;
	padding: 180px 0 150px;
}
.home-jumbotron-h1 {
	font-size: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0.3px;
	color: #fff;
	text-shadow: 0px 1px 0px #000;
}
.home-jumbotron-content {
	max-width: 100%;
	width: 840px;
	margin: 30px auto;
		color: #fff;
		text-shadow: 0px 1px 0px #000;
}

a.catsNtags-link {
	margin-right: 10px;
display: inline-block;
margin-bottom: 10px;
color: #000;
}
a.catsNtags-link:hover {
color: #000;
text-decoration: underline;
}

.post-meta {
	padding-top: 30px;
	padding-bottom: 10px;	
}
.post-meta a {
	color: #000;
}
.post-meta a:hover {
	color: #000;
	text-decoration: underline;
}

.post-tags, .post-categories, .post-date {
	display: inline-block;
}


/*menu was here*/





.home-main-content {
background-color: #fff;
padding-bottom: 90px;
}




.home-about-services {
	margin-top: 90px;
}



.work-wrapper {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}
.work-wrapper:hover .work-hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.work-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity:0;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	transition: all ease 300ms;
	-webkit-transition-delay: 100ms;
		-moz-transition-delay: 100ms;
		-o-transition-delay: 100ms;
		transition-delay: 100ms;
}

.our-work-wrapper .col-md-4:nth-child(3n+1) .work-hover, .our-work-row .col-md-4:nth-child(3n+1) .work-hover{
background-color: rgba(239, 24, 32, 0.8);
}
.our-work-wrapper .col-md-4:nth-child(3n+2) .work-hover, .our-work-row .col-md-4:nth-child(3n+2) .work-hover{
background-color: rgba(255, 100, 0, 0.8);
}
.our-work-wrapper .col-md-4:nth-child(3n) .work-hover, .our-work-row .col-md-4:nth-child(3n) .work-hover{
background-color: rgba(59, 185, 71, 0.8);
}




.work-hover-inner {
text-align: center;
color: #fff;
position: relative;
top: 50%;
transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	padding: 0 10px;
}
.work-hover-inner .fa{
	font-size: 30px;
	width: 100%;
	margin-bottom: 8px;
}



















/*Client Logo Slider Home*/
.clientListWrapper {
	padding: 0 50px;
/*	margin-bottom: 30px;*/
	margin-bottom: 20px;
}
.clientList {
	padding: 0 30px;
}
.clientList .owl-prev {
	position: absolute;
	top: 50%;
	left: 0px;
	height: 50px;
	display: table;
	width: 30px;
	margin-top: -25px;
}
.clientList .owl-next {
	position: absolute;
	top: 50%;
	right: 0px;
	height: 50px;
	display: table;
	width: 30px;
	margin-top: -25px;
	text-align: center;
}
.clientList .fa {
		vertical-align: middle;
		display: table-cell;
		color: #7f7f7f;
			-webkit-transition: all 250ms linear;
		-moz-transition: all 250ms linear;
		-o-transition: all 250ms linear;
		transition: all 250ms linear;
}
.owl-next:hover .fa, .owl-prev:hover .fa {
		color: #000;
}



.clientList .item{
height: 101px;
text-align:center;
display: block;
}

.clientList .item img {
	max-height: 101px;
	max-width: 100%;
	width: 170px !important;
	padding: 0 10px;
	display: inline-block !important;
	position: relative!important;
	top: 50%!important;
	transform: translateY(-50%)!important;
	-webkit-transform: translateY(-50%)!important;
	-ms-transform: translateY(-50%)!important;


/*		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
		filter: gray; 
		-webkit-filter: grayscale(100%); */
}

/*.clientList .item:hover img {
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
		-webkit-filter: grayscale(0%);
}*/






.home-latest-news {
	background-image:url(images/home-news-background.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
}

.news-item {
	display: block;
}
.home-news-row {
	margin-top: 60px;
}


.row-height-match {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col-height-match {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.our-work-row {
	margin-top: 60px;
}


.accreditations {
	text-align: center;
	padding-bottom: 20px;
}
.accreditations img {
	max-width: 100px;
	max-height: 60px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 30px;
}








.page-content {
	background-color: #fff;
}
.page-content p:last-child {
	margin-bottom: 0;
}
.map-margin {
	margin-top: 60px;
}


#fsd-map {
	background-color: green;
}

#fsd-map:before {
  content: "google maps requires Cookies";
}



.commercialService {
	margin-bottom: 60px;
}
.services-page-section {
	padding-left: 67px;
	position: relative;
}


.services-page-section:before {
font: normal normal normal 27px/1 FontAwesome;
position: absolute;
left: 0;
border: 2px solid #ed4f29;
height: 52px;
width: 52px;
text-align: center;
line-height: 52px;
color: #ed4f29;
}

.commercialService.services-page-section:before {
content: "\f1ad";
font: normal normal normal 26px/1 FontAwesome;
line-height: 50px;
}

.domesticService.services-page-section:before {
content: "\f015";
}







#fsd-map {
	height: 410px;
	width: 100%;
}
.map-heading {
	margin-bottom: 10px;
}
#map-content p {
	font-size: 16px;
}

.our-work-wrapper {
	padding-top: 90px;
	padding-bottom: 60px;
}








.numberedPagination {
	text-align: center;
}
.numberedPagination ul {
	margin: 30px 0 0px 0;
	padding: 0;
	display: inline-block;
}
.numberedPagination li a,
.numberedPagination li a:hover,
.numberedPagination li.active a,
.numberedPagination li.disabled {
	color: #fff;
	text-decoration:none;
}
.numberedPagination li {
	display: inline-block;
	margin-bottom: 5px;
}
.numberedPagination li a,
.numberedPagination li a:hover,
.numberedPagination li.active a,
.numberedPagination li.disabled {
	background: #fff;
	padding: 9px 11px;
	font-weight: 400;
	color: #19214f;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;	 
	-khtml-user-select: none;		
	-moz-user-select: none;			
	-ms-user-select: none;			 
	user-select: none;	
}
.numberedPagination li a:hover,
.numberedPagination li.active a {
	text-decoration: none;
	color:#fff;
	background-color: #000;
}




.projectSlider .owl-controls {
	opacity: 0;
		-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;
}
.projectSlider:hover .owl-controls {
	opacity: 1;
}
.projectSlider .owl-prev {
	position: absolute;
	top: 50%;
	left: 0px;
	height: 50px;
	display: table;
	width: 40px;
	margin-top: -25px;
	text-align: center;
	opacity: 1;
	-webkit-transition: all 300ms ease-out 100ms;
-moz-transition: all 300ms ease-out 100ms;
-o-transition: all 300ms ease-out 100ms;
transition: all 300ms ease-out 100ms;
}
 .projectSlider .owl-next {
	position: absolute;
	top: 50%;
	right: 0px;
	height: 50px;
	display: table;
	width: 40px;
	margin-top: -25px;
	text-align: center;
		opacity: 1;
		-webkit-transition: all 300ms ease-out 100ms;
-moz-transition: all 300ms ease-out 100ms;
-o-transition: all 300ms ease-out 100ms;
transition: all 300ms ease-out 100ms;
}


.projectSlider.on-first-slide .owl-prev, .projectSlider.on-last-slide .owl-next {
	opacity: 0;
	visibility: hidden;
}



.projectSlider .fa {
		vertical-align: middle;
		display: table-cell;
		color: #fff;
			-webkit-transition: all 250ms linear;
		-moz-transition: all 250ms linear;
		-o-transition: all 250ms linear;
		transition: all 250ms linear;
}
.projectSlider .owl-next:hover, .projectSlider .owl-prev:hover {
		opacity: 1;
}
/*.projectSlider .owl-next:hover .fa, .projectSlider .owl-prev:hover .fa {
color: #fff;
}*/

.client-logo-wrapper {
	position: absolute;
	right: 0px;
	background-color: #fff;
	padding: 10px;
	z-index: 9;
}

.client-logo-wrapper img {
max-width: 160px;
max-height: 110px;
}

.work-nav {
	padding: 30px;
	margin: 60px;
	border-top: 1px solid #d0d0d0;
	position: relative;
}
.prev-work-link {
	float: left;
	font-weight: bold;
}
.back-to-work {
position: absolute;
left: 50%;
width: 30px;
text-align: center;
margin-left: -15px;
}
.next-work-link {
	float: right;
	font-weight: bold;
}
.work-nav a {
color: #000;
}

.news-page-col {
	margin-bottom: 30px;
}
.news-col-wrapper {
	padding: 90px 0 60px;
}

p.quote span {
	padding: 20px 0;
display: block;
position: relative;
}
p.quote span:before {
content: "\f10d";
font: normal normal normal 16px/1 FontAwesome;
position: absolute;
top: 0;
left: 0;
}
p.quote span:after {
content: "\f10e";
font: normal normal normal 16px/1 FontAwesome;
position: absolute;
bottom: 0;
right: 0;
}


.work-spacing {
	padding-top: 60px;
}








.accreditations-above-menu {
	position: absolute;
	top: 35px;
	right: 15px;
}

.accreditations-above-menu img {
	max-width: 72px;
	margin-left: 17px;
}



.services-content {
	margin-bottom: 60px;
}
.the-page-content ul {
margin: 0 0 20px;
}






a.copyright {
		color: #414141;

}
a.copyright:hover {
	color: #000;
	text-decoration: none;
}




.team-member {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 60px;
}
.member-image {
	display: table-cell;
	width: 50%;
	background-position: 50% 50%;
background-size: cover;
	background-image:url(images/mystery-man.jpg);
}
.member-info {
	display: table-cell;
	width: 50%;
	background-color: #e7e7e7;
	vertical-align: middle;
	height: 400px;
	padding: 20px 40px;
}

.team-member:nth-child(even) .member-image{
	position: relative;
	left: 50%;
}
.team-member:nth-child(even) .member-info {
	position: relative;
	right: 50%;
}



.member-name {
font-size: 45px;
margin-top: 0;
margin-bottom: 5px;
}

.member-job {
	font-size: 20px;
margin-top: 0;
margin-bottom: 30px;
}




.team-member-small {
	margin-top: 30px;
}

.member-image-small {
height: 210px;
background-size: cover;
background-position: 50% 50%;
background-image: url(images/mystery-man.jpg);
}


.member-info-small {
		background: #e7e7e7;
		padding: 12px 20px;
}
.member-name-small {
margin: 0;
padding: 0 0 10px;
font-size: 22px;
}

.member-job-small {
margin: 0 0 15px 0;
padding: 0;
font-size: 20px;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
}

.support-text {
	margin-bottom: 30px;
}




.slider-stage {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.slider-stage iframe {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
}


ul.ul-2:before, ul.ul-2:after {
	display: table;
	clear: both;
	content: " ";
}
ul.ul-2 li {
	width: 50%;
	float: left;
}


.home-operative-image {
	margin-top: 20px;
}

.privacyStatement {
		font-size: 15px;
}





.thin-heading {
font-weight: 200;
font-size: 26px;
line-height: 1.3;
color: #000;
font-style: italic;
margin: 0 0 20px;
}






.full-height-section {
	background-color: #404244;
}
.row.height-match {
		display: table;
		width: calc(100% + 30px);
		width:100%\9\0;
}
.row.height-match .match {
		display: table-cell;
		float: none;
		background-position: 50% 50%;
background-size: cover;
}
.table-row {
		display: table-row;
}

.full-height-section-content {
padding-left: 40px;
padding-top: 50px;
max-width: 555px;
padding-bottom: 50px;
}
.full-height-section h2, .full-height-section p, .full-height-section ul {
	color: #fff;
} 

.the-sidebar {
	padding-left: 30px;
}

table.opening-times {
	width: 100%;
}

table.opening-times tr td:first-child {
	padding-right: 10px;
}









/* -- MD Breakpoint -- */
@media screen and (max-width: 1199px) {
}

/* -- XS Breakpoint -- */
@media screen and (max-width: 767px) {

}



.mfp-counter {
	display: none;
}

.the-page-content li {
	margin-bottom: 10px;
}
h2.our-work-title {
	font-size: 36px;
}
















																												/* -------------------- */
																												/* -------------------- */
																												/* -------------------- */
																												/* -- Responsive CSS -- */
																												/* -------------------- */
																												/* -------------------- */
																												/* -------------------- */


/* -- MD Breakpoint -- */
@media screen and (max-width: 1199px) {

}

/* -- SM Breakpoint -- */
@media screen and (max-width: 991px) {
	.menu-with-accreditations .mobile-menu-contact {
			padding: 15px;
			padding-top: 25px;
	}
	.accreditations-above-menu {
		position: static;
		margin-top: 20px;
		padding: 30px 0;
		background-color: #fff;
	}

	p.quote span {
			margin-bottom: 20px;
	}
	.projectSlider .owl-controls {
		opacity: 1;
	}
	.work-hover {
	display: none;
	}
	.box-link:hover {
			background-color: #fff !important;
			color: #000 !important;
	}
	
	.box-link:hover .cta-title {
			color: #000;
	}


	.footer-contact-info {
		margin-top:60px;
	}

	.home-news-row .news-item-col:nth-child(3) {
		display: none;
	}
	.home-jumbotron {
			padding: 130px 0 130px;
	}
	.home-main-content {
			padding-bottom: 60px;
	}
	.home-about-services {
			margin-top: 60px;
	}
	.site-spacing {
			padding: 60px 0;
	}
	.site-spacing-top{
		padding-top: 60px;
	}

	/*Menu was here*/
	
}

/* -- XS Breakpoint -- */
@media screen and (max-width: 767px) {
	.home-jumbotron {
			background-attachment: unset !important;
	}

.home-our-work {
		padding: 60px 0 30px;
}


.alignleft {
	display: block;
	float: none;
	margin-right: 0;
}

.alignright {
	display: block;
	float: none;
	margin-left: 0;
}

.team-member {
		display: block;
}
.member-image {
		display: block;
		width: 100%;
		height: 320px;
		position: static!important;
		left: auto!important;
		right: auto!important;
}
.member-info {
		display: block;
		width: 100%;
		height: auto;
		position: static!important;
		left: auto!important;
		right: auto!important;
}

.member-info {
		padding: 20px 20px;
}

}

@media screen and (max-width: 562px) {
	.col-xxs-12 {
		width: 100%;
	}
	ul.ul-2 li {
		width: 100%;
		float: none;
	}
	 .member-info-small {
	 	min-height: 0px!important;
	 }
	 .home-news-row .news-item-col {
		margin-bottom: 30px;
	}
	 .home-news-row .news-item-col:nth-child(3) {
		display: block;
		margin-bottom: 0;
	}

	.auto-size a {
		min-height: auto!important;
	}
	.member-image-small {
			height: 180px;
	}
	.clientListWrapper {
		padding: 0;
		margin-bottom: 30px;
	}
}


/*clearing for bs*/
@media (min-width:1200px){
		.auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
		.auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
		.auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
		.auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
		.auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
		.auto-clear .col-md-1:nth-child(12n+1){clear:left;}
		.auto-clear .col-md-2:nth-child(6n+1){clear:left;}
		.auto-clear .col-md-3:nth-child(4n+1){clear:left;}
		.auto-clear .col-md-4:nth-child(3n+1){clear:left;}
		.auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
		.auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
		.auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
		.auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
		.auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
		.auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
		.auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
		.auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
		.auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
		.auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
		.auto-clear .col-xs-6:nth-child(odd){clear:left;}
}