
/*   
Theme Name: ARH Carpet and Floors
Theme URI: http://www.arhcarpetandfloors.co.uk
Description: Responsive - custom template Brian Pedley 2025
Author URI: http://www.pedleyonline.co.uk
Version: 2
*/

/*

Useful Colours - main text : #000

 */

@charset "UTF-8";
body {
	font-size: 100%;
}

html, body {
	margin: 0px;
	padding: 0px;
		background: url(_graphics/website-bg.png) center bottom no-repeat fixed #fff;
	}

h1, h2, h3, h4, h5, h6, p, address, blockquote, div, ul, li { margin: 0; padding: 0; }

#websitemiddleLeft ul li, #topnavHolder ul li, #topSocial li, #mainpageHolder li, div#footerNav li, #footer li,  #sidenav li, #linknav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

:focus {
  outline: none !important;
}

::-moz-focus-inner {
  border: 0 !important;
}


a:link, a:visited {
    color: #555659;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}

a img {
	border-width: 0px;
	border-style: none;
}

a.dark:link, a.dark:visited {
	text-decoration: none;
	color: #FFF;
}
a.dark:hover, a.dark:active {
	text-decoration: none;
	color: #94C948;
}
.gaptopbot {
	padding-top: 10px;
	padding-bottom: 10px;	
	}
.gaptop {
	padding-top: 10px;
}

img.alignright {
	float:right;
	margin:0 0 20px 20px
}
img.alignleft {
	float:left;
	margin:0 20px 20px 0
}


/* Main Structure */


/* Top Message */

#topMessage {
	font: 1.4em 'Montserrat', sans-serif;
	text-align: center;
}

#topMessage #announcement {
	margin-left: 0;
	margin-right: 0;
	padding: 20px;
}

#websiteHolder.container-fluid {
	padding-right: 0;
	padding-left: 0;
}


/* Website Top */

#websiteHeader {
	padding-right: 0px;
	padding-left: 0px;
	background: url(_graphics/top-nav-bg.png) 0 bottom repeat-x #fff;
	height: 205px;
	margin-right: 0;
	margin-left: 0;
}

#websiteTop {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	height: 200px;
}

#topHolder {
	font: 1em/1.6em 'Open Sans', sans-serif;
	width: 100%;
	height: 150px;
}

#topLogo {
	float: left;
	width: 45%;
	height: 150px;
}
#topLogo img {
	height: 120px;
	margin-top: 10px;
	margin-left: 0;
	margin-right: auto;
}
#topMiddle {
	height: 150px;
	width: 37%;
	float: left;
}  
#topSocial {
	padding-top: 50px;
	height: 100px;
	float: left;
	width: 20%;
}

#topSocial ul {
	display: block;
	width: 104px;
	margin-left: auto;
	margin-right: auto;
}

#topSocial li a img {
	float: left;
	border-radius: 50px;
	background-color: #66615a;
	padding: 5px;
	margin-right: 2px;
	margin-left: 2px;
	transition-property: background-color;
	transition-duration: .6s;
	transition-timing-function: ease-out;
	width: 48px;
}
#footerSocial li a img:hover,
#topSocial li a img:hover {
	background-color: #48443e;
}

#topNumbers {
	float: right;
	height: 100px;
	width: 80%;
}

#topNumbers img {
	margin-left: auto;
	display: block;
	margin-right: auto;
}

#topRight {
	background: url(_graphics/address-bg.png) left bottom repeat-x #fff;
	float: left;
	width: 18%;
	height: 100px;
	padding-top: 20px;
	padding-left: 55px;
	color: #fff;
}

#topRight a {
	color: #fff;
}

#footerSocial {
	padding-top: 40px;
	padding-bottom: 60px;
}

#footerSocial ul {
	display: block;
	width: 104px;
	margin-left: auto;
	margin-right: auto;
}

#footerSocial li a img {
	float: left;
	border-radius: 50px;
	background-color: #878073;
	padding: 5px;
	margin-right: 2px;
	margin-left: 2px;
transition-property: background-color;
transition-duration: .6s;
transition-timing-function: ease-out;
width: 48px;
}
	 
/* Responsive Menu */

#wprmenu_bar span.wpr_title {
	font: .9em 'Open Sans', sans-serif;
}

#wprmenu_menu.top ul#wprmenu_menu_ul {
	border-bottom: 1px solid #000;
	margin-bottom: 0px;
}

ul#wprmenu_menu_ul li.menu-item a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 700;
	background-color: #939597;
	color: #fff;
	text-align: center; 
}

ul#wprmenu_menu_ul li.menu-item a:hover {
	font-size: 1.2em;
	color: #fff;
	background-color: #797a7e;
} 

/* Top Nav */

