/*
Theme Name: How to Clean Stuff
Theme URI: https://anchoreddesign.com/
Github Theme URI: https://github.com/AnchoredDesign/howtoclean-stuff
Description: This is the How to Clean Stuff Theme created for the Genesis Framework.
Author: AnchoredDesign
Author URI: https://www.anchoreddesign.com/

Version: 1.1.123119

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
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2+
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: howtoclean-stuff
*/

/* Temporarily Hide Post after_entry Newsletter Form  */
div.subscribebox {
  display: none !important;
}

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaultsp
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Author Box
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
  - GD Tools
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
	- Tasty Recipes
	- Simple Social Icons
  - SearchWP
- Skip Links
- Top Bar
- Sticky Header
- Site Header
	- Title Area
- Sticky Header
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Archive Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Archive
- Sidebar
- Footer Widgets
- Site Footer
- MobileOnly
- Extra Styles
- Planing Page
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

@font-face {
  font-family: "Helvetica";
  src: url("fonts/Helvetica.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/Helvetica.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Helvetica";
  src: url("fonts/Helvetica-Bold.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/Helvetica-Bold.woff") format("woff");
  font-display: swap;
  font-weight: bold;
}

:root {
  --max-width: 1200px;
  --single-max-width: 800px;
  --primary-color: #fcefeb;
  --secondary-color: #005d6b;
  --bg-color: #f6f3ef;
  --link-color: #1a1a1a;
  --accent-color: #bc4646;
  --button-color: #ba0279;
  --altbutton-color: #f9880e;
  --button-hover-color: #ffffff;
  --altbutton-hover-color: #ffffff;
  --button-txt-color: #ffffff;
  --altbutton-txt-color: #ffffff;
  --button-txt-hover-color: #ba0279;
  --altbutton-txt-hover-color: #f9880e;
  --white: #fff;
  --heading-h1-size: 42px;
  --heading-h2-size: 36px;
  --heading-h3-size: 28px;
  --heading-h4-size: 20px;
  --heading-h5-size: 23px;
  --heading-h6-size: 12px;
  --para-size: 17px;
  --cursive-font-family: "Helvetica", Arial, Verdana, sans-serif;
  --primary-font-family: "Helvetica", Arial, Verdana, sans-serif;
  --secondary-font-family: "Georgia", "Times New Roman", Times, serif;
  --button-font-family: "Helvetica", Arial, Verdana, sans-serif;
  --para-font-family: "Helvetica", Arial, Verdana, sans-serif;
  --archive-title-size: 35px;
  --title-size: 21px;
  --theme-color1: #05b6b8;
  --theme-color2: #dda4de;
  --theme-color3: #333333;
}

/* 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
--------------------------------------------- */

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #000;
  font-family: var(--para-font-family);
  font-size: var(--para-size);
  font-weight: 400;
  line-height: 1.67;
  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: var(--link-color);
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

a:not(.entry-title-link):not(.entry-link) {
  font-weight: bold;
}

p {
  margin: 0 0 20px;
  padding: 0;
}

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

li {
  list-style-type: none;
}

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: var();
  color: #333;
}

blockquote {
  margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font-family);
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 10px;
}

h1 {
  font-size: var(--heading-h1-size);
}

h2 {
  font-size: var(--heading-h2-size);
  font-weight: 400;
  font-family: var(--secondary-font-family);
}

h3 {
  font-size: var(--heading-h3-size);
  font-family: var(--secondary-font-family);
}

h4 {
  font-size: var(--heading-h4-size);
  font-family: var(--para-font-family);
  font-weight: bold;
  margin-bottom: 20px;
}

.before-archive h4 {
  font-size: var(--heading-h4-size);
  font-family: var(--para-font-family);
  margin-bottom: 10px;
}

h5 {
  font-size: var(--heading-h5-size);
  font-family: var(--secondary-font-family);
  font-weight: 400;
}

h6 {
  font-size: var(--heading-h6-size);
  font-family: var(--para-font-family);
  font-weight: 700;
}

.single .entry-content h1,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
  margin-bottom: 5px;
  margin-top: 20px;
}

/* Columns
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.one-fifth,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
  width: 48.717948717948715%;
}

.favorite-wrap .grid {
  grid-template-columns: 1fr 1fr;
  text-align: center;
}

.five-sixths:nth-of-type(2n + 1),
.four-sixths:nth-of-type(2n + 1),
.one-fourth:nth-of-type(2n + 1),
.one-half:nth-of-type(2n + 1),
.one-sixth:nth-of-type(2n + 1),
.one-fifth:nth-of-type(2n + 1),
.one-third:nth-of-type(2n + 1),
.three-fourths:nth-of-type(2n + 1),
.three-sixths:nth-of-type(2n + 1),
.two-fourths:nth-of-type(2n + 1),
.two-sixths:nth-of-type(2n + 1),
.two-thirds:nth-of-type(2n + 1) {
  clear: both;
  margin-left: 0px;
}

/* Objects
--------------------------------------------- */

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 #999;
  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 var(--link-color);
  color: #333;
  font-size: 15px;
  font-weight: 400;
  padding: 10px;
  width: 100%;
  border-radius: 0px;
  font-family: var(--secondary-font-family);
}

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

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

input[type="search"] {
  border-radius: 0px;
}

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

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

::placeholder {
  color: #4d4d4d;
  opacity: 1;
}

.comment-form input::-ms-input-placeholder,
.comment-form textarea::placeholder {
  color: #333;
  opacity: 1;
}

.comment-form input:-ms-input-placeholder,
.comment-form textarea::placeholder {
  color: #333;
  opacity: 1;
}

.comment-form input::placeholder,
.comment-form textarea::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,
#edd-purchase-button,
.edd-submit,
[type="submit"].edd-submit,
#edd-purchase-button:visited,
.edd-submit:visited,
[type="submit"].edd-submit:visited {
  background-color: var(--button-color);
  border: 1px solid var(--button-color);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: var(--button-font-family);
}

.alt.button {
  background-color: var(--altbutton-color);
  border: 1px solid var(--altbutton-color);
}

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,
#edd-purchase-button:hover,
.edd-submit:hover,
[type="submit"].edd-submit:hover,
#edd-purchase-button:focus,
.edd-submit:focus,
[type="submit"].edd-submit:focus {
  background-color: #fff;
  border: 1px solid var(--button-color);
  color: var(--button-color);
}

.alt.button:hover,
.alt.button:focus {
  color: var(--altbutton-color);
  background-color: var(--altbutton-hover-color);
  border: 1px solid var(--altbutton-color);
}

.single .entry-content a,
.single .entry-content a:visited {
  font-weight: bold;
}

.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: #777;
  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;
}

.more-link:hover,
.more-link:focus {
  color: var(--accent-color);
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* 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;
  padding: 0px 0px 0;
}

.home .site-inner {
  padding: 0px;
}

.single.full-width-content .site-inner,
body.page:not(.home) .site-inner,
.error404 .site-inner,
body.search .site-inner {
  max-width: 100%;
  width: var(--single-max-width);
  margin: 25px auto 0;
}

body.search .site-inner {
  width: var(--max-width);
}

.error404 h1.entry-title {
  text-align: center;
}

.error404 .entry-content .search-form {
  display: none;
}

/* Common Classes
---------------------------------------------------------------------------- */

.hide {
  display: none;
}

/* Author Box
--------------------------------------------- */

.author-box .author-name {
  font-size: 28px;
  color: #333333;
  font-family: var(--secondary-font-family);
}

.author-box-inner {
  display: grid;
  grid-template-columns: 170px 1fr;
  column-gap: 20px;
}

.author-box-inner h4 {
  margin-bottom: 0px;
  margin-right: 10px;
}

.author-box-inner h4,
.author-box-inner .social {
  display: inline-block;
  width: auto;
}

.author-box-inner .social {
  top: -10px;
}

.author-box-inner .social a,
.author-box-inner .social a:visited {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 0;
  text-align: center;
  color: #fff;
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  border-radius: 50%;
  text-decoration: none;
  margin: 0px 0px 0;
}

.author-box-inner .social a:hover,
.author-box-inner .social a:focus {
  background-color: var(--theme-color1);
  opacity: 0.8;
}

.author-box-inner .social a span.dashicons {
  font-size: 16px;
}

.author-box-inner .social svg {
  width: 14px;
  fill: #fff;
  height: 14px;
  margin-bottom: 2px;
}

.author-box-inner .social a {
  display: inline-block;
}

.author-box-inner .desc {
  margin-bottom: 10px;
}

/* 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 0px 0;
}

/* Genesis
--------------------------------------------- */

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

.after-entry {
  padding: 20px 30px;
}

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

.after-entry .subscribebox {
  display: none;
  margin: 0px;
}

.breadcrumb {
  font-family: var(--para-font-family);
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  clear: both;
  display: block;
  padding: 10px 0;
  font-weight: bold;
}

.breadcrumb a,
.breadcrumb a:visited {
  text-decoration: none;
  color: #000;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  color: var(--accent-color);
  text-decoration: underline;
}

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

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

.single .breadcrumb {
  margin-top: -15px;
}

/* 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: 0px;
  font-size: 14px;
  padding: 10px 15px;
}

.widget_search form {
  display: block;
}

.wp-block-search__inside-wrapper .wp-block-search__input {
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
  background-image: url(images/searchicon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left 10px;
  padding: 10px 20px 10px 40px;
  border-radius: 0px !important;
  font-family: var(--secondary-font-family);
}

.wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: var(--button-color);
  color: var(--button-txt-color);
  border: 1px solid var(--button-color);
  padding-left: 20px;
  padding-right: 20px;
}

.wp-block-search__inside-wrapper .wp-block-search__button:hover,
.wp-block-search__inside-wrapper .wp-block-search__button:focus {
  background-color: var(--button-txt-color);
  color: var(--button-color);
  border: 1px solid var(--button-color);
}

.search-excerpt {
  font-weight: bold;
}

.search a.more-link {
  margin-bottom: 0px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-family: var(--secondary-font-family);
  font-size: var(--archive-title-size);
  font-weight: 400;
  margin-bottom: 10px;
}

.archive-title {
  font-family: var(--secondary-font-family);
  font-size: var(--archive-title-size);
  text-align: center;
}

.search .archive-title {
  margin-bottom: 30px;
}

.custom-tax .archive-description .archive-title {
  text-align: left;
}

h2.entry-title {
  text-align: left;
  font-family: var(--secondary-font-family);
  font-size: var(--title-size);
  font-weight: 400;
  line-height: 1.4;
}

h1.entry-title {
  text-align: left;
}
.page h1.entry-title,
.single h1.entry-title,
.error404 h1.entry-title {
  font-size: var(--archive-title-size);
  margin-bottom: 10px;
  font-family: var(--secondary-font-family);
  font-weight: 400;
  line-height: 1.4;
}

.error404 h1.entry-title,
.page h1.entry-title {
  text-align: center;
}

.landing-page h1.entry-title {
  text-align: center;
}

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

.entry-title a:focus,
.entry-title a:hover {
  color: var(--link-color);
  text-decoration: underline;
}

.single .entry-content a:hover,
.single .entry-content a:focus {
  color: var(--accent-color);
  text-decoration: underline;
}

.widget-title {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: var(--secondary-font-family);
}

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

/* ARCHIVE 
--------------------------------------------- */

