/* Any SCSS file that needs to be pulled into other SCSS files */
/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Oswald:600,700");

/* Colors */
/* Sizes */
.title-section {
  display: block;
  /* overflow: hidden; */
  margin: 3em auto 5em;
}

.title-section img {
  position: absolute;
  width: 4em;
}

.title-section .text-cont {
  float: left;
  margin-left: 5em;
  display: inline-block;
  width: 60%;
}

.title-section .text-cont h2 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5em;
  margin-bottom: 0.5em;
}

#toggle-tag-btn {
  border: 0;
  padding: 0.5em 1em;
  display: block;
  margin: 2em auto;
  border-radius: 3px;
  outline: 0;
  background: #fff;
  color: #192c51;
  @incude acumin-normal();
  transition: all 0.25s ease;
}

#toggle-tag-btn.active {
  color: #fff;
  background: var(--mssoy-green);
}

.filter-section {
  background: #f5f5f5;
  overflow: hidden;
  transition: all 0.25s ease;
}

.filter-section>.inner {
  padding-top: 2em;
  overflow: hidden;
  padding-bottom: 2em;
}

.filter-section>.inner .title {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}

.filter-section>.inner .title h3, .filter-section legend {
  color: #707070;
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1rem;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1rem;
}

.filter-section>.inner .topic {
  display: inline-block;
  overflow: hidden;
  width: 66%;
  padding-right: 5%;
  float: left;
}

.filter-section>.inner .topic.full {
  width: 100%;
}

.filter-section>.inner .topic.full .filter-item {
  width: 33%;
}

.filter-section>.inner .topic .filter-item {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0 1em 1em 0;
}

.filter-section>.inner .season {
  display: inline-block;
  overflow: hidden;
  width: 33%;
  float: left;
}

.page-tools {
  padding: 2.5em 0 1.5em;
  overflow: hidden;
}

.page-tools .search-info {
  width: 100%;
  margin-bottom: 2.5em;
}

.page-tools .search-info h3 {
  font-size: 1.75em;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.page-tools .search-info h3 span {
  font-size: 1em;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.page-tools .num-results {
  float: left;
  display: inline-block;
}

.page-tools .num-results p {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 1.25em;
}

.page-tools .refine-results {
  float: right;
  display: inline-block;
}

.page-tools .refine-results input {
  outline: 0;
  background: url("../../assets/images/mag-icon-grey.png") no-repeat right;
  background-position: 98%;
  border-radius: 5px;
  padding: 0.25em;
  width: 15em;
  border: 2px solid #e1e1e1;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.page-tools .refine-results #search-page-field {
  width: 13em;
  height: 2.25em;
  display: inline-block;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  float: left;
}

.page-tools .refine-results #search-page-btn {
  width: 2em;
  height: 2.25em;
  display: inline-block;
  border: 2px solid #e1e1e1;
  background: url("../../assets/images/mag-icon-grey.png") no-repeat center;
  background-size: 60%;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  outline: 0;
  float: left;
}

/* .posts-section {
  overflow: hidden;
} */
/* .posts-section {
  list-style: none;
  margin: 0;
  padding: 0;
} */
/* .posts-section.grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 30px;
} */

/* Pagination */
.page-link, .page-link:hover, .page-link:focus {
  color: var(--mssoy-green);
}
.pager__item--ellipsis {
  display: none;
}
/* .pagination {
  overflow: hidden;
  display: table;
  margin: 2em auto;
  padding: 1em;
}

.pagination .pagination-arrow {
  cursor: pointer;
  float: left;
  height: 1em;
  width: 1em;
  border-top: 1px solid #000;
  display: inline-block;
  margin-top: 0.25em;
}

.pagination .pagination-arrow.left-arrow {
  border-left: 1px solid #000;
  transform: rotate(-45deg);
  margin-left: 1em;
}

.pagination .pagination-arrow.right-arrow {
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin-right: 1em;
}

.pagination input {
  float: left;
  display: inline-block;
  background: none;
  border: none;
  border-bottom: 1px solid #000;
  width: 2em;
  outline: 0;
  text-align: right;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #676a6b;
}

.pagination p {
  float: left;
  display: inline-block;
} */

.back {
  margin-left: 1.5em;
  position: relative;
}

.back a {
  color: #000;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 1.5em 0 2em 0.5em;
  display: block;
  outline: 0;
  border: 0;
  font-size: 1.15em;
}

.back a:before {
  content: "";
  position: absolute;
  left: -1em;
  height: 1em;
  width: 1em;
  top: 0.3em;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
}

.post-detail-container h3 {
  color: var(--mssoy-green);
  font-size: 1.25em;
  margin: 1em 0 2em;
}

.post-detail-container h3.title {
  margin: 0;
  text-transform: uppercase;
}

.post-detail-container h3.subtitle {
  font-size: 1.1em;
  margin: 0;
  text-transform: uppercase;
}

/* .post-detail-container h1,
.post-detail-container h2,
.content-title h1 {
  color: var(--mssoy-green);
  font-size: 1.75em;
  margin: 0.5em 0;
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
} */

.post-detail-container h4 {
  color: var(--mssoy-green);
  font-size: 1.25em;
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 400;
  font-style: italic;
  margin: 0.5em 0 1em;
}

.post-detail-container p {
  margin: 1em 0;
}

.post-detail-container .image-with-caption {
  text-align: center;
  margin: 1.5em 0;
}

.post-detail-container .image-with-caption img {
  max-width: 100%;
  margin: auto;
  display: block;
}

.post-detail-container .image-with-caption p {
  margin: 0.5em 2em 0;
}

.post-detail-container .image-with-caption p span {
  font-size: 0.85em;
  color: #676a6b;
}

.post-detail-container .post-has-attachment a {
  color: var(--mssoy-green);
  font-size: 1.25em;
  margin: 1.5em 0;
  display: block;
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
}

.post-detail-container .post-has-attachment a img {
  float: left;
  height: 2em;
  margin: -0.5em 0.5em 0 0;
}

.post-detail-container h5 {
  margin: 2em 0;
  font-size: 0.85em;
  color: var(--mssoy-green);
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 400;
  font-style: normal;
}

.post-detail-container .post-detail-share p {
  font-size: 0.85em;
  margin: 0 0.5em 0 0;
  float: left;
  color: var(--mssoy-green);
}

.post-detail-container .post-detail-share img {
  margin: 0 0.5em 0 0;
  float: left;
}

.filter-item {
  margin: 0 1em 1em 0;
}

.filter-item input {
  display: none;
}

.filter-item input:checked+label {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.filter-item input:checked+label .checkbox:before {
  visibility: visible;
  opacity: 1;
}

.filter-item label {
  color: var(--mssoy-green);
  cursor: pointer;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.15s ease;
}

.filter-item label .checkbox {
  margin-right: 0.5em;
  height: 1em;
  width: 1em;
  background: transparent;
  border: 2px solid var(--mssoy-green);
  display: inline-block;
  cursor: pointer;
}

.filter-item label .checkbox:before {
  visibility: hidden;
  opacity: 0;
  content: "";
  background: url("../../assets/images/checkmark.png") center no-repeat;
  background-size: 100%;
  position: absolute;
  right: -0.25em;
  top: -0.25em;
  height: 1em;
  width: 1em;
  transition: all 0.15s ease;
}

.subscribe-body {
  padding: 4em 0;
}

.subscribe-body h1,
.subscribe-body h2,
.subscribe-body h3,
.subscribe-body h4,
.subscribe-body h5,
.subscribe-body h6 {
  color: var(--mssoy-green);
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin: 1em 0;
}

.subscribe-body p {
  font-family: Arial, sans-serif;
  line-height: 1.73em;
  color: #9b9b9b;
}

.subscribe-form .form-group {
  padding: 0.5em 0;
}

.subscribe-form .form-group.submit {
  text-align: center;
  padding: 2em 0 3em;
}

.subscribe-form .form-group label {
  display: block;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  color: #9b9b9b;
  letter-spacing: 0.1em;
}

.subscribe-form .form-group input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #eeeeee;
  color: #000;
  border: 0;
  padding: 0.25em;
  width: 100%;
  outline: 0 !important;
}

.subscribe-form .form-group button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 !important;
  text-transform: uppercase;
  background-color: var(--mssoy-green);
  display: inline-block;
  padding: 0.75em 5em;
  border: 0;
  color: #fff;
  font-family: "Oswald", sans-serif;
}

