/*
	Theme Name: The Arbor Theme
	Theme URI: https://roarkcreative.com
	Description: Minimialist, mobile-responsive theme created on the Genesis Framework.
	Author: Roark Creative
	Author URI: https://roarkcreative.com

	Version: 1.0.1

	Tags: black, white, one-column, two-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: https://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
		- 1080px CSS Grid
		- Header
		- Homepage
		- 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
---------------------------------------------------------------------------------------------------- */

@import url(https://cd1ea4.claudeassets.com/20161001183945cs_/https://fonts.googleapis.com/css?family=Lato:300,400|Merriweather:300,400);

/*@font-face {
	font-family: Brandon-Regular;
	src: url('https://b721f9.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/fonts/BrandonText-Regular.otf');
}
@font-face {
	font-family: Brandon-BoldItalic;
	src: url('https://d7bed9.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/fonts/BrandonText-BoldItalic.otf');
}
@font-face {
	font-family: Bickham;
	src: url('https://3148f0.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/fonts/BickhamScriptPro-Regular.otf');
	src: url('https://a8dca1.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/fonts/BickhamScriptPro-Regular.otf#iefix') format("opentype"),
	url('https://3148f0.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/fonts/BickhamScriptPro-Regular.otf') format("opentype");
}
@font-face {
	font-family: Adobe-Garamond-Regular;
	src: url('https://a46ba6.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/fonts/AGaramondPro-Regular.otf');
}
@font-face {
	font-family: Adobe-Garamond-Italic;
	src: url('https://f17e56.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/fonts/AGaramondPro-Italic.otf');
}*/


/*
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,
#about .wrap,
#blog .wrap,
#footer-widgets,
#inner,
#portfolio .wrap,
#services .wrap,
#welcome .wrap,
#social .wrap,
#content-area .wrap,
#gallery .wrap,
#pricing .wrap,
#social-two .wrap,
#business-events .wrap,
#contact .wrap,
#vendors .wrap {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn,
#blog img,
#portfolio img,
#gallery img {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

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:
	
	https://caniuse.com/rem
	https://snook.ca/archives/html_and_css/font-size-with-rem
	
*/

/* 03a - Font Color ----------- */

a:hover,
body,
h2 a,
h2 a:visited,
h4.widgettitle a,
input,
.post-comments,
.post-info a,
.post-meta a,
#footer a,
#title a,
#title a:hover {
	color: #222;
}

.genesis-nav-menu a,
.genesis-nav-menu a:visited,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited{
	font-family:  "brandon-grotesque", sans-serif;
	color: #6f6e64;
}

a,
h2 a:hover,
.genesis-nav-menu li.right a:hover,
.post-info a:hover,
.post-meta a:hover,
#footer a:hover,
#header .genesis-nav-menu li a:hover {
	color: #b6a15c;
}

blockquote::before,
blockquote p,
input,
select,
textarea,
.post-info,
.post-meta {
	color: #888;
}

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

a.cta-button,
a.landing-button,
a.social-buttons,
button,
input[type="button"],
input[type="submit"],
.btn,
.enews,
.footer-widgets,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li li a:hover,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled,
#about,
#services {
	color: #fff;
}

a.cta-button:hover,
a.social-buttons:hover,
.sidebar .enews-widget input:hover[type="submit"] {
	color: #222;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1,
#title {
	font-family: "brandon-grotesque",sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#title a::before {
	font-family:  "brandon-grotesque", sans-serif;
}

/* 03c - Font Size ----------- */

h1,
.entry-title,
.entry-title a {
	font-size: 36px;
	font-size: 2.25rem;
}

blockquote::before {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

h3,
h4,
.archive-title,
.taxonomy-description h1,
.widgettitle,
#title {
	font-size: 24px;
	font-size: 1.5rem;
}

h5,
h6,
.archive-title,
.author-box h1,
.footer-widgets .widgettitle,
.sidebar h2 a,
.taxonomy-description h1,
#about,
#blog,
#services {
	font-size: 20px;
	font-size: 1.25rem;
}