.topPosts article:first-of-type {
  margin-left: 0px;
}

.archive-description .wrap {
  background-color: var(--bg-color);
  width: var(--max-width);
  max-width: 100%;
  margin: auto;
}

.archive-description .wrap .onehalf.first {
  padding: 20px;
  text-align: left;
  font-size: 16px;
}

.archive-description #breadcrumbs {
  margin-bottom: 5px;
}

.archive-description .wrap .onehalf .archive-title {
  margin-bottom: 10px;
  line-height: 1;
}

.archive-description #breadcrumbs,
.archive-description #breadcrumbs a {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.archive-description .onehalf img {
  display: none;
}

.favorite-wrap,
.current-archive {
  width: var(--max-width);
  max-width: 100%;
  margin: auto;
}

.favorite-wrap {
  margin: 40px auto 0;
}

.favorite-wrap h2 {
  font-size: 20px;
  color: var(--button-color);
  text-align: left;
  font-family: var(--para-font-family);
  font-weight: bold;
  border-bottom: 2px solid var(--button-color);
}

.favorite-wrap p {
  margin-bottom: 10px;
}

.favorite-wrap .grid {
  display: grid;
  grid-gap: 0 1em;
}

.favorite-wrap .grid a {
  text-decoration: none;
}

.grid .grid-title {
  font-size: 17px;
  font-family: var(--secondary-font-family);
  color: #000;
  text-decoration: none;
  text-align: left;
  display: block;
  font-weight: 400;
  border: 0px;
  margin-top: 10px;
}

.current-archive .archive-title {
  text-align: center;
  border-bottom: 2px solid var(--button-color);
	padding-bottom: 10px;
}

.archive-description .wrap > * {
  flex: 1;
}

.archive-description .intro:after {
  clear: both;
  content: "";
  display: block;
}

.archive-description .intro > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.archive-description .intro .breadcrumb {
  font-family: var(--secondary-font-family);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.archive-description .intro .first {
  padding: 20px;
}

.archive-description .intro > div img {
  margin-bottom: 0px;
  display: none;
}

.archive-description .popularsection {
  clear: both;
  margin-top: 50px;
}

.archive-description .popularsection h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}

.archive-description .popularsection p {
  margin-bottom: 5px;
}

article:hover > .gb-block-post-grid-image a,
article:hover a.entry-image-link {
  opacity: 0.8;
}

.gb-post-grid-item:hover a.entry-link,
.gb-post-grid-item:focus a.entry-link,
article.entry:hover h2.entry-title a,
article.entry:focus h2.entry-title a,
h2.gb-block-post-grid-title a.entry-link:hover,
h2.gb-block-post-grid-title a.entry-link:focus {
  text-decoration: underline !important;
  transition: all 0.5s ease;
}

/* 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;
  color: #fff;
  font-style: normal;
}

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

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

.archive-internal {
  clear: both;
  margin-bottom: 20px;
}

.archive-internal .ff__wrapper .ff__form,
.entry-content .ff__wrapper .ff__form {
  padding: 0px;
}

.category .archive-internal .wrap {
  margin: 50px 0;
}

.category .archive-internal .widget,
.category .archive-internal .gb-block-container {
  margin-bottom: 0px !important;
}

.before-archive {
  clear: both;
  padding: 0px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  width: 850px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.before-archive .widget {
  margin-bottom: 30px;
}

.before-archive .widget:last-child {
  margin-bottom: 0px;
}

.before-archive .widget_search .widget-title {
  font-size: 17px;
}

.before-archive .widget_search {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.before-archive .widget h4 div {
  display: inline-block;
}

.nav-archive {
  clear: both;
  margin: 30px 0 40px 0;
  text-align: center;
}

.nav-archive .menu-item {
  margin: 0 3px;
}

.nav-archive .menu-item a,
.nav-archive .menu-item a:visited {
  font-family: var(--para-font-family);
  font-weight: 700;
  background-color: var(--button-color);
  font-size: 14px;
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 10px !important;
  color: #fff;
}

.nav-archive .genesis-nav-menu .menu-item.current-menu-item a,
.nav-archive .genesis-nav-menu .menu-item a:focus,
.nav-archive .genesis-nav-menu .menu-item a:hover {
  position: initial;
  background-color: #db7b7b;
  color: #fff;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
  margin-bottom: 40px;
}

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

.featured-content .entry-title {
  font-size: var(--title-size);
  font-family: var(--secondary-font-family);
  font-weight: 400 !important;
  margin-bottom: 20px;
  margin-top: 0px;
  line-height: 1.4;
}

.featured-content .entry-title a {
  font-weight: 400 !important;
}

/* GD Tools
--------------------------------------------- */

.gdrts-thumb-count {
  display: none;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
  text-align: center;
  padding: 10px;
}

.sidebar .enews {
  background-color: var(--bg-color);
  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 var(--bg-color);
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: var(--accent-color);
}

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

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

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
  margin-bottom: 40px;
}

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

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

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

/* Tasty Recipes
--------------------------------------------- */

.single .tasty-recipes-display {
  border: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 7px #f2f2f2;
  outline: 0px;
}

.tasty-recipes-instructions-header h3 {
  margin: 0px !important;
}

.tasty-recipes-instructions-header {
  margin-bottom: 0px !important;
}

.tasty-recipes-print-button.tasty-recipes-no-print {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  font-weight: 600;
}

.tasty-recipes-print-button.tasty-recipes-no-print:hover,
.tasty-recipes-print-button.tasty-recipes-no-print:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  color: var(--primary-color);
}

.entry-content .tasty-recipes-details ul {
  padding-left: 20px;
}

.tasty-recipes-details li,
.tasty-recipes-details li span {
  font-size: 14px !important;
}

.tasty-recipes .tasty-recipes-image {
  border-left: 0px !important;
}

.tasty-recipes .tasty-recipes-rating a {
  text-decoration: none;
}

/* Related Posts
--------------------------------------------- */

.related-post .post_title {
  font-weight: 600;
  text-align: center;
  display: inline;
  font-size: 18px;
  font-family: var(--secondary-font-family);
  line-height: 1.3;
}

.related-post .post_title:hover,
.related-post .post_title:focus {
  text-decoration: underline !important;
}

.related-post .post-list.owl-carousel {
  position: relative;
  padding-top: 0px !important;
}

.owl-carousel .owl-stage-outer {
  margin: -10px !important;
}

.rp4wp-related-posts h3 {
  position: relative;
  text-transform: none;
  font-family: var(--para-font-family);
  text-align: left;
  font-size: 20px;
  color: var(--secondary-color);
  text-transform: uppercase;
  border-bottom: 2px solid var(--secondary-color) !important;
}

.rp4wp-related-posts ul {
  margin: 0 -10px!important;
}

.rp4wp-related-posts li {
  width: 33.33% !important;
  float: left !important;
  margin: 0px;
  padding: 5px;
  clear: none !important;
  padding: 0 10px !important;
  margin-bottom: 20px !important;
}

.rp4wp-related-post-image {
  display: block !important;
  float: none;
  margin-bottom: 6px;
}

.rp4wp-related-post-content {
  line-height: 1.4 !important;
}

.rp4wp-related-post-content a,
.rp4wp-related-post-content a:visited {
  text-align: left;
  font-family: var(--secondary-font-family);
  font-size: var(--title-size);
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #000;
  text-decoration: none;
}

.rp4wp-related-post-content a:hover,
.rp4wp-related-post-content a:focus {
  color: var(--link-color);
  text-decoration: underline;
}

.rp4wp-related-posts ul > li:nth-child(3n + 1) {
  clear: both!important;
}

/* Simple Social Icons
--------------------------------------------- */

.sticky-header .simple-social-icons ul li,
.header-wrap .simple-social-icons ul li,
.footer-wrap .simple-social-icons ul li {
  margin: 0px !important;
}

.simple-social-icons ul li a {
  padding: 4px !important;
}

/* SearchWP
--------------------------------------------- */

