/*
	Theme Name: Mpression Pro
	Description: This is a custom child theme built for the Genesis Framework.
	Author: Emily White Designs
	Author URI: http://www.emilywhitedesigns.com/
 
	Version: 2.0
 
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 1.9
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
 

/* Table of Contents

	01 Import Fonts
	02 Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	04 Layout
		- Structure
		- 1152px CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	05 Menus
		- Primary Navigation Extras
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
	12 Forms & Buttons
		- Gravity Forms
	13 Images & Captions
	14 Media Queries
		- max-width: 1024px
		- max-width: 768px
		- max-width: 480px

*/


/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('fonts/brandongrotesque-bold-webfont.eot');
    src: url('fonts/brandongrotesque-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandongrotesque-bold-webfont.woff') format('woff'),
         url('fonts/brandongrotesque-bold-webfont.ttf') format('truetype'),
         url('fonts/brandongrotesque-bold-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Avenir';
	src: url('fonts/2B67B5_0_0.eot');
	src: url('fonts/2B67B5_0_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/2B67B5_0_0.woff') format('woff'),
		 url('fonts/2B67B5_0_0.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	}
  
@font-face {
	font-family: 'Avenir';
	src: url('fonts/2B67B5_1_0.eot');
	src: url('fonts/2B67B5_1_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/2B67B5_1_0.woff') format('woff'),
		 url('fonts/2B67B5_1_0.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	}
   
@font-face {
	font-family: 'Avenir';
	src: url('fonts/2B67B5_2_0.eot');
	src: url('fonts/2B67B5_2_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/2B67B5_2_0.woff') format('woff'),
		 url('fonts/2B67B5_2_0.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
	}
  
@font-face {
	font-family: 'Avenir';
	src: url('fonts/2B67B5_3_0.eot');
	src: url('fonts/2B67B5_3_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/2B67B5_3_0.woff') format('woff'),
		 url('fonts/2B67B5_3_0.ttf') format('truetype');
	font-style: italic;
	font-weight: 700;
	}
 

/*
02 Defaults
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background-color: #fff;
	line-height: 1;
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

a,
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}


/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem	
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem
	
	Further reading on the use and compatibility of rems:
	
	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem
	
*/

/* 03a - Font Color ----------- */

body {
	color: #444;
}

.genesis-nav-menu a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	color: #483627;
}

a:hover,
a.rsswidget:hover,
h2 a,
h2 a:visited,
h4.widgettitle a,
input,
.footer-widgets .featuredpost h2 a:hover,
.entry-comments-link,
.site-title a,
.site-title a:hover {
	color: #5d7e95;
}

.entry-time {
	color: #fff;
}

a,
h2 a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a,
.genesis-nav-menu li li a:hover,
.genesis-nav-menu .current-menu-item a {
	color: #d1a536;
}

.non-blog a {
	color: #5d7e95;
}

.non-blog a:hover {
	color: #d1a536;
}

.sidebar-primary .widgettitle {
	color: #483627;
}

.footer-widgets .featuredpost h2 a,
a.rsswidget {
	color: #483627;
}

.entry-header .entry-meta,
.entry-footer .entry-meta,
.site-description {
	color: #636363;
}

blockquote::before,
blockquote p,
input,
select,
textarea {
	color: #999;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	color: #fff;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1 {
	font-family: 'Avenir', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.site-title {
	font-family: 'brandon_grotesquebold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

/* 03c - Font Size ----------- */

.site-title {
	font-size: 42px;
	font-size: 2.625rem;
}

h1,
.entry-title,
.entry-title a {
	font-size: 30px;
	font-size: 1.875rem;
}

.genesis-grid .entry-title a {
	font-size: 18px;
	font-size: 1.125rem;
}

blockquote::before {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4,
.archive-title,
.taxonomy-description h1,
.widgettitle {
	font-size: 20px;
	font-size: 1.25rem;
}

.sidebar-primary .widgettitle {
	font-size: 33px;
	font-size: 2.063rem;

}

.footer-widgets .widgettitle {
	color: #d1a536;
	font-size: 18px;
	font-size: 1.125rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6,
.author-box h1,
.sidebar h2 a {
	font-size: 16px;
	font-size: 1rem;
}

input,
select,
textarea,
.genesis-nav-menu,
.entry-header .entry-meta,
.entry-footer .entry-meta,
.wp-caption,
.site-footer p {
	font-size: 14px;
	font-size: 0.875rem;
}

body,
p {
	font-size: 13px;
	font-size: .813rem;
}

.non-blog p {
	color: #483627;
}


/* 03d - Font Miscellaneous ----------- */

blockquote p {
	font-style: italic;
}

cite {
	font-style: normal;
}

.wp-caption {
	text-align: center;
}

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.pagination li a,
.widgettitle a,
.site-title a {
	text-decoration: none;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

.site-container {
	margin: 0 auto;
	width: 1015px;
	padding: 36px 20px 0;
	padding: 2.25rem 1.25rem 0;
	position: relative;
}

.site-inner {
	clear: both;
	overflow: hidden;
	padding-top: 40px;
	padding-top: 2.5rem;
}

/* 04b - 1152px CSS Grid ----------- */

.sidebar-secondary {
	width: 15.277777777%; /* 176px / 1152px */
}

.footer-widgets-1 {
	width: 44.334975%;
}

.footer-widgets-2 {
	width: 49.261084%;
}

.footer-widgets-3 {
	width: 30.555555555%; /* 352px / 1152px */
}

.sidebar {
	width: 31.034483%;
}

.site-header .widget-area {
	width: 600px;
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
	width: 37.931034482%; /* 352px / 928px */
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 56.896551724%; /* 528px / 928px */
}

.content-sidebar .content,
.sidebar-content .content,
.title-area {
	width: 63.054187%; /* 640px / 1015px */
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 80.555555555%; /* 928px / 1152px */
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%; /* 1152px / 1152px */
}

.footer-widgets-1,
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.content,
.content-sidebar-wrap,
.site-footer .gototop,
.sidebar-secondary,
.title-area {
	float: left;
}

.content-sidebar-sidebar .sidebar-secondary,
.footer-widgets-2,
.footer-widgets-3,
.sidebar,
.sidebar-content .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.site-footer .creds,
.site-header .widget-area {
	float: right;
}

/* 04c - Header ----------- */

.site-header {
	min-height: 100px;
	overflow: hidden;
}

.site-title {
	line-height: 1;
	margin: 40px 0 8px;
	margin: 2.5rem 0 0.5rem;
}

.header-image .site-title {
	margin: 0;
}

.site-description {
	line-height: 1.25;
}

.header-full-width .site-title,
.header-full-width .site-title a,
.header-full-width .title-area {
	width: 100%;
}

.header-image .site-title,
.header-image .site-title a,
.header-image .title-area {
	display: block;
	float: left;
	min-height: 100px;
	overflow: hidden;
	text-indent: -9999px;
	width: 400px;
}

.non-blog.header-image .site-title,
.non-blog.header-image .site-title a,
.non-blog.header-image .title-area {
	height: 100%;
	position: fixed;
	width: 133px;
}

.non-blog.header-image .site-title a {
    height: 411px;
	position: relative;
	top: 96px;
}

.header-image .site-description {
	display: block;
	overflow: hidden;
}

/* 04d - Main Content ----------- */

.content {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.entry,
.page .post.entry {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.hbg-home .post.entry {
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}

.footer-widgets .featuredpost .entry {
	margin-bottom: 10px;
	margin-bottom: .625rem;
}

.single .entry {
	margin-bottom: 48px;
	margin-bottom: 0rem;
}

.page .entry {
	margin: 0;
}

.footer-widgets .featuredpost .entry,
.entry-content {
	overflow: hidden;
	padding-bottom: 12px;
	padding-bottom: .75rem;
	position: relative;
}

.entry-content,
.entry-content p {
	line-height: 1.54;
}

.entry-content p {
	margin-bottom: 14px;
	margin-bottom: .875rem;
}

.archive.post-type-archive-m_contributors .entry-content p,
.single-m_contributors .entry-content p {
	font-family: 'OpenSansSemibold', sans-serif;
	font-size: 12px;
	font-size: .75rem;
	margin-bottom: 8px;
	margin-bottom: .5rem;
}

.archive .m_contributors {
	background: url(images/dotted-border.png) repeat-x bottom;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}

.non-blog blockquote {
	border-left: 4px solid #d1a536;
	padding: 0 0 0 20px;
	padding: 0 0 0 1.25rem;
}

.non-blog blockquote p {
	color: #d1a536;
	font-style: normal;
}

blockquote::before {
	content: "“";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.non-blog blockquote::before {
	display: none;
}

/* 04e - Post Info & Meta ----------- */

.entry-header .entry-meta,
.entry-footer .entry-meta {
	clear: both;
	line-height: 1.5;
}

.entry-header .entry-meta {
	background: #483627;
	border-radius: 50%;
	display: inline-block;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	font-size: .688rem;
	line-height: 1;
	padding: 9px 0 10px;
	padding: .563rem 0 .625rem;
	position: absolute;
	text-align: center;
	width: 61px;
}

.entry-header .entry-meta .numeric .entry-time {
	line-height: .8;
}

.search .m_contributors .entry-header .entry-meta {
	display: none;
}

.archive .entry-header .entry-meta,
.genesis-grid .entry-header .entry-meta,
.search .entry-header .entry-meta {
	font-size: 9px;
	font-size: .563rem;
	padding: 6px 0;
	position: absolute;
	width: 46px;
}

.entry-header .entry-meta .numeric {
	display: block;
	font-size: 31px;
	font-size: 1.938rem;
}

.archive .entry-header .entry-meta .numeric,
.genesis-grid .entry-header .entry-meta .numeric,
.search .entry-header .entry-meta .numeric {
	font-size: 25px;
	font-size: 1.563rem;

}

.entry-comments-link {
	background: url(images/post-comments.png) no-repeat center left;
	margin-left: 16px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ccc;
	padding-top: 24px;
	padding-top: 1.5rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* 04f - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
}

.taxonomy-description {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.author-box {
	background-color: #e3ecf2;
  	padding: 32px;
  	padding: 2rem;
}


/* 04h Featured Post Grid
------------------------------------------------------------ */
.genesis-grid-even {
    float: right;
    padding: 0 0 40px;
    width: 48.4375%;
}
.genesis-grid-odd {
    clear: both;
    float: left;
    padding: 0 0 40px ;
    width: 48.4375%;
}

.genesis-feature {
	background: url(images/dotted-border.png) repeat-x bottom;
	padding-bottom: 15px;
	margin: 0 0 48px;
    margin: 0 0 3rem;
}

.genesis-grid-even,
.genesis-grid-odd {
	background: url(images/dotted-border.png) repeat-x bottom;
    margin: 0 0 40px;
    margin: 0 0 2.5rem;
}

/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
}

.site-header .genesis-nav-menu {
	font-size: 12px;
	font-size: .75rem;
	float: right;
	text-transform: lowercase;
	width: auto;
}

.genesis-nav-menu.menu-secondary {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
	position: relative;
}

.menu-styles-container {
	background: url(images/nav-bracket.png) 48px top no-repeat;
	float: right;
	margin-top: 7px;
	padding: 35px 0 0 0;
	width: 875px;
}

.menu-services-container {
	background: url(images/nav-bracket.png) 132px top no-repeat;
	float: right;
	margin-top: 7px;
	padding: 35px 0 0 0;
	width: 882px;
}

.menu-profile-container {
	background: url(images/nav-bracket.png) 206px top no-repeat;
	float: right;
	margin-top: 7px;
	padding: 35px 0 0 0;
	width: 882px;
}

.menu-profile-container .genesis-nav-menu li:hover {
	position: relative;
}

.menu-profile-container li:first-child a,
.menu-services-container li:first-child a {
	padding-left: 0;
}

.menu-profile-container li:nth-child(2) {
	margin-left: 120px;
	position: relative;
}

.menu-profile-container li:nth-child(2):before {
	content: "executive team \00bb";
	left: -110px;
	position: absolute;
}

.menu-styles-container .genesis-nav-menu a,
.menu-profile-container .genesis-nav-menu a,
.menu-services-container .genesis-nav-menu a {
	border-right: 1px solid #483627;
	color: #5d7e95;
	text-transform: lowercase;
	padding: 1px 10px;
}

.parent-styles-residential-2 .menu-residential a {
	color: #d1a536;
}

.menu-styles-container .genesis-nav-menu .current-menu-item a,
.menu-profile-container .genesis-nav-menu .current-menu-item a,
.menu-services-container .genesis-nav-menu .current-menu-item a {
	color: #d1a536;
}

.menu-styles-container .genesis-nav-menu li:last-child a,
.menu-profile-container .genesis-nav-menu li:last-child a,
.menu-services-container .genesis-nav-menu li:last-child a {
	border-right: none;
}

.site-header .genesis-nav-menu a {
	border-left: 1px solid #483627;
	padding: 0 14px 2px;
	padding: 0 .875rem .125rem;
}

.site-header .genesis-nav-menu li:first-child a {
	border-left: none;
}

.site-header .genesis-nav-menu li:last-child a {
	padding-right: 0;
}

.genesis-nav-menu.menu-secondary a {
	color: #ccc;
	font-family: 'brandon_grotesquebold', sans-serif;
	font-weight: normal;
	font-size: 22px;
	font-size: 1.375rem;
	padding: 24px 28px;
	padding: 1.5rem 1.75rem;
	text-transform: uppercase;
}

.genesis-nav-menu.menu-secondary a:hover {
	color: #5d7e95;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #ff2a00;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
	width: 170px;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 212px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
.site-header .genesis-nav-menu li:hover>ul,
.site-header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

.nav-primary .genesis-nav-menu {
	font-family: 'Avenir', sans-serif;
	text-transform: lowercase;
}

.nav-primary .genesis-nav-menu a {
	border-right: 1px solid #ccc;
	padding: 1px 14px;
}

.nav-primary .genesis-nav-menu li:first-child a {
	padding-left: 0;
}

.nav-primary .genesis-nav-menu li:last-child a {
	border-right: none;
}


/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
}

.genesis-nav-menu li.right a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu li.search {
	padding: 6px 0 0;
	padding: 0.375rem 0 0;
}

.genesis-nav-menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin-left: 20px;
	margin-left: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
	padding-left: 1.5rem;
}


/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.1;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.entry-title {
	padding-top: 4px;
	padding-top: .25rem;
	margin: 0 0 0 71px;
}

.footer-widgets .entry-title {
	margin-left: 0;
}

.non-blog .entry-title {
	color: #d1a536;
	font-family: 'Avenir', sans-serif;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: .5px;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	padding: 0;
	text-align: center;
}

.archive.post-type-archive-m_contributors .entry-title,
.single-m_contributors .entry-title,
.search .m_contributors .entry-title {
	margin-left: 0;
	margin-bottom: 0;
	color: #5A7E96;
}

.archive .entry-title,
.genesis-grid .entry-title,
.search .entry-title {
	padding-top: 4px;
	padding-top: .25rem;
	line-height: .5;
	margin: 0 0 0 54px;
	margin: 0 0 0 3.375rem;
	min-height: 38px;
}

.page .entry-title {
  	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}

.title-author {
	color: #d1a536;
	font-size: 12px;
	font-size: .75rem;
	margin: 0 0 20px 73px;
	padding-top: 4px;
	padding-top: .25rem;
}

.archive .title-author,
.genesis-grid .title-author,
.search .title-author {	
	margin: 0 0 10px 56px;
	margin: 0 0 .625rem 3.5rem;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1,
.style-index-title {
	color: #d1a536;
	font-family: 'Avenir', sans-serif;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: .5px;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	padding: 0;
	text-align: center;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.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;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.pagination li {
	display: inline-block;
	margin-top: 32px;
	margin-top: 2rem;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	background-color: #d1a536;
	cursor: pointer;
	padding: 4px 6px;
	padding: .25rem .375rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #483627;
}


/*
09 Comments
---------------------------------------------------------------------------------------------------- */

.entry-comments,
.comment-respond {
	line-height: 1.5;
	overflow: hidden;
}

.ping-list,
.entry-comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#author,
#email,
#url {
	width: 50%;
}

.comment-meta,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 2rem;
}

.comment-list li ul li {
	margin-right: -32px;
	margin-right: -2rem;
}

.comment-header {
	overflow: hidden;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

.entry-comments .pagination {
	margin-top: 32px;
	margin-top: 2rem;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.5;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget {
	background: url(images/dotted-border.png) repeat-x bottom;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	overflow: hidden;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}


/*
11 Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	clear: both;
}

.site-footer .wrap {
	overflow: hidden;
	padding: 16px 0 32px;
	padding: 1rem 0 2rem;
}

.site-footer .creds {
	text-align: right;
}

.site-footer .creds,
.site-footer .gototop {
	margin: 8px 0;
	margin: 0.5rem 0;
}

.site-footer .credits p {
	font-family: 'Avenir', sans-serif;
	font-size: 10px;
	font-size: .625rem;
	letter-spacing: 1px;
	color: #666;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.site-footer p.verse {
	font-size: 12px;
	text-transform: none;
	line-height: 1.45;
	letter-spacing: 0;
}

.credits a {
	color: #888;
}

.credits a:hover {
	text-decoration: underline;
}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	padding: 32px 0 16px;
	padding: 2rem 0 1rem;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

.footer-widgets .featuredpost h2 a {
	font-size: 16px;
	font-size: 1rem;
	font-family: OpenSansRegular, sans-serif;
	text-transform: none;
}

.footer-widgets p.more-from-category {
	font-size: 12px;
	font-size: .75rem;
}

/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #888;
	padding: 8px;
	padding: .5rem;
	width: 100%;
}

.site-header .search-form {
	width: 100%;
}

button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #483627;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 8px 12px;
	padding: .5rem .75rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #5d7e95;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: auto;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	width: auto;
}

.enews input {
	background-color: #efefef;
	border: none;
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: 2px;
	padding: 6px 8px;
	padding: .375rem .5rem;
	text-transform: lowercase;
	width: 216px;
}

.footer-widgets .enews input {
	background-color: #fff;
	border: 1px solid #ccc;
	margin-right: 16px;
	margin-right: 1rem;
	padding-left: 16px;
	padding-left: 1rem;
	width: 364px;
}


.auth-subscribe input {
	background-color: #FFF;
	border: none;
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: 2px;
	padding: 6px 8px;
	padding: .375rem .5rem;
	text-transform: lowercase;
	width: 220px;
}

.auth-subscribe input[type="submit"],
.enews input[type="submit"],
.footer-widgets .enews input[type="submit"] {
	background-color: #483627;
	font-family: 'brandon_grotesquebold', sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-size: .875rem;
	padding: 4px 8px;
	padding: .25rem .5rem;
	text-transform: uppercase;
	letter-spacing: normal;
	width: auto;
}

.auth-subscribe input[type="submit"]:hover,
.enews input[type="submit"]:hover,
.footer-widgets .enews input[type="submit"]:hover {
	background-color: #5d7e95;
}

.widget_archive select {
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: 2px;
	text-transform: lowercase;
}

/* 12a - Gravity Forms ----------- */

.content div.gform_wrapper input,
.content div.gform_wrapper select,
.content div.gform_wrapper textarea,
.content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 16px;
	padding: 1rem;
}

.content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

.content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}


/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.author-box .avatar {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.45);
-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.45);
box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.45);
margin: 10px 5px 24px 34px;
padding: 5px;
	float: right;
	transform:rotate(7deg);
-ms-transform:rotate(7deg); /* IE 9 */
-webkit-transform:rotate(7deg); /* Safari and Chrome */
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 12px auto;
	margin: .75rem auto;
}

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}

.contributor-image {
	float: left;
}

.contributor-image img {
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.45);
	-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.45);
	box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.45);
	margin: 10px 24px 15px 5px;
	padding: 5px;
}

/*
14 mpression Custom
---------------------------------------------------------------------------------------------------- */

.mpression-slider {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	margin: 0 4px 40px;
	margin: 0 .25rem 2.5rem;
}

.mpression-slider .advanced-slider .thumbnail-scroller {
	z-index: auto;
}

.mpression-slider .text-thumbnail  .thumbnail-scroller.vertical .thumbnail {
	border-left: none;
}

.mpression-slider .text-thumbnail .thumbnail .title {
	font-family: 'brandon_grotesquebold', sans-serif;
	font-weight: normal;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: normal;
	text-transform: uppercase;
	color: #5d7e95;
}

.mpression-slider .text-thumbnail .thumbnail.over .title,
.mpression-slider .text-thumbnail .thumbnail.select .title {
	text-decoration: none;
}

.mpression-slider .text-thumbnail .thumbnail .description {
	font-family: 'OpenSansRegular', sans-serif;
	font-size: 12px;
	font-size: .75rem;
	color: #483627;
	line-height: 1.2;
}

.mpression-slider .text-thumbnail .thumbnail-scroller.vertical .thumbnail {
	padding-left: 20px;
	padding-left: ;
}

.mpression-slider .text-thumbnail .thumbnail-scroller.vertical .thumbnail.over,
.mpression-slider .text-thumbnail .thumbnail-scroller.vertical .thumbnail.select {
	background-color: #efefef;
	border: none;
}

.mpression-slider .text-thumbnail .thumbnail-scroller.vertical {
	margin-left: 0;
}

.mpression-slider .text-thumbnail .slide-wrapper {
	border: 10px solid #fff;

}

.header-extras {
	width: 450px;
	float: right;
	margin-top: 32px;
	margin-top: 2rem;
	overflow: hidden;
}

a.more-link {
	display: block;
	float: right;
	font-size: 12px;
	font-size: .75rem;
	padding: 6px 10px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.genesis-search {
	background: #EFEFEF;
	float: right;
}

.footer-widgets .genesis-search {
	background: none;
	border: 1px solid #ccc;
	display: inline-block;
	float: none;
}

.genesis-search input[type="search"] {
	-webkit-appearance: textfield;
	background: none;
	border: none;
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: 2px;
	width: 196px;
}

.genesis-search input[type="search"]:focus {
	outline: none;
}

.genesis-search input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.footer-widgets .genesis-search input {
	padding-left: 16px;
	padding-left: 1rem;
	width: 380px;
}

.genesis-search input[type="submit"],
.footer-widgets .genesis-search input[type="submit"] {
	background: url(images/mpression-sprites.png) -386px -82px no-repeat;
	color: #acacac;
	height: 33px;
	text-indent: -9999px;
	width: 52px;
}

.social {
	float: left;
}

.footer-widgets .social {
	float: none;
}

.non-blog-bottom .social a,
.social a {
	display: inline-block;
	height: 26px;
	margin: 2px 3px;
	width: 26px;
}


.footer-widgets .social a {
	display: inline-block;
	height: 36px;
	margin: 2px 8px;
	width: 36px;
}

.non-blog-bottom .social .facebook-icon,
.site-header .social .facebook-icon {
	background: url(images/mpression-sprites.png) -163px -90px no-repeat;
}

.non-blog-bottom .social .twitter-icon,
.site-header .social .twitter-icon {
	background: url(images/mpression-sprites.png) -195px -90px no-repeat;
}

.non-blog-bottom .social .pinterest-icon,
.site-header .social .pinterest-icon {
	background: url(images/mpression-sprites.png) -228px -90px no-repeat;
}

.non-blog-bottom .social .instagram-icon,
.site-header .social .instagram-icon {
	background: url(images/mpression-sprites.png) -260px -90px no-repeat;
}

.non-blog-bottom .social .mystery-icon,
.site-header .social .mystery-icon {
	background: url(images/mpression-sprites.png) -292px -90px no-repeat;
}

.non-blog-bottom .social .rss-icon,
.site-header .social .rss-icon {
	background: url(images/mpression-sprites.png) -324px -90px no-repeat;
}

.non-blog-bottom .social .facebook-icon:hover,
.site-header .social .facebook-icon:hover {
	background: url(images/mpression-sprites.png) -163px -123px no-repeat;
}

.non-blog-bottom .social .twitter-icon:hover,
.site-header .social .twitter-icon:hover {
	background: url(images/mpression-sprites.png) -195px -123px no-repeat;
}

.non-blog-bottom .social .pinterest-icon:hover,
.site-header .social .pinterest-icon:hover {
	background: url(images/mpression-sprites.png) -228px -123px no-repeat;
}

.non-blog-bottom .social .instagram-icon:hover,
.site-header .social .instagram-icon:hover {
	background: url(images/mpression-sprites.png) -260px -123px no-repeat;
}

.non-blog-bottom .social .mystery-icon:hover,
.site-header .social .mystery-icon:hover {
	background: url(images/mpression-sprites.png) -292px -123px no-repeat;
}

.non-blog-bottom .social .rss-icon:hover,
.site-header .social .rss-icon:hover {
	background: url(images/mpression-sprites.png) -324px -123px no-repeat;
}

.footer-widgets .social .facebook-icon {
	background: url(images/mpression-sprites.png) -155px 0 no-repeat;
}

.footer-widgets .social .twitter-icon {
	background: url(images/mpression-sprites.png) -202px 0 no-repeat;
}

.footer-widgets .social .pinterest-icon {
	background: url(images/mpression-sprites.png) -250px 0 no-repeat;
}

.footer-widgets .social .instagram-icon {
	background: url(images/mpression-sprites.png) -297px 0 no-repeat;
}

.footer-widgets .social .mystery-icon {
	background: url(images/mpression-sprites.png) -345px 0 no-repeat;
}

.footer-widgets .social .rss-icon {
	background: url(images/mpression-sprites.png) -393px 0 no-repeat;
}

.footer-widgets .social .facebook-icon:hover {
	background: url(images/mpression-sprites.png) -155px -43px no-repeat;
}

.footer-widgets .social .twitter-icon:hover {
	background: url(images/mpression-sprites.png) -202px -43px no-repeat;
}

.footer-widgets .social .pinterest-icon:hover {
	background: url(images/mpression-sprites.png) -250px -43px no-repeat;
}

.footer-widgets .social .instagram-icon:hover {
	background: url(images/mpression-sprites.png) -297px -43px no-repeat;
}

.footer-widgets .social .mystery-icon:hover {
	background: url(images/mpression-sprites.png) -345px -43px no-repeat;
}

.footer-widgets .social .rss-icon:hover {
	background: url(images/mpression-sprites.png) -393px -43px no-repeat;
}

.author-connect .social .facebook-icon {
	background: url(images/bio-sprites.png) 0 0 no-repeat;
}

.author-connect .social .twitter-icon {
	background: url(images/bio-sprites.png) -32px 0 no-repeat;
}

.author-connect .social .pinterest-icon {
	background: url(images/bio-sprites.png) -64px 0 no-repeat;
}

.author-connect .social .instagram-icon {
	background: url(images/bio-sprites.png) -96px 0 no-repeat;
}

.author-connect .social .email-icon {
	background: url(images/bio-sprites.png) -130px 0 no-repeat;
}

.author-connect .social .facebook-icon:hover {
	background: url(images/bio-sprites.png) 0 -27px no-repeat;
}

.author-connect .social .twitter-icon:hover {
	background: url(images/bio-sprites.png) -32px -27px no-repeat;
}

.author-connect .social .pinterest-icon:hover {
	background: url(images/bio-sprites.png) -64px -27px no-repeat;
}

.author-connect .social .instagram-icon:hover {
	background: url(images/bio-sprites.png) -96px -27px no-repeat;
}

.author-connect .social .email-icon:hover {
	background: url(images/bio-sprites.png) -130px -27px no-repeat;
}

.sidebar-primary #enews-ext-2 .widgettitle {
	margin: 44px 0 36px;
	margin: 2.75rem 0 2.250rem;
	position: relative;
}

.sidebar-primary #text-3 .widgettitle {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	position: relative;
}

.sidebar .tp_recent_tweets .widgettitle,
.sidebar-primary #text-13 .widgettitle,	
.sidebar-primary #text-14 .widgettitle,
.sidebar-primary #text-15 .widgettitle,
.sidebar-primary #text-16 .widgettitle,
.sidebar-primary .widget_archive .widgettitle,
.sidebar-primary .widget_tp_widget_recent_tweets .widgettitle {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	position: relative;
}

.sidebar .tp_recent_tweets .widgettitle:before,
.sidebar-primary #enews-ext-2 .widgettitle:before,
.sidebar-primary #text-13 .widgettitle:before,
.sidebar-primary #text-14 .widgettitle:before,
.sidebar-primary #text-15 .widgettitle:before,
.sidebar-primary #text-16 .widgettitle:before,
.sidebar-primary .widget_archive .widgettitle:before,
.sidebar-primary .widget_tp_widget_recent_tweets .widgettitle:before {
	color: #d1a536;
	font-size: 15px;
	font-size: .938rem;
	left: 2px;
	position: absolute;
	top: 40px;
}


.sidebar-primary #enews-ext-2 .widgettitle:before {
	content: "to our email newsletter";
}

.sidebar-primary #text-13 .widgettitle:before {
	content: "at us on instagram"
}

.sidebar-primary #text-14 .widgettitle:before {
	content: "by our boards on pinterest"
}

