/*
Theme Name: red_underscores
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Used by RED for Gottlieb Gardens
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: red_underscores
Tags:

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

red_underscores 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%;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	position: relative;
}

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;
	-webkit-transition: color .1s ease-in;
	-moz-transition: color .1s ease-in;
	-o-transition: color .1s ease-in;
	-ms-transition: color .1s ease-in;
	transition: color .1s ease-in;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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 {
	font-family: 'Montserrat', sans-serif;
	color: #53616a;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300;
	border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: adobe-garamond-pro, serif;
	font-style: normal;
	font-weight: 400;
	clear: both;
	line-height: 1.2;
	margin-bottom: 0.4em;
	text-transform: lowercase;
}

h1 {
	font-size: 50px;
	font-size: 3.125rem;
}
h2 {
	font-size: 40px;
	font-size: 2.5rem;
}
h3 {
	font-size: 28px;
	font-size: 1.75rem;
}
h4 {
	font-size: 28px;
	font-size: 1.75rem;
	font-style: italic;
}
h5 {
	font-size: 16px;
	font-size: 1rem;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}
h6 {
	font-size: 16px;
	font-size: 1rem;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}

p {
	margin-bottom: 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 3em;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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

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

#mc_embed_signup .clear {
    visibility: visible;
    overflow: visible;
}
#mc_embed_signup .button {
    border: 1px solid #96a57f !important;
    color: #475c2e !important;
    background: none !important;
    font-weight: 400 !important;
    border-radius: 0 !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3782a5;
	text-decoration: underline;
}

a:visited {
	color: #3782a5;
}

a:hover,
a:focus,
a:active {
	color: #870258;;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: right;
	width: 92%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

/*#primary-menu > li {
	margin: 0 2px;
}*/

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

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 65px; /* set at a distance below where it should settle after sliding up */
	left: -999em;
	z-index: 99999;
}

/* Slide-up effect for first-level submenus */
.main-navigation ul li > ul,
.main-navigation ul li > ul {
	-webkit-transition: top 0.05s ease-in; /* Safari */
    transition: top 0.05s ease-in;
}
/* only top-level items */
#primary-menu > li:hover > ul,
#primary-menu > li.focus > ul {
	top: 42px;
}

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

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

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

.main-navigation #primary-menu > .current_page_item > a,
.main-navigation #primary-menu > .current-menu-item > a,
.main-navigation #primary-menu > .current_page_ancestor > a,
.main-navigation #primary-menu > .current-page-ancestor > a {
	border: 1px solid #bfdd97;
	color: #bfdd97;
}

.main-navigation #primary-menu .sub-menu > .current_page_item > a,
.main-navigation #primary-menu .sub-menu > .current-menu-item > a,
.main-navigation #primary-menu .sub-menu > .current_page_ancestor > a {
	background-color: #3782a5;
	color: #fff;
}

#primary-menu > li > a {
	-webkit-transition: color 0.5s, background 0.5s, border 0.5s; /* Safari */
    transition: color 0.5s, background 0.5s, border 0.5s;
}
#primary-menu > li:hover > a,
#primary-menu > li.focus > a {
	background-color: #eef2f4;
	color: #53616a !important;
	border: 1px solid #7e898f !important;
}

#primary-menu .sub-menu li a {
	padding: 10px;
	background-color: #eef2f4;
	color: #53616a;
	-webkit-transition: color 0.5s, background 0.5s; /* Safari */
    transition: color 0.5s, background 0.5s;
}

#primary-menu .sub-menu li:hover > a,
#primary-menu .sub-menu li.focus > a {
	background-color: #3782a5;
	color: #fff;
}

#primary-menu .sub-menu {
	border: 1px solid #7e898f;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

#back-to-top {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #3782a5; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px;
    font-size: 20px;
    line-height: 20px;
    width: 31px;
    text-align:center;
    -webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
}

#back-to-top:hover {
    background-color: #870258;
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-top: 8px;
}

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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: 2.3em 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 {
	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;
}

/*--------------------------------------------------------------
## 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: 50%;
}

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Unsemantic Framework
--------------------------------------------------------------*/

/* Max width of content is 1200px */
.grid-container {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
}
.grid-container.narrow {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
}

/*--------------------------------------------------------------
## Global - Header
--------------------------------------------------------------*/

header#masthead {
	height: 109px;
	min-height: 109px;
	background-color: rgba(83, 97, 106, .5);
	position: fixed;
	z-index: 999;
	width: 100%;
}
header#masthead.shrink {
	background-color: rgba(83, 97, 106, .85);
}

.home header#masthead {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d161b+0,7db9e8+100&0.65+0,0+100 */
	background: -moz-linear-gradient(top, rgba(13,22,27,0.65) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(13,22,27,0.65) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(13,22,27,0.65) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60d161b', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

header#masthead .grid-container {
	padding-top: 14px;
	padding-bottom: 14px;
}

header#masthead a {
	color: #fff;
}

#primary-menu a {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.2px;
}
#primary-menu > li > a {
	border: 1px solid transparent;
	padding: 11px 10px;
}

