/*
Theme Name: Gen Con 3
Theme URI: http://construct-gencon-3.ourwpstudio.com/
Description: A theme to showcase luxury home services.
Author: Professional Web Services
Author URI: http://www.godaddy.com/

Version: 1.0.0

Template: genesis
Template Version: 2.2.0

License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen reader text
- 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
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- After Header
- Site Navigation
	- Accessible menu
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Responsive Menu
- Content Area
	- Front Page
	- Flexible Widgets
	- Entries
	- After Entry
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1280px
	- Max-width: 1220px
	- Max-width: 1040px
	- Max-width: 880px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#1a212b}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:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

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

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

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


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

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

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
	background-color: #1a212b;
	color: #1a212b;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

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

a {
	color: #1a212b;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #1a212b;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px dotted #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 12px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 20px;
	color: #000;
}

h1 {
	font-size: 42px;
	font-size: 4.2rem;
}

h2 {
	font-size: 36px;
	font-size: 3.6rem;
	color: #000;
}

h3 {
	font-size: 30px;
	font-size: 3rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 48px;
	font-size: 4.8rem;
	color: #000;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	padding: 10px;
	width: 100%;
}

.textarea-wrap textarea {
	height: 120px !important;
}

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

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

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
	background-color: #B81C1F;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	line-height: 1;
	padding: 20px 24px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	border: 1px solid transparent;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.widget .button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.widget .button:focus {
	background-color: #fff;
	color: #293545;
	border-color: #293545;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus,
.front-page-3 button:hover,
.front-page-3 input:hover[type="button"],
.front-page-3 input:hover[type="reset"],
.front-page-3 input:hover[type="submit"],
.front-page-3 .button:hover,
.front-page-3 button:focus,
.front-page-3 input:focus[type="button"],
.front-page-3 input:focus[type="reset"],
.front-page-3 input:focus[type="submit"],
.front-page-3 .button:focus {
	background-color: #fff;
	color: #000;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
    background-color: #ddd;
    color: #777;
    cursor: not-allowed;
}

.button {
	display: inline-block;
}

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 10px;
}

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

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

tbody {
	border-bottom: 0px dotted #ddd;
}

td,
th {
	text-align: left;
}

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

th {
	font-weight: 300;
}

/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #1a212b;
	font-family: sans-serif;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


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

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

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

.site-inner {
	clear: both;
}

.front-page .site-inner {
	max-width: 100%;
	padding: 0;
}

.landing-page .site-inner {
	max-width: 960px;
}

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

/* ### Content */

.content {
	float: right;
	width: 840px;
}

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

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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	margin-bottom: 40px;
	width: 300px;
}

.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 {
	font-family: 'Lora', serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.author-box {
	background-color: #1a212b;
	color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box a:focus,
.author-box a:hover {
	color: #fff;
}

.content .author-box-title {
	margin-bottom: 4px;
}

.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%;
}

.entry-content .search-form {
	margin-bottom: 60px;
}

.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
--------------------------------------------- */

.entry-title,
h1.archive-title {
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1;
	padding: 15px 40px 10px;
	display: inline-block;
	margin-bottom: 0;
	background-color: rgba(171, 161, 146, 1);
	border: 1px solid #ecdcc7;
	color: #fff;
}

.entry-title a,
.sidebar .widget-title a {
	color: #1a212b;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover  {
	color: #1a212b;
}

.author-box-title,
.archive-title,
.page-title,
.widget-title {
	color: #1a212b;
	font-family: 'Lora', serif;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 2px;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.large-title {
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.2;
}

.small-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

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

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

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}


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

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

.widget-area .widget:last-of-type,
.widget p:last-child,
.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget ul {
	padding-left: 20px;
}

.sidebar .widget ul {
	padding-left: 0;
}

.widget li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #fff;
}

.widget li::before {    
	font-family: 'FontAwesome';
	content: '\f00c';
	/*margin:0 5px 0 -15px;*/
}

.differentiators li::before {
	color: #f6e8d6;
}

.content .widget li a,
.sidebar .widget li a {
	color: #1a212b;
	text-decoration: none;
}

.widget li a:focus,
.widget li a:hover {
	color: #1a212b;
}

