@charset "UTF-8";
/*
Theme Name: My DCC
Theme URI: https://dev.diabitescarecommunite.com/
Description: The custom child theme based on Genesis Framework.
Author: Eradium
Author URI: https://www.Eradium.com
Version: 1.1.1
Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks
Template: genesis
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dcc-2021
Requires at least: 5.4
Requires PHP: 5.6
*/
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap");
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 992px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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: 1px dotted ButtonText;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/*- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
 */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #2166B1;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #4D90D6;
  text-decoration: none;
}

p {
  margin: 0 0 28px;
  padding: 0;
  line-height: 1.4;
  font-size: 18px;
}

ol,
ul {
  margin: 0 0 28px;
  padding: 0;
}

li {
  list-style-type: none;
  line-height: 1.4;
  font-size: 18px;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #2166B1;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}

.entry-content h4 {
  margin-top: 40px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

z embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #4D90D6;
  outline: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

::placeholder {
  color: #333;
  opacity: 1;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.site-container div.wpforms-container-full .wpforms-form input[type=submit],
.site-container div.wpforms-container-full .wpforms-form button[type=submit],
.button {
  background-color: #2166B1;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.button:focus,
.button:hover {
  background-color: #4D90D6;
  border-width: 0;
  color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=button]:disabled,
.site-container input[type=button]:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #4D90D6;
  cursor: not-allowed;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

.flex {
  display: flex;
}

/*Structure and Layout
- Site Container
- Site Inner

 */
/* Structure and Layout
---------------------------------------------------------------------------- */
/* Container class to center everything and give some padding */
.container {
  width: 100%;
  max-width: 1200px;
  /* Or any max-width you prefer */
  margin: 0 auto;
  padding: 0 15px;
  /* Padding on the sides */
  box-sizing: border-box;
}

/* Row class to clear floats after columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Column classes */
.col-half,
.col-third {
  float: left;
  padding: 0 15px;
  /* Padding between columns */
  box-sizing: border-box;
}

.col-full-height {
  height: 100%;
}

.col-full-width {
  width: 100% !important;
}

/* Setting the width of columns */
.col-half {
  width: 50%;
}

.col-third {
  width: 33.3333%;
}

/* Responsive adjustments - if you want columns to stack on smaller screens */
@media (max-width: 768px) {
  .col-half,
.col-third {
    width: 100%;
    padding: 0 15px;
  }
}
/* Site Container
--------------------------------------------- */
.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
}

.site-inner {
  padding: 0 15px 30px 15px;
}

/*- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress

 */
/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}

.alignright .avatar {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
  margin-top: 10px;
}

.widget_search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.archive-description.taxonomy-archive-description.taxonomy-description h1 {
  font-family: "Source Sans Pro", sans-serif;
  color: #2167b1;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}

.entry-title {
  font-size: 30px;
  margin-bottom: 10px;
}

h1.entry-title {
  font-size: 30px;
  margin-bottom: 10px;
  color: #2166B1;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #0073e5;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/*Ad slots*/
.top-ad-container {
  width: 100%;
  display: flex;
  background: #F7F7F7;
}

.ad-container, .ad-container-content {
  clear: both;
  overflow-x: auto;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .widget-wrap .ad-container {
    /*text-align: left;*/
  }
}
.ad-container-top-leaderboard, .ad-container-bottom-leaderboard {
  overflow-x: auto;
  display: block;
  clear: both;
  min-width: 320px;
  max-width: 970px;
  min-height: 50px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  text-align: center;
}

.ad-container-content span, .ad-container span {
  color: #111111;
  font-size: 12px;
  font-weight: 400;
}

h3.wp-block-heading {
  color: #2166B1;
}

ul.wp-block-list li {
  list-style-type: disc;
  margin-bottom: 1rem;
  padding-left: 5px;
}

.my-custom-class {
  max-width: 100%;
  height: auto;
}

.custom-image-wrap {
  text-align: center;
  margin: 30px auto;
  display: block;
}
.custom-image-wrap .my-custom-class {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.contact.text-area {
  padding: 0 20px;
}

.wpforms-submit-container {
  padding: 10px 20px !important;
}

.contact.text-area {
  padding: 0 20px !important;
}

.contact.radio {
  padding: 0 20px !important;
}

.contact.text {
  padding: 0 20px !important;
}

.contact.button {
  padding: 10px 25px !important;
}

.site-container .wp-block-button .wp-block-button__link {
  background-color: #2166B1 !important;
}

h3.wp-block-heading.has-text-color a {
  text-decoration: none;
  color: #2166B1;
}

figure.wp-block-image.size-full.fix-aspect {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

figure.wp-block-image.size-full.fix-aspec img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/*
- Widgets
	- Featured Content
 */
/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

.join-widget {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}

.join-widget .join-bottom {
  text-align: center;
  padding: 15px 0;
  color: #333333;
}

.join-widget button.cta-button {
  margin: 15px auto;
  display: block;
  line-height: 1.1;
  padding: 8px 25px;
  font-weight: bold;
}

.feature-recipes-widget-content, .new-recipes-widget-content {
  margin-bottom: 20px;
  border-top: solid 5px #2167B1;
  padding-top: 10px;
}
.feature-recipes-widget-content span.widget-title, .new-recipes-widget-content span.widget-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  display: block;
}
.feature-recipes-widget-content .column-1, .new-recipes-widget-content .column-1 {
  display: grid;
  grid-template-rows: repeat(3, auto);
  /* Create three rows for posts 2, 3, 4 */
  gap: 20px;
  /* Space between rows */
}
.feature-recipes-widget-content .column-1 a, .new-recipes-widget-content .column-1 a {
  text-decoration: none;
  color: #333333;
  font-size: 18px;
}
.feature-recipes-widget-content .column-1 a .post-row, .new-recipes-widget-content .column-1 a .post-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Adjust for image size and content */
  gap: 20px;
}
.feature-recipes-widget-content .column-1 a .post-row .thumbnail-box, .new-recipes-widget-content .column-1 a .post-row .thumbnail-box {
  width: 100%;
  aspect-ratio: 4/3;
}
.feature-recipes-widget-content .column-1 a .post-row .thumbnail-box img, .new-recipes-widget-content .column-1 a .post-row .thumbnail-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-recipes-widget-content .column-1 h2, .new-recipes-widget-content .column-1 h2 {
  font-size: 18px;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

/*
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
 */
/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px;
}

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px;
}

.enews-widget input {
  font-size: 16px;
  margin-bottom: 10px;
}

.after-entry .enews-widget input {
  text-align: center;
}

.enews-widget input[type=submit] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #0073e5;
}

.gs-faq__question::after {
  content: "";
  font-family: dashicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

.gs-faq__question.gs-faq--expanded::after {
  content: "";
}

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
  margin-bottom: 30px;
}

.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: unset;
  overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 10px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
  padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px;
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select {
  padding-left: 6px;
  height: 42px;
}

/*
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
 */
/* skip links*/
ul.genesis-skip-link {
  display: none;
}

.dcc-banner-under-header-container {
  width: 100%;
}

.dcc-banner-under-header {
  margin: auto;
  width: fit-content;
}

.dcc-banner-under-header {
  display: flex;
  align-content: center;
  align-items: center;
}

.dcc-banner-under-header-container-wrap {
  height: fit-content;
  background: #2166b1;
  display: flex;
  align-content: baseline;
}

.dcc-banner-under-header-text {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 700;
  display: flex;
  margin: 0;
  padding: 9px;
  align-content: center;
  align-items: center;
  text-align: center;
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}

.genesis-nav-menu a {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #4D90D6;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
}

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.js .nav-primary {
  position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none;
}

.menu-toggle {
  display: none;
}

.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #2166B1;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #2166B1;
}

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0;
  position: relative;
  z-index: 1000;
}

