/*
	Theme Name: Shakespeare Home Improvement 2015
	Theme URI: http://redxwebdesign.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Sarah Moyer
	Author URI: http://www.sarah-moyer.com/
	
	Version: 1.1
  
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Icons
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
		- Shrink
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Centric Charcoal
		- Centric Green
		- Centric Orange
		- Centric Purple
		- Centric Red
		- Centric Yellow
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 480px

*/

.two-columns ul {
		-moz-column-count: 2 !important;
		-moz-column-gap: undefinedpx !important;
		-webkit-column-count: 2 !important;
		-webkit-column-gap: undefinedpx !important;
		column-count: 2 !important;
		column-gap: undefinedpx !important;
	}

.blog-categories {
    font-size: 16px;
    line-height: 1.25;
    color: #b3afa9;
    margin-bottom: 25px;	
}

.blog-categories a {
	color: #a8a29a;
}

.blog-categories a:hover {
	color: #860000;
}

.genesis-nav-menu .menu-item:first-child {
    border-left: 1px solid #860000;
}

.category-projects .entry-header .entry-meta {
/* 	display: none; */
}

.alignright .metaslider {
	float: right;
	margin-right: 30px;
}

.osc-res-tab .nav {
	margin-left: 0;
}

.osc-res-tab .nav>li a:before {
    bottom: 0;
    background: url(images/arrow-progress-bar.png);
    content: ' ';
    height: 40px;
    position: absolute;
    right: -14px;
    width: 14px;
    z-index: 2;
}

div.osc-res-tab .nav-pills>li.active:before {
	border-left: 17px solid white;
}

.nav-pills>li>a {
	border-radius: 0;
}

div.osc-res-tab .nav>li>a {
    padding: 5px 5px 5px 22px;
    text-decoration: none;
    color: #860000;
    background: #e0dcd6;
    
    -webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;

}

.osc-res-tab .nav>li>a:hover, 
.osc-res-tab .nav>li>a:focus {
    background: white;	
}

div.osc-res-tab a {
    color: #860000;
}

div.osc-res-tab .nav-pills>li.active>a, 
div.osc-res-tab .nav-pills>li.active>a:hover, 
div.osc-res-tab .nav-pills>li.active>a:focus {
	color: #860000;
	background: white;
}


.osc-res-tab .nav>li:hover a:before,
.osc-res-tab .nav>li.active a:before {
    background: url(images/arrow-progress-bar-white.png);
}
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#2e2f33}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

blockquote:before,
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

blockquote:after,
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #f2f2f2;
	color: #000000;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 19px;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #2e2f33;
	color: #fff;
}

::selection {
	background-color: #2e2f33;
	color: #fff;
}

a {
	color: #860000;
	text-decoration: none;
}

.content a:hover,
.sidebar a:hover,
a:hover {
/* 	color: #2e2f33; */
}

.entry-content a {
	text-decoration: underline;
}

.entry-content p a:hover {
	text-decoration: none;
	background: white;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	background: white;
	border-radius: 2px;
	border: 4px solid rgba(0,0,0,0.1);
	margin: 28px 0;
	padding: 20px 30px;
	clear: both;
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
	font-family: 'Helvetica Neue', sans-serif;
	text-transform: uppercase;
	margin: 5px 0 10px;
}

blockquote p {
	margin: 0 0 6px;
}

blockquote img {
	margin: 0 0 6px;
}

.nowrap {
	white-space: nowrap;
}

hr {
	border: 3px solid #860000;
	margin: 60px 0;
}

hr + h2 {
	margin: -30px 0 40px;
}

span.dashicons, 
span.dashicons-before:before {
	font-size: 30px;
	opacity: 0.8;
	padding-left: 10px; 
}

.border {
	border: 1px solid #ddd;
	background-color: white;
    padding: 5px;
}

.pdf {
    margin-top: 2px;
    margin-left: 2px;
}

.pdf-ribbon {
    background: url(images/ribbon-pdf.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
}

.small {
	font-size: 80%;
}

.clearright {
	clear: right;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Amiri', serif;
	font-weight: 700;
/* 	line-height: 1.2; */
	line-height: 1;
	margin: 0 0 15px;
	letter-spacing: -1px;
}

h1 {
	font-size: 37px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}


h4 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -1px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Icons
--------------------------------------------- */

.features {
	text-align: center;
}

.features .dashicons {
	font-size: 64px;
	height: 64px;
	margin: 0 0 20px;
	width: 64px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.category-featured-projects .post-image,
.category-projects .post-image {
	border: 3px solid #eee;
}
 
.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #2e2f33;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #2e2f33;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #2e2f33;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #860000;
    border-bottom: 3px solid #5e0000;
    border-radius: 2px;
    box-shadow: 3px 3px rgba(0,0,0,0.1);
    color: white;
	cursor: pointer;
    margin-bottom: 20px;
    padding: 8px 30px 5px 20px;
	text-align: center;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background: #797268;
    border-color: #5a5248;
    box-shadow: none;
    color: white;
}

.button.services {
opacity: .55;
    background-color: #cccccc;
    border: 1px solid #860000;
    border-radius: 0;
    color: #860000;
    padding: 8px 20px 5px;
	opacity: .55;
}

.button.services:hover {

	opacity: 1;
}

.centric-pro-home .color-section button,
.centric-pro-home .color-section input[type="button"],
.centric-pro-home .color-section input[type="reset"],
.centric-pro-home .color-section input[type="submit"],
.centric-pro-home .color-section .button,
.centric-pro-home .color-section .more-link,
.site-header .widget-area button,
.site-header .widget-area input[type="button"],
.site-header .widget-area input[type="reset"],
.site-header .widget-area input[type="submit"],
.site-header .widget-area .button {
	background-color: #fff;
	color: #2e2f33;
}

.centric-pro-home .color-section button:hover,
.centric-pro-home .color-section input:hover[type="button"],
.centric-pro-home .color-section input:hover[type="reset"],
.centric-pro-home .color-section input:hover[type="submit"],
.centric-pro-home .color-section .button:hover,
.centric-pro-home .home-widgets .color-section .more-link:hover,
.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #2e2f33;
	color: #fff;
}

.centric-pro-home .dark-section button,
.centric-pro-home .dark-section input[type="button"],
.centric-pro-home .dark-section input[type="reset"],
.centric-pro-home .dark-section input[type="submit"],
.centric-pro-home .dark-section .button,
.centric-pro-home .dark-section .more-link,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.footer-widgets .wrap .button {
	background-color: #484a4e;
	color: #fff;
}

.centric-pro-home .dark-section button:hover,
.centric-pro-home .dark-section input:hover[type="button"],
.centric-pro-home .dark-section input:hover[type="reset"],
.centric-pro-home .dark-section input:hover[type="submit"],
.centric-pro-home .dark-section .button:hover,
.footer-widgets button:hover,
.footer-widgets .wrap input:hover[type="button"],
.footer-widgets .wrap input:hover[type="reset"],
.footer-widgets .wrap input:hover[type="submit"],
.footer-widgets .wrap .button:hover {
	background-color: #eee;
	color: #2e2f33;
}