/* Crossfading logo on scroll */
#logo-header-top {
	height: 5px; /* basically a placeholder so there is some content */
}
#main-header-logo img.primary-logo {
	width: 275px;
}
#main-header-logo img.secondary-logo {
	width: 80px;
}
a#main-header-logo {
	text-decoration: none;
}
#main-header-logo img {
	position: absolute;
	opacity: 1;
	-webkit-transition: opacity 1s ease-in-out; 
	transition: opacity 1s ease-in-out;
}
#main-header-logo img.hidden {
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out; 
	transition: opacity 1s ease-in-out;
}

/* Shrinking header on scroll */

header#masthead,
header#masthead .grid-container,
header#masthead .main-navigation,
header#masthead #menu-icon {
	-webkit-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out;
}

header#masthead.shrink {
	height: 60px;
	min-height: 60px;
}
header#masthead.shrink .grid-container {
	padding-top: 5px;
	padding-bottom: 5px;
}
header#masthead.shrink .main-navigation {
	padding-top: 0;
	padding-bottom: 0;
}

/* Header search bar */

a#search-trigger {
	color: #fff;
	display: inline-block;
	padding-top: 10px;
	padding-left: 15px;
}
a#search-trigger:hover,
a#search-trigger:focus,
a#search-trigger.active {
	color: #bfdd97 !important;
}


#header-search-bar {
	display: none;
	height: 37px;
	opacity: 1;
	background-color: #53616a;
	color: #fff;
}
.header-search-container {
	text-align: right;
}
.home #header-search-bar {
	opacity: 0.85;
}
#header-search-bar .grid-container {
	padding: 0 !important;
}
#search-filter-form-3401 .sf-field-search label:after {
	display: none;
}
#search-filter-form-3401 .sf-input-text {
	background: none;
}
#search-filter-form-3401 ul,
#search-filter-form-3401 .sf-field-search {
	margin: 0 !important;
}
#search-filter-form-3401 .sf-field-search input[type="text"] {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.3px;
	color: #fff;
	width: 500px;
	padding-top: 9px;
	/*margin-left: 81px;*/
	text-align: right;
	margin-right: 10px;
}

#header-search-bar ::-webkit-input-placeholder {
	color: #fff;
}
#header-search-bar ::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
	opacity: 1; 
}
#header-search-bar input:-moz-placeholder { /* Firefox 18- */
	color: #fff; 
	opacity: 1;
}
#header-search-bar :-ms-input-placeholder {  
	color: #fff;
}

/*--------------------------------------------------------------
## Parallax
--------------------------------------------------------------*/

.parallax-container {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-color: #4b4949;
}

.bg {
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	height: 650px;
	top: 0;
	left: 0;
	z-index: -1;
	background-position: center;
	background-size: cover;
}

/*--------------------------------------------------------------
## Interior Page
--------------------------------------------------------------*/

h1.entry-title {
	font-size: 67px;
	text-transform: lowercase;
	margin: 0;
	line-height: 1;
	letter-spacing: 1.5px;
}

@media screen and (max-width: 992px){
    h1.entry-title {
    	font-size: 6vmax;
    }
}

.page-meta {
	color: #fff;
	background-color: rgba(83, 97, 106, .5);
	padding: 15px 0 20px;
	margin-top: 395px;
}

.text-under-title {
	text-transform: uppercase;
	font-size: 18px;
	padding-top: 9px;
	padding-bottom: 10px;
}

@media screen and (max-width: 875px){
    .text-under-title {
    	font-size: 15px;
    }
    .text-under-title br {
    	display: none;
    }
    .page-meta {
    	margin-top: 300px;
    }
    .bg {
    	height: 500px !important;
    }
}

.text-under-title a {
	color: #fff;
	text-decoration: none;
}

h2.page-subtitle,
.fl-rich-text h1,
.fl-rich-text h2 {
	font-size: 39px;
	color: #3782a5;
	text-transform: lowercase;
	letter-spacing: 0.4px;
	margin-bottom: 0.2em;
}
.fl-rich-text h1,
.fl-rich-text h2 {
	margin-bottom: 0.5em;
}

.entry-content p,
.entry-content li {
	font-size: 20px;
	font-size: 1.25rem;
}

/* Styled Bullets */
.entry-content ul {
  	list-style: none;
  	padding: 0;
  	margin-left: 0;
  	font-size: 17px;
	font-size: 1.0625rem;
}
.entry-content ul li {
  	padding-left: 1em;
  	position: relative;
}
.entry-content ul li:before {
	position: absolute;
	left: 0px;
	content: "\2022";
	line-height: 26px;
	font-size: 13px;
	color: #4b4949;
}
.entry-content ul li ul li:before {
	font-size: 9px;
	line-height: 27px;
}

.entry-content ol {
	margin-left: 1.2em;
}

/* Decorative page border images */