.search header.entry-header h2 {
  font-size:  1.5em;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */

:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* Top Bar
---------------------------------------------------------------------------- */

.top-bar {
  font-family: var(--para-font-family);
  background: var(--bg-color);
  font-weight: 600;
  color: var(--bg-color-txt);
  padding: 8px;
  font-size: 14px;
  position: relative;
  transition: all 0.5s ease-in;
  z-index: 999;
}

.top-bar div.one-half {
  width: 100%;
}

.top-bar h4.widget-title {
  display: inline;
}

.top-bar p a,
.top-bar p a:visited {
  color: var(--secondary-color);
  text-decoration: none;
  margin-left: 10px;
  border: 1px solid var(--secondary-color);
  padding: 5px 10px;
  font-size: 13px;
  background-color: var(--white);
}

.top-bar p a:hover,
.top-bar p a:focus {
  background-color: var(--secondary-color);
  color: var(--white);
}

.top-bar .wrap {
  max-width: var(--max-width);
  margin: auto;
}

.top-bar .widget {
  text-align: center;
  margin-bottom: 0px;
  color: var(--bg-color-txt);
}

/* Sticky Header
---------------------------------------------------------------------------- */

.sticky-header {
  position: relative;
  width: 100%;
  background-color: #fff;
  top: 0;
  z-index: 99;
  display: block;
  box-shadow: 2px 0 7px #ccc;
  -webkit-box-shadow: 2px 0 7px #ccc;
  transition: all 0.5s ease-in;
}

.admin-bar .sticky-header {
  top: 0px;
}

.sticky .sticky-header {
  display: block;
  position: fixed;
}

.sticky .site-inner {
  margin-top: 50px;
}

.sticky-header .wrap {
  display: block;
}

.sticky-header .genesis-nav-menu a {
  text-transform: uppercase;
}

/* Site Header
---------------------------------------------------------------------------- */

.site-header {
  background-color: #fff;
  padding: 0px 0px;
  position: relative;
  display: none;
}

.site-header > .wrap,
.stick-header > .sticky-wrap {
  display: flex;
  border-bottom: 1px solid #333333;
}

.site-header .wrap > *,
.stick-header .sticky-wrap > * {
  flex: auto;
}

.site-header .genesis-nav-primary {
  float: right;
}

.site-header .nav-primary .wrap {
  max-width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
  float: none;
  padding-bottom: 0px;
  padding-top: 0px;
  text-align: left;
  margin-bottom: -30px;
  position: relative;
  z-index: 999;
  height: 140px;
  width: 510px;
  margin-bottom: -40px;
  margin-top: 0;
}

.header-right-disabled .title-area {
  text-align: center;
  float: none;
}

.title-area.mobileonly {
  display: flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  padding-bottom: 0px;
}

.wp-custom-logo .title-area {
  max-width: 100%;
  padding-bottom: 0px;
  padding-top: 0px;
  width: 100%;
  max-width: 510px;
  text-align: left;
  margin-bottom: 0px;
  height: auto;
  display: flex;
  align-items: center;
}

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

.sticky-header .menu-widgets {
  display: none;
}

.wp-custom-logo .title-area img {
  width: auto;
  max-width: 100%;
  margin-bottom: 0px;
}

.site-header .wrap {
  max-width: var(--max-width);
  margin: 5px auto 0px;
  position: relative;
  padding: 0 0 5px 0;
}

.site-title {
  line-height: 1;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 42px;
  text-align: center;
  color: #000;
  font-family: var(--cursive-font-family);
}

.header-right-disabled .site-title {
  text-align: center;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #000;
  text-decoration: none;
  font-weight: 400 !important;
}

.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.site-description {
  font-size: 10px;
  font-weight: 900 !important;
  font-family: var(--secondary-font-family);
  text-align: left;
  color: var(--link-color);
  margin-bottom: 0px;
  text-indent: -9999;
  display: none;
}

.wp-custom-logo .site-description {
  display: none;
}

/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-responsive-menu,
.nav-primary nav {
  display: none;
  position: relative;
}

.genesis-responsive-menu.active,
.nav-primary nav.active {
  display: block;
}

.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,
.genesis-nav-menu a:visited {
  color: #000;
  display: block;
  font-size: 17px;
  outline-offset: -1px;
  padding: 10px 20px;
  text-decoration: none;
  font-family: var(--para-font-family);
  font-weight: 700;
  text-transform: uppercase;
}

.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: var(--accent-color);
  text-decoration: underline;
}

.genesis-nav-menu li:last-child a {
  padding-right: 0px;
}

.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: 9999;
  background-color: var(--white);
}

.amp-menu .genesis-nav-menu .sub-menu {
  display: block;
  transform: scaleY(100%) !important;
}

.amp-menu .genesis-nav-menu .sub-menu-toggle {
  display: none !important;
}

.genesis-nav-menu .sub-menu.active {
  display: block;
}

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

.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu a:visited {
  background-color: var(--white);
  color: #000;
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
  text-align: left;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item a {
  background-color: var(--secondary-color) !important;
  color: var(--secondary-color-txt);
  text-decoration: none;
}

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

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

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: var(--primary-color);
  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: var(--primary-color);
}

.menu-toggle {
  line-height: 20px;
  position: relative;
  z-index: 1000;
  background-color: #fff;
  padding: 12px;
  float: left;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
}

.site-footer .menu-toggle {
  float: none;
  position: relative;
  background-color: transparent;
  width: 100%;
  text-align: center;
}

.site-footer .menu-toggle:before {
  float: none;
  text-align: center;
}

.menu-toggle:focus,
.menu-toggle:hover {
  background-color: #fff;
}

.category-menu-toggle  {
  margin: 10px auto;
  display:block;
  width: 100%;
  
}

.category-menu-toggle span {
  margin-right: 10px;
}

.category-menu-toggle span  svg {
  margin-bottom: -2px;
}

.category-menu-toggle span,
.category-menu-toggle.activated span:first-child,
.menu-toggle span,
.menu-toggle.activated span:first-child,
.sub-menu-toggle span,
.sub-menu-toggle.activated span:first-child {
  display: none;
}

.menu-toggle span:first-child,
.category-menu-toggle span:first-child,
.sub-menu-toggle span:first-child {
  display: inline-block;
}

.category-menu-toggle.activated span:last-child,
.sub-menu-toggle.activated span:last-child,
.menu-toggle.activated span:last-child {
  display: inline-block;
}

.category-menu-toggle span svg {
  color: #fff;
  fill: currentColor;
}


.category-menu-toggle:hover span svg,
.category-menu-toggle:focus span svg,
.category-menu-toggle.activated span svg {
  color: var(--accent-color);
  fill: currentColor;
}

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

.sub-menu-toggle {
  padding: 0px !important;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  height: 30px;
  width: 20px;
  line-height: 1;
}

.sub-menu-toggle span {
  height: 12px;
  width: 12px;
  position: relative;
}
.sub-menu .sub-menu-toggle {
  padding: 2px 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);
}

/* Header Menu
--------------------------------------------- */

.sticky-header .wrap {
  border-top: 0px;
}

.nav-primary nav {
  clear: left;
  padding-bottom: 0px;
  padding-top: 0px;
  width: 100%;
  flex: 1;
  position: absolute;
  top: 54px;
  z-index: 999;
  left: 0;
}

.nav-sticky-primary {
  flex: 1;
  top: 52px;
  width: 100%;
  z-index: 999;
}

.sticky-header .search-form input[type="search"],
.search-form input[type="search"] {
  border-width: 0px;
  background-image: url("images/searchicon.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center left 10px;
  font-family: var(--para-font-family);
  margin-bottom: 0px;
  padding: 8px 0px 8px 30px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0px;
  text-transform: lowercase;
  width: 100%;
}

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

.menu-widgets .widget {
  margin-bottom: 0px;
  display: block;
  float: left;
}

/* Header Widget Area
--------------------------------------------- */

.header-widget-area {
  width: auto;
  max-width: 100%;
  float: right;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 10px;
}

.header-widget-area > .widget {
  flex: 1;
  margin: 0;
}

.header-widget-area > .widget p {
  display: inline;
}

.header-widget-area .wp-block-search .wp-block-search__button,
.before-footer-widgets .wp-block-search .wp-block-search__button {
  margin-left: 5px;
}

.header-widget-area > .widget:last-child {
  max-width: 135px;
  margin-left: 5px;
}

.searchby {
  background-color: var(--bg-color);
  font-size: 12px;
  width: 100%;
  font-weight: bold;
  text-align: left;
  padding: 2px;
  cursor: pointer;
  position: relative;
  height: 48px;
}

.searchby span.searchtxt {
  left: 50%;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  top: 3px;
  width: 70px;
}

.searchby svg.arrowsvg {
  width: 14px;
  height: 14px;
  margin-bottom: 0px;
  position: absolute;
  right: 15px;
  top: 14px;
  display: block;
}

.searchby:hover span {
  color: var(--button-color);
}

.searchby:hover svg {
  color: var(--button-color);
  fill: var(--button-color);
}

.categorieslist {
  position: absolute;
  background-color: #fff;
  z-index: 999;
  right: 0;
  padding: 20px 0;
  box-shadow: 1px 1px 5px #f2f2f2;
}

.categorieslist > ul {
  column-count: 3;
  padding: 0px 20px;
  line-height: 1.2;
}

.categorieslist ul ul {
  column-count: 1;
  padding-left: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.categorieslist ul ul li {
  margin-left: 10px;
}

.categorieslist ul li.lastbtn a {
  background-color: var(--link-color);
  border: 1px solid var(--link-color);
  padding:5px;
  display: block;
  text-align: center;
  color: #fff;

}

.categorieslist ul li.lastbtn a:hover,
.categorieslist ul li.lastbtn a:focus {
  background-color: var(--white);
  color: var(--link-color);
  padding:5px;
  display: block;
  text-align: center;
  
}

.categorieslist .current-cat-parent > a:after {
  content: "";
  width: 13px;
  height: 13px;
  background: no-repeat url(images/black-arrowright.svg) center / contain;
  display: inline-block;
  margin-left: 5px;
}

.categorieslist ul li {
  max-width: 200px;
}

.categorieslist.active {
  display: block;
}
.categorieslist li.categories {
  font-size: 0px;
}
.categorieslist li a,
.categorieslist li a:visited {
  text-decoration: none;
  color: #000;
 
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--white);
}

.categorieslist li a:focus,
.categorieslist li a:hover {
  text-decoration: none;
  color: var(--accent-color);
  border-color: var(--accent-color);
  font-size: 13px;
  text-transform: uppercase;
}

.header-widget-area ul > li {
  margin-bottom: 0px;
}

.header-widget-area .widget-title {
  display: none;
}

.header-widget-area .widget:last-child {
  margin-bottom: 0px;
}

.header-widget-area button,
.header-widget-area input[type="button"],
.header-widget-area input[type="reset"],
.header-widget-area input[type="submit"] {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
}

.header-widget-area .widget.widget_search {
  max-width: 180px;
}

/* Secondary Menu
--------------------------------------------- */

.nav-secondary {
  text-align: right;
}

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

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

.nav-secondary .genesis-nav-menu a,
.nav-secondary .genesis-nav-menu a:visited {
  padding: 0 20px;
  color: #fff;
  text-transform: none;
}

.nav-secondary .genesis-nav-menu .sub-menu a,
.nav-secondary .genesis-nav-menu .sub-menu a:visited {
  color: #000;
  padding: 12px;
}

.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu .sub-menu a:focus {
  background-color: var(--primary-color);
  color: #000;
  text-decoration: none;
}

.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu a:hover {
  text-decoration: underline;
}

.nav-secondary .genesis-nav-menu li.menu-item-has-children > a::after {
  color: #fff;
}

.nav-secondary ul {
  padding-left: 0px;
}

/* Footer Menu
--------------------------------------------- */
.footer-wrap {
  padding: 0px;
  text-align: center;
}

.nav-footer .genesis-nav-menu li.menu-item-has-children > a::after {
  display: none;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
  margin-bottom: 40px;
}

.single .entry {
  margin-bottom: 10px;
}

.single .content article {
  position: relative;
}

.single.content-sidebar .content article.entry:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0px;
  width: 10px;
  border-right: 1px solid #000;
  display: inline-block;
  height: 112%;
  display: none;
}