.sidebar-primary #text-15 .widgettitle:before {
	content: "on our facebook page"
}

.sidebar-primary #text-16 .widgettitle:before {
	content: "happening over on houzz"
}

.sidebar-primary .widget_archive .widgettitle:before {
	content: "in case you missed something"
}


.sidebar-primary .widget_tp_widget_recent_tweets .widgettitle:before {
	content: "over on twitter";
}

#text-17,
#enews-ext-3 {
	background: url(images/dotted-border.png) repeat-x bottom;
	min-height: 80px;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.sidebar-primary #enews-ext-2 .widgettitle:after {
	background: url(images/mpression-sprites.png) -2px -66px no-repeat;
	content: "";
	height: 103px;
	right: 0;
	position: absolute;
	top: -44px;
	width: 102px;
}

.subscribe-message {
	font-family: 'OpenSansSemibold', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
	padding: 40px 22px;
	padding: 2.5rem 1.375rem;
	position: relative;
}

.subscribe-message:before {
	background: url(images/mpression-sprites.png) -116px -90px no-repeat;
	content: "";
	height: 62px;
	left: 0;
	margin-top: -31px;
	position: absolute;
	top: 50%;
	width: 17px;
}

.subscribe-message:after {
	background: url(images/mpression-sprites.png) -142px -90px no-repeat;
	content: "";
	height: 62px;
	margin-top: -31px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 17px;
}