body,
.featuredpost h2 a {
	font-size: 18px;
	font-size: 1.125rem;
}

input,
select,
textarea,
.comment-header,
.featuredpost p,
.post-info,
.post-meta,
.wp-caption {
	font-size: 16px;
	font-size: 1rem;
}

a.social-buttons {
	font-size: 14px;
	font-size: 0.875rem;
}

/* 03d - Font Miscellaneous ----------- */

cite {
	font-style: normal;
}

body,
input,
#title {
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.wp-caption {
	font-weight: 400;
}

a.landing-button,
.wp-caption {
	text-align: center;
}

a.cta-button,
a.landing-button,
a.social-buttons,
h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
	text-decoration: none;
}

#title {
	text-transform: lowercase;
}

#title a::before {
	text-transform: uppercase;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

.wrap,
/*#header,*/
#inner {
	margin: 0 auto;
	max-width: 1080px;
}

#header{
	background: rgba(254,254,254,.95) !important;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.mp-landing #inner {
	border: 1px solid #222;
	max-width: 700px;
	margin: 32px auto;
	margin: 2rem auto;
	padding: 48px 64px 0;
	padding: 3rem 4rem 0;
}

#inner {
	clear: both;
	overflow: hidden;
	padding: 64px 0 16px;
	padding: 4rem 0 1rem;
}

.mp-home #inner {
	padding: 0;
	max-width: 100%;
}

/* 04b - 1080px CSS Grid ----------- */

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar,
#blog .featuredpost .post:nth-of-type(3n+0),
#blog .featuredpost .post:nth-of-type(3n+1),
#blog .featuredpost .post:nth-of-type(3n+2),
#portfolio .featuredpost .post:nth-of-type(3n+0),
#portfolio .featuredpost .post:nth-of-type(3n+1),
#portfolio .featuredpost .post:nth-of-type(3n+2),
#services .alignright,
#title-area {
	width: 29.629629629%; /* 320px / 1080px */
}

#content,
#header .widget-area,
#services .alignleft {
	width: 64.814814814%; /* 700px / 1080px */
}

.full-width-content #content,
#content-sidebar-wrap {
	width: 100%; /* 1080px / 1080px */
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content #sidebar,
#blog .featuredpost .post:nth-of-type(3n+1),
#blog .featuredpost .post:nth-of-type(3n+2),
#content,
#content-sidebar-wrap,
#footer .gototop,
#portfolio .featuredpost .post:nth-of-type(3n+1),
#portfolio .featuredpost .post:nth-of-type(3n+2),
#sidebar-alt,
#title-area {
	float: left;
}

.footer-widgets-3,
.sidebar,
.sidebar-content #content,
#blog .featuredpost .post:nth-of-type(3n+0),
#footer .creds,
#header .widget-area,
#portfolio .featuredpost .post:nth-of-type(3n+0) {
	float: right;
}

.footer-widgets-1,
#blog .featuredpost .post:nth-of-type(3n+1),
#portfolio .featuredpost .post:nth-of-type(3n+1) {
	margin-right: 5.555555555%; /* 60px / 1080px */
}

/* 04c - Header ----------- */

#header {
	border-bottom: 1px solid #222;
	overflow: hidden;
	padding: 32px 0;
	padding: 4rem 0;
}

.mp-home #header {
	border: none;
}

#title-area {
	background: url('https://92b39b.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/images/arbor-logo.png') no-repeat center left;
	padding: 0;
	/*padding: 12px 0;
	padding: 0.75rem 0;*/
}

.header-image #header,
.header-image #title-area {
	padding: .75rem;
}

#title,
#title a {
	cursor: pointer;
	display: block;
	line-height: 1;
	margin: 0;
}

/* #title a::before {
	background-color: #222;
	border-radius: 50%;
	color: #fff;
	content: "M";
	cursor: pointer;
	display: inline-block;
	height: 58px;
	line-height: 2.5;
	margin-right: 16px;
	margin-right: 1rem;
	padding: 3px 4px;
	padding: 0.1875rem 0.25rem;
	text-align: center;
	width: 58px;
} */

