/* Theme Name: REI Landleads
 * Theme URI: https://landleads.reiconversion.com/
 * Author: REI Conversion
 * Author URI: https://reiconversion.com/
 * Description: "REI Landleads" is a WordPress Website theme designed for Land Investors, to drive more qualified leads! Easy to launch but powerfully designed to increase land property leads.
 * Version: 5.4.1
 * License: GNU General Public License v2 or later
 * License URI: LICENSE
 * Text Domain: rei-landleads
 * Tags: custom-logo, custom-menu, editor-style, custom-footer, translation-ready, theme-options
 *
 * 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.
 *
 * REI Landleads WP is based on Underscores https://underscores.me/, (C) 2012-2017 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:
 * ----------------------------------------------------------------
 * # Normalize
 * # Typography
 * # Elements
 * # Forms
 * # Navigation
 * ## Links
 * ## Menus
 * # Accessibility
 * # Alignments
 * # Clearings
 * # Widgets
 * # Content
 * ## Posts and pages
 * ## Comments
 * # Infinite scroll
 * # Media
 * ## Captions
 * ## Galleries
 * -------------------------------------------------------------- */
/* --------------------------------------------------------------
 * # Normalize
 * -------------------------------------------------------------- */
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * * 1. Remove the inheritance of text transform in Firefox. */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/* --------------------------------------------------------------
 * # Typography
 * -------------------------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #1C1C1C;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

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

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

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: #9B9B9B;
  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 https://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. */
}

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

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

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/* --------------------------------------------------------------
 * # 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);
  font-size: 12px;
  font-size: 0.75rem;
  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;
}

label {
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
}

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: #1C1C1C;
  border: 1px solid #F2F2F2;
  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 #F2F2F2;
}

input[type=search] {
  padding: 1em;
  background-color: #F2F2F2;
  border: 1px solid #AEA8AF;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  border-radius: 0;
  width: 100%;
}
input[type=search]::-webkit-input-placeholder {
  color: #9B9B9B;
}
input[type=search]::-moz-placeholder {
  color: #9B9B9B;
}
input[type=search]:-ms-input-placeholder {
  color: #9B9B9B;
}
input[type=search]:-moz-placeholder {
  color: #9B9B9B;
}

textarea {
  width: 100%;
}
textarea#comment {
  padding: 1em;
  background-color: #F2F2F2;
  border: 1px solid #AEA8AF;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  border-radius: 0;
}
textarea#comment::-webkit-input-placeholder {
  color: #9B9B9B;
}
textarea#comment::-moz-placeholder {
  color: #9B9B9B;
}
textarea#comment:-ms-input-placeholder {
  color: #9B9B9B;
}
textarea#comment:-moz-placeholder {
  color: #9B9B9B;
}

input[type=submit] {
  background-color: #ff9914;
  color: white;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 50px;
  width: 100%;
  line-height: 150%;
  height: auto;
  margin: 10px 0;
}
input[type=submit]:hover {
  cursor: pointer;
  background-color: #02AD88;
  color: white;
}

.rei-form-style .nf-form-wrap {
  overflow: auto;
}
.rei-form-style.rei-form-style-horizontal .nf-field-container {
  float: left;
  clear: none;
  padding: 0 0.5em;
}
.rei-form-style.rei-form-style-horizontal .nf-field-container.col-w16 {
  width: 16.66%;
}
.rei-form-style.rei-form-style-horizontal .nf-field-container.col-w20 {
  width: 20%;
}
.rei-form-style.rei-form-style-horizontal .nf-field-container.col-w25 {
  width: 25%;
}
.rei-form-style.rei-form-style-horizontal .nf-field-container.col-w33 {
  width: 33.33%;
}
.rei-form-style.rei-form-style-horizontal .nf-field-container.col-w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .rei-form-style.rei-form-style-horizontal .nf-field-container.col-w16, .rei-form-style.rei-form-style-horizontal .nf-field-container.col-w20, .rei-form-style.rei-form-style-horizontal .nf-field-container.col-w25 {
    width: 50%;
  }
  .rei-form-style.rei-form-style-horizontal .nf-field-container.col-w16.submit-container, .rei-form-style.rei-form-style-horizontal .nf-field-container.col-w33, .rei-form-style.rei-form-style-horizontal .nf-field-container.col-w20.submit-container {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .rei-form-style.rei-form-style-horizontal .nf-field-container.col-w16, .rei-form-style.rei-form-style-horizontal .nf-field-container.col-w20, .rei-form-style.rei-form-style-horizontal .nf-field-container.col-w25 {
    width: 100%;
  }
}
.rei-form-style.rei-form-style-horizontal .nf-form-content {
  padding: 0 1em;
  max-width: 1100px;
  margin: 0 auto;
}
.rei-form-style.rei-form-style-vertical .nf-field-container {
  width: 100%;
  margin-bottom: 10px;
}
.rei-form-style.rei-form-style-vertical .submit-container {
  margin-bottom: 0;
}
.rei-form-style.rei-form-style-bold .nf-field-container .nf-field-element {
  border-radius: 6px;
  overflow: hidden;
}
.rei-form-style.rei-form-style-bold .nf-field-container input, .rei-form-style.rei-form-style-bold .nf-field-container select {
  height: 50px;
  border: 0;
}
.rei-form-style.rei-form-style-bold .submit-wrap input[type=submit] {
  padding: 0.25em 0.75em;
  height: 50px;
  border-radius: 25px;
  font-size: 16px;
}
.rei-form-style .nf-form-fields-required, .rei-form-style .nf-form-title {
  display: none;
}
.rei-form-style .nf-form-content:after {
  content: "";
  display: inline-block;
  clear: both;
}
.rei-form-style .nf-form-content .list-select-wrap .nf-field-element > div, .rei-form-style .nf-form-content input:not([type=submit]), .rei-form-style .nf-form-content textarea {
  border: 0;
}
.rei-form-style .nf-field-container {
  display: inline-block;
}
.rei-form-style .nf-field-container input, .rei-form-style .nf-field-container textarea, .rei-form-style .nf-field-container select {
  padding: 10px 15px;
  background-color: #F2F2F2;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  border-radius: 0;
}
.rei-form-style .nf-field-container input::-webkit-input-placeholder, .rei-form-style .nf-field-container textarea::-webkit-input-placeholder, .rei-form-style .nf-field-container select::-webkit-input-placeholder {
  color: #9B9B9B;
}
.rei-form-style .nf-field-container input::-moz-placeholder, .rei-form-style .nf-field-container textarea::-moz-placeholder, .rei-form-style .nf-field-container select::-moz-placeholder {
  color: #9B9B9B;
}
.rei-form-style .nf-field-container input:-ms-input-placeholder, .rei-form-style .nf-field-container textarea:-ms-input-placeholder, .rei-form-style .nf-field-container select:-ms-input-placeholder {
  color: #9B9B9B;
}
.rei-form-style .nf-field-container input:-moz-placeholder, .rei-form-style .nf-field-container textarea:-moz-placeholder, .rei-form-style .nf-field-container select:-moz-placeholder {
  color: #9B9B9B;
}
.rei-form-style .nf-field-container input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
  height: 50px;
}
.rei-form-style .nf-field-container input[type=radio], .rei-form-style .nf-field-container input[type=checkbox] {
  margin: 7px 5px 7px 0;
}
.rei-form-style .nf-field-container select {
  height: 50px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.rei-form-style .nf-field-container:not(.submit-container):not(.html-container):not(.listradio-container) .nf-field-element {
  overflow: hidden;
  border-style: solid;
}
.rei-form-style .nf-field-container .list-select-wrap > div div {
  display: block;
  height: 0;
  padding: 0;
  z-index: 3;
}
.rei-form-style .nf-field-container .list-select-wrap > div div:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  height: 50px;
  line-height: 50px;
  color: #9B9B9B;
}
.rei-form-style .submit-wrap input[type=submit] {
  background-color: #ff9914;
  color: white;
  border: 0;
  border-radius: 5px;
  font-size: 21px;
  font-weight: 500;
  width: 100%;
  line-height: 150%;
  height: auto;
}
.rei-form-style .submit-wrap input[type=submit]:hover {
  cursor: pointer;
  background-color: #02AD88;
  color: white;
}
.rei-form-style .nf-error-required-error {
  display: none;
}
.rei-form-style .nf-form-errors {
  padding: 0 1em;
  text-align: center;
  clear: both;
}
.rei-form-style .nf-form-errors label {
  color: #e80000;
}
.rei-form-style .nf-form-errors nf-errors:empty {
  display: none;
}
.rei-form-style .nf-field-container:not(.submit-container) .nf-error .nf-field-element {
  border-color: #e80000 !important;
}
.rei-form-style .nf-field-container:not(.submit-container) .nf-error .nf-field-element.field-wrap .nf-field-element:after {
  top: 0;
  right: 0;
  bottom: 0;
  height: 50px;
}
.rei-form-style .nf-error.field-wrap .nf-field-element::after {
  top: 0;
  right: 0;
  bottom: 0;
  height: 50px;
}
.rei-form-style.rei-form-style-icons .field-wrap:not(.submit-wrap) .nf-field-element input, .rei-form-style.rei-form-style-icons .field-wrap:not(.submit-wrap) .nf-field-element select {
  padding-left: 60px;
}
.rei-form-style.rei-form-style-icons .field-wrap:not(.submit-wrap) .nf-field-element:before {
  background: #02AD88;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  content: "\f35a";
  position: absolute;
  font-weight: 900;
  top: 0;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.5s;
  z-index: 3;
}
.rei-form-style.rei-form-style-icons .rei-nf-icon.rei-nf-icon-fname .nf-field-element:before {
  content: "\f007";
}
.rei-form-style.rei-form-style-icons .rei-nf-icon.rei-nf-icon-email .nf-field-element:before {
  content: "\f0e0";
}
.rei-form-style.rei-form-style-icons .rei-nf-icon.rei-nf-icon-pstate .nf-field-element:before {
  content: "\f57d";
}
.rei-form-style.rei-form-style-icons .rei-nf-icon.rei-nf-icon-pcounty .nf-field-element:before {
  content: "\f3c5";
}
.rei-form-style.rei-form-style-icons .rei-nf-icon.rei-nf-icon-phone .nf-field-element:before {
  content: "\f095";
}
.rei-form-style.rei-form-style-icons .rei-nf-icon.rei-nf-icon-pcode .nf-field-element:before {
  content: "\f084";
}
.rei-form-style.rei-form-style-radio-list .list-radio-wrap .nf-field-element li {
  float: left;
  margin-right: 20px !important;
}

.nf-form-cont .nf-field-container {
  width: 100%;
}

/* --------------------------------------------------------------
 * # Navigation
 * -------------------------------------------------------------- */