.single .site-inner,
.single.full-post .site-inner {
  margin-top: 25px;
}

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

.single .entry-content li {
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 18px;
  position: relative;
}

.single .entry-content ol  {
  counter-reset: listCounter;
}

.single .entry-content ol li::before {
  font-size: 22px;
  font-weight: bold;
  content: counter(listCounter)')';
  counter-increment: listCounter;
  position: absolute;
  left: -10px;
  top: -2px;
  color: #fff;
  color: var(--accent-color)
}

.single .entry-content ul li::before {
  font-size: 26px;
  font-weight: bold;
  content: '';
  counter-increment: listCounter;
  position: absolute;
  left: -10px;
  color: #fff;
  top: 6px;
  color: var(--accent-color);
  background-color: var(--white);
  border: 7px solid var(--theme-color1);
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

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

.entry-content .single-sign {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bg-color);
}

.entry-content .single-sign:after {
  content: "";
  display: block;
  height: 35px;
  width: 100%;
  background: no-repeat url(images/rose.png) center / contain;
  margin: 20px auto 0;
}

.single .entry-footer {
  border-top: 2px solid var(--button-color);
  padding-top: 0px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}

p.entry-meta .entry-author-link {
  font-weight: 500;
  text-decoration: none;
  color: #000;
}

p.entry-meta .entry-author-link:hover {
  color: var(--accent-color);
}

.entry-footer .entry-meta {
  padding-top: 5px;
  text-align: left;
  font-weight: bold;
  color: #666;
  text-transform: none;
}

.entry-footer .entry-meta:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat url(images/categoryimg.png) center / contain;
  margin-right: 5px;
  margin-bottom: -5px;
}

.entry-footer .entry-meta .entry-categories {
  display: inline-block;
}

.entry-footer .entry-meta a,
.entry-footer .entry-meta a:visited {
  text-decoration: none;
  border-bottom: 1px solid var(--secondary-color);
}

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

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

.archive-wrap,
.single .entry-header-wrap {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}

.archive-wrap .inner,
.single .entry-header-wrap .wrap {
  margin: auto;
  width: 100%;
  max-width: 100%;
  padding: 20px 0 0px;
}

.entry-header .tasty-recipes-quick-links {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.entry-header .tasty-recipes-quick-links a,
.entry-header .tasty-recipes-quick-links a:visited {
  background-color: #f9f8f5;
  padding: 5px 10px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

.entry-header .entry-image-link img {
  margin-bottom: 10px;
}

.entry-header p {
  display: inline;
}

.entry-header p.entry-meta {
  display: block;
  text-align: center;
}

.single .entry-header .categories-listing {
  text-align: left;
}

.after-entry .entry-header .categories-listing {
  text-align: center;
}

.after-entry .display-posts-listing .title {
  font-weight: 400;
  font-size: var(--title-size);
  display: block;
  text-align: center;
}

.after-entry .display-posts-listing .image img {
  margin-bottom: 10px;
}

.entry-header .categories-listing .cat-item {
  display: inline-block;
}

.entry-header .categories-listing .cat-item img,
.home .entry-header .categories-listing .cat-item img {
  margin-right: 2px;
  max-width: 25px;
}


.after-entry .cls_gdrts_thumbs_rating_block,
.after-entry .widget:nth-of-type(2) {
  width: 69%;
  float: left;
  background-color: var(--bg-color);
  padding: 10px 20px 10px 20px;
  margin-right: 1%;
}

.after-entry .cls_gdrts_thumbs_rating_block {
  width: 30%;
  margin-right: 0px;
}

.after-entry .cls_gdrts_thumbs_rating_block .widgettitle {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 0px !important;
  color: #000;
  font-family: var(--para-font-family);
  text-transform: none;
  padding-top: 7px;
  margin-bottom: 0px;
}

.after-entry .widget:nth-of-type(2) {
  margin-left: 1%;
  margin-right: 0px;
}

.after-entry .gform_required_legend {
  display: none;
}
.after-entry .gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 100px;
}
.site-container .gform_wrapper.gravity-theme .gform_footer {
  padding: 0px;
}
.site-container .after-entry .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  width: 100%;
}
.after-entry .gform_wrapper.gravity-theme .gfield_label {
  font-size: 18px;
  text-align: center;
  display: block;
}
.after-entry .gform_footer p {
  font-size: 13px;
  text-align: center;
  margin-bottom: 0px;
}
.after-entry .gdrts-widget-wrapper {
  height: 168px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.after-entry .gdrts-thumbs-theme-plain-inline .gdrts-thumb.gdrts-thumb-up,
.after-entry .gdrts-thumbs-theme-plain-inline .gdrts-thumb.gdrts-thumb-down {
  background-color: var(--button-color);
  color: #fff;
  border-radius: 50%;
}

.after-entry
  .gdrts-thumbs-theme-plain-inline
  .gdrts-thumb
  .gdrts-thumb-count {
  display: none;
}

.cls_gdrts_thumbs_rating_block
  .gdrts-thumbs-theme-plain-inline
  .gdrts-thumb
  .gdrts-thumb-link {
  font-size: 1.6em !important;
}
.entry-content .gdrts-rating-block {
  display: none;
}
.after-entry .gdrts-rating-block .gdrts-inner-wrapper {
  text-align: center;
}
.after-entry .gdrts-rating-text,
.after-entry .gdrts-voting-disabled {
  display: none;
}
.yarpp-related-widget h3 {
  font-size: 20px;
  color: var(--secondary-color);
  text-transform: uppercase !important;
  font-weight: bold;
  font-family: var(--para-font-family);
  border-bottom: 2px solid var(--secondary-color);
}

/* Pagination
--------------------------------------------- */

.pagination {
  clear: both;
  margin: 60px 0;
  text-align: center;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4em;
  margin-top: 10px;
}

.adjacent-entry-pagination:before,
.adjacent-entry-pagination:after {
  display: none;
}

.adjacent-entry-pagination div a:visited,
.adjacent-entry-pagination div.pagination-previous a,
.adjacent-entry-pagination div.pagination-next a {
  display: flex;
  background-color: var(--secondary-color);
  padding: 10px;
  border-radius: 0%;
  font-weight: 400;
  color: #000;
}

.adjacent-entry-pagination div a:hover,
.adjacent-entry-pagination div a:focus {
  color: var(--accent-color);
}

.adjacent-entry-pagination img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.adjacent-entry-pagination .link {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.adjacent-entry-pagination .link::before {
  content: "";
  background: no-repeat url(images/color-arrowright.svg) center / contain;
  width: 100%;
  height: 12px;
  margin-bottom: 5px;
}

.adjacent-entry-pagination .previousLink::before {
  background: no-repeat url(images/color-arrowleft.svg) center / contain;
}

.adjacent-entry-pagination .label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.adjacent-entry-pagination .title {
  font-size: 19px;
  font-family: var(--secondary-font-family);
  font-weight: 400;
}

.adjacent-entry-pagination a {
  text-decoration: none;
  font-weight: bold;
}

.adjacent-entry-pagination a:hover {
  text-decoration: underline;
}

.wp-block-query-pagination-numbers {
  text-align: center;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: 100%;
}

.archive-pagination li {
  display: inline-block;
}

.archive-pagination li a,
.wp-block-query-pagination-numbers .page-numbers {
  background-color: var(--secondary-color);
  cursor: pointer;
  font-size: 24px;
  font-weight: 400 !important;
  margin-right: 4px;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: var(--secondary-font-family);
  border-radius: 50%;
  color: #fff;
  padding: 0 0 5px 0;
}

.wp-block-query-pagination-next,
.wp-block-query-pagination-previous,
.archive-pagination .pagination-next,
.archive-pagination .pagination-previous {
  display: none !important;
}

.wp-block-query-pagination-numbers .page-numbers.current,
.wp-block-query-pagination-numbers .page-numbers:hover,
.wp-block-query-pagination-numbers .page-numbers:focus,
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: var(--theme-color1);
  border: 2px solid var(--secondary-color);
  color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 60px;
}

.entry-comments h3 {
  margin-bottom: 0px;
  padding-bottom: 5px;
  text-transform: none;
  font-family: var(--secondary-font-family);
}


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

.comment-list .depth-1 {
  padding-left: 0;
  border: 1px solid var(--bg-color);
}

.comment-list article .comment-content {
  padding: 0 20px;
}

.comment-list .comment-time a {
  text-decoration: none;
  font-weight: bold;
}

.comment-list article {
  position: relative;
}

.comment-list article .comment-reply {
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 12px;
}

.comment-list article .comment-reply a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #000;
}

.comment-header {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.comment-header .comment-author {
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.comment-header .says {
  display: none;
}

.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: 100%;
}

.comment-respond {
  padding: 20px 0px 10px;
}

.comment-reply-title {
  text-align: left;
  border-bottom: 0px !important;
}

.comment-respond form p {
  text-align: left;
}

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

.comment-respond .tasty-recipes-ratings label {
  display: inline-block;
}

.comment-header {
  background-color: var(--bg-color);
  padding: 5px;
}

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

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

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

.comment-respond input,
.comment-respond textarea {
  border: 1px solid var(--bg-color);
}

.comment-author > * {
  font-size: 17px;
  font-weight: 400;
  font-family: var(--para-font-family);
}

.comment-meta .comment-time a {
  font-style: italic;
  font-size: 14px !important;
  color: #000;
  font-weight: 400;
}

.comment-author-name a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
  font-size: 16px;
  line-height: 1.5;
  max-width: 300px;
  margin: auto
}