#topnavHolder {
		font-family: 'Montserrat', sans-serif;
	height: 50px;
	float: right;
}
#topnavHolder li a {
font-weight: 700;
	text-align: center;
	color: #fdf4e5;
	float: left;
	transition-property: background-color;  
	transition-duration: .4s;
	transition-timing-function: ease-out;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 50px;
}

#topnavHolder li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #48443f;
}
#topnavHolder .current-menu-item a,
#topnavHolder .current-menu-item a:hover {
	color: #fff;
	background-color: #000;
}

div.menu-top-menu-container, ul#menu-top-menu {
	margin-bottom: 0;
	padding-right: 0;
	float: right;
}

/* Website Middle */

#websiteMiddle {
	float: left;
	background-color: #000;
}

/* Top Banner */

#topBanner {
	margin: 0px 0;
	position: relative;
	height: 600px;
	overflow:hidden;
}

#topBanner img {
	width: 100%;
}

#overlay #headerCaption {
	position: absolute; 
	background-color: rgba(0, 0, 0, 0.6);
	text-align: left;
	color: #fff;
	padding: 30px;
}
 
#headerCaption {
	position: absolute; 
	bottom: 50px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
}

#topCaption h1 {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2em;
	font-size: 3.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 0;
}
#bottomCaption {
	width: 100%;
	font-size: 1.4em;
	color: #e0e2e5;
	text-align: center;
}
#localAreas,
#galleryBanner {
	margin-left: 0;
	margin-right: 0;
}

#localAreas {
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
}
#galleryBanner {
	margin-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

#topSlider {
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

#topSlider div.caption {
	font-size: 2em;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	font-weight: bold;
}

div.entry #middletopImage {
	float: left;
	padding-top: 10px;
}
 
#mainpageHolder {
	color: #2f2d2a;
	margin-bottom: 0px;
	margin-right: 0;
	font: 1.1em/1.8em 'Open Sans', sans-serif;
	padding-top: 0px;
	padding-bottom: 30px;
	margin-left: 0;
}

#mainpageHolder #textLeft {
	padding-left: 0px;
	padding-right: 25px;
}
#mainpageHolder #textRight {
	padding-left: 25px;
	padding-right: 0px;
}

body.page-id-16 #pageExtra #textLeft {
	padding-bottom: 30px;
}


#contactPage,
#pageExtra,
#pageIntro,
#homeIntro,
#pageHeader {
	margin-left: 0;
	margin-right: 0;
}

#pageExtra {
	margin-top: 10px;
	margin-bottom: 30px;
	padding-right: 5px;
	padding-left: 5px;
}

#pageExtra #imageText {
	width: 80%;
	float: left;
		margin-bottom: 20px;
}
#pageExtra #imageBox {
	width: 20%;
	float: right;
	margin-bottom: 20px;
}
#pageExtra #imageBox img {
	display: block;
	width: 80%;
	margin-left: 20%;
}

#contactPage {
	padding-top:10px;
}

span.telNumber {
	font-weight: bold;
	font-size: 1.4em;
}

#contactBox {
	margin-top: 20px;
	margin-bottom: 30px;
}

#homeIntro {
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
#pageIntro {
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
}

body.page-id-10 #pageIntro {
	padding-bottom: 0;
}
#servicesHolder {
	padding-bottom: 20px;
	width: 100%;
	float: left;
}

#mainpageHolder #textLeft h1 {
	padding-left: 0;
}

#webpageHolder h1 {
	margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 4px;
	padding-left: 5px;
	padding-right: 5px;
	color: #616265;
	margin-bottom: 10px;
}

body.page-id-714 #mainpageHolder #question,
body.page-id-714 #mainpageHolder h1,
body.page-id-714 #mainpageHolder h2,
body.page-id-714 #mainpageHolder h3 {
		color: #013668;
	padding-bottom: 5px;
}

#mainpageHolder #homeSnap a {
	background-color: #359de8;
	font: 2.4em/1em 'Montserrat', sans-serif;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 5px;
	display: block;
	padding-top: 20px;
	padding-bottom: 25px;
	color: #ffffff;
	margin-right: 5px;
	border-radius: 5px;
	transition-property: background-color;  
	transition-duration: .4s;
	transition-timing-function: ease-out;
}
#mainpageHolder #homeSnap a:hover {
	background-color: #0e83d7;	
}

#snapStrap {
	color: #4998c5;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
}

#mainpageHolder img#snapLogo {
	display: block;
	height: auto;
	margin-top: 20px;
}

#mainpageHolder ul#bullets.snap {
	margin-bottom: 20px;
}

body.page-id-714 #mainpageHolder a:hover {
	color: #248ac3;
	text-decoration: none;
}


body.page-id-714 #mainpageHolder #question {
	font-weight: bold;
	font-size: 1.2em;
}

body.page-id-714 #mainpageHolder h3 {
	font-weight: bold;
	font-size: 1.4em;
}

