/*
Theme Name: oconnors
Theme URI: http://underscores.me/
Author: Mannix Marketing, Inc.
Author URI: http://www.mannixmarketing.com
Description: Custom responsive theme for oconnors.
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: oconnors
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and navare what you've learned with others.

oconnors is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-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: 0 1% 0 0;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "roboto",sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1.125em; line-height: 1.125; font-family: "brandon-grotesque",sans-serif;
}

p {
	margin: 0 0 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# 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: 0 0 1.5em 0;
	padding-left: 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited { color: #458845; text-decoration: none; }
a:hover, a:focus, a:active { color: #b0dcb0; outline: 0; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button, a.button, a.button:visited, button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	border: none;
	border-radius: 3px;
	background: #458845;
	box-shadow: none;
	color: #FFF;
	line-height: 1;
	padding: .6em 1em;
	transition: all ease 0.3s;
}
.gf_browser_ie.gform_wrapper .gform_footer input.button { padding: .6em 1em !important; }

.button:hover, a.button:hover, button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:focus, a.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:active, a.button:active,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #b0dcb0; transition: all ease 0.3s;
}

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


/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/
.container { max-width: 1400px; margin: 0 auto; box-sizing: border-box; position: relative; padding: 0 2%; }
.wide-column, .widget-area { float: left; box-sizing: border-box; }
.wide-column { width: 75%; padding-right: 3%; }
.widget-area { width: 25%; padding-left: 1.5%; }
.nowrap { white-space: nowrap; }
#mannix { font-size: 12px; font-size: 0.75rem; margin-top: 15px; }
.map {position: relative; }
.cover {position: absolute; top: 0; right: 0; bottom:6px; left: 0; background-color: #000; opacity: 0.1; }
.row { padding: 40px 0; }
.hero-image { position: relative; line-height: 0; }
.hero-image img { width: 100%; height: auto; }
#primary .container { max-width: 1000px; }

.header-bar { padding: 5px 0; color: #458845; }
.site-header { position: relative; }
.header-wrapper { position: absolute; top: 0; left: 0; width: 100%; z-index: 1000; padding-bottom: 20px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.home .header-wrapper {
	background: linear-gradient(to bottom, rgba(0,0,0,.7) 80%,rgba(0,0,0,0) 100%)
}
.header-wrapper .container {
	max-width: 100%;
}
.header-message {
    background: #126CFD;
    color: #fff;
    text-align: center;
    padding: 0.4em 1em;
    font-size: 1rem;
}
.header-message p {
	margin-bottom: 0;
}
.header-right {
    margin: 10px 0 0;
}
.header-phone {
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    text-align: right;
}
.header-phone a {
	color: #b0dcb0;
}
.header-phone a:hover,
.header-phone a:focus {
	color: #fff;
}
.hero-text {
    position: absolute;
    right: 40px;
    bottom: 50px;
    font-size: 3rem;
    color: #fff;
    max-width: 400px;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
    font-family: "brandon-grotesque", sans-serif;
    text-wrap: balance;
}
.hero-text a {
    color: #fff;
    text-shadow: 0 0 7px #656565;
}
.hero-text a:hover, .hero-text a:focus {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}


.cta-wrapper { background: #f3f1e5 url('images/wood-texture.jpg') repeat-x; background-position: bottom; text-align: center; }
.home h1.entry-title { color: #458845; font-size: 47px; margin: 0 auto 1em; }
.cta { float: left; width: 31.33%; }
.cta:nth-of-type(3n+2) { margin-left: 3%; margin-right: 3%; }
.cta img { width: 100%; margin-bottom: 15px; }
.cta h3 a { color: #FFF; text-transform: uppercase; font-size: 31px; }
.cta:hover a { color: #458845; }

.home #primary { position: relative; line-height: 0; }
.home .entry-content { margin-top: 0; }
.home #primary .container { max-width: 1300px; }
.home #primary > img { width: 100%; }
.home .site-main { background: rgba(0,0,0,0.5); position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; color: #FFF; line-height: 1.5; font-size: 20px; }
.home .site-main h2 { font-size: 47px; margin-bottom: 0.75em; }
.home .site-main p:last-of-type { margin-bottom: 0; }

.gform_wrapper ul.gform_fields li.gfield.col { display: inline-block; vertical-align: top; width: 50%; }

.secondary-section { background: #f3f1e5; }
.secondary-text h3 { font-size: 32px; margin-bottom: 0.5em; }
.secondary-text.alignleft, .secondary-gallery.alignright { width: 49%; margin: 0; vertical-align: top; }
.secondary-text { padding-right: 2%; }
.styled-list { list-style: none; padding-left: 0; }
.styled-list li { margin-bottom: 10px; }
.styled-list li:before { content: '\f00c'; font-family: 'fontawesome'; color: #458845; margin-right: 10px; }

.reservations { text-align: center; background: #f3f1e5; }
.reservations h2 { margin-bottom: 0; }
.reservations a:hover { color: #313131; }

.contact-information { margin-top: 20px; }
.footer-logo { display: block; width: 100%; text-align: center; margin: 20px 0 0; clear: both; }
.contact-information div.alignleft, .footer-review.alignright { max-width: 50%; margin: 0; }
.footer-phone { color: #458845; }
.footer-review { font-size: 17px; }

.post .entry-title { margin-bottom: 0; }
.entry-meta { font-size: 80%; font-style: italic; }
.post { border-bottom: 1px solid #ccc; }
.post:last-of-type { border-bottom: 0; }
.post .entry-content { margin-top: 1em; }
.entry-meta, .entry-footer { font-size: 90%; font-style: italic; }
.entry-footer { padding-bottom: 15px; font-size: 70%; }
.cat-links, .tags-links, .comments-link { display: block; width: 100%; }
.posts-navigation { padding-top: 10px; font-size: 90%; }

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

/*--------------------------------------------------------------
## Shiftnav
--------------------------------------------------------------*/
#shiftnav-toggle-main .shiftnav-main-toggle-content { padding: 10px !important; }
#shiftnav-toggle-main .shiftnav-main-toggle-content img { max-height: 50px; }
.shiftnav.shiftnav-skin-standard-dark, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu { background: #e0dbbe !important; text-transform: uppercase; text-shadow: none !important; }
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target { border-color: rgba(255,255,255,0.25) !important; text-shadow: none !important; color: #000 !important;}
.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover { background: #73bb73 !important; color: #FFF !important; text-shadow: none !important; }


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    margin-top: 10px;
}

.footer-navigation {width: 100%; text-align: center;}

.main-navigation ul, .footer-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li, .footer-navigation li {
	display: inline-block;
	position: relative;
	margin-right: 10px; padding-right: 10px;
	border-right: 1px solid #FFF;
	line-height: 1.125;
}
.main-navigation li:last-of-type, .footer-navigation li:last-of-type { padding-right: 0; margin-right: 0; border-right: 0; }

.footer-navigation li { border-color: #313131; }

.main-navigation a, .footer-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation a { color: #FFF; font-size: 20px; }
.footer-navigation a { color: #313131; }

.main-navigation ul ul {
	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 ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover a,
.main-navigation li:hover a.focus,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #b0dcb0;
}
.footer-navigation li:hover a,
.footer-navigation li:hover a.focus,
.footer-navigation .current_page_item > a,
.footer-navigation .current-menu-item > a,
.footer-navigation .current_page_ancestor > a,
.footer-navigation .current-menu-ancestor > a {
	color: #458845;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

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

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

/*--------------------------------------------------------------
# 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: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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 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;
}

/*--------------------------------------------------------------
# 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 {
	content: "";
	display: table;
	table-layout: fixed;
}

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.hero-video {
    position: relative;
    overflow: hidden;
}

.hero-video video {
    width: 100%;
    height: auto;
	max-height: 80vh;
    object-fit: cover;
    display: block;
}

/* .hero-text {
    position: absolute;
    bottom: 10%;
    left: 5%;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem 1.5rem;
    border-radius: 8px;
    font-size: 1.25rem;
} */
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 49%;
}

.gallery-columns-3 .gallery-item {
	max-width: 32.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 24%;
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
}

.gallery-columns-6 .gallery-item {
	max-width: 15.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 13.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 11.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 10.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1245px){
	.main-navigation a { font-size: 18px; }
}
@media screen and (max-width: 1190px){
	.site-logo img { max-width: 400px; }
	.site-branding.alignleft { margin-right: 0; }
	.hero-text { right: 20px; bottom: 30px; font-size: 2.4rem; max-width: 310px; }
}
@media screen and (max-width: 1110px){
	.main-navigation a { font-size: 16px; }
	.site-logo img { max-width: 375px; }
	.home .site-main h2 { font-size: 40px; }
	.home .site-main { font-size: 18px; }
}
@media screen and (max-width: 1023px){
	.footer-logo, .contact-information { margin-top: 0; }
	.wide-column, .widget-area { float: none; width: 100%; padding: 0 2%; margin: 0; border: 0; }
}
@media screen and (max-width: 900px){
	.home .site-main { height: 100%; }
	.home h1.entry-title { font-size: 40px; }
	.hero-text { font-size: 1.75rem;  max-width: 230px;}
	.hero-text a:hover, .hero-text a:focus { text-underline-offset: 2px; }
}
@media screen and (max-width: 800px){
	.secondary-text.alignleft, .secondary-gallery.alignright { float: none; display: block; width: 100%; padding: 0;}
	.home h1.entry-title { font-size: 36px; }
}
@media screen and (max-width: 700px){
	.home .site-main { position: relative; bottom: auto; left: auto; height: auto; color: #313131; background: #fff; }
	.cta, .cta:nth-of-type(3n+2) { float: none; width: 80%; margin: 0 auto 20px; }
	.cta h3 a { color: #458845; }
	.header-bar span.alignleft { display: none; }
	.contact-information div.alignleft, .footer-review.alignright { width: 100%; display: block; margin: 0 0 20px; text-align: center; max-width: 100%; }
	#mannix { text-align: center; }
	.hero-text { font-size: 1.35rem; max-width: 170px; }
}
@media screen and (max-width: 641px){
	.gform_wrapper ul.gform_fields li.gfield.col { display: block; width: 100%; }
}
@media screen and (max-width: 600px){
	.home h1.entry-title { font-size: 32px; }
	.header-message {
	    font-size: 0.8rem;
	}
	.hero-text {
        font-size: 1.25rem;
        text-align: center;
        width: 100%;
        max-width: 100%;
        right: auto;
        bottom: 0;
        padding: 40px 10px 10px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
    }
}
@media screen and (max-width: 420px){
	#shiftnav-toggle-main .shiftnav-main-toggle-content { padding-left: 0 !important; }
	#shiftnav-toggle-main .shiftnav-main-toggle-content img { max-width: 240px; }
	.hero-text {
        font-size: 1.125rem;
    }
}
}
@media screen and (max-width: 350px){
	#shiftnav-toggle-main .shiftnav-main-toggle-content img { max-width: 200px; }
	.header-bar span.alignright > span { display: none; }
}