/*--------------------------------------------------------------
 * *## Links
 * *-------------------------------------------------------------- */
a {
  color: #242424;
  transition: all 0.25s linear;
}
a:visited {
  color: #ff9914;
}
a:hover, a:focus, a:active {
  color: #FFA300;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
 * *## Menus
 * *-------------------------------------------------------------- */
.site-header {
  z-index: 99;
}
.site-header.default {
  background-color: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.site-header.transparent {
  position: absolute;
  width: 100%;
}

.top-bar {
  background-color: #222222;
  color: white;
}

.top-bar-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  max-width: 1120px;
  margin: 0 auto;
  padding: 15px 0;
}
@media (max-width: 1120px) {
  .top-bar-wrap {
    padding: 15px;
  }
}
.top-bar-wrap .site-header-cta-link {
  color: #49DCB1;
}
.top-bar-wrap .site-header-cta-link:hover {
  color: #ff9914;
}

.site-header-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  padding: 15px 0;
  align-items: center;
  position: relative;
}
@media (max-width: 1120px) {
  .site-header-wrap {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .site-header-wrap {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.site-branding {
  display: flex;
  align-items: center;
}
.site-branding .custom-logo-link {
  width: 320px;
}
@media (max-width: 768px) {
  .site-branding {
    width: 100%;
    text-align: center;
  }
  .site-branding .custom-logo-link {
    margin: 0 auto;
  }
  .site-branding img {
    max-height: 40px;
    width: auto;
  }
}
.site-branding * {
  white-space: nowrap;
  color: #1C1C1C;
  text-decoration: none;
}
.site-branding .site-title,
.site-branding .site-description {
  padding-left: 1em;
  margin: 0;
}

.main-navigation {
  clear: both;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: left;
  font-size: 21px;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .main-navigation {
    justify-content: center;
    font-size: 18px;
    width: 100%;
    align-items: center;
  }
}
.main-navigation .site-header-cta-wrap {
  width: 100%;
  text-align: right;
}
@media (max-width: 768px) {
  .main-navigation .site-header-cta-wrap {
    text-align: center;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 16px;
}
@media (max-width: 768px) {
  .main-navigation ul {
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  }
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul li {
  float: left;
  position: relative;
  line-height: 40px;
}
@media (max-width: 768px) {
  .main-navigation ul li {
    float: none;
    line-height: 40px;
  }
}
.main-navigation ul li:hover > a, .main-navigation ul li.focus > a {
  color: #FFA300;
}
.main-navigation ul a {
  display: block;
  text-decoration: none;
  color: #1C1C1C;
  padding: 0 0.5em;
}
.main-navigation ul:not(.sub-menu) > li:last-child a {
  padding-right: 0;
}
@media (min-width: 769px) {
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
}
.main-navigation ul ul li {
  line-height: 200%;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
@media (max-width: 768px) {
  .main-navigation ul ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    float: left;
    padding: 0 10px 0 20px;
  }
}
.main-navigation ul ul a {
  width: 200px;
  padding: 0 1em;
}
@media (min-width: 769px) {
  .main-navigation ul ul {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background-color: white;
    padding: 5px 0;
  }
}
@media (max-width: 768px) {
  .main-navigation ul ul {
    float: none;
    position: relative;
    top: 0;
    box-shadow: none;
  }
  .main-navigation ul ul a {
    width: 100%;
  }
}

.rei-layout-skin2 .main-navigation, .rei-layout-skin3 .main-navigation {
  flex-direction: row;
}
.rei-layout-skin2 .site-header-wrap, .rei-layout-skin3 .site-header-wrap {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .rei-layout-skin2 .main-navigation ul, .rei-layout-skin3 .main-navigation ul {
    margin-top: 20px;
  }
}

.menu-toggle {
  background-color: #02AD88;
  border: 0;
  color: white;
  outline: none;
  margin: 0 10px;
  height: 40px;
  padding: 0 15px;
  position: absolute;
  right: 5px;
}

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

.rei-layout-skin1 .menu-toggle {
  top: 10px;
}

.rei-layout-skin2 .menu-toggle, .rei-layout-skin3 .menu-toggle {
  bottom: 25px;
}

@media screen and (min-width: 769px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-header-cta-text {
  margin: 0 0.5em 0 1em;
}

a.site-header-cta-link {
  color: #02AD88;
  align-items: center;
  white-space: nowrap;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
a.site-header-cta-link:hover {
  color: #ff9914;
}
@media (min-width: 501px) and (max-width: 768px) {
  a.site-header-cta-link {
    margin: 0 10px 0 0;
  }
}

a.site-header-button {
  background-color: #ff9914;
  color: white;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  padding: 0 25px;
  border-radius: 23px;
  height: 45px;
  line-height: 45px;
  margin-left: 20px;
}
a.site-header-button:hover {
  background: #242424;
}
@media (max-width: 768px) {
  a.site-header-button {
    display: none;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* --------------------------------------------------------------
 * # 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

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

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

/* --------------------------------------------------------------
 * # Widgets
 * -------------------------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/* --------------------------------------------------------------
 * # Content
 * -------------------------------------------------------------- */
:root {
  --site-footer-bottom-border-width-top: 1px;
  --site-footer-bottom-border-width-right: 0px;
  --site-footer-bottom-border-width-bottom: 0px;
  --site-footer-bottom-border-width-left: 0px;
  --site-footer-top-border-width-top: 0px;
  --site-footer-top-border-width-right: 0px;
  --site-footer-top-border-width-bottom: 0px;
  --site-footer-top-border-width-left: 0px;
}

.footer-pattern {
  display: block;
  fill: #607D8B;
  background-color: #F2F2F2;
}

.site-footer {
  color: white;
  background-color: #1C1C1C;
  margin-top: -1px;
}
.site-footer .site-footer-wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.site-footer .site-footer-cta-wrap {
  text-transform: uppercase;
  font-size: 21px;
}
.site-footer .site-footer-cta-wrap .site-footer-cta {
  color: #02AD88;
  text-decoration: none;
}
.site-footer .site-footer-cta-wrap .site-footer-cta:hover {
  color: #ff9914;
}
.site-footer.rei-layout-skin2 h3 {
  font-family: "Merriweather", sans-serif;
}

.site-footer-top {
  border-style: solid;
  border-width: var(--site-footer-top-border-width-top) var(--site-footer-top-border-width-right) var(--site-footer-top-border-width-bottom) var(--site-footer-top-border-width-left);
}
.site-footer-top .site-footer-wrap {
  display: flex;
  padding: 40px 0;
}
@media (max-width: 450px) {
  .site-footer-top .site-footer-wrap {
    flex-direction: column;
  }
}
.site-footer-top .widget-column {
  padding: 0 20px;
}
@media (max-width: 450px) {
  .site-footer-top .widget-column {
    margin-bottom: 20px;
  }
}
@media (min-width: 451px) and (max-width: 768px) {
  .site-footer-top .footer-top-widget-right {
    min-width: 300px;
  }
}
@media (min-width: 769px) {
  .site-footer-top .footer-top-widget-left {
    padding-right: 10%;
  }
  .site-footer-top .footer-top-widget-right {
    min-width: 400px;
  }
}

.site-footer-bottom {
  border-style: solid;
  border-width: var(--site-footer-bottom-border-width-top) var(--site-footer-bottom-border-width-right) var(--site-footer-bottom-border-width-bottom) var(--site-footer-bottom-border-width-left);
  font-size: 12px;
}
.site-footer-bottom .widget-column {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .site-footer-bottom .widget-column {
    flex-direction: column-reverse;
    padding: 20px 0;
  }
}
.site-footer-bottom .widget-column .widget {
  width: 33.33%;
  margin: 20px auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .site-footer-bottom .widget-column .widget {
    width: 100%;
    margin: 10px 0;
  }
}
@media (min-width: 769px) {
  .site-footer-bottom .widget-column .widget:nth-child(2) {
    text-align: center;
  }
  .site-footer-bottom .widget-column .widget:last-child {
    text-align: right;
  }
  .site-footer-bottom .widget-column .widget:only-child {
    text-align: center;
  }
}
.site-footer-bottom a {
  text-decoration: none;
}

.footer-navigation {
  clear: both;
  width: 100%;
}
.footer-navigation ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.footer-navigation li {
  float: left;
  position: relative;
}
.footer-navigation li:hover > a, .footer-navigation li.focus > a {
  color: #9B9B9B;
}
.footer-navigation a {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0 0 0 0.5em;
}

.rei-landleads-image-box .elementor-image-box-wrapper .elementor-image-box-content h3 {
  margin: 0;
}

.rei-vertical-center {
  transform: translateY(-50%);
}

.rei-toggle .elementor-tab-title {
  border-radius: 3px;
}

.rei-toggle .elementor-tab-title.elementor-active {
  background-color: #02AD88 !important;
}

.rei-toggle .elementor-toggle-icon.elementor-toggle-icon-right {
  margin-top: -3px;
}

@media screen and (max-width: 767px) {
  .rei-arrow img {
    transform: rotate(90deg);
  }
}
.rei-number-list ol {
  list-style: none;
  counter-reset: rei-counter;
  margin: 0;
  padding: 0;
}
.rei-number-list li {
  counter-increment: rei-counter;
  width: 100%;
  padding-left: 70px;
  min-height: 50px;
  margin-bottom: 20px;
}
.rei-number-list li::before {
  position: absolute;
  display: inline-block;
  left: 0;
  content: counter(rei-counter);
  font-weight: 600;
  font-size: 50px;
  margin-right: 0.5rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 70px;
}

.rei-text-highlight h1, .rei-text-highlight h2, .rei-text-highlight h3, .rei-text-highlight h4, .rei-text-highlight h5, .rei-text-highlight h6, .rei-text-highlight p, .rei-text-highlight span {
  background: linear-gradient(to top, transparent 20%, rgba(138, 188, 130, 0.25) 20% 80%, transparent 80%);
  padding: 0 10px;
}

.widget_rei-land-owner-info {
  padding: 0 20px;
}
.widget_rei-land-owner-info .rei-land-owner-img {
  text-align: center;
}
.widget_rei-land-owner-info .rei-land-owner-img img {
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .widget_rei-land-owner-info .rei-land-owner-img img {
    max-width: 250px;
  }
}
.widget_rei-land-owner-info .rei-land-owner-name {
  font-family: "Merriweather", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.widget_rei-land-owner-info p {
  margin: 5px 0;
}
.widget_rei-land-owner-info .rei-land-owner-contact {
  background-color: #ff9914;
  color: white;
  padding: 5px 25px;
  height: 40px;
  line-height: 30px;
  border-radius: 25px;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}
.widget_rei-land-owner-info .rei-land-owner-contact:hover {
  background-color: #242424;
  color: white;
}
.widget_rei-land-owner-info a {
  color: #49DCB1;
}
.widget_rei-land-owner-info a:hover {
  color: #ff9914;
}
.widget_rei-land-owner-info a i {
  margin-right: 5px;
}
.widget_rei-land-owner-info .rei-land-owner-details {
  max-width: 220px;
  margin: 0 auto;
}

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

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

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

body.single-post .widget-area .widget, body.archive .widget-area .widget, body.blog .widget-area .widget, body.search-results .widget-area .widget {
  padding: 20px;
  margin-bottom: 20px;
}
body.single-post .widget-area .widget:not(:last-child), body.archive .widget-area .widget:not(:last-child), body.blog .widget-area .widget:not(:last-child), body.search-results .widget-area .widget:not(:last-child) {
  border-bottom: 1px solid #ECEFF1;
}
body.single-post .widget-area .widget:not(:last-child) h3, body.archive .widget-area .widget:not(:last-child) h3, body.blog .widget-area .widget:not(:last-child) h3, body.search-results .widget-area .widget:not(:last-child) h3 {
  margin-top: 0;
}
body.single-post .entry-title, body.archive .entry-title, body.blog .entry-title, body.search-results .entry-title {
  word-wrap: break-word;
}
body.single-post .entry-meta, body.archive .entry-meta, body.blog .entry-meta, body.search-results .entry-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.single-post .entry-meta a, body.single-post .entry-meta span, body.archive .entry-meta a, body.archive .entry-meta span, body.blog .entry-meta a, body.blog .entry-meta span, body.search-results .entry-meta a, body.search-results .entry-meta span {
  color: #78909C;
}
body.single-post .entry-meta a:hover, body.archive .entry-meta a:hover, body.blog .entry-meta a:hover, body.search-results .entry-meta a:hover {
  color: #ff9914;
}
body.single-post .entry-meta i, body.archive .entry-meta i, body.blog .entry-meta i, body.search-results .entry-meta i {
  color: #02AD88;
  margin-right: 5px;
}
body.single-post .entry-meta i, body.single-post .entry-meta span, body.archive .entry-meta i, body.archive .entry-meta span, body.blog .entry-meta i, body.blog .entry-meta span, body.search-results .entry-meta i, body.search-results .entry-meta span {
  display: inline-block;
  line-height: 30px;
}
body.single-post .entry-meta .meta-tags, body.single-post .entry-meta .meta-cats, body.archive .entry-meta .meta-tags, body.archive .entry-meta .meta-cats, body.blog .entry-meta .meta-tags, body.blog .entry-meta .meta-cats, body.search-results .entry-meta .meta-tags, body.search-results .entry-meta .meta-cats {
  margin-right: 25px;
}
body.single-post .post-thumbnail img, body.archive .post-thumbnail img, body.blog .post-thumbnail img, body.search-results .post-thumbnail img {
  width: 100%;
  display: block;
}

body.search-no-results .not-found {
  max-width: 460px;
  text-align: center;
  margin: 0 auto;
}

body.archive .entry-wrap, body.archive .navigation, body.blog .entry-wrap, body.blog .navigation, body.search-results .entry-wrap, body.search-results .navigation {
  max-width: 1200px;
  padding: 60px 0;
  margin: 0 auto;
}
body.archive .site-main .page-header, body.blog .site-main .page-header, body.search-results .site-main .page-header {
  background-image: url(./assets/img/sell-your-land-property-forestry-property.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  padding: 100px 0;
}
body.archive .site-main .page-header h1, body.archive .site-main .page-header .archive-description, body.blog .site-main .page-header h1, body.blog .site-main .page-header .archive-description, body.search-results .site-main .page-header h1, body.search-results .site-main .page-header .archive-description {
  color: white;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
body.archive .not-found, body.blog .not-found, body.search-results .not-found {
  text-align: center;
  width: 100%;
}
body.archive .not-found .page-header, body.blog .not-found .page-header, body.search-results .not-found .page-header {
  background: none;
}
body.archive .not-found .page-header h1, body.blog .not-found .page-header h1, body.search-results .not-found .page-header h1 {
  color: #1c1c1c;
}
body.archive .entry-wrap, body.blog .entry-wrap, body.search-results .entry-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.archive .entry-wrap article, body.blog .entry-wrap article, body.search-results .entry-wrap article {
  width: 33%;
  padding: 0 20px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  body.archive .entry-wrap article, body.blog .entry-wrap article, body.search-results .entry-wrap article {
    width: 100%;
  }
}
body.archive .entry-wrap article h3, body.blog .entry-wrap article h3, body.search-results .entry-wrap article h3 {
  margin: 10px 0;
}
body.archive .entry-wrap article h3 a, body.blog .entry-wrap article h3 a, body.search-results .entry-wrap article h3 a {
  text-decoration: none;
}
body.archive .entry-wrap article h3 a:visited, body.blog .entry-wrap article h3 a:visited, body.search-results .entry-wrap article h3 a:visited {
  color: #242424;
}
body.archive .entry-wrap article h3 a:hover, body.blog .entry-wrap article h3 a:hover, body.search-results .entry-wrap article h3 a:hover {
  color: #FFA300;
}
body.archive .entry-wrap article p, body.blog .entry-wrap article p, body.search-results .entry-wrap article p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (min-width: 769px) {
  body.archive .entry-wrap article.sticky, body.blog .entry-wrap article.sticky, body.search-results .entry-wrap article.sticky {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
  }
  body.archive .entry-wrap article.sticky .post-thumbnail, body.archive .entry-wrap article.sticky .entry-main, body.blog .entry-wrap article.sticky .post-thumbnail, body.blog .entry-wrap article.sticky .entry-main, body.search-results .entry-wrap article.sticky .post-thumbnail, body.search-results .entry-wrap article.sticky .entry-main {
    width: 50%;
    align-self: center;
  }
  body.archive .entry-wrap article.sticky .entry-main, body.blog .entry-wrap article.sticky .entry-main, body.search-results .entry-wrap article.sticky .entry-main {
    padding: 20px 0 20px 40px;
  }
  body.archive .entry-wrap article.sticky p, body.blog .entry-wrap article.sticky p, body.search-results .entry-wrap article.sticky p {
    -webkit-line-clamp: 8;
  }
  body.archive .entry-wrap article.sticky .readmore-container, body.blog .entry-wrap article.sticky .readmore-container, body.search-results .entry-wrap article.sticky .readmore-container {
    text-align: left;
  }
}
body.archive .entry-wrap article:not(.sticky) .post-thumbnail, body.blog .entry-wrap article:not(.sticky) .post-thumbnail, body.search-results .entry-wrap article:not(.sticky) .post-thumbnail {
  position: relative;
  padding-top: 63.63%;
  display: block;
  overflow: hidden;
}
body.archive .entry-wrap article:not(.sticky) .post-thumbnail img, body.blog .entry-wrap article:not(.sticky) .post-thumbnail img, body.search-results .entry-wrap article:not(.sticky) .post-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
body.archive .entry-wrap article .readmore-container, body.blog .entry-wrap article .readmore-container, body.search-results .entry-wrap article .readmore-container {
  text-align: center;
}
body.archive .entry-wrap article .readmore-link, body.blog .entry-wrap article .readmore-link, body.search-results .entry-wrap article .readmore-link {
  padding: 12px 50px;
  border-radius: 3px;
  font-size: 16px;
  background-color: #ff9914;
  color: white;
  text-decoration: none;
  display: inline-block;
}
body.archive .entry-wrap article .readmore-link:hover, body.blog .entry-wrap article .readmore-link:hover, body.search-results .entry-wrap article .readmore-link:hover {
  background-color: #02AD88;
}

body.single-post .site-content {
  max-width: 1200px;
  padding: 60px 0;
  margin: 0 auto;
}
body.single-post .content-area {
  width: 66.66%;
  float: left;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  body.single-post .content-area {
    width: 100%;
    padding: 0 20px;
  }
}
body.single-post .widget-area {
  width: 33.33%;
  float: left;
  padding-left: 40px;
}
@media (max-width: 768px) {
  body.single-post .widget-area {
    width: 100%;
    padding-left: 0;
  }
}
body.single-post .entry-header .entry-meta {
  padding: 20px 0;
  border-bottom: 1px solid #ECEFF1;
}
body.single-post .entry-header .entry-meta .meta-admin {
  margin-left: auto;
}
body.single-post .entry-content {
  padding: 20px 0 40px 0;
}
body.single-post .comments-area {
  border-top: 1px solid #ECEFF1;
}

.navigation {
  width: 100%;
  text-align: center;
  margin: 40px 0;
}
.navigation .nav-links {
  display: inline-block;
  background-color: white;
  border: 1px solid #9B9B9B;
  border-radius: 30px;
}
.navigation .page-numbers {
  margin: 15px 10px;
  display: inline-block;
  width: 32px;
  line-height: 32px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  color: #1C1C1C;
}
.navigation .page-numbers.current, .navigation .page-numbers:hover:not(.prev):not(.next) {
  background-color: #569863;
  color: white;
}
.navigation .page-numbers.prev, .navigation .page-numbers.next {
  color: #569863;
  border-radius: 0;
  margin: 0;
  width: 62px;
  line-height: 62px;
}
.navigation .page-numbers.prev {
  border-right: 1px solid #9B9B9B;
}
.navigation .page-numbers.next {
  border-left: 1px solid #9B9B9B;
}

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

.bypostauthor {
  display: block;
}

#comments {
  clear: both;
  padding: 2em 0 0.5em;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list li {
  border-bottom: 1px solid #ECEFF1;
}
.comment-list li.comment .comment-body {
  margin-left: 65px;
}
.comment-list .children {
  list-style: none;
  margin: 0;
}
.comment-list li:before {
  display: none;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}
.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 10px;
}

.comment-metadata {
  color: #78909C;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}
.comment-metadata a {
  color: #78909C;
}
.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 40px 0;
}

.comment-reply-title small {
  float: right;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}
.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}

.no-comments, .comment-awaiting-moderation {
  color: #78909C;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.form-submit {
  text-align: right;
}

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}
.comment-form .comment-form-cookies-consent label {
  display: inline;
}

.error404 {
  background-color: #F3F5F6;
}
.error404 .site-content {
  text-align: center;
  min-height: 100vh;
  min-height: calc(100vh - 200px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}
.error404 .site-content a {
  text-decoration: none;
  padding: 15px 25px;
  margin: 20px 0;
  display: inline-block;
}

/* --------------------------------------------------------------
 * # Infinite scroll
 * -------------------------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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%;
}

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

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

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