.widget .list li {
	border-bottom: 1px dotted #ddd;
	font-family: 'Lora', serif;
	text-transform: uppercase;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.featuredpage .entry {
	margin-bottom: 0;
	padding: 0;
}

.featuredpost .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry > a img {
	margin-bottom: -8px;
}

.featured-content .entry-title {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 20px;
}

.featured-content ul,
.featured-content .more-from-category,
.featured-content .widget-title {
	clear: both;
}

.flexible-widgets .featured-content .entry {
	padding: 0;
	position: relative;
}

.flexible-widgets .featured-content .entry a.alignnone {
	margin-bottom: 0;
}

.flexible-widgets .featured-content .has-post-thumbnail .alignnone + .entry-header {
	background: -moz-linear-gradient(top,  rgba(34,34,34,0.7) 0%, rgba(34,34,34,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,34,34,0.7)), color-stop(100%,rgba(34,34,34,0)));
	background: -webkit-linear-gradient(top,  rgba(34,34,34,0.7) 0%,rgba(34,34,34,0) 100%);
	background: -o-linear-gradient(top,  rgba(34,34,34,0.7) 0%,rgba(34,34,34,0) 100%);
	background: -ms-linear-gradient(top,  rgba(34,34,34,0.7) 0%,rgba(34,34,34,0) 100%);
	background: linear-gradient(to bottom,  rgba(34,34,34,0.7) 0%,rgba(34,34,34,0) 100%);
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3222222', endColorstr='#00222222',GradientType=0 );
	left: 0;
	padding: 40px;
	position: absolute;
	top: 0;
	width: 100%;
}

.flexible-widgets .featured-content .has-post-thumbnail .alignnone + .entry-header .entry-title a {
	color: #fff;
	text-decoration: none;
}

.flexible-widgets .featured-content .has-post-thumbnail .alignnone + .entry-header .entry-title a:focus,
.flexible-widgets .featured-content .has-post-thumbnail .alignnone + .entry-header .entry-title a:hover {
	color: #1a212b;
}

.flexible-widgets .featured-content .entry a.alignnone + .entry-content,
.flexible-widgets .featured-content .entry a.alignnone + .entry-header + .entry-content,
.flexible-widgets .featured-content .entry a.alignnone + .entry-meta {
	margin-top: 30px;
}

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

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

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

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

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

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

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #1a212b;
	outline: #ccc solid 1px;
}

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

.site-header {
	background-color: #B81C1F;
}

.site-header > .wrap {
	padding: 30px 0 34px;
}

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

.title-area {
	float: left;
	width: 300px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Parisienne', cursive;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.2;
	margin-bottom: 0;
	text-transform: capitalize;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #ecdcc7;
	text-decoration: none;
}

.site-title > a {
    float: left;
    min-height: 75px;
    width: 100%;
    background: url(/wp-content/uploads/2017/01/cropped-H-for-Hamilton-1.jpg);
    background-repeat: no-repeat;
background-size: contain;
}
#branding {width:300px;}

.site-title {
	display: block;
	text-indent: -9999px;
}

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

.site-header .nav-primary {
	float: right;
	text-align: right;
	width: 840px;
	margin-top: 5px;
}

.header-widget-area {
    float: right;
}


/* # After Header
---------------------------------------------------------------------------------------------------- */

.after-header {
	border-bottom: 1px solid #1a212b;
	margin-bottom: 50px;
	padding: 70px 0;
}

.front-page .after-header {
	margin-bottom: 0;
}

.after-header .archive-description p,
.after-header .page-description p,
.after-header .site-description {
	clear: both;
	font-size: 48px;
	font-size: 2rem;
	line-height: 1.2;
	max-width: 720px;
}

.site-description {
    color: #cec0af;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	line-height: 1.2;
    margin-bottom: 0;
}

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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu > .menu-item:last-child {
	margin-right: 0;
}

.genesis-nav-menu a {
	color: #ecdcc7;
	font-size: 17px;
	display: block;
	padding: 22px 15px;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid transparent;
}

.genesis-nav-menu > li.menu-item-has-children > a:focus,
.genesis-nav-menu > li.menu-item-has-children > a:hover {
	border-color: transparent;
}

.genesis-nav-menu > .current-menu-item > a,
.genesis-nav-menu > li > a:focus,
.genesis-nav-menu > li > a:hover {
	background-color: #E85159;
    color: #fff;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover {
	color: #1a212b;
}

.genesis-nav-menu .sub-menu {
	border-top: 2px solid #1a212b;
	left: -9999px;
	margin-top: -2px;
	opacity: 0;
	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: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
color: #ac040c;
}

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

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

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

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

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

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

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

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

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

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

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

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #1a212b;
	font-family: 'Lora', serif;
}

