/* Theme Name: fh  
Author: Fatemeh Heydarilarinezhad
Description: Final project.
Version: .2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fh
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. */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 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;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  max-width: 1800px;
  margin: auto;
}

html,
body {
  scroll-behavior: smooth;
}

/*MEDIA     ==============================================*/
img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: center;
}

/* // FORM======================================== */
input {
  font-family: "Source Sans Pro", georgia, times, "times new ";
  font-size: 0.875rem;
}

.page-id-152 article #nf-field-4 {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: unset;
  padding: 15px 60px;
  border-radius: 50px;
  background-color: #7da38d;
  text-align: center;
}
.page-id-152 article #nf-field-4 a {
  color: white;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  border-radius: 15px !important;
  border: #7da38d 1px solid !important;
  background: white !important;
}

.nf-error.field-wrap .nf-field-element:after {
  border-radius: 10px !important;
}

.ninja-forms-form-wrap *, .ninja-forms-form-wrap :after, .ninja-forms-form-wrap :before {
  margin-bottom: 10px;
}

.page-id-152 #nf-form-title-1 h3 {
  font-size: 2rem;
}

.screen-reader {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

h1,
h2,
h3,
h4 {
  font-family: "Gelasio", georgia, times, "times new ";
}

p,
h3 {
  margin: 0;
}

p,
header a {
  font-family: "Source Sans Pro", georgia, times, "times new ";
}

.section-hero .image-content-container p {
  font-family: "Gelasio", georgia, times, "times new ";
}

@media only screen and (min-width: 800px) {
  .home .section-popular h2 {
    font-size: 1.8rem;
  }
}
.section-low-maintain .low-maintain-wrapper .description h2 {
  font-size: 1.8rem;
  margin: 40px 0 20px 0;
}

.section-popular h2 {
  text-align: center;
  padding: 3rem 0 2rem 0;
  font-size: 1.8rem;
}
@media only screen and (min-width: 800px) {
  .section-popular h2 {
    padding: 3rem 0 5rem 0;
  }
}

.search-results .search-results-info p {
  font-family: "Gelasio", georgia, times, "times new ";
}

.archive article .content-excerpt p,
.search-results article .content-excerpt p {
  line-height: 1.5;
}

.archive h2,
.search-results h2 {
  margin: 20px 0 60px 0;
  text-transform: capitalize;
  font-size: 1.5rem;
  background-color: #7da38d;
  padding: 30px 50px;
  color: white;
  text-align: center;
}

/* NAVIGATION======================================= */
.site-header .menus-container .menu-main ul li,
.site-header .menus-container .menu-social ul li {
  list-style-type: none;
}
.site-header .menus-container .menu-main ul li a,
.site-header .menus-container .menu-social ul li a {
  text-decoration: none;
  color: black;
}
.site-header .menus-container .menu-main ul li a:hover,
.site-header .menus-container .menu-social ul li a:hover {
  color: #5e9776;
}

/* Font awsome for social menu */
.menu-social a:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  color: #b5dbc5;
}

.menu-social a[href*="https://www.twitter.com/"]::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
}

.menu-social a[href*="https://www.facebook.com/"]::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Brands";
  content: "\f09a";
}

.menu-social a[href*="https://www.Instagram.com/"]::before {
  font-weight: 1200;
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
  color: black;
}

.menu-social a[href*="https://www.pinterest.com"]::before {
  font-weight: 1200;
  font-family: "Font Awesome 5 Brands";
  content: "\f0d2";
}

.menu-social a[href*="https://www.pinterest.com"]::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Brands";
  content: "\f0d3";
}

.category-popular .title-content-container a {
  text-decoration: none;
  color: black;
}
.category-popular .title-content-container button a {
  color: white;
}

.section-low-maintain .low-maintain-wrapper .description button a {
  color: white;
  text-decoration: none;
}
.section-low-maintain .low-maintain-wrapper .image-title-container .title a {
  color: white;
  text-decoration: none;
}

.archive article .title-image a,
.search-results article .title-image a {
  text-decoration: none;
  color: black;
}
.archive article .content-excerpt button a,
.search-results article .content-excerpt button a {
  color: white;
  text-decoration: none;
}