.sidebar .widgettitle {
  text-align: center;
  font-family: var(--para-font-family);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

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

.sidebar .widget:first-of-type {
  margin-bottom: 20px;
}

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

.sidebar .categories-listing {
  flex-wrap: wrap;
}

.sidebar .categories-listing .cat-item {
  flex: 100%;
  margin-bottom: 20px;
}

.sidebar .categories-listing .cat-item img {
  max-width: 40px;
  margin-right: 5px;
}

.sidebar .categories-listing .cat-item a {
  text-align: left;
  justify-content: flex-start;
  max-width: 200px;
  margin: auto;
}

.sidebar .gform_wrapper {
  background-color: var(--bg-color);
  padding: 10px 10px 0;
}

.sidebar .gform_wrapper.gravity-theme .gfield_label {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.wp-block-search .wp-block-search__inside-wrapper {
  display: flex;
}

.sidebar .wp-block-search .wp-block-search__inside-wrapper {
  display: block;
}

.sidebar .wp-block-search .wp-block-search__button {
  width: 100%;
  margin-top: 5px;
  padding: 12px;
}

.before-footer-widgets {
  width: var(--max-width);
  max-width: 100%;
  margin: auto;
}

.before-footer-widgets .fd-modal.fd-is-open {
  display: none !important;
}

.before-footer-widgets .fd-modal.active {
  display: block !important;
}

.bottomlogo {
  width: 100%;
  position: relative;
}

.bottomlogo:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 5px;
  width: 100%;
  border-top: 1px solid var(--button-color);
  z-index: -1;
}

.bottomlogo figure {
  padding: 10px;
  background-color: #fff;
  z-index: 2;
}

.bottomsubscribe {
  font-family: var(--secondary-font-family);
  font-size: 18px;
}

.bottomsubscribe .emailsubscribe input.ff__control {
  border: 1px solid #000 !important;
}

.bottomsubscribe .emailsubscribe form div.ff__grid .ff__footer {
  max-width: 25%;
  flex-basis: 25%;
}

.emailsubscribe .ff__grid p {
  display: none;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
  background-color: #fff;
  clear: both;
  color: #000;
  padding: 0;
}

.home .footer-widgets {
  border: 0px;
}

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding: 25px 0;
}

.footer-widgets .wrap > * {
  flex: 1;
}

.footer-widgets .widget-title {
  font-family: Var(--secondary-font-family);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}

.footer-widgets h6 {
  color: var(--accent-color);
  font-size: 14px;
}

.footer-widget-area.footer-widgets-1 img {
  margin-top: -30px !important;
  margin-bottom: 10px;
}

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

.footer-widget-area .widget {
  margin-bottom: 0px;
}

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

.footer-widget-area .widget ul > li {
  margin-bottom: 0px;
}

.footer-widget-area li a,
.footer-widget-area li a:visited {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0px;
  text-decoration: none;
  color: #000;
}

.footer-widget-area li a:focus,
.footer-widget-area li a:hover {
  color: var(--accent-color);
}

.footer-widget-area h2 {
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-widgets .sub-menu {
  display: none;
}

.footer-widgets .simple-social-icons ul.aligncenter li {
  margin-bottom: 0px !important;
}

.footer-widgets .wp-block-social-links li {
  margin: 0px !important;
  padding: 0px !important;
}

.footer-widgets .wp-block-social-links li a {
  font-size: 20px;
}

.footer-widgets .footer-widgets-1 img {
  margin-bottom: 0px;
}

/* Footer Wrap
---------------------------------------------------------------------------- */

.footer-wrap {
  display: block;
  width: var(--max-width);
  max-width: 100%;
  margin: auto;
  justify-content: center;
}

.site-footer #menu-widgets ul li a,
.site-footer .footer-wrap .widget-area .widget.simple-social-icons li a {
  background-color: transparent !important;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;

  text-align: center;
  font-weight: 400;
}

.site-footer .wrap {
  border-top: 1px solid var(--button-color);
  margin-top: 20px;
  padding: 20px;
}

.site-footer a,
.site-footer a:visited {
  text-decoration: none;
  color: #000;
  font-weight: 400 !important;
}

.site-footer a:focus,
.site-footer a:hover {
  text-decoration: underline;
}

.site-footer nav a {
  text-align: left;
  font-weight: 400;
}

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

.site-footer p a {
  display: inline-block;
  font-weight: 400;
}

.site-footer .disclaimer {
  margin-top: 10px;
  font-weight: normal;
}

.before-footer-widgets .widget {
  margin-bottom: 0px;
}

.before-footer {
  background-color: var(--secondary-color);
  font-style: 17px;
  color: var(--secondary-color-txt);
  padding: 10px 0;
  margin-bottom: 20px;
}

.before-footer .wrap {
  width: var(--max-width);
  max-width: 100%;
  margin: auto;
  position: relative;
}

/* MobileOnly
---------------------------------------------------------------------------- */
.desktoponly {
  display: none;
}

.mobileonly {
  display: block;
}

#searchform {
  display: none;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.5s ease-in;
  z-index: 999;
}

#searchform.active {
  display: flex;
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: var(--bg-color);
  padding: 10px;
  opacity: 1;
  transform: translateX(0);
  top: 44px;
}

#searchform.active input[type="search"] {
  border: 1px solid #000;
}

.sticky-header .search-form.active {
  top: 52px;
}

.admin-bar .sticky-header .search-form.active {
  top: 67px;
}

.searchicon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: no-repeat url(images/blacksearchicon.svg) center / 17px;
  background-color: #fff;
  z-index: 9999;
}

.searchicon.active {
  background: no-repeat url(images/close.svg) center / 16px;
  background-color: #fff;
}

.searchicon img {
  max-width: 16px;
  z-index: 99;
}

.widget_nav_menu nav,
.menu-primary {
  position: absolute;
  top: 0;
  padding: 0 20px;
  z-index: 992;
  background-color: #fff;
  border-top: 1px solid #c6c1b9;
  text-align: left;
  left: 0px;
  right: 0px;
}

.widget_nav_menu nav {
  top: auto;
}

#header_toc_links {
  background-color: var(--bg-color);
  margin-bottom: 20px;
  padding: 0;
}

#header_toc_links #tocheader {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px;
  border: 0px;
  color: #000;
}

#header_toc_links li {
  padding-left: 0px;
  list-style-type: decimal;
}

#header_toc_links li::before{
  display: none;
}

.single .entry-content a.toclink {
  border: 0px;
  text-decoration: none;
}

#header_toc_links ol {
  column-count: 2;
  margin-bottom: 30px;
  column-gap: 4em;
}

#header_toc_links li {
  font-size: 18px;
  font-family: var(--secondary-font-family);
  color: var(--secondary-color);
  margin-bottom: 20px;
}

#header_toc_links li:last-of-type {
  margin-bottom: 0px;
}

#header_toc_links li a {
  text-decoration: none;
  font-weight: 400;
}

#header_toc_links img {
  width: 100%;
  height: 100%;
}
/* floating social icons */
#dpsp-floating-sidebar {
  left: calc(50% - 660px) !important;
  top: 450px !important;
}

.contentover .heateor_sss_sharing_container {
  display: none;
}

.heateor_sss_sharing_container.heateor_sss_vertical_sharing {
  left: calc(50% - 670px) !important;
  top: 350px !important;
}

.heateor_sss_sharing_container .heateor_sss_amp amp-img,
.heateor_sss_sharing_container .heateor_sss_svg {
  background-color: #ba0279 !important;
  border-radius: 0px !important;
  margin-bottom: 2px !important;
}

.heateor_sss_amp_facebook amp-img:hover {
  background-color: #ba027f !important;
  border-radius: 0px !important;
}

.sticky #dpsp-floating-sidebar {
  top: 200px !important;
}

#dpsp-floating-sidebar .dpsp-networks-btns-wrapper li {
  margin-bottom: 5px !important;
}