.past-issues {
	text-align: center;
}

.facebook-sidebar a,
.houzz-sidebar a,
.instagram-sidebar a,
.pinterest-sidebar a,
.sidebar .tp_recent_tweets li.last a,
a.twitter-link-button,
.past-issues a {
	background: #888;
	color: #fff;
	font-family: 'brandon_grotesquebold', sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-size: .875rem;
	padding: 4px 8px;
	padding: .25rem .5rem;
	text-decoration: none;
	text-transform: uppercase;
}

a.twitter-link-button {
  	display: inline-block;
}

.facebook-sidebar a:hover,
.houzz-sidebar a:hover,
.instagram-sidebar a:hover,
.pinterest-sidebar a:hover,
.sidebar .tp_recent_tweets li.last a:hover,
.past-issues a:hover,
a.twitter-link-button:hover {
	background: #555;
}



.houzz-sidebar,
.facebook-sidebar,
.instagram-sidebar,
.pinterest-sidebar {
	text-align: center;
}

.wp-pinterest-pinboard {
	max-height: 485px;	
}

.instagram-plugin {
	background: url(images/instagram-bg.png) no-repeat center bottom;
	margin-bottom: 12px;
	margin-bottom: .75rem;
	padding-bottom: 28px;
	padding-bottom: 1.75rem;
	text-align: center;
}