#title a:hover::before {
	background-color: #27b4b2;
}

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

.header-image #title,
.header-image #title a,
.header-image #title-area {
	display: block;
	float: left;
	min-height: 120px;
	overflow: hidden;
	text-indent: -9999px;
}

.header-image #title,
.header-image #title a {
	width: 100%;
}

/* 04d - Homepage ----------- */

#about,
#blog,
#portfolio,
#services,
#welcome,
#social,
#content-area,
#gallery,
#pricing,
#social-two,
#business-events,
#contact,
#vendors {
	clear: both;
	overflow: hidden;
}

#about,
#services {
	background-color: #222;
}

#welcome{
	padding: 32px 0;
	padding: 2rem 0;
}

#about,
#services,
#social,
#social-two {
	padding: 64px 0;
	padding: 4rem 0;
}

#content-area,
#gallery,
#pricing,
#business-events,
#contact,
#vendors{
	padding: 128px 0;
	padding: 8rem 0;
}

#blog,
#portfolio {
	padding: 64px 0 16px;
	padding: 4rem 0 1rem;
}

/* 04e - Main Content ----------- */

#content {
	padding-bottom: 48px;
	padding-bottom: 3rem;
}

.mp-home #content {
	padding: 0;
}

.entry,
.page .post.entry {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.mp-home .featuredpost .entry,
.single .entry {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.page .entry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.featuredpost .entry p {
	line-height: 1.5;
}

.entry-content,
.entry-content p,
#about,
#services {
	line-height: 1.625;
}

.entry-content p {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}

blockquote::before {
	content: "“";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* 04f - Post Info & Meta ----------- */

.post-info,
.post-meta {
	clear: both;
	line-height: 1.5;
}

.post-info {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.post-comments {
	background: url(https://f155dd.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/images/post-comments.png) no-repeat center left;
	margin-left: 16px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.post-meta::before {
	border-top: 1px solid #222;
	content: "";
	display: block;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	width: 10%;
}

.categories,
.tags {
	display: block;
}

/* 04g - 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;
}

/* 04h - Miscellaneous ----------- */

a.social-buttons {
	background-color: #888;
	float: left;
	margin: 0 4px 4px 0;
	margin: 0 0.25rem 0.25rem 0;
	overflow: hidden;
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
}

a.social-buttons:hover {
	background-color: #fff;
}

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 #222;
	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,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}

#portfolio .sticky {
	background: none;
	margin: 0;
	padding: 0;
}

.breadcrumb {
	border-bottom: 1px solid #222;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 8px 0 24px;
	padding: 0.5rem 0 1.5rem;
}


/*
05 Menus
---------------------------------------------------------------------------------------------------- */

#nav_menu-3.widget.widget_nav_menu{
	width: 100%;
}
.genesis-nav-menu {
	clear: both;
	overflow: hidden;
}

#header .genesis-nav-menu {
	float: right;
	margin-top: 63px;
	margin-top: 3.5rem;
	width: 100%;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
	border-bottom: 1px solid #222;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	font-family:  "brandon-grotesque", sans-serif;
	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;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #222;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #27b4b2;
}

.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 #222;
	border-top: none;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
	width: 160px;
}

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

#header .genesis-nav-menu li a:hover {
	background: none;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 202px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -59px 0 0 201px;
}

.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,
#header .genesis-nav-menu li:hover>ul,
#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;
}

/* 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(https://49d3cc.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/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(https://88fb41.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/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.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.featuredpost h2 {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.archive-title,
#blog .widgettitle,
#portfolio .widgettitle {
	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
---------------------------------------------------------------------------------------------------- */

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #222;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #27b4b2;
}


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

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

.ping-list,
#comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#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 {
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}


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

.sidebar {
	display: inline;
	line-height: 1.5;
	padding-top: 8px;
	padding-top: 0.5rem;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	overflow: hidden;
}