button {
  font-family: "Source Sans Pro", georgia, times, "times new ";
  -webkit-appearance: none;
  -moz-appearance: none;
  border: unset;
  border-radius: 70px;
  background-color: #7da38d;
}
button a {
  font-family: "Source Sans Pro", georgia, times, "times new ";
  font-weight: 300;
}

button:hover {
  background-color: #5e9776;
}

.site-header .menus-container .menu-main ul .current-menu-item a {
  color: #5e9776;
}

.nav-links {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  margin-bottom: 40px;
  justify-content: center;
}
.nav-links .nav-next, .nav-links .nav-previous {
  padding: 5px 15px;
  border: 1px solid #7da38d;
  border-radius: 50px;
}
.nav-links .nav-next:hover a, .nav-links .nav-previous:hover a {
  color: #5e9776;
}
.nav-links .nav-next:hover ::before, .nav-links .nav-previous:hover ::before {
  color: white;
}
.nav-links .nav-next:hover ::after, .nav-links .nav-previous:hover ::after {
  color: white;
}
.nav-links .nav-previous:before {
  content: "<<";
  padding: 0 5px;
  color: #7da38d;
}
.nav-links .nav-next:after {
  content: ">>";
  padding: 0 5px;
  color: #7da38d;
}
.nav-links a {
  text-decoration: none;
  color: gray;
  font-family: "Source Sans Pro", georgia, times, "times new ";
}

/* LAYOUT============================================*/
/*   Hero section========================== */
.section-hero .image-content-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  margin: auto;
  text-align: center;
  z-index: -1;
}
.section-hero .image-content-container .blog-post-thumbnail {
  background: linear-gradient(rgb(2, 62, 27), rgb(195, 55, 100));
}
.section-hero .image-content-container img {
  width: 2000;
  height: 470px;
  object-fit: cover;
  opacity: 0.7;
}
.section-hero .image-content-container .content-container {
  position: absolute;
  grid-column: 1/-1;
  grid-row: 1/-1;
  max-width: 90%;
  z-index: 10;
  border: 20px solid rgba(255, 255, 255, 0);
  box-shadow: inset 0px 0px 0px 1px #7da38d;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  line-height: 1.5;
  padding: 40px 10px;
  margin: 0 20px 0 20px;
}
.section-hero .image-content-container .blog-post-thumbnail {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
@media only screen and (min-width: 800px) {
  .section-hero .image-content-container {
    margin-bottom: 40px;
  }
  .section-hero .image-content-container img {
    height: 600px;
  }
  .section-hero .image-content-container .content-container {
    line-height: 1.5;
    padding: 80px 4rem;
    max-width: 900px;
  }
}

/*   popular cactus section========================== */
.section-popular .category-popular {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: "";
  align-items: "";
  max-width: 95%;
  margin: auto;
  align-content: center;
}
.section-popular .category-popular .title-content-container {
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: white;
  position: relative;
  top: -3rem;
  padding: 30px 2rem;
  margin-left: 30px;
  margin-right: 30px;
  box-sizing: border-box;
  border: 20px solid white;
  box-shadow: inset 0px 0px 0px 1px #d4edde, rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.section-popular .category-popular .title-content-container p {
  line-height: 1.5rem;
  padding: 20px 0;
}
.section-popular .category-popular .title-content-container button {
  padding: 12px 30px;
}
@media only screen and (min-width: 800px) {
  .section-popular {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .section-popular h2 {
    grid-column: 1/-1;
  }
  .section-popular article:last-of-type {
    margin-bottom: 40px;
  }
  .section-popular .category-popular .title-content-container {
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px 1rem;
  }
}
@media only screen and (min-width: 1000px) {
  .section-popular {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: "";
    align-items: "";
  }
  .section-popular .category-popular {
    grid-template-columns: 0.8fr 1fr;
    max-width: 1200px;
    margin-bottom: 110px;
  }
  .section-popular .category-popular .blog-post-thumbnail {
    margin-right: 2rem;
  }
  .section-popular .category-popular .title-content-container {
    grid-column: 1/2;
    grid-row: 1/3;
    margin: 30px 0 30px 0;
    right: -2rem;
    top: unset;
    padding: 30px 3rem;
  }
  .section-popular .category-popular:nth-of-type(2) {
    grid-template-columns: 1fr 0.8fr;
  }
  .section-popular .category-popular:nth-of-type(2) .blog-post-thumbnail {
    grid-column: 1/2;
    grid-row: 1/3;
    padding: 0;
    margin-right: 0;
    margin-left: 2rem;
  }
  .section-popular .category-popular:nth-of-type(2) .title-content-container {
    grid-column: 2/3;
    grid-row: 1/3;
    left: -2rem;
  }
}

/*   Low maintain section========================== */
.section-low-maintain .low-maintain-wrapper {
  background-color: white;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  grid-gap: 20px;
  max-width: 95%;
}
.section-low-maintain .low-maintain-wrapper .description {
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  background-color: white;
}
.section-low-maintain .low-maintain-wrapper .description p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.section-low-maintain .low-maintain-wrapper .description button {
  padding: 12px 40px;
  margin-bottom: 30px;
  max-width: 200px;
}
.section-low-maintain .low-maintain-wrapper .image-title-container {
  display: flex;
  position: relative;
  overflow: hidden;
}
.section-low-maintain .low-maintain-wrapper .image-title-container .title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.5s;
  background: linear-gradient(0deg, rgba(58, 71, 63, 0.8970938717) 0%, rgba(85, 161, 113, 0.0287465328) 81%);
}
.section-low-maintain .low-maintain-wrapper .image-title-container .title a {
  align-self: flex-end;
  margin-bottom: 50px;
  padding: 50px 50px 0 50px;
}
.section-low-maintain .low-maintain-wrapper .image-title-container .title h3 {
  text-align: center;
  margin-bottom: 12px;
}
.section-low-maintain .low-maintain-wrapper .image-title-container:hover .title {
  transform: translateY(0);
}
@media only screen and (min-width: 750px) {
  .section-low-maintain {
    /* low-maintain section----------- */
    background-color: #d4edde;
    padding: 110px 0;
  }
  .section-low-maintain .low-maintain-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
  }
  .section-low-maintain .low-maintain-wrapper .description {
    max-width: 90%;
    margin-top: 10px;
  }
  .section-low-maintain .low-maintain-wrapper .description h2 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-low-maintain {
    /* low-maintain section------------- */
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 60px;
  }
  .section-low-maintain .low-maintain-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1250px;
  }
  .section-low-maintain .low-maintain-wrapper .description {
    max-width: 80%;
    padding: 0 20px;
  }
}