.menu-toggle.activated::before {
  content: "";
}

.site-header .dashicons-before::before {
  transition: none;
}

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}

.wp-custom-logo .title-area {
  display: none;
}
@media screen and (min-width: 992px) {
  .wp-custom-logo .title-area {
    display: block;
    padding-top: 6px;
    width: fit-content;
    float: left;
  }
  .wp-custom-logo .title-area img.custom-logo {
    max-width: 150px;
  }
}

img.custom-logo.mobile {
  width: 60px;
  padding: 0 10px;
}
@media screen and (min-width: 992px) {
  img.custom-logo.mobile {
    display: none;
  }
}

img.custom-logo.desktop-only {
  display: none;
}
@media screen and (min-width: 992px) {
  img.custom-logo.desktop-only {
    display: block;
  }
}

.header-logos-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

span.is-out-of-screen {
  position: absolute !important;
  left: -9000px;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  width: 1px;
}

/*
.logo-dcc {
  width: 128px;
  height: 41px;
  background: url(/wp-content/uploads/2023/10/dcc_logoupdated-200x58-1.png);
  background-size: contain;
  background-position: 0 center;
  background-repeat: no-repeat;
}
.logo-mydcc {
  width: 114px;
  height: 41px;
  background: url(/wp-content/uploads/2024/01/MyDCC-logo-pllaceholder.png);
  background-size: contain;
  background-position: 0 center;
  background-repeat: no-repeat;
  margin-left: 40px;

}

 */
.header-logos-container::after {
  content: "";
  position: absolute;
  background-color: #2166B1;
  width: 1px;
  height: 32px;
  left: 120px;
}
@media screen and (min-width: 992px) {
  .header-logos-container::after {
    height: 40px;
    top: 0;
  }
}