.sidebar .widget::after {
	border-bottom: 1px solid #222;
	content: "";
	display: block;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	width: 20%;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

.enews {
	background-color: #222;
	margin-bottom: 8px;
	margin-bottom: 0.75rem;
	padding: 32px;
	padding: 2rem;
}

.sidebar .widget.enews-widget::after {
	border-bottom: none;
	padding-bottom: 0;
}


/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	border-top: 1px solid #222;
	clear: both;
	overflow: hidden;
	padding: 48px 0;
	padding: 3rem 0;
}

#footer .creds {
	text-align: right;
}

#footer .creds,
#footer .gototop {
	margin: 16px 0;
	margin: 1rem 0;
}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
	background: #222 url('https://f0ccba.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/images/footer-background.jpg') repeat;
	font-family:  "brandon-grotesque", sans-serif;
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	padding: 64px 0 16px;
	padding: 4rem 0 1rem;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	overflow: hidden;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}
.footer-widgets-2{
	/*padding: 45px 0 0 0;*/
}


/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 0 5px #ddd inset;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

#header .search-form {
	float: right;
	margin-top: 56px;
	margin-top: 3.5rem;
	width: 100%;
}

.sidebar .enews-widget input {
	background-color: #fff;
	box-shadow: none;
}

a.cta-button,
a.landing-button,
button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #222;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	width: auto;
}

a.cta-button {
	float: right;
	margin-top: -32px;
	margin-top: -2rem;
	padding: 20px 24px;
	padding: 1.25rem 1.5rem;
}

a.landing-button {
	margin-top: 16px;
	margin-top: 1rem;
}

a.cta-button,
a.landing-button:hover,
button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover,
.sidebar .enews-widget input[type="submit"] {
	background-color: #27b4b2;
}

.sidebar .enews-widget input {
	margin-bottom: 8px;
	margin-bottom: 0.75rem;
}

.sidebar .enews-widget input[type="submit"] {
	display: block;
	margin: 0 auto;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

a.cta-button:hover,
.sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
}

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

/* 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,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

#blog img,
#portfolio img {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	opacity: 0.8;
}

#blog img:hover,
#portfolio img:hover {
	opacity: 1;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

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

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

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

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 {
}


/* Custom Styles ----------- */

#welcome{
	background: url('https://53a8fd.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/images/large-window.jpg') no-repeat top center fixed;
	text-align: center;
}
#welcome .window-content-frame{
	background: url('https://5abedc.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/images/window-content-frame.png') no-repeat center center;
	width: 674px;
	height: 700px;
	display: table;
	line-height: 2em;
	margin: 168px auto 40px auto;
}
#welcome .window-content-frame .window-content{
	font-family:  "brandon-grotesque", sans-serif;
	display: table-cell;
	vertical-align: middle;
	padding: 0 13%;
}
#welcome .window-content-frame .window-content h1{
	font-family: "bickham-script-pro";
	color: #b1b579;
	font-size: 5em;
}
#welcome a.scroll-down{
	display: block;
	clear: both;
	text-transform: uppercase;
	font-weight: bold;
	color: #2c2c2c;
	text-decoration: none;
	margin-top: 1.5em;
}
#welcome a.scroll-down:before,
#welcome a.scroll-down:after{
	content: url('https://ef06b1.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/images/down-arrow.png');
}
#welcome a.scroll-down:before{
	margin-right: 12px;
}
#welcome a.scroll-down:after{
	margin-left: 10px;
}

#social,
#social-two{
	background: #25252d;
	color: #5f5f55;
	font-family: "adobe-garamond-pro", serif;
	font-size: 2em;
	text-align: center;
}
#social a,
#social-two a{
	color: #89897b;
	text-decoration: none;
}
#social a:hover,
#social-two a:hover{
	text-decoration: underline;
}

