/*!
Theme Name: Grandfather Homes
Theme URI: https://booneoakley.com/
Author: BooneOakley
Author URI: https://booneoakley.com/
Description: Grandfather Homes
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: grandfather_homes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Grandfather Homes is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Gill Sans" !important;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #666;
}

h1 {
  color: #666;
  font-size: 60px !important;
  letter-spacing: 2.5px;
  font-weight: 400;
  line-height: 75px !important;
}

h3 {
  letter-spacing: 1px;
  font-size: 30px !important;
  line-height: 46px !important;
}

h6 {
  font-size: 1.4rem !important;
  line-height: 35px !important;
  letter-spacing: 0.5px;
  color: #666;
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  line-height: 30px;
  font-size: 17px;
  color: #666;
}

ul {
  margin: 0 !important;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Gill Sans", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Gill Sans", consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
#wrapper-footer {
  background: #363739;
  padding: 70px 0;
  position: relative;
}
#wrapper-footer:before {
  content: "";
  background-image: url("/wp-content/themes/grandfatherhomes/grandfather_footer_bg.png");
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  left: -120px;
}
#wrapper-footer .site-info {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
#wrapper-footer .site-info .logo_container {
  padding-top: 19px;
}
#wrapper-footer .site-info .logo_container img {
  width: 150px;
}
#wrapper-footer .site-info .test {
  display: flex;
  width: 70%;
  justify-content: space-evenly;
}
#wrapper-footer .site-info .navbar-nav {
  align-items: start;
}
#wrapper-footer .site-info .navbar-nav li.current_page_item {
  font-weight: 400;
}
#wrapper-footer .site-info .navbar-nav li.current_page_item a {
  position: relative;
}
#wrapper-footer .site-info .navbar-nav li.current_page_item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 7px;
  left: 0;
  color: #fff;
  z-index: 100000;
  border-bottom: 1px solid;
}
#wrapper-footer .site-info .navbar-nav .nav-link {
  color: #fff;
  line-height: 32px;
}
#wrapper-footer .site-info .navbar-nav .nav-link:hover {
  color: #fff;
}
#wrapper-footer .site-info .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 7px;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}
#wrapper-footer .site-info .navbar-nav .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#wrapper-footer .site-info .menu-footer-secondary-menu-container .navbar-nav {
  align-items: start;
}
#wrapper-footer .site-info .menu-footer-secondary-menu-container .navbar-nav li.current_page_item {
  font-weight: 400;
}
#wrapper-footer .site-info .menu-footer-secondary-menu-container .navbar-nav li.current_page_item a {
  position: relative;
}
#wrapper-footer .site-info .menu-footer-secondary-menu-container .navbar-nav li.current_page_item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 10px;
  left: 0;
  color: #fff;
  z-index: 100000;
  border-bottom: 0.9px solid;
}
#wrapper-footer .site-info .menu-footer-secondary-menu-container .navbar-nav .nav-link {
  color: #fff;
  font-size: 12px;
  font-weight: 100;
}
#wrapper-footer .site-info .menu-footer-secondary-menu-container .navbar-nav .nav-link:hover {
  color: #fff;
}
#wrapper-footer .site-info .menu-footer-secondary-menu-container .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 0.9px;
  bottom: 10px;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}
#wrapper-footer .site-info .menu-footer-secondary-menu-container .navbar-nav .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#wrapper-footer .site-info .socials {
  padding-top: 13px;
}
#wrapper-footer .site-info .socials a {
  color: #fff;
  font-size: 20px;
  padding-left: 20px;
}
#wrapper-footer .site-info-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  border-top: 1px solid #fff;
  padding-top: 45px;
}
#wrapper-footer .site-info-bottom p {
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
}

nav#main-nav.mobile {
  display: none;
}

#page-wrapper {
  overflow: hidden;
}

body.home {
  background: #F3F3F1 !important;
}

body {
  background: #DFDEDD !important;
}

section.homepage_video .desktop_video {
  display: block;
}
section.homepage_video .mobile_video {
  display: none;
}

section.hero_header {
  overflow: visible;
}
section.hero_header .intro {
  max-width: 100%;
  padding: 0;
}
section.hero_header .intro .image-container {
  position: relative;
  height: 89vh;
  background-size: cover;
  background-position: center;
  overflow: visible;
}
section.hero_header .intro .image-container .hero_arrow {
  position: absolute;
  bottom: -55px;
  text-align: center;
  width: 50px;
  margin: 0 auto;
  right: calc(50% - 25px);
}
section.hero_header .intro .image-container .hero_arrow img.arrow_color {
  filter: invert(40%) sepia(9%) saturate(0%) hue-rotate(199deg) brightness(95%) contrast(87%);
}
section.hero_header .intro .image-container .bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

section.hero_header.press .intro .image-container {
  position: relative;
  padding-top: 46px;
}

section.create_an_original_intro {
  margin-top: 110px;
}
section.create_an_original_intro .first span.intro_title {
  color: #A54D44;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  border: 2px solid;
  border-radius: 5px;
  padding: 5px 5px;
  font-size: 14px;
}
section.create_an_original_intro .first h1 {
  margin-top: 30px !important;
  padding-top: 25px;
}
section.create_an_original_intro .first p {
  margin: 0;
}
section.create_an_original_intro .second {
  flex-direction: row-reverse;
  padding-top: 30px;
}
section.create_an_original_intro .third {
  justify-content: space-between;
  align-items: center;
  padding-top: 130px;
}
section.create_an_original_intro .fourth {
  padding-top: 170px;
  justify-content: center;
}
section.create_an_original_intro .fifth {
  justify-content: flex-end;
  padding-top: 15px;
}
section.create_an_original_intro .fifth span {
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #666;
  font-size: 17px;
  font-weight: 600;
}

section.create_an_original_build_process {
  margin-top: 200px;
}
section.create_an_original_build_process .end {
  text-align: center;
}
section.create_an_original_build_process .end a.button {
  color: #A54D44;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 400;
  border: 3px solid;
  border-radius: 11px;
  padding: 20px 34px;
  font-size: 28px;
  text-decoration: none;
  transition: 0.3s ease all;
  display: block;
  width: auto;
  margin: 0 auto;
}
section.create_an_original_build_process .end a.button:hover {
  background: #A54D44;
  color: #fff;
  border: 3px solid #A54D44;
  transition: 0.3s ease all;
}
section.create_an_original_build_process .end .quote_container {
  margin-top: 100px;
}
section.create_an_original_build_process .end .quote_container h3.attribute {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #666;
  font-size: 17px !important;
  font-weight: 600;
  margin-bottom: 70px;
  margin-top: 10px;
}
section.create_an_original_build_process .end .quote_container h3.attribute:before {
  content: "";
  color: #666;
  display: inline-block;
  width: 8px;
  margin-left: -16px;
  border-top: 2px solid;
  top: 23px;
  position: absolute;
}
section.create_an_original_build_process h2 {
  color: #935042;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 600;
  padding-bottom: 60px;
  font-size: 40px;
}
section.create_an_original_build_process .row.\32  {
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
}
section.create_an_original_build_process .row.\32  .image {
  width: 300px;
}
section.create_an_original_build_process .row.\32  .left span.main span.slash {
  color: #935042;
  font-weight: 100;
  font-size: 39px;
  position: absolute;
  top: 52px;
  right: -9px;
}
section.create_an_original_build_process .row.\32  .left span.main span.minor {
  top: 72px;
  right: -16px;
}
section.create_an_original_build_process .row.\33  {
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
section.create_an_original_build_process .row.\33  .image {
  width: 400px;
}
section.create_an_original_build_process .row.\33  .left span.main span.slash {
  color: #935042;
  font-weight: 100;
  font-size: 39px;
  position: absolute;
  top: 50px;
  right: -3px;
}
section.create_an_original_build_process .row.\33  .left span.main span.minor {
  top: 70px;
  right: -9px;
}
section.create_an_original_build_process .row.\34  {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 100px;
  margin-bottom: 150px;
}
section.create_an_original_build_process .row.\34  .left span.main span.slash {
  color: #935042;
  font-weight: 100;
  font-size: 39px;
  position: absolute;
  top: 57px;
  right: -5px;
}
section.create_an_original_build_process .row.\34  .left span.main span.minor {
  top: 76px;
  right: -12px;
}
section.create_an_original_build_process .row.\34  .image {
  width: 400px;
}
section.create_an_original_build_process .image {
  padding: 0;
  margin-top: 27px;
}
section.create_an_original_build_process .text_container .left span.main {
  font-weight: 600;
  font-size: 95px;
  color: #935042;
  position: relative;
}
section.create_an_original_build_process .text_container .left span.main span.slash {
  color: #935042;
  font-weight: 100;
  font-size: 39px;
  position: absolute;
  top: 53px;
  right: 2px;
}
section.create_an_original_build_process .text_container .left span.main span.minor {
  color: #935042;
  font-weight: 400;
  top: 73px;
  position: absolute;
  right: -5px;
  font-size: 17px;
}
section.create_an_original_build_process .text_container .right {
  margin-top: 33px;
}
section.create_an_original_build_process .text_container .right h5 {
  color: #363739;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 24px;
  margin-bottom: 0;
}
section.create_an_original_build_process .text_container .right span {
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 14px;
  font-weight: 400;
}
section.create_an_original_build_process .text_container .right ul {
  list-style: none;
  padding: 0px 18px;
  padding-top: 10px;
}
section.create_an_original_build_process .text_container .right ul li {
  color: #666666;
  letter-spacing: 1px;
  line-height: 30px;
  position: relative;
}
section.create_an_original_build_process .text_container .right ul li:before {
  content: "";
  color: #8E8E8E;
  display: inline-block;
  width: 8px;
  margin-left: -16px;
  border-top: 2px solid;
  top: 14px;
  position: absolute;
}

.discover_grandfather_intro {
  padding: 110px 0;
  background: #D7D6D5;
}
.discover_grandfather_intro .first h1 {
  margin-bottom: 30px;
}
.discover_grandfather_intro .first h4 {
  font-style: italic;
  letter-spacing: 1.5px;
  font-size: 28.3px;
  font-weight: 300;
  line-height: 40px;
}
.discover_grandfather_intro .second {
  margin: 100px 0;
  justify-content: space-between;
  align-items: center;
}
.discover_grandfather_intro .second img {
  max-width: 480px;
}
.discover_grandfather_intro .second .col-md-7 {
  padding: 0;
}
.discover_grandfather_intro .third {
  justify-content: end;
}
.discover_grandfather_intro .third .intro_title {
  color: #A54D44;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  border: 2px solid;
  border-radius: 5px;
  padding: 5px 5px;
  font-size: 14px;
  display: block;
  float: left;
  text-decoration: none;
  margin-top: 15px;
}
.discover_grandfather_intro .third strong {
  font-weight: 600;
  font-size: 21px;
}

.discover_grandfather_developments .intro {
  max-width: 100%;
  padding: 0;
}
.discover_grandfather_developments .dev_container {
  padding: 100px 0;
  background: #EAE9E8;
}
.discover_grandfather_developments .dev_container h4 {
  font-size: 32px;
  letter-spacing: 1.2px;
  margin-bottom: 15px;
}
.discover_grandfather_developments .dev_container h2 {
  color: #935042;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-weight: 600;
  padding-bottom: 60px;
  font-size: 38px;
  line-height: 50px;
}
.discover_grandfather_developments .dev_container a.button {
  margin-top: 15px;
  margin-bottom: 80px;
}
.discover_grandfather_developments .dev_container:nth-child(2) {
  background: #D7D6D5;
}
.discover_grandfather_developments .dev_container:nth-child(2) .row {
  justify-content: flex-end;
}
.discover_grandfather_developments .dev_container:nth-child(2) .row .image_container {
  width: 58.33333333%;
  margin-top: 80px;
}

section.team_intro {
  padding: 110px 0;
  background: #DAD9D8;
}
section.team_intro a.button {
  letter-spacing: 4px;
  font-weight: 500;
  border-radius: 0;
  padding: 5px 12px;
  font-size: 17px;
  margin-top: 40px;
  text-align: center;
  position: relative;
}
section.team_intro .triangle-left {
  clip-path: polygon(31.71% 40.52%, 99.25% 40.52%, 99.25% 52.89%, 99.25% 65.26%, 31.71% 65.26%, 19.33% 52.89%);
  background-color: #000000;
}
section.team_intro .inner-triangle {
  position: absolute;
  top: -20px;
  left: 2px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #DFDEDD;
}
section.team_intro .intro {
  max-width: 100%;
}
section.team_intro .intro .row {
  align-items: center;
}
section.team_intro .intro .one {
  margin-right: 0;
}
section.team_intro .intro .one p {
  font-size: 21px;
  line-height: 34px;
}
section.team_intro .intro .one img {
  max-width: 500px;
  float: right;
}
section.team_intro .intro .two {
  margin-top: 150px;
  margin-left: 0;
}
section.team_intro .intro .two img {
  width: 500px;
}
section.team_intro .intro .three {
  margin-top: 150px;
  margin-right: 0;
}

.team_members {
  background: #EFEEED;
  padding-top: 125px;
  padding-bottom: 75px;
}
.team_members .row {
  justify-content: center;
}
.team_members h2.title {
  color: #935042;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-weight: 600;
  padding-bottom: 50px;
  font-size: 38px;
  line-height: 50px;
}
.team_members .member {
  margin-bottom: 50px;
}
.team_members .member a {
  text-decoration: none;
}
.team_members .member h2 {
  color: #363739;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 20px;
  letter-spacing: 0.5px;
}
.team_members .member p {
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13.5px;
  position: relative;
  margin-top: -3px;
}
.team_members .member p:before {
  content: "";
  border-bottom: 2.5px solid #A44846;
  display: block;
  position: absolute;
  top: 35px;
  width: 55px;
}

section.note_from_matt {
  background: #363739;
  padding: 125px 0;
  border-bottom: 1px solid #DFDEDD;
}
section.note_from_matt .intro {
  margin-right: 0;
}
section.note_from_matt p {
  color: #DFDEDD;
}
section.note_from_matt .letter {
  justify-content: space-between;
  margin-top: 170px;
}
section.note_from_matt .intro_image {
  max-width: 460px;
  margin-bottom: 15px;
}
section.note_from_matt .end_image {
  width: 300px;
  margin: 0 auto;
  display: block;
  margin-right: 0;
  margin-top: 20px;
}
section.note_from_matt .matt_image {
  width: 400px;
}
section.note_from_matt .quote_text {
  justify-content: center;
  text-align: center;
}
section.note_from_matt .quote_text h3 {
  color: #DFDEDD;
  font-size: 36px !important;
}
section.note_from_matt .quote {
  justify-content: flex-end;
}
section.note_from_matt .quote h3 {
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #DFDEDD;
  font-size: 17px !important;
  font-weight: 600;
  line-height: 23px !important;
}

section.individual_team {
  margin-bottom: 90px;
}
section.individual_team .team_individual {
  margin-top: 50px !important;
}
section.individual_team .team_individual .entry-content {
  padding-top: 50px;
}
section.individual_team .team_individual h2 {
  color: #363739;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 20px;
  letter-spacing: 0.5px;
  font-size: 46px;
}
section.individual_team .team_individual p.position {
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 20.5px;
  position: relative;
  margin-top: -3px;
}
section.individual_team .team_individual p.position:before {
  content: "";
  border-bottom: 3.5px solid #A44846;
  display: block;
  position: absolute;
  top: 40px;
  width: 95px;
}
section.individual_team .team_individual .breadcrumb span {
  color: #4D4D4D !important;
  letter-spacing: 0.5px;
  padding-left: 30px;
  position: relative;
  font-weight: 600;
}
section.individual_team .team_individual .breadcrumb span:before {
  content: ">";
  color: #868686;
  position: absolute;
  left: 10px;
  top: 1px;
}
section.individual_team .team_individual .breadcrumb a {
  text-decoration: none;
  color: #868686;
  letter-spacing: 0.5px;
  font-weight: 600;
}
section.individual_team a.interior {
  letter-spacing: 4px;
  font-weight: 500;
  border-radius: 0;
  padding: 5px 12px;
  font-size: 17px;
  margin-top: 20px;
  width: auto;
}

section.portfolio ul#filters {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding-top: 110px;
}
section.portfolio ul#filters li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #4D4D4D;
  font-size: 15px;
  letter-spacing: 2px;
}
section.portfolio ul#filters li a.selected {
  position: relative;
}
section.portfolio ul#filters li a.selected:before {
  border: 1px solid #AB4D44;
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 40px;
  top: -14px;
  left: -16px;
  width: calc(100% + 30px);
}
section.portfolio ul#filters li:last-child {
  display: none;
}
section.portfolio #isotope-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
section.portfolio .item {
  height: 400px;
  display: inline-grid;
  margin-bottom: 30px;
}
section.portfolio .item a {
  text-decoration: none;
  text-transform: uppercase;
}
section.portfolio .item a .background_container {
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: 0.3s ease all;
}
section.portfolio .item a .background_container:hover {
  transition: 0.3s ease all;
}
section.portfolio .item a .background_container:hover .title_container {
  margin: 0;
  opacity: 1;
  transition: 0.3s ease all;
}
section.portfolio .item a .title_container {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  margin: -25px 0;
  opacity: 0;
  transition: 0.3s ease all;
}
section.portfolio .item a .title_container h1.portfolio {
  color: #363739;
  text-transform: none;
  font-size: 30px !important;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 34px !important;
  margin-bottom: 0;
  margin-top: 21px;
}
section.portfolio .item a .title_container span.category_container {
  letter-spacing: 2px;
  color: #808080;
  font-size: 12px;
  position: relative;
}
section.portfolio .item a .title_container span.category_container:before {
  content: "";
  border-bottom: 2px solid #AA4D44;
  position: absolute;
  width: 60px;
  bottom: -10px;
}
section.portfolio .item:nth-child(6n+1) {
  max-width: 66.66666667%;
  padding-right: 15px;
  padding-left: 0;
}
section.portfolio .item:nth-child(6n+2) {
  max-width: 33.33333333%;
  padding-left: 15px;
  padding-right: 0;
}
section.portfolio .item:nth-child(6n+3) {
  max-width: 33.33333333%;
  padding-left: 0;
  padding-right: 15px;
}
section.portfolio .item:nth-child(6n+4) {
  max-width: 66.66666667%;
  padding-right: 0;
  padding-left: 15px;
}
section.portfolio .item:nth-child(6n+5) {
  max-width: 50%;
  padding-right: 15px;
  padding-left: 0;
}
section.portfolio .item:nth-child(6n+6) {
  max-width: 50%;
  padding-left: 15px;
  padding-right: 0;
}

section.contact_us {
  padding-top: 300px;
}
section.contact_us h1 {
  color: #363739;
  font-weight: 600;
  letter-spacing: 0px;
  position: relative;
  margin-bottom: 70px;
}
section.contact_us h1:before {
  border-bottom: 4px solid #9B4C44;
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  bottom: -20px;
}
section.contact_us p.static {
  color: #939393;
  letter-spacing: 2px;
  margin-bottom: 6px;
  font-size: 13px;
}
section.contact_us p {
  margin-bottom: 1.5rem;
}
section.contact_us a {
  color: #666;
  text-decoration: none;
  margin-bottom: 1.5rem;
  display: block;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 30px;
}
section.contact_us input#wpforms-246-field_2, section.contact_us input#wpforms-246-field_3, section.contact_us textarea#wpforms-246-field_4 {
  color: #939393;
  background: transparent;
  border: none;
  border-bottom: 1px solid;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  padding-left: 0;
}
section.contact_us button#wpforms-submit-246 {
  color: #A54D44;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  border: 1.5px solid;
  border-radius: 3px;
  padding: 5px 35px;
  font-size: 14px;
  display: block;
  float: left;
  text-decoration: none;
  background: transparent;
  margin-top: 30px;
}
section.contact_us .feature.map.main {
  margin: 0;
  height: 390px;
}
section.contact_us .feature.map.main iframe {
  height: 390px;
}
section.contact_us .intro {
  max-width: 100%;
  padding: 0;
}
section.contact_us .intro p.address {
  background: #363739;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 0;
  padding: 10px 0;
  margin-top: 90px;
}

section.instagram_slider {
  margin: 100px 0;
}
section.instagram_slider .intro {
  max-width: 100%;
  padding: 0;
}
section.instagram_slider .intro a {
  border: 0 !important;
}
section.instagram_slider .intro a:focus {
  outline: none;
}
section.instagram_slider .intro .slick-slide {
  padding: 20px;
  border: 0 !important;
}
section.instagram_slider .intro .slick-slide img {
  border-radius: 18px;
  border: 0;
}
section.instagram_slider .intro .slick-slide img:focus {
  outline: none;
}

section.rsvp {
  padding-top: 300px;
}
section.rsvp .row {
  align-items: center;
  justify-content: space-around;
}
section.rsvp .row input#wpforms-1589-field_2, section.rsvp .row input#wpforms-1589-field_3, section.rsvp .row input#wpforms-1589-field_7, section.rsvp .row textarea#wpforms-1589-field_4 {
  color: #939393;
  background: transparent;
  border: none;
  border-bottom: 1px solid;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  padding-left: 0;
}
section.rsvp .row button#wpforms-submit-1589 {
  color: #A54D44;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  border: 1.5px solid;
  border-radius: 3px;
  padding: 5px 35px;
  font-size: 14px;
  display: block;
  float: left;
  text-decoration: none;
  background: transparent;
  margin-top: 30px;
}
section.rsvp .sponsor_container {
  margin-top: 60px;
}
section.rsvp .sponsor_container .sponsor {
  width: 250px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section.rsvp .container.intro {
  max-width: 100%;
  padding: 0;
}
section.rsvp .container.intro p.address {
  background: #363739;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 0;
  padding: 10px 0;
  margin-top: 90px;
}
section.rsvp .container.intro .feature.map {
  margin: 0;
  height: 350px;
}

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

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

header.page-header {
  position: relative;
  width: auto;
}

header.entry-header {
  position: relative;
}

section.portfolio_slider .intro {
  max-width: 100%;
  padding: 0;
}
section.portfolio_slider .intro .row {
  margin: 0;
}
section.portfolio_slider .intro .row .portfolio_container {
  padding: 0;
  position: relative;
}
section.portfolio_slider .intro .row .portfolio_container:before {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7917760854) 0%, rgba(0, 0, 0, 0.2119441527) 52%, rgba(255, 255, 255, 0) 95%);
  width: 100%;
  display: block;
  height: 400px;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
section.portfolio_slider .intro .row .portfolio_container:after {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7917760854) 0%, rgba(0, 0, 0, 0.2119441527) 52%, rgba(255, 255, 255, 0) 95%);
  width: 100%;
  display: block;
  height: 220px;
  position: absolute;
  z-index: 0;
  top: 0;
}
section.portfolio_slider .intro .row .portfolio_container .meta_container {
  bottom: 90px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  bottom: 70px;
}
section.portfolio_slider .intro .row .portfolio_container .meta_container h1.entry-header {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 40px !important;
  letter-spacing: 6px !important;
  font-weight: 600;
}
section.portfolio_slider .intro .row .portfolio_container .meta_container a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  text-transform: uppercase;
  letter-spacing: 5px;
  letter-spacing: 4px;
  font-size: 14px;
}
section.portfolio_slider .intro .row .portfolio_container .portfolio_header {
  padding: 0;
  position: relative;
}
section.portfolio_slider .intro .row .portfolio_container .portfolio_header .image_container {
  height: 89vh;
  background-size: cover;
  background-position: center;
}
section.portfolio_slider .intro .row .portfolio_container .portfolio_header button {
  display: none;
}
section.portfolio_slider .intro .row .portfolio_container .portfolio_header ul.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  bottom: 60px;
}
section.portfolio_slider .intro .row .portfolio_container .portfolio_header ul.slick-dots li {
  display: inline-flex;
  height: 13px;
  width: 13px;
  z-index: 10000;
  background: transparent;
  border-radius: 30px;
  border: 1.5px solid #fff;
  margin: 0px 10px;
}
section.portfolio_slider .intro .row .portfolio_container .portfolio_header ul.slick-dots li.slick-active {
  background: #fff;
}
section.portfolio_slider .intro .row .portfolio_container .hero_arrow {
  position: absolute;
  bottom: -55px;
  text-align: center;
  width: 50px;
  margin: 0 auto;
  right: calc(50% - 25px);
}
section.portfolio_slider .intro .row .portfolio_container .hero_arrow img.arrow_color {
  filter: invert(40%) sepia(9%) saturate(0%) hue-rotate(199deg) brightness(95%) contrast(87%);
}
section.portfolio_slider .intro .row .portfolio_container .bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

section.about {
  margin-top: 110px;
}
section.about .row {
  justify-content: space-between;
  margin-top: 30px;
}
section.about .row .breadcrumb {
  margin-bottom: 50px;
  align-items: self-end;
}
section.about .row .breadcrumb span.breadcrumb {
  color: #4D4D4D !important;
  letter-spacing: 0.5px;
  padding-left: 30px;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 0;
}
section.about .row .breadcrumb span.breadcrumb:before {
  content: ">";
  color: #868686;
  position: absolute;
  left: 10px;
  top: 1px;
  border-bottom: none;
}
section.about .row .breadcrumb a {
  text-decoration: none;
  color: #868686;
  letter-spacing: 0.5px !important;
  font-weight: 600;
  font-size: 14px;
}
section.about .row p {
  color: #363739;
}
section.about .row span {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 30px;
  display: block;
}
section.about .row span:before {
  border-bottom: 2px solid #AB4D44;
  content: "";
  position: absolute;
  width: 140px;
  bottom: -10px;
}
section.about .row .location .button {
  margin-top: 20px;
}
section.about .row .contact .button {
  border-radius: 0;
  color: #363739;
  border-color: #AB4D44;
  padding: 13px 20px;
}

.nav-links {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 60px;
}
.nav-links a, .nav-links a:visited {
  color: #AB4D44;
  text-decoration: none;
}
.nav-links .nav-previous {
  padding-left: 40px;
}
.nav-links .nav-previous:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 14px solid #AB4D44;
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
}
.nav-links .nav-next {
  position: relative;
  padding-right: 40px;
}
.nav-links .nav-next:after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 14px solid #AB4D44;
  content: "";
  position: absolute;
  right: 0px;
  top: 5px;
}

.feature.map {
  height: 100%;
  margin: 60px 0;
}
.feature.map iframe {
  height: 350px;
  width: 100%;
  border: 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.vertical-scroll {
  position: fixed;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
}

.vertical-scroll ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.vertical-scroll ul li {
  margin-bottom: 10px;
  display: none;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
}

.vertical-scroll ul li.active {
  margin-bottom: 10px;
  display: block;
}

section.portfolio_new .container .row h2 {
  margin-top: 50px;
}
section.portfolio_new .container .row h2 a {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  color: #4D4D4D;
}
section.portfolio_new .container .row nav {
  padding-top: 100px;
}
section.portfolio_new .container .row nav ul {
  display: inline-flex;
  list-style: none;
  width: 100%;
  padding: 0;
  justify-content: space-around;
}
section.portfolio_new .container .row nav ul li {
  padding: 0;
}
section.portfolio_new .container .row nav ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #4D4D4D;
  font-size: 15px;
  letter-spacing: 2px;
}
section.portfolio_new .container .row .items-container ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  padding: 0;
}
section.portfolio_new .container .row .items-container ul li {
  height: 400px;
  display: inline-grid;
  margin-bottom: 30px;
}
section.portfolio_new .container .row .items-container ul li .background_container {
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: 0.3s ease all;
}
section.portfolio_new .container .row .items-container ul li .background_container:hover {
  transition: 0.3s ease all;
}
section.portfolio_new .container .row .items-container ul li .background_container:hover .title_container {
  margin: 0;
  opacity: 1;
  transition: 0.3s ease all;
}
section.portfolio_new .container .row .items-container ul li:nth-child(6n+1) {
  width: 66.66666667%;
  padding-right: 15px;
  padding-left: 0;
}
section.portfolio_new .container .row .items-container ul li:nth-child(6n+2) {
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 0;
}
section.portfolio_new .container .row .items-container ul li:nth-child(6n+3) {
  width: 33.33333333%;
  padding-left: 0;
  padding-right: 15px;
}
section.portfolio_new .container .row .items-container ul li:nth-child(6n+4) {
  width: 66.66666667%;
  padding-right: 0;
  padding-left: 15px;
}
section.portfolio_new .container .row .items-container ul li:nth-child(6n+5) {
  width: 50%;
  padding-right: 15px;
  padding-left: 0;
}
section.portfolio_new .container .row .items-container ul li:nth-child(6n+6) {
  width: 50%;
  padding-left: 15px;
  padding-right: 0;
}
section.portfolio_new .container .row .items-container ul .title_container {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  margin: -25px 0;
  opacity: 0;
  transition: 0.3s ease all;
}
section.portfolio_new .container .row .items-container ul .title_container h1 {
  color: #363739;
  text-transform: none;
  font-size: 30px !important;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 34px !important;
  margin-bottom: 0;
  margin-top: 21px;
}
section.portfolio_new .container .row .items-container ul .title_container span.category_container {
  letter-spacing: 2px;
  color: #808080;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
}
section.portfolio_new .container .row .items-container ul .title_container span.category_container:before {
  content: "";
  border-bottom: 2px solid #AA4D44;
  position: absolute;
  width: 60px;
  bottom: -10px;
}

section.press .row h2.title {
  color: #935042;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-weight: 600;
  padding-bottom: 35px;
  padding-top: 110px;
  font-size: 38px;
  line-height: 50px;
  text-align: center;
}
section.press .row .press_container {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: dense;
  grid-auto-rows: 350px;
}
section.press .row .press_container .press {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.press .row .press_container .press .content {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
section.press .row .press_container .press .content a {
  text-decoration: none;
}
section.press .row .press_container .press .content a h1.portfolio {
  color: #363739;
  text-transform: none;
  font-size: 31px !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 40px !important;
  margin-bottom: 0;
  margin-top: 25px;
}
section.press .row .press_container .press .content a span {
  letter-spacing: 2.5px;
  color: #808080;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
section.press .row .press_container .press .content a span:before {
  content: "";
  border-bottom: 2px solid #AA4D44;
  position: absolute;
  width: 60px;
  bottom: -12px;
}
section.press .row .press_container .press:nth-child(5n+1) {
  grid-column: span 4;
  grid-row: span 1;
}
section.press .row .press_container .press:nth-child(5n+2) {
  grid-row: span 2;
  grid-column: span 2;
}
section.press .row .press_container .press:nth-child(5n+3) {
  grid-column: span 4;
  grid-row: span 1;
}
section.press .row .press_container .press:nth-child(5n+4) {
  grid-column: span 3;
  grid-row: span 1;
}
section.press .row .press_container .press:nth-child(5n+5) {
  grid-column: span 3;
  grid-row: span 1;
}
section.press .row .press_container .press:nth-child(5n+6) {
  grid-column: span 2;
  grid-row: span 2;
}
section.press .row .press_container .press:nth-child(5n+7) {
  grid-column: span 4;
  grid-row: span 1;
}
section.press .row .press_container .press:nth-child(5n+8) {
  grid-column: span 4;
  grid-row: span 1;
}
section.press .row .press_container .press:nth-child(5n+9) {
  grid-column: span 3;
  grid-row: span 1;
}
section.press .row .press_container .press:nth-child(5n+10) {
  grid-column: span 3;
  grid-row: span 1;
}

@media only screen and (max-width: 600px) {
  .logo_container_menu {
    float: left;
    text-indent: -5000px;
    width: 100%;
    position: relative;
    background-image: url(/wp-content/themes/grandfatherhomes/GF_FilledIn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 115px;
    height: 67px;
    margin: 25px 25px;
  }
  .top-bar {
    padding: 0 !important;
  }
  .top-bar .top-bar_mobile #header-menu {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 12px 0;
    position: relative;
    z-index: 100;
    background: #F2F1F0;
  }
  .top-bar .top-bar_mobile #header-menu:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    border-left: 1px solid #666666;
  }
  .top-bar .top-bar_mobile #header-menu li {
    width: 50%;
    text-align: center;
  }
  .top-bar .top-bar_mobile #header-menu li a {
    color: #666666;
    letter-spacing: 2px;
    font-size: 10px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 26px;
  }
  .top-bar .top-bar_mobile #header-menu li a:hover {
    color: #666666;
  }
  .top-bar .top-bar_mobile #header-menu li a:hover:after {
    display: none;
  }
  .top-bar .top-bar_mobile #header-menu li a:before {
    width: 18px;
    height: 13px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    border-bottom: 0;
    content: "";
    left: 0;
    top: 0px;
    background-size: contain;
    background-image: url("/wp-content/themes/grandfatherhomes/contact.svg");
  }
  .top-bar .top-bar_mobile #header-menu li:nth-child(2) a:before {
    width: 20px;
    height: 22px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    content: "";
    left: 0;
    top: -7px;
    background-size: contain;
    background-image: url("/wp-content/themes/grandfatherhomes/owner_login.svg");
  }
  nav#main-nav.mobile {
    display: block;
  }
  nav#main-nav.mobile .menu-wrap {
    position: fixed;
    top: 37px;
    right: 10px;
    z-index: 1;
  }
  nav#main-nav.mobile .menu-wrap .toggler {
    position: absolute;
    top: 37px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
  }
  nav#main-nav.mobile .menu-wrap .hamburger {
    position: absolute;
    top: 37px;
    right: 10px;
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: 1rem;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  nav#main-nav.mobile .menu-wrap .hamburger div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #B04D44;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
  }
  nav#main-nav.mobile .menu_container {
    flex-direction: column;
    background-image: url(/wp-content/themes/grandfatherhomes/gf_mobile.png);
    background-size: contain;
    background-color: #363739;
    border-radius: 0;
    justify-content: space-evenly;
    height: 100%;
    background-repeat: no-repeat;
    padding-top: 80px;
    background-position: center;
  }
  nav#main-nav.mobile .menu_container .logo {
    text-indent: -5000px;
    width: 100%;
    position: relative;
    background-image: url(/wp-content/themes/grandfatherhomes/grandfather_light.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 115px;
    height: 68px;
    top: 74px;
    left: calc(100vw - 170px);
    position: absolute;
  }
  nav#main-nav.mobile .menu_container #main-menu {
    text-transform: uppercase;
  }
  nav#main-nav.mobile .menu_container #main-menu li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    padding: 1.4rem;
    letter-spacing: 3px;
    line-height: 21px;
  }
  nav#main-nav.mobile .menu_container #main-menu li.home {
    display: none;
  }
  nav#main-nav.mobile .menu_container #main-menu li.current_page_item a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -7px;
    left: 0;
    color: #fff;
    z-index: 100000;
    border-bottom: 2px solid;
  }
  nav#main-nav.mobile .menu_container .socials {
    width: 140px;
    position: relative;
    color: #F2F1F0;
    display: flex;
    justify-content: space-evenly;
  }
  nav#main-nav.mobile .menu_container .socials:before {
    width: 80vw;
    border-top: 0.5px solid #F2F1F0;
    content: "";
    position: absolute;
    top: -20px;
  }
  nav#main-nav.mobile .menu_container .socials a {
    color: #F2F1F0;
    font-size: 20px;
  }
  nav#main-nav.mobile .menu_container .collapse:not(.show) {
    display: block;
  }
  nav#main-nav.desktop {
    display: none;
  }
  #main-nav {
    padding: 0;
  }
  #wrapper-footer {
    padding: 40px 10px;
    z-index: -1;
    overflow: hidden;
  }
  #wrapper-footer:before {
    content: "";
    background-image: url("/wp-content/themes/grandfatherhomes/gf_mobile.png");
    display: block;
    width: 140%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0px;
    left: -110px;
  }
  #wrapper-footer .site-info {
    flex-direction: column;
    text-align: center;
  }
  #wrapper-footer .site-info .test {
    justify-content: space-between;
    width: 100%;
  }
  #wrapper-footer .site-info .test .navbar-nav {
    padding-top: 30px;
  }
  #wrapper-footer .site-info .test .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
    font-size: 11px;
    line-height: 20px;
    position: relative;
    display: inline-block;
  }
  #wrapper-footer .site-info .logo_container {
    width: 105px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #wrapper-footer .site-info .menu-footer-secondary-menu-container .navbar-nav {
    align-items: baseline;
    padding-top: 30px;
  }
  #wrapper-footer .site-info .socials {
    padding-top: 25px;
  }
  #wrapper-footer .site-info .socials a:first-child {
    padding: 0;
  }
  #wrapper-footer .site-info-bottom {
    flex-direction: column;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    border-top: 1px solid #fff;
    padding-top: 30px;
  }
  #wrapper-footer .site-info-bottom p {
    margin-bottom: 0;
  }
  #wrapper-footer .site-info-bottom p:first-child {
    order: 2;
  }
  section.homepage_video .desktop_video {
    display: none;
  }
  section.homepage_video .mobile_video {
    display: block;
  }
  section.hero_header .intro .image-container {
    height: 65vh;
  }
  section.hero_header .intro .image-container .hero_arrow {
    position: absolute;
    bottom: -65px;
    text-align: center;
    width: 50px;
    margin: 0 auto;
    right: calc(50% - 25px);
  }
  section.team_intro .mobile-spacing {
    margin-top: 50px;
  }
  section.discover_grandfather_intro {
    padding-bottom: 60px;
  }
  section.discover_grandfather_intro .first h1 {
    font-size: 36px !important;
    line-height: 43px !important;
    margin-bottom: 25px;
  }
  section.discover_grandfather_intro .first h4 {
    font-size: 24px;
    line-height: 30px;
  }
  section.discover_grandfather_intro .second {
    margin: 30px 0;
  }
  section.discover_grandfather_intro .second img {
    max-width: 100%;
  }
  section.discover_grandfather_intro .second .col-md-5 {
    padding: 0;
  }
  section.discover_grandfather_intro .second p {
    line-height: 30px;
    margin-top: 30px !important;
    font-size: 18px;
    margin-bottom: 0;
  }
  section.discover_grandfather_intro .third strong {
    font-size: 24px;
  }
  section.discover_grandfather_intro .third p {
    line-height: 30px;
    margin-top: 30px !important;
    font-size: 18px;
    margin-bottom: 0;
  }
  section.discover_grandfather_intro .third a.button {
    margin-top: 40px;
  }
  section.discover_grandfather_developments .dev_container {
    padding: 60px 0;
  }
  section.discover_grandfather_developments .dev_container h2 {
    padding-bottom: 30px;
    font-size: 34px;
    line-height: 47px;
    margin-bottom: 0;
  }
  section.discover_grandfather_developments .dev_container p {
    line-height: 30px;
    margin-top: 0 !important;
    font-size: 18px;
    margin-bottom: 40px;
  }
  section.discover_grandfather_developments .dev_container a.button {
    margin-bottom: 60px;
    margin-top: 0;
  }
  section.discover_grandfather_developments .dev_container h4 {
    font-size: 28px;
    margin-bottom: 4px;
  }
  section.discover_grandfather_developments .dev_container:nth-child(2) .row .image_container {
    margin-top: 30px;
    width: 100%;
  }
}
section.portfolio_slider.extra h1 {
  margin-bottom: 0;
}
section.portfolio_slider.extra h4 {
  color: #fff;
  letter-spacing: 1.5px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 28px;
}

section.about.extra {
  margin-bottom: 85px;
}
section.about.extra p {
  font-size: 15px;
}
section.about.extra a.button {
  color: #363739;
  border: 2px solid #A54D44;
  border-radius: 0;
  padding: 13px 20px;
  margin-right: 20px;
}
section.about.extra .row {
  align-items: center;
}
section.about.extra .row .about {
  display: flex;
}
section.about.extra .row .about.button {
  justify-content: flex-end;
}
section.about.extra .row span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 20px;
  display: block;
  line-height: 30px;
}
section.about.extra .row span:before {
  bottom: -18px;
}
section.about.extra .contact {
  column-count: 2;
  column-gap: 40px;
}

section.video {
  background: #D4D3D2;
  padding: 65px 0;
}

section.full_detail {
  padding-top: 100px;
}
section.full_detail h2 {
  color: #935042;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-weight: 600;
  padding-bottom: 45px;
  font-size: 38px;
  line-height: 50px;
}
section.full_detail .bullet_point {
  column-count: 2;
  column-gap: 50px;
}
section.full_detail .bullet_point ul {
  padding-left: 17px;
}
section.full_detail .bullet_point ul li {
  color: #666666;
  letter-spacing: 1px;
  line-height: 25px;
  padding-bottom: 20px;
}
section.full_detail .right {
  justify-content: flex-end;
  padding: 70px 0;
}

section.half_detail {
  padding-top: 100px;
}
section.half_detail h2 {
  color: #935042;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-weight: 600;
  padding-bottom: 35px;
  font-size: 38px;
  line-height: 50px;
}
section.half_detail .bullet_point ul {
  padding-left: 17px;
}
section.half_detail .bullet_point ul li {
  color: #666666;
  letter-spacing: 1px;
  line-height: 25px;
  padding-bottom: 20px;
}
section.half_detail .right {
  justify-content: flex-start;
}

section.slider {
  padding: 100px 0;
}
section.slider .image_container {
  height: 350px;
  background-size: cover;
  background-position: center;
}
section.slider button.slick-prev.slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
section.slider button.slick-next.slick-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}

section.call_to_action a.button {
  color: #A54D44;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 400;
  border: 2px solid;
  border-radius: 11px;
  padding: 20px 34px;
  font-size: 17px;
  text-decoration: none;
  transition: 0.3s ease all;
  display: block;
  width: auto;
  margin: 0 auto;
}
section.call_to_action a.button:hover {
  background: #A54D44;
  color: #fff;
  border: 2px solid #A54D44;
  transition: 0.3s ease all;
}

.feature.map.extra {
  margin-bottom: 0;
}

section.gallery_test {
  margin-top: 100px;
  margin-bottom: 70px;
}
section.gallery_test .col-md-3 {
  margin-bottom: 30px;
}
section.gallery_test a {
  text-decoration: none;
}
section.gallery_test a .gallery_container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
}
section.gallery_test a h2 {
  color: #363739;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 10px;
  letter-spacing: 0.5px;
  font-size: 20px;
  text-align: center;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

a.button {
  color: #A54D44;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  border: 2px solid;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 14px;
  display: block;
  float: left;
  text-decoration: none;
  transition: 0.3s ease all;
}
a.button:hover {
  background: #A54D44;
  color: #fff;
  border: 2px solid #A54D44;
  transition: 0.3s ease all;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.bg-primary {
  background-color: transparent !important;
  flex-direction: column;
}

#main-nav {
  padding: 0;
}

#main-menu {
  margin: 0 auto !important;
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
}

body.portfolio-template-default header {
  position: relative;
}

.page-template-press header .top-bar, .page-id-12 header .top-bar, .page-id-6 header .top-bar, .page-id-10 header .top-bar, .post-template-default header .top-bar, .page-template-portfolio header .top-bar, .page-template-extra header .top-bar {
  max-width: 100%;
  padding: 5px 0;
  background: #ECEBEA;
}
.page-template-press header .top-bar:after, .page-id-12 header .top-bar:after, .page-id-6 header .top-bar:after, .page-id-10 header .top-bar:after, .post-template-default header .top-bar:after, .page-template-portfolio header .top-bar:after, .page-template-extra header .top-bar:after {
  border-bottom: transparent !important;
}
.page-template-press header .top-bar:before, .page-id-12 header .top-bar:before, .page-id-6 header .top-bar:before, .page-id-10 header .top-bar:before, .post-template-default header .top-bar:before, .page-template-portfolio header .top-bar:before, .page-template-extra header .top-bar:before {
  border-bottom: transparent !important;
}
.page-template-press header .navbar-nav .nav-link, .page-id-12 header .navbar-nav .nav-link, .page-id-6 header .navbar-nav .nav-link, .page-id-10 header .navbar-nav .nav-link, .post-template-default header .navbar-nav .nav-link, .page-template-portfolio header .navbar-nav .nav-link, .page-template-extra header .navbar-nav .nav-link {
  color: #fff;
}
.page-template-press header .navbar-nav .nav-link:hover, .page-id-12 header .navbar-nav .nav-link:hover, .page-id-6 header .navbar-nav .nav-link:hover, .page-id-10 header .navbar-nav .nav-link:hover, .post-template-default header .navbar-nav .nav-link:hover, .page-template-portfolio header .navbar-nav .nav-link:hover, .page-template-extra header .navbar-nav .nav-link:hover {
  color: #fff;
}
.page-template-press header .navbar-nav .nav-link:after, .page-id-12 header .navbar-nav .nav-link:after, .page-id-6 header .navbar-nav .nav-link:after, .page-id-10 header .navbar-nav .nav-link:after, .post-template-default header .navbar-nav .nav-link:after, .page-template-portfolio header .navbar-nav .nav-link:after, .page-template-extra header .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.75px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}
.page-template-press header .navbar-nav .nav-link:hover:after, .page-id-12 header .navbar-nav .nav-link:hover:after, .page-id-6 header .navbar-nav .nav-link:hover:after, .page-id-10 header .navbar-nav .nav-link:hover:after, .post-template-default header .navbar-nav .nav-link:hover:after, .page-template-portfolio header .navbar-nav .nav-link:hover:after, .page-template-extra header .navbar-nav .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.page-template-press header li.home, .page-id-12 header li.home, .page-id-6 header li.home, .page-id-10 header li.home, .post-template-default header li.home, .page-template-portfolio header li.home, .page-template-extra header li.home {
  width: auto;
  height: auto;
}
.page-template-press header li.home .nav-link, .page-id-12 header li.home .nav-link, .page-id-6 header li.home .nav-link, .page-id-10 header li.home .nav-link, .post-template-default header li.home .nav-link, .page-template-portfolio header li.home .nav-link, .page-template-extra header li.home .nav-link {
  text-indent: -5000px;
  width: 100%;
  position: relative;
  background-image: url(/wp-content/themes/grandfatherhomes/grandfather_light.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 185px;
  height: 105px;
}

header, header.single-team {
  overflow: hidden;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
header .top-bar, header.single-team .top-bar {
  border-bottom: 1px solid #666;
  padding: 0px 0 5px;
  margin: 0px 0 40px;
  max-width: 100%;
  padding: 5px 0;
  position: relative;
}
header .top-bar li.current_page_item, header.single-team .top-bar li.current_page_item {
  font-weight: 600;
}
header .top-bar li.current_page_item a, header.single-team .top-bar li.current_page_item a {
  position: relative;
}
header .top-bar li.current_page_item a:before, header.single-team .top-bar li.current_page_item a:before {
  display: none;
}
header .top-bar:before, header.single-team .top-bar:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #666;
  width: 100%;
  left: -500px;
  bottom: -1px;
}
header .top-bar:after, header.single-team .top-bar:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #666;
  width: 100%;
  right: -500px;
  bottom: -1px;
}
header .top-bar .navbar-nav, header.single-team .top-bar .navbar-nav {
  align-items: center;
}
header .top-bar .navbar-nav li .nav-link, header.single-team .top-bar .navbar-nav li .nav-link {
  color: #666666;
  letter-spacing: 2px;
  font-size: 10px;
  position: relative;
  margin-left: 50px;
}
header .top-bar .navbar-nav li .nav-link:hover, header.single-team .top-bar .navbar-nav li .nav-link:hover {
  color: #666666;
}
header .top-bar .navbar-nav li .nav-link:hover:after, header.single-team .top-bar .navbar-nav li .nav-link:hover:after {
  display: none;
}
header .top-bar .navbar-nav li .nav-link:before, header.single-team .top-bar .navbar-nav li .nav-link:before {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  border-bottom: 0;
  content: "";
  left: -18px;
  top: 12px;
  background-size: contain;
  background-image: url("/wp-content/themes/grandfatherhomes/contact.svg");
}
header .top-bar .navbar-nav li:nth-child(2) .nav-link:before, header.single-team .top-bar .navbar-nav li:nth-child(2) .nav-link:before {
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  content: "";
  left: -18px;
  top: 5px;
  background-size: contain;
  background-image: url("/wp-content/themes/grandfatherhomes/owner_login.svg");
}

.team-template-default header {
  position: relative;
}

.navbar-nav {
  align-items: center;
  /* Highlight using list element */
}
.navbar-nav li.current_page_item {
  font-weight: 600;
}
.navbar-nav li.current_page_item a {
  position: relative;
}
.navbar-nav li.current_page_item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 100000;
  border-bottom: 2px solid;
}
.navbar-nav .nav-link {
  color: #B04D44;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  display: inline-block;
}
.navbar-nav .nav-link:hover {
  color: #B04D44;
}
.navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #B04D44;
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}
.navbar-nav .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

li.home {
  width: auto;
  height: auto;
}
li.home .nav-link {
  text-indent: -5000px;
  width: 100%;
  position: relative;
  background-image: url(/wp-content/themes/grandfatherhomes/GF_FilledIn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 185px;
  height: 105px;
}
li.home .nav-link:hover {
  color: #B04D44;
}
li.home .nav-link:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}
li.home .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* 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: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 0;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 0;
}

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* 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;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/*# sourceMappingURL=style.css.map */
