/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 1.5em;
  font-weight: 300;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Lists
   ========================================================================== */
/**
 * Remove default list styles, margins and padding.
 */
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: inherit;
  color: #2E2E2E;
}

img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

a {
  color: inherit;
  text-decoration: none;
}

.main-content a {
  color: #2D7FA1;
  text-decoration: underline;
}

address {
  font-style: normal;
  margin: 0;
  padding: 0;
}

.green-bg {
  background: #2D7FA1;
}

.grey-bg {
  background: #F0F0F0;
}

.dark-grey-bg {
  color: white;
  background: #2E2E2E;
}

p {
  margin: 0 0 1.5rem 0;
  line-height: 1.5rem;
}

p:last-child {
  margin: 0;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
}

h2 {
  font-weight: 600;
  font-size: 2rem;
  margin: 0 0 1.25rem 0;
}

h3 {
  font-weight: 600;
  font-size: 1.8rem;
  margin: 0 0 1.25rem 0;
}

h4 {
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0 0 1.25rem 0;
}

.btn {
  border: none;
  text-align: center;
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  transition: all 0.5s ease-in-out;
}

.btn.btn-primary {
  background: #2D7FA1;
  color: white;
}

.btn.btn-primary:hover {
  background: #297594;
  color: white;
}

.btn.btn-outline {
  color: #2D7FA1;
  border: 0.125rem solid #2D7FA1;
}

.btn.btn-outline:hover {
  color: white;
  background: #2D7FA1;
  border: 0.125rem solid #2D7FA1;
}

.submit-btn:hover {
  background: #297594;
  transition: all 0.8s ease;
}

.heading {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

section {
  padding: 2.5rem 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.pagination {
  margin: 2.5rem 0 0 0;
}

.pagination a {
  padding: 0.5rem 1rem;
  background: white;
  border: 0.0625rem solid #F5F7FA;
  margin-right: 0.25rem;
}

.page-numbers.current {
  padding: 0.5rem 1rem;
  color: white;
  background: #2D7FA1;
  border: 0.0625rem solid #2D7FA1;
  margin-right: 0.25rem;
}

.pagination ul {
  display: flex;
  justify-content: center;
}

.pagination ul li a {
  margin: 0 0.3rem;
  padding: 0.5rem 1rem;
  border: 0.063rem solid #F5F7FA;
}

.pagination ul li a.active {
  color: white;
  background-color: #2D7FA1;
  border: none;
}

#logo {
  width: 100%;
  max-width: 60%;
  height: auto;
  margin: 1.5rem 0;
}

.header-container {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  z-index: 999;
}

.burger span {
  padding: 0.125rem 1rem;
  background: #2E2E2E;
  margin: 0.25rem 0;
  display: block;
  transition: transform 0.5s ease;
}

.nav-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  background: #2E2E2E;
  z-index: 999;
  display: flex;
  transition: all 0.2s ease-in-out;
}

nav ul li {
  list-style: none;
  margin: 1.2rem 0;
}

.nav-links {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  height: auto;
}

.nav-links a {
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
}

.nav-open {
  transform: translate(-100%);
}

.toggle .line-1 {
  transform: rotateZ(45deg) translateY(300%);
  background: #fff;
}

.toggle .line-2 {
  opacity: 0;
}

.toggle .line-3 {
  transform: rotateZ(-45deg) translateY(-300%);
  background: #fff;
}

.grid {
  display: grid;
  grid-gap: 2rem;
  padding: 2rem 0;
}

main {
  margin-bottom: 2.5rem;
}

.main-content ul li {
  list-style-type: disc;
  list-style-position: inside;
}

main ul {
  margin-bottom: 2rem;
}

main ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.content ul li {
  padding: 0.5rem 0;
}

.content i {
  color: #41B6E6;
  margin-right: 1rem;
}

.sidebar-widget {
  border-radius: 1rem;
  background: #F5F7FA;
  margin-bottom: 1.5rem;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
}

.sidebar-content {
  padding: 1.5rem;
}

.wp-block-table {
  margin-bottom: 2.5rem;
}

.wp-block-table .has-fixed-layout th {
  color: white;
  background: #2E2E2E;
  border: 0.0625rem solid #2E2E2E;
  padding: 1.5rem 0;
  font-size: 1.25rem;
}