/* Header Menu
--------------------------------------------- */
#mega-menu-wrap-primary .mega-menu-toggle {
  display: flex;
}
@media screen and (min-width: 992px) {
  #mega-menu-wrap-primary .mega-menu-toggle {
    display: none;
  }
}

.nav-primary {
  clear: left;
  width: 100%;
}

.nav-secondary {
  margin-top: 10px;
  display: none;
}

/* Mega menu */
#mega-menu-wrap-primary .mega-search-wrap {
  border: solid 1px #d4e9fc;
  border-radius: 5px;
  height: 30px;
}

#mega-menu-wrap-primary .mega-search-wrap input[type=text] {
  height: 28px !important;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu li {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

li.menu-item.menu-item-logout,
li.menu-item.menu-item-signin {
  display: list-item;
  margin: 0;
  clear: both;
  border: 0;
}
@media screen and (min-width: 992px) {
  li.menu-item.menu-item-logout,
li.menu-item.menu-item-signin {
    display: inline-block;
  }
}
li.menu-item.menu-item-logout a,
li.menu-item.menu-item-signin a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  margin-left: 15px;
}

i.fa.fa-sign-in,
i.fa.fa-sign-out,
i.fa.fa-info,
i.fa.fa-info-circle {
  margin-right: 0.5rem;
}

#menu-item-account .fa.fa-sign-out, #menu-item-account .fa.fa-user {
  margin-right: 10px;
  color: #2166B1;
}
#menu-item-account a {
  font-weight: 600;
}

/* Footer Menu
--------------------------------------------- */
/*
.nav-secondary {
    margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
    line-height: 1.5;
}

.nav-secondary .menu-item {
    display: inline-block;
}

.nav-secondary a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}
*/
/*Customizations*/
nav.nav-secondary .wrap {
  display: none;
}

header.site-header {
  box-shadow: none;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 0 5px 3px rgba(215, 215, 215, 0.5);
}

nav.nav-secondary.genesis-responsive-menu {
  text-align: right;
}

@media only screen and (min-width: 992px) {
  nav.nav-secondary .wrap {
    display: block;
    text-align: right;
  }

  header .wrap, nav.nav-secondary {
    display: flex;
    max-width: 1320px;
    margin: auto;
  }

  nav.nav-secondary.genesis-responsive-menu {
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  nav#genesis-nav-primary {
    width: calc(100% - 210px);
    float: right;
  }
}
#mega-menu-wrap-primary #mega-menu-primary > #menu-item-account > a.mega-menu-link {
  text-transform: capitalize;
  font-weight: 600;
  color: #434346;
}

#mega-menu-wrap-primary #mega-menu-primary > #menu-item-account > a.mega-menu-link:hover {
  color: #2166B1;
}

#mega-menu-wrap-primary #mega-menu-primary #menu-item-account li.mega-menu-item.mega-menu-item-type-custom.mega-menu-item-object-custom:not(:last-child) {
  border-bottom: solid 1px #d4e9fc;
}

#mega-menu-wrap-primary #mega-menu-primary #menu-item-account #menu-item-logout a {
  color: #2166B1;
  font-weight: 600;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-menu-item-news span.mega-menu-description {
  display: none !important;
}

/*
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
 */
/* Content Area
---------------------------------------------------------------------------- */
header.entry-header {
  margin-left: 0;
  margin-right: 0;
}

/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #f5f5f5;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 18px;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 20px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #333;
  color: #fff;
}

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* Archive template

 */
.archive-post-type article.category-news.entry .entry-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media screen and (min-width: 768px) {
  .archive-post-type article.category-news.entry .entry-content {
    align-items: start;
    justify-content: space-between;
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (min-width: 992px) {
  .archive-post-type article.category-news.entry .entry-content {
    grid-template-columns: 1fr 3fr;
  }
}
.archive-post-type article.category-news.entry .entry-content img.aligncenter.post-image.entry-image {
  width: 100%;
  height: auto;
}

.archive-post-type article.category-news.entry .entry-content p {
  float: right;
  clear: none;
  display: block;
}

.archive-post-type article.category-news.entry .entry-content:before {
  content: none;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar p {
  margin-bottom: 20px;
}

/*
- Footer Widgets
- Site Footer
 */
/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  border-top: 1px solid #f4f9fe;
  background-color: #f4f9fe;
  clear: both;
  padding: 60px 0;
  color: #333;
}

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

.footer-widget-area h3.widgettitle.widget-title {
  text-transform: uppercase;
  color: #2167b1;
  font-weight: 700;
}

.footer-widget-area #mc_embed_signup_community {
  margin: -36px 0 0 0;
  padding-left: 0;
}

.footer-widget-area #mc_embed_signup_community form {
  padding-left: 0;
}