/* single page---------------------------- */
.single article,
.page-id-152 article {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  max-width: 95%;
  margin: auto;
}
.single article .title-image,
.page-id-152 article .title-image {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.single article .title-image .post-title-wrapper,
.page-id-152 article .title-image .post-title-wrapper {
  position: absolute;
  justify-self: flex-start;
  z-index: 100;
  width: 100%;
  text-align: center;
}
.single article .title-image .post-title-wrapper h3,
.page-id-152 article .title-image .post-title-wrapper h3 {
  font-size: 2rem;
  opacity: unset;
  color: white;
  padding: 30px 0;
  text-shadow: 1px 1px 15px black;
}
.single article .title-image .blog-post-thumbnail,
.page-id-152 article .title-image .blog-post-thumbnail {
  max-height: 550px;
  max-width: 100%;
  object-fit: cover;
  overflow: hidden;
  background: linear-gradient(rgb(2, 62, 27), rgb(195, 55, 100));
}
.single article .title-image .blog-post-thumbnail img,
.page-id-152 article .title-image .blog-post-thumbnail img {
  opacity: 0.6;
}
.single article .content-excerpt h3,
.page-id-152 article .content-excerpt h3 {
  text-align: left;
  padding: 15px 0 5px 0;
}
.single article .content-excerpt .wp-block-media-text__content p,
.page-id-152 article .content-excerpt .wp-block-media-text__content p {
  padding-top: 20px;
}
.single article .content-excerpt p,
.page-id-152 article .content-excerpt p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.single article .content-excerpt h3:nth-of-type(1),
.page-id-152 article .content-excerpt h3:nth-of-type(1) {
  padding-top: 30px;
}
@media only screen and (min-width: 800px) {
  .single article,
.page-id-152 article {
    max-width: 100%;
  }
  .single article .title-image .post-title-wrapper h3,
.page-id-152 article .title-image .post-title-wrapper h3 {
    font-size: 3rem;
    opacity: unset;
    color: white;
    padding: 30px 0;
    text-shadow: 1px 1px 15px rgb(66, 65, 65);
  }
  .single article .content-excerpt,
.page-id-152 article .content-excerpt {
    padding: 0 30px;
    max-width: 800px;
    margin: auto;
  }
  .single article .content-excerpt p,
.page-id-152 article .content-excerpt p {
    line-height: 1.5;
    padding-top: 0;
  }
  .single article .content-excerpt .wp-block-media-text__content p,
.page-id-152 article .content-excerpt .wp-block-media-text__content p {
    padding-top: 0;
  }
  .single article .content-excerpt p:last-of-type,
.page-id-152 article .content-excerpt p:last-of-type {
    margin-bottom: 60px;
  }
  .single article .content-excerpt h3,
.page-id-152 article .content-excerpt h3 {
    font-size: 1.2rem;
  }
  .single article .content-excerpt .wp-block-media-text,
.page-id-152 article .content-excerpt .wp-block-media-text {
    margin: 25px auto 15px auto;
  }
}

.page-id-152 article .content-excerpt h3:nth-of-type(1) {
  padding: 0;
}

/* Archive page -----------------------------------*/
.archive article,
.search-results article {
  max-width: 95%;
  margin-bottom: 30px;
  margin: auto;
  text-align: center;
  padding-bottom: 50px;
}
.archive article .title-image,
.search-results article .title-image {
  display: flex;
  flex-flow: column nowrap;
  justify-content: "";
  align-items: "";
  display: flex;
  flex-flow: column nowrap;
}
.archive article .title-image .post-title-wrapper,
.search-results article .title-image .post-title-wrapper {
  order: 2;
  margin: 25px 0 10px 0;
}
.archive article .content-excerpt p,
.search-results article .content-excerpt p {
  margin-bottom: 20px;
}
.archive article .content-excerpt button,
.search-results article .content-excerpt button {
  padding: 12px 30px;
  border-radius: 50px;
}
@media only screen and (min-width: 650px) {
  .archive .site-main,
.search-results .site-main {
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
  }
  .archive .site-main h2,
.search-results .site-main h2 {
    grid-column: 1/-1;
    font-size: 2rem;
    padding: 30px 100px;
  }
  .archive .site-main article,
.search-results .site-main article {
    margin: unset;
    margin-bottom: 60px;
  }
  .archive .content-excerpt,
.search-results .content-excerpt {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 650px) and (min-width: 1100px) {
  .archive .site-main,
.search-results .site-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* contact us -------------------------------------- */
.page-id-152 article .title-image .blog-post-thumbnail {
  max-height: 400px;
}
.page-id-152 article .content-excerpt {
  margin-top: 50px;
}
.page-id-152 article h3 {
  font-size: 2rem;
}

/* SEARCH---------------------------------------------- */
.search-results .search-results-info {
  grid-column: 1/-1;
  margin: 20px 0 60px 0;
  text-transform: capitalize;
  font-size: 1.5rem;
  background-color: #7da38d;
  padding: 30px 50px;
  color: white;
  text-align: center;
}

.error404 footer,
.search-no-results footer {
  margin-top: 0;
}
.error404 .content-area,
.search-no-results .content-area {
  background-color: #d4edde;
}
.error404 .wrapper,
.search-no-results .wrapper {
  padding: 80px 20px 80px 20px;
}
.error404 .wrapper .text-image,
.search-no-results .wrapper .text-image {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 750px) {
  .error404 .wrapper .text-image,
.search-no-results .wrapper .text-image {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
}
.error404 .wrapper .text-image p,
.search-no-results .wrapper .text-image p {
  font-size: 1.5rem;
  text-align: center;
}
.error404 .wrapper .text-image h2,
.search-no-results .wrapper .text-image h2 {
  font-size: 1.5rem;
  color: #7da38d;
  text-align: center;
}
.error404 .wrapper .text-image .image,
.search-no-results .wrapper .text-image .image {
  background-image: url(images/404.png);
  background-position: center;
  background-size: 200px;
  background-repeat: no-repeat;
  width: 360px;
  height: 350px;
}
@media only screen and (min-width: 750px) {
  .error404 .wrapper .text-image h2,
.search-no-results .wrapper .text-image h2 {
    font-size: 3rem;
  }
}

.single,
.search-results,
.search-no-results {
  display: grid;
  grid-template-rows: 0.1fr 2fr 0.1fr;
  min-height: 100vh;
}
.single footer,
.search-results footer,
.search-no-results footer {
  grid-row: 3/4;
}

.current-menu-parent {
  color: #5e9776;
}

.site-header .menus-container .menu-main #menu-main-menu {
  padding-left: 0;
}

.site-header {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
  position: sticky;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  background-color: white;
  /*  // only for the line--------- */
  /* Search form */
}
.site-header .horizental-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 100%;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  backdrop-filter: blur(4px);
  z-index: 120;
  min-height: 500px;
  background: rgba(37, 37, 37, 0.8);
  margin-top: 159px;
}
@media only screen and (min-width: 600px) {
  .site-header .horizental-menu {
    display: none;
  }
}
.site-header .horizental-menu ul {
  display: flex;
  flex-flow: column nowrap;
  justify-content: "";
  align-items: flex-start;
  gap: 30px;
  margin-top: 40px;
  padding: 0;
}
.site-header .horizental-menu ul .current-menu-item a {
  color: #5e9776;
  font-weight: 400;
}
.site-header .horizental-menu ul li {
  list-style-type: none;
  width: 300px;
  border-bottom: 1px solid rgb(198, 196, 196);
  display: block;
}
.site-header .horizental-menu ul li a {
  text-decoration: none;
  color: white;
  font-weight: 300;
}
.site-header .horizental-menu ul li a:hover {
  color: #5e9776;
}
.site-header .sliding-added {
  transform: translateX(0);
  opacity: 100;
}
.site-header .menu-main {
  display: none;
}
.site-header .site-branding {
  margin: 10px 0;
}
.site-header .site-branding .custom-logo-link img {
  width: 100px;
  height: auto;
}
@media only screen and (min-width: 600px) {
  .site-header .site-branding .custom-logo-link img {
    width: 160px;
  }
}
.site-header .menus-wrapper {
  width: 100%;
  border-top: 1px solid #d4edde;
}
.site-header .searchform {
  display: flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: unset;
  margin: 5px 0;
}
.site-header .searchform input {
  padding: 3px 5px;
  max-width: 150px;
  border-radius: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #7da38d;
  align-self: center;
}
@media only screen and (min-width: 600px) {
  .site-header .searchform input {
    padding: 5px 15px;
    max-width: 200px;
  }
}
.site-header .searchform input:focus {
  outline: unset;
}
.site-header .searchform #searchsubmit {
  background-color: #7da38d;
  padding: 3px 10px;
  color: white;
}
@media only screen and (min-width: 600px) {
  .site-header .searchform #searchsubmit {
    padding: 5px 15px;
  }
}
.site-header .searchform #searchsubmit:hover {
  background-color: #5e9776;
}
.site-header .menus-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 95%;
  margin: auto;
}
@media only screen and (min-width: 600px) {
  .site-header .menus-container {
    max-width: 1250px;
    padding: 0 20px;
    margin: auto;
  }
  .site-header .menus-container #searchsubmit {
    margin-bottom: 0;
  }
  .site-header .menus-container .menu-main {
    display: unset;
  }
  .site-header .menus-container .horizental-menu, .site-header .menus-container .humbergar {
    display: none;
  }
  .site-header .menus-container #searchsubmit {
    margin-bottom: 0;
  }
}
.site-header .menus-container .menu-main ul,
.site-header .menus-container .menu-social ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.navbar-scroll {
  background-color: rgba(255, 255, 255, 0.8);
}

/* Footer================================== */
.site-footer {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0 10px 0;
  border-top: #e4f1ea 1px solid;
  margin-top: 40px;
}
.site-footer .menus-container .menu-social ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0%;
}
.site-footer .menus-container .menu-social ul li {
  list-style: none;
}
.site-footer .menus-container .menu-social ul li:hover a:before {
  color: #5e9776;
}
@media only screen and (min-width: 800px) {
  .site-footer {
    padding: 20px 0 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer {
    margin-top: 0;
  }
}

.humbergar {
  cursor: pointer;
}

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