.entry-content > .wrapper,
#own-the-book.wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	/*max-width: 1500px;*/
}
.entry-content > .wrapper::after {
	width: 100%;
	height: 100%;
	content: "";
	background: url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/silhouette_1.png) 100% 0 no-repeat,
				url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/silhouette_2.png) 0 0 no-repeat;
	opacity: 0.7;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	background-size: 22%;
}
#own-the-book.wrapper::after {
	width: 100%;
	height: 100%;
	content: "";
	background: url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/silhouette_1_rotated.png) 100% -25% no-repeat,
				url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/silhouette_2.png) 0 0 no-repeat;
	opacity: 0.7;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	background-size: 22%;
}
@media screen and (max-width: 1500px) {
	.entry-content > .wrapper::after {
		background: url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/silhouette_1.png) 120% 0 no-repeat,
				    url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/silhouette_2.png) -20.9% 0 no-repeat;
		background-size: 26%;
	}
	#own-the-book.wrapper::after {
		background: url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/silhouette_1_rotated.png) 115% -25% no-repeat,
					url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/silhouette_2.png) -20.9% 0 no-repeat;
		background-size: 26%;
	}
}
@media screen and (max-width: 1020px) {
	.entry-content > .wrapper::after {
		background-size: auto;
	}
}
@media screen and (max-width: 768px) {
	
	#own-the-book.wrapper::after {
		background: url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/silhouette_1_rotated.png) 100% 0 no-repeat;
		background-size: contain !important;
		opacity: 0.5;
	}


}
@media screen and (max-width: 800px) {
	
	.entry-content > .wrapper::after {
		background: url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/silhouette_1.png) 100% 0 no-repeat;
		background-size: contain !important;
		opacity: 0.5;
	}
}

/* Figures and Captions */

.entry-content figure.alignnone {
	margin: 2em 0;
}
.entry-content .wp-caption-text {
	text-align: left;
	text-transform: uppercase;
	color: #8da5b5;
	font-size: 13px;
}

/* Breadcrumbs */

.breadcrumb-bar {
	min-height: 38px;
	background-color: #e9e9e9;
	padding: 10px 0;
}
p#breadcrumbs {
	margin: 0;
}
.breadcrumb-bar, 
.breadcrumb-bar a,
.breadcrumb-bar .breadcrumb_last {
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
	color: #53616a;
}
.breadcrumb-bar a:hover,
.breadcrumb-bar a:focus {
	color: #870258;
}
.active-breadcrumb,
.active-breadcrumb a,
.breadcrumb_last,
.breadcrumb_last a {
	color: #3782a5 !important;
}

#breadcrumbs .icon-arrow-right {
	font-size: 10px;
	padding: 0 2px;
}

/* Social sharing icons */

.breadcrumb-inner {
	position: relative;
}
.red-ssba-wrap {
	position: absolute;
	top: 29px;
	right: 3px;
	z-index: 5;
}

.breadcrumb-bar .share-button {
	text-align: right;
	cursor: pointer;
	font-size: 13px;
}
.breadcrumb-bar .share-button:hover,
.breadcrumb-bar .share-button .notShare {
	color: #870258 !important;
}
.red-ssba-wrap > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.red-ssba-wrap a {
	opacity: 0;
}
.red-ssba-wrap.visshare {
	visibility: visible;
}

.red-ssba a {
	width: 39px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	color: #fff;
	background-color: #870258 !important;
	margin-bottom: 9px;
	display: block;
}

a.red-ssba_facebook_share {
	font-size: 18px;
}
a.red-ssba_twitter_share {
	font-size: 18px;
}
a.red-ssba_email_share {
	font-size: 14px;
}
a.red-ssba_facebook_share:hover,
a.red-ssba_twitter_share:hover,
a.red-ssba_email_share:hover {
    color: #ffffff;
}