/* single post extra css */
.yarpp-thumbnails-horizontal {
  margin: 20px -10px 0 -10px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  width: 33.33% !important;
  height: auto !important;
  float: left;
  margin: 0px !important;
  padding: 0 10px;
  border: 0px !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail img {
  width: auto !important;
  height: auto !important;
  margin: 0px !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail:nth-of-type(3n + 1) {
  clear: both;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  display: block;
  width: auto !important;
  font-size: 17px;
  color: #333;
  font-family: var(--secondary-font-family);
  font-weight: 400 !important;
  display: block;
  margin: 7px 0 !important;
}
.yarpp-thumbnail-default > img {
  min-height: 100px !important;
  min-width: 100px !important;
}

/* Extra styles
---------------------------------------------------------------------------- */

.fd-form-content > div {
  display: flex;
  flex-direction: column;
}

.fd-has-success .fd-form-content {
  display: none;
}

.fd-form-content input {
  border: 0px !important;
  padding: 20px;
}

.fd-form-content button {
  padding: 15px;
  font-size: 20px;
}

.fd-form-content > div .fd-form-group {
  margin-bottom: 10px;
}

.fd-form-success,
.fd-form-error {
  display: none;
  color: #fff;
  text-align: center;
}

.fd-has-success .fd-form-success {
  display: block;
}

.fd-has-error .fd-form-error {
  display: block;
}

.sub-list {
  display: none;
  margin: 0 -5px 30px;
}

.sub-list.active {
  display: block;
}

.sub-list li {
  margin: 5px;
}
.sub-list li a {
  width: 100%;
  background-color: var(--button-color);
  border: 1px solid var(--button-color);
  color: var(--white);
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
}

.sub-list li a:hover,
.sub-list li a:focus {
  background-color: var(--white);
  color: var(--button-color);
}

.wp-block-columns.has-background {
  padding: 0px;
}

.gb-block-container.logos {
  margin-top: 10px;
}

.subscribesection {
  display: flex;
  justify-content: center;
  align-items: center;
}

.subscribesection {
  background-image: url(/wp-content/uploads/subscribebg.png),
    url(/wp-content/uploads/gloveimg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center left 30%, right -40px center;
  background-size: auto 120%, auto 103.5%;
}

.subscribesection .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.subscribesection .emailsubscribe {
  width: 100%;
}

.subscribesection .emailsubscribe form div.ff__grid {
  display: block;
}

.subscribesection .emailsubscribe form div.ff__grid .ff__footer {
  width: 100%;
  margin-left: 0px;
  margin-top: 20px;
}

.bottomleftimg {
  margin-left: -20px;
  margin-top: -45px;
}

.aboutsection .gb-container-inside {
  background-color: #f9880e;
  z-index: 0;
}
/*
.aboutsection .gb-container-inside:before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(images/dots.png);
  background-repeat: no-repeat;
  background-position: left 50px bottom 200px;
  background-size: 70px;
  z-index: 1;
  position: absolute;
  display: block;
}*/

.aboutsection:before {
  content: "";
  background: url(images/bgheader.png);
  background-repeat: no-repeat;
  background-position: bottom -30px center;
  height: 50px;
  width: 100%;
  background-size: 100%;
  display: block;
}
.aboutsection:after {
  content: "";
  background: url(images/bgheader2.png);
  background-repeat: no-repeat;
  background-position: top -20px center;
  height: 50px;
  width: 100%;
  background-size: 100%;
  display: block;
}

.aboutsection .gb-block-layout-column-inner .wp-block-image {
  margin-bottom: 0px;
}

.aboutsection.gb-block-container .gb-container-image-wrap {
  z-index: -1;
}

.quicklinks .gb-block-layout-column-inner {
  border: 1px solid #fff;
}

.site-container
  .quicklinks
  .wp-block-button.is-style-outline
  .wp-block-button__link {
  padding: 16px;
  min-width: 100%;
}

.is-style-aligncenter {
  text-align: center;
  justify-content: center;
  margin: auto;
}

.wp-block-social-links.aligncenter {
  margin-bottom: 0px;
  padding-left: 0px;
}

.error404 .entry-content {
  text-align: center;
}

.error404 .entry-content .search-form {
  text-align: center;
  max-width: 100%;
  margin: auto;
}

.wp-block-image a:hover img {
  opacity: 0.9;
}

ul.largeList {
  margin-bottom: 25px;
}

.largeList li {
  font-size: 22px;
  margin-bottom: 5px;
  list-style-type: none !important;
  font-family: var(--secondary-font-family);
}

.wp-block-column:not(:first-child) {
  margin-left: 1em;
}

.wp-block-image {
  margin-bottom: 10px;
}

.whitetxt .wp-block-image figcaption a,
.whitetxt .wp-block-image figcaption a:visited {
  color: #fff;
  text-decoration: none;
}

.whitetxt .wp-block-image figcaption a:focus,
.whitetxt .wp-block-image figcaption a:hover {
  text-decoration: underline;
}

.wp-block-image.margin0 {
  margin-bottom: 0px;
}

.wp-block-image.margin-20 {
  margin-top: -20px;
}

.bottomleftImage img {
  position: absolute;
  bottom: -30px;
  left: -60px;
}

.bottomrightImage img {
  position: absolute;
  bottom: -60px;
  right: -10%;
}

.is-style-fullwidth .wp-block-button,
.site-container .is-style-fullwidth .wp-block-button .wp-block-button__link {
  width: 100%;
  margin: 0 0 5px 0;
}

.is-style-withicon a:after {
  position: relative;
  margin-top: 0px;
  height: 12px;
  content: "";
  width: 20px;
  z-index: 1;
  background: no-repeat url(images/black-arrowright.svg) center / contain;
  display: inline-block;
  margin-left: 10px;
}

.borderCol {
  border: 1px solid #fff;
  padding: 10px 10px 0;
}

.borderCol .wp-block-buttons {
  max-width: 90%;
  margin: auto;
}

h4.is-style-sectionheading {
  margin: 0px;
}

.is-style-sectionheading1 {
  position: relative;
}

.is-style-sectionheading1:after {
  position: relative;
  top: 50%;
  left: 0px;
  height: 12px;
  content: "";
  display: inline-block;
  width: 20px;
  z-index: 1;
  background: no-repeat url(images/black-arrowright.svg) center / contain;
  transform: translateY(-20%);
  margin-left: 10px;
  transition: all 0.5s ease-in;
}

.circlestyle {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 180px;
  width: 180px;
  margin: 0 auto 20px;
  padding: 0px !important;
  align-items: center;
  outline: 1px solid #fff;
  outline-offset: -5px;
  font-size: 80px;
}

.gb-block-container .gb-container-content h3 a,
.gb-block-container .gb-container-content h3 a:visited {
  font-weight: 400;
  text-decoration: none;
}

.gb-container-content h3 a:hover,
.gb-container-content h3 a:focus {
  color: #1a1a1a;
  text-decoration: underline;
}

.is-style-sectionheading1:hover:after,
.is-style-sectionheading1:focus:after {
  margin-left: 15px;
}

.is-style-sectionheading2:after {
  position: relative;
  top: 50%;
  left: 0px;
  height: 12px;
  content: "";
  display: inline-block;
  width: 20px;
  z-index: 1;
  background: no-repeat url(images/color-arrowright.svg) center / contain;
  transform: translateY(-20%);
  margin-left: 10px;
}

.is-style-cursive {
  font-family: var(--cursive-font-family);
  margin-bottom: -10px;
  margin-top: -20px;
}

.rounded-button {
  height: 140px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}

.rounded-button:hover,
.rounded-button:focus {
  color: #fff;
  opacity: 0.9;
}

.rounded-button span {
  transition: all 0.5s ease-in-out;
}

.rounded-button span:after {
  position: relative;
  margin-top: 10px;
  height: 12px;
  content: "";
  display: block;
  width: 20px;
  z-index: 1;
  background: no-repeat url(images/black-arrowright.svg) center / contain;
  margin-left: 0px;
  width: 100%;
}

.rounded-button:hover span:after {
  margin-left: 5px;
}

.toprightButton {
  position: absolute;
  top: -30px;
  left: -35px;
  transform: rotate(-15deg);
  z-index: 99;
}

.toprightButton strong {
  font-size: 19px;
  font-family: var(--secondary-font-family);
}

.toprightButton.rounded-button span:after {
  background: no-repeat url(images/white-arrowright.svg) center / contain;
}

.is-style-rounded140 {
  text-align: center;
}

.is-style-rounded140 img {
  width: 140px;
  height: 140px;
}

.author-box .title,
.after-entry .widget-title,
.comment-reply-title,
.comments-toggle,
.entry-comments h3:not(.comment-reply-title) {
  position: relative;
  text-transform: none;
  font-family: var(--para-font-family);
  text-align: left;
  font-size: 20px;
  color: var(--secondary-color);
  text-transform: uppercase;
  border-bottom: 2px solid var(--secondary-color) !important;
}

.comment-reply-title {
  cursor: pointer;
}

.entry-comments h3:not(.comment-reply-title) {
  display: none;
}

.comments-toggle {
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  border: 2px solid var(--secondary-color);
  padding: 5px 5px 3px !important;
  margin: 0 0px 40px;
}

.comments-toggle.active .icon {
  display: none;
}

.entry-comments h3:not(.comment-reply-title):after,
.comment-reply-title:after,
.comments-toggle.active:after {
  content: "";
  height: 3px;
  width: 20px;
  background-color: var(--secondary-color);
  margin-bottom: 5px;
  display: inline-block;
}

.comment-reply-title.active:after {
  content: "";
  color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.comment-reply-title:after {
  content: "+";
  color: var(--secondary-color);
  background-color: var(--white);
}

.comment-list .comment-reply-title:after {
  display: none;
}

.comment-list .comment-respond form .comments-form-wrap {
  display: block !important;
}

.entry-comments h3:not(.comment-reply-title) {
  text-align: center;
  border-bottom: 0px !important;
}
.entry-comments h3:not(.comment-reply-title):after {
  margin-left: 5px;
}

.postsList.gb-block-post-grid .is-grid article {
  margin-bottom: 0px;
}

.gb-block-profile .gb-social-links li i {
  background-color: var(--accent-color) !important;
}

.gb-block-profile .gb-social-links li i:hover {
  background-color: #db7b7b !important;
}

.ourteam.stacked.gb-block-profile {
  display: block;
}

.ourteam.stacked .gb-profile-column {
  width: 100% !important;
  text-align: center;
}

.ourteam.stacked .gb-profile-image-wrap {
  max-width: 200px;
  margin: 10px auto;
}

.mobileimg img {
  display: none;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 1210px) {
  #dpsp-floating-sidebar {
    left: 0px !important;
    top: 450px !important;
  }
}
@media only screen and (min-width: 481px) {
  table {
    table-layout: auto;
    word-break: normal;
  }

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .one-fifth,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
    width: 31.617948717948715%;
    clear: none
  }

  .favorite-wrap .grid {
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
  }

  .five-sixths:nth-of-type(2n + 1),
  .four-sixths:nth-of-type(2n + 1),
  .one-fourth:nth-of-type(2n + 1),
  .one-half:nth-of-type(2n + 1),
  .one-sixth:nth-of-type(2n + 1),
  .one-fifth:nth-of-type(2n + 1),
  .one-third:nth-of-type(2n + 1),
  .three-fourths:nth-of-type(2n + 1),
  .three-sixths:nth-of-type(2n + 1),
  .two-fourths:nth-of-type(2n + 1),
  .two-sixths:nth-of-type(2n + 1),
  .two-thirds:nth-of-type(2n + 1) {
    clear: none;
    margin-left: 2.564102564102564%;
  }

  .five-sixths:nth-of-type(3n + 1),
  .four-sixths:nth-of-type(3n + 1),
  .one-fourth:nth-of-type(3n + 1),
  .one-half:nth-of-type(3n + 1),
  .one-sixth:nth-of-type(3n + 1),
  .one-fifth:nth-of-type(3n + 1),
  .one-third:nth-of-type(3n + 1),
  .three-fourths:nth-of-type(3n + 1),
  .three-sixths:nth-of-type(3n + 1),
  .two-fourths:nth-of-type(3n + 1),
  .two-sixths:nth-of-type(3n + 1),
  .two-thirds:nth-of-type(3n + 1) {
    clear: both;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 960px) {
  .top-bar {
    color: #000;
    font-size: 14px;
    width: 100%;
    position: fixed;
    -moz-position: fixed;
    z-index: 999;
  }
  .top-bar .widget {
    text-align: center;
  }
  .header-widget-area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: calc(100% - 510px);
  }

  .header-widget-area .widget {
    display: block;
  }

  .nav-primary nav {
    position: relative;
    display: block;
    top: 0px;
  }
  /* Sticky Header
	--------------------------------------------- */
  .sticky-header {
    display: none;
  }

  .sticky .site-inner {
    margin-top: 0px;
  }

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

  .site-header {
    display: block;
  }
  /* Site Header
	--------------------------------------------- */
  .site-title {
    font-size: 120px;
    text-align: left;
  }
  .site-description {
    font-size: 15px;
  }
  .site-header {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .site-header .wrap > *,
  .sticky-header .sticky-wrap > * {
    flex: 1;
  }
  .title-area {
    float: left;
  }
  .stick-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 1px 0 5px var(--bg-color);
    background-color: var(--white);
  }
  .nav-secondary .genesis-nav-menu a,
  .nav-secondary .genesis-nav-menu a:visited {
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
  }
  .sticky-header .sticky-wrap {
    display: flex;
    margin: 0px auto;
    max-width: 100%;
    width: var(--max-width);
    clear: both;
    position: relative;
  }

  .sticky-header .wp-block-search,
  .home .sticky-header .wp-block-search {
    margin: 10px auto;
  }

  /* Sticky Header
	--------------------------------------------- */
  .sticky-header .menu-widgets {
    display: block;
  }
  /* 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 a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 600;
  }
  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 0px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: var(--primary-color);
  }
  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 220px;
  }
  .genesis-nav-menu .sub-menu {
    border-top: 1px solid var(--link-color);
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
  }
  .genesis-nav-menu .sub-menu a {
    border: 1px solid var(--link-color);
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }
  .genesis-nav-menu .sub-menu a,
  .genesis-nav-menu .sub-menu a:visited {
    background-color: #fff;
  }
  .before-archive .genesis-nav-menu li.menu-item-has-children > a::after,
  .genesis-nav-menu li.menu-item-has-children > a::after {
    font-family: inherit;
    content: "";
    margin-left: 5px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    background: no-repeat url(images/right-arrow.svg) center / contain;
    height: 10px;
    width: 10px;
  }
  .before-archive
    .genesis-nav-menu
    li.menu-item-has-children.sfHover
    > a::after,
  .genesis-nav-menu li.menu-item-has-children.sfHover > a::after {
    background: no-repeat url(images/down-arrow.svg) center / contain;
  }
  .before-archive
    .genesis-nav-menu
    .sub-menu
    li.menu-item-has-children
    > a::after,
  .genesis-nav-menu .sub-menu li.menu-item-has-children > a::after {
    float: right;
  }
  .category-menu-toggle {
    display: none;
  }
  /* Responsive Menu
	--------------------------------------------- */
  .genesis-responsive-menu,
  .widget_nav_menu nav {
    display: block;
  }
  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }
  .menu-primary {
    position: relative;
    border-top: 0px;
    padding: 0px;
    text-align: right;
  }
  /* Header Menu
	--------------------------------------------- */
  .nav-primary {
    clear: none;
    float: right;
    width: 100%;
    margin: 0px;
    text-align: right;
    position: relative;
    top: 0px;
    margin-top: 20px;
  }

  .nav-sticky-primary,
  .admin-bar .nav-sticky-primary {
    top: 0px;
  }
  .nav-sticky-primary .menu-primary {
    text-align: center;
  }
  .header-wrap .search-form {
    margin-left: 10px;
  }
  .nav-sticky-primary .genesis-nav-menu a,
  .nav-primary .genesis-nav-menu a {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Site-Inner
	--------------------------------------------- */
  .site-inner {
    max-width: var(--max-width);
  }
  /* Content
	--------------------------------------------- */
  .content {
    float: left;
    width: 70%;
  }
  .full-width-content .content {
    width: 100%;
  }
  .sidebar-content .content {
    float: right;
  }
  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* Sidebar
	--------------------------------------------- */
  .sidebar {
    float: right;
    width: 30%;
  }
  .sidebar-content .sidebar {
    float: left;
  }
  /* Author Box
	--------------------------------------------- */
  .author-box {
    background-color: #fff;
    padding: 0px 0;
  }

  .authorbox.gb-block-profile {
    padding: 0px;
  }

  .authorbox.gb-block-profile .gb-profile-column {
    padding: 0px;
  }
  /* After Entry
	--------------------------------------------- */
  .after-entry {
    padding: 20px 0px;
  }
  .after-entry .widget-title {
    font-family: var(--secondary-font-family);
  }
  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }
  .after-entry .subscribebox {
    display: flex;
  }
  .after-entry .subscribebox .wp-block-image {
    margin-bottom: 0px;
  }
  .after-entry .fd-form-content {
    display: flex;
    flex-direction: row;
  }
  .after-entry .emailsubscribe form div.ff__grid .ff__control {
    padding: 11px 8px !important;
  }
  .after-entry .fd-form-content button {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
  }
  .after-entry .fd-form-content button:hover,
  .after-entry .fd-form-content button:focus {
    background-color: var(--white);
    color: var(--secondary-color);
    border-color: var(--secondary-color);
  }
  .after-entry .fd-form-content div {
    flex: 1;
    margin-bottom: 0px;
  }
  .after-entry .fd-form-content div input {
    padding: 18px;
  }
  .after-entry .fd-form-content div:last-child {
    flex-basis: 30%;
    max-width: 30%;
    margin-left: 2%;
  }
  .after-entry .padding20 {
    padding: 0 25px 0 10px;
  }

  /* Column Classes
	--------------------------------------------- */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-fifth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 1.2%;
  }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 49.4%;
  }
  .one-third,
  .two-sixths {
    width: 32.533%;
  }
  .four-sixths,
  .two-thirds {
    width: 65.267%;
  }
  .one-fourth {
    width: 24.1%;
  }
  .three-fourths {
    width: 74.7%;
  }

  .one-fifth {
    width: 18.99%;
  }

  .one-sixth {
    width: 15.66%;
  }
  .five-sixths {
    width: 83.14%;
  }
  .five-sixths:nth-of-type(2n + 1),
  .four-sixths:nth-of-type(2n + 1),
  .one-fourth:nth-of-type(2n + 1),
  .one-half:nth-of-type(2n + 1),
  .one-fifth:nth-of-type(2n + 1),
  .one-sixth:nth-of-type(2n + 1),
  .one-third:nth-of-type(2n + 1),
  .three-fourths:nth-of-type(2n + 1),
  .three-sixths:nth-of-type(2n + 1),
  .two-fourths:nth-of-type(2n + 1),
  .two-sixths:nth-of-type(2n + 1),
  .two-thirds:nth-of-type(2n + 1) {
    clear: none;
    margin-left: 1.2%;
  }

  .five-sixths:nth-of-type(3n + 1),
  .four-sixths:nth-of-type(3n + 1),
  .one-fourth:nth-of-type(3n + 1),
  .one-half:nth-of-type(3n + 1),
  .one-sixth:nth-of-type(3n + 1),
  .one-fifth:nth-of-type(3n + 1),
  .one-third:nth-of-type(3n + 1),
  .three-fourths:nth-of-type(3n + 1),
  .three-sixths:nth-of-type(3n + 1),
  .two-fourths:nth-of-type(3n + 1),
  .two-sixths:nth-of-type(3n + 1),
  .two-thirds:nth-of-type(3n + 1) {
    clear: none;
    margin-left: 1.2%;
  }
  
  .first {
    clear: both !important;
    margin-left: 0 !important;
  }
  /* Entry Misc.
	--------------------------------------------- */
  .after-entry,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 40px;
  }
  .home .entry {
    margin-bottom: 0px;
  }
  .archive-description {
    margin-bottom: 10px;
  }

  /* Footer Widgets
	--------------------------------------------- */
  .footer-widgets .wrap {
    max-width: var(--max-width);
  }
  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(100% / 4);
  }
  /* Archvie
	--------------------------------------------- */
  .before-archive .menu-item .sub-menu {
    width: 330px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .pagination .pagination-next,
  .pagination .pagination-previous {
    display: inline-block;
  }
  a .placeholder-image {
    border: 1px solid #ccc;
  }

  /* extra styles
  --------------------------------------------- */
  .archive-description .wrap {
    display: flex;
  }

  .archive-description .onehalf img {
    display: block;
  }

  .favorite-wrap .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    text-align: left;
  }

  .sub-list {
    display: flex;
  }

  .sub-list li {
    display: inline-block;
  }
  /* MobileOnly
	--------------------------------------------- */
  .mobileonly {
    display: none !important;
  }
  .desktoponly {
    display: block;
  }
  .site-footer nav a {
    text-align: center;
  }

  .comments-toggle {
    margin: 0 70px 40px;
  }

  .comment-list {
    padding: 0 70px;
  }
}

