/*
	Theme Name: MidCentury Magazine 2013
	Description: Custom Studiopress Child Theme built for MidCentury Magazine
	Author: estherrosie
	Author URI: http://www.estherrosie.com/
 
	Version: 1.9
 
	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
---------------------------------------------------------------------------------------------------- */
/* @license
 * MyFonts Webfont Build ID 2640463, 2013-09-10T08:34:55-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Century Expanded by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/century-expanded/century-expanded/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * Licensed pageviews: 20,000
 * 
 * Webfont: Futura Book by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/futura/book/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * Licensed pageviews: 20,000
 * 
 * Webfont: Futura Bold by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/futura/bold/
 * Copyright: Copyright &#x00A9; 1987, 1991, 1993, 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * Licensed pageviews: 250,000
 * 
 * Webfont: Jeanneret NF by Nick's Fonts
 * URL: http://www.myfonts.com/fonts/nicksfonts/jeanneret-nf/jeanneret-nf/
 * Copyright: Copyright (c) 2011, Nick Curtis. All Rights Reserved. Unauthorized duplication or redistribution is expressly prohibited.
 * Licensed pageviews: 20,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2640463
 * 
 * © 2013 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("http://hello.myfonts.net/count/284a4f");

  
@font-face {font-family: 'CenturyExpandedBT-Roman';src: url('webfonts/284A4F_0_0.eot');src: url('webfonts/284A4F_0_0.eot#iefix') format('embedded-opentype'),url('webfonts/284A4F_0_0.woff') format('woff'),url('webfonts/284A4F_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'FuturaBT-Book';src: url('webfonts/284A4F_1_0.eot');src: url('webfonts/284A4F_1_0.eot#iefix') format('embedded-opentype'),url('webfonts/284A4F_1_0.woff') format('woff'),url('webfonts/284A4F_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'FuturaStd-Bold';src: url('webfonts/284A4F_2_0.eot');src: url('webfonts/284A4F_2_0.eot#iefix') format('embedded-opentype'),url('webfonts/284A4F_2_0.woff') format('woff'),url('webfonts/284A4F_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'JeanneretNF';src: url('webfonts/284A4F_3_0.eot');src: url('webfonts/284A4F_3_0.eot#iefix') format('embedded-opentype'),url('webfonts/284A4F_3_0.woff') format('woff'),url('webfonts/284A4F_3_0.ttf') format('truetype');}
  

-->



/*
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: 15px;
}

body {
	background-color: #fff;
	line-height: 22px;
}

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


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

input[type="submit"] {font-family: 'FuturaStd-Bold';}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	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:
	
	http://caniuse.com/rem
	http://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,
.author,
.entry-time,
.entry-comments-link,
.site-title a,
.site-title a:hover {
	color: #1e1e1e;
}

.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: #1e1e1e; font-weight: normal; font-family: 'FuturaStd-Bold'; font-weight: normal;}

a {color: #CAB826; text-decoration: none;}
a.gold {color: #CAB826 !important;}
a.gA {color: #000; text-decoration: none;}

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: #1BB6F1;
}

.entry-header .entry-meta,
.entry-footer .entry-meta,
.site-description {
	color: #636363;
}

.entry-meta {font-family: 'FuturaBT-Book' !important;}

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: 'CenturyExpandedBT-Roman';
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.site-title {
	font-family: 'FuturaBT-Book'; font-weight: normal;
}

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

.site-title {
	font-size: 42px;
	font-size: 2.625rem;
}

h1,
.entry-title,
.entry-title a {
	font-size: 14px; text-transform: uppercase; font-family: 'FuturaStd-Bold'; font-weight: normal;
}

.post h1.entry-title {
	text-transform: none;
	font-size: 24px;
	line-height: 30px;
	font-family: 'FuturaStd-Bold'; font-weight: normal;
}

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

h2 {
	font-size: 22px; font-family: 'FuturaStd-Bold'; font-weight: normal;
}

h3 {
	font-size: 18px;
	text-transform: none;
	line-height: 22px !important;
	margin-top: 20px;
	font-family: 'FuturaStd-Bold'; font-weight: normal;
}

.widget h3 {
	font-size: 18px;
	text-transform: none;
	line-height: 22px !important;
	margin-top: 0px;
	font-family: 'FuturaStd-Bold'; font-weight: normal;
}


h4,
.widgettitle {
	font-size: 24px;
	font-size: 1.25rem;
	margin-bottom: 20px;  
}

.archive-title,  .taxonomy-description h1 {font-size: 14px; text-transform: uppercase; font-family: 'FuturaStd-Bold'; font-weight: normal;}

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


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

blockquote p {
	font-style: italic;
}

cite {
	font-style: normal;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.entry-title a,
.genesis-nav-menu,
.entry-comments-link,
.entry-header .entry-meta .author,
.entry-header .entry-meta .entry-time,
.wp-caption,
.site-footer p,
.site-title {
}

.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;
	max-width: 1152px; 
}

.site-inner {
	clear: both;
	overflow: hidden;
	padding-top: 50px;
}

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

.sidebar-secondary {
	width: 15.277777777% !important; /* 176px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar {
	width: 30.555555555%; /* 352px / 1152px */
}