.error404 .entry-content h2 {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Blog and Events Archives
--------------------------------------------------------------*/

.page-template-page-events .entry-content .wrapper { /* Events archive */
	margin-bottom: 60px;
}

.post-wrapper {
	background-color: #eef2f4;
	border: solid 0.2px #8da5b5;
	padding: 15px 25px; 
	min-height: 233px;
	-webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
}
a.post-block-link:hover .post-wrapper h2,
a.post-block-link:hover .post-wrapper p,
a.post-block-link:focus .post-wrapper h2,
a.post-block-link:focus .post-wrapper p {
	-webkit-transition: color 0.5s; /* Safari */
    transition: color 0.5s;
}
.post-wrapper h2.entry-title {
	margin-bottom: 8px;
	line-height: 1.0 !important;
}
.post-wrapper h2.entry-title {
	line-height: 1.0 !important;
}
a.post-block-link {
	text-decoration: none;
	color: #53616a;
}
a.post-block-link:hover .post-wrapper,
a.post-block-link:focus .post-wrapper {
	background-color: #3782a5;
}
a.post-block-link:hover .post-wrapper h2,
a.post-block-link:hover .post-wrapper p,
a.post-block-link:focus .post-wrapper h2,
a.post-block-link:focus .post-wrapper p {
	color: #fff;
}

.post-wrapper .entry-meta {
	padding-bottom: 5px;
}

.post-block {
	margin-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.post-block .post-image-wrapper {
	width: 22.5%;
  	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.post-block .post-wrapper-outer {
	width: 77.5%;
}

@media screen and (max-width: 1250px) {
	.post-block .post-image-wrapper {
		width: 30%;
	}
	.post-block .post-wrapper-outer {
		width: 70%;
	}
}
@media screen and (max-width: 1100px) {
	.post-block .post-image-wrapper {
		width: 40%;
	}
	.post-block .post-wrapper-outer {
		width: 60%;
	}
}
@media screen and (max-width: 900px) {
	.post-block .post-wrapper-outer,
	.post-block .post-image-wrapper {
		width: 100%;
	}
	.post-block {
		flex-direction: column;
		max-width: 500px;
	}
	.post-block .post-image-wrapper {
		min-height: 400px;
	}
}
@media screen and (max-width: 485px) {
	
	.post-block .post-image-wrapper {
		min-height: 300px;
	}
}

.post-block p {
	font-size: 17px;
}
.post-block .entry-title,
.home .post-meta-title {
	text-decoration: none;
	text-transform: lowercase;
	font-size: 38px;
	color: #53616a;
	font-family: adobe-garamond-pro, serif;
	font-style: italic;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.9px;
}

.post-block .entry-date,
.home .post-meta-date {
	text-transform: uppercase;
	color: #8da5b5;
	font-size: 18px;
}

.post-wrapper .venue-meta {
	padding-left: 25px;
}

.post-block .entry-summary {
	margin-top: 1em;
}

/* Pagination */

.pagination {
	margin-bottom: 30px;
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .last,
.wp-pagenavi .first {
	display: inline-block;
	color: #8da5b5;
	border: 1px solid #8da5b5;
	width: 50px;
  	height: 50px;
  	line-height: 44px;
  	text-align: center;
  	vertical-align: middle;
  	margin-right: 10px;
  	text-decoration: none;
  	font-size: 17px;
  	-webkit-transition: color 0.25s, background 0.25s; /* Safari */
    transition: color 0.25s, background 0.25s;
}
.wp-pagenavi .extend {
	font-size: 17px;
	color: #8da5b5;
	margin-right: 10px;
}

.wp-pagenavi span.current {
    font-weight: normal;
    color: #870258;
	border: 1px solid #870258;
	text-decoration: none;
}
.wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .last:hover,
.wp-pagenavi .first:hover {
	background-color: #870258;
	border: 1px solid #870258;
	text-decoration: none;
	color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	font-size: 30px;
	line-height: 51px;
}
.wp-pagenavi .previouspostslink {
	padding-right: 9px;
}
.wp-pagenavi .nextpostslink {
	padding-left: 9px;
}

/* General Search & Filter form styling */

.searchandfilter {
	display: inline-block;
}
.searchandfilter ul li {
	display: inline-block;
	padding: 0;
}
.searchandfilter ul li:before {
	display: none;
}

.searchandfilter select,
.sf-field-search input[type="text"],
.search-subscribe-container .subscribe,
.search-subscribe-container .subscribe a {
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: #53616a;
	font-size: 16px;
	text-decoration: none;
	background: none;
	font-weight: 500;
}

.search-subscribe-container {
	padding-bottom: 8px;
	padding-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.search-subscribe-container .subscribe {
	padding-left: 34px;
	padding-bottom: 7px;
}
.search-subscribe-container .subscribe .icon-envelope {
	font-size: 12px;
	padding-left: 5px;
}
.search-subscribe-container .subscribe a:hover {
	color: #870258;
	text-decoration: none;
}

/* Select Dropdowns */

.searchandfilter .sf-field-tag label,
.searchandfilter .sf-field-taxonomy-project_type label,
.searchandfilter .sf-field-taxonomy-project_subject_matter label {
	border: none;
	overflow: hidden; 
	height: 40px;
	width: 280px;
	position: relative;
	display: block;
}


.searchandfilter .sf-field-tag select,
.searchandfilter .sf-field-taxonomy-project_type select,
.searchandfilter .sf-field-taxonomy-project_subject_matter select {       
    height: 40px;
    padding: 0;
    border: 0;
    width: 280px;
   	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-color: transparent;
	padding-left: 3px;
}

.searchandfilter .sf-field-taxonomy-project_type label,
.searchandfilter .sf-field-taxonomy-project_type select {
	width: 286px;
}
.searchandfilter .sf-field-taxonomy-project_subject_matter label,
.searchandfilter .sf-field-taxonomy-project_subject_matter select {
	width: 323px;
}

.searchandfilter .sf-field-taxonomy-project_subject_matter {
	margin-left: 20px;
}

.searchandfilter .sf-field-tag label:after,
.searchandfilter .sf-field-taxonomy-project_type label:after,
.searchandfilter .sf-field-taxonomy-project_subject_matter label:after {
	content: "\e90b";
    font-family: 'icomoon' !important;
    color: #000;
    padding: 10px 13px;
    position: absolute; 
    right: 0; 
    top: 0;
    z-index: 1;
    text-align: center;     
    pointer-events: none;
    box-sizing: border-box;
    font-size: 13px; 
    color: #53616a;
}

select.sf-input-select::-ms-expand {
	display: none;
}

/* Search box */

.sf-field-search {
	vertical-align: top;
	margin-left: 27px !important;
}
.sf-field-search input[type="text"] {
	border: none;
	width: 295px;
	border-radius: 0;
	padding: 7px;
}
.page-id-90 .sf-field-search input[type="text"] {
	width: 336px;
}


.searchandfilter .sf-field-search label {
	position: relative;
}
.searchandfilter .sf-field-search label:after {
	content: "\e909";
    font-family: 'icomoon' !important;
    color: #000;
    padding: 12px;
    position: absolute; 
    right: 0; 
    top: 0;
    z-index: 1;
    text-align: center;     
    pointer-events: none;
    box-sizing: border-box; 
    cursor: pointer; 
    font-size: 12px; 
    color: #53616a;
}

::-webkit-input-placeholder {
	color: #53616a;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #53616a;
	opacity: 1; 
}
input:-moz-placeholder { /* Firefox 18- */
	color: #53616a; 
	opacity: 1;
}
:-ms-input-placeholder {  
	color: #53616a;
}

@media only screen and (max-width: 1024px) {
	.searchandfilter ul li {
    	display: block;
    }
     #search-filter-form-209.searchandfilter,
     .search-subscribe-container {
    	display: block !important;
    	padding-bottom: 5px;
	}
	#search-filter-form-209.searchandfilter {
		padding-bottom: 5px;
	}
    .searchandfilter .sf-field-taxonomy-project_subject_matter,
    .sf-field-search {
    	margin-left: 0 !important;
	}
	.search-subscribe-container .subscribe {
    	padding: 0;
    	padding-left: 7px;
	}

}
@media only screen and (max-width: 360px) {
	.searchandfilter select, 
	.sf-field-search input[type="text"], 
	.search-subscribe-container .subscribe, 
	.search-subscribe-container .subscribe a {
		font-size: 14px;
	}
	.searchandfilter .sf-field-tag label {
    	width: 252px;
	}
	.sf-field-search input[type="text"] {
    	width: 267px;
	}
	.searchandfilter .sf-field-taxonomy-project_type label, .searchandfilter .sf-field-taxonomy-project_type select {
    	width: 260px;
	}
	.searchandfilter .sf-field-taxonomy-project_subject_matter label, .searchandfilter .sf-field-taxonomy-project_subject_matter select {
    	width: 290px;
	}
	.page-id-90 .sf-field-search input[type="text"] {
    	width: 298px;
	}
	.page-id-90 .searchandfilter label:after {
		font-size: 11px;
	}
	

}


/*--------------------------------------------------------------
## Single Events
--------------------------------------------------------------*/
.single-tribe_events .tribe-events-single-event-description,
#tribe-events-content {
    margin-bottom: 0;
}

.tribe-events-single .blog-content {
	margin-bottom: 35px;
	padding-top: 20px;
}
.tribe-events-single .blog-content.notices {
	margin-bottom: 0;
	padding-top: 25px;
}

.tribe-events-notices {
	background: #53616a;
	border: none;
    color: #fff;
    margin: 10px 0 0 0;
    padding: 8px 14px 7px 14px;
    text-shadow: none;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
}

.single-tribe_events .venue-meta,
.single-tribe_events .tribe-events-gmap {
	padding-left: 20px;
}

/*--------------------------------------------------------------
## Project Archive
--------------------------------------------------------------*/

.page-id-90 .entry-content .wrapper { /* Project archive page */
	margin-bottom: 30px;
}

.exhibit-tiles {
 	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  	justify-content: flex-start;
  	align-content: stretch;
}

.exhibit-tile {
	padding-bottom: 39px;
	display: block;
  	float: left;
  	flex: 0 0 auto;
  	padding: 10px;
}

.exhibit-thumb-wrapper {
	max-width: 380px;
	position: relative;
	/*margin-right: 30px;*/
	margin: 0 auto;
}

.search-filter-scroll-loading {
	margin: 0 auto;  
}
.search-filter-results-list.scroll-end {
	text-align: center;
}

/* Flexbox responsive image grid https://codepen.io/lis186/pen/azNOOp */

@media screen and (min-width: 1000px) {
  .exhibit-tile {
    width: calc(100%/3);
    height: calc(100%/3);
  }
}

@media screen and (min-width: 700px) and (max-width: 999px) {
  .exhibit-tile {
    width: calc(100%/2);
    height: calc(100%/2);
  }
}

@media screen  and (max-width: 699px) {
  .exhibit-tile {
    width: 100%;
    height: 100%;
  }
}


.exhibit-meta {
	position: absolute;
	bottom: 0;
	background: rgba(83, 97, 106, .75);
	width: 100%;
	max-width: 579px;
	padding: 20px 18px 26px 18px;
	-webkit-transition: padding 0.25s, background 0.5s; /* Safari */
    transition: padding 0.25s, background 0.5s;

}
.exhibit-thumb-wrapper:hover .exhibit-meta {
	background: rgba(55, 130, 165, .75);
	padding-top: 25px;
	padding-bottom: 31px;
}

.exhibit-meta h2,
.exhibit-meta h3 {
	color: #fff;
}

.exhibit-meta h2 {
	font-family: adobe-garamond-pro, serif;
	font-style: italic;
	font-weight: 400;
	font-size: 33px;
	text-transform: lowercase;
	line-height: 1.2;
}
.exhibit-meta h3 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
}

/*--------------------------------------------------------------
## Blog Post - Single
--------------------------------------------------------------*/

.below-post-header {
	background-color: #8da5b5;
	color: #fff;
	font-size: 38px;
	text-transform: lowercase;
	text-align: center;
	padding: 42px 10px;
	position: relative;
	z-index: 5;
}
.below-post-header h2 {
	margin-bottom: 0;
}

.single-post .below-post-header:after {
	width: 100%;
	height: 100%;
	content: "";
	background: url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/hummingbird.png);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: auto 110px;
	opacity: 0.3;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -5;
}
.single-post .below-post-header.icon-project-naturalist:after {
	background: url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/icon-project-naturalist.png);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: auto 110px;
}