@media only screen and (max-width: 2000px) {
  .subscribesection {
    background-position: center left 20%, right -300px center;
  }
}

@media only screen and (max-width: 1200px) {
  .nav-primary {
    margin-top: 0px;
  }
  .single.content-sidebar .content article.entry::after {
    right: -20px;
  }
  .subscribesection {
    background-position: left 100px center, right -400px center;
    padding: 0 20px;
  }
  
  .current-archive,
  .favorite-wrap,
  .site-inner{
    padding: 0 20px;
  }

  .heateor_sss_sharing_container.heateor_sss_vertical_sharing {
    left: 0px !important;
    bottom: 0px !important;
    top: auto !important;
  }
}

@media only screen and (max-width: 1100px) {
  .nav-primary {
    margin-top: 0px;
  }
  .single.content-sidebar .content article.entry::after {
    right: -10px;
  }

  
}

@media only screen and (max-width: 960px) {
  .header-widget-area .widget:first-child {
    display: none;
    margin: 0;
  }
  .site-header {
    box-shadow: 0px 1px 5px #f2f2f2;
    position: relative;
    margin-bottom: 5px;
  }

  .site-header .wrap {
    padding: 0px;
    margin: 0px;
  }

  .title-area {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 50px;
    background-position: center;
  }

  .wp-custom-logo .title-area {
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .wp-custom-logo .title-area img,
  .sticky-custom-logo .title-area img {
    max-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px 0;
    max-width: 300px !important;
  }

  .before-archive .menu-item,
  .before-archive .menu-item a {
    display: inline-block;
  }
  .before-footer .wrap::after {
    right: 0px;
  }
  .footer-widgets .wrap {
    display: block;
  }
  .footer-widget-area {
    float: left;
    width: 50%;
  }
  .footer-widget-area:nth-child(2n + 1) {
    clear: both;
  }

  .site-inner,
  .home .site-inner,
  .entry-header-wrap .alignfull .wrap,
  .gb-block-container.alignfull .gb-container-content {
    padding: 0 20px;
  }
  .toprightButton {
    top: -10px;
    left: -10px;
  }
  .bottomleftImage img {
    bottom: -20px;
    left: -2%;
  }
  .bottomrightImage img {
    bottom: -20px;
    right: -2%;
  }

  .wp-block-columns.columns-7 .wp-block-column {
    flex-basis: calc(25% - 1em) !important;
    text-align: center;
  }
  .wp-block-columns.columns-7 .wp-block-column:nth-child(4n + 1) {
    margin-left: 0px;
  }
  .mobileCol1.gb-layout-columns-3 > .gb-layout-column-wrap {
    display: block;
    max-width: 400px;
    margin: 10px auto;
  }
  .gb-block-layout-column {
    margin-bottom: 20px;
  }
  .nav-archive .genesis-nav-menu .menu-item {
    width: 30%;
    display: inline-block;
    margin-bottom: 5px;
  }
  .nav-archive .genesis-nav-menu .menu-item a {
    font-size: 12px;
  }
  .single.content-sidebar .content article.entry::after {
    display: none;
  }
  .searchby {
    padding: 2px 5px;
    display: flex;
    align-items: center;
    height: 44px;
    top: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
    right: 0px;
    width: 40px;
    justify-content: center;
    line-height: 1;
  }
  .categorieslist > ul {
    column-count: 2;
    height: 90vh;
    overflow-y: scroll;
  }
 
  .subscribesection {
    background-image: url(/wp-content/uploads/2021/12/subscribebg.png);
    background-repeat: no-repeat;
    background-position: center left 10%;
    background-size: auto 120%;
  }

  .aboutsection .wp-block-genesis-blocks-gb-columns {
    padding: 20px 0;
  }

  .aboutsection .gb-2-col-wideleft > .gb-layout-column-wrap {
    display: block;
  }

  .site-container .aboutsection .wp-block-button .wp-block-button__link {
    min-width: 100%;
  }

  .rp4wp-related-posts li {
    width: 50% !important;
  }

  .rp4wp-related-posts ul > li:nth-child(3n + 1) {
    clear: none!important;
  }

  .rp4wp-related-posts ul > li:nth-child(2n + 1) {
    clear: both!important;
  }

  .comment-form p {
    width: 100%!important;
    margin: 0px 0px 10px 0!important
  }

  .entry-content ol, .entry-content ul {
    padding-left: 20px;
  }
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 0.5em) !important;
    flex-grow: 0;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 1em;
  }
}