.site-header .widget-area {width: 68.555555555%;}

.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: 65.277777777%; /* 752px / 1152px */
}
/**logo **/
.title-area {background: url(images/Midcenturylogo150.jpg) no-repeat;}

.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: 99.4%; /* 1152px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.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-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: 180px;
	overflow: hidden;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	padding-top: 30px;
}

.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: 150px;
	overflow: hidden;
	text-indent: -9999px;
	width: 30%; 
}

.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: 0px;
}

.single .entry {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.page .entry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content h2 a {color: #1BB6F1; }
.entry-content h2 a:hover {text-decoration: underline;}


.entry-content,
.entry-content p {
	margin: 10px 0px; font-size: 17px; line-height: 24px;
}

.entry-content p {word-wrap:break-word;

}

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

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

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

.entry-header .entry-meta,
.entry-footer .entry-meta {
	clear: both;
	line-height: 1.5;
}

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

.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, .entry-footer .entry-meta a {
	padding-top: 5px;
text-transform: uppercase;
clear: none;
text-decoration: none;
font-size: 1em;
margin-bottom: 5px;
}

.entry-categories,
.entry-tags, .entry-categories a,
.entry-tags a {
	padding-top: 5px;
	text-transform: uppercase;
	clear: none;
	text-decoration: none;
	font-size: 0.8em;
	margin-bottom: 5px;
}

/* 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;
	padding: 32px;
	padding: 2rem;
}


.taxonomy-description {
	font-size: 17px;
	line-height: 26px;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: solid 20px #000;
}

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

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
}

.site-header .genesis-nav-menu {
	float: right;
	margin-top: 48px;
	margin-top: 3rem;
	width: auto;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {

}

.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: 0px 18px;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
}

.genesis-nav-menu li:last-child a {padding-right: 0px;}

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

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

/* 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.2;
}

.author-box h1 {
	margin: 0
}

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

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

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

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


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

.entry-comments,
#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;
	background: #CCCCCC;
	padding: 10px;
	margin-bottom: 20px;
}

.sidebar .widget {padding: 10px; font-family: 'FuturaBT-Book'; margin-bottom: 10px !important; }

.sidebar .widget h3 {font-size: 18px; line-height: 26px; font-weight: normal; margin-top: 10px; margin-bottom: 10px; font-family: 'FuturaBT-Book';}
.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	overflow: hidden;
}

.sidebar .widget a {color: #fff;}

.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 {
	border-top: 2px solid #1e1e1e;
	overflow: hidden;
	padding: 48px 0;
	padding: 3rem 0;
}

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

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

.site-footer .creds,
.site-footer .gototop {
	margin: 8px 0;
	margin: 0.5rem 0;
}

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

.footer-widgets {
	border-top: 2px solid #1e1e1e;
	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-1 {
	margin-right: 4.166666666%; /* 48px / 1152px */
}


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

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

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

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

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #ff2a00;
}