/*.single-post .below-post-header.hummingbird:after {
	background: url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/hummingbird.png);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: 160px;
}
.single-post .below-post-header.photographer:after {
	background: url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/photographer.png);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: 70px;
}
.single-post .below-post-header.photographer-half:after {
	background: url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/photographer_half.png);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: 105px;
}*/
.below-post-container {
	background-color: #d7e0e5;
	padding: 30px 0 20px 0;
	overflow: hidden;
}

.single-projects .below-post-header .project-icon {
	width: 100%;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: auto 110px;
	opacity: 0.3;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -5;
}
.single-projects .below-post-container {
	margin-bottom: 100px;
	padding: 0 10px 20px 10px;
	font-size: 17px;
}
.single-projects .below-post-container h3 {
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-size: 29px;
	text-transform: lowercase;
	line-height: 1.2;
	padding: 20px 0 10px 0;
	margin-bottom: 0;
}
.single-projects .below-post-container ul {
	margin: 0;
}
.single-projects .below-post-container li {
	list-style-type: none;
}
.single-projects .below-post-container a {
	text-decoration: none;
	color: #53616a;
}
.single-projects .below-post-container a:hover {
	color: #53616a;
}

/* Recent Posts */

.recent-posts-container .post-wrapper {
	min-height: 107px;
}
.recent-posts-container .post-image-wrapper {
	width: 34.6%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.recent-posts-container .post-wrapper-outer {
	width: 65.4%;
}

.recent-post-block {
	width: 361px;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.recent-posts-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.recent-post-block .post-wrapper {
	padding: 10px 20px;
}

.post-block-link {
	padding-bottom: 15px;
	margin-right: 15px;
	width: 361px;
}
.post-block-link:last-of-type {
	margin-right: 0;
}

.post-info {
	background-color: #eef2f4;
	border: solid 0.2px #8da5b5;
	padding: 10px;
	min-height: 106px;
}

.recent-post-info h3 {
	font-family: adobe-garamond-pro, serif;
	font-style: italic;
	font-weight: 400;
	font-size: 25px;
	text-transform: lowercase;
	line-height: 1.1;
	margin-bottom: 6px;
}
.recent-post-info h3 {
	color: #53616a;
	text-decoration: none;
	-webkit-transition: color 0.5s; /* Safari */
    transition: color 0.5s;
}
.post-block-link:hover .recent-post-info h3,
.post-block-link:focus .recent-post-info h3 {
	color: #fff;
}
.recent-post-info .post-date {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 300;
	color: #8da5b5;
}

@media only screen and (max-width: 1180px) {
	.recent-posts-container {
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
    	-ms-flex-wrap: wrap;
    	    flex-wrap: wrap;
	}
	.post-block-link,
	.post-block-link:last-of-type {
		padding-bottom: 25px;
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media only screen and (max-width: 420px) {
	.recent-post-block {
    	width: auto;
	}
	.recent-posts-container .post-image-wrapper {
		width: 45%;
	}
	.recent-posts-container .post-wrapper-outer {
		width: 55%;
	}
	.post-block-link, .post-block-link:last-of-type {
		margin: 0;
	}
}


/*--------------------------------------------------------------
## Global - Footer
--------------------------------------------------------------*/

footer#colophon {
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
}

footer#colophon a {
	color: #fff;
	text-decoration: none;
}
footer#colophon a:hover,
footer#colophon a:focus {
	color: #7cedf5;
	text-decoration: none;
}

footer#colophon .footer-header {
	font-family: adobe-garamond-pro, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: lowercase;
}