#content-area{
	background: #eff0ed url('https://e9af9c.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/images/cream-bg.jpg') repeat left top;
	color: #303030;
	font-family: "adobe-garamond-pro", serif;
}
#content-area h1{
	font-family:  "brandon-grotesque", sans-serif;
	color: #b6a15c;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 2em;
	font-weight: normal;
	letter-spacing: .15em;
}
#content-area span{
	font-family: "adobe-garamond-pro";
	font-style: italic;
}
#content-area span{
	font-size: 1.33em;
	line-height: 1.33em;
	display: block;
	margin: 20px 0;
}
#content-area p{
	font-size: 1.1em;
	line-height: 1.75em;
}
#content-area a{
	font-family:  "brandon-grotesque", sans-serif;
	font-weight: bold;
	font-size: .78em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: block;
	margin: 20px 0 0 0;
}

#gallery{
	background: #fff url('https://cfc675.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/images/gallery-flourish.jpg') no-repeat center top;
}
#gallery h1{
	font-family:  "brandon-grotesque", sans-serif;
	text-align: center;
	color: #7f835f;
	text-transform: uppercase;
	font-size: 3em;
	letter-spacing: .15em;
}
#gallery h2{
	color: #7f835f;
	font-size: 1.33em;
	font-family: "adobe-garamond-pro";
	font-style: italic;
	text-align: center;
}
#gallery .gallery{
	margin: 2em 0;
	z-index: 9;
}
#gallery .gallery .tiled-gallery-caption{
	background: rgba(235,30,93,.95);
	font-family: "adobe-garamond-pro", serif;
	font-size: 1.06em;
	font-weight: normal;
	text-indent: 0;
	text-align: center;
	line-height: 1.3em;
	color: #fff;
	padding: 30px;
	width: inherit;
	height: inherit;
	text-overflow: inherit;
	white-space: normal;
	margin: 2px;
}
#gallery .gallery .tiled-gallery-caption span.credit{
	font-family: "adobe-garamond-pro", serif;
	font-size: .78em;
	font-style: italic;
	display: block;
	clear: both;
	margin: 20px 0 0 0;
}

#pricing,
#contact{
	background: #eff0ed url('https://b012f0.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/images/pricing-flourish.png') no-repeat center top;
}
#pricing h1,
#contact h1{
	font-family:  "brandon-grotesque", sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 3em;
	letter-spacing: .15em;
	color: #5f5f55;
}
#pricing h2,
#contact h2{
	color: #89897b;
	font-size: 1.33em;
	font-family: "adobe-garamond-pro", sans-serif;
	font-style: italic;
	text-align: center;
}
#pricing p.disclaimer{
	font-family:  "brandon-grotesque", serif;
	font-style: italic;
	color: #89897b;
	text-align: center;
	line-height: 2em;
	clear: both;
}
#pricing .pricing-table{
	background: #fff;
	padding: 60px;
	margin: 60px 0;
	border-radius: 60px;
}
#pricing .pricing-table h1{
	font-family: "adobe-garamond-pro", serif;
	font-size: 2.33em;
	text-transform: none;
	letter-spacing: normal;
	color: #b6a15c;
}
#pricing .pricing-table h3{
	text-align: center;
	font-family: "adobe-garamond-pro";
	font-style: italic;
	font-size: 1.33em;
	text-transform: none;
	letter-spacing: normal;
	color: #303030;
}
#pricing .pricing-table ul{
	font-family: "adobe-garamond-pro", serif;
	margin: 30px 0;
	display: block;
	line-height: 1.3em;
}
#pricing .pricing-table ul li{
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}
#pricing .pricing-table ul li:last-child{
	margin: 0;
}
#pricing .pricing-table span.price{
	text-align: center;
	font-family: "adobe-garamond-pro";
	font-style: italic;
	font-size: 3.33em;
	color: #89897b;
	clear: both;
	display: block;
	margin-bottom: 20px;
}
#pricing .pricing-table a{
	font-family:  "brandon-grotesque", sans-serif;
	font-size: .78em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