#mainpageHolder h2 {
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding-left: 0px;
	padding-right: 0px;
	font: 700 1.4em 'Montserrat', sans-serif;
	margin-bottom: 5px;
	color: #66625b;
}

#mainpageHolder h2#top {
	margin-top: 0;
}

#mainpageHolder img#imageRight {
	margin-top: 20px;
	border-radius: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#pageExtra ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

#webpageHolder #bullets li {
	background: url(_graphics/dark-bullet.png) 2px 7px no-repeat;
	display: block;
	padding-left: 20px;
	line-height: 1.4em;
	margin-bottom: 7px;
}

#webpageHolder #bullets.snap li {
	background: url(_graphics/snap-bullet.png) 2px 7px no-repeat;
}

#webpageHolder #pageNav li a {
	background: url(_graphics/tick.png) right 12px no-repeat;
	background-size: 36px;
	font-family: 'Montserrat', sans-serif;
	display: block;
	border-radius: 5px;
	margin-bottom: 5px;
	border: 1px solid #908d90;
	padding: 10px 45px 10px 15px;
	font-weight: bold;
	font-size: 1.2em;
	transition-property: background-color;
	transition-duration: .6s;
	transition-timing-function: ease-out;
}
#webpageHolder #pageNav li a:hover {
	background-color: #e6e5e6;
		color: #4f4e4f;
	text-decoration: none;
}

#mainpageHolder span.telephone {
	font-size: 1.4em;
	margin-left: 5px;
}
 
#mainpageHolder a {
	color: #2f2d2a;
	}

#mainpageHolder a:hover {
	color: #000000;
	text-decoration: none;
}

#mainpageHolder img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#mainpageHolder img#gaptopBot {
	margin-top: 20px;
	margin-bottom: 0px;
}


#imageTop {
	margin-bottom: 30px;
}

#boxPanel.gapTop {
	margin-top: 20px;
}

#boxPanel {
	padding: 20px;
	border: 1px dashed #868487;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#testimonialFeature {
	margin-top: 20px;
	padding: 20px;
}
#testimonialFeature h2 {
	margin-top: 0;
	font-size: 1.4em;
	text-transform: capitalize;
	letter-spacing: 0;
	margin-bottom: 10px;
}
#mainpageHolder #testimonialFeature h2 a {
		color: #65615b;
}
#testimonialFeature img {
	width: 60%;
	margin-top: 25px;
}


#mainpageHolder a:active,
#mainpageHolder a:visited,
#mainpageHolder a:focus {
		text-decoration: none;
}

#action {
	margin-top: 20px;
	margin-bottom: 20px;
}

#action a {
	background-color: #7f7870;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	display: block;
	color: #fff;
	text-align: center;
	padding: 15px;
	border-radius: 5px;
	transition-property: background-color;  
	transition-duration: .6s;
	transition-timing-function: ease-out;
	width: 300px;
}

#action a:hover {
	background-color: #969089;
	color: #fff;
	text-decoration: none;
}

#homeSlider {
	padding-top: 10px;
}

#homePanels {
	margin: 0px 0 20px;
}

#servicePanel {
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	width: 33.3%;
}
#mainpageHolder #homePanels img {
	margin-bottom: 0;
	margin-right: auto;
	padding-bottom: 0;
	margin-left: auto;
    filter: grayscale(1%);
    transition-property: opacity;
    transition-duration: .4s;
    transition-timing-function: ease-in-out;
}
#mainpageHolder #homePanels img:hover {
		opacity: 0.7;
}


#mainpageHolder #panelTitle a {
font-family: 'Montserrat', sans-serif;
	background-size: 28px;
	padding: 10px;
	display: block;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	transition-property: background-color;  
	transition-duration: .6s;
	transition-timing-function: ease-out;
	background-color: #817c73;
	margin-bottom: 10px;
}

#mainpageHolder #panelTitle a:hover {
	background-color: #5b5851;
}

#panelRow #panel h2 {
	text-align: center;
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 5;
}

#panelRow #panel h2 a {
	background-color: #000;
	color: #969696;
	padding-top: 10px;
	height: 40px;
	display: block;
	font-weight: bold;
	border: 1px solid #636363;
	border-radius:5px;
}

#panelRow #panel h2 a:hover {
	border: 1px solid #c0bfc1;
	color: #c0bfc1;
	text-decoration: none;
}

#bottomBit {
	margin-right: 0;
	margin-left: 0;
}


#imagerightTop {
	padding-top: 20px;
	padding-bottom: 20px;
}

#rightText h2 {
	margin-top: 0;
	font-weight: bold;
	font-size: 1.8em;
}

#mainpageHolder #rightText {
	padding-top: 30px;
}

#mainpageHolder #rightText img {
	padding-top: 5px;
	padding-bottom: 20px;
}

#pageHeader {

}

/* Flooring Logos */