.nav-secondary .genesis-nav-menu a {
	color: #ccc;
	text-decoration: none;
}

.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	color: #1a212b;
}

.nav-secondary .genesis-nav-menu .sub-menu a:focus,
.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #1a212b;
}

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

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}


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

.add-color .after-header,
.add-color .site-header {
	background-color: #1a212b;
}

.add-color .after-header a,
.add-color .after-header,
.add-color .site-header .genesis-nav-menu > li > a,
.add-color .site-header .site-title a,
.add-color .site-header {
	color: #fff;
}

.add-color .after-header a:focus,
.add-color .after-header a:hover,
.add-color .after-header .page-title {
	color: #1a212b;
}

.add-color .nav-primary .genesis-nav-menu > li > a:focus,
.add-color .nav-primary .genesis-nav-menu > li > a:hover,
.add-color .nav-primary .sub-menu {
	border-color: #1a212b;
}

.add-black .site-header,
.add-black .after-header {
	background-color: #1a212b;
}

.add-black .after-header a,
.add-black .after-header,
.add-black .site-header .genesis-nav-menu > li > a,
.add-black .site-header .site-title a,
.add-black .site-header {
	color: #fff;
}

.add-black .after-header a:focus,
.add-black .after-header a:hover {
	color: #1a212b;
}

/* ## Front Page
--------------------------------------------- */

.home-top, .sub-top {
    background-color: rgba(171, 161, 146, 0.9);
    border-top: 1px solid #fff;
}

.front-page-1 {
	margin: 140px 0;
	max-height: 350px;
    	min-height: 300px;
}

.front-page-1 .formWrap {
    color: rgba(26, 33, 43, 1);
	background-color: rgba(255,255,255,.9);
	border: 1px solid #ecdcc7;
	padding: 40px;
	float: right;
}

.front-page-1 h3 {
	color: rgba(26, 33, 43, 1);
}

.front-page-2 {
    background-color: #B81C1F;
    border-bottom: 1px solid #ecdcc7;
}

.front-page-2 h1,
.front-page-2 h3 {
	text-align: center;
	line-height: 1.8;
}

.front-page-2 h1 {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 1.5;
	color: #ecdcc7;
}

.front-page-2 h3 {
	font-size: 48px;
	font-size: 4.8rem;
	color: #fff;
}

.front-page-3 {
    background-color: #fff;
    padding: 60px 0 100px;
}

.front-page-3 a:focus,
.front-page-3 a:hover {
	color: #1a212b;
}

.front-page-3 .flexible-widgets {
    max-width: 90%;
    text-align: center;
}

.front-page-3 h3 {
	margin-top: 40px;
}

.front-page-4 {
    background-color: rgba(171, 161, 146, 0.9);
    padding: 60px 0 100px;
}

.front-page-4 .serviceList ul {
	width: 33%;
}

.front-page-4 .learnMore {
	clear: both;
    display: block;
    padding-top: 20px;
}

.image-section-1,
.image-section-2 {
	background-position: top;
	background-size: cover;
	min-height: 500px;
}

/* ## Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	overflow: hidden;
	padding: 45px 0;
}

.flexible-widgets.widget-full .featuredpost .entry,
.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry,
.widget-area.flexible-widgets .widget {
	float: left;
	margin-bottom: 2.564102564102564%;
	margin-left: 2.564102564102564%;
}


.flexible-widgets.widget-uneven .widget:nth-of-type(6n+1),
.widget-area.flexible-widgets .widget:first-of-type {
	clear: both;
	margin-left: 0;
	width: 100%;
}

.site-inner .flexible-widgets.widget-area .widget:last-of-type,
.flexible-widgets.widget-full .widget {
	margin-bottom: 0;
}

.flexible-widgets.widget-full .widget:first-of-type,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	margin-left: 0;
	width: 100%;
}

.flexible-widgets.widget-full .featuredpost .entry,
.flexible-widgets.widget-halves .widget,
.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry,
.flexible-widgets.widget-uneven .widget:nth-of-type(6n+5),
.flexible-widgets.widget-uneven .widget:nth-of-type(6n+6) {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget,
.flexible-widgets.widget-uneven .widget:nth-of-type(6n+2),
.flexible-widgets.widget-uneven .widget:nth-of-type(6n+3),
.flexible-widgets.widget-uneven .widget:nth-of-type(6n+4) {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-fourths .widget:nth-of-type(4n+2),
.flexible-widgets.widget-full .featuredpost .entry:nth-of-type(odd),
.flexible-widgets.widget-halves .widget:nth-of-type(2n+2),
.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry:nth-of-type(odd),
.flexible-widgets.widget-thirds .widget:nth-of-type(3n+2),
.flexible-widgets.widget-uneven .widget:nth-of-type(6n+2),
.flexible-widgets.widget-uneven .widget:nth-of-type(6n+5) {
	clear: left;
	margin-left: 0;
}

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


.entry-header {
	padding: 40px 0 10px;
}

.page-template.page-template-page_blog .type-page .entry-header {
	margin-right: -360px;
}

.type-post .entry-header {
	background-color: rgba(255,255,255,.95);
	padding: 20px 50px;
	border: 1px solid #ecdcc7;
	text-align: left;
}

.single-post .entry-header {
	margin-top: 110px;
}

.entry-content {
    background-color: rgba(255,255,255,.95);
    padding: 50px;
    margin-bottom: 50px;
    border: 1px solid #ecdcc7;
}

.content .entry-image {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	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: #1a212b;
	color: #ddd;
}

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

p.entry-meta {
	font-family: 'Lora', serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta,
.featured-content .entry-meta {
	color: #1a212b;
	letter-spacing: 2px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.entry-footer .entry-meta {
	padding-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.after-entry {
	margin-bottom: 40px;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	font-family: 'Lora', serif;
	color: #1a212b;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #1a212b;
}

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

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

.comment-content {
	clear: both;
}

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

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

.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;
}

.comment-meta,
.entry-comments .comment-header,
.entry-comments .comment-reply {
	font-family: 'Lora', serif;
	font-weight: 300;
}

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

.comment-author .fn {
	font-weight: 400;
}

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


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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	background-color: rgba(255,255,255,.95);
	border: 1px solid #ecdcc7;
	padding: 40px;
	margin-top: 110px;
}

.sidebar .widget li::before {
	display: none;
}

.sidebar .widget li a {
	border-bottom: 1px solid #ecdcc7;
}


/* # Gravity Forms
----------------------------------------------------------------------------------------------------*/
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
    color: #000;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #B81C1F;
	clear: both;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	margin-top: 50px;
}

.home .footer-widgets {
	margin-top: 0;
}

.footer-widgets,
.footer-widgets a,
.footer-widgets a.button {
	color: #fff;
}

.footer-widgets input {
	border: 1px solid #1a212b;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	text-decoration: none;
}

.footer-widgets .widget li a:focus,
.footer-widgets .widget li a:hover {
	color: #fff;
}

.footer-widgets ul {
	padding-left: 0;
}

.footer-widgets li {
    margin: 0 0 10px 35px;
    padding-bottom: 10px;
    display: inline;
}

.footer-widgets li:first-child {
	margin-left: 0;
}

.footer-widgets li:before {
	display: none;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}


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

.site-footer {
	display: none;
	background-color: #1a212b;
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1;
	padding: 60px 0;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: #fff;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #1a212b;
}


/* # Custom PWS
---------------------------------------------------------------------------------------------------- */
.jobsiteText {
    background-color: #ABA192!important;
}

.differentiators {
    float: right;
}

.ninja-forms-required-items {
	font-size: 16px;
}

.viewAll {
	display: block;
	margin-top: 40px;
}

.top-bar {
    background-color: rgba(171, 161, 146, 1);
    border-bottom: 1px solid #fff;
}

.top-bar h4 {
	font-size: 22px;
    font-size: 2.2rem;
    padding-top: 4px;
    margin-bottom: 0;
}

.top-bar a,
.top-bar .fa {
    color: #f6e8d6;
    text-decoration: none;
    font-weight: bold;
}

.top-bar .flexible-widgets {
    padding: 15px 0;
    max-height: 80px;
}

.top-bar .widget li {
	padding: 0 0 0 40px;
	display: inline;
	font-size: 14px;
	font-size: 1.4rem;
}

.footer-widgets .logos {
	text-align: right;
}

.front-page-4 .serviceList ul {
	display: inline-block;
	float: left;
	width: 33%;
}

.serviceList ul > li {
	color: #1a212b;
	list-style-type: none;
	font-size: 16px;
	margin-bottom: 0;
}