#business-events h1,
#vendors h1{
	font-family:  "brandon-grotesque", sans-serif;
	font-size: 3em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #5f5f55;
}
#business-events h2,
#vendors h2{
	font-family: "adobe-garamond-pro";
	font-style: italic;
	font-size: 1.44em;
	text-align: center;
	color: #89897b;
	margin-bottom: 60px;
}
#business-events .left{
	font-family: "adobe-garamond-pro", serif;
	font-size: 2em;
	line-height: 1.3em;
	color: #b6a15c;
}
#business-events .right{
	font-family: "adobe-garamond-pro", serif;
	font-size: 1.1em;
	line-height: 1.5em;
}
#business-events .right span{
	font-family: "adobe-garamond-pro";
	font-style: italic;
	font-size: 1.44em;
	line-height: 1.3em;
	margin: 0 0 30px 0;
}
#business-events .right ul{
	margin: 50px 0 30px 60px;
}
#business-events .right ul li{
	margin: 0 0 10px 0;	
}
#business-events .right ul li:last-child{
	margin: 0;
}
#business-events a.button{
	font-family:  "brandon-grotesque", sans-serif;
	font-size: .83em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .17em;
	width: 50%;
	color: #fff;
	background: #b6a15c;
	border-radius: 30px;
	padding: 20px 30px;
	display: block;
	float: right;
	clear: both;
	margin: 30px 0;
}
#business-events a.button:hover{
	background: #303030;
}

#contact h2{
	margin-bottom: 60px;
}
#contact .contact-form p{
	margin: 0 0 30px 0;
}
#contact .contact-form input,
#contact .contact-form select,
#contact .contact-form textarea{
	border-radius: 0;
}
#contact .contact-form input[type="submit"],
#contact .map a.button{
	font-family: "brandon-grotesque", sans-serif;
	font-size: .83em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .17em;
	line-height: normal;
	width: 100%;
	color: #fff;
	background: #b6a15c;
	border-radius: 30px;
	padding: 20px 0;
	display: block;
	clear: both;
	margin: 0;
}
#contact .contact-form input[type="submit"]:hover,
#contact .map a.button:hover{
	background: #303030;
}
#contact .map iframe{
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

#vendors h3{
	font-family: "adobe-garamond-pro", serif;
	font-size: 2.33em;
	text-transform: none;
	letter-spacing: normal;
	color: #b6a15c;
}
#vendors h4{
	font-family: "adobe-garamond-pro";
	font-size: 20px;
	text-transform: none;
	letter-spacing: normal;
	color: #303030;
	margin: 0 0 30px 0;
}
#vendors ul{
	margin: 0 0 60px 60px;
}
#vendors ul.last{ margin: 0 0 0 60px; }
#vendors ul li{
	margin: 0 0 10px 0;
}
#vendors a{
	display: block;
	margin: 10px 0;
}


.footer-logo{
	background: url('https://27c449.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/images/arbor-logo-white.png') no-repeat left top;
	width: 219px;
	height: 100px;
	display: block;
	float: right;
}



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

/* Desktops, laptops and iPads (landscape) ----------- */

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

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

}

