/*!
Theme Name: Hypercore
Author: LeadsNearby
Description: Fastest theme of all time
Version: 1.3.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hypercore
*/ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
details,
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: var(--theme-accent);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
input[type='submit'] {
  border: none;
}
input[type='submit']:hover {
  cursor: pointer;
  cursor: hand;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/OpenSans-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/OpenSans-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/OpenSans-SemiBoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/OpenSans-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/OpenSans-BoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/OpenSans-ExtraBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(assets/fonts/OpenSans-ExtraBoldItalic.ttf) format('truetype');
} /*! -------------------------
   DO NOT TOUCH THIS CODE
   If you need to add custom styles, use the Custom CSS field in the theme options
   Changes to this particular file should be made in the style.scss sheet by a developer
------------------------- */ /*! -------------------------
   Variables
------------------------- */
:root {
  --fs-body: 1.6rem;
  --fs-h1: 4rem;
  --fs-h2: 3.1rem;
  --fs-h3: 2.6rem;
  --fs-h4: 2rem;
  --fs-h5: 1.8rem;
} /*! -------------------------
   Main Stylez
------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5;
  background-color: #fff;
}
body {
  margin: 0;
  font-size: var(--fs-body);
  overflow-x: hidden;
}
body * {
  box-sizing: border-box;
}
blockquote {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.67em;
}
h1.margin-top-me,
h2.margin-top-me,
h3.margin-top-me,
h4.margin-top-me,
h5.margin-top-me,
h6.margin-top-me {
  margin-top: 0.67em;
}
h1 {
  font-size: var(--fs-h1);
}
h2 {
  font-size: var(--fs-h2);
}
h3 {
  font-size: var(--fs-h3);
}
h4 {
  font-size: var(--fs-h4);
}
h5 {
  font-size: var(--fs-h5);
}
a[href^='sms:'],
a[href^='tel:'] {
  white-space: nowrap;
}
p {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.bold {
  font-weight: 700;
}
.semi-bold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.color-primary {
  color: var(--theme-primary);
}
.color-secondary {
  color: var(--theme-secondary);
}
.color-accent {
  color: var(--theme-accent);
}
.contain {
  max-width: 1100px;
  margin: 0 auto;
}
.contain-500w {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.contain-550w {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.contain-750w {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.contain-columns {
  padding: 3rem calc((100vw - 1100px) / 2.05) !important;
}
.nomargin {
  margin: 0;
}
.halfmargin {
  margin-bottom: 0.5em;
}
.spacer {
  --height: 2rem;
  display: block;
  height: calc(var(--height) / 2);
}
.button {
  display: inline-block;
  padding: 1em 2em;
  transition: background-color 0.15s, box-shadow 0.25s;
  color: #fff;
  background-color: var(--theme-accent);
  margin: 1em 0;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 1px;
}
.button--primary,
.button--primary:hover {
  background-color: var(--theme-primary);
}
.button--secondary,
.button--secondary:hover {
  background-color: var(--theme-secondary);
}
.button--accent,
.button--accent:hover {
  background-color: var(--theme-accent);
}
.button--neutral,
.button--neutral:hover {
  background-color: #fff;
}
.button--inline {
  margin: 0 1em;
}
.button--outlined {
  background-color: none;
  border: 1px solid var(--theme-accent);
}
.button--outlined:hover {
  background-color: none;
}
.button:hover {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5), inset 0 0 1em rgba(0, 0, 0, 0.25);
  background-color: var(--theme-accent-action);
}
footer {
  padding: 2rem;
  text-align: center;
}
footer .logo-link {
  display: inline-block;
}
.footer {
  font-size: 1.4rem;
}
.footer a,
.footer fa-icon {
  color: var(--theme-primary);
}
.footer__row {
  max-width: 1100px;
  margin: 0 auto 2rem;
}
.footer__row--columns {
  --columns: 3;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 801px) {
  .spacer {
    height: var(--height);
  }
  .footer__row--columns {
    grid-template-columns: repeat(var(--columns), 1fr);
  }
}
.footer__row--social .social-link {
  display: inline-block;
  padding: 1rem;
  font-size: 1.5em;
  transition: opacity 0.15s;
}
.footer__row--social .social-link:hover {
  opacity: 0.8;
}
.footer__column {
  text-align: center;
  padding: 2rem;
}
.footer__widget fa-icon {
  font-size: 1.25em;
}
.footer__widget h3 {
  font-size: 1.125em;
  font-weight: 700;
}
.footer .menu {
  padding-left: 0;
  margin: 0 0 1.5em;
  list-style-type: none;
}
input:not([type='submit']) {
  height: 45px;
}
input:not([type='submit']),
textarea {
  border-radius: 2px;
  border: 1px solid #666;
  transition: 0.2s;
}
input:not([type='submit']):focus,
textarea:focus {
  border-color: var(--theme-accent);
  outline: 0;
}
input[type='submit'] {
  text-transform: uppercase;
  padding: 0.75em 2em;
  font-size: 0.9em;
} /*! -------------------------
   Fix Gravity Forms
------------------------- */
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper .gfield {
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}
.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
  padding: 8px !important;
  font-size: 14px !important;
  color: #333 !important;
}
.gform_wrapper .gfield label {
  font-size: 0.9em !important;
  margin-bottom: 1rem;
}
.gform_wrapper .ginput_container,
.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
  margin-top: 0 !important;
}
.gform_wrapper .gform_footer {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  padding: 0 !important;
}
.sidebar .gfield {
  padding-right: 0 !important;
}
::placeholder {
  color: #666 !important;
}
.nav {
  display: none;
}
@media only screen and (min-width: 941px) {
  .nav {
    display: block;
  }
}
.nav--main {
  background-color: var(--theme-secondary);
  padding: 0 2rem;
}
.nav--inline {
  background-color: transparent;
  padding: 0;
}
.nav__menu {
  padding: 0;
  margin: 0 auto;
  max-width: 1100px;
  list-style-type: none;
}
.nav__menu a {
  text-decoration: none;
  color: #333;
  transition: 0.2s;
}
.nav__menu > .menu-item {
  position: relative;
  display: inline-block;
}
.nav__menu > .menu-item > a {
  display: block;
  padding: 2rem;
  color: inherit;
}
.nav__menu > .menu-item.current-menu-item,
.nav__menu > .menu-item.current-menu-parent,
.nav__menu > .menu-item.current-page-parent,
.nav__menu > .menu-item:hover {
  color: var(--theme-accent-action);
}
.nav__menu > .menu-item > .sub-menu {
  top: calc(100% - 2px);
  left: 1rem;
}
.nav__menu .menu-item {
  position: relative;
}
.nav__menu .menu-item:hover > .sub-menu {
  visibility: visible;
}
.nav__menu .sub-menu {
  position: absolute;
  width: 250px;
  top: 1px;
  left: 100%;
  visibility: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-top: 2px solid var(--theme-accent);
  text-align: left;
  z-index: 0;
}
.nav__menu .sub-menu .current-menu-item > a {
  background-color: #e4e4e4;
}
.nav__menu .sub-menu a {
  display: block;
  font-size: 0.85em;
  background-color: #f7f7f7;
  padding: 1.5rem;
  border: 1px solid #eaeaea;
  transition: 0.2s;
}
.nav__menu .sub-menu a:hover {
  background-color: #dedede;
}
header {
  position: relative;
  z-index: 15;
}
.header {
  max-width: calc(1100px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .header {
    grid-template-columns: auto 1fr;
  }
}
.header__logo {
  text-align: center;
}
.header__logo .logo-link {
  display: inline-block;
}
.header__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1em;
  padding: 1em 0;
}
.header .phone-number {
  font-size: 2em;
}
.logo--header {
  width: 100%;
  max-width: 500px;
}
.lnbIcon {
  --max-width: 100%;
  display: block;
  width: 100%;
  margin: 0 auto 1rem;
  max-width: var(--max-width);
}
.lnbIcon--square {
  max-width: calc(var(--max-width) + 10px);
}
.lnbIcon--square img,
.lnbIcon--square svg {
  max-height: calc(var(--max-width) + 10px);
}
.lnbIcon--small {
  --max-width: 25px;
}
.lnbIcon--medium {
  --max-width: 50px;
}
.lnbIcon--large {
  --max-width: 75px;
}
.lnbIcon--xlarge {
  --max-width: 100px;
}
#sidebar .widget .wht h3,
.wht,
.wht a,
.wht h1,
.wht h2,
.wht h3,
.wht h4 {
  color: #fff !important;
}
.lnb-four-column-responsive-list,
.lnb-three-column-responsive-list,
.lnb-two-column-responsive-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-bottom: 1.5rem;
}
.lnb-four-column-responsive-list > li,
.lnb-three-column-responsive-list > li,
.lnb-two-column-responsive-list > li {
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .lnb-four-column-responsive-list,
  .lnb-three-column-responsive-list,
  .lnb-two-column-responsive-list {
    flex-direction: column;
  }
  .lnb-four-column-responsive-list > li,
  .lnb-three-column-responsive-list > li,
  .lnb-two-column-responsive-list > li {
    flex: 1;
  }
}
.lnb-four-column-responsive-list > li {
  flex-basis: 25%;
}
@media only screen and (max-width: 1024px) {
  .lnb-four-column-responsive-list > li {
    flex-basis: 30%;
  }
}
@media only screen and (max-width: 800px) {
  .header__content {
    text-align: center;
  }
  .lnb-four-column-responsive-list > li {
    flex-basis: 50%;
  }
}
.lnb-three-column-responsive-list > li {
  flex-basis: 32%;
}
@media only screen and (max-width: 800px) {
  .lnb-three-column-responsive-list > li {
    flex-basis: 50%;
  }
}
.lnb-two-column-responsive-list > li {
  flex-basis: 50%;
}
.hypercore-toggle-bars {
  display: inline-block;
  padding: 1rem;
  transition: opacity 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.hypercore-toggle-bars:hover {
  cursor: pointer;
  cursor: hand;
  opacity: 0.8;
}
.hypercore-toggle-bars fa-icon {
  font-size: 30px;
  width: 1em;
  text-align: center;
  color: var(--theme-accent);
}
.hypercore-nav-overlay {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.99);
  text-align: left;
  padding-top: 1em;
  z-index: 99999;
  font-size: 18px;
  overflow-y: auto;
  visibility: visible;
  opacity: 1;
  transition: 0.15s;
}
.hypercore-nav-overlay[hidden] {
  display: block;
  visibility: hidden;
  opacity: 0;
}
.admin-bar .hypercore-nav-overlay {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  .admin-bar .hypercore-nav-overlay {
    top: 46px !important;
  }
}
.hypercore-nav-overlay .logo {
  width: 75vw;
  padding-left: 15px;
}
.hypercore-mobile-nav {
  display: block;
  list-style-type: none;
  border-top: 1px solid;
  border-color: var(--theme-accent);
  padding: 30px 20px;
  line-height: 3.5rem;
  -webkit-user-select: none;
  user-select: none;
}
.hypercore-mobile-nav > .menu-item {
  padding-left: 36px;
}
.hypercore-mobile-nav > .menu-item.menu-item-has-children {
  padding-left: 0;
}
.hypercore-mobile-nav .menu-item {
  clear: both;
  transition: opacity 0.15s;
}
.hypercore-mobile-nav .menu-item a {
  display: inline-block;
  padding-right: 40px;
  color: #333;
  transition: 0.25s ease-in-out;
  line-height: 40px;
}
.hypercore-mobile-nav .menu-item.current-menu-ancestor a,
.hypercore-mobile-nav .menu-item.current-menu-parent a,
.hypercore-mobile-nav .menu-item.current_page_ancestor a,
.hypercore-mobile-nav .menu-item.current_page_item a,
.hypercore-mobile-nav .menu-item.current_page_parent a,
.hypercore-mobile-nav .menu-item.submenu-open a,
.hypercore-mobile-nav .menu-item:hover a {
  color: var(--theme-accent);
}
.hypercore-mobile-nav__expand {
  display: inline-block;
  font-size: 20px;
  padding: 1rem;
  transition: color 0.15s;
}
.hypercore-mobile-nav__expand:hover {
  cursor: pointer;
  color: var(--theme-accent-action);
}
.overlay-close-icon {
  padding: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  transition: opacity 0.15s;
}
.overlay-close-icon:hover {
  cursor: pointer;
  color: var(--theme-accent-action);
}
.hypercore-nav-overlay .sub-menu {
  display: none;
  list-style-type: none;
  padding: 0;
}
.hypercore-nav-overlay .sub-menu li {
  margin-left: 30px;
}
.hm-active {
  background-color: var(--theme-accent-action);
  color: #fff !important;
}
.hyperSlideOutNav {
  display: block;
  position: fixed;
  width: 100%;
  top: 15vh;
  bottom: 0;
  right: 0;
  height: 100%;
  max-width: 450px;
  transition: right 0.15s;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 999999;
  box-shadow: -1px -1px 9px #00000052;
  background: #fff;
}
.hyperSlideOutNav__page,
.hyperSlideOutNav__page--main {
  list-style: none;
  position: absolute;
  top: 0;
  left: 900px;
  width: 100%;
  margin: 0;
  padding: 0;
  transition: left 0.15s;
  height: fit-content;
}
@media (min-height: 400px) {
  .hyperSlideOutNav__page--main {
    overflow: visible;
    height: 800px;
  }
}
.hyperSlideOutNav__page--main {
  left: 0;
}
.hyperSlideOutNav__page.page-ancestor,
.page-ancestor.hyperSlideOutNav__page--main {
  left: -450px;
}
.hyperSlideOutNav__page.page-active,
.page-active.hyperSlideOutNav__page--main {
  left: 450px;
  position: absolute;
}
.hyperSlideOutNav__item {
  border-bottom: 1px solid #d6d6d6;
}
.hyperSlideOutNav__item a {
  padding: 0.75em 1.25em;
  color: #000;
  width: 100%;
}
.hyperSlideOutNav__item--slide {
  display: grid;
  grid-template-columns: 1fr 3em;
  grid-template-rows: 1fr 0;
}
.hyperSlideOutNav__item--dropdown {
  display: flex;
  flex-wrap: wrap;
}
.hyperSlideOutNav__item--dropdown a {
  flex: 1;
}
.hyperSlideOutNav__btn,
.hyperSlideOutNav__btn--back,
.hyperSlideOutNav__btn--expand,
.hyperSlideOutNav__btn--forward {
  cursor: pointer;
  width: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
}
.hyperSlideOutNav__btn--back {
  height: 3em;
}
.hyperSlideOutNav__subMenu {
  list-style: none;
  width: 100%;
  padding-left: 0;
  display: none;
  height: fit-content;
}
.hyperSlideOutNav__subMenu .hyperSlideOutNav__item a {
  display: block;
}
.hyperSlideOutNav__subMenu .hyperSlideOutNav__item:first-child {
  border-top: 1px solid #d6d6d6;
}
.hyperSlideOutNav__subMenu .hyperSlideOutNav__item:last-child {
  border-bottom: none;
}
.hyperSlideOutNav__subMenu.expanded {
  display: block;
  height: fit-content;
}
.hyperSlideOutNav__subMenu.expanded .hyperSlideOutNav__item {
  padding-left: 1.5rem;
}
.hyperSlideOutNav__after {
  position: absolute;
  top: 10px;
}
.hyperSlideOutNav[hidden] {
  display: block !important;
  right: -450px;
}
.widget_media_image {
  text-align: center;
}
.widget_media_image img {
  display: inline-block;
}
.sidebar > aside {
  margin-bottom: 1em;
}
.sidebar .menu {
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 1.5em;
}
.hypercore-page-title-bar {
  padding: 3rem;
  text-align: center;
}
.hypercore-page-title-bar h1 {
  margin-bottom: 0;
}
.social-link--facebook fa-icon {
  color: #3b5998;
}
.social-link--twitter fa-icon {
  color: #00aced;
}
.social-link--linkedin fa-icon {
  color: #007bb6;
}
img.hyper-lazyload {
  visibility: hidden;
}
.panel-cell-style {
  padding: 2rem;
}
.hyper-services-row {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: center;
}
.hyper-services-row > * {
  flex: 1;
}
.hyper-service-block {
  min-width: 300px;
  padding: 4rem 2rem;
  margin: 0 0.5rem 0.5rem;
  background-color: var(--theme-secondary);
  transition: 0.15s;
  text-align: center;
}
.hyper-service-block:hover {
  opacity: 0.8;
}
.hyper-service-block__title {
  display: block;
  margin-bottom: 2rem;
}
.interior-page-content {
  max-width: calc(1100px + 6rem);
  padding: 3rem;
  margin: 0 auto;
}
.interior-page-content-has-sidebar {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
  max-width: calc(1100px + 6rem);
  margin: 0 auto;
  padding: 3rem;
}
@media screen and (min-width: 941px) {
  .interior-page-content-has-sidebar {
    grid-template-columns: 1fr 325px;
    grid-gap: 7.5rem;
  }
}
.interior-page-content-has-sidebar main {
  overflow: hidden;
}
.nf-page-content {
  display: grid;
  align-items: center;
}
@media only screen and (min-width: 801px) {
  .nf-page-content {
    grid-template-columns: 1fr auto;
  }
}
.hyp-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 3rem;
  margin-bottom: 2rem;
}
.hyp-card,
.hyp-post {
  overflow: hidden;
  padding: 2rem;
  border-radius: 2px;
  box-shadow: 0 3px 6px #00000029;
}
.hyp-card__image,
.hyp-post__image {
  display: block;
  margin: -2rem -2rem 2rem;
  height: 15em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hyp-card__image img,
.hyp-post__image img {
  display: block;
  width: 100%;
  height: 15em;
  object-fit: cover;
  object-position: center;
}
.hyp-card__title,
.hyp-post__title {
  display: block;
  font-size: 1.25em;
  margin-bottom: 1em;
}
.hyp-card__content,
.hyp-post__content {
  margin-bottom: 2rem;
}
.hyp-card__action,
.hyp-post__action {
  text-transform: uppercase;
  font-size: 0.875em;
  padding: 4px 6px;
  margin: 0 3px;
}
.hyp-card__action:first-child,
.hyp-post__action:first-child {
  margin-left: 0;
  padding-left: 0;
}
.hyp-checklist {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.so-widget-hyp-checklist .hyp-checklist {
  margin-bottom: 0;
}
.hyp-checklist--icon {
  list-style-type: none;
  padding-left: 2rem;
}
.hyp-checklist--icon fa-icon {
  font-size: 1.5em;
}
.hyp-checklist > li {
  margin-bottom: 1rem;
}
.hyp-city-page-list {
  padding-left: 0;
  margin: 0 0 1.5em;
  list-style-type: none;
  column-width: 20rem;
}
.hyp-city-page-list__item {
  margin-bottom: 0.5em;
}
.nav-links .page-numbers {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  min-width: 2em;
  height: 2em;
  margin: 0 3px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.87);
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-links .page-numbers:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.nav-links .page-numbers.current {
  background-color: rgba(0, 0, 0, 0.08);
}
.nav-links .dots,
.nav-links .next,
.nav-links .prev {
  border: none;
} /*! -------------------------
   Fix Nearby Now
------------------------- */
@media only screen and (max-device-width: 480px) {
  .nn-review-outer-cont {
    font-size: 1em !important;
  }
}
@media only screen and (max-width: 800px) {
  .nn-combo-left,
  .nn-combo-right {
    width: 100% !important;
    float: none;
    margin-right: 0 !important;
  }
}
.advanced-blog {
  max-width: 1150px;
  margin: 0 auto;
}
.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-header h2 {
  font-size: 3.3rem;
  font-weight: 800;
  margin-bottom: 0.3em;
  font-family: Oswald, 'Open Sans';
}
.blog-header h3 {
  font-weight: 700;
  margin: 0 10px 0 0;
  font-family: Oswald, 'Open Sans';
  font-size: 2.2rem;
}
@media screen and (max-width: 900px) {
  .blog-header {
    margin: 0 1.5rem;
  }
}
.blog-menu__button[data-expanded='true'] h3 {
  color: #fff;
}
.blog-menu__embed-click[data-expanded='true'] strong::before {
  opacity: 0;
}
.blog-menu {
  position: relative;
  padding: 0.75em;
  max-width: 100%;
  z-index: 16;
  display: block;
}
.blog-menu__button {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.blog-menu__button:focus {
  outline: 0 !important;
}
.blog-menu__button fa-icon {
  background-color: #fff;
  color: var(--theme-secondary);
  font-size: 2em;
  padding: 0.5em 0.6em;
  display: block;
  line-height: 1;
  border-radius: 2px;
}
.blog-menu__embed-list {
  list-style: none;
  margin: 0;
  transition: display 0.7s;
}
.blog-menu__embed-list a {
  line-height: 1.2;
  padding: 0.4em 0;
  display: block;
  margin-top: 5px;
}
.blog-menu__embed-list a:hover {
  color: var(--theme-accent-action);
}
.blog-menu__embed-search form {
  display: flex;
  padding: 0.75em 2em 0.25em 10%;
  flex-direction: row;
  align-items: center;
}
.blog-menu__embed-search form input[type='submit'] {
  text-transform: uppercase;
  padding: 0.9em 2em;
  font-size: 0.9em;
}
.blog-menu__menu-list {
  position: absolute;
  padding: 5em 10% 2em;
  width: 410%;
  top: 0;
  right: 0;
  transition: 0.1s ease-in-out;
  background-color: var(--theme-secondary);
  display: block;
  list-style: none;
  margin: 0;
  z-index: 2;
  transform: translateZ(20px);
  color: #fff;
  border: 1px solid #d6d6d6;
}
.blog-menu__menu-list[data-expanded='false'] {
  opacity: 0;
  height: 0;
}
.blog-menu__menu-list[data-expanded='false'] li {
  display: none;
}
.blog-menu__menu-list[data-expanded='true'] {
  opacity: 1;
  height: initial;
}
.blog-menu__menu-list[data-expanded='true'] li {
  display: block;
}
.blog-menu__menu-list li {
  cursor: pointer;
  z-index: 5;
}
.blog-menu__menu-list li strong {
  color: #fff;
  font-size: 1.222em;
  display: block;
  position: relative;
  padding: 0.75em 2em 0.25em 10%;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.1em solid #fff;
}
.blog-menu__menu-list li strong fa-icon {
  font-size: 22px;
  font-weight: 600;
}
.blog-menu__menu-list li ul[data-expanded='false'] {
  opacity: 0;
  height: 0;
}
.blog-menu__menu-list li ul[data-expanded='true'] {
  opacity: 1;
  height: unset;
}
.blog-menu__menu-list li ul li a {
  color: #fff;
}
.blog-menu__menu-list li ul li a:hover {
  color: var(--theme-accent-action);
}
.blog-feature {
  display: grid;
  grid-template-columns: 3fr 2fr;
  padding-top: 2rem !important;
  grid-gap: 4rem;
  grid-auto-rows: 1fr;
}
.blog-feature__right {
  background-color: #fff;
}
.featured-post {
  background-color: #fdfdfd;
  box-shadow: 0 3px 6px #00000029;
  color: #000;
  position: relative;
}
.featured-post header {
  position: absolute;
  left: 6%;
  padding: 0.25em 1em 0.5em;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 calc(100% - 1.25em), 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 calc(100% - 1.25em), 0 0);
  background-color: var(--theme-accent);
}
.featured-post header h3 {
  color: #fafafa;
  font-weight: 700;
  font-family: Oswald, 'Open Sans';
  z-index: 1;
}
.featured-post__img div {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 45%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.featured-post__info {
  padding: 2em 6%;
}
.featured-post__info strong {
  display: block;
  font-size: 1.333em;
}
.featured-post__info time {
  color: var(--theme-secondary);
  font-weight: 600;
}
.featured-post__info p {
  margin-top: 1em;
  margin-bottom: 0;
}
.featured-post__info .hypercore-button {
  margin: 1.5rem 0 0.5rem;
  padding: 0.75em 1.5em;
}
.popular-posts {
  background-color: #fdfdfd;
  box-shadow: 0 3px 6px #00000029;
  padding: 1.5em 10%;
  width: 100%;
  height: 100%;
}
.popular-posts header {
  font-weight: 600;
  z-index: 1 !important;
}
.popular-posts header h3 {
  color: var(--theme-secondary);
  font-size: 1.333em;
  font-weight: 600;
  font-family: Oswald, 'Open Sans';
}
.popular-posts ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.popular-posts ul li {
  margin-top: 1.5em;
}
.popular-posts ul a {
  align-items: stretch;
  display: flex;
}
.popular-posts ul a .img {
  width: 20%;
  position: relative;
  height: 0;
  padding-bottom: 20%;
  flex: 0 0 auto;
  overflow: hidden;
}
.popular-posts ul a div {
  width: 100%;
  position: relative;
  height: 60px;
  padding-bottom: 20%;
  flex: 0 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .blog-feature {
    grid-template-columns: 1fr;
    grid-auto-rows: unset;
    margin: 1.5rem;
  }
  .popular-posts ul a div {
    margin-bottom: -50px;
    height: 75px;
  }
}
@media screen and (max-width: 725px) {
  .popular-posts ul a div {
    margin-bottom: unset;
    height: 60px;
  }
}
.popular-posts ul a .info {
  padding-left: 4%;
  flex: 1 1 auto;
}
.popular-posts ul a .info strong {
  color: #000;
  display: block;
  font-size: 1em;
  line-height: 1.4;
  transition: color 0.4s;
}
.popular-posts ul a .info time {
  color: var(--theme-secondary);
  font-weight: 600;
}
.recent-posts-header {
  font-family: Oswald, 'Open Sans';
  font-weight: 600;
  margin-top: 40px;
  font-size: 3.2rem;
}
.lnb-fade > * {
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}
.lnb-fade.active > * {
  opacity: 1;
  transform: translate(0, 0);
}
.lnb-fade-slide-left > * {
  transform: translate(-100%, 0);
}
.lnb-fade-slide-right > * {
  transform: translate(100%, 0);
}
.lnb-fade-stagger > :nth-child(2) {
  transition-delay: 0.2s;
}
.lnb-fade-stagger > :nth-child(3) {
  transition-delay: 0.4s;
}
.lnb-fade-stagger > :nth-child(4) {
  transition-delay: 0.6s;
}
.lnb-fade-stagger > :nth-child(5) {
  transition-delay: 0.8s;
}
.lnb-fade-stagger > :nth-child(6) {
  transition-delay: 1s;
}
.lnb-fade-stagger > :nth-child(7) {
  transition-delay: 1.2s;
}
.lnb-fade-stagger > :nth-child(8) {
  transition-delay: 1.4s;
}
.lnb-fade-stagger > :nth-child(9) {
  transition-delay: 1.6s;
}
.lnb-fade-stagger > :nth-child(10) {
  transition-delay: 1.8s;
}
.lnb-fade-stagger > :nth-child(11) {
  transition-delay: 2s;
}
.lnb-fade-stagger > :nth-child(12) {
  transition-delay: 2.2s;
}
.lnb-fade-stagger > :nth-child(13) {
  transition-delay: 2.4s;
}
.lnb-fade-stagger > :nth-child(14) {
  transition-delay: 2.6s;
}
.lnb-fade-stagger > :nth-child(15) {
  transition-delay: 2.8s;
} /*! -------------------------
   Radiate Effect
------------------------- */
.lnb-radiate {
  --radiate-color: 93, 93, 93;
  animation: 3s infinite radiate-animate;
  transition: 0.2s;
  margin: 1em;
  display: inline-block;
}
.lnb-radiate:hover {
  box-shadow: 0 0 0 0.3em rgba(var(--radiate-color), 0.2) !important;
  transition: 0.2s;
}
@keyframes radiate-animate {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--radiate-color), 0.8);
  }
  65% {
    box-shadow: 0 0 0 0.45em transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
} /*! -------------------------
   Icon Hover Wobble Effect
------------------------- */
.lnb-hover-wobble {
  margin-left: 0.25em;
}
.lnb-hover-wobble:focus fa-icon,
.lnb-hover-wobble:hover fa-icon {
  animation-name: hvr-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(4px);
  }
  33.3% {
    transform: translateX(-3px);
  }
  49.95% {
    transform: translateX(2px);
  }
  66.6% {
    transform: translateX(-1px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