.front-page-4 .serviceList ul > li {
    color: #fff;
}

.serviceList ul .last {
	clear: both;
}

.rightColumn {
	padding-left: 40px;
}

.rightColumn h5 {
	text-align: right;
}

.testimonial {
	font-size: 16px;
	border: 1px solid #ecdcc7 !important;
}

.strong_cycle .testimonial:nth-child(odd) {
	background-color: #ecdcc7;
}

.archive-description.blog-template-description {
	display: none;
}

.archive .archive-description {
    text-align: right;
    margin: 40px -360px 10px 0;
}

.archive .archive-title {
    font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
}

.strong-form label {
	font-weight: bold;
	margin-bottom: 5px;
}

.strong-form textarea {
	height: 10em;
}

.strong-form .required-notice {
	display: none;
}

/*Added 12/06*/
ul#menu-secondary-menu {
    text-align: center;
}

span#ninja_forms_field_31_options_span li {
    color: #000;
}

.page-id-19 label {
    color: #000;
}

span#ninja_forms_field_32_options_span li {
    color: #000;
}

/*Home Page*/
.page-id-153 .backstretch {
    background-image: url(/wp-content/uploads/2018/08/DSC_1338.jpg);
	background-size:cover;
	background-position:bottom center;
}

/*Profile*/
.page-id-7 .backstretch {
    	background-image: url(/wp-content/uploads/2016/12/Profile.jpg);
	background-size:cover;
}

/*Process*/
.page-id-9 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_44700879.jpg);
}

/*Projects*/
.page-id-154 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Home Addition Upper Arlington*/
.page-id-176 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Jesus Power Assembly of God*/
.page-id-178 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*ST. Luke Catholic*/
.page-id-180 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Press*/
.page-id-17 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_97592947.jpg);
}

/*Testimonials*/
.page-id-13 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_87054802.jpg);
}

/*Contact*/
.page-id-19 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_88564350.jpg);
}

.backstretch img {
    display: none!important;
}

.front-page-4 .flexible-widgets.widget-area.wrap.widget-full {
    max-width: 750px;
}

.front-page-4 h2, .front-page-4 a.learnMore  {
    text-align:center;
}

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


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

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content,
	.site-header .nav-primary {
		width: 780px;
	}
	
}

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content,
	.site-header .nav-primary {
		width: 600px;
	}

	.image-section-1,
	.image-section-2 {
		min-height: 400px;
	}

	.title-area {
	    float: none;
	    width: 300px;
	    margin: 0 auto;
	    text-align: center;
	}

	.site-header .nav-primary {
		float: none;
		text-align: center;
		padding-bottom: 20px;
		width: 100%;
	}

}