.wp-block-table .has-fixed-layout td {
  border: 0.0625rem solid #2E2E2E;
  text-align: center;
}

.card-content {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 1.25rem;
  text-align: center;
  background: white;
}

.card-content h3 {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
}

.card img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.card i {
  color: #41B6E6;
}

.page-title {
  background: #2D7FA1;
  padding: 1rem;
}

.breadcrumbs {
  color: white;
  font-size: 0.8rem;
}

.page-title h1 {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0rem 0;
  margin: 0;
}

.quick-search-form {
  background: #2E2E2E;
  padding: 2rem 0;
}

.search-form {
  width: 90%;
  margin: 0 auto;
}

.search-form select {
  background: white;
  border: none;
  font-size: 1rem;
  width: 100%;
  padding: 1rem;
  border-radius: 0;
  -webkit-appearance: none;
}

.members-header {
  padding: 0.75rem 0;
  background: #2D7FA1;
  color: white;
  font-size: 0.9rem;
}

.members-header-content {
  display: flex;
  justify-content: space-between;
}

.user-nav a {
  margin: 0 0 0 1.25rem;
}

.account .card {
  color: white;
  background: #2D7FA1;
  padding: 1.5rem 1.25rem;
  border-radius: 1rem;
  font-size: 1.15rem;
}

.account .card i {
  color: white;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.splide.is-single .splide__arrows,
.splide.is-single .splide__pagination {
  display: none !important;
}

/* ===============
   Home Page Specific
   =============== */
.hero-banner {
  min-height: 35vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(rgba(45, 127, 161, 0.5), rgba(45, 127, 161, 0.5)), url("../images/party-guests.jpg");
  background-size: cover;
  background-position: center;
}

.hero-container {
  max-width: 80%;
  margin: 5rem auto;
}

.hero-banner h1,
.hero-banner h2 {
  color: white;
}

.hero-banner h1 {
  font-size: 2rem;
  margin: 0 0 1rem 0;
}

.hero-banner h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}

#businessSlider {
  padding: 2rem 0;
}

.category {
  position: relative;
  text-align: center;
}

.category img {
  max-width: 30%;
  margin: 0 auto 1.25rem auto;
}

/* ===============
   Business Listing Page
   =============== */
.featured-listing-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}

.address {
  display: flex;
  align-items: start;
}

.address {
  display: flex;
  align-items: top;
  gap: 0rem;
}

.address address {
  display: inline;
  margin: 0;
  font-style: normal;
}

.address a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}

.address i {
  margin-top: 0.2rem;
}

.address-text {
  display: block;
  line-height: 1.4;
}

/* ===============
   Search Results & Listing Previews
   =============== */
.listing-preview {
  border-radius: 1rem;
  background: #F5F7FA;
  margin-bottom: 2.5rem;
}

.listing-preview-content {
  padding: 1.75rem 1.5rem;
}

.listing-preview-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
}

.listing-preview-content .link a {
  color: #2D7FA1;
  font-size: 1.125rem;
}

.listing-preview img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.listing-preview {
  position: relative;
}

.featured-label {
  left: 0;
  position: absolute;
  padding: 0.55rem;
  font-size: 1rem;
  color: white;
  background: #2D7FA1;
  border-top-left-radius: 1rem;
}

/* ===============
   Add Business Page (Pricing Table)
   =============== */
.plan-heading {
  padding: 1rem;
  font-size: 1.5rem;
  color: white;
  background: #2E2E2E;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.plan .pricing {
  font-size: 1.125rem;
}

.plan-link a {
  padding: 1rem;
  font-size: 1.25rem;
  color: white;
  background: #2D7FA1;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  display: block;
}

.plan ul li {
  padding: 0.8rem;
  border-top: 0.0625rem solid #a2a2a2;
  border-left: 0.0625rem solid #a2a2a2;
  border-right: 0.0625rem solid #a2a2a2;
  list-style: none;
}

.plan ul li i {
  padding-right: 1rem;
}

.true i {
  color: #2D7FA1;
}

.false i {
  color: #FF5C5C;
}

/* ===============
   Blog Posts
   =============== */