@media screen and (max-width: 783px) {
  .heateor_sss_sharing_container.heateor_sss_vertical_sharing {
    right: 0px;
    width: 90%!important;
    margin: auto
  }
}

@media screen and (max-width: 600px) {
  .wp-block-columns.columns-7 .wp-block-column {
    flex-basis: calc(33.33% - 1em) !important;
  }
  .wp-block-columns.columns-7 .wp-block-column:not(.first-child) {
    margin-left: 1em;
  }
  .wp-block-columns.columns-7 .wp-block-column:nth-child(3n + 1) {
    margin-left: 0px;
  }
  .rounded-button {
    margin: auto;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 0px;
  }
  .after-entry {
    padding: 10px 0;
  }
  .archive-internal .ff__wrapper .ff__form,
  .entry-content .ff__wrapper .ff__form {
    padding: 0px 10px;
  }
  .subscribesection {
    background-position: center left 20%, right -450px center;
  }

  .after-entry .cls_gdrts_thumbs_rating_block,
  .after-entry .widget:nth-of-type(2) {
    margin-left: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .wp-block-columns.columns-7 .wp-block-column {
    flex-basis: calc(50% - 1em) !important;
  }
  .wp-block-columns.columns-7 .wp-block-column:not(.first-child) {
    margin-left: 1em;
  }
  .wp-block-columns.columns-7 .wp-block-column:nth-child(2n + 1) {
    margin-left: 0px;
  }
  .rounded-button {
    margin: auto;
  }
  .author-box-inner,
  .adjacent-entry-pagination {
    display: block;
  }
  .adjacent-entry-pagination div.pagination-previous,
  .adjacent-entry-pagination div.pagination-next {
    float: none;
    margin: 10px 0;
  }
  .author-box-inner .left {
    text-align: centerl;
  }
  .author-box-inner .avatar {
    margin: 10px auto;
    float: none;
    display: block;
  }
  .footer-widget-area {
    float: none;
    width: 100%;
  }
  .emailsubscribe form div.ff__grid {
    display: block !important;
  }
  .emailsubscribe form div.ff__grid .ff__footer {
    flex: 1;
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
  .nav-archive .genesis-nav-menu .menu-item {
    width: 46%;
    display: inline-block;
    margin-bottom: 5px;
  }
  .nav-archive .genesis-nav-menu .menu-item a {
    font-size: 12px;
  }
}

/* Print StylesF
---------------------------------------------------------------------------- */

@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 {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
  }
  .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;
  }
}


/* mobile + cusotm css*/
.gb-block-spacer.gb-divider-size-2 {
	margin-bottom: 4px;
}
.home p.margin10 {
	margin-bottom: 6px;
}
.before-footer-widgets {
	margin-top: 40px;	
}
.site-container .wp-block-button.is-style-witharrow  svg{
	transition: 0.4s all ease-out;
}
.site-container .wp-block-button.is-style-witharrow:hover svg{
	transform: translatex(15%);
}

.current-archive .archive-title {
	padding-bottom: 10px;
}

.after-entry .fd-form-content div input {
	padding: 15px;
	margin: 0px!important
}
.after-entry .emailsubscribe div[class$="footer"] {
	margin-left: 5px;
	max-width: 180px;
}
.after-entry .emailsubscribe p {
	display: none!important
}
.after-entry .emailsubscribe br {
	display: none
}
.after-entry .fd-form-content div button {
	padding: 12px;
} 
.single.contentover #dpsp-floating-sidebar {
	display: none;
}

.after-entry .gdrts-rating-user {
	display: none
}
body.single  {
	line-height: 1.8;
}
.single .entry-content h2:first-of-type {
	margin-top: 0px;
}
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 {
	color: var(--link-color);
	font-weight: bold;
	margin-bottom: 20px!important;
	line-height: 1.3;
}

.entry-content h2 {
	font-size: 32px;
}
.single .entry-content a.toclink {
	display: block;
}
.blurbads {
	clear: both;
}

.wp-block-quote {
	margin: 0 15px!important;
	border-left: 0px!important;
	margin-bottom: 20px!important;
	background-color: rgba(246, 243, 239, 0.5)!important;
}
.wp-block-quote cite {
	font-size: 18px!important;
	
}

@media screen and (max-width: 700px) {
	#header_toc_links ol {
		column-count:1;
	}	
}
.entry-content .rp4wp-related-posts {
	display: none;
}




.wp-block-query ul {
	margin-left: 0px;
	padding-left: 0px;
}
.wp-block-query .wp-block-post-featured-image  img {
	width: 100%;
aspect-ratio: 1 / 1;
	object-fit: conver!important;
}
.wp-block-query ul li {
	list-style-type: none;
}
.wp-block-query .wp-block-post-title{
	margin-top: 10px;
}

.wp-block-query .wp-block-post-title,
h2.entry-title {
  text-align: left;
  font-family: var(--secondary-font-family);
  font-size: var(--title-size);
  font-weight: 400;
  line-height: 1.4;
	
}
.wp-block-query .wp-block-post-title a {
	text-decoration: none;
	font-weight: 400;
	color: #000;
}

.wp-block-query .wp-block-post-title a:hover,
.wp-block-query .wp-block-post-title a:focus {
	text-decoration: none;
	font-weight: 400;
	color: var(--link-color);
	text-decoration: underline;
}
.aboutsection {
	margin-top: -6%;
}

@media screen and (max-width: 800px) {
	.before-footer-widgets {
		padding: 0 10px;
	}.site-container .tabsBtn a {
		font-size: 14px!important;
		width: auto;
	}
	.favorite-wrap .grid li {
		margin-bottom: 50px;
	}
	.entry-header .entry-image-link img{
		border: 1px solid #ccc!important;
	}
	.wp-custom-logo .title-area {
		height: 44px;
	}
	.wp-custom-logo .title-area img, .sticky-custom-logo .title-area img {
		width: calc(100% - 80px);
	}
.gb-block-post-grid .is-list  .gb-block-post-grid-image,
	.gb-block-post-grid .is-list article {
		margin-bottom: 0px;
	}
	
}

@media screen and (max-width: 480px) { 
		.wp-block-column .wp-block-genesis-blocks-gb-button {
		text-align:left!Important;
		margin: 20px 0 10px 0;
	}
	.gb-block-post-grid .is-list article {
		display: block;
	}
	
	.gb-block-post-grid:not(.is-style-style3) .is-list article .gb-block-post-grid-image,
	.gb-block-post-grid:not(.is-style-style3) .is-list article .gb-block-post-grid-text {
		width: 100%!important;
		max-width: 100%
	}
	.gb-block-post-grid:not(.is-style-style3) .is-list article .gb-block-post-grid-image img {
		max-width: 292px;
	}
	
	.gb-block-post-grid.is-style-style3 .is-list article {
		flex-direction: column-reverse;
		display: flex;
		
		}
	.gb-block-post-grid:not(.is-style-style2)  .is-list article  {
		margin-bottom: 20px!important;
	}
}