@media only screen and (max-width: 1040px) {
	.page-id-9 h1 {
	    font-size: 30px;
	}

	.landing-page .site-inner,
	.site-inner,
	.wrap {
		max-width: 900px;
	}

	.content,
	.sidebar-primary {
		width: 100%;
	}

	.top-bar {
		text-align: center;
	}

	.serviceList ul {
		font-size: 15px;
		font-size: 1.5rem;
	}

}

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

	.landing-page .site-inner,
	.site-inner,
	.wrap {
		max-width: 700px;
		padding-left: 5%;
		padding-right: 5%;
	}

	button, input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.widget .button {
		padding: 20px 10px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.site-header .nav-primary,
	.title-area {
		width: 100%;
	}

	.title-area {
		margin-top: 20px;
		padding: 16px;
	}


	.site-header > .wrap {
		padding: 0;
		max-width: 100%;
	}

	.site-title > a {
		background-position: center !important;
		background-size: contain !important;
	}

	.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;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.js nav {
		display: none;
		position: relative;
	}

	.js nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #1a212b;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle {
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		color: #fff;
		content: "\f333";
		display: inline-block;
		font: normal 20px/1 'dashicons';
		margin: 0 auto;
		padding-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		vertical-align: bottom;
	}

	.sub-menu-toggle {
		float: right;
		padding: 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		content: "\f347";
		display: inline-block;
		font: normal 16px/1 'dashicons';
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f343";
	}

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

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

	.js .genesis-nav-menu .menu-item a {
		border: none;
		color: #fff;
		font-family: 'Lora', serif;
		padding: 20px;
		width: 100%;
	}

	.js .genesis-nav-menu .menu-item a:hover,
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js .genesis-nav-menu .sub-menu a {
		border: none;
	}

	.js nav .genesis-nav-menu .menu-item .sub-menu li a,
	.js nav .genesis-nav-menu .menu-item .sub-menu li a:hover,
	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #1a212b;
		color: #fff;
	}

	.js nav .genesis-nav-menu .menu-item .sub-menu li a:focus,
	.js nav .genesis-nav-menu .menu-item a:focus,
	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #1a212b;
		color: #1a212b;
	}

	.image-section-1,
	.image-section-2 {
		min-height: 200px;
	}

	.site-container .flexible-widgets.widget-fourths .widget,
	.site-container .flexible-widgets.widget-full .featuredpost .entry,
	.site-container .flexible-widgets.widget-uneven .widget,
	.site-container .flexible-widgets.widget-halves .widget,
	.site-container .flexible-widgets.widget-thirds .widget {
		float: none;
		margin: 0 auto 40px;
		width: 100%;
	}

	.site-container .flexible-widgets .widget-wrap .entry:last-of-type {
		margin: 0;
	}

	.site-container .flexible-widgets .widget-wrap .entry:last-of-type + h4,
	.site-container .flexible-widgets .widget-wrap .entry:last-of-type + p,
	.site-container .flexible-widgets .widget-wrap .entry:last-of-type + ul {
		margin-top: 30px;
	}

	.after-header .archive-description p,
	.after-header .page-description p,
	.after-header .site-description,
	.large-title {
		font-size: 30px;
		font-size: 3.6rem;
	}

	.flexible-widgets .featured-content .has-post-thumbnail .alignnone + .entry-header {
		padding: 20px;
	}

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

	.front-page-2 h1, .front-page-2 h3 {
		line-height: 1.2;
	}

	.front-page-4 .serviceList ul {
		width: 50%;
		padding-left: 15px;
	}

	.serviceList ul {
		display: block;
		float: none;
		padding: 0 15px 0;
		width: 100%;
	}

	.serviceList ul li {
		padding: 0;
		margin: 0;
	}

	.rightColumn {
		padding-left: 0;
	}

	.widget ul {
		padding-left: 0;
	}

	.top-bar .widget li {
		padding-left: 0;
		display: block;
	}

	.differentiators {
		float: none;
	}

}

@media (max-width: 600px) {
h1 {
    font-size: 28px!important;
}

ul#menu-secondary-menu li {
    max-width: 500px;
    width: 100%!important;
    display: inline-block;
    margin-left: 0!important;
}

section#black-studio-tinymce-3 {
    text-align: center;
}

.alignright {
float:none;
text-align: center;
}
}

/*Deck Build Hilliard*/
.page-id-555 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Finish Basement and Window Replacement Hilliard*/
.page-id-816 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Home Addition Dublin*/
.page-id-638 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Whole House Remodel Bexley*/
.page-id-663 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Home Remodel Hilliard*/
.page-id-709 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Home Addition Clintonville*/
.page-id-392 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Kitchen Remodel Powell*/
.page-id-438 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Bathroom Remodel and Deck Build Hilliard*/
.page-id-612 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Kitchen Remodel Powell*/
.page-id-597 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Home Addition Merion Village*/
.page-id-465 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Whole House Remodel Upper Arlington*/
.page-id-794 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Doctors Office Chapel Remodel*/
.page-id-426 .backstretch {
    background-image: url(/wp-content/uploads/2017/10/Updated-BK-Picture.jpg);
}

/*Basement Remodel Grove City*/
.page-id-504 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Home Addition Columbus*/
.page-id-454 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*St Marys Catholic Church*/
.page-id-536 .backstretch {
    background-image: url(/wp-content/uploads/2017/08/TEST.jpg);
}

/*Home Addition Sunbury*/
.page-id-629 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Kitchen Remodel Grandview Heights*/
.page-id-866 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Specials*/
.page-id-825 .backstretch {
    background-image: url(/wp-content/uploads/2017/08/Webp.net-resizeimage.jpg);
}

/*Ohio EPA Tiny Home Mobile Education Center*/
.page-id-927 .backstretch {
    background-image: url(/wp-content/uploads/2017/10/Updated-BK-Picture.jpg);
}


/*Commercial*/
.page-id-966 .backstretch {
    background-image: url(/wp-content/uploads/2017/10/Updated-BK-Picture.jpg);
}