#textLeft #centreHeader {
	margin-top: 30px;
	text-align: left;
	font-size: 1.2em;	
}

#centreHeader {
font-family: 'Montserrat', sans-serif;
color: #929497;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px dotted #908d90;
}

#centreHeader a {
color: #929497;	
}

#logos {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

#logos.three #logoPanel {
	float: left;
	width: 33.33%;
}
#logos.four #logoPanel {
	float: left;
	width: 25%;
}
#logos.five #logoPanel {
	float: left;
	width: 20%;
}
#logos.six #logoPanel {
	float: left;
	width: 16.66%;
}
#logos.seven #logoPanel {
	float: left;
	width: 14.28%;
}
#logoPanel img {
	width: 100%;
	height: auto;
	padding: 5px;
	filter: grayscale(1%);
	transition-property: opacity;
	transition-duration: .4s;
	transition-timing-function: ease-in-out;
}

#logoPanel img:hover {
	opacity: 0.7;	
}


/* Services Page */

#servicesPanel {
	float: left;
	width: 50%;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#servicesBlock {
	background-color: #ebebeb;
	float: left;
	width: 100%;
}

#servicesLeft {
	width: 40%;
	float: left;
}

#servicesLeft img {
	padding: 10px;
}

#servicesRight {
	width: 60%;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
}
#servicesRight h3 {
	text-transform: uppercase;
	margin-top: 15px;
	color: #000;
	margin-bottom: 5px;
	font: 1.3em 'Montserrat', sans-serif;
}

/* Google Map */

#textLeft #map {
}

/* Website Testimonials */

img#reviewFeature {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#testimonialsLeft {
	padding-left: 0px;
	padding-right: 10px;
	width: 50%;
	float: left;
}
#testimonialsRight {
	padding-left: 10px;
	padding-right: 0px;
	width: 50%;
	float: right;
}

#testimonialPanel {
	border: 1px solid #939597;
border-radius: 5px;
	padding: 30px;
	margin-bottom: 20px;
	color: #000000;
}

#testimonial {
	font-weight: bold;
}

#testimonialFrom {
background: url(_graphics/review-stars.png) right 12px no-repeat;
	background-size: 104px;
	color: #9c958a;
	padding-top: 10px;
	padding-right: 120px;
}

#topRow,
#galleryIntro {
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 20px;
}

#galleryIntro {
	color: #d3d3d3;
}

#galleryIntro h1 {
	color: #fff;
}	

/* Gallery */

#fooGallery {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
	width: 100%;
	float: left;
}
 
#fooGallery .fg-default.fg-gutter-10 {
padding-left:0px;
margin-bottom:0px
}
 
#fooGallery .fg-item {
    width: 16.6%;
}
  
#fooGallery .fg-item {
    margin-right: 0;
    margin-bottom: 0;
}
  
#fooGallery a.fancybox.image img {
    padding: 5px;
    width: 100%;
    height: auto;
} 
  
#fooGallery.three .fg-item {
    width: 33.3%;
}
#fooGallery.four .fg-item {
    width: 25%;
}
#fooGallery.five .fg-item {
    width: 20%;
}
#fooGallery.six .fg-item {
    width: 16.6%;
}
 

/* Sitemap */

#sitemapLeft,
#sitemapMiddle,
#sitemapRight
 {
	width: 33.3%;
	float: left;
}

#sitemapLeft {
	padding-right: 20px;
}
#sitemapMiddle {
	padding-right: 10px;
	padding-left: 10px;
}
#sitemapRight {
	padding-left: 20px;
}
#sitemapLeft li,
#sitemapMiddle li,
#sitemapRight li {
	background: url(_graphics/dark-bullet.png) 0 7px no-repeat;
	display: block;
	padding-left: 20px;
	line-height: 1.4em;
	margin-bottom: 7px;
}

li#header {
	font-weight: bold;
	margin-top: 20px;
}


/* Blog Post Styling */


#blogpostlistHolder {
	padding-bottom: 15px;
	padding-left: 20px;
	margin-left: 0;
	margin-right: 0;
}
#blogpostList {
	padding-left: 0;
	padding-top: 20px;
}

#blogpostList {
	padding-left: 0;
	border-bottom: 1px dotted #606060;
}



#blogpostList p {
	margin-bottom: 0;
}

#mainpageHolder a.more-link {
	width: 100%;
	padding-top: 10px;
	display: block;
}

#mainpageHolder a span.readMore,
#mainpageHolder a.more-link {
	padding-left: 5px;
	color: #b79771;
}

#mainpageHolder a span.readMore:hover,
#mainpageHolder a.more-link:hover {
	color: #fff;
}

#blogpostList #thumbImage {
	float: left;
	padding-left: 0;
}

#blogpostList #thumbImage a img {
width: 100%;
	height: auto;
	border: 1px solid #000;
}
#blogpostList #thumbImage a img:hover {
	border: 1px solid #aeaeae;
}