.sidebar .widget.widget_tp_widget_recent_tweets {
  	background: none;
	padding-bottom: 0;
}

#text-26 {
	text-align: center;
}
	  
.sidebar .tp_recent_tweets ul {
	padding: 0 40px;
	padding: 0 2.5rem;

}

.sidebar .tp_recent_tweets li {
	background: #efefef;
	color: #888;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	font-size: .688rem;
	padding: 84px 20px 60px;
	padding: 5.25rem 1.25rem 3.75rem;
	position: relative;
	text-align: center;
}

.sidebar .tp_recent_tweets a {
	color: #5d7e95;
  	font-weight: normal;
}

.sidebar .tp_recent_tweets li:before {
	background: url(images/mpression-sprites.png);
	content: "";
	height: 60px;
	left: 50%;
	margin-left: -53px;
	position: absolute;
	top: 15px;
	width: 106px;
}

.sidebar .tp_recent_tweets li.last {
	background: none;
	margin-top: 32px;
	margin-top: 2rem;
	padding: 0;
}

.sidebar .tp_recent_tweets li.last:before,
.sidebar .tp_recent_tweets li.last:after {
	background: none;
}

.sidebar .tp_recent_tweets li:after {
	background: url(images/mpression-sprites.png) -108px 0;
	content: "";
	height: 29px;
	left: 50%;
	margin-left: -22px;
	position: absolute;
	bottom: 15px;
	width: 43px;
}

.tweet-text {
	font-size: 14px;
	font-size: 0.875rem;
}

.tweet-details {
	font-size: 14px;
	font-size: 0.875rem;
	}


#archives-3 {
	background: none;
}

a.sb-image,
a.sb-image:hover {
	background: none;
	display: block;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	padding: 0;
}

.pagination {
	float: right;
	font-size: 12px;
	font-size: .75rem;
	clear: both;
}

.rssSummary {
	font-size: 11px;
	font-size: .688rem;
	margin-top: 8px;
	margin-top: .5rem;
}

.role {
	color: #483627;
	font-family: 'brandon_grotesquebold', sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
	text-transform: uppercase;
}