ul#menu-footer-1 a, ul#menu-footer-2 a {
  text-decoration: none;
  color: #333333;
  font-weight: 600;
}

ul#menu-footer-1 a {
  text-transform: uppercase;
}

span.footer-company-name {
  font-weight: 600;
  text-transform: uppercase;
  color: #2166B1;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #333;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 1.5;
  padding: 30px;
  text-align: center;
  color: #eaeaea;
}

.site-footer p {
  margin-bottom: 0;
}

footer.site-footer a {
  font-size: 16px;
  color: #eaeaea;
  font-weight: 600;
}

/*
- Media Queries
	- Min-width: 992px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
 */
/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}
@media only screen and (min-width: 992px) {
  /* Site Header
  --------------------------------------------- */
  .site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
  }

  .admin-bar .site-header {
    top: 32px;
  }

  .wp-custom-logo .title-area {
    margin: auto;
  }

  /* Genesis Menu
  --------------------------------------------- */
  .genesis-nav-menu .menu-item {
    display: inline-block;
  }

  .genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }

  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .genesis-nav-menu > .menu-highlight > a:focus,
.genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #0073e5;
  }

  .genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
    width: 180px;
  }

  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
  }

  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }

  /* Responsive Menu
  --------------------------------------------- */
  .js .nav-primary {
    display: block;
    padding-top: 15px;
  }

  .menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden;
  }

  /* Header Menu
  --------------------------------------------- */
  .nav-primary {
    clear: none;
    float: right;
    width: auto;
  }

  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Site-Inner
  --------------------------------------------- */
  .site-inner {
    max-width: 1320px;
    padding: 10px 10px 30px 10px;
  }

  /* Content
  --------------------------------------------- */
  .content-sidebar .content {
    float: left;
    width: calc(100% - 380px);
  }

  /*
  .archive main#genesis-content,
  .single-wprm_recipe main#genesis-content
  {
    width: calc(100% - 360px);
  }
  .archive .content-sidebar .content,
  .single-wprm_recipe .content-sidebar .content
  {
    width: calc(100% - 360px);
  }
  */
  .sidebar-content .content {
    float: right;
  }

  .full-width-content .content {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .full-width-section {
    position: relative;
    left: -333px;
    box-sizing: border-box;
    width: 1920px;
    padding-left: 333px;
    padding-right: 333px;
  }

  /* Sidebar
  --------------------------------------------- */
  .sidebar {
    float: right;
    max-width: 340px;
    max-width: 340px;
    padding: 0 20px;
  }

  .sidebar-content .sidebar {
    float: left;
  }

  /* Author Box
  --------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }

  /* After Entry
  --------------------------------------------- */
  .after-entry {
    padding: 40px 60px;
  }

  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Column Classes
  --------------------------------------------- */
  .five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.5641025641%;
  }

  .one-half,
.three-sixths,
.two-fourths {
    width: 48.7179487179%;
  }

  .one-third,
.two-sixths {
    width: 31.6239316239%;
  }

  .four-sixths,
.two-thirds {
    width: 65.811965812%;
  }

  .one-fourth {
    width: 23.0769230769%;
  }

  .three-fourths {
    width: 74.358974359%;
  }

  .one-sixth {
    width: 14.5299145299%;
  }

  .five-sixths {
    width: 82.905982906%;
  }

  .first {
    clear: both;
    margin-left: 0;
  }

  /* Entry Misc.
  --------------------------------------------- */
  .after-entry,
.archive-description,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings {
    margin-bottom: 30px;
  }

  /* Footer Widgets
  --------------------------------------------- */
  .footer-widgets .wrap {
    max-width: 1320px;
  }

  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(100% / 4);
  }
}
/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
*::before,
*::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]::after,
a[href^="#"]::after,
.site-title > a::after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
.content-sidebar {
    width: 100%;
  }

  button,
input,
select,
textarea,
.breadcrumb,
.comment-edit-link,
.comment-form,
.comment-list .reply a,
.comment-reply-title,
.edit-link,
.entry-comments-link,
.entry-footer,
.genesis-box,
.header-widget-area,
.hidden-print,
.home-top,
.nav-primary,
.nav-secondary,
.post-edit-link,
.sidebar,
aside,
footer,
.acsb-trigger,
.ad-container-content,
section#featured-post-1 {
    display: none !important;
  }

  .title-area {
    text-align: center;
    width: 100%;
  }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
h2,
h3,
h4,
h5,
h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
pre,
table {
    page-break-inside: avoid;
  }

  dl,
ol,
ul {
    page-break-before: avoid;
  }
}
@media only screen and (min-width: 992px) {
  .nav-custom .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*
Recipe customizations
 */
.wprm-recipe-image.wprm-block-image-normal img {
  width: 100%;
}

.recipe-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, auto));
  gap: 10px;
  padding: 10px;
}
@media screen and (min-width: 680px) {
  .recipe-grid-container {
    grid-template-columns: repeat(auto-fit, minmax(280px, 280px));
  }
}