/* iPads (portrait) ----------- */

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

	#inner {
		padding: 32px 5%;
		padding: 2rem 5%;
	}

	.footer-widgets {
		padding: 64px 5% 32px;
		padding: 4rem 5% 2rem;
	}

	#about .wrap,
	#blog .wrap,
	#portfolio .wrap,
	#services .wrap {
		padding: 0 5%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.wrap,
	#footer .creds,
	#footer .gototop,
	#header .widget-area,
	#inner,
	#services .alignleft,
	#services .alignright,
	#title-area,
	#wrap .sidebar,
	#wrap #content,
	#wrap #content-sidebar-wrap,
	#wrap #sidebar-alt {
		width: 100% !important;
	}

	.genesis-nav-menu li,
	#footer .creds,
	#footer .gototop,
	#header ul.genesis-nav-menu,
	#header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	#footer .creds,
	#footer .gototop,
	#header .search-form,
	#title,
	#title-area {
		text-align: center;
	}
	
	#header {
		position: relative;
		padding: 0;
	}

	#title-area {
		background: url('https://92b39b.claudeassets.com/20161001183945im_/https://arborvenue.com/wp-content/themes/arbor/images/arbor-logo.png') no-repeat center center;
		padding: 12px 0 0;
		padding: 0.75rem 0 0;
	}

	#title {
		margin: 16px 0;
		margin: 1rem 0;
	}

	#header .search-form {
		margin: 32px auto 0;
		margin: 2rem auto 0;
		width: 50%;
	}

	.genesis-nav-menu a {
		padding: 20px 16px;
		padding: 1.25rem 1rem;
	}

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

	.mp-landing #inner {
		border: none;
	}

	a.cta-button {
		float: none;
		line-height: 6;
	}
	
	#social,
	#social-two,
	#content-area,
	#pricing,
	#business-events,
	#contact,
	#vendors{
		padding: 8rem 30px !important;
	}

	#footer {
		padding: 24px 0;
		padding: 1.5rem 0;
	}

	.footer-widgets-1,
	#header .genesis-nav-menu {
		margin: 0;
	}
	
	#welcome .window-content-frame{
		background-image: none;
		width: auto;
		height: auto;
		margin: auto 5% auto 5%;
	}
	#welcome .window-content-frame .window-content{
		background: rgba(255,255,255,.80);
		padding: 10%;
	}
	
	#business-events a.button,
	#contact .contact-form input[type="submit"],
	#contact .map a.button{
		width: 100%;
		padding: 20px 0;
		float: none;
	}
	#footer-widgets{
		text-align: center;
	}
	#footer-widgets .footer-logo{
		float: none;
		margin: 0 auto;
	}

}

/* iPhones (portrait and landscape) ----------- */

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

	html {
		font-size: 87.5%; /* 14px base */
	}
	
	#header{
		position: relative;
	}

	#title a::before {
		height: 50px;
		width: 50px;
	}

	#blog .featuredpost .post:nth-of-type(3n+0),
	#blog .featuredpost .post:nth-of-type(3n+1),
	#blog .featuredpost .post:nth-of-type(3n+2),
	#portfolio .featuredpost .post:nth-of-type(3n+0),
	#portfolio .featuredpost .post:nth-of-type(3n+1),
	#portfolio .featuredpost .post:nth-of-type(3n+2),
	#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%;
	}
	
	#social,
	#social-two,
	#content-area,
	#pricing,
	#business-events,
	#contact,
	#vendors{
		padding: 8rem 30px !important;
	}
	#welcome .window-content-frame{
		background-image: none;
		width: auto;
		height: auto;
		margin: auto 5% auto 5%;
	}
	#welcome .window-content-frame .window-content{
		background: rgba(255,255,255,.80);
		padding: 10%;
		margin: auto 5%;
	}
	
	#social,
	#social-two{
		line-height: 1.5em;
	}
	
	.one-third,
	.one-half{
		margin: 0 0 30px 0;
	}
	#gallery h1,
	#gallery h2{
		padding: 0 30px;
	}
	
	#pricing h2{
		margin: 0 0 30px 0;
	}
	#pricing .pricing-table{
		margin: 15px 0;
	}
	
	#business-events .right ul{
		margin: 50px 0 30px 30px;
	}
	#business-events a.button{
		width: 100%;
		padding: 20px 0;
		float: none;
	}
	
	#footer-widgets{
		text-align: center;
	}
	#footer-widgets .footer-logo{
		float: none;
		margin: 0 auto;
	}

}
/*
     FILE ARCHIVED ON 05:22:26 Oct 13, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:26:38 Jun 20, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.067
  exclusion.robots: 0.159
  exclusion.robots.policy: 0.142
  esindex: 0.014
  cdx.remote: 25.725
  LoadShardBlock: 256.531 (3)
  PetaboxLoader3.datanode: 177.314 (5)
  PetaboxLoader3.resolve: 226.207 (3)
  load_resource: 182.624 (2)
*/