.post-type-archive-m_contributors .role {
	margin-bottom: 4px;
	margin-bottom: .25rem;
}

.contrib-twitter {
	color: #d1a536;
	float: right;
	font-size: 12px;
	font-size: .75rem;
	font-style: italic;
	font-family: 'OpenSansSemibold', sans-serif;
}

.author-box-content {
	font-size: 12px;
	font-size: .75rem;
}

.auth-subscribe label,
.authorbox-title,
.authorsocial-title{
	color: #483627;
	display: block;
	font-family: 'brandon_grotesquebold', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: -18px;
	
}

.authorbox-lower {
	background: url(images/dotted-border.png) repeat-x top;
	clear: both;
	overflow: hidden;
	padding-top: 20px;
	padding-top: 1.25rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.auth-subscribe {
	float: left;
}

.auth-subscribe label {
	margin: 0 0 10px;
}

.authorsocial-title {
	margin-bottom: 10px;
}


mark {
	background-color: #d1a536;
	color: #fff;
}

.author-connect {
	float: right;
}


/* FLOATING SHARE BAR */
.wpsr-floatbar-float_left{
	position: absolute;
	border: 0px solid!important;
	border-color: #ccc!important;
	background-color: #fff!important;
	padding: 0px 5px 0px 6px !important;
	width: 60px!important;
	margin: 0px 0px 0px 0px !important;
	z-index: 9999!important;
	-moz-border-radius: 10px!important;
	-webkit-border-radius: 10px!important;
	border-radius: 10px!important;
	box-shadow: none!important;
	text-align: center!important;
}

/*
14 Front Page
---------------------------------------------------------------------------------------------------- */

.non-blog .site-container {
	background: url(images/chair.png) right top no-repeat;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding-top: 20px;
	padding-top: 1.25rem;
}

.non-blog .site-container:before,
.non-blog .site-container:after {
    content: ".";    
    display: block;    
    height: 0;    
    overflow: hidden; 
}
.non-blog .site-container:after { clear: both; }

.non-blog .site-header {
	background: url(images/vertical-logo-15.png) left 95px no-repeat !important;
	float: left;
	height: 100%;
	position: fixed;
	width: 133px;
}

.non-blog .nav-primary,
.non-blog .site-inner,
.non-blog .site-footer,
.menu-profile-container {
	float: right;
	width: 882px;
}

.non-blog.hbg-team-archive .site-inner {
	padding-top: 25px;
}

.non-blog .site-inner {
	overflow: visible;
	padding-top: 40px;
}

.non-blog.no-submenu .site-inner {
	padding-top: 70px;
}

.non-blog.error404 .site-inner {
	padding-top: 80px;
}

.hbg-home.non-blog .site-inner {
	padding-top: 80px;
	padding-top: 5rem;
}

.hbg-home .layer.text-slide {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
	font-family: 'Avenir', sans-serif;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 700;
	text-align: center;
	padding: 34px 34px 26px;
	padding: 2.125rem 2.125rem 1.625rem;
}

.hbg-home .layer.text-slide .slide-links {
	line-height: 2;
	margin: 16px 30px 0 0;
	margin: 1rem 1.875rem 0 0;
	text-align: right;
}

.hbg-home .layer.text-slide a {
	background: url(images/right-arrow.png) right center no-repeat;
	color: #36291d;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 16px;
	font-size: 1rem;
	font-style: italic;
	font-weight: normal;
	padding-right: 14px;
	padding-right: .875rem;
}

.hbg-home .layer.text-slide a:hover {
	color: #d1a536;
}

.hbg-home .layer.text-slide .title-small {
	font-size: 16px;
	font-size: 1rem;
}

.hbg-home .layer.video-slide {
	padding: 0;
	position: relative;
	z-index: 1;
}

.hbg-home .video img {
	position: relative;
	z-index: -2;
}

.hbg-home .layer.video-slide:after {
	background: url(images/video-badge.png) no-repeat;
	bottom: 20px;
	content: "";
	height: 213px;
	position: absolute;
	right: 20px;
	width: 213px;
	z-index: -1;
}

.non-blog-top {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #36291d;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 16px;
	font-size: 1rem;
	font-style: italic;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	padding: 14px 36px 10px;
	padding: .875rem 2.25rem .625rem;
	text-align: center;
}

.non-blog-top a {
	color: #506b84;
	font-family: 'Avenir', sans-serif;
	font-size: 15px;
	font-size: .938rem;
	font-style: normal;
}

.home-slider {
	clear: both;
	margin-bottom: 0;
	position: relative;
}

.home-slider .slide:before {
	background: #fff;
	content: "";
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 45px;
	z-index: 2;
}

.home-middle img {
	background: #fff;
	border-radius: 13px;
	box-shadow: 0 0 10px rgba(129, 129, 129, 0.45);
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	padding: 8px;
	padding: .5rem;
}

.after-slider {
	color: #483627;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-style: italic;
	padding-top: 17px;
	text-align: right;
	z-index: 2;
}

.home-slider .advanced-slider .video-play-button {
	top: 50%;
}

.home-middle-1,
.home-middle-2 {
	float: left;
	width: 281px;
}

.home-middle-1 {
	margin-right: 20px;
}

.home-middle-3 {
	float: right;
	width: 281px;
}

.home-middle h2 {
	font-family: 'Avenir', sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .5px;
	margin-bottom: 8px;
	margin-bottom: .8rem;
	text-align: center;
}

.home-middle h2 a {
	color: #36291d;
}

.home-middle p {
	color: #36291d;
	font-family: 'Avenir', sans-serif;
	font-size: 12px;
	font-size: .75rem;
	line-height: 2;
}

.home a.more-link {
	display: inline;
	float: none;
	font-family: 'Avenir', sans-serif;
	font-size: 12px;
	font-size: .75rem;
	padding: 0;
	position: relative;
}

.home-featured-in {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.non-blog-bottom {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 18px 0 12px;
	padding: 1.125rem 0 .75rem;
}

.home-featured-in img {
	margin-bottom: 50px;
}

.home-featured-in p {
	color: #999;
  	line-height: 1.2rem;
}
	
.non-blog-bottom,
.non-blog-bottom p {
	clear: both;
	color: #666;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 14px;
	font-size: .875rem;
	font-style: italic;
}

.non-blog-bottom .social-text {
	display: inline-block;
	top: -10px;
	position: relative;
	margin-right: 10px;
}

.non-blog-bottom span {
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: .5px;
}

.non-blog-bottom .enews-widget {
	float: right;
}

.non-blog-bottom .enews-widget p {
	display: inline-block;
	margin-right: 5px;
}

.non-blog-bottom #subscribe {
	display: inline-block;
}

.non-blog-bottom .enews input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	padding: 0;
	width: 1px;
}

.non-blog-bottom .enews input {
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
	font-family: 'Avenir', sans-serif;
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: .5px;
	width: 218px;
}

.non-blog.single .entry {
	clear: both;
	margin-bottom: 12px;
	margin-bottom: .75rem;
}

.non-blog.single.hbg-team-member .entry {
	margin-bottom: 60px;
	overflow: hidden;
	text-align: right;
}

.non-blog.single.hbg-team-member .entry .entry-content {
	text-align: left;
}

.hbg-project-grid .project,
.style-item {
	float: left;
	line-height: 1;
	margin: 0 0 10px 2.26%;
	margin: 0 0 .625rem 2.26%;
	position: relative;
	width: 31.82%;
}

.style-items > .style-item:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

.hbg-project-grid .project .entry-content {
	display: none;
}

.hbg-project-grid .project-badge,
.style-item .project-badge {
	-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;
	background: #d1a536;
	border-radius: 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	display: none;
	color: #fff;
	font-weight: 700;
	height: 85px;
	position: absolute;
	top: 50%;
	left: 50%;
	letter-spacing: .5px;
	margin: -43px 0 0 -43px;
	padding-top: 30px;
	padding-top: 1.875rem;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	width: 85px;
	z-index: 1;
}

.hbg-project-grid .project:hover .project-badge,
.style-item:hover .project-badge {
	display: block;
}

.hbg-project-grid .project:hover img,
.style-item:hover img {
	opacity: .75;
}

.hbg-project-grid .project.first {
	margin-left: 0;
}

.hbg-project-grid .project a,
.style-item a {
	display: block;
	position: relative;
}

.hbg-project-grid .project img,
.style-item img {
	background: #fff;
	border-radius: 13px;
	box-shadow: 0 0 10px rgba(129, 129, 129, 0.45);
	box-sizing: border-box;
	display: block;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	padding: 8px;
	padding: .5rem;
}