.archive-pagination.pagination ul {
  width: 100vw;
}

.recipe-item-container.item-card {
  min-width: 280px;
  max-width: 480px;
  background: #f4f9fe;
  padding: 20px;
  border: 1px solid #d4e9fc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 680px) {
  .recipe-item-container.item-card {
    max-width: 280px;
  }
}

.recipe-item-container.item-card .wprm-recipe-name {
  margin-bottom: 15px;
  display: block;
  color: #2166B1;
  font-size: 1.3rem;
  text-decoration: none;
}

.recipe-item-container.item-card a {
  text-decoration: none;
}

.recipe-item-container.item-card .thumbnail {
  margin-bottom: 15px;
}

.recipe-item-container.item-card .wprm-recipe-summary.wprm-block-text-normal {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div#cooking_tips {
  background: #f4f9fe;
  padding: 20px;
  border: 1px solid #d4e9fc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

div#cooking_tips, #faq {
  background: #f4f9fe;
  padding: 20px;
  border: 1px solid #d4e9fc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-container {
  margin-bottom: 20px;
}
.custom-container ul {
  padding-left: 0;
}

.custom-container ul > li, ol > li {
  margin-bottom: 20px;
  list-style-type: none;
}

.custom-container ul > li ::before, ol > li::before {
  content: "";
}

h2.wprm-recipe-header {
  margin-bottom: 1rem;
  /* margin-top: 0.5rem; */
  display: block;
  padding-bottom: 1rem;
  border-bottom: solid 1px #d4e9fc;
}

li.wprm-recipe-ingredient {
  border-bottom: solid 1px #d4e9fc;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
}

.tippy-box, .tippy-box[data-theme~=wprm] {
  background-color: #2166B1 !important;
  color: #FFFFFF;
}

.recipe-section {
  margin-bottom: 20px;
}

.recipe-section.flex.align-content-end {
  display: flex;
  justify-content: flex-end;
}

ul.suitablefordiet-list {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 5px;
}
ul.suitablefordiet-list li {
  list-style: none;
  margin-right: 20px;
  margin-left: 0;
}
ul.suitablefordiet-list li a {
  text-decoration: none;
  color: #2166B1;
  font-weight: 100;
}
ul.suitablefordiet-list li a i.fa-solid.fa-asterisk {
  margin-right: 5px;
}

.bold-label {
  font-weight: 600;
  color: #666666;
}

/*Cuisine-grid, course-grid,occasion-grid  */
.cuisine-grid, .course-grid, .occasion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 2fr));
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 600px) {
  .cuisine-grid, .course-grid, .occasion-grid {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

.cuisine-item, .course-item, .occasion-item {
  text-align: center;
  text-decoration: none;
  color: #333;
  border-radius: 8px;
  transition: background-color 0.3s, color 0.3s;
}
.cuisine-item .image-container, .course-item .image-container, .occasion-item .image-container {
  width: 100%;
  /* or any desired width */
  height: auto;
  /* should be equal to width for a perfect circle */
  overflow: hidden;
  border-radius: 5%;
  /* makes the container circular */
  display: flex;
  /* ensures the image centers in the container */
  justify-content: center;
  align-items: center;
}
.cuisine-item img.course-thumbnail, .course-item img.course-thumbnail, .occasion-item img.course-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ensures the image covers the area */
  border-radius: 5%;
  /* makes the image circular */
}
.cuisine-item img.cuisine-thumbnail, .course-item img.cuisine-thumbnail, .occasion-item img.cuisine-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ensures the image covers the area */
  border-radius: 5%;
  /* makes the image circular */
}
.cuisine-item span.category-card-title, .course-item span.category-card-title, .occasion-item span.category-card-title {
  padding: 10px 0 0 0;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
.cuisine-item img.occasion-thumbnail, .course-item img.occasion-thumbnail, .occasion-item img.occasion-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ensures the image covers the area */
  border-radius: 5%;
  /* makes the image circular */
}

.cuisine-item:hover, .cuisine-item:focus,
.course-item:hover, .course-item:focus,
.occasion-item:hover, .occasion:focus {
  color: #2166B1;
}

.filter-chip {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid #ddd;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.filter-chip.selected, .filter-chip:hover {
  background-color: #8ec449;
  color: white;
  font-weight: bold;
  border-color: #8ec449;
}

#refine-search, #reset-search {
  border: 1px solid #2166B1;
  background: transparent;
  color: #2166B1;
  cursor: pointer;
  width: auto;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
}

span.elect-chips-title {
  font-weight: bold;
  line-height: 1.3;
}