div#blogpostList h2 {
	margin-top: 0;
}

div#blogpostList h2 a {
	font-weight: bold;	
	margin-top: 5px;
	color: #fff;
	font-size: 1em;
}

#blogpageHolder {
	padding-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 30px;
	padding-right: 0px;
}

#postsRight {
	padding-left: 15px;
	padding-right: 0;
}
 
#blogPost h1 {
	color: #fff;
}

#blogPost {
	color: #d3d3d3;
	padding-left: 0;
}

#blogPost p img {
	width: 100%;
	display: block;
	height: auto;
	margin: 20px auto 0px;
}

#blogPost a {
	color: #fff;
	font-weight: bold;
}

#blogPost a:hover {
	color: #fff;}

#blogPost .meta {
	color: #828282;
	padding-left: 0;
	margin-bottom: 20px;
}

#blogpostList .meta {
	color: #828282;
	padding-left: 0;
	margin-bottom: 15px;
}

#blogpostText {
	margin-bottom: 20px;
}

#errorpageHolder img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}


#blogpostMain {
	width: 980px;
	float: left;
	}

/* Website Right */

#websiteRight {
	float: right;
	width: 320px;
	padding-right: 20px;
}
	
#rightwidgetTop {
	float: left;
	width: 320px;
}
	
div#websiteRight h2 {
	width: 300px;
	color: #fff;
	margin-bottom: 5px;
	font-size: 18px;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-left: 20px;
}

#text-2 div.textwidget a h2 {
	font-size: 1.6em;
	margin-top: 20px;
	border-bottom: 1px solid #6d6c6d;
	padding-bottom: 5px;
}

div#recent-posts-2.widget h2 {
	display: none;
}
div#categories-2.widget h2 {
	}
div#websiteRight div#search-2.widget h2 {
	}
div#recent-posts-2 ul li a
 {
	display: block;
	font-size: 1em;
	color: #d3d3d3;
	font-weight: bold;
	background: url(_graphics/bullet.gif) no-repeat 0 5px;
	padding-left: 18px;
	margin-bottom: 5px;
}

div#recent-posts-2 ul li a:hover {
	color: #fff;
	text-decoration: none;
}

div#categories-2 ul li
 {
	width: 280px;
	display: block;
	padding: 4px 20px;
	font-size: 12px;
	font-weight: bold;
}

div#categories-2 ul li a:hover
 {
	color: #0068b0;
}

#contactInfo {
font: 700 1.2em/1.8em 'Montserrat', sans-serif;
	margin-top: 20px;
	margin-bottom: 30px;
}

.green {
	color: #6abd44;
}

/* Contact Page */

#contactBox {
	font-size: 1.4em;
	line-height: 1.4em;
	padding-top: 5px;
	padding-bottom: 15px;
}

#addressBox {

	float: left;
	width: 100%;
	margin-top: 16px;
	margin-bottom: 30px;
}
#addressLeft {
	width: 200px;
	float: left;
	border-right: 1px dotted #7b287b;
}
#addressRight {
	width: 200px;
	padding-left: 30px;
	width: 50%;
	float: left;
}

/* Gravity Forms */

#contactformHolder {
border: 2px solid #867f75;
padding: 5% 10% 10%;
margin-bottom: 40px;
margin-top: 10px;
	float: left;
	width: 100%;
}

#contactformHolder #gform_wrapper_1 {
color: #777575;
margin-bottom: 0;
background-color: #fff;
margin-top: 0;
}

#contactformHolder span.gfield_required {
font-weight: normal;
font-style: normal;
color: #777575;
}

#contactformHolder li {
	padding-right: 0;
}

#contactformHolder textarea,
#contactformHolder .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
padding: 8px 10px;
letter-spacing:normalwidth: 1px;
width: 100%;
	color: #000;
border: 1px solid #777575;
font-weight: bold;
font-size: 1.2em;
-webkit-appearance: none;
border-radius: 0;
margin-bottom: 10px;
}

#contactformHolder textarea {
height: 150px;
}

#contactformHolder label {
font-size: 1em;
font-weight: normal;
font-style: normal;
margin-bottom: 0;
}

#contactformHolder .gform_footer.top_label {
margin-top: 5px;
margin-bottom: 0;
padding-top: 0;
}

#contactformHolder input#gform_submit_button_1 {
background-color: #867f75;
background-image: none;
border-style: none;
color: #FFF;
padding-top: 5%;
font-size: 1.6em;
padding-bottom: 5%;
text-align: center;
-webkit-appearance: none;
border-radius: 5px;
transition-property: background-color;
transition-duration: .6s;
transition-timing-function: ease-out;
width: 100%;
font-weight: 700;
margin-right: 0;
	margin-top: 15px;
}

#contactformHolder input#gform_submit_button_1:hover {
background-color: #999287;
}
 