#footer-top-bar {
	background-color: #53616a;
	position: relative;
	z-index: 1;
}
#footer-top-bar > .wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	max-width: 1300px;
	padding-top: 30px;
}

#footer-top-bar > .wrapper::after {
	width: 100%;
	height: 100%;
	content: "";
	background: url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/footer_flowers.png);
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 0%;
	background-size: 16%;
	opacity: 0.3;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}

#footer-top-bar .grid-parent {
	padding-bottom: 32px;
	padding-right: 40px;
}
#footer-top-bar #footer-row-2 {
	padding-left: 10px;
}

#footer-top-bar .grid-parent:last-of-type {
	padding-right: 0;
}
#footer-follow,
.footer-social {
	display: inline-block;
}
#footer-follow {
	padding-top: 30px;
}
.footer-social {
	font-size: 22px;
}
.footer-social a {
	margin-left: 15px;
}

#footer-row-3 #press-header {
	padding-top: 30px;
}

#footer-bottom-bar {
	background-color: #62717a;
	font-size: 13px;
	min-height: 52px;
	padding-top: 17px;
}
#footer-bottom-bar .grid-parent {
	padding-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
	#footer-top-bar .grid-parent {
    	padding-right: 0;
	}
	#footer-top-bar #footer-row-2 {
    	padding-left: 0;
	}
	#footer-top-bar > .wrapper::after {
		opacity: 0.1;
		background-size: contain;
	}
}