/*Containers*/
.page-id-973 .backstretch {
    background-image: url(/wp-content/uploads/2017/10/shipping-container-backdrop.jpeg);
}

/*Church*/
.page-id-977 .backstretch {
    background-image: url(/wp-content/uploads/2017/08/TEST.jpg);
}

/*St. John Holy Rosary*/
.page-id-1074 .backstretch {
    background-image: url(/wp-content/uploads/2017/08/TEST.jpg);
}

/*St. Joseph Cathedral*/
.page-id-1084 .backstretch {
    background-image: url(/wp-content/uploads/2017/08/TEST.jpg);
}

/*First Community Church*/
.page-id-1091 .backstretch {
    background-image: url(/wp-content/uploads/2017/08/TEST.jpg);
}

/*Holy Family Catholic Church*/
.page-id-1095 .backstretch {
    background-image: url(/wp-content/uploads/2017/08/TEST.jpg);
}

/*Corpus Christi*/
.page-id-1133 .backstretch {
    background-image: url(/wp-content/uploads/2017/08/TEST.jpg);
}

/*Jubilee Museum*/
.page-id-1098 .backstretch {
    background-image: url(/wp-content/uploads/2017/10/Updated-BK-Picture.jpg);
}

/*Muirfield Golf Course*/
.page-id-1102 .backstretch {
    background-image: url(/wp-content/uploads/2017/10/Updated-BK-Picture.jpg);
}

/*Scioto Country Club*/
.page-id-1105 .backstretch {
    background-image: url(/wp-content/uploads/2017/10/Updated-BK-Picture.jpg);
}

/*Land Grant Brewing Company*/
.page-id-1110 .backstretch {
    background-image: url(/wp-content/uploads/2017/10/Updated-BK-Picture.jpg);
}

/*Burger King*/
.page-id-1113 .backstretch {
    background-image: url(/wp-content/uploads/2017/10/Updated-BK-Picture.jpg);
}

/*Apartments*/
.page-id-1118 .backstretch {
    background-image: url(/wp-content/uploads/2017/10/Updated-BK-Picture.jpg);
}

/*Tommy's Diner*/
.page-id-1124 .backstretch {
    background-image: url(/wp-content/uploads/2017/10/Updated-BK-Picture.jpg);
}

/*Phillips Coney Island*/
.page-id-1127 .backstretch {
    background-image: url(/wp-content/uploads/2017/10/Updated-BK-Picture.jpg);
}

/*Bishop Ready High School*/
.page-id-1137 .backstretch {
    background-image: url(/wp-content/uploads/2017/10/Updated-BK-Picture.jpg);
}

/*St. Joseph Catholic Church*/
.page-id-738 .backstretch {
    background-image: url(/wp-content/uploads/2017/08/TEST.jpg);
}

/*Tiny Container Home*/
.page-id-1192 .backstretch {
    background-image: url(/wp-content/uploads/2017/10/shipping-container-backdrop.jpeg);
}

/*Apartment Remodel*/
.page-id-1266 .backstretch {
    background-image: url(/wp-content/uploads/2017/10/shipping-container-backdrop.jpeg);
}

/*St. Mary School*/
.page-id-1270 .backstretch {
    background-image: url(/wp-content/uploads/2017/10/shipping-container-backdrop.jpeg);
}

/*Container Home Build - THOR*/
.page-id-1329 .backstretch {
    background-image: url(/wp-content/uploads/2017/10/shipping-container-backdrop.jpeg);
}

/*Login*/
.page-id-1345 .backstretch {
    background-image: url(/wp-content/uploads/2017/01/Final-TIles-Gallery-Pic-4.jpg);
}

/*Condo Remodel - Hilliard*/
.page-id-1387 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Kitchen and First Floor Remodel*/
.page-id-1512 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Kitchen Remodel - Hilliard*/
.page-id-1525 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Addition - Hilliard*/
.page-id-1761 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Login*/
.page-id-5169 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_88564350.jpg);
}

/*Porch Remodel - Columbus*/
.page-id-5261 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_61727940.jpg);
}

/*Job Opportunities*/
.page-id-5961 .backstretch {
    background-image: url(/wp-content/uploads/2016/12/Fotolia_88564350.jpg);
}

/*Services*/
.page-id-5971 .backstretch {
    	background-image: url(/wp-content/uploads/2016/12/Profile.jpg);
	background-size:cover;
}