/* Gravity Forms – error messages */
 
#contactformHolder .gfield_error .gfield_label {
color: #ba0202;
background-color: #fcf7f7;
font-weight: bold;
padding-left: 10px;
}

#contactformHolder .gfield_description.validation_message {
color: #ba0202;
padding-top: 0;
padding-left: 10px;
padding-bottom: 15px;
}

#contactformHolder .gform_wrapper div.validation_error{color:#ba0202;font-size:1em;font-weight:700;margin-bottom:25px;border-top:2px solid #ba0202;border-bottom:2px solid #ba0202;padding:16px 0;clear:both;width:100%;text-align:center}

/* Gravity Forms – Confirmation Screen */

#contactformHolder .gform_confirmation_message {
padding: 30px;
text-align: left;
font-size: 1.2em;
font-weight: bold;
background-color: #fff;
}


/* Pagination */


#postNav {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0px;
	padding-right: 15px;
}

div.navigation {
	background-color: #000;
	padding-bottom: 30px;
	padding-top: 20px;
}

#bottomPagination {
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
}

div.navigation ol.wp-paginate {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
	margin-top: 20px;
	display: block;
}

.wp-paginate {padding:0; margin:0;}

.wp-paginate li {display:inline; list-style:none;
	font-size: 1.1em;
}

div.navigation a {background: #000; border: 1px solid #717472; color:#717472; margin-right:8px; text-align:center; text-decoration:none;
	padding: 8px 12px 10px;
}

div.navigation a:hover, div.postPages a:active {border: 1px solid #b5baba;
	background-color: #000;
	color: #fff;
}

div.navigation .title {color:#fff; margin-right:10px;
}

.wp-paginate .gap {color:#999; margin-right:4px;}

div.navigation .current {color:#fff; background:#000; border: 1px solid #fff; margin-right:8px; padding: 8px 12px;}

div.navigation .current:hover {
	border: 1px solid #429ec0;
}



/* Website Footer */

#footer {
    background: url(_graphics/bottom-bg.png) bottom repeat-x #000;
	padding-top: 0px;
	font: 1em/1.8em 'Open Sans', sans-serif;
	color: #b3b4b8;
	transition-property: color;  
	transition-duration: .6s;
	transition-timing-function: ease-out;
	margin-right: 0;
	margin-left: 0;
}

#footer a {
	color: #b3b4b8;
	transition-property: color;  
	transition-duration: .6s;
	transition-timing-function: ease-out
}
#footer a:hover {
		color: #fff;
}

#footerOne,
#footerTwo,
#footerThree,
#footerFour {
	margin-bottom: 30px;
}

#footerLinks {
    background: url(_graphics/bottom-top-bg.png) center top no-repeat;
	margin-bottom: 15px;
	padding-top: 40px;
	padding-bottom: 00px;
	margin-left: 0;
	margin-right: 0;
}

#footer h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	margin-top: 0;
}

#footerLinks li a {
	list-style-position: outside;
	padding-right: 0;
	list-style-type: none;
	background: url(_graphics/footer-bullet.png) no-repeat 0 8px;
	margin-left: 5px;
	padding-left: 20px;
	font-weight: bold;
	display: block;
	font-size: 1em;
}

#footerLogo {
	padding-left: 5px;
	padding-right: 5px;
}

#footerLogo img {
	display: block;
	width: 50%;
	margin: 20px auto 40px;
}

#footerBox.row {
	padding-top: 30px;
	padding-bottom: 35px;
}



#footer a:hover {
color: #fff;
	text-decoration: none;
}

#footerLeft {
	text-align: left;
}
#footerRight {
	text-align: right;
}
	
/* Media Queries */



/* XS */

@media(max-width:767px) {

#websiteHeader,
#webpageHolder,
#bottomBit,
#footer {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}

#websiteHeader {
background: #7C786F;
background: linear-gradient(180deg,rgba(124, 120, 111, 1) 0%, rgba(191, 184, 172, 1) 75%);
	height: 155px;
	margin-top: 0px;
}
#websiteTop {
	height: 155px;
}
#topLogo {
	width: 100%;
}
#topLogo img {
	height: 140px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 140px;
}

#topBanner {
	height: 420px;
}
#topBanner img {
	width: 160%;
}
#overlay #headerCaption {
background-color: rgba(0, 0, 0, 0.9);
	position: absolute; 
	padding: 20px;
	width: 100%;
}
#headerCaption {
	bottom: 0px;
}
#topCaption h1 {
	line-height: 1.2em;
	font-size: 1.5em;
}
#bottomCaption {
	font-size: 1em;
}
body.page-id-714 #mainpageHolder h2#top {
	margin-top: 20px;
}

#mainpageHolder #textLeft {
	padding-left: 0px;
	padding-right: 0px;
}
#mainpageHolder #textRight {
	padding-left: 0px;
	padding-right: 0px;
}