/* Sign up form */

#mc_embed_signup-footer {
	font-size: 0;
	margin-top: 8px;
}

#mc_embed_signup-footer div.mce_inline_error,
#mc_embed_signup-footer #mce-success-response {
	font-size: 13px;
}

#mc_embed_signup-footer .mc-field-group,
#mc_embed_signup-footer .mc-input-field {
	display: inline-block;
}

#mc_embed_signup-footer .email-field-container {
	position: relative;
}
#mc_embed_signup-footer .mc-input-field {
	position: absolute;
	left: 255px;
}

#mc_embed_signup-footer .mc-input-field button {
	background-color: #c5cdd1;
	color: #fff;
	height: 35px;
	width: 35px;
	font-size: 22px;
	padding: 0;
	line-height: 40px;
	-webkit-transition: background-color .25s ease-in, color .25s ease-in;
	-moz-transition: background-color .25s ease-in, color .25s ease-in;
	-o-transition: background-color .25s ease-in, color .25s ease-in;
	-ms-transition: background-color .25s ease-in, color .25s ease-in;
	transition: background-color .25s ease-in, color .25s ease-in;
	margin: 0;
	border: none;
}

#mc_embed_signup-footer .mc-input-field button:hover,
#mc_embed_signup-footer .mc-input-field button:focus {
	background-color: #7cedf5;
	color: #52616b;
}

#mc_embed_signup-footer input {
	background-color: transparent;
    border-radius: 0;
    color: #fff;
	text-transform: uppercase;
	width: 140px;
	padding: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #62717a;
	border: none;
	font-size: 13px;
}
#mc_embed_signup-footer input#mce-EMAIL {
	width: 250px;
	margin-right: 0;
}


#mc_embed_signup-footer ::-webkit-input-placeholder {
	color: #fff;
}
#mc_embed_signup-footer ::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
	opacity: 1; 
}
#mc_embed_signup-footer input:-moz-placeholder { /* Firefox 18- */
	color: #fff; 
	opacity: 1;
}
#mc_embed_signup-footer :-ms-input-placeholder {  
	color: #fff;
}

/*--------------------------------------------------------------
# Beaver Builder
--------------------------------------------------------------*/

.fl-rich-text p {
	font-size: 20px;
	font-size: 1.25rem;
}

.fl-rich-text ul {
	margin-bottom: 0;
}

/* Change left arrow button on BB slideshow */
.fl-slideshow-image-nav-left .fl-slideshow-nav-buttons a {
	background: url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/nav-left-gray.png) left center no-repeat !important;
	background-size: 50px 50px !important;
}
.fl-slideshow-image-nav-left .fl-slideshow-nav-buttons a:hover {
	background: url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/nav-left-blue.png) left center no-repeat !important;
	background-size: 50px 50px !important;
}
/* Change right arrow button on BB slideshow */
.fl-slideshow-image-nav-right .fl-slideshow-nav-buttons a {
	background: url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/nav-right-gray.png) right center no-repeat !important;
	background-size: 50px 50px !important;
}
.fl-slideshow-image-nav-right .fl-slideshow-nav-buttons a:hover {
	background: url(//staging.thegottliebnativegarden.com/wp-content/themes/red_underscores/images/nav-right-blue.png) right center no-repeat !important;
	background-size: 50px 50px !important;
}

.fl-slideshow-nav-buttons {
	margin-left: 10px;
	margin-right: 10px;
}


.mfp-bg {
	background: #53616a !important;
	opacity: 0.8 !important;
}

.fl-photo-caption-hover {
    background: rgba(54, 130, 166, 0.7) !important;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

.home .hentry {
	margin-bottom: 0;
}
#home-title {
	margin-top: 78px;
}
#home-title h1 {
	font-size: 79px !important;
	text-transform: lowercase;
}
#home-text-below-title {
	text-align: center;
	max-width: 648px;
	margin: 0 auto;
}
#home-text-below-title p {
	color: #fff;
	font-size: 21px;
	font-weight: 400;
}
#home-row-2 h2 {
	margin-top: 73px !important;
	font-size: 56px;
}
#home-row-2 #text-blurb {
	max-width: 580px;
}
#home-row-2 #text-blurb p {
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	
	#home-row-2 h2 {
    	margin-top: 0 !important;
    	text-align: center;
	}
	#home-row-2 img {
		padding-top: 30px;
	}
	#home-row-2 #text-blurb {
    	max-width: none;
	}

}

/* Buttons */

.fl-button {
	background: none !important;
	border-radius: 0 !important;
	border: 1px solid #870258 !important;
	-webkit-transition: color 0.25s, background-color 0.25s; /* Safari */
    transition: color 0.25s, background-color 0.25s;
}
a.fl-button {
	padding: 12px 20px !important;
}

.fl-button-text {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1.3px;
}

.fl-button:hover,
.fl-button:focus {
	background-color: #870258 !important;
}

.button-white-purple .fl-button,
.button-white-white .fl-button {
	border: 1px solid #fff !important;
}

.button-purple-purple .fl-button {
	border: 1px solid #870258 !important;
}