.select-chips-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.search-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.recipe-search-container {
  margin-top: 15px;
}

.search-field {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}

input#search_keywords {
  appearance: none;
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset !important;
}

input#submit-search {
  margin-left: 10px;
  word-break: normal;
}

#submit-search {
  background-color: #2166B1;
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px 15px;
  height: 40px;
}

input#search_keywords {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  min-height: 0;
  padding: 0 30px 0 5px;
  height: 30px;
  border: 0;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  line-height: 30px;
  transition: width 0.6s, background-color 0.6s, color 1s;
  box-sizing: border-box;
  border-radius: 5px;
  vertical-align: top;
}

.recipe-quick-search-wrap {
  border: solid 1px #d4e9fc;
  border-radius: 5px;
  height: 30px;
  position: relative;
}
.recipe-quick-search-wrap input#submit-search.dashicons.dashicons-search.search-icon {
  right: 0;
  top: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}
.recipe-quick-search-wrap .dashicons-search:before {
  color: #2166B1;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  line-height: 30px;
}

#submit-search {
  display: none;
}

.recipe-quick-search-container {
  padding: 20px 10px;
}

.search-box {
  position: relative;
  display: inline-block;
  width: 100%;
}

#search_keywords {
  padding-right: 30px;
  /* Adjust based on the size of your icon */
}

.search-btn {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: #2166B1;
  color: #ffffff;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 0;
}

.search-icon {
  /* Add styles for your icon here */
  color: #2166B1;
  height: 30px;
  width: 30px;
  vertical-align: middle;
}

i.fas.fa-search.search-icon {
  line-height: 30px;
}

button.search-btn {
  background: #2166B1;
  color: #ffffff;
}

button.search-btn i.fas.fa-search.search-icon {
  color: #ffffff;
}

button.search-btn:hover {
  background: #2166B1;
  color: #ffffff;
}

button.search-btn:hover i.fas.fa-search.search-icon {
  color: #ffffff;
}

.search-filter-btn-block button#search-filter-btn {
  margin-bottom: 25px;
}

.term-recipes-container {
  margin-bottom: 30px;
  border-bottom: solid 1px #d4e9fc;
  padding-bottom: 20px;
}

.page-section-heading {
  padding: 15px 20px;
  background: #5896D6;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.page-section-heading h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}

.alphabet-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

ul.loc-list {
  display: grid;
  column-gap: 0.75rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 767px) {
  ul.loc-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  ul.loc-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.term-letter-container h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  color: white;
  background-color: #2166B1;
  margin: 3rem 0px 1.5rem;
  font-weight: bold;
}

a.ingredient-item {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-underline-offset: 0.25rem;
  color: #333333;
  font-weight: 600;
}

li.ingredient-list-item {
  border-top: 1px solid #d4e9fc;
  padding: 0.5rem 0px;
  list-style: none !important;
}

a.button-alphabet-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-style: solid;
  border-color: #5896D6;
  width: 36px;
  height: 36px;
  text-decoration: none;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1.125rem;
  font-size: 1.125rem;
  color: #333333;
  font-weight: 600;
}

.home-recipe-quick-search-container {
  width: 100%;
  display: flex;
  background: #2166B1;
  padding: 25px 0;
}
.home-recipe-quick-search-container .recipe-quick-search-form-wrap {
  display: flex;
  width: 100%;
}
.home-recipe-quick-search-container .recipe-quick-search-form-wrap form.quick-search.quick-search-open {
  width: 100%;
  display: flex;
}
.home-recipe-quick-search-container .recipe-quick-search-form-wrap form.quick-search.quick-search-open .home-search-box {
  min-width: 300px;
  max-width: 960px;
  margin: auto;
  display: flex;
  align-items: center;
}
.home-recipe-quick-search-container .recipe-quick-search-form-wrap form.quick-search.quick-search-open .home-search-box button {
  background: #ffffff;
  color: #333;
  margin-left: 25px;
  height: 30px;
  padding: 0 25px;
}
.home-recipe-quick-search-container .recipe-quick-search-form-wrap form.quick-search.quick-search-open .home-search-box input#home_search_keywords {
  height: 30px;
}
@media screen and (min-width: 768px) {
  .home-recipe-quick-search-container .recipe-quick-search-form-wrap form.quick-search.quick-search-open .home-search-box input#home_search_keywords {
    width: 600px;
  }
}

.vc_sep_pos_align_center {
  margin-left: auto;
  margin-right: auto;
}

.vc_sep_width_100 {
  width: 100%;
}

.vc_separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing-separator {
  margin-top: 25px;
  margin-bottom: 35px;
}

.vc_separator .vc_sep_holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 10%;
}

.vc_separator.vc_sep_border_width_4 .vc_sep_holder .vc_sep_line {
  border-top-width: 4px;
}

