/*
Theme Name: SPS Innovations
Author: Two Superior Studios
Author URI: http://www.twosuperior.co.uk/
Description: Bespoke WordPress theme for SPS Innovations
Version: 1.2.0
*/

.custom-logo {
	margin: 10px 0;
}

#footer {
	background-color: rgb(145, 145, 145);
	color: white;
	border-top: 5px solid #D04D38;
}

#footer .widget .widget-title h3 {
	color: #D04D38;
}

#footer .widget ul li a {
	color: white;
}	

#footer .widget ul li::before {
	color: white;
}

body > .container {
	background: white url("http://www.spsinnovations.co.uk/wp-content/uploads/2016/10/watermark.png") no-repeat bottom right; 
	background-size: cover;
}

p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.markup-format h1 {
	line-height: inherit;
}

#header .top-header.affix {
	background-color: rgba(0, 0, 0, 1);
}

#header {
	border-bottom: 5px solid #D04D38;
}

#contact-us {
	padding: 50px 0 0;
}

#contact-us .section-header h3 {
	color: #333333;
}

#contact-us .section-content .contact-us-social a {
	font-size: 50px;
	line-height: 20px;
}

#latest-news .latest-news-button {
	background-color: #D04D38;
}

#latest-news .section-content .post .post-button {
	color: #D04D38;
}

.pace .pace-progress {
	background-color: #D04D38 !important;
	color: #D04D38 !important;
}

.pace .pace-activity {
    box-shadow: 0 0 0 2px #D04D38 inset, 0 0 0 7px #fff inset !important;
}

.header-box {
	text-align:center;
	margin-bottom: 30px;
}

.header-box span {
	border: 10px solid #D04D38;
	padding:25px 50px;
	display: inline-block;
	color:#333333;
	text-transform: uppercase;
}

.open-responsive-menu {
	padding: 15px 0;
}

.custom-logo {
	max-width: 250px;
	float: left;
}

#header .bottom-header h2 {
	line-height: 1em;
}

#header .bottom-header .header-box span {
	color: #000000;
}

@media only screen and (max-width: 767px) {
	#header .bottom-header {
	    padding-bottom: 20px;
	    padding-top: 100px;
	}
	#header .bottom-header h2 {
		font-size: 50px;
	}
	#header .bottom-header .header-text-2 {
	    font-size: 40px;
	}
}

@media only screen and (max-width: 560px) {
	#header .bottom-header {
	    padding-bottom: 20px;
	    padding-top: 100px;
	}
	#header .bottom-header h2 {
		font-size: 40px;
	}
	#header .bottom-header .header-text-2 {
	    font-size: 30px;
	}
	#header .bottom-header .header-box {
		font-size: 20px;
	}
	
	#header .bottom-header .header-box span {
	    padding: 25px 20px;
	}
}

.responsive-menu {
	margin-top: 78px;
	position: fixed;
	z-index: 1000;
}