.button-purple-purple .fl-button-text {
	color: #870258 !important;
}
.button-white-white .fl-button-text {
	color: #fff !important;
}

.button-white-purple .fl-button:hover,
.button-purple-purple .fl-button:hover,
.button-white-purple .fl-button:hover:focus,
.button-purple-purple .fl-button:hover:focus {
	background-color: #870258 !important;
}
.button-white-white .fl-button:hover,
.button-white-white .fl-button:hover:focus {
	background-color: #fff !important;
}
#home-top-button.button-white-purple .fl-button:hover,
#home-top-button.button-white-purple .fl-button:hover:focus {
	background-color: rgba(135, 2, 88, 0.8) !important;
}
.button-purple-purple .fl-button:hover .fl-button-text,
.button-purple-purple .fl-button:focus .fl-button-text {
	color: #fff !important;
}
.button-white-white .fl-button:hover .fl-button-text.
.button-white-white .fl-button:focus .fl-button-text {
	color: #870258 !important;
}
#home-top-button .fl-button {
	box-shadow: 0 0 7px #101417;
}
#home-top-button .fl-button-text,
#home-title h1,
#home-text-below-title p {
	text-shadow: 0 0 7px #101417;
}
/* Recent Posts Row */

#home-recent-posts-row {
	background-color: #eef2f4;
	padding-bottom: 86px;
	padding-top: 70px;
}
#home-recent-posts-image {
	max-width: 335px;
	float: left;
	margin-top: 80px;
}
.three-recent-posts {
	float: right;
}
.home-recent-post-block {
	float: left;
	max-width: 264px;
	margin: 8px;
}

.home-recent-post-meta {
	background-color: #fff;
	border: solid 0.2px #8da5b5;
	min-height: 160px;
	padding: 20px;
	-webkit-transition: padding 0.25s, margin 0.25s, background-color 0.25s; /* Safari */
    transition: padding 0.25s, margin 0.25s, background-color 0.25s;
}
.home-recent-post-block:hover .home-recent-post-meta {
	background-color: #3782a5;
    padding-top: 25px;
    margin-top: -15px;
    margin-bottom: 15px;
}
.home .post-meta-title{
	font-size: 26px;
	-webkit-transition: color 0.25s; /* Safari */
    transition: color 0.25s;
    line-height: 1;
}
.home-recent-post-block:hover .post-meta-title{
	color: #fff;
}
.home .post-meta-date {
	font-size: 13px;
}


@media screen and (max-width: 1230px) {
	#home-recent-posts-image {
		margin: 0;
		float: none;
		max-width: 100%;
	}
	#home-recent-posts-row .img-wrapper {
		max-width: 335px;
		margin: 0 auto;
	}
	#home-recent-posts-row {
    	padding-top: 40px;
    	padding-bottom: 40px;
	}
	.img-wrapper {
		text-align: center;
	}
	.three-recent-posts {
    	clear: both;
    	float: none;
    	margin-top: 30px;
    	display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    	-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}


/* Instagram Feed */

.insta-feed-container {
	padding-top: 35px;
	padding-bottom: 50px;
}
.insta-feed-container h3 {
	text-align: center;
	color: #3782a5;
	text-transform: lowercase;
	font-size: 37px;
	padding-bottom: 10px;
	letter-spacing: 1.2px;
}

.instagram-logo-block .sbi_photo_wrap a {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.instagram-logo-block i {
	color: #fff;
	font-size: 91px;
	-webkit-transition: color 0.5s; 
    transition: color 0.5s;
}
.instagram-logo-block:hover i {
	color: #870258;
}

/*--------------------------------------------------------------
## Search Results Page
--------------------------------------------------------------*/

.content-area.search {
	margin-bottom: 50px;
}

.content-area.search .site-main {
	margin-top: 50px;
}

/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/

#menu-icon {
	display: none;
}
@media only screen and (max-width: 1216px) {

	#site-navigation{
		display: none;
	}
	.nav-container {
		position: relative;
	}
	#menu-icon {
		display: block;
		position: absolute;
		right: 20px;
		top: 27px;
	}
	#menu-icon a,
	#menu-icon a:hover {
		text-decoration: none;
	}
	#menu-text {
		padding-left: 5px;
	}

	header#masthead.shrink #menu-icon {
    	top: 13px;
	}
}

@media (max-width: 500px) {

	#main-header-logo img.primary-logo {
    	width: 200px;
	}
	header#masthead {
		position: absolute;
    	height: 102px;
    	min-height: 102px;
	}
	#menu-icon {
    	top: 22px;
	}
}

@media (max-width: 350px) {

	header#masthead #menu-icon {
    	right: 0;
    	top: 13px;
	}
	#main-header-logo img.primary-logo {
		display: none !important;
	}
	#main-header-logo img.secondary-logo,
	#main-header-logo img.secondary-logo.hidden {
		opacity: 1 !important;
	}
	header#masthead {
    	height: 60px !important;
    	min-height: 60px !important;
	}
	header#masthead.shrink .grid-container,
	header#masthead .grid-container,
	header#masthead.shrink .main-navigation,
	header#masthead .main-navigation {
		padding-top: 5px !important;
	}

}

@media (max-width: 600px) {
	html #wpadminbar { top: -46px; }
}