.vc_separator .vc_sep_holder .vc_sep_line {
  height: 1px;
  border-top: 1px solid #EBEBEB;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}

.wpb_alert p:last-child, #content .wpb_alert p:last-child, .wpb_text_column p:last-child, .wpb_text_column *:last-child, #content .wpb_text_column p:last-child, #content .wpb_text_column *:last-child {
  margin-bottom: 0;
}

.landing-separator h2 {
  padding: 0 15px;
  font-family: "Bree Serif", serif;
  font-weight: 600;
  margin: auto;
  text-align: center;
  color: #2167b1;
}

.popular-categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, auto));
  gap: 20px;
  padding: 20px;
}
.popular-categories-grid a.course-item {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 20px;
  transition: box-shadow 0.3s ease-in-out;
}
.popular-categories-grid a.course-item .image-container {
  border-radius: 0;
}
.popular-categories-grid a.course-item span.category-card-title {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 10px;
}
.popular-categories-grid a.course-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 9px 46px rgba(0, 0, 0, 0.2);
}

.recipe-of-the-day-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, auto));
  gap: 20px;
  padding: 20px;
}
.recipe-of-the-day-grid .recipe-of-the-day.item-card {
  background: #f4f9fe;
}
.recipe-of-the-day-grid .recipe-of-the-day.item-card .recipe-item-content {
  padding: 20px;
}
.recipe-of-the-day-grid .recipe-of-the-day.item-card .recipe-item-content a {
  text-decoration: none;
  color: #333333;
  font-size: 18px;
}
.recipe-of-the-day-grid .recipe-of-the-day.item-card .recipe-item-content a h2 {
  font-size: 18px;
}

.feature-recipes-grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  /* Adjust the space between grid items */
  margin-top: 20px;
  margin-bottom: 20px;
  /* Style adjustments for post rows */
}
@media (min-width: 768px) {
  .feature-recipes-grid-container {
    grid-template-columns: 1fr 1fr;
    /* Two columns of equal width */
  }
}
.feature-recipes-grid-container .post-row, .feature-recipes-grid-container .post-large {
  display: grid;
  gap: 20px;
  /* Adjust the space between the image and the content */
  align-items: center;
}
.feature-recipes-grid-container .post-row {
  grid-template-columns: 1fr 1fr;
  /* Adjust for image size and content */
}
.feature-recipes-grid-container .post-large {
  grid-template-columns: 1fr;
}
.feature-recipes-grid-container .post-row img, .feature-recipes-grid-container .post-large img {
  width: 100%;
  /* Ensure images fill their grid area */
  margin-right: 20px;
}
.feature-recipes-grid-container .column-1 {
  display: grid;
  grid-template-rows: repeat(3, auto);
  /* Create three rows for posts 2, 3, 4 */
  gap: 20px;
  /* Space between rows */
}
.feature-recipes-grid-container .column-2 {
  order: -1;
}
@media (min-width: 768px) {
  .feature-recipes-grid-container .column-2 {
    order: 2;
    /* Two columns of equal width */
  }
}
.feature-recipes-grid-container a {
  text-decoration: none;
  color: #333333;
  font-size: 18px;
}
.feature-recipes-grid-container a h2 {
  font-size: 18px;
}

figure.wp-block-image.size-full.bleed {
  margin-bottom: 0;
  height: 100%;
}

figure.wp-block-image.size-full.bleed img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.diabetes-friendly-grid-container,
.home-join-today-container {
  margin-bottom: 20px;
  margin-top: 20px;
}

#home-diabetes-friendly-recipes-section p {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
}

.current-occasion-block {
  display: grid;
  gap: 20px;
  /* Adjust the space between grid items */
  grid-template-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .current-occasion-block {
    grid-template-columns: 2fr 1fr;
  }
}
.current-occasion-block .column.recipes {
  display: grid;
  grid-template-rows: repeat(3, auto);
  /* Create three rows for posts 2, 3, 4 */
  gap: 20px;
  /* Space between rows */
}
.current-occasion-block .column.recipes .post-row {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  /* Adjust for image size and content */
}
.current-occasion-block .column.recipes .post-row .thumbnail-box {
  width: 100%;
  aspect-ratio: 170/148;
}
.current-occasion-block .column.recipes .post-row .thumbnail-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.current-occasion-block .column.recipes a {
  background: #f4f9fe;
  text-decoration: none;
  color: #333333;
  font-size: 18px;
  padding: 20px;
}
.current-occasion-block .column.recipes a h3 {
  font-size: 18px;
  color: #333333;
}
.current-occasion-block .feature-image-container {
  flex: 2;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.current-occasion-block .feature-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.current-occasion-block .feature-image-container .feature-image-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  color: black;
  width: 100%;
  padding: 10px;
}
.current-occasion-block .feature-image-container .feature-image-overlay .overlay-wrap {
  text-align: center;
  max-width: 540px;
  margin: auto;
}
.current-occasion-block .feature-image-container .feature-image-overlay .overlay-wrap p {
  text-align: left;
  margin: 12px 0;
}
.current-occasion-block .feature-image-container .feature-image-overlay .overlay-wrap h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
}