.centric-pro-home .dark-section .more-link:hover,
.content .button:hover,
.sidebar .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.entry-content a.button {
	text-decoration: none;
}

.content .button:hover {
	background: #797268;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.home-featured .more-link,
.home-widgets .more-link {
	background-color: #2e2f33;
	border-radius: 50px;
	color: #fff;
	display: block;
	display: table;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	margin: 20px auto 0;
	max-width: 200px;
	padding: 10px 24px;
	text-align: center;
	text-transform: uppercase;
}

.home-featured .more-link:hover,
.home-widgets .more-link:hover {
	background-color: #797268;
	color: #fff;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 300;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	background-color: #f2f2f2;
	clear: both;
}

.centric-pro-landing .site-inner {
	margin: 80px auto;
	padding: 0 80px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	padding: 30px 0;
	width: 860px;
}

.centric-pro-home .content {
	padding: 0;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	padding: 30px 0;
	width: 310px;	
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
	font-size: 24px;
}

.author-box {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding-bottom: 80px;
}

.author-box-title {
	font-size: 18px;
	margin-bottom: 16px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.page-title {
  color: #e5e5e5;
  padding: 2px 0;
  background-color: #860000;
}

.page-title .archive-title,
.page-title .entry-title {
  font-size: 37px;
  font-weight: 700;
  text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
  margin: 13px 0 3px;
}

.entry-title {
	font-size: 36px;
}

.home .entry-title {
	color: #e5e5e5;
    background-color: #860000;
    padding: 22px 40px 16px;
    margin: 50px 0 0;
    font-size: 45px;
}

.content .entry-title a,
.sidebar .widget-title a {
	color: #2e2f33;
}

.entry-title a:hover,
.footer-widgets .featured-content .entry-title a:hover {
	color: #797268;
}

.widget-title {
	background: #860000;
	color: #e5e5e5;
	font-size: 35px;
	letter-spacing: -1px;
	margin-bottom: 0;
	padding: 9px 12px 2px;
}

#text-8 .widget-title { /* Showroom Hours */
  background: transparent;
  color: #860000;
  font-size: 30px;
  letter-spacing: -1px;
  padding: 0;
}

.home-widgets .widget-title {
	background: none;
	color: #860000;
	font-weight: bold;
	font-size: 33px;
}

.home-widgets .specialty .widget-title {
	background: #f1f1f1;
    font-size: 45px;
    padding: 10px 0 40px;
    margin: 0 370px;
}

.home-widgets .widget-1 {
	position: relative;
}

.home-widgets .specialty .widget-title:before {
    border-top: 5px solid #a0a0a0;
    border-radius: 50%;
    content: '';
    height: 207px;
    left: 0;
    position: absolute;
    margin: 0 auto;
    top: 25px;
    width: 100%;
    z-index: -1;
}

.footer-widgets .widget-title {
  background-color: transparent;
  color: black;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 600;
  font-size: 23px;
  padding: 0;
  margin: 0;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone {
	display: inline-block;
}

img.alignnone,
.alignnone {
	margin-bottom: 24px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 20px 0;
}

blockquote img.alignleft {
    margin: 0 24px 0 0;
}


a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 24px;
}

blockquote img.alignright {
    margin: 0 0 0 24px;
}

.wp-caption-text {
	text-align: center;
	line-height: 1.3;
    font-size: 16px;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 30px;
	word-wrap: break-word;
}

.site-header .widget {
	margin-bottom: 18px;
}

.site-header .widget:last-child,
.widget-area .widget:last-child {
	margin-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border: none;
	margin-bottom: 0;
}

.featuredpost .entry {
  background-color: white;
  border: 1px solid #c9c9c9;
  border-top: none;
  padding: 25px;
}

.featured-content .entry p {
	margin: 0;
}

.featured-content a.more-link {
	display: block;
}

.widget-area .featured-content .entry-title a:hover {
	color: #000;
}

.featured-content .entry-title {
  font-size: 21px;
    font-style: italic;
  font-weight: bold;
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 1;
  margin: 0 0 2px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */


.enews-widget form {
	position: relative;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="email"] {
	margin-bottom: 0;
}

.enews-widget input[type="submit"] {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border: 1px solid #484a4e;
	bottom: 0;
	color: #fff;
	height: 53px;
	margin: 0;
	padding: 16px 24px;
	position: absolute;
	right: 0;
}

.enews-widget input:hover[type="submit"] {
	border-color: #fff;
	border-left-color: #484a4e;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.home-widgets .tweet-text {
	display: block;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}

.home-widgets .latest-tweets span a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.home-widgets .latest-tweets .tweet-details {
	display: block;
	line-height: 1;
}

.home-widgets .latest-tweets .tweet-details:before {
	content: "\f301";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.home-widgets .latest-tweets .last a {
	border: 2px solid #fff;
	display: inline-block;
	margin-top: 20px;
	padding: 16px 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.widget #genesis-responsive-slider,
.widget #genesis-responsive-slider .flexslider {
    background-color: transparent;
    border: none;
    padding: 0;
}

.widget #genesis-responsive-slider .slide-excerpt {
    background-color: #2e2f33;
    margin: 0;
    opacity: 0.9;
}

html > body .widget .slide-excerpt-border {
    border: none;
}

.widget #genesis-responsive-slider h2 a:hover {
    color: #ccc;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 18px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper.gf_browser_ie .gform_footer input.button,
div.gform_wrapper .gform_footer input[type=submit] {
	font-size: 16px;
	padding: 16px 24px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons li a {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.simple-social-icons li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

/* Foogallery
--------------------------------------------- */

.foogallery-container {
	clear: both;
	margin-bottom: 28px; /* same as p */
}


/* Testimonials
--------------------------------------------- */

.testimonials {
	background: black;
}

.testimonials .widget-title {
	display: none;
}

.testimonials .textwidget {
	padding-bottom: 13px;
}

.sldr_title {
	background: #e5e5e5 !important;
	color: #860000 !important;
	font-family: 'Amiri', serif !important;
	font-size: 32px !important;
	font-weight: bold !important;
	letter-spacing: -1px;
	line-height: 1.2;
	margin: 25px 25px 0 0 !important;
	padding: 5px 0 1px 14px;
}

div.testimonial_slider__textonly .testimonial_content_wrap {
	border: none !important;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 18px;
	line-height: 1.4;
}

div.testimonial_slider__textonly .testimonial_content_wrap:before {
	display: none;
}

.testimonial_slider__textonly .testimonial_by_wrap .testimonial_site,
.testimonial_slider__textonly .testimonial_content {
	color: #cccccc !important;
	font-family: 'Helvetica Neue', sans-serif !important;
	font-size: 18px !important;
	font-weight: lighter !important;
    letter-spacing: 0.05em;
	line-height: 1.5 !important;
	margin: 0 !important;
	padding: 25px !important;
	width: 100% !important;	
}

.testimonial_slider__textonly p.more {
	position: absolute;
    bottom: 10px;
    right: 24px;
    margin-bottom: 0;
}

div.testimonial_slider__textonly .testimonial_content_wrap:after {
	content: none;
}

div.testimonial_slider__textonly p.more a {
	color: #7d7d7d;
	text-decoration: none;
}

div.testimonial_slider__textonly p.more a:hover {
	color: #cccccc;
}

div.testimonial_slider__textonly .testimonial_by_wrap .testimonial_by_inner {
	margin: 0 25px;	
}

div.testimonial_slider__textonly .testimonial_by_wrap .testimonial_by {
	color: #cccccc !important;
	font-family: "Kaushan Script", cursive !important;
	font-size: 22px !important;
	line-height: 1.5 !important;
	text-transform: inherit !important;
}

div.testimonial_slider__textonly .testimonial_by_wrap .testimonial_site {
	font-style: italic !important;
	padding: 0 !important;
}

div.testimonial_slider__textonly a.testimonial_prev {
	background: url(images/icon-testimonial-arrows.png) 8px center no-repeat #5e0000 !important;
	bottom: 6px !important;
	left: auto !important;
	padding: 14px 12px;
	right: 50px;
	color: transparent;
}

div.testimonial_slider__textonly a.testimonial_next {
	background: url(images/icon-testimonial-arrows.png) -22px center no-repeat #5e0000 !important;
	bottom: 6px !important;
	padding: 14px 12px;
	right: 20px !important;		
	color: transparent;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #e9e9e9;
	box-shadow: 0 10px 10px rgba(0,0,0,0.8);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header .wrap {
	min-height: 160px;
}

.bumper {
	min-height: 168px;
}

/*
.home .bumper {
	min-height: 225px;
}
*/

.site-header .wrap {
	padding: 2px 0;
	max-width: 1200px;
}

.site-header,
.site-header .wrap,
.site-description {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: 'Spinnaker', sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
	text-transform: uppercase;
}

.header-image .site-title > a {
	float: left;
	min-height: 162px;
	width: 100%;
}

.site-description {
    height: 0;
    text-indent: -9999px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #393939;
	float: right;
	text-align: right;
	padding-top: 16px;
	width: 815px;
}

.site-header .widget-area .header-contact-info,
.site-header .widget-area .address,
.site-header .widget-area .bullet,
.site-header .widget-area .phone {
	vertical-align: middle;
	font-size: 18px;
}

.site-header .widget-area .address {
	font-weight: 600;
}

.site-header .widget-area .address span:first-child {
/* 	padding-right: 7px; */
}

.site-header .widget-area .bullet {
	color: #8d8d8d;
	font-size: 40px;
	line-height: 0.6;
	padding: 0 15px;
}

.site-header .widget-area .phone a {
	background: url(images/icon-phone.jpg) right center no-repeat transparent;
	font-size: 110%;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 1px;
	padding: 3px 42px 3px 8px;
}

.site-header .widget-area .widget_nav_menu {
	margin-bottom: 0;
}

.site-header .widget-area .free-consultation a {
	background:  #860000;
	padding: 17px 18px;
	color: white;
	letter-spacing: 0;
	font-weight: 400;
	font-style: italic;
}

.site-header .widget-area .free-consultation a:hover {
	background:  #121212;
}

.site-header .widget-area a.awards {
  background: none;
  color: black;
  display: inline-block;
  font-style: italic;
  font-size: 15px;	
  line-height: 1;
  padding: 13px 0 0;
}

.site-header .widget-area a.awards.icon-voted {
	background: url(images/icon-voted.png) left center no-repeat;
	padding: 18px 0 8px 110px;
}

.site-header .widget-area a.awards.icon-award {
	background: url(images/icon-award.png) left center no-repeat;
	padding: 18px 0 8px 110px;
}

/* Shrink
--------------------------------------------- */

.site-header.shrink {
	background-color: rgba(233, 233, 233, 0.9);
}

.site-header.shrink .wrap {
	min-height: 134px;
}

.shrink .site-title {
	padding-top: 10px;
}

.header-image .shrink .site-title {
	padding: 0;
}

.header-image .shrink .site-title > a {
	min-height: 134px;
}

.site-header.shrink .widget-area a.awards {
	display: none;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;

}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	-webkit-font-smoothing: subpixel-antialiased;
	clear: both;
	font-size: 18px;
	line-height: 0.6;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	margin-left: -5px; /* Remove spacing between inline-block elements */
}

.genesis-nav-menu li a {
	background: white;
	border-top: 1px solid #860000;
	border-bottom: 1px solid #860000;
	color: #860000;
	display: block;
	line-height: 1.2;
	padding: 17px 13px;	
}

.genesis-nav-menu li:hover > a,
.genesis-nav-menu li a:hover {
	background-color: #860000;
	color: white;
}

.genesis-nav-menu .current-menu-item > a {
    background-color: #fafafa;
}

.genesis-nav-menu .sub-menu {
	background-color: black;
	background-color: rgba(0,0,0,0.8);
	left: -9999px;
	opacity: 0;
	padding: 10px 0 12px;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 270px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background: transparent;
	border: 0;
	color: #CCCCCC;
	font-size: 15px;
	padding: 6px 25px;
	position: relative;
	width: 270px;
}

ul.genesis-nav-menu .sub-menu a:hover {
	background-color: #860000;
	color: #EFEFEF;
	margin-left: -10px;
	padding: 6px 15px 6px 35px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.8);
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
}

.genesis-nav-menu > .right > a {
	display: inline-block;
}

.genesis-nav-menu > .date {
	padding: 22px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu > .search input[type="search"] {
	font-size: 14px;
	padding: 12px 24px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	position: relative;
	z-index: 98;
}

.nav-primary .genesis-nav-menu li .sub-menu,
.nav-primary {
	background-color: #2e2f33;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

#responsive-menu-icon::before {
	color: white;
	content: "\f0c9";
	font: normal 30px/1.5 'FontAwesome';
	padding: 0 12px 0 0;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	vertical-align: sub;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-widgets .widget {
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.home-widgets .home-widgets-3 .widget {
	max-width: 100%;
}

.stone-background {
	background: url(images/Stone-bkgr.jpg) #000000;
}

.home-featured .home-widgets-1 {
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 30px 0 0;
	font-size: 20px;
}

/* Home Featured Meta Slider */
.home-widgets .widget.left {
	float: left;
	width: 855px;
	margin-right: 35px;
}

.home-widgets-1 .widget_metaslider_widget {
	border: 1px solid black;
	box-shadow: 0 0 32px black;
}

.home-widgets .slides {
	position: relative;
}


.home-widgets .metaslider .flexslider {
    margin: 0;
}
    
ol.flex-control-paging li {
	padding-left: 4px;
}

ol.flex-control-paging li a {
	background: white;
	background: rgba(255,255,255,0.8);
	height: 7px;
	width: 7px;	
}

ol.flex-control-paging li a.flex-active {
	background: #860000;
}

ol.flex-control-nav li a {
	margin: 0 5px;
}

.page .metaslider .flex-control-paging {
    bottom: 8px;
    line-height: 11px; /* for services pages */
    z-index: 2;
}

.page .metaslider .caption-wrap {
	background: transparent;
	opacity: 1;
}

.page .metaslider .caption {
    color: white;
    font-style: italic;
    font-size: 23px;
    font-weight: bold;
    padding: 30px 28px;
	text-align: left;
    text-shadow: 1px 1px rgba(255,255,255,0.8), 
    			-1px -1px rgba(255,255,255,0.8),
    			-1px 1px rgba(255,255,255,0.8), 
    			1px -1px rgba(255,255,255,0.8);
    text-shadow: 2px 2px 2px black, -1px -1px rgba(255,255,255,0.2);
}

ul.flex-direction-nav a {
    width: 60px;
    height: 60px;
    background: url(images/bg_direction_nav.png) no-repeat 0 0;
}
	



/* Home Testimonials */

.home-widgets .widget.right {
	float: right;
	width: 310px;
	clear: none;
}

.home-widgets-2 {
	background: #860000;
	background: rgba(134,0,0,0.8);
	margin-top: 30px;
}

.home-widgets-2 img {
	display: block;
	margin: 12px 0 5px;
}

/* Slick Carousel Slider */
.slider {
    width: 1173px;
    height:200px;
    margin: 20px auto;
    text-align: center;
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-prev,
.slick-next {
    background: url(images/arrow-services.png) 16px center no-repeat #860000;
	border: none;
    border-radius: 50%;
    bottom: 6px !important;
    box-shadow: none;
    color: transparent;
	cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 40px;
    margin-top: -20px;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
	width: 40px;
    z-index: 2;
}

.slick-prev {
    left: 37px;
}

.slick-next {
    background-position: -13px center;
    right: 41px;
}

.slick-prev:hover,
.slick-prev:focus {
    background: url(images/arrow-services.png) 16px center no-repeat #860000;
	border: none;
    left: 34px;
}

.slick-next:hover,
.slick-next:focus {
    background: url(images/arrow-services.png) -13px center no-repeat #860000;
	border: none;
    right: 38px;
}

.slide-h3 .caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    color: white;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
}

.slide-h3 .caption {
    color: white;
    font-size: 21px;
    font-weight: bold;
    padding: 9px 2px;
}

.slide-h3 a:hover .caption-wrap {
    background: rgba(0,0,0,0.8);
}

.slick-list {
    position: relative;
    display: block;
/*     overflow: hidden; */
    margin: 0;
    padding: 0;
    margin-right: 1px;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-slide {
    display: none;
    float: left;
	opacity: .1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; /* IE 8 */
    height: 200px;
    min-height: 1px;
    position: relative;
    margin-right: 1px;
}

.slick-active {
    opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
}

.slick-track {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { 
	display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url(images/ajax-loader.gif) center center no-repeat;
}

@media only screen and (max-width: 1150px) {

	.slider {
	    width: 400px;
	    height:200px;
	    margin: 20px auto;
	    text-align: center;
	}
	.slide-h3 .caption-wrap {
    	background: black;
    }
}

.home-widgets-3 {
	margin: 60px 0;
	transform-style: preserve-3d;
}

.home-widgets .widget.featuredpage {
	clear: none;
	float: left;
    transform: translateZ(1em);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}

.home-widgets .featuredpage.widget-even {
    -ms-transform: rotate(-7deg) translateZ(-1em); /* IE 9 */
    -webkit-transform: rotate(-7deg) translateZ(-1em); /* Chrome, Safari, Opera */
    transform: rotate(-7deg) translateZ(-1em);
    margin-left: 30px;
}

.home-widgets .featuredpage.widget-even.widget-last {
    -ms-transform: rotate(7deg) translateZ(-1em); /* IE 9 */
    -webkit-transform: rotate(7deg) translateZ(-1em); /* Chrome, Safari, Opera */
    transform: rotate(7deg) translateZ(-1em);
    margin-left: 0px;
}

.home-widgets .featuredpage.widget-even:hover {
    -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
}

.home-widgets .featuredpage.widget-odd:hover {
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
}

.home-widgets .featuredpage.widget-even.widget-last:hover {
    -ms-transform: rotate(5deg); /* IE 9 */
    -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
    transform: rotate(5deg);
}

.home .entry-content {
	background: #e5e5e5;
    border-left: 1px solid #860000;
    border-right: 1px solid #860000;
    padding: 22px 40px 16px;
    margin: 0;
}
    
/* Services Page
--------------------------------------------- */
.clear{clear: both!important;}

.page-id-8 h2{clear:both!important}

.all-services-list {
    position: relative;
    margin-bottom: 45px;
}

.all-services-list:nth-child(2n+1) {
	clear: both;
    margin-left: 0;
}

@media screen and (min-width:1222px){
	.all-services-list .description{margin-right:70px!important;}
}

.all-services-list .caption-wrap {
    position: relative;
    bottom: 53px;
    left: 0;
    background: rgba(0,0,0,0.6);
    color: white;
    margin: 0;
    display: block;
    width: 350px;
    line-height: 1.4em;
}

.all-services-list a:hover .caption-wrap {
	background-color: black;
}

.all-services-list .caption {
    color: white;
    font-size: 21px;
    font-weight: bold;
    padding: 9px 2px;
    text-align: center;
}

.all-services-list a {
    text-decoration: none;
}

/* Idea Gallery for Services Pages
--------------------------------------------- */

h2.product-idea-gallery {
	background: url(images/line-swirl-trim-top.png) repeat-x center top, 
				url(images/line-swirl-trim-bottom.png) repeat-x center bottom white;
	border-bottom: 6px solid #860000;
	border-top: 6px solid #860000;
	font-family: "Kaushan Script", cursive;
	font-size: 40px;
	font-weight: normal;
	padding: 40px 20px;
	margin: 60px 0 28px;
	text-align: center;
}

.idea-gallery .one-third {
    border-right: 6px solid #dcd9d3;
	margin-bottom: 2.564102564102564%;
	border-radius: 3px;	
}

/*
.idea-gallery .one-third:nth-child(1),
.idea-gallery .one-third:nth-child(4),
.idea-gallery .one-third:nth-child(7),
.idea-gallery .one-third:nth-child(10),
.idea-gallery .one-third:nth-child(13) {
*/
.idea-gallery .one-third:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}

.idea-gallery .one-third p {
	border-top: 5px solid #dcd9d3;
	font-weight: bold;
	font-size: 17px;
	line-height: 1;
	padding: 20px 0 14px;
	margin: 0;
}

.idea-gallery a.buttun { /* button */
	background-color: #860000;
	border-bottom: 3px solid #5e0000;
	border-radius: 2px;
    box-shadow: 3px 3px rgba(0,0,0,0.1);
	color: white;
    font-size: 17px;
    	display: inline-block;
	margin-bottom: 15px;
	padding: 8px 20px 5px;
	text-decoration: none;
	min-width: 90%;
}

.idea-gallery a.buttun:hover { /* button */
	background: #797268;
	color: white;
	border-color: #5a5248;
    box-shadow: none;
}

.idea-gallery span.dashicons, 
.idea-gallery span.dashicons-before:before {
	padding: 0;
	float: right;
}

.idea-gallery a.buttun:focus { /* button */
	background: #5a5248;
	color: #CCCCCC;
    box-shadow: 0 3px 3px rgba(0,0,0,0.5) inset;
}

.idea-gallery img {
  text-align: left;
  padding: 3px;
  background-color: white;
  border: 1px solid #ddd;
  width: 170px;
  margin: 0 24px 0 0;
}

/* About Page - Why Choose Us
--------------------------------------------- */

.why-us {
    font-size: 22px;
    margin: 70px 0;
    text-align: center;
    line-height: 1;
}

.why-us div {
	width: 18%;
	float: left;
	margin-left: 2%;
	cursor: pointer;
}

.why-us div.first {
	margin-left: 0;
}

.why-us i {
    display: block;
    font-size: 100px;
    padding: 0 0 3px;	
}

.why-us-1 i,
.why-us-2 i,
.why-us-3 i,
.why-us-4 i,
.why-us-5 i {
    font-size: 150px;
    float: right;
    margin: -20px 0 10px 46px;
    color: #e0dcd6;
}

.why-us-2 i {
	margin: 0 0 46px 46px;
}

.entry-content .why-us a {
	text-decoration: none;
    text-shadow: 2px 2px 5px #ccc;
}

.entry-content .why-us a i:hover,
.entry-content .why-us a:hover {
    text-shadow: none;
    opacity: 0.8;
}

.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

.big-icon i {
	font-size: 200px;
    color: #e0dcd6;
    display: block;
    margin: 20px;
    float: right;
}


 /* About Page - Our Process
--------------------------------------------- */

.our-process {
    font-size: 22px;
    margin: 50px 0;
    text-align: center;
    line-height: 1;
}

.our-process div {
	background-color: #e8e4df;
    border: 1px solid #e0dcd6;
	cursor: pointer;
	float: left;
	margin-left: 2%;
    padding: 20px 0;
	width: 18%;
}

.our-process div:hover {
	background-color: #e0dcd6;
}

.our-process div.first {
	margin-left: 0;
}

.our-process a {
	text-decoration: none;
}

.our-process .number {
	display: block;
    border: 1px solid #ccc;
    font-size: 30px;
    background-color: white;
    width: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    line-height: 2;
}

.process-stages {
	font-size: 46px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #860000;
    font-weight: bold;
    float: right;
    line-height: 2;
    padding: 5px 40px;
    margin-top: -10px;
}

/* Embedded PDF and Website Links Pages
--------------------------------------------- */

.page-pdf .entry-title {
    margin-bottom: 5px;
}

.page-pdf p,
.page-pdf input {
    margin-bottom: 10px;
}

.entry.link > a {
    max-width: 35%;
    float: right;
}

.page-pdf embed {
    border: 4px solid rgba(0,0,0,0.1);
    background-color: white;
    padding: 5px;
    border-radius: 2px;
}


/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.home .entry {
	margin-bottom: 0;
}

.blog .content .post,
.archive .content .post {
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    border-top: 3px solid white;
    border-bottom: 5px solid rgba(0,0,0,0.05);
    padding: 28px 32px 32px;
    margin-bottom: 9px;
}

.archive .testimonial {
    border-bottom: 5px solid rgba(0,0,0,0.05);
    padding: 0 0 50px;
}

.entry.testimonial p {
	margin: 0 0 20px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

/*
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
*/

.entry-content code {
	background-color: #2e2f33;
	color: #ddd;
}

.testimonial .entry-content {
    background: url(images/quote.png) 24px 20px no-repeat rgba(255,255,255,0.7);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    border-top: 3px solid white;
    border-bottom: 5px solid rgba(0,0,0,0.05);
    padding: 25px 60px 25px 65px;
    margin-bottom: 0;
}

.testimonial .entry-content p:last-child {
	margin-bottom: 0;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
/* 	padding-bottom: 80px; */
}

.entry-categories,
.entry-tags {
	display: block;
	line-height: 1.25;
	color: #b3afa9;
}

.entry-categories a,
.entry-tags a {
    color: #a8a29a;
}

.entry-categories a:hover,
.entry-tags a:hover {
    color: #860000;
}

.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.entry-comments-link::before {
	content: "\f125";
	margin-left: 20px;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

.entry-time::before {
	content: "\f145";
}

.testimonial .entry-footer {
	background: url(images/arrow-down-full-testimonial.png) top center no-repeat;
	padding-top: 40px;
}

.testimonial .entry-meta .testimonial_by_inner {
	display: block;
	font-size: 20px;
	margin-bottom: 40px;
}

.testimonial .entry-meta .testimonial_by {
	font-weight: bold;
	font-family: "Kaushan Script", cursive !important;
	font-size: 30px;
	text-align: center;
	display: block;
}

.testimonial .entry-meta .testimonial_site {
	font-style: italic;
	text-align: center;
	display: block;
}

.archive .testimonial .entry-footer {
	background: url(images/arrow-down-full-testimonial.png) top left no-repeat;
	padding-top: 24px;
}

.archive .testimonial .entry-meta .testimonial_by_inner {
	font-size: 16px;
	margin-bottom: 10px;
}

.archive .testimonial .entry-meta .testimonial_by,
.archive .testimonial .entry-meta .testimonial_site {
	text-align: left;
}
.archive .testimonial .entry-meta .testimonial_by {
	font-size: 24px;
}




/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding: 0 0 80px;
}

.after-entry li {
	list-style-type: none;
}

.related-service {
	border-top: 4px solid #e1e1e1;
    padding: 20px 0;
}

.related-service h4 {
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.related-service a {
	background: #ddd;
	padding: 8px 10px;
	border-radius: 4px;
	margin: 0 4px;
}

.related-service a:hover {
	background: white;
}


.prev-next-post-links {
	border-bottom: 1px solid #cbbfae;
	border-top: 1px solid #cbbfae;
	clear: both;
	margin: 28px 0 10px;
}

.prev-next-post-links .prev,
.prev-next-post-links .next {
	display: inline-block;
	width: 50%;
}

.prev-next-post-links .prev a {
	display: block;
	padding: 25px 5%;
}

.prev-next-post-links .next a {
	display: block;
	padding: 25px 5%;
	text-align: right; 
	border-left: 1px solid #cbbfae;
}

.prev a:hover, 
.next a:hover {
	background: rgba(255,255,255,0.5);
	color: #7a7a7a;
}

.all-testimonials-link {
	text-align: center;
	display: block;
}


/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #2e2f33;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #797268;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 80px;
}

.entry-comments,
.entry-pings {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 80px;
}

li.comment {
	border-left: 1px solid #e5e5e5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 40px;
}

.comment-list li li {
	margin-right: -40px;
}

.comment-header a {
	color: #2e2f33;
}

.comment-header a:hover {
	color: #797268;
}

.comment-author,
.comment-reply-link {
	font-weight: 700;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #333;
	font-size: 16px;
	line-height: 1.4;
}

.sidebar-content .sidebar {
	border: none;
	border-right: 1px solid #e5e5e5;
	text-align: right;
}

.sidebar li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
/* 	padding: 0 40px; */
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #cecece;
	border-top: 1px solid #717171;
	font-size: 18px;
	clear: both;
	padding: 42px 0;
}

.site-footer a,
.site-footer a:hover {
  color: #860000;
  font-style: italic;
}

.footer-widgets-1 {
	width: 450px;
}

.footer-widgets-2 {
	text-align: right;
	width: 750px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets .slogan {
	font-style: italic;
	font-weight: 300;
	margin-bottom: 17px;
}

.footer-widgets .directions {
  background-color: #860000;
  float: left;
  padding: 3px 39px 3px 14px;
  margin-top: 4px;
  position: relative;
}

.footer-widgets .directions a {
  color: #e0e0e0;
}

.footer-widgets .directions span {
	position: absolute;
	right: -30px;
	top: -8px;
}

.footer-widgets .address {
  float: left;
  font-weight: 600;
  font-style: italic;
  padding-right: 30px;
  line-height: 1.2;	
}

.footer-widgets .phone {
	clear: left;
    font-size: 22px;
	font-weight: bold;
}

.footer-widgets .license {
	font-size: 15px;
	margin-bottom: 17px;	
}

.footer-widgets .copyright,
.footer-widgets .credit {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}

.footer-widgets .credit a {
	color: black;
	font-style: normal;
}


.footer-widgets .social {
	width: 395px;
	position: relative;
	display: inline-block;
}

.footer-widgets .social .facebook-like-us {
	position: absolute;
	left: 0;
	top: 14px;
	width: 50px;
}

.footer-widgets .social a {
  display: inline-block;
  margin-left: 13px;	
}

.footer-widgets .social a:hover {
	opacity: 0.6;
}

.footer-widgets .associations {
	margin: 0 11px;
}

.footer-widgets-2 .widget:last-child {
	background: white;
	padding: 20px 5px 20px 0;
	clear: both;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Centric Charcoal
--------------------------------------------- */

.centric-pro-charcoal .genesis-nav-menu .sub-menu,
.centric-pro-charcoal {
	background-color: #656d78;
}

.centric-pro-charcoal .entry-title a:hover,
.centric-pro-charcoal .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-charcoal a,
.charcoal {
	color: #656d78;
}

.centric-pro-charcoal .button,
.centric-pro-charcoal .footer-widgets a:hover,
.centric-pro-charcoal .site-footer a:hover {
	color: #fff;
}

.centric-pro-charcoal a:hover {
	color: #2e2f33;
}

.centric-pro-charcoal .footer-widgets a,
.centric-pro-charcoal .site-footer a {
	color: #959595;
}

.centric-pro-charcoal .archive-pagination .active a,
.centric-pro-charcoal .archive-pagination li a:hover,
.centric-pro-charcoal .button:hover,
.centric-pro-charcoal .home-widgets .more-link:hover,
.centric-pro-charcoal .site-header,
.centric-pro-charcoal button:hover,
.centric-pro-charcoal input:hover[type="button"],
.centric-pro-charcoal input:hover[type="reset"],
.centric-pro-charcoal input:hover[type="submit"] {
	background-color: #656d78;
	color: #fff;
}

/* Centric Green
--------------------------------------------- */

.centric-pro-green .genesis-nav-menu .sub-menu,
.centric-pro-green {
	background-color: #37bc9b;
}

.centric-pro-green .entry-title a:hover,
.centric-pro-green .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-green a,
.green {
	color: #37bc9b;
}

.centric-pro-green .button,
.centric-pro-green .footer-widgets a:hover,
.centric-pro-green .site-footer a:hover {
	color: #fff;
}

.centric-pro-green a:hover {
	color: #2e2f33;
}

.centric-pro-green .footer-widgets a,
.centric-pro-green .site-footer a {
	color: #959595;
}

.centric-pro-green .archive-pagination .active a,
.centric-pro-green .archive-pagination li a:hover,
.centric-pro-green .button:hover,
.centric-pro-green .home-widgets .more-link:hover,
.centric-pro-green .site-header,
.centric-pro-green button:hover,
.centric-pro-green input:hover[type="button"],
.centric-pro-green input:hover[type="reset"],
.centric-pro-green input:hover[type="submit"] {
	background-color: #37bc9b;
	color: #fff;
}

/* Centric Orange
--------------------------------------------- */

.centric-pro-orange .genesis-nav-menu .sub-menu,
.centric-pro-orange {
	background-color: #e9573f;
}

.centric-pro-orange .entry-title a:hover,
.centric-pro-orange .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-orange a,
.orange {
	color: #e9573f;
}

.centric-pro-orange .button,
.centric-pro-orange .footer-widgets a:hover,
.centric-pro-orange .site-footer a:hover {
	color: #fff;
}

.centric-pro-orange a:hover {
	color: #2e2f33;
}

.centric-pro-orange .footer-widgets a,
.centric-pro-orange .site-footer a {
	color: #959595;
}

.centric-pro-orange .archive-pagination .active a,
.centric-pro-orange .archive-pagination li a:hover,
.centric-pro-orange .button:hover,
.centric-pro-orange .home-widgets .more-link:hover,
.centric-pro-orange .site-header,
.centric-pro-orange button:hover,
.centric-pro-orange input:hover[type="button"],
.centric-pro-orange input:hover[type="reset"],
.centric-pro-orange input:hover[type="submit"] {
	background-color: #e9573f;
	color: #fff;
}

/* Centric Purple
--------------------------------------------- */

.centric-pro-purple .genesis-nav-menu .sub-menu,
.centric-pro-purple {
	background-color: #987197;
}

.centric-pro-purple .entry-title a:hover,
.centric-pro-purple .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-purple a,
.purple {
	color: #987197;
}

.centric-pro-purple .button,
.centric-pro-purple .footer-widgets a:hover,
.centric-pro-purple .site-footer a:hover {
	color: #fff;
}

.centric-pro-purple a:hover {
	color: #2e2f33;
}

.centric-pro-purple .footer-widgets a,
.centric-pro-purple .site-footer a {
	color: #959595;
}

.centric-pro-purple .archive-pagination .active a,
.centric-pro-purple .archive-pagination li a:hover,
.centric-pro-purple .button:hover,
.centric-pro-purple .home-widgets .more-link:hover,
.centric-pro-purple .site-header,
.centric-pro-purple button:hover,
.centric-pro-purple input:hover[type="button"],
.centric-pro-purple input:hover[type="reset"],
.centric-pro-purple input:hover[type="submit"] {
	background-color: #987197;
	color: #fff;
}

/* Centric Red
--------------------------------------------- */

.centric-pro-red .genesis-nav-menu .sub-menu,
.centric-pro-red {
	background-color: #e14d43;
}

.centric-pro-red .entry-title a:hover,
.centric-pro-red .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-red a,
.red {
	color: #e14d43;
}

.centric-pro-red .button,
.centric-pro-red .footer-widgets a:hover,
.centric-pro-red .site-footer a:hover {
	color: #fff;
}

.centric-pro-red a:hover {
	color: #2e2f33;
}

.centric-pro-red .footer-widgets a,
.centric-pro-red .site-footer a {
	color: #959595;
}

.centric-pro-red .archive-pagination .active a,
.centric-pro-red .archive-pagination li a:hover,
.centric-pro-red .button:hover,
.centric-pro-red .home-widgets .more-link:hover,
.centric-pro-red .site-header,
.centric-pro-red button:hover,
.centric-pro-red input:hover[type="button"],
.centric-pro-red input:hover[type="reset"],
.centric-pro-red input:hover[type="submit"] {
	background-color: #e14d43;
	color: #fff;
}

/* Centric Yellow
--------------------------------------------- */

.centric-pro-yellow .genesis-nav-menu .sub-menu,
.centric-pro-yellow {
	background-color: #f6bb42;
}

.centric-pro-yellow .entry-title a:hover,
.centric-pro-yellow .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-yellow a,
.yellow {
	color: #f6bb42;
}

.centric-pro-yellow .button,
.centric-pro-yellow .footer-widgets a:hover,
.centric-pro-yellow .site-footer a:hover {
	color: #fff;
}

.centric-pro-yellow a:hover {
	color: #2e2f33;
}

.centric-pro-yellow .footer-widgets a,
.centric-pro-yellow .site-footer a {
	color: #959595;
}

.centric-pro-yellow .archive-pagination .active a,
.centric-pro-yellow .archive-pagination li a:hover,
.centric-pro-yellow .button:hover,
.centric-pro-yellow .home-widgets .more-link:hover,
.centric-pro-yellow .site-header,
.centric-pro-yellow button:hover,
.centric-pro-yellow input:hover[type="button"],
.centric-pro-yellow input:hover[type="reset"],
.centric-pro-yellow input:hover[type="submit"] {
	background-color: #f6bb42;
	color: #fff;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1360px) {
		
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		max-width: 70%;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 100px 0;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		margin-bottom: -108px;
		margin-top: -100px;
	}
	
	.home-widgets .featuredpage .entry-content {
		margin-bottom: 100px;
	}
	
	.home-widgets .widget.left {
		width: 795px;
    }
    
    .home-widgets .specialty .widget-title {
    	margin: 0 320px;
    }
	
	.home-widgets .featuredpage.widget-even {
	    margin-left: 0;
    }
    
    .home-widgets .featuredpage .widget-wrap {
	    padding: 30px 0;
	}
    
}

@media only screen and (max-width: 1223px) {

	.content {
		width: 740px;
	}

	.home-widgets .featuredpage .widget-wrap,
	.home-widgets .widget,
	.wrap {
		max-width: 1140px;
	}
	
	.home-widgets .featuredpage .widget-wrap,
	.home-widgets .widget,
	.wrap {
		max-width: 960px;
	}
	
	.site-header .wrap {
		max-width: 1023px;
		min-height: 152px;
	}
	
	.bumper {
		min-height: 152px;
	}

	.title-area {
		width: 330px;
	}
	
	.site-header .widget-area {
		width: 671px;
		padding-top: 10px;
	}
	
	.site-header .widget {
		margin-bottom: 10px;
	}
	
	.header-image .site-title > a {
		background-size: 330px 152px !important;
		min-height: 147px;
	}

	.site-header .widget-area .phone a {
	  background: transparent;
	  font-size: 110%;
	  font-weight: 600;
	  font-style: italic;
	  letter-spacing: 1px;
	  padding: 3px; 
	 }
	 
	.site-header .genesis-nav-menu > li > a {
		padding: 17px 5.5px;
		font-size: 17px;
	}
  
	.site-header .widget-area .free-consultation a {
		padding: 17px 10px;
	}  
	
	.site-header.shrink .wrap {
		min-height: 124px;
	}
	
	.header-image .shrink .site-title > a {
		min-height: 116px;
	}

	.site-header .widget-area .phone,
	.site-header .widget-area .address {
		font-size: 15px;
	}
	
	.site-header .widget-area .bullet,
	.site-header .widget-area .address span:first-child {
		padding: 0;
	}

	.content {
		width: 620px;
	}

	.sidebar-primary {
		width: 300px;
	}
		
	.home-widgets .widget.left {
		max-width: 615px;
		width: 100%;
    }
	
    .home-widgets .widget.featuredpage {
    	clear: both;
		float: none;
    }
    
	.home-widgets .featuredpage .widget-wrap {
	    padding: 10px 0;
	}
	
	.home-widgets .specialty .widget-title {
	    margin: 0 240px;
	}
	
	.home-widgets .specialty .aligncenter {
	    display: block;
	    margin: 0 auto;
	}
	
	.widget-title {
	    padding: 9px 5% 2px;
    }
    
    .why-us div,
	.our-process div {
		width: 31%;
		margin-bottom: 15px;
	}

	.why-us i {
	    font-size: 90px;
	}

	.our-process div:nth-child(4) {
		margin-left: 0;
	}
		
	.all-services-list .caption-wrap {
	    width: 302px;
	}

    .site-footer .wrap {
		max-width: 752px;
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {
		text-align: center;
		width: 100%;
	}

	.footer-widgets-1 {
		margin-bottom: 30px;
	}
	
	.footer-widgets .address {
		float: none;
		padding: 0;
	}
	
	.footer-widgets .directions {
		float: none;
		margin: 17px auto 12px;
		width: 137px;
	}
	
	.footer-widgets .social {
		width: 390px;
		padding-left: 50px;
	}
		
	.category-projects .post-image {
	    float: none;
	    margin-left: 0;
	}

}

@media only screen and (max-width: 1220px) and (min-width: 1023px) {

	.testimonial_slideri,
	.testimonial_slider__textonly .testimonial_slider_instance {
		height: 250px !important;
	}

	.testimonial_content_wrap,
	div.testimonial_slider__textonly .testimonial_content span {
	    height: 168px !important;
    }	
    
	div.testimonial_slider__textonly .testimonial_content {
		height: 137px;
	}

	.testimonials .textwidget {
	    padding-bottom: 8px;
	}
	
	.sldr_title {
    	font-size: 30px !important;
    }

}

@media only screen and (max-width: 1023px) {

	.wrap {
		max-width: 782px;
	}

	.content,
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
    .wrap,
	.site-header .wrap,
	.site-header.shrink .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

	.header-image .bumper {
		min-height: 0; /* logout and check before changing this number */
	}

	.site-header {
		position: relative; /* remove fixed positioning */
	}
	
	.header-image .shrink .site-title > a {
		min-height: 147px; /* maintain normal size on scroll */
	}
	
	.site-header .widget-area a.awards,
	.site-header.shrink .widget-area a.awards {
		display: block;
	}
	  
	.site-header .widget-area {
		text-align: center;
		padding: 0;
	}
			
	.site-header .widget-area .bullet {
		display: none;
	}
	
	.site-header .widget-area .phone {
		display: block;
	}

	.site-header .widget-area .phone a {
		background: url(images/icon-phone.jpg) right center no-repeat transparent;
		background-size: 20px;
		padding: 3px 27px 3px 8px;
	}

	.header-image .site-title > a {
		background-position: top !important;
	}

	.site-header .widget-area a.awards.icon-voted,
	.site-header .widget-area a.awards.icon-award {
		padding: 8px 0 8px 110px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
		
	.home-widgets .featuredpage .entry-title,
	.home-widgets-1 h1,
	.page-title .archive-title,
	.page-title .entry-title {
		font-size: 36px;
	}
	
	.home-widgets .widget.left {
		float: none;
    }
    
    .home-widgets .widget.right {
	    float: none;
	    margin-top: 30px;
    }

	.home-widgets .specialty .widget-title {
    	margin: 0;
	}
	
	.content {
		padding-bottom: 0;
	}

	.sidebar {
		border: none;
		margin: 0;
		padding: 0 0 80px;
	}

	.sidebar .widget {
		padding: 0;
	}

	.all-services-list a {
		margin: 0 auto;
		display: block;
		max-width: 350px;
	}		

	.all-services-list .caption-wrap {
	    width: 100%;
	    max-width: 350px;
	    position: static;
	    margin-top: -8px;
	    margin-bottom: 20px;
	    background-color: black;
	}

	.all-services-list a:hover .caption-wrap {
		background-color: #860000;
	}

	.all-services-list .caption	{
		font-size: 19px;
	}
	
	.sidebar { 
	    text-align: center;
	}

	.sidebar .facebook-feed {
	    text-align: left;
	}

	.sidebar .testimonials .widget-first {
	    background: black;
	}

	.sidebar .testimonials .widget-first {
	    max-width: 310px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 782px) {

	body {
/* 		font-size: 16px; */
	}
	
	.site-header .wrap {
		min-height: 100px;
	}
		
	.admin-bar .site-header {
		top: 46px;
		z-index: 499;
	}	
	
	.site-header .widget-area .bullet,
	.site-header .widget-area .cta {
		display: none;
	}
		
	.site-header .widget-area .phone a {
		background-size: auto;
		font-size: 26px;
		padding: 3px 42px 3px 8px;
	}

	.site-header .genesis-nav-menu li a,
	ul.genesis-nav-menu .sub-menu a:hover,
	.site-header .widget-area .free-consultation a {
		padding: 22px;
		border: 1px solid #ccc;
	}
	
	.responsive-menu {
		display: none;
	}
	
	#responsive-menu-icon {
	    background-color: #860000;
	    color: rgba(255,255,255,0.6);
		display: block;
	    font-size: 18px;
	    font-weight: normal;
		letter-spacing: 2px;
	    line-height: 1;
	    padding: 9px;
		text-transform: uppercase;
		vertical-align: middle;
	}
	
	.responsive-menu > .menu-item-has-children:before {
		background: #f1f1f1;
		border: 1px solid white;
		color: #860000;
		content: "\f0d7";
		cursor: pointer;
	    float: right;
	    font: normal 20px/1 'FontAwesome';
	    height: 20px;
		padding: 22px 30px 18px;
		margin: 2px;
	    right: 0;
	    text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
	    content: "\f0d8";
	}

	.genesis-nav-menu .menu-item {
    	display: block;
    	margin: 0;
    }

	.genesis-nav-menu .sub-menu {
	    background: none;
	    display: none;
	    left: 0;
	    opacity: 1;	
	    padding: 0;	
	    position: static;
	    width: 100%;
	}
	
	ul.genesis-nav-menu .sub-menu a {
	    background-color: #f6f6f6;	
	    color: #860000;
	    width: 100%;
		padding-left: 7%;
	}
	
	ul.genesis-nav-menu .sub-menu a:hover {
	    color: white;
	    margin: 0;
		padding-left: 7%;
		box-shadow: none;
	}
	
	.alignright,
	a.alignright, 
	img.alignright, 
	.wp-caption.alignright,
	.alignleft,
	a.alignleft, 
	img.alignleft, 
	.wp-caption.alignleft {
		float: none;
		max-width: 100%;
		text-align: center;
		margin: 10px auto;
		display: block;
	}
	
	blockquote img.alignright {
		float: none;
		margin: 0 auto;
	}
	
	blockquote {
		text-align: center;
	}
	
	blockquote a {
/* 	    white-space: normal; */
	}
	
	.anchor {
    	top: -20px;
    }
    
    hr {
	    margin: 30px 0;
	}
	
	hr + h2 {
	    margin: 0 0 40px;
	}
	    
	.pricing-table .one-third,
	.pricing-table .one-third:nth-child(3n+1),
	.pricing-table .one-third:nth-child(3n+3) {
		margin: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.site-header {
		padding: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.content .entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.home-widgets .featuredpost .entry,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.home-widgets-1 h1,
	.page-title  .archive-title,
	.page-title .entry-title {
		font-size: 30px;
	}
	
	.home-featured .entry-content > p:last-child,
	.home-widgets .entry-content > p:last-child {
		margin-bottom: 28px;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 18px 40px;
	}
	
	.site-header .widget {
		margin-bottom: 0;
	}
		
	.site-header .widget-area a.awards.icon-voted,
	.site-header .widget-area a.awards.icon-award {
		padding: 14px 0 8px 110px;
	}

	.arrow a:before {
		font-size: 20px;
		height: 20px;
		width: 20px;
	}
	
	.all-services-list.one-third {
		width: 350px;
		margin: 0 auto;
		float: none;
	}

	.why-us {
	   line-height: 1;
	}

	.why-us i {
		padding: 0 0 5px;
	}
	
	.why-us div {
	    width: 48%;
	}

	
	.why-us div:nth-child(odd) {
	    margin-left: 0;
	}

	.big-icon i {
	    font-size: 150px;
	}

	.footer-widgets-1 {
		margin-bottom: 77px;
	}
	
	.footer-widgets .widget-title {
		font-size: 20px;
	}
	
	.footer-widgets .slogan {
		font-size: 14px;
	}

	.footer-widgets .social {
		width: 100%;
		padding: 0;
	}

	.footer-widgets .social .facebook-like-us {
		left: 41%;
		top: -51px;
	}	
}

@media only screen and (max-width: 600px) {
	
	.our-process div {
		width: 48%;
	}

	.our-process div:nth-child(odd) {
		margin-left: 0;
	}

	.our-process div:nth-child(even) {
		margin-left: 3%;
	}

	.page .metaslider .caption-wrap {
		position: static;
	}
	
	.page .metaslider .caption {
	    padding: 8px 28px;
	    text-align: center;
		background: black;
	}
	
	.page .metaslider .flex-control-paging {
    	bottom: 50px;
    }
}

@media only screen and (max-width: 480px) {
	
	.header-image .site-title > a {
		background-size: contain !important;
	}
	
	.why-us div,
	.our-process div:nth-child(even),
	.our-process div {
	    width: 100%;
	    margin-left: 0;
	}
	
	.why-us div {
	    margin-bottom: 30px;
	}
		
	.big-icon i,
	.why-us-1 i,
	.why-us-2 i,
	.why-us-3 i,
	.why-us-4 i {
	    font-size: 100px;
	    margin: -20px auto 0;
	}
		
	.page .metaslider .flex-control-paging {
    	bottom: 77px;
    }
}

