/*
Theme Name: Saratoga Signature
Theme URI: http://www.mannixmarketing.com
Author: Mannix Marketing
Author URI: http://www.mannixmarketing.com
Description: Custom theme for Saratoga Signature Furniture and Interiors
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: saratoga_signature
Tags:

saratoga_signature is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
	10.4 Footer
11.0 Media
	11.1 Captions
	11.2 Galleries
12.0 Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'rochesterregular';
    src: url('fonts/rochester_regular_macroman/Rochester-Regular-webfont.eot');
    src: url('fonts/rochester_regular_macroman/Rochester-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rochester_regular_macroman/Rochester-Regular-webfont.woff') format('woff'),
         url('fonts/rochester_regular_macroman/Rochester-Regular-webfont.ttf') format('truetype'),
         url('fonts/rochester_regular_macroman/Rochester-Regular-webfont.svg#rochesterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.script { font-family: 'rochesterregular'; }

body,
button,
input,
select,
textarea {
	font-family: "adobe-garamond-pro",serif;
	color: #3a3a3a;
	font-size: 16px;
	font-size: 1.25rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 { clear: both; line-height: 1em; }

p { margin: 0 0 1.5em; }

em, i { font-style: italic; }

blockquote {
	margin: 0 1.5em;
}

a, a:visited { color: #4a9181; text-decoration: none; }
a:hover,
a:focus,
a:active { color: #3a3a3a; }
a:hover,
a:active,
a:focus { outline: 0; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button, .button, .button:visited,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 1em;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover, .button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus, .button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

.gform_wrapper .top_label .gfield_label { margin-bottom: 0 !important; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Menus
--------------------------------------------------------------*/
.mobile-nav { display: none; }
.header-bar {
	font-size: 15px;
	background-color: #4a9181;
	color: #FFF;
	padding: 10px;
}
.call-now { font-size: 19px; }
.header-contact, .header-nav { float: left; }
.header-contact { width: 67%; }
.header-nav {width: 33%; font-size: 14px; margin-top: 3px;}
.header-contact a, .header-nav a { color: #FFF; text-decoration: none; }
.header-nav .current-menu-item a, .footer-nav .current-menu-item a { color: #9dc2ba; }
.header-contact a:hover, .header-nav a:hover, .footer-nav a:hover { color: #3a3a3a; }
.footer-nav { font-size: 16px; }
.site-branding {
	clear: both;
	padding: 20px 0;
	text-align: center;
	position: relative;
}

.header-finial-left, .header-finial-right { position: absolute; top: 0; background-image: url('images/header-bg.png'); width: 510px; height: 223px; }
.header-finial-left { left: 0; }
.header-finial-right { right: 0;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.main-navigation, .footer-nav {
	clear: both;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.main-navigation ul, .header-nav ul, .footer-nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
}
.header-nav ul { text-align: right; }

.main-navigation li, .header-nav li, .footer-nav li {
	display:inline-block;
	position: relative;
}

.main-navigation {
	border-bottom: 1px solid #CCC;
	font-size: 19px;
}

.main-navigation a, .footer-nav a {
	text-transform: uppercase;
}
.main-navigation a { color: #3a3a3a; }
.main-navigation .current-menu-item a { color: #4a9181; }
.main-navigation a:hover { color: #4a9181; }
.main-navigation a, .header-nav a, .footer-nav a {
	display: block;
	text-decoration: none;
	padding: 0 10px;
}
.main-navigation li:before {
	content: "";
    width: 1px;
    height: 35px;
    background: #bbbbbb;
	background: linear-gradient(to bottom, rgba(187,187,187,0) 0%, rgba(187,187,187,1) 100%);
	display: block; float: left; margin-top: -5px;
}
.main-navigation li:first-child:before{
	display: none;
}
.header-nav li a, .footer-nav li a {
	border-right: 1px solid #FFF;
}
.main-navigation li:last-child a, .header-nav li:last-child a, .footer-nav li:last-child a {
	border-right: none;
}
#header-menu { float: right; }
.social-icons { float: right; }
.social-icons a { border: none; }
footer .social-icons a { margin-right: 10px; font-size: 30px; line-height: 1.8; }

.main-navigation #primary-menu ul {
	padding: 20px 0 10px;
	background: #FFF;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation #primary-menu li.menu-item-37:hover ul { left: auto; right: 0; }
.main-navigation #primary-menu li.menu-item-37:hover ul a { text-align: right; }
.main-navigation ul#mobile-nav ul {
	position: relative;
	float: none;
	box-shadow: none;
	top: auto;
	left: auto;
	text-align: center;
}
.main-navigation ul#mobile-nav ul a { width: 100%; }

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation #primary-menu ul a {
	width: 300px; line-height: 1.125; text-align: left;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation #primary-menu li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle {
	display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.gform_wrapper:before,
.gform_wrapper:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.gform_wrapper:before,
.gform_wrapper:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.widget ul { list-style: none; }
.widget h3 { margin-bottom: 0; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.container { max-width: 1400px; margin: 0 auto; padding: 0 5px; }
body.blog #primary, body.archive #primary, body.single #primary { width: 75%; float: left; padding-right: 5%; }
body.page-template-template-gallery #primary { width: 80%; float: right; padding-left: 5%; }
body.page-template-template-gallery #primary, body.page-template-template-gallery #secondary { margin-top: 20px; }
#secondary { width: 20%; float: left; }
.entry-title { margin-bottom: .5em; color: #4a9181; font-weight: normal; }
.home .entry-title { font-size: 1.4em; }
.home .entry-header { margin-top: 55px; }

.page .entry-header { margin-top: 50px; }

.masonry { margin: 15px 0; }
.main-image, .cta { float: left;  margin-bottom: 10px; }
.main-image { width: 66%; margin-right: 1%; }
.main-image img, .cta img { width: 100%; }
.cta { width: 33%; position: relative; line-height: 0; }
.cta a:hover img { opacity: 0.85; }
.cta h3 { background: rgba(0,0,0,.5); color: #FFF; text-transform: uppercase; position: absolute; bottom: 0; width: 100%; margin: 0; padding: 3px 0; text-align: center; font-weight: normal; line-height: 1.5em; }
.cta h3:after { content: "  \f105"; font-family: FontAwesome; }
#cta3 { width: 33%; clear: both; margin-right: 1%; }
#cta4 { width: 32%; margin-right: 1%; }
#cta4 h3 {display: none;}

.header-images { margin: 10px 0 -20px 0; }
.primary-image, .secondary-image { float: left; }
.primary-image img, .secondary-image img { width: 100%; }
.primary-image { width: 67%; padding-right: 0.5%; }
.secondary-image { width: 33%; padding-left: 0.5%;}

.entry-meta { margin: 15px 0; }

.quote { text-align: center; padding: 20px 0; }
body.home .quote { border-bottom: 1px solid #d4d4d4;  }
.quote h2 { max-width: 80%; font-size: 58px; font-weight: normal; color: #4a9181; margin: 0 auto 10px; padding: 0; line-height: 1em; }
.quote p { margin-top: 0; }

.actions { margin-top: 107px; background-color: #cee1dd; }
.action { width: 33%; padding: 0 2%; float: left; }
.action-image { margin-top: -87px; text-align: center; }
.action-title h2 { text-transform: uppercase; font-weight: normal; text-align: center; font-size: 45px; }
.action-text { min-height: 290px; }
.action-text li { line-height: 1em; padding-bottom: .5em; }
.action-button a { text-transform: uppercase; color: #423f3f; display: block; padding: 12px 0; border: 1px solid rgba(66,63,63,.3); text-align: center; width: 270px; margin: 0 auto; }
.action-button a:after { content: "\f105"; font-family: FontAwesome; padding-left: 15px; }
.action-button a:hover { background: rgba(255,255,255,.25);}

.large-action { display: inline-block; clear: both; width: 100%; padding: 80px 0; background-color: #3a3a3a; margin-top: 45px; color: #FFF; }
.large-action .action-button a { color: #FFF; border: 1px solid #FFF; }

.brands {
	background: #FFF;
	padding: 20px 0;
	width: 100%;
	margin: 0;
	border-top: 1px solid #d4d4d4;
	text-align: center;
}
.brands p { margin-bottom: .5em;}
.brands img { margin: 0 10px; }
.brands img:first-child { margin-left: 0; }
.brands img:last-child { margin-right: 0; }

.page-id-13 .entry-content h3 { color: #4a9181; margin-bottom: 0; font-size: 25px; }

.decorated{ overflow: hidden; text-align: center; color: #4a9181; font-weight: normal; text-transform: uppercase; }
.decorated > span{ position: relative; display: inline-block; }
.decorated > span:before, .decorated > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid rgba(53,128,111,0.27);
    width: 591px; /* half of limiter*/
    margin: 0 20px;
}
.decorated > span:before{ right: 100%; }
.decorated > span:after{ left: 100%; }

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.et_social_icons_container:before {content: "Share This"; font-family: "adobe-garamond-pro",serif; font-weight: bold; display: block; width: 100%; margin-bottom: 10px; font-size: 17px; }

/*--------------------------------------------------------------
10.4 Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #4a9181;
	color: #FFF;
	padding: 10px;
}

.site-footer a {
	color: #FFF;
}
.site-footer a:hover { color: #3a3a3a; }
.footer-nav { margin: 15px 0; }
.site-info { padding: 10px 0; float: left; width: 75%; }
.social-links { padding: 10px 0 0; float: left; width: 25%; }
.contact-info { padding-top: 5px; }
.footer-logo { float: left; margin: 0 20px 20px; }
.mannix { clear: both; font-size: 13px; opacity: 0.8; margin-left: 275px; }
.nowrap { white-space: nowrap; }

/*--------------------------------------------------------------
11.0 Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
11.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
11.2 Galleries
--------------------------------------------------------------*/
.row { margin-bottom: 30px; }
.column { float: left; margin-right: 1%; position: relative; }
.column_1_4 { width: 24%; line-height: 0; }
.column_1_4 h3 { background: rgba(0,0,0,.5); color: #FFF; text-transform: uppercase; position: absolute; bottom: 0; width: 100%; margin: 0; padding: 10px 0; text-align: center; font-weight: normal; line-height: 1.5em; }
.column_1_4 img { width: 100%; }
.column_1_4 a:hover img { opacity: 0.85; }

.gallery-links h3 { color: #4a9181; text-transform: uppercase; border-bottom: 1px solid #e5e4e2; font-weight: normal; padding-bottom: 10px; margin: 0; }
.slides li { margin: 0; padding: 0; }
.galleries { list-style: none; margin: 0; padding: 0; }
.galleries li a { margin: 0; padding: 10px 5px; border-bottom: 1px solid #e5e4e2; display: block;  }
.galleries li a { color: #564d42;}
.galleries li.current_page_item a, .galleries li a:hover { background: #dde8e6 url('images/background-arrow.png') no-repeat center right; }

.gallery { margin-bottom: 1.5em; }
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0 1% 0 0;
}
.gallery-item:last-child{margin-right: 0; }
.gallery-item img { width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 49%; }
.gallery-columns-3 .gallery-item { max-width: 32%; }
.gallery-columns-4 .gallery-item { max-width: 24%; }
.gallery-columns-5 .gallery-item { max-width: 19%; }
.gallery-columns-6 .gallery-item { max-width: 15%; }
.gallery-columns-7 .gallery-item { max-width: 13%; }
.gallery-columns-8 .gallery-item { max-width: 11%; }
.gallery-columns-9 .gallery-item { max-width: 10%; }
.gallery-caption { display: block; }

/*--------------------------------------------------------------
12. Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1400px){
	.container { padding: 0 2%; }
}
@media screen and (max-width: 1300px){
	.header-finial-left, .header-finial-right { width: 375px; background-repeat: no-repeat; background-size: 100%; }
}
@media screen and (max-width: 1000px){
	.toggled .mobile-nav { display: block; }
	.menu-primary-nav-container { display: none; }
	.menu-toggle { display: block; width: 100%; margin-bottom: 10px; background-color: #4a9181; color: #FFF; font-size: 20px; box-shadow: none; text-shadow: none; }
	.menu-toggle:hover { box-shadow: none; color: #3a3a3a; text-shadow: none;}
	.menu-toggle:before { content: "\f0c9"; font-family: FontAwesome; font-weight: normal; margin-right: 10px; }
	.main-navigation.toggled .nav-menu { display: block; }
	.main-navigation li:before { display: none; }
	.main-navigation li { display: block; width: 100%; padding: 10px 0; }

	.main-image { width: 100%; }
	#cta1, #cta2 { width: 50%; }
	#cta1 {border-right: 3px solid #FFF; }
	#cta2 {border-left: 3px solid #FFF; }
	.row { margin: 0; }

	body.page-template-template-gallery #primary, body.page-template-template-gallery #secondary{ width: 100%; float: left; padding-left: 0; }
	.large-action { padding: 50px 0; }

	.column_1_4 { width: 49%; margin-bottom: 20px; }
	.footer-logo { float: none; display: inline-block; width: 100%; margin: 0; text-align: center; }
	.site-info { width: 100%; text-align: center; }
	.social-links { clear: both; width: 200px; margin: 0 auto; float: none; }
	.mannix { text-align: center; margin-left: 0; }
}

@media screen and (max-width: 975px){
	.header-finial-left, .header-finial-right { width: 275px; }
}

@media screen and (max-width: 900px){
	.actions { margin-top: 30px; }
	.action { width: 100%; }
	.action-text { min-height: auto; text-align: center; }
	.action-text li { list-style: none; }
	.action-image { margin-top: 20px; }
}

@media screen and (max-width: 800px){
	.header-finial-left, .header-finial-right { width: 175px; background-repeat: no-repeat; background-size: 100%; }
}

@media screen and (max-width: 600px){
	.gallery-columns-3 .gallery-item { max-width: 100%; margin-bottom: 20px; }
	.gallery-columns-3 .gallery-item:last-child { margin-bottom: 0px; }
	.large-action { padding: 30px 0; }
	.main-navigation { border-bottom: none; }
	body.home .main-navigation ul { display: none; }
	.main-image { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #ccc; }

	body.blog #primary, body.single #primary, #secondary { width: 100%; }
    .gform_wrapper ul li.gfield, .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_first, .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last { float: none !important; width: 100% !important; }
    .gform_wrapper .ginput_complex input[type="text"], .gform_wrapper .ginput_complex input[type="url"], .gform_wrapper .ginput_complex input[type="email"], .gform_wrapper .ginput_complex input[type="tel"], .gform_wrapper .ginput_complex input[type="number"], .gform_wrapper .ginput_complex input[type="password"], .gform_wrapper .phone input, .gform_wrapper .email input, .gform_wrapper ul li.gfield textarea { width: 95% !important; }

	.alignright, .alignleft { float:none; clear: both; width: 100%; margin: 5px 0; }
	.entry-title { font-size: 1.5em; }
	.quote h2 { font-size: 36px; }
	.action-title h2 { font-size: 1.25em; }
	.header-bar { display: none; }
	.site-branding img { width: 95%; }
	.header-finial-left, .header-finial-right { display: none; }
	.cta, #cta1, #cta2, #cta3, #cta4, #cta5 { width: 100%; border: none; margin: 0 0 10px; }
	.column_1_4 { width: 100%; margin: 0 0 20px; }
    #footer-menu li { display: block; width: 100%; padding: 5px 0; }
    #footer-menu a { border: none; }

}