.wprmprc-action.wprmprc-overview-grid-collection-add,
.wprmprc-action.wprmprc-collection-group-add-item {
  background: #2166B1;
  color: white;
  padding: 5px 15px;
  opacity: 1;
  font-weight: 600;
  border-radius: 5px;
}

.wprm-recipe-collections-layout-grid .wprmprc-action {
  opacity: 1 !important;
}

g.nc-icon-wrapper {
  opacity: 1;
  stroke-width: 2;
}

span.wprm-recipe-icon.wprm-recipe-email-share-icon g.nc-icon-wrapper,
span.wprm-recipe-icon.wprm-recipe-facebook-share-icon g.nc-icon-wrapper {
  stroke: #ffffff;
  stroke-width: 1;
}

/*
g.nc-icon-wrapper line,
g.nc-icon-wrapper circle,
g.nc-icon-wrapper line,
g.nc-icon-wrapper rect,
g.nc-icon-wrapper polyline,
g.nc-icon-wrapper path,

{
  stroke: $primary;
}*/
.wprmprc-icon rect {
  stroke: #2166B1;
}

.wprmprc-icon polyline {
  stroke: #2166B1;
}

.wprmprc-icon circle {
  stroke: #2166B1;
}

.account-navigation svg {
  height: 24px;
  /* Adjust size as needed */
  width: 24px;
  /* Adjust size as needed */
  vertical-align: middle;
  /* Aligns the icon with the text */
  margin-right: 8px;
  /* Space between the icon and text */
}

.account-navigation a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 992px) {
  nav.account-navigation {
    width: 20%;
    float: left;
    display: inline-block;
    padding: 15px;
  }
}
nav.account-navigation li {
  padding-bottom: 10px;
  border-bottom: solid 1px #d4e9fc;
  margin-bottom: 10px;
}
nav.account-navigation li a {
  text-decoration: none;
  font-weight: 600;
}

.account-section {
  padding: 15px;
}
@media only screen and (min-width: 992px) {
  .account-section {
    width: 80%;
    float: right;
    display: inline-block;
  }
}

li.firebaseui-list-item {
  list-style: none !important;
}

.sign-in-text {
  margin: 20px auto;
  text-align: center;
}

.row.sign-in-page {
  padding-top: 30px;
  padding-bottom: 30px;
  margin_top: 20px;
}
.row.sign-in-page .col-half:last-child {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 100%;
  padding-top: 20px;
  box-sizing: border-box;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
.row.sign-in-page .col-half:first-child {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .row.sign-in-page .col-half:last-child {
    margin-top: -20px;
  }
}
.row.sign-in-page input {
  margin-bottom: 20px;
}
.row.sign-in-page label {
  padding-bottom: 0.5rem;
  /* margin-bottom: 1rem; */
  display: flex;
  font-weight: 600;
}

.join-text ul li {
  list-style-type: none;
  margin-bottom: 1rem;
  padding-left: 24px;
  position: relative;
}

.join-text ul li::before {
  content: "✓";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #2166B1;
  font-size: 1.3em;
  font-weight: bold;
}

.join-text h2 {
  color: #2166B1;
  /* font-weight: 600; */
}

firebase-auth {
  padding-left: 20px;
  padding-right: 20px;
}

.wprmprc-action.wprmprc-collection-add-column {
  display: none !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-column-width {
  flex-basis: 100% !important;
}

.gb-block-layout-column-inner.home-block-content {
  padding: 10vw;
}
@media screen and (min-width: 992px) {
  .gb-block-layout-column-inner.home-block-content {
    padding: 1vw 2vw 1vw 10vw;
  }
}

/* Recipes collection*/
.wprmprc-overview-grid-collection-actions-shopping-list {
  opacity: 1 !important;
}

.wprmprc-collection-item-name {
  font-size: 1rem !important;
  font-weight: bold !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-main .wprmprc-collection-item-details .wprmprc-collection-item-meta .wprmprc-collection-item-nutrition {
  font-size: 1rem !important;
}

.wprm-recipe-collections-layout-grid .wprmprc-collection-item .wprmprc-collection-item-main .wprmprc-collection-item-details .wprmprc-collection-item-image img {
  width: 120px !important;
}

.wprmprc-collection-column-nutrition-header, .wprmprc-collection-column-nutrition-fields {
  font-size: 1rem !important;
}

.recipe-entry-footer-container {
  padding-top: 20px;
  border-top: solid 1px #d4e9fc;
  margin-top: 20px;
}

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