/* 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 {
	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 10px 10px;

}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}


/** top of page and post black borders **/

body.archive .post, body.search .post {border-top: solid 1px #000; padding: 20px 0px;}
body.single .content {border-top: solid 20px #000; padding: 20px 0px;}
body.page .content {border-top: solid 20px #000; padding: 20px 0px;}


/** Home Page Grid Layout **/

body.home .content-sidebar-wrap { 
	overflow: display !important;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	padding-left: 5px;
}

body.home .content .entry-content p {margin: 0px;}

/** home page category link **/
.homecategory {font-family: 'JeanneretNF'; margin: 10px 0px;}
.homecategory a {color: #000; text-decoration: none;}
.homecategory a:hover {color: #CAB826 ;}

/** home page title text **/
body.home h2.entry-title, body.home h2.entry-title a {font-family: 'FuturaBT-Book'; font-weight: normal; text-transform: none; font-size:15px; } 
body.home h2.entry-title {}

.genesis-grid.entry {margin: 0px 10px 0px 0px; width: 31%; float: left; min-height: 200px; }
.genesis-grid.entry img {width: 160px; height: 160px;}

.genesis-grid img {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

 
.genesis-grid-even,
.genesis-grid-odd {
}

.genesis-feature-1 {
	float: left;
	width: 32.5% !important;
 	height: 560px; 
	border-right: solid 1px #000;
	margin-right: 5px;
	padding-right:5px;
}

.genesis-feature-1 img {border-bottom: solid 20px #000; padding-bottom: 5px; }

.genesis-feature-2 {
	float: right;
	width: 32.98% !important;
	height: auto !important;
  	height: 600px;
 	min-height: 600px; 
	padding-left: 6px;
	border-left: solid 1px #000;
	position: relative;
padding-top:10px;
	
}
.genesis-feature-2 .entry-summary {border-top: solid 20px #000; }
.genesis-feature-2 img {padding-bottom: 5px; margin-top: 10px; border-bottom: solid 20px #000;}

.genesis-grid-1 {
	float: left;
	width: 32.5% !important;
	height: auto !important;
  	height: 185px;
 	min-height: 185px; 
	overflow: hidden; 
	border-right: solid 1px #000;
	padding-right: 5px;
}

.genesis-grid-1 img,.genesis-grid-2 img, .genesis-grid-3 img {}

.genesis-grid-1 .entry-summary {border-top: solid 20px #000; padding-top: 5px; margin-right: 5px;}

.genesis-grid-2 {
	width: 16% !important;
	float: left;
	height: auto !important;
  	height: 370px;
 	min-height: 370px; 
	overflow: hidden;
	border-right: solid 1px #000;
}

.genesis-grid-2 img {padding: 0px 10px 5px 10px; border-bottom: solid 20px #000; margin-right: 5px;}
.genesis-grid-2 .entry-summary {padding-right:5px;}

.genesis-grid-3 { 
	min-height: 370px !important; 
	width: 16% !important;
	float: left;  
	position: relative; 
	padding: 0px 5px;
	border-right: solid 1px #000;
}

.genesis-grid-3 .entry-summary {border-top: solid 20px #000; padding-top: 5px;}
.genesis-grid-3 img {position: absolute; bottom: 0px;}

.genesis-grid-4 {
	width: 32.95%; 
	float: left; 
	padding-left: 5px;
 	min-height: 370px; 
position: relative; 
	}

.genesis-grid-4 .entry-summary {border-top: solid 20px #000; padding-top: 5px;}
.genesis-grid-4 img {bottom: 0; position: absolute;}



.genesis-grid-5 {
	float: left;
	width: 32.95% !important;
	height: auto !important;
  	height: 185px;
 	min-height: 185px; 
	overflow: hidden; 
	border-right: solid 1px #000;
	padding-top: 10px;
}

.genesis-grid-5 img { }
.thumb5 {border-left: solid 1px #000; width:160px; height:155px; float: left;}
.genesis-grid-5 .entry-summary {padding-top: 5px; margin-right: 5px; padding-right: 5px; border-top: solid 20px #000; float: left; width: 52.5%;}

.genesis-grid-6 {
	width: 32.95%; 
	float: left; 
 	min-height: 415px; 
position: relative;
border-right: solid 1px #000; 
}

.genesis-grid-6 .entry-summary {border-top: solid 20px #000; padding-top: 5px; margin-right:5px;}
.genesis-grid-6 img {position: absolute; bottom: 0;}


.genesis-grid-7 {
	width: 16% !important;
	float: left;
	height: auto !important;
  	height: 385px;
 	min-height: 385px; 
	overflow: hidden;
	border-right: solid 1px #000;
padding: 0px 0px 0px 5px;
}

.genesis-grid-7 img {padding: 0px 10px 5px 10px; border-bottom: solid 20px #000; margin-right: 5px; }
.genesis-grid-7 .entry-summary {padding-right:5px;}

.genesis-grid-8 { 
	min-height: 385px !important; 
	width: 16% !important;
	float: left;  
	position: relative; 
	padding: 0px 0px 0px 5px;
}
.genesis-grid-8 img {position: absolute; bottom: 0px;}
.genesis-grid-8 .entry-summary {border-top: solid 20px #000; padding-top: 5px;}


.genesis-grid-9 {
	float: left;
	width: 32.5% !important;
	height: auto !important;
  	height: 195px;
 	min-height: 195px; 
	overflow: hidden; 
	padding-right: 10px;
	border-left: solid 1px #000;
}

.genesis-grid-9 img {}

.genesis-grid-9 .entry-summary {border-top: solid 20px #000; padding-top: 5px; margin-left: 5px;}

.genesis-grid-10 {
	float: left;
	width: 32.95% !important;
	height: auto !important;
  	height: 195px;
 	min-height: 195px; 
	overflow: hidden; 
	border-left: solid 1px #000;
	padding-left: 5px;
}

.genesis-grid-10 img {}
.thumb10 {border-left: solid 1px #000; width:160px; height:155px; float: right;}
.genesis-grid-10 .entry-summary {padding-top: 5px; margin-right: 5px; padding-right: 5px; border-top: solid 20px #000; float: left; width:53.5%;}

.genesis-grid-all {
	float: left;
	width: 32.5% !important;
	height: auto !important;
  	height: 195px;
 	min-height: 195px; 
	overflow: hidden; 
border-right: solid 1px #000;
	padding-right: 5px; background: #ddd;

}

.genesis-grid-all img { }

.genesis-grid-all .entry-summary {border-top: solid 20px #000; padding-top: 5px;}

	

/** Home Page Widgets **/

.home-1 {height: 187px; float: right; min-width: 33%; width: 33% !important; margin-bottom: 5px; font-family: 'FuturaBT-Book';}
.home-1 .widget {padding: 10px; width: 94%; height: 90%;}
.home-1 .widget h3 {width: 100%; font-size: 26px; font-weight: normal; margin-top: 10px; margin-bottom: 10px; font-family: 'FuturaBT-Book'; }
.home-2 {height: 155px;  width: 32.5%; float: left; border-top: solid 20px #000; margin-left: 5px; margin-top: 10px; padding-bottom:10px; font-family: 'FuturaBT-Book'; margin-bottom: 5px; margin-top: 5px; }
.home-2 .widget {margin-top: 5px; padding:10px; height: 120px; }

.home-3 {width: 32.5%; float: left; margin-right: 5px; clear: both; font-family: 'FuturaBT-Book'; margin-bottom: 5px; margin-top: 5px;} 
.home-3 .widget {margin-top: 5px; height: 160px; padding:10px; }

/** email newsletter form **/

div.wpcf7-response-output {
	margin: 0em !important;
	padding: 0.2em 1em;
	position: relative;
	z-index: 1000 !important;
	background: #000;
}

span.wpcf-not-valid-tip {background: #ddd !important;}

/** Print Magazine Page Styling **/

.entry-content-printpage {
font-size: 17px;
line-height: 26px;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	border-top: solid 20px #000;
	padding: 20px 0px;
}

.printmagazine {
	width: 100%;
	min-height: 300px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;

}

.printmagazine a {color: #000; text-decoration: none;}
.printmagazine a:hover {color: #CAB826;}

.printmagazine img, .printmagazine img a {
	width: 155px;
	height: 220px;
	float: left;
	margin-right: 20px;
	border: solid 1px #000;
}

.print-list-content {
	font-family: 'FuturaBT-Book';
	float: left; max-width: 450px; height: auto;
}

.print-list-content p {margin-bottom: 10px;}

.goldbuy {
	font-family: 'JeanneretNF'; font-size: 26px; line-height: 46px; 
	}

a.goldbuy {color: #CAB826 !important;}
a.goldbuy:hover {color: #000 !important;}

/*** Stockist list styling **/

ul.stockist li {
	font-family: 'FuturaBT-Book'; 
	list-style-type: none;
	margin-left: 0px;
}

ul.stockist li a:hover {color: #CAB826 !important;}



/** Directory **/



.entry-content-directory {
font-size: 17px;
line-height: 26px;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: solid 1px #000;
	border-top: solid 20px #000;
}

.directory {
	width: 31%;
	min-height: 300px;
	float:left;
	position: relative;
	overflow: auto;
	padding-top: 20px;
	border-right: solid 1px #000; margin-right: 10px; margin-left: 10px;
}

.directory .borderwidth {min-height: 280px; border-bottom: solid 10px #000; width: 90%; }

.directory:nth-child(3n+3) { padding-right: 0; margin: 0; float: right; border-right: none; }

.directory a {color: #000;}

.directory h2, .directory h2 a {
	font-size: 14px;
	width: 100%;
	position: absolute;
	bottom: 30px;
}

.directorylink {
	font-family: 'FuturaBT-Book';
	bottom: 0px;
	font-size: 16px;
	text-align: left;
width: 100%;
display: inline;
clear: both;
line-height: 24px;
}

.directory img {}

/*** Directory Single **/
.directorysingle {width: 100%; clear: both; min-height: 190px; margin-bottom: 20px; padding-bottom: 20px;}
.directorythumb {float: left; margin-right: 30px;}
.directorylistcontent {width: 60%; float: left; min-height: 190px; margin-bottom: 20px;}



/*** Neighbourhood Page Styling **/

.neighbourhoodfull {
	width: 100%; 
	border-bottom: solid 1px #000; 
	height: auto !important;
  	height: 120px;
 	min-height: 120px; 
	overflow: hidden;
	padding: 20px 0px;
}

body.archive.post-type-archive-things-to-do .post { border-top: none;}
body.archive.post-type-archive-print-magazine .post { border-top: solid 1px #000;}

.neighbourhoodfull:nth-last-child(1) {border-bottom: 0px;}

.neighbourhoodnumber {float: left; font-size: 36px; line-height: 36px; width: 140px;  text-align: center;  padding: 0px 20px 15px 0px;; font-family: 'JeanneretNF'; }


.neighbourhood-list-content {float: left; width: 420px; min-height: 140px; font-family: 'FuturaBT-Book'; padding-top: 5px;}

.neighbourhoodthumb {float: right;}

/** All About Us Page - Contributor Styling **/

.entry-content-contributor {
	font-size: 17px;
	line-height: 26px;
	width: 100%;	
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #000;
}



.contributorfullgrid {background: #ddd; width: 100%; height: 400px;}

.contributor {
	width: 97px;
	height: 97px;
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	z-index: 1;
}


.contributor img {position: absolute; z-index: 1;}

.contributorcontent {
	bottom: 100px;
	padding: 10px;
	border: solid 1px #000;
	position: absolute;
	z-index: 100;
	background: #fff; 
	width: 100px; min-height: 150px;
}

a.contributorind {
 	/* Non standard for webkit */
     	word-break: break-word;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
       	 hyphens: auto;
	-ms-word-break: break-all;
    	 word-break: break-all; width: 95px; display: block;
}


/** Contact Page and shortcodes plug in styling **/

.contactus h3 {
	margin-top: 0px;
	font-size: 16px;
}

.contactus {font-family: 'FuturaBT-Book';}
.contactus p {font-family: 'CenturyExpandedBT-Roman'; font-size:17px; }
.contactus .one-half p {display: none;}
.post-78 h3 {text-transform: none;}
.one-fourth, .three-fourths {margin-bottom: 40px;}
.one-third, .two-thirds {margin-bottom: 20px;}
.one-third br, .two-thirds br {display: none !important;} 
.one-half {width: 43%;}
.one-half.first {border-right: solid 1px #000; padding-right: 50px; }

/** nav tweaks **/

.navhome a {padding-left: 0px; }
.navcontact {padding-left: 0px; padding-right: 0px;}

/** Header sign up form **/

.headerform2 {
	width: 95%; 
	font-family: 'FuturaBT-Book';
	font-size: 36px;
	line-height: 48px;
	float: left; 
	padding-top: 30px;

}

.headerform {
	float: left; 
	padding-top: 30px;

}

/**.headerformtext {width: 58%; float: left; padding: 10px 20px;}
.headerformform {width: 35%; float: left;}**/

/** Social Icons **/

.icons-top {width: 30px; float: right; margin-top: 10px;}

.icons-top a {
    	display: block;
	margin-bottom: 5px;
    	width: 24px;
    	height: 24px;
    	vertical-align: middle;
    	-o-transition: all .3s;
    	-moz-transition: all .3s;
    	-webkit-transition: all .3s;
    	-ms-transition: all .3s;
}
 
.icons-top a.twitter-top { background: url(socialicons/mc-twitter.png) left top no-repeat; }
.icons-top a.facebook-top { background: url(socialicons/mc-facebook.png) left top no-repeat; }
.icons-top a.pinterest-top { background: url(socialicons/mc-pinterest.png) left top no-repeat; }
.icons-top a.youtube-top { background: url(socialicons/mc-youtube.png) left top no-repeat; }
.icons-top a.rss-top { background: url(socialicons/mc-rss.png) left top no-repeat; }
.icons-top a.instagram-top { background: url(socialicons/mc-instagram.png) left top no-repeat; }
.icons-top a.email-top { background: url(socialicons/mc-email.png) left top no-repeat; }
 
.icons-top a:hover { background-position: left -34px; }

.infinitescrollsection {width:100%; height: auto;}


/** widget background colors **/

.orange {background: #FF6A00; color: #fff; }
.orange a {color: #fff; text-decoration: none;}
.purple {background: #9C3F98; color: #fff;}
.darkgrey {background: #7F7F7F; color: #fff; }
.green {background: #00A855; color: #fff;}
.blue {background: #0084CA; color: #fff;}
.red {background: #B50000; color: #fff;}
.black {background: #000; color: #fff;}
.pink{background: #BB52A6; color: #fff;}

/*** responsive menu select highlight **/

select.responsiveMenuSelect {
	background: #9C3F98 !important; 
	border: solid 1px #9C3F98 !important; 
	color: #fff !important;
	-webkit-appearance: none; 
	font-size: 26px !important;
}

/*** Ultimate Posts Widget Styling **/

.widget_ultimate_posts ul li {text-align: center;}

/** usquare font override **/

#usquare_1 {padding-top: 30px;}

#usquare_1 h2 { font-family: 'FuturaBT-Book' !important; font-weight: normal !important;}

.overview {line-height: 26px !important; font-family: 'CenturyExpandedBT-Roman' !important;}

/** displet pop up customise **/
#displetpop input, #displetpop select, #displetpop textarea {border: solid 1px #000 !important;  margin-left: 100px !important;}
#displetpop .popupinner {background: #fff !important; text- align: center !important;}
#displetpop .inner2 {font-family: 'FuturaStd-Bold' !important;}
#displetpop .description {font-family: 'FuturaBT-Book' !important; font-weight: normal !important; font-size: 18px !important; line-height: 24px !important; text-shadow: 0px 0px 0px !important; text-align: center !important; color: #000 !important; 
#displetpop .tit {background:#fff !important; }
#displetpop .form {}



/*

14 Media Queries

---------------------------------------------------------------------------------------------------- */

/* Netbooks 10 inch and 12 inch ----------- */



@media all and (min-width: 951px) and (max-width: 1152px) {

		.navcontact {padding-left: 150px; padding-right: 0px;}


/** custom homepage responsive **/


	/**img.alignright,
	.wp-caption.alignright {
		display: block;
		margin: 0 0 10px 10px;
	}**/

	.genesis-feature-1, 
	.genesis-feature-2,
	.genesis-grid-1,
	.genesis-grid-2,
	.genesis-grid-3,
	.genesis-grid-4,
	.genesis-grid-5,
	.genesis-grid-6,
	.genesis-grid-7,
	.genesis-grid-8,
	.genesis-grid-9,
	.genesis-grid-10,
	.home-1,
	.home-2,
	.home-3	{
		float: none !important;
		width: 100% !important;
		margin-right: 0px;
		height: auto !important;
		padding-left: 0px; 
		padding-top: 20px;
		border-right: 0px; border-left: 0px; 
	}

	.genesis-feature-1 .entry-summary, 
	.genesis-feature-2 .entry-summary,
	.genesis-grid-1 .entry-summary,
	.genesis-grid-2 .entry-summary,
	.genesis-grid-3 .entry-summary,
	.genesis-grid-4 .entry-summary,
	.genesis-grid-5 .entry-summary,
	.genesis-grid-6 .entry-summary,
	.genesis-grid-7 .entry-summary,
	.genesis-grid-8 .entry-summary,
	.genesis-grid-9 .entry-summary,
	.genesis-grid-10 .entry-summary
		{border-top: solid 20px #000; padding-top: 5px; width: 100%; border-right: 0px; border-left: 0px; }

	.genesis-feature-2 img,
	.genesis-feature-1 img,
	.genesis-grid-2 img,
	.genesis-grid-7 img {
		border-bottom: none;
		}

	.genesis-grid-2,
	.genesis-grid-3,
	.genesis-grid-7, 
	.genesis-grid-8 {
		min-height: 185px !important;
	}

	.thumb5 {
		border-left: none; 
	}
	.thumb10 {
		border-left: none; float: none;
	}	
	
	.genesis-grid-2 img, .genesis-grid-3 img, .genesis-grid-5 img, .genesis-grid-8 img, .genesis-grid-10 img {float: none; position: relative; margin-top: 10px; }

.thumb10 {float: left;}

		
/** neighbourhood responsive **/

		.neighbourhood-list-content {width: 350px !important; }

		.directory {
			width: 100%;
			min-height: 250px;
			float:none;
			position: relative;
			margin-bottom: 20px;
			overflow: display;
			margin-right: 0px;
			border-right: none;
		}

		.directory:nth-child(3n+3) { 
			float: none;
			border-right: none; 
			margin-right: 10px; margin-left: 10px;
		}

/** Print Magazine Responsive **/

		.print-list-content {width: 100% !important;}
		.printmagazine img {margin-bottom: 20px !important;}
		

} 



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



@media all and (min-width: 802px) and (max-width:950px) {

/** Directory Responsive **

	.directory {margin-right: 0px !important;}

	.directory:nth-child(3n+3) { 
		float: none;
		border-right: none; 
		margin-right: 10px; margin-left: 10px;
	}

/** Neighbourhood Responsive **/

	.neighbourhood-list-content {width: 300px !important; }


.printmagazine img {margin-bottom: 20px !important;}
}



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


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



	.site-container {
		padding: 0 5%; 

	}

	.header-image .site-title,
	.header-image .site-title a,
	.header-image .title-area,
	.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 .content,
	.site-container .content-sidebar-wrap,
	.site-container .sidebar-secondary {
		width: 100%; float: none; 
	}

.site-container .sidebar {width: 100%; ;}
.site-container .sidebar .widget {margin-left: 20px;}

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





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



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



/** Header sign up form and social icons **/

	.icons-top {width: 100%; float: none; margin-top: 10px;}

	.icons-top a {

    		display: inline-block;

	}

	.headerform {width: 100%; float: none; padding-top: 0px;}

	.headerformtext {width: 100%; float: none; padding: 10px;}

	.headerformform {width: 100%; float: none;}


/** custom homepage responsive **/


	/**img.alignright,
	.wp-caption.alignright {
		display: block;
		margin: 0 0 10px 10px;
	}**/

	.genesis-feature-1, 
	.genesis-feature-2,
	.genesis-grid-1,
	.genesis-grid-2,
	.genesis-grid-3,
	.genesis-grid-4,
	.genesis-grid-5,
	.genesis-grid-6,
	.genesis-grid-7,
	.genesis-grid-8,
	.genesis-grid-9,
	.genesis-grid-10,
	.home-1,
	.home-2,
	.home-3	{
		float: none !important;
		width: 100% !important;
		margin-right: 0px;
		height: auto;
		padding-left: 0px; 
		padding-top: 20px;
		border-right: 0px; border-left: 0px; 
	}

	.genesis-feature-1 .entry-summary, 
	.genesis-feature-2 .entry-summary,
	.genesis-grid-1 .entry-summary,
	.genesis-grid-2 .entry-summary,
	.genesis-grid-3 .entry-summary,
	.genesis-grid-4 .entry-summary,
	.genesis-grid-5 .entry-summary,
	.genesis-grid-6 .entry-summary,
	.genesis-grid-7 .entry-summary,
	.genesis-grid-8 .entry-summary,
	.genesis-grid-9 .entry-summary,
	.genesis-grid-10 .entry-summary
		{border-top: solid 20px #000; padding-top: 5px; width: 100%; border-right: 0px; border-left: 0px; }

	.genesis-feature-2 img,
	.genesis-feature-1 img,
	.genesis-grid-2 img,
	.genesis-grid-7 img {
		border-bottom: none;
		}

	.genesis-grid-2,
	.genesis-grid-3,
	.genesis-grid-7, 
	.genesis-grid-8 {
		min-height: 185px !important;
	}

	.thumb5 {
		border-left: none; 
	}
	.thumb10 {
		border-left: none; float: none;
	}	
	
	.genesis-grid-2 img, .genesis-grid-3 img, .genesis-grid-5 img, .genesis-grid-8 img, .genesis-grid-10 img {float: none; position: relative; margin-top: 10px; }

.thumb10 {float: left;}



/** neighbourhood page responsive */

	.neighbourhoodfull {width: 100%; height: auto; }

	.neighbourhoodnumber {
		float: none; 
		padding: 20px 0px;
		height: auto;
		width: auto;
		}

	.neighbourhood-list-content {float: none; width: 100%; }

	.neighbourhoodthumb {float: none; margin-top: 10px;}

.printmagazine img {margin-bottom: 20px !important;}


/** directory responsive **/

	.directory {
		width: 100%;
		height: auto;
		float:none;
		position: relative;
		margin-bottom: 20px;
		overflow: auto;
		margin-right: 0px;
	}

		.directory:nth-child(3n+3) { 
			float: none;
			border-right: none; 
			margin-right: 10px; margin-left: 10px;
		}

	.one-third, .two-thirds {width: 100%; float: none; margin-bottom: 20px;}

	.one-third br, .two-thirds br {display: none;} 

	.one-half {width: 100%; float: none; padding-right: 0px;}

	.one-half.first {border-right: solid 0px #000;}
}




/* iPhones (portrait and landscape) ----------- */
@media only screen and (max-width: 480px) {

	html {
		font-size: 87.5%; /* 14px base */
	}



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

}