img#reviewFeature {
	width: 60%;
	margin-top: 25px;
}

#testimonialFeature img {
	width: 80%;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

#testimonialsLeft,
#testimonialsRight {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}

body.page-id-44 #webpageHolder h1 {
	text-align: center;
}

#servicePanel {
	width: 100%;
}
#logos.three #logoPanel {
	width: 50%;
}
#logos.four #logoPanel {
	width: 50%;
}
#logos.five #logoPanel {
	width: 50%;
}
#logos.six #logoPanel {
	width: 50%;
}
#logos.seven #logoPanel {
	width: 50%;
}

#fooGallery.three .fg-item {
    width: 50%;
}
#fooGallery.four .fg-item {
    width: 50%;
}
#fooGallery.five .fg-item {
    width: 50%;
}
#fooGallery.six .fg-item {
    width: 50%;
}

#sitemapLeft,
#sitemapMiddle,
#sitemapRight
 {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#sitemapLeft li,
#sitemapMiddle li,
#sitemapRight li {
	background: none;
	padding-left: 0px;
	text-align: center;
}

#footer {
	   background: none #000;
}
#footerLinks {
	text-align: center;
}
#footerLinks li a {
	background: none;
	margin-left: 0px;
	padding-left: 0px;
}

#footerLeft,
#footerRight {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
#footerBox.row {
	padding-top: 25px;
	padding-bottom: 28px;
}


}	

/* SM */

@media(min-width:768px){

#websiteHeader,
#webpageHolder,
#bottomBit,
#footer {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}
#websiteHeader {
	background: url(_graphics/new-top-bg.png) 0 bottom repeat-x #fff;
	height: 150px;
	margin-top: 0px;
}

#topLogo {
	width: 20%;
}
#topLogo img {
	height: 120px;
	margin-top: 15px;
	margin-left: 0;
	margin-right: auto;
	width: 120px;
}
#topMiddle {
	width: 80%;
	height: 100px;
}  
#topSocial {
	padding-top: 25px;
	margin-left: auto;
	margin-right: 0;
	display: block;
	width: 55%;
}
#topSocial ul {
	margin-left: auto;
	margin-right: 0;
}
#topSocial ul {
	width: 104px;
}

#topNumbers {
	width: 45%;
}
#topNumbers img {
	margin-left: auto;	
	margin-right: 0px;
	width: 230px;
	height: auto;
	padding-top: 22px;
}

#topnavHolder {
	width: 80%;
	float: right;
}

#topnavHolder li a {
font-size: .8em;
	padding-left: 9px;
	padding-right: 9px;
}
#topnavHolder li#menu-item-74,
#topnavHolder li#menu-item-88 {
	display: none;
}

#topBanner {
	height: 440px;
}
#topBanner img {
	width: 130%;
}
#overlay #headerCaption {
	position: absolute;
	padding: 15px 20px 20px;
	margin-left: 2%;
	width: 96%;
	margin-right: 2%;
}
#headerCaption {
	bottom: 20px;
}
#topCaption h1 {
	line-height: 1.2em;
	font-size: 1.8em;
}
#bottomCaption {
	font-size: 1.2em;
}

body.page-id-714 #mainpageHolder h2#top {
	margin-top: 20px;
}

#mainpageHolder #textLeft {
	padding-left: 0px;
	padding-right: 0px;
}
#mainpageHolder #textRight {
	padding-left: 0px;
	padding-right: 0px;
}

img#reviewFeature {
	width: 50%;
	margin-top: 25px;
}

#servicePanel {
	width: 50%;
}
#logos.three #logoPanel {
	width: 50%;
}
#logos.four #logoPanel {
	width: 50%;
}
#logos.five #logoPanel {
	width: 50%;
}
#logos.six #logoPanel {
	width: 50%;
}
#logos.seven #logoPanel {
	width: 50%;
}

#fooGallery.three .fg-item {
    width: 33.3%;
}
#fooGallery.four .fg-item {
    width: 25%;
}
#fooGallery.five .fg-item {
    width: 20%;
}
#fooGallery.six .fg-item {
    width: 16.6%;
}

#testimonialFeature img {
	width: 300px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: auto;
}

#testimonialsLeft,
#testimonialsRight {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}

#footer {
	   background: url(_graphics/bottom-bg.png) bottom repeat-x #000;
}

#footerLinks {
	text-align: left;
}
#footerLinks li a {
	background: url(_graphics/footer-bullet.png) no-repeat 0 8px;
	margin-left: 0px;
	padding-left: 20px;
}	

#footerLeft,
#footerRight {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
#footerBox.row {
	padding-top: 25px;
	padding-bottom: 28px;
}


	}


/* MD */