.archive.hbg-project-grid h2.entry-title,
h2.style-title {
	margin: 0;
}

.archive.hbg-project-grid h2.entry-title a,
h2.style-title a {
	color: #36291d;
	font-family: 'Avenir', sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: .5px;
	margin: 0 0 8px;
	margin: 0 0 .8rem;
	text-align: center;
}

.hbg-style-index .entry-content {
	overflow: visible;
}

.hbg-style-index .advanced-slider {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.hbg-style-slider {
	background: #483627;
	padding: 0 40px !important;
	z-index: 1;
}

.hbg-style-index .advanced-slider .slide-arrows {
	position: absolute;
	background: #483627;
	bottom: 0;
	width: 100%;
	min-height: 40px;
}

.hbg-style-index .slide {
	color: #fff;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	letter-spacing: .5px;
	text-align: center;
	line-height: 32px;
}

.hbg-style-index .advanced-slider .slide-arrows a.previous {
	background: url(images/left.png) no-repeat;
	bottom: 9px;
	left: 20px;
	right: 0;
	z-index: 2;

}

.hbg-style-index .advanced-slider .slide-arrows a.next {
	background: url(images/right.png) no-repeat;
	bottom: 9px;
	right: 20px;
	z-index: 2;
}

.hbg-style-index .introduction {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.hbg-team-member .entry-title {
	color: #483627;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
	margin-right: 35px;
	text-align: left;
	text-transform: none;
}

.hbg-team-member .job-title {
	color: #d1a536;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.hbg-team-member .job-title:after {
	color: #5d7e95;
	content: "}";
	font-family: "Times", Helvetica, serif;
	font-size: 20px;
	font-weight: 700;
	margin: 0 7px;
}

.hbg-team-member .license-number {
	font-size: 10px;
	margin-bottom: 20px;
	margin-right: 35px;
}

.hbg-team-member .bio {
	float: left;
	width: 365px;
}

.hbg-team-member .entry-content p {
	color: #666;
}

.before-bio {
	position: relative;
	width: 440px;
	float: left;
	margin-right: 42px;
	margin-right: 2.625rem;
}

.circle-text {
	position: absolute;
}

.full-body-image {
	background: url(images/profile-bracket.png) right top no-repeat;
	padding-right: 44px;
	padding-right: 2.75rem;
	text-align: right;
}

.hbg-team-archive .content {
	text-align: center;
}

.hbg-team-archive .team {
	display: inline-block;
	position: relative;
	height: 200px;
	width: 200px;
	box-shadow: 0 0 10px rgba(75, 75, 75, 0.40);
	border-radius: 115px;
	margin: 20px;
	overflow: hidden;
}

.hbg-team-archive img {
	display: block;
	margin: 0;
}

.hbg-team-archive .title-wrap {
	background: rgba(0, 0, 0, 0.50);
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.hbg-team-archive .team:hover .title-wrap {
	display: block;
}

.title-wrap a {
	display: table-cell;
	height: 200px;
	vertical-align: middle;
	padding: 15px 15px 0;
	width: 200px;
}

.hbg-team-archive .entry-title {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 0 10px;
	min-height: 0;
	padding: 0;
	text-transform: none;
}

.hbg-team-archive .job-title {
	color: #fff;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 12px;
	font-size: .75rem;
	letter-spacing: .5px;
}

.hbg-team-archive .non-blog-bottom {
	margin-top: 20px;
}

.snp-pop-30035 .snp-theme-html,
.snp-pop-34363 .snp-theme-html {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.snp-pop-30035 .snp-theme-html .snp-content-inner,
.snp-pop-34363 .snp-theme-html .snp-content-inner {
	font-family: 'Avenir', sans-serif;
	padding: 40px 30px;
	position: relative;
}

.snp-pop-30035 .snp-content-inner .gform_wrapper.home-popup_wrapper,
.snp-pop-34363 .snp-content-inner .gform_wrapper.home-popup_wrapper {
  	position: relative;
}

.snp-pop-30035 .snp-content-inner .gform_wrapper.home-popup_wrapper:after,
.snp-pop-34363 .snp-content-inner .gform_wrapper.home-popup_wrapper:after {
	content: "*REQUIRED FIELDS";
	position: absolute;
	font-style: italic;
	bottom: 10px;
	left: 0;
}

.snp-pop-30035 h2,
.snp-pop-34363 h2 {
	color: #d1a536;
	font-family: 'Avenir', sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700 !important;
	letter-spacing: .5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.gform_wrapper.home-popup_wrapper {
	background: url(images/popup-bg.png) right 74px no-repeat;
	max-width: 100%;
}

.snp-pop-34363 .snp-content-inner .gform_wrapper.home-popup_wrapper {
	background-image: url(http://interiorsbystudiom.com/wp-content/uploads/2015/05/michelle.jpg);
}

.gform_wrapper.home-popup_wrapper .gform_body,
.gform_wrapper.home-popup_wrapper .gform_footer {
  	padding-right: 330px;
}

.gform_wrapper.home-popup_wrapper .gform_heading {
  	font-size: 13px;
	text-align: center;
}

.gform_confirmation_wrapper.home-popup {
	margin-top: 20px;
}
	  
.gform_wrapper.home-popup_wrapper .top_label .gfield_label {
	text-transform: uppercase;
}

.gform_wrapper.home-popup_wrapper input,
.gform_wrapper.home-popup_wrapper textarea {
	border-color: #868686;
}

.gform_wrapper.home-popup_wrapper input[type=text],
.gform_wrapper.home-popup_wrapper input[type=url],
.gform_wrapper.home-popup_wrapper input[type=email],
.gform_wrapper.home-popup_wrapper input[type=tel],
.gform_wrapper.home-popup_wrapper input[type=number],
.gform_wrapper.home-popup_wrapper input[type=password] {
	padding: 7px 2px;
}

.hbg-input-left {
	clear: none !important;
	width: 50%;
	float: left;	
}

.hbg-input-right {
	clear: none !important;
	width: 49%;
	float: right;	
}

.gform_wrapper.home-popup_wrapper .top_label input.large {
	width: 95%;
}

.gform_wrapper.home-popup_wrapper ul.gfield_radio li {
	display: inline-block;
	margin-right: 20px;
	padding: 1px !important;
}

.gform_wrapper.home-popup_wrapper ul.gfield_radio > li:last-child {
	margin-right: 0;
}

.gform_wrapper.home-popup_wrapper ul.gfield_radio li label {
	font-family: 'Avenir', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 700;
}

.gform_wrapper.home-popup_wrapper .hbg-radio > label {
	margin: 40px 0 10px;
}

.gform_wrapper.home-popup_wrapper .hbg-radio-comments {
	margin: -15px 0 10px;
}

.gform_wrapper .top_label .hbg-radio-comments textarea.medium {
	height: 75px;
	width: 98%;
}

.gform_wrapper.home-popup_wrapper input[type="submit"] {
	background-color: #5d7e95; 
	font-family: 'Avenir', sans-serif;
	font-size: 14px;
	float: right;
	letter-spacing: .5px;
	margin-right: 10px;
	text-transform: uppercase;
	padding: 18px 37px !important;
	border-radius: 5px;
}

.gform_wrapper.home-popup_wrapper .gform_footer {
	overflow: hidden;
	padding-top: 25px;
}

.hbg-two-column-page .entry-content h2 {
	font-family: 'Avenir', sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.hbg-two-column-page .entry-content {
	margin-bottom: 50px;

}

.content-left-column {
	float: left;
	max-width: 494px
}

.content-right-column {
	float: right;
	max-width: 350px
}

.non-blog a.button,
.non-blog span.button a {
	background-color: #5d7e95;
	color: #fff;
	display: inline-block;
	font-family: 'Avenir', sans-serif;
	font-size: 14px;
	letter-spacing: .5px;
	margin-top: 20px;
	text-transform: uppercase;
	padding: 18px 37px;
	border-radius: 5px;
}

.non-blog a.button:hover,
.non-blog span.button a:hover {
	background: #d1a536;
}

.menu-box {
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-top: 25px;
	padding: 45px 30px 25px;
}

.entry-content .menu-box p {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 18px;
	font-style: italic;
}

.entry-content .menu-box a {
	font-family: 'Avenir', sans-serif;
	font-style: normal;
	font-weight: 700;
}

.latest-tweets.widget-area {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #ccc;
	font-size: 14px;
	overflow: hidden;
	margin: 40px 0 45px;
	text-align: center;
}

.latest-tweets .wrap {
	padding: 20px 0 15px;
	position: relative;
}

.latest-tweets .tp_recent_tweets {
	float: none;
	margin: 0 auto;
	overflow: hidden;
}

.latest-tweets .tp_recent_tweets:before {
	content: "\f099";
	font-family: FontAwesome;
	font-size: 44px;
}

.latest-tweets .tp_recent_tweets ul {
	margin-top: 10px;
}

.latest-tweets .tp_recent_tweets li {
	background: none;
	color: #666;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 14px;
	float: none;
	line-height: 2;
	padding: 0;
}

.latest-tweets .tp_recent_tweets li:before,
.latest-tweets .tp_recent_tweets li:after {
	display: none;
}

.latest-tweets .tp_recent_tweets li a {
	color: #5d7e95;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.latest-tweets .tp_recent_tweets a:hover {
	text-decoration: underline;
}

.latest-tweets .hbg-button {
	clear: both;
	position: relative;
	margin-top: 40px;
	z-index: 10;
}

.latest-tweets .hbg-button a {
	background-color: #fff;
	color: #26a9e0;
}

.latest-tweets .hbg-button a:hover {
	background-color: #224099;
	color: #fff;
}

p.icons {
	text-align: center;
}

p.icons img {
	margin: 0 15px;
}

.contact-large-image {
	margin-bottom: 50px;
	position: relative;
}

.contact-large-image:after {
	background: url(images/m.png) no-repeat;
	width: 97px;
	height: 93px;
	content: "";
	position: absolute;
	bottom: -48px;
	left: 50%;
	margin-left: -47px;
}

.magic-button {
	clear: both;
	margin-bottom: 40px;
}

.magic-button span {
	background-color: #5d7e95;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Avenir', sans-serif;
	font-size: 14px;
	letter-spacing: .5px;
	margin-right: 10px;
	padding: 18px 70px;
	text-transform: uppercase;
}

.sliding-gravity-form {
	display: none;
	margin-bottom: 25px;
}

.contact-info {
	color: #483627;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 16px;
	font-size: 1rem;
	font-style: italic;
	margin-bottom: 40px;
	text-align: center;
}

.contact-info div {
	display: inline-block;
	margin: 0 30px;
}

.contact-info span {
	color: #5d7e95;
	font-family: 'Avenir', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	margin: 0 10px;
}

.contact-page-inner {
	color: #483627;
	text-align: center;
}

.ttk {
	color: #483627;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .5px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.left-column {
	float: left;
	margin-bottom: 40px;
	width: 320px;
}

.right-column {
	float: right;
	margin-bottom: 40px;
	width: 320px;
}

.column-number {
	background: #d0a436;
	border-radius: 30px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 17px;
}

.column-title {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 18px;
	font-style: italic;
	text-transform: uppercase;
}


.contact-page-inner {
	margin: 0 auto;
	max-width: 710px;
}

.content div.gform_wrapper.contact-page_wrapper {
	border: 1px solid #cbcbcb;
	padding: 50px;
	max-width: 100%;
}

.content div.gform_wrapper.contact-page_wrapper .top_label .gfield_label {
	text-transform: uppercase;
}

.content div.gform_wrapper.contact-page_wrapper .top_label #field_2_8 .gfield_label {
	margin-top: 40px;
}

.content div.gform_wrapper.contact-page_wrapper .top_label #field_2_8 {
	margin-bottom: 40px;
}

.content div.gform_wrapper.contact-page_wrapper input,
.content div.gform_wrapper.contact-page_wrapper textarea,
.content div.gform_wrapper.contact-page_wrapper select {
	border-color: #868686;
	margin-top: 0;
}

.content div.gform_wrapper.contact-page_wrapper input[type=text],
.content div.gform_wrapper.contact-page_wrapper input[type=url],
.content div.gform_wrapper.contact-page_wrapper input[type=email],
.content div.gform_wrapper.contact-page_wrapper input[type=tel],
.content div.gform_wrapper.contact-page_wrapper input[type=number],
.content div.gform_wrapper.contact-page_wrapper input[type=password],
.content div.gform_wrapper.contact-page_wrapper select {
	padding: 7px 2px;
}

.content div.gform_wrapper.contact-page_wrapper select {
	-webkit-appearance: none;
  	-webkit-border-radius: 0px;
	background: url(images/down.png) 98% 50% no-repeat;
  	padding-left: 10px;
}

.hbg-input-left {
	clear: none !important;
	width: 50%;
	float: left;	
}

.hbg-input-right {
	clear: none !important;
	width: 49%;
	float: right;	
}

.content div.gform_wrapper.contact-page_wrapper .top_label input.large {
	width: 95%;
}

.content div.gform_wrapper.contact-page_wrapper ul.gfield_radio li {
	display: inline-block;
	margin-right: 20px;
	padding: 1px !important;
}

.content div.gform_wrapper.contact-page_wrapper ul.gfield_radio > li:last-child {
	margin-right: 0;
}

.content div.gform_wrapper.contact-page_wrapper ul.gfield_radio li label {
	font-family: 'Avenir', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 700;
}

.content div.gform_wrapper.contact-page_wrapper .hbg-radio > label {
	margin: 40px 0 10px;
}

.content div.gform_wrapper.contact-page_wrapper .hbg-radio-comments {
	margin: -15px 0 10px;
}

.content div.gform_wrapper .top_label .hbg-radio-comments textarea.medium {
	height: 75px;
	width: 98%;
}

.content div.gform_wrapper.contact-page_wrapper input[type="submit"] {
	background-color: #5d7e95; 
	font-family: 'Avenir', sans-serif;
	font-size: 14px;
	float: right;
	letter-spacing: .5px;
	margin-right: 10px;
	text-transform: uppercase;
	padding: 18px 37px;
	border-radius: 5px;
}

.content div.gform_wrapper.contact-page_wrapper .gform_footer {
	overflow: hidden;
	padding-top: 25px;
}

.non-blog.hbg-contact-page .site-inner {
	padding-top: 70px;
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
}


/*
15 Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.custom-header .site-header {
		background: url(images/blog-logo@2x.png) no-repeat !important;
		background-size: 396px 76px !important;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.non-blog .site-header {
		background: url(images/vertical-logo-2x-15.png) no-repeat left 95px !important;
		background-size: 103px 411px !important;
	}

}

	
/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 568px) {

	.site-container {
		max-width: 960px;
		width: auto;
		padding-left: 5%;
		padding-right: 5%;
	}	

	.custom-header .site-header {
		background-position: center top !important;
	}

	.header-image .title-area {
		float: none;
		margin: 0 auto;
	}

	.site-header .genesis-nav-menu,
	.site-header .widget-area {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: auto;
	}

	.genesis-nav-menu li {
		float: none;
	}

	.header-extras {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.footer-widgets .enews input {
		width: 210px;
		margin-right: 0;
		padding-left: 8px;
		padding-left: .5rem;
	}

	.non-blog .site-container {
		margin-top: 20px;
	}

	.non-blog .site-header {
		background: url(images/horz-logo.png) center center no-repeat !important;
		background-size: 314px 105px !important;
		margin-bottom: 20px;
		position: relative;
		width: 100%;
	}

	.non-blog.header-image .site-title,
	.non-blog.header-image .site-title a,
	.non-blog.header-image .title-area {
  		height: auto;
		position: relative;
	  	top: auto;
		width: 100%;
	}

	.non-blog .nav-primary {
		text-align: center;
	}

	.hbg-home.non-blog .site-inner {
		margin-top: 30px;
		padding-top: 10px;
	}

	.non-blog .nav-primary,
	.non-blog .site-inner,
	.non-blog .site-footer,
	.menu-profile-container {
		max-width: 882px;
		width: 100%;
	}

	.menu-profile-container {
		background: none;
		text-align: center;
	}

	.home-middle {
		text-align: center;
	}

	.home-middle-1,
	.home-middle-2,
	.home-middle-3 {
		margin: 0 0 30px;
		width: 100%;
	}

	.home-middle p {
		text-align: left;
	}

	.hbg-home .advanced-slider img {
		max-width: 100%;
	}

	.menu-styles-container,
	.menu-services-container {
		background: none;
		clear: both;
		float: none;
		max-width: 875px;
		text-align: center;
		width: 100%;
	}

	.content-left-column,
	.content-right-column {
		max-width: none;
		width: 100%;
	}

	.sidebar-primary #enews-ext-2 .widgettitle:after {
		top: -64px;
		right: -19px;
	}

	.enews input {
		margin-bottom: 10px;
	}

	.sidebar-primary #text-15 .widgettitle:before {
		top: 75px;
	}

	.genesis-search {
		float: none;
		margin: 0 auto;
		max-width: 243px;
	}

	.footer-widgets .genesis-search input {
		width: 193px;
	}

	.before-bio {
		width: auto;
	}	

	.non-blog.single.hbg-team-member .entry .entry-content {
		float: right;
		width: auto;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 568px),
	only screen and (-moz-min-device-pixel-ratio: 1.5) and (max-width: 568px),
	only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 568px),
	only screen and (min-device-pixel-ratio: 1.5) and (max-width: 568px) {

	.non-blog .site-header {	
		background: url(images/horz-logo@2x.png) center center no-repeat !important;
		background-size: 314px 105px !important;
	}

}

@media only screen and (max-width: 568px) {

	.social,
	.non-blog-bottom .enews-widget {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}

	.sidebar .tp_recent_tweets .widgettitle:before,
	.sidebar-primary #text-15 .widgettitle:before,
	.sidebar-primary #text-16 .widgettitle:before,
	.sidebar-primary .widget_archive .widgettitle:before {
		top: 75px;
	}

	.sidebar-primary #enews-ext-2 .widgettitle:after {
		display: none;
	}

}

/* iPads (portrait) ----------- */

@media only screen and (max-width: 568px) {

	.site-container {
		padding: 20px 5% 0;
		padding: 1.25rem 5% 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.wrap,
	.site-footer .creds,
	.site-footer .gototop,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.site-container .sidebar,
	.site-container .content,
	.site-container .content-sidebar-wrap,
	.site-container .sidebar-secondary {
		width: 100%;
	}

	.genesis-nav-menu li,
	.site-footer .creds,
	.site-footer .gototop,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-footer .creds,
	.site-footer .gototop,
	.site-header .search-form,
	.site-title,
	.title-area {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 20px 16px;
		padding: 1.25rem 1rem;
	}

	.site-title {
		margin: 16px 0;
		margin: 1rem 0;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.site-footer .wrap {
		padding: 24px 0;
		padding: 1.5rem 0;
	}

	.footer-widgets-1,
	.site-header .genesis-nav-menu {
		margin: 0;
	}

	.non-blog-top {
		line-height: 1.5;
	}

	.hbg-project-grid .project {
		width: 100%;
		margin-left: 0;
	}

	.style-item {
		width: 48.82%;
	}

	.style-items > .style-item:nth-child(3n+1) {
		clear: none;
		margin-left: 2.26%;
	}

	.style-items > .style-item:nth-child(odd) {
		clear: both;
		margin-left: 0;
	}

	.sidebar .tp_recent_tweets .widgettitle:before,
	.sidebar-primary #enews-ext-2 .widgettitle:before,
	.sidebar-primary #text-13 .widgettitle:before,
	.sidebar-primary #text-14 .widgettitle:before,
	.sidebar-primary #text-15 .widgettitle:before,
	.sidebar-primary #text-16 .widgettitle:before,
	.sidebar-primary .widget_archive .widgettitle:before {
		top: 40px;
	}

	.sidebar-primary #enews-ext-2 .widgettitle:after {
		display: block;
	}

}

@media only screen and (max-width: 568px) {

	.left-column,
	.right-column {
		float: none;
		width: 100%;
	}

	.non-blog.single.hbg-team-member .entry .entry-content {
		width: 100%;
	}

	.before-bio {
		width: auto;
		float: none;
		text-align: center;
		margin: 0 auto;
	}

	.full-body-image {
		background: none;
		padding: 0;
		text-align: center;
	}

	.hbg-team-member .bio {
		margin-top: 40px;
		width: 100%;
	}

}

@media only screen and (max-width: 568px) {

	.hbg-home .layer.video-slide:after {
		display: none;
	}

	.gform_wrapper.home-popup_wrapper {
		background: none;
		padding-right: 0;
	}

	.gform_wrapper.home-popup_wrapper .gform_body,
	.gform_wrapper.home-popup_wrapper .gform_footer {
  		padding-right: 0;
	}

}

@media only screen and (max-width: 568px) {

	.site-header .genesis-nav-menu a {
		margin-bottom: 12px;
		margin-bottom: .75rem;
	}

	.non-blog .site-container {
		background: none;
	}

	.mpression-slider .advanced-slider .slider-main {
		overflow: hidden;
		width: auto !important;
		height: auto !important;
	}

	.mpression-slider .text-thumbnail .thumbnail-scroller.vertical {
		display: none;
	}

	.nav-primary .genesis-nav-menu a {
		margin-bottom: 15px;
	}

	.menu-styles-container,
	.menu-services-container {
		padding-top: 15px;
	}

	.menu-styles-container .genesis-nav-menu a,
	.menu-profile-container .genesis-nav-menu a,
	.menu-services-container .genesis-nav-menu a {
		margin-bottom: 15px;
	}

	.hbg-team-member .job-title,
	.hbg-team-member .entry-title {
		display: block;
		text-align: center;
		width: 100%;
	}

	.hbg-team-member .job-title {
		margin-bottom: 5px;
	}

	.license-number {
		text-align: center;
	}

}

@media only screen and (max-width: 510px) {

	.header-extras {
		width: auto;
	}

	.social,
	.genesis-search {
		float: none;
	}

	.genesis-search {
		margin: 20px auto 0;
		margin: 1.25rem auto 0;
		max-width: 247px;
	}

	.footer-widgets .genesis-search {
		max-width: none;
	}

	.footer-widgets .genesis-search input {
		width: 230px;
	}

	.genesis-grid-even, .genesis-grid-odd {
		float: none;
		width: auto;
	}

	img.alignleft {
		display: block;
		float: none;
		margin: 24px auto;
		margin: 1.5rem auto;
	}

}

/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {

	.site-header .search-form {
		width: 100%;
	}

	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.entry-header .entry-meta {
		font-size: .786rem;
	}

	.archive .entry-header .entry-meta,
	.genesis-grid .entry-header .entry-meta {
		font-size: .643rem;
	}

	.entry-title {
		margin-left: 4.571rem;
	}

	.title-author {
		margin-left: 4.714rem;
	}

	.archive .entry-title,
	.genesis-grid .entry-title {
		margin-left: 3.857rem;
		min-height: 20px;
	}

	.archive.hbg-team-archive .entry-title {
		margin-left: 0;
	}

	.archive .title-author,
	.genesis-grid .title-author {
		margin-left: 3.929rem;
	}

	.sidebar-primary #enews-ext-2 .widgettitle {
		margin-bottom: 2.571rem;
	}

	.non-blog-bottom .enews-widget p {
		margin: 0 0 10px;
	}

}

@media only screen and (max-width: 450px) {

	.custom-header .site-header {
		background-size: contain !important;
	}

	.custom-header.non-blog .site-header {
		background-size: auto !important;
	}

	.non-blog-bottom .social-text {
		display: block;
		margin: 0 0 10px;
		top: auto;
	}

	.header-image .site-title,
	.header-image .site-title a,
	.header-image .title-area {
		height: 0;
		min-height: 0;
		padding-bottom: 25%;
		width: 100%;
	}

	.non-blog.header-image .site-title,
	.non-blog.header-image .site-title a,
	.non-blog.header-image .title-area {
		height: 100%;
		padding-bottom: 0;			
	}

	.hbg-project-grid .project, .style-item {
		margin-left: 0;
		width: 100%;
	}

	.hbg-contact-page .gform_wrapper .ginput_complex .ginput_left,
	.hbg-contact-page .gform_wrapper .ginput_complex .ginput_right,
	.hbg-contact-page .hbg-input-left,
	.hbg-contact-page .hbg-input-right {
		float: none;
		width: 100%;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 450px),
	only screen and (-moz-min-device-pixel-ratio: 1.5) and (max-width: 450px),
	only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 450px),
	only screen and (min-device-pixel-ratio: 1.5) and (max-width: 450px) {

	.custom-header.non-blog .site-header {
		background-size: contain !important;
	}

}

@media only screen and (max-width: 347px) {

	.custom-header.non-blog .site-header {
		background-size: contain !important;
	}

	.non-blog.header-image .site-title,
	.non-blog.header-image .site-title a,
	.non-blog.header-image .title-area {
		height: 0;
		min-height: 0;
		padding-bottom: 33.4%;
		width: 100%;
	}

}

@media only screen and (max-width: 330px) {

	.sidebar-primary #enews-ext-2 .widgettitle:after {
		background: none;
	}

	.enews input {
		width: 195px;
	}

	.footer-widgets .enews input {
		width: 195px;
		margin-right: 0;
		padding-left: 8px;
		padding-left: .5rem;
	}

	.footer-widgets .social {
		float: none;
		text-align: center;
	}

	.footer-widgets .social a {
		margin: 2px 4px;
	}

}