.blog-post-content {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 1.25rem;
  background: #F5F7FA;
  text-align: center;
}

.blog-post-content h3 {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
}

.blog-post-content {
  font-size: 1rem;
}

.blog img {
  margin-bottom: 1.5rem;
}

/* ===============
   Listing & Blog Images
   =============== */
.listing-preview-img__img,
.blog-post__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}

.fluentform .web-forms input,
.fluentform .web-forms textarea,
.fluentform .web-forms select {
  padding: 1rem;
  height: 100%;
}

select.ff-el-form-control:not([size]):not([multiple]) {
  height: 100%;
}

.fluentform .web-forms label {
  color: #2E2E2E;
  font-weight: 500;
}

.fluentform .web-forms .ff-btn-submit {
  background: #2D7FA1;
}

.fluentform .web-forms .ff-btn-secondary {
  padding: 8px 20px;
  border: none;
  background: #2D7FA1;
}

.fluentform .web-forms .ff-el-form-control:focus {
  background-color: #fff;
  border-color: #2D7FA1;
  color: #2E2E2E;
  outline: none;
}

.fluentform .web-forms .ff-step-titles li.ff_active,
.fluentform .web-forms .ff-step-titles li.ff_completed {
  color: #2E2E2E;
}

.fluentform .web-forms .ff-step-titles li.ff_active:after {
  background: #2E2E2E;
}

.fluentform .web-forms .ff-step-titles li.ff_completed:after {
  background: #2D7FA1;
}

.fluentform .web-forms .ff-step-titles li.ff_active:before {
  background: #2E2E2E;
}

.fluentform .web-forms .ff-step-titles li.ff_completed:before {
  background: #2D7FA1;
}

.ff-message-success {
  color: white;
  background: #2D7FA1;
  box-shadow: none;
  border-radius: 1rem;
  padding: 1.25rem;
  border: none;
}

.business-contact-form .fluentform .ff-el-group:last-child {
  margin-bottom: 0;
}

.fluentform .web-forms .ff-el-progress-bar {
  background: #2D7FA1;
}

.ff_landing_page_body.ff_landing_page_12 {
  border-top-color: #2D7FA1;
  background-color: #2D7FA1;
}

.ff_landing_page_body.ff_landing_wrapper.ff_landing_design_modern.ff_landing_form {
  box-shadow: none;
}

.form-option {
  padding: 0.5rem 0;
}

footer ul li {
  margin: 0.65rem 0;
}

footer ul li:last-child {
  margin: 0.65rem 0 0 0;
}

footer {
  text-align: center;
  color: #D9D9D9;
}

footer h4 {
  font-weight: 500;
  color: #9F9F9F;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.copyright {
  font-size: 0.9rem;
  color: #2E2E2E;
  padding: 2rem;
}

#menu-copyright {
  display: flex;
  justify-content: center;
}

#menu-copyright li {
  margin: 0.65rem 0.5rem 0 0.5rem;
}

@media (min-width: 400px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 549px) {
  #logo {
    max-width: 35%;
    margin: 1rem 0;
  }
}
@media (min-width: 769px) {
  .search-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form-option {
    width: 30%;
  }
  .hero-banner {
    min-height: 45vh;
  }
  .hero-banner h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 960px) {
  #logo {
    max-width: 20%;
  }
  .burger {
    display: none;
  }
  nav {
    width: 55%;
  }
  .nav-container {
    height: auto;
    background: none;
    position: static;
    top: 0;
    left: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .nav-links {
    width: 100%;
    min-height: auto;
    flex-direction: row;
    justify-content: space-between;
  }
  .nav-container {
    background: none;
    transition: none;
  }
  .nav-links a {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2E2E2E;
  }
  .nav-open {
    transform: none;
  }
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .hero-container {
    max-width: 55%;
  }
  .content {
    display: flex;
    justify-content: space-between;
  }
  main {
    width: 65%;
    margin-bottom: 0rem;
  }
  .sidebar {
    width: 30%;
  }
  .listing-preview {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  .listing-preview-content {
    width: 60%;
    padding: 0 2rem;
  }
  .listing-preview-img {
    width: 50%;
  }
  .listing-preview img {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
  }
}/*# sourceMappingURL=style.css.map */