@media(min-width:992px){

#websiteHeader,
#webpageHolder,
#bottomBit,
#footer {
	padding-left: 20px;
	padding-right: 20px;
} 
#topLogo {
	width: 20%;
}
#topLogo img {
	height: 150px;
	margin-top: 0px;
	width: 150px;
}
#topMiddle {
	width: 80%;
	height: 100px;
}  

#topSocial {
	margin-left: auto;
	margin-right: 0;
	display: block;
	width: 60%;
}
#topSocial ul {
	margin-left: auto;
	margin-right: 0;
}

#topNumbers {
	width: 40%;
}
#topNumbers img {
	margin-left: auto;	
	margin-right: 0px;
	width: 250px;
	height: auto;
	padding-top: 20px;
}

#topnavHolder li a {
font-size: .9em;
	padding-left: 8px;
	padding-right: 8px;
}
#topnavHolder li#menu-item-74,
#topnavHolder li#menu-item-88 {
	display: inline;
}

#topBanner {
	height: 520px;
}
#topBanner img {
	width: 118%;
}
#overlay #headerCaption {
	position: absolute; 
	padding: 20px 30px 30px;
	margin-left: 2%;
	width: 96%;
	margin-right: 2%;
}
#headerCaption {
	bottom: 30px;
}
#topCaption h1 {
	line-height: 1.2em;
	font-size: 2em;
}
#bottomCaption {
	font-size: 1.2em;
}

body.page-id-714 #mainpageHolder h2#top {
	margin-top: 0;
}

#mainpageHolder #textLeft {
	padding-left: 0px;
	padding-right: 20px;
}
#mainpageHolder #textRight {
	padding-left: 20px;
	padding-right: 0px;
}

#servicePanel {
	width: 50%;
}
#logos.three #logoPanel {
	width: 33.33%;
}
#logos.four #logoPanel {
	width: 25%;
}
#logos.five #logoPanel {
	width: 20%;
}
#logos.six #logoPanel {
	width: 16.66%;
}
#logos.seven #logoPanel {
	width: 14.28%;
}

img#reviewFeature {
	margin-top: 0px;
	width: 80%;
}

#testimonialFeature img {
	width: 300px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: auto;
}

#testimonialsLeft {
	width: 50%;
	padding-right: 10px;
}
#testimonialsRight {
	width: 50%;
	padding-left: 10px;
}

#footerLeft,
#footerRight {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
#footerBox.row {
	padding-top: 25px;
	padding-bottom: 28px;
}

	}

/* LG */

@media(min-width:1200px){


#topnavHolder li a {
font-size: 1em;
	padding-left: 12px;
	padding-right: 12px;
}

#topBanner {
	height: 600px;
}
#topBanner img {
	width: 112%;
}
#overlay #headerCaption {
	position: absolute; 
	padding: 30px;
}
#headerCaption {
	bottom: 50px;
}
#topCaption h1 {
	line-height: 1.2em;
	font-size: 3em;
}
#bottomCaption {
	font-size: 1.4em;
}


#mainpageHolder #textLeft {
	padding-left: 0px;
	padding-right: 25px;
}
#mainpageHolder #textRight {
	padding-left: 25px;
	padding-right: 0px;
}

#servicePanel {
	width: 33.3%;
}



#footerBox.row {
	padding-top: 30px;
	padding-bottom: 45px;
}
#footerLeft {
	text-align: left;
}
#footerRight {
	text-align: right;
}

	}
	
@media(min-width:1400px){ 

#websiteHeader,
#webpageHolder,
#bottomBit,
#footer {
	padding-left: 10%;
	padding-right: 10%;
}

#topBanner {
	height: 700px;
}
#topBanner img {
	width: 112%;
}
#overlay #headerCaption {
	position: absolute; 
	padding: 20px 30px 30px;
	margin-left: 10%;
	width: 80%;
	margin-right: 10%;
}
#headerCaption {
	bottom: 50px;
}
#topCaption h1 {
	line-height: 1.4em;
	font-size: 2.6em;
}
#bottomCaption {
	font-size: 1.4em;
}



}	

@media(min-width:1600px){ 

#websiteHeader,
#webpageHolder,
#bottomBit,
#footer {
	padding-left: 15%;
	padding-right: 15%;
}
#overlay #headerCaption {
	margin-left: 15%;
	width: 70%;
	margin-right: 15%;
}

#topBanner {
	height: 750px;
}
#topBanner img {
	width: 105%;
}


@media(min-width:1800px){ 

#topBanner {
	height: 800px;
}
#topBanner img {
	width: 100%;
}


}	


	
/* Plug-Ins */


@media screen {

* { margin: 0; padding: 0; }

.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap { width: 960px; margin: 20px auto; }

h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }
h1 { }
h2 { }
h3 { }

p { margin: 0 0 10px 0; }
a { }
a:hover { } 

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0;
	list-style-position: inside;
}

.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }

} /* END screen media */

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decorati