.variety-selector iframe {
  border: 0;
  outline: 0;
  width: 100%;
  height: 1200px;
}

.variety-selector .mobile-alert {
  display: none;
}

.loadingcontainer {
  width: 100%;
  height: 10em;
  text-align: center;
}

.loadingcontainer p {
  color: var(--mssoy-green);
  font-size: 1.25em;
  text-transform: uppercase;
}

.loadingcontainer .loading {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(23, 161, 99, 0.5);
  border-left-color: #17a163;
  border-radius: 999px;
  margin: -25px 0 0 -25px;
  height: 50px;
  width: 50px;
  animation: animation-rotate 1000ms linear infinite;
}

.loadingcontainer .loading:before,
.loadingcontainer .loading:after {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(23, 161, 99, 0.5);
  border-left-color: #17a163;
  border-radius: 999px;
}

.loadingcontainer .loading:before {
  content: "";
  margin: -23px 0 0 -23px;
  height: 44px;
  width: 44px;
  animation: animation-rotate 1000ms linear infinite;
}

.loadingcontainer .loading:after {
  content: "";
  margin: -29px 0 0 -29px;
  height: 56px;
  width: 56px;
  animation: animation-rotate 2000ms linear infinite;
}

.page .v2-styles h3 {
  color: var(--mssoy-dark-gray);
  font-family: PillGothic600mg;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
}

.page .v2-styles h3.center {
  text-align: center;
}

.page .v2-styles h4 {
  color: var(--mssoy-dark-gray);
  font-family: PillGothic600mg;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 5px 0;
  padding: 0;
}

.page .v2-styles h4.center {
  text-align: center;
}

.page .v2-styles h4.green {
  color: #18A163;
}

.page .v2-styles p.indent {
  margin-left: 20px;
}

.page .v2-styles ul,
.page .v2-styles ol {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0 0 20px 20px;
  padding: 0 0 0 10px;
}

.page .v2-styles ul.indent,
.page .v2-styles ol.indent {
  margin-left: 30px;
}

.page .v2-styles ul {
  list-style: square;
}

.page .v2-styles ol {
  list-style: decimal;
}

.page .v2-styles li {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19px;
  color: var(--mssoy-dark-gray);
  line-height: 30px;
  margin: 0;
  padding: 0;
}

.page .v2-styles a {
  font-family: 'Source Sans Pro', sans-serif;
}

@keyframes animation-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1000px) {

  .page-tools .num-results,
  .page-tools .refine-results {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }

  .filter-section>.inner .topic {
    width: 50%;
  }

  .filter-section>.inner .topic .filter-item {
    width: 100%;
    float: none;
  }

  .filter-section>.inner .season {
    width: 50%;
  }

  .variety-selector iframe {
    display: none;
  }

  .variety-selector .mobile-alert {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .filter-section>.inner .topic {
    width: 45%;
  }

  .filter-section>.inner .season {
    width: 55%;
  }
}

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